html,body{padding: 0;margin: 0;font-family:Poppins;color: #333333; /*min-width: 1200px;*/}
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.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;}
.wrap{
    width: 96%;
    max-width: 1600px;
	margin: 0 auto;
}

@media only screen and (max-width:992px){
html.on{width:100%; height:100%; position:fixed; top:0; left:0; overflow:hidden;}
}

body{background-position:center; background-attachment:fixed; background-repeat:no-repeat; background-size:cover;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
@media only screen and (max-width:992px){
body.on{transform:translateX(-60%);
-webkit-transform:translateX(-60%);
-moz-transform:translateX(-60%);
-ms-transform:translateX(-60%);
-o-transform:translateX(-60%);}
}

@media only screen and (max-width:992px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:""; z-index:99999; display:none;}
}
/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;text-align: center;height: 100px;background: #fff;border-bottom: 1px solid #CCCCCC; }
header .logo a{height: 100px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height:55px;}
header .dImg{display: none;}
header .hImg{display: block;}
header .rightDiv{float: right;}

header .an{position:absolute; top:50%; margin-top:-12px; right:15px; height:22px; width:30px; display:none;}
header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
header .an span.a1{top:0; left:0;}
header .an span.a2{top:10px; left:0;}
header .an span.a3{top:20px; left:0;}
header .an.n span.a2{display:none;}
header .an.n span.a1{top:10px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
header .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}


header .nav{float:right;}
header .nav ul{float:left;}
header .nav ul li{margin:0 35px; float:left; }

header .nav .y_j{position:relative;}
header .nav .y_j i{display:none;}
header .nav .y_j a{display:inline-block; font-size:17px; color:#fff; text-transform: capitalize; line-height:100px;position: relative;}
header .nav .y_j a::before{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 28px;
	background: #fff;
	transition: all 0.3s;border-radius: 2px;
}
header .nav ul li.on .y_j a::before,
header .nav ul li:hover .y_j a::before{
	width: 100%;
	left: 0;
}
header.on .nav .y_j a{color:#000;}
header .nav ul li:hover .y_j a{color:#000; }
header .nav ul li.on .y_j a{color:#fff; font-weight:bold;}
header.on .nav ul li.on .y_j a {
  color: #000;
  font-weight: bold;
}

header .nav .e_j{width:180px; padding:10px 0; background-color:#fff; box-shadow:0 0 5px #aaa; position:absolute; left:50%; margin-left:-90px; opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
header .nav .e_j a{font-size:14px; line-height:36px; text-align:center; display:block; color:#000}
header .nav .e_j a:hover{ text-decoration:underline}

header .nav .e_j1{width:100%; position:absolute; top:100px; left:0; z-index:9999;border-top: rgba(255,255,255,0.3) 1px solid;background-color:#fff;opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
header .nav ul li:hover .e_j1{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
header .othersDiv{height: 100px; }
header .othersDiv .langDiv{margin-left: 190px;position: relative; }
header .othersDiv .langDiv>a{color: #333;height: 100px; }
header .othersDiv .langDiv>a i{width: 11px;height: 100%;background: url(../img/xia1.png) no-repeat center center; }
header .othersDiv .langDiv>a span{margin: 0 9px 0 4px; }
header .othersDiv .langDiv .aDiv{position: absolute;left: 50%;width: 100px;background: rgba(255,255,255,.9);top: 100%;transform: translateX(-50%);border-radius: 3px;font-size: 14px;display: none; }
header .othersDiv .langDiv .aDiv a{color: #333;display: block;line-height: 40px; }
header .othersDiv .langDiv .aDiv a.on{color: #161819; }
header .othersDiv .langDiv:hover .aDiv{display: block; }

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;}

header.indexHeader{background: transparent;border: 0; }

header.indexHeader .dImg{display: block;}
header.indexHeader .hImg{display: none;}
header.indexHeader .langDiv>a{color: #fff; }
header.indexHeader .othersDiv .langDiv>a i{background: url(../img/xia.png) no-repeat center center; }

.on-fixed header{background: #fff;}
.on-fixed header:before{display: none;}
.on-fixed header.indexHeader .dImg{display: none;}
.on-fixed header.indexHeader .hImg{display: block;}

.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 
.on-fixed header.indexHeader .langDiv>a{color: #333; }
.on-fixed header.indexHeader .othersDiv .langDiv>a i{background: url(../img/xia1.png) no-repeat center center; }

.onFixed header{background: #fff;}
.onFixed header:before{opacity: 0;}
.onFixed header.indexHeader .dImg{display: none;}
.onFixed header.indexHeader .hImg{display: block;}
.onFixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 
.onFixed header.indexHeader .langDiv>a{color: #333; }
.onFixed header.indexHeader .othersDiv .langDiv>a i{background: url(../img/xia1.png) no-repeat center center; }
.onFixed header .nav .y_j a{color:#000;}
.onFixed header .nav ul li.on .y_j a{color:#000; font-weight:bold;}
.onFixed header .nav ul li.on .y_j a{color:#000; font-weight:bold;}

.onFixed header .nav .y_j a::before{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 28px;
	background: #000;
	transition: all 0.3s;border-radius: 2px;
}
.onFixed header .nav ul li.on .y_j a::before,
.onFixed header .nav ul li:hover .y_j a::before{
	width: 100%;
	left: 0;
}
@media only screen and (max-width:992px){

header .an{display:block; right:39px;}
header .nav{width:60%; height:100%; padding:10px 5% 0; margin:0; background-color:#141414; height:100%; position:fixed; top:0; right:-60%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
header .nav ul{width:100%; float:none;}
header .nav ul li{width:100%; height:auto; line-height:50px; text-align:left; border-bottom:1px solid rgba(255,255,255,.1); float:none; padding:5px 0; margin:0;}
header .nav ul li:after{display:none;}
header .nav .y_j i{display:block; width:100%; padding-right:10px; position:absolute; top:0; right:0; font-size:14px; text-align:right; color:#fff; line-height:50px; z-index:99;}
header .nav .y_j a{line-height:50px; color:#fff;}
header .nav ul li:hover .y_j a{color:#fff;}
header .nav ul li.on .y_j a{color:#fff;}
header .nav .e_j{width:100%; background:none; box-shadow:none; position:relative; left:auto; top:auto; padding:5px 0; margin-left:0; opacity:1; visibility:inherit; display:none;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transition:none;
-o-transition:none;
-ms-transition:none;
-moz-transition:none;
-webkit-transition:none;}
header .nav ul li:hover .e_j{transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;}
header .nav .e_j a{line-height:32px; text-align:left; color:#fff;}
}
@media only screen and (max-width:640px){
header .an{right:15px;}
}


.xx1 .hd {width: 20%;float: right  ; border-left:#ddd 1px solid; text-align:left; padding-left:50px }
.xx1 .hd dd{ display:inline-block;width: 100%;line-height: 40px;padding: 0;margin: 0;}
.xx1 .hd dd a {display:block; font-size:14px; color:#000; line-height:40px;   }
.xx1 .bd {float: left; width:80%}
.xx11 dd{ float:left; width:20%; text-align:center}
.xx11 dd img{ width:60%; margin-bottom:30px} 
.xx11 dd a{ color:#000}
.xx11 dd p{ text-align:center}

.xx12{ width:70%; margin:20px auto; height:auto; overflow:hidden; padding-left:100px}
.xx12 dd {width: 33.33%;float: left  ;  text-align:left; padding-left:50px }
.xx12 dd a {display:block; font-size:16px; color:#000; line-height:40px;   }

/****底部***/
.footerDiv{position: relative;background: #161819; }
.footerDiv .dt{ width:45%}
.footerDiv .dt img{ width:100%}
.footerDiv .hdDiv{padding: 60px 0 50px;align-items: flex-start; }
.footerDiv .hdDiv .hlDiv{width: 33%; }
.footerDiv .hdDiv .hlDiv .logoDiv{width: 250px; }
.footerDiv .hdDiv .hlDiv .formDiv{margin: 40px 0 30px; }
.footerDiv .hdDiv .hlDiv .formDiv p{color: #fff;margin-bottom: 20px; }
.footerDiv .hdDiv .hlDiv .formDiv form{position: relative; }
.footerDiv .hdDiv .hlDiv .formDiv form input{width: calc(100% - 90px);border: 1px solid #fff;line-height: 40px;padding: 0 10px;border-radius: 4px;background: transparent;color: #fff;font-size: 14px; }
.footerDiv .hdDiv .hlDiv .formDiv form input::placeholder{color: #aaa; }
.footerDiv .hdDiv .hlDiv .formDiv form input::-webkit-input-placeholder{color: #aaa; }
.footerDiv .hdDiv .hlDiv .formDiv form input::-moz-placeholder{color: #aaa; }
.footerDiv .hdDiv .hlDiv .formDiv form button{width: 80px;height: 42px;background: #e50012;color: #fff;border-radius: 4px;border: 0; }
.footerDiv .hdDiv  .telDiv{color: #fff;font-size: 16px; margin-top:15px; line-height:36px}
.footerDiv .hdDiv   .telDiv a{color: #fff;line-height: 1; }
.footerDiv .hdDiv .hrDiv{flex: 1;width: 50%;align-items: flex-start; margin-left:10% }
.footerDiv .hdDiv .listDiv{ width: 50%; }
/* .footerDiv .hdDiv .listDiv:first-child{margin-left: 0; } */
.footerDiv .hdDiv .listDiv>span{font-size: 20px;color: #fff; font-weight:bold}
.footerDiv .hdDiv .listDiv .aDiv {margin-top: 25px; }
.footerDiv .hdDiv .listDiv .aDiv a{display: block;color: #fff;margin-top: 15px;font-size: 16px; }
.footerDiv .hdDiv .listDiv .aDiv a:hover{color: #fff; }
.footerDiv .hdDiv .shareDiv{margin: 25px 0 20px; }
.footerDiv .hdDiv .shareDiv a{margin-right: 10px;position: relative; }
.footerDiv .hdDiv .shareDiv a p{ text-align:center; color:#fff; line-height:40px}
.footerDiv .hdDiv .shareDiv a span{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background: #7a7a7a;border-radius: 50%; }
.footerDiv .hdDiv .shareDiv .hImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover .dImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover .hImg{display: block; }
.footerDiv .hdDiv .shareDiv a:hover span{background: #e50012; }
.footerDiv .hdDiv .shareDiv a .ewmDiv{position: absolute;left: 50%;transform: translateX(-50%);bottom: 110%;width: 80px;height: 85px;display: none;background: url(../img/ewm-bg.png) no-repeat center center/100%;padding: 5px; }
.footerDiv .hdDiv .shareDiv a .ewmDiv img{width: 70px;}
.footerDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }
.footerDiv .hdDiv a.zxkf{width: 100px;height: 30px;border: 1px solid #7a7a7a;border-radius: 5px;color: #7a7a7a;font-size: 14px; }
.footerDiv .hdDiv a.zxkf:hover{background-color: #e50012;color: #fff;border-color: #e50012; }
.footerDiv .bdDiv{padding: 30px 0;color: #fff;font-size: 14px;border-top: 1px solid #414141; }
.footerDiv .bdDiv a{color: #fff; }
.footerDiv .bdDiv a:hover{color: #fff; }

@media (max-width:992px) {
.footerDiv .hdDiv .listDiv{margin-left: 0; width:50%; float:left }
  
.footerDiv .hdDiv .hlDiv{width: 100%; }	
.footerDiv .flexbet{ display:block}
.footerDiv .hdDiv .hrDiv{flex: 1;width: 100%;align-items: flex-start; display:block ;margin-left: 0;}
.footerDiv .dt {
  width: 100%;
}
}


/*::-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; }
.wrap-title{text-align:center;animation:fadeInUpSmall 1s;}
.wrap-title h2{display:inline-block;position:relative;font-weight:600;font-size:48px;color:#333;}
.wrap-title h2 a{color:#333;}
.wrap-title h2 sup{position:absolute;left:calc(100% + 10px);top:0;font-weight:300;font-size:16px;color:#333;}
.wrap-title p{margin-top:30px;font-size:20px;line-height:1.5;color:#333;}
.wrap-title.white *{color:#fff;}
@media(max-width:1200px){
.wrap-title h2{font-size:24px;}
.wrap-title h2 sup{font-size:12px;}
.wrap-title p{margin-top:0;font-size:14px;}
}

/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 48.4375vw;background: none no-repeat center;background-size: cover;}
.index-banner .img .wrap{position: relative;}
.index-banner .gridVideo{width: 100%;display: block;height: 46.875vw;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: 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 .textDiv{position: absolute;left: 0;bottom:20%;width: 100%;  z-index:9   }
.index-banner .wrap{width: 100%; }
.index-banner .textDiv p{font-size: 2.91675vw;color: rgba(255,255,255,1); }
.index-banner .btnDiv{  }
.index-banner .btnDiv a{width: 45.45vw;height: 12vw;color: #fff;font-size: 0.9375vw;text-transform: uppercase; }
.index-banner .btnDiv .loginBtn{background: #000;border: 1px solid #000;margin-right: 1vw; }
.index-banner .btnDiv .regBtn{border: 1px solid #fff; background:rgba(255,255,255.5); color:#000 }

.ihdDiv{align-items: flex-start; }
.indexTitle{position: relative;/* width: 45%; */}
.indexTitle span{display: block;font-size: 50px;color: #333333;font-weight: bold; }
.ihdDiv .p{color: #666666;font-size: 24px;width: 52.5%;line-height: 1.5; }
a.imoreBtn{width: 140px;line-height: 40px;background: #333333!important;border-radius: 20px;color: #fff;font-size: 14px;display: block;text-align: center; }
a.imoreBtn:hover{opacity: .8;}

.indexDiv1{padding: 100px 0; height:auto; overflow:hidden }
.indexDiv1 .bdDiv .swiper-container{margin: 60px 0; }
.indexDiv1 .bdDiv .btnDiv{height: 60px;position: relative; }
.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 60px;height: 60px;top: initial;position: relative;margin: 0 10px; }
.indexDiv1 .swiper-button-next{background: url(../img/right.png) no-repeat center center/100%;right: auto;}
.indexDiv1 .swiper-button-prev{background: url(../img/left.png) no-repeat center center/100%;left: auto;}
.indexDiv1 .swiper-button-next:hover{background: url(../img/right1.png) no-repeat center center/100%;right: auto;}
.indexDiv1 .swiper-button-prev:hover{background: url(../img/left1.png) no-repeat center center/100%;left: auto;}
.indexDiv1 a{ border:#ddd 1px solid;padding: 30px;border-radius: 20px;  }
 


.indexDiv2{padding: 100px 0 ;background: #f5f5f5; margin-bottom:100px}
.indexDiv2 .bdDiv{margin-top: 50px; }
.indexDiv2 .bdDiv ul li{height: 35.57vw;min-height: 450px;flex: 1 1 auto;width: 16.666666%;color: #fff;transition: all .6s;position: relative;margin-right: 10px; }
.indexDiv2 .bdDiv ul li:last-child{margin-right: 0; }
.indexDiv2 .bdDiv ul li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);display: none; }
.indexDiv2 .bdDiv ul li .conDiv{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;flex-direction: column;padding: 3.125vw 2vw;z-index: 1;overflow: hidden;align-items: stretch;text-align: center;}
.indexDiv2 .bdDiv ul li .conDiv .num{font-size: 36px; }
.indexDiv2 .bdDiv ul li .conDiv .textDiv{display: flex;flex-direction: column;align-items: stretch; }
.indexDiv2 .bdDiv ul li .conDiv .title{font-size: 18px;margin: 10px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.indexDiv2 .bdDiv ul li .conDiv .iconDiv{width: 80px;height: 80px;border: 1px solid #fff;border-radius: 50%;margin: 0 auto; }
.indexDiv2 .bdDiv ul li .conDiv .iconDiv img{width: 40px; }
.indexDiv2 .bdDiv ul li .conDiv .p{display: none;margin-top: 10px; }
.indexDiv2 .bdDiv ul li .conDiv .tag{justify-content: flex-start;display: none;flex-wrap: wrap; }
.indexDiv2 .bdDiv ul li .conDiv .tag span{display: block;padding: 3px 20px;border: 1px solid #fff;color: #fff;margin-right: 20px;margin-top: 10px;flex-wrap: wrap; }
.indexDiv2 .bdDiv ul li:hover{width: 49.7126%;}
.indexDiv2 .bdDiv ul li:hover .conDiv{text-align: left; }
.indexDiv2 .bdDiv ul li:hover .conDiv .iconDiv{margin: 0;width: 120px;height: 120px; }
.indexDiv2 .bdDiv ul li:hover .conDiv .iconDiv img{width: 54px; }
.indexDiv2 .bdDiv ul li:hover .conDiv .title{text-align: left;font-size: 26px;font-weight: bold }
.indexDiv2 .bdDiv ul li:hover .conDiv .p{display: block; }
.indexDiv2 .bdDiv ul li:hover .conDiv .tag{display: flex; }
.indexDiv2 .bdDiv ul li:hover:before{display: block;}

.indexDiv3{position: relative;color: #fff;padding: 100px 0; }
.indexDiv3 .indexTitle span{color: #fff; }
.indexDiv3 .bdDiv {width: 56.25%;}
.indexDiv3 .bdDiv .listDiv{margin-top: 80px; }
.indexDiv3 .bdDiv .listDiv ul li{margin-bottom: 40px; }
.indexDiv3 .bdDiv .listDiv ul li .textDiv{width: calc(100% - 100px);margin-left: 20px; }
.indexDiv3 .bdDiv .listDiv ul li .textDiv span{font-weight: bold;font-size: 24px; }
.indexDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 18px;margin-top: 10px; }


/* .indexDiv3 .lunboDiv {position: relative;}
.indexDiv3 .lunboDiv::after{content: "";width: 10px;height: 100%;background: #0052d9;position: absolute;right: -10px;top: 0; }
.indexDiv3 .lunboDiv .conDiv .leftDiv{width: 54.2%;}
.indexDiv3 .lunboDiv .conDiv .rightDiv{width: 45.8%;padding: 0 5%;}
.indexDiv3 .lunboDiv .conDiv .rightDiv .cate{font-size: 1.1458vw; }
.indexDiv3 .lunboDiv .conDiv .rightDiv .title{font-size: 1.98vw; }
.indexDiv3 .lunboDiv .conDiv .rightDiv .tag{font-size: 0.73vw;color: #0052d9;border-top: 2px solid #0052d9;padding-top: 10px;margin-top: 10px; }
.indexDiv3 .lunboDiv .conDiv .rightDiv .p{font-size: 0.73vw;color: #666666;line-height: 1.8;margin: 2vw 0 4vw; }
.indexDiv3 .lunboDiv .conDiv .rightDiv a{width: 7.3vw;line-height: 2.2vw;font-size: 0.73vw;}
.indexDiv3 .swiper-button-next, .indexDiv3 .swiper-button-prev{width: 4vw;height: 4vw;margin-top: initial;top: initial;bottom: 0; }
.indexDiv3 .swiper-button-next{background: url(../img/right.png) no-repeat center center/100%;right: 5%;}
.indexDiv3 .swiper-button-prev{background: url(../img/left.png) no-repeat center center/100%;right: 10%;left: auto;}
.indexDiv3 .swiper-button-disabled{display: none;} */

.indexDiv4{position: relative;padding: 100px 0;background: linear-gradient(to right,#F5F5F5,#DDF6FC);overflow: hidden; }
.indexDiv4>img{position: absolute;top: 210px;left: 12.81254vw;z-index: 0;width: 91.67vw;}
.indexDiv4 .textDiv{margin-top: 377px;width: 384px; }
.indexDiv4 .textDiv p{font-size: 24px;color: #666;margin-top: 40px; }

.indexDiv5{padding: 100px 0;}
.indexDiv5 .bdDiv{margin-top: 60px; }
.indexDiv5 .bdDiv .row>div .conDiv{height: 100%;}
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv{padding-top: 75.13%; position: relative;overflow: hidden;display: block; }
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv{padding: 20px 0 0; }
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .date{color: #666; }
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title{font-size: 24px;color: #333;margin: 10px 0 15px;transition: all .3s;}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .more_a{font-size: 17px;color: #666666;transition: all .3s;}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title:hover{color: #161819;font-weight: bold; }
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .more_a:hover{color: #161819;font-weight: bold;text-decoration: underline;text-underline-offset: 4px; }


.indDiv1{padding: 70px 0; }
.indDiv1 .bdDiv .leftDiv{width: 48%;}
.indDiv1 .bdDiv .leftDiv .p{margin-top: 10px;color: #333;font-size: 17px;line-height: 2; margin-bottom:20px }
.indDiv1 .bdDiv .rightDiv{width: 50%;}
.indDiv1 .bdDiv .rightDiv img{ width:100%}
.indDiv3{padding: 70px 0;background: #F2F3F3; }
.indDiv3 .bdDiv{flex-direction: row-reverse; }
.indDiv3 .bdDiv .leftDiv{width:46%;}
.indDiv3 .bdDiv .leftDiv .p{margin-top: 10px;color: #333;font-size: 17px;line-height: 2; margin-bottom:20px }
.indDiv3 .bdDiv .rightDiv{width: 50%;}
.indDiv3 .bdDiv .rightDiv img{ width:100%}



.ny-banner .wrap{width: 100%;position:relative;height: 23.33vw;text-align: center;}
.ny-banner span{font-size: 2.6458vw;text-transform: capitalize;font-weight: bold; }
.ny-banner .cfff{color: #fff;}
.ny-banner .breadDiv{font-size: 17px;margin-top: 20px;font-weight: 400; } 
.ny-banner .breadDiv a{color: #fff; }
.ny-banner .breadDiv a:hover{text-decoration: underline;text-underline-offset: 4px; }

.nyHeaderDiv{border-bottom: 1px solid #CCCCCC; }
.nyHeaderDiv.onFixed{top: 100px;left: 0;position: fixed;z-index: 99;width: 100%;background: #fff; }


.nyHeaderDiv .nyCon{height: 80px; }
.nyTitle{font-size: 30px;font-weight: bold; }
.twoMenuDiv{width: 60%;overflow: hidden; }
.twoMenuDiv .aDiv{margin-right: -2vw; }
.twoMenuDiv .aDiv li{margin: 7px 2vw 7px 0;display: inline-block; }
.twoMenuDiv .aDiv li a{font-size: 17px;color: #888888;}
.twoMenuDiv .aDiv li a.on,.twoMenuDiv .aDiv li a.top_dh_in{color: #161819;font-weight: bold; }
@media (max-width:991px){
.twoMenuDiv .aDiv li{margin: 5px 5px 5px 0;display: inline-block; }
	
}

.productDiv .itemDiv{padding: 90px 0; }
.productDiv .indexTitle span{color: #161819; }
.productDiv .itemDiv:nth-of-type(even){background: #F2F3F3;}
.productDiv .itemDiv:nth-of-type(even) .row>div a .imgDiv{background: #fff; }
.productDiv .row{margin: 0 -20px;}
.productDiv .row>div{padding: 0 20px;margin-top: 35px; }
.productDiv .row>div a{display: block; }
.productDiv .row>div a .imgDiv{padding-top: 100%;position: relative;background: #F2F3F3; }
.productDiv .row>div a .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 20px; }
.productDiv .row>div a .imgDiv .pic img{max-height: 100%;max-width: 100%; }
.productDiv .row>div a .textDiv{color: #666;padding-top: 20px; }
.productDiv .row>div a .textDiv .title{font-size: 20px;color: #333; text-align:center }
.productDiv .row>div a .textDiv .p{font-size: 17px;margin: 5px 0 10px; }
.productDiv .row>div a .textDiv span{font-size: 17px; }
.productDiv .row>div a .textDiv i{width: 26px;height: 26px;border: 1px solid #666;position: relative;display: block;border-radius: 4px;margin-right: 10px; }
.productDiv .row>div a .textDiv i:before{content: "";width: 15px;height: 2px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.productDiv .row>div a .textDiv i:after{content: "";width: 2px;height: 15px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.productDiv .row>div a:hover .textDiv .title{color: #161819;text-decoration: underline;text-underline-offset: 4px;font-weight: bold; }
.productDiv .row>div a:hover .textDiv span{color: #161819; }
.productDiv .row>div a:hover i{border-color: #161819; }
.productDiv .row>div a:hover i:before,.productDiv .row>div a:hover i:after{background: #161819;}

.commonDiv{padding: 100px 0 100px;height:auto; overflow:hidden}
.commonDiv .comLeftDiv{width: 20%; float:left }
.commonDiv .comLeftDiv .ht{background: #000;color: #fff;height: 70px;padding: 0 20px;font-weight: 700; font-size:24px }
.commonDiv .comLeftDiv .lhDiv ul li{border: 1px solid #E5E5E5;padding: 15px 20px;margin-bottom: 20px; }
.commonDiv .comLeftDiv .lhDiv ul li a{color: #333; }
.commonDiv .comLeftDiv .lhDiv ul li i{ }
.commonDiv .comLeftDiv .lhDiv ul li.on a{color: #000; }
.commonDiv .comLeftDiv .lbDiv{margin-top: 20px; }
.commonDiv .comLeftDiv .lbDiv .hb{border: 1px solid #e5e5e5;padding: 20px; }
.commonDiv .comLeftDiv .lbDiv .hb .p{font-size: 14px;color: #666;margin: 5px 0;align-items: flex-start;word-break:break-all; }
.commonDiv .comLeftDiv .lbDiv .hb .p i{color: #000;font-size: 18px;margin-right: 6px; }

.proUl{  height:auto; overflow:hidden;width: 76.5%; float:right}
.proUl li{ float:left; width:32%; margin-right:2%; margin-bottom:2%}
.proUl li:nth-child(3n){margin-right:0; }
.proUl .kuang{border-width:1px;border-color:rgb(234,234,234);border-style:solid;background-color:rgb(255,255,255);height:100%;text-align:center;padding:20px 16px 48px;transition:all 0.5s;padding-bottom: 160px;position: relative;}
.proUl .imgB{ }
.proUl .titB{font-size:24px;font-family:"Poppins-m";color:rgb(51,51,51);margin-top:16px}
.proUl .descB{font-size:14px;color:rgb(102,102,102);margin-top:12px}
.proUl .teleB{font-size:16px;color:rgb(153,153,153);text-align:center;border-width:1px;border-color:rgb(234,234,234);border-style:solid;width:max-content;padding:10px 34px;border-radius:52px;display:block;margin:36px auto 0;transition:all 0.5s;position: absolute;left: 50%;bottom: 48px;transform: translateX(-50%);}
.proUl .kuang:hover{box-shadow:0px 3px 9.5px 0.5px rgba(10,23,60,0.13)}
.proUl .kuang:hover .teleB{background-color:#161819;color:#ffffff}
@media (max-width:991px){
.proUl{ padding:0px 0; height:auto; overflow:hidden; width:100%; float:none}
.proUl li{ float:left; width:49%; margin-right:2%; margin-bottom:2%}
 
.proUl li:nth-child(even){margin-right:0; }
.proUl li:nth-child(odd){margin-right:2%; }
.proUl .titB{font-size:18px;font-family:"Poppins-m";color:rgb(51,51,51);margin-top:16px}
.proUl .descB{font-size:14px;color:rgb(102,102,102);margin-top:5px}
.proUl .kuang{border-width:1px;border-color:rgb(234,234,234);border-style:solid;background-color:rgb(255,255,255);height:100%;text-align:center;padding:10px;transition:all 0.5s;padding-bottom: 50px;position: relative;}	
.proUl .teleB{font-size:14px;color:rgb(153,153,153);text-align:center;border-width:1px;border-color:rgb(234,234,234);border-style:solid;width:max-content;padding:5px 20px;border-radius:22px;display:block;margin:36px auto 0;transition:all 0.5s;position: absolute;left: 50%;bottom: 10px;transform: translateX(-50%);}
}
.adDiv1{padding: 90px 0; }
.adDiv1 .leftDiv{width: 40%;}
.adDiv1 .rightDiv{width: 60%;color: #666;font-size: 17px;line-height: 1.5; }

.adTitleDiv p{display: block;font-size: 24px;color: #161819;margin-bottom: 10px; }
.adTitleDiv span{display: block;font-size: 30px;color: #161819;font-weight: bold; }

.adDiv2{padding: 90px 0 25px;background: #F2F3F3;overflow: hidden; }
.adDiv2 .adTitleDiv{max-width: 805px; }
.adDiv2 .row{margin: 0 -90px; }
.adDiv2 .row>div{padding: 0;margin-bottom: 60px; }
.adDiv2 .row>div:nth-of-type(odd) .conDiv{border-right: 1px solid #CCCCCC; }
.adDiv2 .row>div .conDiv{padding: 0 90px; }
.adDiv2 .row>div .imgDiv{padding-top: 36.62%;position: relative;overflow: hidden; }
.adDiv2 .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.adDiv2 .row>div .imgDiv .pic img{height: 100%;width: 100%;object-fit: cover; }
.adDiv2 .row>div .textDiv span{font-size: 28px;margin: 20px 0 10px;display: block; }
.adDiv2 .row>div .textDiv p{font-size: 17px;color: #666;line-height: 1.5; }

.adDiv3{padding: 0 0 30px; }
.adDiv3 .rowDiv{margin-bottom: 60px; }
.adDiv3 .rowDiv .row{margin: 0 -20px; }
.adDiv3 .rowDiv .row>div{padding: 0 20px;margin-top: 40px; }
.adDiv3 .rowDiv .row>div .conDiv{position: relative;padding-top: 68%; }
.adDiv3 .rowDiv .row>div .conDiv>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover; }
.adDiv3 .rowDiv .row>div .conDiv .textDiv{position: absolute;z-index: 1;width: 100%;height: 100%;left: 0;top: 0;flex-direction: column;padding: 20px;text-align: center; }
.adDiv3 .rowDiv .row>div .conDiv .textDiv p{font-size: 24px;color: #fff;margin-top: 20px; }
.adDiv3 .bdDiv{position: relative;}
.adDiv3 .bdDiv .leftDiv{width: 65.8125%;height: 706px;max-width: calc(100% - 550px); }
.adDiv3 .bdDiv .leftDiv img{width: 100%;height: 100%;object-fit: cover;display: none; }
.adDiv3 .bdDiv .leftDiv img.on{display: block;}
.adDiv3 .bdDiv .listDiv{width: 700px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 1; }
.adDiv3 .bdDiv .listDiv ul li{padding: 35px 0 35px 190px;justify-content: flex-end;transition: all .5s; }
.adDiv3 .bdDiv .listDiv ul li .hImg{display: none;}
.adDiv3 .bdDiv .listDiv ul li .textDiv{width: calc(100% - 90px);margin-left: 20px; }
.adDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 28px; }
.adDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 17px;color: #666;max-width: 415px;margin-top: 7px; }
.adDiv3 .bdDiv .listDiv ul li.on .dImg{display: none;}
.adDiv3 .bdDiv .listDiv ul li.on .hImg{display: block;}
.adDiv3 .bdDiv .listDiv ul li.on{padding-left: 90px;background: url(../img/ad-bg.png) no-repeat center center/100% 100%; }
.adDiv3 .bdDiv .listDiv ul li.on .textDiv span{color: #fff; }
.adDiv3 .bdDiv .listDiv ul li.on .textDiv p{color: #ccc; }

.supportDiv{padding: 90px 0; }
.supportDiv ul li{margin-top: 60px; }
.supportDiv ul li .p1{font-size: 28px;margin: 20px 0 30px; }
.supportDiv ul li .p2{color: #666;font-size: 17px;line-height: 1.5; }

.faqDiv{padding: 90px 0;background: #F2F3F3; }
.faqDiv .listDiv{margin: 60px 0 50px; }
.faqDiv .listDiv ul li{margin-bottom: 20px;background: #fff;border-radius: 6px;overflow: hidden; }
.faqDiv .bdDiv ul li .hd{background:url(../img/jia.png) no-repeat right 3.75% center;cursor: pointer;padding: 30px calc(26px + 3.75%) 30px 3.75%;font-size: 20px;font-weight: bold; }
.faqDiv .bdDiv ul li.on .hd{background:url(../img/jian.png) no-repeat right 3.75% center; }
.faqDiv .bdDiv ul li .bd{padding: 30px 3.75%;color: #666666;line-height: 1.5;display: none;font-size: 17px; }

.pageDiv{text-align: center;}
.pageDiv a{display: inline-block;line-height: 32px;margin: 0 5px;color: rgba(0, 0, 0, .88);padding: 0 11px;font-size: 17px; }
.pageDiv a.cur{color: #161819;border-radius: 4px;border: 1px solid #161819; }
.pageDiv a:hover{color: #161819; }

.downloadDiv{padding: 90px 0;background: #F2F3F3; }
.downloadDiv .adTitleDiv{max-width: 950px; }
.downloadDiv .bdDiv{margin-top: 60px; }
.downloadDiv .tabsDiv {align-items: flex-end; }
.downloadDiv .tabsDiv a{width: 267px;height: 80px;background: #E5E5E5;color: #666666;font-size: 17px;border-radius: 20px 20px 0 0;transition: none; }
.downloadDiv .tabsDiv a.on{background: #fff;color: #161819;height: 90px;position: relative;font-weight: bold; }
.downloadDiv .tabsDiv a.on::after{content: "";width: 40px;height: 4px;background: #161819;position: absolute;left: 50%;bottom: 19px;transform: translateX(-50%);border-radius: 2px; }
.downloadDiv .conDiv{display: none;background: #fff;padding: 10px 10px 80px; }
.downloadDiv .conDiv.on{display: block;}
.downloadDiv .conDiv .tableDiv{padding: 0 90px;position: relative;margin-bottom: 50px; }
.downloadDiv .conDiv .tableDiv:before{content: "";width: 100%;height: 90px;background: linear-gradient(180deg, #F2F3F3 0%, #FFFFFF 100%);border-radius: 20px 20px 0 0;position: absolute;z-index: 1;top: 0;left: 0; }
.downloadDiv .conDiv table{width: 100%;position: relative;z-index: 2;font-size: 17px;text-align: center; }
.downloadDiv .conDiv table th{height: 90px; }
.downloadDiv .conDiv table td{color: #666;padding: 35px 0;border-bottom: 1px solid #ccc; }
.downloadDiv .conDiv table th:nth-child(1),.downloadDiv .conDiv table td:nth-child(1){text-align: left;}
.downloadDiv .conDiv table td a{color: #666; }
.downloadDiv .conDiv table td a img{margin-right: 20px; }
.downloadDiv .conDiv table td a:hover{text-decoration: underline;color: #161819;text-underline-offset: 4px;  }

.indDiv1{padding: 90px 0; }
.indDiv1 .bdDiv .leftDiv{width: 35.625%;}
.indDiv1 .bdDiv .leftDiv .p{margin-top: 50px;color: #666;font-size: 17px;line-height: 2; }
.indDiv1 .bdDiv .rightDiv{width: 59.375%;}

.indDiv2{padding: 90px 0;background: #F2F3F3; }
.indDiv2 .bdDiv .row{margin: 0 -30px; }
.indDiv2 .bdDiv .row>div{padding: 0 30px;margin-top: 60px; }
.indDiv2 .bdDiv .row>div .conDiv{position: relative;height: 100%; }
.indDiv2 .bdDiv .row>div .textDiv{background: #fff;height: 100%;padding: 50px 40px;text-align: center;transition: all .6s; }
.indDiv2 .bdDiv .row>div .textDiv span{font-size: 28px;color: #161819; }
.indDiv2 .bdDiv .row>div .textDiv p{font-size: 17px;line-height: 1.5;margin-top: 20px; }
.indDiv2 .bdDiv .row>div .conDiv:hover .textDiv{background: transparent; }
.indDiv2 .bdDiv .row>div .conDiv:hover .textDiv span,.indDiv2 .bdDiv .row>div .conDiv:hover .textDiv p{color: #fff;}

.indDiv3{padding: 90px 0; }
.indDiv3 .bdDiv{flex-direction: row-reverse; }
.indDiv3 .bdDiv .leftDiv{width: 35.625%;}
.indDiv3 .bdDiv .leftDiv .p{margin-top: 50px;color: #333;font-size: 17px;line-height: 2; }
.indDiv3 .bdDiv .rightDiv{width: 59.375%;}

.indDiv4{padding: 90px 0;background: #F2F3F3; }
.indDiv4 .bdDiv{margin-top: 35px; }
.indDiv4 .bdDiv .row>div .imgDiv{background: #fff;}
.indDiv4 .swiper-container{padding-bottom: 70px; }
.indDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.indDiv4 .swiper-pagination-bullet{width: 12px;height: 12px;background: #ccc;border-radius:50%;opacity:1;position: relative; }
.indDiv4 .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #161819; }
.indDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px; }

.ryzzDiv{padding: 90px 0;}
.ryzzDiv .p{font-size: 17px;line-height: 2;margin: 40px 0 30px; }
.ryzzDiv .row>div{margin-top: 30px; }
.ryzzDiv .row>div .imgDiv{position: relative;padding-top: 140.95%; }
.ryzzDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.ryzzDiv .row>div .imgDiv .pic img{max-height: 100%;max-width: 100%; }
.ryzzDiv .row>div .title{text-align: center;margin-top: 20px;font-size: 17px; }

.newsDiv{padding: 90px 0;}
.newsDiv .tabsDiv{margin-bottom: 80px; }
.newsDiv .tabsDiv a{width: 285px;height: 56px;background: #E0E6ED;color: #161819;border-radius: 28px;font-size: 17px;margin: 0 10px;  }
.newsDiv .tabsDiv a.on{background: #161819;color: #fff; }
.newsDiv .row>div{margin-bottom: 32px; }
.newsDiv .pageDiv{margin-top: 20px; }

.aboutDiv1{padding: 90px 0; }
.aboutDiv1 .bdDiv{margin-top: 60px; }
.aboutDiv1 .swiper-container {width: 100%;}
.aboutDiv1 .gallery-top {height: 100%;}
.aboutDiv1 .gallery-top .swiper-slide .imgDiv{position: relative;padding-top: 56.25%; }
.aboutDiv1 .swiper-slide .imgDiv .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.aboutDiv1 .swiper-slide img{height: 100%;width: 100%;object-fit: cover; }
.aboutDiv1 .gallery-thumbs {margin-top: 16px; }
.aboutDiv1 .gallery-thumbs .swiper-slide .imgDiv{position: relative;padding-top: 56.45%; }
.aboutDiv1 .gallery-thumbs .swiper-slide-thumb-active .imgDiv:before{content: "";width: 100%;height: 100%;border: 4px solid #161819;position: absolute;left: 0;top: 0;z-index: 1; }
.aboutDiv1 .swiper-button-next,.aboutDiv1 .swiper-button-prev{width: 60px;height: 60px;margin-top: -30px;}
.aboutDiv1 .swiper-button-next{background: url(../img/a-right.png) no-repeat center center;background-size: 100%;right: 30px;}
.aboutDiv1 .swiper-button-prev{background: url(../img/a-left.png) no-repeat center center;background-size: 100%;left: 30px;}

.aboutDiv2{padding: 180px 0;color: #fff;text-align: center; }
.aboutDiv2 .title{font-size: 24px; }
.aboutDiv2 .p{font-size: 40px;line-height: 1.5;margin: 40px auto 0;max-width: 1400px; }

.aboutDiv3{padding: 60px 0 30px;text-align: left; }
.aboutDiv3 .title{font-size: 28px; }
.aboutDiv3 .p{font-size: 17px;line-height: 32px;color: #555; }

.aboutDiv4{padding: 60px 0;background: #F2F3F3;}
.aboutDiv4 .bdDiv{margin-top: 20px;}
.aboutDiv4 .swiper-container {padding-bottom: 50px; }
.aboutDiv4 .swiper-slide .imgDiv{position: relative;padding-top: 49.342%; }
.aboutDiv4 .swiper-slide .imgDiv .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.aboutDiv4 .swiper-slide img{max-height: 100%;max-width: 100%; }
.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.aboutDiv4 .swiper-pagination-bullet{width: 12px;height: 12px;background: #ccc;border-radius:50%;opacity:1;position: relative; }
.aboutDiv4 .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #161819; }
.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px; }

.breadcrumbDiv{padding: 30px 0;font-size: 17px;color: #666; }
.breadcrumbDiv .bdDiv{flex-wrap: wrap;}
.breadcrumbDiv a{color: #666;margin:0 5px;}
.breadcrumbDiv a:hover{color: #161819;text-decoration: underline; }
.breadcrumbDiv span{color: #666;}

.nyMain{margin-top: 100px; }

.detailDiv .hdDiv{padding: 60px;background: #161819;color: #fff; }
.detailDiv .hdDiv .adTitleDiv span{color: #fff;font-weight: normal; }
.detailDiv .hdDiv .date{font-size: 17px;margin-top: 20px; }
.detailDiv .bdDiv{padding: 90px 0;background: #fff;}
.detailDiv .bdDiv .textDiv{margin-bottom: 90px; }
.detailDiv .bdDiv .textDiv img{display: block;}
.detailDiv .bdDiv .textDiv p{color: #3D3D3D;margin: 0 auto;line-height: 2;}
.detailDiv .bdDiv .arPageDiv{background: #F2F3F3;padding: 35px; }
.detailDiv .bdDiv .arPageDiv>div{width: calc((100% - 120px) / 2);}
.detailDiv .bdDiv .arPageDiv span{font-size: 22px;color: #3D3D3D;margin: 0 20px; }
.detailDiv .bdDiv .arPageDiv a.tit{color: #666;font-size: 17px;width: calc(100% - 100px);word-break:break-all; }
.detailDiv .bdDiv .arPageDiv a.tit:hover{color: #161819;text-decoration: underline; }
.detailDiv .listImg{margin: 0 50px; }
.contactDiv1{ padding:70px 0}
.contactDiv1 .bdDiv{align-items: flex-start; }
.contactDiv1 .blDiv{width: 58.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: #161819; }
.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: #161819; }
.contactDiv1 .blDiv .formDiv button{width: 100%;max-width: 440px;margin: 20px auto 0;background: #161819;color: #fff;height: 50px;border: 0;padding: 0;cursor: pointer;  }
.contactDiv1 .blDiv .formDiv button:hover{opacity: .8; }
.contactDiv1 .brDiv{width: 35.33%; }
.contactDiv1 .nyTitle p{ font-weight:normal; padding-top:20px }

.f20{font-size: 20px; }
.contactDiv2{ background:#f5f5f5;padding: 70px 0;}
.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: #161819; }
.contactDiv2 .row>div .conDiv .p{flex-wrap: wrap; line-height:36px }
.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: #B50013;border-color: #B50013; }
.contactDiv2 .row>div .conDiv a:hover .dImg{display: none; }
.contactDiv2 .row>div .conDiv a:hover .hImg{display: block; }
.contactDiv2 .mapDiv{margin-top: 30px; }
.pdMenuDiv{border-bottom: 1px solid #ccc;top: 100px;left: 0;position: fixed;z-index: 99;width: 100%;background: #fff; }
.pdMenuDiv ul li a{display: block;line-height: 50px;color: #3D3D3D;font-size: 17px;position: relative;margin: 0 2.5vw; }
.pdMenuDiv ul li a.top_dh_in{font-weight: bold;color: #161819; }


.productDetailDiv .hdDiv{padding: 80px 0 90px;align-items: flex-start;border-bottom: 1px solid #ccc; }
.productDetailDiv .leftDiv{width: 45.375%;}
.productDetailDiv .leftDiv .hd{position: relative;display: flex;justify-content: space-between;align-items: center;}
.productDetailDiv .leftDiv .smallDiv{padding: 0 0 30px;width: 106px;position: relative;margin-left: 0;}
.productDetailDiv .swiper-container {width: 100%;height: 600px;margin-left: 0;margin-right: auto;}
.productDetailDiv .gallery-top {height: 100%;width: calc(100% - 126px);}
/* .productDetailDiv .gallery-top .swiper-slide{display: flex;justify-content: center;align-items: center;} */
.productDetailDiv .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 600px;background: #F2F3F3;}
.productDetailDiv .gallery-top .swiper-slide img{max-height:88%;max-width: 88%;}
.productDetailDiv .gallery-thumbs {height: 570px;box-sizing: border-box;}
.productDetailDiv .gallery-thumbs .swiper-slide {height: 106px;display: flex;justify-content: center;align-items: center;background: #F2F3F3;position: relative; }
.productDetailDiv .gallery-thumbs .swiper-slide img{max-height:90%;max-width: 90%;}
.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active:before {content: "";width: 100%;height: 100%;border: 2px solid #161819;position: absolute;left: 0;top: 0;z-index: 2; }
.productDetailDiv .swiper-button-next,.productDetailDiv .swiper-button-prev{width: 20px;height: 20px;margin-top:0;left: 50%;margin-left: -10px;}
.productDetailDiv .swiper-button-next:hover,.productDetailDiv .swiper-button-prev:hover{opacity: 1;}
.productDetailDiv .swiper-button-next{background: url(../img/pd-right.png) no-repeat center center;background-size: 100%;right: auto;bottom: 0;top: auto;}
/* .productDetailDiv .swiper-button-prev{background: url(../img/pd-left.png) no-repeat center center;background-size: 100%;top: 0;} */
.productDetailDiv .gallery-top .swiper-button-next,.productDetailDiv .gallery-top .swiper-button-prev{width: 34px;height: 34px;margin-top: -17px;left: auto;bottom: auto;top: 50%;margin-left: initial;}
.productDetailDiv .gallery-top .swiper-button-next{background: url(../img/a-right.png) no-repeat center center;background-size: 100%;right: 10px;}
.productDetailDiv .gallery-top .swiper-button-prev{background: url(../img/a-left.png) no-repeat center center;background-size: 100%;left: 10px;}
.swiper-button-next:after,.swiper-button-pev:after{content: "";}
.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}

.productDetailDiv .rightDiv{width: 47.125%;}
.productDetailDiv .rightDiv .breadcrumbDiv{padding: 0; }
.productDetailDiv .rightDiv .title{font-size: 36px;color: #161819;margin-top: 50px;font-weight: bold; }
.productDetailDiv .rightDiv .radioDiv{margin-top: 70px; line-height:36px}
.productDetailDiv .rightDiv .radioDiv span{font-size: 20px;color: #333;font-weight: bold; }
.productDetailDiv .rightDiv .radioDiv .aDiv{flex-wrap: wrap;margin-right: -20px;}
.productDetailDiv .rightDiv .radioDiv .aDiv a{margin-top: 20px;margin-right: 20px;border: 1px solid #ccc;color: #999999;width: 90px;line-height: 44px;font-size: 17px;text-align: center; }
.productDetailDiv .rightDiv .radioDiv .aDiv a.active{color: #fff;border-color: #161819;background: #161819; }
.productDetailDiv .rightDiv .colorDiv .aDiv a.active{border-color: #333333;background: #333333; }
.productDetailDiv .rightDiv .btnDiv{margin-top: 50px; }
.productDetailDiv .rightDiv .btnDiv a{max-width: 285px;width: 50%;height: 56px;color: #fff;text-align: center;font-size: 17px; }
.productDetailDiv .rightDiv .btnDiv a.InquiryBtn{background: #161819; }
.productDetailDiv .rightDiv .btnDiv a.CompareBtn{background: #161819;margin-left: 20px; }
.productDetailDiv .rightDiv .btnDiv a:hover{opacity: .8;}

.productDetailDiv .bdDiv .itemDiv{align-items: flex-start;padding-top: 60px; }
.productDetailDiv .bdDiv .itemDiv .ilDiv{width: 27%;font-size: 36px;font-weight: bold; }
.productDetailDiv .bdDiv .itemDiv .irDiv{width: 73.3125%;padding: 0 0 60px;border-bottom: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv:last-child .irDiv{border-bottom: 0; }
.productDetailDiv .bdDiv .itemDiv .irDiv ul li{position: relative;padding-left: 28px;color: #3D3D3D;font-size: 17px;margin-bottom: 10px; }
.productDetailDiv .bdDiv .itemDiv .irDiv ul li:before{content: "";width: 8px;height: 8px;background: #333333;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-radius: 50%; }
.productDetailDiv .bdDiv .itemDiv .irDiv .tableDiv{overflow: hidden;border-radius: 5px; }
.productDetailDiv .bdDiv .itemDiv .irDiv table{width: 100%;border: 1px solid #ccc;font-size: 17px;color: #3D3D3D; }
.productDetailDiv .bdDiv .itemDiv .irDiv table tr td{border-bottom: 1px solid #ccc;padding: 10px; }
.productDetailDiv .bdDiv .itemDiv .irDiv table tr td:nth-child(1){border-right: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv .irDiv table tr td a{color: #3D3D3D; }
.productDetailDiv .bdDiv .itemDiv2 .irDiv table tr td:nth-child(1){background: #F0F0F0; }
.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr:nth-child(1) td{background: #F0F0F0; }
.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr td{border-right: 1px solid #ccc;text-align: center; }

.tuijianDiv{background: #F2F3F3;padding: 90px 0; }
.tuijianDiv .bdDiv .row>div .imgDiv{background: #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:1570px) {
	header .rightDiv .menu>ul>li{margin-right: 3.5vw; }
	header .othersDiv .langDiv{margin-left: 4.6vw; }
	.indexTitle span,.adTitleDiv span{font-size: 40px; }
	.adTitleDiv p{font-size: 20px; }
	.ihdDiv .p{font-size: 20px; }
	.indexDiv1 a .textDiv .title{font-size: 24px; }
	.indexDiv4 .textDiv{margin-top: 19.6vw; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title{font-size: 20px; }
	header .logo{width: 15%;}
	.productDiv .row>div a .textDiv .title{font-size: 22px; }
	.productDiv .row{margin: 0 -10px; }
	.productDiv .row>div{padding: 0 10px; }
	.adDiv2 .row{margin: 0 -50px; }
	.adDiv2 .row>div .textDiv span{font-size: 24px; }
	.adDiv2 .row>div .conDiv{padding: 0 50px; }
	.adDiv3 .rowDiv .row>div .conDiv .textDiv p{font-size: 20px; }
	.adDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 24px; }
	.supportDiv ul li .p1{font-size: 24px; }
	.indDiv2 .bdDiv .row{margin: 0 -15px; }
	.indDiv2 .bdDiv .row>div{padding: 0 15px;margin-top: 30px; }
	.aboutDiv2 .p{font-size: 30px; }
}
@media (max-width:1200px) {
	.cateImg{display: none;}
	header .othersDiv .langDiv{margin-left: 0; }
	.aboutDiv2{padding: 100px 0; }
	.aboutDiv2 .p{font-size: 24px; }
	.productDetailDiv .rightDiv .title,.productDetailDiv .bdDiv .itemDiv .ilDiv{font-size: 30px; }
}
@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 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;}
	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;}
	header .othersDiv{height: 50px;padding-right: 40px; }
	header .othersDiv .langDiv>a{height: 50px;}
	.footerDiv .bdDiv .formDiv{width: 25%;}
	.footerDiv .bdDiv .formDiv form{width: 100%;}
	.indexTitle span{font-size: 30px; }
	.nyTitle{font-size: 26px; }
	.indexDiv3 .bdDiv{width: 100%;}
	.adDiv3 .rowDiv .row>div .conDiv .textDiv img{width: 50px;}
	.downloadDiv .conDiv .tableDiv{
		width: 100%;
		overflow-x: auto;
		padding: 0;
		border-radius: 20px 20px 0 0;
	}
	.downloadDiv .conDiv .tableDiv table{
		width: auto;
		min-width: 1000px;
	}
	.downloadDiv .conDiv .tableDiv:before{display: none; }
	.downloadDiv .conDiv table th{padding: 0 30px;background: linear-gradient(180deg, #F2F3F3 0%, #FFFFFF 100%); }
	.downloadDiv .conDiv table td{padding: 20px 30px; }
	.indDiv2 .bdDiv .row>div .textDiv{padding: 40px 30px; }
	.nyMain{margin-top: 50px; }
	.pdMenuDiv{top: 50px;}
	.pdMenuDiv ul li a{font-size: 14px;margin: 0 10px; }
	.nyHeaderDiv.onFixed{top: 50px; }
}

.hidden-xs{display: block;}
.visible-xs{display: none;}
.nTab{width:100%; overflow:hidden; margin:20px 0}
.none {display:none;}
.nTab .TabTitle{ float:right; width:20%;border-left: #ddd 1px solid;}
.nTab .TabTitle li{float:left;cursor:pointer; line-height:40px; text-align: left;width:100%}
.nTab .TabTitle li a{text-decoration:none;}
.nTab .TabTitle .active{ color:#000; font-weight:bold}
.nTab .TabTitle .normal{color:#000; }
.nTab .TabContent{ overflow:hidden  ;display:block}
/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;font-size: 14px;}
	
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	
	header .logo{width: auto;}
	.index-banner .img{height: 54vw;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 15px; }
	
	.indexDiv1{padding: 20px 0; }
	.ihdDiv{display: block; }
	.indexTitle span,.adTitleDiv span{font-size: 20px; }
	.adTitleDiv p{font-size: 18px; }
	.ihdDiv .p{width: 100%;font-size: 16px;margin-top: 10px; }
	.indexDiv1 .bdDiv .swiper-container{margin: 30px 0; }
	.indexDiv1 a{padding: 15px;border-radius: 15px; }
	.indexDiv1 a .imgDiv{width: 43%;height: 150px;}
	.indexDiv1 a .textDiv .title{font-size: 18px; }
	.indexDiv1 a .textDiv .line{margin: 10px 0; }
	.indexDiv1 a .textDiv{width: 50%;}
	.indexDiv1 a .textDiv .p1{font-size: 15px;margin-bottom: 13px; }
	.indexDiv1 a .textDiv i{width: 20px;height: 20px; }
	.indexDiv1 a .textDiv i:before{width: 10px;height: 1px; }
	.indexDiv1 a .textDiv i::after{width: 1px;height: 10px; }
	.indexDiv1 .bdDiv .btnDiv{height: 40px;}
	.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 40px;height: 40px; }
	.indexDiv2{padding: 20px 0; } 
	 
	.indexDiv2 .bdDiv{margin-top: 30px; }
	.indexDiv2 .bdDiv ul{flex-wrap: wrap;}
	.indexDiv2 .bdDiv ul li{width: 50%;min-height: 250px; margin-right:0    }
	.indexDiv2 .bdDiv ul li .conDiv .title{font-size: 16px; }
	.indexDiv2 .bdDiv ul li .conDiv{padding: 15px 10px; }
	.indexDiv3{padding: 50px 0; }
	.indexDiv3 .bdDiv .listDiv{margin-top: 40px; }
	.indexDiv3 .bdDiv .listDiv ul li{display: block;margin-bottom: 30px; }
	.indexDiv3 .bdDiv .listDiv ul li img{width: 50px;height: 50px; }
	.indexDiv3 .bdDiv .listDiv ul li .textDiv{width: 100%;margin: 10px 0 0; }
	.indexDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 18px;}
	.indexDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 15px; }
	
	.indexDiv4{padding: 50px 0; }
	.indexDiv4 .textDiv{margin-top: 70px;width: 80%; }
	.indexDiv4 .textDiv img{width: 100px; }
	.indexDiv4 .textDiv p{font-size: 16px;margin-top: 20px; }
	.indexDiv4>img{top: 100px;left: 10%;width: 100%; }
	.indexDiv5{padding: 20px 0 20px; }
	.indexDiv5 .bdDiv{margin-top: 30px; }
	.indexDiv5 .bdDiv .row{margin: 0 -10px; }
	.indexDiv5 .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv{padding-top: 10px; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .date{font-size: 14px; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title{font-size: 16px;margin: 5px 0; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .more_a{font-size: 14px;}
	
	.footerDiv .hdDiv{padding: 20px 0 ; height:auto; overflow:hidden }
	.footerDiv .hdDiv .listDiv>span{font-size: 16px;color: #fff; font-weight:bold}
	.footerDiv .hdDiv .listDiv .aDiv a{display: block;color: #fff;margin-top: 15px;font-size: 14px; }
	.footerDiv .hdDiv  .telDiv{color: #fff;font-size: 14px; margin-top:15px; line-height:30px}
	.footerDiv .hdDiv .hlDiv .telDiv{color: #fff;font-size: 14px; margin-top:10px; line-height:30px}
	.footerDiv .hdDiv .shareDiv a{margin-left: 0;width: 120px;height: 120px; margin-right:20px }
	.footerDiv .bdDiv{display: block;padding: 20px 0;}
	.footerDiv .bdDiv .listDiv{margin-right: 0;margin-bottom: 20px; }
	.footerDiv .bdDiv .listDiv .aDiv{margin-top: 0; }
	.footerDiv .bdDiv .listDiv .aDiv a{display: inline-block;margin-right: 10px;margin-top: 5px; }
	.footerDiv .bdDiv .formDiv{width: 100%; }
	.footerDiv .hdDiv .shareDiv{margin: 15px 0 20px; }
	.ny-banner .wrap{height: 50vw;}
	.ny-banner span{font-size: 20px; }
	.ny-banner .breadDiv{font-size: 14px;margin-top: 10px; }
	.nyHeaderDiv .nyCon{height: initial;display: block;padding: 10px 0;}
	.twoMenuDiv{width: 100%;margin-top: 10px;justify-content: flex-start; }
	.twoMenuDiv a{font-size: 15px;margin: 5px 15px 5px 0; }
	.adDiv1{padding: 50px 0; }
	.adDiv1 .bdDiv{display: block; }
	.adDiv1 .leftDiv{width: 100%;}
	.adDiv1 .rightDiv{width: 100%;margin-top: 20px;font-size: 16px; }
	.adDiv2{padding: 45px 0 0; }
	.adDiv2 .row>div{margin-bottom: 30px; }
	.adDiv2 .row>div .textDiv span{font-size: 20px; }
	.adDiv2 .row>div .textDiv p{font-size: 15px; }
	.adDiv3{padding: 0 0 20px; }
	.adDiv3 .rowDiv{margin-bottom: 30px; }
	.adDiv3 .rowDiv .row>div{margin-top: 20px; }
	.adDiv3 .bdDiv .listDiv{position: relative;top: initial;transform: initial;width: 100%;margin-top: 20px; }
	.adDiv3 .bdDiv .leftDiv{width: 100%;max-width: 100%;height: 70vw; }
	.adDiv3 .bdDiv .listDiv ul li{padding: 15px 0 15px 50px; }
	.adDiv3 .bdDiv .listDiv ul li img{width: 40px;}
	.adDiv3 .bdDiv .listDiv ul li .textDiv{width: calc(100% - 60px);}
	.adDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 18px; }
	.adDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 15px;margin-top: 5px;max-width: 260px; }
	.adDiv3 .bdDiv .listDiv ul li.on{padding-left:30px; }
	
	.commonDiv{padding: 30px 0 30px;height:auto; overflow:hidden}
	.commonDiv .comLeftDiv{width: 100%; float:none }
	.commonDiv .comLeftDiv .ht {
  background: #000;
  color: #fff;
  height: 60px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 20px;
}
.commonDiv .comLeftDiv .lhDiv ul li{border: 1px solid #E5E5E5;padding: 15px  ;margin-bottom: 10px; }
	.nyTitle{font-size: 20px; }
	.productDiv .itemDiv{padding: 40px 0; }
	.productDiv .row{margin: 0 -10px; }
	.productDiv .row>div{margin-top: 20px;padding: 0 10px; }
	.productDiv .row>div a .textDiv .title{font-size: 17px; }
	.productDiv .row>div a .textDiv .p{font-size: 15px; }
	.productDiv .row>div a .textDiv span{font-size: 15px;}
	.productDiv .row>div a .textDiv i{width: 20px;height: 20px; }
	.productDiv .row>div a .textDiv i:before{width: 10px;height: 1px; }
	.productDiv .row>div a .textDiv i::after{width: 1px;height: 10px; }
	.productDiv .row>div a .textDiv{padding-top: 10px; }
	
	.supportDiv{padding: 45px 0; }
	.supportDiv ul li{margin-top: 30px; }
	.supportDiv ul li img{width: 50px;}
	.supportDiv ul li .p1{font-size: 20px;margin: 15px 0 20px; }
	.supportDiv ul li .p2{font-size: 15px; }
	
	.faqDiv{padding: 45px 0; }
	.faqDiv .listDiv{margin-top: 30px; }
	.faqDiv .bdDiv ul li .hd{font-size: 17px;padding: 10px 50px 10px 20px; }
	.faqDiv .bdDiv ul li .bd{padding: 10px 20px 20px; }
	
	.downloadDiv{padding: 45px 0; }
	.downloadDiv .bdDiv{margin-top: 30px; }
	.downloadDiv .tabsDiv a{width: 25%;font-size: 13px;height: 50px;padding: 10px;text-align: center;border-radius: 10px 10px 0 0; }
	.downloadDiv .tabsDiv a.on{height: 60px; }
	.downloadDiv .tabsDiv a.on::after{bottom: 10px;height: 2px;width: 20px; }
	.downloadDiv .conDiv{padding-bottom: 45px; }
	.downloadDiv .conDiv table th{height: 60px; }
	.downloadDiv .conDiv .tableDiv table{font-size: 15px; }
	.downloadDiv .conDiv .tableDiv{margin-bottom: 30px; }
	
	.indDiv1{padding: 20px 0; }
	.indDiv1 .bdDiv{display: block; }
	.indDiv1 .bdDiv .leftDiv{width: 100%; }
	.indDiv1 .bdDiv .leftDiv .p{margin-top: 0px;font-size: 16px; }
	.indDiv1 .bdDiv .rightDiv{width: 100%;margin-top: 30px; }
	
	.indDiv2{padding: 45px 0; }
	.indDiv2 .bdDiv .row>div .textDiv{padding: 30px 20px; }
	
	.indDiv3{padding: 20px 0; }
	.indDiv3 .bdDiv{display: block; }
	.indDiv3 .bdDiv .leftDiv{width: 100%; }
	.indDiv3 .bdDiv .leftDiv .p{margin-top: 0px;font-size: 16px; }
	.indDiv3 .bdDiv .rightDiv{width: 100%;margin-top: 30px; }
	
	.indDiv4{padding: 45px 0; }
	.indDiv4 .bdDiv{margin-top: 0; }
	.indDiv4 .swiper-container{padding-bottom: 50px; }
	.indDiv4 .swiper-pagination-bullet{width: 8px;height: 8px; }
	.indDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	
	.ryzzDiv{padding: 45px 0; }
	.ryzzDiv .p{margin: 20px 0;font-size: 16px; }
	
	.newsDiv .tabsDiv{margin-bottom: 30px; }
	.newsDiv .tabsDiv a{height: 50px;margin: 0 5px;font-size: 15px; }
	
	.aboutDiv1{padding: 45px 0; }
	.aboutDiv1 .bdDiv{margin-top: 30px; }
	.aboutDiv1 .swiper-button-next, .aboutDiv1 .swiper-button-prev{width: 30px;height: 30px;margin-top: -15px; }
	.aboutDiv1 .swiper-button-prev{left: 15px; }
	.aboutDiv1 .swiper-button-next{right: 15px; }
	
	.aboutDiv2{padding: 50px 0; }
	.aboutDiv2 .title{font-size: 18px; }
	.aboutDiv2 .p{font-size: 18px;margin-top: 15px; }
	
	.aboutDiv3{padding: 20px 0; }
	.aboutDiv3 .title{font-size: 20px; }
	.aboutDiv3 .p{font-size: 15px;margin-top: 10px; }
	.aboutDiv4{padding: 45px 0; }
	.aboutDiv4 .bdDiv{margin-top: 20px; }
	.aboutDiv4 .swiper-container{padding-bottom: 40px; }
	.aboutDiv4 .swiper-pagination-bullet{width: 8px;height: 8px; }
	.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	
	.breadcrumbDiv{padding: 15px 0;font-size: 15px; }
	.detailDiv .hdDiv{padding: 30px; }
	.detailDiv .bdDiv{padding: 45px 0; }
	.detailDiv .bdDiv .textDiv{margin-bottom: 45px; }
	.detailDiv .bdDiv .arPageDiv{flex-direction: column;padding: 20px; }
	.detailDiv .bdDiv .arPageDiv>div{width: 100%;}
	.detailDiv .bdDiv .arPageDiv>div:last-child{flex-direction: row-reverse; }
	.detailDiv .bdDiv .arPageDiv>div:last-child img{transform: rotate(-180deg); }
	.detailDiv .listImg{margin: 10px 0; }
	.detailDiv .bdDiv .arPageDiv span{font-size: 18px; }
	
	.contactDiv1{padding: 20px 0; }
	.contactDiv1 .blDiv{width: 100%;}
	.contactDiv1 .hdDiv{width: 100%;}
	.contactDiv1 .hdDiv .p{margin: 30px 0 45px;font-size: 16px; }
	.contactDiv1 .bdDiv{display: block; }
	.contactDiv1 .bdDiv .leftDiv{width: 100%; }
	.contactDiv1 .bdDiv .rightDiv{width: 100%; }
	.contactDiv1 .bdDiv .leftDiv .text span{font-size: 20px; }
	.contactDiv1 .bdDiv .leftDiv .text p{font-size: 15px;margin-top: 10px; }
	.contactDiv1 .bdDiv .leftDiv .formDiv{margin-top: 30px; }
	.contactDiv1 .bdDiv .formDiv .row>div{margin-bottom: 20px; }
	.contactDiv1 .bdDiv .formDiv .groupDiv .tt{font-size: 16px; }
	.contactDiv1 .nyTitle p{ padding-top: 10px; font-size:16px;}
	.contactDiv1 .blDiv .formDiv {margin-top: 10px;}
    .contactDiv1 .blDiv .formDiv button{width: 96%;max-width: 440px;margin: 0 auto 20px;background: #161819;color: #fff;height: 50px;border: 0;padding: 0;cursor: pointer;  }
	.contactDiv1 .brDiv {
  width: 100%;
}
.contactDiv2 .row>div{margin-top: 10px; }
	.contactDiv2{padding: 20px 0; }
	.contactDiv2 .infoDiv{margin: 30px 0;font-size: 15px; }
	.contactDiv2 .row>div .conDiv{padding: 20px; }
	.contactDiv2 .row>div{margin-bottom: 10px; }
	.contactDiv2 .row>div .conDiv .p1{font-size: 20px; }
	.contactDiv2 .row>div .conDiv .p2 dl{display: block; }
	.contactDiv2 .row>div .conDiv .p2 dl dt{width: 100%;}
	.contactDiv2 .row>div .conDiv .p2 dl dd{width: 100%;margin-top: 10px; }
	.contactDiv2 .row>div .conDiv .p1:before{height: 20px;}
	
	.pdMenuDiv .wrap{overflow-x: auto;}
	.pdMenuDiv ul{display: block;white-space:nowrap; }
	.pdMenuDiv ul li {display: inline-block;}
	.pdMenuDiv ul li a{margin: 0 10px; }
	
	.productDetailDiv .hdDiv{display: block;padding: 20px 0 25px;}
	.productDetailDiv .leftDiv{width: 100%;margin-top: 20px;}
	.productDetailDiv .rightDiv .title, .productDetailDiv .bdDiv .itemDiv .ilDiv{font-size: 22px; }
	.productDetailDiv .rightDiv{width: 100%;}
	.productDetailDiv .rightDiv .title{margin-top: 20px; }
	.productDetailDiv .gallery-top{width: 100%;}
	.productDetailDiv .gallery-top .swiper-slide .imgDiv{height: 300px;}
	.productDetailDiv .rightDiv .radioDiv{margin-top: 30px; }
	.productDetailDiv .rightDiv .radioDivDiv{margin-top: 30px;}
	.productDetailDiv .rightDiv .radioDiv .aDiv a{font-size: 15px;margin-right: 12px;margin-top: 12px;width: 80px;line-height: 38px; }
	.productDetailDiv .rightDiv .btnDiv{margin-top: 30px; }
	.productDetailDiv .rightDiv .btnDiv a{height: 46px; }
	.productDetailDiv .bdDiv .itemDiv{padding-top: 30px;display: block; }
	.productDetailDiv .bdDiv .itemDiv .ilDiv{width: 100%; }
	.productDetailDiv .bdDiv .itemDiv .irDiv{width: 100%;margin-top: 20px;padding-bottom: 30px; }
	.productDetailDiv .bdDiv .itemDiv .irDiv ul li,.productDetailDiv .bdDiv .itemDiv .irDiv table{font-size: 14px; }
	.productDetailDiv .bdDiv .itemDiv .irDiv ul li{padding-left: 14px; }
	.productDetailDiv .bdDiv .itemDiv .irDiv ul li:before{width: 5px;height: 5px; }
	.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr td,.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr td a{word-break:break-all;}
	.tuijianDiv{padding: 45px 0; }
	
	
	@media (max-width:320px) {
	}
	
}


.box2 {
    padding-left: 5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    background: url(../img/aboutBg.png) #232323 no-repeat;
    background-size: cover;
    background-position: right bottom; margin-top:10rem
}

.box2-l {
    position: relative;
    top: -6rem;
    width: 70%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.box2 .htit {
    background: #161819;
    flex-shrink: 0
}

.box2 .htit h1 {
    color: #ffffff;
}

.box2 .htit h1:after {
    background: #ffffff;
}
 


.box2-img {
    padding-bottom: 46%;
}

.box2-info {
    background: #ffffff;
    padding: 2rem;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  
}

.box2-info p {
    font-size: 1rem;
    color: #333333;
    line-height: 2;
    text-align: justify;  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.box2-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.5rem;
}

.box2-bot a {
    font-size: .875rem;
    color: #ffffff;
    padding: 8px 15px;
    background: #161819;
    border-radius: 5px;
}

.box2-r {
    width: 30%;
}

.box2-r li {
    padding: 2vw 0;
    display: flex;
    align-items: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.box2-r li:last-child {
    border: none;
}

.box2-r li .box2-rim {
    margin-left: 10rem;
    width: 6rem;
}

.box2-ms p {
    font-size: 1.125rem;
    color: #FFFFFF;
}

.box2-ms h1 {
    font-size: 3rem;
    color: #FFFFFF;
    font-weight: bold;
}
@media (max-width:992px) {
.box2 {
    padding-left: 0;
    box-sizing: border-box;
    display: block  ;
    justify-content: space-between;
    padding-bottom: 0;
    background: url(../img/aboutBg.png) #232323 no-repeat;
    background-size: cover;
    background-position: right bottom; margin-top:20px; padding-top:10px
}	
.box2-l {
    position: relative;
    top: 2%;
    width: 96%;
    display: flex;
    justify-content: space-between;
    overflow: hidden; left:2%
}
.box2 .htit{ display:none}	

.box2-r {
    width: 100%;
}

.box2-r li {
    padding: 2vw 0;
    display: flex;
    align-items: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.box2-r li .box2-rim {
    margin-left: 1rem;
    width: 6rem;
}
.box2-info {
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  
}
.box2-info p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    text-align: left  ;  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.box2-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.box2-ms h1 {
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: bold;
}
}

.htit {
    width: 10.5rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding: 3.75rem 0;
}

.htit h1 {
    writing-mode: vertical-lr;
    font-size: 2.25rem;
    color: #0050aa;
    position: relative;
    white-space: nowrap
}

.htit h1:after {
    content: "";
    display: block;
    width: 14px;
    height: 4px;
    background: #0050aa;
    top: -20px;
    left: 50%;
    position: absolute;
    margin-left: -7px;
    border-radius: 1000px;
}

.htit p {
    writing-mode: vertical-lr;
    font-size: 5.6rem;
     
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap; color:rgba(255,255,255,.1); letter-spacing:12px
}
.pore{position:relative}
.ovh2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.db{display:block}
.indp2 { height:auto;   margin-top:40px; overflow:hidden}
.indp2 li{ float:left; width:19.2%; margin-right:1%; margin-bottom:1%}
.indp2 li:nth-child(5n){margin-right:0; }
.indp2 .kuang{height:100%;transition:all 0.3s;padding:0 20px;padding-bottom:82px;position:relative}
.indp2 .kuang:hover{background:#fafafa}
.indp2 .tuB{height: auto;display:flex;justify-content:center;align-items:center; padding:30px  0}
.indp2 .tuB img{max-width: 100%;max-height: 100%;}
.indp2 .titB{font-size:24px;font-family:"Poppins-m";color:rgb(51,51,51); font-weight:bold; text-align:center}
.indp2 .descB{font-size:16px;color:rgb(102,102,102);line-height:2;margin-top:8px; text-align:center}
.indp2 .moreB{position:absolute;bottom:30px;left:0;width:100%;display:block; text-align:center}
.indp2 .moreB i{font-size:30px;color:#cdcdcd;transition:all 0.3s}
.indp2 .kuang:hover .moreB i{color:#161819}
.indp2 .moreBtn{display:flex;justify-content:center;align-items:center;padding:28px 0;font-size:16px;color:#ffffff}
.indp2 .moreBtn i{margin-left:8px;font-size:20px}

.threeMenuDiv {margin-top: 40px;flex-wrap: wrap; }
.threeMenuDiv a{display: inline-block;padding: 0 20px;line-height: 40px;border: 1px solid #d1d1d1;color: #333;margin: 0 10px 10px;border-radius: 22px; }
.threeMenuDiv a.on{background: #161819;color: #fff;border-color: #161819; }


.newsDiv{padding: 70px 0 70px;background: #f9f9f9; }
.newsDiv ul{margin-bottom: 40px;}
.newsDiv ul li{margin-bottom: 30px;}
.newsDiv ul li a{padding: 0 0 30px;border-bottom: 1px solid #161819;flex-direction: row-reverse; }
.newsDiv ul li .imgDiv{width: 407px;height: 229px;overflow: hidden;margin-left: 20px; }
.newsDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.newsDiv ul li .textDiv{width: 58.3%;}
.newsDiv ul li .textDiv .date{color: #999999;font-size: 14px; }
.newsDiv ul li .textDiv span{color: #333;margin: 25px 0;font-weight: bold; font-size:18px }
.newsDiv ul li .textDiv p{color: #555;line-height: 2;margin-bottom: 40px; }
.newsDiv ul li .textDiv img{transform: none;}
.newsDiv ul li a:hover .textDiv span{color: #161819; }
@media (max-width:992px) {
.newsDiv{padding: 20px 0 20px;background: #f9f9f9; }
.newsDiv ul{margin-bottom: 10px;}
.newsDiv ul li{margin-bottom: 20px;}
.newsDiv ul li .textDiv span{color: #333;margin: 15px 0 10px;font-weight: bold; font-size:18px }
.newsDiv ul li a{padding: 0 0 20px;border-bottom: 1px solid #161819;flex-direction: row-reverse; }	
	
}
.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 38px;margin: 0 2px;color: #333333;width: 40px; border-radius: 2px;border: 1px solid #eeeeee; }
.pageDiv span{background: #161819;color: #fff;border-color: #161819; }

.flexbet{display: flex;justify-content: space-between;align-items: center;}
.more{   margin-top:20px; border:#161819 1px solid;border-radius:4px; text-align:center;   line-height:50px; font-size:16px; padding:0 20px; display:inline-block}
.more a{ color:#161819}

 .titleDiv{color: #000;  }
 .titleDiv span{font-size: 20px;font-weight: bold; margin-bottom:10px}
 .titleDiv p{font-size: 18px;margin-top: 5px; line-height:30px; color:#333 }
 .titleDiv p img{ margin-right:10px}



.more1{ margin-top:30px; }
.more1 a{ color:#161819;border:#161819 1px solid;border-radius:4px; text-align:center; line-height: 50px; padding:0 20px; display:inline-block; font-size:16px; float:left; margin-right:20px}

.more2{ margin:40px auto 0; width:300px }
.more2 a{ color:#fff;border-radius:10px; text-align:center; line-height: 50px; padding:0 20px; display:block; font-size:16px; background:#000}

.prevBtn,.nextBtn{width:40px;height: 40px;z-index: 10;opacity: 1;border-radius: 50%;margin-top: -20px; }
.prevBtn{background: url(../img/left.png) #fff no-repeat center center;left: 0;}
.nextBtn{background: url(../img/right.png) #fff no-repeat center center;right: 0;}
.prevBtn:hover{background: url(../img/left1.png) #fff no-repeat center center;}
.nextBtn:hover{background: url(../img/right1.png) #fff no-repeat center center;}
 
.nyDiv1 .bdDiv{ align-items: initial; }
.nyDiv1 .bdDiv .leftDiv{width: 100%;position: relative;overflow: hidden; }
.nyDiv1 .bdDiv .leftDiv .imgDiv{background: #f7f7f7;  }
.nyDiv1 .bdDiv .leftDiv .imgDiv img{ width:100%}
.nyDiv1 .bdDiv .leftDiv .prevBtn{left: 20px; }
.nyDiv1 .bdDiv .leftDiv .nextBtn{right: 20px; }
.nyDiv1 .bdDiv .leftDiv .titleDiv{line-height: 34px;background: #949494;color: #fff;padding: 0 18px;/* position: absolute;left: 0;bottom: 0;width: 100%; */ border-radius: 0 0 16px 16px;}


.nyDiv2 .bdDiv{ align-items: initial; }
.nyDiv2 .bdDiv .leftDiv{width: 100%;position: relative;overflow: hidden; }
.nyDiv2 .bdDiv .leftDiv .imgDiv{background: #f7f7f7;  }
.nyDiv2 .bdDiv .leftDiv .imgDiv img{ width:100%}
.nyDiv2 .bdDiv .leftDiv .prevBtn{left: 20px; }
.nyDiv2 .bdDiv .leftDiv .nextBtn{right: 20px; }
.nyDiv2 .bdDiv .leftDiv .titleDiv{line-height: 34px;background: #949494;color: #fff;padding: 0 18px;/* position: absolute;left: 0;bottom: 0;width: 100%; */ border-radius: 0 0 16px 16px;}

@media (max-width:992px) {
.threeMenuDiv {margin-top: 20px;flex-wrap: wrap; }
.threeMenuDiv a{display: inline-block;padding: 0 10px;line-height: 40px;border: 1px solid #d1d1d1;color: #333;margin: 0 5px 10px;border-radius: 22px; }
	
.indp2 { height:auto;   margin-top:10px; overflow:hidden}
.indp2 li{ float:left; width:49%; margin-right:2%; margin-bottom:2%}
.indp2 li:nth-child(even){margin-right:0; }
.indp2 li:nth-child(odd){margin-right:2%; }	
.indp2 .kuang{height:100%;transition:all 0.3s;padding:0 10px;padding-bottom:30px;position:relative}
.indp2 .tuB{height: auto;display:flex;justify-content:center;align-items:center; padding:10px  0; width:90%; margin:0 auto}
.indp2 .titB{font-size:16px;font-family:"Poppins-m";color:rgb(51,51,51); font-weight:bold; text-align:center}
.indp2 .descB{font-size:14px;color:rgb(102,102,102);line-height:2;margin-top:0px; text-align:center}
.indp2 .moreB{position:absolute;bottom:-5px;left:0;width:100%;display:block; text-align:center}

.more2{ margin:10px auto 0; width:180px }
.more2 a{ color:#fff;border-radius:10px; text-align:center; line-height: 40px; padding:0 20px; display:block; font-size:16px; background:#000}

.more{   margin-top:0px; border:#161819 1px solid;border-radius:4px; text-align:center;   line-height:50px; font-size:16px; padding:0 20px; display:inline-block;  }
	
}


.sjdh{ display:none}

@media only screen and (max-width:992px){
.sjdh{ display: block}	
 header{ display:none}
}

.sp_header{height:60px;overflow:hidden;background:#fff;position: relative;z-index:10;width:100%;}
.sp_logo{padding:0 10px;float:left;height:35px; margin-top:15px}
.sp_logo img{margin:auto;max-height:35px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:22px}
.sp_nav span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:8px}
.sp_nav span:nth-of-type(3){top:16px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#fff;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:60px}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:4px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#000;width:100%; padding-left:10px; font-size:14px}
.sjj_nav ul li ul li a{color:#555;display:block;text-align:left; padding-left:20px}
.sjj_nav ul li ul li ul li a{color:#666;display:block;text-align:left; padding-left:25px; font-size: 14px}

.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#000000}
.sjj_nav ul li ul li>ul{}


.sp_header .s_ch{   width:100px; float: right;   margin-right:0px ; line-height:60px}
.sp_header .s_ch a{ padding:0 5px; color:#000}
.sp_header .s_ch input{width:130px; height:30px; padding:0 10px; float:left; line-height:30px; border:0;font-size:12px; text-transform:capitalize}
.sp_header .s_ch button{width:60px; height:30px; background-color:#000; line-height:30px; color:#fff; text-align:center; outline:none; float:right; border:0;font-size:12px;border-top-right-radius:19px ; border-bottom-right-radius:19px; text-transform:capitalize}