.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h2{font-size:var(--t1); color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: bold;}
.titles h3{ font-size:40px; color:var(--color2); line-height:1; margin-bottom:1rem;font-family: "OB"; text-transform: uppercase;}
.titles h5{font-size:16px; color:#282828;     line-height: 1.65;margin-bottom:2rem;font-weight: 500; text-transform: uppercase;}
.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;
	justify-content: center;
}
.btn1 a {
    background: var(--color2);
    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: #282828;}


.container {
    max-width: 1230px;
}

.top_bar{display: block;}
.navbar-home.navbar{position: fixed;top: 44px;width: 100%;z-index: 10000;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;}
@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{background: #FFFFFF; display: flex; overflow: hidden;background-repeat: no-repeat; background-position: top; background-size: cover;}
.com-section .com-wrap{display:flex; color:#FFF; justify-content: space-between; width:100%; max-width:1340px; margin: auto;}
.com-section .com-cont{display: flex;flex-direction: row;align-items: flex-start;padding:5rem 0;}
.com-cont .text{width: 50%; 
	height: 100%;
    flex-shrink: 0;
    padding-right: 3rem;
    color: #666666;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	justify-content: space-between;
}
.com-cont .text h5{font-size:14px;}
.com-cont .text h3{font-size:2.78rem;font-weight: 600; font-family: "OB";color:#282828; margin-top:1.65rem;line-height: 1.665; padding-right:100px;}
.com-cont .text .desc{margin-top: 2rem;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;}
.com-cont .text .desc p{padding-bottom:1rem;}
.com-cont .img{width: 50%;max-height: 600px;position: relative;}
.com-cont .img img{object-fit: cover;}

.com-cont .more{display:flex;margin-top: auto;}
.com-cont .more a{color:var(--color2);font-size:12px; text-transform: uppercase;}
.com-cont .more a:after{content:"\e659";color:var(--color2); font-family: "iconfont";}
.com-cont .more a:hover{color:var(--color3);}
.com-cont .more a:hover:after{color:var(--color3);}

@media screen and (max-width: 1440px)
{
	.com-section .com-wrap{max-width: 1100px;}
	.com-section .com-cont{align-items: stretch;}
	.com-cont .text{width:auto; flex: 3;}
	.com-cont .img{width:auto; flex: 2;}
	.com-cont .img img{max-width: 100%;height: 100%;}
}
@media screen and (max-width: 1023px)
{
	.com-section{padding:0px;}
	.com-section .wrap{flex-direction: column;}
	.com-section .com-cont{padding:0px;align-items: center;text-align: center;flex-direction: column;max-width: 100%;}
	.com-cont .text{width:100%; padding:2rem;height: auto;}
	.com-cont .text h3{text-align: left; font-size:1.7rem; margin-top:1rem;}
	.com-cont .text .desc{text-align: left;}
	.com-cont .img{width:100%;max-width: 100%;}
	.com-cont .img img{max-width:100%;}
	.com-cont .more{justify-content: center;}
}

@media screen and (max-width: 767px)
{
	.com-cont .titles h3{font-size: 1.2rem;line-height: 1.5;}
}
@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)
{
	
}

/*============================================
prods-section
===========================================*/
.prods-section{ padding:100px 0px 100px 0px; margin: 0px; 
    background: -moz-linear-gradient(top, #f1f1f1, #fff 20%, #fff);
    background: -webkit-linear-gradient(top,#f1f1f1,#fff 20%,#fff);
    background: -o-linear-gradient(top, #f1f1f1, #fff 20%, #fff);
    overflow: hidden; z-index: 100;position: relative;}
.prods-cont h3{}
.prods-cont h5{margin: auto;max-width:1340px;}
.prods-cont.owl-theme .owl-dots{margin-top: 60px;}
.prods-cont .owl-carousel .owl-dots .owl-dot.active span,.prod-cont .owl-carousel .owl-dots .owl-dot:hover span{border-color: #e5277c;opacity: 0.8;background: #e5277c;width: 40px;border-radius: 10px;}
.prods-cont{padding:0px 0px;margin: auto;}
.prods-cont .prods-items{width:100%; position: relative; display:flex; justify-content: space-between; margin-top: 2.65rem;padding:0px 8%;}
.prods-item {width:calc((100% / 3) - 20px);width: 100%;display:flex; position: relative;clip-path: polygon(var(--corner-cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--corner-cut));background-color: #f3f4fa;}
.prods-item a{width:100%;}
.prods-item .img{width:100%; min-height:260px;display:flex;justify-content: center;align-items: center; overflow: hidden;padding: 3rem 0px 2rem 0px;}
.prods-item .img img{max-width:100%; height: auto;max-height: 380px; transition: 0.3s;}
.prods-item:hover .img img{transform: scale(1.05); transition: 0.3s;}
/*.prods-item .text{width:30%;background:rgb(124 205 44 / 90%); color:#FFFFFF;padding:0px 50px; display:flex;    align-items: center;}*/
.prods-item .text{width:100%; height:auto;color: var(--color1);padding:1rem 10px; display:flex;align-items: center;font-size:1.14rem; font-weight:500; text-transform: uppercase; justify-content: center;align-items: center; text-align: center;}
.prods-item .text h3{font-size:34px; font-weight:700;padding-bottom: 1rem }
.prods-item:hover .text {background:var(--color4);transition: 0.3s; color:#FFFFFF;}
.prods-item:hover {
            -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
            box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
            -webkit-transform: translate3d(0, -2px, 0);
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            transform: translate3d(0, -2px, 0);
}
:root {--corner-cut:2.8rem;}
.prods-items .owl-controls{position:absolute; bottom:-3rem;width:100%;  left:0; right: 0;}


.prods-cont .owl-carousel .owl-dots .owl-dot span{width: 15px;height: 15px;background-color: var(--color1);    border: 1px solid #FFFFFF;}
.prods-cont .owl-carousel .owl-dots .owl-dot.active span, .prod-cont .owl-carousel .owl-dots .owl-dot:hover span{width: 15px;height: 15px;background-color: transparent;border: 2px solid var(--color1);}


.prods-section .prods-items ul{width:100%; display: flex; justify-content: space-between;flex-wrap: wrap;}
.prods-section .prods-items ul .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.prods-section .prods-items ul li {
  position: relative;
  padding: 0rem;
	width:calc((100% / 3) -  20px);
	margin: 10px;
	overflow: hidden;
}
.prods-section .prods-items ul li a {
  display: block;
  position: relative;
}
.prods-section .prods-items ul li .img{position:relative;}
.prods-section .prods-items ul li .img .i1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;max-width: 100%;
}
.prods-section .prods-items ul li .img .i2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left:0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;    z-index: 100; 
    max-width: 100%;
}
.prods-section .prods-items ul li .text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
	bottom:0;
	right: 0;
/*  width: 100%;
  height: 100%;*/
  padding: 0rem 1.4rem 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: left;
	display: flex;flex-direction: column;justify-content: center;
}
.prods-section .prods-items ul li .text h3 {
  font-size: 1.9rem;
  /*line-height: 2;*/
  font-family: OB;
  width: 80%;
}
.prods-section .prods-items ul li .text p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.654;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.prods-section .prods-items ul li .text .mores {
  display: block;margin-top: 2rem;}
.prods-section .prods-items ul li .text .mores i{width: 50px;
    height: 50px;
    font-family: "iconfont";
    background: #fff;
    display: flex
;
    font-size: 1.65rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #aaaaaa;}
.prods-section .prods-items ul li:hover .img .i1 {
  opacity: 0;
}
.prods-section .prods-items ul li:hover .img .i2 {
  opacity: 1;
}
.prods-section .prods-items ul li:hover .text {
  opacity: 0;
}
.prods-section .prods-items ul .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -12%;
}
.prods-section .prods-items ul .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #dcdee0;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.9rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prods-section .prods-items ul .slick-dots li:last-child {
  margin-right: 0;
}
.prods-section .prods-items ul .slick-dots li button {
  display: none;
}
.prods-section .prods-items ul .slick-dots li.slick-active {
  background: #19baf6;
}

.prods-section .more{margin-top:3rem;}
@media only screen and (min-width: 1024px) and (max-width: 1199px) 
{

}


@media screen and (max-width: 1023px)
{
	.prods-section{margin:0px;padding: 2rem 0px;}
	.prods-cont h5 {font-size: 1.065rem;margin-top: 1rem;}
	.prods-cont .owl-carousel .owl-dots .owl-dot.active span, .prod-cont .owl-carousel .owl-dots .owl-dot:hover span{border: 2px solid var(--color3);}
	.prods-cont .owl-carousel .owl-dots .owl-dot span{background-color: var(--color3);}
	.prods-item{width:100%;background:#f8f8f8;}
	.prods-section .prods-items ul li{width:100%;}
}
@media screen and (max-width: 768px)
{
	.prods-item{width:100%;width: 100%;}
	.prods-items .owl-controls{width: 100%;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)
{
	
}



/*============================================
jcxt-section
===========================================*/
.jcxt-section{ padding:0px 0px 0px 0px; margin: 0; overflow: hidden;}

.jcxt-cont.owl-theme .owl-dots{margin-top: 60px;}
.jcxt-cont .owl-carousel .owl-dots .owl-dot.active span,.prod-cont .owl-carousel .owl-dots .owl-dot:hover span{border-color: #e5277c;opacity: 0.8;background: #e5277c;width: 40px;border-radius: 10px;}
.jcxt-cont{padding:0px 0px;margin: auto;}
.jcxt-cont .jcxt-items{width:100%; position: relative;}
.jcxt-item {width:100%; display:flex; position: relative;}
.jcxt-item .img{width:70%;display:flex;justify-content: center;align-items: center;}
.jcxt-item .img img{max-width:100%; height: auto;}
/*.jcxt-item .text{width:30%;background:rgb(124 205 44 / 90%); color:#FFFFFF;padding:0px 50px; display:flex;    align-items: center;}*/
.jcxt-item .text{width:30%;background:var(--color2); color:#FFFFFF;padding:0px 50px; display:flex;    align-items: center;}
.jcxt-item .text .innerbox{width: 100%;}
.jcxt-item .text h3{font-size:34px; font-weight:700;padding-bottom: 1rem }
.jcxt-item .text ul{width:100%;margin-top: 2rem;}
.jcxt-item .text ul li{width:100%; display: flex; font-size:18px; font-weight: 450; line-height: 1.5; margin-bottom: 1rem;align-items: baseline;}
.jcxt-item .text ul li:before{content:"\e607"; width:20px; height: 20px; border-radius: 100%; background-color:transparent; border:2px solid #FFFFFF; font-size:20px; margin-right:10px; font-family: "iconfont";display: flex;align-items: center;}

.jcxt-item .more{    margin-top: 50px;}
.jcxt-cont .more a{padding:10px 80px; background:transparent; color:#FFFFFF; border-radius: 50px; font-family: var(--ff3);margin: auto 5px; border:2px solid #FFFFFF; transition: 0.5s;font-size:var(--p2-size);}
.jcxt-cont .more a:before{border-radius: 50px;}
.jcxt-cont .more a:hover{background-color:#FFFFFF; border:2px solid #FFFFFF; color:#F4BC16;}


.jcxt-items .owl-controls{position:absolute; bottom:2rem;width:70vw;  left:0; right: 0;}

.jcxt-cont .owl-carousel .owl-dots .owl-dot span{width: 15px;height: 15px;background-color: var(--color2);    border: 1px solid #FFFFFF;}
.jcxt-cont .owl-carousel .owl-dots .owl-dot.active span, .jcxt-cont .owl-carousel .owl-dots .owl-dot:hover span{width: 15px;height: 15px;background-color: transparent;border: 2px solid var(--color1);}


@media only screen and (min-width: 1024px) and (max-width: 1199px) 
{

}


@media screen and (max-width: 1023px)
{
	.jcxt-section{background: var(--color1);padding-bottom: 2rem;}
	.jcxt-item{flex-direction: column;}
	.jcxt-item .img{width:100%; padding:0px 0px 0rem 0px;}
	.jcxt-item .text{width:100%;background: var(--color1);}
	.jcxt-item .text .innerbox{padding:2rem 0px;}
	.jcxt-item .more{text-align: center; padding-bottom:2rem;}
	
	.jcxt-items .owl-controls{top:unset; width:100%; bottom:1rem;}
	
	.jcxt-cont .owl-carousel .owl-dots .owl-dot.active span, .jcxt-cont .owl-carousel .owl-dots .owl-dot:hover span{background-color: #FFFFFF;border: 1px solid #FFFFFF;}
}
@media screen and (max-width: 768px)
{
	
}
@media screen and (max-width: 767px)
{
	.jcxt-cont ul{flex-direction: column;}
	.jcxt-cont ul li:nth-child(1){border-bottom: 1px solid rgb(0 169 80 / 10%);padding-bottom: 2rem;margin-bottom: 2rem;}
	.jcxt-item .img{}
	
}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
	
}
@media screen and (max-width: 375px)
{
	
}
@media screen and (max-width: 320px)
{
	
}

 
/*============================================
good-section
===========================================*/
.adv-section{padding:100px 0px; background:#f0f2f8;}
.adv-section .wrap{display: flex;justify-content: center;position: relative;text-transform: uppercase;max-width: 1340px;margin: auto;padding: 0px 0px;flex-direction: column;align-items: center;}
.adv-section .adv-title{font-size:2.78rem; font-weight: bold; color:#FFFFFF;}
.adv-cont{width:100%; margin:0rem 0px 2rem 0px;}
.adv-cont ul{width:100%;display:flex; justify-content: space-between; flex-wrap: wrap;}
.adv-cont ul li{width:calc((100% / 2) - 20px);padding: 2rem; display:flex; align-items: center; transition: 0.5s;}
.adv-cont ul li a{display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;width:100%; height: 100%;}
.adv-cont ul li i{color:var(--color1); font-size:4rem;    margin-right: 2rem;}
.adv-cont ul li .desc{color:var(--color1); font-size:12px; line-height: 2;transition: 0.5s; font-weight: 500;}
.adv-cont ul li .desc h5{font-size:1rem; font-weight: bold;}
/*.adv-cont ul li p{color:var(--color3);text-align: center;font-weight: bold;font-size:1.4rem;transition: 0.5s;}*/

/*.adv-cont ul li:hover{background:var(--color2); color:#FFFFFF;transition: 0.5s; cursor: pointer;}
.adv-cont ul li:hover p{color:#FFFFFF;transition: 0.5s;}*/

@media screen and (max-width: 1023px)
{
	.adv-section{padding:60px 0px;}
	.adv-section .wrap{padding:0px 5vw;}
}

@media screen and (max-width: 767px)
{
	.adv-cont ul{display:flex; flex-direction: column;}
	.adv-cont ul li{margin:5px 0px; width:100%; display:flex;height: auto;    margin-right: auto;}
	.adv-cont ul li a{flex-direction: row;justify-content: space-between;}
	.adv-cont ul li i {color: #FFFFFF;font-size: 2rem;width: 60px;height: 60px;background: var(--color2);display: flex;justify-content: center;align-items: center;flex-shrink: 0;margin-right: 2rem;}
	.adv-cont ul li p{text-align: left;margin-right: auto;}
}
@media screen and (max-width: 430px)
{
	.adv-section .adv-title{font-size:2.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)
{
	
}
/*============================================
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: space-between;height: auto;flex-wrap: wrap;}
.app-nav ul li{width:calc(100% / 4);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;}
.app-nav ul li:nth-child(4n){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(198 46 48 / 90%);}
.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(198 46 48 / 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:80px 0px; overflow: hidden; background:#000000;}
.app-section .titles h3{color:#FFFFFF;}
.app-section .titles h5{color:#FFFFFF; max-width:1080px; margin: auto;}
.app-list{width:100%; display: flex;justify-content: center;position: relative;text-transform: uppercase;max-width: 1340px;margin: auto;margin-top:2.65rem;padding: 0px 0px;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:12px;}
.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-list ul li{border:0px;}
}

@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)
{
	
}
/*============================================
map-section
===========================================*/
.map-section{min-height: 850px;background-position: right center;background-repeat: no-repeat;font-family: var(--ff3); margin-bottom:80px;padding-top: 80px;}
.map-section .titles{max-width: 1200px;margin: auto;}
.map-section .titles h3{font-size:var(--t1);margin-bottom: 1rem;}
.map-section .titles h5{line-height: 1.6rem;}

.map-c{width:100%; height: auto; position: relative; display: block; overflow: hidden;}
.map-c img{display: block;width: 100%;height: auto;}
.map-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    margin: -3px 0 0 -3px;
    border-radius: 20px;
    background: #0067da;
}
.map-factory {
    position: absolute;
    width: 10px;
    height: 10px;
	display: flex;    align-items: center;
    flex-direction: column-reverse
}
.star-five {
   position: relative;
   display: block;
   color: red;
   width: 0px;
   height: 0px;
   border-right:  10px solid transparent;
   border-bottom: 7px  solid red;
   border-left:   10px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
}
.star-five:before {
   border-bottom: 8px solid red;
   border-left: 3px solid transparent;
   border-right: 3px solid transparent;
   position: absolute;
   height: 0;
   width: 0;
   top: -45px;
   left: -65px;
   display: block;
   content: '';
   -webkit-transform: rotate(-35deg);
   -moz-transform:    rotate(-35deg);
   -ms-transform:     rotate(-35deg);
   -o-transform:      rotate(-35deg);

}
.star-five:after {
   position: absolute;
   display: block;
   color: red;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 10px solid transparent;
   border-bottom: 7px solid red;
   border-left: 10px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}

.map-factory h5{font-weight: 500;line-height: 0px;margin-bottom: 5px;}
.map-factory i:before,.map-factory em:before{content: "\e6b4";font-family: "iconfont"; color:red;font-size: 1.2rem; height:5px;}
.map-factory i,.map-factory em{height:18px;}

.map-dealer{position: absolute;
    width: 7px;
    height: 7px;
    margin: -3px 0 0 -3px;
    border-radius: 20px;
    background: red;}

.map-dot span,.map-dealer span{
    position: absolute;
    white-space: nowrap;
    color: #777;
    font-size: .8rem;
	text-transform: capitalize;
}
/*.map-dot span:hover{color:#ff0000;}*/
.label-top {
    left: 50%;
    top: -300%;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.label-bottom {
    left: 50%;
    bottom: -300%;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
/*span.label-top:hover{top:-350%;}*/
.label-right {
	left: 10px;
    top: -100%;
    /*left: 300%;
    top: -150%;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);*/
}
.label-left {
    /*left: -300%;
    top: -150%;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);*/
}
/*span.label-right:hover{left:350%;}*/
.china{left: 40.5%;top: 46.1%;}
.vietnam{left: 40.1%;top: 56.9%;flex-direction: row;align-items: flex-end;}
.vietnam h5{font-size:0.8rem; font-weight: 500;}
.sri{left: 29.5%;top:62.1%;}
.sri h5{font-size:0.8rem; font-weight: 500;}
.map-factory.sri{width:60px;}
.map-dot.sri{margin: 2px 0px 0px 40px;}

.map-dot.china{width: 15px;height: 15px;}
.map-dot.china span{top:-180%;}

.bengal{left: 34.5%;top: 53.45%;}
.peru{top: 73%;left: 79%;}
.columbia{top: 62.8%;left: 79.15%;}
.myanmar{left: 36.9%;top: 56.75%;}
.cambodia{left: 39.9%;top: 60.75%;}

.thailand{left: 39.4%;top: 58.75%;display: flex;justify-content: flex-end;align-items: center;}
.map-dot.thailand span{position: relative;margin-right: 10px;margin-top: -4px;}

.korea{left: 45.2%;top: 43.95%;}
.japan{left: 48.5%;top: 43.95%;}
.philippine{left: 44.3%;top: 56.95%;}
.india{left: 31.5%;top: 52.45%;}
.malaysia{left: 39.4%;top: 65.95%;}

.singapore{left:  38.7%;top: 62.95%;}
.russia{left: 20.33%;top: 28.15%;}
.uk{left: 7.4%;top: 35.95%;}
.germany{left: 11.23%;top: 37.95%;}
.italy{left: 11.3%;top: 41.9%;}
.montenegro{left: 13.3%;top: 43.2%;}
.france{left: 8.93%;top: 39.95%;}
.bulgaria{left: 15.43%;top: 41.85%;}
.spain{left: 6.93%;top: 42.95%;}
.portugal{left: 5.93%;top: 44.95%;}

.salvador{left: 75.43%;top: 60.85%;}
.kazakhstan{left: 27.2%;top: 39.2%;}
.turkmenistan{left: 23.2%;top: 43.2%;}
.arabia{left: 22.33%;top: 53.95%;}
.serbia{left: 14.03%;top: 41.85%;}

.nigeria{left: 11.03%;top: 61.95%;}
.australia{left: 47.33%;top: 80.95%;}
.canada{left: 75.33%;top: 32.05%;}
.america{left: 74.33%;top: 41.95%;}
.brazil{left: 85.93%;top: 79.95%;}

.zimbabwe{left: 16.03%;top: 75.65%;}
.ecuador{left: 77.02%;top: 65.95%;}
.bolivia{left: 81.5%;top: 74.95%;}
.argentina{left: 81.43%;top: 90.95%;}
.uruguay{left: 84.63%;top: 84.55%;}
.mauritius{left: 23.7%;top: 77.05%;}

.map-info{position: absolute;bottom: 5%;left: 0%; display: flex;flex-direction: column;align-items: flex-end;}
.map-info h5{font-size:24px; color:#080808;}
.map-info a{width:160px; height:50px; line-height: 50px; color:#FFFFFF;background:#455b98; font-size:16px; text-align: center; margin-top:20px;}

.map-info2{position:absolute; bottom:20%; right:0%; color:#ff0000; display: flex;font-size: 16px;}
.map-info2:before{content:url(/style/icon-map-info2.png); margin-right:10px; max-width:100%; overflow: hidden;}


.map-desc{display:flex; width:100%; overflow: hidden;}
.map-desc ul{display:flex; justify-content: space-between;}
.map-desc ul li{margin:0px 20px;display: flex;align-items: center;font-weight: bold;text-transform: uppercase;}
.map-desc ul li p{display: flex;align-items: center;    font-weight: bold;text-transform: uppercase;}
.map-desc ul li i,.map-desc ul li em{margin-right:5px;}
.map-desc ul li i.map-Factory:before,.map-desc ul li em.map-Factory:before{content: "\e6b4";font-family: "iconfont";color: red;font-size: 1.2rem;height: 5px;}
.map-desc ul li i.map-Dealer:before,.map-desc ul li em.map-Dealer:before{content:""; width: 10px;height: 10px;margin: 0px;border-radius: 20px;background: red;display: block;}
.map-desc ul li i.map-Customer:before,.map-desc ul li em.map-Customer:before{content:""; width: 10px;height: 10px;margin: 0px;border-radius: 20px;background: #0067da;display: block;}



@media screen and (max-width: 1023px)
{
	.map-section{min-height:unset;}
	.map-section .titles h5{line-height: 1.8;font-size: 1rem;}
}

@media screen and (max-width: 767px)
{
	.map-section{display:none;}
}
@media screen and (max-width: 430px)
{
	.map-dot span, .map-dealer span{display: none;}
}
@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; margin-top:0px;box-shadow: 0px -10px 10px rgba(0,0,0,0.05);    background: -moz-linear-gradient(bottom, #f1f1f1, #fff 20%, #fff);
    background: -webkit-linear-gradient(bottom, #f1f1f1, #fff 20%, #fff);
    background: -o-linear-gradient(bottom, #f1f1f1, #fff 20%, #fff);}
.case-section .titles{padding: 20px 10vw;max-width: 1400px;margin: auto;padding-bottom: 0px;}
.case-section .titles h3{flex-direction: row;}
.case-section .titles h3 b{color:var(--color1);    padding-right: 10px;}
.case-section .titles h5{margin-bottom:0px;}
.case-section .case-wrap{padding:20px 7%; margin: auto; overflow: hidden;}
.case-wrap .case-cont{width:100%; display: flex;}
.case-cont ul{display:flex; justify-content: space-between; flex-wrap: wrap;}
.case-cont li{width:calc(25% - 20px); 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:hover .img img{transform: scale(1.1); transition: 0.35;}
.case-cont li .text{padding:10px 0px;}
.case-cont li:hover .text{color:var(--color1);}


.case-cont figure{width:100%;padding: 0px 20px;}
.case-cont .card-img-c{position: relative;overflow: hidden;
  width: 100%; /* 容器宽度 */
  padding-top: 133.33%; /* 宽高比为 (100/16:9) 的百分比 */}
.case-cont .card-img-c img{position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 裁剪并覆盖到容器 */}

.case-cont li .card-img-c img{width:100%; max-width:100%;transition: 0.5s;}
.case-cont li:hover .card-img-c img{transform: scale(1.1); transition: 0.35;}

.case-cont .card-img-c .img-dask:before{    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    z-index: 15;}
.case-cont .card-img-c:hover{cursor: pointer;}


.case-wrap .btn1{justify-content: center; margin-top:2rem;}
.case-wrap .btn1 a{color: var(--color2); padding: 10px 50px 10px 56px; border: 1px solid var(--color2);background-color: transparent;}
.case-wrap .btn1 a:before{background-color:var(--color2);}
.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;}
	.case-section .titles h3{font-size:2rem;}
	
}
@media screen and (max-width: 430px)
{
	.case-section .titles h3{flex-direction: column;font-size:1.5rem;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
service-section
===========================================*/
.service-section{ padding:100px 0px 20px 0px;}
.service-section .titles{font-family: var(--ff3);}
.service-section .titles h3{font-size:var(--t1);margin-bottom: 1rem;}
.service-cont{}
.service-cont ul {
    display: flex;
    flex-direction: row;
}

.service-cont li {
    flex: 1;position: relative;
}

.service-cont li a {
    display: block;
    width: 100%;
    height: 320px;
    padding-bottom: 6px;
    position: relative;
}

.service-cont li .casesbg {
    height: 320px;
    width: 100%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.service-cont li .casesico {
    padding-top: 58px;
        text-align: center;
}

.service-cont li .casesico img {
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
}

.service-cont li .casesico img:nth-child(2) {
    display: none;
}

.service-cont li .casesname1 {
    padding-top: 30px;
    font-size: 18px;    text-align: center;
    color: #333
}

.service-cont li .casesname2 {
    color: #797979;
    padding-top: 8px;
        text-align: center;
    position: relative;
    height: 52px;
}

.service-cont li .casesname2 em {
    position: absolute;
    bottom: 0px;
    left: 45%;
    display: block;
    width: 21px;
    height: 1px;
    background: #000;
}

.service-cont li .casesbottom {
    display: none;
    margin-left: 0;
    width: 100%;
    height: 6px;
    background: #ff6600;
}

.service-cont li:hover .casesbottom {
    display: block;
}



.service-cont li:hover img {
    display: none;
}

.service-cont li:hover img:nth-child(2) {
    display: inline-block;
}

.service-cont li:hover .casesname1 {
    color: #e7c466;
}

.service-cont li:hover .casesname2 em {
    background: #e7c466;
}
.service-cont li:hover .casesico{ transform: rotateZ(360deg);    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);}
.service-cont li:after {
    content: '';
    width: 10px;
    height: 15px;
    position: absolute;
    right:0px;
    top: 26%;
    background: url(../images/right.png);
    animation-name: fadeInLeft;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.service-cont li:nth-child(7):after {
display:none
}
#c_static_001-1646730046270 .e_image-14 a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}

#c_static_001-1646730046270 .e_image-14 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 960px) {
    .service-cont ul {
        flex-wrap: wrap;
    }

    .service-cont li {
        flex: 0 0 calc(100%/3);
    }
}


@media screen and (max-width: 1023px)
{
	/*#footer .foot-contact{display: block;}
	#footer .foot-col{display: block;}*/
	.service-section .titles h5{font-size: 1rem;line-height: 1.8;}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
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 10vw;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;}
.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(--color4);
    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(--color2);
    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 {max-width: 800px;
    margin-left: 50px; }
  .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; }

@media screen and (max-width: 1440px)
{
	.lx-wrap .lx-cont{flex:1;}
	.lx-cont .lx-titles h3{font-size:2.6rem;}
	.lx-cont .lx-titles h5{font-size:1.8rem;}
	.form-box{flex:1;}
	.lx-wrap{padding: 120px 10vw 80px 10vw;}
	.form-box{padding: 20px 50px;}
}
@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;}
	
	.lx-cont ul li i:before{color: var(--color2);}
	.form-box{margin: 2rem 0px 0px 0px;}
}

@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){}

/*============================================
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;}


/*============================================
about-section
===========================================*/
.about-section{padding: 100px 0px;
    background: #ffffff;background-position: bottom;}
.about-title {
    color: #00396f;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-subtitle {
    color: #00396f;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.about-title h2{font-size: 32px;}
.about-title h4{font-size: 24px;}

.about-section p {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 2rem;
}

.about-image{display: flex;justify-content: flex-end;}
.about-image img{max-width: 100%;}
		
/*============================================
vision-cont
===========================================*/



.vision-section {
    position: relative;
}
#vision
{
	min-height: 646px;
   /* background-size: cover;*/
    background-position: center;
    /* background-attachment: fixed; */
    display: flex;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    /* text-transform: uppercase; */
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    /*background-attachment: fixed;*/
}
.vision-subtitle {
    font-size: 20px;
}

/*============================================
vision-ad
===========================================*/
.vision-ad{background:#014998;padding: 2rem 0px;}
.vision-ad ul{display: flex;justify-content: space-between;align-items: center;flex-direction: row;flex-wrap: wrap;}
.vision-ad ul li{padding:10px 0px;}
.vision-ad ul li{color:#FFFFFF;text-align: center;}
.vision-ad ul li em{font-size:3.4rem;}
.vision-ad ul li p{}

/*============================================
solution-section
===========================================*/
.solution-section{padding-top: 10px;margin-top: 100px;padding-bottom:80px; overflow:hidden; width:100%;position: relative;}
.solution-section .wrap{position: relative;}

.solution-section .section-title{position:absolute; top:0px; left:calc(((100% - 1500px) / 2) - 40px);z-index: 10;}
.solution-section .section-title h2{margin-left:-50px;}
.solution-cont{width:auto}
.solution-cont dl{width:100%;height: 640px; display:flex;justify-content: space-between;align-items: center;position: relative;    overflow: hidden;}
.solution-cont dt{width:calc(100% / 2); overflow: hidden; padding-left:calc((100% - 1500px) / 2);color: #002d4b;}
.solution-cont dt h3{font-size: 40px;line-height: 40px;margin-bottom: 20px;color: #002d4b;padding-top: 50px;}
.solution-cont dt .text{padding: 0;font-size: 16px;line-height: 34px;height: 102px;overflow: hidden;color: #002d4b;font-weight: 500;padding-right: 50px;}
.solution-cont dd{width: 960px;height: 640px;overflow: visible;position: absolute;left: 50%;top: 0px;}
.solution-cont dd img{max-width:none;height: 640px; width:100%;}
.solution-cont.owl-theme .owl-dots{margin-top: 60px;}
.solution-cont.owl-carousel .owl-dots .owl-dot.active span,.solution-cont.owl-carousel .owl-dots .owl-dot:hover span{border-color: #91c53c;opacity: 0.8;background: #91c53c;width: 40px;border-radius: 10px;}

.solution-cont .btn1 a{border:1px solid #ccc; background:none; color:#002d4b;}
.solution-cont .btn1 a:hover{color:#FFFFFF;border-color:#33bef2;}
.solution-cont .btn1 i{color: #91c53c; margin-right:10px}
.solution-cont .btn1 a:hover i{color: #FFFFFF;}




/*============================================
ad-section
===========================================*/
.ad-section{overflow: hidden;background:#eeeeee;}
.ad-section .ad-cont{    width: 100%;
    height: auto;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;justify-content: flex-end;
    align-items: center; padding:20px 0px;}
.ad-c{width:50%;padding: 100px;}
.ad-c h2{color:#333;}
.ad-c h2 b{display: block;
    font-size: 42px;
    color: #333333;
    line-height: 42px;
    height: 42px;
    position: relative;
    font-weight: bold;}
.ad-c h2 i{display: block;
    font-size: 80px;
    color: #e0e0e0;
    line-height: 80px;
    margin-top: 9px;
    font-family: Impact;
    position: relative;
    height: 80px;
    text-transform: uppercase;}
.ad-c h2 i em{position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #333333;
    line-height: 80px;}
.ad-c-desc{margin-top:50px;max-width: 500px;}
.ad-c-desc h3{height: 35px;
    font-size: 30px;
    line-height: 35px;
    color: #004898;
    font-weight: 300;
    margin-bottom: 20px;}
.ad-c-desc p{    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    }

.ad-line{width:100%;height: 10px;margin:20px auto 20px 0px; background: url(../images/ad_line.png) no-repeat center left;}
.ad-c ul{width:100%; max-width:470px; padding:20px 0px; margin: 0px; margin-top:20px;margin-bottom:50px; }
.ad-c ul li{width:calc((100% / 3 ) - 20px); height:130px; max-width:120px; float:left; margin-right:20px; border:1px solid #c6c6c6; border-top-left-radius: 25px; border-bottom-right-radius: 25px; margin-bottom:20px; display: flex; justify-content: center; align-items: center;flex-direction: column;}
.ad-c ul li:hover{background:#014998; color:#FFFFFF;}
.ad-c ul li em{color:#014998;    font-size: 2.5rem;}
.ad-c ul li p{color:#000000; font-size:18px;}
.ad-c ul li:hover em{color:#FFFFFF;}
.ad-c ul li:hover p{color:#FFFFFF;}


.ad-img{width:960px; height: 100%; position:absolute;right: 50%; top:0px; overflow: hidden;}




/*============================================
prod-section
===========================================*/
.prod-section{padding-top:0px;}
.prod-cont.owl-theme .owl-dots{margin-top: 60px;}
.prod-cont .owl-carousel .owl-dots .owl-dot.active span,.prod-cont .owl-carousel .owl-dots .owl-dot:hover span{border-color: #e5277c;opacity: 0.8;background: #e5277c;width: 40px;border-radius: 10px;}
.prod-cont{padding:50px 0px;}
.prod-cont ul li{border: 1px solid #eee;}
.prod-cont ul li .img{width:100%;transition: 0.5s; overflow: hidden;max-height: 340px;display: flex;justify-content: center;align-items: center;
}
.prod-cont ul li img{max-width:100%;transition: 0.5s;}
.prod-cont ul li:hover img{transform: scale(1.05);}
.prod-cont ul li .t{    padding: 15px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
	transition: 0.5s;
}

.prod-cont ul li:hover .t{background:#91c53c; color:#FFFFFF;}



.col-lg-6.knowledge-2 {
    position: relative;padding: 0px;
}

.col-lg-6.knowledge-1 {
    padding: 10% 0%;
}

.knowledge-section {
    /* height: 525px; */
    margin: 0px 0px 30px 0px;
}

.knowledge-block {
    width: 700px;
    float: right;
    max-width: 100%;
     padding-right: 5%; 
}

.knowledge-content {
    color: #ffffff;
    font-size: var(--p3-size);
    font-weight: 400;
    line-height: var(--line-height34);
    /*padding-right: 20%;*/
	margin-top: 20px;
	font-family: var(--ff3);
}

.knowledge-title {
    font-size: 30px;
    line-height: 49px;
    color: white;
    text-transform: uppercase;
}

a.knowledge-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    border: 1px solid white;
    display: table;
    padding: 0px 20px;
    text-decoration: none;
    border-radius: 20px;
    margin: 20px 0px 0px;
    transition: 0.4s all ease;
}

.knowledge-block-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
a.knowledge-link:hover {
    background: white;
    color: #00376d;
}


.project-video {
    position: relative;
}

.col-lg-6.knowledge-2>.project-video {
    width: 100%;
    height: 100%;background-size: cover;
}

.col-lg-6.knowledge-2>.project-video img:nth-child(1) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.knowledge-title{margin-bottom: 20px;}
.knowledge-title h2{font-size:var(--t2); font-family: var(--ff2);line-height: var(--line-height2);}
.knowledge-content{}

/*============================================
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:40px;  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 5%; margin-top:0;display: flex;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    max-width: 1340px;
    margin: auto;
    padding: 0px 0px;
    flex-direction: column;
    align-items: center;}
.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;}
.news-list li .wz h3{font-size:1rem;font-weight: 500; line-height: 1.5; color:#000;}
.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(--color2);}
.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(--color2);text-decoration: underline;}
.news-list li .img{position: relative;
  width: 100%; /* 容器宽度 */
  padding-top: 56.25%; /* 宽高比为 (100/16:9) 的百分比 */}
.news-list li .img img{position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 裁剪并覆盖到容器 */}

@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:1rem; 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: 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)
{
	.about-section{padding-top:50px;}
	.about-title h2{font-size:1.8rem;}
	.about-section h4{font-size: 1.5rem;line-height: 1.8rem;}
	.about-section p{font-size: 1rem;line-height: 2rem;}
	.about-image{margin-top:40px;}
	
	#vision{min-height:100vw;}
	#vision .container{padding: 50px;}
	.vision-subtitle  span{font-size:unset !important;}
	.vision-ad .owl-theme .owl-dots{margin-top:20px;}
	
	.solution-section{margin-top: 20px;}
	.solution-section .section-title{position:relative; top: unset; left: unset;padding-left: 20px; padding-bottom:20px;z-index: 100;}
	.section-title h2{font-size: 5rem;}
	.solution-section .section-title h2{ margin-left:auto;}
	.solution-cont dl{flex-direction: column-reverse;}
	.solution-cont dt{width:100%;padding: 10vw;}
	.solution-cont dt .text{padding-right: 0px;}
	.solution-cont dd{width:100%; max-width:100%; height: auto;position: relative;left: unset;top: unset;}
	.solution-cont dd img{max-width:100%;height:auto;}
	
	.ad-section{}
	.ad-section .ad-cont{flex-direction: column;padding:0px;}
	.ad-img{position: relative; top: unset; right:unset;width: 100%;}
	.ad-img img{max-width:100%; height: auto;}
	.ad-c{width:100%;padding: 5vw;}
	.ad-c h2 b{font-size:2rem; padding-top:20px;padding-bottom: 30px;}
	.ad-c h2 i{font-size:5rem;}
	.ad-c-desc{margin-top:20px;}
	
	.knowledge-block{width: 100%;padding: 5vw 10vw;}
	

	.news-item__title{margin: 2vw 0 !important;}
	.news-item__teaser{font-size: 1.2rem;}
}
@media screen and (max-width: 768px)
{
	
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 425px)
{
	.about-title h2{font-size:1.6rem;}
}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{
	.about-title h2{font-size:1.5rem;}
	.about-section h4{font-size: 1.2rem;line-height: 1.8rem;}
}
@media screen and (max-width: 320px)
{
	
}