#section1, #section2, #section3, #section4, #section5, #section6, #section7 { -moz-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; }

#section6 { background-color: #10195e; }

.section-tit-en { font-size: 38px; color: #fff; }

.section-tit-en.white { color: #fff; }

.section-tit-ch { font-size: 38px; color: #fff; font-weight: bold; margin-top: 10px; }

.section-tit-ch.white { color: #fff; }

.index-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9; }

.t { display: table; width: 100%; height: 100%; }

.t .c { width: 100%; min-height: 100%; display: table-cell; vertical-align: middle; }

.index-video { position: absolute; width: 100%; height: 100%; max-height: 100%; overflow: hidden; }

.index-video video { width: 100%; height: 100%; max-height: 100%; -o-object-fit: fill; object-fit: fill; }

.section-con { width: 100%; height: 100%; overflow: hidden; position: relative; z-index: 8; }

.section-con .section1-banner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-con .section1-banner .swiper-container{
  height: 100%;
}
.section-con .section1-banner .swiper-slide{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-con .section1-font { 
  width: 76%; 
  height: 85vh; 
  margin: 0 auto; 
  position: relative;
  z-index: 9;
}

.section-con .section1-font img { display: block; width: 58%; }

.section-con .section1-font .wrbsiteBtn { display: block; font-size: 14px; color: #fff; width: 250px; height: 58px; line-height: 58px; text-align: center; margin-top: 60px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; border: 1px solid #fff; -webkit-transition: all 0.2s; -o-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }

.section-con .section1-font .wrbsiteBtnt { display: inline-block; font-size: 14px; color: #fff; width: 250px; height: 58px; line-height: 58px; text-align: center; margin-top: 60px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; border: 1px solid #fff; -webkit-transition: all 0.2s; -o-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }

.section-con .section1-font .wrbsiteBtn:hover { color: #000063; background: #fff; }

.section-con .section1-bottom { 
  height: 15vh; 
  position: relative;
  z-index: 9;
}

.section-con .section1-bottom ul { width: 100%; height: 100%; border-top: 2px solid #fff; }

.section-con .section1-bottom ul li { float: left; width: 33.33%; height: 100%; text-align: center; position: relative; }

.section-con .section1-bottom ul li:nth-child(1):before, .section-con .section1-bottom ul li:nth-child(2):before { content: ''; display: block; width: 2px; height: 100%; background: #fff; position: absolute; top: 0; right: 0; }

.section-con .section1-bottom ul li .t { width: 100%; height: 100%; }

.section-con .section1-bottom ul li a { display: table-cell; vertical-align: middle; }

.section-con .section1-bottom ul li a h1 { display: block; font-size: 30px; color: #fff; font-weight: bold; }

.section-con .section1-bottom ul li a p { font-size: 18px; color: #fff; margin-top: 10px; }

.section-con .section1-bottom ul li a i { display: inline-block; width: 24px; height: 14px; background: url("../image/section-jt-white.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; margin-top: 10px; }

.section-con .section2-list { width: 100%; height: 100%; }

.section-con .section2-list .section2-item { 
  float: left;
   width: 33.33%; 
   height: 100%; 
   position: relative; 
   background: rgba(0, 0, 0, 0.3); 
 }

.section-con .section2-list .section2-item:nth-child(1):before, .section-con .section2-list .section2-item:nth-child(2):before { content: ''; width: 1px; height: 100%; background: #fff; opacity: 0.2; position: absolute; top: 0; right: 0; }

.section-con .section2-list .section2-item:hover .s2-hover { opacity: 1; }

.section-con .section2-list .section2-item:hover .section2-item-wrap .s2-icon { opacity: 0; }

.section-con .section2-list .section2-item .s2-hover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; background-position: 160px 0; background-repeat: no-repeat; }

.section-con .section2-list .section2-item .s2-hover.h01 { background-color: #10195e; background-image: url("../image/section2-icon04.png"); -moz-background-size: 100%; background-size: 100%; }

.section-con .section2-list .section2-item .s2-hover.h02 { background-color: #e72938; background-image: url("../image/section2-icon05.png"); -moz-background-size: 100%; background-size: 100%; }

.section-con .section2-list .section2-item .s2-hover.h03 { background-color: #e72938; background-image: url("../image/section2-icon06.png"); -moz-background-size: 100%; background-size: 100%; }

.section-con .section2-list .section2-item .section2-item-wrap { position: absolute; left: 0; bottom: 0; padding: 10%; z-index: 4; }

.section-con .section2-list .section2-item .section2-item-wrap .s2-icon { width: 80px; height: 80px; opacity: 1; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.section-con .section2-list .section2-item .section2-item-wrap .s2-icon.ic01 { background: url("../image/section2-icon01.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.section-con .section2-list .section2-item .section2-item-wrap .s2-icon.ic02 { background: url("../image/section2-icon02.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.section-con .section2-list .section2-item .section2-item-wrap .s2-icon.ic03 { background: url("../image/section2-icon03.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.section-con .section2-list .section2-item .section2-item-wrap .s2-tit-en { font-size: 36px; color: #fff; margin-top: 10px; }

.section-con .section2-list .section2-item .section2-item-wrap .s2-tit-ch { font-size: 24px; color: #fff; margin-top: 10px; }

.section-con .section2-list .section2-item .section2-item-wrap p { font-size: 14px; color: #fff; margin-top: 20px; line-height: 24px; height: 72px; overflow: hidden; }

.section-con .section3-wrap { width: 100%; height: 100%; }

.section-con .section3-wrap .section3-map { float: left; width: 60%; height: 100%; }

.section-con .section3-wrap .section3-map .t { width: 100%; height: 100%; }

.section-con .section3-wrap .section3-map .s3-map-con {
  width: 86%;
  /*margin: 0 auto;*/
}

.section-con .section3-wrap .section3-map .s3-map-con #indexMap {
  width: 100%;
  height: 800px;
}

.section-con .section3-wrap .section3-map .s3-map-con #indexMap div:last-child{
  display: none;
  padding: 10px !important;
  box-shadow: 0 0 40px 5px #e1e1e1;
  border-radius: 10px;
}
.section-con .section3-wrap .section3-map .s3-map-con #indexMap ul{
  padding: 10px 0;
}
.section-con .section3-wrap .section3-map .s3-map-con #indexMap ul li{
  float: left;
  margin-right: 10px;
}
.section-con .section3-wrap .section3-map .s3-map-con #indexMap ul li:last-child{
  margin-right: 0;
}

.section-con .section3-wrap .section3-map .s3-map-con .branch-map { display: none; max-width: 900px; margin: 50px 0; position: relative; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .mapBj { width: 100%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot { position: absolute; text-align: center; font-size: 12px; cursor: pointer; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot:after { content: ""; display: block; width: 8px; height: 8px; margin: 0 auto; background-color: #000063; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.neimenggu { left: 73.888%; top: 22.92%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.beijing { left: 72.988%; top: 34.848%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.beijing:after { width: 13px; height: 12px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: url("../image/icon-star.png") no-repeat center; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.tianjin { left: 74.444%; top: 39.840%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.hebei { left: 71%; top: 42.231%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.shanxi { left: 66.333%; top: 43.559%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.liaoning { left: 83.222%; top: 30.544%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.jilin { left: 88.222%; top: 25.099%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.heilongjiang { left: 88.888%; top: 14.608%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.shanghai { left: 84.444%; top: 59.487%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.jiangsu { left: 80.555%; top: 55.245%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.zhejiang { left: 83%; top: 66.401%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.anhui { left: 76.666%; top: 59.229%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.fujian { left: 79.222%; top: 74.103%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.jiangxi { left: 74.333%; top: 70.713%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.shandong { left: 76.222%; top: 46.480%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.henan { left: 69.333%; top: 53.917%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.hubei { left: 67.666%; top: 62.815%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.hunan { left: 67.111%; top: 71.447%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.guangdong { left: 70%; top: 81.673%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.guangxi { left: 61.111%; top: 83.399%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.chongqing { left: 58.888%; top: 65.729%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.sichuan { left: 48.555%; top: 63.745%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.ningxia { left: 55%; top: 46.480%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.gansu { left: 52.222%; top: 52.589%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.guizhou { left: 57.666%; top: 75.431%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.qinghai { left: 35.777%; top: 48.339%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.yunnan { left: 46.444%; top: 81.938%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.xinjiang { left: 18.222%; top: 32.669%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.shanxi1 { left: 59.777%; top: 55.112%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .map-content-box .map-dot.xizang { left: 20%; top: 57.104%; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .branch-map-data { position: absolute; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 262px; -webkit-box-shadow: 0 0 40px 5px #e1e1e1; -moz-box-shadow: 0 0 40px 5px #e1e1e1; box-shadow: 0 0 40px 5px #e1e1e1; background-color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 10px; z-index: 1; display: none; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .branch-map-data:before { content: ''; width: 16px; height: 8px; background: url("../image/sj-icon-02.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; position: absolute; left: 30px; bottom: -8px; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .branch-map-data h4 { font-size: 16px; color: #000063; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .branch-map-data ul { width: 100%; margin-top: 10px; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .branch-map-data ul li { float: left; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .branch-map-data ul li.num_length { position: relative; }

.section-con .section3-wrap .section3-map .s3-map-con .branch-map .branch-map-data ul li.num_length span { font-size: 16px; color: #000063; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.section-con .section3-wrap .section3-font { float: left; width: 40%; height: 100%; }

.section-con .section3-wrap .section3-font .t { width: 100%; height: 100%; }

.section-con .section3-wrap .section3-font .s3-txt-con { width: 80%; }

.section-con .section3-wrap .section3-font .s3-txt-con p { font-size: 20px; color: #fff; margin-top: 20px; }

/*.section-con .section3-wrap .section3-font .s3-txt-con ol { max-width: 380px; margin-top: 0px; }*/

.section-con .section3-wrap .section3-font .s3-txt-con ol li { float: left; width: 45%; padding-top: 20px; margin-top: 40px; border-top: 1px solid #fff; }

.section-con .section3-wrap .section3-font .s3-txt-con ol li:nth-child(odd) { margin-right: 10%; }

.section-con .section3-wrap .section3-font .s3-txt-con ol li span { display: block; }

.section-con .section3-wrap .section3-font .s3-txt-con ol li span.sp-num { font-size: 30px; color: #fff; }

.section-con .section3-wrap .section3-font .s3-txt-con ol li span.sp-type { font-size: 20px; color: #fff; margin-top: 20px; }

.section-con .section4-wrap { width: 100%; height: 100%; }

.section-con .section4-wrap .t { width: 100%; height: 100%; }

.section-con .section4-wrap .section4-font { text-align: center; }

.section-con .section4-wrap .section4-font .s4-list { width: 84%; margin: 40px auto 0; background: #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 12vh 0 8vh; -moz-box-shadow: 0 2px 10px #ECECEC; -webkit-box-shadow: 0 2px 10px #ECECEC; box-shadow: 0 2px 10px #ECECEC; }

.section-con .section4-wrap .section4-font .s4-list .s4-item { float: left; width: 33.33%; padding: 0 4%; }

.section-con .section4-wrap .section4-font .s4-list .s4-item img { display: block; width: 100px; margin: 0 auto; }

.section-con .section4-wrap .section4-font .s4-list .s4-item .s4-item-ch { font-size: 24px; color: #000063; margin-top: 20px; }

.section-con .section4-wrap .section4-font .s4-list .s4-item .s4-item-en { font-size: 24px; color: #000063; margin-top: 10px; height: 48px; overflow: hidden; }

.section-con .section4-wrap .section4-font .s4-list .s4-item p { font-size: 16px; color: #000063; margin-top: 15px; line-height: 26px; text-align: left; }

.section-con .section4-wrap .section4-font .s4-bottom { display: inline-block; margin-top: 6vh; text-align: center; position: relative; padding: 0 40px; }

.section-con .section4-wrap .section4-font .s4-bottom h4 { font-size: 24px; color: #575757; background: #fff; position: relative; z-index: 2; }

.section-con .section4-wrap .section4-font .s4-bottom span { display: block; width: 100%; height: 2px; background: #575757; position: absolute; top: 50%; left: 0; margin-top: -1px; }

.section-con .section5-wrap { width: 100%; height: 100%; }

.section-con .section5-wrap .section5-swiper { float: left; width: 50%; height: 100%; background: #10195e; position: relative; }

.section-con .section5-wrap .section5-swiper .swiper-container { height: 100% !important; }

.section-con .section5-wrap .section5-swiper .swiper-wrapper { height: 100% !important; }

.section-con .section5-wrap .section5-swiper .swiper-slide { height: 100%; position: relative; }

.section-con .section5-wrap .section5-swiper .swiper-slide a { display: block; }

.section-con .section5-wrap .section5-swiper .swiper-slide img { display: block; width: 100%; }

.section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap { position: absolute; left: 0; bottom: 0; width: 100%; background: #10195e; }

.section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap .s5-slide-con { padding: 40px 10% 60px; }

.section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap .s5-slide-con span { display: block; font-size: 20px; color: #fff; padding-left: 15px; position: relative; }

.section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap .s5-slide-con span:before { content: ''; width: 8px; height: 8px; background: #fff; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap .s5-slide-con p { font-size: 26px; color: #fff; line-height: 36px; margin-top: 20px; height: 108px; overflow: hidden; }

.section-con .section5-wrap .section5-swiper .swiper-pagination { position: absolute; right: 20px; bottom: 40px; z-index: 4; }

.section-con .section5-wrap .section5-swiper .swiper-pagination span { display: inline-block; width: 10px; height: 10px; background: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; opacity: 0.4; margin: 0 10px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.section-con .section5-wrap .section5-swiper .swiper-pagination span.swiper-pagination-bullet-active{ width: 25px; opacity: 1; }

.section-con .section5-wrap .section5-font { float: left; width: 40%; padding: 0 5% 0; height: 100%; }

.section-con .section5-wrap .section5-font .t { width: 100%; height: 100%; }

.section-con .section5-wrap .section5-font .section-tit-en { margin-top: 8vh; }

.section-con .section5-wrap .section5-font ul { width: 90%; margin-top: 10vh; }

.section-con .section5-wrap .section5-font ul li { width: 100%; padding: 30px 0; border-bottom: 1px solid #bfbfbf; }

.section-con .section5-wrap .section5-font ul li .new-type-tit { font-size: 14px; color: #10195e; padding-left: 15px; position: relative; }

.section-con .section5-wrap .section5-font ul li .new-type-tit:before { content: ''; width: 10px; height: 10px; background: #10195e; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }

.section-con .section5-wrap .section5-font ul li p { width: 100%; overflow: hidden; margin-top: 10px; line-height: 24px; }

.section-con .section5-wrap .section5-font ul li p a { display: block; float: left; font-size: 16px; color: #666; width: 80%; overflow: hidden; }

.section-con .section5-wrap .section5-font ul li p a:hover { color: #000063; }

.section-con .section5-wrap .section5-font ul li p span { display: inline-block; float: right; font-size: 14px; color: #999; }

.section-con .section5-wrap .section5-font .news-more { margin-top: 5vh; }

.section-con .section5-wrap .section5-font .news-more a { display: inline-block; font-size: 14px; color: #10195e; border: 1px solid #10195e; width: 146px; height: 44px; text-align: center; line-height: 44px; -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px; }

.section-con .section5-wrap .section5-font .news-more a:hover { color: #fff; background: #10195e; }

@media screen and (max-width: 1600px) { .section-tit-en { font-size: 38px; }
  .section-tit-ch { font-size: 32px; }
  .section-con .section1-font img { width: 46%; }
  .section-con .section1-font .wrbsiteBtn { width: 200px; height: 48px; line-height: 48px; margin-top: 40px; }
  .section-con .section1-bottom ul li a h1 { font-size: 20px; }
  .section-con .section1-bottom ul li a p { font-size: 16px; }
  .section-con .section2-list .section2-item .s2-hover { background-position: 80px 0; }
  .section-con .section2-list .section2-item .section2-item-wrap .s2-icon { width: 60px; height: 60px; }
  .section-con .section2-list .section2-item .section2-item-wrap .s2-tit-en { font-size: 28px; }
  .section-con .section2-list .section2-item .section2-item-wrap .s2-tit-ch { font-size: 18px; }
  .section-con .section3-wrap .section3-font .s3-txt-con p { font-size: 16px; }
  .section-con .section3-wrap .section3-font .s3-txt-con ol { margin-top: 20px; }
  .section-con .section3-wrap .section3-font .s3-txt-con ol li { margin-top: 30px; }
  .section-con .section3-wrap .section3-font .s3-txt-con ol li span.sp-num { font-size: 38px; }
  .section-con .section3-wrap .section3-font .s3-txt-con ol li span.sp-type { font-size: 16px; margin-top: 10px; }
  .section-con .section4-wrap .section4-font { padding-top: 50px; }
  .section-con .section4-wrap .section4-font .s4-list { padding: 4vh 0 4vh; margin: 30px auto 0; }
  .section-con .section4-wrap .section4-font .s4-list .s4-item img { width: 60px; }
  .section-con .section4-wrap .section4-font .s4-list .s4-item .s4-item-ch { font-size: 18px; }
  .section-con .section4-wrap .section4-font .s4-list .s4-item .s4-item-en { font-size: 18px; line-height: 24px; }
  .section-con .section4-wrap .section4-font .s4-list .s4-item p { font-size: 14px; margin-top: 5px; line-height: 22px; }
  .section-con .section4-wrap .section4-font .s4-bottom h4 { font-size: 18px; }
  .section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap .s5-slide-con { padding: 30px 10% 40px; }
  .section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap .s5-slide-con span { font-size: 16px; }
  .section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap .s5-slide-con p { font-size: 18px; line-height: 28px; height: 56px; }
  .section-con .section5-wrap .section5-swiper .swiper-pagination { bottom: 120px; }
  .section-con .section5-wrap .section5-font ul { margin-top: 6vh; }
  .section-con .section5-wrap .section5-font ul li { padding: 15px 0; }
  .section-con .section5-wrap .section5-font .news-more { margin-top: 4vh; }
  .section-con .section5-wrap .section5-font .news-more a { width: 120px; height: 38px; line-height: 38px; }
}
@media screen and (max-width: 1440px){
  .section-con .section3-wrap .section3-map .s3-map-con{
    width: 80%;
    margin: 0;
  }
  .section-con .section3-wrap .section3-map .s3-map-con #indexMap{
    height: 620px;
  }
}
@media screen and (max-width: 1024px) {
  .section-tit-en { font-size: 26px; }
  .section-tit-ch { font-size: 22px; margin-top: 0; }
  #section1 { height: 100vh; }
  #section2 { height: 100vh; width: 100%; }
  #section3 { padding: 40px 0; }
  .section-con .section1-font img { width: 300px; }
  .section-con .section1-font .wrbsiteBtn { width: 160px; height: 40px; line-height: 40px; }
  .section-con .section1-bottom ul li a h1 { font-size: 16px; }
  .section-con .section1-bottom ul li a p { font-size: 14px; }
  .section-con .section2-list .section2-item .section2-item-wrap .s2-tit-en { font-size: 22px; }
  .section-con .section3-wrap .section3-font { float: none; width: 100%; padding: 20px; }
  .section-con .section3-wrap .section3-font .s3-txt-con { width: 100%; }
  .section-con .section3-wrap .section3-font .s3-txt-con p { font-size: 14px; margin-top: 15px; }
  .section-con .section3-wrap .section3-font .s3-txt-con ol { max-width: 100%; }
  .section-con .section3-wrap .section3-font .s3-txt-con ol li { margin-top: 15px; }
  .section-con .section3-wrap .section3-font .s3-txt-con ol li span.sp-num { font-size: 24px; }
  .section-con .section3-wrap .section3-map { float: none; width: 100%; margin-top: 40px;}
  .section-con .section4-wrap .section4-font { padding-top: 40px; padding-bottom: 40px; }
  .section-con .section5-wrap .section5-font { width: 50%; padding: 0 20px 0; }
  .section-con .section5-wrap .section5-font .section-tit-en { margin-top: 20px; }
  .section-con .section5-wrap .section5-font ul { margin-top: 10px; }
  .section-con .section5-wrap .section5-font ul li { padding: 10px 0; }
  .section-con .section5-wrap .section5-font ul li p { margin-top: 5px; }
  .section-con .section5-wrap .section5-font ul li p a { font-size: 14px; width: 75%; }
  .section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap .s5-slide-con { padding: 20px 15px 20px; }
  .section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap .s5-slide-con p { font-size: 14px; line-height: 24px; height: 50px; }
  .section-con .section5-wrap .section5-swiper .swiper-pagination { bottom: 108px; }
  .section-con .section3-wrap .section3-map .s3-map-con{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .index-video{
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .index-video video{
    width: auto;
  }
  #section1 { background-position: center right 30%; }
  #section3 { padding: 0; }
  .section-con { position: relative; }
  .section-con .section1-font { width: auto; height: 60vh; padding: 0 20px; }
  .section-con .section1-font img { width: 200px; }
  .section-con .section1-bottom { position: absolute; left: 0; bottom: 0; width: 100%; height: auto; }
  .section-con .section1-bottom ul { border: none; }
  .section-con .section1-bottom ul li { float: none; width: auto; padding: 10px 0; border: 1px solid #fff; }
  .section-con .section1-bottom ul li:before { display: none !important; }
  .section-con .section1-bottom ul li a i { display: none; }
  .section-con .section1-bottom ul li a p { margin-top: 4px; }
  .section-con .section2-list .section2-item { float: none; width: 100%; height: 33.33%; padding: 40px 20px; }
  .section-con .section2-list .section2-item .s2-hover { background-position: right center; }
  .section-con .section2-list .section2-item .s2-hover.h01 { -moz-background-size: 28%; background-size: 28%; }
  .section-con .section2-list .section2-item .s2-hover.h02 { -moz-background-size: 28%; background-size: 28%; }
  .section-con .section2-list .section2-item .s2-hover.h03 { -moz-background-size: 28%; background-size: 28%; }
  .section-con .section2-list .section2-item .section2-item-wrap { 
    padding: 0 20px;
    width: 100%;
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%); 
  }
  .section-con .section2-list .section2-item .section2-item-wrap .s2-icon { 
    display: none;
    width: 40px; 
    height: 40px; 
  }
  .section-con .section2-list .section2-item .section2-item-wrap .s2-tit-en { font-size: 20px; }
  .section-con .section2-list .section2-item .section2-item-wrap .s2-tit-ch { font-size: 16px; }
  .section-con .section2-list .section2-item .section2-item-wrap p {
      display: none; 
    margin-top: 10px; 
  }
  .section-con .section3-wrap .section3-map .s3-map-con {
    width: 100%;
    margin: 0 auto;
    overflow-x:scroll;
  }
  .section-con .section3-wrap .section3-map .s3-map-con .branch-map .branch-map-data { width: 100% !important; height: 100px; top: inherit !important; left: 0 !important; bottom: -110px !important; }
  .section-con .section3-wrap .section3-map .s3-map-con .branch-map .branch-map-data:before { display: none; }
  .section-con .section3-wrap .section3-font { margin-top: 0; }
  .section-con .section4-wrap .section4-font .s4-list { width: 95%; padding: 20px 0; }
  .section-con .section4-wrap .section4-font .s4-list .s4-item { width: 100%; padding: 20px 20px; }
  .section-con .section4-wrap .section4-font .s4-list .s4-item .s4-item-en { height: auto; }
  .section-con .section4-wrap .section4-font .s4-bottom { margin-top: 30px; }
  .section-con .section5-wrap .section5-swiper { float: none; width: 100%; }
  .section-con .section5-wrap .section5-font { float: none; width: 100%; padding-bottom: 40px; }
  .section-con .section3-wrap .section3-map .s3-map-con #indexMap {
    height: 480px;
  }

  .section-con .section5-wrap .section5-swiper .swiper-slide .s5-slide-wrap{
    position: inherit; 
    left: inherit;
    bottom: inherit;
  }
  .section-con .section5-wrap .section5-swiper .swiper-pagination{
    bottom: 0;
    width: 100%;
    right: inherit;
  }
}

@media screen and (max-width: 480px) {
  .section-con .section5-wrap .section5-font ul li p a { width: 68%; }
  .section-con .section3-wrap .section3-map .s3-map-con #indexMap {
    width: 800px;
    left: 90%;
    transform: translateX(-50%);
    height: 600px;
  }
  .section-con .section3-wrap .section3-map .t{
    display: block;
  }
  .section-con .section3-wrap .section3-map .t .c{
    display: block;
  }
}
