﻿@charset "utf-8";
/* CSS Document */

@font-face{
  font-family:'Open Sans Bold';
  src: url(../fonts/open sans bold.ttf)format('truetype');
}
.openBold{font-family:'Open Sans Bold';}
@font-face{
  font-family:'Open Sans Light.ttf';
  src: url(../fonts/open sans light.ttf)format('truetype');
}
.openLight{font-family:'Open Sans Bold';}
@font-face{
  font-family:'SourceHanSerifCN-Regular';
  src: url(../font/SourceHanSerifCN-Regular.otf)format('truetype');
}
.Sou{font-family:'SourceHanSerifCN-Regular';}
@font-face{
  font-family:'SourceHanSansCN-Light';
  src: url(../font/SourceHanSansCN-Light.otf)format('truetype');
}
.SouLight{font-family:'SourceHanSansCN-Light';}
@font-face{
  font-family:'SourceHanSerifCN-Bold';
  src: url(../font/SourceHanSerifCN-Bold.otf)format('truetype');
}
.SouBold{font-family:'SourceHanSerifCN-Bold';}
@font-face{
  font-family:'SourceHanSerifCN-Heavy';
  src: url(../font/SourceHanSerifCN-Heavy.otf)format('truetype');
}
.SouHeavy{font-family:'SourceHanSerifCN-Heavy';}

@font-face{
  font-family:'SourceHanSerifCN-Medium';
  src: url(../font/SourceHanSerifCN-Medium.otf)format('truetype');
}
.SouMedium{font-family:'SourceHanSerifCN-Medium';}


/* body{padding-top: 120px;} */
/* .header{width: 100%;height: 120px;padding: 0 10px;background-color: #eee;position: fixed;z-index: 900;left: 0;top: 0;} */
/* .header>div{height: 100%;position: relative;} */
.logo{position: relative;width: 25.6%; left: 50%;top: 50%;transform: translate(-50%,-50%);}
.logo>img{width: 100%;}
.menu{position: absolute;height: 100%;left: 0;top: 0;}
.menu>.menuBtn{position: relative;left: 0;top: 50%;transform: translateY(-50%);font-size: 18px;color: #0054a7;}
.menu>.menuBtn img{width: 38px;margin-right: 10px;}

.search{position: absolute;right: 0;top: 0;top: 50%;transform: translateY(-50%);}
.search>form{display: block;height: 100%;}
.search>form>p{display:block;float: left;vertical-align: middle;line-height: 38px; font-size: 18px;color: #0054a7;margin-right: 10px;}
.search>form>.sech{float: left;position: relative;font-size: 0;width: 210px;width: 38px; height: 38px;border-radius: 19px;background-color: #0054a7;}

.search>form>.sech>.text{display: block;width: 100%;height: 38px;line-height: 38px;font-size: 14px;color: #0054a7; padding-left: 15px;border-radius: 19px;position: relative;z-index: 1100;color: #FFF;}
.search>form>.sech>.text::-webkit-input-placeholder{color:#fff}
.search>form>.sech>.text::-moz-placeholder{color:#fff}
.search>form>.sech>.text:-moz-placeholder{color:#fff}
.search>form>.sech>.text:-ms-input-placeholder{color:#fff}
.search>form>.sech>.textSeach{width: 38px;height: 38px;border-radius: 50%;background:#0054a7 url(../images/3.png) no-repeat center center;position: absolute;z-index: 1110;right: 0;top: 0;cursor: pointer;}
.search.cur>form>p{display:none;}
.search.cur>form>.sech{width: 210px;}
.MENU{width: 397px; position: fixed;z-index: 5000;background: #fff;height: 100%; left: -200%;top: 0;transition:All .5s ease;-webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease}
.MENU.cur{left: 0;}
.MENU>.MENU-1{border-bottom: 1px solid #e1e1e1;}
.closeMenu{height: 100px;line-height: 100px;font-size: 14px;color: #333;background: url(../images/129.png) no-repeat left center;padding-left: 33px;}
.closeMenu:hover{color: #0054a7}
.MENU-2{
	height: -moz-calc(100vh - 100px);
    height: -webkit-calc(100vh - 100px); 
    height: -o-calc(100vh - 100px);
    height: -ms-calc(100vh - 100px);
	height: calc(100vh - 100px);
	overflow-y: auto;
}
.Meu{}
.Meu>li{margin-top: 60px;}
.Meu>li>a{color: #333;font-size: 18px;background: url(../images/130.png) no-repeat right center;padding-right: 15px;}
.Meu>li:hover>a,
.Meu>li.active>a{color: #0054a7;background: url(../images/131.png) no-repeat right center;}
.Meu2{padding-left: 18px;margin-top: 5px;}
.Meu2>li{margin-top: 20px;}
.Meu2>li>a{color: #555;font-size: 15px;}
.Meu2>li:hover>a,
.Meu2>li.active>a{color: #0054a7;}
.cor164574{color: #164574;}
.sech2{display: none;}
@media (max-width: 1340px) {
	/* body{padding-top: 100px;} */
	/* .header{height: 100px;} */
	.menu>.menuBtn{font-size: 16px;}
	.menu>.menuBtn img{width: 32px;margin-right: 8px;}
	.search>form>p{line-height: 32px; font-size: 16px;margin-right: 8px;}
	.search>form>.sech{width: 32px; height: 32px;border-radius: 16px;}
	.search>form>.sech>.text{height: 32px;line-height: 32px;padding-left: 15px;border-radius: 16px;}
	.search>form>.sech>.textSeach{width: 32px;height: 32px;background:#0054a7 url(../images/3.png) no-repeat center center/14px 14px;}
	.search.cur>form>.sech{width: 210px;}
	.closeMenu{height: 85px;line-height: 85px;}
	.MENU{width: 320px;}
	.MENU-2{
		height: -moz-calc(100vh - 85px);
		height: -webkit-calc(100vh - 85px); 
		height: -o-calc(100vh - 85px);
		height: -ms-calc(100vh - 85px);
		height: calc(100vh - 85px);
	}
	.Meu>li{margin-top: 45px;}
	.Meu>li>a{font-size: 16px;background: url(../images/130.png) no-repeat right center/8px 14px;}
	.Meu>li:hover>a,
	.Meu>li.active>a{background: url(../images/131.png) no-repeat right center/14px 8px;}
	.Meu2>li{margin-top: 15px;}
	.Meu2>li>a{font-size: 14px;}
}
@media (max-width: 991px) {
	/* body{padding-top: 80px;} */
	/* .header{height: 80px;}	 */
	.closeMenu{height: 75px;line-height: 75px;}
	.MENU{width: 235px;}
	.MENU-2{
		height: -moz-calc(100vh - 75px);
		height: -webkit-calc(100vh - 75px); 
		height: -o-calc(100vh - 75px);
		height: -ms-calc(100vh - 75px);
		height: calc(100vh - 75px);
	}
	.Meu>li{margin-top: 30px;}
	.Meu>li>a{font-size: 15px;background: url(../images/130.png) no-repeat right center/7px 12px;}
	.Meu>li:hover>a,
	.Meu>li.active>a{background: url(../images/131.png) no-repeat right center/12px 7px;}
	.Meu2>li{margin-top: 10px;}
	.Meu2>li>a{font-size: 13px;}
}
@media (max-width: 767px) {
	/* body{padding-top: 60px;} */
	/* .header{height: 60px;} */
	.menu>.menuBtn{font-size: 15px;}
	.menu>.menuBtn img{width: 26px;margin-right: 5px;}
	.search{display: none;}
	.sech2{margin-left: 0; width: 100%; height: 26px;border-radius: 13px;background:#0054a7;position: relative;margin-top: 20px;margin-bottom: 10px;display: block;}
	.sech2>.text{height: 26px;line-height: 26px;padding-left: 14px;border-radius: 13px;font-size: 13px;color: #fff;}
	.sech2>.text::-webkit-input-placeholder{color:#fff}
	.sech2>.text::-moz-placeholder{color:#fff}
	.sech2>.text:-moz-placeholder{color:#fff}
	.sech2>.text:-ms-input-placeholder{color:#fff}
	.sech2>.textSeach{width: 26px;height: 26px;background: url(../images/3.png) no-repeat center center/12px 12px;position: absolute;top: 0;right: 0;}
	.closeMenu{height: 60px;line-height: 60px;}
	.MENU{width: 150px;}
	.MENU-2{
		height: -moz-calc(100vh - 60px);
		height: -webkit-calc(100vh - 60px); 
		height: -o-calc(100vh - 60px);
		height: -ms-calc(100vh - 60px);
		height: calc(100vh - 60px);
	}
	.Meu>li{margin-top: 15px;}
	.Meu>li>a{font-size: 14px;background: url(../images/130.png) no-repeat right center/6px 11px;}
	.Meu>li:hover>a,
	.Meu>li.active>a{background: url(../images/131.png) no-repeat right center/11px 6px;}
}
@media (max-width: 576px) {
	/* .logo{width: 120px;}	 */
}

/*内容部分*/
.bpc1>div{padding: 103px 10px 240px;}
.roll1{ background-size:564px 440px !important; width: 564px;height: 440px;padding-top: 354px;}
.roll1>a{width: 131px;height: 131px;border-radius: 50%;background-color: #21ade5;border: 5px solid #fff;}
.roll1>a:nth-child(n+2){margin-left: 47px;}
.roll1>a:hover{background-color: #90C31F;}
#swiper1 .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 10px;left: 0;width: 100%;}
#swiper1 .swiper-pagination-bullet{width: 46px;height: 6px; opacity: 1;background: #fff;border-radius: 0;}
#swiper1 .swiper-pagination-bullet-active{opacity: 1;background: #0054A7;}	
/* .bgf2f7fd{background-color: #f2f7fd;} */
.k1{padding: 5.2% 10px;}
.k1-1{width: 35.6%;}
.k1-2{width: 64.4%;}
.tit{height: 250px;background:#fff url(../images/6.png) no-repeat 10px top;padding-top: 80px;}
.a1{height: 400px;}
.a1-1{width: 44.7%;}
.a1-2{width: 55.3%;}
.a2{height: 250px;}
.a2-1{width: 60.8%;}
.a2-2{width: 39.2%;background-color: #fff;}
.a-p1{z-index: 10;left: 20px;bottom: 20px;}
.aDiv{z-index: 5;width: 0;height: 0;left: 50%;top: 50%;background: rgba(0,84,166,.8);color: #fff;padding-top: 15px;padding-right: 20px;overflow: hidden;opacity: 0;}
.a1:hover>.aDiv,
.a2:hover>.aDiv{width: 100%;height: 100%;left: 0;top: 0;opacity: 1;}
.picSPFZ{-webkit-transform:rotateX(180deg);-moz-transform:skew(0deg, 180deg) scale(1, -1);-o-transform:skew(0deg, 180deg) scale(1, -1);transform:rotateX(180deg);}
.ovh{overflow: hidden; }
/*放大*/
.sw-a1:hover>p>img,
.swDiv:hover>p>img,
.k6-1>a:hover>span,
.k6-2>a:hover>span,
.k6-3>a:hover>span,
.swDiv3>a:hover>p>span>img,
.ul02>li:hover>a>img,
.ul03>li:hover>a>div>img,
.ul07>li:hover>a>p>span,
.ul05>li:hover>a>p>span,
.ul08>li>a:hover>img,
.ul10>li>a:hover>p>img,
.ul11>li:hover>p>img,
.ul14>li:hover>a>img,
.ul20>li:hover>a>img,
.ul24>li:hover>a>p>span{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}

/*上移动*/
.k4-12>a:hover>.p3,
.ul09>li>a:hover>p{transform: translate(0, -5px);-webkit-transform: translate(0, -5px);-moz-transform: translate(0, -5px);-o-transform: translate(0, -5px);-ms-transform: translate(0, -5px);}

/*下移动*/
.k4-12>a:hover>img,
.ul09>li>a:hover>img{transform: translate(0, 5px);-webkit-transform: translate(0, 5px);-moz-transform: translate(0, 5px);-o-transform: translate(0, 5px);-ms-transform: translate(0, 5px);}

/*左移动*/
.a2-2>div:hover>span:nth-child(2){transform: translate(-5px, 0);-webkit-transform: translate(-5px, 0);-moz-transform: translate(-5px, 0);-o-transform: translate(-5px, 0);-ms-transform: translate(-5px, 0);}

/*右移动*/
.a2-2>div:hover>span:nth-child(1){transform: translate(5px, 0);-webkit-transform: translate(5px, 0);-moz-transform: translate(5px, 0);-o-transform: translate(5px, 0);-ms-transform: translate(5px, 0);}
.hd{-webkit-animation:bounce 2s infinite linear;-moz-animation:bounce 2s infinite linear;-ms-animation:bounce 2s infinite linear;-o-animation:bounce 2s infinite linear;animation:bounce 2s infinite linear;}
	   
@-webkit-keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-webkit-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-webkit-transform: scale(1.12, 1.12);}
}
@-moz-keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-moz-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-moz-transform: scale(1.12, 1.12);}
}
@-ms-keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-ms-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-ms-transform: scale(1.12, 1.12);}
}  
@-o-keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-o-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-o-transform: scale(1.12, 1.12);}
}	   
@keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-webkit-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-webkit-transform: scale(1.12, 1.12);}
}	   	
.k2{padding: 15.2% 10px;width: 100%;position: relative;}
.z1{z-index: 1;}
.k2-1{position: absolute;z-index: 1;width: 100%;left: 0;top: 0;height: 354px;}
.corbac9e0{color: #bac9e0;}
.tb1{position: relative;z-index: 2;}
.tb1>a{background-color: rgba(255,255,255,.1);height: 70px;line-height: 70px;position: relative;}
.tb1>a>span{display: inline-block;height: 100%;}
.tb1>a.active{background-color: #0b88cc;}
.tb1>a:nth-child(1)>span{background: url(../images/11-1.png) no-repeat left center;padding-left: 35px;}
.tb1>a:nth-child(2)>span{background: url(../images/11-2.png) no-repeat left center;padding-left: 35px;}
.tb1>a:nth-child(3)>span{background: url(../images/11-3.png) no-repeat left center;padding-left: 35px;}
.tb1>a:nth-child(4)>span{background: url(../images/11-4.png) no-repeat left center;padding-left: 35px;}
.M1>a:nth-child(n+2):before{width: 1px;height: 100%;left: 0;top: 0;border-left: 1px solid #3a7ab9;}
.k2-2{padding: 60px 50px;position: relative;z-index: 1;cursor: pointer}
.vs{position: relative;width: 100%;left: 0;top: 0;opacity:1;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;z-index: 10;}
.vd{position: absolute;width: 100%;left: 0;top: 0;opacity:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;z-index: 8;}
.k2-20>p{width: 43%;height: 387px;}
.k2-20>div{margin-left: 47%;}
.btn1{width:156px;height: 44px;line-height: 44px;text-align: center;background: #0054A7;}
.btn1:hover{border-radius: 22px;font-weight: bold;}
#swiper2 .swiper-pagination2,
#swiper3 .swiper-pagination3,
#swiper4 .swiper-pagination4,
#swiper5 .swiper-pagination5{bottom: 55px;text-align: right;}
#swiper2 .swiper-pagination-bullet,
#swiper3 .swiper-pagination-bullet,
#swiper4 .swiper-pagination-bullet,
#swiper5 .swiper-pagination-bullet{display: inline-block;width: 10px;height: 10px; opacity: 1;border:1px solid #0054a7;margin-left: 10px;background-color: #fff;}
#swiper2 .swiper-pagination-bullet-active,
#swiper3 .swiper-pagination-bullet-active,
#swiper4 .swiper-pagination-bullet-active,
#swiper5 .swiper-pagination-bullet-active{opacity: 1;background: #0054A7;}
.w1470{width: 1470px;margin-left: auto;margin-right: auto;}

@media (max-width: 1920px) {
	.w1470{width: 100%;}	
}
#swiper40 .swiper-pagination40{bottom: 0;text-align:center;}
#swiper40 .swiper-pagination-bullet{width: 20px;height: 20px; opacity: 1;background: url(../images/37.png) no-repeat center center;}
#swiper40 .swiper-pagination-bullet-active{opacity: 1;background: url(../images/37b.png) no-repeat center center;}


.sw-a1>div>p{height: 72px;line-height: 72px;}
.sw-a1:hover>div>p{color: #fff;background-color:rgb(134, 69, 135);}
.k2-3 .arrow-left,
.k2-3 .arrow-right {width: 44px;height: 44px;margin-top: -22px;background-size: 44px 44px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;}
.k2-3 .arrow-left{background: url(../images/13-1.png) no-repeat center center/44px 44px;left: 0;right: auto;}
.k2-3 .arrow-right{background: url(../images/13-2.png) no-repeat center center/44px 44px;right: 0;left: auto;}
.k2-3 .arrow-left:hover{background: url(../images/13-1b.png) no-repeat center center/44px 44px;left: 0;right: auto;}
.k2-3 .arrow-right:hover{background: url(../images/13-2b.png) no-repeat center center/44px 44px;right: 0;left: auto;}
.k3{padding: 5.2% 10px 2.1%;}
.k3-1{border-top: 1px solid #e1e1e1;}
.btn2{display: block;position: absolute; width: 80px;height: 80px;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 20;}
.btn2>img{width: 100%;}
.k3-1>div:first-child{border-right: 1px solid #e1e1e1;}
.k4{padding-top: 90px;}
.k4-1{background: url(../images/21.jpg) no-repeat center center;background-size: cover;padding: 0 10px;}
.k4-11{position: absolute;width: 100%;left: 0;top: -90px;box-shadow:0px 0px 36px 0px rgba(0, 0, 0, 0.06);padding: 60px 40px;}

.sw-a2>div>p>span{display: inline-block;margin-left: 32px; background: url(../images/19.png) no-repeat center center;width: 16px;height: 16px;}
.sw-a2:hover>div>p>span{background: url(../images/19b.png) no-repeat center center;width: 16px;height: 16px;}
.sw-a2:hover>div>p{color: #0054a7;}
.sw-a2:hover>p{color: #0054a7;}
.k4-11>div{padding-left: 30px;padding-right: 30px;}
.k4-11 .arrow-left2,
.k4-11 .arrow-right2 {width: 29px;height: 44px;margin-top: -22px;background-size: 29px 44px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;}
.k4-11 .arrow-left2{background: url(../images/20-1.png) no-repeat center center/29px 44px;left: 0;right: auto;}
.k4-11 .arrow-right2{background: url(../images/20-2.png) no-repeat center center/29px 44px;right: 0;left: auto;}
.k4-11 .arrow-left2:hover{background: url(../images/20-1b.png) no-repeat center center/29px 44px;left: 0;right: auto;}
.k4-11 .arrow-right2:hover{background: url(../images/20-2b.png) no-repeat center center/29px 44px;right: 0;left: auto;}
#swiper7>div>div{background:url(../images/18.png) no-repeat right center;}
#swiper7>div>div:last-child{background: none!important;}
.cor9bb9d8{color: #9bb9d8;}
.p3{height: 52px;line-height: 26px;margin-top: 20px;}
.k4-12{padding: 170px 0 100px;}
.aside{position: fixed;z-index: 900;top: 30%;right: 0;width: 62px;display: none;}
.aside>a{background: #0054a7;height: 62px;padding-top: 10px;position: relative;}
.aside>a:nth-child(n+2){border-top: 1px solid #fff;}
.aside>a:hover{background: #21ade5}
.aside>a>div:nth-child(1){position: relative;z-index: 910;}
.aside>a>div:nth-child(2){position: absolute;z-index: 905;background: #0054a7;height: 62px;top: 0;}
.asiDiv1{width: 206px;left: -206px;padding-left: 15px;padding-top: 11px;display: none;}
.asiDiv1>p{height: 20px;line-height: 20px;}
.asiDiv2{width: 62px;background: #fff!important;padding: 5px;left: -62px;display: none}
.asiDiv2>img{width: 100%;height: 100%;}
.asd5{padding-top: 19px!important;}
.aside>a:hover>div:nth-child(2){display: block;}
.footer{background-color: #f6f6f6;padding-top: 4.16%;}
.ft2{border-top: 1px solid #e5e5e5;}
.cor121212{color: #121212;}
.fotUl2>li>a:hover{text-decoration: underline;}
.fotUl1>li{width: 13.2%;}
.fotUl1>li:last-child{width: auto!important;}
.ewm>div>div{border: 1px solid #e5e5e5;padding: 5px;}
.yqlj>div:nth-child(n+2){margin-left: 20px;}
.sele{width: 240px; border: 1px solid #e5e5e5;height: 42px;line-height: 42px;padding-left: 15px; background: url(../images/31.png) no-repeat right 20px center;}
.pop{position: fixed;z-index: 2000;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);}
.liuYan{position: fixed;z-index: 2010;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 670px;background-color: #fff;border-radius: 8px;padding: 40px 40px 66px;}
.cor0054a7{color: #0054a7;}
.mgt8{margin-top: 8px;}
.ipt1{width: 100%;height: 52px;line-height: 52px;background: #f4f4f5;border-radius: 4px; padding-left: 20px;color: #333;}
.ipt1::-webkit-input-placeholder{color:#333}
.ipt1::-moz-placeholder{color:#333}
.ipt1:-moz-placeholder{color:#333}
.ipt1:-ms-input-placeholder{color:#333}
.textarea1{width: 100%;height: 132px;background: #f4f4f5;border-radius: 4px; padding-left: 20px;color: #333;padding: 10px 20px;color: #333;padding-right: 20px;}
.textarea1::-webkit-input-placeholder{color:#333}
.textarea1::-moz-placeholder{color:#333}
.textarea1:-moz-placeholder{color:#333}
.textarea1:-ms-input-placeholder{color:#333}
.close{position: absolute;top: 20px;right: 20px;}
.selectDown{position: relative;width:100%;}
.selectDown>span{display: block;width: 100%;height: 52px;line-height: 52px;background: #f4f4f5 url(../images/27.png) no-repeat right 20px center;border-radius: 4px; padding-left: 20px;font-weight: lighter;color: #000!important}
.selectDown>ul{display: none; position: absolute;z-index: 100;width: 100%;left: 0;top: 100%;background: #f4f4f5;border-radius: 4px;height: 110px;overflow-y: auto;}
.selectDown>ul>li{display: block;height: 32px;line-height: 32px;padding-left: 20px;font-size: 14px;color: #333;cursor: pointer;}
.selectDown>ul>li.curr,
.selectDown>ul>li:hover{background-color: #20A0FF;color: #fff;}
.sp1{width: 97px;height: 32px;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}
.sp1>img{width: 100%;height: 100%;}
.corff0000{color: #ff0000;}
.submit{width: 100%;height: 52px;line-height: 52px;text-align: center;background: #0054a7;border-radius: 4px;color: #fff;}
@media (max-width: 767px) {
	.liuYan{width: 90%;padding: 20px 20px 30px;}
	.close{width: 16px;top:15px;right: 15px;}
	.ipt1{height: 36px;line-height: 36px;padding-left: 10px;}
	.selectDown>span{height: 36px;line-height: 36px;background: #f4f4f5 url(../images/27.png) no-repeat right 10px center/11px 6px; padding-left: 10px!important;}
	.selectDown>ul>li{padding-left: 10px;}
	.textarea1{padding: 10px 10px;height: 90px;}
	.LY>P{float: none;width: 100%;}
	.sp1{width: 58px;height: 19px;right: 7px;}
	.submit{height: 36px;line-height: 36px;}
}
.banner{height: 600px;position: relative;margin-bottom: 31px;}
.hd{position: absolute;z-index: 10;left: 50%;transform: translateX(-50%);bottom: -31px;}
.MBX>ul{overflow: hidden;font-size: 0;text-align: center;}
.MBX>ul>li{display: inline-block;margin-top: 10px;margin-right: 4px;font-size: 15px;color: #0054a7;}
.MBX>ul>li:last-child{margin-right: 0;}
.MBX>ul>li>a{color: #666;}
.MBX>ul>li>a:hover{color: #0054a7;}
.tb3>a{font-size: 15px;color: #555; margin-left: 10px;margin-right: 10px;height: 46px;line-height: 46px;background: #f4f4f5;border-radius: 4px;padding: 0 40px;margin-top: 10px;}
.tb3>a.active,
.tb3>a:hover{background: #0054a7;color: #fff;}
.bgf4f4f5{background: #f4f4f5;}
.k5-1{padding: 20px;}
.k5-2,
.k5-3{padding: 95px 10px 100px;}
.k5-2{background: #f2f7fd;}
.k5-3{background: #e5edf6;}
.k-m1{height: 387px;}
.cor0054a7{color: #0054a7;}
.ari{font-family:Arial}
.k-m2{padding: 50px 40px 50px 50px;}
.scroll_main {width: 100%;display: block;}
.scroll_wrap {width: 100%;height: 180px;position: relative;}
.scroll_cont {height: 100%;overflow: hidden;}
.scroll_bar {position: absolute;top:0;right:2px;width: 1px;height: 100%;background-color: #e5e5e5;}
.scroll_slider {position: absolute;top: 0;right: -1px;width: 3px;height: 30px;background-color: #21ade5;}
.d1{padding-left: 47%;}
.d1-1{width: 40%;position: absolute;top: 0;left: 0;}
.d1-1>div{width: 81%;position: absolute;z-index: 10;top: 0;right: 0;}
.d1-2{padding: 30px 30px 60px 0;}
.d2{padding-left: 47%;}
.d2-1{padding: 55px 155px 80px 0;}
.swDiv{padding: 35px 23px 30px;background: #f2f6fb;cursor: pointer;}
.swDiv>p:nth-child(1){padding-left: 5px;padding-right: 5px;}
.hr-t-a9acaf{height: 1px!important;border-top: 1px dashed #a9acaf;}
.sDiv1{position: absolute;z-index: 30;background: rgba(10,91,170,.9);width: 100%;height: 100%;left: 0;top: -100%;}
.sDiv1>div{position: absolute;z-index: 32; width: 100%;left: 0;top: 50%;transform: translateY(-50%);padding-left: 10px;padding-right: 10px;}
.btn3{width: 66px;}
.swDiv2{position: fixed;z-index: 2000;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);}
.swDiv2>div{width: 752px;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.swDiv2>div>img{width: 100%;}
.close2{position: absolute;z-index: 2010; top: 10px;right: 10px;font-size: 16px;color: #333; background-color: #eee;width: 24px;height: 24px;text-align: center;line-height: 24px;border-radius: 50%;}
.swDiv:hover>.sDiv1{top: 0;}
.swDiv:hover>.txt{visibility: hidden;}
.k6-1{width: 26.5%; float: left;}
.k6-2{width: 26.5%; float: left;}
.k6-3{width: 47%; float: left;}
.k6-1>a{height: 244px;position: relative;width: 100%;}
.k6-1>a>span{display: block;width: 100%;height: 100%;}
.k6-1>a>div{position: absolute;z-index: 10;width: 100%;height: 100%;left: 0;top: 0;padding: 26px 22px;}
.k6-2>a{height: 488px;width: 100%;}
.k6-2>a>span{display: block;width: 100%;height: 100%;}
.k6-2>a>div{position: absolute;z-index: 10;width: 100%;height: 100%;left: 0;top: 0;padding: 26px 22px;}
.k6-3>a{height: 488px;width: 100%;}
.k6-3>a>span{display: block;width: 100%;height: 100%;}
.k6-3>a>div{position: absolute;z-index: 10;width: 100%;left: 0;bottom: 0;padding: 26px 36px;}
.td2{width: 26px;position: relative;}
.td1,
.td3{
	width: -moz-calc(50% - 13px);
    width: -webkit-calc(50% - 13px); 
    width: -o-calc(50% - 13px);
    width: -ms-calc(50% - 13px);
	width: calc(50% - 13px);
}
.cor0054a7{color: #0054a7;}
.tdRight{position: absolute;left: -96px;z-index: 10;width: 26px;}
.tdLeft{position: absolute;right: -96px;z-index: 10;width: 26px;}
.imgRight{display: block; position: absolute;width: 48px; top: 50%;right: -48px;height: 1px;border-top: 1px solid #e5e5e5;}
.imgLeft{display: block; position: absolute;width: 48px;top: 50%;left: -48px;height: 1px;border-top: 1px solid #e5e5e5;}
.xian1{display: block; width: 1px!important;position: absolute;left: 50%;transform: translateX(-50%);border-right: 1px solid #e5e5e5;height: 50%;bottom: 0;}
.xian2{display: block;width: 1px!important;position: absolute;left: 50%;transform: translateX(-50%);border-right: 1px solid #e5e5e5;top: 0;bottom: 0;}
.td2-2{height: 90px;}
.k8{padding: 70px 10px 100px;}
.bgf4f4f5{background: #f4f4f5;}
.tit2>div{position: relative;}
.tit2>div:before{position: absolute; width: 100%;left: 0;top: 50%;height: 1px!important;border-top: 1px solid #ebeced;}
.tit2>div>div{display: inline-block;position: relative;z-index: 5;}
.tit2>div>div>p{background: url(../images/116.png) no-repeat left center; padding-left: 12px;}
.tit2>div>div>p>span{display:block;background: url(../images/116.png) no-repeat right center;padding-right: 12px;}
#swiper10 .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0;left: 0;width: 100%;}
#swiper10 .swiper-pagination-bullet{width: 12px;height: 12px; opacity: 1;border: 1px solid #0054a7;}
#swiper10 .swiper-pagination-bullet-active{opacity: 1;background: #0054a7;}
#swiper11 .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0;left: 0;width: 100%;}
#swiper11 .swiper-pagination-bullet{width: 12px;height: 12px; opacity: 1;border: 1px solid #0054a7;}
#swiper11 .swiper-pagination-bullet-active{opacity: 1;background: #0054a7;}
#swiper12 .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0;left: 0;width: 100%;}
#swiper12 .swiper-pagination-bullet{width: 12px;height: 12px; opacity: 1;border: 1px solid #0054a7;}
#swiper12 .swiper-pagination-bullet-active{opacity: 1;background: #0054a7;}
.p5{height: 70px;line-height: 70px}
.swDiv3{border: 1px solid #ebeced;}
.swDiv3>a>p{padding: 25px 20px;}
.swDiv3>a>div{position: relative;}
.swDiv3>a>div:before{width: 90%;left: 5%;height: 1px!important;border-top: 1px dashed #ebeced;top: 0;}
.swDiv3>a:hover>div:before{border-top: none;}
.swDiv3>a:hover>div>.p5{background-color: #0054a7;color: #fff;}
.k9{padding-left: 10px;padding-right: 10px;}
.k9-1{background: url(../images/47.jpg) no-repeat center top/100% auto;padding: 90px 70px 0;}
.ul02>li{width: 32%;margin-right: 2%;}
.ul02>li:nth-child(3n){margin-right: 0;}
.ul02>li>a{overflow: hidden;}
.ul02>li>a>img{border-radius: 10px;}
.scroll_main2 {width: 100%;display: block;}
.scroll_wrap2 {width: 100%;height: 632px;position: relative;}
.scroll_cont2 {height: 100%;overflow: hidden;}
.scroll_bar2 {position: absolute;top:0;right:0;width: 6px;height: 100%;background-color: #e5e5e5;}
.scroll_slider2 {position: absolute;top: 0;right: 0;width: 6px;height: 30px;background-color: #21ade5;border-radius: 3px;}
.ul03>li:nth-child(n+2){margin-top: 30px;}
.ul03>li>a>img{border-radius: 10px;}
.ul03>li>a>p{position: absolute;z-index: 10;bottom: 10px;right: 0;background-color: #0054a7;padding: 7px 10px;border-radius: 6px 0 0 6px;color: #fff;}
.scroll_main5 {width: 100%;display: block;}
.scroll_wrap5 {width: 100%;height: 546px;position: relative;}
.scroll_cont5 {height: 100%;overflow: hidden;}
.scroll_bar5 {position: absolute;top:0;right:0;width: 6px;height: 100%;background-color: #f4f4f5;}
.scroll_slider5 {position: absolute;top: 0;right: 0;width: 6px;height: 30px;background-color: #c3c3c4;border-radius: 3px;}
.btn4{display: block;position: absolute; width: 90px;height: 90px;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 20;}
.btn4>img{width: 100%;}
.k9-5{height: 550px;}
.k9-5>span{display: block;width: 100%;height: 100%;position: absolute;z-index: 10;left: 0;top: 0;}
.ul04>li{padding-top: 17px;padding-bottom: 17px;border-bottom: 1px solid #dbdbdc;}
.ul04>li>a>p{height: 102px;}
.ul04>li>a>div{margin-left: 43%;}
.ul05>li{padding: 60px 0;border-bottom: 1px solid #e5e5e5;}
.ul05>li>a>p>span{display: block;height: 330px;}
.d4>div:nth-child(1){background: url(../images/58.png) no-repeat right center;width: 75px;}
.d4>div:nth-child(2){margin-left: 90px;line-height: 44px;height: 44px;}
.btn5{width: 164px;text-align: center;height: 44px;line-height: 44px;background: #21ade5;border-radius: 2px;}
.ul05>li:hover>a .btn5{font-weight: bold;background: #0054a7;}
.ul05>li:hover>a .d4>div:nth-child(2)>p{color: #0054a7;}

/*分页*/
.fen>a{width: 38px;height: 38px;text-align: center;line-height: 38px;border: 1px solid #e2e2e2;border-radius: 19px;vertical-align: middle;color: #272727;font-size: 14px;}
.fen>a:nth-child(n+2){margin-left: 10px;}
.fen>a:first-child,
.fen>a:last-child{width: 100px;}
.fen>a:first-child{background: url(../images/60-1.png) no-repeat center center;}
.fen>a:last-child{background: url(../images/60-2.png) no-repeat center center;}
.fen>a.active,
.fen>a:hover{background: #0054a7;border: 1px solid #0054a7;color: #fff;}
.fen>a:first-child.curr,
.fen>a:first-child:hover{background:#0054a7 url(../images/60-1b.png) no-repeat center center;}
.fen>a:last-child.curr,
.fen>a:last-child:hover{background:#0054a7 url(../images/60-2b.png) no-repeat center center;}
@media (max-width: 767px) {
	.fen>a{width: 20px;height: 20px;line-height: 20px;border-radius: 10px;font-size: 12px;}
	.fen>a:nth-child(n+2){margin-left: 5px;}
	.fen>a:first-child,
	.fen>a:last-child{width: 46px;}
	.fen>a:first-child{background: url(../images/60-1.png) no-repeat center center/10px 6px;}
	.fen>a:last-child{background: url(../images/60-2.png) no-repeat center center/10px 6px;}
	.fen>a.active,
	.fen>a:hover{background: #0054a7;border: 1px solid #0054a7;color: #fff;}

	.fen>a:first-child.curr,
	.fen>a:first-child:hover{background:#0054a7 url(../images/60-1b.png) no-repeat center center/10px 6px;}
	.fen>a:last-child.curr,
	.fen>a:last-child:hover{background:#0054a7 url(../images/60-2b.png) no-repeat center center/10px 6px;}
}

.h34{height: 34px;}
.hr-t-d7d8d8{height: 1px!important;border-top: 1px solid #d7d8d8;}
.xiaYiYe>a.active,
.xiaYiYe>a:hover{color: #0054a7;}
.bg0054A7{background: #0054A7;}
.ul06>li:nth-child(n+2){margin-top: 24px;}
.ul07>li{padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid #DBDBDC;}
.ul07>li:last-child{border-bottom: none;}
.ul07>li>a>p{width: 35.6%;}
.ul07>li>a>p>span{width: 100%;height: 91px;}
.ul07>li>a>div{margin-left: 41.5%;}
.k14{padding: 79px 10px 100px;}
.k15{padding: 100px 10px 100px;}
.k33{padding: 100px 10px 100px;}
.k16{padding: 100px 10px;background: #F4F4F4;}
.k17{padding: 100px 10px;}
.k18{padding: 100px 10px;}
.k19{padding: 100px 10px;}
.k20{padding: 100px 10px 117px;background: #F6F6F6;}
.k21{padding: 80px 10px 75px;}
.ul08>li{width: 23.1%;margin-right: 2.53333%;}
.ul08>li:nth-child(4n){margin-right: 0;}
.ul08>li>a{overflow: hidden;}
.ul08>li>a>div{z-index: 10;left: 0;bottom: 0;width: 100%;padding: 10px 10px 20px;text-align: center;}
.ul08>li>a>span{display: block;position: absolute;z-index: 8;width: 100%;height: auto;left: 0;bottom: 0;}
.ul10>li{width: 32%;margin-right: 2%;}
.ul10>li:nth-child(3n){margin-right: 0;}
.ul10>li>a>div{padding: 30px;}
.ul10>li>a>div>p:nth-child(2){height: 40px;line-height: 20px;}

.ul11>li{background: #F4F4F5;width: 23%;margin-right: 2.6666666%;}
.ul11>li:nth-child(4n){margin-right: 0;}
.ul11>li>p{position: relative;}
.ul11>li>div{padding: 45px 30px 40px;}

.ul11>li>div>span{display: block;position: absolute;z-index: 10;left: 50%;transform: translateX(-50%);width: 138px;height: 40px;line-height: 40px;border-radius: 20px;background-color: #0054A7;color: #fff;text-align: center;top: -20px}


.ul12{height: 288px;overflow: hidden;}
.ul12>li>a{height: 36px;line-height: 36px;}
.ul12>li>a:hover{text-decoration: underline;}
.k18-1>p{height: 420px;}
.ul13>li{width: 23%;margin-right: 2.6666666%;margin-top: 40px;height: 403px;overflow: hidden;position: relative;border: 2px solid #fff;}
.ul13>li:nth-child(4n){margin-right: 0;}
.ul13>li>a{overflow: hidden;}
.ul13>li:hover{border:2px solid rgba(0,84,167,1);}
.ul13>li>a{width: 100%;height: 100%;position: relative;}
.ul13>li>div{width: 100%;height: 100%;position: absolute;left: -200%;top: 0;background-color: #fff;z-index: 100;}
.ul13>li:hover>div{left: 0;}
.ul13>li>a>span{display: block;width: 100%;height: 100%;}
.ul13>li>a>p{position: absolute;z-index: 10; top: 50px;right: 0;background: #0054a7;color: #fff;padding: 10px 20px;border-radius: 24px 0 0 24px;}
.ul13>li>div{padding: 40px;}



.p6{font-size: 15px;line-height: 24px;margin-top: 25px;height: 192px;overflow: hidden;}
.cor0F0F0F{color: #0F0F0F;}
.cor070606{color: #070606;}
.cor3b3933{color: #3b3933;}
.k20-1{width: 920px;margin-left: auto;margin-right: auto;}
#swiper10 .arrow-left,
#swiper10 .arrow-right {width: 100px;height: 39px;top: auto;bottom: 0;margin-bottom: 0; background-size: 39px 39px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;}
#swiper10 .arrow-left{background:#F6F6F6 url(../images/73-1.png) no-repeat center center/39px 39px;right: 22%;left: auto;}
#swiper10 .arrow-right{background:#F6F6F6 url(../images/73-2.png) no-repeat center center/39px 39px;right: 5%;left: auto;}
.swiper-10{padding-bottom: 20px;padding-top: 40px;}
.swiper-10>a{width:100%;border:4px solid rgba(0,84,167,1);padding: 38px 47px 0 14px;}
.swiper-10>a>div{padding-bottom: 50px;}
.img10{width: 269px;height: 372px; position: absolute;z-index: 20;bottom: 0;right: 14px;}
.txt2{position: relative;z-index: 100;}
.k21-1{padding: 25px 50px 75px;border-radius: 8px;border: 1px solid #eee;}
.ipt2{background-color: #F4F4F5;height: 52px;line-height: 52px;border-radius: 4px;}
.ipt2::-webkit-input-placeholder{color:#333}
.ipt2::-moz-placeholder{color:#333}
.ipt2:-moz-placeholder{color:#333}
.ipt2:-ms-input-placeholder{color:333}
.selectDown{}
.selectDown>span{display: block;width: 100%;height: 52px;line-height: 52px;}
.selectDown>ul{display: none; position: absolute;z-index: 100;width: 100%;left: 0;top: 36px;border-top: none;background-color: #F4F4F5;}
.selectDown>ul>li{display: block;height: 32px;line-height: 32px;font-size: 14px;color: #999;cursor: pointer;}
.selectDown>ul>li.curr,
.selectDown>ul>li:hover{background-color: #20A0FF;color: #fff;}
.k21-3>p{width: 207px;text-align: right;height: 52px;line-height: 52px;}
.k21-3>div{margin-right: 207px;}
.sp2{position: absolute;display: block;z-index: 10;right: 14px;top: 50%;transform: translateY(-50%);}
.submit2{width: 590px;height: 52px;line-height: 52px;text-align: center;background: #0054a7;border-radius: 4px;color: #fff;}
.k22>div{.width:100%;background:rgba(255,255,255,1);box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.1);border-radius:24px;height: 42px;line-height: 42px;margin-top: 10px;}
.ic1{background: url(../images/115.png) no-repeat left center;padding-left: 39px;display: inline-block;height: 100%;}
.k23{padding: 60px 10px 100px;}
.k23-1{width: 1170px;}
.ul14>li{padding: 6px;}
.ul14>li>a>img{border-radius: 11px;}
.w1070{width: 1070px;}
.hr-t-0054a7{height: 1px!important;border-top: 1px solid #0054a7;}
.btn10{width:322px;text-align: center;height:40px;line-height: 40px;background:#e5eef6;border-radius:4px;color: #164574!important;}
.a20>span{display: block;width: 100%;height: 130px;}
.a20>div{position: absolute;z-index: 10;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,84,167,.46);transition:All .5s ease;-webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease}
.a20:hover>div{width: 0;height: 0;left: 50%;top: 50%;}
#swiper20 .arrow-left,
#swiper20 .arrow-right {width: 32px;height: 48px;margin-top: -24px;background-size: 32px 48px;z-index: 50;cursor: pointer;background-position: center;background-repeat: no-repeat;}
#swiper20 .arrow-left{background: url(../images/84-1.png) no-repeat center center/32px 48px;left: 25%;right: auto;}
#swiper20 .arrow-right{background: url(../images/84-2.png) no-repeat center center/32px 48px;right: 25%;left: auto;}
.btn12{width:236px;height:56px;line-height: 56px;background:rgba(0,84,167,1);box-shadow:0px 7px 20px 0px rgba(12,73,167,0.4);border-radius:28px;}
.k25{padding: 100px 10px 100px;}
.ul16>li>a>p{width:138px;text-align: center;height:29px;line-height:29px;border-radius:6px;position: absolute;z-index: 10;left: 50%;bottom: 6px;transform: translateX(-50%);background:linear-gradient(124deg,rgba(7,19,157,1),rgba(45,153,189,1),rgba(6,162,172,1));}
.ul17>li{width: 23.5%;margin-right: 2%;}
.ul17>li:nth-child(4n){margin-right: 0;}
.ul17>li>a{background-color: #E2F0FD;padding: 25px 20px 30px;border-radius: 4px;}
.tit-p{background-color: #fff;padding: 5px 20px;border-radius: 4px;color: #3C3C3C;display: inline-block;}
.p7{color: #838383;font-size: 18px;height: 84px;line-height: 28px;}
.k27{padding: 100px 10px;background: #F6F6F6;}
.cor0F0F0F{color: #0F0F0F;}
#swiper21 .arrow-left,
#swiper21 .arrow-right {width: 100px;height: 39px;top: auto;bottom: 0;margin-bottom: 0; background-size: 39px 39px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;}
#swiper21 .arrow-left{background:#F6F6F6 url(../images/90-1.png) no-repeat center center/39px 39px;right: 22%;left: auto;}
#swiper21 .arrow-right{background:#F6F6F6 url(../images/90-2.png) no-repeat center center/39px 39px;right: 5%;left: auto;}

.swiper-21{padding-top: 45px;padding-bottom: 20px;}
.swiper-21>a{width:100%;font-size: 0;position: relative;
	background: url(../images/122-1.png) repeat-x left top/100% 6px,
                url(../images/122-2.png) repeat-y top right/6px 100%,
                url(../images/122-3.png) repeat-x left bottom/100% 6px,
                url(../images/122-4.png) repeat-y left top/6px 100%;
	
}
.img11{position: absolute;z-index: 10;left: 40px;top: -45px;}
.img110{width: 716px;}
.d8{margin-left: 60%;padding-top: 80px;padding-bottom: 130px;}
.k28{padding: 60px 10px 100px;}
.ul18>li{margin-top: 15px;}
.ul19>li{width: 47%;margin-right: 6%;}
.ul19>li:nth-child(2n){margin-right: 0;}
.ul19>li>a>p{height: 132px;}
.d9>p{background: url(../images/94b.png) no-repeat center center/60px 74px;width: 60px;height: 74px;line-height: 56px; color: #fff;}
.corc6a680{color: #c6a680;}
.tit4>span{display: block;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.corF85367{color: #F85367;}
.cordee2e8{color: #dee2e8;}
.z10{z-index: 10;}
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#certify  .swiper-slide {
	width: 40%;
	background: #fff;

}
#certify  .swiper-slide img{
	display:block;width:100%;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 30px;
}

#certify  .swiper-slide {
	width: 40%;
	background: #fff;
}
#certify  .swiper-slide img{
	display:block;width:100%;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

#swiper22 .arrow-left22,
#swiper22 .arrow-right22 {width: 100px;height: 39px;top: auto;bottom: 0;margin-bottom: 0; background-size: 39px 39px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;}
#swiper22 .arrow-left22{background:#fff url(../images/90-1.png) no-repeat center center/39px 39px;right: 22%;left: auto;}
#swiper22 .arrow-right22{background:#fff url(../images/90-2.png) no-repeat center center/39px 39px;right: 5%;left: auto;}

.swiper-22{padding-bottom: 20px;}
.swiper-22>a{width:100%;font-size: 0;position: relative;
	background: url(../images/122-1.png) repeat-x left top/100% 6px,
                url(../images/122-2.png) repeat-y top right/6px 100%,
                url(../images/122-3.png) repeat-x left bottom/100% 6px,
                url(../images/122-4.png) repeat-y left top/6px 100%;
	
}
.img14{width: 226px;position: absolute;z-index: 10;bottom: 25px;left: 40px;}
.ul20>li{border: 1px solid #e5e5e5;width: 47%;margin-right: 6%;margin-top: 6%;}
.ul20>li:nth-child(2n){margin-right: 0;}
.ul20>li>a>div{width: 100%;left: 0;bottom: 0;position: absolute;z-index: 10; background: #f4f4f5;height: 70px; text-align: center;}
.ul20>li:hover>a>div{background: #0054a7}
.ul20>li:hover>a>div>p{color: #fff;}
.ul20>li>a>div>p{position: absolute;width: 100%;left: 0;top: 50%;transform: translateY(-50%);padding-left: 10px;padding-right: 10px;}
.d11{position: absolute;z-index: 30;width: 100%;left: 0;padding-left: 15px;padding-right: 15px;top: 50%;transform: translateY(-50%);}
.btn13{width: 190px;height: 42px;line-height: 42px;background-color: #0054a7;border-radius: 21px;margin-left: auto;margin-right: auto;}
.k29>p{background: url(../images/102.png) no-repeat center center;width: 58px;text-align: center;height: 58px;line-height: 58px;}
.k29>div{margin-left: 60px;height: 58px;line-height: 58px;}
.k30{padding: 25px;}
.ul21>li{width: 5.88%;}
.ul21>li>a{text-align: center;}
.ul21>li:hover>a,
.ul21>li.active>a{color: #0054a7;}
.ul22>li{width: 32.9%;margin-right: .65%;padding: 20px 10px;}
.ul22>li:nth-child(3n){margin-right: 0;}
.ul22>li>.a{border: 1px solid #dcdcdc;padding: 25px 30px;}
.ic2{background: url(../images/106.png) no-repeat left center;padding-left: 15px;}
.hr-t-d-dcdcdc{height: 1px!important;border-top: 1px dashed #dcdcdc;}
.ul22>li:hover>.a{box-shadow:0px 4px 24px 0px rgba(0, 0, 0, 0.1);border: 1px solid #fff;}
.hr-d-999{height: 1px!important;border-top: 1px dashed #999;}
.w140{width: 140px;}
.mgl156{margin-left: 156px;}
.bor-9{border: 1px solid #999;}
.hr-t-e6e5e5{border-top: 1px solid #e6e5e5;}
#dituContent{height: 550px;}
.ul24>li{width: 49%;margin-right: 2%;}
.ul24>li:nth-child(2n){margin-right: 0;}
.ul24>li>a{background: #f5f5f5;padding: 20px;}
.ul24>li>a>p{width: 126px;height: 126px;float: left;}
.ul24>li>a>p>span{display: block;width: 100%;height: 100%;}
.ul24>li>a>div{margin-left: 146px;padding-top: 15px;}
.xuanZhuan{background: url(../images/43.png) no-repeat center center;width: 132px;height: 132px;border-radius: 50%;}
.loading10{
            width: 40px;
            height: 40px;
            position: relative;
            margin: 0 auto;
        }
        .loading10 span{
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #fff;
            position: absolute;
            -webkit-animation: load10 1.04s ease infinite;
        }
        @-webkit-keyframes load10{
            0%{
                -webkit-transform: scale(1.2);
                opacity: 1;
            }
            100%{
                -webkit-transform: scale(.3);
                opacity: 0.5;
            }
        }
        .loading10 span:nth-child(1){
            left: 0;
            top: 50%;
            margin-top:-4px;
            -webkit-animation-delay:0.13s;
        }
        .loading10 span:nth-child(2){
            left: 5.6px;
            top: 5.6px;
            -webkit-animation-delay:0.26s;
        }
        .loading10 span:nth-child(3){
            left: 50%;
            top: 0;
            margin-left: -4px;
            -webkit-animation-delay:0.39s;
        }
        .loading10 span:nth-child(4){
            top: 5.6px;
            right:5.6px;
            -webkit-animation-delay:0.52s;
        }
        .loading10 span:nth-child(5){
            right: 0;
            top: 50%;
            margin-top:-4px;
            -webkit-animation-delay:0.65s;
        }
        .loading10 span:nth-child(6){
            right: 5.6px;
            bottom:5.6px;
            -webkit-animation-delay:0.78s;
        }
        .loading10 span:nth-child(7){
            bottom: 0;
            left: 50%;
            margin-left: -4px;
            -webkit-animation-delay:0.91s;
        }
        .loading10 span:nth-child(8){
            bottom: 5.6px;
            left: 5.6px;
            -webkit-animation-delay:1.04s;
        }

.ul30>li>p{background: url(../images/133.png) no-repeat 10px center;padding-left: 30px;}
.ios1{background: url(../images/112-1.png) no-repeat left center;padding-left: 24px;}
.ios2{background: url(../images/112-2.png) no-repeat left center;padding-left: 24px;}
.ios3{background: url(../images/112-3.png) no-repeat left center;padding-left: 24px;}
.ios4{background: url(../images/112-4.png) no-repeat left center;padding-left: 24px;}

.map-Div{position: fixed;z-index: 8000;width: 1170px;height: auto;background: #fff;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.map-Div>a{width: 24px;height: 24px;text-align: center;line-height: 24px; background-color: #0054a7;color: #fff;font-size: 14px;border-radius: 50%;top: 10px;right: 10px;position: absolute;z-index: 90000;}



@media (max-width: 1340px) {
	.bpc1>div{padding: 90px 10px 190px;}
	.tb1>a{height: 60px;line-height: 60px;}
	.k2-2{padding: 45px 40px;}
	.k2-20>p{height: 350px;}
	.k2-1{height: 260px;}
	#swiper2 .swiper-pagination2,
	#swiper3 .swiper-pagination3,
	#swiper4 .swiper-pagination4,
	#swiper5 .swiper-pagination5{bottom: 45px;}
	.sw-a1>div>p{height: 60px;line-height: 60px;}
	.btn2{width: 70px;height: 70px;}
	.k4{padding-top: 70px;}
	.k4-11{top: -70px;padding: 48px 30px;}
	.k4-12{padding: 130px 0 80px;}
	.k4-12>a>img{width: 50px;height: 48px;}
	.banner{height: 418px;}
	.tb3>a{margin-left: 6px;margin-right: 6px;height: 42px;line-height: 42px;padding: 0 25px;}
	.k5-2,
	.k5-3{padding: 70px 10px 75px;}
	.k-m2{padding: 37px 30px 37px 37px;}
	.k-m1{height: 330px;}
	.scroll_wrap {height: 160px;}
	.img3{width: 45px;}
	.d2-1{padding: 40px 10% 60px 0;}
	.d1{padding-left: 42%;}
	.d1-1{width: 40%;position: absolute;top: 0;left: 0;}
	.d1-1>div{width: 81%;position: absolute;z-index: 10;top: 0;right: 0;}
	.d1-1>div>img{width: 100%;}
	.d1-2{padding: 25px 20px 45px 0;}
	.d2{padding-left: 42%;}
	.d2-1{padding: 40px 10% 60px 0;}
	.swDiv{padding: 30px 15px 25px;}
	.k6-1>a>div{padding: 20px 15px;}
	.k6-2>a>div{padding: 20px 15px;}
	.k6-3>a>div{padding: 20px 24px;}
	.k6-1>a{height: 170px;}
	.k6-2>a{height: 340px;}
	.k6-3>a{height: 340px;}
	.tdRight{left: -76px;}
	.tdLeft{right: -76px;}
	.imgRight{width: 33px;right: -33px;}
	.imgLeft{width: 33px;left: -33px;}
	.td2-2{height: 70px;}
	.img6{width: 110px;}
	.k8{padding: 55px 10px 80px;}
	.p5{height: 60px;line-height: 60px}
	.swDiv3>a>p{padding: 20px 15px;}
	.k9-1{padding: 70px 50px 0;}
	.ul03>li:nth-child(n+2){margin-top: 25px;}
	.ul05>li{padding:45px 0;}
	.ul05>li>a>p>span{height:245px;}
	.ul07>li>a>p>span{width: 100%;height: 80px;}
	.k14{padding: 60px 10px 70px;}
	.k15{padding: 70px 10px 70px;}
	.k33{padding: 70px 10px 70px;}
	.k16{padding: 70px 10px;}
	.k17{padding: 70px 10px;}
	.k18{padding: 70px 10px;}
	.k19{padding: 70px 10px;}
	.k20{padding: 70px 10px 80px;}
	.k21{padding: 60px 10px 55px;}
	.ul09>li{width: 25%;}
	.ul10>li>a>div{padding: 25px;}
	.ul11>li>div{padding: 35px 20px 30px;}
	.ul12{height: 256px;}
	.ul12>li>a{height: 32px;line-height: 32px;}
	.ul11>li>div>span{width: 120px;height: 36px;line-height: 36px;border-radius: 16px;top: -18px}
	.k18-1>p{height: 380px;}
	.ul11>li{margin-top: 30px;}
	.ul13>li>div{padding: 30px 20px;}
	.img7{width: 58px;}
	.ul13>li{margin-top: 30px;height: 320px;}
	.p6{font-size: 14px;margin-top: 15px;line-height: 22px; height: 132px}
	.k21-1{padding: 20px 30px 50px;}
	.img10{width: 231px;height:319px;}
	#swiper10 .arrow-left,
	#swiper10 .arrow-right {width: 86px;}
	.ipt2{height: 42px;line-height: 42px;}
	.selectDown>span{height: 42px;line-height: 42px;}
	.k21-3>p{width: 160px;height: 42px;line-height: 42px;}
	.k21-3>div{margin-right: 160px;}
	.sp2{width: 80px;right: 10px;}
	.submit2{width: 590px;height: 42px;line-height: 42px;}
	.ic1{background: url(../images/115.png) no-repeat left center/16 19px;padding-left: 26px;}
	.k23{padding: 45px 10px 75px;}
	.img12{width: 100px;height: 1px;}
	.btn12{width:200px;height:48px;line-height: 48px;border-radius:24px;}
	.k25{padding: 75px 10px;}
	.ul16>li{width: 25%;}
	.ul16>li>a>p{width:100px;text-align: center;height:26px;line-height:26px;border-radius:4px;}
	.ul17>li>a{padding: 20px 15px 25px;}
	.p7{font-size: 15px;height: 78px;line-height: 26px;}
	.k27{padding: 75px 10px;}
	#swiper21 .arrow-left,
	#swiper21 .arrow-right {width: 86px;}
	.img11{left: 3%;top: -5%;height: 340px}
	.d8{margin-left: 600px;padding-top: 70px;padding-bottom: 110px;}
	.k28{padding: 45px 10px 75px;}
	.tit3>img{width: 100px;}
	.ul18>li>a>img{width: 120px;}
	.img13{width: 90px;height: 1px;}
	#swiper22 .arrow-left22,
	#swiper22 .arrow-right22 {width: 86px;}
	.img14{width: 180px;position: absolute;z-index: 10;bottom: 20px;left: 20px;}
	.img15{width: 270px;}
	.img16{width: 300px;height: 9px;}
	.img17{width: 300px;}
	.ul22>li{padding: 15px 10px;}
	.ul22>li>.a{padding: 20px 20px;}
	.k31>div:nth-child(1){width: 52%;}
	.k31>div:nth-child(2){width: 42%;}
	.ul24>li>a{padding: 15px;}
	.img110{width: 516px;}
}
@media (max-width: 1200px) {
	.k23-1{width: 100%;}
	.w1070{width: 100%;}
	.map-Div{width: 88%;height: auto;}
}
@media (max-width: 991px) {
	.bpc1>div{padding: 60px 10px 130px;}
	.k11>div{float: none;width: 100%;}
	.tb1>a{height: 45px;line-height: 45px;}
	.tb1>a:nth-child(1)>span{background-size:22px 22px !important; padding-left: 28px;}
	.tb1>a:nth-child(2)>span{background-size:22px 22px !important;padding-left: 28px;}
	.tb1>a:nth-child(3)>span{background-size:22px 22px !important;padding-left: 28px;}
	.tb1>a:nth-child(4)>span{background-size:22px 22px !important;padding-left: 28px;}
	.k2-2{padding: 30px 25px;}
	.k2-20>p{height: 310px;}
	.k2-1{height: 220px;}
	.sw-a1>div>p{height: 48px;line-height: 48px;}
	.k3{padding: 5.2% 10px 20px;}
	.k3-1>div{float: none;width: 100%;}
	.k3-1>div:first-child{border-right: none;}
	.btn2{width: 60px;height: 60px;}
	.k4{padding-top: 58px;}
	.k4-11{top: -58px;padding: 36px 20px;}
	.k4-12{padding: 90px 0 60px;}
	.fotUl1>li{width: 13%;}
	.ewm>div:nth-child(1){margin-right: 15px;}
	.ewm>div>div>img{width: 88px;}
	.ft23>div{float: none;width: 100%;margin-right: 0;}
	.banner{height: 300px;}
	.tb3>a{margin-left: 4px;margin-right: 4px;height: 36px;line-height: 38px;padding: 0 15px;}
	.k5-2,
	.k5-3{padding: 50px 10px 50px;}
	.k-m2{padding: 24px 20px 24px 24px;}
	.k-m1{height: 276px;}
	.scroll_wrap {height: 120px;}
	.img3{width: 37px;}
	.d1-2{padding: 15px 15px 30px 0;}
	.d1{padding-left: 36%;}
	.d1-1{width: 32%;}
	.d1-1>div{width: 90%;}
	.d2{padding-left: 36%;}
	.d2-1{padding: 30px 10% 40px 0;}
	.swDiv{padding: 25px 15px 20px;}
	.k6-1,.k6-2{width: 50%;}
	.k6-3{width: 100%;float: none;}
	.tdRight{left: -56px;}
	.tdLeft{right: -56px;}
	.imgRight{width: 25px; right: -25px;}
	.imgLeft{width: 25px;left: -25px;}
	.td2-2{height: 50px;}
	.img6{width: 90px;}
	.k8{padding: 40px 10px 60px;}
	.p5{height: 50px;line-height: 50px}
	.swDiv3>a>p{padding: 15px 10px;}
	.k9-1{padding: 50px 30px 0;}
	.ul03>li:nth-child(n+2){margin-top: 15px;}
	.scroll_wrap2 {height: 460px;}
	.k9-5{height: 410px;}
	.scroll_wrap5 {height: 410px;}
	.ul04>li{padding-top: 12px;padding-bottom: 12px;}
	.ul04>li>a>p{height: 78px;}
	.ul05>li{padding:30px 0;}
	.ul05>li>a>p>span{height: 200px;}
	.xiaYiYe>a{float: none;width: 100%;}
	.k13>div{float: none;width: 100%;}
	.k13>div:nth-child(2){margin-top: 20px;}
	.k14{padding: 40px 10px 40px;}
	.k15{padding: 40px 10px 40px;}
	.k33{padding: 40px 10px 40px;}
	.k16{padding: 40px 10px;}
	.k17{padding: 40px 10px;}
	.k18{padding: 40px 10px;}
	.k19{padding: 40px 10px;}
	.k20{padding: 40px 10px 45px;}
	.k21{padding: 40px 10px 35px;}
	.ul09>li{width: 33.3333333%;}
	.ul10>li>a>div{padding: 15px;}
	.ul11>li>div{padding: 25px 10px 20px;}
	.ul12{height: 224px;}
	.ul12>li>a{height: 28px;line-height: 28px;}
	.k18-1>p{height: 340px;}
	.ul11>li{margin-top: 20px;}
	.ul13>li>div{padding: 20px 10px;}
	.img7{width: 48px;}
	.ul13>li{margin-top: 20px;height: 270px;}
	.p6{font-size: 14px;margin-top: 15px;line-height: 20px; height: 120px}
	.k21-1{padding: 15px 15px 30px;border-radius: 6px;}
	#swiper10 .arrow-left,
	#swiper10 .arrow-right {width: 66px;}
	.k21-3>p{width: 130px;}
	.k21-3>div{margin-right: 130px;}
	.k23{padding: 30px 10px 50px;}
	.img12{width: 80px;}
	.btn12{width:150px;height:44px;line-height: 44px;border-radius:22px;}
	.k25{padding: 50px 10px;}
	.ul16>li>a>p{width:80px;text-align: center;height:26px;line-height:26px;}
	.ul17>li>a{padding: 15px 10px 20px;}
	.p7{font-size: 14px;height: 72px;line-height: 24px;}
	.k27{padding: 50px 10px;}
	.swiper-21>a{height: 280px;}
	#swiper21 .arrow-left,
	#swiper21 .arrow-right {width: 66px;}
	.img11{height: 280px;}
	.d8{margin-left: 470px;padding-top: 40px;padding-bottom: 110px;}
	.swiper-21>a{
		background: url(../images/122-1.png) repeat-x left top/100% 4px,
					url(../images/122-2.png) repeat-y top right/4px 100%,
					url(../images/122-3.png) repeat-x left bottom/100% 4px,
					url(../images/122-4.png) repeat-y left top/4px 100%;

	}
	.k28{padding: 30px 10px 50px;}
	.tit3>img{width: 70px;}
	.ul18>li>a>img{width: 90px;}
	.img13{width: 60px;}
	#swiper22 .arrow-left22,
	#swiper22 .arrow-right22 {width: 66px;}
	.swiper-22>a{
	background: url(../images/122-1.png) repeat-x left top/100% 4px,
                url(../images/122-2.png) repeat-y top right/4px 100%,
                url(../images/122-3.png) repeat-x left bottom/100% 4px,
                url(../images/122-4.png) repeat-y left top/4px 100%;
	
	}
	.img14{width: 150px;position: absolute;z-index: 10;bottom: 15px;left: 15px;}
	.ul20>li>a>div{height: 60px;}
	.img15{width: 200px;}
	.img16{width: 200px;height: 9px;}
	.img17{width: 200px;}
	.ul21>li{width: 8.33%;}
	.ul22>li{padding: 10px 10px; width:100%;}
	.ul22>li>.a{padding: 15px 15px;}
	.k31>div:nth-child(1){width: 100%;float: left;padding-left: 10px;padding-right: 10px;}
	.k31>div:nth-child(2){width: 100%;float: left;padding-left: 10px;padding-right: 10px;}
	.k34>div{float: none;width: 100%;}
	.k34>div:nth-child(1){padding-bottom: 20px;}
	#dituContent{height: 350px;}
	.ul24>li>a{padding: 10px;}
	.ul24>li>a>p{width: 90px;height: 90px;}
	.ul24>li>a>div{margin-left: 105px;padding-top: 5px;}
	.img110{width: 316px;}
	
}
@media (max-width: 950px) {
	.k20-1{width: 100%;}
	.img10{width: 44%;height: auto;}
	.swiper-10>a{border:3px solid rgba(0,84,167,1);padding: 28px 20px 0 10px;}
	.swiper-10>a>div{padding-bottom: 30px;}
}
@media (max-width: 767px) {
	.bpc1>div{padding: 50px 10px 120px;}
	.roll1{background-size:394px 308px !important; width: 564px;height: auto;padding-top: 120px;}
	.roll1>a{width: 91px;height: 91px;border: 3px solid #fff;padding-top: 14px;}
	.roll1>a:nth-child(n+2){margin-left: 32px;}
	.roll1>a>p{font-size: 14px;}
	.roll1>a>img{width: 29px;}
	.k1-2>a{float: none;width: 100%;margin-top: 12px;}
	.a-p1{left: 15px;bottom: 15px;}
	.aDiv{padding-top: 10px;padding-right: 15px;}
	.tit{height: 130px;background:#fff url(../images/6.png) no-repeat 10px top/73px 36px;padding-top: 40px;}
	.a1{height: 140px;}
	.a2{height: 140px;}
	.a2-2{height: auto;padding-bottom: 20px;}
	.img2{width: 140px;}
	.tb1>a{height: 36px;line-height: 36px;}
	.tb1>a:nth-child(1)>span{background-size:12px 12px !important;padding-left: 16px;}
	.tb1>a:nth-child(2)>span{background-size:12px 12px !important;padding-left: 16px;}
	.tb1>a:nth-child(3)>span{background-size:12px 12px !important;padding-left: 16px;}
	.tb1>a:nth-child(4)>span{background-size:12px 12px !important;padding-left: 16px;}
	.k2-2{padding: 15px 10px;}
	.k2-20>p{float: none;width: 100%;height: 260px;}
	.k2-20>div{margin-left: 0!important;width: 100%;}
	.k2-1{height: 150px;}
	#swiper2 .swiper-pagination2,
	#swiper3 .swiper-pagination3,
	#swiper4 .swiper-pagination4,
	#swiper5 .swiper-pagination5{bottom: 10px;}
	.sw-a1>div>p{height: 36px;line-height: 36px;}
	.k2-3 .arrow-left,
	.k2-3 .arrow-right {width: 33px;height: 33px;margin-top: -17px;background-size: 33px 33px;}
	.k2-3 .arrow-left{background: url(../images/13-1.png) no-repeat center center/33px 33px;}
	.k2-3 .arrow-right{background: url(../images/13-2.png) no-repeat center center/33px 33px;}
	.k2-3 .arrow-left:hover{background: url(../images/13-1b.png) no-repeat center center/33px 33px;}
	.k2-3 .arrow-right:hover{background: url(../images/13-2b.png) no-repeat center center/33px 33px;}
	.k3{padding: 5.2% 10px 15px;}
	.btn2{width: 50px;height: 50px;}
	.k4{padding-top: 46px;}
	.k4-11{top: -46px;padding: 24px 10px;}
	.k4-11 .arrow-left2,
	.k4-11 .arrow-right2 {width: 21px;height: 33px;margin-top: -17px;background-size: 21px 33px;}
	.k4-11 .arrow-left2{background: url(../images/20-1.png) no-repeat center center/21px 33px;}
	.k4-11 .arrow-right2{background: url(../images/20-2.png) no-repeat center center/21px 33px;}
	.k4-11 .arrow-left2:hover{background: url(../images/20-1b.png) no-repeat center center/21px 33px;}
	.k4-11 .arrow-right2:hover{background: url(../images/20-2b.png) no-repeat center center/21px 33px;}
	.x-mgt3{margin-top: 3px;}
	.sw-a2>div>p>span{margin-left: 25px; background: url(../images/19.png) no-repeat center center/12px 12px;width: 12px;height: 12px;}
	.sw-a2:hover>div>p>span{background: url(../images/19b.png) no-repeat center center/12px 12px;width: 12px;height: 12px;}
	.p3{height: 40px;line-height: 20px;margin-top: 10px;}
	.k4-12>a{width: 50%;}
	.k4-12{padding: 60px 0 40px;}
	.k4-12>a>img{width: 31px;height: 30px;}
	.aside{width: 50px;display: none;}
	.asiDiv1{width: 166px;left: -166px;padding-left: 10px;}
	.x-fs13{font-size: 13px;}
	.fotUl1>li{width: 100%!important;float: none;}
	.fotUl1>li:nth-child(n+2){margin-top: 20px;}
	.fotUl1>li>p{text-align: center;font-weight: bold;}
	.fotUl2{font-size: 0;text-align: center;}
	.fotUl2>li{display: inline-block;margin-left: 5px;margin-right: 5px;}
	.x-pdr0{padding-right: 0;}
	.fot2>div{float: none;width: 100%;}
	.fot21{text-align: center;}
	.fot21>div{display: inline-block;}
	.ewm{text-align: center;margin-top: 15px;}
	.ewm>div{float: none;display: inline-block;}
	.p4{text-align: center;font-weight: bold;margin-top: 15px;}
	.yqlj>div{float: none;width: 100%;}
	.ft23>div:nth-child(1)>select{margin-left: auto;margin-right: auto;}
	.ft23>div:nth-child(2)>p{text-align: center;}
	.banner{margin-bottom: 16px;}
	.banner{height: 240px;}
	.hd{width: 32px; bottom: -16px;}
	.tb3>a{margin-left: 3px;margin-right: 3px;height: 32px;line-height: 32px;padding: 0 15px;font-size: 13px;}
	.new>.tb3>a{margin-left: 3px;margin-right: 3px;height: 32px;line-height: 32px;padding: 0 5px;font-size: 13px;}
	.k5-1{padding: 10px;}
	.k5-2,
	.k5-3{padding: 20px 10px 20px;}
	.k-m2{padding: 12px 10px 12px 12px;}
	.k-m1{height: 200px;}
	.scroll_wrap {height: 110px;}
	.img3{width: 27px;}
	.d1{padding-left: 30%;}
	.d1-1{width: 27%;}
	.d1-1>div{width: 100%;position: absolute;z-index: 10;top: 0;right: auto;left: 0}
	.d1-2{padding: 5px 10px 20px 0;}
	.d2{padding-left: 30%;}
	.d2-1>div>div>p{float: none;width: 100%;}
	.d2-1>div>div>p:nth-child(2){margin-top: 5px;}
	.d2-1{padding: 20px 10% 30px 0;}
	.img4{width: 60%;}
	.btn3{width: 33px;}
	.swDiv{padding: 15px 10px 15px;}
	.swDiv2>div{width: 90%;}
	.k6-1>a>div{padding: 15px 10px;}
	.k6-2>a>div{padding: 15px 10px;}
	.k6-3>a>div{padding: 15px 10px;}
	.k6-1>a{height: 130px;}
	.k6-2>a{height: 260px;}
	.k6-3>a{height: 260px;}
	.dian{width: 14px;height: 14px;}
	.tdRight{left: -41px;}
	.tdLeft{right: -41px;}
	.imgRight{width: 15px; top: 50%;right: -9px;}
	.imgLeft{width: 15px;top: 50%;left: -9px;}
	.xian1{height: 60%;}
	.td2-2{height: 30px;}
	.img6{width: 70px;}
	.k8{padding: 20px 10px 30px;}
	.tit2>div>p{padding-left: 6px;}
	.tit2>div>p>span{padding-right: 6px;}
	.p5{height: 36px;line-height: 36px}
	.swDiv3>a>div:before{width: 96%;left: 2%;}
	.k9-1{padding: 30px 10px 0;}
	.ul02>li>a>img{border-radius: 4px;}
	.ul03>li:nth-child(n+2){margin-top: 10px;}
	.ul03>li>a>img{border-radius: 4px;}
	.scroll_wrap2 {height: 390px;}
	.k9-5{height: 336px;}
	.scroll_wrap5 {height: 336px;}
	.ul04>li{padding-top: 12px;padding-bottom: 12px;}
	.ul04>li>a>p{height: 60px;}
	.btn4{ width: 40px;height: 40px;}
	.ul05>li{padding:12px 0;}
	.d4>div:nth-child(1){background: url(../images/58.png) no-repeat right center/1px 33px;width: 60px;}
	.d4>div:nth-child(2){margin-left: 70px;line-height: 33px;height: 33px;}
	.btn5{width: 90px;text-align: center;height: 36px;line-height: 36px;}
	.btn5:hover{border-radius: 18px;}
	.ul05>li>a>p>span{height: 146px;}
	.k12-1>div,
	.k12-1>a{width: 100%;float: none;}
	.ul06>li:nth-child(n+2){margin-top: 12px;}
	.ul07>li{padding-top: 10px;padding-bottom: 10px;}
	.ul07>li>a>p>span{height: 70px;}
	.k14{padding: 20px 10px 20px;}
	.k15{padding: 20px 10px 20px;}
	.k33{padding: 20px 10px 20px;}
	.k16{padding: 20px 10px;}
	.k17{padding: 20px 10px;}
	.k18{padding: 20px 10px;}
	.k19{padding: 20px 10px;}
	.k20{padding: 20px 10px 25px;}
	.k21{padding: 20px 10px 20px;}
	.ul08>li>a>div{padding: 10px 10px 10px;}
	.ul08>li{width: 48%;margin-right: 4%;}
	.ul08>li:nth-child(4n){margin-right: 4%;}
	.ul08>li:nth-child(2n){margin-right: 0;}
	.ul09>li>a>img{width: 60%;}
	.ul10>li>a>div{padding: 10px;}
	.ul10>li{width: 49%;margin-right: 2%;}
	.ul10>li:nth-child(3n){margin-right: 2%;}
	.ul10>li:nth-child(2n){margin-right: 0;}
	.ul11>li>div{padding: 25px 10px 10px;}
	.ul12{height: 192px;}
	.ul12>li>a{height: 24px;line-height: 24px;}
	.ul11>li{width: 48.5%;margin-right: 3%;}
	.ul11>li:nth-child(4n){margin-right: 3%;}
	.ul11>li:nth-child(2n){margin-right: 0;}
	.k18-1>p,.k18-1>div{float: nonw;width: 100%;}
	.k18-1>div{padding-top: 20px;}
	.ul13>li{width: 48.5%;margin-right: 3%;margin-top: 15px;}
	.ul13>li:nth-child(4n){margin-right: 3%;}
	.ul13>li:nth-child(2n){margin-right: 0;}
	.ul13>li>div{padding:10px 10px;}
	.img7{width: 30px;}
	.ul13>li{margin-top: 15px;height: 240px;}
	.p6{font-size: 14px;margin-top: 15px;height: 120px;}
	.k21-1{padding: 15px 10px 20px;border-radius: 4px;}
	.swiper-10>a{border:2px solid rgba(0,84,167,1);padding: 15px 10px 0 10px;}
	.swiper-10>a>div{padding-bottom: 20px;}
	.swiper-10>a>div:nth-child(1){width: 50%;}
	.swiper-10>a>div:nth-child(2){width: 50%;}
	.img10{width: 140px;height: auto;}
	.swiper-10{padding-bottom: 15px;padding-top: 20px;}
	#swiper10 .arrow-left,
	#swiper10 .arrow-right {width: 30px;height: 30px;top: auto;bottom: 0;margin-bottom: 0; background-size: 30px 30px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;}
	#swiper10 .arrow-left{background:#F6F6F6 url(../images/73-1.png) no-repeat center center/20px 20px;}
	#swiper10 .arrow-right{background:#F6F6F6 url(../images/73-2.png) no-repeat center center/20px 20px;}
	.ipt2{height: 36px;line-height: 36px;}
	.k21-2>div{float: none;width: 100%;}
	.k21-3>p{height: 36px;line-height: 36px;}
	.k21-3>div{margin-right: 0;}
	.selectDown>span{height: 36px;line-height: 36px;}
	.sp2{width: 60px;right: 6px;}
	.submit2{width: 100%;height: 36px;line-height: 36px;}
	.k22>div{border-radius:24px;height: 36px;line-height: 36px;float: none;width: 100%;}
	.ic1{background: url(../images/115.png) no-repeat left center/10px 12px;padding-left: 16px;}
	.k23{padding: 20px 10px 20px;}
	.btn10{width:auto;height:36px;line-height: 36px;padding-left: 20px;padding-right: 20px;}
	#swiper20 .arrow-left,
	#swiper20 .arrow-right {width: 16px;height: 24px;margin-top: -12px;background-size: 16px 24px;}
	#swiper20 .arrow-left{background: url(../images/84-1.png) no-repeat center center/16px 24px;left: 10px;}
	#swiper20 .arrow-right{background: url(../images/84-2.png) no-repeat center center/16px 24px;right: 10px;left: auto;}
	.img12{width: 60px;}
	.btn12{width:100px;height:36px;line-height: 36px;border-radius:18px;}
	.k25{padding: 20px 10px;}
	.ul16>li{width: 50%;}
	.ul16>li>a{width: 100%;}
	.ul16>li>a>img{width: 100%;}
	.ul17>li{width: 49%;margin-right: 2%;}
	.ul17>li:nth-child(4n){margin-right: 2%;}
	.ul17>li:nth-child(2n){margin-right: 0;}
	.p7{font-size: 13px;height: 66px;line-height: 22px;}
	.k27{padding: 25px 10px;}
	.tit-p{padding: 5px 10px;}
	#swiper21 .arrow-left,
	#swiper21 .arrow-right {width: 66px;}
	.swiper-21>a{height: auto;}
	.img11{height: auto;position: relative;top: 15px;width: 90%;left: 5%;}
	.d8{margin-left: 0;padding-left: 15px; padding-top: 40px;padding-bottom: 60px;}
	.swiper-21>a{
		background: url(../images/122-1.png) repeat-x left top/100% 2px,
					url(../images/122-2.png) repeat-y top right/2px 100%,
					url(../images/122-3.png) repeat-x left bottom/100% 2px,
					url(../images/122-4.png) repeat-y left top/2px 100%;

	}
	#swiper21 .arrow-left,
	#swiper21 .arrow-right {width: 40px;height: 39px; background-size: 40px 39px;}
	#swiper21 .arrow-left{background:#F6F6F6 url(../images/90-1.png) no-repeat center center/20px 20px;}
	#swiper21 .arrow-right{background:#F6F6F6 url(../images/90-2.png) no-repeat center center/20px 20px;}
	.k28{padding: 20px 10px 25px;}
	.tit3>img{width: 45px;}
	.ul18>li>a>img{width: 60px;}
	.ul19>li{width: 100%;float: none;}
	.d9>p{background: url(../images/94b.png) no-repeat center center/42px 42px;width: 42px;height: 52px;line-height: 42px; color: #fff;}
	.x-pdl42{padding-left: 40px;}
	.ul19>li>a>p{height: 100px;width: 30%;}
	.ul19>li>a>div{width: 70%;}
	.img13{width: 40px;}
	#swiper22 .arrow-left22,
	#swiper22 .arrow-right22 {width: 40px;}
	#swiper22 .arrow-left22{background:#fff url(../images/90-1.png) no-repeat center center/20px 20px;}
	#swiper22 .arrow-right22{background:#fff url(../images/90-2.png) no-repeat center center/20px 20px;}
	.swiper-22>a{
	background: url(../images/122-1.png) repeat-x left top/100% 2px,
                url(../images/122-2.png) repeat-y top right/2px 100%,
                url(../images/122-3.png) repeat-x left bottom/100% 2px,
                url(../images/122-4.png) repeat-y left top/2px 100%;
	
	}
	.swiper-22>a>div{width: 100%;float: none;}
	.swiper-22>a>div:nth-child(1){border-bottom: 2px solid #1886ed;}
	.swiper-22>a>div:nth-child(1)>div:nth-child(1){width: 60%;}
	.swiper-22>a>div:nth-child(2){padding-left: 10px;padding-top: 15px;}
	.img14{width: 100px;position: absolute;z-index: 10;bottom: 15px;left: 15px;}
	.ul20>li{float: none;width: 100%;margin-right: 0;}
	.ul20>li>a>div{height: 50px;}
	.d10>div{float: none;width: 100%;}
	.d10>div:nth-child(1){padding-bottom: 15px;}
	.btn13{width: 120px;height: 32px;line-height: 32px;border-radius: 16px;}
	.img15{width: 150px;}
	.img16{width: 100px;height: 9px;}
	.k29>p{background: url(../images/102.png) no-repeat center center/30px 30px;width: 30px;height: 30px;line-height: 30px;}
	.k29>div{margin-left: 32px;height: 30px;line-height: 30px;}
	.d12>div{float: none;width: 100%;}
	.d12>div:nth-child(1){padding-bottom: 20px;}
	.k30{padding: 15px 10px;}
	.ul21>li{width: 12.5%;}
	.ul22>li>.a{padding: 15px 10px;}
	#dituContent{height: 250px;}
	.ul24>li{width: 100%;float: none;margin-right: 0;}
	.ul24>li>a>p{width: 75px;height: 75px;}
	.ul24>li>a>div{margin-left: 85px;padding-top: 0;}
	.xuanZhuan{background: url(../images/43.png) no-repeat center center/90px 90px;width: 90px;height: 90px;}
	.img110{width: 216px;}
	

}

@media (max-width: 576px) {
	.bpc1>div{padding: 20px 10px 60px;}
	.roll1{ background-size:282px 220px !important; width: 282px;height: auto;padding-top: 90px;float: none;margin-left: auto;margin-right: auto;}
	.roll1>a{width: 65px;height: 65px;border: 2px solid #fff;padding-top: 10px;}
	.roll1>a:nth-child(n+2){margin-left: 24px;}
	.roll1>a>p{font-size: 12px;margin-top: 5px;}
	.roll1>a>img{width: 18px;}
	#swiper1 .swiper-pagination-bullet{width: 23px;height: 3px;}
	.img1{width: 30px;}
	.k2-20>p{height: 160px;}
	.btn1{width:120px;height: 36px;line-height: 36px;}
	.btn1:hover{border-radius: 18px;}
	.btn2{width: 40px;height: 40px;}
	.banner{height: 180px;}
	.k-m1{width:100%;height: 140px;}
	.k-m2{width:100%;}
	.img3{width: 17px;}
	.d1{padding-left: 0;overflow: hidden;}
	.d1-1{position: relative;float: left;}
	.d1-1>div{position: relative;}
	.d1-2{display: block;margin-left: 30%;}
	.d2{padding-left: 0;}
	.d2-1{padding: 15px 10px 30px 10px;}
	.k6-1,.k6-2{width: 100%;float: none;}
	.k6-1>a,
	.k6-2>a{height: 150px;}
	.k6-3>a{height: 200px;}
	.k9-1{padding: 20px 10px 0;}
	.scroll_wrap2 {height: 300px;}
	.k92>div:nth-child(1){width: 65%;}
	.k92>div:nth-child(2){width: 35%;}
	.ul03>li>a>p{width: 100%; bottom: 0;right: padding: 2px 0;border-radius: 0 0 6px 6px;color: #fff;text-align: center;}
	.d3>div{float: none;width: 100%;}
	.d3>div:nth-child(2){margin-top: 10px;}
	.k9-5{height: 161px;}
	.scroll_wrap5 {height: 161px;}
	.ul09>li{width: 50%;}
	.ul09>li>a>img{width: 50%;}
	.ul13>li{margin-top: 15px;height: 200px;}
	.p6{font-size: 14px;margin-top: 15px;height: 100px;}
	.swiper-10>a>div:nth-child(1){width: 100%;padding-bottom: 45px;border-bottom: 2px solid rgba(0,84,167,1)}
	.swiper-10>a>div:nth-child(2){width: 100%;padding-top: 30px;}
	.img10{width: 95px;height: auto;}
	.ul14>li{padding: 0;width: 100%;}
	.ul14>li:nth-child(n+2){margin-top: 12px;}
	.a20>span{display: block;width: 100%;height: 100px;}
	.img12{width: 50px;}
	.ul16>li>a>p{width:70px;}
	.ul18>li{width: 33.33333%;}
	.ul18>li>a>img{width: 50px;}
	.img16{width: 80px;height: 9px;}
	.ul21>li{width: 20%;}
	
}

@media (max-width: 576px) {
	.scroll_wrap2 {height: 190px;}
	
}

.pro_img{position:absolute;  left:0; top:50%; height:100%;
         -webkit-transform: translate( 0%, -50%);
    -ms-transform: translate( 0%, -50%);
        transform: translate( 0%, -50%);
}
.pro_img img{max-height:100%; max-width:100%; display:block; margin:0 auto;}

@media (max-width: 768px) {
    .pro_img{position:initial;-webkit-transform: translate( 0%, 0);
    -ms-transform: translate( 0%, 0);
        transform: translate( 0%, 0);}
}

.sitemap{ width:100%;float:left;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px; color:#666;}
.sitemap li a:hover{color:#0054a7;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}


/* .swiper-slide .bgw{
	width: 283px;
} */
/* .swiper-slide img {
	width: 416px!important;
	height: 277px!important;
} */