@font-face {
	font-family: fontR;
	src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
	font-family: fontB;
	src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
	font-family: dinB;
	src: url(../fonts/DIN-Bold.otf);
}
html,body{padding: 0;margin: 0;color: #333333; font-family: fontR; }
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.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: 1440px;
	margin: 0 auto;
}
/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;text-align: center;transition: all .6s;}
header .headerTop{background: #F5F5F5;font-size: 14px;color: #333333; }
header .headerTop .flexbet{height: 40px; }
header .headerTop .hlDiv{font-family: fontB; }
header .headerTop .hlDiv img{margin-right: 10px; }
header .headerTop .hlDiv a{color: #333; }
header .headerTop .hlDiv a:hover{color: #ff8000; }
header .headerTop .mailDiv{margin: 0 0 0 60px; }
header .headerTop .langDiv{position: relative; }
header .headerTop .shareDiv a{margin-right: 20px; }
header .headerTop .shareDiv a:hover{opacity: .8; }
header .header-container{background: #fff;border-bottom: 1px solid #F5F5F5; }
header .logo a{height: 80px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .rightDiv{float: right;}
header .rightDiv .menu>ul{display: block!important;}
header .rightDiv .menu>ul>li{float: left;margin-left:20px;position: relative; }
header .rightDiv .menu>ul>li:nth-child(1){margin-left: 0; }
header .rightDiv .menu>ul>li>a{height: 80px;text-align: left;color: #333333;font-size: 16px;display: flex;justify-content: center;align-items: center;position: relative;text-transform: capitalize; font-weight:bold }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background:transparent;color: #ff8000; } 
header .rightDiv .menu>ul>li.on>a{font-family: fontB; }
header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;background: #ff8000;height: 4px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 2px;}header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .rightDiv .langDiv{height: 80px;position: relative;margin-left: 50px; }
header .rightDiv .langDiv>a{color: #333;height:36px;font-size: 14px;border: 1px solid #ccc;border-radius: 4px;padding: 0 10px; }
header .rightDiv .langDiv>a i{width: 11px;height: 100%;background: url(../img/xia.png) no-repeat center center; }
header .rightDiv .langDiv>a span{margin: 0 9px 0 4px; }
header .rightDiv .langDiv .aDiv{position: absolute;left: 50%;width: 100%;background: #fff;top: 100%;transform: translateX(-50%);display: none;z-index: 99;padding: 10px 0;text-align: left;box-shadow: 0px 0px 10px rgba(0,0,0,.1); }
header .rightDiv .langDiv .aDiv a{color: #333;display: block;padding: 5px 10px; text-align:center; font-size:14px }
header .rightDiv .langDiv .aDiv a.on{color: #ff8000; }
header .rightDiv .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: 40px;right: 0;display: none;}
/* header.indexHeader .mbtn{background: url(../img/menu.png) no-repeat center center;} */
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{top: -40px;  }

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


/****底部***/
.footerDiv{position: relative;background: #333; }
.footerDiv .hdDiv{padding: 60px 0;color: #fff;align-items: flex-start; }
.footerDiv .hdDiv .listDiv{margin-right: 8%;}
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0; }
.footerDiv .hdDiv .listDiv>span{color: #fff;font-family: fontB;text-transform: uppercase;margin-bottom: 30px;display: block; }
.footerDiv .hdDiv .aDiv{display: flex; flex-direction: column; }
.footerDiv .hdDiv .aDiv a{margin-bottom: 10px;color: #ccc;padding-right: 10px; } 
.footerDiv .hdDiv .aDiv a:hover{color: #fff;  }
.footerDiv .hdDiv .shareDiv a{margin-left: 20px;width: 40px;height: 40px;border-radius: 50%;background: #555; }
.footerDiv .hdDiv .shareDiv a:nth-child(1){margin-left: 0; }
.footerDiv .hdDiv .shareDiv .dImg{display: block; }
.footerDiv .hdDiv .shareDiv .hImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover{background: #fff; }
.footerDiv .hdDiv .shareDiv a:hover .dImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover .hImg{display: block; }
.footerDiv .hdDiv .listDiv .telDiv{margin: 25px 0; }
.footerDiv .hdDiv .listDiv .telDiv span{font-size: 14px;color: #ccc; }
.footerDiv .hdDiv .listDiv .telDiv a{color: #fff;font-size: 28px;font-family: dinB;display: block; }
.footerDiv .hdDiv .listDiv .telDiv a:hover{color: #ff8000; }
.footerDiv .hdDiv .listDiv .inquiryBtn{width: 130px;height: 45px;background: #ff8000;color: #fff;border-radius: 25px; }
.footerDiv .hdDiv .listDiv .inquiryBtn img{margin-right: 10px; }
.footerDiv .hdDiv .listDiv .inquiryBtn:hover{opacity: .8; }
.footerDiv .bdDiv{padding: 25px 0; text-align: center;color: #fff; }
.pubTit{
	font-size: 34px;
	color: rgb(22, 22, 22);
	text-align: center;
	margin-bottom: 48px;
	font-weight: 700; text-transform: uppercase
}
.pubTit::after{
	content: "";
	background-color: #31328f;
	display: block;
	width: 50px;
	height: 3px;
	 
	margin: 15px auto 0;
}

/*::-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: 120px; height:auto; overflow:hidden }

/*banner轮播*/
.index-banner{width: 100%;position:relative; }
.anniu{ position:absolute; top:35%; width:900px; left:50%; margin-left:-450px; z-index:99}
.anniu li{ width:45%; margin-right:10%; background:rgba(255,128,0,.8);border-radius:10px; float:left; text-align:center; padding:
20px 0  30px }
.anniu li:nth-child(2n){margin-right:0; }
.anniu li a{ color:#fff}
.anniu li h1{ font-size:22px; font-weight:bold}
.anniu li p{ text-transform:capitalize; font-size:17px}
.tp{ width:100px; margin:0 auto 10px}
.tp img{ width:100%}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 41.67vw;background: none no-repeat center;background-size: cover;}
.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; }

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

.bold{font-family: fontB; font-weight:bold }
.indexTitle span{position: relative;font-family: fontB;text-transform: uppercase; } 
.indexTitle.cfff span{color: #fff; }

.pd90{padding: 60px 0; }
.sy_cp{width:100%; padding:60px 0 60px;  overflow:hidden;}
.sy_cp .indexTitle {
  text-align: center;
}
.sy_cp .swiper-cp{padding-bottom:50px;}
.sy_cp .swiper-pagination{bottom:0;}
.sy_cp .swiper-pagination-bullet{width:10px; height:10px; border-radius:50%; background-color:#3b3b3b;}
.sy_cp .swiper-pagination-bullet-active{background-color:#ff8000;}
.sy_cp .n_r{border:solid 1px #eee;}
.sy_cp .t_p img{width:100%; height:auto; display:block;}
.sy_cp .w_z{padding:15px; background-color:#fff; font-size:16px; line-height:26px; text-align:center;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s; color:#333}
.sy_cp .n_r:hover .w_z{background-color:#ff8000; color:#fff;}
.sy_cp .cp_zs{height:0; overflow:hidden; margin-top:40px}
.sy_cp .cp_zs.dk{height:auto;}
.sy_cp .product_TabTitle{margin-bottom:40px;}
.sy_cp .product_TabTitle li{width:165px; display:inline-block; text-align:center; border:solid 1px #000000; color:; font-size:15px; line-height:40px; margin:0px 5px; cursor:pointer;}
.sy_cp .product_TabTitle li.on{border:solid 1px #ff8000; background-color:#ff8000; color:#FFF;}
.sy_cp .product_TabTitle li:hover{ border:solid 1px #ff8000; background-color:#ff8000; color:#FFF;}
.sy_cp .product_TabTitle{ text-align:center; margin-top:30px}
.sy_cp .swiper-button-next, .sy_cp .swiper-button-prev{width:30px;height: 60px;margin-top: -55px; }
.sy_cp .swiper-button-prev{background: url(../img/z.png) no-repeat left center/100%;left: 0  }
.sy_cp .swiper-button-next{background: url(../img/r.png) no-repeat left center/100%;right:0   }
 
@media only screen and (max-width:640px){
.sy_cp{padding:20px 0 20px;}
.sy_cp .product_TabTitle{margin-bottom:20px;margin-top: 20px;}
.sy_cp .product_TabTitle li{padding:0 ; font-size:13px; margin:2px 1px;width: 32%  ; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.sy_cp .product_TabTitle li.on{border:solid 1px #ff8000; background-color:#ff8000; color:#FFF;}
.sy_cp .product_TabTitle li:hover{ border:solid 1px #ff8000; background-color:#ff8000; color:#FFF;}
.sy_cp .product_TabTitle{ text-align:center;}
.sy_cp .swiper-cp{padding-bottom:40px;}
.sy_cp .w_z{padding:10px;}
.sy_cp .w_z h3{font-size:22px;}
.sy_cp .w_z p{font-size:16px; line-height:30px; height:60px;}


.anniu{ position:absolute; top:15%; width:80%; left:50%; margin-left:-40%; z-index:99}
.anniu li{ width:45%; margin-right:10%; background:rgba(255,128,0,.8);border-radius:10px; float:left; text-align:center; padding:
0 0  10px }
.anniu li:nth-child(2n){margin-right:0; }
.anniu li a{ color:#fff}
.anniu li h1{ font-size:16px; font-weight:bold}
.anniu li p{ text-transform:capitalize; font-size:14px}
.tp{ width:60px; margin:0 auto 5px}
.tp img{ width:100%}
}


.indexDiv1{padding-left: calc((100% - 1440px) / 2);overflow:hidden; }
.indexDiv1 .bdDiv{margin-top: 50px;align-items: flex-start; }
.indexDiv1 .blDiv{width: 100%; }
.indexDiv1 .blDiv ul li{margin-bottom: 20px; }
.indexDiv1 .blDiv ul li a{color: #333;padding-left: 18px;position: relative;display: block; }
.indexDiv1 .blDiv ul li a::before{content: "";width: 8px;height: 8px;background: #CCCCCC;border-radius: 50%;left: 0;top: 50%;transform: translateY(-50%);position: absolute; }
.indexDiv1 .blDiv ul li a:hover,.indexDiv1 .blDiv ul li.on a{color: #ff8000; }
.indexDiv1 .blDiv ul li.on a::before{background: #ff8000; }
.indexDiv1 .blDiv .btnDiv{position: relative;width: 150px;height: 60px;margin-top: 130px; }
.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 60px;height: 60px;margin-top: -30px; }
.indexDiv1 .swiper-button-prev{background: url(../img/left.png) no-repeat left center/100%;left: 0; }
.indexDiv1 .swiper-button-next{background: url(../img/right.png) no-repeat left center/100%;right: 0; }
.indexDiv1 .swiper-button-prev:hover{background: url(../img/left_.png) no-repeat left center/100%; }
.indexDiv1 .swiper-button-next:hover{background: url(../img/right_.png) no-repeat left center/100%; }
.indexDiv1 .brDiv{width: 69.88%;position: relative; }
.indexDiv1 .brDiv::before{content: "";width: 27.4vw;height: 27.4vw;background:#f2f8fc;position: absolute;left: 40%;top: -6.6vw;transform: translateX(-50%);border-radius: 50%; }
.indexDiv1 .brDiv .lunboDiv{opacity: 0;position: absolute;left: 0;top: 0;width: 100%;z-index: 0;transform: translateX(500px); }
.indexDiv1 .brDiv .lunboDiv.on{opacity: 1;z-index: 1;position: relative;transform: translateX(0px);transition: all .5s; }
.indexDiv1 .brDiv .imgDiv{padding-top: 75%;  }
.indexDiv1 .brDiv .imgDiv .pic{justify-content: flex-start;align-items: flex-end; }
.indexDiv1 .brDiv .imgDiv .pic img{max-width: 100%;max-height: 100%;width: initial;height: initial;object-fit: initial;width: 62%;transition: all 1s;  }
.indexDiv1 .brDiv .textDiv {opacity: 0; margin-top: 40px;transition: all 1s; }
.indexDiv1 .brDiv .textDiv .title{color: #333; }
.indexDiv1 .brDiv .textDiv .p{color: #666;margin-top: 10px; }
.indexDiv1 .brDiv a:hover .textDiv .title{color: #ff8000; }
.indexDiv1 .brDiv .swiper-slide-active .imgDiv .pic img{width: 100%; }
.indexDiv1 .brDiv .swiper-slide-active .textDiv{opacity: 1; }

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

a.imoreBtn{color: #333333;font-size: 14px;text-decoration: underline;text-underline-offset: 4px; }
a.imoreBtn:hover{color: #0056dd; }

 
.indexDiv2{overflow: hidden; height:auto; padding:60px 0; background:#fafafa }
.indexDiv2 ul{margin: 0 -12px; }
.indexDiv2 ul li{width: 33.33%;transition: all .5s; }
.indexDiv2 ul li a{width: calc(100% - 24px);height: 460px;position: relative;border-radius: 20px;overflow: hidden;display: block;margin: 0 auto; }
.indexDiv2 ul li:hover{width: 41%; }
.indexDiv2 ul li .conDiv>img{width: 100%;height: 100%;object-fit: cover; } 
.indexDiv2 ul li .textDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;z-index: 11;color: #fff;text-align: center; }
.indexDiv2 ul li .textDiv .titleDiv p{font-size: 14px;text-transform: uppercase; }
.indexDiv2 ul li .textDiv .p{margin-top: 15px;position: absolute;opacity: 0; }
.indexDiv2 ul li a:hover .textDiv .p{position: relative;opacity: 1;transition: all .5s; }


.indexDiv3{padding-left: calc((100% - 1440px) / 2); }
.indexDiv3 .hdDiv{width: 42.7%; color: #fff;margin-bottom: 190px; }
.indexDiv3 .hdDiv .textDiv{margin-top: 50px; }
.indexDiv3 .hdDiv .textDiv .line{width: 40px;height: 4px;background: #ff8000;margin: 20px 0 30px; }
.indexDiv3 .hdDiv .textDiv .text{opacity: 0;z-index: 0;position: absolute;transform: translateY(100px);width: 100%;left: 0;top: 0; }
.indexDiv3 .hdDiv .textDiv .text.on{opacity: 1;z-index: 1;position: relative;transform: translateY(0); }
.indexDiv3 .bdDiv{width: 83.33%;margin: 0 0 0 auto; }
.indexDiv3 .bdDiv ul{background: #ff8000;color: #fff;padding-right: 5%;align-items: stretch; }
.indexDiv3 .bdDiv ul li{width: 50%;padding: 30px;font-family: fontB;position: relative;cursor: pointer; }
.indexDiv3 .bdDiv ul li::after{content: "";width: 1px;height: 60px;background: #C77A82;position: absolute;right: 0;top: 50%;transform: translateY(-50%); }
.indexDiv3 .bdDiv ul li span{font-family: dinB;margin-right: 20px; }
.indexDiv3 .bdDiv ul li:last-child::after{display: none; }
.indexDiv3 .bdDiv ul li.on{background: #DD531B; }


.indexDiv31{padding: 60px 0  ;overflow: hidden;background:#fff}
.indexDiv31 .bdDiv{margin-top: 50px;position: relative; }
.indexDiv31 .blDiv{width: 48.125%; }
.indexDiv31 .brDiv{width: 48.0625%; }
.indexDiv31 .blDiv a{display: block;position: relative; }
.indexDiv31 .blDiv .textDiv{position: absolute;left: 0;bottom: 0;width: 100%;color: #fff; }
.indexDiv31 .blDiv .imgDiv{overflow: hidden;height: 406px; }
.indexDiv31 .brDiv ul li{background: #fafafa;margin: 0 0 20px;padding: 20px 0 10px; }
.indexDiv31 .brDiv ul li:last-child{margin-bottom: 0; }
.indexDiv31 .textDiv{padding: 10px 30px 20px;color: #333; }
.indexDiv31 .textDiv .tlDiv{width: 84px;text-align: left; }
.indexDiv31 .textDiv span{display: block; }
.indexDiv31 .textDiv .trDiv{width: calc(100% - 84px);border-left: 1px solid #D9D9D9;padding-left: 27px; }
.indexDiv31 .textDiv .title{font-weight: 700; font-size:18px }
.indexDiv31 .textDiv .p{color: #555;margin: 10px 0 0;font-size:16px  }
.indexDiv31 .brDiv ul li a:hover .title{color: #ff8000; }


.indexDiv4{padding: 110px 0 150px; }
.indexDiv4 .bdDiv{align-items: flex-start; }
.indexDiv4 .blDiv{width: calc(78% - 338px); }
.indexDiv4 .blDiv .p{margin:30px 0 60px;line-height: 2; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:8; text-align: justify; color:#fff}
.ind5Ul{
	text-align: right;
}
.ind5Ul li{
	margin-top: 10px;
}
.ind5Ul li:first-child{margin-top: 0;}
.ind5Ul span{
	color: #ff8000;
	font-size: 17px;
}
.ind5Ul span::before{content: "/";}
.ind5Ul small{
	font-size: 14px;
  color: #ff8000;
}
.ind5Ul b{
	font-weight: 400;
  font-size: 36px;
  color: #ff8000;
}
.indexDiv4 .brDiv{ width: 30%; text-align:left}
.indexDiv4 .blDiv a{height: 45px;background: #489847;color: #fff; width: 198px;}
.indexDiv4 .blDiv a img{margin-left: 5px;transition: all .3s; } 
.indexDiv4 .blDiv a:hover img{transform: translateX(10px); }
.indexDiv4 .indexTitle span{ color:#fff}
.indexDiv5 .btnDiv{position: relative;width: 150px;height: 60px; }
.indexDiv5 .swiper-button-next, .indexDiv5 .swiper-button-prev{width: 60px;height: 60px;margin-top: -30px; }
.indexDiv5 .swiper-button-prev{background: url(../img/left.png) no-repeat left center/100%;left: 0; }
.indexDiv5 .swiper-button-next{background: url(../img/right.png) no-repeat left center/100%;right: 0; }
.indexDiv5 .swiper-button-prev:hover{background: url(../img/left_.png) no-repeat left center/100%; }
.indexDiv5 .swiper-button-next:hover{background: url(../img/right_.png) no-repeat left center/100%; }
.indexDiv5 .bdDiv{margin-top: 50px; } 
.indexDiv5 .swiper-container a{display: block; }
.indexDiv5 .swiper-slide img{ width:100%} 
.indexDiv5 .swiper-slide .pic{ border:#ccc 1px solid}
 .indp7{overflow: hidden; padding:60px 0; }
.indp7 .pubTit .tit{font-size: 3.54vw;}
.indp7 .swiper{overflow: visible;padding-bottom: 0px;}
.indp7 .nrBox{padding: 0 9.6vw; margin-top:20px}
.indp7 .swiper-button-prev,
.indp7 .swiper-button-next{
	display: flex;justify-content: center;align-items: center;
	width: 9.6vw;height: 100%;
	position: absolute;left: 0;top: 0;
	background: #FFFFFF;
	margin: 0;
}
.indp7 .swiper-button-next{left: unset;right: 0;}
.indp7 .swiper-button-prev::before,
.indp7 .swiper-button-next::before{
	content: "";
	border-radius: 50%;
	
	display: block;width: 54px;height:54px;
	position: absolute;left: calc(50% - 37px);top: calc(50% - 37px);
	z-index: 1;
}
.indp7 .swiper-button-prev::after,
.indp7 .swiper-button-next::after{
	font-size: 32px;
	color: #ffffff;
	z-index: 2;
}
.indp7 .swiper-wrapper{align-items: stretch;}
.indp7 .swiper-slide{height: unset;padding: 16px;}
.indp7 .kuang{
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 16px 0.54px rgba(0, 0, 0, 0.11);
	height: 100%;
	padding: 10px;
}
.indp7 .kuang i{
	display: block;width: 27px;height: 25px;
	background: url(../img/ind7yh.png) center center no-repeat;
	background-size: 100% 100%;
}
.indp7 .kuang img{ width:100%;border-radius: 10px;}
.indp7 .kuang p{ text-align:center; font-size:16px; line-height:40px; font-weight:bold; margin-top:10px; color:#333}
.indp7 .descB{
	font-size: 22px;
	color: rgb(51, 51, 51);
	line-height: 1.727;
	margin-top: 1.25vw;
}
.indp7 .xmB{
	margin-top: 32px;
	display: flex;justify-content: flex-start;align-items: center;
	font-size: 1.25vw;
	color: rgb(153, 153, 153);
}
.indp7 .xmB img{display: block;height: 3.4vw;border-radius: 50%;margin-right: 1.25vw;}
.indp7 .xmB span{color: rgb(51, 51, 51);margin-right: .5em;}
.sy_cp .swiper_ind7 {
  
}


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

.pageDiv{text-align: center;}
.pageDiv a{display: inline-block;line-height: 40px;margin: 0 3px;color: #3d3d3d; font-size: 16px;border: 1px solid #cccccc;width: 42px;background: #fff; }
.pageDiv a.cur{color: #fff;border: 1px solid #ff8000;background: #ff8000; }
.pageDiv a:hover{color: #ff8000; }

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

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

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

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

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

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

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

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

.aboutDiv4 .bdDiv{margin-top: 30px; }
.aboutDiv4 .bdDiv .imgDiv{padding-top: 43%; }
.aboutDiv4 .bdDiv .titleDiv{margin-top: 10px;text-align: center;color: #3d3d3d; }
.aboutDiv4 .swiper-container{padding-bottom: 70px; }
.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0; }
.aboutDiv4 .swiper-pagination-bullet{width: 10px;height: 10px;background: #ccc;opacity: 1; }
.aboutDiv4 .swiper-pagination-bullet-active{background: #ff8000; }
.newsDiv{  padding:90px 0 60px}
.newsDiv .tabsDiv {margin-bottom: 60px; }
.newsDiv .tabsDiv a{width: 200px;height: 46px;border: 1px solid #ff8000;color: #ff8000;border-radius: 30px;display: flex;justify-content: center;align-items: center; }
.newsDiv .tabsDiv a.on{background: #ff8000;color: #fff; }
.newsDiv .tabsDiv a:nth-child(1){margin-right: 20px; }
.newsDiv .bdDiv .row>div{margin-bottom: 60px; }
.newsDiv .bdDiv .row>div a{display: block; }
.newsDiv .bdDiv .row>div .imgDiv{padding-top: 56.52%; }
.newsDiv .bdDiv .row>div .textDiv .date{margin: 15px 0;color: #ff8000;font-size: 18px; }
.newsDiv .bdDiv .row>div .textDiv .title{color: #333; } 
.newsDiv .bdDiv .row>div a:hover .textDiv .title{color: #ff8000; } 

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

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

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


.productDetailDiv .hdDiv{padding: 60px 4.16%;align-items: flex-start;background: #fff; }
.productDetailDiv .leftDiv{width: 51.67%;}
.productDetailDiv .leftDiv .hd{position: relative;display: flex;justify-content: space-between;align-items: center;}
.productDetailDiv .leftDiv .smallDiv{padding: 35px 0; width: 94px;position: relative; }
.productDetailDiv .swiper-container {width: 100%;height: 500px;margin-right: 0;margin-left: auto; }
.productDetailDiv .gallery-top {height: 100%;width: calc(100% - 124px);}
.productDetailDiv .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 465px;}
.productDetailDiv .gallery-top .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.productDetailDiv .gallery-thumbs {height: 417px;box-sizing: border-box;}
.productDetailDiv .gallery-thumbs .swiper-slide {height: 71px;display: flex;justify-content: center;align-items: center;position: relative; }
.productDetailDiv .gallery-thumbs .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active:before {content: "";width: 100%;height: 100%;border: 2px solid #ff8000;position: absolute;left: 0;top: 0;z-index: 2; }
.productDetailDiv .swiper-button-next,.productDetailDiv .swiper-button-prev{width: 100%; height: 24px;margin-top: 0;margin-top:0;left: 0;opacity: 1;cursor: pointer; }
.productDetailDiv .swiper-button-next:hover,.productDetailDiv .swiper-button-prev:hover{opacity: 1;}
.productDetailDiv .swiper-button-next{background: url(../img/next.png) no-repeat center center;right: auto;bottom: 0;top: auto;}
.productDetailDiv .swiper-button-prev{background: url(../img/prev.png) no-repeat center center;top: 0; }
.productDetailDiv .gallery-top .swiper-button-next,.productDetailDiv .gallery-top .swiper-button-prev{width: 46px;height: 46px;margin-top: -20px;left: auto;bottom: auto;top: 50%;margin-left: initial;border-radius: 50%; }
.productDetailDiv .gallery-top .swiper-button-next{background: url(../img/right_.png)  no-repeat center center;background-size: 100%;right: 10px;}
.productDetailDiv .gallery-top .swiper-button-prev{background: url(../img/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: 43.6%;}
.productDetailDiv .rightDiv .title{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #ccc;position: relative; }
.productDetailDiv .rightDiv .title::before{content: "";width: 60px;height: 3px;background: #ff8000;position: absolute;left: 0;bottom: 0; }
.productDetailDiv .rightDiv .introDiv .p{margin-top: 10px; }
.productDetailDiv .rightDiv .btnDiv{margin-top: 50px; }  
.productDetailDiv .rightDiv .btnDiv a{padding: 10px 22px; }
.productDetailDiv .rightDiv .btnDiv a.inqBtn{border: 1px solid #ff8000;color: #ff8000; }
.productDetailDiv .rightDiv .btnDiv a.inqBtn:hover{background: #ff8000;color: #fff; }
.productDetailDiv .rightDiv .btnDiv a.telBtn{border: 1px solid #0CC143;color: #0CC143;margin-left: 20px; }
.productDetailDiv .rightDiv .btnDiv a.telBtn img{margin-right: 4px; } 
.productDetailDiv .rightDiv .btnDiv a.telBtn .hImg{display: none; }
.productDetailDiv .rightDiv .btnDiv a.telBtn:hover{background: #0CC143;color: #fff; }
.productDetailDiv .rightDiv .btnDiv a.telBtn:hover .dImg{display: none; }
.productDetailDiv .rightDiv .btnDiv a.telBtn:hover .hImg{display: block; }
.productDetailDiv .bdDiv{background: #fff;padding: 60px 4.16%;margin: 30px 0; }
.productDetailDiv .bdDiv .itemDiv{margin-bottom: 60px; }
.productDetailDiv .bdDiv .itemDiv:last-child{margin-bottom: 0; }
.productDetailDiv .bdDiv .itemDiv .ih{margin-bottom: 30px; }
.productDetailDiv .bdDiv .itemDiv .ib{color: #3d3d3d; } 
.productDetailDiv .bdDiv .itemDiv .ib table{width: 100%;border: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv .ib table td{padding: 10px;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv .ib table td:nth-child(1){width: 30%; }
.productDetailDiv .bdDiv .itemDiv .row>div .imgDiv{padding-top: 75%; }
.productDetailDiv .bdDiv .itemDiv .row>div .title{margin-top: 10px;text-align: center;color: #3d3d3d; }

.productDetailDiv .likeDiv {padding: 60px 0; }
.productDetailDiv .likeDiv .row>div{margin-top: 30px; }
.productDetailDiv .likeDiv .row>div a{padding: 20px 20px 30px;background: #fff;display: block; }
.productDetailDiv .likeDiv .row>div .imgDiv{padding-top: 74.75%; } 
.productDetailDiv .likeDiv .row>div .textDiv{padding-top: 20px;display: flex;flex-direction: column;justify-content: space-between; }
.productDetailDiv .likeDiv .row>div .textDiv .title{color: #333;margin-bottom: 30px; }
.productDetailDiv .likeDiv .row>div .textDiv .moreBtn{width: 110px;height: 32px;border: 1px solid #ff8000;color: #ff8000; }
.productDetailDiv .likeDiv .row>div a:hover .textDiv .moreBtn{background: #ff8000;color: #fff; }


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

	/* header.indexHeader .rightDiv .menu>ul>li>a{color: #333;} */
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	.menu ul ul .flexbet,.menu ul ul .flexend{padding: 0;}
	.menu>ul>li:hover>ul{transform: initial;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 90px; }
	
	header .rightDiv .langDiv{height: 50px;margin-right: 40px; }
	.menu>ul>li ul li>a{padding-top: 0;padding-bottom: 0; }
	
}

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

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;font-size: 14px; }
	
	.f46{font-size: 24px; }
	.f36{font-size: 22px; }
	.f30{font-size: 21px; }
	.f28{font-size: 20px; }
	.f24{font-size: 19px; }
	.f22{font-size: 18px; }
	.f20{font-size: 17px; }
	.f18{font-size: 16px; }
	
	.pd90{padding: 30px 0 20px; }
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	header .rightDiv .langDiv{margin-right: 30px; }
	
	
	body.on-menu header .rightDiv .menu{top: 50px; }
	header .headerTop{display: none; }
	header .mbtn{top: 0; }
	.main{margin-top: 50px; }
	.on-fixed header{ top: 0;}
	header .logo{width: auto;}
	.index-banner .img{height: 52vw; }
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; }
	.indexDiv31 {
  padding: 20px 0;
  overflow: hidden; 
}
.indexDiv31 .bdDiv {
  margin-top: 20px;
  position: relative; display:block
}
.indexDiv31 .blDiv {
  width: 100%;
}
.indexDiv31 .blDiv .imgDiv{overflow: hidden;height: 306px; }
.indexDiv31 .brDiv {
  width: 100%;
}
.indexDiv31 .brDiv ul li {
  background: #F9F9F9;
  margin: 0 0 10px;
  padding: 10px 0 10px;
}
.indexDiv31 .textDiv {
  padding: 10px 20px 10px;
  color: #333;
}
.indexDiv31 .textDiv .tlDiv {
  width: 70px;
  text-align: left;
}
.indexDiv31 .textDiv .trDiv {
  width: calc(100% - 70px);
  border-left: 1px solid #D9D9D9;
  padding-left: 20px;
}
	.indexDiv1{padding-left: 15px; }
	.indexDiv1 .bdDiv{margin-top: 20px;display: block; }
	.indexDiv1 .blDiv{width: 100%; }
	.indexDiv1 .blDiv ul li{margin-bottom: 10px; }
	.indexDiv1 .blDiv .btnDiv{margin-top: 40px;height: 40px;width: 100px; }
	.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 40px;height: 40px;margin-top: -20px; }
	.indexDiv1 .brDiv{width: 100%; }
	.indexDiv1 .brDiv::before{width: 50vw;height: 50vw; }
	.indexDiv1 .brDiv .textDiv{margin-top: 20px; }
	.indexDiv2::before{height: 150px; }
	.indexDiv2 .bdDiv{margin-top: 0; }
	.indexDiv2 .bdDiv .row{margin: 0 -8px; }
	.indexDiv2 .bdDiv .row>div{padding: 0 8px;margin-top: 20px; }
	.indexDiv3{padding-left: 15px; }
	.indexDiv3 .hdDiv{width: 100%;margin-bottom: 50px; }
	.indexDiv3 .hdDiv .textDiv{margin-top: 25px; }
	.indexDiv3 .hdDiv .textDiv .line{margin: 10px 0 20px; }
	.indexDiv3 .bdDiv {width: 100%; }
	.indexDiv3 .bdDiv ul{flex-wrap: wrap; }
	.indexDiv3 .bdDiv ul li{width: 50%;padding: 15px 20px; }
	.indexDiv3 .bdDiv ul li span{margin-right: 10px; }
	.indexDiv4{padding: 20px 0 30px; }
	.indexDiv4 .bdDiv{display: block; }
	.indexDiv4 .blDiv{width: 100%; }
	.indexDiv4 .brDiv{width: 100%; }
	.indexDiv4 .brDiv a{width: 188px;margin: 20px auto 0; }
	.indexDiv4 .blDiv .p{margin: 35px 0 30px; }
	.indexDiv4 .blDiv ul{justify-content: space-between;align-items: flex-start; }
	.indexDiv4 .blDiv ul li{margin-right: 0;width: 30%;color: #fff; }
	.indexDiv4 .blDiv ul li .lh{width: 90px;height: 90px;margin: 0 auto; }
	.indexDiv4 .blDiv ul li .lh span{font-size: 30px; }
	.indexDiv4 .blDiv ul li p{text-align: center; }
	.ind5Ul {
  text-align: left  ;
}
 .ind5Ul span{ color:#fff}
	.ind5Ul b {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}
.ind5Ul li:first-child {
  margin-top: 10px;
}
.ind5Ul li {
  margin-top:  0px;
}
.ind5Ul small {
  font-size: 14px;
  color: #fff;
}
	.indexDiv5 .bdDiv{margin-top: 30px; }
	.indexDiv5 .swiper-container .textDiv{padding: 20px; }
	.indexDiv5 .swiper-container .textDiv .title{margin-top: 30px; }
	.indexDiv5 .btnDiv{height: 40px;width: 100px; }
	.indexDiv5 .swiper-button-next, .indexDiv5 .swiper-button-prev{width: 40px;height: 40px;margin-top: -20px; }
	
	.footerDiv .hdDiv{flex-wrap: wrap;padding: 30px 0; }
	.footerDiv .hdDiv .listDiv{min-width: 50%;margin-right: 0;margin-bottom: 30px;max-width: 100%; display:none }
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 15px; }
	.footerDiv .hdDiv .listDiv:last-child{margin-bottom: 0; display:block }
	.footerDiv .hdDiv .listDiv .telDiv p{font-size: 22px; }
	.footerDiv .bdDiv{flex-direction: column;text-align: center;padding-bottom: 15px; }
	
	.ny-banner .wrap{height: 40vw; }
	.ny-banner span{font-size: 20px; }
	
	.productDiv{padding: 20px 0 20px; }
	.productDiv .bdDiv{display: block; }
	.productDiv .blDiv{width: 100%; } 
	.productDiv .brDiv{width: 100%;margin-top: 0px; }
	.productDiv .brDiv .row{margin: 0 -5px 10px; }
	.productDiv .brDiv .row>div{padding: 0 5px;margin-top: 0; }
	.productDiv .brDiv .row>div a{padding: 10px; }
	.productDiv .brDiv .row>div .textDiv .title{margin-bottom: 5px;line-height: 36px; }
	.pageDiv a{margin: 0;width: 30px;line-height: 28px;font-size: 14px; }
	.productDiv .brDiv .row>div .textDiv{padding-top: 10px;display: flex;flex-direction: column;justify-content: space-between; }
	.advanDiv1{padding: 30px 0; }
	.advanDiv1 .bdDiv{margin-top: 20px; }
	.advanDiv2{padding: 30px 0; }
	.advanDiv2 .row{margin: 0 -10px; }
	.advanDiv2 .row>div{padding: 0 5px;margin-top: 15px; }
	.advanDiv2 .row>div .textDiv{padding: 15px; }
	.advanDiv3{padding: 30px 0; }
	.advanDiv3 .row>div .conDiv{padding: 20px; }
	.advanDiv3 .row>div .conDiv .title{font-size: 17px; }
	.advanDiv3 .row>div .conDiv img{width: 40px; }
	
	.certifDiv1{padding: 20px 0 0; }
	.certifDiv2{padding: 20px 0; }
	.certifDiv2 .row>div{flex: 0 0 50%;max-width: 50%; }
	.certifDiv1 .row > div {
  margin-bottom: 20px;
}
	.twoMenuDiv {overflow-x: auto;}
	.twoMenuDiv ul{display: block;white-space:nowrap; }
	.twoMenuDiv ul li{margin: 0 15px 0 0;display: inline-block; }
	.twoMenuDiv ul li:last-child{margin-right: 0; }
	
	.indDiv{padding: 40px 0; }
	.indDiv .row{margin-bottom: 30px; }
	
	.faqDiv{padding: 30px 0; }
	.faqDiv ul li{margin-bottom: 15px;padding: 20px; }
	
	.pd60{padding: 20px 0; }
	.aboutDiv1 .bdDiv{margin-top: 20px; }
	.contactDiv2 .row > div {
  margin-top: 20px;
}
	.aboutDiv2 .hdDiv{display: block; }
	.aboutDiv2 .hdDiv .tabsDiv{margin-top: 10px;justify-content: center; }
	.aboutDiv2 .hdDiv .tabsDiv a{height: 36px; }
	.aboutDiv2 .hdDiv .tabsDiv a:first-child{margin-left: 0; }
	.aboutDiv2 .gallery-top{width: 100%; }
	.aboutDiv2 .gallery-top .swiper-slide .imgDiv{height: 60vw; }
	.aboutDiv2 .gallery-top .swiper-slide .titleDiv{padding: 10px; }
	.aboutDiv3 .bdDiv .row{margin: 0 -5px 20px;justify-content: center; }
	.aboutDiv3 .bdDiv .row>div{flex: 0 0 33.33%;max-width: 33.33%;margin-top: 20px; }
	.aboutDiv3 .bdDiv .textDiv{padding: 20px; }
	.aboutDiv4 .bdDiv{margin-top: 20px; }
	.aboutDiv4 .swiper-container{padding-bottom: 50px; }
	
	.newsDiv .tabsDiv{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div .textDiv .date{font-size: 14px; }
	
	.newsDetailDiv .bdDiv{display: block; } 
	.newsDetailDiv .bdDiv .leftDiv{width: 100%; }
	.newsDetailDiv .bdDiv .rightDiv{padding: 30px 15px;width: 100%;margin-top: 10px; }
	.newsDetailDiv .bdDiv .rightDiv .rh{font-size: 20px; }
	.newsDetailDiv .bdDiv .rightDiv .rb ul li{margin-top: 30px; }
	.newsDetailDiv .bdDiv .rightDiv .rb ul li .titleDiv{font-size: 16px; }
	.detailDiv .hd{padding: 30px 0; }
	.detailDiv .bd{padding: 30px 0; }
	.newsDetailDiv .arPageDiv{padding: 15px 5.45%; }
	.newsDetailDiv{padding-bottom: 40px; }
	
	.contactDiv1 .bdDiv{display: block; }
	.contactDiv1 .blDiv{width: 100%; }
	.contactDiv1 .blDiv .formDiv{margin-top: 30px; }
	.contactDiv1 .blDiv .formDiv button{margin-top: 0; }
	.contactDiv1 .brDiv{width: 100%;display: none;}
	
	.productDetailDiv .hdDiv{padding: 30px 15px;display: block; }
	.productDetailDiv .leftDiv{width: 100%; }
	.productDetailDiv .gallery-top{width: 100%; }
	.productDetailDiv .gallery-top .swiper-slide .imgDiv{height: 55vw; }
	.productDetailDiv .rightDiv{width: 100%;margin-top: 20px; }
	.productDetailDiv .rightDiv .btnDiv{margin-top: 25px;display: block; }
	.productDetailDiv .rightDiv .btnDiv a.telBtn{margin-left: 0;margin-top: 10px; }
	.productDetailDiv .bdDiv{padding: 30px 15px; }
	.productDetailDiv .bdDiv .itemDiv{margin-bottom: 30px; }
	.productDetailDiv .bdDiv .itemDiv .ih{margin-bottom: 15px; }
	.productDetailDiv .bdDiv .itemDiv .row>div{margin-bottom: 20px; }
	.productDetailDiv .likeDiv{padding: 30px 0; }
	 .indp7{overflow: hidden; padding:20px 0; }
.indp7 .swiper {
  overflow: visible;
  padding-bottom: 30px;
}
.indp7 .nrBox {
  padding: 0  ;
}
	@media (max-width:320px) {
	}
	
}


.indp4 .swiper-button-prev,
.indp4 .swiper-button-next{
	height: 42px;
	width: 14px;
	background: url(../img/jt3on.png) center no-repeat;
	background-size: 14px 20px;
	right: 0;
	left: unset;
	transition: all 0.3s;
	top: 0;
	margin: 0;
}
.indp4 .swiper-button-prev{right: 52px;}
.indp4 .swiper-button-next{transform: rotate(180deg);}
.indp4 .swiper-button-prev::after,
.indp4 .swiper-button-next::after{display: none;}
.indp4 .swiper-button-prev:hover,
.indp4 .swiper-button-next:hover{background-image: url(../img/jt3.png);}
.swiper_indp4 {height: auto  ;}
.swiper_indp4 .swiper-wrapper{ overflow:hidden}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper_indp4 .swiper-slide{
	height: 290px;
}
.swiper_indp4 .imgB{
	border-radius: 20px;
	background-color: rgb(0, 0, 0);
	padding-top: 250px;
	overflow: hidden;
	position: relative;
}
.swiper_indp4 .imgB::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #ffffff;
	border-radius: 20px;
	opacity: 0;
	transition: all 0.3s;
}
.swiper_indp4 .kuang:hover .imgB::after{
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	left: 10px;
	top: 10px;
	opacity: 1;
}
.swiper_indp4 .titB{
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 24px;
	text-align: center;
	margin-top: 16px;
}


.guanyu{ background:#fff  ; background-size:auto 100%; overflow:hidden; padding:60px 0 0;}
.guanyu .wrap{   margin-top:30px;height:464px; position:relative}

.guanyu .more{ width:123px; position:absolute; left:44%; z-index:99; bottom:0 }
.guanyu .more img{ width:100%}

.sy_gypic{  width:45%;  overflow:hidden}
.sy_gypic img{ width:100%; height:auto;transition:all 0.6s}
.sy_gypic a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.sy_gyzi{ width:48%;  background:#fafafa; position:absolute; left:16px; bottom:0; left:0; padding:70px 40px 110px;box-sizing:border-box ; z-index:9}
.sy_gyzi h1{ display:block; color:#333; font-size:24px;font-weight:bold; margin-bottom:20px; margin-top:20px }
.sy_gyzi h2{ display:block; color:#333; font-size:35px; font-weight:bold}
.sy_gyzi p{ display:block; margin:0 auto 30px; font-size:16px; line-height:36px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 12; overflow:hidden; text-align:justify}
.sy_gyzi span a{ display:block; background:#ff8000; width:160px; color:#fff; line-height:45px; border-radius:30px; text-align:center; font-size:14px; transition:all 0.6s}
.sy_gyzi span a:hover{ background:#f16800; transition:all 0.6s}

.videoR {
  width: 785px;
 
 
  box-sizing: border-box; position:absolute; right:0; height:464px 
}

.videoR img{ width:100%
}

.sjgy{ display:none; padding:0 16px; margin:20px auto}
.sjgy .tupi{ width:100%; margin-bottom:20px}
.sjgy .wenzi{ width:100%; font-size:15px; line-height:30px;}
.sjgy .wenzi p{ margin-bottom:20px}

@media only screen and (max-width:992px){
	.sjgy{ display: block; margin:20px 0 0}
.guanyu{  padding: 20px 0 0; }
.guanyu .wrap{   margin-top:30px;height:230px; position:relative; display:none}

.videoR { width: 70%;  box-sizing: border-box; position:absolute; right:16px; height:230px }
.videoR img{height:230px }
.sy_gyzi{ width:47%;  background:#fff; position:absolute; left:16px; bottom:0; padding:20px;box-sizing:border-box ; z-index:9}
.sy_gyzi p{ display:block; margin:0 auto 30px; font-size:12px; line-height:20px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:6; overflow:hidden; text-align:justify}
.guanyu .more{ width:63px; position:absolute; left:44%; z-index:99; bottom:0 }


 
.indp7 .nrBox { display:block}
.ind7L{width: 100%;}
.ind7R{width: 100%;padding-top: 40px;}
.ind7L .pubTit{text-align: left;color: #ffffff;margin-bottom: 20px;}
.ind7L .fInfo p {
  width: calc(100% - 37px);
  font-size: 16px;
}
.ind7L .fInfo {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgb(255, 255, 255);
}
.pubTit {
  font-size: 20px;
  color: rgb(22, 22, 22);
  text-align: center;
  margin-bottom: 48px;
  font-weight: 700;
  text-transform: uppercase;
} 
}
.sy_by{width:100%; padding:40px 0 70px;  overflow:hidden;background:#fff  }
.sy_by .col-md-4{border:1px solid #eee; margin-right:2%; width:32%;box-sizing:border-box; float:left;background:#fff;  color:#333}
.sy_by .col-md-4:last-child{margin-right:0}
.sy_by .n_r{text-align:center;padding:30px 0; background:#fff}
.sy_by .t_b{width:80px; display:inline-block; vertical-align:middle; margin:0 20px 0 3px;}
.sy_by .t_b img{width:100%; height:auto; display:block;}
.sy_by .w_z{padding:10px 0; display:inline-block; text-align:left; color:#333; vertical-align:middle; margin:0 3px; }
.sy_by .w_z h3{font-size:20px; font-weight:bold; line-height:36px;  }
.sy_by .w_z p{ font-size:14px; color:#999; text-transform:uppercase}
.sy_by .col-md-4:hover{border:1px solid #ff8000; transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s; }
@media only screen and (max-width:992px){
.sy_by{width:100%; padding:0 0 10px;    }
.sy_by .col-md-4{border:1px solid #eee; margin-right:0; width:100%;box-sizing:border-box; float:left;  color:#333; text-align:left; margin-bottom:10px}
.sy_by .n_r{text-align: left;padding:10px 0;}
.sy_by .w_z  {  margin: 0  ;}
.sjgy .wenzi p {
  margin-bottom: 0px;
}	
}

.t_content {
  padding: 0 10%;
  line-height: 1.8;
  margin-top: 60px;
  text-align: center;color: #1D1D1D; font-size:24px
}

.content_title{
    
}
.content_title .content_title_chinese{
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_title .content_title_chinese span{
    height: 52px;
    font-size: 34px;
    font-weight: 600;
    color: #151515;
    line-height: 52px;
    padding: 0 40px;
}
.content_title .content_title_english{
    height: 37px;
    font-size: 20px;
    font-weight: 500;
    color: #e1e1e1;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
    font-family: "微软雅黑";
    letter-spacing:1px;
}

.content_title .content_title_datasource{
    font-size: 0.2rem;
    font-weight: 500;
    color: #e1e1e1;
    text-align: center;
}

@media only screen and (max-width:992px){
.content_title{
    margin-top: 0;
}	
	
.content_title .content_title_chinese span{
    height:36px;
    font-size: 24px;
    font-weight: 600;
    color: #151515;
    line-height: 36px;
    padding: 0 30px;
}
.content_title .content_title_english{
    height: 27px;
    font-size:16px;
    font-weight: 500;
    color: #e1e1e1;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    font-family: "微软雅黑";
    letter-spacing:2px;
}
.content_title .content_title_chinese img{ width:10%}	
.indexDiv2 {
  overflow: hidden;
  height: auto;
  padding: 20px 0 0;
  background: #fafafa;
}
.indexDiv2 ul {
  margin: 0 -12px; display:block
}
.indexDiv2 ul li {
  width: 100%;
  transition: all .5s; margin-bottom:20px
}
.indexDiv2 ul li a{width: calc(100% - 24px);height: 220px;position: relative;border-radius: 20px;overflow: hidden;display: block;margin: 0 auto; }
.indp7 .nrBox{padding: 0 9.6vw; margin-top:0px;}
.sy_cp .cp_zs {
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
}

.ind7L{width: calc(50% - 30px);}
.ind7R{width: calc(50% - 3.6vw);padding-top: 40px;}
.ind7L .pubTit{text-align: left;color: #ffffff;margin-bottom: 60px;}
.ind7L .pubTit::after{background: #ffffff;margin-left: 0;}
.ind7L .fInfo{
	margin-bottom: 30px;
	display: flex;justify-content: flex-start;align-items: center;
	color: rgb(255, 255, 255);
}
.ind7L .fInfo:last-child{margin-bottom: 0px;}
.ind7L .fInfo i{
	margin-right: 12px;
	border-radius: 50%;
	background: url(../img/ci1.png) center no-repeat #ff8000;

	width: 40px;height: 40px;
}
.ind7L .fInfo p{width: calc(100% - 37px); font-size:18px}  
.ind7L .fInfo.mailB i{background-image: url(../img/ci2.png);}
.ind7L .fInfo.addB i{background-image: url(../img/ci3.png);}
.cuForm{flex-wrap: wrap;}
.cuForm input,
.cuForm textarea{
	display: block;
	border-radius: 4px;
	background-color: rgba(255, 255, 255,0.278);
	width: calc(50% - 6px);
	height: 40px;
	padding: 0 12px;
	border: 0;
	margin-bottom: 24px;
	color: #ffffff;
	font-size: 16px;
	font-family: inherit;
}
.cuForm input::placeholder,
.cuForm textarea::placeholder{color: #ffffff;}
.cuForm textarea{
	width: 100%;height: 110px;
	padding: 8px 12px;
	margin-bottom: 0;
}
.cuForm input[type=submit]{
	border-radius: 4px;
	background-color: #ff8000;
	width: 196px;
	height: 45px;
	margin-top: 36px;
	border: 0;
}
.location{
	background-color: rgb(238, 238, 238);
	padding: 18px 0;
	font-size: 16px;
	color: rgb(19, 19, 19);
}
.location a{color: rgb(19, 19, 19);}
.location a:hover{color: rgb(0, 0, 0);}
.flexb3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tp1{ width:100%; text-align:center}
.tp1 img{ margin:0 auto}
.wenzi1{ line-height:36px; margin-top:20px; margin-left:200px}
@media only screen and (max-width:992px){
	
.flexb3 {
  display: block  ;
  align-items: flex-start;
  justify-content: space-between;
}	
.ind7L{width: 100%;}
.ind7R{width: 100%;padding-top: 40px;}
.cuForm input{
	display: block;
	border-radius: 4px;
	background-color: rgba(255, 255, 255,0.278);
	width: 100%;
	height: 40px;
	padding: 0 12px;
	border: 0;
	margin-bottom: 14px;
	color: #ffffff;
	font-size: 16px;
	font-family: inherit;
}

.cuForm textarea{
	display: block;
	border-radius: 4px;
	background-color: rgba(255, 255, 255,0.278);
	width: 100%;
	height: 100px;
	padding: 0 12px;
	border: 0;
	margin-bottom: 14px;
	color: #ffffff;
	font-size: 16px;
	font-family: inherit;
}
.wenzi1 {
  line-height: 36px;
  margin-top: 20px;
  margin-left: 0;
}
}




.zw{ line-height:30px; padding:15px 0; min-height:350px;color:#555555; font-size:14px;}
.zw a:link{ color:#555555; }
.zw a:visited{ color:#555;}
.zw a:hover{ color:#FF6205;}
.zw a:active{color:#555555;}
.zw img{
 max-width:100%;

 width:expression(document.body.clientWidth>100%?"100%":"auto");

}

.xiaocms-page span{ margin:0 3px;  border:1px solid #eee;line-height:25px; padding:0 10px; background:#FD5B03; color:#FFFFFF; display:inline-block; }
.xiaocms-page  a{margin:0 3px;   border:1px solid #eee;line-height:25px;background:#fff; display:block; color:#333; padding:0 10px;display:inline-block; }
.xiaocms-page  a:hover {margin:0 3px;   border:1px solid #eee;line-height:25px; background:#FD5B03; color:#fff; padding:0 10px;display:inline-block;}