body {
  color: #666;
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  font-size: 16rem;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  /*width: 100%;max-width: 100%;*/
  vertical-align: middle;
}

.flexCenter{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexStart{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexBetween{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexAround{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexEnd{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexColumn{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.clearfix:after{
  content: '';
  display: block;
  clear: both;
  width: 0;height: 0;
}
.fl{float: left;}
.fr{float: right;}

.w{width: 90%;margin:auto;}


.shub{width: 40rem;height: 40rem;position: absolute;left: 0;right:0 ;bottom: 30rem;z-index: 900;margin: auto;}
.shub img{width: 100%;}



/* 第一屏  */

/* 头部导航 */
.head{position: absolute;top: 0;left: 0;height: 100rem;width: 100%;z-index: 800;}
.head .w{height: 100%;}
.section1 .topnav{height: 100%;}
.section1 .topnav .logo2{display: none;}
.section1 .topnav .logo p{font-size: 36rem;color: #fff;font-weight: bold;margin-left: 10rem;}
.section1 .topnav .logo img{width: 165rem;}
.section1 .topnav .logo2 img{width: 165rem;}
.section1 .topnav .logo2 p{font-size: 36rem;color: #0f0f0f;font-weight: bold;margin-left: 10rem;}
.section1 .topnav>.nav_lists>div{height: 100%;color: #fff;font-size: 18rem;text-align: center;line-height: 100rem;margin-left: 60rem;position: relative;}
.section1 .topnav>.nav_lists>div:first-child{margin-left: 0;}
.section1 .topnav>.nav_lists>div>a{display: block;height: 97rem;padding: 0 5rem;border-bottom: 3rem solid transparent;}
.section1 .topnav>.nav_lists>div:hover>a{border-color: #00a0e9;}
.section1 .topnav .ss_box .img2{display: none;}
.section1 .topnav .ss_box{cursor: pointer;}

.head:hover{background: #fff;}
.head:hover .topnav .logo2{display: flex;}
.head:hover .topnav .logo{display: none;}
.head:hover .topnav>img:nth-child(1){display: none;}
.head:hover .topnav>img:nth-child(2){display: block;}
.head:hover .topnav>.nav_lists>div{color: #000;}
.head:hover .topnav .ss_box .img2{display: block;}
.head:hover .topnav .ss_box .img1{display: none;}


.ss_container{position: absolute;right: 5%;top: 100%;display: none;}
.ss_container #key{width: 200px;height: 35px;border: 0;outline: none;font-size: 14px;color: #000;padding-left: 10px;box-sizing: border-box;}
.ss_container div{width: 35px;height: 35px;background: #fff;cursor: pointer;}
.ss_container div img{width: 50%;}




    /* 二级导航 */
.nav_lists>div>div{width: 200vw;height: 55rem;position: absolute;top: 100%;left: 50%;transform: translate(-50%); background: rgba(0, 0, 0, .2);display: none;}
.nav_lists>div>div .erlist{height: 100%;}
.nav_lists>div>div .erlist a{margin:0 30rem;color: #fff;font-size: 18rem;line-height: 55rem;}
.nav_lists>div>div .erlist a:hover{color: #00a0e9;}


.nav_lists>div:hover>div{display: block;}


/* 轮播 */
.section1 .idxbanner{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 200;overflow: hidden;}
.section1 .idxbanner .swiper,.idxbanner .swiper-slide{width: 100%;height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #464646;
  position: relative;
}
.section1 .idxbanner .swiper-slide video{position: absolute;width: 100%;height: 100vh;z-index: 100;object-fit: cover;}
.section1 .idxbanner .swiper-slide .mengban{position: absolute;width: 100%;height: 100vh;z-index: 200;background: rgba(51,112,255,.2);}
.section1 .idxbanner .bannerzi{font-size: 120rem;color: #fff;text-align: center;width: 100%;height: 120rem;position: absolute;top: 35%;margin: auto;font-weight: bold;z-index: 500;}

/* 底部 */
.foot{margin: auto;background-image: url(../images/img8.jpg);background-size:cover;}
.foot .top{border-bottom: 1px solid #4a85c6;padding: 50rem 0;}
.foot .top .d_logo img{width: 200rem;}
.foot .top .d_logo p{font-size: 20rem;color: #fff;margin-top: 15rem;}
.foot .list>div{margin-left: 90rem;}
.foot .list>div p{font-size: 18rem;margin-bottom: 25rem;color: #fff}
.foot .list>div a{font-size: 16rem;display: block;margin-bottom: 16rem;color: #cbe1ff;}
.foot .bot{padding: 15rem 0; font-size: 15rem;color: #fff;text-align: center;}
.foot .middle{padding: 30rem 0;border-bottom: 1px solid #4a85c6;}
.foot .middle .left{width: 40%;}
.foot .middle .left div{margin: 10rem 0;}
.foot .middle .left div p{font-size: 16rem;color: #fff;margin-left: 10rem;}
.foot .middle .code{margin-right: 5%;position: relative;}
.foot .middle .code:hover .ewm{display: block;}
.foot .middle .code .wx{width: 45rem;cursor: pointer;}
.foot .middle .code .ewm{display: none; left: 50%;transform: translate(-50%); position: absolute;bottom: 70rem;width: 125rem;height: 125rem;background: #fff;border-radius: 15rem;}
.foot .middle .code .ewm:after{content: '';position: absolute;width: 22rem;height: 11rem;background: url(../images/sj.png);background-size: 100% 100%;bottom: -11rem;left: 50%;transform: translate(-50%);}
.foot .middle .code .ewm img{width: 90%;height: 90%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}

.section .body{position: absolute;width: 90%;left: 5%;top: 50%;transform: translateY(-50%);}



/* 第二屏  */
.section2{
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #464646;
}
.section2 .body{width: 100%;left: 0;}

.section2 .left{width: 50%;padding-left: 5%;box-sizing: border-box;}
.section2 .left .top{position: relative;}
.section2 .left .top h2{font-size: 42rem;color: #606060;font-weight: bold;}
.section2 .left .top h2 span{color: #1d61bf;}
.section2 .left .top h3{font-size: 39rem;color: #d9e3ea;font-weight: normal;position: absolute;bottom: -15rem;z-index: -1;}
.section2 .left .con{font-size: 16rem;color: #181818;line-height: 250%;margin-top: 50rem;padding-right: 5%;}
.section2 .list{padding-top: 40rem;margin-top: 40rem;border-top: 2px solid #f6f0eb;}
.section2 .list li p:first-child{font-size: 18rem;color: #202121;}
.section2 .list li h3{font-size: 32rem;color: #1e62c0;font-weight: bold;}
.section2 .list li img{margin-left: 70rem;}
.section2 .list li p:last-child{font-size: 17rem;color: #4d4d4d;margin-left: 90rem;margin-top: -10rem;}
.section2 .left .more{width: 150rem;height: 40rem;border: 1px solid #1979aa;font-size: 16rem;color: #1979aa;border-radius: 40rem;margin-top: 80rem;}
.section2 .left .more img{margin-left: 10rem;margin-top: 3rem;}
.section2 .right{height: 100vh;width: 50%;background: url(../images/session2.png) no-repeat;background-size: 100% 100%;}


.section2 .slideBox{position: relative;height: 100%;}
.section2 .slideBox .hd{width: 100%;height: 100%;}
.section2 .slideBox .hd ul{position: absolute;height: 60%;top: 20%;width: 100%;}
.section2 .slideBox .hd ul li{width: 50rem;height: 50rem;background: url(../images/wxz.png);background-size: 100% 100%;position: absolute;}
.section2 .slideBox .hd ul li p{position: absolute;font-size: 16rem;color: #4d4d4d;bottom: -30rem;left: 50%;transform: translate(-50%);}
.section2 .slideBox .hd ul li:nth-child(1){left: 40rem;top: 0;}
.section2 .slideBox .hd ul li:nth-child(2){left: 90rem;top: 20%;}
.section2 .slideBox .hd ul li:nth-child(3){left: 160rem;top: 40%;}
.section2 .slideBox .hd ul li:nth-child(4){left: 250rem;top: 60%;}
.section2 .slideBox .hd ul li:nth-child(5){left: 365rem;top: 80%;}
.section2 .slideBox .hd ul li:nth-child(6){left: 520rem;top: 100%;}
.section2 .slideBox .hd ul li:nth-child(1).on{left: 30rem;}
.section2 .slideBox .hd ul li:nth-child(2).on{left: 90rem;}
.section2 .slideBox .hd ul li:nth-child(3).on{left: 160rem;}
.section2 .slideBox .hd ul li:nth-child(4).on{left: 260rem;}
.section2 .slideBox .hd ul li:nth-child(5).on{left: 370rem;}
.section2 .slideBox .hd ul li:nth-child(6).on{left: 535rem;}
.section2 .slideBox .hd ul li.on{width: 75rem;height: 75rem;background: url(../images/xz.png);background-size: 100% 100%;}
.section2 .slideBox .bd{position: absolute;width: 70%;height: 200rem;background: #fff;border-radius: 170rem;right: 10%;top: 15%;}
.section2 .slideBox .bd .tempWrap{margin-left: 20rem;}
.section2 .slideBox .bd>img{height: 100% !important;width: auto !important;}
.section2 .slideBox .bd li{margin: 0;padding: 0;width: 350rem;}
.section2 .slideBox .bd li h3{font-size: 24rem;color: #4d4d4d;margin-bottom: 10rem;}
.section2 .slideBox .bd li .con{font-size: 14rem;color: #4d4d4d;line-height: 200%;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.section2 .slideBox .prev,
.section2 .slideBox .next{position:absolute;top:50%; margin-top:-11px; display:block; width:12px; height:22px;}
.section2 .slideBox .prev{right: 10%;}
.section2 .slideBox .next{right: 5%;}





/* 第三屏  */
.section3{
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #464646;
}

.section3 .left{width: 60%;position: relative;}
.section3 .left .top{position: absolute;top: 10%;left: 10%;width: 90%;}
.section3 .left .top h3{font-size: 42rem;color: #fff;font-weight: bold;position: relative;z-index: 1;}
.section3 .left .top h4{font-size: 42rem;color: #7fb0e4;font-weight: normal;position: absolute;bottom: -10rem;}
.section3 .left .xiamian{position: absolute;padding-left: 10%;box-sizing: border-box; width: 70%;height: 130rem;background: url(../images/bot.jpg) no-repeat;background-size: 100%;bottom: 80rem;}
.section3 .left .xiamian .key{font-size: 140rem;color: #fff;font-family: Impact;position: relative;bottom: 50rem;}
.section3 .left .xiamian .key:after{content: ''; position: absolute;width: 100%;height:2px;left: 0;bottom: 10rem;background: #fff;}
.section3 .left .xiamian .tit h3{font-size: 38rem;color: #fff;font-weight: normal;}
.section3 .left .xiamian .tit p{font-size: 16rem;color: #fff;}
.section3 .left .xiamian .tit{position: absolute;left: 45%;top: 50%;transform: translateY(-50%);}
.section3 .left .xiamian .prev_next{position: absolute;right: -79rem;top: 50%;transform: translateY(-50%); width: 158rem;height: 52rem;background: url(../images/bg2.png);background-size: 100% 100%;}
.section3 .swiper-button-next:after{display: none;}
.section3 .swiper-button-prev:after{display: none;}
.section3 .swiper-button-next{right: 15%;}
.section3 .swiper-button-prev{left: 15%;}

.section3 .right{width: 40%;}
.section3 .right ul li a{display: block;padding: 40rem 8%;}
.section3 .right ul li{border-bottom: 1px solid #f0f0f0;}
.section3 .right ul li .shang h3{width: 70%;font-size: 20rem;color: #000;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.section3 .right ul li .shang p{font-size: 14rem;color: #a7a7a7;}
.section3 .right ul li .jianjie{font-size: 14rem;color: #939393;margin-top: 15rem; line-height: 200%;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.section3 .right ul li:hover .shang h3{color: #1782dd;}

.section3 .look_more{text-align: right;margin-top: 20px;padding-bottom: 10px;}
.section3 .look_more a{font-size: 14px;color:#888;padding-bottom:8px;border-bottom: 1px solid #888;}
.section3 .look_more a:hover{color: #1782dd;border-color: #1782dd;}


/* 第四屏  */
.section4{
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #464646;
}
.section4 .body{width: 100%;left: 0;}


.section4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #fd6a18;}
.section4 .swiper-button-next{bottom: 80rem;top: auto;right: 47%;}
.section4 .swiper-button-next:after{display: none;}
.section4 .swiper-button-prev{bottom: 80rem;top: auto;left: 47%;}
.section4 .txt{position: absolute; bottom: 40rem;left: 50%;transform: translate(-50%);font-size: 14rem;color: #fff;}
.section4 .icon10{position: absolute;bottom: 80rem;left: 50%;transform: translate(-50%);}
.section4 .swiper-button-prev:after{display: none;}
.section4 .swiper-wrapper{padding-bottom: 200rem;}
.section4 .swiper-wrapper a{display: block;position: relative;}
.section4 .swiper-wrapper a img{width: 100%;}
.section4 .swiper-wrapper a h3{position: absolute;font-size: 33rem;font-weight: bold;top: 40%;left: 50%;transform: translate(-50%);color: #fff;}
.section4 .swiper-wrapper a h3:after{content: '';position: absolute;width: 90px;height: 2px;background: #fff;left: 50%;margin-left: -45px;bottom: -10px;}
.section4 .body>h2{font-size: 49rem;font-weight: bold;text-align: center;color: #fff;}
.section4 .body>p{font-size: 16rem;text-align: center;color: #fff;margin-bottom: 100rem;margin-top: 10rem;}
.section4 .swiper-pagination{bottom: 0 !important;top: auto;width: 40%;left: 30%;}
.section4 .swiper-slide{overflow: hidden;}
.section4 .swiper-slide:hover img{transform: scale(1.1);}
.section4 .swiper-slide img{transition: 1s;}


/* 第五屏  */
.section5{
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #464646;
}
.section5 .top .left h3{font-size: 48rem;color: #000;font-weight: normal;}
.section5 .top .left .con{font-size: 16rem;color: #6e6e6e;line-height: 200%;margin-top: 20rem;}
.section5 .top .right{width: 150rem;height: 45rem;border: 2px solid #1d539d;font-size: 16rem;color:#1d539d;border-radius: 45rem;}
.section5 .top .right img{margin-left: 5rem;margin-top: 2rem;}

.section5 .protype{margin-top: 80rem;}
.section5 .protype ul li{width: 32%;margin-right: 2%;}
.section5 .protype ul li:nth-child(3n){margin-right: 0;}
.section5 .protype ul li a{display: block;overflow: hidden;position: relative;}
.section5 .protype ul li a img{width: 100%;transition: 1s;}
.section5 .protype ul li:hover a img{transform: scale(1.1);}
.section5 .protype ul li a h3{font-size: 32rem;line-height: 70rem;padding-left: 25rem;box-sizing: border-box; color: #fff;font-weight: normal;position: absolute;left: 0;top: 35rem;height: 70rem;width: 300rem;background: url(../images/bg9.png);background-size: 100% 100%;}







/* 第六屏  */

.section6{
  height: auto!important;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #000;
}



.opacity{opacity: 0;}

/* 自适应 */
.phone{display: none;opacity: 0;}

/*手机导航*/
.daohang{display: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 999;background: rgba(0,0,0,.8);}
.daohang .close{width: 70rem;height: 70rem;color: #fff;float: right;margin-right: 3%;margin-top: 20rem;text-align: center;line-height: 50rem;font-size: 60rem}
.daohang ul{display: block;width: 100%;margin-top: 100rem}
.daohang ul li{width: 100%;display: block;text-align: center;color: #fff;height: 80rem;line-height: 80rem;font-size: 28rem}

@media screen and (max-width:1600px){
  .section1 .topnav>.nav_lists>div {
    font-size: 16px;
  }
  .nav_lists>div>div .erlist a{
    font-size: 16px;
  }
  .nav_lists>div>div{
    height: 50px;
  }
  .section2 .left .con{
    font-size: 14px;
  }
  .section2 .list li p:first-child {
    font-size: 14px;
  }
  .section2 .list li p:last-child {
    font-size: 14px;
  }
  .section3 .right ul li .shang h3{
    font-size: 18px;
  }
  .section3 .right ul li .shang p{
    font-size: 14px;
  }
  .section3 .right ul li .jianjie{
    font-size: 14px;
  }
  .section3 .right ul li a{
    padding: 25rem 8%;
  }
  .section4 .body>p{
    font-size: 16px;
  }
  .section4 .txt{font-size: 16px;}
  .section5 .top .left .con{
    font-size: 16px;
  }
  .foot .list>div p{
    font-size: 16px;
  }
  .foot .list>div a{
    font-size: 14px;
  }
  .foot .middle .left div p{
    font-size: 14px;
  }
}

@media only screen and (max-width: 982px) {
  .section .body{width: 94%;left: 3%;}


  .section1 .topnav>.nav_lists>div {
    font-size: 16px;
  }
  .nav_lists>div>div .erlist a{
    font-size: 16px;
  }
  .nav_lists>div>div{
    height: 50px;
  }
  .section2 .left .con{
    font-size: 14px;
  }
  .section2 .list li p:first-child {
    font-size: 14px;
  }
  .section2 .list li p:last-child {
    font-size: 14px;
  }
  .section3 .right ul li .shang h3{
    font-size: 18px;
  }
  .section3 .right ul li .shang p{
    font-size: 14px;
  }
  .section3 .right ul li .jianjie{
    font-size: 14px;
  }
  .section3 .right ul li a{
    padding: 25rem 8%;
  }
  .section4 .body>p{
    font-size: 16px;
  }
  .section4 .txt{font-size: 16px;}
  .section5 .top .left .con{
    font-size: 14px;
  }
  .foot .bot{font-size: 14px;padding: 10px 0;}
  


  .pc{display: none!important;opacity: 0;}
  .phone{display: block!important;opacity: 1;}
  .w{width: 92%;}

  .head2{height: 100rem;position: relative;z-index: 99;background: #fff;}
  .head2 .w{height: 100%;}
  .head2 .logo2 img{width: 165rem;}
  .head2 .logo2 p{font-size: 36rem;color: #0f0f0f;font-weight: bold;margin-left: 10rem;}

  .shub {
    width: 60rem;
    height: 60rem;
  }


  .head2{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;background: #fff;}
  .inc_nav{height: 70rem;padding: 0 3%;}
  .inc_nav .nav{display: none;}
  .inc_nav .nav img{
    width: 28rem;
  }
  .ertype li a {
    display: block;
    height: 67rem;
    line-height: 70rem;
  }

  .head:hover{background: none;}
  .head .phonetopnav{height: 100%;}
  .head .phonetopnav>div.fl{height: 100%;}
  .head .phonetopnav>div.fr{height: 80%;}
  .head .phonetopnav>div img{height: 100%;width: auto;}

  .daohang ul li{font-size: 16px;}

  .section2 .left .top h2{font-size: 30px;}
  .section2 .left .top h3{font-size: 26px;}
  .section2 .body{width: 94%;left: 3%;}
  .section2 .left{width:100%;padding: 0;}
  .section2 .left .con{padding: 0;}
  .section2 .left .more {
    width: 220rem;
    height: 35px;
    border: 1px solid #1979aa;
    font-size: 14px;
    color: #1979aa;
    border-radius: 35px;
    margin-top: 80rem;
  }


  .section5 .protype{margin-top: 80rem;}
  .section5 .protype ul li{width: 48.5%;margin-right: 3%;margin-bottom: 20rem;}
  .section5 .protype ul li:nth-child(2n){margin-right: 0;}
  .section5 .protype ul li:nth-child(3n){margin-right: 3%;}


  .section4 .swiper-button-next{bottom: 100rem;top: auto;right: 30%;}
  .section4 .swiper-button-prev{bottom: 100rem;top: auto;left: 30%;}
  .section4 .icon10{position: absolute;bottom: 100rem;left: 50%;transform: translate(-50%);}
  .section4 .swiper-wrapper{padding-bottom: 300rem;}
  .section4 .swiper-pagination{bottom: 0 !important;top: auto;width: 80%;left: 10%;}


  .section3 .left{width: 100%;position: relative;margin-bottom: 40rem;}
  .section3 .left .top{position: absolute;top: 10%;left: 10%;width: 90%;}
  .section3 .left .top h3{font-size: 42rem;color: #fff;font-weight: bold;position: relative;z-index: 1;}
  .section3 .left .top h4{font-size: 42rem;color: #7fb0e4;font-weight: normal;position: absolute;bottom: -10rem;}
  .section3 .left .xiamian{position: absolute;padding-left: 10%;box-sizing: border-box; width: 90%;height: 150rem;background: url(../images/bot.jpg) no-repeat;background-size: 100%;bottom: 80rem;}
  .section3 .left .xiamian .key{font-size: 140rem;color: #fff;font-family: Impact;position: relative;bottom: 50rem;}
  .section3 .left .xiamian .key:after{content: ''; position: absolute;width: 100%;height:2px;left: 0;bottom: 10rem;background: #fff;}
  .section3 .left .xiamian .tit h3{font-size: 32rem;color: #fff;font-weight: normal;}
  .section3 .left .xiamian .tit p{font-size: 14rem;color: #fff;}
  .section3 .left .xiamian .tit{position: absolute;left: 36%;top: 50%;transform: translateY(-50%);}
  .section3 .left .xiamian .prev_next{position: absolute;right: -70rem;top: 50%;transform: translateY(-50%); width: 140rem;height: 60rem;background: url(../images/bg2.png);background-size: 100% 100%;}
  .section3 .swiper-button-next:after{display: none;}
  .section3 .swiper-button-prev:after{display: none;}
  .section3 .swiper-button-next{right: 15%;width: 20rem;}
  .section3 .swiper-button-next img{width: 100%;}
  .section3 .swiper-button-prev{left: 15%;width: 20rem;}
  .section3 .swiper-button-prev img{width: 100%;}

  .section3 .right{width: 100%;}
  .section3 .right ul li a{display: block;padding: 30rem 3%;}
  .section3 .right ul li{border-bottom: 1px solid #f0f0f0;}
  .section3 .right ul li:nth-child(3){display: none;}
  .section3 .right ul li .shang h3{width: 70%;font-size: 16px;}
  .section3 .right ul li .shang p{font-size: 14px;color: #a7a7a7;}
  .section3 .right ul li .jianjie{font-size: 14px;color: #939393;margin-top: 15rem; line-height: 200%;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;}



}

.fp-watermark{display: none;}