﻿/*公用样式*/
*{margin:0;padding:0;}
img{border:none;}
.c-b,.clear{clear:both;}
.f-l{float:left;}
.f-r{float:right;}
input{color:#565656;font-size:12px;}
input,img{vertical-align:middle;}
ul,li{list-style:none;list-style-type:none;}
.lg-container{
	max-width: 1450px;
	padding: 0 10px;
	margin: 0 auto;
}
:root{
	--color:#204691
}
/*主体样式控制*/
.headWrap{
	width: 100%;
	position: relative;
	z-index: 2;
	border-top: 5px solid #204691;
}
.head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px;
}
.logo{
	flex-shrink: 0;
	height: 50px;
}
.logo img{
	height: 50px;
}
.nav{
	width: 60%;
}
.nav > ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.nav > ul li{
	position: relative;
	line-height: 30px;
	font-size: 16px;
}
.nav > ul li:hover > a{
	color: #204692;
}
.nav > ul li .navchild{
	display: none;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-75px);
	width:auto;
	padding: 30px 0 0 0;
}
.nav > ul li .navchild ul{
	background: #fff;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	padding: 10px 0;

}
.nav > ul li .navchild ul li{
	text-align: center;
	line-height: 40px;
	width: 150px;
	position: relative;
}
.nav > ul li .navchild ul li a{
	display: block;
}
.nav > ul li:hover .navchild{
	display: block;
}
.nav > ul > li:hover:after{
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background: #204692;
	position: absolute;
	bottom: -30px;
	left: 0;
}
.nav > ul li .navchild ul li:hover{
	background: rgba(0 0 0/10%);
}
.nav > ul li .navchild ul li ul{
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
	flex-direction: column;
	box-shadow: unset;
	font-size: 14px;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
}
.nav > ul li .navchild ul li ul li{
	font-size: 14px;
	line-height: 30px;
}
.nav > ul li .navchild ul li:hover ul{
	display: block;
}

.tools{
	flex-shrink: 0;
}
.tools .phone{
	color: #204692;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
}
.tools .phone span{
	margin-right: 10px;
}

.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .text{
	color: #fff;
	position: absolute;
	bottom: 20%;
	right: 50%;
}
.banner .text span{
	display: block;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 30px;
	transition: all 0.2s;
}
.banner .text p{
	font-size: 18px;
	transition: all 0.2s;
}
.currentName{
	width: 100%;
	position: absolute;
	bottom: 20%;
}
.currentName span{
	display: block;
	margin-left: 20%;
	width: 200px;
	padding: 20px 0;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	background: rgba(0 0 0/10%);
}

.float-container{
	position: fixed;
	top: 40%;
	right: 10px;
	z-index: 999999;
}
.float-container .item{
	position: relative;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	
}
.float-container .item .icon{
	width: 80px;
	height: 30px;
	padding-top: 80px;
	text-align: center;
	border-radius: 10px;
	background:#fff url(../images/wx.png) center 10px no-repeat;
	color: #f90;
	cursor: pointer;
}
.float-container .item .ewm{
	display: none;
	position: absolute;
	right: 90px;
	top: 0;
	background: #fff;
	padding: 10px;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	border-radius: 10px;
}
.float-container .item:hover .ewm{
	display: block;
}

.bodyWrap{

}
.aboutContainer{
	margin-top: 50px;
	margin-bottom: 80px;
}
.pictext_block{
	display: flex;
}
.pictext_block .text,.pictext_block .img{
	width: 50%;
}
.pictext_block .text{
	padding: 30px 50px 0 0;
}
.pictext_block .text span{
	display: block;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}
.pictext_block .text p{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 2;
}
a.more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	border: 1px solid #204691;
	color: #204691;
	transition: all 0.2s;
}
a.more:hover{
	background: #204691;
	color: #fff;
}
.pictext_block .text a{
	background: #204691;
	color: #fff;
}
.pictext_block .text a:hover{
	opacity: 0.8;
}
.pictext_block img{
	width: 100%;
	height:100%;
	object-fit: cover;
}

.aboutSwitch{
	margin-top: 50px;
}

.aboutSwitch .switchMenu{
	border-bottom: 1px solid #d4dcef;
	margin-bottom: 20px;
	display: flex;
}
.aboutSwitch .switchMenu span{
	margin-right: 20px;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
}
.aboutSwitch .switchMenu span.act{
	color: #204691;
	border-bottom: 1px solid #204691;
}
.aboutSwitch .switchMenu span:hover{
	color: #204691;
}
.aboutSwitch .item{
	height: 240px;
}
.aboutSwitch .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.switchBox > div{
	display: none;
	position: relative;
}
.switchBox > div.act{
	display: block;
}

.title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.title .cn{
	display: block;
	font-size: 32px;
	font-weight: 600;
}
.productContainer{
	margin-bottom:80px;
}
.productContainer .title .tool{
	display: flex;
}
.search{
	height: 40px;
	border: 1px solid #204691;
	margin-right: 20px;
	padding: 0 0 0 10px;
	display: flex;
	align-items: center;
}
.search input{
	border: 0;
	outline: none;
	height: 40px;
}
.search .fa{
	font-size: 18px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #999;
}
.search .fa:hover{
	color: #204691;
}
.productContainer .item{
	display: flex;
	flex-direction: column;
}
.productContainer .item a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 240px;
}
.productContainer .item img{
	max-width: 100%;
	height:100%;
	object-fit: cover;
}
.productContainer .item span{
	background: #204691;
	color: #fff;
	text-align: center;
	height: 50px;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.newsContainer{
	padding-bottom: 80px;
	background: url(../images/bg1.png) left bottom no-repeat;
	background-size: contain;
}
.news_list:after{
	display: block;
	content: "";
	clear: both;
}
.news_list .item{
	width:60% ;
	float: left;
	display: flex;
	margin-bottom: 30px;
}
.news_list .item .img{
	flex-shrink: 0;
	width: 45%;
	margin-right: 5%;
}
.news_list .item .img img{
	width: 100%;
	object-fit: cover;
}
.news_list .item .text{
	border-bottom: 1px solid #d4dcef;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 30px;
	width: 100%;
}
.news_list .item .text span{
	font-size: 14px;
	color: #999;
}
.news_list .item .text h3{
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0;
}
.news_list .item .text p{
	line-height: 20px;
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news_list .item .text a{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_list .item .text a:hover{
	color: #204691;
}
.news_list .item:last-child{
	float: none;
	width: 30%;
	margin-left: 70%;
	display: block;
	padding-right: 0;
}
.news_list .item:last-child .img{
	width: 100%;
	margin-bottom: 20px;
}

.contactContainer{
	padding: 80px 0;
	background: url(../images/bg2.png) right bottom no-repeat;
	background-size: contain;
}
.contactContainer p{
	width: 60%;
	font-size: 16px;
	line-height: 1.8;
}
.contactContainer a.more{
	margin-top: 20px;
}

.footWrap{
	background: #204691;
}
.footer{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255 255 255/40%);
}
.foot-logo{
	margin-bottom: 50px;
}
.foot-nav ul{
	display: flex;
}
.foot-nav ul li{
	border-right: 1px solid rgba(255 255 255/20%);
	padding: 0 20px;
}
.foot-nav ul li:last-child{
	border: 0;
}
.foot-nav ul li a{
	display: block;
	color: #fff;
}
.foot-nav ul li:hover a{
	text-decoration: underline;
}
.foot-contact{
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	font-size: 16px;
}
.foot-contact p span{
	margin-right: 10px;
}
.copyright{
	padding: 10px;
	text-align: center;
	color: rgba(255 255 255/60%);
}
.copyright a{
	color: rgba(255 255 255/60%);
}

/*内页*/
.location{
	border-bottom: 1px solid #d4dcef;
	padding: 15px 0;
	font-size: 16px;
	color: #999;
}
.location a{
	color: #999;
	margin: 0 10px;
}

.contenthead {
	width: 100%;
	margin-top: 30px;
}

.contenthead h1 {
	text-align: center;
	font-size: 20px;
}

.contenthead h2 {
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	color: #999;
}

.contentmain {
	margin: 0 auto;
	padding:20px 10px;
	color: #333;
	line-height: 1.8;
	word-wrap: break-word;
	font-size: 16px;
}

.contentmain p {
	margin: 0 0 10px 0;
}

.contentmain img {
	border: none;
	max-width: 100%;
}

.contentfooter {
	margin: 20px 0;
	color: #999;
}

.contentfooter a {
	color: #999;
}

.contentfooter a:hover {
	color: #2ea2c5;
}
/*page*/
.Pager {
	padding: 10px 20px;
	text-align: center;
}

.Pager:after {
	content: "";
	clear: both;
	display: block;
}

.Pager a,
.Pager span {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 3px 3px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.Pager a {
	width: 30px;
	height: 30px;
}

.Pager span {
	padding: 0 10px;
}

.Pager a.fa {
	padding: 0 10px;
}

.Pager a.act {
	background: var(--color);
	color: #fff;
	font-weight: bold;
}

.Pager a:hover {
	color: var(--color);
	background: #f9f9f9;
}

.Pager a.act:hover {
	background: var(--color);
	color: #fff;
	cursor: text;
}

.Pager a.fa.lcok {
	color: #ccc;
	background: #fff;
	cursor: text;
}

.base_piclist{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.base_piclist li{
	width: 23%;
	margin: 15px 1%;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
}
.base_piclist li a{
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.base_piclist li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s;
}
.base_piclist li img:hover{
	transform: scale(1.1);
}
.base_piclist li span{
	display: block;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
}
.base_textlist{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.base_textlist dl{
	width: 46%;
	margin: 15px 2%;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 20px;
}
.base_textlist dl dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.base_textlist dl dd:nth-child(2){
	color: #999;
	margin-bottom: 10px;
}
.base_textlist dl dd:nth-child(3){
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	color: #737373;
}
/*横向下载列表*/
.base_loadlist_small{
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.base_loadlist_small a{
	width: 20%;
}
.base_loadlist_small dl{
	padding: 20px;
	text-align: center;
	transition: all 0.2s;
}
.base_loadlist_small dl dt.icon{
	width: 100%;
	height: 80px;
	background: url(../images/loadicon.png) center no-repeat;
}
.base_loadlist_small dl dd{
	color: var(--color);
	font-size: 16px;
}
.base_loadlist_small dl dd:nth-child(3){
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5;
}
.base_loadlist_small dl dd.arrow{
	height: 50px;
	color: #009688;
}
.base_loadlist_small dl dd.arrow i{
	border-bottom: 1px solid #009688;
}
.base_loadlist_small dl:hover dd.arrow i{
	animation:loadarrow 0.5s infinite;
}
.base_loadlist_small dl:hover{
	background: #f2f2f2;
}

/*联系我们*/
.inner_contact_title{
	background: var(--color);
	padding: 50px 20px;
	margin-top: 50px;
	box-sizing: border-box;
}
.inner_contact_title > span{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-left: 50px;
}
.inner_contact_title .location{
	border: 0;
	display: none;
}
.map{
	height: 500px;
	border: 10px solid #f2f2f2;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	z-index: 1;
	margin-bottom: 50px;
}
.inner_contact{
	background: url(../images/bg1.png) left bottom no-repeat;
	background-size: contain;
	padding-bottom: 50px;
}
.inner_contact .lg-container{
	display: flex;
	padding: 50px 10px;
}
.inner_contact .text{
	flex-shrink: 0;
	width: 500px;
	line-height: 2;
	font-size: 16px;
}
.inner_contact .form{
	width: 100%;
	border-left: 1px solid #d4dcef;
	padding-left: 50px;
}
.inner_contact .form p{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}
.form .form-item{
	margin-bottom: 20px;
	display: flex;
}
.form .form-item label{
	width: 100px;
	text-align: right;
	flex-shrink: 0;
	line-height: 40px;
	font-size: 16px;
}
.form .form-item label i{
	padding: 0 3px;
	color: #f00;
}
.form .form-item .lg-input,.form .form-item .lg-textarea{
	width: 100%;
	max-width: 500px;
	height: 40px;
	border: 1px solid #d4dcef;
	padding: 0 10px;
	font-size: 14px;
	box-sizing: border-box;
}
.form .form-item .lg-textarea{
	padding: 10px;
	height: 80px;
}
.form .form-item button{
	margin-left:100px;
	border: 0;
	outline: none;
	padding: 10px 20px;
	background: var(--color);
	color: #fff;
	cursor: pointer;
}
.form .form-item button:hover{
	opacity: 0.8;
}
.inner_about{
	background: url(../images/bg1.png) left bottom no-repeat;
	background-size: cover;
	padding-top: 50px;
}
.inner_about .lg-container{
	background: var(--color) url(../images/abbg.png) right bottom no-repeat;
	position: relative;
}
.inner_about .location{
	transform: translate(0,-50px);
	border-bottom: 0;
	text-align: right;
}
.inner_about .content{
	width: 100%;
	padding: 30px;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
	transform: translate(0,-35px);
	box-shadow: 0 0px 6px rgba(0 0 0/10%);
	z-index: 99;
	box-sizing: border-box;
}
.inner_about .content p{
	margin-bottom: 20px;
}
.hj-zs{
	display: flex;
}
.inner_about .huanjing{
	width:60%;
	height: 550px;
	margin-top: 200px;
	margin-bottom: 100px;
	position: relative;
	border: 10px solid #f2f2f2;
	transform: translate(50px,-20px);
	box-shadow: 0 0px 6px rgba(0 0 0/10%);
	box-sizing: border-box;
}
.inner_about .zhengshu{
	width: 40%;
	height: 400px;
	transform: translate(-50px,-200px);
}
.inner_about .huanjing .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.inner_about .huanjing .swiper-slide img{
width:100%;
height:auto;
min-height:100%;
object-fit: cover;
transition:1s linear 2s;
transform:scale(1.1,1.1);
}
.inner_about .huanjing .swiper-slide-active img,.inner_about .huanjing .swiper-slide-duplicate-active img{
transition:6s linear;
transform:scale(1,1);
}
.inner_about .huanjing .title{
	display: none;
}
.inner_product_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inner_product_title i{
	margin: 0 10px;
}
.inner_product_title font{
	font-weight: normal;
	font-size: 24px;
}
.pro-search{
	display: flex;
	align-items: center;
	color: #fff;
}
.pro-search input{
	height: 40px;
	padding: 0 10px;
	outline: none;
	border: 0;
	font-size: 14px;
}
.pro-search span.fa{
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(255 255 255/20%);
	cursor: pointer;
	transition: all 0.2s;
}
.pro-search span.fa:hover{
	background: rgba(255 255 255/30%);
}
.inner_product .location{
	border-bottom: 0;
	text-align: right;
}

.base_productlist{
	display: flex;
	flex-wrap: wrap;
}
.base_productlist li{
	width: 23%;
	margin: 20px 1%;
	border: 1px solid #d4dcef;
	box-sizing: border-box;
	overflow: hidden;
}
.base_productlist li a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	height: 220px;
	overflow: hidden;
}
.base_productlist li a img{
	width: auto;
	height: 100%;
	object-fit: cover;
}
.base_productlist li span{
	display: flex;
    align-items: center;
    justify-content: center;
	background: var(--color);
	color: #fff;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
}

.productShow{
	display: flex;
}
.pro_qh{
	width: calc(100% - 240px);
	padding-right: 50px;
	box-sizing: border-box;
	display: flex;
}
.pro_qh .text{
	width: 60%;
}
.pro_qh h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pro_qh .nr{
	font-size: 16px;
	line-height: 1.8;
}
.pro_qh .nr p{
	margin-bottom: 15px;
}
.pro_qh .img{
	width: 40%;
}
.pro_cont{
	width: 240px;
	flex-shrink: 0;
	padding-top: 100px;
}
.qklink{
	display: flex;
	flex-direction: column;
}
.qklink a{
	border: 1px solid #d4dcef;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.product_block{
	display: flex;
	justify-content: space-between;
}
.product_block .item{
	width: 30%;
	margin: 20px 1.5%;
	border: 1px solid var(--color);
}
.product_block .item .img{
	width: 70%;
	padding: 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
.product_block .item .img img{
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.product_block .item .text{
	position: relative;
}
.product_block .item .text h3{
	font-size: 18px;
	font-weight: bold;
	padding:0 20px;
}
.product_block .item .text p{
	font-size: 14px;
	padding: 10px 20px;
}
.product_block .item .text a{
	display: block;
	width: 100%;
	background: var(--color);
	color: #fff;
	text-align: center;
	padding: 15px 0;
}

@media screen and (max-width:1367px){
	.lg-container{
		max-width: 1200px;
	}
	.inner_about .zhengshu{
		height: 300px;
	}
}
@media screen and (max-width:1260px) {
	.nav > ul li{
		font-size: 14px;
	}
	.banner .text span{
		font-size: 32px;
	}
	.banner .text p{
		font-size: 16px;
	}
	.aboutContainer .pictext_block .text p{
		display: none;
	}
	.aboutContainer .pictext_block .text p:nth-child(2){
		display: block;
	}

	.news_list .item{
		float: none;
		width: 100%;
	}
	.news_list .item:last-child{
		width: 100%;
		margin-left: 0;
		display: flex;
	}
	.news_list .item .img,.news_list .item:last-child .img{
		flex-shrink: 0;
    width: 35%;
    margin-right: 5%;
	}
	.base_piclist li,.base_productlist li{
		width: 30%;
		margin: 15px 1.5%;
	}
}
@media screen and (max-width:1100px) {
	.foot-nav{
		display: none;
	}
	.base_piclist li a,.base_productlist li a{
		height: 180px;
	}
	.pro_cont{
		width: 200px;
		flex-shrink: unset;
	}
}
.wap-menu{
	display: none;
	font-size: 28px;
	color: #204691;
	cursor: pointer;
}
.wap-nav{
	display: none;
	position: fixed;
	top: 90px;
	left: 0;
	z-index: 99;
	background: #F2F2F2;
	width: 100%;
}
.wap-nav ul li{
	line-height: 50px;
	border-bottom: 1px solid #d4dcef;
}
.wap-nav ul li .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wap-nav ul li a{
	padding: 0 10px;
	font-size: 16px;
	color: #204691;
}
.wap-nav ul li span{
	width: 30px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
.wap-nav ul li ul{
	display: none;
}
.wap-nav ul li.act ul{
	display: block;
	padding-bottom: 20px;
}
.wap-nav ul li ul li{
	border-bottom: 0;
	line-height: 40px;
}
.wap-nav ul li ul li a{
	text-indent: 2em;
	font-size: 14px;
}

@media screen and (max-width:768px) {
	.headWrap{
		z-index: 99;
	}
	.nav{
		display: none;
	}
	.tools{
		display: none;
	}
	.wap-menu{
		display: block;
	}
	.wap-nav.act{
		display: block;
	}
	.banner .text{
		right: unset;
		padding: 0 50px;
	}
	.banner .text span{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.banner .text p{
		font-size: 14px;
	}
	.currentName span{
		margin-left: 10px;
		font-size: 18px;
	}
	.aboutContainer{
		margin-top: 30px;margin-bottom: 30px;
	}
	.pictext_block{
		flex-direction: column;
	}
	.pictext_block .text, .pictext_block .img{
		width: 100%;
	}
	.pictext_block .text{
		padding: 0;
		margin-bottom: 20px;
	}
	.pictext_block .text span{
		font-size: 24px;
	}
	.aboutSwitch{
		margin-top: 30px;
	}
	.aboutSwitch .item,.productContainer .item a{
		height: 300px;
	}
	.title span.cn{font-size: 24px;}
	.productContainer .title{
		display: block;
	}
	.productContainer{
		margin-bottom: 30px;
	}
	.productContainer .title .tool{
		margin-top: 20px;
	}
	.newsContainer{
		padding-bottom: 30px;
	}
	.news_list .item{
		flex-direction: column;
	}
	.news_list .item .img, .news_list .item:last-child .img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contactContainer{
		padding: 30px 0;
	}
	.contactContainer p{
		width: 80%;
		font-size: 14px;
	}
	.footer{
		flex-direction: column;
	}
	.foot-logo{
		margin-bottom: 30px;
	}
	.foot-contact p{
		margin-bottom: 10px;
	}
	.location{
		font-size: 14px;
	}
	.base_piclist li,.base_productlist li{
		width: 100%;
		margin: 15px 0;
	}
	.base_piclist li a{
		height: auto;
		max-height: 300px;
	}
.base_productlist li a{height: 300px;}
	.inner_contact .lg-container{
		flex-direction: column;
	}
	.inner_contact .text{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.inner_contact .form{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.form .form-item{
		flex-direction: column;
	}
	.form .form-item button{
		margin-left: 0;
		max-width: 500px;
	}
	.inner_about{
		padding-top: 50px;
	}
	.inner_about .lg-container{
		padding: 10px;
	}
	.inner_about .content{
		width: 100%;
		padding: 15px;
		margin-top: -45px;
		transform: translate(0,0);
	}
	.hj-zs{
		flex-direction: column;
	}
	.inner_about .huanjing{
		width: 100%;
		height: 400px;
		transform: translate(0,0);
		margin-top: 10px;
		margin-bottom: 010px;
	}
	.inner_about .zhengshu{
		width: 100%;
		height: auto;
		transform: translate(0,0);
	}
	.inner_contact_title > span{
		font-size: 24px;
		margin-left: 0;
	}
	.inner_product_title{
		flex-direction: column;
		justify-content: flex-start;
		align-items: start;
		padding: 20px 20px;
	}
	.pro-search{
		margin-top: 20px;
	}
	.productShow{
		flex-direction: column;
	}
	.pro_qh{
		padding-right: 0;
		flex-direction: column;
		width: 100%;
	}
	.pro_qh .text,.pro_qh .img{
		width: 100%;
	}
	.pro_qh .img{
		text-align: center;
	}
	.pro_qh .img img{
		max-width: 100%;
	}
	.pro_cont{
		width: auto;
	}

	.product_block{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.product_block .item{
		width: 100%;
		margin: 20px 0;
	}

}
