@charset "utf-8";
.container{}
.header{height: auto;}

.bg{background: #e7eff8;}
.u-tt .hd { margin:0 2.5%; position:relative; }
.u-tt .hd h2 { padding:15px 5px; border-bottom: 1px solid #ccc; color:#132c80; font-size:18px; line-height:26px; vertical-align:top; font-weight:100; }
.u-tt .hd h2 span { display:block; color:#bababa; font-weight:100; font-size:15px; line-height:20px; text-transform:uppercase; vertical-align:top; }
.u-tt .hd .more { position:absolute; top:50%; right:8px; width:15px; height:15px; margin-top:-7px; padding:0; background:url(../images/icon_arr_arrow.png) no-repeat #f60; background-size:contain; overflow:hidden; }
.u-tt .hd .more a { display:block; background:none; line-height:999px; }
.u-tt .bd { margin:0 2.5%; padding:3% 0; }

.box-isd{display: none}
.box-isd .hd { background:#fff;}
.box-isd .hd h2 { border-right:0; background:#fff; color:#1e1201; }
.box-isd .hd .col { float:right; height:24px; margin:15px 5px 0 0; padding:0 20px; line-height:24px; border-radius:3px; border:1px solid #ddd; text-align:center; }
.box-isd .hd .col a { color:#333; }

@media only screen and (max-width:1200px){
	.wrap{width: 96%;}
	.box-isd{display: block;}
}

.sjcontent{display: none;}

.main{padding: 50px 0 80px;}
@media only screen and (max-width:1440px){
	.main{padding: 40px 0 60px;}
}
@media only screen and (max-width:1200px){
	.main{padding: 30px 0;}
}
@media only screen and (max-width:640px){
	.main{padding: 20px 0;}
	.pccontent{display: none;}
	.sjcontent{display: block;}
}

.sidebar{margin-top: -115px;position: relative;z-index: 10;height: 75px;}
.sidebar .sidebarc{background: #fff;border-radius: 8px;height: 75px;line-height: 75px;position: relative;}
.sidebar .sidebarc.mdhfix{position: fixed;left:0;top:0;width: 100%;z-index: 888;border-radius: 0;box-shadow: 0 0 10px #bbb}
.sidebar .sidebarc .location{padding-left: 25px;color: #000000;position: relative;position: absolute;left:0;top:0;}
.sidebar .sidebarc .location:after{content: "";width: 4px;height: 60%;top:20%;left:0;background: #0050a0;position: absolute;}
.sidebar .sidebarc .menu{text-align: center;}
.sidebar .sidebarc .menu dl{display: inline-block;}
.sidebar .sidebarc .menu dl dt{display: inline-block;}
.sidebar .sidebarc .menu dl dt a{display: block;color: #999999;padding: 0 25px;position: relative;}
.sidebar .sidebarc .menu dl dt:hover a,.sidebar .sidebarc .menu dl dt.current a{color: #000000;font-weight: bold;}
.sidebar .sidebarc .menu dl dt:hover a:after,.sidebar .sidebarc .menu dl dt.current a:after{content: "";width: 24px;height: 3px;background: #000000;position: absolute;left:50%;transform: translateX(-50%);top:85%;}
.sidebar .sidebarc .menu dl dd{display: none;}
.trd{margin-top: 80px;text-align: center;}
.trd ul{display: inline-block;}
.trd ul li{display: inline-block;margin:0 14px;}
.trd ul li a{display: block;line-height: 48px;width: 160px;border-radius: 24px;background: #e7eff8;color: #000000;}
.trd ul li:hover a,.trd ul li.current a{color: #fff;background: #000000;}
@media only screen and (max-width:1200px){
	.sidebar{display: none;}
	.trd{display: none;}
}

/* 内容模式 */
.article{line-height:2;word-wrap:break-word; color: #000000}
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000000; font-size:20px;line-height: 1.8}
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article img{max-width: 100%;height: auto;}
.article video{max-width: 100%;height: auto}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
} 
#dituContent img{max-width: unset!important;}

@media only screen and (max-width:1200px){
	.article .hd h1{font-size: 18px;}
}
@media only screen and (max-width:640px){
	.article .hd h1{font-size: 16px;}
}

.piList .pic-item-list .pic-item{float:left;width: 23%;margin:0 2.6666% 2.6666% 0;text-align: center;}
.piList .pic-item-list .pic-item:nth-child(4n){margin-right: 0;}
.piList .pic-item-list .pic-item .list-pic{overflow: hidden;}
.piList .pic-item-list .pic-item dl{padding: 0 3%;background: #f5f5f5;line-height: 3.2;}
.piList .pic-item-list .pic-item dl dt{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.piList .pic-item-list .pic-item dl dt a{font-size: 16px;color: #333;}
.piList .pic-item-list .pic-item:hover dl{background: #000000;}
.piList .pic-item-list .pic-item:hover dl dt a{color: #fff;}
.piList .pic-item-list .pic-item .list-pic img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.piList .pic-item-list .pic-item:hover .list-pic img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
@media only screen and (max-width:1440px){
	.piList .pic-item-list .pic-item dl dt a{font-size: 14px;}
}
@media only screen and (max-width:1200px){
	.piList .pic-item-list .pic-item dl dt a{font-size: 13px;}
	.piList .pic-item-list .pic-item{float:left;width: 31.33333%;margin:0 3% 3% 0;text-align: center;}
	.piList .pic-item-list .pic-item:nth-child(4n){margin-right: 3%;}
	.piList .pic-item-list .pic-item:nth-child(3n){margin-right: 0;}
}
@media only screen and (max-width:640px){
	.piList .pic-item-list .pic-item{float:left;width: 48%;margin:0 4% 4% 0;text-align: center;}
	.piList .pic-item-list .pic-item:nth-child(4n){margin-right: 4%;}
	.piList .pic-item-list .pic-item:nth-child(3n){margin-right: 4%;}
	.piList .pic-item-list .pic-item:nth-child(2n){margin-right: 0;}
	.piList .pic-item-list .pic-item dl dt a{font-size: 12px;}	
}

/* 分页 */
.page { padding-top: 20px; line-height:24px; text-align:center;padding-bottom: 20px; }
.page a { display:inline-block; margin:0 5px; background:#f0f0f0; color:#000000; vertical-align:top;font-size: 14px;width: 48px;height: 48px;border-radius: 48px;line-height: 48px; }
.page.pagewh a{background: #fff;}
.page a.prev{background:#f0f0f0 url(s1_prev1_18.png) no-repeat center;}
.page a.next{background:#f0f0f0 url(s1_next_20.png) no-repeat center;}
.page a:hover,.page a.current { background:#000000; color:#fff; }
.page.pagewh a.prev{background:#fff url(s1_prev1_18.png) no-repeat center;}
.page.pagewh a.next{background:#fff url(s1_next_20.png) no-repeat center;}
.page a.prev:hover{background:#000000 url(s1_prev2_18.png) no-repeat center;}
.page a.next:hover{background:#000000 url(s1_next2_20.png) no-repeat center;}
@media screen and (max-width: 1024px){
	.page{padding-top: 10px}
	.page a{margin: 0 3px;font-size: 12px;width: 36px;height: 36px;border-radius: 36px;line-height: 36px;}
}

.news .newsi{float: left;width: 31.25%;margin:0 3.125% 3.125% 0;background: #fff;border-radius: 16px;overflow: hidden;transition: all 0.6s;position: relative;top:0;}
.news .newsi:hover{top: -15px;box-shadow: 0 0 10px #999}
.news .newsi:nth-child(3n){margin-right: 0;}
.news .newsi .newsia{overflow: hidden;}
.news .newsi .newsia img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;width: 100%;
	
}
.news .newsi:hover .newsia img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.news .newsi .newsib{padding: 35px 50px 32px;}
.news .newsi .newsib .newsiba{line-height: 36px;color: #000000;height: 72px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news .newsi .newsib .newsibb{line-height: 54px;color: #999999;background: url(news2_07.png) no-repeat right center;margin-top: 10px;background-size: contain;}
.news .newsi:hover .newsib .newsibb{background: url(news4.png) no-repeat right center;background-size: contain;}
@media only screen and (max-width:1440px){
	.news .newsi .newsib{padding: 25px 35px;}
	.news .newsi .newsib .newsiba{line-height: 32px;height: 64px;}
	.news .newsi .newsib .newsibb{line-height: 48px;}
}
@media only screen and (max-width:1200px){
	.news .newsi{width: 48%;margin:0 4% 4% 0;}
	.news .newsi:nth-child(3n){margin-right: 4%;}
	.news .newsi:nth-child(2n){margin-right: 0%;}
	.news .newsi .newsib{padding: 20px 25px;}
	.news .newsi .newsib .newsiba{line-height: 26px;height: 52px;}
	.news .newsi .newsib .newsibb{line-height: 40px;}
}
@media only screen and (max-width:640px){
	.news .newsi .newsib{padding: 12px 12px;}
	.news .newsi .newsib .newsiba{line-height: 22px;height: 44px;}
	.news .newsi .newsib .newsibb{line-height: 27px;margin-top: 5px;}
}

.hia{text-align: center;color: #000000;font-weight: bold;}
.hib{position: relative;margin-top: 35px;}
.hib .swiper-slide .hiba{border-radius: 16px;overflow: hidden;}
.hib .swiper-slide .hiba img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;width: 100%;
	
}
.hib .swiper-slide:hover .hiba img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.hib .swiper-slide .hibb{margin-top: 15px;color: #000000;line-height: 1.65;}
.hib .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px;background: #c6d1dd url(s1_prev1_18.png) no-repeat center;left: -94px;}
.hib .swiper-button-next{width: 40px;height: 40px;border-radius: 40px;background: #c6d1dd url(s1_next_20.png) no-repeat center;right: -94px;}
.hib .swiper-button-prev:hover{background: #000000 url(s1_prev2_18.png) no-repeat center;}
.hib .swiper-button-next:hover{background: #000000 url(s1_next2_20.png) no-repeat center;}
.hib .swiper-slide:hover .hibb{color: #5392d1;}
@media only screen and (max-width:1440px){
	.hib{margin-top: 25px;}
	.hib .swiper-slide .hibb{margin-top: 10px;}
	.hib .swiper-button-prev{width: 34px;height: 34px;border-radius: 34px;left:-0px;}
	.hib .swiper-button-next{width: 34px;height: 34px;border-radius: 34px;right: -0px;}
}
@media only screen and (max-width:1200px){
	.hib{margin-top: 20px;}
	.hib .swiper-slide .hibb{margin-top: 7px;}
}
@media only screen and (max-width:640px){
	.hib{margin-top: 15px;}
	.hib .swiper-slide .hibb{margin-top: 5px;}
	.hib .swiper-button-prev{width: 30px;height: 30px;border-radius: 30px;}
	.hib .swiper-button-next{width: 30px;height: 30px;border-radius: 30px;}
}

.con .conl{float: left;width: 405px;}
.con .conl .conla{color: #000000;font-weight: bold;margin-top: 45px;}
.con .conl .conlb{margin-top: 15px;color: #333333;line-height: 1.9;}
.con .conl .conlc{margin-top: 35px;}
.con .conl .conlc .conlci{margin-bottom: 20px;}
.con .conl .conlc .conlci .conlcia{font-weight: bold;color: #000000;padding-left: 28px;}
.con .conl .conlc .conlci .conlcib{margin-top: 10px;color: #000000;}
.con .conl .conlc .conlci.conlci1 .conlcia{background: url(con1_08.png) no-repeat left center;}
.con .conl .conlc .conlci.conlci2 .conlcia{background: url(con2_11.png) no-repeat left center;}
.con .conl .conlc .conlci.conlci3 .conlcia{background: url(con3_13.png) no-repeat left center;}
.con .conr{float: right;width: 940px;}
.con .conr .me{padding: 50px 60px;background: linear-gradient(to bottom, #e7eff8, #fff);border-radius: 25px;}
.con .conr .me .mea{color: #000000;font-weight: bold;}
.con .conr .me .meb{margin-top: 25px;}
.con .conr .me .meb .mebi{margin-bottom: 19px;}
.con .conr .me .meb .mebi input{width: 100%;box-sizing: border-box;height: 60px;background: #fff;border:1px solid #e6e6e6;font-size: 16px;color: #333;padding: 0 3%;}
.con .conr .me .meb .mebi textarea{width: 100%;box-sizing: border-box;height: 120px;background: #fff;border:1px solid #e6e6e6;font-size: 16px;color: #333;padding: 15px 3%;}
.con .conr .me .meb .mebs input{width: 100%;height: 60px;border-radius: 30px;background: #000000;font-size: 16px;color: #ffffff;font-weight: bold;}
@media only screen and (max-width:1440px){
	.con .conl{width: 350px;}
	.con .conl .conla{margin-top: 35px;}
	.con .conl .conlb{margin-top: 10px;}
	.con .conl .conlc{margin-top: 25px;}
	.con .conl .conlc .conlci{margin-bottom: 15px;}
	.con .conl .conlc .conlci .conlcia{padding-left: 22px;}
	.con .conl .conlc .conlci .conlcib{margin-top: 7px;}
	.con .conr{width: 820px;}
	.con .conr .me{padding: 35px 40px;}
	.con .conr .me .meb{margin-top: 20px;}
	.con .conr .me .meb .mebi{margin-bottom: 15px;}
	.con .conr .me .meb .mebi input{height: 50px;font-size: 14px;}
	.con .conr .me .meb .mebi textarea{height: 100px;font-size: 14px;padding: 10px 3%;}
	.con .conr .me .meb .mebs input{height: 50px;border-radius: 25px;font-size: 14px;}
}
@media only screen and (max-width:1200px){
	.con .conl{width: 280px;}
	.con .conl .conla{margin-top: 20px;}
	.con .conl .conlb{margin-top: 7px;}
	.con .conl .conlc{margin-top: 17px;}
	.con .conl .conlc .conlci{margin-bottom: 10px;}
	.con .conl .conlc .conlci .conlcia{padding-left: 20px;}
	.con .conl .conlc .conlci .conlcib{margin-top: 5px;}
	.con .conr{width: calc(100% - 310px);}
	.con .conr .me{padding: 25px 30px;}
	.con .conr .me .meb{margin-top: 15px;}
	.con .conr .me .meb .mebi{margin-bottom: 10px;}
	.con .conr .me .meb .mebi input{height: 42px;}
	.con .conr .me .meb .mebi textarea{height: 90px;padding: 7px 3%;}
	.con .conr .me .meb .mebs input{height: 42px;border-radius: 21px;}
}
@media only screen and (max-width:640px){
	.con .conl{float: none;width: 100%;}
	.con .conl .conla{margin-top: 0;}
	.con .conl .conlb{margin-top: 5px;}
	.con .conl .conlc{margin-top: 10px;}
	.con .conl .conlc .conlci{margin-bottom: 6px;}
	.con .conl .conlc .conlci .conlcib{margin-top: 3px;}
	.con .conr{float: none;width: 100%;margin-top: 20px;}
	.con .conr .me{padding: 15px 15px;}
	.con .conr .me .meb .mebi input{height: 36px;}
	.con .conr .me .meb .mebi textarea{height: 80px;padding: 5px 3%;}
	.con .conr .me .meb .mebs input{height: 36px;border-radius: 18px;}
}

.jobbg{background: linear-gradient(to bottom, #e7eff8, #fff);}
.job .joba{text-align: center;}
.job .joba a{display: inline-block;margin:0 18px;padding: 35px 0;width: 240px;border-radius: 8px;background: #fff;text-align: center;}
.job .joba a .jobab{display: inline-block;vertical-align: middle;margin-right: 15px;}
.job .joba a .jobab .img02{display: none;}
.job .joba a .jobaa{display: inline-block;vertical-align: middle;text-align: left;}
.job .joba a .jobaaa{color: #000000;}
.job .joba a .jobaab{color: #333333;}
.job .joba a:hover,.job .joba a.current{background: #0050a0;}
.job .joba a:hover .img01,.job .joba a.current .img01{display: none;}
.job .joba a:hover .img02,.job .joba a.current .img02{display: block;}
.job .joba a:hover .jobaaa,.job .joba a.current .jobaaa{color: #fff;}
.job .joba a:hover .jobaab,.job .joba a.current .jobaab{color: #fff;}
.job .jobb{margin-top: 45px;text-align: center;}
.job .jobb .jobba{color: #000000;font-weight: bold;}
.job .jobb .jobbb{margin-top: 12px;color: #333333;}
.job .jobc{margin-top: 38px;}
.job .jobc .jobca{background: #f0f0f0;padding: 0 65px;line-height: 70px;}
.job .jobc .jobca .jobcai{float: left;text-align: center;color: #000000;font-weight: bold;}
.job .jobc .jobca .jobcai.jobcai1{text-align: left;width: 310px;}
.job .jobc .jobca .jobcai.jobcai2,.job .jobc .jobca .jobcai.jobcai3,.job .jobc .jobca .jobcai.jobcai4,.job .jobc .jobca .jobcai.jobcai5,.job .jobc .jobca .jobcai.jobcai6{width: 200px;}
.job .jobc .jobcb{margin-bottom: 40px;}
.job .jobc .jobcb .jobcbi{border-bottom: 1px solid #e6e6e6;padding: 0 65px;line-height: 69px;background: #fff;}
.job .jobc .jobcb .jobcbi .jobcbii{float: left;text-align: center;color: #000000;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.job .jobc .jobcb .jobcbi .jobcbii.jobcbii1{text-align: left;width: 310px;}
.job .jobc .jobcb .jobcbi .jobcbii.jobcbii2,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii3,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii4,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii5,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii6{width: 200px;}
.job .jobc .jobcb .jobcbi .jobcbii.jobcbii6 span{display: inline-block;width: 40px;height: 14px;border-radius: 3px;background: #000000;vertical-align: middle;padding: 7px 0;}
@media only screen and (max-width:1440px){
	.job .joba a{margin:0 14px;padding: 25px 0;width: 200px;}
	.job .joba a .jobab{margin-right: 10px;}
	.job .joba a .jobab img{width: 40px;}
	.job .jobb{margin-top: 35px;}
	.job .jobb .jobbb{margin-top: 10px;}
	.job .jobc{margin-top: 30px;}
	.job .jobc .jobca{padding: 0 40px;line-height: 60px;}
	.job .jobc .jobca .jobcai.jobcai1{width: 270px;}
	.job .jobc .jobca .jobcai.jobcai2,.job .jobc .jobca .jobcai.jobcai3,.job .jobc .jobca .jobcai.jobcai4,.job .jobc .jobca .jobcai.jobcai5,.job .jobc .jobca .jobcai.jobcai6{width: 170px;}
	.job .jobc .jobcb{margin-bottom: 30px;}
	.job .jobc .jobcb .jobcbi{padding: 0 40px;line-height: 60px;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii1{width: 270px;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii2,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii3,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii4,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii5,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii6{width: 170px;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii6 span{width: 34px;padding: 5px 0;height: 12px;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii6 span img{height: 12px;}
}
@media only screen and (max-width:1200px){
	.job .joba a{margin:0 10px;padding: 15px 0;width: 180px;}
	.job .joba a .jobab img{width: 35px;}
	.job .jobb{margin-top: 25px;}
	.job .jobb .jobbb{margin-top: 7px;}
	.job .jobc{margin-top: 20px;}
	.job .jobc .jobca{padding: 0 2%;line-height: 50px;}
	.job .jobc .jobca .jobcai.jobcai1{width: 21%;}
	.job .jobc .jobca .jobcai.jobcai2,.job .jobc .jobca .jobcai.jobcai3,.job .jobc .jobca .jobcai.jobcai4,.job .jobc .jobca .jobcai.jobcai5,.job .jobc .jobca .jobcai.jobcai6{width: 15%;}
	.job .jobc .jobcb .jobcbi{padding: 0 2%;line-height: 50px;}
	.job .jobc .jobcb{margin-bottom: 20px;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii1{width: 21%;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii2,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii3,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii4,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii5,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii6{width: 15%;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii6 span{width: 30px;padding: 5px 0;height: 10px;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii6 span img{height: 10px;}
}
@media only screen and (max-width:640px){
	.job .joba a{margin:0 5px;padding: 10px 0;width: 150px;}
	.job .joba a .jobab img{width: 30px;}
	.job .jobb{margin-top: 20px;}
	.job .jobb .jobbb{margin-top: 5px;}
	.job .jobc{margin-top: 15px;}
	.job .jobc .jobca{line-height: 45px;}
	.job .jobc .jobca .jobcai.jobcai1{width: 50%;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii1{width: 50%;}
	.job .jobc .jobca .jobcai.jobcai2,.job .jobc .jobca .jobcai.jobcai3,.job .jobc .jobca .jobcai.jobcai4{display: none;}
	.job .jobc .jobca .jobcai.jobcai5,.job .jobc .jobca .jobcai.jobcai6{width: 25%;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii2,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii3,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii4{display: none;}
	.job .jobc .jobcb .jobcbi .jobcbii.jobcbii5,.job .jobc .jobcb .jobcbi .jobcbii.jobcbii6{width: 25%;}
}

.pd{position: relative;z-index: 0}
.pd .pdat{text-align: center;color: #000000;font-weight: bold;}
.pd .pda{padding-top: 60px;}
.pd .pda .pdac{margin-top: 30px;padding-bottom: 144px;position: relative;}
.pd .pda .pdac .qualify-swiper .swiper-slide{width: 66.6666%;border-radius: 28px;overflow: hidden;position: relative;}
.pd .pda .pdac .qualify-swiper .swiper-slide:after{background: rgba(0,0,0,0.6);content: "";position: absolute;left:0;width: 100%;top:0;height: 100%;}
.pd .pda .pdac .qualify-swiper .swiper-slide.swiper-slide-active:after{background: none}
.pd .pda .pdac .swiper-pagination{width: 400px;text-align: center;bottom: 100px;left:50%;margin-left: -200px;height: 4px;background: #e7eff8;}
.pd .pda .pdac .swiper-pagination .swiper-pagination-progressbar-fill{background: #000000;}
.pd .pda .pdac .swiper-button-prev{width: 53px;height: 53px;border-radius: 53px;background: url(s1_prev2_18.png) no-repeat center;left: 8%;border:1px solid #fff;}
.pd .pda .pdac .swiper-button-next{width: 53px;height: 53px;border-radius: 53px;background: url(s1_next2_20.png) no-repeat center;right: 8%;border:1px solid #fff;}
.pd .pda .pdac .swiper-button-prev:hover{background: #fff url(s1_prev1_18.png) no-repeat center;}
.pd .pda .pdac .swiper-button-next:hover{background: #fff url(s1_next_20.png) no-repeat center;}
@media only screen and (max-width:1440px){
	.pd .pda{padding-top: 40px;}
	.pd .pda .pdac{margin-top: 25px;padding-bottom: 120px;}
	.pd .pda .pdac .swiper-pagination{bottom: 80px;width: 360px;margin-left: -180px;}
	.pd .pda .pdac .swiper-button-prev{width: 45px;height: 45px;border-radius: 45px;}
	.pd .pda .pdac .swiper-button-next{width: 45px;height: 45px;border-radius: 45px;}
}
@media only screen and (max-width:1200px){
	.pd .pda{padding-top: 30px;}
	.pd .pda .pdac{margin-top: 20px;padding-bottom: 90px;}
	.pd .pda .pdac .swiper-pagination{bottom: 60px;width: 300px;margin-left: -150px;}
	.pd .pda .pdac .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px;}
	.pd .pda .pdac .swiper-button-next{width: 40px;height: 40px;border-radius: 40px;}
}
@media only screen and (max-width:640px){
	.pd .pda{padding-top: 20px;}
	.pd .pda .pdac{margin-top: 15px;padding-bottom: 70px;}
	.pd .pda .pdac .swiper-pagination{bottom: 40px;width: 200px;margin-left: -100px;}
	.pd .pda .pdac .swiper-button-prev{width: 35px;height: 35px;border-radius: 35px;left:0;}
	.pd .pda .pdac .swiper-button-next{width: 35px;height: 35px;border-radius: 35px;right: 0;}
	.pd .pda .pdac .qualify-swiper .swiper-slide{width: 100%;}
}

.pd_bg{background: linear-gradient(to bottom, #e7eff8, #fff);}
.pd .pdb{padding: 90px 0 45px;}
.pd .pdb .pdbc{margin-top: 30px;background: #fff;border-radius: 26px;padding: 45px 55px;position: relative;position: relative;}
.pd .pdb .pdbc .pdbca{width: 100px;text-align: center;position: absolute;left:55px;top:135px;}
.pd .pdb .pdbc .pdbca .pdbcai{margin-bottom: 25px;}
.pd .pdb .pdbc .pdbca .pdbcai .pdbcaia{color: #666666;}
.pd .pdb .pdbc .pdbca .pdbcai .pdbcaib{font-weight: bold;color: #000000;margin-top: 5px;}
.pd .pdb .pdbc .pdbcb{float: left;width: 960px;margin-left: 200px;}
.pd .pdb .pdbc .pdbcb .parHd{position: absolute;right: 62px;top:50%;transform: translateY(-50%);}
.pd .pdb .pdbc .pdbcb .parHd ul li{margin:34px 0;position: relative;}
.pd .pdb .pdbc .pdbcb .parHd ul li span{position: absolute;right: 55px;width: 150px;text-align: right;line-height: 40px;display: none;}
.pd .pdb .pdbc .pdbcb .parHd ul li s{width: 36px;height: 36px;border-radius: 36px;display: inline-block;border:2px solid transparent;}
.pd .pdb .pdbc .pdbcb .parHd ul li.on s{box-shadow: 0 0 10px #d6d6d6;border:2px solid #fff;}
.pd .pdb .pdbc .pdbcb .parHd ul li.on span{display: block;}
.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .bd .pdbcbii .pic{overflow: hidden;}
.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .bd .pdbcbii .pic img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .bd .pdbcbii:hover .pic img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .hd{margin-top: 30px;text-align: center;}
.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .hd ul{display: inline-block;}
.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .hd ul li{display: inline-block;margin:0 18px;color: #666666;}
.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .hd ul li.on{font-weight: bold;color: #000000;}
@media only screen and (max-width:1440px){
	.pd .pdb{padding: 70px 0 35px;}
	.pd .pdb .pdbc{margin-top: 25px;padding: 35px 45px;}
	.pd .pdb .pdbc .pdbca{width: 90px;top:105px;}
	.pd .pdb .pdbc .pdbca .pdbcai{margin-bottom: 20px;}
	.pd .pdb .pdbc .pdbcb{width: 850px;margin-left: 165px;}
	.pd .pdb .pdbc .pdbcb .parHd{right: 50px;}
	.pd .pdb .pdbc .pdbcb .parHd ul li{margin:28px 0;}
	.pd .pdb .pdbc .pdbcb .parHd ul li span{right: 50px;}
	.pd .pdb .pdbc .pdbcb .parHd ul li s{width: 30px;height: 30px;border-radius: 30px;}
	.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .hd{margin-top: 20px;}
	.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .hd ul li{margin:0 12px;}
}
@media only screen and (max-width:1200px){
	.pd .pdb{padding: 45px 0 25px;}
	.pd .pdb .pdbc{margin-top: 20px;padding: 25px 35px;}
	.pd .pdb .pdbc .pdbca{position: static;}
	.pd .pdb .pdbc .pdbca{margin-top: 0;width:100%;}
	.pd .pdb .pdbc .pdbca .pdbcai{margin-bottom: 0;float: left;width: 25%;}
	.pd .pdb .pdbc .pdbcb{width: 90%;margin-left: 0;padding: 0 10% 0 0;}
}
@media only screen and (max-width:640px){
	.pd .pdb .pdbc .pdbcb{width: 100%;margin-left: 0;padding: 0 0 0 0;}
	.pd .pdb{padding: 20px 0 15px;}
	.pd .pdb .pdbc{margin-top: 15px;padding: 15px 15px;position: relative;}
	.pd .pdb .pdbc .pdbca{margin-bottom: 20px;}
	.pd .pdb .pdbc .pdbcb{position: relative;}
	.pd .pdb .pdbc .pdbcb .parHd{right: 0;}
	.pd .pdb .pdbc .pdbcb .parHd ul li{margin:15px 0;}
	.pd .pdb .pdbc .pdbcb .parHd ul li span{right: 35px;line-height: 30px;}
	.pd .pdb .pdbc .pdbcb .parHd ul li s{width: 20px;height: 20px;border-radius: 20px;}
	.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .hd{margin-top: 15px;}
	.pd .pdb .pdbc .pdbcb .parBd .pdbcbi .hd ul li{margin:0 6px;}
}

.pd .pdc{padding: 45px 0;}
.pd .pdc .pdcc{margin-top: 35px;position: relative;}
.pd .pdc .pdcc .swiper-slide .pdcci{background: #fff;border-radius: 25px;overflow: hidden;}
.pd .pdc .pdcc .swiper-slide .pdcci .pdccil{float: left;width: 36.1%;box-sizing: border-box;padding: 90px 100px 0;}
.pd .pdc .pdcc .swiper-slide .pdcci .pdccil .pdccila{color: #000000;font-weight: bold;}
.pd .pdc .pdcc .swiper-slide .pdcci .pdccil .pdccilb{margin-top: 25px;color: #333333;line-height: 1.8;}
.pd .pdc .pdcc .swiper-slide .pdcci .pdccir{float: right;overflow: hidden;width: 63.9%;}
.pd .pdc .pdcc .swiper-slide .pdcci .pdccir img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.pd .pdc .pdcc .swiper-slide:hover .pdcci .pdccir img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.pd .pdc .pdcc .swiper-button-prev{width: 52px;height: 52px;border-radius: 52px;background: url(s1_prev1_18.png) no-repeat center;border:1px solid #333;left:100px;top:auto;bottom: 90px;}
.pd .pdc .pdcc .swiper-button-next{width: 52px;height: 52px;border-radius: 52px;background: url(s1_next_20.png) no-repeat center;border:1px solid #333;left:180px;right: auto;top:auto;bottom: 90px;}
.pd .pdc .pdcc .swiper-button-prev:hover{background: #c6d1dd url(s1_prev2_18.png) no-repeat center;border-color: #c6d1dd;}
.pd .pdc .pdcc .swiper-button-next:hover{background: #c6d1dd url(s1_next2_20.png) no-repeat center;border-color: #c6d1dd;}
@media only screen and (max-width:1440px){
	.pd .pdc{padding: 35px 0;}
	.pd .pdc .pdcc{margin-top: 27px;}
	.pd .pdc .pdcc .swiper-slide .pdcci .pdccil{padding: 70px 75px 0;}
	.pd .pdc .pdcc .swiper-slide .pdcci .pdccil .pdccilb{margin-top: 20px;}
	.pd .pdc .pdcc .swiper-button-prev{width: 45px;height: 45px;border-radius: 45px;left:75px;}
	.pd .pdc .pdcc .swiper-button-next{width: 45px;height: 45px;border-radius: 45px;left:145px;}
}
@media only screen and (max-width:1200px){
	.pd .pdc{padding: 25px 0;}
	.pd .pdc .pdcc{margin-top: 20px;}
	.pd .pdc .pdcc .swiper-slide .pdcci .pdccil{padding: 40px 35px 0;}
	.pd .pdc .pdcc .swiper-slide .pdcci .pdccil .pdccilb{margin-top: 15px;}
	.pd .pdc .pdcc .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px;left:35px;bottom: 50px;}
	.pd .pdc .pdcc .swiper-button-next{width: 40px;height: 40px;border-radius: 40px;left:90px;bottom: 50px;}
}
@media only screen and (max-width:640px){
	.pd .pdc{padding: 15px 0;}
	.pd .pdc .pdcc{margin-top: 15px;}
	.pd .pdc .pdcc .swiper-slide .pdcci .pdccil{float: none;width: 100%;padding: 20px 15px;}
	.pd .pdc .pdcc .swiper-slide .pdcci .pdccil .pdccilb{margin-top: 10px;height: 120px;}
	.pd .pdc .pdcc .swiper-slide .pdcci .pdccir{float: none;width: 100%;}
	.pd .pdc .pdcc .swiper-button-prev{width: 35px;height: 35px;border-radius: 35px;left:0;bottom: auto;top:50%;}
	.pd .pdc .pdcc .swiper-button-next{width: 35px;height: 35px;border-radius: 35px;right: 0;left:auto;bottom: auto;top:50%;}
}

.pd .pdd{padding: 45px 0 60px;}
.pd .pdd .pddc{margin-top: 35px;position: relative;}
.pd .pdd .pddc .swiper-slide{box-sizing: border-box;padding: 6px;}
.pd .pdd .pddc .swiper-slide a{display: block;overflow: hidden;border-radius: 20px;}
.pd .pdd .pddc .swiper-slide img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.pd .pdd .pddc .swiper-slide:hover img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.pd .pdd .pddc .swiper-pagination{position: absolute;bottom: -60px;width: 400px;left:50%;margin-left: -200px;height: 4px;background: #e7eff8;}
.pd .pdd .pddc .swiper-pagination .swiper-pagination-progressbar-fill{background: #000000;}
.pd .pdd .pddc .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px;background: #e7eff8 url(s1_prev1_18.png) no-repeat center;bottom: -74px;top:auto;left: 35%;}
.pd .pdd .pddc .swiper-button-next{width: 40px;height: 40px;border-radius: 40px;background: #e7eff8 url(s1_next_20.png) no-repeat center;bottom: -74px;top:auto;right: 35%;}
.pd .pdd .pddc .swiper-button-prev:hover{background: #000000 url(s1_prev2_18.png) no-repeat center;}
.pd .pdd .pddc .swiper-button-next:hover{background: #000000 url(s1_next2_20.png) no-repeat center;}
@media only screen and (max-width:1440px){
	.pd .pdd{padding: 35px 0 45px;}
	.pd .pdd .pddc{margin-top: 25px;}
	.pd .pdd .pddc .swiper-pagination{bottom: -45px;width: 360px;margin-left: -180px;}
	.pd .pdd .pddc .swiper-pagination .swiper-pagination-bullet{width: 70px;}
	.pd .pdd .pddc .swiper-button-prev{width: 34px;height: 34px;border-radius: 34px;bottom: -56px;}
	.pd .pdd .pddc .swiper-button-next{width: 34px;height: 34px;border-radius: 34px;bottom: -56px;}
}
@media only screen and (max-width:1200px){
	.pd .pdd{padding: 25px 0 35px;}
	.pd .pdd .pddc{margin-top: 20px;}
	.pd .pdd .pddc .swiper-pagination{bottom: -35px;width: 300px;margin-left: -150px;}
	.pd .pdd .pddc .swiper-pagination .swiper-pagination-bullet{width: 45px;}
	.pd .pdd .pddc .swiper-button-prev{bottom: -46px;left:30%;}
	.pd .pdd .pddc .swiper-button-next{bottom: -46px;right: 30%;}
}
@media only screen and (max-width:640px){
	.pd .pdd{padding: 15px 0 30px;}
	.pd .pdd .pddc{margin-top: 15px;}
	.pd .pdd .pddc .swiper-pagination{bottom: -30px;width: 200px;margin-left: -100px;}
	.pd .pdd .pddc .swiper-pagination .swiper-pagination-bullet{width: 25px;}
	.pd .pdd .pddc .swiper-button-prev{width: 30px;height: 30px;border-radius: 30px;bottom: -38px;left:7px;}
	.pd .pdd .pddc .swiper-button-next{width: 30px;height: 30px;border-radius: 30px;bottom: -38px;right:7px;}
}
.pd .pde{margin-top: 90px;}
.pd .pde .pdex{padding: 70px 60px 50px;background: linear-gradient(to bottom, #e7eff8, #fff);border-radius: 28px;}
.pd .pde .pdec{margin-top: 35px;background: #fff;border-radius: 15px;padding: 20px;}
.pd .pde .pdec .pdecc{overflow: auto;height: 600px;width: 100%;box-sizing: border-box;}
@media only screen and (max-width:1440px){
	.pd .pde{margin-top: 70px;}
	.pd .pde .pdex{padding: 50px 40px 35px;}
	.pd .pde .pdec{margin-top: 25px;padding: 15px;}
	.pd .pde .pdec .pdecc{height: 500px;}
}
@media only screen and (max-width:1200px){
	.pd .pde{margin-top: 45px;}
	.pd .pde .pdex{padding: 35px 30px 25px;}
	.pd .pde .pdec{margin-top: 20px;padding: 10px;}
	.pd .pde .pdec .pdecc{height: 400px;}
}
@media only screen and (max-width:640px){
	.pd .pde{margin-top: 20px;}
	.pd .pde .pdex{padding: 20px 15px 15px;}
	.pd .pde .pdec{margin-top: 15px;padding: 7px;}
	.pd .pde .pdec .pdecc{height: 350px;}
}

.pd .pde .pdec .pdecc{scrollbar-color: #333 #fff; /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */ scrollbar-width: thin; /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */ /* -ms-overflow-style:none; */ scrollbar-base-color: pink; scrollbar-face-color: #1a2d56; scrollbar-track-color: #dcdcdc;}
.pd .pde .pdec .pdecc::-webkit-scrollbar{width:2;height:7px;}
.pd .pde .pdec .pdecc::-webkit-scrollbar-button:vertical{display:none}
.pd .pde .pdec .pdecc::-webkit-scrollbar-thumb:vertical:hover{background-color: #333;}
.pd .pde .pdec .pdecc::-webkit-scrollbar-thumb:vertical:active{background-color: #333;}
.pd .pde .pdec .pdecc::-webkit-scrollbar{width: 7px;}
.pd .pde .pdec .pdecc::-webkit-scrollbar-track{background: #fff;}
.pd .pde .pdec .pdecc::-webkit-scrollbar-thumb{background: #333;border-radius: 0;}



.pdf{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.9);z-index: 999;display: none;}
.pdf .close{position: absolute;right: 20px;top:10px;font-size: 24px;color: #fff;cursor: pointer;z-index: 9;}
.pdf .pdfc .swiper-container{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);width: 100%;height: 100%;text-align: center;}
.pdf .pdfc .swiper-container .swiper-slide{display: flex;justify-content: center;align-items: center;}
.pdf .pdfc .swiper-container .swiper-slide img{max-width: 100%;max-height: 100%;}
.pdf .pdfc .swiper-pagination{font-size: 16px;color: #fff;}
.pdf .pdfc .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px;background: #e7eff8 url(s1_prev1_18.png) no-repeat center;}
.pdf .pdfc .swiper-button-next{width: 40px;height: 40px;border-radius: 40px;background: #e7eff8 url(s1_next_20.png) no-repeat center;}



.inew{margin: 0 0 60px 0;}
.inew .inewi .inewib{margin-bottom: 30px;}
.inew .inewi .inewib .inewibi a{display: block;border-bottom: 1px solid #f3f3f3;padding: 31px 0;}
.inew .inewi .inewib .inewibi .g-in{width: 1500px;}
.inew .inewi .inewib .inewibi .inewibil{float:left;width: 120px;text-align: center;height: 120px;background: #f3f3f3;}
.inew .inewi .inewib .inewibi .inewibil .inewibila{font-size: 40px;color: #6b6b6b;font-family: "Arial";padding-top: 20px;}
.inew .inewi .inewib .inewibi .inewibil .inewibilb{font-size: 18px;color: #6b6b6b;font-family: "Arial";margin-top: -5px;}
.inew .inewi .inewib .inewibi .inewibir{float:right;width: calc(100% - 150px);}
.inew .inewi .inewib .inewibi .inewibir .inewibira{font-size: 18px;color: #252525;margin-top: 12px;}
.inew .inewi .inewib .inewibi .inewibir .inewibirb{display: none;}
.inew .inewi .inewib .inewibi .inewibir .inewibirc{margin-top: 12px;font-size: 14px;color: #7f7f7f;line-height: 28px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.inew .inewi .inewib .inewibi:hover{background: #f3f3f3;}
.inew .inewi .inewib .inewibi:hover .inewibil{background: #000000;}
.inew .inewi .inewib .inewibi:hover .inewibil .inewibila{color: #fff;}
.inew .inewi .inewib .inewibi:hover .inewibil .inewibilb{color: #fff;}
.inew .inewi .inewib .inewibi:hover .inewibir .inewibira{color: #000000;}
@media only screen and (max-width:1500px){
	.inew{margin: 0 0 40px 0;}
	.inew .inewi .inewib .inewibi .g-in{width: 1200px;}
	.inew .inewi .inewib{margin-bottom: 20px;}
	.inew .inewi .inewib .inewibi a{padding: 26px 0;}
	.inew .inewi .inewib .inewibi .inewibil{width: 105px;height: 105px;}
	.inew .inewi .inewib .inewibi .inewibil .inewibila{font-size: 32px;}
	.inew .inewi .inewib .inewibi .inewibil .inewibilb{font-size: 16px;}
	.inew .inewi .inewib .inewibi .inewibir{width: calc(100% - 130px);}
	.inew .inewi .inewib .inewibi .inewibir .inewibira{font-size: 16px;color: #252525;margin-top: 8px;}
	.inew .inewi .inewib .inewibi .inewibir .inewibirc{margin-top: 10px;font-size: 14px;line-height: 24px;}
}
@media only screen and (max-width:1200px){
	.inew{margin:0 0 30px 0;}
	.inew .inewi .inewib .inewibi .g-in{width: 96%;}
	.inew .inewi .inewib{margin-bottom: 10px;}
	.inew .inewi .inewib .inewibi a{padding: 20px 0;}
	.inew .inewi .inewib .inewibi .inewibil{width: 95px;height: 95px;}
	.inew .inewi .inewib .inewibi .inewibil .inewibila{font-size: 26px;}
	.inew .inewi .inewib .inewibi .inewibil .inewibilb{font-size: 14px;}
	.inew .inewi .inewib .inewibi .inewibir{width: calc(100% - 115px);}
	.inew .inewi .inewib .inewibi .inewibir .inewibira{font-size: 14px;color: #252525;margin-top: 8px;}
	.inew .inewi .inewib .inewibi .inewibir .inewibirc{margin-top: 10px;font-size: 13px;line-height: 20px;}
}
@media only screen and (max-width:640px){
	.inew{margin: 0 0 20px 0;}
	.inew .inewi .inewib{margin-bottom: 0}
	.inew .inewi .inewib .inewibi a{padding: 15px 0;}
	.inew .inewi .inewib .inewibi .inewibil{display: none;}
	.inew .inewi .inewib .inewibi .inewibir{float:none;width: 100%;}
	.inew .inewi .inewib .inewibi .inewibir .inewibira{margin-top: 0;}
	.inew .inewi .inewib .inewibi .inewibir .inewibirb{margin-top: 5px;display: block;font-size: 13px;color: #7f7f7f;}
	.inew .inewi .inewib .inewibi .inewibir .inewibirc{margin-top: 5px;}
}


.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }

.section5{padding: 50px 0 0;}
.s5_c .s5_cl{float: left;}
.s5_c .s5_cl .s5_cla{color: #000000;font-weight: bold;}
.s5_c .s5_cl .s5_clb{}
.s5_c .s5_cl .s5_clb a{display: inline-block;line-height: 45px;border-bottom: 1px solid #000000;}
.s5_c .s5_cl .s5_clb a span{padding-right: 35px;background: url(s1_next_20.png) no-repeat right center;color: #000000}
.s5_c .s5_cr{float: right;width: calc(100% - 310px);}
.s5_c .s5_cr .s5_cri{float: left;width: 31%;margin-right: 3.5%;height: 110px;background: #e7eff8 url(s1_2_14.png) no-repeat 90% center;border-radius: 16px;overflow: hidden;line-height: 110px;box-sizing: border-box;padding-left: 40px;}
.s5_c .s5_cr .s5_cri img{vertical-align: middle;}
.s5_c .s5_cr .s5_cri:last-child{margin-right: 0;}
.s5_c .s5_cr .s5_cri span{display: inline-block;vertical-align: middle;margin-left: 15px;color: #000000;}
.s5_c .s5_cr .s5_cri:hover span{color: #5392d1;}
@media only screen and (max-width:1440px){
	.section5{padding: 37px 0 0;}
	.s5_c .s5_cl .s5_clb a{line-height: 40px;}
	.s5_c .s5_cl .s5_clb a span{padding-right: 30px;}
	.s5_c .s5_cr{float: right;width: calc(100% - 250px);}
	.s5_c .s5_cr .s5_cri{height: 95px;line-height: 95px;padding-left: 30px;}
	.s5_c .s5_cr .s5_cri img{width: 50px;}
	.s5_c .s5_cr .s5_cri span{margin-left: 10px;}
}
@media only screen and (max-width:1200px){
	.section5{padding: 25px 0 0;}
	.s5_c .s5_cl .s5_clb a{line-height: 32px;}
	.s5_c .s5_cl .s5_clb a span{padding-right: 20px;}
	.s5_c .s5_cr{float: right;width: calc(100% - 160px);}
	.s5_c .s5_cr .s5_cri{height: 70px;line-height: 70px;padding-left: 20px;}
	.s5_c .s5_cr .s5_cri img{width: 45px;}
	.s5_c .s5_cr .s5_cri span{margin-left: 10px;}
}
@media only screen and (max-width:640px){
	.section5{padding: 15px 0 30px;}
	.s5_c .s5_cl{float: none;text-align: center;width: 100%;}
	.s5_c .s5_cr{float: none;width: 100%;margin-top: 20px;}
	.s5_c .s5_cr .s5_cri{height: 50px;line-height: 50px;padding-left: 15px;width: 48%;margin-right: 4%;margin-bottom: 4%;background: #fff;}
	.s5_c .s5_cr .s5_cri:nth-child(2n){margin-right: 0;}
	.s5_c .s5_cr .s5_cri img{width: 35px;}
	.s5_c .s5_cr .s5_cri span{margin-left: 10px;}
}

.section3{padding: 60px 0 120px;}
.s_t{text-align: center;color: #000000;font-weight: bold;}
.s3_c{margin-top: 45px;padding-bottom: 80px;position: relative;}
.s3_c .swiper-slide .s3_ci{position: relative;border-radius: 16px;overflow: hidden;}
.s3_c .swiper-slide .s3_ci .s3_cia{overflow: hidden;}
.s3_c .swiper-slide .s3_ci .s3_cia img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
}
.s3_c .swiper-slide:hover .s3_ci .s3_cia img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.s3_c .swiper-slide .s3_ci .s3_cib{position: absolute;bottom: 0;left: 0;width: 96%;padding: 0 2%;text-align: center;line-height: 80px;background: rgba(0,0,0,0.6);color: #fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.s3_c .swiper-pagination{position: absolute;bottom: 15px;width: 100%;text-align: center;width: 400px;left:50%;margin-left: -200px;background: #fff;height: 4px;}
.s3_c .swiper-pagination .swiper-pagination-progressbar-fill{background: #000000;}
.s3_c .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px;background: #e7eff8 url(s1_prev1_18.png) no-repeat center;bottom: -0;top:auto;left: 28%;}
.s3_c .swiper-button-next{width: 40px;height: 40px;border-radius: 40px;background: #e7eff8 url(s1_next_20.png) no-repeat center;bottom: -0;top:auto;right: 28%;}
.s3_c .swiper-button-prev:hover{background: #000000 url(s1_prev2_18.png) no-repeat center;}
.s3_c .swiper-button-next:hover{background: #000000 url(s1_next2_20.png) no-repeat center;}
@media only screen and (max-width:1440px){
	.section3{padding: 65px 0 100px;}
	.s3_c{margin-top: 35px;padding-bottom: 65px;}
	.s3_c .swiper-slide .s3_ci .s3_cib{line-height: 65px;}
	.s3_c .swiper-pagination{bottom: 12px;width: 360px;margin-left: -180px;}
	.s3_c .swiper-pagination .swiper-pagination-bullet{width: 70px;}
	.s3_c .swiper-button-prev{width: 34px;height: 34px;border-radius: 34px;}
	.s3_c .swiper-button-next{width: 34px;height: 34px;border-radius: 34px;}
}
@media only screen and (max-width:1200px){
	.section3{padding: 45px 0 80px;}
	.s3_c{margin-top: 25px;padding-bottom: 55px;}
	.s3_c .swiper-slide .s3_ci .s3_cib{line-height: 50px;}
	.s3_c .swiper-pagination{width: 300px;margin-left: -150px;}
	.s3_c .swiper-button-prev{left:20%;}
	.s3_c .swiper-button-next{right: 20%;}
}
@media only screen and (max-width:640px){
	.section3{padding: 20px 0 55px;}
	.s3_c{margin-top: 15px;padding-bottom:45px;}
	.s3_c .swiper-slide{padding: 0 3%;box-sizing: border-box;}
	.s3_c .swiper-slide .s3_ci .s3_cib{line-height: 35px;}
	.s3_c .swiper-pagination{bottom: 10px;width: 200px;margin-left: -100px;}
	.s3_c .swiper-pagination .swiper-pagination-bullet{width: 25px;}
	.s3_c .swiper-button-prev{width: 30px;height: 30px;border-radius: 30px;left:3%;}
	.s3_c .swiper-button-next{width: 30px;height: 30px;border-radius: 30px;right:3%;}
}