@charset "UTF-8";
html{}
body {
	font: 14px "Microsoft YaHei",Arial,Helvetica,sans-serif;
	--swiper-navigation-size: 20px;
	--tpl-color: #3eb134;
	color: #777;
}
img{ display: block; margin: 0 auto; max-width:100%; border: 0; }
.pcshow{ display: block !important; }
.webshow{ display: none !important; }
@media only screen and (max-width: 768px){
	.pcshow{ display: none !important; }
	.webshow{ display: block !important; }
}
.wrap{ width: 95%; max-width: 1300px; margin: 0 auto; }
.wrap:before,
.wrap:after{ display:block; content:""; clear:both; visibility:hidden; height:0; }
header{
	position: fixed;
	width: 100%;
	z-index: 9;
	background: #fff;
	top: 0;
	border-bottom: 1px solid #ddd;
}
.logo{
	padding: 10px 0;
	float: left;
}
.logo a{
	display: block;
}
.logo img{
	max-height: 50px;
}
nav{
	float: right;
}
nav ul{
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
nav ul>li{
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #777;
}
nav ul>li>a{
	display: block;
}
nav ul>li:hover>a,
nav ul>li>a.on {
	color: #222;
}

.header-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
header .navbtn{ display: none; }

nav>ul>li>a:hover,
nav>ul>li>a.on{

}
@media only screen and (max-width: 1000px){
	.logo{
		width: 60%;
		padding: 5px 0;
	}
	.logo img{
		max-height: 35px;
	}
	.search-box{
		display: none;
	}
	header .navbtn{
		position: absolute;
		display: block;
		align-items: center;
		padding: 15px 5px;
		right: 2.5%;
		top: 10px;
	}
	.navbtn i{
		float: left;
		display: block;
		position: relative;
		width: 25px;
		height: 2px;
		background-color: #222;
	}
	.navbtn i:before,
	.navbtn i:after{
		position: absolute;
		display: block;
		content: '';
		width: 25px;
		height: 2px;
		background-color: #222;
		left: 0;
	}
	.navbtn i:before{
		top: -8px;
	}
	.navbtn i:after{
		bottom: -8px;
	}
	nav{
		display: none;
		position: absolute;
		background: #fff;
		width: 100%;
		height: 100vh;
		/*margin-left: -2.5%;*/
		left: 0;
		top: 45px;
	}
	nav ul{
		padding: 15px 0;
	}
	nav ul>li{
		flex: none;
		width: 100%;
	}
}
.banner{ width: 100%; overflow: hidden; z-index: 1; background: #fff; }

/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** index ** ** ** ** ** ** ** ** ** ** ** **  ** ** ** ** ** ** ** ** ** ** ** ** **/

.m-tit{
	font-size: 25px;
	text-align: center;
}
.m1-ul{
	padding: 50px 0;
}
.m1-ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.m1-ul li a{
	display: block;
}
.m1-ul .imgwr{
	padding: 30px;
	border: 2px solid #ccc;
	-moz-border-radius: 119px;
	-webkit-border-radius: 119px;
	border-radius: 119px;
	display: inline-block;
}
.m1-ul li:hover .imgwr{
	border-color: #bc1515;
}
.m1-ul p{
	padding-top: 30px;
	font-size: 16px;
	color: #999;
}
.m2{
	padding: 50px 0;
	background: #f1f1f1;
}
.m3{
	padding: 50px 0;
}
.m3 .box{
	padding-top: 20px;
	line-height: 2;
}
.in-news{
	padding-top: 35px;
}
.in-news li{
	float: left;
	width: 25%;
	padding: 10px 5px;
}
.in-news li .imgwr{
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-news li .conwr{
	padding: 15px 0;
}
.in-news li .conwr h3{
	font-weight: normal;
}
.in-news li .conwr p{
	padding-top: 10px;
	font-size: 12px;
	line-height: 2;
	color: #999;
}
.in-news li .imgwr img{
	transition: all 0.7s;
}
.in-news li:hover img{
	transform: scale(1.2);
}
@media only screen and (max-width: 768px){
	.m1-ul{
		padding: 30px 0;
	}
	.m1-ul .imgwr{
		padding: 15px;
	}
	.m1-ul p{
		padding-top: 10px;
		font-size: 14px;
	}
	.m2{
		padding: 30px 0;
	}
	.in-news li{
		width: 100%;
	}
	.m3{
		padding: 30px 0;
	}
}

/** footer **/
footer{
	padding: 30px 0;
	background: #f1f1f1;
}
.footer-box{
	width: 41%;
	float: left;
	line-height: 2;
}
.footer-box .tit{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}
.footer-ewm{
	float: left;
	width: 16%;
}
.footer-ewm img{
	width: 150px;
}
.link-box li{
	width: 25%;
	float: left;
	line-height: 38px;
	padding-bottom: 20px;
}
.link-box li img{
	display: inline;
	vertical-align: middle;
}
.copyright{
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
@media only screen and (max-width: 768px){
	.footer-box{
		width: 100%;
	}
	.footer-box .tit{
		text-align: center;
	}
	.footer-ewm{
		padding: 10px 0;
		width: 100%;
		text-align: center;
	}
}

/** submain **/
.subbanner{
	overflow: hidden;
	width: 100%;
}
.submain{
	padding-bottom: 30px;
}
.sub-left{
	float: left;
	width: 25%;
	padding-right: 30px;
}
.sub-tit{
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}
.sub-right{
	float: left;
	width: 75%;
}
.sub-menu-tit{
	display: none;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #000;
}
.sub-menu-tit span{
	float: right;
	margin-right: 20px;
	line-height: 45px;
	font-size: 25px;
}
.sub-wz{
	width: 100%;
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px){
	.sub-wz{
		line-height: 50px;
		height: 50px;
	}
}
.sub-menu{
	position: relative;
	z-index: 2;
}
.sub-menu ul{
	display: flex;
	flex-wrap: wrap;
}
.sub-menu ul>li{
	position: relative;
	width: 100%;
}
.sub-menu ul>li>a{
	display: block;
	padding: 0 25px;
	line-height: 38px;
	height: 38px;
	background: #fff;
}
.sub-menu ul>li:first-child>a{
	border-left: none;
}
.sub-menu ul>li.on>a,
.sub-menu ul>li:hover>a{
	color: #fff;
	background: #000;
}
.sub-menu ol{
	position: absolute;
	padding: 20px 0;
	width: 100%;
	height: 0;
	border-radius: 5px;
	background: rgba(0,0,0,.7);
	opacity: 0;
	display: none !important;
}
.sub-menu ul>li:hover ol{
	opacity: 1;
	height: auto;
	display: block !important;
}
.sub-menu ol>li{
	padding: 5px 0;
	line-height: 30px;
}
.sub-menu ol>li>a{
	color: #fff;
	display: block;
	font-size: 13px;
}
@media only screen and (max-width: 768px){
	.sub-left{
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.sub-right{
		width: 100%;
		float: none;
	}
	.sub-menu-tit{
		display: block;
	}
	.sub-menu ul{
		/*display: none;*/
		background: #fff;
	}
	.sub-menu ul>li{
		margin: 0;
		width: 100%;
		flex: none;
		text-align: left;
		text-indent: 20px;
		border-bottom: 1px solid #e6e6e6;
	}
	.sub-menu ul>li:first-child{
		margin-top: 1px;
	}
	.sub-menu ul>li:last-child{
		padding-bottom: 15px;
	}
	.sub-menu ul>li>a{
		padding: 0;
		font-size: 13px;
		border-left: 0;
	}
	.sub-menu ol{
		padding: 0;
		position: relative;
		display: block !important;
		opacity: 1;
		height: auto;
		background: #fff;
	}
	.sub-menu ol>li>a{
		color: #222;
		text-align: center;
	}
}

.content{
	padding: 20px 0;
}
.content p{
	padding: 2px 0 !important;
	line-height: 2 !important;
}
/*	产品  */
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -20px;
	margin-right: -20px;
}
.prolist li{
	width: 33%;
	padding: 20px;
}
.prolist li a{
	position: relative;
	display: block;
	padding: 20px;
	border: 1px solid #e6e6e6;
}
.prolist li .tp{
	width: 100%;
	text-align: center;
}
.prolist li .t{
	padding: 3px 0;
	line-height: 35px;
	text-align: center;
}
.prolist li .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	opacity: 0;
}
.prolist li .bg div {
	position: absolute;
	transform: translateY(30px);
	opacity: 0;
}
.prolist li .bg .en {
	font-size: 16px;
	color: #fff;
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
	top: 70%;
	transition-delay: 100ms;
}
.prolist li .bg .en span {
	border-bottom: 1px solid #fff;
}
.prolist li .bg .icon {
	width: 43px;
	height: 41px;
	background: url(../images/ico3.png) no-repeat center center/cover;
	left: 50%;
	margin-left: -21.5px;
	top: 40%;
}
.prolist li:hover .bg {
	opacity: 1;
}
.prolist li:hover .bg div {
	position: absolute;
	transform: translateY(0);
	opacity: 1;
}
@media only screen and (max-width: 768px){
	.prolist ul{
		margin-left: -8px;
		margin-right: -8px;
	}
	.prolist li{
		padding: 8px;
		width: 50%;
	}
	.prolist li a{
		padding: 10px;
	}
	.prolist li .t{
		font-size: 13px;
		line-height: 30px;
	}
	.prolist li .bg .icon {
		width: 20px;
		height: 20px;
		margin-left: -10px;
		background-size: 100%;
	}
	.prolist li .bg .en{
		font-size: 13px;
	}
}
/*  新闻  */
.newslist{
	padding-bottom: 50px;
}
.newslist .items .tp{
	float: left;
	width: 30%;
	height: 160px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newslist .items .conwr{
	float: right;
	width: 65%;
}
.newslist .items{
	height: auto;
	padding: 15px 0;
	margin-top: -1px;
	border-top: 1px dotted rgb(211, 211, 211);
}
.newslist .items .time{
	width: 100%;
	color: #999;
	line-height: 30px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-family: Impact, Arial,"Microsoft YaHei",sans-serif;
	position: relative;
}
.newslist .items p.title {
	font-size: 16px;
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
	color: #000;
	padding: 0;
}
.newslist .items .time .sp1{
	margin-left: 60px;
	position: relative;
}
.newslist .items .time .sp1:after {
	content: '';
	display: block;
	border-bottom: 1px solid rgb(200, 200, 200);
	top: 48%;
	width: 35px;
	position: absolute;
	left: -48px;
	opacity: 1;
}
.newslist .items .desc{
	font-size: 13px;
	line-height: 2;
}
.shownews .title{
	color: #000;
	font-weight: normal;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 0;
	text-align: center;
}
.shownews .infos{
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px dashed #c7c7c7;
}
.shownews .content{
	/*padding: 20px;*/
}
.shownews .content h2{
	position: relative;
	padding: 8px 0;
	font-size: 18px;
	line-height: 32px;
	/*font-weight: normal !important;*/
	text-indent: 18px;
}
.shownews .content h2:before{
	position: absolute;
	display: block;
	content: '';
	width: 3px;
	height: 32px;
	top: 8px;
	left: 0;
	background: var(--tpl-color);
}
.shownews .content h3{
	padding: 3px 0;
	font-size: 16px;
}
.shownews .content img{
	max-width: 100% !important;
}
@media only screen and (max-width: 768px){
	.newslist .items .tp,
	.newslist .items .conwr{
		width: 100%;
	}
	.newslist .items .desc{
		font-size: 12px;
	}
	.shownews .title{
		font-size: 20px;
		padding-top: 20px;
	}
	.shownews .infos{
		font-size: 13px;
	}
}