/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;font-family:'黑体',"微软雅黑";font-size: 16px;color: #333333;max-width: 1920px;margin: 0 auto;overflow-x: hidden; }
.wrap{margin: 0 auto;max-width: 1620px;width: 95%; }
.wrap1{margin: 0 auto;max-width: 1200px;width: 95%; }
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;}
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.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.pa{position: absolute; }
.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;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;color: #666;height: 90px;transition: all .5s;background: #000; }
header .logo a{height: 90px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .logo .dImg{display: block;}
header .logo .hImg{display: none;}
header .rightDiv{text-align: right;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin:0 48px 0 0;}
header .rightDiv .menu>ul>li>a{height: 90px;text-align: left;color: #fff;position: relative;font-size: 16px;display: flex;justify-content: center;align-items: center;}
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: #fff; }
header .rightDiv .menu>ul>li>a::after{content: "";width: 26px;position: absolute;left: 50%;margin-left: -13px; background: #fad74c;height: 3px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 2px;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .languageDiv{height: 90px;position: relative;background: url(../img/xia.png) no-repeat center right;padding-right: 13px;}
header .languageDiv a{color: #fff;}
header .languageDiv a img{margin-right: 8px;border: 1px solid #e6e6e6;}
header .languageDiv .downDiv{position: absolute;width: 100%;top: 100%;left: 0;background: #000;padding: 10px;opacity: 0;visibility: hidden;transform: translateY(10px);transition: all .6s;}
header .languageDiv .downDiv a{color: #fff;}
header .languageDiv:hover .downDiv{opacity: 1;visibility: visible;transform: translateY(0);}

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide.png) no-repeat center center;background-size: 22px auto;}

header.indexHeader{background: transparent;}
.on-fixed header.indexHeader{background: #000;}

.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;font-size:15px;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;text-align: left;background: #fff; padding:0;width: 100%;top: 100%;left:0;opacity: 0;visibility: hidden;transform: translateY(10px);transition: transform .6s;box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); padding-left: calc((100vw - 1320px) / 2);height: 366px; }*/
.menu ul ul{position:absolute;background: #000;text-align: left; width: 100%;top: 100%;left:50%;transform: translateX(-50%); transition: opacity .3s;opacity: 0;visibility: hidden;box-shadow: 0px 0px 18px rgba(37,39,42,.2);}
.menu>ul>li:hover>ul{height: initial;visibility: visible;opacity: 1; }
.menu ul ul .ul{align-items: flex-start;padding:27px 30px 54px; }
.menu ul ul .ul li{margin: 0 ; }
.menu ul ul .ul li a{font-size: 16px;color: #999999;text-align: center;}
.menu ul ul .ul li a:hover{color: #fff;}
.menu ul ul .ul li .imgDiv{height: 43px; }
.menu ul ul .ul li .imgDiv img{max-height: 100%; }
.menu ul ul .ul li p{margin-top: 7px; }
/*.menu>ul>li:hover>ul>.wrap>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/
/*.menu li:hover>ul:before,.menu li:hover>ul:after{display: block;}*/
.menu ul ul ul{position:absolute;text-align: center;width: 100vw;top:100%;left:0;transition: opacity .6s;height: 0;}

/*.menu>ul>li>ul li:hover>ul>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/

/****底部***/
.footerDiv{background: #282828;}
.footerDiv .hdDiv{padding: 70px 0;align-items: flex-start;}
.footerDiv .hdDiv .listDiv{margin-right: 40px;}
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0;}
.footerDiv .hdDiv .listDiv>span{display: block;font-size: 12px;color: #fff; }
.footerDiv .hdDiv .aDiv a{color: rgba(255,255,255,.6);display: block;margin-top: 10px;font-size: 12px;}
.footerDiv .hdDiv .aDiv a:hover{color: rgba(255,255,255,1);}
.footerDiv .hdDiv .listDiv .p p{margin: 10px 0 0;font-size: 12px;color: rgba(255,255,255,.6);}
.footerDiv .hdDiv .listDiv .p p img{margin-right: 15px;}
.footerDiv .hdDiv .listDiv .ewmDiv {width: 120px;text-align: center;}
.footerDiv .hdDiv .listDiv .ewmDiv img{width: 100%;}
.footerDiv .hdDiv .listDiv .ewmDiv span{text-align: center;font-size: 14px;display: block;margin-top: 10px;color: rgba(255,255,255,.7);}
.footerDiv .linksDiv{padding: 20px 0 55px;border-bottom: 1px solid rgba(255,255,255,.3);border-top: 1px dashed rgba(255,255,255,.3);color: #fff;font-size: 12px; }
.footerDiv .linksDiv ul{margin: 15px -10px 0; }
.footerDiv .linksDiv ul li{margin:0 10px 10px;}
.footerDiv .bdDiv{padding: 25px 0;font-size: 12px;color: #999999; }
.footerDiv .bdDiv a{color: #999999; }
.footerDiv .bdDiv a:hover{color: #fff; }

/*::-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: 90px; }
.indexMain{margin-top: 0;}


/*banner轮播*/
.index-banner{width: 100%;position:relative;height: 969px;}
.index-banner .textDiv{padding-top: 180px;text-align: center; }


.indexTitle span{display: block;color: #fff;}
.indexTitle p{color: #fff;margin: 5px 0 25px; }
.imorebtn{color: #2997ff;position: relative;padding-right: 21px;}
.imorebtn::after{content: "";width: 9px;height: 16px;background: url(../img/more.png) no-repeat center center/100%;position: absolute;right: 0;top: 50%;margin-top: -8px; }
.imorebtn:hover{text-decoration: underline;text-underline-offset: 2px; }

.f48{font-size: 48px;}
.f40{font-size: 40px;}
.f30{font-size: 30px;}
.f24{font-size: 24px;}
.f22{font-size: 22px;}
.f20{font-size: 20px;}
.f18{font-size: 18px;}

.indexDiv1{padding: 200px 0 150px;}
.indexDiv1 .hdDiv .tabsDiv a{width: 140px;line-height: 38px;border: 1px solid #fff;color: #fff;border-radius: 20px;text-align: center;display: block;margin-left: 30px; }
.indexDiv1 .hdDiv .tabsDiv .active{background: #2997ff;border-color: #2997ff;color: #fff; }
.indexDiv1 .bdDiv{margin-top: 90px;position: relative; }
.indexDiv1 .bdDiv .swiper-container{padding: 0 0 60px;}
.indexDiv1 .bdDiv a{display: block; }
.indexDiv1 .bdDiv .imgDiv{position: relative;padding-top: 67.8%; }
.indexDiv1 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center; }
.indexDiv1 .bdDiv .imgDiv .pic img{max-width: 100%;max-height: 100%; }
.indexDiv1 .bdDiv .titleDiv{background: #2b292c;text-align: center;color: #fff;padding: 13px 0; }
.indexDiv1 .bdDiv a:hover .titleDiv{color: #2997ff; }
.indexDiv1 .lunboDiv{position: absolute;width: 100%;left: 0;top: 0;z-index: 0;opacity: 0; }
.indexDiv1 .lunboDiv.on{position: relative;z-index: 1;opacity: 1; }
.indexDiv1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.indexDiv1 .swiper-pagination-bullet{width: 12px;height: 12px;background: #fff; border-radius:6px;opacity:.5;}
.indexDiv1 .swiper-pagination-bullet-active{opacity: 1;position: relative;width: 36px;}
.indexDiv1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
.indexDiv1 .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: -93px;}
.indexDiv1 .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: -93px;}
.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 33px;height: 24px;margin-top: -36px; }

.indexDiv2 .bdDiv{height: 969px;padding-right: 5vw; }

.indexDiv3{background: #000;padding: 15px 0; }
.indexDiv3 .bdDiv .conDiv{width: calc(50% - 5px);height: 940px; }
.indexDiv3 .bdDiv .conDiv .textDiv{text-align: center;padding-top: 156px;}

.indexDiv4{padding: 215px 0; }
.indexDiv4 .leftDiv{width: 31%;}
.indexDiv4 .leftDiv .p{margin: 50px 0;line-height: 1.8; }
.indexDiv4 .rightDiv{width: 63.3%;}
.indexDiv4 .rightDiv .row{margin: 0 -10px; }
.indexDiv4 .rightDiv .row>div{padding: 0 10px;}
.indexDiv4 .rightDiv .row>div:nth-child(2){margin-top: 80px;}
.indexDiv4 .rightDiv .row>div a{display: block;position: relative; }
.indexDiv4 .rightDiv .row>div a>img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv4 .rightDiv .row>div a .textDiv{position: absolute;left: 0;bottom: 50px;text-align: center;color: #fff;width: 100%; }
.indexDiv4 .rightDiv .row>div a .textDiv p{margin-top: 15px; }


.nyBanner .wrap{position:relative;height: 400px;color: #fff;text-align: center; }
.nyBanner .textDiv span{font-weight: bold;}
.breadcrumbDiv{margin-top: 15px;}
.breadcrumbDiv a{color: #fff;} 

.bga1a1a1{background: #1a1a1a;}

.contactDiv1{padding: 96px 0 80px;background: url(../img/c-bg.png) #1a1a1a no-repeat left bottom/50%; }
.contactDiv1 .hdDiv{align-items: flex-start;}
.contactDiv1 .hdDiv .leftDiv{width: 48.3%;color: #fff; }
.contactDiv1 .hdDiv .leftDiv .titleDiv small{color: #3585ea;text-transform: uppercase; }
.contactDiv1 .hdDiv .leftDiv .titleDiv span{display: block;font-weight: bold; }
.contactDiv1 .hdDiv .leftDiv .p2{padding: 30px 0 0;border-top: 1px solid rgba(68,68,68,.5);margin: 20px 0 0;line-height: 2; }
.contactDiv1 .hdDiv .leftDiv .p2 p{margin: 10px 0; }
.contactDiv1 .hdDiv .rightDiv{width: 48.3%;}
.contactDiv1 .hdDiv .rightDiv form{width: 100%;}
.contactDiv1 .hdDiv .rightDiv form .conDiv{margin-bottom: 16px;}
.contactDiv1 .hdDiv .rightDiv form input{width: 100%;line-height: 56px;border: 0;padding: 0 20px;font-size: 18px;color: #999999;background: #2f2f2f;border-radius: 8px; }
.contactDiv1 .hdDiv .rightDiv form textarea{width: 100%;border: 0;padding: 10px 20px;font-size: 18px;color: #999999;background: #2f2f2f;resize: none;height: 180px;border-radius: 8px; }
.contactDiv1 .hdDiv .rightDiv form button{width: 140px;line-height: 48px;border: 0;font-size: 20px;color: #fff;background: #3585ea;cursor: pointer;}
.contactDiv1 .bdDiv{margin-top: 60px;border-radius: 20px;overflow: hidden; }

.commonDiv{padding: 40px 0 80px; }
.mLeftDiv{width: 280px;}
.mLeftDiv .hd{height: 56px;background: #000000;color: #fff;position: relative;padding: 0 20px; }
.mLeftDiv .hd img{margin-right: 13px; }
.mLeftDiv .bd ul li{margin-bottom: 2px;}
.mLeftDiv .bd ul li>a{color: #fff;padding: 16px 20px;display: block;background: url(../img/zd.png) #282628 no-repeat right 12px center; }
.mLeftDiv .bd ul li.active>a{background: url(../img/zk.png) #2b292c no-repeat right 12px center; color: #fff; }
.mLeftDiv .bd ul li:last-child>a{border: 0; }
.mLeftDiv .bd ul li .erji{display: none;background: #212021; }
.mLeftDiv .bd ul li.active .erji{display: block; }
.mLeftDiv .bd ul li .erji a{display: block;padding:12px 23px;background: url(../img/sj.png) no-repeat left center;color: #999999;border-bottom: 1px solid rgba(127, 127, 127, .1);font-size: 14px; }
.mLeftDiv .bd ul li .erji li:last-child a{border-bottom: 0; }
.mLeftDiv .bd ul li .erji li.on a{color: #fff;background: #262527; }
.mLeftDiv .bd ul li .erji a:hover{color: #fff; }

.mRightDiv{width: calc(100% - 310px);}
.mRightDiv .hdDiv{border-bottom: 1px solid rgba(255,255,255,.1);position: relative;color: #fff;line-height: 56px; }
.mRightDiv .hdDiv:before{content: "";width: 60px;height: 2px;background: #235fc6;position: absolute;left: 0;bottom: -1px; }

.productDiv{margin-top: 20px;}
.productDiv .row{margin: 0 -9px 20px; }
.productDiv .row>div{padding: 0 9px;margin-bottom: 18px; }
.productDiv .row>div a{display: block;height: 100%; }
.productDiv .row>div a{display: block; }
.productDiv .row>div .imgDiv{position: relative;padding-top: 67.8%; }
.productDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center; }
.productDiv .row>div .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover; }
.productDiv .row>div .titleDiv{background: #2b292c;text-align: center;color: #fff;padding: 13px 0; }
.productDiv .row>div a:hover .titleDiv{color: #2997ff; }

.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 40px;margin: 0 2px;color: #fff;width: 40px; border-radius: 2px;font-size: 14px;background: #2b292c; }
.pageDiv span{background: #5b5b5b; }

.newsDiv{padding: 58px 0 80px;}
.newsDiv ul{margin-bottom: 40px;}
.newsDiv ul li{margin-bottom: 30px;}
.newsDiv ul li a{padding: 0 0 30px;border-bottom: 1px solid rgba(230,230,230,.1); }
.newsDiv ul li .imgDiv{width: 280px;height: 158px;overflow: hidden; }
.newsDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.newsDiv ul li .textDiv{width: calc(100% - 320px); }
.newsDiv ul li .textDiv .title{color: #fff; }
.newsDiv ul li .textDiv .p{font-size: 14px;color: #999999;margin: 15px 0 30px;line-height: 1.8; }
.newsDiv ul li .textDiv .date{color: #fff;font-size: 14px; }
.newsDiv ul li .textDiv .date img{margin-right: 6px;}
.newsDiv ul li .textDiv span{color: #0099cc;font-size: 12px;display: flex;justify-content: center;align-items: center;width: 86px;height: 30px;border-radius: 2px;border: 1px solid #0099cc; }
.newsDiv ul li a:hover .textDiv .title{color: #0099cc; }

.twoMenuDiv1{box-shadow: 0px 6px 18px rgba(0,0,0,.05); }
.twoMenuDiv1 .bdDiv{overflow-x: auto; }
.twoMenuDiv1 .bdDiv .aDiv{white-space:nowrap;display: flex;justify-content: flex-start;align-items: center; }
.twoMenuDiv1 a{display: block;color: #333333;padding:0 28px;line-height: 72px;position: relative; }
.twoMenuDiv1 a.active{color: #fff;background: #0c53a5; }
.twoMenuDiv1 a:hover{color: #0c53a5; }

.rczpDiv{padding: 60px 0 80px; }
.rczpDiv ul li{margin-bottom: 30px;}
.rczpDiv ul li a{background: #242428;border-radius: 10px;padding: 20px 30px; }
.rczpDiv ul li a .imgDiv {width: 35%;}
.rczpDiv ul li a .imgDiv img{margin-right: 30px;}
.rczpDiv ul li a .imgDiv .zw{color: #fff;}
.rczpDiv ul li a .date{color: #cccccc;font-size: 14px;}
.rczpDiv ul li a .date img{margin-right: 7px; }
.rczpDiv ul li a .zprs{color: #cccccc;font-size: 14px; }
.rczpDiv ul li a .morebtn{color: #0099cc;font-size: 12px;display: flex;justify-content: center;align-items: center;width: 86px;height: 30px;border-radius: 2px;border: 1px solid #0099cc; }

.serviceDiv{padding: 60px 0 80px; }
.serviceDiv .row>div{margin-bottom: 30px;}
.serviceDiv .row>div a{display: block;background: #242428;border-radius: 12px;padding: 30px 20px; }
.serviceDiv .row>div a.mainA{padding: 45px;text-align: center; }
.serviceDiv .row>div a .textDiv .title{color: #fff; }
.serviceDiv .row>div a .textDiv p{color: #cccccc;font-size: 14px;margin: 10px 0 15px; }
.serviceDiv .row>div a .imorebtn{padding-right: 14px;font-size: 14px;}
.serviceDiv .row>div a .imorebtn::after{width: 7px;}
.serviceDiv .row>div a .imgDiv{position: relative;padding-top: 43.23%; }
.serviceDiv .row>div a .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%; }
.serviceDiv .row>div a .imgDiv img{max-width: 100%;max-height: 100%; }
.serviceDiv .row>div a:hover .textDiv .title{color: #2997ff; }

.detailDiv {padding:80px 0;}
.detailDiv .articleDiv .hd .title{font-size: 30px;color: #333333;font-weight: bold;}
.detailDiv .articleDiv .hd .smTit{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color: #666666;border-top: 1px solid #e6e6e6;padding-top: 18px;margin-top: 40px;}
.detailDiv .articleDiv .hd .smTit span{display: inline-block;padding-left: 18px;}
.detailDiv .articleDiv .hd .smTit span.user{background: url(../img/user.png) no-repeat left center;text-transform: uppercase;margin-right: 30px;}
.detailDiv .articleDiv .hd .smTit span.date{background: url(../img/time1.png) no-repeat left center;}
.detailDiv .articleDiv .hd .smTit span.news{background: url(../img/news.png) no-repeat left center;margin-right: 20px;}
.detailDiv .articleDiv .bd {text-align: center;}
.detailDiv .articleDiv .bd p{font-size: 16px;color: #333333;line-height: 1.8;margin: 30px 0;text-align: left;}
.detailDiv .otherPage{border-top: 1px solid #e6e6e6;padding-top: 20px;}
.detailDiv .otherPage>div{margin-top: 10px;font-size: 14px;color: #999999;}
.detailDiv .otherPage>div a{color: #333;}
.detailDiv .otherPage>div a:hover{color: #4281df;}

.productDetailDiv .hdDiv{padding: 65px 0 77px;}
.productDetailDiv .hd{align-items: flex-start; }
.productDetailDiv .hd .leftDiv{width: 50.83%;}
.productDetailDiv .hd .rightDiv{width: 44.92%;}
.productDetailDiv .hd .leftDiv .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.productDetailDiv .hd .leftDiv .swiper-slide {display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}
.productDetailDiv .hd .leftDiv .swiper-slide .pic{padding-top: 100%;position: relative;width: 100%;}
.productDetailDiv .hd .leftDiv .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 transparent; }
.productDetailDiv .hd .leftDiv .swiper-slide .pic .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.productDetailDiv .hd .leftDiv .gallery-top {width: 100%;}
.productDetailDiv .hd .leftDiv .smallDiv{position: relative;padding: 0 35px; }
.productDetailDiv .hd .leftDiv .gallery-thumbs {box-sizing: border-box;text-align: center;margin: 10px 0;}
.productDetailDiv .hd .leftDiv .gallery-thumbs .swiper-slide {width: 25%;opacity: 1;}
.productDetailDiv .hd .leftDiv .gallery-thumbs .swiper-slide-thumb-active .pic{opacity: 1;border: 1px solid rgba(230,230,230,.3); }
.productDetailDiv .hd .leftDiv .swiper-button-next, .productDetailDiv .hd .leftDiv .swiper-button-prev{width: 25px;height: 100%;margin-top: 0px;top: 0;}
.productDetailDiv .hd .leftDiv .swiper-button-next{background: url(../img/pr.png) #0d0d0d no-repeat center center;right: 0;}
.productDetailDiv .hd .leftDiv .swiper-button-prev{background: url(../img/pl.png) #0d0d0d no-repeat center center;left: 0;}
.productDetailDiv .hd .rightDiv .title{color: #fff;padding: 30px 0;border-bottom: 1px solid rgba(255,255,255,.3); }
.productDetailDiv .hd .rightDiv .p{margin: 30px 0;color: #fff;line-height: 2;opacity: .9; }
.productDetailDiv .hd .rightDiv .textDiv{color: #fff;line-height: 1.8;opacity: .7; }
.productDetailDiv .bdDiv{margin-top: 60px; }
.productDetailDiv .bdDiv .th{border-left: 4px solid #2997ff;padding-left: 20px;margin-bottom: 20px;color: #333333;background: #ededed;line-height: 48px; }
.productDetailDiv .bdDiv .tb p{line-height: 2;margin: 20px 0; }

.tuijianDiv{padding: 60px 0;}
.tuijianDiv .hdDiv{border-bottom: 1px solid #cccccc;position: relative;color: #333333;padding-bottom: 20px; }
.tuijianDiv .hdDiv:before{content: "";width: 60px;height: 3px;background: #2997ff;position: absolute;left: 0;bottom: -1px; }
.tuijianDiv .bdDiv{margin-top: 20px;}
.tuijianDiv .row{margin: 0 -9px 20px; }
.tuijianDiv .row>div{padding: 0 9px;margin-bottom: 18px; }
.tuijianDiv .row>div a{display: block;height: 100%; }
.tuijianDiv .row>div a{display: block; }
.tuijianDiv .row>div .imgDiv{position: relative;padding-top: 100%;background: #000; }
.tuijianDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center; }
.tuijianDiv .row>div .imgDiv .pic img{max-width: 100%;max-height: 100%; }
.tuijianDiv .row>div .titleDiv{background: #2b292c;text-align: center;color: #fff;padding: 13px 0; }
.tuijianDiv .row>div a:hover .titleDiv{color: #2997ff; }

.aboutDiv1{padding: 100px 0 85px;}
.aboutTitle small{color: #999999; }
.aboutTitle span{color: #333333;display: block;margin: 10px 0 40px; }
.aboutDiv1 .bdDiv .p p{margin-bottom: 30px;line-height: 1.8; }
.aboutTitle.cfff span{color: #fff;}

.aboutDiv2{padding: 100px 0;}
.aboutDiv2 .swiper-button-next,.aboutDiv2 .swiper-button-prev{position: relative;width: 12px;height: 21px;top: initial;margin-top: initial; }
.aboutDiv2 .swiper-button-prev{background: url(../img/al.png) no-repeat center center/100%;left: initial;}
.aboutDiv2 .swiper-button-next{background: url(../img/ar.png) no-repeat center center/100%;right: initial;}
.aboutDiv2 .swiper-pagination{position: relative; }
.aboutDiv2 .swiper-pagination-fraction{bottom: 0;width: initial;margin: 0 40px;font-size: 18px;color: #fff; }
.aboutDiv2 .swiper-pagination-fraction .swiper-pagination-current{font-size: 30px; }
.aboutDiv2 .bdDiv{margin-top: 50px;position: relative; }
.aboutDiv2 .bdDiv .swiper-slide{height: initial;}
.aboutDiv2 .bdDiv .row{margin: 0 -11px;}
.aboutDiv2 .bdDiv .row>div{padding: 0 11px;margin-bottom: 22px; }
.aboutDiv2 .bdDiv .conDiv{height: 100%;padding: 25px;background: #242428;border-radius: 10px; }
.aboutDiv2 .bdDiv .leftDiv{width: 45.825%;}
.aboutDiv2 .bdDiv .imgDiv {position: relative;padding-top: 78.95%;}
.aboutDiv2 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.aboutDiv2 .bdDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.aboutDiv2 .bdDiv .textDiv{width: 49.23%;}
.aboutDiv2 .bdDiv .textDiv span{display: block;margin: 20px 0;color: #fff; }
.aboutDiv2 .bdDiv .textDiv p{color: #999999;line-height: 1.8;font-size: 14px; }
.aboutDiv2 .bdDiv .titleDiv{text-align: center;color: #fff;margin-top: 35px;}

.aboutDiv3 {padding: 100px 0; }
.aboutDiv3 .bdDiv .rowDiv:nth-child(2){flex-direction: row-reverse;margin-top: 100px; }
.aboutDiv3 .bdDiv .leftDiv{width: 47.2%; }
.aboutDiv3 .bdDiv .leftDiv .p{color: #fff;line-height: 2; }
.aboutDiv3 .bdDiv .rightDiv{width: 47.2%;border-radius: 10px;overflow: hidden; }


/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/




/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

@media (max-width:1367px) {
	.index-banner{height: 748px;background-size: auto 100% !important;}
	.index-banner .textDiv{padding-top: 100px;}
	.f48{font-size: 36px;}
	.f40{font-size: 30px;}
	.f30{font-size: 24px;}
	.f24{font-size: 20px;}
	.f20{font-size: 18px;}
	.f18{font-size: 16px;}
	.indexTitle p{margin: 0 0 15px;}
	.indexDiv1{padding: 100px 0;}
	.indexDiv1 .hdDiv .tabsDiv a{margin-left: 15px;width: 120px;line-height: 32px; }
	.indexDiv1 .bdDiv{margin-top: 45px;}
	.indexDiv2 .bdDiv{height: 748px;}
	.indexDiv3 .bdDiv .conDiv{height: 700px;}
	.indexDiv3 .bdDiv .conDiv .textDiv{padding-top: 80px;}
	.indexDiv4{padding: 100px 0;}
	.indexDiv4 .leftDiv .p{margin: 30px 0;}
	
	
}

@media (max-width:1220px) {
	header .rightDiv .menu>ul>li{margin-right: 30px; }
}
@media (max-width:1100px) {
}
@media (min-width:992px) and (max-width:1024px) {
}
@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-top: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 10px 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:#000}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;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:#fff;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;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{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(0,0,0,1);}
	body.on-menu.on-fixed  header{background:  rgba(0,0,0,1);}
	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(0,0,0,1);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(0,0,0,1);
	}
	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: center;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	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 .rightDiv .menu>ul>li>a span{line-height: 50px;}
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}

	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px; }
	header .rightDiv .otherDiv{height: 50px;justify-content: center;float: initial; }
	header .rightDiv .searchDiv{margin: 0 auto; }
	header .rightDiv .ssDiv .dImg{display: none; }
	header .rightDiv .ssDiv .hImg{display: block; }
	.menu ul ul .ul span{margin-top: 0; }
	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */
	header .rightDiv .menu>ul>li li{border: 0;}
	header .rightDiv .menu>ul>li li a{line-height: initial;margin-bottom: 20px;height: initial;color: #666;}
	/*.twoMenuDiv.onFixed{top: 50px;}
	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/
	
	.menu ul ul:before{display: none!important;}
	.menu ul ul:after{display: none!important;;}
	.menu ul ul a{padding: 0 15px;margin: 0;}
	.menu li:hover>ul{transform: translate(0);}
	header .rightDiv .otherDiv{position: relative;margin-left: 0;display: block;text-align: left;}
	header .rightDiv .otherDiv .telDiv{display: inline-block;line-height: 30px;margin-left: 15px;margin-right: 0;}
	header .rightDiv .ssDiv{justify-content: flex-start;}
	header .rightDiv .ssBtn{display: none;}
	header .rightDiv .searchDiv{opacity: 1;visibility: visible;transform: translate(0px);top: 0;position: relative;right: 0;}
	header .rightDiv .menu ul li .ulDiv{display: block;}
	.menu ul ul{height: initial;}
	.menu ul ul .ul{padding: 10px 0 0;flex-wrap: wrap;}
	.menu ul ul .ul li{width: 33.3%;}
	
	header .logo{left: 15px;}
	header .languageDiv{height: 50px;margin-right: 40px; }
	.headerTop{display: none;}
	.rczpDiv ul li a .imgDiv img{width: 60px;margin-right: 15px;}
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;}
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	
	
	.f48{font-size: 24px;}
	.f40{font-size: 22px;}
	.f30{font-size: 20px;}
	.f24{font-size: 18px;}
	.f20{font-size: 16px;}
	.f18{font-size: 14px;}
	
	.index-banner .textDiv{padding-top: 60px; }
	.index-banner{height: 90vw;}
	
	.indexTitle p{margin-bottom: 5px;font-size: 15px; }
	a.imorebtn{padding-right: 15px; }
	a.imorebtn::after{width: 6px; }
	
	.indexDiv1{padding: 50px 0;}
	.indexDiv1 .hdDiv{display: block; }
	.indexDiv1 .hdDiv .indexTitle{text-align: center;}
	.indexDiv1 .hdDiv .tabsDiv{margin-top: 15px; }
	.indexDiv1 .hdDiv .tabsDiv a{margin-left: 8px;line-height: 30px; }
	.indexDiv1 .hdDiv .tabsDiv a:first-child{margin-left: 0;}
	.indexDiv1 .bdDiv{margin-top: 30px;}
	.indexDiv1 .bdDiv .titleDiv{padding: 8px 0; }
	.indexDiv1 .bdDiv .swiper-container{padding-bottom: 40px; }
	.indexDiv1 .swiper-pagination-bullet{width: 8px;height: 8px; }
	.indexDiv2 .bdDiv{height: 70vw;padding-right: 0;}
	.indexDiv2 .bdDiv .indexTitle{width: 40%;}
	.indexDiv3{padding: 5px 0;}
	.indexDiv3 .bdDiv{display: block; }
	.indexDiv3 .bdDiv .conDiv{height: 100vw;width: 100%;margin: 5px 0;}
	.indexDiv3 .bdDiv .conDiv .textDiv{padding-top: 50px; }
	.indexDiv4{padding: 50px 0;}
	.indexDiv4 .bdDiv{display: block; }
	.indexDiv4 .leftDiv{width: 100%; }
	.indexDiv4 .leftDiv .p{margin: 15px 0; }
	.indexDiv4 .rightDiv{width: 100%;margin-top: 20px; }
	.indexDiv4 .rightDiv .row>div a{height: 50vw; }
	.indexDiv4 .rightDiv .row>div:nth-child(2){margin: 10px 0; }
	.indexDiv4 .rightDiv .row>div a .textDiv{bottom: 30px; }
	
	
	.footerDiv .hdDiv{padding: 20px 0 10px;width: 100%;display: block;}
	.footerDiv .hdDiv .listDiv{width: 100%;margin-bottom: 20px;max-width: 100%;}
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 10px;}
	.footerDiv .hdDiv .listDiv:nth-child(1){width: 100%;}
	.footerDiv .hdDiv .listDiv .lxDiv{display: block;}
	.footerDiv .hdDiv .listDiv .lxDiv .p{width: 100%;}
	.footerDiv .linksDiv{padding-bottom: 10px; }
	.footerDiv .linksDiv ul{margin: 10px -5px 0;flex-wrap: wrap; }
	.footerDiv .linksDiv ul li{margin: 0 5px 10px;width: 20%; }
	.footerDiv .bdDiv{display: block;text-align: center;padding: 20px 0; }
	
	.nyBanner .wrap{height: 50vw;}
	.breadcrumbDiv{font-size: 14px;margin-top: 5px; }
	.twoMenuDiv1 a{line-height: 50px;font-size: 14px;padding: 0 15px;  }
	
	.contactDiv1{padding: 40px 0;}
	.contactDiv1 .hdDiv{display: block; }
	.contactDiv1 .hdDiv .leftDiv{width: 100%;}
	.contactDiv1 .hdDiv .leftDiv .p2{padding-top: 20px; }
	.contactDiv1 .hdDiv .rightDiv{width: 100%;margin-top: 30px;}
	.contactDiv1 .hdDiv .rightDiv form input{line-height: 50px;font-size: 16px;border-radius: 5px; }
	.contactDiv1 .hdDiv .rightDiv form textarea{height: 140px;font-size: 16px;}
	.contactDiv1 .hdDiv .rightDiv form button{font-size: 18px; }
	.contactDiv1 .bdDiv{margin: 30px 0 0;border-radius: 10px; }
	
	.newsDiv{padding: 30px 0 50px;}
	.newsDiv ul{margin-bottom: 30px;}
	.newsDiv ul li a{padding: 0 10px 20px;display: block;}
	.newsDiv ul li .imgDiv{width: 100%;height: 180px;}
	.newsDiv ul li .textDiv{width: 100%;margin-top: 20px;}
	.newsDiv ul li .textDiv .p{margin: 10px 0 20px;}
	
	.pageDiv a, .pageDiv span{line-height: 28px;width: 30px;margin: 0 2px; }
	
	.commonDiv{padding: 40px 0; }
	.mLeftDiv{width: 100%;margin-top: 0; }
	.mLeftDiv .hd{height: 52px;padding: 0 15px; }
	.mLeftDiv .hd img{margin-right: 10px;width: 20px;}
	.mLeftDiv .hdDiv{margin-bottom: 15px; }
	.mLeftDiv .bdDiv .bd{padding: 0 10px;}
	.mLeftDiv .bdDiv .bd p{margin: 10px 0; }
	.mRightDiv{width: 100%;margin-top: 0; }
	.productDiv .row{margin: 0 -5px 20px;}
	.productDiv .row>div{padding: 0 5px;margin-bottom: 10px; }
	.productDiv .row>div .titleDiv{padding: 10px 0; }
	
	.rczpDiv{padding: 30px 0 40px;}
	.rczpDiv ul{margin-bottom: 30px; }
	.rczpDiv ul li{margin-bottom: 15px;}
	.rczpDiv ul li a{padding: 15px;flex-wrap: wrap; }
	.rczpDiv ul li a .imgDiv{width: 65%;margin-bottom: 10px;}
	.rczpDiv ul li a .imgDiv img{width: 40px;}
	
	.serviceDiv{padding: 30px 0 40px;}
	.serviceDiv .row>div{margin-bottom: 15px; }
	.serviceDiv .row>div a.mainA{padding: 30px;}
	
	.productDetailDiv .hdDiv{padding: 40px 0; }
	.productDetailDiv .hd{display: block; }
	.productDetailDiv .hd .leftDiv{width: 100%;}
	.productDetailDiv .hd .rightDiv{width: 100%;margin-top: 20px; }
	.productDetailDiv .hd .rightDiv .p{margin: 15px 0 30px; }
	.productDetailDiv .hd .leftDiv .smallDiv{padding: 0 24px; }
	.productDetailDiv .hd .leftDiv .swiper-button-next, .productDetailDiv .swiper-button-prev{width: 24px;}
	.productDetailDiv .bdDiv{margin-top: 30px;}
	.tuijianDiv{padding: 30px 0;}
	.tuijianDiv .row>div{margin-bottom: 15px; }
	
	.detailDiv{padding: 40px 0;}
	.detailDiv .articleDiv .hd .title{font-size: 20px;}
	.detailDiv .articleDiv .hd .smTit{margin-top: 20px;padding-top: 10px;}
	
	.aboutDiv1{padding: 35px 0 20px;}
	.aboutTitle span{margin: 5px 0 20px;}
	
	.aboutDiv2{padding: 40px 0;}
	.aboutDiv2 .swiper-pagination-fraction{margin: 0 20px;font-size: 16px; }
	.aboutDiv2 .swiper-pagination-fraction .swiper-pagination-current{font-size: 20px;}
	.aboutDiv2 .swiper-button-next, .aboutDiv2 .swiper-button-prev{width: 9px;}
	.aboutDiv2 .bdDiv{margin-top: 20px;}
	.aboutDiv2 .bdDiv .conDiv{padding: 15px;}
	.aboutDiv2 .bdDiv .textDiv span{margin: 0 0 10px;}
	.aboutDiv2 .bdDiv .titleDiv{margin-top: 10px; }
	.aboutDiv2 .bdDiv .row>div{margin-bottom: 10px;}
	.aboutDiv2 .bdDiv .btnDiv{margin-top: 20px; }
	.aboutDiv3{padding: 50px 0;}
	.aboutDiv3 .rowDiv{display: block; }
	.aboutDiv3 .bdDiv .leftDiv{width: 100%;}
	.aboutDiv3 .bdDiv .rightDiv{width: 100%;margin-top: 20px; }
	.aboutDiv3 .bdDiv .rowDiv:nth-child(2){margin-top: 40px; }
	
	@media (max-width:320px) {
	}
	
}