﻿.swiperbtn {outline:medium;}
.index .logo{background-image: url(../images/logo.png); background-size: 100%;width: 140px; height: 120px;}
.index .header{background: none;padding: 52px 25px;}
.index .navbar-nav>li .dropnav{top: 0; background-color:rgba(255,255,255,0.65);}
.index .navbar-default .navbar-nav>.open>a, .index .navbar-default .navbar-nav>.open>a:focus, .index .navbar-default .navbar-nav>.open>a:hover{position: relative; z-index: 1001;}
.index .navbar-default .navbar-toggle .icon-bar{background-color: #fff;}
.index .language, .index .language a{color: #fff;}
.index .language .radius-half{color: #727272;background:url(../images/search.png) no-repeat center;margin-right:50px;}
.index .language i{background: #fff}

@media (min-width: 1440px) and (max-width: 1680px) {
    .index .logo{background-image: url(../images/logo.png); background-size: 100%;width: 120px; height: 103px;}
/*    .navbar-nav .vr{position:absolute;top:-5px;cursor:pointer}
    .navbar-nav .vr img{width:113px;height:45px;}*/
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .index .logo{background-image: url(../images/logo.png); background-size: 100%;width: 100px; height: 86px;}
/*    .navbar-nav .vr{position:absolute;top:-5px;cursor:pointer}
    .navbar-nav .vr img{width:113px;height:45px;}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    .index .logo{background-image: url(../images/logo.png); background-size: 100%;width: 100px; height: 86px;}
    /*.navbar-nav .vr{position:absolute;top:-5px;cursor:pointer}
    .navbar-nav .vr img{width:113px;height:45px;}*/
}
@media (min-width: 768px) and (max-width: 991px) {
    .index .logo{background-image: url(../images/logo.png); background-size: 100%;width: 100px; height: 86px;}
}
@media (max-width: 768px){
    .index .header{background: none;padding: 10px 15px;}
    .index .logo{background-image: url(../images/logo.png); background-size: 100%;width: 37px; height: 32px;top:15px;}
    .navbar-nav .vr{display:none}
}


.idx-banner{background-color:#000;height:100vh}
.idx-banner .swiper-container{width: 100%; z-index: 0; height: 100%;}
.idx-banner .swiper-slide{background-color: rgba(0,0,0,.5);}
.idx-banner .swiper-wrapper, .idx-banner [data-swiper-parallax]{will-change:transform}
.idx-banner .headbg{position:absolute;z-index:0;width:100%;height: 100%;background-repeat:no-repeat;background-size:cover;background-position:center center;-webkit-animation-fill-mode: both; animation-fill-mode: both;}
.idx-banner .headbg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.1);background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 30%);background-image:linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 30%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);z-index: 1;}
.idx-banner .textbox{position: absolute; left:0; top: 0; width: 100%; height: 100%; color: #fff; text-align: center;}
.idx-banner .weui-cell{width: 100%; height: 100%;}
.idx-banner .en{display: inline-block; text-align: left; font-size: 16px; line-height: 22px; font-weight: 300; opacity: .5; text-shadow: 0 1px 16px rgba(0,0,0,.16); -webkit-animation: fadeOutUp 2s; animation: fadeOutUp 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.idx-banner .cn{margin-top: .3rem; font-size: .5rem; text-shadow: 0 1px 16px rgba(0,0,0,.16); -webkit-animation: fadeOutDown 2s; animation: fadeOutDown 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.idx-banner .swiper-slide-active .headbg{-webkit-animation: scaleBigToSmall 4s; animation: scaleBigToSmall 4s;}
.idx-banner .swiper-slide-active .en{opacity: .5; -webkit-animation: fadeInDown 1.5s; animation: fadeInDown 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.idx-banner .swiper-slide-active .cn{-webkit-animation: fadeInUp 1.5s; animation: fadeInUp 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.idx-banner .swiper-slide-active .cn img {max-width:80%;}
.idx-banner .swiper-button-prev, .idx-banner .swiper-button-next{top: 25%; left: 36%; right: 0; width: 34px; height: 34px; border: 1px solid transparent; background: none; -webkit-border-radius: 50%; border-radius: 50%;}
.idx-banner .swiper-button-next{margin-top: 20px;}
.idx-banner .swiper-button-prev::before, .idx-banner .swiper-button-next::before{position: absolute; display: block; content: ""; left: 50%; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff;}
.idx-banner .swiper-button-prev::before{margin-left: -3px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.idx-banner .swiper-button-next::before{margin-left: -5px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}


.idx-banner .swiper-pagination{right: .5rem;left: auto;top: 50%;bottom: auto;width: auto;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.idx-banner .swiper-pagination-bullets .swiper-pagination-bullet{display: block;width: 8px;height: 8px;opacity: 1;transition: all .5s;background: transparent;background: #fff;position: relative;margin: 20px 0;}
.idx-banner .swiper-pagination-bullets .swiper-pagination-bullet::after{content: "";display: block;width: 8px;height: 8px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;border-radius: 100%;transition: all .5s;}
.idx-banner .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #ffffff;}
.idx-banner .swiper-pagination-bullets .swiper-pagination-bullet-active::after{width: 16px;height: 16px;border: 1px solid #ffffff;}

@media (min-width: 640px){.idx-banner .en{margin-left: -10%;}}
@media (min-width: 1200px){.idx-banner .swiper-button-prev:hover, .idx-banner .swiper-button-next:hover{border-color: #fff;}}
@media (max-width: 639px){
.idx-banner .swiper-pagination-bullet{margin: 0 !important;}
}
@media (max-width: 767px){
    
}

.div1 {float:left;background-position: center top;background-size: cover;background-image:url(../images/aboutus.jpg); background-attachment: fixed;background-repeat: no-repeat;width:100%;padding:153px 0px 159px}
.div1 img {float:right;}


@media (max-width: 1600px){

}
@media (max-width: 1440px){
    .div1 {padding:133px 0px 139px}
    .div1 img {width:70%;}
}
@media (max-width: 1360px){
    .div1 {padding:123px 0px 129px}
    .div1 img {width:70%;}
}
@media (max-width: 1199px){
    .div1 {padding:100px 0px 100px}
}
@media (max-width: 992px){

}
@media (max-width: 767px){
    .div1 {background:none; padding:100px 0px 100px}
    .div1 img {width:100%;}
    .div1::before {content: ' ';position: fixed;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: url(../images/aboutus-wap.jpg) center 0 no-repeat;background-size: cover;}
}


.div2 {float:left;width:100%;background:#39404a;}
.div2 .title {float:left;width:405px;margin-top:70px;}
.div2 .title .p1 {float:left; font-size:44px;color:#fff; line-height:60px;text-transform:uppercase;width:100%;}
.div2 .title .p2 {float:left; font-size:44px;color:#fff; line-height:50px;text-transform:uppercase;font-weight:bold}
.div2 .title .p2 span {font-weight:normal;font-size:30px;}

.div2 .category {float:right;margin-bottom:0px;padding-left:0px;}
.div2 .category li{float:left;height:285px;text-align:center;position:relative}
.div2 .category li a{float:left;width:100%;height:285px;display:block;padding:0px 90px;}
.div2 .category li img {display:block;margin:0 auto;margin-bottom:10px;margin-top:90px;transition:all .5s ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.div2 .category li p {font-size:18px;color:#fff;transition:all  .5s  ease-in;-moz-transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.div2 .category li p  span{font-size:9px;text-transform:uppercase;margin-top:10px;}

.div2 .category li i{position: absolute; display: block; content: ""; left: 0; bottom: 0; width: 0px; height: 6px; background: #93b9f7; -webkit-transition: all 0.5s; transition: all 0.5s;}
.div2 .category li:hover i{width: 100%;}
.div2 .category li a:hover img{transform:translateY(-18px);}
.div2 .category li a:hover p{transform:translateY(-18px);color:#93b9f7}

.div2 .category li.hover i{width: 100%;}
.div2 .category li.hover img{transform:translateY(-18px);}
.div2 .category li.hover p{transform:translateY(-18px);color:#93b9f7}


.pmplist {float:left;width:100%;}
.pmplist .left{float:left;width:50%;position:relative}
.pmplist .right{float:left;width:50%;position:relative}
.pmplist .right .top{float:left;width:100%;position:relative}
.pmplist .right .bottom{float:left;width:100%;}

.img-box-v1 {float:left;width:100%;position:relative;}
.overlay2 {width: 100%;position: absolute;overflow: hidden;left: 0;top: auto;bottom: 0;opacity: 0;color: #ffffff;transition-duration: 0.5s;z-index: 3;height:100%;vertical-align:middle;}
.blue {background:#3075af}
.img-box-v1 img {width:100%;}
.img-box-v1:hover .overlay2 {opacity: 0.78; }
.overlay2 .content {top:38%; position:absolute; width:100%;}
.overlay2 .content h4 {font-size:36px;}
.overlay2 .content div {font-size:18px;padding:30px 0px 40px}
.overlay2 .content span {font-size:14px; padding:8px 30px;border-radius:20px;background:#fff;color:#626262}

.Tmt1 {width:100%;height:60px;line-height:60px;background:#3cb3c4;position:absolute;left:0px;top:0px;text-align:center;color:#fff;font-size:16px;font-weight:bold;letter-spacing:10px;}
.Tmt3 {width:100%;height:60px;line-height:60px;background:#3cb3c4;position:absolute;left:0px;bottom:0px;text-align:center;color:#fff;font-size:16px;font-weight:bold;letter-spacing:10px;}
.Tmt2 {width:60px;height:100%;background:#3cb3c4;position:absolute;right:0px;top:0px;text-align:center;color:#fff;font-size:16px;font-weight:bold;letter-spacing:10px;-webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;padding-right:15px;}

@media (min-width: 1440px) and (max-width: 1680px) {
     .div2 .title {float:left;width:325px;margin-top:70px;}
    .div2 .title .p1 {float:left; font-size:30px;color:#fff; line-height:50px;text-transform:uppercase;width:100%;}
    .div2 .title .p2 {float:left; font-size:30px;color:#fff; line-height:40px;text-transform:uppercase;font-weight:bold}
    .div2 .title .p2 span {font-weight:normal;font-size:20px;}

    .div2 .category li{float:left;height:255px;text-align:center;position:relative}
    .div2 .category li a{float:left;width:100%;height:255px;display:block;padding:0px 60px;}
}
@media (min-width: 1360px) and (max-width: 1439px) {
    .div2 .title {float:left;width:285px;margin-top:70px;}
    .div2 .title .p1 {float:left; font-size:28px;color:#fff; line-height:45px;text-transform:uppercase;width:100%;}
    .div2 .title .p2 {float:left; font-size:28px;color:#fff; line-height:45px;text-transform:uppercase;font-weight:bold}
    .div2 .title .p2 span {font-weight:normal;font-size:18px;}

    .div2 .category li{float:left;height:235px;text-align:center;position:relative}
    .div2 .category li a{float:left;width:100%;height:235px;display:block;padding:0px 45px;}

    .overlay2 .content {top:38%; position:absolute; width:100%;}
    .overlay2 .content h4 {font-size:28px;}
    .overlay2 .content div {font-size:16px;padding:30px 0px 40px}
    .overlay2 .content span {font-size:13px; padding:8px 30px;border-radius:20px;background:#fff;color:#626262}

}
@media (min-width: 1200px) and (max-width: 1359px) {
    .div2 .title {float:left;width:285px;margin-top:70px;}
    .div2 .title .p1 {float:left; font-size:28px;color:#fff; line-height:45px;text-transform:uppercase;width:100%;}
    .div2 .title .p2 {float:left; font-size:28px;color:#fff; line-height:45px;text-transform:uppercase;font-weight:bold}
    .div2 .title .p2 span {font-weight:normal;font-size:18px;}

    .div2 .category li{float:left;height:235px;text-align:center;position:relative}
    .div2 .category li a{float:left;width:100%;height:235px;display:block;padding:0px 35px;}

    .overlay2 .content {top:38%; position:absolute; width:100%;}
    .overlay2 .content h4 {font-size:28px;}
    .overlay2 .content div {font-size:16px;padding:30px 0px 40px}
    .overlay2 .content span {font-size:13px; padding:8px 30px;border-radius:20px;background:#fff;color:#626262}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .div2 .title {float:left;width:245px;margin-top:70px;}
    .div2 .title .p1 {float:left; font-size:24px;color:#fff; line-height:40px;text-transform:uppercase;width:100%;}
    .div2 .title .p2 {float:left; font-size:24px;color:#fff; line-height:40px;text-transform:uppercase;font-weight:bold}
    .div2 .title .p2 span {font-weight:normal;font-size:18px;}

    .div2 .category li{float:left;height:215px;text-align:center;position:relative}
    .div2 .category li a{float:left;width:100%;height:215px;display:block;padding:0px 25px;}
    .overlay2 .content h4 {font-size:24px;}
    .overlay2 .content div {font-size:14px;padding:20px 0px 30px}
}
@media (min-width: 768px) and (max-width: 991px) {

    /*.overlay2 .content {top:38%; position:absolute; width:100%;}
    .overlay2 .content h4 {font-size:36px;}
    .overlay2 .content div {font-size:18px;padding:30px 0px 40px}
    .overlay2 .content span {font-size:14px; padding:8px 30px;border-radius:20px;background:#fff;color:#626262}*/


    .pmplist .left{width:100%;}
    .pmplist .right{width:100%;padding-left:0px;}
    .pmplist .right .bottom .left{float:left;width:50%;}
}

@media (max-width: 767px){
    .div2 .container {margin:0px;}
    .div2 .title {width:100%;margin-top:30px;}
    .div2 .title .p1 {font-size:20px;line-height:30px;text-align:center;}
    .div2 .title .p2 {font-size:20px;line-height:30px;text-align:center;width:100%;}
    .div2 .title .p2 span {font-size:18px;}

    .div2 .category {float:left;width:100%;}
    .div2 .category li{width:25%;height:130px;}
    .div2 .category li a{width:100%;height:130px;padding:0px;}
    .div2 .category li img {margin-top:25px;height:40px;}
    .div2 .category li p {font-size:12px;}
    .div2 .category li p  span{font-size:8px;}
    .div2 .category li i{height: 3px;}

    .pmplist .left2 {padding-left:0px;width:100%;}
    .pmplist .left{width:100%;padding-right:0px;}
    .pmplist .right{width:100%;padding-left:0px;}
    .pmplist .right .top .overlay2 .content {top:20%;}

    .overlay2 {width: 100%;position:relative;opacity: 1;color: #ffffff;z-index: 3;height:auto;float:left;padding:50px 0px}
    .overlay2 .content {top:auto; position:inherit; width:100%;}
    .blue {background:#646566}
    .overlay2 .content h4 {font-size:24px;}
    .overlay2 .content div {font-size:14px;padding:20px 15px 30px 15px}
    .overlay2 .content span {font-size:12px; padding:8px 30px;border-radius:20px;background:#fff;color:#626262}
    .img-box-v1 .overlay2 {opacity: .78; }
}

.div4 {float:left;width:100%;background:#dbdbdb;}
.div4 .dl {float:left;width:75%;}
.listitem {float:left;width:33.333333%;padding:190px 4.5% 140px 4.5%;cursor:pointer;display:block;color:#333;/*-webkit-transition: all 0.1s; transition: all 0.1s;*/}
.listitem .day {float:left;width:100%;font-size:60px;line-height:70px;color:#333}
.listitem .year {float:left;width:100%;font-size:18px;line-height:25px;text-transform:uppercase;margin-top:20px;color:#333}
.listitem .title {float:left;width:100%;font-size:18px;line-height:26px;margin:15px 0px;font-weight:bold;padding-right:10%;color:#333}
.listitem img {float:left;width:100%;}
.listitem .desc {float:left;width:100%;font-size:14px;line-height:24px;color:#666;margin:20px 0px 40px;}
.listitem .link {float:left;width:31px;height:11px;background:url(../images/jt.png)}
.listitem:hover {background:#e6e6e6;border-right:1px solid #c8c8c8}

.div4 .dr {float:left;width:25%;text-align:right;padding-right:3.5%;padding-top:7%;}
.div4 .dr strong {float:right;width:100%;font-size:48px;line-height:60px;color:#333}
.div4 .dr p {float:right;width:100%;font-size:48px;line-height:60px;color:#333}
.div4 .dr .tit {float:right;width:100%;font-size:30px;color:#565656;margin-top:15px;}
.div4 .dr .icoBtn {float:right;width:100%;margin-top:80px;}
.div4 .dr .icoBtn a{width:45px;height:45px;display:block;border:1px solid #b3b3b3;background:#c7c7c7;border-radius:50%;float:right;text-align:center;line-height:45px;font-size:20px;color:#363636}
.div4 .dr .icoBtn a:hover {background:#416b9c;color:#fff;border:1px solid #416b9c}
.div4 .dr .icoBtn a.iconLeft {margin-right:30px;}

@media (min-width: 1440px) and (max-width: 1680px) {

}
@media (min-width: 1200px) and (max-width: 1439px) {
    .listitem {float:left;padding:160px 4.5% 110px 4.5%;cursor:pointer;display:block;color:#333;}
    .div4 .dr {float:left;width:25%;text-align:right;padding-right:3.5%;padding-top:8%;}
    .div4 .dr strong {float:right;width:100%;font-size:40px;line-height:50px;color:#333}
    .div4 .dr p {float:right;width:100%;font-size:40px;line-height:50px;color:#333}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .listitem {float:left;padding:80px 4.5% 90px 4.5%;}
    .listitem .day {float:left;width:100%;font-size:40px;line-height:60px;color:#333}
    .listitem .year {font-size:16px;line-height:25px;}
    .listitem .title {font-size:16px;line-height:26px;}
    .div4 .dr {float:left;width:25%;text-align:right;padding-right:3.5%;padding-top:8%;}
    .div4 .dr strong {float:right;width:100%;font-size:30px;line-height:50px;color:#333}
    .div4 .dr p {float:right;width:100%;font-size:30px;line-height:50px;color:#333}
}
@media (min-width: 768px) and (max-width: 991px) {
    .listitem {float:left;padding:80px 4.5% 90px 4.5%;}
    .listitem .day {float:left;width:100%;font-size:40px;line-height:60px;color:#333}
    .listitem .year {font-size:16px;line-height:25px;}
    .listitem .title {font-size:16px;line-height:26px;}
    .div4 .dr {float:left;width:25%;text-align:right;padding-right:3.5%;padding-top:8%;}
    .div4 .dr strong {float:right;width:100%;font-size:30px;line-height:50px;color:#333}
    .div4 .dr p {float:right;width:100%;font-size:30px;line-height:50px;color:#333}
}
@media (max-width: 767px){
   .div4 .dl {float:left;width:100%;}
   .listitem {float:left;width:100%;padding:20px 4.5% 20px 4.5%;background:#e6e6e6}
   .listitem .day {font-size:30px;line-height:40px;}
   .listitem .year {float:left;width:100%;font-size:16px;line-height:20px;text-transform:uppercase;margin-top:20px;color:#333}
   .listitem .title {float:left;width:100%;font-size:16px;line-height:22px;margin:15px 0px;font-weight:bold;padding-right:10%;color:#333}
   .listitem:hover {background:#e6e6e6;border-right:none}

   .div4 .dr {float:left;width:100%;text-align:left;padding-left:3.5%;padding-top:0px}
   .div4 .dr strong {float:right;width:100%;font-size:22px;line-height:40px;color:#333;display:none}
   .div4 .dr p {float:right;width:100%;font-size:22px;line-height:40px;color:#333;display:none}
   .div4 .dr .tit {float:right;width:100%;font-size:20px;color:#565656;margin-top:15px;display:none}
   .div4 .dr .icoBtn {float:left;width:100%;margin-top:10px;margin-bottom:10px;}
   .div4 .dr .icoBtn a{float:right;margin-right:32%;}
}



.div3 {float:left;width:100%;background:#272c33;padding:73px 0px 68px;}
.div3 ul {float:left;padding-left:0px;width:100%;margin-bottom:0px;}
.div3 ul li{float:left;width:16.66%;text-align:center;}
.div3 ul li img {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;opacity:0.7;-webkit-transition: all 1s; transition: all 1s;max-width:100%;}
.div3 ul li img:hover {-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter: gray;opacity:1;}

@media (min-width: 1440px) and (max-width: 1680px) {
    
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .div3 {padding:55px 0px 55px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .div3 {padding:40px 0px 40px;}
}
@media (min-width: 768px) and (max-width: 991px) {
        .div3 {padding:35px 0px 35px;}
}
@media (max-width: 767px){
    .div3 {padding:25px 0px 25px;}
}


.foot{float:left;width:100%;background:#39404a;padding:55px 0px 100px}
.foot .container {margin: 0 5.1835%;}
.copy .container {margin: 0 5.1835%;}
.foot .s1 {float:left;width:22%;}
.foot .s1 .ilogo{float:left;}
.foot .s1 .itxt {float:left;width:100%;margin-top:30px;}
.foot .s1 .itxt p{float:left;width:100%;color:#fff;margin-bottom:5px;}
.foot .s1 .itxt div{float:left;width:100%;color:#7e8ea4;}
.foot .s1 .itxt img{float:left;}
.foot .s1 .itxt img:nth-child(2){margin-left:40px;}

.foot .s2 {float:left;width:48%}
.foot .s2 .item{float:left;width:50%}
.foot .s2 .item strong{float:left;width:100%;color:#fff;font-weight:bold;margin-top:90px;}
.foot .s2 .item ul{float:left;width:100%;padding-left:0px;margin-top:30px;min-height:128px;}
.foot .s2 .item ul li{float:left;width:50%;}
.foot .s2 .item ul li a{color:#7a8aa0;line-height:32px;-webkit-transition: all 1s; transition: all 1s;}
.foot .s2 .item ul li a:hover{color:#44ffff;padding-left:1px;}

.foot .s3 {float:left;width:30%}

.inp {position:relative;}
.l100 {float:left;width:100%;margin-top:30px;}
.l1000 {float:left;width:100%;margin-top:30px;}
.l50 {float:left;width:48%;margin-top:30px;}
.foot .s3 .l50:nth-child(3) {margin-left:4%;}
.lpName {color:#fff;float:left;width:100%;}
.lpName span{color:#44ffff;}
.txtInput {float:left;width:100%;border:none;border-bottom:1px solid #636f80;background-color:transparent;height:50px;line-height:50px;padding:0px 3px;margin-top:20px;}
.inp i{position: absolute; display: block; content: ""; left: 0; bottom: 0; width: 0px; height: 1px; background: #44ffff; -webkit-transition: all 0.5s; transition: all 0.5s;}
.txtInput:focus+i{width: 100%;}

.conLay {display: flex;justify-content: center;align-items: center;width:160px;height:55px;margin-top:50px;float:left;}
.conLay a {float:left;width:160px;height:55px;line-height:55px;color:#fff;font-size:18px;text-align:center;background:#3075af;border-radius:30px;}
.btnSubmit {text-decoration: none;position: relative;overflow: hidden;}
.btnSubmit:hover {box-shadow: 0px 0px 15px 2px rgba(48, 117, 175, 0.4);}
.btnSubmit:before {content: "";position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(120deg,transparent,rgba(68, 255, 255, 0.4),transparent);transition: all 650ms;}
.btnSubmit:hover:before {left: 100%;}

.copy {float:left;width:100%;background:#272c33;padding:20px 0px;}
.copy .left {float:left;font-size:12px;color:#6a778a;line-height:30px;}
.copy .right {float:right}


@media (min-width: 1440px) and (max-width: 1680px) {
    .foot .container {margin: 0 4.1835%;}
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .foot .container {margin: 0 4.1835%;}
    .foot .s1 {float:left;width:29%;}
    .foot .s2 {float:left;width:46%;padding-left:2%}
    .foot .s3 {float:left;width:25%}
    .copy .left {float:left;width:100%;text-align:center;line-height:20px;padding-bottom:10px;}
    .copy .right {float:left;width:100%;text-align:center}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .foot .container {margin: 0 4.1835%;}
    .foot .s1 {float:left;width:40%;}
    .foot .s2 {float:left;width:60%;}
    .foot .s3 {display:none}
    .copy .left {float:left;width:100%;text-align:center;line-height:20px;padding-bottom:10px;}
    .copy .right {float:left;width:100%;text-align:center}
}
@media (min-width: 768px) and (max-width: 991px) {
    .foot .container {margin: 0 4.1835%;}
    .foot .s1 {float:left;width:40%;}
    .foot .s2 {float:left;width:60%;padding-left:2%}
    .foot .s3 {display:none}
    .copy .left {float:left;width:100%;text-align:center;line-height:20px;padding-bottom:10px;}
    .copy .right {float:left;width:100%;text-align:center}
}
@media (max-width: 767px){
    .foot{padding:0px 0px 10px}
    .foot .s1 {float:left;width:100%;}
    .foot .s1 .ilogo{display:none}
    .foot .s1 .itxt {margin-top:20px;}
    /*.foot .s1 .itxt img{display:none}*/

    .foot .s2 {display:none}
    .foot .s3 {width:100%;}
    .l100 {float:left;width:100%;margin-top:20px;}
    .l1000 {float:left;width:100%;margin-top:40px;}
    .l50 {float:left;width:48%;margin-top:40px;}
    .txtInput {height:30px;line-height:30px;padding:0px 3px;margin-top:10px;}
    .conLay {width:100%;height:55px;margin-top:15px;}
    .conLay a {float:left;width:100%;height:45px;line-height:45px;color:#fff;font-size:16px;}

    .copy {padding-bottom:80px}
    .copy .left {float:left;width:100%;text-align:center;line-height:20px;padding-bottom:10px;}
    .copy .right {float:left;width:100%;}
    .copy .right img{max-width:100%;}
}




















.m-banner{display:none}

.idx-title{text-align: center;}
.idx-title .h1{font-size: .42rem;color:#3cb3c4;font-family:"DIN";margin-bottom: .25rem;}
.idx-title .h2{font-size: .16rem;color: #333}
.idx-title .h2 br{display:none}
.idx1box{position: relative;margin-top: 4vw}
.idx1left{width: 51.66%;padding-right: 5vw;position: relative;}
.idx1left .content{font-size: .16rem;color: #333;line-height: 2.125;}
.index1{padding:.7rem 0 10.8vw;position: relative;}
.idx1left .countbox{margin-top:2.5vw;margin-bottom: 3.3vw;display: flex;justify-content: space-between;flex-wrap: wrap;}
.idx1left .countbox .item .num{font-size: .4rem;font-family: "DIN";font-weight: bold;color: #62b1c1;line-height: 1;display:inline-block}
.idx1left .countbox .item p{font-size: 12px;color: #333333;margin-top: .1rem}
.idx1left .countbox .item .numbox{font-size:0;position:relative;display:inline-block;}
.idx1left .countbox .item .txt{font-size:12px;color:#62b1c1;display:inline-block;margin-left:.08rem;position:relative;z-index:2}
.idx1left .countbox .item .numbox img{position:absolute;right: -10px;bottom: -5px;width: 32px;}


.idx1left:before{content:"";width: 26vw;height: 26vw;position: absolute;background: url(../images/circle1.png);background-size: cover;left: -5vw;bottom:3vw;-webkit-animation: round1 10s linear infinite;animation: round1 10s linear infinite;}
.idx1left:after{content:"";width: 16.2vw;height: 16.2vw;position: absolute;background: url(../images/circle2.png);background-size: cover;bottom: -4.5vw;left:8.3vw;-webkit-animation: round2 10s linear infinite;animation: round2 8s linear infinite;}
.idx1right{width: 48.33%;position: absolute;top:-.75vw;right: 0}
.idx1right .item1{width:63%;border-radius: 50%;object-fit: cover;}
.idx1right .item2{width:45%;border-radius: 50%;object-fit: cover;position: absolute;top: 16%;right:-.5vw;border:.5vw solid #fff;z-index: 3;}
.idx1right .item3{width:28%;border-radius: 50%;object-fit: cover;position: absolute;right: 28%;bottom:-8%;z-index: 2;}
.idx1right .item4{width: 17.8%;border-radius: 50%;position: absolute;background: rgba(98, 177, 193,.3);right:1.3%;bottom: 0}
.idx1right .item5{width: 8.3%;border-radius: 50%;position: absolute;background: rgba(98, 177, 193,.3);right: 0;bottom: 0}
.index1 .wavebox{position: absolute;bottom: 0;left: 0;height:1.5rem;overflow: hidden;width: 100%;}

.index1 .wavebox>div{position: absolute;width: 200%;height: 100%;background-size: 100% 100%;transform-origin: center bottom;}
.index1 .wave1{animation: move_wave 10s infinite linear;}
.index1 .wave2{animation: move_wave 15s infinite linear;}
.index1 .wave3{animation: move_wave 20s infinite linear;}
.about1 .idx-title .h2 br{display:none;}

.morebtn{width:2.2rem;height:.6rem;line-height: .6rem;text-align: center;display: block;background: #3cb3c4;border-radius: .4rem;font-size: 0;box-shadow: 0.349px .1rem .3rem 0px rgba(206, 162, 103, 0.5);transition: all .5s ease}
.morebtn:hover {background:#3cb3c4}
.morebtn span{font-size: .16rem;color: #fff;display: inline-block;vertical-align: middle;margin-right: .16rem;}
.morebtn img{display: inline-block;vertical-align:middle;transition: all .5s ease}

.index2{background: url(../images/idx3bg.jpg);background-size: cover;padding:1.3rem 0 .7rem;background-position:top center;position: relative;margin-top: -.7rem;z-index: 2;}
.index2 .idx-title .h1{color: #ecac56;margin-bottom: .28rem;}
.index2 .idx-title .h2{color: #ecac56}
.index2 .idx-title{margin-bottom: .55rem;}
.index2 .row{margin: 0 -1.2vw;}
.index2 .col{float: left;width: 25%;padding: 0 1.2vw;}
.index2 .item{overflow: hidden;border-radius: .12rem;position: relative;display:block;}
.index2 .item img{transition: all .5s ease}
.index2 .item p{line-height: .5rem;position: absolute;bottom: 0;left: 0;right: 0;background:rgba(0,0,0,.6);color: #fff;font-size:.94vw;padding: 0 1vw;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-bottom:0px;}
.index2 .col:nth-child(even) .item{margin-top: 3vw}
.index2 .morebtn{margin:3.9vw auto 0;}

.index3{background: url(../images/idx3bg.jpg);background-size: cover;background-position: center;padding: .65rem 0 7.5vw;}
.index3 .idx-title{margin-bottom: 5vw;}
.index3 .idx-title .h1{margin-bottom: .28rem;}

@media (min-width: 1000px){
	.index3 .roundbox{width: 6.52rem;height: 6.52rem;position: relative;margin: 0 auto;}
.index3 .linebox{width: 100%;height: 100%;border:2px solid #ccc;border-radius: 50%;position: absolute;left: 0;top: 0;z-index: 2;}
.index3 .childbox{width: 5.85rem;height: 3.78rem;background-size: cover;position: absolute;top:1.32rem;left: .14rem;z-index: 1;}
.index3 .roundbox .num{width: .8rem;height: .8rem;font-size: .44rem;font-family: "DIN";text-align: center;line-height: .8rem;border-radius: 50%;color: #fff;position: absolute;z-index: 3;}
.index3 .roundbox .num1{background: #d07ed2;left: 1.2rem;top: 0}
.index3 .roundbox .num2{background: #adcb6a;left:-.26rem;top:1.85rem}
.index3 .roundbox .num3{background: #f8b54d;left:-.26rem;bottom:2rem}
.index3 .roundbox .num4{background: #f6cb45;left:1.16rem;bottom:.14rem}
.index3 .roundbox .num5{background: #fd5b4e;right: 1.3rem;top:-1px}
.index3 .roundbox .num6{background: #8373ce;right:-.26rem;top:1.85rem}
.index3 .roundbox .num7{background: #75b7d1;right:-.26rem;bottom:2rem}
.index3 .roundbox .num8{background: #75d1b4;right:1.18rem;bottom:.14rem}
.index3 .roundbox .txt .title{width: 1rem;line-height: .3rem;text-align: center;font-size: .2rem;color: #fff;border-radius: .4rem;margin-bottom: .08rem;display: inline-block;}
.index3 .roundbox .txt p{font-size: .16rem;color: #333;line-height: 1.5;}
.index3 .roundbox .txt{position: absolute;text-align: right;opacity: 0;transform: translateY(50%); -webkit-transform: translateY(50%);transition: all ease 0.5s; -webkit-transition: all ease 0.5s;}
.index3 .roundbox .txtnum{display: none;}
.index3 .roundbox .txt1 .title{background: #d07ed2}
.index3 .roundbox .txt2 .title{background: #adcb6a}
.index3 .roundbox .txt3 .title{background: #f8b54d}
.index3 .roundbox .txt4 .title{background: #f6cb45}  
.index3 .roundbox .txt5 .title{background: #fd5b4e;width: 1.2rem;}
.index3 .roundbox .txt6 .title{background: #8373ce}
.index3 .roundbox .txt7 .title{background: #75b7d1}
.index3 .roundbox .txt8 .title{background: #75d1b4}
.index3 .roundbox .txt1{width: 2.6rem;left: -1.8rem;top: .1rem;transition-delay: 2.4s;-webkit-transition-delay: 2.4s;}
.index3 .roundbox .txt2{width: 2.9rem;left: -3.4rem;top:1.98rem;transition-delay: 2.55s;-webkit-transition-delay: 2.55s;}
.index3 .roundbox .txt3{width: 2.9rem;left: -3.4rem;top:3.76rem;transition-delay: 2.7s;-webkit-transition-delay: 2.7s;}
.index3 .roundbox .txt4{width: 2.6rem;left: -1.98rem;top:5.72rem;transition-delay: 2.85s;-webkit-transition-delay: 2.85s;}
.index3 .roundbox .txt5{width: 1.96rem;right: -.98rem;top:.1rem;text-align: left;transition-delay: 3s;-webkit-transition-delay: 3s;}
.index3 .roundbox .txt6{width: 2.6rem;top: 1.85rem;right: -3.15rem;text-align: left;transition-delay: 3.15s;-webkit-transition-delay: 3.15s;}
.index3 .roundbox .txt7{width: 2.9rem;top:3.84rem;right: -3.45rem;text-align: left;transition-delay: 3.3s;-webkit-transition-delay: 3.3s;}
.index3 .roundbox .txt8{width: 4rem;top:5.72rem;right: -3.3rem;text-align: left;transition-delay: 3.45s;-webkit-transition-delay:3.45s;}
.index3 .roundbox{opacity: 0; transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);transition: transform cubic-bezier(.645,.045,.355,1) 1.2s, opacity ease 1s 0.2s;-webkit-transition: transform cubic-bezier(.645,.045,.355,1) 1.2s, opacity ease 1s 0.2s;}
.index3.on .roundbox{opacity: 1;transform: rotateZ(0deg);-webkit-transform: rotateZ(0deg);}
.index3 .childbox{opacity: 0;transform: scale(0.7);-webkit-transform: scale(0.6);transition: all cubic-bezier(.645,.045,.355,1) 1s;-webkit-transition: all cubic-bezier(.645,.045,.355,1) 1s; transition-delay: 1.4s;-webkit-transition-delay: 1.4s;}
.index3.on .childbox{transform: scale(1);-webkit-transform: scale(1);opacity: 1;}
.index3.on .roundbox .txt{transform: translateY(0);-webkit-transform: translateY(0);opacity: 1;}
}
@media (min-width: 1000px) and (max-width: 1400px){
    .index3 .roundbox{width: 5.21rem;height: 5.21rem;}
    .index3 .childbox{width: 4.68rem;height: 3.02rem;}
    .index3 .roundbox .num{width: .64rem;height: .64rem;line-height: .64rem;}
    .index3 .roundbox .num1{left: .96rem;}
    .index3 .roundbox .num2{left: -.21rem;top: 1.48rem}
    .index3 .roundbox .num3{left: -.21rem;bottom: 1.6rem}
    .index3 .roundbox .num4{left:.92rem;bottom: .11rem}
    .index3 .roundbox .num5{right:1.04rem;top:-1px}
    .index3 .roundbox .num6{right: -.21rem;top: 1.48rem}
    .index3 .roundbox .num7{right: -.21rem;bottom: 1.6rem}
    .index3 .roundbox .num8{right: .94rem;bottom:.11rem}
    .index3 .roundbox .txt1{top: .08rem;left: -2rem}
    .index3 .roundbox .txt2{top: 1.58rem;}
    .index3 .roundbox .txt3{top: 3rem;}
    .index3 .roundbox .txt4{top: 4.57rem;}
    .index3 .roundbox .txt5{top: .08rem;right: -1.2rem}
    .index3 .roundbox .txt6{top: 1.48rem;}
    .index3 .roundbox .txt7{top:3.07rem;}
    .index3 .roundbox .txt8{top: 4.57rem;}

}

.index4{position: relative;}
.index4 .titlebox{position: absolute;left:12.5%;top: 50%;transform: translateY(-50%);z-index: 2;}
.index4 .titlebox .h1{font-size: .38rem;color: #fff;margin-bottom: 1.4vw}
.index4 .titlebox .h2{font-size: .16rem;color: #fff}
.index4 .swiper-pagination-bullet{width: .12rem;height: .12rem;margin: 0 .1rem!important;transition: all .3s ease;opacity: 1;background: #fff}
.index4 .swiper-pagination-bullet-active{background: #62b1c1}
.index4 .swiper-container .swiper-pagination{font-size: 0;bottom: 2.5vw}

.index5{padding: .62rem 0 1.5rem;background: url(../images/idx5bg.jpg);background-size: cover;background-position: center;}
.index5 .title{font-size: .42rem;color: #3cb3c4;font-family:"Microsoft Yahei";font-weight: bold;text-align: center;line-height: 1;margin-bottom: .45rem;}
.idx5tab .item{display: inline-block;width: 2.2rem;height: .6rem;line-height:.56rem;border:.02rem solid #62b1c1;border-radius: .4rem;text-align: center;font-size: .18rem;color: #62b1c1;margin: 0 .15rem;transition: all .5s ease;cursor: pointer;}
.idx5tab{font-size: 0;text-align: center;margin-bottom: .45rem;}
.index5 .morebtn{margin:.55rem auto 0;}
.idx5tab .item.on{background: #62b1c1;color: #fff}
.idx5news{position: relative;}
.idx5left{width:49.9%}
.idx5left .item{display: block;overflow: hidden;position: relative;}
.idx5right{position: absolute;right: 0;top: 0;bottom: 0;width: 50.1%}
.idx5right .item{float: left;width: 50%;height: 50%;border-left: 2px solid #fff;display: block;position: relative;overflow: hidden;}
.idx5right .item:nth-child(1),.idx5right .item:nth-child(2){border-bottom: 1px solid #fff}
.idx5right .item:nth-child(3),.idx5right .item:nth-child(4){border-top: 1px solid #fff}
.idx5right .item>img{width: 100%;height: 100%;object-fit: cover;}
.idx5news .item .titlebox{position: absolute;bottom: 0;left: 0;right: 0;background:rgba(98, 177, 193,.8);padding: .15rem .28rem .15rem .2rem;transition: all .5s ease;opacity: 0;transform: translateY(20%);}
.idx5news .item .titlebox .h1{font-size: .18rem;color: #fff;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-bottom: .1rem;}
.idx5news .item .titlebox .h2{font-size: .16rem;color: #fff;font-family: "DIN"}
.idx5news .item .titlebox img{width: .24rem;}
.idx5news .item>img{transition: all .5s ease-in-out}
.idx5box>div{display: none;}
.idx5right .item .titlebox .h1{font-size: .16rem;}




@media (min-width: 1000px){
.index2 .item:hover img{transform:scale(1.05);}
.morebtn:hover{transform: translateY(-10px);}
.idx5news .item:hover .titlebox{opacity: 1;transform: translateY(0);}
.idx5news .item:hover>img{transform: scale(1.03);}
}


@media (max-width: 1100px){
	.banner1{height: 40vh}
	.index4 .titlebox{left: 10%}
}
@media (max-width:992px){
	.idx1left{width: 52%;padding-right: 2vw}
	.idx1right{width: 48%}
	.index3 .linebox{display: none;}
   .index3 .childbox{display: none;}
   .index3 .num{display: none;}
   .index3 .roundbox{margin: 0 15px;}
   .index3 .roundbox .txt1{background:#d07ed2}
   .index3 .roundbox .txt2{background:#adcb6a}
   .index3 .roundbox .txt3{background:#f8b54d}
   .index3 .roundbox .txt4{background:#f6cb45}
   .index3 .roundbox .txt5{background:#fd5b4e}
   .index3 .roundbox .txt6{background:#8373ce}
   .index3 .roundbox .txt7{background:#75b7d1}
   .index3 .roundbox .txt8{background:#75d1b4}
   .index3 .roundbox .txt1 .txtnum{color:#d07ed2}
   .index3 .roundbox .txt2 .txtnum{color:#adcb6a}
   .index3 .roundbox .txt3 .txtnum{color:#f8b54d}
   .index3 .roundbox .txt4 .txtnum{color:#f6cb45}
   .index3 .roundbox .txt5 .txtnum{color:#fd5b4e}
   .index3 .roundbox .txt6 .txtnum{color:#8373ce}
   .index3 .roundbox .txt7 .txtnum{color:#75b7d1}
   .index3 .roundbox .txt8 .txtnum{color:#75d1b4}
   .index3 .roundbox .txt{display: flex;align-items: center;padding: 10px;margin-top: 15px;border-radius: 40px;}
   .index3 .roundbox .txt .title{font-size: 16px;color: #fff;margin-bottom: 3px;}
   .index3 .roundbox .txt p{font-size: 12px;color: #fff}
   .index3 .roundbox .txtnum{font-size: 20px;font-family: "DIN";background: #fff;border-radius:50%;text-align: center;width: 40px;height: 40px;line-height: 40px;margin-right: 15px;}
}


@media (max-width: 640px){
.idx-title .h2 br{display:block;}

.banner1{display:none}
   .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
   .banner1 .bannertxt .h1{font-size: 6.8vw}
   .banner1 .bannertxt .h2{font-size: 4.8vw;margin-top: 2vw}
   .banner .srollbox span{font-size: 12px}
   .idx-title .h2{font-size: 13px;line-height: 1.5}
   .idx1left{width: 100%;padding-right: 0}
   .idx1right{position: relative;width: 100%;top: 0;display: none;}
   .idx1left .content{font-size: 13px;}
   .idx1left .countbox .item p{font-size: 12px;}
   .idx1left .countbox{display: block;margin: 0;font-size:0}
   .idx1left .countbox .item:nth-child(3){padding-right: 0}
   .idx1left .countbox .item{margin-top: 15px;width: 50%;display: inline-block;text-align: center;}
   .idx1left .countbox .item .num{font-size: 10vw;}
   .morebtn{margin: 15px auto 0}
   .morebtn span{font-size: 14px;}
   .idx1left:before{width: 60vw;height: 60vw;bottom: 100vw;left: 0}
   .idx1left:after{width: 40vw;height: 40vw;bottom: 80vw;left: 40vw}
   .index1{padding-bottom:1.2rem}
   .index2 .col{width: 50%}
   .idx5tab .item{width: 35%;margin: 1% 2%;font-size: 14px;}
   .index2 .col:nth-child(even) .item{margin-top: 0;}
   .index2 .col{padding: 5px;}
   .index2 .row{margin: -5px;}
   .index2 .item p{font-size: 12px;padding: 0 3vw;}
   .index2{margin-top: -1rem;}
   .index2 .morebtn{margin-top:30px}
   .index3 .roundbox .txt .title{font-size: 14px;}
   .index4 .swiper-slide img{height:250px;object-fit:cover;}
   .index4 .titlebox .h2{font-size: 13px}
   .idx5left{width: 100%;}
   .idx5right{position: static;width: 100%;}
   .idx5right .item{border:0!important;}
   .idx5left .item .titlebox{transform: translateY(0);opacity: 1;}
   .idx5news .item .titlebox .h1{font-size: 14px;}
   .idx5news .item .titlebox .h2{font-size: 13px;}
}

.banner2{height: 6.4rem;background-size: cover;background-position: 65%;}
.banner2 .container{height: 100%;padding-top: .84rem}
.banner2 .bannertxt .h1{max-width: 34vw;}
.banner2 .bannertxt .h2{font-size:2.85vw;font-family: "DIN";color: #fff;margin-top: 1.5vw;letter-spacing: .5vw;font-weight: bold;}
.news1con .col-sm-4{padding: .24rem;}
.news1con .row{margin:0 -.24rem}
.news1tab{font-size: 0;text-align: center;margin-bottom: .2rem;}
.news1tab .item{display: inline-block;vertical-align: middle;font-size:.18rem;text-align: center;color: #62b1c1;border:.02rem solid #62b1c1;width: 2.2rem;height: .6rem;line-height: .56rem;transition: all .3s ease;margin: 0 .15rem;border-radius: .4rem}
.news1tab .item.on{background: #62b1c1;color: #fff}
.news1con{padding: .53rem 0 1.2rem;background: #fbfbfb}
.news1box .item{display: block;background: #fff;box-shadow: 0.349px 9.994px .3rem 0px rgba(179, 179, 179, 0.15);}
.news1box .item .contentbox{padding: .25rem .2rem}
.news1box .item .h1{font-size: .18rem;color: #333;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-bottom: .15rem;line-height: 1;transition: all .5s ease}
.news1box .item .h2{display: flex;align-items: center;font-size: .16rem;color: #333;font-family: "DIN";}
.news1box .item .h2 img{width: .24rem;}
.news1box .item .imgbox{overflow: hidden;}
.news1box .item .imgbox img{transition: all .5s ease;width:100%;object-fit:cover;}
.news2con{padding: .65rem 0 1.3rem;background: #fbfbfb}
.news2box{background: #fff;box-shadow: 0.349px 9.994px .3rem 0px rgba(179, 179, 179, 0.15);}
.news2bottom .item{float: left;width: 50%;text-align: center;font-size: 0;background: #f8f8f8;line-height: .7rem;transition: all .3s ease-in-out}
.news2bottom .item span{display: inline-block;vertical-align: middle;font-size: .14rem;color: #333;transition: all .3s ease-in-out;margin: 0 .15rem}
.news2bottom .item .txt{max-width: 65%;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news2box{padding:3.5vw 9vw 4.5vw}
.news2top .h1{font-size: .34rem;color: #2f2f2f;margin-bottom: .25rem}
.news2top{text-align: center;padding-bottom: .5rem;border-bottom: .02rem solid #cccccc}
.news2top .h2{font-size: .14rem;color: #2f2f2f}
.news2box .contentbox{padding: .3rem 0}
.news2box .contentbox img{display:inline-block;}
.contactcon{background: url(../images/conbg.jpg);padding: .6rem 0 1.5rem;background-size: cover;background-position: center;}
.conbox{height: 9rem;background: #fff;border-radius: .12rem;position: relative;}
.conbox>div{float: left;width: 50%;height: 100%;}
.conbox .title{font-size: .4rem;color: #333;text-align: center;line-height: 1}
.conbox .left .item{display: flex;align-items: center;font-size: .2rem;color: #333;margin-bottom: .25rem}
.conbox .left .item img{margin-right: .18rem}
.conbox .left{padding:.65rem 5.5vw 0}
.conbox .left .title{margin-bottom: .65rem;}
.conbox .left .codeimg{text-align: center;padding-top: .3rem}
.conbox .left .codeimg .imgbox{width:3rem;border:.05rem solid #ddedf1;margin: 0 auto;}
.conbox .left .codeimg p{font-size: .18rem;color: #333;margin-top: .25rem}
.conbox:after{content:"";width: 1px;height: 7.5rem;background:#62b1c1;position: absolute;top: 50%;left: 50%;margin-top: -3.75rem;}
.conbox .right{padding: .65rem 5vw 0 6vw}
.conbox .right .item{padding: .32rem 0 .18rem;display: flex;align-items: center;border-bottom:.02rem solid #eff1f4}
.conbox .right .item .label1{font-size: 0;margin-right: .15rem}
.conbox .right .item .label1 span:nth-child(2){color: #ff2424}
.conbox .right .item .label1 span{font-size: .22rem;color: #333}
.conbox .right .btn1{line-height: .8rem;text-align: center;font-size: .24rem;color: #fff;background: #3cb3c4;border-radius: .4rem;transition: all .3s ease-in-out;display: block;width: 100%;margin-top: .7rem;}
.conbox .right .item input{height: .44rem;font-size: .18rem;color: #333;display: block;width: 100%}
.conbox .right .item2 .label1{margin-right:4vw;}
.conbox .right select{height:.44rem;font-size:.18rem;color: #999;border-radius: .02rem;box-shadow: 0.105px 2.998px .06rem 0px rgba(230, 230, 230, 0.2);width: 100%;border:1px solid #efefef;}
.conbox .right select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background: url(../images/down2.png) no-repeat 96% center;padding: 0 .1rem}
.conbox .right .timebox input{height: .44rem;padding: 0 .1rem;border-radius: .02rem;box-shadow: 0.105px 2.998px .06rem 0px rgba(230, 230, 230, 0.2);width: 100%;border:1px solid #efefef;color: #999}
.conbox .right .timebox input{background: url(../images/time.png) no-repeat 96% center;padding: 0 .1rem}
.conbox .right .title{margin-bottom: .4rem;color: #3cb3c4}

.joinbanner .bannertxt .h2{letter-spacing: .2vw}
.join1{background: url(../images/join1bg.jpg);background-size: cover;background-position: center;padding: .65rem 0 .95rem}
.join1 .container{display: flex;align-items: center;}
.join1 .item img{width: .7rem;margin-right:2vw}
.join1 .item .h1{font-size: .22rem;color: #333;margin-bottom: .15rem}
.join1 .item .h2{font-size: .16rem;color: #333;line-height: 1.75}
.join1 .item{display: flex;align-items:center;margin-bottom:2.5vw}
.join1 .item:last-child{margin-bottom: 0;align-items: flex-start;}
.join1 .right{max-width: 47%}
.join1 .left{padding-right: 5vw}
.join1 .idx-title .h1{margin-bottom:.45rem}
.join2{background: url(../images/join2bg.jpg);background-size: cover;padding: .7rem 0 .9rem}
.join2 .idx-title .h1{color: #fff}
.join2 .idx-title .h2{color: #fff}
.join2 .col-sm-6{padding:1.5vw 2vw}
.join2 .item{background: rgba(255,255,255,.95);border-radius: .08rem;}
.join2 .item .h1{font-size: .22rem;color: #62b1c1;margin-bottom: .2rem;transition: all .3s ease}
.join2 .item p{font-size: .16rem;color: #333;line-height: 1.625;transition: all .3s ease}
.join2 .item{padding: .34rem .4rem 0;height: 216px;transition: all .3s ease}
.join2 .row{margin:0 -2vw}
.join2 .idx-title{margin-bottom: .5rem}

.join3{padding: .8rem 0 1.3rem;background: url(../images/join3bg.jpg);background-size: cover;background-position: center;}
.join3 .idx-title .h1{margin-bottom: 1.3rem}
.join3 .item{width: 20%;text-align: center;float: left;position: relative;z-index: 2;}
.join3 .item img{width: 1.6rem;margin:0 auto;}
.join3 .item .h2{font-size: .18rem;color: #333;line-height: 1.556}
.join3 .item .h1{font-size: .42rem;color: #1e8fa6;font-family: "DIN";margin: .25rem 0 .18rem;}
.join3 .item:nth-child(even){margin-top: .6rem}
.join3box{position: relative;}
.join3box .line{position: absolute;left: 0;top:.8rem}

.join4{background: url(../images/join4bg.jpg);background-size: cover;padding: .9rem 0 1.25rem;background-position:top center;}
.join4 .col-sm-3{padding: 0 1.2vw}
.join4 .row{margin: 0 -1.2vw}
.join4 .item{text-align: center;}
.join4 .item .imgbox{overflow: hidden;border-radius: .12rem;}
.join4 .item img{transition: all .5s ease}
.join4 .item p{font-size: .18rem;color: #fff;line-height: 1.778;margin-top: .2rem}
.join4 .idx-title .h1{margin-bottom:1.05rem;color: #fff}
.join5{background: url(../images/join5bg.jpg);background-size: cover;padding: .6rem 0 1.6rem;background-position: center;}
.join5 .col-sm-4{padding: .15rem .18rem;}
.join5 .row{margin: 0 -.18rem}
.join5 .idx-title{margin-bottom: .55rem}
.join5box input{height: .52rem;box-shadow: 0px .06rem .35rem 0px rgba(123, 123, 123, 0.14);background: #fff;display: block;width: 100%;font-size: .18rem;color: #333;padding: 0 .2rem}
.join5box input::placeholder{color: #666}
.join5box select{height: .52rem;color: #666;box-shadow: 0px .06rem .35rem 0px rgba(123, 123, 123, 0.14);display: block;width: 100%;font-size: .18rem}
.join5box select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background: url(../images/down2.png) no-repeat 96% center #fff;padding: 0 .2rem}
.join5box .btn1{transition: all .3s ease-in-out;width: 2.2rem;line-height: .6rem; box-shadow: 0.349px 9.994px .23rem 0px rgba(206, 162, 103, 0.5);background: #3cb3c4;font-size: .16rem;color: #fff;text-align: center;border-radius: .4rem;display: block;margin: 0 auto;margin-top: .65rem}
.join5box2 .title{font-size: .18rem;color: #333;padding: .2rem 0 .15rem;}
.join5box2 .input{margin-bottom: .24rem;position:relative;}
.join5box .input1{position:relative;}
.join5box .input1 span{position: absolute;left: .1rem;top: .1rem;color: red;}
.join5box2 .input span{position: absolute;left: .1rem;top: .1rem;color: red;}

.about1{padding: .7rem 0 .6rem}
.about1 .countbox{display: flex;align-items: center;margin-top: 7vw}
.about1 .countbox .item{text-align: center;flex: 1}
.about1 .countbox .item .num{font-size: .78rem;font-family: "DIN";color:#62b1c1;line-height: 1;display:inline-block}
.about1 .countbox .item p{font-size: .18rem;color: #999;margin-top: .18rem}
.about1 .countbox .item .numbox{position: relative;display: inline-block;font-size:0;}
.about1 .countbox .item .txt{font-size:.18rem;display:inline-block;color:#62b1c1;margin-left:.08rem}
.about1 .countbox .item .numbox img{position:absolute;width:.54rem;left:-60px;bottom: 10px;z-index: -1;}
.about1 .countbox .item:nth-child(2) .txt{display:none}
.about1 .countbox .item:nth-child(3) .txt{display:none}
.about1 .idx1right .item1{position:relative}
.about1 .idx1right .item1 .img1{width:100%;height:100%;    object-fit: cover;border-radius:50%;}
.about1 .idx1right .item1 .playbtn{width:.72rem;height:.72rem;cursor:pointer;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.about1 .idx-title .h2 br{display:none;}
.about2{background: url(../images/about2bg.jpg);background-size: cover;background-position: top center;padding: 1.3rem 0 1.1rem}
.about2 .container{display: flex;align-items: flex-start;}
.about2 .title{font-size: .42rem;color: #fff;font-family: "DIN";padding-left: .12rem;position: relative;margin-right: 7vw}
.about2 .item{display: flex;align-items: center;}
.about2 .item .h1{font-size:.24rem;color: #fff;margin-bottom: .08rem}
.about2 .item .h2{font-size: .16rem;color: #fff;line-height: 1.333}
.about2 .item img{width: .6rem;margin-right: .22rem;}
.about2 .item:not(:last-child){margin-bottom:2.5vw;}
.about2 .title:after{content:"";width: 1.24rem;height: 1.24rem;background:;border-radius: 50%;background: rgba(255, 255, 255,.2);position: absolute;top: -.25rem;left: -.28rem}
.about2 .imgbox{border-radius: .12rem;border:.08rem solid #fff;max-width: 34%;margin-left:5vw}


.about3{background: url(../images/about3bg.jpg);background-position: center;padding: .6rem 0 1.6rem}
.about3box{padding: .45rem .5rem .55rem;background: #fff;box-shadow: 0px 6px 21px 0px rgba(123, 123, 123, 0.07);}
.about3 .idx-title .h1{margin-bottom: .4rem;}
.about3box .title{line-height: .54rem;background: #3cb3c4;padding: 0 .65rem;display: flex;align-items: center;font-size: .16rem;color: #fff}
.about3 .after{padding: .25rem .6rem .45rem;border-bottom: 1px solid #f1f1f1;display: none;}
.about3 .after .h1{font-size: .18rem;color: #333;margin-bottom: .05rem}
.about3 .after p{font-size: .14rem;color: #333;line-height:2;}
.about3 .after .h1:not(:first-child){margin-top: .25rem;}
.about3 .after p span{color: #62b1c1;text-decoration: underline;}
.about3box .col:nth-child(1){width: 16.5%;}
.about3box .col:nth-child(2){width: 20.5%;}
.about3box .col:nth-child(3){width: 18%;}
.about3box .col:nth-child(4){width: 14.8%;}
.about3box .col:nth-child(5){width: 19%;}
.about3box .col:nth-child(6){width: 11.2%;text-align: center;}
.about3box .itembox .before{cursor: pointer;padding: 0 .65rem;display: flex;align-items: center;height: .6rem;border-bottom: 1px solid #f1f1f1;font-size: .16rem;color: #4c4c4c;transition: all .3s ease-in-out}
.about3box .itembox .btn1{transition: all .3s ease-in-out;width: 1.2rem;line-height: .28rem;color: #333;font-size: .14rem;padding: 0 .11rem;border-radius:.02rem;position: relative;margin: 0 auto;text-align: left;border:1px solid #d5d5d5;height: .3rem}
.about3box .itembox .btn1 img{width:8px;right: .11rem;position: absolute;top: 50%;margin-top: -2px;transition: all .3s ease-in-out}
.about3box .itembox .btn1 img:nth-child(1){opacity: 0;}
.about3box .itembox .before.on .btn1{color: #fff;background: #62b1c1;border-color: #62b1c1}
.about3box .itembox .before.on{background:rgb(98, 177, 193,0.102);}
.about3box .itembox .before.on .btn1 img:nth-child(2){transform:rotate(180deg);opacity: 0;}
.about3box .itembox .before.on .btn1 img:nth-child(1){opacity: 1;}

.about4{background: url(../images/about3bg.jpg);background-position: center;padding:.65rem 0}
.about4 .idx-title .h1{margin-bottom: .8rem;}
.about4 .swiper-pagination .swiper-pagination-bullet{width:.16rem;height:.16rem;opacity:1;border:1px solid #62b0c0;margin:0 .15rem!important;background:#fff}
.about4 .swiper-pagination .swiper-pagination-bullet-active{background:#62b0c0}
.about4 .swiper-pagination{position:static;margin-top:.6rem;font-size:0;}
.about4 .item img{box-shadow: 0px 0px .2rem .05rem rgba(0,0,0,.15);}
.about4 .swiper-container{margin:-20px;padding:20px;}

.about5{padding: .8rem 0 .9rem;position: relative;background:url(../images/about5bg.jpg);background-size:cover;}
.about5 .item .imgbox{width: 1.9rem;margin: 0 auto;}
.about5 .item .imgbox img{border-radius:50%;}
.about5 .item .point{width: 8px;height: 8px;border-radius: 50%;background: #fff;margin: 0 auto;margin-top: .44rem;margin-bottom: .15rem;}
.about5 .item .year{font-size: .24rem;color: #fff;font-family: "DIN";line-height: 1;margin-bottom: .2rem;}
.about5 .item p{font-size: .16rem;color: #fff;line-height: 1.5;padding: 0 1.5vw}
.about5 .item{text-align: center;}
.about5 .idx-title .h1{margin-bottom: 1.1rem;color:#fff}
.about5 .swiper-box{padding:0 3vw;}
.about5 .swiper-box{position: relative;}
.about5 .nextbtn{width:.46rem;position: absolute;right: 0;top:1.2rem;z-index: 3;cursor:pointer;transition:all .3s ease}
.about5 .prevbtn{width:.46rem;position: absolute;left:0;top:1.2rem;z-index: 3;cursor:pointer;transition:all .3s ease}
.about5 .linebox{height: 18px;background: url(../images/line1.png);background-size: cover;background-position: center;position: absolute;top: 4.72rem;left: 0;width: 100%;}
@media (max-width: 1000px){
  .about2 .title{margin-right: 5vw;}
}
@media (max-width: 1400px){
	.about5 .item .imgbox{width: 1.6rem}
	.about5 .linebox{top:4.4rem}
}
@media (min-width: 1000px){
.about5 .prevbtn:hover{transform:translateX(-3px)}
.about5 .nextbtn:hover{transform:translateX(3px)}
  .news1box .item:hover .imgbox img{transform: scale(1.05);}
  .news1box .item:hover .h1{color: #62b1c1}
  .news1tab .item:hover{background: #62b1c1;color: #fff}
  .news2bottom .item:hover{background: #62b1c1}
  .news2bottom .item:hover span{color: #fff}
  .conbox .right .btn1:hover{box-shadow: inset 0px 0px 0px 4px #3cb3c4;color:#3cb3c4;background: #fff;letter-spacing: 1px}
  .join2 .item:hover{background: #3cb3c4;transform: translateY(-5px);}
  .join2 .item:hover .h1{color: #fff}
  .join2 .item:hover p{color: #fff}
  .join5box .btn1:hover{transform: translateY(-5px);}
  .join4 .item:hover .imgbox img{transform: scale(1.05);}
}

@media (max-width: 767px){
.about1 .countbox .item .numbox img{left:-40px;bottom: 10px;z-index: -1;}
.join2 .item p{font-size:12px;}
.about5 .swiper-box{padding:0 5vw;}
.about5 .item p{padding:0 10px;}
.about5 .item .year{font-size:16px;}
    .about5 .item p{font-size: 13px;}
    .about5 .nextbtn{right: 0}
.about1 .idx-title .h2 br{display:block;}
.banner2{display:none;}
.m-banner{display:block}
  .banner2 .bannertxt .h1{max-width: 60vw}
  .banner2 .bannertxt .h2{font-size: 6vw;    letter-spacing: 1.2vw;    margin-top: 2vw;}
  .news1tab .item{font-size: 14px;border-width: 1px;width: 95px;height: 36px;line-height: 34px;  margin: 4px;}
  .news1box .item .h1{font-size: 14px;}
  .news1box .item .h2{font-size: 13px;}
   .news2bottom .item{width: 100%}
    .news2bottom .item span{font-size: 13px;}
    .news2box{padding:6vw}
    .news2top .h2{font-size: 12px;line-height: 1.3}
    .news2top .h1{font-size: 18px;}
    .conbox{height: auto;}
    .conbox>div{float: none;width: 100%;}
    .conbox:after{display: none;}
    .conbox .left{padding:8vw 5.5vw;border-bottom: 1px solid #62b1c1}
    .conbox .right{padding:8vw 5.5vw}
    .conbox .left .codeimg .imgbox{width: 40vw}
    .conbox .left .item{font-size: 14px;}
    .conbox .title{font-size: 20px;}
    .conbox .left .codeimg p{font-size: 12px;}
    .conbox .right .btn1{font-size: 14px;margin-top: .5rem}
    .conbox .right .item .label1 span{font-size: 14px;}
    .conbox .right .item input{font-size: 14px;height: 32px;}
    .conbox .right select{font-size: 14px;height: 32px;background-size: 4%}
    .conbox .right .timebox input{background-size: 7%}
    .conbox .right .item2 .label1{margin-right:10vw}
    .conbox .right .title{margin-bottom: 0}
    .conbox .left .title{margin-bottom: .5rem}
    .join1 .container{display: block;}
    .join1 .item:last-child{align-items: center;margin-bottom: 15px;}
    .join1 .item .h1{font-size: 16px;}
    .join1 .item .h2{font-size: 12px;}
    .join1 .item{margin-bottom: 15px}
    .join1 .left{padding-right: 0}
    .join1 .item img{margin-right: 15px;width: 50px}
    .join1 .right{max-width: 100%}
    .idx-title .h1{font-size: 24px}
    .join1{padding: .65rem 0}
    .join2 .item{padding: .3rem .4rem;height: auto}
	.join2 .item .h1{font-size:16px}
	.join2 .item .h2{font-size:12px}
    .join2 .col-sm-6{padding:6px 2vw}
    .join4 .col-sm-3{padding:5px}
    .join4 .item p{font-size: 12px;height:70px}
    .join4 .idx-title .h1{margin-bottom: .5rem}
    .join1 .idx-title .h1{margin-bottom: .5rem;}
    .join3 .idx-title .h1{margin-bottom: .5rem}
    .join3 .item{width: 50%}
    .join3 .item:nth-child(even){margin-top: 0}
    .join3box .line{display: none;}
    .join3 .item .h1{margin: 10px 0}
    .join3 .item .h2{font-size: 13px;height: 40px;}
    .join3{padding: .8rem 0}
    .join5box input{font-size: 13px;height: 40px}
    .join5box select{height: 40px;background-size: 3%}
    .join5 .idx-title{margin-bottom: .5rem}
    .join5 .col-sm-4{padding: .1rem .18rem}
    .join5box2 .title{font-size: 13px;}
    .join5box .btn1{width: 120px;font-size: 13px;}
    .about1 .countbox{display: block;margin: 0;font-size:0;}
    .about1 .countbox .item{margin-top: 15px;display:inline-block;width:50%}
    .about1 .countbox .item .num{font-size: 10vw}
    .idx1left .countbox .item p{font-size: 12px;}
    .about2 .container{display: block;}
    .about2 .title:after{display: none;}
    .about2 .title{text-align: center;margin: 0;padding: 0;margin-bottom:.4rem}
    .about2 .imgbox{max-width:100%;margin:.4rem auto 0}
    .about2{padding: 1rem 0}
    .about2 .item .h1{font-size: 16px;}
    .about2 .item .h2{font-size: 12px;}
    .about3box{padding:.4rem 2.5vw;}
    .about3box .col{width: 50%!important}
    .about3box .itembox .btn1{width:100px;height: 28px;font-size: 13px;line-height: 26px;}
    .about3box .itembox .before{padding: 0;height: 45px;font-size: 14px;text-align: center;}
    .about3box .title{padding: 0;font-size: 14px;line-height:40px;text-align: center;}
    .about3 .after{padding:5vw 6vw}
    .about3 .after .h1{font-size: 14px;}
    .about3 .after p{font-size: 12px;}
}

/*.subnav{margin-top: -.8rem;position: relative;z-index: 2;font-size: 0;text-align: center;  background-image: -moz-linear-gradient( 90deg, rgba(106,119,138,1) 0%, rgba(106,119,138,0.6) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(106,119,138,1) 0%, rgba(106,119,138,0.6) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(106,119,138,1) 0%, rgba(106,119,138,0.6) 100%);}*/
.subnav{margin-top: -.8rem;position: relative;z-index: 2;font-size: 0;text-align: center;background:#f2f4f6;}
.subnav:before{content:"";width: 100%;height: 1px;left: 0;top: 0;background:rgba(255,255,255,.1);position: absolute;}
.subnav .item{line-height: .8rem;text-align: center;font-size: 0;width: 25%;transition: all .5s ease;position: relative;z-index: 0;display: inline-block;}
.subnav .item img{display: inline-block;vertical-align: middle;margin-right: .1rem;height:30px;}
.subnav .item img.im2{display:none}
.subnav .item span{display: inline-block;vertical-align: middle;font-size:.18rem;color: #707070}
.subnav .item:after{content:"";width: 100%;height: 100%;background: #62b1c1;position: absolute;left: 0;top: 0;z-index: -1;transform: translateY(10px);opacity: 0;transition: all .5s ease}
.subnav .item.on:after{transform: translateY(0);opacity: 1;}
/*.subnav .item.on img.im2{display:none}*/
.subnav .item.on img.im1{display:none}
.subnav .item.on img.im2{display:inline}
.subnav .item.on span{color:#fff;}
.coursebanner .bannertxt .h2{margin-top: 0;line-height: 1.2}
.course1{padding: .3rem 0 0.7rem}
.course1 .row{margin: 0 -1.5vw;}
/*.course1 .col-sm-4{padding: 0 1.5vw}*/
.course1 .item .content{line-height: 1.818;color: #f7f7f7;font-size: .22rem;text-align: center;position: absolute;top: 25%;left: 0;right: 0}
.course1 .item{position: relative;}
.course1 .idx-title .h1{margin-bottom: .55rem}
.course2{background-size: cover;background-position:top center;}
.course2 .container{display: flex;align-items: center;height: 8.39rem}
.course2 .h1{font-size: .42rem;color: #fff;font-family: "DIN";margin-bottom: 4vw;}
.course2 .txtbox p{font-size: .18rem;color: #fff;line-height: 2}
.course2 .imgbox{flex: 1;padding-right:2vw;}
.course2 .txtbox{width: 45.2%;}
.course3{background: url(../images/about3bg.jpg);background-position: center;padding: .8rem 0 .6rem}
.course3 .idx-title .h1{margin-bottom: .28rem;}
.course3 .imgbox{padding: 0 9vw;}
.course3 .imgbox img{margin: 0 auto;}

.course4{background-size: cover;background-position: center;padding: 1.25rem 0 .8rem}
.course4 .imgbox{position: relative;width:6.93rem;}
.course4 .imgbox .content{position: absolute;top:1.3rem;left:1.55rem;right:1.35rem}
.course4 .imgbox .content .h1{font-size: .42rem;color: #3cb3c4;font-family: "DIN";margin-bottom:.5rem}
.course4 .imgbox .content p{font-size: .18rem;color: #333;line-height: 2}
.course4 .imgbox img{-webkit-animation: round3 10s linear infinite;animation: round3 8s linear infinite;}








@media (max-width: 1400px){
  .subnav .item span{font-size: .16rem;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;}

}
@media (max-width: 1200px){
  .course1 .item .content{font-size: .18rem}
  .subnav .item span{max-width: 70%}
}
@media (min-width: 1000px){
  .subnav .item:hover:after{transform: translateY(0);opacity: 1;}
  .subnav .item:hover span{color:#fff;}
  .subnav .item:hover img.im1{display:none}
  .subnav .item:hover img.im2{display:inline}
}
.video-box{position: fixed;top:50%;left:50%;padding-bottom: .3rem;border-radius: .1rem;background: #fff;width:55vw;display: none;z-index:15}
.video-box .videoclose{float: right;margin-right: .1rem;cursor:pointer;}
.video-box video{display: block;width: 100%}
.video-box .top{padding: .1rem 0}
@media (max-width: 767px){
.course3 .imgbox{padding:0 15px;}
.video-box{width: 100vw;}
	.video-box .videoclose{width: 10px;}
  /*.subnav{margin-top: -42px}*/
  .subnav{margin-top: 0px}
  .subnav-menu{display: flex;padding: 0 15px;font-size: 13px;height:42px;background: #62b1c1;align-items: center;color: #fff;text-align: left;}
    .subnav .container{position: absolute;top: 42px;margin: 0 -15px;left: 0;padding: 0;right: 0;background: #fff;display: none;}
    .subnav .item{width:100%;line-height: 42px;    border-bottom: 1px solid rgba(0,0,0,.05);float: none;display: block;}
    .subnav .item span{font-size: 13px;color: #333}
    .subnav .item.on span{color: #62b1c1}
    .subnav .item img{display: none;}
    .subnav .item:after{display: none;}
    .subnav-menu .icon{width: 20px;height: 20px;background: url(../images/down4.png);background-size: cover;transform: rotate(-90deg); transition: all .5s ease;}
    .subnav-menu.on .icon{transform: rotate(0);}
    .course1 .row{margin: -3vw 0}
    /*.course1 .col-sm-4{padding: 3vw 5vw}*/
    .course1 .item .content{font-size: 14px}
    .course1{padding: .7rem 0}
    .course2 .container{display: block;height: auto;}
    .course2 .imgbox{width: 100%;padding: 0}
    .course2 .txtbox{width: 100%;padding: 0;margin-top:20px}
    .course2 .txtbox p{font-size: 13px;}
    .course2{padding: .7rem 0}
    .course2 .h1{font-size: 24px}
    .course4 .imgbox .content .h1{font-size:24px;margin-bottom: 20px}
    .course4 .imgbox{left: 50%;margin-left: -3.46rem;}
    .course4 .imgbox .content p{font-size: 12px}

    .subnav2{margin-top:-42px;position: relative;font-size: 0px;text-align: center;background:rgba(57,64,74,.9);z-index:2;height:42px;line-height:42px;color:#fff;text-align:center;}
    /*.subnav{margin-top: -.8rem;position: relative;z-index: 2;font-size: 0;text-align: center;background:#f2f4f6;}*/
    .subnav2:before{content:"";width: 100%;height: 1px;left: 0;top: 0;background:rgba(255,255,255,.1);position: absolute;}
    .subnav2 .item{line-height:42px;text-align: center;font-size: 0;width: 25%;transition: all .5s ease;position: relative;z-index: 0;display: inline-block;}
    .subnav2 .item img{display: inline-block;vertical-align: middle;margin-right: .1rem;height:30px;display:none}
    .subnav2 .item img.im2{display:none}
    .subnav2 .item span{display: inline-block;vertical-align: middle;font-size:.18rem;color: #fff}
    /*.subnav2 .item:after{content:"";width: 100%;height: 100%;background: #62b1c1;position: absolute;left: 0;top: 0;z-index: -1;transform: translateY(10px);opacity: 0;transition: all .5s ease}
    .subnav2 .item.on:after{transform: translateY(0);opacity: 1;}*/
    .subnav2 .item.on img.im2{display:none}
    .subnav2 .item.on{color:#fff;background:#39404a}
}

.consult-btn{width: .85rem;display: none;position: fixed;right:.1rem;top:50%;z-index: 10;cursor: pointer;}




/*.brand1{padding: .7rem 0 1rem;}*/
.brand1 .nav{padding: .2rem 0;border-bottom: 1px solid #e2e2e2}
.brand1 .nav .left a{color:#999;transition: all .3s}
.brand1 .nav .left a.on{color:rgb(53, 53, 53)}
.brand1 .nav .left span{color: #62b1c1;font-size: .18rem;}
.brand1 .nav .right img{display: inline-block;margin-right: 5px;height: .18rem}
.brand1 .nav .right span{font-size: .18rem;color: rgb(102, 102, 102);display: inline-block;vertical-align: middle;transition: all .3s}
.brand1 .one{display: flex;padding: .35rem 0 0 0;}
.brand1 .one .left{flex: 1;/*padding-right: 3.4vw*/}
.brand1 .one .right{flex: 1;padding-left: 3.2vw;padding-top:5vw}
.brand1 .one .imgbox{position: relative;}
.brand1 .one .brandimg{width:11vw;height:8vw;position: absolute;background: #fff;top: -4vw;left: -6.6vw;box-shadow: 0px .09rem .59rem 0px rgba(0, 0, 0, 0.04);}
.brand1 .one .brandimg img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.brand1 .one .left h1{font-size: .3rem;color: rgb(51, 51, 51);margin-bottom: .3rem}
.brand1 .one .left h1:before{content:"";width: .07rem;height: .32rem;display: inline-block;background:#62b1c1;vertical-align: middle;margin-right: .15rem}
.brand1 .one .left h2{font-size: .36rem;color: rgb(51, 51, 51);}
.brand1 .one .left .collect img{display: inline-block;}
.brand1 .one .left .collect span{font-size: .16rem;color:rgb(102, 102, 102);display: inline-block;vertical-align: middle;}
.brand1 .one .left .collect{display: inline-block;cursor: pointer;margin: .2rem 0;font-size: 0}
.brand1 .one .left p{font-size: .18rem;color: rgb(102, 102, 102);line-height: 2;}
.brand1 .one .left .supplier .txt{font-size: .24rem;color: rgb(51, 51, 51);}
.brand1 .one .left .supplier .btn1{transition: all .3s;font-size: .18rem;color: #fff;width: .78rem;line-height: .36rem;text-align: center;background: #f2b13e;border-radius: 25px;display: block;}
.brand1 .one .left .supplier{padding: .35rem 0 .15rem;position: relative;margin-top: 3vw}
.brand1 .one .left .supplier:before{content:"";height: 4px;width: 100%;left: 0;top: 0;background: url(../images/border.png);-webkit-background-size: cover;background-size: cover;position: absolute;}
.brand1 .one .left img{width: .35rem;margin-right: .1rem;}
.brand1 .two .top{padding: .5rem 0}
.brand1 .two .top .left{font-size: 0;}
.brand1 .two .top .left .item1{margin-right: 1px;text-align: center;font-size: .24rem;color: rgb(153, 153, 153);line-height: .7rem;padding: 0 .3rem;min-width: 2.55rem;display: inline-block;transition: all .3s;background: #fff}
.brand1 .two .top .left .item1.on{padding-left: .45rem;background: #4c5562;color: #fff}
.brand1 .two .top .title{font-size: .3rem;color: rgb(51, 51, 51);}
.brand1 .two .top .title:after{content:"";width: .07rem;height: .32rem;display: inline-block;background:#62b1c1;vertical-align: middle;margin-right: .15rem}
.brand1 .two .row{margin: 0 -.15rem}
.brand1 .two .col-sm-4{padding: .15rem}
/*.brand1 .two .item {width:100%;height:100%;overflow:hidden}*/
.brand1 .two .item .imgbox{position: relative;}
.brand1 .two .item .bottom{padding: .25rem .35rem .3rem .28rem}
.brand1 .two .item .content{padding-right: 2vw}
.brand1 .two .item .content h1{font-size: .24rem;color: rgb(51, 51, 51);margin-bottom: .12rem;transition: all .3s;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.brand1 .two .item .content p{font-size: .16rem;line-height: 1.5;color: rgb(153, 153, 153);margin-bottom: 5px}
.brand1 .two .item .content p:nth-of-type(2){height:.48rem;overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.brand1 .two .item{display: block;background: #fff;box-shadow: 0px 9px 49px 0px rgba(0, 0, 0, 0.04);transition: all .3s}
.brand1 .two .item .goimg{width: .58rem}
/*.brand1 .two .item .imgbox img{transform:scale(1);}
.brand1 .two .item:hover .imgbox img{transform:scale(1.05); transition: transform 0.3s ease-out;}*/

.brand-title{font-size: .3rem;color: rgb(51, 51, 51);margin-bottom: .3rem}
.brand-title:before{content:"";width: .07rem;height: .32rem;display: inline-block;background:#62b1c1;vertical-align: middle;margin-right: .15rem}

@media (max-width: 1600px){
	.brand1 .two .item .content{padding-right: 3vw}
	.brand1 .one{align-items: center;}
}
@media (min-width: 1000px){
.prodetails .one .btn-box a:hover{transform:translateY(-5px)}
.brand .top .item:hover span{transform:translateX(5px)}
.platform2 .two .next:hover img{transform:translateX(8px)}
.platform2 .two .prev:hover img{transform:translateX(-8px)}
.platform .four .next:hover img{transform:translateX(8px)}
.platform .four .prev:hover img{transform:translateX(-8px)}
.prodetails .one .btn1:hover img{opacity:1}
   .prodetails .one .prev .btn1:hover img{transform:translateX(-5px)}
   .prodetails .one .next .btn1:hover img{transform:translateX(5px)}
	.brand .list .item1:hover{transform: translateY(-10px);}
	.brand .list .more:hover{transform: translateY(-10px);}       
	.brand .list .item1:hover .imgbox:after{    background: rgba(0,0,0,.1);}
/*	.brand .list .item1:hover .logoimg{opacity: 0}*/
    .brand1 .nav .right:hover span{color:#62b1c1 }
    .brand1 .two .top .left .item1:hover{padding-left: .45rem;background: #4c5562;color: #fff}
    .brand1 .two .item:hover .content h1{color:#62b1c1}
    .brand1 .two .item:hover{transform: translateY(-5px);}
    .brand1 .one .left .supplier .btn1:hover{background:#62b1c1;color: #fff }
    .brand2 .three .next:hover{background:#62b1c1 }
	.brand2 .three .prev:hover{background:#62b1c1 }
    .brand2 .one .video1 .play:hover{background:rgba(226,67,57,1)}
    .brand2 .one .video1 .play:hover .before{opacity: 0}
    .brand2 .one .video1 .play:hover .after{opacity: 1}
    .brandsearch .nav .right:hover span{color:#62b1c1}
}
@media (max-width: 767px){
    .prodetails .four .imgbox{padding:0px;}
.prodetails .four .imgbox{margin:15px;}
    .pro-menu .item{width:1.2rem}
	.pro-menu .item p{font-size:5px;}
	.brand2 .nav{display: block;}
	.brand2 .nav .right{float: right;margin-top: .1rem}
	.brand1 .one{display: block;}
	.brand1 .two .item .content h1{font-size: 18px}
	.brand1 .two .item .content p{font-size: 14px;}
	.brand1 .two .item .content p:nth-of-type(2){height:42px}
	.brand1 .one .left .collect span{font-size: 14px}
	.brand1 .one .left p{font-size: 14px}
	.brand1 .one .left{padding: 0;;padding-bottom: .3rem}
	.brand1 .one .right{padding: 0}
	.brand1 .one .left .supplier .btn1{font-size: 14px;line-height:.4rem;width: .9rem}
	.brand1 .nav .left span{font-size: 14px;}
	.brand1 .nav .right span{font-size: 14px;}
	.brand1 .two .top{display: block;}
	.brand1 .one .brandimg{display: none;}
	.brand2 .three .item p{font-size: 14px;}
	.brand1 .two .item .bottom{padding: .3rem}
	.brand2 .three .swiper-container{padding-right: .38rem}
	.brandsearch .nav{display: block;}
	.brandsearch .nav .right{float: right;margin-top: .1rem}
	.brandsearch .nav .left{font-size: 14px;}
	.brandsearch .nav .right span{font-size: 14px;}
	.search-box .right{padding: 0 10px}
	.search-box .right span{font-size: 14px;}
	.search-box input{font-size: 14px;}
	.prodetails .one .btn-box a{width: 40%}
	.prodetails .two .item{width: 100%;padding: 0 15px;font-size: 14px;}
	.prodetails .two .item span{display: inline;}
	.prodetails .one .swiper-container{flex: 1;margin: 0 15px}
	.prodetails .one .name{font-size: 18px;}
	.prodetails .one .swiperbtn{position: absolute;z-index: 10;    width: auto;padding: 0 15px;}
	.prodetails .one .prev{left: 0;}
	.prodetails .one .next{right: 0;}
	.prodetails .one .btn1{background: rgba(255,255,255,.1)}
	.prodetails .one .ask1 .input input{font-size: 14px;}
	.prodetails .one .ask1 .col{width: 100%}
	.pro-menu{display: none;}
	.prodetails .one .ask1{height: 3.6rem;top: 0;margin:0;left: 0;right: 0;width: auto;}
	.prodetails .one .ask2{height: 3.6rem;top: 0;margin:0;left: 0;right: 0;width: auto;}
	.brandapply .title h2{font-size: 14px;}
	.brandapply .title h1 .txt{font-size: 16px}
	.brand .list .item{height:4rem;}
	.brand .list .item1{height:6rem;}
	.brand .top .col{width:50%}
	.brand1 .two .item .content p.intro{height:auto;}
}




.pagelist a{display: inline-block;vertical-align: middle;font-size: .16rem;color: #333;width: .4rem;height: .4rem;border-radius: 50%;transition: all .3s linear;line-height: .4rem;margin: 0 .12rem;position: relative;}
.pagelist{font-size: 0;text-align: center;margin-top: .5rem;float:left;width:100%;clear:both}
.pagelist a.on{background: #62b1c1;color: #fff}

@media (min-width: 1000px){
   .pagelist a:hover{background: #62b1c1;color: #fff}
}
@media (max-width: 767px){
    .pagelist a{font-size: 13px;width: 30px;height: 30px;line-height: 30px;}
}


/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

.primary-sidebar {
  margin-bottom: 0px;
  width:25%;
  float:left;
}
.content-area {float:right;width:73%;}

.primary-sidebar .widget {
  margin-bottom: 20px;
  background-color: #f2f4f6;
}
.primary-sidebar .widget ul {
  list-style: none;
  padding:0;
  margin:0;
}
.primary-sidebar .widget_search input {
  padding: 22px 30px;
  background-color: transparent;
  border:none;
}
.primary-sidebar .widget_search button {
  font-size: 26px;
  min-width: auto; 
  padding-left:30px; 
  padding-right: 30px; 
  line-height:26px; 
  color:#b7b7b7;
  background-color: 
  transparent;
}
.widget-title {
  color:#03132b;
  font-size:16px;
  padding:25px 30px;
  border-left:2px solid #62b1c1;
  text-transform: uppercase;
  margin-bottom: 0; 
}
.primary-sidebar .widget_categories ul li a {
  display:block;font-size: 16px;
  line-height: 26px;
  color: #707070;
  padding: 9px 30px;
  border-top:1px solid #fff;
}
.primary-sidebar .widget_categories ul li a:hover {
  background-color: #62b1c1;
  color:#fff;
  text-decoration: none;
}
.primary-sidebar .widget_categories ul li a.hover {
  background-color: #62b1c1;
  color:#fff;
  text-decoration: none;
}
.primary-sidebar .widget_recent_news .thumb{
  float:left;
  margin-right:20px;
}
.recent-news li {
  padding: 30px;
  border-top:1px solid #ffffff;
}
.recent-news h4 {
  font-size:16px; 
  line-height:20px;
  color: #363636;
  margin-bottom: 6px;
}
.recent-news .entry-date {
  font-size: 14px;
  line-height: 14px;
  color:#707070;
}
.tagcloud {
  padding: 25px;
  border-top:1px solid #fff; 
  overflow-y: hidden; 
}
.tagcloud a {
  float: left; 
  font-size: 16px; 
  line-height: 24px; 
  padding: 10px 16px; 
  margin:5px; 
  background-color: #fff;
}
.tagcloud a:hover {
  color: #fff;
  background-color: #62b1c1; 
  text-decoration: none;
}
.recent-tweets li {
  padding:30px; 
  border-top:1px solid #fff;
}
.tweets-logo { 
  float: left;
}
.tweets-logo i {
  font-size: 18px; 
  color: #00aeef;
}
.tweets-content {
  padding-left: 40px;
}
.tweets-content p {
  font-size: 16px; 
  line-height: 24px;
  font-weight: 500;
}
.tweets-content a {
  color: #62b1c1;
}
.meta-left {
  float: left;
}
.meta-right, .meta-left {
  margin-bottom: 0;
}
.single-post {
  margin-bottom: 50px;
  float:left;width:100%;
}
.seperate-border {
  padding-bottom: 30px; 
  border-bottom: 1px solid #e1e1e1; 
  margin-bottom: 30px;
}
.meta-post {
  text-align: right;
}
.meta-left {
  float: left;
}
.meta-right, .meta-left {
  margin-bottom: 0;
}
.single-img {
  display: table;
}
.img-left {
  position: relative;
  width: 63%; 
  float: left; 
  padding-right: 15px;
}
.img-right {
  position: relative;
  width: 37%; 
  float: left; 
  padding-left: 15px;
}
.img-right img {
  margin-bottom: 30px;
}
.img-right img:last-child {
  margin-bottom: 0;
}
.img-left img, .img-right img {
  width: 100%;
}
blockquote {
  font-size: 30px;
  line-height: 38px;
  font-weight:500;
  padding:0; 
  padding-left:30px; 
  color: #62b1c1;
  background-color: transparent;
  margin: 0;
}
blockquote .post-blockquote-author {
  font-size: 16px; 
  line-height: 26px; 
  color: #707070; 
  font-style: normal;
  padding-top: 94px;
}
blockquote .author-name {
  color: #252525;
}
.blockquote-post {
  margin-bottom: 40px;
}
.blockquote-post::before {
  position: absolute;
  top: 0; 
  left: 0;
  width: 2px; 
  height: 53px; 
  background-color: #62b1c1;
  font-size: 0;
  content:'';
}
.tags {
  float: left;
  color: #707070;
  font-size: 16px; 
  line-height: 24px;
  font-weight: 500;
}
.tags a {
  color: #707070; 
  margin-left: 10px;
}
.tags a:hover{
  color:#62b1c1;
}
.share {
  text-align: right;
  font-weight: 500;
}
.share a, .author-social a {
  color: #b7b7b7;
  font-size: 20px;
  line-height: 26px;
  margin-left: 10px;
}
.share a:hover {
  color: #62b1c1;
}
.author-post {
  padding: 30px; 
  background-color: #f2f4f6;
  margin-bottom: 30px;
}
.author-img {
  float: left;
}
.author-desc {
  padding-left: 130px;
}
.author-social a:first-child{
  margin-left: 0;
}
.comments-area {
  padding-top: 20px;
}
.comments-area ol, .comments-area ul {
  list-style: none; 
  padding-left: 0;
}
.comment-list li {
  padding-bottom: 60px;
}
.comment-list li:last-child {
  padding-bottom: 30px;
}
.gravatar {
  float: left;
}
.comment-content {
  padding-left: 80px;
}
.comment-author {
  display: inline-block;
  font-size: 16px;
  color: #03132b;
  margin-bottom: 10px;
}
.comment-time {
  color: #b7b7b7;
}
.comment-content p {
  margin-bottom: 10px;
}
.btn.comment-reply-link {
  font-size: 12px;
  line-height: 24px;
  padding: 0 18px;
  color: #707070; 
  background-color: #f2f4f6;
  min-width: auto; 
  min-height: auto; 
}
.btn.comment-reply-link:hover {
  color: #fff;
  background-color: #62b1c1;
  text-decoration: none;
}
.comment-list .children {
  padding-left: 55px;
}
.comment-form input {
  margin-bottom: 30px; 
  width: 100%;
}
.comment-form textarea {
  margin-bottom: 20px;
}
p.form-submit {
  margin-bottom: 0;
}
p .btn-submit {
  font-size: 16px;
  color: #fff;
  padding: 18px 30px; 
  width: auto;
  margin-bottom: 0;
}
.entry-header h4{margin-top:20px;float:left;width:100%;}

@media (max-width: 767px){
    .content-area {width:100%;}
}

.site-main .pd_list_dl {float:left;width:23.875%;background:#f5f5f5;margin-bottom:30px;border-radius:20px;padding:12px;margin-right:1.5%;}
.site-main .pd_list_dl:nth-child(4n) {margin-right:0px;}
.pd_list_dl a {float:left;}
.pd_list_dl a img{float:left;width:100%;}
.pd_list_dl:hover img{opacity:0.8;filter(alpha=80)}
.pd_list_dl div {float:left;width:100%;text-align:center;padding:10px 0px 0px 0px;line-height:24px;font-size:16px;}
.pd_list_dl div a{float:left;width:100%;display:block;color:#666;height:48px;overflow:hidden;display:block;}

@media (max-width: 1600px){

}
@media (max-width: 1440px){
    .site-main .pd_list_dl {float:left;width:32%;background:#f5f5f5;margin-bottom:30px;border-radius:20px;padding:12px;margin-right:2%;}
    .site-main .pd_list_dl:nth-child(4n) {margin-right:2%;}
    .site-main .pd_list_dl:nth-child(3n) {margin-right:0%;}
}
@media (max-width: 1360px){
    .site-main .pd_list_dl {float:left;width:32%;background:#f5f5f5;margin-bottom:30px;border-radius:20px;padding:12px;margin-right:2%;}
    .site-main .pd_list_dl:nth-child(4n) {margin-right:2%;}
    .site-main .pd_list_dl:nth-child(3n) {margin-right:0%;}
}
@media (max-width: 1199px){
    .site-main .pd_list_dl {float:left;width:32%;background:#f5f5f5;margin-bottom:30px;border-radius:20px;padding:12px;margin-right:2%;}
    .site-main .pd_list_dl:nth-child(4n) {margin-right:2%;}
    .site-main .pd_list_dl:nth-child(3n) {margin-right:0%;}
}
@media (max-width: 992px){
    .site-main .pd_list_dl {float:left;width:32%;background:#f5f5f5;margin-bottom:30px;border-radius:20px;padding:12px;margin-right:2%;}
    .site-main .pd_list_dl:nth-child(4n) {margin-right:2%;}
    .site-main .pd_list_dl:nth-child(3n) {margin-right:0%;}
}
@media (max-width: 768px) {
    .pd_list_dl div {line-height:24px;font-size:12px;}
    .site-main .pd_list_dl {width:49%;margin-right:2%;}
    .site-main .pd_list_dl:nth-child(3n) {margin-right:2%;}
    .site-main .pd_list_dl:nth-child(2n) {margin-right:0px;}
}




.prodetails{background: #f4f5f6;padding-bottom: .6rem}
.prodetails .nav{padding: .42rem 0;}
.prodetails .nav .left a{color:#999;transition: all .3s}
.prodetails .nav .left a.on{color:rgb(53, 53, 53)}
.prodetails .nav .left span{color: #3cb3c4;font-size: .18rem;}
.prodetails .nav .right img{display: inline-block;margin-right: 5px;height: .18rem}
.prodetails .nav .right span{font-size: .18rem;color: rgb(102, 102, 102);display: inline-block;vertical-align: middle;transition: all .3s}

.pro-title{font-size: .3rem;color: rgb(1, 51, 51);padding-left: .3rem;position: relative;}
.pro-title:before{content: "";width: .07rem;height: .3rem;position: absolute;left: 0;top: 50%;margin-top: -.15rem;background: #3cb3c4}

.prodetails .one{background: #fff;margin-bottom: .2rem;padding: .5rem 0}
.prodetails .one .btn-box a{font-size: .24rem;color: #fff;display: inline-block;width: 2.5rem;line-height: .6rem;text-align: center;border-radius: 30px;cursor:pointer;transition:all .3s}
.prodetails .one .btn-box .btn2{background: #3cb3c4;margin-right: .16rem}
.prodetails .one .btn-box .btn3{background: #f7b426}
.prodetails .one .btn-box{font-size: 0;text-align: center;margin-top: .4rem}
.prodetails .one .name{font-size: .36rem;color: rgb(51, 51, 51);text-align: center;margin-top: .5rem}
.prodetails .one .swiper{display: flex;align-items: center;position: relative;}
.prodetails .one .swiper-container{width: 50%;padding-bottom: .4rem}
.prodetails .one .swiperbtn{width: 25%;}
.prodetails .one .btn1{width: .9rem;height: .9rem;position: relative;background: #f4f5f6;border-radius: 50%;margin: 0 auto;cursor: pointer;margin-top: -.4rem;user-select:none;}
.prodetails .one .btn1 img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: .28rem}
.prodetails .one .swiper-pagination-bullet{width: .3rem;height:4px;opacity: 1;border-radius: 0;background: #eeeff0;margin: 0 3px;}
.prodetails .one .swiper-pagination-bullet-active{background: #3cb3c4}
.prodetails .one .swiper-pagination{bottom: 0}
.prodetails .one .btn1 img{opacity: 0.3;transition:all .25s;}
.prodetails .one .ask1{height: 3rem;background:rgba(247, 180, 38,0.929);position: absolute;z-index: 10;top: 50%;margin-top: -1.7rem;width: 32vw;left: 50%;margin-left: -16vw;}
.prodetails .one .ask1{padding: 0 2.5vw;z-index: 20;display: none;}
.prodetails .one .ask1 .col{float: left;width: 50%;padding: 0 .1rem}
.prodetails .one .ask1 .row{margin: 0 -.1rem}
.prodetails .one .ask1 .input{border-bottom: 1px solid #fff;position: relative;margin-top: .2rem}
.prodetails .one .ask1 .input input{width: 100%;color: #fff;font-size: .16rem;height: .32rem;background: transparent;padding: 0 5px}
.prodetails .one .ask1 .input input::-webkit-input-placeholder{color:#fff;}
.prodetails .one .ask1 .input:before{content:"";height: .05rem;width: 1px;background: #fff;position: absolute;left: 0;bottom: 0}
.prodetails .one .ask1 .input:after{content:"";height: .05rem;width: 1px;background: #fff;position: absolute;right: 0;bottom: 0}
.prodetails .one .ask1 h1{font-size: .3rem;color: #fff;text-align: center;}
.prodetails .one .ask1 .submit{background: none;padding: 0;display: block;margin: .28rem auto 0}
.prodetails .one .ask2{height: 3rem;background:rgba(247, 180, 38,0.929);position: absolute;z-index: 10;top: 50%;margin-top: -1.7rem;width: 32vw;left: 50%;margin-left: -16vw;}
.prodetails .one .ask2{padding: 0 6vw;display: none;z-index: 20}
.prodetails .one .ask2 img{margin: 0 auto;width: .69rem}
.prodetails .one .ask2 p{font-size: .16rem;color: #fff;line-height: 1.316;margin-top: .35rem}




.prodetails .two{background: #fff;margin-bottom: .2rem;padding: .35rem 0 .5rem}
.prodetails .two .item{font-size: .18rem;color: rgb(102, 102, 102);line-height: 2.667;float: left;width: 50%}
.prodetails .two .item .title{min-width:1.25rem;padding-right: .25rem}
.prodetails .two .item span{display: inline-block;}
.prodetails .two .item:nth-child(2n+1){padding-left: 4vw}
.prodetails .two .clearfix{margin-top: .35rem}
.prodetails .three{padding: .35rem 0;background: #fff;margin-bottom: .2rem;padding-right: .4rem}
.prodetails .three .right span{font-size: .24rem;color: rgb(102, 102, 102);display: inline-block;vertical-align: middle;}
.prodetails .three .right img{display: inline-block;margin-right:5px;width: .48rem}

.prodetails .four{padding-top: .4rem;background: #fff;/*padding-bottom: .32rem*/}
.prodetails .four .imgbox{overflow: hidden;padding:30px;line-height:30px;font-size:15px;padding-bottom:0px;}

@media (min-width: 1000px){
   .prodetails .one .btn-box a:hover{transform:translateY(-5px)}
   .prodetails .one .btn1:hover img{opacity:1}
   .prodetails .one .prev .btn1:hover img{transform:translateX(-5px)}
   .prodetails .one .next .btn1:hover img{transform:translateX(5px)}

}
@media (max-width: 767px){
    .prodetails .four .imgbox{padding:0px;}
    .prodetails .four .imgbox{margin:15px;}

	.prodetails .one .btn-box a{width: 40%}
	.prodetails .two .item{width: 100%;padding: 0 15px;font-size: 14px;}
	.prodetails .two .item span{display: inline;}
	.prodetails .one .swiper-container{flex: 1;margin: 0 15px}
	.prodetails .one .name{font-size: 18px;}
	.prodetails .one .swiperbtn{position: absolute;z-index: 10;    width: auto;padding: 0 15px;}
	.prodetails .one .prev{left: 0;}
	.prodetails .one .next{right: 0;}
	.prodetails .one .btn1{background: rgba(255,255,255,.1)}
	.prodetails .one .ask1 .input input{font-size: 14px;}
	.prodetails .one .ask1 .col{width: 100%}

	.prodetails .one .ask1{height: 3.6rem;top: 0;margin:0;left: 0;right: 0;width: auto;}
	.prodetails .one .ask2{height: 3.6rem;top: 0;margin:0;left: 0;right: 0;width: auto;}

}


#fh5co-contact {margin-top:30px;float:left; width:100%;}
#fh5co-contact p{ font-size:16px; line-height:30px;}
#fh5co-contact .contact-info {margin: 0;padding: 0;margin-top:20px;float:left;}
#fh5co-contact .contact-info li {list-style: none;margin: 0 0 15px 0;position: relative;padding-left: 40px;}
#fh5co-contact .contact-info li i {position: absolute;top: 0em;left: 0;font-size: 22px;color: rgba(0, 0, 0, 0.3);}
#fh5co-contact .contact-info li a {font-weight: 400 !important;}
#fh5co-contact .form-control {-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;box-shadow: none;border: none;border: 1px solid rgba(0, 0, 0, 0.1);font-size: 14px;font-weight: 400;-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;border-radius: 0px;}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {border-bottom: 1px solid rgba(0, 0, 0, 0.5);}
#fh5co-contact input[type="text"] {height: 50px;}
#fh5co-contact .form-group {margin-bottom: 30px;}


.con_map{float:left;width:100%;border:2px solid #3cb3c4;margin-top:20px;}
.mapContent{float:left;width:100%;height:700px;}
.BMap_Marker > div{
    position: relative;
    text-align: center;
    overflow: auto !important;
    animation: loc 2000ms infinite;
    -webkit-animation: loc 2000ms infinite;
    line-height: 150px;
}
.BMap_Marker > div > img{
    display: inline-block !important;
}
@keyframes loc
{
    from {transform: scale(1);}
    to {transform: scale(1.5);}
}
@-webkit-keyframes
{
    from {transform: scale(1);}
    to {transform: scale(1.5);}
}



.news1con .item2{display: flex;align-items: center;padding: .4rem;padding-right: 3.5vw;background: #fff;box-shadow: 0px .04rem .28rem 0px rgba(153, 153, 153, 0.23);margin-bottom: .5rem;transition: all .3s ease-in-out}
.news1con .item2 .title1{font-size: .22rem;color: #333;transition: all .3s ease-in-out}
.news1con .item2 .title2{font-size: .16rem;color: #666;line-height: 1.875;margin-top: .25rem}
.news1con .item2 .bottom{padding: 0;margin-top: .45rem;}
.news1con .item2 .time{font-size: .16rem;color: #999;font-family: "DIN"}
.news1con .item2 .imgbox img{width: 2.94rem;height:2.2rem;object-fit: cover;}
.news1con .item2 .imgbox{margin-right: .4rem}
.news1con .item2 .more{font-size: 0}
.news1con .item2 .more span{display: inline-block;vertical-align: middle;font-size: .16rem;color: #666;margin-right: .08rem}
.news1con .item2 .more img{width:.22rem;display: inline-block;vertical-align: middle;}

@media (min-width:1000px){
	.news1con .item2:hover{transform: translateY(-5px);}
	.news1con .item2:hover .title1{color: #df2424}
}

@media (max-width: 767px){

	.news1con .item2{display: block;padding: .4rem}
	.news1con .item2 .imgbox{margin-right: 0;}
	.news1con .item2 .imgbox img{width: 100%;height: 3rem}
	.news1con .item2 .title1{font-size: 14px;margin-top: 10px}
	.news1con .item2 .title2{font-size: 13px;margin-top:10px;}
	.news1con .item2 .time{font-size: 13px;}
	.news1con .item2 .more span{font-size: 13px;}
	.news1con .item2 .more img{width: 14px;}
	.news1con .item2 .bottom{margin-top: 15px}
}





/* banner */
#banner{width: 100%;height: 100vh;}
#banner .swiper-pagination{right: .5rem;left: auto;top: 50%;bottom: auto;width: auto;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
#banner .swiper-pagination-bullets .swiper-pagination-bullet{display: block;width: 8px;height: 8px;opacity: 1;transition: all .5s;background: transparent;background: #fff;position: relative;margin: 20px 0;}
#banner .swiper-pagination-bullets .swiper-pagination-bullet::after{content: "";display: block;width: 8px;height: 8px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;border-radius: 100%;transition: all .5s;}
#banner .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #ffffff;}
#banner .swiper-pagination-bullets .swiper-pagination-bullet-active::after{width: 16px;height: 16px;border: 1px solid #ffffff;}
#banner .swiper-slide{background-repeat: no-repeat;background-size: cover;background-position: center center;	}
/*#banner .b1{background: url("../images/banner1.jpg");}
#banner .b2{background: url("../images/banner2.jpg") no-repeat;background-size: cover;background-position: center;}*/

#banner .cn{margin-top: .3rem; font-size: .5rem; text-shadow: 0 1px 16px rgba(0,0,0,.16); -webkit-animation: fadeOutDown 2s; animation: fadeOutDown 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
#banner .swiper-slide-active .cn{-webkit-animation: fadeInUp 1.5s; animation: fadeInUp 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}


#banner .banner-info{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: space-around;/*align-items: center;*/color: #fff;}
#banner .banner-info >div{padding: 50px 20px;text-align: center;}
#banner .banner-info .title{font: .68rem 'BarlowSemiCondensed-SemiBoldItalic';text-shadow: 0px 12px 13px rgba(0,0,0,0.49);-moz-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);-webkit-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);-ms-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);line-height: 1.1;text-transform: uppercase;letter-spacing: 4px;}
#banner .banner-info .info{
	margin-top: .3rem;
    font-size: .22rem;
	font-family: "BarlowSemiCondensed-Regular";
    line-height: 1.5;
    text-align: center;
    -moz-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -webkit-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -ms-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
   
}
#banner .page2{
	position: absolute;
	z-index: 15;
	color: #fff;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	bottom: .35rem;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    font: 600 16px/2.5 'PingFangSC';
    letter-spacing: 1px;
    cursor: pointer;
}
@media (max-width: 639px){
	#banner .banner-info >div{
		padding-bottom: 1.5rem;
	}
	#banner .banner-info .title{
		font-size: .5rem;
	}
	#banner .page2{
		bottom: .5rem;
	}
    #banner  .cn img {max-width:90%;}
}
#banner .page2 p{
    position: relative;
}
#banner .page2 p span{
    border: 2px solid #fff;
    display: inline-block;
    width: 18px;
    height: 32px;
    border-radius: 10px;
}
#banner .page2 p::before{
    content: "";
    width: 2px;
    height: 6px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    background: #fff;
    animation: move .5s infinite;
}



.searchbox{position: fixed;left: 0;right: 0;top: 0;height: .85rem;display: flex;align-items: center;z-index: 10;background: #fff;padding: 0 12vw;transition: all .5s ease-in-out;transform: translateY(-100%);z-index:9999}
.searchform{flex: 1;display: flex;align-items: center;height: 70px;border-bottom: 1px solid #d1d1d1;}
.searchform input{flex: 1;text-align: center;font-size: 18px;color: #666}
.searchform img{width: .24rem}
.searchform button{background: none;font-size: 20px;color: #666}
.search-close{margin-left: 10vw;width:30px;cursor: pointer;}
.search-close img {width:30px;}
.searchbox.on{transform: translateY(0);}

@media (max-width: 767px){
	header{padding: 0 15px}
	.searchbox{padding: 0 15px}
    .searchform{border-bottom:none}
	.searchform input{font-size: 14px;}
	.searchform button{font-size: 16px}
    #banner{width: 100%;height: 40vh;}
}


.choseItem{float:left;width:20%;border:2px solid #f4f5f6;}
.choseItem div {float:left;width:100%;text-align:center;color:#3cb3c4;font-weight:bold;line-height:40px;}
.choseItem p {float:left;width:100%;padding:10px;line-height:30px;padding-top:0px;}


.qiye{border-bottom: 1px solid #CCCCCC;}
.qiye ul{margin: 0 36px;text-align: center;}
.qiye ul li{font-size: 16px;line-height: 18px;color: #333333;display: inline-block;padding: 30px 78px;cursor: pointer;}
.qiye ul li.j_li{border-bottom: 1px solid #3cb3c4;color: #83c326;position: relative;}
.qiye .j_x{position: absolute;left:48%;bottom: -10px;z-index: 2;}

.lianxi .fangshi{padding:64px 20px;width: 25%;	}
.lianxi .dizhi{border-radius: 50px;width: 55px;height: 55px;background-color: #3cb3c4;text-align: center;line-height:55px;margin:0 auto;}
.lianxi .fangshi h1{font-size: 18px;text-align: center;color:#333;margin-top:20px;}
.lianxi .fangshi .o_p{font-size: 14px;color: #333;margin-top: 12px;text-align: center;display: block;line-height: 1.5;}
.lianxi .fangshi .o_p p{font-size: 14px;color: #333;text-align: center;display: block;line-height: 1.5;}
.lianxi .fangshi span a{color: #333;}

@media (max-width: 767px){
    .lianxi .fangshi{padding:24px 20px;width: 100%;	}
    .qiye ul li{font-size: 14px;line-height: 18px;color: #333333;display: inline-block;padding: 20px 30px;cursor: pointer;}
}

.msLY {float:left;background-position: center top;background-size: cover;background-image:url(../images/Main_Contact_BG.jpg); background-attachment: fixed;background-repeat: no-repeat;width:100%;padding:150px 0px 150px;margin-top:50px;}

.frame2 {background:#fff;padding:50px 5%;max-width:1260px;margin:0 auto;}
.frame2 .frameTit2 {float:left;width:100%;text-align:center;font-size:24px;}
.frame2 .frameTit2 strong {font-family:"GillSansMTBold"}
.frame2 .line {width:80%;margin:30px 10%;float:left;border-top:1px solid #EBEBEB}


.inp2 {position:relative;}
.lpName2 {color:#898989;float:left;width:100%;font-family:"GillSansMTBold"}
.lpName2 span{color:Red;}
.txtInput2 {float:left;width:100%;border:none;border-bottom:1px solid #EBEBEB;background-color:transparent;height:50px;line-height:50px;padding:0px 3px;margin-top:20px;color:#4b5461}
.inp2 i{position: absolute; display: block; content: ""; left: 0; bottom: 0; width: 0px; height: 1px; background: #3cb3c4; -webkit-transition: all 0.5s; transition: all 0.5s;}
.txtInput2:focus+i{width: 100%;}

.frame2 .l50:nth-child(2) {margin-left:4%;}
.frame2 .l50:nth-child(4) {margin-left:4%;}

@media (max-width: 767px){
    .msLY {float:left;background-position: center top;background-size: cover;background-image:url(../images/Main_Contact_BG.jpg); background-attachment: fixed;background-repeat: no-repeat;width:100%;padding:30px 0px 30px}
}

@media (max-width: 767px){
   .index .language .radius-half{color: #727272;background:url(../images/search.png) no-repeat center;margin-right:0px;}
}


.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 99; background: #f1f1f1; border-top: 2px solid #e5e5e5;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#898989;font-size:14px; margin: 5px auto;}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:18px;line-height:24px;color:#39404a}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%;color:#39404a}
.mobMenu>.foot_nav.active>a>i.iconfont{color: #39404a;}
/*商桥咨询*/
#pdclose {
      width: 18px;
      height: 18px;
      cursor: pointer;
      float: right;
      position: relative;
      overflow: hidden;
      top:10px;
	  right:10px;
    }

    #pdclose:after {
      width: 100%;
      position: absolute;
      height: 1.5px;
      background: #fff;
      content: "";
      top: 9px;
      left: 0;
      transform: rotate(134deg);
      -ms-transform: rotate(134deg);
      -moz-transform: rotate(134deg);
      -webkit-transform: rotate(134deg);
      -o-transform: rotate(134deg);

    }

    #pdclose:before {
      width: 100%;
      position: absolute;
      height: 1.5px;
      background: #fff;
      content: "";
      top: 9px;
      right: 0;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    }
	.zx_logo{width:30%;height: 100%; float: left;padding: 60px 20px;}
	.zx_logo img{width:110px;height: 110px;}
	.zx_line{background-color:#ffffff;width:1px;height:220px;float: left;margin-right: 10px;}
	.zx_con{color:#ffffff;padding: 20px;}
	.zx_con a{text-decoration:none;color: #ffffff;}
	.zx_con h2{font-size:18px;font-weight: 600;line-height: 36px;}
	.zx_con p{color:#ffffff;font-size: 15px;line-height: 22px;margin-bottom: 0px;}
   .zx_con p a{}
	.web_notice{
		position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 99999;
	}
	.zx_con .button1{background-color:#ffffff;width:100px;height: 30px;float: right;color: #000000;text-align: center;line-height: 30px;margin-right: 20px;border-radius: 10px;margin-top: 5px;}
    .zx_con .button1:hover{transform: translateY(-3px);-webkit-transition-duration: 500ms;transition-duration: 500ms;}
	.zx_con .button1 a{color:#606060;text-decoration:none;font-size: 14px;display: block;}
@media (max-width: 767px){
    .web_notice{
		display: none;
	}
}






