body{overflow-x:hidden;}
/*右侧固定菜单*/
.fix {
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 2;
}
.fix-ul {
}
.fix-li {
	margin-bottom: 2px;
}
.fix-li-a {
	padding-top: 15px;
	width: 78px;
	height: 80px;
	text-align: center;
	display: block;
	background-color: #6492be;
	color: #fff;
	font-size: 16px;
}
.fix-li-a img {
	margin: 0 auto 5px auto;
	display: block;
}
.back-top {
	display: none;
}
.shade {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}
.fix-message {
	position: fixed;
	left: 50%;
	top: 10%;
	z-index: 3;
	margin-left: -360px;
	display: none;
	width: 720px;
	padding: 35px 40px;
	background-color: #fff;
}
.fix-message-top {
	margin: 0 1%;
	margin-bottom: 10px;
}
.fix-message-tit {
	float: left;
	font-family: "Open Sans";
	font-size: 24px;
	color: #333;
}
.fix-message-close {
	float: right;
	width: 25px;
	height: 25px;
	background: url("../images/icon28.png") no-repeat center;
	cursor: pointer;
}
.fix-message-cont {
}
.fix-inp {
	margin: 1%;
	float: left;
	width: 48%;
	height: 42px;
	padding-left: 40px;
	line-height: 42px;
	border: 1px solid #e3e1e1;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.fix-inp.icon1 {
	background-image: url("../images/icon29.png");
}
.fix-inp.icon2 {
	background-image: url("../images/icon30.png");
}
.fix-inp.icon3 {
	background-image: url("../images/icon31.png");
}
.fix-inp.icon4 {
	background-image: url("../images/icon32.png");
}
.fix-inp.icon5 {
	background-image: url("../images/icon33.png");
}
.fix-area {
	margin: 1%;
	float: left;
	width: 100%;
	padding: 10px;
	padding-left: 40px;
	border: 1px solid #e3e1e1;
	line-height: 24px;
	resize: none;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-image: url("../images/icon34.png");
}
.fix-btn {
	margin: 1%;
	float: left;
	width: 128px;
	height: 40px;
	background-color: #2aa4e5;
	color: #fff;
	border-radius: 10px;
}
/*首页*/
.banner {
	position: relative;
}
.banner-ul {
}
.banner-li {
}
.banner-li a {
	display: block;
	height: 820px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
/*banner介绍*/
.banner-intro {
	padding-top: 260px;
	font-family: Myriad Pro;
	font-size: 42px;
	color: #fff;
}
.banner-intro .tit {
	font-size: 80px;
	font-weight: bold;
	text-transform: uppercase;
}
.banner-intro .more {
	margin-top: 90px;
	display: inline-block;
	width: 106px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003f9f;
	text-indent: 22px;
	font-size: 16px;
	background: #fff url("../images/more.png") no-repeat 80% center;
	border-radius: 5px;
}
.ind-prod {
}
.ind-tit {
	padding: 40px 0;
}
.ind-tit-p {
	float: left;
	font-size: 52px;
	font-weight: bold;
	color: #006cb7;
	text-transform: uppercase;
}
.ind-more {
	float: right;
	padding-left: 26px;
	padding-right: 40px;
	line-height: 40px;
	border: 1px solid #d1d1d1;
	border-radius: 20px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	background: url("../images/icon1.png") no-repeat 85% center;
}
.ind-more:hover {
	border-color: #1c509f;
	color: #1c509f;
}
.ind-prod-main {
	margin: 0 -20px;
	padding-bottom: 60px;
}
.ind-prod-ul {
}
.ind-prod-li {
	padding: 0 20px;
}
.ind-prod-li-img {
	border: 1px solid #e4e4e4;
	height: 205px;
	overflow: hidden;
}
.ind-prod-li-img img {
	display: block;
	width: 100%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.ind-prod-li:hover .ind-prod-li-img {
	border-color: #6492BE;
}
.ind-prod-li-desc {
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	height: 144px;
	overflow: hidden;
}
.ind-prod-li-desc p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ind-prod-li-desc p br {
	display: none;
}
.ind-prod-li-desc p:before {
	content: '•';
	margin-right: 5px;
	color: #003393;
}
.ind-prod-li-desc p span {
	margin-right: 10px;
	color: #003393;
}
.ind-prod-li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.2);
}
.ind-prod-li-desc .tit {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.ind-prod-main .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -23px 0 0 0;
	padding: 0 10px;
	width: 46px;
	height: 46px;
	color: #999;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ind-prod-main .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -40px;
	background-image: url("../images/icon8.png");
}
.ind-prod-main .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -40px;
	background-image: url("../images/icon9.png");
}
.ind-cnas {
	padding: 90px 0;
	background-color: #006cb7;
	background: url("../images/bkg6.jpg") no-repeat center;
	background-size: auto;
	background-size: cover;
}
.ind-cnas-cont {
	float: left;
	width: 625px;
}
.ind-cnas-tit {
	margin-bottom: 30px;
	font-size: 52px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.ind-cnas-p {
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.ind-cnas-btn {
}
.ind-cnas-btn a {
	background-color: #00aeef;
	margin-right: 20px;
	float: left;
	width: 233px;
	height: 90px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: 1px solid #496eb3;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.ind-cnas-btn a:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.ind-cnas-btn img {
	margin: 10px auto;
	display: block;
}
.ind-cnas-play {
	position: relative;
	float: right;
	width: 718px;
}
.ind-cnas-play img {
	display: block;
	width: 100%;
}
.ind-cnas-play-main {
	position: absolute;
	left: 87px;
	top: 26px;
	width: 540px;
	height: 337px;
}
.ind-about {
	padding: 85px 0;
}
.ind-about-img {
	float: left;
	width: 650px;
	overflow: hidden;
}
.ind-about-img img {
	display: block;
	width: 100%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.ind-about-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.2);
}
.ind-about-desc {
	float: right;
	width: 700px;
}
.ind-about-desc .tit {
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: bold;
	color: #1b1a1a;
}
.ind-about-p {
	font-size: 14px;
	color: #666;
}
.ind-about-more {
	margin-top: 120px;
}
.ind-about-more .ind-more {
	float: none;
	display: inline-block;
}
.ind-video {
	padding-top: 100px;
	height: 600px;
	cursor: pointer;
	background: url("../images/bkg2.jpg") no-repeat center;
	background-size: cover;
}
.ind-video img {
	margin: 0 auto;
	display: block;
}
.ind-video-tit {
	margin: 30px 0;
	text-align: center;
	font-size: 72px;
	color: #fff;
}
.video-play {
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -360px;
	z-index: 3;
	display: none;
	width: 720px;
	background-color: #fff;
}
#mediaplayer_logo {
	display: none;
}
.ind-news {
	padding-top: 20px;
	padding-bottom: 60px;
}
.ind-news-ul {
}
.ind-news-li {
	padding: 20px;
	float: left;
	width: 33.3333%;
}
.ind-news-li a {
	display: block;
}
.ind-news-li-time {
	margin-bottom: 20px;
	color: #666;
}
.ind-news-li .imhtu {
}
.ind-news-li .imhtu img {
	max-width: 100%;
}
.ind-news-li-tit {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #1c509f;
	height: auto;
	overflow: hidden;
	background-color: #f4f4f4;
	padding: 2%;
}
.ind-news-li-p {
	margin-bottom: 40px;
	line-height: 20px;
	height: 60px;
	color: #666;
	overflow: hidden;
}
.ind-news-li-more {
}
.ind-news-li-more span {
	padding-right: 20px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #797979;
	border-bottom: 1px solid #ddd;
	background: url("../images/icon16.png") no-repeat right center;
}
.ind-news-li a:hover .ind-news-li-p {
	color: #1c509f;
}
.ind-news-li a:hover .ind-news-li-more span {
	color: #1c509f;
	border-color: #1c509f;
}
.ind-support {
	padding-top: 70px;
	height: 640px;
	background: url("../images/bkg3.png") no-repeat center;
	background-size: cover;
}
.ind-support-ul {
}
.ind-support-li {
	float: left;
	width: 16.6666%;
	text-align: center;
}
.ind-support-li-a {
	display: inline-block;
	font-size: 18px;
	color: #000;
}
.ind-support-li-img {
	margin-bottom: 20px;
	padding-top: 23px;
	width: auto;
	height: 150px;
	background-color: #fff;
	border: 1px solid #e8e3e3;
	border-radius: 20px;
}
.ind-support-li-img img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.ind-support-li-a:hover .ind-support-li-img {
	box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
}
/*关于我们*/
.ban-nav {
	text-align: center;
	background-color: #2f2f2f;
}
.ban-nav a {
	padding: 0 30px;
	display: inline-block;
	color: #fff;
	line-height: 50px;
}
.ban-nav a:hover {
	background-color: #0d3293;
}
.ban-nav a.active {
	background-color: #0d3293;
}
.content {
	background-position: right 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 69% auto;
}
.matter {
	background-position: right -5px;
	background-repeat: no-repeat;
	background-size: 70% auto;
}
.about {
	margin-bottom: 0px;overflow:hidden;width:100%;float:left;margin-top:0px;

}
.about-top {
	margin-bottom: 60px;
	width: 655px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.about-tit {
	margin-bottom: 20px;
	font-size: 54px;
	color: #0d3293;
	line-height: 54px;
}
.about-top p {
	margin-bottom: 20px;
}
.about-intro {
	margin-bottom: 60px;overflow:hidden;width:100%;float:left;margin-top:0px;
}


.about-intro-img {
	float: left;
	width: 516px;
}
.about-intro-img img {
	display: block;
	width: 100%;
}
.about-intro-cont {
	float: right;
	width: 830px;
}
.about-intro-cont .about-top {
	padding-top: 0;
	width: 100%;
}
.about-intro-cont .about-top .about-tit {
	font-size: 30px;
}
.about-ul {
	margin: 0 -10px 60px -10px;
	background-color: #fff;
}
.about-li {
	padding: 10px;
	float: left;
	width: 25%;
}
.about-li a {
	position: relative;
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.about-li a:hover {
	box-shadow: 0 0 30px 5px rgba(0,0,0,.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.about-li-img {
}
.about-li-img img {
	display: block;
	width: 100%;
}
.about-li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background: url("../images/bkg4.png") repeat;
	color: #fff;
	font-size: 16px;
}
.about-bot {
	height: 309px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.about-bot .tit {
	padding-top: 50px;
	font-size: 60px;
}
.about-bot-btn {
	margin-top: 30px;
	padding-left: 45px;
	padding-right: 75px;
	display: inline-block;
	color: #333;
	background-color: #333;
	font-size: 16px;
	line-height: 48px;
	background: #fff url("../images/icon35.png") no-repeat 80% center;
	border-radius: 20px;
}
.about-bot-btn:hover {
	background-color: #1c509f;
	color: #fff;
}
/*领导*/
.leader {
	margin-bottom: 60px;
}
.leader-desc {
	float: left;
	width: 670px;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}
.leader-desc p {
	margin-bottom: 20px;
}
.leader-img {
	margin-right: 50px;
	float: right;
	width: 585px;
}
.leader-img img {
	display: block;
	width: 100%;
}
.leader-name {
	text-align: right;
}
.leader-name-ctr {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}
.leader-name img {
}
.leader-name p {
	margin: 0;
}
.leader-name span {
	color: #666;
}
/*企业愿景*/
.vision {
}
.vision-desc {
	margin-bottom: 40px;
	width: 650px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.vision-desc .tit {
	margin-bottom: 20px;
	font-size: 28px;
	color: #0d3293;
}
.vision-ul {
	margin: 0 -15px 20px -15px;
	padding-top: 110px;
}
.vision-li {
	padding: 15px;
	float: left;
	width: 33.333%;
}
.vision-li-a {
	padding: 35px;
	height: 230px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	font-size: 20px;
	line-height: 24px;
	color: #666;
}
.vision-li-icon {
	margin-bottom: 10px;
}
.vision-li-icon img {
	display: block;
}
.vision-li-a .tit {
	margin-bottom: 10px;
	font-size: 24px;
	color: #0d3293;
}
/*发展历程*/
.hiscont {
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.hismatter {
	padding-top: 545px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.history {
	background-color: #fff;
}
.hist-main {
	position: relative;
	top: -300px;
	background-color: #fff;
}
.hist-tit {
	position: relative;
	padding: 30px 0;
	text-align: center;
	font-size: 48px;
	color: #25418a;
	font-family: "Open Sans";
}
.hist-tit:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -18px;
	width: 36px;
	height: 2px;
	background-color: #c9c8c8;
}
.hist-year {
	margin-bottom: 35px;
	background-color: #f3f3f3;
}
.hist-year-a {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 20px;
	color: #000;
	cursor: pointer;
	line-height: 60px;
}
.hist-year-a p {
	display: inline-block;
}
.hist-year-a i {
	margin-top: 21px;
	margin-right: 10px;
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #25418a;
}
.hist-year-a:hover {
	background-color: #25418a;
	color: #fff;
}
.hist-year-a:hover i {
	border-color: #fff;
}
.hist-year-a.active {
	background-color: #25418a;
	color: #fff;
}
.hist-year-a.active i {
	border-color: #fff;
}
.hist-cont {
	margin-bottom: 60px;
}
.hist-item {
	font-size: 16px;
	line-height: 48px;
	color: #666;
	display: none;
}
.hist-item .tit {
	font-size: 30px;
	color: #25418a;
}
.hist-item span {
	color: #d7dae1;
	margin-right: 10px;
}
.list-paddingleft-2 {
	list-style: initial !important;
	padding-left: 15px;
}
.list-paddingleft-2 li {
	list-style: initial !important;
}
/*可持续发展*/
.sustain {
	font-family: "Open Sans";
}
.sustain-tit {
	position: relative;
	padding: 0px 0;
	font-size: 30px;padding-bottom:40px;
	color: #0d3293;
	line-height: 100%;
}
.sustain-tit:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 36px;
	height: 2px;
	background-color: #e7e7e7;
}
.sustain-ul {
}
.sustain-li {
	margin-bottom: 40px;
}
.sustain-li-desc {
	float: left;
	width: 55%;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
.sustain-li-desc .tit {
	margin-bottom: 15px;
	font-size: 30px;
	color: #25418a;
	line-height: 100%;
	font-weight: bold;
}
.sustain-li-img {
	float: right;
	width: 40%;
}
.sustain-li-img img {
	float: right;
	max-width: 100%;
}
.sustain-li.odd .sustain-li-desc {
	float: right;
}
.sustain-li.odd .sustain-li-img {
	float: left;
}
.sustain-li.odd .sustain-li-img img {
	float: left;
}
.sustain .about-li {
	width: 20%;
}
/*实验室*/
.cnaslad {
}
.cnaslad-top {
	margin-bottom: 20px;
}
.cnaslad-top-ul {
}
.cnaslad-top-li {
}
.cnaslad-top-li img {
	display: block;
	width: 100%;
}
.cnaslad-top .flex-direction-nav .flex-prev {
	background: url("../images/icon42.png") no-repeat center;
}
.cnaslad-top .flex-direction-nav .flex-next {
	background: url("../images/icon43.png") no-repeat center;
}
.cnaslad-top .flex-control-nav {
	padding-top: 10px;
	bottom: 0;
	background: url("../images/bkg4.png") repeat;
}
.cnaslad-intro {
	font-size: 18px;
	line-height: 24px;
	color: #333;
}
.cnaslad-intro .tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 36px;
	color: #25418a;
	line-height: 100%;
}
.cnaslad-intro p {
	margin-bottom: 20px;
}
.cnaslad-intro .h2 {
	font-size: 20px;
	font-weight: bold;
}
.cnaslad-ul {
	margin: 0 -10px;
}
.cnaslad-li {
	padding: 10px;
	float: left;
	width: 33.3333%;
}
.cnaslad-li-a {
	padding: 20px;
	height: 180px;
	background-color: #f6f6f6;
}
.cnaslad {
}
.cnaslad-top {
	margin-bottom: 20px;
}
.cnaslad-img {
	margin-bottom: 40px;
}
.cnaslad-img img {
	float: left;
	width: 48%;
}
.cnaslad-img img:first-child {
	margin-right: 4%;
}
/*认证*/
.certif {
}
.certif-ul {
	margin: 0 -10px 40px -10px;
}
.certif-li {
	padding: 10px;
	float: left;
	width: 16.6666%;
}
.certif-li a {
	display: block;
	border: 1px solid #e7e7e7;
	overflow: hidden;
}
.certif-li img {
	display: block;
	width: 100%;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.certif-li a:hover {
	border-color: #1c509f;
}
.certif-li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/*知识专利*/
.patent {
}
.patent-p {
	font-size: 18px;
	line-height: 24px;
	color: #333;
}
.patent-p p {
	margin-bottom: 15px;
}
.patent-list {
}
.patent-pc {
	height: 600px;
	transform-style: preserve-3d;
}
.patent-mob {
	display: none;
}
.jcImgScroll {
	position: relative;
	height: 380px;
	margin: 0 auto 0 auto;
}
.jcImgScroll li {
	border: 1px solid #ccc;
}
.jcImgScroll li a {
	background: #fff;
	display: block;
	position: relative;
	z-index: 99;
}
.jcImgScroll li.loading a {
	background: #fff url(img/loading.gif) no-repeat center center;
}
.jcImgScroll li img, .jcImgScroll li, .jcImgScroll em, .jcImgScroll dl {
	display: none;
	border: 0 none;
}
.jcImgScroll li img {
	width: 100%;
	height: 100%;
	-webkit-box-reflect: below 5px -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,.5) 100%);
}
.jcImgScroll em.sPrev {
	left: 10%;
	background: url("../images/icon44.png") no-repeat center;
}
.jcImgScroll em.sNext {
	right: 10%;
	background: url("../images/icon45.png") no-repeat center;
}
.jcImgScroll dl dd {
	background: url(images/NumBtn.png) no-repeat 0 bottom;
	text-indent: -9em;
}
.jcImgScroll dl dd:hover, .jcImgScroll dl dd.curr {
	background-position: 0 0;
}
.patent-ul {
}
.patent-li {
	padding: 0 10px;
}
.patent-li img {
	display: block;
	width: 100%;
}
/*本*/
.ben {
}
.ben-top {
	margin-bottom: 40px;
	padding-top: 120px;
	width: 600px;
	font-size: 18px;
	line-height: 36px;
	color: #666;
}
/*资质荣誉*/
.honour {
}
.honour-ul {
	margin: 0 -15px;
}
.honour-li {
	padding: 15px;
	float: left;
	width: 25%;
}
.honour-li a {
	display: block;
}
.honour-li-img {
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
}
.honour-li-img img {
	display: block;
	width: 100%;
}
.honour-li-desc {
	height: 72px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-align: center;
}
.bigimg {
	position: fixed;
	left: 50%;
	top: 10%;
	margin-left: -350px;
	z-index: 3;
	width: 700px;
	display: none;
}
.bigimg-close {
	position: absolute;
	top: -17px;
	right: -17px;
	width: 34px;
	height: 34px;
	background: url("../images/icon46.png") no-repeat center;
}
.bigimg img {
	display: block;
	width: 100%;
}
/*招聘*/
.join {
}
.join-top {

}
.join-top .about-li {
	width: 33.3333%;
}
.join-tit {
	margin-bottom: 20px;
	font-size: 30px;
	color: #0d3293;
}
.join-more {
	margin-bottom: 40px;
	text-align: center;
}
.join-more a {
	padding-left: 60px;
	padding-right: 85px;
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 48px;
	border: 1px solid #e4d6da;
	border-radius: 20px;
	background: url("../images/icon49.png") no-repeat 70% center;
}
.join-list {
	background-color: #fff;
}
.join-ul {
}
.join-li {
	margin-bottom: 20px;
}
.join-li-tit {
	padding: 15px 30px;
	border: 1px solid #e9e9e9;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 98% center;
	background-image: url("../images/icon50.png");
}
.join-li-desc {
	padding: 30px;
	display: none;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	border: 1px solid #e9e9e9;
}
.join-li.active .join-li-tit {
	background-color: #1c509f;
	color: #fff;
	background-image: url("../images/icon51.png");
}
.join-li.active .join-li-desc {
	display: block;
}
/*产品*/
.banner-img {
	height: 282px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.banner-p {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 282px;
}
.page-nav {
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
	line-height: 50px;
}
.page-nav-i {
	margin-right: 20px;
	float: left;
	width: 17px;
	height: 50px;
	background: url("../images/icon58.png") no-repeat center;
}
.page-nav span {
	float: left;
	color: #e1e1e1;
}
.page-nav-a {
	position: relative;
	float: left;
	padding: 0 30px;
	font-size: 16px;
	color: #999;
}
.page-nav-tit {
	padding-right: 15px;
	display: block;
	background-position: right center;
	color: #999;
	background-repeat: no-repeat;
	background-image: url("../images/icon56.png");
}
.page-nav-tit.active {
	color: #25418a;
	background-image: url("../images/icon57.png");
}
.page-nav-pull {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	padding: 10px 0;
	display: none;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
}
.page-nav-pull a {
	display: block;
	line-height: 35px;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}
.page-nav-pull a:hover {
	background-color: #25418a;
	color: #fff;
}
.product {
	padding-bottom: 40px;
}
.prod-nav {
	float: left;
	width: 306px;
	border-top: 1px solid #dadada;
}
.prod-nav-dl {
}
.prod-nav-dt {
	display: none;
}
.prod-nav-dd {
}
.prod-nav-dd-item {
	border-bottom: 1px solid #dadada;
}

.prod-main {
margin-bottom:0px;
}
.prod-ul {
}
.prod-li {
	padding: 0 15px 30px 15px;
	float: left;
	width: 33.3333%;
}
.prod-li-search {
	width: 25%;
}
.prod-li-a {
	display: block;
	border: 1px solid #ececec;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.prod-li-img {
	height: 236px;
	overflow: hidden;
}
.prod-li-img img {
	display: block;
	width: 100%;
}
.prod-li-desc {
	padding: 30px;
}
.prod-li-desc .tit {
	height: 48px;
	font-size:15px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prod-li-p {
	height: 72px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.prod-li-p p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prod-li-p p:before {
	content: '•';
	margin-right: 10px;
	color: #0172d4;
}
.prod-li-more {
	margin-top: 20px;
	display: block;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #1e43a1;
	color: #1e43a1;
	text-transform: uppercase;
	border-radius: 20px;
}
.prod-li-a:hover {
	box-shadow: 0 0 20px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.prod-li-a:hover .prod-li-more {
	background-color: #006cb7;
	color: #fff;
}
/*分页*/
.page {
	text-align: center;
}
.page-ctr {
	padding: 40px 0;
	display: inline-block;
}
.page a {
	margin: 0 2px;
	float: left;
	line-height: 30px;
	height: 32px;
	width: 32px;
	color: #222;
	text-align: center;
	border: 1px solid #ebebeb;
	background-repeat: no-repeat;
	background-position: center;
}
.page a.prev {
	background-image: url("../images/icon47.png");
}
.page a.next {
	background-image: url("../images/icon48.png");
}
.page a.active {
	color: #fff;
	background-color: #1e43a1;
}
/*产品详情*/
.prod-top {
	margin-bottom: 0px;padding-left:20px;padding-right:20px;margin-top:0px;
}
.prod-top-lf {
	float: left;
width:45%;
}
.prod-top-img {border:solid 1px #dddddd;
}
.prod-top-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media(max-width:500px){
	.prod-top-img img{display:none;}
.prod-top-li.active a{border:none;}

}


.prod-top-list {
	margin: 0 auto;
	width:390px;
}
 @media(max-width: 1240px) {
.prod-top-list{width:290px;}}


 @media(max-width: 1000px) {
.prod-top-list{width:200px;}}

 @media(max-width: 640px) {
.prod-top-list{width:300px;}

.prod-top-img{border:none;}

.prod-top{padding-left:0;padding-right:0;}

}

.prod-top-ul {
}
.prod-top-li {
	padding: 10px;
}
.prod-top-li a {
	display: block;
	border: 1px solid #e7e7e7;
}
.prod-top-li img {
	display: block;
	width: 100%;
}
.prod-top-li.active a {
	border-color: #047736;
}
.prod-top-rg {
	float: right;
	width: 52%;margin-top:20px;
}
.prod-top-share {
	margin-bottom: 20px;
}
.prod-top-share a {
	float: left;
	margin-right: 15px;
}
.prod-top-desc {
	line-height: 24px;
}
.prod-top-desc .tit {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.prod-top-p {
	font-size: 14px;
	color: #666;word-wrap:break-word 
}
.prod-top-p p {
	margin: 10px 0;
}
.prod-top-p p:before {
	content: '•';
	margin-right: 10px;
	color: #0172d4;
}
.prod-top-btn {
	margin-top: 80px;
	display: block;
	font-size: 16px;
	color: #999;
	width: 130px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
}
.prod-top-btn:hover {
	background-color: #0172d4;
	color: #fff;
}
.prod-top .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	bottom: 35%;
	margin: -10px 0 0 0;
	padding: 0 10px;
	width: 20px;
	height: 20px;
	color: #999;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}
.prod-top .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -40px;
	background-image: url("../images/icon8.png");
}
.prod-top .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -40px;
	background-image: url("../images/icon9.png");
}
.prod-bot {width:100%;float:left;margin-top:20px;
}
.prod-bot-nav {
	margin-bottom: 16px;width:100%;float:left;
	padding-top: 8px;
	background-color: #dedede;
}
.prod-bot-main{padding-bottom:20px;padding-left:10px;padding-right:10px;}
.prod-bot-nav a {
	padding: 0 30px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 48px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.prod-bot-nav a.active {
	color: #666;margin-left:15px;
	background-color: #fff;
}
.prod-bot-main img {
	display: block;
	width: 100%;
}
.prod-item {
	display: none;
}
.prod-data {
}
.prod-table {
	width: 100%;
	text-align: center;
}
.prod-table tr th {
	background-color: #747779;
	color: #fff;
	line-height: 52px;
	font-weight: normal;
}
.prod-table tr th:first-child {
	text-align: left;
	padding-left: 20px;
}
.prod-table tr td {
	font-size: 16px;
	color: #000;
	line-height: 50px;
}
.prod-table tr td:first-child {
	text-align: left;
	padding-left: 20px;
}
.prod-table tr.bkg {
	background-color: #f3f3f3;
}
.prod-recom {
}
.prod-recom-tit {
	padding-top: 30px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #0661a7;
}
.prod-recom-ul {
	margin: 0 -10px;
}
.prod-recom-li {
	padding: 10px;
	float: left;
	width: 25%;
}
.prod-recom-li a {
	position: relative;
	display: block;
	overflow: hidden;
}
.prod-recom-li img {
	display: block;
	width: 100%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.prod-recom-li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.2);
}
.prod-recom-li p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: url("../images/bkg4.png") repeat;
	width: 100%;
}
.prod-down-ul {
}
.prod-down-li {
}
.prod-down-li-tit {
	padding: 15px 20px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-image: url("../images/icon54.png");
}
.prod-down-li-a {
	padding: 20px;
	display: none;
}
.prod-down-li-a a {
	display: block;
	padding: 10px 10px 10px 30px;
	color: #333;
	background: url("../images/icon63.png") no-repeat left center;
}
.prod-down-li.active .prod-down-li-tit {
	background-color: #e4e5ea;
	color: #0661a7;
	background-image: url("../images/icon55.png");
}
.prod-down-li.active .prod-down-li-a {
	display: block;
}
.div_pro3 .rg {
    width: 596px;
}
.div2{line-height:25px;}
.rg {
/*    float: right;*/
}.div_pro3 .rg .div1 {
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    color: #333;
    font-size: 32px;
    line-height: 32px;
}.div_pro3 .rg .div2 {
    margin-top: 20px;
}

@keyframes ostar {
 0% {
opacity:0
}
50% {
opacity:1
}
100% {
opacity:0
}
}
@-webkit-keyframes ostar {
 0% {
opacity:0
}
50% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes ostar {
 0% {
opacity:0
}
50% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes scaleW {
 0% {
transform:scaleX(0)
}
100% {
transform:scaleX(1)
}
}
@-webkit-keyframes scaleW {
 0% {
-webkit-transform:scaleX(0)
}
100% {
-webkit-transform:scaleX(1)
}
}
@-moz-keyframes scaleW {
 0% {
-moz-transform:scaleX(0)
}
100% {
-moz-transform:scaleX(1)
}
}
@keyframes scaleH {
 0% {
transform:scaleY(0)
}
100% {
transform:scaleY(1)
}
}
@-webkit-keyframes scaleH {
 0% {
-webkit-transform:scaleY(0)
}
100% {
-webkit-transform:scaleY(1)
}
}
@-moz-keyframes scaleH {
 0% {
-moz-transform:scaleY(0)
}
100% {
-moz-transform:scaleY(1)
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
}
}
@-moz-keyframes fadeInDown {
 0% {
opacity: 0;
-moz-transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-moz-transform: none;
}
}
@keyframes fadeInUp {
 0% {
opacity: 0;
transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInUp {
 0% {
opacity: 0;
-webkit-opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-webkit-opacity: 1;
-webkit-transform: none;
}
}
@-moz-keyframes fadeInUp {
 0% {
opacity: 0;
-moz-transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-moz-transform: none;
}
}
@keyframes faderight {
 0% {
opacity: 0;
transform: translate3d(-50%, 0, 0);
}
100% {
opacity: 1;
transform: none
}
}
@-webkit-keyframes faderight {
 0% {
opacity: 0;
-webkit-opacity: 0;
-webkit-transform: translate3d(-50%, 0, 0);
}
100% {
opacity: 1;
-webkit-opacity: 1;
-webkit-transform: none;
}
}
@-moz-keyframes faderight {
 0% {
opacity: 0;
-moz-transform: translate3d(-50%, 0, 0);
}
100% {
opacity: 1;
-moz-transform: none;
}
}
@keyframes fadeleft {
 0% {
opacity: 0;
transform: translate3d(50%, 0, 0);
}
100% {
opacity: 1;
transform: none
}
}
@-webkit-keyframes fadeleft {
 0% {
opacity: 0;
-webkit-opacity: 0;
-webkit-transform: translate3d(50%, 0, 0);
}
100% {
opacity: 1;
-webkit-opacity: 1;
-webkit-transform: none;
}
}
@-moz-keyframes fadeleft {
 0% {
opacity: 0;
-moz-transform: translate3d(50%, 0, 0);
}
100% {
opacity: 1;
-moz-transform: none;
}
}
 @media screen and (max-width:1420px) {
/*head*/
.main {

}

/*产品详情*/
.prod-top-lf {

}

.prod-top-btn {
	margin-top: 40px;
}

}

@media screen and (max-width: 800px) {
.prod-top-lf{width:100%;}
.prod-top-rg{width:100%;}


}



/
/*产品*/
.prod-main {
	width: 100%;
}
.prod-li {
	width: 100%;
}
.prod-li-img {
	height: auto;
}
.prod-li-search {
	width: 100%;
}
/*产品详情*/
.prod-top-lf {

}
/*.prod-top-rg {
	width:52%;
}
.prod-recom-li {
	width: 50%;
}

*/
}
@media screen and (max-width: 740px) {
/*header*/

/*右侧固定菜单*/
.fix {
	right: 0;
}
.fix-li-a {
	padding-top: 6px;
	width: 50px;
	height: 60px;
	font-size: 12px;
}
.fix-message {
	margin-left: 0;
	left: 5%;
	width: 90%;
	padding: 20px;
}
.fix-inp {
	width: 100%;
}

.support-nav-dd-item .tit {
	line-height: 40px;
}
.support-nav-dd-a a {
	line-height: 35px;
}
.prod-main {
	width: 100%;
}
.prod-li {
	padding: 10px 0;
}
/*产品详情*/
.prod-top-list {
	width: 100%;
}
.prod-top .owl-theme .owl-controls .owl-buttons div {
	display: none;
}
.prod-data {
	overflow-y: auto;
}
.prod-table {
	min-width: 600px;
}
.prod-recom-li {
	width: 100%;
} 



 @media screen and (max-width: 640px) {

.prod-top-lf {
	width: 100%;
}
.prod-top-rg {
	width:108%;
}


}
 
 @media screen and (max-width:500px) {
.prod-top-img{display:none;}

.prod-top-img img{display:none;}



}