.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h2{font-size:2.38rem; color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: bold;}
.titles h3{ font-size:2.38rem; color:var(--text-dark1-color); line-height:40px; margin-bottom:1rem;font-weight: bold;text-transform: uppercase;}
.titles h5{font-size:1rem; line-height:28px;margin-bottom:25px;color:var(--text-dark1-color);font-weight: 500;}
.titles:before {
/*    content: "";
    position: absolute;
    left: 47%;
    bottom: 25px;
    width: 60px;
    height: 2px;
    background: #e70012;*/
}

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    left: 33%;
}
.titles1:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    right: 33%;
}


.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: var(--color1);
    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: var(--color2);}


.container {
    max-width: 1230px;
}


.navbar-home.navbar{position: fixed;top: 44px;width: 100%;z-index: 100;background-color:transparent; border-bottom:1px solid rgba(255,255,255,0.2);}
/*.navbar-home .navbar-nav li a{color:#FFFFFF;}*/
.navbar.headFlex .logo-sm-height{display:block;}
.navbar-home.navbar {/*background-image: linear-gradient(180deg, rgb(0 0 0 / 50%), transparent);*/}
.home-wrap{width:100%; padding:0px 40px; position: relative;}
.navbar-name h3{color:#ffffff !important;}
.navbar-name h5{color:#ffffff !important;}
.headFlex .navbar-name h3{color:#333 !important;}
.headFlex .navbar-name h5{color:#333 !important;}
.navbar .logo-sm-height{display: none !important;}
.navbar .logo-w{display: block !important;}
.headFlex.navbar .logo-sm-height{display: block !important;}
.headFlex.navbar .logo-w{display: none !important;}
@media screen and (max-width: 1023px)
{
	.navbar-home.navbar .logo-sm-height{display:block;}
	.navbar-home.navbar .logo-w{display:none;}
	.navbar-home{position:relative; top: 0;width: 100%;z-index: 100;}
	.navbar-home.navbar{background:#ffffff; top:0px;}
	.titles{padding:20px 15px;}
	.titles h3{margin-bottom: 0px;color: var(--color1);font-weight: bold;max-width: 100%;font-size: 1.7rem;margin: auto;line-height: 1.35;}
	.titles h5{line-height: 1.5;}
}

/*.navbar-home.main-navigation ul li a:hover{color:#FFFFFF;}
.navbar-home.main-navigation ul li a:hover:before{background-color:#FFFFFF;}
.navbar-home.main-navigation.headFlex ul li a:hover{color:var(--color1);}
.navbar-home.main-navigation.headFlex ul li a:hover:before{background-color:var(--color1);}*/


/*============================================
com-section
===========================================*/
.com-section{ padding:120px 0px 60px 0px;}
.com-section .wrap{display:flex; justify-content: space-between;max-width:unset; width:100%; margin: auto;padding: 0px 6vw;}
.com-section .com-cont{display:flex; flex-direction: column; flex: 1; padding-right:80px;align-items: flex-start;}
.com-cont .titles{text-align: left;padding-top: 0px;}
.com-cont .titles h2{font-size:40px; font-weight: bold;}
.com-cont .titles h3{font-size:1.65rem; 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:var(--color6);display: block;}
.com-cont .desc{font-size:14px; font-weight: 500;color:#000; line-height: 2rem;}
.com-cont .btn1{margin-top:50px;}
.com-cont .btn1 a{background:var(--color2); padding:15px 60px; border-radius: 50px; color:#FFFFFF; font-size:16px;}
.com-cont .btn1 a:before{border-radius: 50px;}
.com-section .com-img{max-width:800px;width: 50%;}
.com-img img{max-width:100%;transition: 0.3s;}
.com-img:hover img{scale:1.03;}

.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: 500;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: 300; margin-top: 20px;}

.counter-item:hover{background:var(--color2);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: 1600px)
{
	.com-section .wrap{width:100%; /*max-width:1400px;*/}
    .com-cont .titles h2{font-size:1.85rem;line-height: unset;margin-bottom: 0px;}
    .com-cont .titles h3{font-size:1.35rem;margin-top: 0px;}
    .com-cont .desc{line-height: 1.65;}
}
@media screen and (max-width: 1440px)
{
	.com-section .wrap{width:100%; /*max-width:1280px;*/}
	.com-cont .titles{padding-bottom:0px;}
	.com-cont .titles h2{font-size:1.65rem;line-height: unset;margin-bottom: 0px;}
	.com-cont .titles h3{font-size:1.2rem;margin-top: 0px;}
	.com-cont .desc{line-height: 1.65;}
}
@media screen and (max-width: 1280px)
{
	.com-section .wrap{width:100%; max-width:1200px;}
}

@media screen and (max-width: 1023px)
{
	.com-section{padding:0px;}
	.com-section .wrap{flex-direction: column;}
	.com-section .com-cont{padding: 2rem 15px;align-items: center;}
	.com-cont .titles{width:100%;}
	.com-section .com-img{margin-bottom: 2rem;width: 100%; max-width:100%;}
	.com-cont .btn1{margin-bottom:50px;}
	.counter-items{padding-top: 30px;}
	.counter-items .counter-item{width:100%;}
	.counter-items.owl-theme .owl-dots{padding:2rem 0px; margin:auto;}
}

@media screen and (max-width: 767px)
{
	.com-cont .titles{padding:20px 0px;}
	.com-cont .titles h2{font-size:2rem; line-height: 2;margin: 0px;}
	.com-cont .titles h3{font-size:1.25rem; line-height: 2;margin: 0px; padding: 0px;  font-weight: 500;}
}
@media screen and (max-width: 430px)
{
	.com-cont .titles h2{font-size:1.55rem; line-height: 2;}
	.com-cont .titles h3{font-size:1.065rem; line-height: 2;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.com-cont .titles{width: 100%;}
	.com-cont .titles h3{font-size: 1.4rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}



/*============================================
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;padding: 0px 6vw;}
.prod-title{dispay:flex; flex-direction: column;}
.prod-title h3{font-size:2rem;font-weight: bold;color:#FFFFFF;}
.prod-title h5{font-size:1rem; 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% / 2) - 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); padding:0px 6vw;}
.prod-cont .wrap{display: flex; padding-top:60px;padding-bottom: 60px;/*max-width: 1200px*/;}
.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:0px;flex-grow: 1;}
.prod-cont main .showbox{margin-top:0px;    overflow: hidden;}
.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:345px; 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: #f6f6f6;}
.prod-cont main .showbox ul li .Names:after{width:60px; height:60px;display: block;background:var(--color2);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:var(--color2);}
.prod-cont main .showbox ul li:hover .Names a{color:#ffffff;}
.prod-cont main .showbox ul li:hover .Names:after{background:var(--color6);}
.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: row;justify-content: space-between;align-items: baseline;}
.prod-desc-c{padding-right: 50px;max-width: 100%;}
.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;flex-shrink: 0;}
.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{color: #fff;background: var(--color2);}
.prod-desc-lx ul li:nth-child(2) a{background:var(--color6); color:#FFFFFF;}

.prod-more{margin:auto; padding:0px; text-align: center;margin-top:3rem;}
.prod-more a{font-size:20px; background: var(--color2); margin: auto;overflow: hidden;color: #fff;width: 300px;height: 50px;line-height: 50px;display: block; border-radius: 100px;}

.prod-cont .btn1{justify-content: center; padding-bottom:50px;}


@media screen and (max-width: 1600px)
{
	.prod-cont main .showbox ul li .Images{height: 285px;}
}
@media screen and (max-width: 1440px)
{
	.prod-cont main .showbox ul li .Images{height: 245px;}
}
@media screen and (max-width: 1366px)
{
	
}
@media screen and (max-width: 1023px)
{
	.prod-section{padding-top:3rem;}
	.prod-section .prod-title-box{max-width: 100%; flex-direction: column; padding:0px 15px;}
	.prod-col{margin: 1rem 0px;}
}
@media screen and (max-width: 767px)
{
	.prod-col{display: none;}
	.prod-col ul li{width:auto;}
	.prod-desc{display: none;}
	.prod-cont .wrap{flex-direction: column;}
	.prod-cont main .showbox ul li{width: 100%;}
	.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)
{
	
}
 
/*============================================
td-section
===========================================*/
.td-section{width:100%; height:710px;background: var(--color1) center no-repeat; background-size: cover; padding:80px 0px 20px 0px;}
.td-section .titles h3,.td-section .titles h5{color:#FFFFFF;}
.td-section .titles h3{font-size:40px; font-weight: bold;}
.td-section .titles h5{font-size:20px;font-family: var(--ff6-l);}
.td-section .titles:before{display:none;}
.td-cont{margin:0px 0px;/*max-width:1200px;*/ margin: auto; padding:0px 6vw;}
.td-cont ul{margin:0px; padding:0px; display:flex; justify-content: space-between;}
.td-cont ul li{width:calc((100% / 6) - 20px);    margin: 0px; position: relative;max-height: 450px;}
.td-cont ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color1-90);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.td-cont ul li:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	z-index: 0;
}
.td-cont ul li:after {
    /*border-right: 1px solid rgb(255 255 255 / 20%);*/
    content: url("/images/bg/td-line.png");
    position: absolute;
    left: -15px;
    top: 0px;
    height: 100%;
	width:3px;
}
.td-inner{padding:20px;display: flex; flex-direction: column;align-items: center;margin: auto;color: #FFFFFF;}
.td-inner i:before{font-family: "iconfont"; font-size:3rem;border-radius: 100%;  color:#333;width:120px; height: 120px; line-height: 120px;display: block; text-align: center;}

.td-inner i{font-style: normal;
    margin: 30px auto auto auto;
    width: 120px;
    height: 120px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    display: block;background:#8bc34a; border-radius: 100%;}
.td-inner i:before{ font-family: "iconfont"; font-size: 3rem; -webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;  color:#FFFFFF;width:120px; height: 120px; display: block;}
.td-cont ul li:hover .td-inner i:before{ font-family: "iconfont"; color:transparent;  margin: auto 0px;transform: translateY(-120px); display: block;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s; }

.td-inner i:after{ font-family: "iconfont"; font-size: 3rem; -webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;  color:transparent; margin-top:0px;display: block;width:120px; height: 120px; display: block;text-align: center;}
.td-cont ul li:hover .td-inner{color:#fff;}
.td-cont ul li:hover .td-inner i{background: transparent;}
.td-cont ul li:hover .td-inner i:after{ font-family: "iconfont"; color:#ffffff;  margin: auto 0px;transform: translateY(-140px); display: block;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;font-size:5rem;}

.td-inner ul li:hover{/*background:#FFFFFF;*/ color:#333;}

.td-inner h3{font-size:1.4rem; font-weight: bold;margin-top: 2rem;transform: translateY(0px);}
.td-inner h5{font-size:16px; font-weight: 500;transform: translateY(0px);display: flex;
    flex-direction: column;
    align-items: center;text-align: center;}
.td-inner h5:after{content:"\e6aa";font-family: "iconfont";color:rgb(255 255 255/20%); margin-top:50px;}
.td-inner p{text-align: center; font-size:0.85rem;margin-top:0.5rem; opacity: 0;transform: translateY(0px);}
.td-cont ul li:hover .td-inner h3{transform: translateY(-40px);transition: 0.5s;}
.td-cont ul li:hover .td-inner h5{transform: translateY(-30px);transition: 0.5s;}
.td-cont ul li:hover .td-inner h5:after{display: none;}
.td-cont ul li:hover .td-inner p{transform: translateY(-60px);transition: 0.5s; opacity: 1;}


.td-cont .icon-fangfushi:after {
  content: "\e770";
}
.td-cont .icon-naigaowen:after {
  content: "\e769";
}
.td-cont .icon-sheji:after {
  content: "\e66a";
}
.td-cont .icon-jizufadianliang:after {
  content: "\e666";
}
.td-cont .icon-chanpinmoxing:after {
  content: "\e721";
}
.td-cont .icon-fenxi:after {
   content: "\e645";
}
.td-cont .icon-kongqiqingxin:after {
   content: "\e719";
}
.td-cont .icon-wuliaopinzhizhuangtai:after {
   content: "\e67d";
}

@media screen and (max-width: 1600px)
{
	.td-section{min-height:660px;}
}
@media screen and (max-width: 1440px)
{
	
}
@media screen and (max-width: 1023px)
{
	.td-cont ul li{width:100%;}
	.td-section .titles{padding:20px;}
	
	.td-section .owl-theme .owl-dots{margin-top:0px;}
}

@media screen and (max-width: 767px)
{
	.td-section .titles{padding:20px 15px;}
	.td-section .titles h3{font-size:2rem;}
	
}
@media screen and (max-width: 430px)
{
	.td-section{height:auto; padding:50px 0px 30px 0px;}
	.td-section .titles h3{font-size:1.7rem;}
	.td-section .titles h5{font-size: 1.2rem;margin-top: 5px;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
case-section
===========================================*/
.case-section{padding:80px 0px; marign-top:0px;    box-shadow: 0px -10px 10px rgba(0,0,0,0.05);}
.case-section .titles{}
.case-section .titles h3{flex-direction: row;}
.case-section .titles h3 b,.case-section .titles h3 strong{color:var(--color6);  padding-right:5px;}
.case-section .case-wrap{padding:20px 6vw; margin: auto; overflow: hidden;}
.case-wrap .case-cont{width:100%; background:#FFFFFF;display: flex;}
.case-cont ul{display:flex; justify-content: space-between; flex-wrap: wrap;}
.case-cont li{width:auto; margin:0px; padding:0px;justify-content: center;align-items: center; margin:10px auto;}
.case-cont li a{display:flex;flex-direction: column;justify-content: center;align-items: center;}
/*.case-cont li .img{width:100%;height: auto; overflow: hidden;}
.case-cont li .img img{width:100%; max-width:100%;transition: 0.5s;}*/
.case-cont li .img{overflow: hidden;position: relative;width: 100%;padding-top: 133.33%;}
.case-cont li .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.case-cont li:hover .img img{transform: scale(1.1); transition: 0.35;}
.case-cont li .text{padding:20px 0px 10px 0px;font-size: 16px;}
.case-cont li:hover .text{color:var(--color1);}
.case-wrap .btn1{justify-content: center; margin-top:2rem;}
.case-wrap .btn1 a{color: var(--color1); padding: 10px 50px 10px 56px; border: 1px solid var(--color1);background-color: transparent;}
.case-wrap .btn1 a:before{background-color:var(--color1);}
.case-wrap .btn1 a:after{color:#FFFFFF;}
.case-wrap .btn1 a:hover{color:#FFFFFF;}
@media screen and (max-width: 1023px)
{
	.case-section .titles h5{font-size: 1rem;    line-height: 1.8;margin-bottom: 0px;}
	.case-cont li{width: 100% !important;    flex-direction: column-reverse;}
	.case-cont li .img{width:100%;}
	.case-cont li .innerbox{padding: 5%;}
	.case-section .titles{padding-bottom:10px;;}
}

@media screen and (max-width: 767px)
{
	.case-section{padding:30px 0px 10px 0px;}
	
}
@media screen and (max-width: 425px)
{
	.case-section .titles h3{flex-direction: column;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
application-section
===========================================*/
.application-section{padding: 0px 0px 0px 0px; height: 90vh;max-height: 970px;}
.application-wrap{width: 100%;height: 100%;position: relative;}
.app-nav{position: absolute;right: 0;left: 0; bottom:100px;z-index: 15;max-width:1340px;margin: auto;}
.app-nav ul{width: 100%;display: flex; justify-content: flex-start;height: auto;flex-wrap: wrap;}
.app-nav ul li{width:calc(100% / 8);height: auto; display: flex;align-items: center;
    justify-content: center;background-color:rgba(0,0,0,.4); transition: 0.5s; color:#ffffff; border:1px solid rgba(255,255,255,.8); border-right:0px;padding: 1rem 0px;margin: 0;}
/*.app-nav ul li:nth-child(5n){border-right:1px solid rgba(255,255,255,.8);}*/
/*.app-nav ul li:nth-child(n+6){border-top:0px;}*/
.app-nav ul li:nth-last-child(1){border-right:1px solid rgba(255,255,255,.8);}
/*.app-nav ul li:nth-child(n+6){border-top:0px;}*/

.app-nav ul li a{color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;}
.app-nav ul li.active{background-color:rgb(108 187 90 / 85%);}
.app-nav ul li i{width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0rem;margin-bottom: 5px;}
.app-nav ul li i:before{font-size:25px;}
.app-nav ul li .text{padding: 0px 5px; display: flex;width: 100%;align-items: center;flex-direction: column;justify-content: center;}
.app-nav ul li .text p{font-size:15px;}
.app-nav ul li .t1{font-size: 30px;padding-bottom: 15px;font-weight: 300;display: block;}
.app-nav ul li .t1 .en {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left:10px;
    font-family: 'Tunga',Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.app-nav ul li .text .wz{font-size:14px;}

.app-nav ul li .line{width: 0px;height: 4px;background: #fff;margin-top: 0; transition: 0.5s;}
.app-nav ul li.active .line{    width: 40px;margin-top: 80px;}
.app-nav ul li:hover{background-color:rgb(48 113 184/90%);}

.app-cont{width:100%; height: 100%; display:flex;}
.app-cont .app-cont-item{display:none;width: 100%; transition: 0.5s}
.app-cont-item.active{display:flex;background-size: cover;}
.app-cont-item.active .app-title{max-width: 1340px;z-index: 15;margin:auto;position:absolute; top:30%; left: 0px; right:0px;color:#FFFFFF;}
.app-title h2{font-size:var(--t1); font-weight: bold;text-shadow: var(--box-shadow2);padding-bottom:1rem;text-transform: uppercase;}
.app-title h3{font-size:var(--t1);font-weight: bold;}
.app-title p{font-size: 1.12rem;text-transform: uppercase; max-width:800px;}
.app-cont-item img{width:100%; height: 100%;}
.app-cont-item .btn1{margin-top:3rem;}
.app-cont-item .btn1 a,.app-cont-item .btn1 a:before{border-radius: 100px;}
.app-cont-item .btn1 a{background:var(--color1-h);}
.app-cont-item .btn1:hover a:before{background:var(--color1);}

.app-mask{position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .34;
    z-index: 10;}

.application-wrap-m{display:none;}
@media screen and (max-width: 1900px)
{
	.application-section{min-height: unset;}
	.app-nav ul li .text{padding:0px 5px;}
}
@media screen and (max-width: 1440px)
{
	.app-nav{max-width:1200px;}
	.app-cont-item.active .app-title{max-width: 1200px;}
	.app-nav ul li .text{padding:0px 1rem;}
	.app-nav ul li .text .wz{display:none;}
	.app-nav ul li.active .text .wz{display:flex;}
	.app-nav ul li.active .line{margin-top: 20px;}
}
@media screen and (max-width: 1280px)
{
	.app-nav ul li .text{padding:0px 1rem;}
	.app-nav ul li i{width:40px; height: 40px;}
	.app-nav ul li i:before{font-size:1rem;}
	.app-nav ul li .text p{font-size:14px;}
}
@media screen and (max-width: 1199px)
{
	.app-nav ul li i{margin-right:0.5rem;}
}
@media screen and (max-width: 1023px)
{
	/*.application-section{border-bottom: 1px solid #efefef;padding-bottom: 50px;margin-bottom: 30px;height: auto;}
	.application-wrap{display:none;}
	.application-wrap-m{display:flex;}
	.application-wrap-m ul{}
	.application-wrap-m ul li{width:100%;}
	.application-wrap-m ul li img{width:100%; max-width:100%;min-height: 200px;}
	.application-wrap-m ul li .desc{width:100%; padding:5%; background: #f5f5f5;    box-sizing: border-box;}
	.application-wrap-m ul li h5{font-size:1.6rem; line-height: 2;font-weight: bold;float: left;}
	.application-wrap-m ul li span.en{font-size:1.3rem; text-transform: uppercase;float: left;padding-left: 1rem;font-weight: 300 !important;}
	.application-wrap-m ul li p{font-size:1.2rem; line-height: 2rem;overflow: hidden;width: 100%;}
	
	.application-wrap-m  .more{width: 100%;overflow: hidden;padding: 2rem 0px;}
	.application-wrap-m .more a{padding:10px 50px; background:#7030a0; color:#FFFFFF; border-radius: 50px; font-family: var(--ff3);margin: auto 5px; border:2px solid #7030a0; transition: 0.5s;font-size:var(--p2-size);}
	.application-wrap-m .more a:before{border-radius: 50px;}
	.application-wrap-m .more a:hover{background-color:transparent; border:2px solid #7030a0; color:#7030a0;}*/
	.app-cont-item.active .app-title{left: 10vw;right: 10vw;}
}

@media screen and (max-width: 767px)
{
	.application-wrap{display:none;}
	.application-section{padding-bottom: 50px;margin-bottom: 0px;height: auto;}
	.application-wrap{display:none;}
	.application-wrap-m{display:flex;}
	.application-wrap-m ul{}
	.application-wrap-m ul li{width:100%;}
	.application-wrap-m ul li img{width:100%; max-width:100%;min-height: 200px;}
	.application-wrap-m ul li .desc{width:100%; padding:5%; background: #f5f5f5;    box-sizing: border-box;}
	.application-wrap-m ul li h5{font-size:1.6rem; line-height: 2;font-weight: bold;float: left;}
	.application-wrap-m ul li span.en{font-size:1.3rem; text-transform: uppercase;float: left;padding-left: 1rem;font-weight: 300 !important;}
	.application-wrap-m ul li p{font-size:1.2rem; line-height: 2rem;overflow: hidden;width: 100%;}
	
	.application-wrap-m  .more{width: 100%;overflow: hidden;padding: 2rem 0px;}
	.application-wrap-m .more a{padding:10px 50px; background:var(--color2); color:#FFFFFF; border-radius: 50px; font-family: var(--ff3);margin: auto 5px; border:2px solid var(--color2); transition: 0.5s;font-size:var(--p2-size);}
	.application-wrap-m .more a:before{border-radius: 50px;}
	.application-wrap-m .more a:hover{background-color:transparent; border:2px solid #7030a0; color:#7030a0;}
}
@media screen and (max-width: 430px)
{
	.app-nav ul li .text p{display:none;}
	.app-title p{font-size:1.3rem;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
app-section
===========================================*/
.app-section{padding:100px 0px 120px 0px; overflow: hidden; background:var(--color1);}
.app-section .titles h3{color:#FFFFFF;}
.app-section .titles h5{color:#FFFFFF;font-weight: 300;}
.app-list{width:100%; margin-top:0;display: flex;justify-content: center;position: relative;text-transform: uppercase;margin: auto;padding: 0px 8vw;flex-direction: column;align-items: center;}
.app-list ul{}
.app-list ul li{border: 1px solid rgb(255 255 255 / 15%);transition: 0.5s;height: calc((1340px / 4) - 15px);}
.app-list ul li .innerbox{display: flex;flex-direction: column;flex-wrap: wrap;align-items: center;justify-content: center;align-content: center;padding: 3rem 2rem;}
.app-list ul li em{ color:#FFFFFF; font-size:5rem;}
.app-list ul li .desc{color:#FFFFFF;display: flex;flex-direction: column;align-items: center;text-align: center;}
.app-list ul li h6{font-size: 1.17rem;}
.app-list ul li p{font-size:14px;}
.app-list ul li:hover{transition: 0.5s; border-color:#FFF; background:#FFF;}
.app-list ul li:hover em{color:var(--color1);}
.app-list ul li:hover .desc{color:var(--color1);}


@media screen and (max-width: 1023px)
{
	.app-section{padding:2rem 0px;}
	.app-section .titles h3{font-size: 2.38rem;}
	.app-list ul li{border:0px; height:auto;}
	.app-list ul li .innerbox{padding: 1rem 2rem;}
	.app-list ul li em{color: var(--color1);
    font-size: 5rem;
    background: #FFFFFF;
    width: 135px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 2rem;}
}

@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)
{
	
}



/*============================================
hzhb-section 未使用
===========================================*/
.hzhb-section{background:#eeeeee;overflow: hidden;width:100%;padding-top: 60px;    padding-bottom: 100px;}
.hzhb-section .wrap{max-width: 1200px;}
.hzhb-section .hzhb-title{text-align: center;padding: 20px 0px;position: relative;background: url(../images/bg/bg_hz_t.gif) no-repeat center;
    height: 130px;
    margin-bottom: 50px;}
.hzhb-section .hzhb-title h3{font-size: 34px;
    color: #212121;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 50px;margin-top: 30px;}
.hzhb-section .hzhb-title h5 {ffont-size: 18px;
    margin-bottom: 25px;
    color: #212121;
    font-weight: 300;
    max-width: 900px;
    margin: auto;
    line-height: 30px;
    margin-top: 10px;}

.hzhb-section ul{padding: 0px;margin: auto;}
.hzhb-section ul li{width: 240px;height: 135px;float: left;line-height: 0;border-bottom: #ddd 1px solid;position: relative;}
.hzhb-section ul li span{ display:block; position:relative;width: 240px;height: 135px;}
.hzhb-section ul li span:before{content: "";width: 1px;height: 100%;background: #ddd;position: absolute;top: 0;right: 0;z-index: 20;}
.hzhb-section ul li span:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;bottom: 0;left: 0;z-index: 20;}
.hzhb-section ul li img{width: 240px;height: 135px;
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;*/ }
.hzhb-section ul li:hover img{
/*-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);*/}
.hzhb-section ul li:nth-child(5n):before{background: none;}
.hzhb-section ul li:hover span{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);z-index: 1;}


/*============================================
news-section
===========================================*/
.news-section{width:100%;padding: 80px 0px;}
.news-titles{display:flex;flex-direction: column; justify-content: center; margin: auto;width:100%;align-items: center;}
.news-titles h3{font-size:50px;  font-weight: bold; text-transform: uppercase;}
.news-titles h5{font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 1rem;}
.news-cont{width:100%;  padding:1rem 6vw; margin-top:3rem;}
.news-list {display: flex;flex-wrap: wrap;}
.news-list li{/*width:calc((100% / 4) - 2rem);*/ width:100%;}
.news-list li .img{width:100%; overflow: hidden;}
.news-list li .img img{max-width:100%;height:100%;}
.news-list li .wz{display:flex; flex-direction: column; color:#000;font-size: 16px;}
.news-list li .wz h3{font-size:1.5rem;font-weight: 500; line-height: 1; color:#000;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 1rem;}
.news-list li .wz p{height: 100px;overflow: hidden;text-overflow: ellipsis;line-height: 26px;font-size: 16px;}
.news-list li .time{font-size:20px;font-weight: 500;padding-bottom: 1rem;padding-top: 1rem;}
.news-list li .wz .more2{margin-top:auto; margin-right:auto; padding-top:1rem;}
.news-list li .wz .more2{font-size:20px;font-weight: 500; text-decoration: underline; text-transform: capitalize;}
.news-list li:hover .img img{transform:scale(1.05);transition: 0.5s;}
.news-list li:hover .wz .more2{color:var(--color1);}
.news-cont .more{text-align: left;margin-top:2rem;}
.news-cont .more a{font-size:26px;font-weight: 500; }
.news-cont .more a i:before{content:"\e60d";font-family: "iconfont"; padding-left:5px;}
.news-cont .more a:hover{color:var(--color1);text-decoration: underline;}

@media screen and (max-width: 1600px)
{
	.news-titles h3{font-size:2rem;}
	/*.news-titles h5{font-size: 1.5rem;font-weight: 300;}*/
	.news-list li .wz h3{font-size:1.3rem; line-height: 1.5;}
}

@media screen and (max-width: 1023px)
{
	.news-section{padding: 50px 15px;}
}

@media screen and (max-width: 767px)
{
	.news-titles h3{font-size:2rem;}
	.news-titles h5{font-size: 1.5rem;font-weight: 300;line-height: 2;}
	.news-cont{margin-top:1rem;}
	.news-list li .wz h3{font-size:2rem; line-height: 1.5;}
}
@media screen and (max-width: 430px)
{
	.news-titles h3{font-size:1.5rem;}
	.news-titles h5{font-size: 1.2rem;font-weight: 300;line-height: 2;}
	.news-list li .wz h3{font-size:1.5rem; line-height: 1.5;}
}

@media screen and (max-width: 430px){}

@media screen and (max-width: 375px){}

@media screen and (max-width: 360px){}

/*============================================
lx-section
===========================================*/
.lx-section{width:100%;padding: 0px 0px;background-repeat: no-repeat; background-size: cover; background-position: center;}
.lx-wrap{width:100%; padding:140px 6vw;display:flex; flex-direction: row;justify-content: space-between;}
.lx-wrap .lx-cont{flex:2; color:#FFFFFF;}
.lx-cont .lx-titles{ font-weight: bold; padding-bottom:1rem;}
.lx-cont .lx-titles h3{font-size:70px;}
.lx-cont .lx-titles h5{font-size:40px;}
.lx-cont ul{}
.lx-cont ul li{ display:flex; margin:1rem 0px;align-items: center;}
.lx-cont ul li i{width:90px;height: 90px; display:flex; justify-content: center;align-items: center; border-radius: 90px; border:1px solid #e8e7e7;}
.lx-cont ul li i:before{width:70px; height: 70px;background:#e8e7e7;border-radius: 70px; font-size:34px;color:rgba(0,0,0,0.5);font-family: 'iconfont';display: flex;align-items: center;justify-content: center;}
.lx-cont ul li:nth-child(2) i:before{font-size:28px;}
.lx-cont ul li:nth-child(3) i:before{font-size:40px;}
.lx-cont ul li div{display:flex; flex-direction: column;margin-left:10px;}
.lx-cont ul li div span{font-size:16px;font-weight: 300;}
.lx-cont ul li div p{font-size:20px; font-weight: 300;}
.form-box{flex:3; padding-left:1rem;max-width: 950px;}
.form-box{background-color: rgba(255,255,255,0.8); padding:50px;}
.form-box h3{margin:20px auto 40px auto; font-size:40px; font-weight: 500; color:#000000; position: relative;}
.form-box h3:after {
    content: "";
    background: var(--color6);
    height: 100%;
    width: 10px;
    position: absolute;
    left: -50px;
    top: 0;
}
.form-box input[type=text], .form-box input[type=email], .form-box textarea {background: transparent;border:0;outline:none;font-size: 1.1rem;}
.form-box input[type=text], .form-box input[type=email] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 0;
    margin-bottom: 28px;
    width: 100%;
}
.form-box input[type=text]:focus, .form-box input[type=email]:focus, .form-box textarea:focus{border-bottom: 1px solid #dfdce6;}
.form_item{width:100%; padding:0px;float: left;position: relative;font-size: 1.1rem;}
.InputErr {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #ffa53a;
    font-size: 20px;
}
/*.form_item label.InputErr {
    display: none;
}*/
.form_item_all{width:100%;}
.form-box .search_btn{color: #fff;
    background-color: var(--color6);
    background-image: none;border:0px;
    letter-spacing: .05rem;
    padding: 0.8rem 4.5rem;
	margin: auto;display: block;
    overflow: hidden;border-radius: 3rem;outline:none;}
.form-box .search_btn:hover {
	cursor: pointer;
    color: #ffffff;
    background-color: #F4BC16;
}

.form-box { }
  .form-box input[type=text],
  .form-box input[type=email],
  .form-box textarea {
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .form-box input[type=text],
      .form-box input[type=email],
      .form-box textarea {
        transition: none; } }
  .form-box input[type=text],
  .form-box input[type=email] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 20px;
    margin-bottom: 18px;
    width: 100%; }
  .form-box textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;overflow: hidden;
    padding: 15px;
    padding-left: 20px;
    margin-bottom: 18px;
	height: 80px;}
  .form-box .form-submit-btn {
    padding: 12px 32px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    transition: all 300ms; }
  .form-box .form-submit-btn:hover {
    border-width: 2px;
    border-style: solid;
    background: none; }
  .form-box .form-input-label {
    padding: 0;
    padding-left: 15px;
    line-height: 0;
    margin: 0; }
  .form-box input[type=submit] {
    margin-top: 15px; }
  .form-box.white-form input[type=text],
  .form-box.white-form input[type=email] {
    background: #ffffff;
    border: 1px solid #eee; }
  .form-box.white-form textarea {
    background: #ffffff;
    border: 1px solid #eee; }



.form-box textarea::placeholder {
            font-size: 1rem;
            color: #919191 !important;
        }
.form-box input::placeholder {
            font-size: 1rem;
            color: #919191 !important;
        }
@media screen and (max-width: 1440px)
{
    .form-box{max-width: 800px;}
}
@media screen and (max-width: 1440px)
{
	.lx-wrap .lx-cont{flex:2;}
	.lx-cont .lx-titles h3{font-size:2.6rem;}
	.lx-cont .lx-titles h5{font-size:1.8rem;}
	.form-box{flex:3;}
	.lx-wrap{padding: 120px 10vw 80px 10vw;}
	.form-box{padding: 20px 50px;margin-left: 2rem;}
}
@media screen and (max-width: 1023px)
{
	.lx-section{background:var(--color1) !important; margin:2rem auto;}
	.lx-section .lx-wrap{display:flex; flex-direction: column;padding: 10vw;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 430px)
{
	.lx-section .lx-wrap{padding: 10vw 15px;}
}

@media screen and (max-width: 414px){}

@media screen and (max-width: 375px){}

@media screen and (max-width: 360px){}

@media screen and (max-width: 320px){}


/*============================================
zs-section
===========================================*/
.zs-section{padding: 5rem 0px 5rem 0px; background-size: cover; background-repeat: no-repeat;}
.zs-wrap{position: relative;padding: 2rem 7%;margin: auto;display: flex;align-items: center;flex-direction: row;}
.zs-wrap .titles2{text-align: center;max-width: 900px;}
.zs-wrap .titles2 p{font-size:18px;line-height: 2; margin-top: 1rem;color: #FFFFFF;}

.zs-cont{flex: 3; display:flex; flex-direction: column; justify-content: center; /*max-width:1400px;*/  padding-right:3rem;}
.zs-cont h3{font-size:3rem; margin-bottom: 0; font-weight: bold;}
.zs-cont h5{font-size:2rem; margin-top:1rem; margin-bottom: 0;}
.zs-cont h6{background-color:var(--color6); font-size:1.1rem; padding:15px 25px; border-radius: 10px; margin: 0; margin-top:2rem;color:#FFFFFF;width:max-content;}
.zs-cont .desc{font-size:1.66rem; line-height: 2; text-align: left; margin-top:3rem;}

.zs-img{flex: 5;}
.zs-img img{max-width:100%;}

.zs-wrap-m{display:none;}
@media screen and (max-width: 1900px)
{
	
}
@media screen and (max-width: 1600px)
{
	
}
@media screen and (max-width: 1440px)
{
	
}
@media screen and (max-width: 1280px)
{
	
}
@media screen and (max-width: 1199px)
{
	
}
@media screen and (max-width: 1024px) and  (max-height: 1366px)
{
	.zs-section{border-bottom: 0px solid #efefef;display: flex;padding-bottom: 50px;height: auto;}
	.zs-wrap{flex-direction: column;}
	.zs-img{margin-top:20px;}
}
@media screen and (max-width: 1023px)
{
	.zs-section{border-bottom: 0px solid #efefef;display: flex;padding-top: 50px;padding-bottom: 50px;height: auto;}
	.zs-wrap{padding:0px;}
	.zs-cont{flex:1; padding:50px 15px;}
	.zs-cont h5{font-size:1.65rem;}
	.zs-img{padding-bottom:3rem;}
}


@media screen and (max-width: 767px)
{
	.zs-section{border-bottom: 0px solid #efefef;padding: 0px;}
	.zs-wrap{flex-direction: column;}
	.zs-cont{flex:1; padding:50px 15px;}
	.zs-img{flex: 1}
	.news_wrapper-cont .titles2{padding-top:10px;}
}
@media screen and (max-width: 767px) and  (max-height: 740px)
{
	
}
@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)
{
	
}

.contact-section .btn2 span{background-color:transparent;color:#FFFFFF; border:1px solid #FFFFFF;}
.contact-section .btn2:hover span{background-color:#FFFFFF;color:var(--color2); border:1px solid #FFFFFF;}
.contact-section .btn2:hover .btn-text{color:var(--color2);}

@media screen and (max-width: 1023px)
{

}
@media screen and (max-width: 768px)
{
	
}
@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: 320px)
{
	
}