
html,body{padding: 0;margin: 0;color: #333333; font-family: fontR; }
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.06);-moz-transform:scale(1.06);-ms-transform:scale(1.06);-o-transform:scale(1.06);-webkit-transform:scale(1.06);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}
.wrap{
    width: 96%;
    max-width: 1200px;
	margin: 0 auto;
}
/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;text-align: center;transition: all .6s;}
header .headerTop{background: #333;font-size: 15px;color: #fff; line-height:50px }
header .headerTop .flexbet{height: 54px; }
header .headerTop .hlDiv i{margin-right: 5px; }
header .headerTop .hlDiv a{color: #fff; }
header .headerTop .hlDiv a:hover{color: #34bdc4; }
header .headerTop .mailDiv{margin: 0 0 0 60px; }
header .langDiv{height: 54px;position: relative;margin-left: 30px; }
header .langDiv .defaultDiv{color: #333;height:33px;font-size: 15px;padding: 0 0 0 10px;background: #fff;width: 160px; }
header .langDiv .defaultDiv i{width: 21px;height: 100%;background: url(../img/xia.png) no-repeat center center; }
header .langDiv .defaultDiv img{margin-right: 4px; }
header .langDiv .aDiv{position: absolute;left: 50%;width: 100%;background: #fff;top: 44px;transform: translateX(-50%);display: none;z-index: 99;padding: 10px 0;text-align: left;border: 1px solid #eee; }
header .langDiv .aDiv a{color: #333;padding: 10px; }
header .langDiv .aDiv a:hover{color: #34bdc4; }
.sprites {display: inline-block;width: 21px;height: 14px;background: url(../img/sprites.png);background-repeat: no-repeat;margin-right: 4px; }
.sprites-3{background-position:-294px -32px}
.sprites-4{background-position:-294px -48px}
.sprites-5{background-position:-294px -64px}
.sprites-6{background-position:-294px -80px}
.sprites-14{background-position:-317px -64px}
header .rightDiv .langDiv{display: none; }
header .langDiv:hover .aDiv{display: block; }
header .header-container{}
header .logo a{height: 80px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .rightDiv{float: right;}
header .rightDiv .menu>ul{display: block!important;}
header .rightDiv .menu>ul>li{float: left;position: relative;padding: 0 25px; }
header .rightDiv .menu>ul>li:nth-child(1){margin-left: 0; }
header .rightDiv .menu>ul>li>a{height: 80px;text-align: left;color: #fff;font-size: 16px;display: flex;justify-content: center;align-items: center;position: relative;text-transform: capitalize; }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background:transparent;color: #34bdc4; } 
header .rightDiv .menu>ul>li.on>a{font-family: fontB; }
header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;background: #34bdc4;height: 4px;bottom: 4px;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .searchDiv{position: relative;margin-left: 40px; }
header .searchDiv .searchBtn{height: 80px;fill: #fff; }
header .searchDiv .searchBtn svg{cursor: pointer; }
header .searchDiv .searchBtn .icon-svg-close{display: none;fill: #fff; }
header .searchDiv.on .searchBtn .icon-svg-close{display: block; }
header .searchDiv.on .searchBtn .shape-search{display: none; }
header .searchDiv.on .formDiv{display: block; }
header .formDiv{position: absolute;right: 0;top: 65px;display: none; }
header .formDiv form{background: #34bdc4; }
header .formDiv form input{width: 200px;line-height: 42px;color: #fff;background: transparent;padding: 0 10px;border: 0; }
header .formDiv form input::-webkit-input-placeholder{color: #fff; }
header .formDiv form input::-ms-input-placeholder{color: #fff; }
header .formDiv form input::-moz-placeholder{color: #fff; }
header .formDiv form button{width: 42px;height: 42px;background: transparent;border: 0;padding: 0; }
header .formDiv form button svg{fill: #fff; }

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
/* header.indexHeader .mbtn{background: url(../img/menu.png) no-repeat center center;} */
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{ background:#fff;box-shadow: 0px 0px 10px rgba(0,0,0,.1);  }

.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;}
.menu>ul>li>a{padding:0;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu ul ul{position:absolute;background: #fff;width: max-content; top: 100%;left:-9999px;z-index: 999;border-top: 1px solid #ccc;padding: 20px 0;box-shadow: 0px 0px 10px rgba(0,0,0,.1); }
.menu>ul>li:hover>ul{left: 0; }
.menu>ul>li ul li{position: relative; }
.menu>ul>li ul li>a{color: #333;text-align: left;;padding: 10px 30px; }
.menu>ul>li ul li>a:hover{color: #34bdc4; }

.on-fixed header .rightDiv .menu>ul>li>a{height: 80px;text-align: left;color: #333;font-size: 16px;display: flex;justify-content: center;align-items: center;position: relative;text-transform: capitalize; }
.on-fixed header .searchDiv .searchBtn { fill: #333;}
.on-fixed header .searchDiv .searchBtn .icon-svg-close{display: none;fill: #333; }
/****底部***/
.footerDiv{position: relative;background: #222;color: #fff; }
.footerDiv .bdDiv{padding: 50px 0 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);align-items: flex-start; }
.footerDiv .bdDiv .blDiv{width: 56.67%; }
.footerDiv .bdDiv .blDiv .line{width: 102px;height: 2px;background: #fff;margin-top: 10px; }
.footerDiv .bdDiv .blDiv .title{margin: 10px 0;font-size: 26px; }
.footerDiv .bdDiv .blDiv .p{font-size: 14px;color: rgba(255,255,255,0.6); }
.footerDiv .bdDiv .brDiv{width: 40%; }
.footerDiv .bdDiv .brDiv .row{margin: 0 -10px; }
.footerDiv .bdDiv .brDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.footerDiv .bdDiv .brDiv .conDiv input{width: 100%;border: 0;padding: 0 10px;line-height: 30px;font-size: 14px; }
.footerDiv .bdDiv .brDiv .conDiv textarea{width: 100%;border: 0;padding: 5px 10px;font-size: 14px; height: 90px; }
.footerDiv .bdDiv .brDiv input[type=submit]{width: 160px;height: 38px;background: #34bdc4;color: #fff;border: 0;padding: 0;margin: 0 10px;cursor: pointer; }

.footerDiv .hdDiv{align-items: flex-start;padding: 30px 0 45px; }
.footerDiv .hdDiv .listDiv{margin-right: 8%;max-width: 23.33%; }
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0; }
.footerDiv .hdDiv .listDiv>span{color: #fff;font-family: fontB;text-transform: uppercase;margin-bottom: 20px;display: block; }
.footerDiv .hdDiv .listDiv .p1{margin: 20px 0;font-size: 14px;color: rgba(255,255,255,0.6); }
.footerDiv .hdDiv .aDiv{display: flex; flex-direction: column; }
.footerDiv .hdDiv .aDiv p{margin-bottom: 10px; font-size: 14px;color: rgba(255,255,255,0.6);}
.footerDiv .hdDiv .aDiv a{color: rgba(255,255,255,0.6);background: url(../img/jt.png) no-repeat left center;padding-left: 10px; } 
.footerDiv .hdDiv .aDiv a:hover{color: #34bdc4;font-family: fontB; }
.footerDiv .hdDiv .shareDiv a{margin-left: 10px;width: 32px;height: 32px;border-radius: 10%; }
.footerDiv .hdDiv .shareDiv a.icon1{margin-left: 0;background: url(../img/style123tiny.png) no-repeat -24px 0 #3b5998; }
.footerDiv .hdDiv .shareDiv a.icon2{background: url(../img/style123tiny.png) no-repeat -24px -128px #007fb1; }
.footerDiv .hdDiv .shareDiv a.icon3{background: url(../img/style123tiny.png) no-repeat -24px -1024px #8dc61f; }
.footerDiv .hdDiv .lxDiv p{margin-bottom: 10px; font-size: 14px;color: rgba(255,255,255,0.6); }
.footerDiv .hdDiv .lxDiv p a{color: rgba(255,255,255,0.6); }
.footerDiv .banquan{background: #333;padding: 15px 0;color: rgba(255,255,255,0.6);text-align: center;font-size: 14px; }

/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 0; }

/*banner轮播*/
.index-banner{width: 100%;position:relative; }
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 100vh;background: none no-repeat top;background-size: cover;}
.index-banner .img .wrap{position: relative;}

.index-banner .wrap{height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
 position: absolute  ; top:0; color:#fff}
.index-banner .textDiv{  text-align:center; }
.index-banner .textDiv .p1{font-size:40px;line-height: 1.2; font-weight:bold }
.index-banner .textDiv .p2{font-size: 33px;margin-top:2vw;font-weight:bold }

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px; }
.index-banner .swiper-pagination-bullet{width: 6px;height: 6px;background: #fff;border-radius:50%;opacity:1;position: relative; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative; }
.index-banner .swiper-pagination-bullet-active:after{content: "";width: 16px;height: 16px;border: 1px solid #fff;border-radius: 50%;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;  }
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px; }
.index-banner .swiper-button-prev{left: 4vw; }
.index-banner .swiper-button-next{right: 4vw; }


.f46{font-size: 46px; }
.f36{font-size: 36px; }
.f34{font-size: 34px; }
.f30{font-size: 30px; }
.f28{font-size: 28px; }
.f24{font-size: 24px; }
.f22{font-size: 22px; }
.f20{font-size: 20px; }
.f18{font-size: 18px; }

.bold{font-family: fontB; }
.indexTitle span{position: relative;font-weight: bold;text-transform: uppercase;text-align: center; } 
.indexTitle span::before{content: "";width: 10px;height: 25px;background: #34bdc4;position: absolute;left: -20px;top: 50%;transform: translateY(-50%); }
.indexTitle span::after{content: "";width: 10px;height: 25px;background: #34bdc4;position: absolute;right: -20px;top: 50%;transform: translateY(-50%); }
.indexTitle i{color: #34bdc4; }
.indexTitle.nobefore span::before,.indexTitle.nobefore span::after{display: none; }
.indexTitle.cfff{color: #fff; }

.pd50{padding: 50px 0; }

.indexDiv1 .bdDiv{margin-top: 30px;}
.indexDiv1 .bdDiv .row{margin: 0 -30px; }
.indexDiv1 .bdDiv .row>div{padding: 0 30px; }
.indexDiv1 .bdDiv .row>div .imgMax{margin: 0 auto;max-width: 100%;border-radius:8px; overflow:hidden }
.indexDiv1 .bdDiv .row>div .imgDiv{padding-top: 56.3%; }
.indexDiv1 .bdDiv .row>div .imgDiv .pic{overflow: initial; }
.indexDiv1 .bdDiv .row>div .title{font-size: 16px;font-weight: bold;height: 40px;background: #34bdc4;color: #fff;border-radius: 5px;max-width: 280px;margin: 20px auto 0; }

.imgOver{position: relative;}
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }

.indexDiv2{position: relative; }
.indexDiv2 .bdDiv{margin-top: 30px; }
.indexDiv2 .bdDiv .row{margin: -8px; }
.indexDiv2 .bdDiv .row>div{padding: 8px; }
.indexDiv2 .bdDiv .row>div a{display: block;border: 1px solid #eee;text-align: center;padding: 8px; }
.indexDiv2 .bdDiv .row>div .imgDiv{padding-top: 100%;position: relative; }
.indexDiv2 .bdDiv .row>div .imgDiv::before{display: block; content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #000;
opacity: 0;
background-position: center;
background-repeat: no-repeat;
background-image: url(../img/fd.png);
-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -transform: scale(0);z-index: 1; }
.indexDiv2 .bdDiv .row>div .title{color: #333;font-size: 15px;padding: 10px 0 5px; }
.indexDiv2 .bdDiv .row>div .title:hover{color: #34bdc4;text-decoration: underline;text-underline-offset: 2px; }
.indexDiv2 .bdDiv .row>div a:hover .imgDiv::before{-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -transform: scale(1);opacity: .4; -webkit-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    -moz-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    -ms-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    -o-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    transition: transform .5s cubic-bezier(0.23,1,0.32,1) }
	
a.imoreBtn{height: 42px;padding: 0 30px;color: #fff;background: #34bdc4;margin: 40px 0 0;text-decoration: none;border-radius:4px }
a.imoreBtn:hover{opacity: .8; }
	

.indexDiv3{color: #fff; }
.indexDiv3 .blDiv{width: 48.33%;padding: 10px;margin: 0 10px;position: relative;background: url(../img/about-bj.png) no-repeat center center/100% 100%; }
.indexDiv3 .blDiv .imgDiv{padding-top: 78.52%; }
.indexDiv3 .brDiv{width: 48.33%; }
.indexDiv3 .brDiv .title{font-weight: bold; }
.indexDiv3 .brDiv .p{font-size: 15px;margin: 10px 0 15px;line-height: 1.8; }
.indexDiv3 .brDiv .dataDiv{border-top: 1px solid #fff;border-bottom: 1px solid #fff; margin-top:30px }
.indexDiv3 .brDiv .dataDiv ul li{text-align: center;flex: 1;padding: 10px 0 20px; }
.indexDiv3 .brDiv .dataDiv ul li span{font-size: 45px; }
.indexDiv3 .brDiv .dataDiv ul li p{font-size: 15px; text-transform:uppercase }
.indexDiv3 .brDiv a{height: 42px;background: #34bdc4;color: #fff;width: 162px;margin-top: 40px;border-radius:5px  }
.indexDiv3 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px; }
.indexDiv3 .swiper-pagination-bullet{width: 12px;height: 12px;background: #fff;border-radius:50%;opacity:1;position: relative; }
.indexDiv3 .swiper-pagination-bullet-active{opacity: 1;position: relative; }
.indexDiv3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px; }

.indexDiv4 .bdDiv{margin-top: 30px; }
.indexDiv4 .bdDiv .row{margin: -15px -10px; }
.indexDiv4 .bdDiv .row>div{padding: 15px 10px; }
.indexDiv4 .bdDiv .row>div .conDiv{text-align: center; }
.indexDiv4 .bdDiv .row>div .conDiv .iconDiv{width: 86px;height: 86px;margin: 0 auto;position: relative; }
.indexDiv4 .bdDiv .row>div .conDiv .iconDiv::before{content: '';position: absolute;left: 0;top: 0;background: #ffffff;box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);width: 100%;height: 100%;border-radius: 20px;transition: all .3s;z-index: -1; }
.indexDiv4 .bdDiv .row>div .conDiv .iconDiv i{color: #34bdc4; }
.indexDiv4 .bdDiv .row>div .conDiv span{margin: 20px 0 15px;font-size: 17px;font-weight: 700;word-break: break-word;display: block; }
.indexDiv4 .bdDiv .row>div .conDiv p{font-size: 15px; }
.indexDiv4 .bdDiv .row>div .conDiv:hover .iconDiv::before{transform: rotate(45deg); }


.indexDiv5{background: #f0f0f0; }
.indexDiv5 .bdDiv{align-items: stretch;background: #fff;margin: 20px 10px 0;max-height: 617px; }
.indexDiv5 .blDiv{width: calc(20% - 20px); }
.indexDiv5 .blDiv ul{height: 100%; }
.indexDiv5 .blDiv ul li{height: calc(100% / 4);flex-direction: column;border-bottom: 2px solid #D8D8D8;cursor: pointer; }
.indexDiv5 .blDiv ul li:last-child{border-bottom: 0; }
.indexDiv5 .blDiv ul li p{font-size: 20px;margin-top: 10px; }
.indexDiv5 .blDiv ul li.on{background: #34bdc4; color: #fff; }
.indexDiv5 .bcDiv{width: calc(60% - 40px); }
.indexDiv5 .bcDiv .imgDiv{display: none;height: 100%; }
.indexDiv5 .bcDiv .imgDiv.on{display: block; }
.indexDiv5 .bcDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv5 .brDiv{width: calc(20% + 60px); }
.indexDiv5 .brDiv .itemDiv{flex-direction: column;height: 100%; }
.indexDiv5 .brDiv .itemDiv .imgDiv{height: 50%; }
.indexDiv5 .brDiv .itemDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv5 .brDiv .itemDiv{display: none; }
.indexDiv5 .brDiv .itemDiv.on{display: flex; }

.indexDiv6 .bdDiv{margin-top: 20px;position: relative;  }
.indexDiv6 .bdDiv .swiper-container{padding: 40px 0; }
.indexDiv6 .bdDiv .swiper-container::after{content: "";width: 100%;height: 1px;background: #fff;position: absolute;left: 0;bottom: 36px; }
.indexDiv6 a{display: block;text-align: center;color: #fff;position: relative;padding-bottom: 10px; }
.indexDiv6 .imgDiv{padding-top: 130%; }
.indexDiv6 .imgDiv .pic{overflow: initial; }
.indexDiv6 .imgDiv .pic img{object-fit: contain; }
.indexDiv6 .titleDiv{margin: 10px 0 0; }
.indexDiv6 .yuan{position: absolute;width: 12px;height: 12px;border-radius: 50%;background: #fff;left: 50%;transform: translateX(-50%);bottom: -10px; }
.indexDiv6  .swiper-slide-active a{transform: translate3d(0, 0, 0) scale(1.2);background: #fff; }
.indexDiv6  .swiper-slide-active .titleDiv{color: #34bdc4;margin-top: 5px;padding-bottom: 5px; }
.indexDiv6  .swiper-slide-active a::before{content: "";width: 100%;height: 7px;background: #34bdc4;position: absolute;left: 0;bottom: 0; }
.indexDiv6  .swiper-slide-active .yuan{display: none; }

.indexDiv7 .bdDiv{margin-top: 30px;align-items: stretch; }
.indexDiv7 .blDiv{width: 48.33%;overflow: hidden; }
.indexDiv7 .blDiv a{display: block;position: relative;height: 100%; }
.indexDiv7 .blDiv a .imgDiv{height: 100%; }
.indexDiv7 .blDiv a .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv7 .blDiv .bgDiv{position: absolute;left: 5%;top: 5%;width: 90%;height: 90%;background: rgba(7, 62, 118, 0.8);color: #fff;padding: 30px;overflow: hidden;transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0;transition: 600ms;-webkit-transition: 600ms; }
.indexDiv7 .blDiv a:hover .bgDiv{transform: scale(1);-webkit-transform: scale(1);opacity: 1;background: #34bdc4; }
.indexDiv7 .blDiv .bgDiv .title{padding: 10px 0 20px;border-bottom: 1px solid #fff; }
.indexDiv7 .blDiv .bgDiv .p{max-height: 210px;padding-top: 10px;overflow: hidden;font-size: 1; }
.indexDiv7 .blDiv .bgDiv .date{position: absolute;left: 30px;bottom: 30px; }
.indexDiv7 .blDiv .textDiv{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.5);padding: 10px 5%;color: #fff;transition: 600ms;-webkit-transition: 600ms; }
.indexDiv7 .blDiv .textDiv .date{width: 25%; }
.indexDiv7 .blDiv .textDiv .p{width: 75%;font-size: 13px; }
.indexDiv7 .blDiv a:hover .textDiv{bottom: -100%; }
.indexDiv7 .brDiv{width: 48.33%; }
.indexDiv7 .brDiv ul li{margin-bottom: 30px; }
.indexDiv7 .brDiv ul li:last-child{margin-bottom: 0; }
.indexDiv7 .brDiv ul li a{align-items: stretch;position: relative; }
.indexDiv7 .brDiv ul li a::after{content: "";width: 0px;height: 0px;border-width: 10px;position: absolute;border-style: solid;border-color: transparent #34bdc4 #34bdc4 transparent;right: 0px;bottom: 0px; }
.indexDiv7 .brDiv ul li .imgDiv{width: 170px;height: 115px;overflow: hidden; }
.indexDiv7 .brDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv7 .brDiv ul li .textDiv{width: calc(100% - 170px);padding: 10px 15px; }
.indexDiv7 .brDiv ul li .textDiv span{color: #323232;font-weight: bold; }
.indexDiv7 .brDiv ul li .textDiv p{font-size: 14px;color: #999;margin-top: 10px; }
.indexDiv7 .brDiv ul li a:hover .textDiv{background: #34bdc4; }
.indexDiv7 .brDiv ul li a:hover .textDiv span,.indexDiv7 .brDiv ul li a:hover .textDiv p{color: #fff; }

.indexDiv8 .bdDiv{margin-top: 30px;position: relative; }
.indexDiv8 .imgDiv{padding-top: 36.63%; }
.indexDiv8 .swiper-button-prev{left: -40px; }
.indexDiv8 .swiper-button-next{right: -40px; }


.bgf5f5f5{background: #f5f5f5; }
.productDiv{padding: 80px 0 60px; }
.productDiv .bdDiv{align-items: flex-start; }
.productDiv .blDiv{width: 360px;background: #fff;padding: 30px; }
.productDiv .blDiv .lh{padding-bottom: 15px; }
.productDiv .blDiv .lb ul li{padding: 30px 0;border-top: 1px solid #CCCCCC; }
.productDiv .blDiv .lb ul li>a{color: #333;font-weight: bold;font-size: 18px;padding-right: 45px;background: url(../img/prev.png) no-repeat right 7px;display: block; } 
.productDiv .blDiv .lb ul li .aDiv{display: none; }
.productDiv .blDiv .lb ul li.on .aDiv{display: block; }
.productDiv .blDiv .lb ul li.on>a{background: url(../img/next.png) no-repeat right 7px; }
.productDiv .blDiv .lb ul li .aDiv a{display: block;margin-top: 15px;color: #666;padding-left: 27px;background: url(../img/check.png) no-repeat left 1px; }
.productDiv .blDiv .lb ul li .aDiv a.on{background: url(../img/check_.png) no-repeat left 1px; }
.productDiv .brDiv{width: calc(100% - 390px); }
.productDiv .brDiv .row{margin: 0 -10px 60px; }
.productDiv .brDiv .row>div{padding: 0 10px;margin-top: 30px; }
.productDiv .brDiv .row>div a{padding: 20px 20px 30px;background: #fff;display: block; }
.productDiv .brDiv .row>div .imgDiv{padding-top: 74.75%; } 
.productDiv .brDiv .row>div .textDiv{padding-top: 20px;display: flex;flex-direction: column;justify-content: space-between; }
.productDiv .brDiv .row>div .textDiv .title{color: #333;margin-bottom: 30px; }
.productDiv .brDiv .row>div .textDiv .moreBtn{width: 110px;height: 32px;border: 1px solid #34bdc4;color: #34bdc4; }
.productDiv .brDiv .row>div a:hover .textDiv .moreBtn{background: #34bdc4;color: #fff; }

.pageDiv,.xiaocms-page{text-align: center; margin-top:30px}
.pageDiv a,.pageDiv span,.xiaocms-page a,.xiaocms-page span{display: inline-block;line-height: 40px;margin: 0 5px;color: #333333; border-radius: 4px;font-size: 16px;width: 40px;background: #fff; }
.pageDiv span,.xiaocms-page span{color: #fff;background: #34bdc4; }

.ny-banner .wrap{position:relative;height: 27.6vw;text-align: center;}
.ny-banner span{font-size: 2.396vw;text-transform: capitalize;font-weight: bold; }
.ny-banner .cfff{color: #fff;}

.advanDiv1{padding: 60px 0; }
.advanDiv1 .bdDiv{margin-top: 30px; }
.advanDiv1 .bdDiv .textDiv{margin-top: 10px;color: #666; }
.advanDiv2{padding: 60px 0; }
.advanDiv2 .row>div{margin-top: 30px; }
.advanDiv2 .row>div .conDiv{background: #fff;height: 100%; }
.advanDiv2 .row>div .imgDiv{padding-top: 56.2%; }
.advanDiv2 .row>div .textDiv{padding: 20px; }
.advanDiv2 .row>div .textDiv .tit{color: #34bdc4; }
.advanDiv2 .row>div .textDiv .p{margin-top: 10px;color: #666; }
.advanDiv3{padding: 60px 0; }
.advanDiv3 .row>div{margin-top: 30px; }
.advanDiv3 .row>div .conDiv{background: #F5F5F5;height: 100%;padding: 40px; }
.advanDiv3 .row>div .conDiv .dImg{display: block; }
.advanDiv3 .row>div .conDiv .hImg{display: none; }
.advanDiv3 .row>div .conDiv .title{padding: 20px 0;font-family: fontB;border-bottom: 1px solid #ccc; }
.advanDiv3 .row>div .conDiv .p{color: #666;margin-top: 20px; }
.advanDiv3 .row>div .conDiv:hover{background: #34bdc4; }
.advanDiv3 .row>div .conDiv:hover .dImg{display: none; }
.advanDiv3 .row>div .conDiv:hover .hImg{display: block; }
.advanDiv3 .row>div .conDiv:hover .title{color: #fff;border-bottom: 1px solid #D4969D; }
.advanDiv3 .row>div .conDiv:hover .p{color: #fff; }

.twoMenuDiv{background: #F5F5F5; }
.twoMenuDiv ul li{margin: 0 3vw; }
.twoMenuDiv ul li a{padding: 15px 0;color: #3d3d3d;font-family: fontB;display: block; }
.twoMenuDiv ul li a.top_dh_in{color: #34bdc4;position: relative; }
.twoMenuDiv ul li a.top_dh_in::after{content:"";width: 100%;height: 4px;background: #34bdc4;position: absolute;left: 0;bottom: 0; } 

.certifDiv1{padding: 60px 0 0; }
.certifDiv1 .row>div{margin-top: 30px; }
.certifDiv1 .row>div .conDiv{text-align: center; }
.certifDiv1 .row>div .imgDiv{padding-top: 71.6%; }
.certifDiv1 .row>div .title{margin-top: 10px; }
.certifDiv2{padding: 60px 0; }
.certifDiv2 .row>div{margin-top: 30px;flex: 0 0 20%;max-width: 20%; }
.certifDiv2 .row>div .conDiv{text-align: center; }
.certifDiv2 .row>div .imgDiv{padding-top: 141.3%; }
.certifDiv2 .row>div .title{margin-top: 10px; }

.indDiv{padding: 60px 0; }
.indDiv .row{margin-bottom: 60px; }
.indDiv .row>div{margin-top: 30px; }
.indDiv .row>div a{display: block; }
.indDiv .row>div .imgDiv{padding-top: 56.52%; }
.indDiv .row>div .textDiv{padding: 20px 0 0; }
.indDiv .row>div .textDiv .title{margin-bottom: 10px;color: #333; }
.indDiv .row>div .textDiv .p{color: #666; }
.indDiv .row>div a:hover .textDiv .title{color: #34bdc4; }

.faqDiv{padding: 60px 0; }
.faqDiv ul{margin-bottom: 40px; }
.faqDiv ul li{margin-bottom: 30px;padding: 40px 60px;background: #f5f5f5; }
.faqDiv ul li .hd{cursor: pointer; }
.faqDiv ul li .hd .tit{width: calc(100% - 60px); }
.faqDiv ul li .hd span{width: 36px;height: 36px;border: 2px solid #34bdc4;border-radius: 50%;background: url(../img/jia.png) no-repeat center center; }
.faqDiv ul li .bd{margin-top: 15px;color: #666;display: none; }
.faqDiv ul li.on .hd span{background: url(../img/jian.png) no-repeat center center; }

.pd60{padding: 60px 0; }
.aboutDiv1 .bdDiv{margin-top: 30px;color: #666; }

.aboutDiv2 .hdDiv{margin-bottom: 34px; }
.aboutDiv2 .hdDiv .tabsDiv a{width: 120px;height: 46px;border: 1px solid #34bdc4;border-radius: 24px;color: #34bdc4;margin-left: 10px;display: flex;justify-content: center;align-items: center; }
.aboutDiv2 .hdDiv .tabsDiv a.on{background: #34bdc4;color: #fff; }
.aboutDiv2 .lunboDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;opacity: 0; }
.aboutDiv2 .lunboDiv.on{position: relative;z-index: 1;opacity: 1; }
.aboutDiv2 .smallDiv{width: 220px;position: relative;margin-left: 0;}
.aboutDiv2 .swiper-container {width: 100%;height: 675px;margin-left: 0;margin-right: auto;}
.aboutDiv2 .gallery-top {height: 100%;width: calc(100% - 240px);}
.aboutDiv2 .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 675px;}
.aboutDiv2 .gallery-top .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.aboutDiv2 .gallery-top .swiper-slide .titleDiv{background: rgba(0,0,0,.5);position: absolute;left: 0;bottom: 0;color: #fff;padding: 18px;width: 100%; }
.aboutDiv2 .gallery-thumbs {height: 675px;box-sizing: border-box;}
.aboutDiv2 .gallery-thumbs .swiper-slide {height: 106px;display: flex;justify-content: center;align-items: center;position: relative; }
.aboutDiv2 .gallery-thumbs .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.aboutDiv2 .gallery-thumbs .swiper-slide-thumb-active:before {content: "";width: 100%;height: 100%;border: 2px solid #34bdc4;position: absolute;left: 0;top: 0;z-index: 2; }

.aboutDiv3 .bdDiv .row{margin: 30px -5px; }
.aboutDiv3 .bdDiv .row>div{padding: 0 5px;flex: 0 0 20%;max-width: 20%; }
.aboutDiv3 .bdDiv .row>div .imgDiv{padding-top: 133.21%; }
.aboutDiv3 .bdDiv .row>div .title{margin-top: 10px;text-align: center; }
.aboutDiv3 .bdDiv .textDiv{padding: 30px;background: #f5f5f5;color: #3d3d3d;line-height: 2; }

.aboutDiv4 .bdDiv{margin-top: 30px; }
.aboutDiv4 .bdDiv .imgDiv{padding-top: 43%; }
.aboutDiv4 .bdDiv .titleDiv{margin-top: 10px;text-align: center;color: #3d3d3d; }
.aboutDiv4 .swiper-container{padding-bottom: 70px; }
.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0; }
.aboutDiv4 .swiper-pagination-bullet{width: 10px;height: 10px;background: #ccc;opacity: 1; }
.aboutDiv4 .swiper-pagination-bullet-active{background: #34bdc4; }

.newsDiv .tabsDiv {margin-bottom: 60px; }
.newsDiv .tabsDiv a{width: 200px;height: 46px;border: 1px solid #34bdc4;color: #34bdc4;border-radius: 30px;display: flex;justify-content: center;align-items: center; }
.newsDiv .tabsDiv a.on{background: #34bdc4;color: #fff; }
.newsDiv .tabsDiv a:nth-child(1){margin-right: 20px; }
.newsDiv .bdDiv .row>div{margin-bottom: 60px; }
.newsDiv .bdDiv .row>div a{display: block; }
.newsDiv .bdDiv .row>div .imgDiv{padding-top: 56.52%; }
.newsDiv .bdDiv .row>div .textDiv .date{margin: 15px 0;color: #34bdc4;font-size: 18px; }
.newsDiv .bdDiv .row>div .textDiv .title{color: #333; } 
.newsDiv .bdDiv .row>div a:hover .textDiv .title{color: #34bdc4; } 

.breadcrumbDiv{padding: 14px 0;font-size: 14px;color: #666; }
.breadcrumbDiv a{color: #666; }
.breadcrumbDiv span{color: #666; }
.breadcrumbDiv a:hover{color: #34bdc4; }
.newsDetailDiv{padding-bottom: 80px; }
.newsDetailDiv .bdDiv{align-items: flex-start;margin-top: 0; }
.newsDetailDiv .bdDiv .leftDiv{width: 69.44%;border-right: 0;padding-right: 0; }
.newsDetailDiv .bdDiv .rightDiv{width: 28.47%;background: #fff;padding: 30px; }
.detailDiv {padding: 0 6%;background: #fff; }
.detailDiv .hd{padding: 60px 0 30px;border-bottom: 1px solid #d8d8d8; }
.detailDiv .hd .date{margin-top: 15px;color: #333; }
.detailDiv .bd{padding: 60px 0;}
.detailDiv .bd .textDiv p{color: #3D3D3D;margin: 0 auto;line-height: 2;}
.newsDetailDiv .arPageDiv{background: #fff;padding: 30px 5.45%;margin-top: 10px; }
.newsDetailDiv .arPageDiv>div{width: calc((100% - 120px) / 2);}
.newsDetailDiv .arPageDiv span{color: #3D3D3D; }
.newsDetailDiv .arPageDiv a:hover span{color: #34bdc4; }
.newsDetailDiv .listImg{margin: 0 50px; }
.newsDetailDiv .bdDiv .rightDiv .rh{padding-bottom: 20px;border-bottom: 1px solid #CCCCCC; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li{margin-top: 30px; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li .imgDiv{padding-top: 56.52%; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li .titleDiv{margin-top: 15px;color: #333; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li a:hover .titleDiv{color: #34bdc4; }

.contactDiv1 .bdDiv{align-items: flex-start; }
.contactDiv1 .blDiv{width: 62.5%; }
.contactDiv1 .blDiv .formDiv{margin-top: 60px; }
.contactDiv1 .blDiv .formDiv .row{margin: 0 -10px; }
.contactDiv1 .blDiv .formDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.contactDiv1 .blDiv .formDiv .row>div input{border: 1px solid #ccc;padding: 0 20px;width: 100%;line-height: 48px; }
.contactDiv1 .blDiv .formDiv .row>div input:focus{border-color: #34bdc4; }
.contactDiv1 .blDiv .formDiv .row>div textarea{width: 100%;height: 180px;border: 1px solid #ccc;padding: 10px 20px;resize: none; }
.contactDiv1 .blDiv .formDiv .row>div textarea:focus{border-color: #34bdc4; }
.contactDiv1 .blDiv .formDiv button{width: 100%;max-width: 440px;margin: 20px auto 0;background: #34bdc4;color: #fff;height: 50px;border: 0;padding: 0;cursor: pointer;  }
.contactDiv1 .blDiv .formDiv button:hover{opacity: .8; }

.contactDiv1 .brDiv{width: 33.33%; }
.contactDiv2 .row>div{margin-top: 30px; }
.contactDiv2 .row>div .conDiv{background: #fff;padding: 30px;height: 100%; }
.contactDiv2 .row>div .conDiv .line{width: 30px;height: 3px;margin: 10px 0 20px;background: #34bdc4; }
.contactDiv2 .row>div .conDiv .p{flex-wrap: wrap; }
.contactDiv2 .row>div .conDiv a{width: 40px;height: 40px;border: 1px solid #ccc;border-radius: 50%;margin-right: 20px;margin-bottom: 10px; }
.contactDiv2 .row>div .conDiv a:last-child{margin-right: 0; }
.contactDiv2 .row>div .conDiv a .hImg{display: none; }
.contactDiv2 .row>div .conDiv a:hover{background: #34bdc4;border-color: #34bdc4; }
.contactDiv2 .row>div .conDiv a:hover .dImg{display: none; }
.contactDiv2 .row>div .conDiv a:hover .hImg{display: block; }
.contactDiv2 .mapDiv{margin-top: 30px; }


 
@media (max-width:1200px) {
	header .rightDiv .menu>ul>li{padding: 0 1.5vw; }
	header .searchDiv{margin-left: 1vw; }
	.f46{font-size: 36px; }
	.f36{font-size: 30px; }
	.f34{font-size: 29px; }
	.f30{font-size: 28px; }
	.f28{font-size: 24px; }
	.f24{font-size: 22px; }
	.f22{font-size: 21px; }
	.f28{font-size: 24px; }
}
@media (min-width:992px) and (max-width:1024px) {
	header .logo{width: 15%; }
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-bottom:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
/*	/*
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}*/
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #333;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 60%;}
	header .mbtn {display: block;}
	body.on-menu header{background: rgba(255,255,255,.97);}
	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	header .rightDiv .menu ul{float: initial;height: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;top: 90px; }
	body.on-fixed header .rightDiv .menu {top: 50px; }
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}

	/* header.indexHeader .rightDiv .menu>ul>li>a{color: #333;} */
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	.menu ul ul .flexbet,.menu ul ul .flexend{padding: 0;}
	.menu>ul>li:hover>ul{transform: initial;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px; }
	
	header .rightDiv .langDiv{height: 50px;margin-right: 40px; }
	.menu>ul>li ul li>a{padding-top: 0;padding-bottom: 0; }
	header .headerTop{display: none; }
	header .searchDiv{height: 50px; }
	header .searchDiv .searchBtn{height: 50px; }
	.on-fixed header{top: 0; }
	header .rightDiv .langDiv{display: flex;margin: 0 20px 0 10px; }
	header .langDiv .defaultDiv{width: 120px;border: 1px solid #eee; }
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;font-size: 14px; }
	
	.f46{font-size: 24px; }
	.f36{font-size: 22px; }
	.f34{font-size: 20px; }
	.f30{font-size: 20px; }
	.f28{font-size: 20px; }
	.f24{font-size: 19px; }
	.f22{font-size: 18px; }
	.f20{font-size: 17px; }
	.f18{font-size: 16px; }
	
	.pd50{padding: 25px 0; }
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	header .rightDiv .langDiv{margin-right: 30px; }
	
	
	body.on-menu header .rightDiv .menu{top: 50px; }
	header .headerTop{display: none; }
	header .mbtn{top: 0; }
	.main{margin-top: 50px; }
	.on-fixed header{ top: 0;}
	header .logo{width: auto;}
	/* .index-banner .img{height: 52vw; } */
	.index-banner .swiper-button-prev{display: none; }
	.index-banner .swiper-button-next{display: none; }
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; }
	.index-banner .img{width: 100%;display: block;height:30vh;background: none no-repeat top;background-size: cover;}
.index-banner .textDiv .p1{font-size:20px;line-height: 1.2; font-weight:bold }
.index-banner .textDiv .p2{font-size: 16px;margin-top:2vw;font-weight:bold }
	.indexDiv1 .bdDiv .row>div{margin-bottom: 20px; }
	header .searchDiv .searchBtn {
  fill: #333;
}
  header .searchDiv {
    margin-left: 1vw; margin-right:40px
  }
	.indexDiv3 .bdDiv{display: block; }
	.indexDiv3 .blDiv{width: 100%; }
	.indexDiv3 .brDiv{width: 100%;margin-top: 20px; }
	.indexDiv3 .brDiv .dataDiv ul{align-items: flex-start; }
	.indexDiv3 .brDiv .dataDiv ul li span{font-size: 30px; }
	.indexDiv3 .brDiv .dataDiv ul li p{font-size: 12px; }
	
	.indexDiv5 .bdDiv{display: block;max-height: initial; }
	.indexDiv5 .blDiv{width: 100%; }
	.indexDiv5 .blDiv ul{display: flex;flex-wrap: wrap; }
	.indexDiv5 .blDiv ul li{width: 50%;padding: 20px 0; }
	.indexDiv5 .blDiv ul li:last-child{border-bottom: 2px solid #D8D8D8; }
	.indexDiv5 .bcDiv{width: 100%; }
	.indexDiv5 .brDiv{width: 100%; }
	
	.indexDiv7 .bdDiv{display: block; }
	.indexDiv7 .blDiv{width: 100%; }
	.indexDiv7 .brDiv{width: 100%;margin-top: 20px; }
	.indexDiv7 .blDiv .bgDiv{padding: 10px; }
	.indexDiv7 .blDiv .bgDiv .title{padding: 5px 0; }
	.indexDiv7 .blDiv .bgDiv .p{max-height: 70px; }
	.indexDiv7 .brDiv ul li .imgDiv{width: 145px;height: 100px; }
	.indexDiv7 .brDiv ul li .textDiv{width: calc(100% - 150px); }
	
	.footerDiv .hdDiv{flex-wrap: wrap;padding: 30px 0; }
	.footerDiv .hdDiv .listDiv{min-width: 50%;margin-right: 0;margin-bottom: 30px;max-width: 100%; }
	.footerDiv .hdDiv .listDiv:nth-child(2) { display:none}
	.footerDiv .hdDiv .listDiv:nth-child(3) { display:none}
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 15px; }
	.footerDiv .hdDiv .listDiv:last-child{margin-bottom: 0; }
	.footerDiv .hdDiv .listDiv .telDiv p{font-size: 22px; }
	.footerDiv .bdDiv{flex-direction: column;padding: 30px 0 20px; }
	.footerDiv .bdDiv .blDiv{width: 100%; }
	.footerDiv .bdDiv .blDiv .title{font-size: 18px; }
	.footerDiv .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	
		
	.ny-banner .wrap{height: 40vw; }
	.ny-banner span{font-size: 20px; }
	
	.productDiv{padding: 40px 0 30px; }
	.productDiv .bdDiv{display: block; }
	.productDiv .blDiv{width: 100%; } 
	.productDiv .brDiv{width: 100%;margin-top: 30px; }
	.productDiv .brDiv .row{margin: 0 -5px 30px; }
	.productDiv .brDiv .row>div{padding: 0 5px;margin-top: 10px; }
	.productDiv .brDiv .row>div a{padding: 10px; }
	.productDiv .brDiv .row>div .textDiv .title{margin-bottom: 15px; }
	.pageDiv a,.xiaocms-page a{margin: 0;width: 30px;line-height: 28px;font-size: 14px; }
	
	.advanDiv1{padding: 30px 0; }
	.advanDiv1 .bdDiv{margin-top: 20px; }
	.advanDiv2{padding: 30px 0; }
	.advanDiv2 .row{margin: 0 -10px; }
	.advanDiv2 .row>div{padding: 0 5px;margin-top: 15px; }
	.advanDiv2 .row>div .textDiv{padding: 15px; }
	.advanDiv3{padding: 30px 0; }
	.advanDiv3 .row>div .conDiv{padding: 20px; }
	.advanDiv3 .row>div .conDiv .title{font-size: 17px; }
	.advanDiv3 .row>div .conDiv img{width: 40px; }
	
	.certifDiv1{padding: 50px 0 0; }
	.certifDiv2{padding: 50px 0; }
	.certifDiv2 .row>div{flex: 0 0 50%;max-width: 50%; }
	
	.twoMenuDiv {overflow-x: auto;}
	.twoMenuDiv ul{display: block;white-space:nowrap; }
	.twoMenuDiv ul li{margin: 0 15px 0 0;display: inline-block; }
	.twoMenuDiv ul li:last-child{margin-right: 0; }
	
	.indDiv{padding: 40px 0; }
	.indDiv .row{margin-bottom: 30px; }
	
	.faqDiv{padding: 30px 0; }
	.faqDiv ul li{margin-bottom: 15px;padding: 20px; }
	
	.pd60{padding: 50px 0; }
	.aboutDiv1 .bdDiv{margin-top: 20px; }
	
	.aboutDiv2 .hdDiv{display: block; }
	.aboutDiv2 .hdDiv .tabsDiv{margin-top: 10px;justify-content: center; }
	.aboutDiv2 .hdDiv .tabsDiv a{height: 36px; }
	.aboutDiv2 .hdDiv .tabsDiv a:first-child{margin-left: 0; }
	.aboutDiv2 .gallery-top{width: 100%; }
	.aboutDiv2 .gallery-top .swiper-slide .imgDiv{height: 60vw; }
	.aboutDiv2 .gallery-top .swiper-slide .titleDiv{padding: 10px; }
	.aboutDiv3 .bdDiv .row{margin: 0 -5px 20px;justify-content: center; }
	.aboutDiv3 .bdDiv .row>div{flex: 0 0 33.33%;max-width: 33.33%;margin-top: 20px; }
	.aboutDiv3 .bdDiv .textDiv{padding: 20px; }
	.aboutDiv4 .bdDiv{margin-top: 20px; }
	.aboutDiv4 .swiper-container{padding-bottom: 50px; }
	
	.newsDiv .tabsDiv{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div .textDiv .date{font-size: 14px; }
	
	.newsDetailDiv .bdDiv{display: block; } 
	.newsDetailDiv .bdDiv .leftDiv{width: 100%; }
	.newsDetailDiv .bdDiv .rightDiv{padding: 30px 15px;width: 100%;margin-top: 10px; }
	.newsDetailDiv .bdDiv .rightDiv .rh{font-size: 20px; }
	.newsDetailDiv .bdDiv .rightDiv .rb ul li{margin-top: 30px; }
	.newsDetailDiv .bdDiv .rightDiv .rb ul li .titleDiv{font-size: 16px; }
	.detailDiv .hd{padding: 30px 0; }
	.detailDiv .bd{padding: 30px 0; }
	.newsDetailDiv .arPageDiv{padding: 15px 5.45%; }
	.newsDetailDiv{padding-bottom: 40px; }
	
	.contactDiv1 .bdDiv{display: block; }
	.contactDiv1 .blDiv{width: 100%; }
	.contactDiv1 .blDiv .formDiv{margin-top: 30px; }
	.contactDiv1 .blDiv .formDiv button{margin-top: 0; }
	.contactDiv1 .brDiv{width: 100%;display: none;}
	
	 
	
	@media (max-width:320px) {
	}
	
}


.caseDiv{background: #f7f7f7; }
.caseDiv .bdDiv{align-items: flex-start; }
.caseDiv .bdDiv .blDiv{width: 22.85%; }
.caseDiv .bdDiv .blDiv .searchDiv{margin-bottom: 20px; }
.caseDiv .bdDiv .blDiv .searchDiv form{width: 100%;position: relative; }
.caseDiv .bdDiv .blDiv .searchDiv form input{width: 100%;line-height: 50px;padding: 0 60px 0 30px;background: #fff;border-radius: 10px;border: 0; }
.caseDiv .bdDiv .blDiv .searchDiv form button{width: 20px;position: absolute;right: 30px;top: 0;height: 50px;background: transparent;border: 0;z-index: 1;justify-content: flex-end;padding: 0;cursor: pointer; }
.caseDiv .bdDiv .blDiv .searchDiv form button img{width: 16.5px; }
.caseDiv .bdDiv .blDiv .cateDiv{background: #fff; border-radius: 10px; overflow:hidden }
.caseDiv .bdDiv .blDiv .cateDiv .item{ margin-bottom:10px }
.caseDiv .bdDiv .blDiv .cateDiv .it{margin-bottom: 20px; background:#34bdc4; text-align:center; color:#fff; line-height:60px; font-weight:bold }
.caseDiv .bdDiv .blDiv .cateDiv ul{flex-wrap: wrap;margin: 0 15px; }
.caseDiv .bdDiv .blDiv .cateDiv ul li{width:100%;margin-bottom: 10px; }
.caseDiv .bdDiv .blDiv .cateDiv ul li a{margin: 0 5px;background: #f3f9f9;border-radius: 4px;color: #333333;font-size: 14px;display: flex; padding-left:20px; line-height:45px; text-align:left} 
.caseDiv .bdDiv .blDiv .cateDiv ul li span::before{content: "展开";font-size: 14px; }
.caseDiv .bdDiv .blDiv .cateDiv ul li img{width: 12px;margin-left: 8px; }
.caseDiv .bdDiv .blDiv .cateDiv ul li:nth-child(n+9){display: none; }
.caseDiv .bdDiv .blDiv .cateDiv ul li:last-child{display: block; }
.caseDiv .bdDiv .blDiv .cateDiv ul li:last-child a:hover{background: #fff5e8; }
.caseDiv .bdDiv .blDiv .cateDiv ul li.on a{background: #fff5e8;color: #34bdc4; }
.caseDiv .bdDiv .blDiv .cateDiv ul.show li{display: block; }
.caseDiv .bdDiv .blDiv .cateDiv ul.show li span::before{content: "收起"; }
.caseDiv .bdDiv .blDiv .cateDiv ul.show li img{transform: rotate(180deg); }
.caseDiv .bdDiv .blDiv .cateDiv .btnDiv button{width: 125px;height: 36px;border-radius: 18px;font-size: 14px;background: transparent;cursor: pointer; }
.caseDiv .bdDiv .blDiv .cateDiv .btnDiv button.emptyBtn{border: 1px solid #cccccc;color: #666666; }
.caseDiv .bdDiv .blDiv .cateDiv .btnDiv button.sureBtn{border: 1px solid #34bdc4;color: #34bdc4;margin-left: 10px; }
.caseDiv .bdDiv .brDiv{width: 74.4%; }
.caseDiv .bdDiv .row>div{margin-bottom: 30px; }
.caseDiv .bdDiv .row>div a{display: block;background: #fff;border-radius: 10px;overflow: hidden;border: 1px solid #fff; }
.caseDiv .bdDiv .row>div a .ahDiv{position: relative; }
.caseDiv .bdDiv .row>div a .imgDiv{padding-top: 77.7%;overflow: hidden; }
.caseDiv .bdDiv .row>div a .text{position: absolute;left: 0;bottom: 0;width: 100%;padding: 10px 9.2%;background: rgba(255,250,245,.9); }
.caseDiv .bdDiv .row>div a .text img{width: 21%;transform: none; }
.caseDiv .bdDiv .row>div a .text span{width: 90px;height: 30px;background: #fff;border-radius: 10px;color: #666666;font-size: 14px; }
.caseDiv .bdDiv .row>div a .textDiv{padding: 15px; text-align:center }
.caseDiv .bdDiv .row>div a .textDiv .title{color: #333333;}
.caseDiv .bdDiv .row>div a .textDiv .p{margin: 10px 0;color: #666666;font-size: 14px;line-height: 1.8; }
.caseDiv .bdDiv .row>div a .textDiv span{color: #34bdc4;font-size: 14px; }
.caseDiv .bdDiv .row>div a .textDiv span img{width: 7.5px;transition: all .5s;margin-left: 10px;transform: none;}
.caseDiv .bdDiv .row>div a:hover{border-color: #34bdc4;box-shadow: 0px 0px 38px rgba(255,215,192,.44); }
.caseDiv .bdDiv .row>div a:hover .textDiv .title{color: #34bdc4; }
.nyBanner{ position: relative; }
.nyBanner .bgDiv .wrap{position:relative;height: 26.04vw;color: #fff; }
.nyBanner .textDiv span{font-size: 2.3vw; }
.nyBanner .textDiv p{font-size: 1vw; }

.pd90 {
  padding: 90px 0;
}


.productDetailDiv{padding: 0px 0 90px; }
.productDetailDiv .bdDiv{margin-top: 60px;align-items: flex-start; }
.productDetailDiv .bdDiv .blDiv{width: 300px; }
.productDetailDiv .cateDiv ul{background: transparent; }
.productDetailDiv .cateDiv ul li{background: linear-gradient(to left,#f5f5f5,#edeef5);margin-bottom: 4px;border-radius: 6px; }
.productDetailDiv .cateDiv ul>li>a .font_family{color: #999999; }
.productDetailDiv .cateDiv ul>li.on>a .icon-shouqi{color: #fff; }
.productDetailDiv .bdDiv .blDiv .tuijianDiv{border-radius: 10px;overflow: hidden;margin-top: 30px; }
.productDetailDiv .bdDiv .blDiv .tuijianDiv .titleDiv{height: 68px;background: #34bdc4;color: #fff;padding: 0 0 0 20px;/* font-size: 24px; */ }
.productDetailDiv .bdDiv .blDiv .tuijianDiv .titleDiv i{width: 4px;height: 24px;background: #ee7700;margin-right: 10px; }
.productDetailDiv .bdDiv .blDiv .tuijianDiv .listDiv{border: 1px solid #cccccc;border-radius:0 0 10px 10px;padding: 0 20px;}
.productDetailDiv .bdDiv .blDiv .tuijianDiv .listDiv .item{padding: 30px;border-bottom: 1px solid #cccccc;text-align: center; }
.productDetailDiv .bdDiv .blDiv .tuijianDiv .listDiv .item .imgDiv{padding-top: 100%;margin-bottom: 10px; }
.productDetailDiv .bdDiv .blDiv .tuijianDiv .listDiv .item .title{color: #333;font-weight: 500; }
.productDetailDiv .bdDiv .blDiv .tuijianDiv .listDiv .item a:hover .title{color: #34bdc4; }
.productDetailDiv .bdDiv .blDiv .tuijianDiv .listDiv .item:last-child{border-bottom: 0; }
.productDetailDiv .bdDiv .brDiv{width: 100%; }
.productDetailDiv .bdDiv .brDiv .hd{align-items: stretch; }
.productDetailDiv .bdDiv .brDiv .hd .hlDiv{width: 45.45%; }
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .my-container{position: absolute;width: 100%;height: 100%;left: 100%;top: 0;  }
.magnifier{border: 1px solid #ccc;background: #fff; }
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-slide {display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-slide .pic{padding-top: 77.7%;position: relative;width: 100%;}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-slide .pic .imgDiv{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;display: flex;justify-content: center;align-items: center;border: 1px solid #cccccc; padding:5px}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-slide .pic .imgDiv img{ width:100%}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-slide .pic .imgDiv img{max-width:100%;max-height:100%;object-fit: contain; }
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-slide .pic .imgDiv video{width: 100%;height: 100%;object-fit: contain; }
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-slide .pic .imgDiv .videoDiv{position: relative;width: 100%;height: 100%; }
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-slide .pic .imgDiv .videoDiv .zzDiv{width: 100%;height: 100%;background: rgba(51,51,51,.5);position: absolute;left: 0;top: 0;cursor: pointer; }
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .swiper-slide .pic .imgDiv .videoDiv .zzDiv .font_family{color: #fff;font-size: 40px; }
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .gallery-top {width: 100%;}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .smallDiv{position: relative;}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .gallery-thumbs {box-sizing: border-box;text-align: center;margin: 10px 0 0;}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .gallery-thumbs .swiper-slide {width: 20%;opacity: 1;}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv .gallery-thumbs .swiper-slide-thumb-active .pic::before{content: "";width: 100%;height: 100%;border: 2px solid #34bdc4;position: absolute;left: 0;top: 0;z-index: 1; }
.productDetailDiv .hdDiv .swiper-button-prev,.productDetailDiv .hdDiv .swiper-button-next{width: 34px;height: 34px;display: flex;align-items: center;justify-content: center;color: #fff;transition: all .5s;border-radius: 50%;background: #999999; }
.productDetailDiv .hdDiv .swiper-button-next .font_family,
.productDetailDiv .hdDiv .swiper-button-prev .font_family{display: block;font-size: 16px;color: #333; }
.productDetailDiv .hdDiv .swiper-button-prev{left: 0;}
.productDetailDiv .hdDiv .swiper-button-next{right: 0;}
.productDetailDiv .hdDiv .swiper-button-prev:hover,.productDetailDiv .hdDiv .swiper-button-next:hover{background: #34bdc4;color: #fff;border-color: #34bdc4; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv{width: 51.5%;display: flex;flex-direction: column;justify-content: space-between; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .hrt{flex: 1; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .title{padding-bottom: 25px;border-bottom: 1px solid #ccc;margin-bottom: 30px; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .dl dl{align-items: flex-start; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .dl dl dd{width: calc(100% - 64px - 9%);margin-bottom: 0; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv{flex-wrap: wrap; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv a{margin-right: 10px;border-radius: 6px;margin-bottom: 10px; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv a:last-child{margin-right: 0; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv a .font_family{margin-right: 9px;font-size: 26px;color: #666; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv a:nth-child(1){width: 140px;height: 40px;background: #34bdc4;color: #fff; margin-top:20px }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv a:nth-child(1) .font_family{color: #fff; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv a:nth-child(2){width: 200px;height: 50px;border: 1px solid #ee7700;color: #ee7700;font-size: 22px; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv a:nth-child(2) .font_family{color: #ee7700; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv a:nth-child(3){width: 85px;height: 50px;border: 1px solid #cccccc;color: #666; }
.productDetailDiv .bdDiv .brDiv .hd .hrDiv .btnDiv a:nth-child(4){width: 85px;height: 50px;border: 1px solid #cccccc;margin-right: 0;color: #666; }
.productDetailDiv .bdDiv .brDiv .bd{ height:auto;overflow: hidden; }
.productDetailDiv .bdDiv .brDiv .bd .bdh{border-bottom: 1px solid #cccccc; }
.productDetailDiv .bdDiv .brDiv .bd .bdh a{padding: 20px 0;text-align: center;display: block;width: 33.33%;color: #666666;font-size: 20px; }
.productDetailDiv .bdDiv .brDiv .bd .bdh a.on{font-size: 24px;color: #333333;font-weight: bold;position: relative; }
.productDetailDiv .bdDiv .brDiv .bd .bdh a.on::before{content: "";width: 100%;height: 3px;background: #34bdc4;position: absolute;left: 0;bottom: 0; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv{padding-top: 60px; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .pdtit{margin-bottom: 30px; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .pdtit .line{width: 62px;height: 5px;background: #34bdc4;margin-bottom: 15px; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .pdtit span{font-size: 24px;font-weight: bold; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .gaishuDiv {color: #666;line-height: 1.8; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .tableDiv table{width: 100%;border: 1px solid #e5e5e5;border-top: 2px solid #333; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .tableDiv table tr td{border-bottom: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;padding: 10px 16px;word-break:break-all; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .tableDiv table tr td:nth-child(1),.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .tableDiv table tr td:nth-child(3){background: #f5f5f5; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .tableDiv table tr td:last-child{background: transparent; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .swiper-container {padding-bottom: 40px; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0; }
.productDetailDiv .swiper-pagination-bullet{width: 40px;height: 6px;background: #cccccc;opacity:1;border-radius: 3px; }
.productDetailDiv .swiper-pagination-bullet-active{background: #34bdc4; }
.productDetailDiv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .swiper-slide a{display: block;text-align: center;border-radius: 20px;overflow: hidden;position: relative;font-size: 18px; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .swiper-slide a::before{content: "";width: 100%;height: 50%;background: linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0));position: absolute;left: 0;bottom: 0;z-index: 1; } 
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .swiper-slide .title{position: absolute;left: 0;bottom: 15px;width: 100%;color: #fff;z-index: 2; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .swiper-slide .imgDiv{padding-top: 100%; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .swiper-slide .textDiv{position: absolute;left: 0;bottom: 15px;width: 100%;color: #fff;z-index: 2;text-align: left;padding: 0 20px; }
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .swiper-slide .textDiv span{font-size: 14px; }

.productDiv .bdDiv{position: relative;align-items: stretch;background: #f8f9fd; }
.productDiv .bdDiv .blDiv{width: calc(240px + 8.3vw);padding: 60px 0;background: #edf0f5;position: sticky;left: 0;top: 0; }
.productDiv .bdDiv .blDiv ul{border-radius: 0;background: #edf0f5; }
.productDiv .bdDiv .blDiv ul li>a,.productDiv .cateDiv ul>li>.aDiv a{padding-left: 8.3vw; }
.productDiv .cateDiv ul>li.on>a{border-radius: 0; }
.productDiv .bdDiv .brDiv{width: calc(87.7vw - 240px);padding: 80px 12.5vw 80px 0; }
.productDiv .bdDiv .brDiv .rowDiv{margin-bottom: 30px; }
.productDiv .bdDiv .brDiv .row>div{margin-top: 30px; }
.productDiv .bdDiv .brDiv .row>div a{display: block;background: #fff;border-radius: 20px;overflow: hidden;position: relative;padding: 10px 5% 30px;border: 1px solid #fff;height: 100%; }
.productDiv .bdDiv .brDiv .row>div .imgDiv{padding-top: 58.8%; }
.productDiv .bdDiv .brDiv .row>div .textDiv{position: relative;text-align: center;margin-top: 10px; }
.productDiv .bdDiv .brDiv .row>div .textDiv .title{font-size: 20px;font-weight: 700;color: #333; }
.productDiv .bdDiv .brDiv .row>div .textDiv .moreBtn{width: 100%;max-width: 160px;height: 46px;background: #ee7700;border-radius: 30px;color: #fff;margin: 0 auto;font-weight: 500;position: absolute;left: 50%;top: 0;transform: translateX(-50%);opacity: 0; }
.productDiv .bdDiv .brDiv .row>div .textDiv .moreBtn i{margin-left: 19px;font-size: 15px;display: block;top: 2px;position: relative; }
.productDiv .bdDiv .brDiv .row>div a:hover .textDiv .title{opacity: 0; } 
.productDiv .bdDiv .brDiv .row>div a:hover .textDiv .moreBtn{opacity: 1; }
.productDiv .bdDiv .brDiv .row>div a:hover{border-color: #34bdc4;box-shadow: 0px 0px 29px rgba(216,222,237,.5); }
.productDiv .bdDiv .brDiv .pageDiv a{background: #fff; }

.sku-cell {
	overflow: hidden; line-height:30px;
	margin-top: 25px; text-align:left ; color:#666; font-size:14px
}
.sku-cell .sku-hd {
  line-height: 1;
  font-size: 14px;
  text-align: left;
}

@media (max-width:768px) {
	
.sy_cpxj {
  padding: 30px 0;
	
}

.productDetailDiv .bdDiv {
  margin-top: 30px;
  align-items: flex-start;
}
.productDetailDiv .bdDiv .brDiv .hd{ display:block}
.productDetailDiv .bdDiv .brDiv .hd .hlDiv {
  width: 100%;
}
.productDetailDiv .bdDiv .brDiv .hd .hrDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; margin-top:20px
}
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .pdtit span {
  font-size: 19px;
  font-weight: bold;
}
.pd90 {
  padding: 25px 0;
}
.pageDiv,.xiaocms-page{
  text-align: center;
  margin-top:  0px;
}
.caseDiv .bdDiv{display: block; }
	.caseDiv .bdDiv .blDiv{width: 100%; }
	.caseDiv .bdDiv .blDiv .cateDiv{  }
	.caseDiv .bdDiv .brDiv{width: 100%;margin-top: 30px; }
.pageDiv span,.xiaocms-page span{display: inline-block;line-height: 30px;margin: 0 5px;color: #fff; border-radius: 4px;font-size: 16px;width: 30px;  }
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
 background-image:none;  right:10px;
  left:auto
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image:none;
  left:10px;
  right:auto
}
.productDetailDiv .bdDiv .brDiv .bd .bdb .itemDiv .pdtit {
  margin-bottom: 10px;
}
.nyBanner .bgDiv .wrap {
    height: 35vw;
  }
.caseDiv .bdDiv .blDiv .cateDiv .it {
  margin-bottom: 20px;
  background: #34bdc4;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}
.caseDiv .bdDiv .row > div {
  margin-bottom: 20px;
}
}


/* ---------------------后台 */
/* 新闻 */
.imgB{position: relative;padding-top: 100%;display: block;}
.imgB .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgB .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}
.newsUl li{
	padding: 10px 0;
	width: 100%;
}
.newsUl .kuang{
	display: flex;
	align-items: center;
	padding: 20px;
	background: #f9f9f9;
	overflow: hidden;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
.newsUl .imgBox{width: 220px;}
.newsUl .imgB{padding-top: 64%;}
.newsUl .textBox{
	width: calc(100% - 352px);
	padding: 0 80px 0 20px;
	overflow: hidden;
}
.newsUl .textBox .tit{
	font-size: 18px;
	margin-bottom: 10px;
	color: rgb(51, 51, 51);
}
.newsUl .textBox .desc{
	color: #999;
	font-size: 14px;
} 
.newsUl .timeBox{
	width: 132px;
	text-align: center;
	line-height: 45px;
	border: 1px solid #e6e6e6;
	color: #999;
	border-radius: 4px;
	font-size: 14px;
	transition: all 0.3s;
}
.newsUl li:hover .timeBox{
	color: #ffffff;
	border: 1px solid #34bdc4;
	background: #34bdc4;
}
@media (max-width:992px) {
	.newsUl .timeBox{
		width: 100px;
		line-height: 36px;
		font-size: 12px;
	}
	.newsUl .textBox{padding: 0 20px;width: calc(100% - 320px);}
}
@media (max-width:768px) {
	.newsUl li{margin-top: 8px;padding: 0;}
	.newsUl li:first-child{margin-top: 0;}
	.newsUl .kuang{padding: 0;display: block;}
	.newsUl .imgBox{width: 100%;}
	.newsUl .textBox{width: 100%;padding: 12px 16px 4px;}
	.newsUl .textBox .tit{
		font-size: 16px;
		margin: 4px 0 0;
	}
	.newsUl .textBox .desc{
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
	}
	.newsUl .timeBox{display: block;border: 0;padding-bottom: 12px;}
}
.detailP .pageTit{
	font-size: 32px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 46px;
	text-align: center;
}
.detailP .infoBox{
	font-size: 12px;
	color: rgb(102, 102, 102);
	line-height: 22px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid rgb(230, 230, 230);
}
.detailP .nrBox{padding: 24px 0;min-height: 50vh;font-size: 16px;line-height: 1.8;}
.detailP .fanye{
	font-size: 14px;
	color: #999999;
	border-top: 1px solid rgb(230, 230, 230);
	padding: 16px 0;
}
.detailP .fanye p{margin-bottom: 8px;}
.detailP .fanye a{color: rgb(51, 51, 51);}
.detailP .fanye a:last-child{margin-bottom: 0;}
@media (max-width:768px) {
	.detailP .pageTit{font-size: 20px;line-height: 30px;}
	.detailP .infoBox{padding: 4px 0;}
	.detailP .nrBox{padding: 16px 0;font-size: 14px;line-height: 24px;}
	.detailP .fanye{padding-bottom: 0;}
}