.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles h5{font-size:20px; line-height:38px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles:before {
    content: "";
    position: absolute;
    left: 47%;
    bottom: 25px;
    width: 60px;
    height: 2px;
    background: #e70012;
}

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:40px; color:#212121; line-height:45px; margin-bottom:20px; font-weight: bold;}
.titles1 h3 span{color:#df131e;}
.titles1 h3 strong{font-size:40px; padding: 0px 5px; color:#c9000b; text-shadow: 2px 0 2px white, -2px 0 2px white, 0 2px 2px white, 0 -2px 5px white, 2px 2px 4px rgb(0 0 0 / 0.5); /*text-shadow: 2px 2px 5px rgba(0,0,0,0.2);*/}
.titles1 h4{font-size:18px;margin-bottom:25px;color:#212121;font-weight: 400;    display: flex;
    justify-content: center;
    align-items: center;}
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1 h4:before {
    content: "";
    width: 50px;
    height: 6px;
    background: url("/images/bg/line-left.png") no-repeat;
    margin-right: 10px;
}
.titles1 h4:after {
    content: "";
    width: 50px;
    height: 6px;
    background: url("/images/bg/line-right.png") no-repeat;
    margin-left: 10px;
}

.titles2{ text-align:center; padding:20px 0px;position: relative;}
.titles2 h3{ /*font-family:HelveticaNeueCE; */font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; font-weight: 500;display: inline-block; padding:0px 50px;}
.titles2 h3 b{ color:#e50112;font-weight:bold;}
.titles2 h5{font-size:18px;margin-bottom:25px;color:#212121;font-weight: 300;max-width: 900px;
    margin: auto;
    line-height: 30px;margin-top: 10px;}

.titles2 h3:before {
	content: url("/images/bg/title_bg_left.png");
    width: 77px;
    height: 20px;
	padding-right: 50px;
	overflow: hidden;
	/*display: inline-block;*/
    /*position: absolute;
    top: 45px;
    left: 33%;*/
}
.titles2 h3:after {
    content: url("/images/bg/title_bg_right.png");
    width: 77px;
    height: 8px;padding-left: 50px;
	/*display: inline-block;*/
    /*position: absolute;
    top: 45px;
    right: 33%;*/
}
@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}
.w1600{width:1600px; margin: auto;}
.wrap{max-width:1400px;}
.titles3{ text-align:left; padding:20px 0px;position: relative;}
.titles3 h3{ font-family:HelveticaNeueCE; font-size:36px; color:#212121; line-height:38px; font-weight: bold; margin-bottom:10px;}
.titles3 h5{font-size:14px;color:#666;font-weight: 400;text-transform: capitalize;max-width: 800px;margin: auto;}


.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: #3871c1;
    color: #FFFFFF;
    padding: 15px 40px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: #d02d30;}



.banner_cp {margin: 0px 0px 0px 0px; color:#666666; font-size: 14px;}
.banner_cp .Context{float: left;margin: 38px 0px 0px 280px; color:#FFFFFF; font-size: 14px;}
.banner_cp{width:100%; height: 80px; background: #FFFFFF; overflow: hidden; line-height: 80px;border-bottom: 1px solid #d7d7d7;}
.banner_cp h5{width:auto; height: 50px; line-height: 44px; background: #f4f3f3; color:#333333; font-size:18px; float: left;}
.banner_cp a{ color:#666666;font-size: 14px; margin:auto 15px; height: 80px; line-height: 80px;}
.banner_cp input[type="text"]{border: 1px solid #ccc;line-height: 34px;text-indent: 20px;width: 200px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}
.banner_cp input[type="submit"]{border: 0px solid #ccc; background: #333333;color: #FFFFFF;line-height: 38px; height: 38px; padding: 0px 15px; cursor:pointer;}
.banner_cp .search{float:right;}
.banner_cp strong{position: relative;  padding-left:10px;}
.banner_cp strong:before{width:3px; height:15px; display:block;content:"";background:#d02d30; margin-right:10px; position: absolute; top: 2px; left: 0; right: 0; bottom: 0; }


/*============================================
col-section 产品栏目
===========================================*/
.col-section{background: #ffffff;padding: 100px 0px 0px 0px;width:100%; overflow: hidden;background-size: cover !important;}
.col-section.col01{background:#f0f0f0 url("/images/bg/bg-col01.jpg") no-repeat center right;}
.col-section.col02{background:#e9ecf3 url("/images/bg/bg-col02.jpg") no-repeat center left;}

.col-section .col-cont{display: flex;flex-direction: row;}
.col-section.col02 .col-cont{display: flex;flex-direction: row-reverse;}

.col-cont .img-bg{width:45%; flex-shrink: 0;}
.col-cont-c{margin-left:2rem;margin-right:auto;}
.col-section.col02 .col-cont-c{margin-left:auto; margin-right:2rem;}

.col-cont-c h3{font-size:2.2rem;display:flex; flex-direction: column;}
.col-cont-c h3:after{content:"";width:100px;height: 3px; background:#d02d30; margin:20px 0px;}
.col-cont-c h5{font-size:1rem;color:#515151; line-height: 2rem;}
.col-btn{margin:50px 0px; border-bottom:1px solid #ccc; padding-bottom:50px;}

.col-cont-c .list{display:flex;margin-top:50px;border-bottom:1px solid #ccc; padding-bottom:50px; margin-bottom: 50px;}
.col-cont-c .list ul{max-width:800px; display: flex; justify-content: space-around;flex-wrap: wrap;margin-left: 0px;}
.col-cont-c .list ul li{width:calc((100% - 40px) / 2); display: flex; flex-direction: row; align-content: center;margin-left: 0px;    margin-bottom: 10px;    font-size: 1rem;}
.col-cont-c .list ul li:before{content:"\e647";font-family: "iconfont"; font-size:1rem; margin-right: 10px; color:#d02d30;}

.col-cont-c .contents{width:100%;}
.col-cont-c .contents ul{display:flex;}
.col-cont-c .contents ul li{width:calc((100% / 4) - 5px);}
.col-cont-c .contents ul li .Images img{max-width:100%;}
.col-cont-c .contents ul li .Names{display:none;}

/*============================================
ad-section 文字口号
===========================================*/
.ad-section{padding:50px 0px; overflow: hidden; background:#333333;margin: auto; margin-top:0px; position:relative;}
/*.ad-section:before{background-color:rgb(34 34 34 / 10%); content: ""; position: absolute;top: 0;left: 0;right: 0;bottom: 0; z-index: -1;}*/
.ad-section .ad-c{width:100%;display: flex; justify-content: space-around;}



/*============================================
company-section 公司简介
===========================================*/
.company-section{position: relative;
  display: block;
  padding: 100px 0px 50px 0px;
  overflow: hidden;
  background: url("/images/bg/bg-gsjj.jpg") bottom center no-repeat;
}
.company-section-bg {
  position: absolute;
  left: 0;
  top: 50px;
  background-repeat: no-repeat;
  width: 244px;
  height: 330px;
  /*background: url("/images/bg/bg-gsjj1.png") -70px center no-repeat;*/
}
.company-section .wrap{max-width:1280px; }

.company-c{display:flex;position:relative;padding-bottom: 120px;}

.company-section-img {
  position: relative;
  display: block;
	width:50%;
	flex-shrink: 0;
  /*margin-right: 146px;
  margin-left: -120px;*/
}
.company-section-img-image {
  position: relative;
  display: block;
	box-shadow: 5px 5px 20px #a2a0a0;
	overflow: hidden;
}
.company-section-img-image img {width: 100%;max-width: 100%;transition: 1s;}
.company-section-img-image:hover img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
/*.company-section-img-image:before {
  position: absolute;
  top: 40px;
  left: -40px;
  content: "";
  background: var(--thm-primary);
  width: 280px;
  height: 100%;
  z-index: -1;
}
*/

.company-section-desc {margin-right:2rem;}
.company-section-desc-t {margin-bottom: 5px; border-bottom:1px solid #c7c7c7;padding-bottom: 20px;margin-bottom: 20px;}
.company-section-desc-t h2{color:#000000;position: relative;
    font-size: 1.5rem;
    text-transform: uppercase;
	letter-spacing: 0;font-weight:bold;
    display: inline-block;/*text-shadow: 3px 0px 0px #fff, 0px -3px 0px #fff, 0px 3px 0px #fff, -3px 0px 0px #fff, 5px 5px 5px #ccc;*/}


.company-section-desc-t h5 {
  font-size: 1.5rem;
  color: #005bac;
  font-weight: bold;
  margin: 0;
}
.company-section-desc-c {}
.company-section-desc-c p{
  margin: 0;
  padding-top: 0px;
  padding-bottom: 50px;
	font-size:0.9rem; color:#222222;line-height: 1.3rem;font-weight: 400;
}

.company-section-desc .counter-items{width:900px; max-width:900px; overflow: hidden;
    display: flex;
    justify-content: space-between;
	height: auto;
    background: #FFF;
    box-shadow: 0px 4px 51px 0px rgb(7 0 2 / 18%);align-items: center;
	position: absolute;bottom: 60px; left: 0px;z-index: 10;
}
.counter-items .counter-item{padding:20px 0px;position: relative;width: 20%;}
.counter-item .inner-box{width:100%; /*position: relative;*/ height: auto;}
/*.counter-item .inner-box i:before{font-family: "iconfont" !important; color:#ffffff; font-size:50px; line-height: 100px; text-align: center;}
.counter-item:nth-of-type(1) i:before{content: "\e63a";}
.counter-item:nth-of-type(2) i:before{content: "\e627";}
.counter-item:nth-of-type(3) i:before{content: "\e617";}
.counter-item:nth-of-type(4) i:before{content: "\e718";}
*/
.counter-item .inner-box .desc-box{ width: 100%; padding-top: 0px;color:#fff;text-align: center;border-right: 1px solid rgb(0 0 0 / 10%);}
.counter-item:nth-last-child(1) .inner-box .desc-box{border-right:0px;}
.counter-item .inner-box .desc-box .counted{position: relative;text-align: center;display: flex; justify-content: center; align-items: flex-end;}
.counter-item .inner-box .desc-box span{font-size: 3rem;color: #005bac;font-weight: bold;line-height: 3rem;}
.counter-item .inner-box .desc-box i{width:18px; height:18px; background-color: #e60012;color:#FFFFFF;border-radius: 50px;    line-height: 18px;margin-bottom: 5px;}
.counter-item .inner-box .desc-box .desc-box-text{font-size:0.825rem;color: #343434;text-align: center; font-weight: 300;}
/*.counter-item .inner-box:after{ content:""; background: rgb(0 0 0 / 20%); width:1px; height: calc(100% / 2); display: flex;}
.counter-item .inner-box:nth-last-child(1):after{display: none;}*/

.counter-item:hover{background:#005bac;}
.counter-item:hover .inner-box .desc-box span{color:#FFF;}
.counter-item:hover .inner-box .desc-box .counted{color:#FFF;}
.counter-item:hover .inner-box .desc-box .desc-box-text{color:#FFF;}
/*============================================
prod-section 产品展示
===========================================*/
.prod-section{width:100%; overflow: hidden; padding: 80px 0px; margin: auto; background: #fafafa url("/images/bg/bg-cpjs.jpg") no-repeat bottom;}
.prod-section .titles1 span{color:#212121;}
.prod-section .titles1 h3 strong{font-size:60px; padding:0px 10px;}


.prod-cont{width:100%; max-width:1280px;/*overflow: hidden;*/padding:0px; position: relative; margin: auto auto 20px auto;}
.prod-cont .col-prod-wrapper{width:100%;overflow: hidden;padding-top: 0px;}
.col-prod-nav{width:auto; overflow: hidden;}
.col-prod-nav ul{width:auto; margin: auto;display: flex;justify-content: space-between; padding:0px;}
.col-prod-cont{width:100%; overflow: hidden; padding:0px 0px;}
.col-prod-cont .tab-content{width:100%; margin: auto;}
.tab .tab-content {
	padding: 10px 0px;
	font-size: 17px;
	color: #6f6f6f;
	line-height: 30px;
	letter-spacing: 1px;
	position: relative;
	margin: auto;
}
.tab-content>div{opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
	display: none;
}
.tab-content>div.active{display: block;opacity: 1;}

.col-prod-nav{}
.col-prod-nav li{margin: 0px;}
.col-prod-nav li a{ display: block; text-align: center; color:#333;font-size:2rem; font-weight: 400; padding:0px;}
/*.col-prod-nav li.active a{background: #0da89a;}
.col-prod-nav li.active a{color:#333;}
.col-prod-nav li:hover a{background: #1b85db;color:#fff;}*/
.col-prod-nav li p{display: block; text-align: center; color:#333;font-size:1rem; font-weight: 400; width:100%; padding: 10px 40px;background: #e6e6e6; margin-top:15px;}
.col-prod-nav li:hover p,.col-prod-nav li.active p{background: #1b85db;color:#fff;}
.col-prod-nav li img{transition: 1s;display: none;}
.col-prod-nav li:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);}

.col-prod-cimg,.col-prod-pimg{padding:0px;}
.col-prod-cimg-slider{width:100%; margin: auto; padding: 0px; overflow: hidden; }

.col-prod-pimg-slider li .Images img{width:100%; text-align: center;height: auto;
    width: auto;
    max-width: 100%;transition: 1s;}
.col-prod-pimg-slider li:hover .Images img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);}
.col-prod-pimg-slider li .Names{width:100%; text-align: center;}
.col-prod-pimg-slider li .Desc{padding: 0px 30px 10px 30px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}
.col-prod-pimg-slider li .art_more{display: none;}
.col-prod-pimg-slider{margin:auto; padding:0px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.col-prod-pimg-slider li{width:calc((100% - 40px) / 3);margin:20px auto;margin-right: 20px;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
	
    background: #fff;
    /*box-shadow: 5px 5px 20px rgba(0,0,0,0.2);*/}
.col-prod-pimg-slider li:nth-of-type(3n){margin-right:0px;}
.col-prod-pimg-slider li:last-child:nth-child(3n+1){margin-right: calc((((100% - 40px) / 3) * 2) + 40px);}
.col-prod-pimg-slider li:last-child:nth-child(3n+2){margin-right: calc((((100% - 40px) / 3) * 1) + 20px);}
/*.col-prod-pimg-slider li:last-child:nth-child(4n+3){margin-right: calc((100% / 4) + 10px);}*/
.col-prod-pimg-slider li:hover{cursor:pointer;box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s;
}
.col-prod-pimg-slider li img{width:100%;}
.col-prod-pimg-slider li .Images {
    width: 100%;
    height: 300px;
    margin: auto;
    overflow: hidden;
	text-align: center;padding: 0px 0px 0px 0px;
}
.col-prod-pimg-slider li .Images a{display: flex;justify-content: center;height: 100%;}
.col-prod-pimg-slider li .Names {
    width: 100%;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin: auto 0px;
    display: block;
    padding: 0px 30px 0px 60px;
	font-weight: 500;
	text-align: left;
	position: relative;height: 100px; line-height: 100px;
}
.col-prod-pimg-slider li .Names:after{width:30px;  height: 30px; position:absolute; background: #fff; border:1px solid #ccc; font-size:24px; line-height: 30px; font-family: "iconfont" !important; content: "\e659";border-radius: 30px; text-align: center; right:50px; color:#ccc;font-weight: 500;top:calc((100% / 2) - 15px);}
.col-prod-pimg-slider li:hover .item-content{background:#1b85db;transition: 0.3s;}
.col-prod-pimg-slider li:hover .Names:after{ color:#fff;background:#1b85db;transition: 0.3s;}
.col-prod-pimg-slider li:hover a{ color:#fff;}
.col-prod-pimg-slider li .Names a{color:#333; text-overflow: ellipsis;display: block;width: 100%;overflow: hidden;white-space: nowrap;}
.col-prod-pimg-slider li:hover .Names a{ color:#fff; }
.col-prod-pimg-slider li:hover .Desc{color:#fff;}
.col-prod-pimg-slider li .btn-tl {
    height: 45px;
    width: 70px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    background: #000;
    background: linear-gradient(135deg, transparent 10px, #000 0) bottom left;
	display: none;
}
.col-prod-pimg-slider li .btn-tl:hover {background: linear-gradient(135deg, transparent 10px, #00aa55 0) bottom left;}
.col-prod-pimg-slider li .btn-tl i {
    font-size: 20px;
    color: #ffffff;
    font-style: normal;
}

.col-prod-pimg-slider li .btn-tl i:before {
    content: "\e60d";
    font-family: "iconfont" !important;
    line-height: 45px;
    display: inline-block;
}

.col-prod-pimg-slider .item-content{width:100%; height: 100px;  overflow: hidden;}

.prod-more{margin:auto; padding:0px; text-align: center;display: none;}
.prod-more a{font-size:20px; background: #c9000b; margin: auto;overflow: hidden;color: #fff;width: 190px;height: 50px;line-height: 50px;display: block;}


/*============================================
anli-section 案例
===========================================*/
.anli-section{padding:100px 0px;}
.anli-c{margin-top:2rem; display: flex; position: relative;}
.anli-c .anli-c-b{width:50%; flex-shrink: 0;}
.anli-c .anli-c-list{background: #fff;
    width: 830px;
    height: 502px;
    position: absolute;
    top: 70px;
    right: 0;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}
.anli-c-list ul{margin:auto; background:#FFFFFF; display: flex; flex-direction: row; flex-wrap: wrap;}
.anli-c-list ul li{width: calc(50% - 30px);
    height: 222px;
    margin: 20px 20px 0 20px;}
.anli-c-list ul li:nth-of-type(2n){margin-left:0px;}

.anli-c-item {
    position: relative;
    margin-bottom: 0px;
}

.anli-c-item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 80%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 80%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 80%, rgb(0,0,0) 100%);
    opacity: .8;
}
.anli-c-list .anli-c-item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 50%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 50%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 50%, rgb(0,0,0) 100%);
    opacity: .8;
}
.anli-c-item:hover:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: .8;
}

.anli-c-item  .image img {
    width: 100%;
}

.anli-c-item  .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 30px 10px 30px;
    text-align: center;
}
.anli-c-item  a{text-decoration:none;}
.anli-c-item  .top-content {
    position: relative;
    transition: .5s;
	text-align: left;
}
.anli-c-item:hover .content{padding: 30px 30px;}
.anli-c-item:hover .top-content {
    transform: translateY(-50px);
}

.anli-c-list .anli-c-item:hover .top-content {
    transform: translateY(-30px);
}
.anli-c-item  h3 {
    position: relative;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.anli-c-item h5 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;line-height: 1.6em;
}

.anli-c-item h3:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 80px;
    transform: translate(-50%, 97px);
    transition: .5s;
}

.anli-c-item:hover h3:before {
    height: 40px;
    transform: translate(-50%, 65px);
}

.anli-c-item .text {
    color: #fff;
    position: relative;
    transition: .5s;
    opacity: 0;
	display: flex;
	text-align: left;
    transform: translateY(10px);
}
.anli-c-item .text:after{content: "\e659";
	font-family: "iconfont" !important;
    color: #ffffff;
	background: #e70012;
    font-size: 15px;
    padding: 1px 5px 0px 5px;
	margin-left:20px;
    z-index: 10;
    text-align: left;
}

.anli-c-item:hover .text {
    opacity: 1;
    transform: translateY(0);
}


.anli-section .btn1{justify-content: center; margin-top:80px;}
.anli-section .btn1 a{padding: 15px 50px;border-radius: 0px;}


/*============================================
ys-section 优势
===========================================*/
.ys-section{width: 100%;height: auto;overflow: hidden;position: relative;margin:auto;margin-top:20px;padding-bottom:150px;
    z-index: 1;
    background: url(/images/bg/bg-prod.jpg) top center no-repeat;
    height: auto;
    overflow: hidden;
    padding-top: 82px;
}

.ys-section .wrap{max-width:1200px;}


.ys-wrapper{width:100%; height: 620px; position: relative;}
.ys-cont{width: 100%;}

.ys-nav{height: auto;width: auto;background: #fff;box-shadow: 0 3px 10px 3px rgb(0 0 0 / 10%);position: absolute;bottom: -50px;left: 264px;z-index: 10;}
.ys-nav ul{padding:0px;margin:auto;}
.ys-nav li{ font-size: 20px;color: #333;float: left;width: 285px;height: auto;padding: 30px 0px;
    position: relative;
    text-align: center;
    margin: auto;
    display: block;
    overflow: hidden;}
.ys-nav li:last-child{margin-right: 0;}
.ys-nav li a{color:#333333; text-decoration: none;display: flex;align-items: center;justify-content: center;}
.ys-nav li i{display: block;padding-top: 0px; font-size: 12px; color:#cecece; text-transform: capitalize; font-family: Arial; line-height: 15px;}
.ys-nav li::before{content: "";width: 1px;height: 37px;background: #efefef;position: absolute;top: 50px;left: 0;z-index: -1;}
.ys-nav li em:before{margin:auto; padding:0px;margin-right: 5px;display: block;color: #333;font-family: "iconfont" !important;overflow: hidden;font-style: normal;line-height: normal;content:attr(data-text);background-clip: text;-webkit-background-clip:text; color:transparent;background-image: -moz-linear-gradient( -90deg, #003346 0%, #005589 50%, #006bb6 85%);
    background-image: -webkit-linear-gradient( -90deg, #003346 0%, #005589 50%, #006bb6 85%);
    background-image: -ms-linear-gradient( -90deg, #003346 0%, #005589 50%, #006bb6 85%);}
.ys-nav li em.li01:before{content:"\e61d";font-size: 60px;}
.ys-nav li em.li02:before{content:"\e721";font-size: 60px;}
.ys-nav li em.li03:before{content:"\e64b";font-size: 60px;}
.ys-nav li p{margin:0px;}
.ys-nav li:hover,.ys-nav li.active{background: #e60012;}
.ys-nav li:hover p,.ys-nav li.active p{color:#fff;}
.ys-nav li:hover i,.ys-nav li.active i{color: #fff;}
.ys-nav li:hover em:before,.ys-nav li.active em:before{color:#fff;}


.ys-c{height:600px; overflow: hidden;display: none;}
.ys-c dl{display:flex;}
.ys-c dd{width: 100%;
    height: 600px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 40%;}
.ys-c dd img{max-width:100%;height:600px;}
.ys-c dt{ float: left; width:40%;flex-shrink:0;height:600px;background:#fff;overflow: hidden;padding: 40px 50px 0 55px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ys-c dt .title{width:100%; overflow: hidden; display: flex; padding-bottom: 20px;flex-direction: column;align-items: flex-end;}
.ys-c dt .title h1{ font-size: 120px; color:#3871c1; font-weight: bold;padding: 0px 0px;margin: 0px;}
.ys-c dt .title h3{ font-size: 40px; color:#3871c1; font-weight: bold;}
.ys-c dt .title h5{ font-size: 26px; color:#000000;font-weight: bold;text-align: right;}
.ys-c dt p{ margin-top: 20px; font-size: 0.9rem; line-height: 1.6rem; color:#333;font-weight: 500; display: flex;flex-direction: row; align-items: flex-start;}
.ys-c dt p:before{content:"\e89e";font-family: "iconfont";font-size: 1.5rem;padding-right:5px;    padding-top: 1px;}

#ysSection1{}

.ys-desc{width:100%; padding:50px 0px 50px 0px; display: flex;}
.ys-desc .ys-desc-name{line-height: 56px;
    overflow: hidden;
    font-size: 24px;
    color: #2c5897;
    text-align: center;
    float: left;
    margin-top: 50px;margin-right:0px;
	width:200px;
	height: 60px; line-height: 60px;
	background: #fff;
}

.ys-desc .ys-desc-c{padding: 20px 0 0 40px;width: 660px;float: left;}
.ys-desc .ys-desc-c p{font-size: 32px;color: #fff;font-weight: bold;height: 56px;line-height: 56px;margin: auto;}
.ys-desc .ys-desc-c ul{margin:auto; padding: 0px;}
.ys-desc .ys-desc-c ul li{font-size: 18px;color: #fff;float: left;line-height: 36px;background: url(/images/icon/icon-gou.png) no-repeat left center;padding: 5px 40px 0 30px;;}

.ys-desc .ys-desc-lx{margin-left:auto;display: flex; flex-flow: column;    margin-top: -20px;}
.ys-desc .ys-desc-lx em:before{content:"\e650";font-size: 60px;font-family: "iconfont" !important; color:#ffffff; display: block; text-align: center;line-height: normal;}
.ys-desc-lx font{font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;}
.ys-desc-lx font a{color: #fff;}
.ys-desc-lx span{display: block;margin: 20px auto;}
.ys-desc-lx span a{background: #fff;color: #333;padding: 5px 30px;border-radius: 20px;font-size: 14px;}

/*============================================
lc-section start
===========================================*/
.lc-section{padding:100px 0px 100px 0px;width:100%;overflow: hidden;background: #f5f5f5;}
.lc-section .lc-c h4{font-size: 30px;color: #1a1a1a;height: 90px;line-height: 28px;position: relative;padding: 0 0 0 20px;}
.lc-section .lc-c h4 i{display: block;font-size: 12px;text-transform: uppercase;font-weight: normal;color: rgba(51,51,51,0.3); font-family:Arial, Helvetica, sans-serif;}
.lc-section .lc-c h4:before{content: "";width: 6px;height: 38px;background: #0445a7;position: absolute;top: 5px;left: 0;}
.lc-section .lc-c ul{    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0px;}
.lc-section .lc-c ul li{font-size: 16px;color: #333;float: left;position: relative;height: 130px;padding: 10px 0 0 30px;width: auto;line-height: 26px;    text-transform: uppercase;}
.lc-section .lc-c ul li:before{content: "";width: 1px;height: 100%;background: #dfdfdf;position: absolute;top: 0;left: 0;}
.lc-section .lc-c ul li:after{content: "";width: 0;height: 0;position: absolute;top: 50%;left: 0;margin-top: -8px;
border-left:8px solid #dfdfdf; 
border-top:8px solid transparent;
border-bottom:8px solid transparent;
}
.lc-section .lc-c ul li em{width: 38px;height: 36px;display: block;line-height: 0;overflow: hidden;margin-bottom: 10px;}
.lc-section .lc-c ul li em img{width: 38px;height: 36px;}
.lc-section .lc-c ul li i{display: block;font-size: 12px;text-transform: uppercase;font-weight: normal;color: rgba(51,51,51,0.5); font-family:Arial, Helvetica, sans-serif; display: none;}
.lc-section .lc-c ul li:hover{font-weight: bold;}


/*============================================
com-section 公司简介
===========================================*/
.com-section{background: #e9ecf3 url("/images/bg/bg-gsjj.jpg") no-repeat center top;
    height: auto;
    overflow: hidden;
    padding: 100px 0px 100px 0px;
}
.com-section .wrap{max-width:1280px; background:#FFFFFF;margin-top: 10rem; padding:80px;}
.com-section .wrap .com-titles{text-align: center;}
.com-titles h3{font-size:2.8rem; font-weight: bold; margin-bottom:1rem; display: flex;align-items: center;justify-content: center;}
.com-titles h3:before{content:"";width:50px; height: 3px; background:#d02d30; margin-right:1rem;}
.com-titles h3:after{content:"";width:50px; height: 3px; background:#d02d30; margin-left:1rem;}
.com-titles h5{font-size:1.2rem; }
.com-cols{    text-align: center;
    width: 300px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 50px auto auto auto;}
.com-cols a{width:50%; color:#666;display: block;
    font-size: 1.1rem;
    height: 40px;
    line-height: 40px;}
.com-cols a:nth-last-child(1){background: #d02d30;color:#FFFFFF;background: linear-gradient(108deg, transparent 15px, #d02d30 0);}


.com-section .com-box{display:flex;}
.com-img{width:auto; max-width:100%;overflow: hidden; flex-shrink: 0; margin: 50px auto auto auto;}
.com-img ul{ display: flex; flex-wrap: wrap;}
.com-img ul li{width:auto;overflow: hidden; border-radius: 10px;}
.com-img ul li:nth-child(2n+1){margin-right:15px;}
.com-img ul li:nth-child(2n){margin-top:15px;}
.com-img img{max-width:100%; width:100%; -webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.com-img img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}



.com-desc{margin:20px auto auto auto;width:100%; max-width:1000px; overflow: hidden;padding: 0px 20px 0px 0px; color: #333;}
.com-desc h5{color:#ffc246;}
.com-desc h2{font-size: 2.8rem;color: #333;line-height: 2.8rem;font-weight: 500;position: relative; text-align: left;}
.com-desc h2 a{color: #333;}
.com-desc h2 a:hover{color: #3871c1;}
.com-desc p{font-size:0.9rem; text-align: left;line-height: 2rem; color:#111111; font-weight: 300; margin-top:20px;}
.com-desc ul{font-size: 18px;color: #333;line-height: 30px;height: auto;overflow: hidden;padding: 20px 0 0; margin-top:20px;}
.com-desc ul li{list-style: disc; margin-left: 20px;margin-bottom: 20px;}

.com-desc .btn1{margin-left:20px;}


.com-desc .com-items{}

.com-desc .com-items{display: flex;flex-wrap: wrap;}
.com-item{display: flex;width: 50%;align-items: center; margin: 10px auto;}
i.com-icon{font-size: 2rem; color:#ffc246;flex-shrink: 0; margin-left:0px;margin-right: 5px;display: flex;}
i.com-icon:before{font-family: "iconfont" !important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-top: -5px;}
i.com-icon01:before{content: "\e6a1";}
i.com-icon02:before{content: "\e645";}
i.com-icon03:before{content: "\e654";}
i.com-icon04:before{content: "\e721";}
i.com-icon05:before{content: "\e654";}
i.com-icon06:before{content: "\e721";}

.com-icon-info{}
.com-icon-info h3{color:#333; font-weight: 400; font-size:1.2rem;margin: auto;}
.com-icon-info h3 span{font-size:1.5rem;}
.com-icon-info p{font-size:0.8rem; color:#333; margin:auto;}








/*============================================
product-section start 产品展示
===========================================*/
.product-section{padding:0px 0px 0px 0px; overflow: hidden; margin: auto;width: 100%;}
.product-conts{display:flex;flex-direction: row;}
.product-conts .product-img{width:50%; flex-shrink: 0;}
.product-conts .product-img img {max-width: 100%;width: 100%;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.product-desc{ background:#fff;display: flex; align-items: center;justify-content: center;}
.product-desc .inner-box{padding:100px;}
.product-desc .inner-box h5{font-size:2rem;}
.product-desc .inner-box ul{margin-top:20px;}
.product-desc .inner-box ul li{font-size:1rem; position: relative;display:flex;align-items: baseline; line-height: 1.2rem;margin:15px auto;}
.product-desc .inner-box ul li:before{content:"\e647";font-family: "iconfont" !important; color:#e92b29; font-size:1rem;}

.product-conts.product-reverse{flex-direction: row-reverse;}


/***************************首页新闻***************************/
.news-section{width:100%; margin: auto; padding: 80px 0px 80px 0px;background: #ffffff;}

.news-section .wrap{position:relative;max-width:1280px;}
.news-section .news-titles{display: flex; flex-direction: column; position: absolute; top: 0px; left: 0px;}
.news-section .news-titles h3{font-size:3rem;}
.news-section .news-titles h5{font-size:1.2rem;}

.news-wrapper{width:100%; overflow: hidden;display: flex;flex-direction: column;}
.news-nav{display: flex;
    margin-top: 50px;
    margin-right: 0px;}
.news-nav li{float: left;
    width: 130px;
    background: #333333;
    height: 48px;
    line-height: 48px;
    border-right: 1px solid #FFFFFF;
    text-align: center;
    font-size: 20px;
    color: #fff;}
.news-nav li a{color: #fff;}
.news-nav li.active {
    background: #3871c1;
    position: relative;
}
.news-nav li:hover{background: #3871c1;}
.news-nav li a:hover{color: #fff;background: #3871c1;}
.news-cont{margin-top:80px;display: flex;}
.news-img{flex-shrink: 0; margin-right:50px;}


.news-cont .news-c{display: none;}
.news-cont .news-c.active{display:flex;}
.news-cont .news-c ul li{margin-bottom:30px; border-bottom:1px dashed #ccc;}
.news-cont .news-c ul li .Images{display: none;}
.news-cont .news-c ul li .Names{font-size:1.6rem; color:#333;}
.news-cont .news-c ul li .Names a{color:#333;}
.news-cont .news-c ul li .Desc{padding:20px 0px 0px 0px; font-size:0.9rem; color:#666;}
.news-cont .news-c ul li .art_more{display: none;}
.news-cont .news-c ul li:nth-last-of-type(1){margin-bottom:auto;}

.cjwt-wrapper{width:100%; overflow: hidden;margin-top:2rem;display: flex;}
.cjwt-img{flex-shrink: 0; margin-right:50px;z-index: 1; position: relative;}
.cjwt-img .titles{position:absolute; left: 0px; right: 0px; top:1rem;}
.cjwt-img .titles:before{display: none;}
.cjwt-img .titles a{font-size:1.6rem; color:#000;}
.cjwt-img .titles a:hover{color:#d02d30;}
.cjwt-img .titles a:after{content: "\e659";font-family: "iconfont" !important;margin-left:10px; font-size:1.6rem;}
.cjwt-cont{}
.cjwt-cont ul{display: flex; flex-direction: row; flex-wrap: wrap;align-content: space-between;height: 100%;}
.cjwt-cont ul li{width:calc((100% / 2) - 20px);}
.cjwt-cont ul li .time{display:none;}
.cjwt-cont ul li a{color:#333;display: flex;align-items: center;}
.cjwt-cont ul li a:before{content: "";margin-right: 5px;width:2px;height: 2px;background: #666666;}

/*.news-container { width:100%; margin:0 auto; padding:0px;}
.news-container ul{width:100%; margin:50px auto 20px auto; position: relative;}
.news-container ul li {}
.news-container ul li a{}
.news-container ul li a img{ max-width:100%;}
.news-container  .owl-item{padding-bottom: 10px;}
.news-container .item-media{height:250px;}
.news-container  .owl-item h5,.news-container  .owl-item h5 a{font-size:20px; color:#333;height: 30px;line-height: 30px;overflow: hidden;}
.news-container .vertical-item.content-padding .item-content {
    padding: 20px;
}
.news-container .art_desc{height:45px; overflow: hidden;}
.news-container .vertical-item.content-padding .item-content p{font-size: 14px;}
.news-container .art_more{ color:#424242;text-decoration: underline; margin-top:20px;}*/

.item-content{padding:0px 0px 20px 0px;display: flex;flex-direction: column;flex-wrap: wrap;}
/*.item-content .Names a{color:#333333;}
.item-content .Desc{font-size: 14px;
    color: #666;
    height: 100px;margin-top:10px;
    overflow: hidden;}
.news-container ul li:hover {
    box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);;
    transition: 0.3s ease-in-out;
}
.news-container ul li:hover .Names a{color:#e92b29;}
.news-container ul li .Images{overflow: hidden;}
.news-container ul li img {
    max-width: 100%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.news-container ul li:hover img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);}*/



.item-content .Names{overflow: hidden;}


@media screen and (max-width: 1920px){}
@media screen and (max-width: 1600px)
{

}
@media screen and (max-width: 1440px)
{
	.wrap{max-width:1280px;}	
}
@media screen and (max-width: 1366px)
{
	.wrap{max-width:1200px;}	
}
@media screen and (max-width: 1280px)
{
	.wrap{max-width:1200px;}
	.product-desc{width: 100%;}
	.product-desc .inner-box{padding: 40px 20px;}
	.product-desc .inner-box h5{font-size: 1rem;}
	.product-desc .inner-box ul li{font-size: 0.8rem;}
}
@media  (min-width: 1024px) and (max-width:1199px)
{
	/*.wrap{width:100%;}*/
	.header_t{display: block;}
	.h_desc .header_logo h3{font-size:20px;}
	
	.wrap{max-width:100%;}
	
	.products-section .wrap{max-width: 100%;}
	
	.news-section{padding:0px 0px 50px 0px;}
	
	.footer .wrap{display: none;}
}
@media screen and (max-width: 1023px){
	html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
	body {font-size: 1.4rem;/*1.4 × 10px = 14px */}
	
	.titles1 h3{font-size:2.8rem; line-height: 1rem;}
	.titles1 h4{font-size:1.4rem;}
	.titles1:before {left: 10%; top:5.5rem;}
	.titles1:after {right: 10%; top:5.5rem;}
	
	.wrap{max-width: 100%;}
	
	.search-section{display: none;}
	
	.mb_none{display: none;}
	
	/*公司简介*/
	.company-section{padding:40px 0px 0px 0px;}
	.company-section-bg{display: none;}
	.company-c{flex-direction: column;padding-bottom: 50px;}
	.company-section-desc{margin:auto; padding:0px 22.5px;}
	.company-section-img{width:100%; padding:0px 22.5px;}
	.company-section-desc .counter-items{bottom: 0px;width:100%;}
	.counter-item .inner-box .desc-box{display: flex;align-items: baseline;justify-content: center;}
	.counter-item .inner-box .desc-box .desc-box-text{font-size:2rem;}
	
	
	/*产品展示*/
	.prod-section{padding: 50px 0px 20px 0px;}
	.col-prod-nav ul{flex-wrap: wrap;}
	.col-prod-nav li{margin: 0px 10px;    width: calc(50% - 20px);}
	.col-prod-nav li p{font-size: 1.6rem;margin-bottom: 0px;}
	.col-prod-pimg-slider li{width:calc((100% - 40px) / 2);margin: 20px auto;}
	.col-prod-pimg-slider li .Images{height: auto;}
	.col-prod-pimg-slider li .Names{padding: 10px 20px 10px 20px;height: auto;line-height: normal;text-align: center;}
	.col-prod-pimg-slider li .Names a{font-size: 1.5rem;}
	.col-prod-pimg-slider li .Names:after{display:none;}
	.col-prod-pimg-slider li .Desc{display:none;}
	.col-prod-pimg-slider .item-content{padding:0px;height: auto;line-height: normal;}
	.col-prod-pimg-slider li:nth-of-type(3n){margin-right:auto;}
	
	
	/*案例展示*/
	.anli-section{padding:50px 0px;}
	.anli-c{flex-direction: column;}
	.anli-c .anli-c-b{width:100%;}
	.anli-c .anli-c-list{width:100%; position: relative;top:inherit;height: auto;padding-bottom: 20px;}
	.anli-c-list ul li{height:auto;}
	.anli-c-item h3{display: none;}
	.anli-section .btn1{margin-top: 50px;}
	
	
	.ys-section{padding:50px 0px;}
	.ys-section .ys-nav{display: none;}
	.ys-wrapper{height:auto;}
	.ys-section .tab-content>div{display:block;opacity: 1;}
	.ys-section .ys-c{display: block;width: 90vw;height: auto;background: #fff;padding: 0.8rem;overflow: hidden;text-align: center;margin: auto;}
	.ys-section .ys-c dl{display: flex; flex-flow:column-reverse;margin: auto;}
	.ys-section .ys-c dt, .ys-section .ys-c dd{width:100%;}
	.ys-section .ys-c dd{max-width:100%; height: auto;position: relative;top: auto;left: auto;bottom: auto;right: auto;}
	.ys-section .ys-c dd img{max-width:100%; height: auto;}
	.ys-section .ys-c dt{height:auto; padding:2rem;}
	.ys-c ul li{font-size: 1.8rem;text-align: left;line-height: 2.6rem;margin-top: 10px;}
	.ys-c dt li:before{font-size: 1.8rem;}
	.ys-c dt .more{right:0px;}
	.ys-c dt .title h1{font-size:5rem;}
	.ys-c dt .title h3{font-size:4rem;}
	.ys-c dt p{font-size: 1.5rem;line-height: 2rem;text-align: left;}
	
	
	.lc-section{padding:0px 2vw;}
	.lc-section .lc-c ul{flex-flow:wrap;}
	.lc-section .lc-c h4{font-size:2rem;}
	.lc-section .lc-c ul li{font-size:1.4rem;padding:1rem 0.5rem;}
	.lc-section .lc-c ul li:before{display: none;}
	.lc-section .lc-c ul li:after{display: none;}
	.lc-section .lc-c ul li em{margin:auto;}
	
	.company-section-desc .counter-items{display: none;}
	.counter-items{width:100%;}
	.counter-items .counter-item{width:100%;}
	
	.counter-item i.icon-count1:before{content: "\e634";}
	.counter-item i.icon-count2:before{content: "\e65b";}
	.counter-item i.icon-count3:before{content: "\e67a";}
	
	
	.news-section{padding: 50px 0px;}
	
}

@media screen and (max-width: 767px)
{
	.col-prod-nav li{margin: 0px 5px;width: calc((100% / 3) - 10px);}
	.col-prod-nav li p{font-size:1.2rem;padding: 10px 0px;}
	.col-prod-nav li:last-child:nth-child(3n - 1){margin-right:calc((100% / 3) + 5px);}
	.counter-item .inner-box .desc-box span {font-size: 8rem;}
	.news-section .news-titles{position: relative;padding: 0px 20px;}
	.news-section .news-titles h5{font-size: 1.4rem;}
	.news-nav{margin-top:10px;}
	.news-cont{    margin-top: 20px;}
	.news-img{display: none;}
	.news-cont .news-c.active{padding:0px 20px;}
	
	.cjwt-wrapper{flex-direction: column;}
	.cjwt-wrapper .cjwt-img{margin:auto;}
	.cjwt-cont{padding:20px 20px 0px 20px;}
	.cjwt-cont ul li{width:100%; margin:5px auto;}
	
	.col-prod-pimg-slider li:last-child:nth-child(3n){margin: 20px auto;}
	.col-prod-pimg-slider li:last-child:nth-child(3n+1){margin: 20px auto;}
	.col-prod-pimg-slider li{margin: 10px auto;}
	.col-prod-pimg-slider li:last-child:nth-child(2n+1){margin-right: calc((((100% - 20px) / 2) * 1) + 20px);}
	
}
@media screen and (max-width: 425px)
{
	.titles1 h3{font-size:2rem;}
	.anli-c-list .anli-c-item h5{font-size:1.8rem;}
	.ys-c dt .title h3{font-size:3.2rem;}
	.ys-c dt .title h5{font-size:2.2rem;}
}
@media screen and (max-width: 414px)
{
	.col-prod-nav li p{font-size: 1.4rem;padding: 5px 10px;}
	
}


@media screen and (max-width: 375px)
{
	body {font-size: 14px;/*1.4 × 10px = 14px */}
	.titles1 h3{font-size: 2.2rem;}
	.counter-item .inner-box .desc-box span{font-size: 6rem;}
	.anli-c-list .anli-c-item h5{font-size:1.6rem;}
	.anli-c .anli-c-list{padding-bottom: 10px;}
	.anli-c-list ul li {width: calc(50% - 15px);margin: 10px 10px 0 10px;}
	
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}