.titles{text-align: center;margin-bottom: 50px;font-size: 32px;font-weight: bold; max-width:1000px; margin:auto;}
.titles h3{font-size: 34px;color:#000000; line-height:2rem; margin-bottom:10px; text-transform: uppercase;}
.titles h3:after{display: block;content: '';background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;height: 18px;margin-top: 20px;}
.titles h5{font-size:16px; line-height:34px;margin-bottom:25px;color:#000000;font-weight: 300;}

.titles1{ text-align:center; padding:20px 0px;position: relative; display:flex;flex-direction:column; align-items:center;}
    .titles1 h3 {
        font-family: HelveticaNeueCE;
        font-size: 34px;
        color: #343434;
        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: 24px;
        margin-bottom: 25px;
        color: #b5b5b5;
        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;
}
    .titles1:after {
        content: "";
        width: 50px;
        height: 2px;
        background: #0071b7;
    }

.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:1280px;}
.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: #3674db;
    color: #FFFFFF;
    padding: 15px 50px 15px 56px;
    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: #e70012;}


.btn2 a{display:flex;}
.btn2 span{color: #ffffff;border-color: #124575;background: #124575; font-size:14px;}
.btn2 span {
    display: inline-flex;
    align-items: center;
    height: 3rem;
    border: 1px solid transparent;
    transition: color 0.2s ease, border 0.2s ease, background 0.2s ease;
}
.btn2 .btn-text {
    padding: 0.9rem 1.6rem;
}
.btn2:hover .btn-text{color: #124575;border-color: #124575;background: transparent;}
.btn2 .btn-addon {
    padding: 0.9rem 1.3rem;
    margin-left: 2px;
    font-size: 1.2rem;
}

.btn3 em{width:40px;height: 40px; border:1px solid #3674db; color:#3674db;border-radius: 100%;display: flex;justify-content: center;align-items: center; margin-right:10px;}
.btn3 em:before{content:"\e60d";font-family: "iconfont";color:#3674db;}
.btn3 a{color:#333333; display:flex; flex-direction: row;align-items: center;}
.btn3:hover a{color:#3674db; }

section{position: relative;overflow: hidden;display: block;}

/*============================================
application-section 应用领域
===========================================*/
.application-section{padding: 90px 0px 70px 0px;}
.application-section .application-c{display:flex;}
.application-section .wrap{max-width:1200px;}
.application-img{flex-shrink: 0; width:390px;}
.application-img img{max-width:100%;}
.application-list{float: right;margin-left:80px; display:flex;flex-direction: column;align-items: flex-end;flex: 1;}
.application-list ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.application-list ul li{width: 30%; max-width:200px;float:left;display:flex; flex-direction: column; position: relative; margin:1.5%;}
.application-item{}
.application-item .t{position: absolute;top: 0px; left: 0px; height: 32px; width:130px;background:#474c4f; color:#FFFFFF;text-align: center;line-height: 32px;}
.application-item .t .num{width:30px; height: 30px; line-height: 28px; font-size: 16px; font-weight: bold; text-align:center; display: block; position: absolute; top: -10px; left: -10px; border-radius: 100px; border: 2px solid #FFFFFF;background: #474c4f;}
.application-item .image{max-width:100%;opacity: 1;}
.application-item .image img{max-width:100%;}
.application-item .content{opacity: 0; transition: 1s; padding:0px 0px; font-size:14px; line-height: 20px; color:#000000; position: absolute; top: 50px; left: 0px; right: 0px; bottom: 0px;}
.application-item .content a{font-size:14px; color:#000000;}
.application-item:hover .t{background:#0067c2; transition: 1s;}
.application-item:hover .t .num{background:#0067c2; transition: 1s;}
.application-item:hover .image{opacity: 0; transition: 0s;}
.application-item:hover .content{opacity: 1; transform: 1s;}
.application-c .more{ margin-top:10px; margin-right:10px;}
.application-c .more a{height:40px; display: flex; color:#FFFFFF;}
.application-c .more a span{width:160px; height: 40px; background: #0067c2;    display: flex;align-items: center;justify-content: center;}
.application-c .more a em{width:40px; height: 40px; background:#f15733;display: flex;align-items: center;justify-content: center;}
.application-c .more a em:before{font-family: "iconfont" !important; content:"\e659"; color:#FFFFFF;}



/*============================================
ad-section 
===========================================*/
.ad-section{padding:0px 0px; margin: auto; margin-top:0px; position:relative; height: auto; padding:50px 50px; width:100%;}
.ad-section .wrap{display: flex;
    height: 100%;
    max-width: 1280px;
    flex-direction: row;
    justify-content: center;}
.ad-section .ad-cont{width:auto;display: flex; flex-direction: column; justify-content: space-between;justify-content: center;align-items: center;color:#ffffff; max-width:auto;width: 50%;
    flex-shrink: 0;}
.ad-section .ad-t{display:flex; flex-direction: column;align-items: center; padding:20px 0px 50px 0px;}
.ad-section .ad-t h3{font: 600 50px/55px 'Arial';color: #333;text-transform: uppercase;display: flex;justify-content: center;}
.ad-section .ad-t h5{color: #ff0000;display: flex;font: 600 24px / 38px 微软雅黑;padding: 3px;}
.ad-tel{display:flex;flex-direction: row-reverse;}
.ad-tel .ad-tel-info{display:flex;}
.ad-tel-info p{display:flex;flex-direction: column;color: #333; font-size:14px;}
.ad-tel-info p span{font-size:28px; font-weight: bold;line-height: 22px;}
.ad-tel-info:before{width:50px;height: 50px; background: #21499b; color:#FFFFFF; font-family: "iconfont" !important; content:"\e679";border-radius: 50px; display:flex; justify-content: center;align-items: center;margin-right:10px;}
.ad-tel em{margin-right:0px; margin-left:auto;}
.ad-tel em a {
    display: inline-block;
    width: 200px;
    height: 48px;
    background: #21499b;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}
.ad-form{flex:1;margin-left:150px;}
.ad-form .form-group{display: flex;margin:auto;}
.ad-form .form_item{width:98%; float: left; margin:0vh 5% 2vh auto; position: relative;}
.ad-form .form_item input[type="text"]{border: 1px solid #edeef0;
    background: #ffffff;
    border-radius: 5px;
    width: 96%;
    float: left;
    padding: 15px 10px;color: #333;}
.ad-form .form_item input[type="text"]::-webkit-input-placeholder{ color:#ccc; font-size: 14px;}    /* 使用webkit内核的浏览器 */
.ad-form .form_item input[type="text"]:-moz-placeholder{color:#ccc; font-size: 14px;}                  /* Firefox版本4-18 */
.ad-form .form_item input[type="text"]::-moz-placeholder{color:#ccc; font-size: 14px;}                  /* Firefox版本19+ */
.ad-form .form_item input[type="text"]:-ms-input-placeholder{color:#ccc; font-size: 14px;}   
.InputErr{position: absolute; top:10px; right: 5px; color:#ffa53a; font-size: 20px;}
.ad-form .form_item input.yydate{background: url("icon_date.png") no-repeat 97% center transparent;}
#Calendar{width:80%;}
#Calendar table{width:100%;}


.ad-form .form_item select.yySel{border: 1px solid #cecece;
    background: none;
    border-radius: 5px;
    width: 96%;
    float: left;
    padding: 15px 15px 15px 10px;
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
	background: url("icon_sel.png") no-repeat scroll 96% center transparent;
	color:#cecece;
}
/*.formBox .form_item select.yySel:focus{border:0px;}*/
.ad-form .form_item select.yySel::-ms-expand {display: none;}

.ad-form .form_item select.yySel::-webkit-input-placeholder{ color:#cecece; font-size: 14px;}    /* 使用webkit内核的浏览器 */
.ad-form .form_item select.yySel:-moz-placeholder{color:#cecece; font-size: 14px;}                  /* Firefox版本4-18 */
.ad-form .form_item select.yySel::-moz-placeholder{color:#cecece; font-size: 14px;}                  /* Firefox版本19+ */
.ad-form .form_item select.yySel:-ms-input-placeholder{color:#cecece; font-size: 14px;} 
.ad-form .form_item select.yySel option::-ms-expand{ display: none; }
.ad-form .form_item select.yySel option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
.ad-form .form_item select.yySel option{margin:10px auto;background: #f5f5f5; font-size:14px; line-height: 2em;
    color: #4cd2b8;}
.ad-form .form_item select.yySel option.default{color:#cecece;}

.ad-form h5{font-size:1.2rem; font-weight: 300; color:#333333;display: block;text-align: left;margin:2vh auto 1vh auto;float: left;width: 99%;}
.ad-form .form_text{width:93%;display: block;}
.ad-form .form_text textarea{width:100%; height:80px;color: #333;border: 1px solid #edeef0; border-radius: 5px;background: #ffffff;padding: 10px;}
.ad-form .form_text textarea::-webkit-input-placeholder{color:#cecece; font-size: 14px;} 
.ad-form .form_text textarea:-moz-placeholder{color:#cecece; font-size: 14px;} 
.ad-form .form_text textarea:-moz-placeholder{color:#cecece; font-size: 14px;} 
.ad-form .form_text textarea:-ms-input-placeholder{color:#cecece; font-size: 14px;}


.ad-form .btn-info{margin-top:2vh;background-color: #21499b;border-color: #21499b;padding:5px 40px;}
/*============================================
ad-section 
===========================================*/
.ad2-section{padding:0px 0px; margin: auto; margin-top:0px; position:relative; margin-top:30px; height: 200px; width:100%;}
.ad2-section .ad-img{position: absolute; left:5vw;flex-direction: row;align-items: flex-end;display: flex;top: -90px;}
.ad2-section .ad-img img:nth-child(2){margin-left: -50px;}
.ad2-section .wrap{display: flex; justify-content: center;align-items: center;height: 100%; /*max-width:1280px;*/}
.ad2-section .ad-c{width:auto;display: flex; flex-direction: column; justify-content: space-around;justify-content: center;align-items: center;color:#ffffff; max-width:auto;margin-left:500px;}
.ad2-section .ad-c h3{font-size:26px; font-weight: 500; line-height: 40px;}
.ad2-section .ad-c h5{font-size:16px;margin-top:10px;}
.ad2-section .ad-tel{margin-left:auto; margin-right:0px; display: flex; flex-direction: column;}
.ad2-section .ad-tel h5{font-size:28px; font-weight: bold;color:#ffffff; }
.ad2-section .ad-tel a{border:1px solid #ffffff;padding:5px; font-size:18px; color:#FFFFFF; border-radius: 100px;text-align: center; margin-top: 18px;}
.ad2-section .ad-tel a:hover{background:#e60012;transition: 0.5s; border:1px solid #e60012;}
/*============================================
company-section 公司简介
===========================================*/
.company-section{position: relative;
  display: block;
  padding: 30px 0px 0px 0px;
  overflow: hidden;
}
.company-section .wrap{}

.company-c{display:flex;position:relative;margin-top: 3rem;padding-bottom: 40px;flex-direction: row;width:100%;}
.company-img{flex-shrink: 0;width:50%; background-size:cover; background-repeat:no-repeat;}
.company-cont {
    width: 50%;  padding:100px;color:#FFFFFF;
}
.company-cont h3{font-size:30px; font-weight: bold;margin-bottom:26px;}
.company-cont h5{font-size:12px;text-transform: uppercase; font-weight: 500;margin-bottom:26px;}
    .company-cont p strong {font-size:16px; padding-right:1px;}
    .company-cont p {
        font-size: 14px;
        line-height: 2rem;
        margin-bottom: 10px;
    }
.company-cont .more{margin-top:50px;}
    .company-cont .more {display: flex;
    }
        .company-cont .more .btn2 {
            background-color: #2aabe4;color:#FFFFFF;height:40px; inset-inline:40px; padding:0px 30px;    display: flex;justify-content: center;align-items: center;
        }
        .company-cont .more .jt {
            background-color: #f6c403;
            color: #FFFFFF;
			height:40px; inset-inline:40px;padding:0px;width:40px;    display: flex;justify-content: center;align-items: center;
        }
            .company-cont .more .jt:before {
                font-family: "iconfont";
                content: "\e60d";
            }


.counter-section{    position: relative;
    display: block;
    padding: 40px 0px;
    overflow: hidden;}
 .counter-items{width:100%; 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;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: center;}
.counter-item .inner-box .desc-box span{font-size: 3.4rem;color: #000000;font-weight: bold;line-height: 3rem;}
.counter-item .inner-box .desc-box em{width:35px; height:35px; background-color: #234ea3;color:#FFFFFF;border-radius: 50px;line-height: 35px;font-size: 1.2rem;
display:flex; align-items: center;justify-content: center;padding-bottom: 5px;    margin-left: 5px;}
.counter-item .inner-box .desc-box .desc-box-text{font-size:1.2rem;color: #343434;text-align: center; font-weight: 500; margin-top: 20px;}
/*.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:#234ea3;transition: 0.5s; cursor: pointer;border-radius: 20px;}
.counter-item:hover .inner-box .desc-box i{background-color: #ffffff;color: #234ea3;}
.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;}



.company-photo{padding: 50px 0px;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}
.company-photo-title{ display: flex;width: 100%;align-items: center;}
.company-photo-title a{color:#FFFFFF;padding: 10px 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-radius: 50px;
    color: #FFFFFF;
    background: #0071b7;
    flex-shrink: 0;
    margin-right: 50px;
    display: flex;}
.company-photo-title .line{flex: 1; height: 1px;text-align: left; background:#0071b7;} 

/*============================================
prod-section 产品展示
===========================================*/
.prod-section{width:100%; overflow: hidden; padding: 80px 0px 0px 0px; margin: auto;position: relative; background:#f5f5f5;}
.prod-section .prod-title-box{max-width:1200px; margin:auto; display: flex;    position: relative;}
.prod-title{dispay:flex; flex-direction: column;}
.prod-title h3{font-size:40px;font-weight: bold;color:#FFFFFF;}
.prod-title h5{font-size:34px; font-weight: 500; color:#FFFFFF;}
.prod-section .titles h3{color:#ffffff;}
.prod-section .titles h5{color:#ffffff;}
.prod-section .titles:before{width:100px; height: 5px; content: ""; display: block; left:calc((100% - 100px) / 2); bottom:0px; background:#234ea3;}

.prod-section-bg{background: #f5f5f5 url("/images/bg/bg-cp.jpg") top center no-repeat; z-index: 0;width:100%; max-height:455px;    width: 100%;
    height: 455px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.prod-col{flex:1; margin-left:100px;}
.prod-col ul{}
.prod-col ul li{width:calc((100% / 3) - 20px);float:left; margin:10px;}
.prod-col ul li a{font-size:18px;color:#FFFFFF;}
.prod-col ul li:before{font-family: "iconfont" !important; content:"\e627"; color:#FFFFFF; font-size:20px; margin-right:10px;}
.prod-col ul li:hover a,.prod-col ul li:hover:before{color:#ffeb3b;}


.prod-cont{width:100%; max-width:1400px;/*overflow: hidden;*/padding:0px; position: relative; margin: 20px auto 50px auto;z-index: 10;background:#FFFFFF;background-image: linear-gradient(180deg, #ffffff, #f5f5f5);}
.prod-cont .wrap{display: flex; padding-top:60px;padding-bottom: 60px;}
.prod-cont aside{width:310px; background:#f5f5f5;flex-shrink: 0;}
aside .side-t{/*background:linear-gradient(to bottom,rgb(255 255 255 / 40%)  0%,rgb(19 92 194 / 50%) 90%); */background:#005bac;display:flex; color:#FFFFFF; padding:40px 20px 40px 20px;    justify-content: flex-start;padding-left: 50px;}
.side-t:before{content: "\e721"; font-family: "iconfont"; font-size:30px; margin-right:10px;}
.side-t h3{font-size:24px;}
.side-t h5{font-size:14px; text-transform: uppercase; font-weight: 300;}
.side-column{margin:0px 0px 0px 0px; padding:0px; min-height: 675px;}
.side-column ul{margin:auto; padding:20px;}
.side-column ul li{width: 100%;
    height: auto;
    margin-bottom: 10px;
    cursor: pointer;
}
.side-column ul li a{
    font-size: 18px;
    color: #272626;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width:100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	height: 60px;
	padding-left:20px;
	background-color: #eeeeee;
	font-weight: bold;
}
.side-column ul li a:hover{
    background: #005bac;color:#FFFFFF;
}
.side-column li:hover a{}
/*.side-column a:after{content:url("/images/icon/p2.png");margin-right: 20px;margin-left: auto;padding-top:2px;}
.side-column a:hover:after{content:url("/images/icon/p1.png"); transform: translateX(-5px);-webkit-transform:translateX(-5px);-webkit-transition: .3s ease transform, .3s ease box-shadow;
    transition: .3s ease transform, .3s ease box-shadow;}*/

.side-column ul li ul{margin:20px 20px 30px 20px; padding:0px;}
.side-column ul li ul li{background:none;margin:0px;}
.side-column ul li ul li a{font-size:14px;background:none;font-weight: 400; display: flex;height:auto; line-height: normal; padding:10px 0px;color: #222222;}
.side-column ul li ul li a:before{content:""; width:10px; height:10px; display: block;background:#ccc;margin-right: 8px;border-radius: 100%;}
.side-column ul li ul li a:hover{color:#01005c; background:none; text-decoration: underline;transition: 0.5s;}
.side-column ul li ul li a:hover:before{background:#01005c;transition: 0.5s;}
.prod-cont main{margin-left:40px;flex-grow: 1;}
.prod-cont main .showbox{margin-top:0px;}
.prod-cont main .showbox ul li{ width:calc((100% / 3) - 1%); height: auto; margin-right:1.5%; margin-bottom:1.5%; float: left; overflow: hidden; position: relative; background: #f8f8f8; box-shadow: 5px 5px 20px rgba(0,0,0,0.2);}
.prod-cont main .showbox ul li:nth-of-type(3n){margin-right:0px;}
.prod-cont main .showbox ul li .Images{ width: 100%; height:245px; margin: auto; overflow: hidden;}
.prod-cont main .showbox ul li img{width: 100%;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;
}
.prod-cont main .showbox ul li:hover img{	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.prod-cont main .showbox ul li .Names{height: 60px; line-height: 60px; text-align: left;position: relative; padding-left:2rem; background: #ffffff;}
.prod-cont main .showbox ul li .Names:after{width:60px; height:60px;display: block;background:#858585;font-family: "iconfont" !important; content:"\e614"; color:#FFFFFF; font-size:30px;position: absolute; right: 0px; top: 0px;text-align: center;}
.prod-cont main .showbox ul li .Names a{font-size:16px; color:#333333; transition: 0.5s;}
.prod-cont main .showbox ul li:hover .Names{background:#0067c2;}
.prod-cont main .showbox ul li:hover .Names a{color:#ffffff;}
.prod-cont main .showbox ul li:hover .Names:after{background:#f15733;}
.prod-cont main .showbox ul li span{width:100%; line-height: 30px; font-size: 18px; color: #333; text-align: left;margin:auto 0px;display: block;padding: 20px 30px;}
.prod-cont main .showbox ul 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;
}
.prod-cont main .showbox ul 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;
}
.prod-cont main .showbox ul li .item-content{padding:0px; height:60px;}
.prod-cont main .showbox ul li .item-content .Names{height: 60px; display: flex; align-items: center;}
.prod-cont main .showbox ul li .item-content .Names a{padding-left:20px;font-size:14px; color:#333;}
.prod-cont main .showbox ul 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;}
.prod-cont main .showbox ul li .item-content .Desc{display:none;}

.prod-desc{padding:20px 0px; display: flex; flex-direction: column;}
.prod-desc-c{padding-right: 50px;}
.prod-desc-c ul{width:100%; overflow: hidden; margin-bottom:10px;}
.prod-desc-c ul li{font-size:24px; font-weight: bold; margin-right:20px;float:left;}
.prod-desc-c ul li:before{content:url("../images/xing.png"); margin-right:5px;}
.prod-desc-c p{font-size: 16px;padding: 10px 0px;}
.prod-desc-lx{margin-left:auto; margin-right:0px; padding:20px 0px;}
.prod-desc-lx ul{display:flex;}
.prod-desc-lx ul li a{padding:10px 25px;display:flex; justify-content: center;}
.prod-desc-lx ul li:nth-child(1) a{border:1px solid #ccc; color:#333;}
.prod-desc-lx ul li:nth-child(2) a{background:#f05a00;border:1px solid #f05a00; color:#FFFFFF;}

.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;}

.prod-cont .btn1{justify-content: center; padding-bottom:50px;}




.customized-section{padding: 85px 0 45px;}
.customized-section h2{    font-size: 40px;
    color: #333;
    text-align: center;
    height: 85px;
    line-height: 42px;
    overflow: hidden;}
.customized-section h2 em{    display: block;
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;}
.customized-section ul li{width: 191px;height: 268px;line-height: 0;position: relative;overflow: hidden;float: left;margin-left: 10px;margin-top: 40px;}
.customized-section ul li img{width: 191px;height: 268px;}
.customized-section ul li strong{display: block;width: 191px;text-align: center;height: 56px;line-height: 56px;position: absolute;top: -60px;left: 0;font-size: 22px;color: #fff;background: rgba(0,103,194,0.9);-webkit-transition:all .5s;transition:all .5s;}
.customized-section ul li:hover strong{top: calc(50% - 28px);}
.customized-section ul li b:hover{background: rgba(0,171,72,0.9);}
.customized-section ul li:first-child{margin-left: 0;}



.process-section{background: url(../images/bg-lc.gif) no-repeat center 130px;overflow: hidden;height: 390px;}
.process-section dl{width: 150px;height: 245px;float: left;position: relative;}
.process-section dl dt{width: 90px;height: 122px;margin: 0 auto;position: relative;}
.process-section dt .hover,.process-section dt .default{background:url(../images/lc-icon-bg.png);}
.process-section dt em{display:block;width:90px;height:90px;background:url(../images/lc-icon.png);}
.process-section dt .hover,.process-section dt .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.process-section dt .default{background-position:0 0;}
.process-section dt .hover{background-position:0 -122px;color:#fff;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
/*.process-section .default em:before{font-family: "iconfont" !important; content:""; color:#000; font-size:20px;background:#f1f1f1;}
.process-section dt:hover .default em:before{background:#0067c2;}*/
.process-section dt.d1 .default em{background-position:0 0;}
.process-section dt.d1 .default em:before{}
.process-section dt.d1 .hover em{background-position:-90px 0;}
.process-section dt.d2 .default em{background-position:0 -90px;}
.process-section dt.d2 .hover em{background-position:-90px -90px;}
.process-section dt.d3 .default em{background-position:0 -180px;}
.process-section dt.d3 .hover em{background-position:-90px -180px;}
.process-section dt.d4 .default em{background-position:0 -270px;}
.process-section dt.d4 .hover em{background-position:-90px -270px;}
.process-section dt.d5 .default em{background-position:0 -360px;}
.process-section dt.d5 .hover em{background-position:-90px -360px;}
.process-section dt.d6 .default em{background-position:0 -450px;}
.process-section dt.d6 .hover em{background-position:-90px -450px;}
.process-section dt.d7 .default em{background-position:0 -540px;}
.process-section dt.d7 .hover em{background-position:-90px -540px;}
.process-section dt.d8 .default em{background-position:0 -630px;}
.process-section dt.d8 .hover em{background-position:-90px -630px;}
.process-section dt:hover .hover,.process-section dl.cur .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.process-section dt:hover .default,.process-section dl.cur .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.process-section dd{text-align: center;padding: 45px 0 0;font-size: 18px;color: #333;height: 35px;line-height: 35px;}
.process-section dl.cur dd{color: #005eb2;}
.process-section dl:hover dd{color: #005eb2;}
.process-section .more .btn a:hover{animation:shake 1.8s linear;-webkit-animation:shake 1.8s linear;}
.process-section .more{width:100%; margin:auto; text-align: center;}
.process-section .more .btn{width: 185px;margin: 0 auto;}
.process-section .more .btn a{width: 185px;}
.process-section .more .btn a{display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 160px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background: #005eb2;
    border-radius: 30px}

/*============================================
anli-section 案例
===========================================*/
.anli-section{padding:50px 0px; background:#f5f5f5;}
.anli-section .titles h3:after{background: url(../images/cptit.png) no-repeat center bottom / auto 100%;}
.anli-c{margin-top:2rem; display: flex; position: relative;flex-direction: column;}
.anli-c .anli-c-b{width:425px; flex-shrink: 0;}
.anli-c .anli-c-list.anli-c-list-b{width:100%;}
.anli-c .anli-c-list{background-color: transparent;}
.anli-c-list ul{margin:auto; background:#FFFFFF; display: flex; flex-direction: row; flex-wrap: wrap;}
.anli-c-list ul li{width: calc(25% - 10px);
    height: auto;
    margin: 0px 10px 10px 10px;}
.anli-c-list ul li:nth-of-type(2n){margin:0px;}
.anli-c-list.anli-c-list-b ul li{width: calc(50% - 10px);}
.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 .anli-c-b .anli-c-item:before,.anli-c .anli-c-b .anli-c-item:hover:before{background: none;}
.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 .anli-c-b .anli-c-item  .content{top:50px; bottom:auto;}
.anli-c .anli-c-b .anli-c-item  h5{font-size: 30px;color: #1a1a1a; font-weight: 500;}
.anli-c .anli-c-b .anli-c-item h3{font-size: 30px;color:#343434; font-weight: bold;}
.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;}


/*============================================
lc-section start
===========================================*/
.lc-section{padding:80px 0px 0px 0px;width:100%;overflow: hidden;background: #ffffff;}
.lc-section .title{margin:auto;text-align: center;}
.lc-section .title h3{font-size:45px; color:#1a1a1a; font-weight: bold;}
.lc-section .title h5{font-size:34px; color:rgba(26,26,26,0.1);font-weight: bold;}
.lc-section .lc-c{width:1400px;  position: relative;margin:0 auto;padding-top: 80px;}
.lc-c ul{width:100%;margin:0 auto; height: 334px;}
.lc-c li{width:25%; float: left;position: relative;}
.lc-c li:after{content:'';position:absolute;height:14px;width:14.0625vw;background:url(/images/img/lj-jt.png) no-repeat;background-size: 100%; top:22px;left:4vw;}
.lc-c li em{display: block;margin-bottom: 10px;}
.lc-c 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: -webkit-gradient(linear, left top, right bottom, from(#06bdff), to(#0d5de2)); 
  background-image: -webkit-linear-gradient(left, #06bdff, #0d5de2); 
  background-image: -moz-linear-gradient(left, #06bdff, #0d5de2); 
  background-image: -o-linear-gradient(left, #06bdff, #0d5de2); 
  background-image: -ms-linear-gradient(left, #06bdff, #0d5de2); 
  background-image: linear-gradient(left, #06bdff, #0d5de2);}
.lc-c li em.icon-fw01:before{content: "\e721";font-size: 60px;}
.lc-c li em.icon-fw02:before{content: "\e6ee";font-size: 60px;}
.lc-c li em.icon-fw03:before{content: "\e6bb";font-size: 60px;}
.lc-c li em.icon-fw04:before{content: "\e660";font-size: 60px;}


.lc-c li h4{font-size:20px;font-weight: bold;color: #171515;}
.lc-c li h4 em:after{content:'';position:absolute;height:1px;width:40px;background:#cccccc;bottom:-10px;left:0;}
.lc-c li h4 em{display: inline-block;height: 38px;line-height: 38px;margin-right: 15px;color: #ef7a23;background-image: -webkit-gradient(linear,left 0, right 0, from(#06bcfe), to(#0d64e4));-webkit-background-clip: text;-webkit-text-fill-color: transparent;position: relative;}
.lc-c li p{font-size:14px; color:#999999;  line-height: 24px; text-align: left; font-weight: normal;margin-top:32px;width:252px;}

/*============================================
com-section 公司简介
===========================================*/
.com-section{
    height: auto;
    overflow: hidden;
    padding: 0px 0px 100px 0px;
}
.com-box {
    width: 1200px;
    margin: 0 auto 70px;
    position: relative;
    height: 200px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}
.com-box h3 {
    width: 240px;
    height: 200px;
    float: left;
    background: #0067c2;
    font: 44px "Microsoft YaHei UI";
    font-weight: bold;
    color: #fff;
    text-align: center;flex-shrink: 0;display: flex;
    align-items: center;
    justify-content: center;
}
.com-box h3 a{color:#FFFFFF;}
.com-box h3 em {
    display: block;
    font: 20px "Microsoft YaHei UI";
    line-height: 30px;color: #fff;
}
.com-box p{    float: left;
    padding: 25px;
    font: 14px "Microsoft YaHei UI";
    line-height: 28px; flex: 1;}
.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;}



/*============================================
yj-section 栏目
===========================================*/
.yj-section{position:relative; background-attachment: fixed; overflow: hidden;background-size: cover;}
.yj-section .wrap{display:flex; flex-direction: row;align-items: center;justify-content: center;padding:60px 0px; height:700px;}
.yj-section .yj-c{max-width:940px; height:auto; padding:50px;background:rgba(255,255,255,0.9) }
.yj-c h3{font-size: 28px;color: #000;line-height: 2rem;margin-bottom: 10px;text-transform: uppercase;}
.yj-c p{color: #333333;font-size: 16px; line-height: 2rem;}


/***************************首页新闻***************************/
.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{width:100%; overflow: hidden; padding: 50px 0px 50px 0px; margin: auto;position: relative;}

.news-section .titles{max-width: 1000px;margin: auto;margin-top: 50px;}
.news-section .titles h3{color: #000000;z-index: 10; font-size:40px; font-weight: bold;}
.news-section .titles h5{color: #333333; z-index: 9;font-size:20px;}
.news-section .titles h6{z-index: 8; font-size:70px; text-transform: uppercase; color:rgba(0,0,0,0.05); margin-top:-150px;}

.news-section .news-titles{display: flex; flex-direction: row; justify-content: space-between;align-items: center;}
.news-section .news-titles h5{font-size:1.4rem;margin:0px; padding:0px;}
.news-section .news-titles .more a{margin-left:auto;display: flex; wdith:auto;margin-right:0px;align-items: center;justify-content: center; color:#666666; text-transform: uppercase;}
.news-section .news-titles .more:hover a{color:#2e357e; transition: 0.5s;}
.news-section .news-titles .more i{width:18px; height:18px; background-color: #0060ab;color:#FFFFFF;border-radius: 50px; margin-left:5px;display: flex;align-items: center;justify-content: center;padding-bottom: 3px;}
.news-section .news-titles .more:hover i{background:#2e357e;transition: 0.5s;}

.news-wrapper{width:100%; overflow: hidden;display: flex;flex-direction: column;    flex-direction: row; justify-content: space-between;margin-top: 50px;}
.news-wrapper .news-dt{background:#f6f6f6; width:calc(70% - 20px); flex-shrink: 0;display: flex;flex-direction: column; padding:40px;}
.news-wrapper .news-wt{background:#f6f6f6;margin-left:20px;display: flex;flex-direction: column;padding:40px;flex-grow: 1;overflow: hidden;}

.news-cont{margin-top:20px;display: flex;}
.news-img{flex-shrink: 0; margin-right:34px;}


.news-cont .news-c.active{display:flex;}
.news-cont .news-c ul li{margin:5px;}
.news-cont .news-c ul li .item-content{margin:0px; padding:0px;}
.news-cont .news-c ul li:nth-of-type(1) .item-content {padding: 0px 0px 20px 0px;}
.news-cont .news-c ul li:nth-of-type(1) {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:0.8rem; color:#333; line-height: 1.9rem;}
.news-cont .news-c ul li:nth-of-type(1) .Names{font-size:1.1rem; color:#333; height:100%;width:100%; overflow: hidden; display: block;}
.news-cont .news-c ul li:nth-of-type(1) .Names a{/*white-space:nowrap;*/overflow:hidden;text-overflow:ellipsis;}
.news-cont .news-c ul li .Names a{color:#333;}
.news-cont .news-c ul li:hover .Names a{color:#0060ab;}
.news-cont .news-c ul li .Desc{display:none;}
.news-cont .news-c ul li:nth-of-type(1) .Desc{padding:20px 0px 0px 0px; font-size:0.8rem; color:#666;display: block;height: 85px;overflow: hidden;}
.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)
{
	.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%; padding:0px 15px;}
	
	.search-section{display: none;}
	
	.mb_none{display: none;}
	
	.prod-cont li {
    width: calc((100% / 2) - 1%);
    height: auto;
    margin-left: 0px;
    margin-right: 0.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: 470px;
}

    .prod-cont li:nth-of-type(2n) {
        margin-right: 0px;
    }
	
	/*公司简介*/
	.company-section{padding:20px 0px 0px 0px;}
	.company-section-bg{display: none;}
	.company-c{flex-direction: column;padding-bottom: 0px;}
	.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;}
	
	.company1-section{padding:40px 0px 0px 0px;}
	.company1-c h3,.company-cont h3{font-size:3rem;}
	.company1-c p,.company-c p{font-size:1.4rem;line-height: 2.8rem;}
	.company-img{width:100%;}
	.company-img img{max-width:100%;}
	
	.company-cont {width:100%;margin: 2rem auto auto auto;}
	.counter-items{padding-bottom: 50px;}
	.counter-items .counter-item{width:100%;}
	
	/*产品展示*/
	.prod-section{padding: 20px 0px 0px 0px;display: flex;flex-direction: column;}
	.prod-section .prod-title-box{flex-direction: column;}
	.prod-title{text-align: center;padding:20px 0px;}
	.prod-title h3{font-size:28px;}
	.prod-title h5{font-size:26px;}
	.prod-col{margin-left:auto;}
	.prod-col ul li{width: calc((100% / 2) - 20px);margin: 5px 10px;}
	.prod-cont .wrap{padding-top: 0px;}
	.prod-cont main{margin:0px;}
	.prod-desc-c ul li{width:100%;}
	.prod-desc-lx ul{width: 260px;}
	
	.application-section .application-c{flex-direction: column;align-items: center;}
	.application-list{margin:50px 0px 0px 0px;}
	
	.customized-section{padding-top:0px;}
	.customized-section h2{font-size:28px;}
	.customized-section ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
	.customized-section ul li{width:calc((100% / 3) - 5px); margin:5px 0px;}
	
	.process-section{height: auto;}
	.process-section dl{width:auto;}
	
	.anli-c-list.anli-c-list-b ul li{width: 100%;}
	.anli-c-list ul li{width:auto;}
	.anli-c-list .owl-theme .owl-dots{margin:20px 0px;padding-bottom: 20px;}
	.anli-c-item{width: 100%; overflow: hidden;}
	
	.ad-section{background-size: cover;}
	.ad-section .ad-cont{width:100%; padding:10px 20px;}
	.ad-section .ad-tel{flex-direction:column-reverse;}
	.ad-tel em{margin:20px auto 0px auto;}
	.ad-form{margin:auto; padding:20px;}
	
	.news-cont .news-c ul li:nth-of-type(1) .Desc{height: 95px;}
	
	.com-section{padding: 0px 0px 0px 0px;}
	.com-box h3{display:none;}
	.com-section .com-box{max-width: 100%;height:auto;border-right:0px;}
	
	
	.tab-content>div.active{align-items: center; padding:0px 5rem;}
	.Dbeauty{justify-content: center;}
	.Dbeauty img{width: calc((100% / 3) - 0px);}
	
	.ad-section .ad-img{display:none;}
	.ad-section .wrap{flex-direction: column;}
	.ad-section .ad-c{margin:auto;}
	.ad-section .ad-tel{margin:auto;}
	
	.anli-section{padding:50px 0px;}
	.anli-c{flex-direction: column;}
	.anli-desc{width:100%; margin:auto;}
	.anli-adv{margin-top:20px; padding-top:20px;margin-bottom:20px;  border-top:1px solid #eee;}
	.case-item{width: calc(100% / 2);}
	em.case-icon{font-size: 3rem;}
	.case-icon-info h3{font-size:2rem;}
	.case-icon-info p{font-size: 1.6rem;}
	
	.anli-img{width:100%; margin:auto;}
	.anli-img img{max-width:100%;}
	
	.lc-section{padding:50px 2vw 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;}
	
	.lc-section .lc-c{padding-top: 50px;position: relative;width: 100%;}
	.lc-c li{width:100%;display: flex;flex-direction: column;align-items: center;}
	.lc-section .lc-c .owl-controls{position: absolute;left: 0;right: 0;}
	
	.ad2-section .wrap{flex-direction: column;}
	.ad-img{display:none !important;}
	.ad2-section .ad-c{margin-left: 0px; margin-bottom:20px;}
	.ad2-section .ad-tel{margin-left: 0px;}
	
	/*案例展示*/
	.form-section{padding-top: 3rem;padding-bottom: 1rem;}
	.form-wrapper{padding: 0px 2rem;}
	.form-box ul li img{max-width:100%;}
	
	.yj-c h3{font-size: 3rem;line-height: 2rem;margin-bottom: 40px;}
	.yj-c p{font-size: 2rem;line-height: 3rem;}
	
	.news-section{padding: 50px 0px;}
	
}

@media screen and (max-width: 767px)
{
	.prod-c{height:500px;}
	.col-prod-cont .tab-content{justify-content: center;}
	
	.prod-cont main .showbox ul li{width: calc((100% / 2) - 2%);}
	.prod-cont main .showbox ul li:nth-of-type(2n){margin-right: 0px;}
	.prod-cont main .showbox ul li:nth-of-type(3n){margin-right: 1.5%;}
	.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;}
	ul.anli-cont li{width:99% !important; margin:0.5% !important;}
	
	.adv-list ul li{float:inherit;}
	
	
	
	.news-wrapper{flex-direction: column;margin-top:0px;}
	.news-wrapper .news-dt{width:100%;}
	.news-dt .news-cont{flex-direction: column;}
	.news-cont .news-c ul li:nth-of-type(1) .item-content{padding: 20px 0px 20px 0px;}
	.news-dt .news-cont .news-c ul li:nth-of-type(1) .Names{font-size: 2rem;line-height: normal;}
	.news-wrapper .news-wt{width:100%;margin-left: 0px;margin-top:10px;}
	
	.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;}

}
@media screen and (max-width: 425px)
{
	.titles1 h3{font-size:2rem;}
	.company-cont{padding:40px;}
	.ad-section{padding:0px;}
	.ad-section .ad-c h5{font-size:20px;}
	.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;}
	
	.company1-c h3,.company-cont h3{font-size:2.4rem;}
	
}
@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)
{
	
}