/* product */
                .flx_w{display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;}
                .container {max-width: 1400px;width: 92%;margin: 0 auto;}
				.product_new{}
				.product_new .layout{background: url(../images/bg_product.jpg)no-repeat center/cover;}
				.product_new .img_part{width: 50%;}
				.product_new .img_part .img img{display: block;margin: 0 auto;}
				.product_new .img_part #pro_slide{position: absolute;right: 0;bottom: 50%;width: 50px;display: flex;flex-wrap: wrap;justify-content: space-between;z-index: 3;transform: translateY(50%);}
				.product_new .img_part #pro_slide .pro_prev,.product_new .img_part #pro_slide .pro_next{width:100%;height: 50px;background-color: #e6e6e6;cursor: pointer;background-position: center;background-repeat: no-repeat;}
				.product_new .img_part #pro_slide .pro_prev:hover,.product_new .img_part #pro_slide .pro_next:hover{background-color: #FF6537;}
				.product_new .img_part #pro_slide .pro_prev{background-image: url(../images/arrow_l.png);}
				.product_new .img_part #pro_slide .pro_next{background-image: url(../images/arrow.png);}
				.product_new .rt_part{padding:4% 13% 2% 2%;width: 50%;box-sizing: border-box;}
				.product_new .rt_part .pro_title h1{color: #f67c01;font-size: 30px;text-transform: uppercase;font-weight: normal;}
				.product_new .rt_part .jianjie{margin-top: 4%;font-size: 18px;color: #000;line-height: 25px;}
				.product_new .rt_part .jianjie b{display: block;position: relative;padding-left: 15px;margin-bottom: 10px;font-size: 20px;line-height: normal;box-sizing: border-box;overflow: hidden;}
				.product_new .rt_part .jianjie b:after{content: "";position: absolute;left: 110px;top: 50%;width: 100%;height: 1px;background: #e5e5e5;}
				.product_new .rt_part .jianjie b::before{content: "";position: absolute;left: 0;top: 5px;width: 0;height: 0;border:5px solid #000;border-top-color:transparent;border-right-color: transparent;border-bottom-color: transparent;}
				.product_new .rt_part .inquiry a{display: inline-block;padding:8px 60px;margin-top: 20px;font-size: 15px;color: #fff;background: #3a3a3a;text-align: center;border-radius: 5px;}
				/* .product_new .rt_part .inquiry a:nth-last-child(1){margin-left: 10px;} */
				.product_new .rt_part .inquiry a#vdo_btn{background: #005782;}
				@media only screen and (max-width:1200px){
					.product_new .rt_part{padding:2% 5% 2% 2%;}
				}
				@media only screen and (max-width:992px){
					.product_new .rt_part .pro_title h1{font-size: 24px;}
					.product_new .rt_part .jianjie{line-height: 24px;}
				}
				@media only screen and (max-width:768px){
					.product_new .rt_part .pro_title h1{font-size: 20px;}
					.product_new .layout{margin: 0 auto;width: 90%;}
					.product_new .img_part,.product_new .rt_part{width: 100%;}
					.product_new .rt_part{padding: 5% 3%;}
					.product_new .rt_part .jianjie b{font-size: 16px;}
					.product_new .rt_part .jianjie b::before{top:3px;}
				}
				@media only screen and (max-width:480px){
					.product_new .layout{width: 94%;}
					.product_new .rt_part .inquiry a{font-size: 14px;}
					.product_new .rt_part .pro_title h1{font-size: 16px;}
					.product_new .rt_part .jianjie{font-size: 14px;text-align: justify;}
					.product_new .img_part #pro_slide{width: 40px;}
					.product_new .img_part #pro_slide .pro_prev,.product_new .img_part #pro_slide .pro_next{height: 40px;}
				}
				
				.content_main_new .feature_text{margin: 3.2% 0 3.4% auto;padding: 3.2% 2% 2% 2.5%;width: 75%;box-sizing: border-box;background: #eaeaea;}
				.content_main_new .feature_text .part_title{margin-bottom: 2.5%;text-align: left;color: #f67c01;font-size: 35px;}
				.content_main_new .feature_text .feature_content{font-size: 18px;line-height: 25px;}
				.content_main_new .component_intro .lf_part{position: relative;padding: 2% 3%;width: 50%;text-align: center;box-sizing: border-box;background: #71d0e2;}
				.content_main_new .component_intro .lf_part .img{display: inline-block;position: absolute;left: 50%;top: 50%;width: 94%;max-width: 640px;transform: translate(-50%,-50%);z-index: 1;}
				.content_main_new .component_intro .lf_part .img img{/*width: 100%;*/}
				.content_main_new .component_intro .rt_part{width: 50%;background: url(../images/sb.jpg)no-repeat center/cover;}
				.content_main_new .component_intro .rt_part .intro_nav{width: 25%;}
				.content_main_new .component_intro .rt_part .intro_nav li{padding: 18.5% 3%;background:#005782;color: #fff;text-align: center;box-sizing: border-box;font-size: 16px;cursor: pointer;}
				.content_main_new .component_intro .rt_part .intro_nav li.on{background: #71d0e2;}
				.content_main_new .component_intro .rt_part .part_con{width: 75%;}
				.content_main_new .component_intro .rt_part .part_con .con{padding:10% 9% 3%;box-sizing: border-box;color: #fff;}
				.content_main_new .component_intro .rt_part .part_con .con .tit{font-size: 32px;font-weight: normal;line-height: 36px;}
				.content_main_new .component_intro .rt_part .part_con .con > div{margin-top: 5.7%;font-size: 18px;line-height: 25px;}
				.content_main_new .partition{padding: 2% 0;}
				.content_main_new h3, .content_main_new .part_title{font-size: 35px;color: #fff;text-align: center;text-transform: uppercase;color: #000;}
				.content_main_new h3 { padding:2% 0;}
				
				.content_main_new .part_content{padding: 0 0 4%;font-size: 16px;line-height: 30px;}
				.content_main_new .part_content h4{ padding:3% 0 0;color: #000;font-size: 30px;text-transform: uppercase;font-weight: normal;}
				.content_main_new .part_content .proimg img{ max-width:1000px; width:100%;}
				.content_main_new .part_video {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(255,255,255);z-index: 999;display: none;}
				.content_main_new .part_video .wrap{position: absolute;left: 50%;top: 50%;width: 94%;max-width: 1000px;transform: translate(-50%,-50%);}
				.content_main_new .part_video video{width: 100%;}
				.content_main_new .part_video iframe{width: 100%;height:600px;}
				.content_main_new .part_video .close{position: absolute;top:-7%;right: 0;z-index: 999;cursor: pointer;}
				.content_main_new .part_video .close img{filter: brightness(0.5);}
				/*
				.content_main_new .part_content table{width: 100%;border-collapse: collapse;line-height: normal;}
				.content_main_new .part_content table tr th{padding: 1.5% 0;background-color: #2c2c2c;color: #fff;font-weight: bold;}
				.content_main_new .part_content table tr td{padding: 5px;}
				*/
				@media only screen and (max-width:1400px){
					.content_main_new .component_intro .rt_part .part_con .con .tit{font-size: 22px;line-height: 24px;}
				}
				@media only screen and (max-width:1200px){
					.content_main_new .feature_text{margin: 3.2% auto 3.4%;width: 90%;}
				}
				@media only screen and (max-width:992px){
					.content_main_new .component_intro .lf_part{width: 100%;}
					.content_main_new .component_intro .lf_part .img{position: initial;margin: 0 auto;width: 100%;;transform: initial;}
					.content_main_new .component_intro .rt_part{width: 100%;}
				}
				@media only screen and (max-width:768px){
					.content_main_new .feature_text{padding: 5% 3%;margin: 30px auto;}
					.content_main_new .feature_text .part_title{font-size: 22px;}
					.content_main_new .feature_text .feature_content{font-size: 16px;}
					.content_main_new .partition{padding: 30px 0 3%;}
					.content_main_new .component_intro .rt_part .intro_nav li{padding: 25px 3%;}
					.content_main_new .part_title{font-size: 22px;}
					.content_main_new .part_content{font-size: 14px;line-height: 24px;}
					.content_main_new .part_content h4{font-size: 20px;}
				}
				@media only screen and (max-width:480px){
					.content_main_new .component_intro .rt_part .intro_nav{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.content_main_new .component_intro .rt_part .intro_nav li{padding: 16px 1%;width: 50%;font-size: 14px;}
					.content_main_new .component_intro .rt_part .part_con{width: 100%;}
					.content_main_new .component_intro .rt_part .part_con .con{padding: 6% 3%;}
					.content_main_new .component_intro .rt_part .part_con .con .tit{font-size: 16px;font-weight: bold;}
					.content_main_new .component_intro .rt_part .part_con .con > div{margin-top: 15px;font-size: 14px;}
					.content_main_new .partition{padding: 10px 0;}
					.content_main_new .feature_text .feature_content{font-size: 14px;}
					.content_main_new .part_title{font-size: 18px;}
					.content_main_new .part_video iframe{height:350px;}
					.content_main_new .part_video .close img{width: 22px;}
				}
.related{ margin-bottom:3%;}
.related .flx_w:after{content: "";width: 24%;}
.related .item{margin: 30px 0;width: 24%;}
.related .item .img{position: relative;padding-bottom: 67%;width: 100%;height: 0;overflow: hidden;}
.related .item .img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.related .item h3{font-size: 18px;display: -moz-box;display: -ms-flexbox;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; text-align:center;font-weight: normal;color: #000;}
@media only screen and (max-width:768px){
	.related .item h3{font-size: 16px;}
}
@media only screen and (max-width:480px){
	.related .flx_w:after{width: 49%;}
	.related .item{width: 49%;}
	.related .item h3{font-size: 14px;}
}
/*  二级导航*/
.Search-criteria {margin: 30px 0;}
.search-ul {display: flex;flex-wrap: wrap;overflow: hidden;justify-content: center;}
.search-ul li {width: 18%;text-align: center;margin: 0 2.5% 2% 2.5%;background: #FF6537;}
.search-ul li:hover {background: #ec5a2f;}
.search-ul li a {font-size: 14px;line-height: 30px;color: #fff;padding: 0 10px;border-radius: 5px;margin: 10px;display: block;}

@media (max-width: 1360px){
.Search-criteria{margin: 15px 0;}
.search-ul li a {margin: 5px;text-align: left; overflow-x: auto;height: auto;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
}
@media (max-width: 768px){
.search-ul li {width: 48%;margin: 0 0.5% 1% 0.5%;}

}
/* 按钮 */
.prmore{ text-align:center;}
.prmore a#p_btn {background: #FF6537;}
.prmore a {display: inline-block;padding: 6px 18px;margin-top: 20px;font-size: 15px;color: #fff;background: #3a3a3a;text-align: center;border-radius: 5px;}
 
 
 /* 简介 */
 .nei_wrap{margin: 0 auto;width: 90%;max-width: 1443px;}
 .about_jianjie{margin: 5.5% 0 3%;}
 .about_jianjie .title{font-size: 36px;font-weight: bold;text-transform: uppercase;color: #333;}
 .profile {color: #333;}
 .profile .lf{width: 35%;font-weight: bold;}
 .profile .rt{width: 65%;}
 .profile .rt p{font-size: 24px; line-height:30px; font-weight:bold;}
 .profile .rt p span{font-size: 24px;}
 .profile .rt  h1{font-size: 36px;}
 .profile #pf_img{margin-top: 30px;}
 .profile #pf_img .swiper-pagination{margin-top: 4.9%;position: initial;}
 .profile #pf_img .swiper-pagination-bullet{width: 13px;height: 13px;opacity: 1;background: #dcdfe4;}
 #pf_img .swiper-pagination-bullet{margin:0 1.6%;}
 .profile #pf_img .swiper-pagination-bullet-active{background: #2c3036;}
 @media only screen and (max-width:768px){
 	.about_jianjie{margin: 0 0 30px;}
 	.about_jianjie .title{font-size: 24px;}
	
 	.profile .lf{margin-bottom: 16px;width: 100%;}
 	.profile .rt{width: 100%;}
 	.profile .rt p{line-height: 22px;font-size: 18px;  font-weight: normal;  }
	.profile .rt p span{font-size: 18px;}
	.profile .rt h1{font-size: 24px;}
 	.profile #pf_img {margin-top: 10px;}
 }
 @media only screen and (max-width:480px){
 	.about_jianjie .title{font-size:22px;}
 	.profile .rt p{margin-bottom: 10px;}
 	.profile #pf_img .swiper-pagination-bullet{width: 10px;height: 10px;}
 }
 

/* 发展历程 */
.about-history-all{margin:0 auto;max-width:1000px;position:relative;padding-top:50px;}
.about-cer-size h2{padding-bottom: 5%;text-align: center; color: #f67c01;font-weight: 700;font-size:50px;line-height: 60px;}
.about-history-all::after{content:'';position:absolute;width:2px;background:#f67c01;height:100%;top:0;left:49.5%;}
.about-history-box:nth-of-type(2n-1){display:flex;box-sizing:border-box;margin-left:auto;width:45%;align-items:center;position:relative;}
.about-history-box:nth-of-type(2n){display:flex;box-sizing:border-box;margin-right:auto;width:45%;align-items:center;position:relative;}
.about-history-box:nth-of-type(2n-1) .about-history-contant::after{content:'';position:absolute;width:25px;height:25px;background:#f67c01;border-radius:100%;top:-15px;left:-15%;}
.about-history-box:nth-of-type(2n) .about-history-contant::after{content:'';position:absolute;width:25px;height:25px;background:#f67c01;border-radius:100%;top:-15px;right:-13%;}
.about-history-size p:nth-of-type(1){color:#f67c01;font-weight:700;font-size:46px;line-height:1}
.about-history-size p:nth-of-type(2){color:#f67c01;font-weight:700;font-size:23px;line-height:30px}
.about-history-size{display:flex;align-items:center}
.about-history-size>div{margin:0 15px;width:1px;height:40px;background:#3e3a39}
.about-certificate .about-history-p{width:57%}
.about-history-im{width:43%}
.about-history-contant{display:flex;margin-top:15px;padding-top:15px;border-top:1px solid #8E8B8B;position:relative;}
.about-certificate .about-history-p p{color:#3e3a39;font-size:20px;line-height:33px}
.about-history-im img{display:block;max-width:100%}
.about-history-y span{display:block;width:20px;height:20px;border-radius:100%;background:#f67c01}
.about-history{padding-bottom:200px;background:url(/uploads/14156/footback.jpg)center no-repeat;background-position-y:bottom;}
.about-historys{background:#eeeeee47;padding-top:50px;}
.about-history-all::before{position:absolute;content:'';width:0;height:0;border-bottom:20px solid #f67c01;border-left:20px solid transparent;border-right:20px solid transparent;top:-10px;left:47.5%;}
.about-history-con:hover .about-history-contant::after{background:#666;z-index:99;}
@media (max-width:1600px) {
    
    .about-certificate .about-history-size p:nth-of-type(1){font-size:38px;}
    .about-certificate .about-history-size p:nth-of-type(2){font-size:18px;line-height:1.5;}
    .about-history-box:nth-of-type(2n-1) .about-history-contant::after,.about-history-box:nth-of-type(2n) .about-history-contant::after{display:none;}
    .about-certificate .about-history-p p{font-size:18px; line-height:1.5;}
    .about-history-all::before{border-bottom:15px solid #f67c01;border-left:15px solid transparent;border-right:15px solid transparent;left:48%;}
 
}
@media (max-width:1366px) {
    .about-certificate .about-honner-p{padding-top:20px;}
    .about-certificate .about-history-size p:nth-of-type(1){font-size:32px;}
    .about-certificate .about-history-size p:nth-of-type(2){font-size:16px;}
    .about-certificate .about-history-p p{font-size:16px;}
 
}
@media (max-width:1024px) {
    .about-cer-size h2{padding-bottom: 25px;color: #f67c01;font-weight: 700;font-size: 36px;line-height: 2;}
    .about-history-box:nth-of-type(2n),.about-history-box:nth-of-type(2n-1){width:48%;}
    .about-history{padding:0 3%;}
	.about-history-size p:nth-of-type(1){font-size: 36px;}
 
}
@media (max-width:768px) {
	.about-cer-size h2{padding-bottom: 20px;color: #f67c01;font-weight: 700;font-size: 30px;line-height: 2;}
    .about-certificate .about-history-size p:nth-of-type(1){font-size:24px;}
    .about-history-size>div{height:30px;margin:0 10px;}
    .about-certificate .about-history-size p:nth-of-type(2){font-size:14px;}
    .about-certificate .about-history-p p{font-size:14px;}
    .about-certificate .about-history-p{width:100%;}
    .about-history-all::before{left:47.5%;}
    .about-cer-contant,.about-cer-ioce{padding:0;}
    .about-history{padding:30px 3%;}
    .about-historys{padding-top:0;}
	.about-history-size p:nth-of-type(1){font-size: 28px;}
    
}
@media (max-width:450px) {
 d
    .about-historys{padding-top:20px;}
    .about-history-all::before,.about-history-all::after{display:none;}
    .about-history-box:nth-of-type(2n), .about-history-box:nth-of-type(2n-1){width:100%;}
    .about-history-con{width:100%;}
	.about-history-size p:nth-of-type(1){font-size: 24px;}
 
}
 

 