/* @font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}
@font-face{ font-family: fontB; src: url('../fonts/SourceHanSansCN-Bold.otf');} */
@font-face{ font-family: fontR; src: url('../fonts/Montserrat-Regular.ttf');}
@font-face{ font-family: fontB; src: url('../fonts/Montserrat-Bold.ttf');}
html,body{padding: 0;margin: 0;font-family:Arial, Helvetica, sans-serif;font-size: 16px;color: #333333;/*min-width: 1200px;*/ /* overflow-x: hidden; */}
.wrap{margin: 0 auto;max-width: 1600px;}
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);}

.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 .header-container{position: absolute;top: 0;left: 0;width: 100%;color: #333333;transition: all .5s;background: transparent;padding: 3vw 0;z-index: 9; }
header .wrap{max-width: 100%;padding: 0 3.125vw; }
header .logo a{height: 100px;position: relative;z-index: 1;display:flex;justify-content:center;align-items:center; }
header .logo img{max-height: 100%;}
header .rightDiv .othersDiv{height: 100px;cursor: pointer;position: relative;z-index: 1;padding-right: 50px; }
header .ssBtn{height: 50px;margin: 0 40px; }
header .ssBtn img{max-width: 36px; }
header .langDiv{position: relative; }
header .langDiv img{max-width: 36px; }
header .langDiv>a{color: #fff;height: 50px; }
header .langDiv>a i{width: 12px;height: 100%;background: url(../img/xia.png) no-repeat center center; }
header .langDiv>a span{margin: 0 6px 0 7px; }
header .langDiv .aDiv{position: absolute;left: 50%;width: 120px;background: #3071B9;top: 100%;transform: translateX(-50%);display: none;text-align: center;padding: 10px 0;box-shadow: 0px 0px 15px rgba(0,0,0,.13);border-radius: 4px; }
header .langDiv .aDiv a{color: #fff;display: block;line-height: 36px; }
header .langDiv .aDiv a.on{color: #fff; }
header .langDiv:hover .aDiv{display: block; }

.searchDiv{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0,0,0,.8);z-index: 9999;display: none; }
.searchDiv form{width: 98%;max-width: 620px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);position: relative; }
.searchDiv form a{position: absolute;right: 10px;top: -50px;width: 40px; }
.searchDiv form input{width: 100%;line-height: 58px;background: #fff;border-radius: 10px;padding: 0 120px 0 20px;border: 0;font-size: 20px; }
.searchDiv form button{width: 100px;height: 100%;border: 0;background: #3071B9;position: absolute;right: 0;top: 0;border-radius: 0 10px 10px 0;cursor: pointer;color: #fff; }
.searchDiv form button img{width: 36px; }

header .mbtn{display: block;width: 50px;height: 50px;border-radius: 4px;overflow: hidden; }
header .mbtn1{background: url(../img/menu.png) #3071B9 no-repeat center center;position: fixed;right: 3.125vw;top: calc(25px + 3vw);background-size: 36px; }
header .mbtn2{background: url(../img/menu-hide.png) #3071B9 no-repeat center center;background-size: 36px;}

header .mbtn {display: block;}
body.on-menu::after{content: "";width: 100%;height: 100vh;position: fixed;left: 0;top: 0;background: rgba(0,0,0,.8);z-index: 11; }
body.on-menu header .logo a,body.on-menu header .rightDiv .othersDiv{z-index: -1; }
body.on-menu header .mbtn{z-index: 1;}
header .menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 600px;
	height: 100vh;
	background-color: #fff;
	transition: right 400ms;
	right: -100%;
	padding: 0;
	overflow-y: auto;
	z-index: 100;
	padding: 9.2vh 60px;
	box-shadow: 0px 0px 40px rgba(0,0,0,.1);
}
header .menu .mbtn{margin: 0 0 0 auto; }
header .menu>ul{margin-top: 40px;border-radius: 4px;overflow: hidden; }
header .menu ul li{position: relative; }
header .menu ul li a{display: block;line-height: 54px;height: 55px;text-align: left;background: #3071B9;border-bottom: 1px solid #ccc;color: #fff;text-transform: capitalize;font-size: 20px;padding: 0 20px; }
header .menu ul>li i{background: url(../img/xia.png) no-repeat center center/16px;width: 55px;height: 55px;position: absolute;right: 0;top: 0;z-index: 9;cursor: pointer; }
header .menu ul>li.on>a,header .menu ul>li.open>a,header .menu ul>li:hover>a{background: #265a94; }
header .menu ul>li.on i,header .menu ul>li.open i{background: url(../img/xia_.png) no-repeat center center/16px; }
header .menu ul>li.has-sub.on ul{display: block; }
header .menu ul ul{display: none; }
header .menu ul ul li a{background: #fff;color: #333;border-bottom: 1px solid rgba(0,0,0,.1); }
header .menu ul li:last-child a{border-bottom: 0; }
header .menu ul ul li a:hover{background: rgba(48, 113, 185, 0.1); } 
body.on-menu header .menu {right: 0;}
body.on-menu .main {right: 0;}
.main {position: relative;right: 0;transition: right 300ms !important;/* margin-top: 50px; */ }
a.backTop{position: relative;margin:0 0 0 auto;/* bottom: 9.2vh; */width: 40px;margin-top: 16.6vh;display: block; }

/* .on-fixed header .header-container{background: rgba(0,0,0,.7);padding: 10px 0; }
.on-fixed header .logo a{height: 80px; }
.on-fixed header .rightDiv .othersDiv{height: 80px; } */
	
	
	
/****底部***/
.footerDiv{background: #2D2F33; }
.footerDiv .hdDiv{padding: 120px 0 80px;align-items: flex-start;color: rgba(255,255,255,.6); }
.footerDiv .hdDiv .logoDiv img{height: 60px; }
.footerDiv .hdDiv .lxDiv{text-align: right; }
.footerDiv .bdDiv{padding: 25px 0;font-size: 14px;text-align: center;border-top: 1px solid rgba(255,255,255,.1);color: rgba(255,255,255,.6);  }
.footerDiv .bdDiv .navDiv ul li{margin-right: 20px; }
.footerDiv .bdDiv .navDiv a{color: rgba(255,255,255,.6);text-transform: capitalize; } 
.footerDiv .bdDiv a:hover{color: rgba(255,255,255,1); }


/*::-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: 50vw;background: none no-repeat center;background-size: cover;}
.index-banner .img .wrap{position: relative;}
/*.index-banner .gridVideo{width: 100%;display: block;height: 50.46875vw;position: relative;position: absolute;left: 0;top: 0;}
.index-banner .gridVideo video {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;display: block;}*/
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 4.6vw;}
.index-banner .swiper-pagination-bullet{width: 16px;height: 16px;background: #fff;border-radius: 50%;opacity: .6; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #3071B9; }
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}
.index-banner .wrap{height: 100%;display:flex;justify-content:center;align-items:center;color: #fff;text-align: center; }
.index-banner .textDiv .p1{font-size: 2.4vw;text-shadow: 0px 4px 4px rgba(0,0,0,.25); }
.index-banner .textDiv .p2{font-size: 3.3vw;font-weight: bold;text-shadow: 0px 4px 4px rgba(0,0,0,.25); }
.index-banner .textDiv a{width: 198px;height: 50px;background: #3071B9;color: #fff;font-size: 24px;border-radius: 8px;margin: 2vw auto 0;text-transform: capitalize; }
.index-banner .textDiv a img{margin-left: 10px;width: 22px; }
.index-banner .textDiv a:hover{background: #265a94; }

.indexTitle{position: relative;}
.indexTitle.tc{text-align: center;}
.indexTitle span{display: block;font-weight: bold;color: #1D1D1D;text-transform: capitalize; }
.indexTitle.cfff span{color: #fff;}

.f72{font-size: 72px;}
.f64{font-size: 64px;}
.f48{font-size: 48px;}
.f40{font-size: 40px;}
.f36{font-size: 36px;}
.f32{font-size: 32px;}
.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-weight: bold; }

.imgOver{position: relative; }
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }
.imgContain{position: relative; }
.imgContain .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgContain .pic img{max-width: 100%;max-height: 100%;object-fit: contain; }

.pt120{padding-top: 120px; }
.pb120{padding-bottom: 120px; }

.indexDiv1 .bdDiv{margin-top: 60px; }
.indexDiv1 .bdDiv .swiper-wrapper{align-items: stretch; }
.indexDiv1 .bdDiv .swiper-wrapper .swiper-slide{height: initial; }
.indexDiv1 .bdDiv .swiper-slide a{display: flex;flex-direction: column;padding: 38px 50px 50px;background: #F4F4F4;border-radius: 12px;text-align: center;height: 100%; }
.indexDiv1 .bdDiv .swiper-slide a .textDiv{flex: 1; }
.indexDiv1 .bdDiv .swiper-slide a .textDiv .tit{color: #333;text-transform: uppercase;font-weight: bold; }
.indexDiv1 .bdDiv .swiper-slide a .textDiv .p{color: #666; }
.indexDiv1 .bdDiv .swiper-slide a .imgDiv{padding-top: 87.3%;margin-top: 35px; }
.indexDiv1 .bdDiv .swiper-slide a:hover{background: #3071B9; }
.indexDiv1 .bdDiv .swiper-slide a:hover .textDiv .tit{color: #fff; }
.indexDiv1 .bdDiv .swiper-slide a:hover .textDiv .p{color: rgba(255,255,255,.8); }
.indexDiv1 .bdDiv .btnDiv{margin-top: 60px;position: relative;}
.indexDiv1 .bdDiv .btnDiv a{border: 1px solid #eee;border-radius: 4px;height: 40px;padding: 0 20px;color: #333;text-transform: capitalize; }
.indexDiv1 .bdDiv .btnDiv a i{margin-left: 10px;width: 18px;height: 14px;background: url(../img/more1_.png) no-repeat center center/100%; }
.indexDiv1 .bdDiv .btnDiv a:hover{background: #3071B9;color: #fff; }
.indexDiv1 .bdDiv .btnDiv a:hover i{background: url(../img/more1.png) no-repeat center center/100%; }
.indexDiv1 .swiper-button-next,.indexDiv1 .swiper-button-prev{position: relative;left: auto;right: auto;width: 40px;height: 40px;margin-top: initial;border: 1px solid #eee;border-radius: 4px; }
.indexDiv1 .swiper-button-prev{background: url(../img/left.png) no-repeat center center/16px; }
.indexDiv1 .swiper-button-next{background: url(../img/right.png) no-repeat center center/16px;margin: 0 12px; }
.indexDiv1 .swiper-button-prev:hover{background: url(../img/left_.png) #3071B9 no-repeat center center/16px; }
.indexDiv1 .swiper-button-next:hover{background: url(../img/right_.png) #3071B9 no-repeat center center/16px; }

.indexDiv2 .bdDiv{background: #fff;border-radius: 32px;overflow: hidden;align-items: stretch; }
.indexDiv2 .bdDiv .blDiv{width: 40%; }
.indexDiv2 .bdDiv .blDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv2 .bdDiv .brDiv{width: 60%;padding: 60px 80px; }
.indexDiv2 .bdDiv .brDiv .p1{color: #3071B9;font-weight: 700; }
.indexDiv2 .bdDiv .brDiv .title{line-height: 1.3;margin: 20px 0; }
.indexDiv2 .bdDiv .brDiv .p{color: #666;font-size: 18px; }
.indexDiv2 .bdDiv .brDiv a{width: 153px;height: 48px;border: 1px solid #eee;color: #333;border-radius: 4px;text-transform: capitalize;margin-top: 40px; }
.indexDiv2 .bdDiv .brDiv a i{margin-left: 10px;width: 18px;height: 14px;background: url(../img/more1_.png) no-repeat center center/100%; }
.indexDiv2 .bdDiv .brDiv a:hover{background: #3071B9;color: #fff; }
.indexDiv2 .bdDiv .brDiv a:hover i{background: url(../img/more1.png) no-repeat center center/100%; }

.indexDiv3{background: #f5f5f5; }
.indexDiv3 .bdDiv{margin-top: 60px; }
.indexDiv3 .bdDiv .swiper-wrapper{align-items: stretch; }
.indexDiv3 .bdDiv .swiper-wrapper .swiper-slide{height: initial; }
.indexDiv3 .bdDiv .swiper-slide a{display: flex;flex-direction: column; background: #fff;border-radius: 8px;overflow: hidden;position: relative;height: 100%; }
.indexDiv3 .bdDiv .swiper-slide a::after{content: '';width: 0;height: 1px;background: #3071B9;position: absolute;left: 4px;bottom: 0;transition: all .3s; }
.indexDiv3 .bdDiv .swiper-slide a:hover::after{width: calc(100% - 8px);  }
.indexDiv3 .bdDiv .swiper-slide a .imgDiv{padding-top: 43.45%;border-radius: 8px;overflow: hidden; }
.indexDiv3 .bdDiv .swiper-slide a .textDiv{padding: 0 20px 40px;flex-direction: column;align-items: stretch;flex: 1; }
.indexDiv3 .bdDiv .swiper-slide a .textDiv .text{flex: 1;margin-top: -40px;position: relative; }
.indexDiv3 .bdDiv .swiper-slide a .textDiv .date{width: 80px;height: 80px;background: #3071B9;color: #fff;display: flex;justify-content: center;flex-direction: column;align-items: center;border-radius: 8px;font-size: 14px; }
.indexDiv3 .bdDiv .swiper-slide a .textDiv .date span{line-height: 1;margin-bottom: 5px; }
.indexDiv3 .bdDiv .swiper-slide a .textDiv .tit{margin: 20px 0;font-weight: bold;color: #333; }
.indexDiv3 .bdDiv .swiper-slide a .textDiv .moreBtn{font-size: 14px;color: #666; }
.indexDiv3 .bdDiv .swiper-slide a .textDiv .moreBtn img{margin-left: 10px;width: 13px; }
.indexDiv3 .bdDiv .swiper-slide a .textDiv .moreBtn .hImg{display: none; }
.indexDiv3 .bdDiv .swiper-slide a:hover .textDiv .tit,.indexDiv3 .bdDiv .swiper-slide a:hover .textDiv .moreBtn{color: #3071B9; }
.indexDiv3 .bdDiv .swiper-slide a:hover .textDiv .moreBtn .dImg{display: none; }
.indexDiv3 .bdDiv .swiper-slide a:hover .textDiv .moreBtn .hImg{display: block; }
.indexDiv3 .bdDiv .btnDiv{margin-top: 60px;position: relative;}
.indexDiv3 .bdDiv .btnDiv a{border: 1px solid #eee;border-radius: 4px;height: 40px;padding: 0 20px;color: #333;text-transform: capitalize; }
.indexDiv3 .bdDiv .btnDiv a i{margin-left: 10px;width: 18px;height: 14px;background: url(../img/more1_.png) no-repeat center center/100%; }
.indexDiv3 .bdDiv .btnDiv a:hover{background: #3071B9;color: #fff; }
.indexDiv3 .bdDiv .btnDiv a:hover i{background: url(../img/more1.png) no-repeat center center/100%; }
.indexDiv3 .swiper-button-next,.indexDiv3 .swiper-button-prev{position: relative;left: auto;right: auto;width: 40px;height: 40px;margin-top: initial;border: 1px solid #eee;border-radius: 4px; }
.indexDiv3 .swiper-button-prev{background: url(../img/left.png) no-repeat center center/16px; }
.indexDiv3 .swiper-button-next{background: url(../img/right.png) no-repeat center center/16px;margin: 0 12px; }
.indexDiv3 .swiper-button-prev:hover{background: url(../img/left_.png) #3071B9 no-repeat center center/16px; }
.indexDiv3 .swiper-button-next:hover{background: url(../img/right_.png) #3071B9 no-repeat center center/16px; }

.nyBanner .wrap{position:relative;height: 460px;color: #fff;justify-content: center;align-items: flex-end; }
.nyBanner .textDiv{padding-bottom: 90px; }
.nyBanner .textDiv span{font-size: 2.4vw;text-transform: uppercase;font-weight: bold; }
.nyBanner .textDiv .line{width: 100px;height: 2px;background: #fff;margin: 20px auto 0; }


.bgf5f5f5{background: #f5f5f5; }
.breadcrumbDiv{padding: 40px 0 0;color: #666; }
.breadcrumbDiv .bdDiv{flex-wrap: wrap;text-transform: capitalize; }
.breadcrumbDiv .bdDiv>img{width: 16px; }
.breadcrumbDiv a{color: #333;} 
.breadcrumbDiv a:hover{color: #3071B9; }

.commonDiv{align-items: flex-start;}
.comLeftDiv{width: 370px;border-radius: 8px;overflow: hidden;position: sticky;left: 0;top: 80px; }
.comLeftDiv ul li .ah{position: relative; }
.comLeftDiv ul li .ah>a{padding: 15px 100px 15px 20px;background: #3071B9;font-size: 20px;color: #fff;display: block;border-bottom: 1px solid #ccc;text-transform: uppercase; }
.comLeftDiv ul li i{background: url(../img/xia.png) no-repeat center center/16px;position: absolute;right: 0;width: 55px;height: 55px;top: 50%;transform: translateY(-50%);cursor: pointer; }
.comLeftDiv ul li.on .ah>a,.comLeftDiv ul li:hover .ah>a,.comLeftDiv ul li.open .ah>a{background: #265a94; }
.comLeftDiv ul li.on i,.comLeftDiv ul li.open i{background: url(../img/xia_.png) no-repeat center center/16px; }
.comLeftDiv ul li:last-child>a{margin-bottom: 0; }
.comLeftDiv ul li .aDiv{display: none; }
.comLeftDiv ul li .aDiv a{display: block;padding: 15px 20px;border-bottom: 1px solid rgba(0,0,0,.2);color: #333333;font-size: 18px;background: #fff; }
.comLeftDiv ul li .aDiv a:last-child{border: 0; }
.comLeftDiv ul li .aDiv a.on,.comLeftDiv ul li .aDiv a:hover{background: rgba(48, 113, 185, 0.1); }
.comLeftDiv ul li.on .aDiv{display: block; }
.comRightDiv{width: calc(100% - 410px); }
.comRightDiv .rhDiv{border-bottom: 1px solid #e6e6e6;margin-bottom: 20px; }
.comRightDiv .rhDiv span{font-size: 18px;display: inline-block;position: relative;padding-bottom: 20px;border-bottom: 4px solid #9f1620; }
.productDiv .row{margin: 0 -20px 20px; }
.productDiv .row>div{padding: 0 20px;margin-bottom: 40px; }
.productDiv .row>div a{display: flex;flex-direction: column;padding: 38px 13.5% 50px;background: #F4F4F4;border-radius: 12px;text-align: center;height: 100%;background: #fff; }
.productDiv .row>div a .textDiv{flex: 1; }
.productDiv .row>div a .textDiv .tit{color: #333;text-transform: uppercase;font-weight: bold; }
.productDiv .row>div a .textDiv .p{color: #666; }
.productDiv .row>div a .imgDiv{padding-top: 87.3%;margin-top: 35px; }
.productDiv .row>div a:hover{background: #3071B9; }
.productDiv .row>div a:hover .textDiv .tit{color: #fff; }
.productDiv .row>div a:hover .textDiv .p{color: rgba(255,255,255,.8); }

.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;margin: 0 3px;color: #333333; border-radius: 4px;font-size: 14px;border: 1px solid #eeeeee;padding: 7px 12px;background: #fff; }
.pageDiv span{color: #fff;background: #3071B9;border-color: #3071B9;font-weight: bold; }

.productDetailDiv .hd{align-items: flex-start; }
.productDetailDiv .hlDiv{width: 370px;height: 400px;padding: 10px;background: #F8F8FB;border-radius: 16px; }
.productDetailDiv .hlDiv .imgDiv{width: 100%;height: 100%;background: #3071B9;border-radius: 16px; }
.productDetailDiv .hlDiv .imgDiv img{max-width: 70%;max-height: 67%; }
.productDetailDiv .hrDiv{width: calc(100% - 435px);border: 1px solid #eee;border-radius: 16px;padding: 20px 40px 70px;margin-top: 27px; }
.productDetailDiv .hrDiv .title{color: #3071B9; }
.productDetailDiv .hrDiv .p1{color: #666;margin: 0 0 10px; } 
.productDetailDiv .hrDiv .p2{color: #333; } 
.productDetailDiv .hrDiv a{width: 154px;height: 48px;background: #3071B9;color: #fff;border-radius: 4px;text-transform: capitalize;margin-top: 40px; }
.productDetailDiv .hrDiv a img{margin-left: 10px;width: 18px; } 
.productDetailDiv .hrDiv a:hover{background: #265a94; }
.productDetailDiv .bd .itemDiv{margin: 30px 0 60px;border: 1px solid #eee;border-radius: 8px; }
.productDetailDiv .bd .itemDiv:last-child{margin-bottom: 0; }
.productDetailDiv .bd .itemDiv .ih{background: #3071B9;color: #fff;padding: 20px 40px;border-radius: 8px;text-transform: uppercase; }
.productDetailDiv .bd .itemDiv .ib *{word-break: unset !important;}
.productDetailDiv .bd .itemDiv1 .ib table{width: 100%!important; }
.productDetailDiv .bd .itemDiv1 .ib table tr td{border-top: 1px solid #eee;padding: 15px 40px;font-size: 20px;vertical-align: middle; }
.productDetailDiv .bd .itemDiv1 .ib table tr td:nth-child(1){border-right: 1px solid #eee;}
.productDetailDiv .bd .itemDiv2 .ib{padding: 20px; }
.productDetailDiv .bd .itemDiv2 .ib ul li{margin-bottom: 20px; }
.productDetailDiv .bd .itemDiv2 .ib ul li a{padding: 20px 40px;border: 1px solid #eee;border-radius: 8px;color: #666; }
.productDetailDiv .bd .itemDiv2 .ib ul li .title i{width: 60px;margin-right: 20px;height: 60px;background: url(../img/pdf.png) no-repeat center center/100%; }
.productDetailDiv .bd .itemDiv2 .ib ul li a:hover .title i{background: url(../img/pdf1.png) no-repeat center center/100%;}
.productDetailDiv .bd .itemDiv2 .ib ul li .down{padding-right: 30px;background: url(../img/xz.png) no-repeat right center; }
.productDetailDiv .bd .itemDiv2 .ib ul li a:hover {background: #3071B9;color: #fff; }
.productDetailDiv .bd .itemDiv2 .ib ul li a:hover .down{background: url(../img/xz1.png) no-repeat right center; }
.productDetailDiv .bd .itemDiv3 .ib{padding: 40px 80px;position: relative; }
.productDetailDiv .bd .itemDiv3 .ib a{display: block;border: 1px solid #eee;border-radius: 8px;padding: 30px 20px 20px; }
.productDetailDiv .bd .itemDiv3 .ib a .imgDiv{padding-top: 67.3%; }
.productDetailDiv .bd .itemDiv3 .ib a .title{text-align: center;margin-top: 30px;color: #333; }
.productDetailDiv .bd .itemDiv3 .ib a:hover{background: #3071B9;border-color: #3071B9; }
.productDetailDiv .bd .itemDiv3 .ib a:hover .title{color: #fff; }
.productDetailDiv .swiper-button-next,.productDetailDiv .swiper-button-prev{width: 40px;height: 40px;margin-top: -20px;border: 1px solid #eee;border-radius: 4px; }
.productDetailDiv .swiper-button-prev{background: url(../img/left.png) no-repeat center center/16px;left: 20px; }
.productDetailDiv .swiper-button-next{background: url(../img/right.png) no-repeat center center/16px;right: 20px; }
.productDetailDiv .swiper-button-prev:hover{background: url(../img/left_.png) #3071B9 no-repeat center center/16px; }
.productDetailDiv .swiper-button-next:hover{background: url(../img/right_.png) #3071B9 no-repeat center center/16px; }

.newsDiv .bdDiv .row{margin: 0 -22px; }
.newsDiv .bdDiv .row>div{padding: 0 22px;margin-bottom: 44px; }
.newsDiv .bdDiv .row>div a{display: flex;flex-direction: column; background: #fff;border-radius: 8px;overflow: hidden;position: relative;height: 100%; }
.newsDiv .bdDiv .row>div a::after{content: '';width: 0;height: 1px;background: #3071B9;position: absolute;left: 4px;bottom: 0;transition: all .3s; }
.newsDiv .bdDiv .row>div a:hover::after{width: calc(100% - 8px);  }
.newsDiv .bdDiv .row>div a .imgDiv{padding-top: 43.45%;border-radius: 8px;overflow: hidden; }
.newsDiv .bdDiv .row>div a .textDiv{padding: 0 20px 40px;flex-direction: column;align-items: stretch;flex: 1; }
.newsDiv .bdDiv .row>div a .textDiv .text{flex: 1;margin-top: -40px;position: relative; }
.newsDiv .bdDiv .row>div a .textDiv .date{width: 80px;height: 80px;background: #3071B9;color: #fff;display: flex;justify-content: center;flex-direction: column;align-items: center;border-radius: 8px;font-size: 14px; }
.newsDiv .bdDiv .row>div a .textDiv .date span{line-height: 1;margin-bottom: 5px; }
.newsDiv .bdDiv .row>div a .textDiv .tit{margin: 20px 0;font-weight: bold;color: #333; }
.newsDiv .bdDiv .row>div a .textDiv .p{color: #666;font-size: 20px;margin-bottom: 50px; }
.newsDiv .bdDiv .row>div a .textDiv .moreBtn{font-size: 14px;color: #666; }
.newsDiv .bdDiv .row>div a .textDiv .moreBtn img{margin-left: 10px; }
.newsDiv .bdDiv .row>div a .textDiv .moreBtn .hImg{display: none; }
.newsDiv .bdDiv .row>div a:hover .textDiv .tit,.newsDiv .bdDiv .row>div a:hover .textDiv .moreBtn{color: #3071B9; }
.newsDiv .bdDiv .row>div a:hover .textDiv .moreBtn .dImg{display: none; }
.newsDiv .bdDiv .row>div a:hover .textDiv .moreBtn .hImg{display: block; }

.newsDetailDiv .bdDiv{align-items: flex-start;flex-direction: row-reverse; }
.newsDetailDiv .bdDiv .blDiv{width: 170px;position: sticky;left: 0;top: 80px; }
.newsDetailDiv .bdDiv .blDiv a{border: 1px solid #eee;border-radius: 4px;color: #333;height: 36px;width: 36px; }
.newsDetailDiv .bdDiv .blDiv a img{width: 16px; }
.newsDetailDiv .bdDiv .blDiv a.backA{width: 82px; }
.newsDetailDiv .bdDiv .blDiv a.backA img{margin-right: 5px; }
.newsDetailDiv .bdDiv .blDiv a.prevA{margin: 0 0 0 4px; }
.newsDetailDiv .bdDiv .blDiv a.nextA{margin: 0 0 0 4px; }
.newsDetailDiv .bdDiv .blDiv a:hover{border-color: #3071B9; }
.newsDetailDiv .bdDiv .brDiv{width: calc(100% - 250px); }
.newsDetailDiv .bdDiv .brDiv .date{margin: 10px 0 40px;color: #999; }
.newsDetailDiv .bdDiv .brDiv .p{color: #666;line-height: 1.5;font-size: 20px; }

.downloadDiv .hdDiv{flex-wrap: wrap; }
.downloadDiv .hdDiv a{padding: 0 20px;border: 1px solid #E9E9E9;border-radius: 4px;line-height: 34px;margin-left: 18px;color: #333; }
.downloadDiv .hdDiv a.on{background: #3071B9;color: #fff;border-color: #3071B9 }
.downloadDiv .bdDiv .row{margin: 70px -20px 30px; }
.downloadDiv .bdDiv .row>div{padding: 0 20px;margin-bottom: 40px; }
.downloadDiv .bdDiv .row>div .conDiv{display: block;background: #F4F4F4;border-radius: 8px;padding: 40px;height: 100%; }
.downloadDiv .bdDiv .row>div .imgDiv{padding-top: 125.17%;overflow: hidden;border-radius: 8px; }
.downloadDiv .bdDiv .row>div .textDiv{flex-direction: column;align-items: stretch; }
.downloadDiv .bdDiv .row>div .textDiv .text{margin: 40px 0 50px; }
.downloadDiv .bdDiv .row>div .textDiv .tit{color: #333; }
.downloadDiv .bdDiv .row>div .textDiv .down{color: #666;margin-top: 5px; }
.downloadDiv .bdDiv .row>div .textDiv .down i{width: 14px;height: 16px;background: url(../img/xz.png) no-repeat center center;margin-left: 10px;display: block; }
.downloadDiv .bdDiv .row>div .textDiv .p{color: #999; }
.downloadDiv .bdDiv .row>div .textDiv .p span{color: #666;font-size: 18px;text-transform: uppercase; }
.downloadDiv .bdDiv .row>div .textDiv .p span.pdf{padding-left: 20px;background: url(../img/pdf.png) no-repeat left center/12px; }
.downloadDiv .bdDiv .row>div .conDiv:hover{background: #3071B9; }
.downloadDiv .bdDiv .row>div .conDiv:hover .textDiv .tit,.downloadDiv .bdDiv .row>div .conDiv:hover .textDiv .down{color: #fff; }
.downloadDiv .bdDiv .row>div .conDiv:hover .textDiv .down i{background: url(../img/xz1.png) no-repeat center center; }
.downloadDiv .bdDiv .row>div .conDiv:hover .textDiv .p span.pdf{background: url(../img/pdf1.png) no-repeat left center/12px; }
.downloadDiv .bdDiv .row>div .conDiv:hover .textDiv .p,.downloadDiv .bdDiv .row>div .conDiv:hover .textDiv .p span{color: #fff; }


.contactDiv1{background: #3071B9;margin-top: 40px; }
.contactDiv1 .bdDiv{align-items: stretch;overflow: hidden; }
.contactDiv1 .bdDiv .blDiv{width: 50%;padding: 6.25vw 12% 6.25vw calc((100vw - 1600px) / 2);color: #fff; }
.contactDiv1 .bdDiv .blDiv .titleDiv span{color: rgba(255,255,255,.8); }
.contactDiv1 .bdDiv .blDiv .titleDiv p{margin-bottom: 40px; }
.contactDiv1 .bdDiv .blDiv ul li{margin-top: 30px; }
.contactDiv1 .bdDiv .blDiv ul li span{text-transform: capitalize; }
.contactDiv1 .bdDiv .blDiv ul li .p{text-align: right; }
.contactDiv1 .bdDiv .brDiv{width: 50%; }
.contactDiv1 .bdDiv .brDiv img{width: 100%;height: 100%;object-fit: cover; }
.contactDiv2 .hdDiv{margin-bottom: 50px;text-align: center;line-height: 1.2; }
.contactDiv2 .bdDiv .row{margin: 0 -40px; }
.contactDiv2 .bdDiv .row>div{padding: 0 40px;margin-bottom: 30px; }
.contactDiv2 .bdDiv form{width: 100%;}
.contactDiv2 .bdDiv form input{width: 100%;border: 0;padding: 0;font-size: 20px;color: #666;background: #fff;border-bottom: 1px solid rgba(51, 51, 51, 0.4);padding-bottom: 30px; }
.contactDiv2 .bdDiv form textarea{width: 100%;border: 0;padding: 0;font-size: 20px;color: #666;display: block;border-bottom: 1px solid rgba(51, 51, 51, 0.4);padding-bottom: 30px; }
.contactDiv2 .bdDiv form button{width: 178px;height: 48px;border: 0;color: #fff;background: #3071B9;cursor: pointer;padding: 0;margin: 50px auto 0;border-radius: 4px;text-transform: capitalize; }
.contactDiv2 .bdDiv form button img{margin-left: 10px;width: 14px; } 
.contactDiv2 .bdDiv form button:hover{background: #265a94; }

.aboutDiv1 .titleDiv span{color: #999; }
.aboutDiv1 .titleDiv p{text-transform: capitalize; }
.aboutDiv1 .p{margin: 20px 0 60px;color: rgba(29, 29, 29, 0.8); }
.aboutDiv1 .videoDiv{height: 430px;position: relative;overflow: hidden;border-radius: 24px; }
.aboutDiv1 .videoDiv>img{width: 100%;height: 100%;object-fit: cover; }
.aboutDiv1 .videoDiv .playBtn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);flex-direction: column;color: #fff;cursor: pointer; }
.aboutDiv1 .videoDiv .playBtn span{margin-top: 40px; }
.aboutDiv1 .videoDiv .playBtn span img{margin-left: 10px;width: 16px; }

.popDiv{position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: rgba(0,0,0,.6);z-index: 9999;display: none; }
.popDiv .popCon{position: absolute;left: 50%;top: 50%;width: 90%;max-width: 1200px;height: 80%;transform: translate(-50%,-50%); }
.popDiv video{max-height: 100%;max-width: 100%; }
.popDiv a{position: absolute;right: 10px;top: -40px;width: 40px; }

/*.aboutDiv2{padding: 80px 0 120px; }
.aboutDiv2 .bdDiv{background: #fff;border-radius: 24px;margin-top: 50px;overflow: hidden;align-items: stretch; }
.aboutDiv2 .bdDiv .blDiv{width: 57.4375%;padding: 80px 3.75%; }
.aboutDiv2 .bdDiv .blDiv ul{border-top: 1px solid rgba(0, 0, 0, 0.1); }
.aboutDiv2 .bdDiv .blDiv ul li{padding: 20px 30px;border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.aboutDiv2 .bdDiv .blDiv ul li p{color: #666;margin-top: 8px; }
.aboutDiv2 .bdDiv .brDiv{width: 42.5625%; }
.aboutDiv2 .bdDiv .brDiv img{width: 100%;height: 100%;object-fit: cover; }*/
.aboutDiv2 ul{align-items: stretch;margin-top: 50px; }
.aboutDiv2 ul li{flex: 1;cursor: pointer;position: relative; } 
.aboutDiv2 ul li .conDiv{height: 47.9167vw;background: #3071b9;color: #fff;position: relative;align-items: flex-end;transition: all .5s; }
.aboutDiv2 ul li .conDiv .zm{position: absolute;left: 50%;top: 14.5vw;line-height: 1;font-family: fontB;color: rgba(255,255,255,.1);font-size: 15.625vw;transform: translateX(-50%);z-index: 1; }
.aboutDiv2 ul li .conDiv .textDiv{text-align: center;height: 10.3vw;display: flex;flex-direction: column;opacity: .4; }
.aboutDiv2 ul li .conDiv .textDiv .num{font-family: fontR;font-size: 0.833vw;margin-bottom: 1vw;display: none; }
.aboutDiv2 ul li .conDiv .textDiv span{font-family: fontR;font-size: 1.4vw; }
.aboutDiv2 ul li .conDiv .textDiv p{font-size: 1.4vw; }
.aboutDiv2 ul li:hover .conDiv{background:  rgba(0, 0, 0, .76); }
.aboutDiv2 ul li:hover .conDiv .zm{color: #fff; }
.aboutDiv2 ul li:hover .conDiv .textDiv{opacity: 1; }

.aboutDiv3{background: #f5f5f5; }
.aboutDiv3 .hdDiv{margin: 80px 0 120px;position: relative; }
.aboutDiv3 .hdDiv::before{content: "";width: 100%;height: 1px;background: rgba(0, 0, 0, .15);position: absolute;left: 0;top: 8px; }
.aboutDiv3 .hdDiv .conDiv{flex-direction: column;align-items: stretch;color: #999;cursor: pointer; }
.aboutDiv3 .hdDiv .conDiv i{width: 16px;height: 16px;background: url(../img/yuan.png) no-repeat center center/100%;margin-bottom: 20px; }
.aboutDiv3 .hdDiv .swiper-slide-thumb-active .conDiv i{background: url(../img/yuan_.png) no-repeat center center/100%; }
.aboutDiv3 .bdDiv{position: relative; }
/*.aboutDiv3 .bdDiv .conDiv{align-items: stretch; }*/
.aboutDiv3 .bdDiv .imgDiv {position: relative;width: 28.75%;height: 300px;border-radius: 12px;overflow: hidden; }
.aboutDiv3 .bdDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.aboutDiv3 .bdDiv .textDiv{width: 66.25%;padding-bottom: 114px; }
.aboutDiv3 .bdDiv .textDiv .year{padding-bottom: 35px;border-bottom: 3px solid rgba(0, 0, 0, .15);margin-bottom: 35px;position: relative;line-height: 1; }
.aboutDiv3 .bdDiv .textDiv .year::after{content: "";width: 300px;height: 3px;background: #3071B9;position: absolute;left: 0;bottom: -3px; }
.aboutDiv3 .btnDiv{position: absolute;right: 0;bottom: 30px;width: 66.25%; }
.aboutDiv3 .swiper-button-prev,.aboutDiv3 .swiper-button-next{width: 40px;height: 40px;margin-top: auto;position: relative;border: 1px solid #eee;border-radius: 4px;overflow: hidden; } 
.aboutDiv3 .swiper-button-prev{background: url(../img/left.png) no-repeat center center/16px;left: auto; }
.aboutDiv3 .swiper-button-next{background: url(../img/right.png) no-repeat center center/16px;right: auto;margin-left: 12px; }
.aboutDiv3 .swiper-button-prev:hover{background: url(../img/left_.png) #3071B9 no-repeat center center/16px; }
.aboutDiv3 .swiper-button-next:hover{background: url(../img/right_.png) #3071B9 no-repeat center center/16px; }

.aboutDiv4 .bdDiv{margin-top: 60px; }
.aboutDiv4 .bdDiv .swiper-slide .imgDiv{padding-top: 137.55%;transform: scale(.9);transition: all .3s;cursor: pointer; }
.aboutDiv4 .bdDiv .swiper-slide-active .imgDiv{transform: scale(1); }
.aboutDiv4 .bdDiv .swiper-slide .titleDiv{margin-top: 94px;color: #666;text-align: center;opacity: 0;height: 40px;display: flex;align-items: center;justify-content: center; }
.aboutDiv4 .bdDiv .swiper-slide-active .titleDiv{opacity: 1;transition: all 1s; }
.aboutDiv4 .btnDiv{position: absolute;left: 50%;bottom: 0;width: 26%;transform: translateX(-50%);z-index: 11; }
.aboutDiv4 .swiper-button-prev,.aboutDiv4 .swiper-button-next{width: 40px;height: 40px;margin-top: auto;position: relative;border: 1px solid #eee;border-radius: 4px;overflow: hidden; } 
.aboutDiv4 .swiper-button-prev{background: url(../img/left.png) no-repeat center center/16px;left: auto; }
.aboutDiv4 .swiper-button-next{background: url(../img/right.png) no-repeat center center/16px;right: auto;margin-left: 12px; }
.aboutDiv4 .swiper-button-prev:hover{background: url(../img/left_.png) #3071B9 no-repeat center center/16px; }
.aboutDiv4 .swiper-button-next:hover{background: url(../img/right_.png) #3071B9 no-repeat center center/16px; }

#lightbox_mask {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
#lightbox_popup {
  display: none;
  position: fixed;
  z-index: 10002;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  left:50%;
  transform:translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
#lightbox_popup .pic-view {
  position: absolute;
  top: 0%!important;
  left: 5%;
  width: 90%;
  height: 100%;
  text-align: center;
  display: flex;
	align-items: center;
	justify-content: center;
}
#lightbox_popup .pic-view .pic {
  max-width: 100%;
  max-height: 100%;
  /* border: 5px solid #fff; */
  /* border-radius: 3px; */
  /* max-width: 560px; */
}
#lightbox_popup .btn-view {}
#lightbox_popup .btn-view .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 33px;
  text-align: center;
  font-size: 36px;
  text-decoration: none;
/*  border-radius: 32px;
  background-color: #000;
  opacity: .4; */
  color: #fff;
padding: 0;
  transition: all .3s;
}
#lightbox_popup .btn-view .btn:hover {
  opacity: 1;
  /* transform: scale(1.4); */
}
#lightbox_popup .btn-view .btn-prev {
  left: 10px;
  top: 48%;
}
#lightbox_popup .btn-view .btn-next {
  right: 10px;
  top: 48%;
}
#lightbox_popup .btn-view .btn-close {
  right: 10px;
  top: 10px;
}
#lightbox_popup .caption-view {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  background-color: rgba(0, 0, 0, .7);
  text-align: center;
}
#lightbox_popup .caption-view p {
  line-height: 38px;
  color: #fff;
}

/*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:1600px) {
	.wrap{padding: 0 30px;width: 100%;}
	.f72{font-size: 60px;}
	.f64{font-size: 50px;}
	.f48{font-size: 40px;}
	.f40{font-size: 36px;}
	.f36{font-size: 30px;}
	.f32{font-size: 28px;}
	.comLeftDiv{width: 23.125%; }
	.comRightDiv{width: 74%; }
	.comLeftDiv ul li>a{padding-right: 80px;font-size: 18px; }
	.comLeftDiv ul li .aDiv a{font-size: 16px; }
	.productDiv .row{margin: 0 -15px 20px; }
	.productDiv .row>div{padding: 0 15px;margin-bottom: 30px; }
	.contactDiv1 .bdDiv .blDiv{padding-left: 30px; }
}
@media (max-width:1220px) {
	.f72{font-size: 52px;}
	.f64{font-size: 46px;}
	.f48{font-size: 36px;}
	.f40{font-size: 30px;}
	.f36{font-size: 28px;}
	.f32{font-size: 27px;}
	.f30{font-size: 26px;}
	.f28{font-size: 24px;}
	.f24{font-size: 20px;}
	.index-banner .textDiv a{font-size: 16px;width: 148px;height: 40px; }
	.index-banner .textDiv a img{width: 15px; }
	.indexDiv2 .bdDiv .brDiv{padding: 30px 40px; }
	.productDetailDiv .hlDiv{width: 40%;height: 360px; }
	.productDetailDiv .hrDiv{width: 56%; }
	.downloadDiv .bdDiv .row{margin: 70px -10px 30px; }
	.downloadDiv .bdDiv .row>div{padding: 0 10px; }
	.downloadDiv .bdDiv .row>div .conDiv{padding: 20px; }
}
@media (max-width:1100px) {
	
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.wrap{padding: 0 20px;width: 100%;}
	header .header-container{padding: 15px 0; }
	header .logo a{height: 50px; }
	header .rightDiv .othersDiv{height: 50px; }
	header .langDiv>a img{width: 26px; }
	header .ssBtn{margin: 0 20px; }
	header .ssBtn img{width: 26px; }
	header .mbtn{width: 40px;height: 40px;background-size: 80%; }
	header .menu ul li a{font-size: 18px; }
	header .menu ul>li i{height: 40px;width: 40px; }
	.on-fixed header .logo a,.on-fixed header .rightDiv .othersDiv{height: 50px; }
	.newsDiv .bdDiv .row{margin: 0 -12px; }
	.newsDiv .bdDiv .row>div{padding: 0 12px;margin-bottom: 24px; }
	.newsDiv .bdDiv .row>div a .textDiv .p{font-size: 18px;margin-bottom: 30px; }
	header .mbtn1{top: 20px; }
	header .rightDiv .othersDiv{padding-right: 40px; }

.aboutDiv2 ul li .conDiv{height: 430px; }
	.aboutDiv2 ul li .conDiv .zm{top: 100px; }
	.aboutDiv2 ul li .conDiv .textDiv{height: 100px; }
	.aboutDiv2 ul li .conDiv .textDiv .num{font-size: 12px; }
	.aboutDiv2 ul li .conDiv .textDiv span,.aboutDiv2 ul li .conDiv .textDiv p{font-size: 14px; }
}

.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%;}
	header .menu{padding: 30px 15px; }
	header .menu>ul{margin-top: 20px; }
	header .menu ul li a{font-size: 14px;line-height: 40px;height: 41px; }
	a.backTop{display: none!important; }
	
	.f72{font-size: 42px;}
	.f64{font-size: 36px;}
	.f48{font-size: 30px;}
	.f40{font-size: 26px;}
	.f36{font-size: 24px;}
	.f32{font-size: 22px;}
	.f30{font-size: 21px;}
	.f28{font-size: 20px;}
	.f24{font-size: 19px;}
	.f22{font-size: 18px;}
	.f20{font-size: 17px;}
	.f18{font-size: 16px;}
	
	.index-banner .img{height:80vw;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 5px; }
	.index-banner .swiper-pagination-bullet{width: 10px;height: 10px; }
	.index-banner .textDiv .p1{font-size: 14px; }
	.index-banner .textDiv .p2{font-size: 16px;line-height: 1.4; }
	.index-banner .textDiv a {font-size: 12px;width: 108px;height: 30px;}
	.index-banner .textDiv a img{width: 12px; }
	
	.pt120{padding-top: 50px; }
	.pb120{padding-bottom: 50px; }
	
	.indexDiv1 .bdDiv{margin-top: 30px; }
	.indexDiv1 .bdDiv .btnDiv{margin-top: 30px; }
	.indexDiv2 .bdDiv{display: block; }
	.indexDiv2 .bdDiv .blDiv{width: 100%;height: 200px; }
	.indexDiv2 .bdDiv .brDiv{width: 100%;padding: 20px; }
	.indexDiv2 .bdDiv .brDiv .p{font-size: 14px; }
	.indexDiv3 .bdDiv{margin-top: 30px; }
	.indexDiv3 .bdDiv .swiper-slide a .textDiv .date{width: 70px;height: 70px; }
	.indexDiv3 .bdDiv .btnDiv{margin-top: 30px; }
	
	.footerDiv .hdDiv{padding: 30px 0;display: block;text-align: center; }
	.footerDiv .hdDiv .lxDiv{text-align: center;margin-top: 20px;font-size: 14px; }
	.footerDiv .bdDiv{display: block; }
	.footerDiv .bdDiv .navDiv ul{flex-wrap: wrap;justify-content: center;margin-bottom: 10px; }
	
	.nyBanner .wrap{height: 50vw;}
	.nyBanner .textDiv{padding-bottom: 20px;}	
	.nyBanner .textDiv .line{width: 50px;margin-top: 10px; }
	.nyBanner .textDiv span{font-size: 18px;}
	.breadcrumbDiv{font-size: 14px;padding-top: 20px;}
	
	.commonDiv{display: block; }
	.comLeftDiv{width: 100%;position: relative;top: 0; }
	.comLeftDiv ul li .ah>a{font-size: 16px;padding-right: 50px; }
	.comLeftDiv ul li .aDiv a{padding: 12px 20px; }
	.comRightDiv{width: 100%;margin-top: 30px; }
	.productDiv .row>div{margin-bottom: 20px; }
	.productDiv .row>div a .titleDiv{font-size: 14px; }
	
	.productDetailDiv .hd{display: block; }
	.productDetailDiv .hlDiv{width: 100%;height: 300px; }
	.productDetailDiv .hrDiv{width: 100%;padding: 20px 20px 40px; }
	.productDetailDiv .bd .itemDiv{margin: 30px 0 40px; }
	.productDetailDiv .bd .itemDiv .ih{padding: 10px 20px; }
	.productDetailDiv .bd .itemDiv1 .ib table tr td{font-size: 14px;padding: 10px; }
	.productDetailDiv .bd .itemDiv2 .ib ul li a{display: block;padding: 15px 15px; }
	.productDetailDiv .bd .itemDiv2 .ib ul li .title{margin-bottom: 10px;font-size: 16px; }
	.productDetailDiv .bd .itemDiv2 .ib ul li .title i{width: 30px;height: 30px;margin-right: 10px; }
	.productDetailDiv .bd .itemDiv2 .ib ul li .down{text-align: right;font-size: 14px; }
	.productDetailDiv .bd .itemDiv3 .ib{padding: 20px 70px; }
	.productDetailDiv .bd .itemDiv3 .ib a{padding: 15px 10px 10px; }
	
	.newsDiv .bdDiv .row>div a .textDiv .p{font-size: 16px; }
	.newsDetailDiv .bdDiv{display: block; }
	.newsDetailDiv .bdDiv .brDiv{width: 100%; }
	.newsDetailDiv .bdDiv .blDiv{margin: 30px auto 0;top: auto;position: relative; }
	.newsDetailDiv .bdDiv .brDiv .date{margin: 10px 0 30px; }
	.newsDetailDiv .bdDiv .brDiv .p{font-size: 16px; }
	
	.downloadDiv .hdDiv{flex-direction: column; }
	.downloadDiv .hdDiv a{font-size: 16px;margin: 10px 5px 0; }
	.downloadDiv .bdDiv .row{margin: 40px -7px 20px; }
	.downloadDiv .bdDiv .row>div{padding: 0 7px;margin-bottom: 15px; }
	.downloadDiv .bdDiv .row>div .conDiv{padding: 10px; }
	.downloadDiv .bdDiv .row>div .textDiv .text{margin: 20px 0; }
	.downloadDiv .bdDiv .row>div .textDiv .down{font-size: 14px; }
	.downloadDiv .bdDiv .row>div .textDiv .p {font-size: 12px; }
	.downloadDiv .bdDiv .row>div .textDiv .p span{font-size: 14px; }
	
	.contactDiv1 .bdDiv{display: block; }
	.contactDiv1 .bdDiv .blDiv{width: 100%;padding: 40px 15px; }
	.contactDiv1 .bdDiv .brDiv{width: 100%; }
	.contactDiv2 .hdDiv{font-size: 24px; }
	.contactDiv2 .bdDiv form input{font-size: 16px; }
	.contactDiv2 .bdDiv form textarea{font-size: 16px; }
	.contactDiv2 .bdDiv form button{margin-top: 30px; }
	
	.aboutDiv1 .videoDiv{height: 230px; }
	.aboutDiv2{padding: 40px 0 50px; }
	.aboutDiv2 .bdDiv{margin-top: 25px;display: block; }
	.aboutDiv2 .bdDiv .blDiv{width: 100%;padding: 50px 15px; }
	.aboutDiv2 .bdDiv .blDiv ul li{padding: 15px; }
	.aboutDiv2 .bdDiv .blDiv ul li p{font-size: 16px; }
	.aboutDiv2 .bdDiv .brDiv{width: 100%; }
	.aboutDiv3 .hdDiv{margin: 30px 0 40px; }
	.aboutDiv3 .bdDiv .conDiv{display: block; }
	.aboutDiv3 .bdDiv .imgDiv{width: 100%;height: 200px; }
	.aboutDiv3 .bdDiv .textDiv{width: 100%;margin-top: 20px; }
	.aboutDiv3 .bdDiv .textDiv .year{padding-bottom: 15px;margin-bottom: 20px; }
	.aboutDiv3 .bdDiv .textDiv .year::after{width: 180px; }
	.aboutDiv3 .bdDiv .textDiv .p{white-space: initial; }
	.aboutDiv3 .btnDiv{position: relative;bottom: initial;width: 100%;margin-top: 30px;justify-content: center; }
	.aboutDiv4 .bdDiv{margin-top: 30px; }
	.aboutDiv4 .bdDiv .swiper-slide .titleDiv{margin-top: 30px;font-size: 15px; }
	.aboutDiv4 .btnDiv{width: 80%; }
	

	
.aboutDiv2 ul{flex-direction: column;margin-top: 20px; }
	.aboutDiv2 ul li .conDiv{height: 100px;align-items: center;justify-content: space-between;padding: 0 30px; }
	.aboutDiv2 ul li .conDiv .zm{top: initial;position: relative;left: initial;transform: initial; }
	.aboutDiv2 ul li .conDiv .textDiv{height: initial;width: 70%; }
	.aboutDiv2 ul li .conDiv .textDiv .num{font-size: 12px; }
	.aboutDiv2 ul li .conDiv .textDiv span,.aboutDiv2 ul li .conDiv .textDiv p{font-size: 16px; }
	
	@media (max-width:320px) {
	}
	
}