.header{
	position: fixed;
	left: 0;right: 0;
	top: 0;z-index: 99;
	background-color: #fff;
}
.layout {
	position: relative;overflow: hidden;margin: 0 auto;
	padding-top: 100px;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.header .logo{
	margin-top: 27px;
	float: left;
}
.header .logo a{
	float: left;
}
.header .logo .tx{
	float: left;
	padding-left: 40px;
	position: relative;
}
.header .logo .tx h3{
	font-size: 18px;
	line-height: 26px;
	color: #284c95;
	font-weight: bold;
}
.header .logo .tx h6{
	font-size: 14px;
	line-height: 20px;
	color: #363636;
}
.header .logo .tx::before{
	content: "";display: block;position: absolute;
	left: 20px;top: 50%;height: 30px;display: block;
	background-color: #ccc;
	margin-top: -13px;width: 1px;
}
.header .naver{
	float: right;
}
.header .naver li{
	float: left;
}
.header .naver li a{
	display: inline-block;
	padding: 0 30px;
	font-size: 16px;
	line-height: 100px;
	color: #363636;
}
.header .naver li.on a,
.header .naver li a:hover{
	background-color: #f7f8f8;
	color: #295da2;
}
.banner{
	position: relative;
	z-index: 1;
}
.banner .swiper-slide{
	height: 650px;
}
.banner .prev,
.banner .next{
	position: absolute;
	left: 82px;top: 50%;
	margin-top: -56px;
	width: 56px;
	height: 56px;border-radius: 50%;overflow: hidden;
	background: url(../images/a2.png) no-repeat center;
	z-index: 11;cursor: pointer;border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.banner .next{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
	left: auto;
	right: 82px;
}
.banner .spans{
	position: absolute;
	left: 0;right: 0;
	bottom: ;z-index: 99;
	text-align: center;
}
.banner .spans span{
	width: 13px;height: 13px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 10px !important;
	opacity: 0.1;
}
.banner .spans span.active{
	opacity: 1;
}
.about{
	padding: 75px 0 90px;
}
.about .pic{
	width: 850px;
	margin-left: -360px;
	height: 460px;
	float: left;
}
.about .text{
	float: right;margin-top: 36px;
	width: calc(100% - 565px);
}
.tit{
	text-align: center;
}
.tit h2{
	font-size: 30px;
	line-height: 40px;
	color: #363636;
}
.tit h6{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.about .text .tit{
	text-align: left;
}
.about .text h4{
	font-size: 18px;
	line-height: 2;
	color: #295ca1;
	margin-top: 30px;
}
.about .text p{
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	margin-top: 7px;
}
.about .text .more {
	background: url(../images/a1.png) no-repeat center/contain;
	width: 47px;height: 47px;display: block;transition: all 0.3s;
	margin-top: 60px;border-radius: 50%;overflow: hidden;
}
.about .text .more:hover {
	background: url(../images/a1_2.png) no-repeat center/contain;
}
.page1{
	padding: 80px 0 105px;
}
.page1 .hd .tit{
	text-align: left;
	float: left;	
}
.page1 .hd .rt{
	float: right;
	margin-top: ;
}
.page1 .hd .rt a{
	display: inline-block;
	margin-left: 60px;
	font-size: 18px;
	line-height: 42px;
	color: #363636;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.page1 .hd .rt a.on{
	border-color: #29559c;
	color: #29559c;
}
.page1 .swipers{
	margin-top: 42px;
	position: relative;
}
.page1 .swipers .prev,
.page1 .swipers .next{
	position: absolute;
	left: -47px;top: 50%;
	width: 30px;
	height: 62px;
	background: url(../images/a2.png) no-repeat center #bababa;
	z-index: 11;cursor: pointer;
	margin-top: -35px;
}
.page1 .swipers .next{
	left: auto;right: -47px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.page1 .swipers .prev:hover,
.page1 .swipers .next:hover{
	background: url(../images/a2.png) no-repeat center #c4e0cd;
}
.page1 .swipers .swiper-slide a{
	display: block;
	border: 1px solid #e3e4e4;
	background: #fff;
}
.page1 .swipers .swiper-slide .pic{
	height: 226px;
}
.page1 .swipers .swiper-slide .txt{
	padding: 20px 12px;
}
.page1 .swipers .swiper-slide h3{
	font-size: 16px;
	line-height: 24px;
	color: #000;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 0.3s;
}
.page1 .swipers .swiper-slide:hover h3 {
	color: #1c9142;
}
.page2 .swipers .swiper-slide:hover h3 {
	
}
.page1 .swipers .swiper-slide p{
	font-size: 14px;
	margin-top: 5px;
	line-height: 22px;
	color: #888;
	height: 44px;
	overflow: hidden;
}
.mors{
	display: block;
	width: 172px;
	font-size: 14px;
	line-height: 32px;
	color: #797878;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	text-align: center;
	margin: 60px auto 0;
	transition: all 0.4s;
}
.mors:hover {
	color: #fff;
	background: #284c95;
	border-color: #284c95;
}
.copyright{
	background-color: #363636;
	text-align: center;
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	color: rgba(255,255,255,0.23);
}
.copyright a{
	font-size: 14px;
	line-height: 24px;
	color: rgba(255,255,255,0.23);
}
.copyright a:hover{
	color: #fff;
}
.swipers .pore {
	overflow: hidden;
}
.page2 .swipers .swiper-slide .txt {
	text-align: center;
}
.page2 .swipers .swiper-slide .txt h5 {
	margin: 16px auto 0;background: url(../images/a5.png) no-repeat center/cover;
	height: 21px;width: 21px;border-radius: 50%;overflow: hidden;transition: all 0.3s;
}
.page2 .swipers .swiper-slide:hover .txt h5 {
	background: url(../images/a4.png) no-repeat center/cover;
}
/* 产品详情 */


.bans{
	height: 350px;
}

.crumbs li{
	float: left;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	margin-right: 3px;
}
.crumbs li a {
	font-size: 14px;
	line-height: 40px;
	color: #999;
	display: inline-block;
	transition: all 0.3s;
}
.crumbs li a:hover {
	color: #29559c;
}
.productdel h1{
	font-size: 28px;
	line-height: 1.6;
	color: #000;
	margin-top: 36px;
	margin-bottom: 24px;
}
.productdel .bd .pic{
	float: left;
	width: 482px;
	height: 482px;
}
.productdel .bd .hda{
	float: right;width: calc(100% - 515px);
}
.productdel .bd .hda li{
	float: left;margin-right: 15px;
}
.productdel .bd .hda li a{
	display: inline-block;
	padding: 0 12px;font-size: 16px;
	line-height: 28px;
	color: #fff;transition: all 0.3s;
	background-color: #3b3b3b;
}
.productdel .bd .hda li.on a,
.productdel .bd .hda li a:hover{
	background-color: #284c95;
	color: #fff;
}
.productdel .bd .dela{
	font-size: 14px;
	line-height: 28px;
	color: #363636;
	padding: 12px 16px 45px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
}
.productdel .bd .zx{
	width: 180px;
	display: block;
	font-size: 16px;
	line-height: 43px;
	color: #fff;margin-top: 20px;
	text-align: center;
	background: #284c95;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s;
}
.productdel .bd .zx:hover {
	background: #1b4db2;
}
.prlist{
	margin: 45px 0 45px;
}
.prlist h2{
	font-size: 20px;
	line-height: 1.4;
	color: #284c95;
	margin-bottom: 16px;
	font-weight: bold;
}
.prlist li{
	float: left;
	width: calc((100% - 62px)/4);
	margin: 0 20px 20px 0;
	box-shadow: 0 0 6px 2px #f2f2f2;
}
.prlist li:nth-child(4n){
	margin: 0 0 20px 0;
}
.prlist li a{
	display: block;
	border: 1px solid #ececec;
}
.prlist li .pic{
	height: 226px;
}
.prlist li .text{
	padding: 16px 14px 22px;
	
}
.prlist li .text h3{
	font-size: 16px;
	line-height: 28px;
	color: #000;
	transition: all 0.3s;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.prlist li:hover .text h3 {
	color: #29559c;
}
.prlist li .text p{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	height: 44px;
	overflow: hidden;
	margin-top: 4px;
}


/* 产品列表 */

.product .tit{
	margin: 40px auto 36px;
}
.product .tab{
	float: left;
	width: 275px;
}
.product .tab dt{
	font-size: 18px;
	line-height: 54px;
	color: #fff;
	background: #284c95;
	padding: 0 30px;
}
.product .tab dd{
	margin-bottom: 2px;
}
.product .tab dd h3{
	font-size: 16px;
	line-height: 46px;
	color: #363636;
	background-color: #f7f7f7;
	padding: 0 30px;
	cursor: pointer;
}
.product .tab dd ul {
	display: none;
}
.product .tab dd li {
	padding: 0 30px;
}
.product .tab dd li a{
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	position: relative;
	display: block;
	padding-left: 26px;
	transition: all 0.3s;
}
.product .tab dd li a:hover {
	color: #284c95;
}
.product .tab dd li a i{
	height: 1px;
	width: 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	background-color: #284c95;
	display: block;
	position: absolute;
	left: 0;top: 50%;
}
.product .tab dd li a:hover i,
.product .tab dd li.on a i{
	width: 17px;
}

.product .tab dl{
	margin-bottom: 10px;
}
.product .list{
	float: right;
	width: calc(100% - 306px);
	margin-top: 7px;
}
.product {
	padding-bottom: 100px;
}
.product .list li{
	float: left;margin-bottom: 23px;
	width: calc((100% - 42px)/3);margin-right: 20px;
}
.product .list li a{
	display: block;
	border: 1px solid #ececec;
	box-shadow: 0 0 6px 2px #f2f2f2;
}
.product .list li:nth-child(3n){
	margin-right:0 ;
}
.product .list li .pic{
	height: 226px;
}
.product .list li .text{
	padding: 20px 15px 23px;
}
.product .list li .text h2 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	transition: all 0.3s;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product .list li:hover .text h2 {
	color: #29559c;
}
.product .list li .text p{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	margin-top: 5px;
	overflow: hidden;
	height: 44px;
}
.pages{
	text-align: center;
	margin: 46px auto 0;
}
.pages dl{
	font-size: 0;text-align: center;
}
.pages dd{
	display: inline-block;
	margin: 0 6px;
}
.pages dd.h a {
	background: #f7f7f7;
}
.pages dd.ku a {
	width: 54px;
}
.pages dd a{
	display: block;
	min-width: 30px;
	padding: 0 10px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	border-radius: 3px;
	overflow: hidden;
	line-height: 28px;
	color: #666666;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pages dd.on a,
.pages dd a:hover{
	background-color: #284c95;
	border-color: #284c95;color: #fff;
}

/* 关于我们 */

.about{
	padding: 65px 0 100px;
}
.about .dels{
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	margin-top: 28px;
}
.about .dels img{
	display: block;
	margin: 0 auto;
}
.about .dels h3 {
	margin: 26px 0 8px;font-weight: bold;
	font-size: 18px;line-height: 32px;color: #295ca1;
}

/* 联系我们 */


.contact{
	padding-top: 60px;
}
.contact .hd{
	margin-top: 60px;
}
.contact .hd .lt{
	float: left;
	width: 480px;
}
.contact .hd .lt h3{
	font-size: 20px;
	line-height: 2;
	color: #033b7e;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.contact .hd .lt h6{
	font-size: 16px;
	line-height: 38px;
	color: #666666;
	margin-top: 16px;
	margin-bottom: 55px;
}
.contact .hd .lt .weix{
	text-align: center;width: 164px;
}
.contact .hd .lt .weix img{
	display: block;
	width: 100%;
}
.contact .hd .lt .weix h5{
	font-size: 16px;
	line-height: 1;
	color: #666666;
	margin-top: 10px;
}
.contact .hd .rt{
	float: right;width: calc(100% - 530px);
}
.contact .hd .rt h4{
	font-size: 20px;
	line-height: 2;
	color: #033b7e;
	margin-bottom: 16px;
}
.contact .hd .rt .tx{
	border: 1px solid #d2d2d2;
	width: 100%;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 16px;
	height: 50px;
	color: #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .hd .rt .tx.tx1{
	width: calc((100% - 35px)/2);float: left;
}
.contact .hd .rt .tx.tx1:nth-child(2n){
	float: right;
}
.contact .hd .rt .text{
	height: 132px;
	line-height: 1.6;
	padding: 10px 20px;
	font-size: 16px;color: #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}
.contact .hd .rt li .tx2 {
	height: 48px;font-size: 16px;
	color: #999999;display: block;border: none;
}
.contact .hd .rt .boira{
	position: relative;border: 1px solid #ccc;border-radius: 5px;
}
.contact .hd .rt .boira .pic{
	height: 32px;width: 100px;
	position: absolute;
	right: 14px;top: 8px;z-index: 11;
}
.contact .hd .rt .boira .pic img{
	width: 100%;height: 100%;display: block;
	cursor: pointer;
}
.contact .hd .rt li{
	margin-bottom: 20px;
}
.contact .hd .rt .btn {
	width: 186px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	display: block;
	text-align: center;
	background-color: #033b7e;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	transition: all 0.3s;
}
.contact .hd .rt .btn:hover {
	background: #1b4db2;
}
.contact .maps{
	height: 580px;
	margin-top: 100px;
}
.contact .maps .anchorBL {
	display: none;
}

/* 新闻详情 */

.newsdels .hd h1{
	font-size: 24px;
	line-height: 38px;
	color: #000;
	margin-top: 32px;
}
.newsdels .hd h6{
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin: 7px auto 20px;
}
.newsdels .hd h6 span{
	margin-left: 20px;
}
.newsdels .dels{
	font-size: 14px;
	line-height: 30px;
	color: #383838;
	margin-bottom: 45px;
}
.newsdels .ova a {
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	display: block;
	float: left;
	max-width: 45%;
	transition: all 0.3s;
}
.newsdels .ova a:nth-child(2n){
	float: right;
}
.newsdels{
	padding-bottom: 100px;
}
.newsdels .ova a:hover {
	color: #29559c;
}

/* 新闻列表 */


.news{
	padding: 65px 0 100px;
}
.news li{
	overflow: hidden;
}
.news li .pic{
	float: left;
	height: 135px;
	width: 222px;
	overflow: hidden;
}
.news li .pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.news li .pic a:hover{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}
.news li .text{
	float: right;
	width: calc(100% - 250px);
}
.news li .text h2 a {
	font-size: 16px;
	line-height: 26px;
	color: #262626;
	display: inline-block;
	margin-top: 6px;
	transition: all 0.3s ;
}
.news li .text h2 a:hover {
	color: #29559c;
}
.news li .text p{
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	height: 52px;
	margin-top: 8px;
	overflow: hidden;
}
.news li .text h6{
	font-size: 14px;
	line-height: 24px;
	color: #b7b7b7;
	margin-top: 10px;
	background: url(../images/a8.png) no-repeat left center;
	padding-left: 18px;
}
.news li{
	overflow: hidden;padding: 14px 0;
	border-bottom: 1px solid #eeeeee;
}
.news li:last-child {
	border-bottom: none;
}
.qmsjfooter{
	display: none;
}



.webban{
	display: none;
}


