.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h3{ /*font-family:HelveticaNeueCE; */font-size:2rem; color:#00396f; line-height:2rem; margin-bottom:10px; text-transform: uppercase;}
.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:30px; color:#212121; line-height:45px; margin-bottom:10px; 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:16px;margin-bottom:25px;color:#212121;font-weight: 300; text-transform: uppercase;}
.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: #124575;
    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: #af263c;}



.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; }


/*============================================
company-section 公司简介
===========================================*/
.company-section{position: relative;
  display: block;
  padding: 90px 0px 0px 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{ }

.company-c{display:flex;position:relative;padding-bottom: 20px;}

.company-section-img {position: relative;display: block;width:600px;flex-shrink: 0;}
.company-section-img-image {position: relative;display: block;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-left: 70px;/*margin-right:2rem;*/}
.company-section-desc-t {margin-bottom: 5px; border-bottom:0px solid #c7c7c7;padding-bottom: 0px;margin-bottom: 0px;}
.company-section-desc-t h2{color:#000000;position: relative;
    font-size: 40px;
    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: 34px;
  color: #333333;
  font-weight: bold;
  margin: 0;
}
.company-section-desc-c {}
.company-section-desc-c p{
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
	font-size:16px; color:#222222;line-height: 2.2em;font-weight: 500;
}

.company-section-desc .hd{width: 330px;height: 47px;background: #E1E1E1;}
.company-section-desc .hd ul li{float:left;width:173px;height:47px; text-align: center;cursor: pointer;position: relative;}
.company-section-desc .hd ul li.jd2{margin-left: -16px;}
.company-section-desc .hd ul li em{display: block; width:100%; height:47px; line-height:47px;font-size: 16px; color:#666666; font-family: "思源黑体 CN"; position: relative;z-index:200;}
.company-section-desc .hd ul li.jd1:before{width:100%;height:47px; background:url(../images/bg/com-jd1.png) no-repeat center; content:"";position: absolute;left:0;top:0;display: none;}
.company-section-desc .hd ul li.jd2:before{width:100%;height:47px; background:url(../images/bg/com-jd2.png) no-repeat center; content:"";position: absolute;right:0;top:0;display: none;}
.company-section-desc .hd ul li.cur em{color:#FFF;}
.company-section-desc .hd ul li.jd1.cur:before{display:block;}
.company-section-desc .hd ul li.jd2.cur:before{display:block;}


/*============================================
ad01-section 文字口号
===========================================*/
.ad01-section{padding:0px 0px; overflow: hidden; margin: auto; margin-top:0px; position:relative; margin-top:80px; height: 250px; width:100%;}
/*.ad01-section:before{background-color:rgb(34 34 34 / 10%); content: ""; position: absolute;top: 0;left: 0;right: 0;bottom: 0; z-index: -1;}*/
.ad01-section .wrap{display: flex; justify-content: center;align-items: center;height: 100%;}
.ad-cont{max-width: 800px;text-align: center;}
.ad-cont h3{padding: 0px;display: block;line-height: 45px; font-size:30px;color: #ffffff;font-weight: 500;}
.ad-cont p{font-size:18px; color:#FFFFFF; margin-top:20px;}


/*============================================
solution-section-section 解决方案
===========================================*/
.solution-section{padding:25px 0px;}
.solution-cont {display:flex;flex-wrap: wrap; max-width:1280px;}

.solution-cont li{ width:calc((100% / 3) - 1%); height: auto; margin-right:1.5%; margin-bottom:2.5%; float: left; overflow: hidden; position: relative; background: #f8f8f8; box-shadow: 5px 5px 20px rgba(0,0,0,0.2); max-width:400px;}
.solution-cont li:nth-of-type(3n){margin-right:0px;}
.solution-cont li .Images{ width: 100%; height:245px; margin: auto; overflow: hidden;}
.solution-cont li img{ max-width: 100%;margin: auto;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s;
}
.solution-cont li:hover img{	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.solution-cont li .Names{height: 56px; line-height: 56px; text-align: center;}
.solution-cont li .Names a{font-size:16px; color:#333333; transition: 0.5s;}
.solution-cont li:hover .Names a{color:#e70012;}
.solution-cont li span{width:100%; line-height: 30px; font-size: 18px; color: #333; text-align: left;margin:auto 0px;display: block;padding: 20px 30px;}
.solution-cont li .btn-tl{height: 45px;
    width: 70px;
	position: absolute;
	bottom: 0px; right: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    background: #01005c;
	background: linear-gradient(135deg, transparent 10px, #01005c 0) bottom left;
	
}
.prod-cont main .showbox li .btn-tl i{font-size: 20px;
    color: #ffffff; font-style: normal;}
.prod-cont main .showbox li .btn-tl i:before{
	content: "\e60d";
	font-family: "iconfont" !important;
	line-height: 45px;
	display: inline-block;
}
.solution-cont li:hover .btn-tl{background:#e70012;background: linear-gradient(135deg, transparent 10px, #e70012 0) bottom left;
transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s;
}
.solution-cont li .item-content{padding:0px; height:60px;}
.solution-cont li .item-content .Names{height: 60px; display: flex; align-items: center;}
.solution-cont li .item-content .Names a{padding-left:20px;font-size:14px; color:#333;}
.solution-cont li:hover .item-content .Names a{color:#01005c; text-decoration: underline;transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s;}
.solution-cont li .item-content .Desc{display:none;}

/*============================================
ad02-section 文字口号
===========================================*/
.ad02-section{padding:0px 0px; overflow: hidden; margin: auto; margin-top:0px; position:relative; margin-top:80px; height: 200px; width:100%;}
/*.ad01-section:before{background-color:rgb(34 34 34 / 10%); content: ""; position: absolute;top: 0;left: 0;right: 0;bottom: 0; z-index: -1;}*/
.ad02-section .wrap{display: flex; justify-content: center;align-items: center;height: 100%; max-width:1280px;}
.ad02-section .ad-c{width:auto;display: flex; flex-direction: column; justify-content: space-around;justify-content: center;align-items: center;color:#ffffff; max-width:800px;}
.ad02-section .ad-c h3{font-size:26px; font-weight: 500; line-height: 40px;}
.ad02-section .ad-c h5{font-size:16px;margin-top:10px;}
.ad02-section .ad-tel{margin-left:auto; margin-right:0px; display: flex; flex-direction: column;}
.ad02-section .ad-tel h5{font-size:28px; font-weight: bold;color:#ffffff; }
.ad-tel a{border:1px solid #ffffff;padding:5px; font-size:18px; color:#FFFFFF; border-radius: 100px;text-align: center; margin-top: 18px;}
.ad-tel a:hover{background:#e60012;transition: 0.5s; border:1px solid #e60012;}


/*============================================
prod-section 产品展示
===========================================*/
.prod-section{width:100%; overflow: hidden; padding: 50px 0px 50px 0px; margin: auto; background:#fafafa;}
.prod-section .wrap{max-width:1280px;}
.prod-section .titles h5{}

.prod-section .prod-titles{width:100%;}
.prod-titles h5{font-size:0.9rem; color:#333;}
.prod-titles h3{font-size:1.6rem; color: #d02d30;}
.prod-titles h3 span{padding:0px 10px; color:#000;}
.prod-titles .prod-titles-line{display: flex; margin-top:1rem;}
.prod-titles-line .line1{width:100px; height: 3px; background: #d02d30;}
.prod-titles-line .line2{width:20px; height: 3px; background: #000;margin-left:1rem;}

.prod-box{width:100%; display: flex;flex-wrap: wrap;}


.prod-c{width:100%;overflow: hidden; padding:0px; background: transparent;margin: 2rem auto 2rem auto;}
.prod-c ul li{width:calc((100% / 4) - 20px); height: auto; margin:auto 10px 15px 10px; float:left;}
.prod-c ul li .Images{border:1px solid #ccc;}
.prod-c ul li img{max-width:100%; width:100%;}
.prod-c ul li .Names{width:100%; padding:10px 0px 0px 0px; font-size:14px;text-align: center; color:#333333;}
.prod-c ul li .Names a{font-size:16px; color:#333333; text-align: center;}
.prod-btn{justify-content: center;}

.prod-cont .more{position: absolute;right: 40px;bottom: 0px;}
.prod-cont .more a{font-size:35px;}






.hb-section{background:#fafafa; padding:20px 0px;}
.hb-section ul li img{border:1px solid #ccc;}
/***************************首页新闻***************************/
.news-section{width:100%; margin: auto; padding: 50px 0px 50px 0px;background: #ffffff url(/images/bg/bg-news.jpg) bottom center no-repeat; background-size:cover;}
.news-section .wrap{max-width:1280px;}
.news-section .titles3{max-width:1200px;}

.news-cont { width:100%; margin:0 auto; padding:0px;    margin-top: 20px;}

.news-cont  .Images{width:100%; overflow: hidden;transition: 1s;}
.news-cont  .Images img{ max-width:100%;transition: 1s;}
.news-cont  .card:hover .Images img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}

.news-cont  .card .item-content{padding:20px;}
.news-cont  .card .item-content .Names a{font-size:20px; font-weight: bold;color:#333;}
.news-cont  .card .item-content .Time{margin-top:10px; font-size:14px; color:#969696;}
.news-cont  .card .item-content .Desc{font-size:14px; color:#5d5d5d; line-height: 20px;margin-top:10px; font-weight: 300;}
.news-cont  .card .item-content .more{margin-top:10px; font-size:16px; color:#333;}
.news-cont  .card .item-content .more a{color:#333;}
.news-container .owl-carousel .owl-nav .owl-prev{left:-50px; opacity: 0.8;}
.news-container .owl-carousel .owl-nav .owl-next{right:-50px; opacity: 0.8;}

.item-content .Names{overflow: hidden;}


@media screen and (max-width: 1920px){}
@media screen and (max-width: 1600px)
{
	.wrap{max-width:1400px;}
	.prod-cont li .col-c h3{font-size:24px;}
	.col-c ul li{width:calc((100% / 2) - 10px); box-shadow:none;}
}
@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:20px 0px 0px 0px;}
	.company-section-desc-t{margin-top: 20px;}
	.company-section-desc-t h2{font-size:30px;}
	.company-section-desc-t h5{font-size:24px;}
	.company-section-bg{display: none;}
	.company-c{flex-direction: column;padding-bottom: 50px;}
	.company-section-desc{margin:auto; padding:0px 2rem;}
	.company-section-img{width:100%; padding:0px 2rem;max-width: none;}
	.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;}
	.company-section-desc .more.btn1{font-size:1.5rem;}
	.company-section-desc .more.btn1 a{flex:auto;}
	
	/*产品展示*/
	.prod-section{padding: 20px 0px 0px 0px;}
	.col-prod-nav ul{flex-wrap: wrap;}
	.col-prod-nav li{margin: 0px 0px;    width:calc(100% / 3);}
	.col-prod-nav li p{font-size: 1.6rem;margin-bottom: 0px;}
	.col-prod-nav li a{font-size:1.4rem;}
	
	.solution-cont li{width:100%;}
	.ad02-section{display:none;}
	.prod-titles h5{font-size:1.9rem;}
	.prod-titles h3{font-size: 2.6rem;margin-top: 10px;}
	
	.tab-content>div.active{align-items: center; padding:0px 5rem;}
	.Dbeauty{justify-content: center;}
	.Dbeauty img{width: calc((100% / 3) - 0px);}
	
	
	/*案例展示*/
	.form-section{padding-top: 3rem;padding-bottom: 1rem;}
	.form-wrapper{padding: 0px 2rem;}
	.form-box ul li img{max-width:100%;}
	
	.news-section{padding: 50px 0px;}
	
	.hb-cont .Images{text-align: center;}
	.prod-c ul li{width:calc((100% / 2) - 20px)}
}

@media screen and (max-width: 767px)
{
	.prod-c{height:auto;}
	.col-prod-cont .tab-content{justify-content: center;}
	.active .Dbeauty{justify-content: center;flex-direction: column;align-items: center;}
	.Dbeauty img{width: auto;max-width: 100%;height: calc(400px / 3);}
	#Section3 .Dbeauty img{     width: auto;}
	
	.tab-content>div.active{padding:0px;margin:0px;}
	
	.form-wrapper{padding: 0px; flex-direction: column;}
	.form-wrapper .form-box{width:100%;}
	.form-wrapper .quote-box{width:100%; margin-top:5rem;}
	.form-wrapper .form-title{padding: 0px 2rem;}
	
	.anli-section .anli-top{padding: 1.2rem;}
	.anli-c ul li{width:99% !important; margin:0.5% !important;}
	
	

}
@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)
{
	
	
}


@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)
{
	
}