.lg-bg{
	height: 500px;
}
.lg-bg .img {
	width: 100%;
	height: 100%;
	min-height: 500px;
}
.lg-bg img {
	max-width: unset;
	height: 100%;
	object-fit: cover;
}

.left-float,.left-float.act{
	display: none;
}
.logo{
	padding: 0;
}
.lg-menu{
	margin: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.lg-menu span{
	width: 25px;
}
.menu-close .lg-menu span:nth-child(1) {
	width: 40px;
	transform: rotate(-45deg);
	position: absolute;
	left: 5px;
	top: 25px;
	margin: 0;
}

.menu-close .lg-menu span:nth-child(2) {
	width: 40px;
	transform: rotate(45deg);
	position: absolute;
	left: 5px;
	top: 25px;
	margin: 0;
}

.lg-head.lg-fade{
	
}
.lg-head.lg-fade.act{
	
}
.lg-head:before{
	display: none;
}

.tools{
	display: none;
}

.lg-banner .text h2{
	font-size:24px;
}
.menu-wrap{
	overflow: auto;
}
.menu-wrap .menu-nav ul{
	flex-direction: column;
}
.menu-contact{
	margin-top: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.menu-contact ul{
	width: auto;
}
.menu-contact li{
	width: 100%;
	margin-right: 0;
}

.menu-contact .ewm{
	width: auto;
}
.menu-contact .ewm .dress{
	line-height: 1.8;
}

.lg-classify{
	padding-left: 0;
}
.lg-classify .lg-public{
	padding: 30px 15px;
}
.lg-classify .title{
	margin-bottom: 20px;
}
.lg-classify .title .txt{
	font-size: 24px;
}
.lg-classify.act .title .txt{
	font-size: 24px;
}
.lg-classify .intro{
	font-size: 14px;
}
.lg-classify .subtitle{
	
}
.lg-classify .subtitle a,.lg-classify.act .subtitle a{
	margin-right: 10px;
	font-size: 14px;
}

.lg-btn-flex .lg-more{
	margin-right: 30px;
}

.lg-body{
	padding-left: 0;
}
.title .cn{
	top: 15px;
	font-weight: 400;
}
.title .en{
	font-size: 60px;
}
.title .txt{
	font-weight: 400;
}
.title .client-tips{
	position: absolute;
	top: 15px;
	right: 10px;
}

.title-tool .lg-more{
	border: 0;
	width: auto;
}
.title-tool .lg-more i{
	margin-left: 10px;
}

.client .lg-bg-icon{
	width: 50px;
	height: 150px;
}
.client .lg-public{
	padding: 15px;
}
.client .title{
	margin-bottom: 0;
}
.client .content{
	flex-direction: column;
}
.client-menu{
	width: 100%;
	border-right: 0;
	margin-bottom: 20px;
}
.client-menu ul{
	display: flex;
	justify-content: center;
	border-right: 0;
	width: 100%;
}

.client-menu ul li{
	width:33.33%;
	min-height: 40px;
	text-indent: 0;
	text-align: center;
	justify-content: center;
}
.client-menu ul li:hover{
	text-indent: 0;
}
.client-menu ul li.act{
	border-right: 0;
	border-bottom: 1px solid #1f6ed3;
}
.client-list ul li{
	padding: 10px;
}
.client-list ul li img{
	max-width: 90%;
}

.service .lg-public{
	padding: 15px;
}
.service .lg-bg-icon{
	width: 50px;
	height: 150px;
}
.service .title span.en{
	font-size:60px;
}
.service-item{
	width: 100%;
	height: auto;
	border: none !important;
	border-bottom: 1px solid rgba(255 255 255/30%) !important;
	padding-bottom: 30px;
}
.service-item .icon{
	height: 50px;
	width: 50px;
	opacity: 1;
	transform: translateY(0);
}
.service-item .entit{
	font-size: 32px;
	transform: translateY(0);
}
.service-item .cntit{
	font-size: 20px;
	transform: translateY(0);
}
.service-item span.more{
	opacity: 1;
	transform: translateY(0);
}

.service .lg-more{
	margin-bottom: 30px;
}

.case .title, .news .title{
	margin: 15px;
}
.case .subtitle, .news .subtitle{
	padding: 0 15px;
}
.case .subtitlelist, .news .subtitlelist{
	justify-content: space-around;
	padding:10px 0 15px 0;
}
.case .subtitlelist span, .news .subtitlelist span{
	margin-right: 0;
	font-weight: 300;
}
.case .case-list .case-item{
	width: 100%;
}

.product .lg-public{
	padding: 15px;
}
.product .title span.en{
	font-size: 60px;
}
.product .lg-bg-icon2{
	width: 40px;
	height: 40px;
}
.product .content{
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.product-item{
	width: 100%;
	height: auto;
	border-right: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.product-item .icon{
	margin-bottom: 30px;
	width: 60px;
	height: 60px;
}
.product a.lg-more{
	margin-bottom: 30px;
}

.help{
	height: auto;
}
.help .content{
	padding-left: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.news>.lg-public>.content{
	font-weight: 300;
}
.news .lg-public{
	padding:0;
}
.news>.lg-public>.content{
	flex-wrap: wrap;
	padding: 10px;
}
.news .imgNews{
	margin-right: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.news .listNews{
	width: 100%;
}

.message .title{
	padding: 15px;
}

.lg-foot{
	padding-top: 0;
	padding-left: 0;
	background: #333;
}
.lg-foot.lg-foot-white{
	background: #fff;
}

.bottom{
	padding: 10px;
}

.lg-banner.lg-banner-inner{
	height: 200px;
	min-height: 200px;
}

.company_intro{
	padding: 20px 10px;
}
.company_intro .content h3{
	font-size: 20px;
}
.company_intro .content h2{
	font-size: 38px;
	margin-bottom: 20px;
}
.company_intro .content p{
	font-weight: 300;
}
.company_culture{
	padding: 20px;
}
.culture_left{
	width: 100%;
	padding: 0;
}
.culture_left .content{
	justify-content: center;
	align-items: center;
}
.cul-item{
	width: 100%;
}
.cul-item h3{
	font-size: 18px;
	font-weight: 300;
}
.cul-item p{
	font-size: 14px;
	color: #1f6ed3;
}
.culture_right{
	display: none;
}
.company_timeline{
	padding: 20px 10px;
}
.timeItem .timer{
	display: none;
}
.timeItem .img{
	width: 100%;
}
.timeItem .text p{
	font-size: 14px;
}

.company_help .lg-public{
	padding: 20px;
}
.company_help .text{
	font-weight: 300;
	font-size: 16px;
}

.contact_intro .lg-public{
	padding:0;
}
.contact_intro .content{
	padding: 20px;
}
.contact_intro .lg-flex .contact-left p{
	width: 100%;
}
/* .contact_intro{
	min-height: 500px;
	background: #fff url(../img/map.png) -460px -60px no-repeat;
} */
.contact_intro .mapbox{
	min-height: 500px;
}
.contact_intro .map_location{
	top: 280px;
	left: 20px;
}
.map_location .text{
	top: -80px;
}
.map_location .text h2{
	font-size: 30px;
}
.map_location .text p{
	font-size: 16px;
}
.contact_intro .content p{
	font-weight: 300;
	font-size: 16px;
}

.contact_form .lg-public{
	padding:30px 15px;
}
.contact_form .lg-public .title,.contact_form .lg-public .content{
	width: 100%;
}

.product-intro .content{
	flex-wrap: wrap;
}
.product-intro .title{
	margin-top: 0;
	margin-bottom: 0;
}
.product-intro .column-line{
	width: 100%;
	height: 1px;
}
.product-intro-item a{
	padding: 30px 0;
	height: auto;
	font-weight: 300;
}
.pii-left .icon{
	width: 70px;
}

.pii-right{
	padding: 0 15px;
}

.product-news-box{
	flex-direction: column;
}
.pnb_left{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.product-news .imgNews .text h3,.product-news .listNews ul li h3{
	font-size: 16px;
	font-weight: 400;
}
.product-news .imgNews .text p,.product-news .listNews ul li p{
	font-weight: 300;
}

.product-case ul li .intro{
	font-weight: 200;
}

.base_qalist dl dt{
	font-size: 16px;
	font-weight: 400;
}
.base_qalist dl dd{
	font-weight: 200;
}

.base_productshow{
	padding: 30px 0;
}

.productContainer .title{
	margin-bottom: 20px;
}
.productContainer .subtitle{
	margin-bottom: 20px;
}
.productContainer .subtitle span.txt{
	font-weight: 300;
}
.pro-item-box{
	flex-wrap: wrap;
}
.pro-item-box .item{
	width: 100%;
	margin: 10px 0;
}
.pro-item-box .item .tit .txt{
	font-size: 18px;
	font-weight: 300;
}
.pro-item-box .item .int{
	font-weight: 200;
}
.product-custom ul li{
	width: 33.33%;
	padding: 0 10px;
}

.product_help .content .right{
	flex-direction: column;
}

.pro-help-item{
	width: 100%;
}
.pro-help-item a{
	height: auto;
	padding: 15px;
}
.pro-help-item .tit{
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 300;
}

.serviceContainer{
	margin-top: 0;
}
.serviceContainer .title{
	width: 100%;
	height: 180px;
	padding: 10px;
	margin-bottom: 0;
	align-items: center;
	justify-content: center;
	position: static;
}
.serviceContainer .title .en{
	font-size: 50px;
}
.serviceContainer .title .int{
	top: 100px;
}
.service-item-inner,.service-item-inner:nth-child(odd){
	flex-direction: column;
}
.service-item-inner .img,.service-item-inner .text{
	width: 100%;
}
.service-item-inner .img img{
	height: 100%;
}
.service-item-inner .text{
	padding: 0 30px;
}
.service-item-inner:hover .text .lg-btn-flex {
	opacity: 1;
	transform: translateY(-30px);
}
.service-item-inner:hover .text span.fa {
	opacity: 0;
	transform: translateY(-50px);
}
.service-item-inner:hover h1,
.service-item-inner:hover p,
.service-item-inner:hover ul {
	transform: translateY(-30px);
}

.base_caselist{
	padding-top: 0;
	padding-bottom: 0;
}
.base_caselist .item{
	width: 100%;
	margin: 15px 0;
}

.base_caseshow{
	flex-direction: column;
}

.base_caseshow .left{
	width: 100%;
	padding: 15px;
}

.caseshow_head .img img{
	max-width: 200px;
}
.caseshow_head .text span{
	font-weight: 300;
	font-size: 16px;
}
.caseshow_head .text p,.caseshow_intro .text{
	font-weight: 300;
}
.base_caseshow .right{
	padding: 15px 0;
}
.caseshowContainer .casetitle{
	font-weight: 400;
}

.newsContainer .newsleft{
	padding: 15px;
}
.news-center-flex{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.news .imgNews{
	padding-bottom: 20px;
}
.news .imgNews .text{
	font-weight: 300;
}
.news .listNews ul li{
	height: auto;
	padding-bottom: 20px;
}
.newsContainer .listNews ul li:nth-child(odd){
	margin-right: 0;
}

.base_noticelist li span,.base_noticelist li h3,.base_hotnewslist li h3,.base_hotnewslist li span{
	font-weight: 300;
}

.newstitle{
	font-weight: 400;
}

.lg-form{
	padding: 0 15px;
}
.lg-form-flex{
	flex-direction: column;
}
.lg-form-item{
	margin: 0;
}

.float-form-container{
	width: 100%;
	right: -100%;
	padding: 10px;
}
.float-form-content{
	padding: 0;
}

.help-close,.help-bar{
	display: flex;
}
.lg-body.act{
	z-index: 13;
	overflow: hidden;
}
.helpContainer .helpleft{
	display:block;
	position: fixed;
	top:0;
	left:-100vw;
	z-index: 13;
	width:100vw;
	height:100vh;
	overflow: auto;
	transition: all 0.2s;
}
.helpleftsticky{
	position: static;
}
.helpContainer .helpleft.act{
	left:0;
}


<!--0.00018000602722168-->