.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;max-width: 1500px;margin: auto;width: 100%;padding: 0px;}
.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;}


.navbar{position:relative;display: flex;}
.navbar .logo-sm-height{display:none !important;}
.navbar .logo-sm-height.logo-w{display:none !important;}
.navbar-brand .navbar-name{}
.navbar-name h3,.navbar-name h5{color: #000000 !important;}
.main-navigation ul li a{color: #000000;}
/*============================================
prod-section 产品展示
===========================================*/
.prod-section{width:100%; overflow: hidden; padding: 80px 0px 0px 0px; margin: auto;position: relative; /*background:#f1f1f1;*/}

/*.prod-section .titles h3{color:#ffffff;}
.prod-section .titles h5{color:#ffffff;}*/
/*.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-cont{width:100%; max-width:1600px;/*overflow: hidden;*/padding:0px; position: relative; margin: 20px auto 50px auto;z-index: 10;background:#FFFFFF;}
.prod-cont .wrap{display: flex; padding-top:60px;padding-bottom: 60px;}
.prod-cont aside{width:260px; 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:#134daa;display:flex; color:#FFFFFF; padding:50px 20px 20px 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: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* height: 60px; */
    padding: 5px 20px;
    /* background-color: #eeeeee; */
    font-weight: 500;
}
.side-column ul li a:hover{
    background: #008bed;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{ 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: 56px; line-height: 56px; 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 a{color:#e70012;}
.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-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;}

@media screen and (max-width: 1023px)
{
	.prod-cont aside{display:none;}
}

@media screen and (max-width: 767px)
{
	.prod-cont{margin:20px auto 20px auto;}
	.prod-cont main .showbox ul li .Images{height:auto;}
}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
anli-section 案例
===========================================*/
.anli-section{padding:80px 0px 0px 0px;}
.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(50% - 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;}



/*============================================
company-section 公司简介
===========================================*/
.company-section{position: relative;
  display: block;
  padding: 0px 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";
            }




.company-photo{padding: 50px 0px;width: 100%;display: flex;flex-direction: column;align-items: flex-start;margin-top: 50px;}
.company-photo-title{ display: flex;width: 100%;align-items: center; padding-bottom:20px;}
.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;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;}
.company-photo-title .line{flex: 1; height: 1px;text-align: left; background:#0071b7;} 

.company-c-box{position:relative;}
.company-c-box .counter-items{width:1160px; max-width:1160px; 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: -30px; left: 0px; right:0px;z-index: 10;margin: auto;
}
.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: #0071b7;font-weight: bold;line-height: 3rem;letter-spacing: -4px;}
.counter-item .inner-box .desc-box i,.counter-item .inner-box .desc-box em{width:18px; height:18px; /*background-color: #e60012;*/color:#e60012;border-radius: 50px;    line-height: 18px;margin-bottom: 10px;margin-left: 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:#0071b7;}
.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;}





/*============================================
ys-section start
===========================================*/
.ys-section{padding-top: 40px;}
.ys-section .titles1{margin-top:50px;}
.ys-section .titles1 h3{font-size: 34px;color: #000000;line-height: 2rem;margin-bottom: 10px;text-transform: uppercase;}
.ys-section .titles1 h5{font-size: 16px;line-height: 34px;margin-bottom: 25px;color: #000000;font-weight: 300;}
.ys-wrap{width:100%; background:#f1f1f1;margin:50px 0px;padding-bottom: 100px;position: relative;height: 620px;}
.ys-wrapper{width:100%; height: 620px;display: flex;}
.ys-cont{width: 100%;}

.ys-nav{height: auto;width: auto;/*background: #fff;box-shadow: 0 3px 10px 3px rgb(0 0 0 / 10%);*/position: relative;z-index: 10;}
.ys-nav ul{width: 360px;
    height: 430px;
    z-index: 2;}
.ys-nav li{height: auto;
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #d0d0d0;}
/*.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;width: 100%;height: 60px;}
.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; display: none;}
.ys-nav li em{margin:auto; padding:0px;margin-right: 5px;display: block;color: #fff;margin-left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;background: #262626;}
.ys-nav li p{margin:0px;}
/*.ys-nav li:hover,.ys-nav li.active{background: #fff;box-shadow: 0 0 1rem #ccc;}*/
.ys-nav li.active{background: #fff;box-shadow: 0 0 1rem #ccc;padding: 20px 20px 20px 20px;} 
.ys-nav li:hover p,.ys-nav li.active p{color: #005089;font-weight: bold;}
.ys-nav li:hover em,.ys-nav li.active em{color: #fff;background: #005089;}
.ys-nav li img{width:90px; height: 60px; overflow: hidden;margin-right:0px;margin-left: auto;}


.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;margin-left: auto;margin-right: 0px;}
.ys-c dt{width: 1000px;
    height: 190px;
    background: rgb(19 77 170 / 90%);
    position: absolute;
    bottom: 20px;
    left: 0px;
    padding-left: 120px;
	z-index: 100;text-align: left;
}
.ys-c dt .title{width:100%; overflow: hidden; display: flex; padding-bottom: 20px;flex-direction: column;align-items: flex-start;margin-top: 50px;}
.ys-c dt .title h1{ font-size: 80px; color:#FFFFFF; font-weight: bold;padding: 0px 0px;margin: 0px;text-align: left;}
.ys-c dt .title h3{ font-size: 26px; color:#FFFFFF; font-weight: bold;text-align: left;}
.ys-c dt .title h5{ font-size: 26px; color:#FFFFFF;font-weight: bold;text-align: right;}
.ys-c dt .title h5 p:before{display:none;}
.ys-c dt p{ margin-top: 10px; font-size: 14px; line-height: 1rem; color:#FFFFFF;font-weight: 500; display: flex;flex-direction: row; align-items: flex-start;}
.ys-c dt p:before{content:"\e89e";font-family: "iconfont";font-size: 14px;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;}




@media screen and (max-width: 1023px)
{
	.ys-wrap{margin-top:20px;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
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{padding: 100px 0px;background: #f5f5f5;}
.com-section .wrap{display:flex; justify-content: space-between;}
.com-section .com-cont{display:flex; flex-direction: column; flex: 1; padding-right:80px;align-items: flex-start;}
.com-cont .titles{text-align: left;margin-left: 0px;}
.com-cont .titles h2{font-size:40px; font-weight: bold;}
.com-cont .titles h3{font-size:34px; font-weight: 300;display: flex; flex-direction: column; margin-top: 20px;}
.com-cont .titles h3:after{width:60px; height: 2px; content: ""; margin-top:20px; background:#134daa;display: block;}
.com-cont .desc{font-size:14px; font-weight: 300;color:#000; line-height: 2rem;}
.com-cont .btn1{margin-top:50px;}
.com-cont .btn1 a{background:#134daa; padding:10px 50px; border-radius: 50px; color:#FFFFFF; font-size:16px;}
.com-cont .btn1 a:before{border-radius: 50px;}
.com-section .com-img{max-width:800px; cursor: pointer;}
.com-img img{max-width:100%;}


.counter-items{width:100%; overflow: hidden;
    display: flex;
    justify-content: space-between;
	height: auto;
    /*box-shadow: 0px 4px 51px 0px rgb(7 0 2 / 18%);*/
	align-items: center;z-index: 10;
	border-top:1px solid #eee;margin-top: 50px; padding-top:50px;
}
.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 .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{color:#000;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:hover{background:#234ea3;transition: 0.5s; cursor: pointer;border-radius: 20px;}
.counter-item:hover .inner-box .desc-box em{color: #ffffff;}
.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;}


@media screen and (max-width: 1023px)
{
	.com-section{padding: 50px 15px 50px 15px;}
	.com-section .wrap{flex-direction: column;}
	.com-box h3{display:none;}
	.com-section .com-box{max-width: 100%;height:auto;border-right:0px;}
	.com-section .com-cont{width:100%;padding:0px;}
	.com-cont .desc{font-size:16px; line-height: 2;}
	.com-cont .btn1{margin:34px auto;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
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: #f5f5f5; 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 h3:after{display:none;}
.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: 100px;}
.news-wrapper .news-dt{background:#ffffff; width:calc(70% - 20px); flex-shrink: 0;display: flex;flex-direction: column; padding:40px;}
.news-wrapper .news-wt{background:#ffffff;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: 1023px)
{
	.news-section .titles h5{padding-top: 1rem;}
	.news-cont .news-c ul li:nth-of-type(1) .Desc{ height: auto !important;}
	.news-cont .news-c ul li:nth-of-type(1) .Desc p,.news-cont .news-c ul li:nth-of-type(1) .Desc span{font-size:16px !important;}
	.news-cont .news-c ul li{margin:1rem 5px;}
	.news-cont .news-c ul li .Names{font-size:1.5rem;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 430px)
{
	.news-section .news-titles h5{font-size: 2rem;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

@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:0px 0px 0px 0px;}
	.company-section-bg{display: none;}
	.company-c{flex-direction: column;padding-bottom: 0px;margin-top: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%;}
	
	.company-c-box .counter-items{max-widht:100%; widht:100%;display: none;}
	.company-photo{margin-top: 0px;}
	
	/*产品展示*/
	.prod-section{padding: 50px 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% / 3) - 20px);margin: 0px;padding: 20px 5px;}
	.prod-cont .wrap{padding-top: 0px;}
	.prod-cont main{margin:0px;}
	.prod-desc-c ul li{width:100%;}
	.prod-desc-lx ul{width: 260px;}
	.prod-cont-item ul li{width:100%;}
	
	
	
	.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;}
	
	
	.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;}
	.ys-wrap{padding-bottom:0px; height: auto;}
	.ys-c dt{max-width:100%; height: auto; padding:15px;}
	.ys-c dt .title h3{font-size:2.4rem;}
	.ys-c dt .title{padding-bottom: 40px;margin-top: 40px;}
	/*.ys-c dd{display:none;}*/
	.footer{display: block !important;}
}

@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;}
	
	.ys-wrap{padding-bottom:0px; height: auto;}
	.ys-c dt{max-width:100%; height: auto; padding:15px;}
	.ys-c dt .title h3{font-size:2.4rem;}
	.ys-c dt .title{padding-bottom: 40px;margin-top: 40px;}
	.ys-c dd{display:none;}
	
	.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: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)
{
	
}