@charset "UTF-8";
html{}
body {
	font: 14px "Microsoft YaHei",Arial,Helvetica,sans-serif;
	--swiper-navigation-size: 20px;
	--tpl-color: #037261;
	color: #606060;
}
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: relative;
	width: 100%;
	z-index: 9;
	background: #fff;
}
.top{
	height: 32px;
	line-height: 32px;
	color: #959595;
	font-size: 12px;
	background: #f9f9f9;
	border-bottom: 1px solid #ededed;
}
.top p{
	display: inline-block;
}
.top ul{
	float: right;
}
.top li{
	position: relative;
	display: inline-block;
	height: 32px;
	margin-right: 30px;
	padding-left: 20px;
}
.top li .tp{
	position: absolute;
	padding: 8px;
	border-radius: 3px;
	background: rgba(0,0,0,.8);
	width: 125px;
	z-index: 9;
	left: -20px;
	display: none;
}
.top li:first-child{
	background: url(../images/top_li1.png) no-repeat left center;
}
.top li:nth-child(2){
	background: url(../images/top_li2.png) no-repeat left center;
}
.top li:last-child{
	margin-right: 0;
	background: url(../images/top_li3.png) no-repeat left center;
}
.top li a{
	display: block;
}
.top li a:hover{
	color: #222;
}
.top-wrap{
	padding: 35px 0;
}
.logo{
	float: left;
	padding: 10px 0;
}
.logo img{
	max-height: 45px;
}
.top-tel{
	float: right;
}
.top-tel p:first-child{
	font-size: 16px;
	text-indent: 25px;
}
.top-tel p:last-child{
	font-size: 32px;
	background: url(../images/top_tel.png) no-repeat left center;
	padding-left: 25px;
	margin-top: 5px;
	font-weight: bold;
}
.top-nav{
	position: relative;
	z-index: 99;
	background: #222;
}
nav{
	margin: 0 auto;
	max-width: 1200px;
}
nav ul{
	display: flex;
	flex-wrap: wrap;
}
nav ul>li{
	flex: 1;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #c5c5c5;
}
nav ul>li>a{
	display: block;
}
nav ul>li:hover>a,
nav ul>li>a.on {
	color: #222;
	background: #f1f1f1;
}
.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: 10px 0; */
	}
	.logo img{
		/* max-height: 45px; */
	}
	.top ul{
		display: none;
	}
	.search-box{
		display: none;
	}
	.top-tel{
		width: 100%;
		padding: 5px 0 0 0;
		text-align: center;
		border-top: 1px solid #e6e6e6;
	}
	.top-tel p{
		display: inline-block;
	}
	.top-tel p:first-child{
		font-size: 13px;
	}
	.top-tel p:last-child{
		font-size: 20px;
		margin-top: 0;
	}
	.top-wrap{
		padding: 10px 0;
	}
	.top-nav{
		display: none;
		position: absolute;
		width: 100%;
		height: 100vh;
	}
	header .navbtn{
		position: absolute;
		display: block;
		align-items: center;
		padding: 15px 5px;
		right: 2.5%;
		top: 50px;
	}
	.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 ul{
		padding: 15px 0;
	}
	nav ul>li{
		flex: none;
		width: 100%;
	}
}
.banner{ width: 100%; overflow: hidden; z-index: 1; background: #fff; }
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** index ** ** ** ** ** ** ** ** ** ** ** **  ** ** ** ** ** ** ** ** ** ** ** ** **/
main{
	width: 100%;
	overflow: hidden;
}
.in-tit{
	padding: 30px 0;
	text-align: center;
	font-size: 17px;
	color: var(--tpl-color);
}
.in-tit span{
	display: block;
	font-size: 38px;
	font-weight: 100;
	color: #ebebeb;
	text-transform: uppercase;
}
.in-tit span.c2f{
	color: #2f2f2f;
}
.in-tit h3{
	display: inline-block;
	position: relative;
	margin-bottom:10px;
	font-size:28px;
	color: var(--tpl-color);
}
.in-tit h3:before,
.in-tit h3:after{
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	top: 55%;
	background: var(--tpl-color);
}
.in-tit h3:before{
	left: -35px;
}
.in-tit h3:after{
	right: -35px;
}
@media only screen and (max-width: 768px){
	.in-tit{
		padding: 35px 0;
		font-size: 15px;
	}
	.in-tit span{
		font-size: 28px;
	}
	.in-tit h3{
		font-size: 24px;
	}
}
.in-msg{
	position: relative;
	padding: 35px 0;
}
.in-msg .box{
	text-align: center;
}
.in-msg .box p{
	display: inline-block;
	padding: 0 20px 0 50px;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	/*background: var(--tpl-color);*/
	border-radius: 10px;
	background: var(--tpl-color) url(../images/msg_call.png) no-repeat 12px center;
	cursor: pointer;
}
.in-about{
	/*padding-bottom: 20px;*/
}
.in-about .imgwr{
	float: left;
	width: 47%;
}
.in-about .conwr{
	float: right;
	width: 47%;
}
.in-about .conwr strong{
	font-size: 24px;
}
.in-about .conwr .txt{
	padding: 30px 0;
	line-height: 2;
}
.in-about .conwr .more{
	display: block;
	width: 200px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #222;
}
.in-pro{
	overflow: hidden;
	padding-bottom: 80px;
	background: #f1f1f1;
}
.in-pro-nav{
	text-align: center;
	padding-bottom: 30px;
}
.in-pro-nav a{
	display: inline-block;
	padding: 10px 20px;
	margin: 0 8px;
	background: #fff;
}
.in-pro-list{
	margin-left: -15px;
	margin-right: -15px;
}
.in-pro-list li{
	width: 33%;
	float: left;
	padding: 15px;
}
.in-pro-list li a{
	display: block;
	padding: 15px;
	text-align: center;
	background: #fff;
}
.in-pro-list li p{
	line-height: 3;
}
.in-pro-list li .imgwr{
	margin-top: 10px;
	height: 255px;
	overflow: hidden;
	background: #666;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-pro-list li img{
	display: block;
	margin: 0 auto;
	width: 100%;
	transition: all 0.7s;
}
.in-pro-list li:hover img{
	transform: scale(1.1);
}
.in-youshi {
	background: #222 url(../images/in_youshi.png) no-repeat center top;
	overflow: hidden;
	padding-bottom: 80px;
}
.in-youshi ul{
	padding: 50px 0 30px;
}
.in-youshi li{
	float: left;
	width: 25%;
	padding: 0 40px;
	text-align: center;
}
.in-youshi li p{
	color: #fff;
	font-size: 18px;
	padding: 30px 0;
}
.in-youshi li span{
	display: inline-block;
	color: #666;
	line-height: 2;
}
.in-youshi .more{
	display: block;
	margin: auto;
	width: 300px;
	color: #fff;
	line-height: 50px;
	border: 1px solid #323232;
	text-align: center;
}
.in-news{
	padding-top: 30px;
	padding-bottom: 50px;
}
.in-news-ul {
}
.in-news-ul li{
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0;
}
.in-news-ul li:nth-child(2n+1){
	float: left;
	width: 47%;
}
.in-news-ul li:nth-child(2n){
	float: right;
	width: 47%;
}
.in-news-ul li a{
	display: flex;
	justify-content: flex-start;
}
.in-news-ul li .conwr{
	display: inline-block;
	width: 80%;
	padding-right: 30px;
	line-height: 2;
	border-right: 1px solid #e6e6e6;
}
.in-news-ul li .conwr h3{
	font-size: 18px;
	font-weight: normal;
}
.in-news-ul li .conwr p{
	font-size: 12px;
	color: #878a83;
}
.in-news-ul li span{
	display: inline-block;
	width: 20%;
	background: url("../images/ico_1.png") no-repeat center;
}
.in-news-ul li:hover span{
	background-position: 80% center;
}
.in-news-ul li:hover .conwr h3{
	font-weight: bold;
}
@media only screen and (max-width: 768px){
	/*
	.in-tit{
		padding: 25px 0;
	}
	.in-tit p{
		font-size: 22px;
	}
	.in-tit span{
		font-size: 12px;
	}
	.in-tit span:before,
	.in-tit span:after{
		width: 20px;
	}
	 */
	.in-about .imgwr,
	.in-about .conwr{
		width: 100%;
	}
	.in-about .conwr strong{
		display: block;
		text-align: center;
		padding-top: 20px;
	}
	.in-about .conwr .txt{
		padding: 20px 0;
	}
	.in-about .conwr .more{
		display: block;
		margin: 0 auto;
		width: 50%;
	}
	.in-pro{
		padding-bottom: 50px;
	}
	.in-pro-list{
		margin-left: -8px;
		margin-right: -8px;
	}
	.in-pro-list li{
		width: 50%;
		padding: 8px;
	}
	.in-pro-list li a{
		padding: 5px;
	}
	.in-pro-list li p{
		line-height: 2.5;
	}
	.in-pro-list li .imgwr{
		height: auto;
	}
	.in-youshi{
		padding-bottom: 50px;
	}
	.in-youshi ul{
		padding: 0 0 30px;
	}
	.in-youshi li{
		width: 50%;
		padding: 15px;
	}
	.in-youshi li img{
		width: 50%;
	}
	.in-youshi li p{
		padding: 20px 0;
		font-size: 15px;
	}
	.in-youshi li span{
		font-size: 12px;
		height: 52px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.in-youshi .more{
		width: 50%;
	}
	.in-news-ul li{
		float: none;
		padding: 20px 0;
	}
	.in-news-ul li:nth-child(2n+1),
	.in-news-ul li:nth-child(2n){
		width: 100%;
	}
	.in-news-ul li .conwr h3{
		font-size: 14px;
	}
	.in-news-ul li .conwr p{
		height: 52px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
/** footer **/
footer{
	padding: 40px 0;
	color: #fff;
	background: #1e1e1e;
}
.footer-tel{
	float: left;
	width: 16%;
}
.footer-tel p{
	padding-bottom: 8px;
	line-height: 2;
}
.footer-tel h3{
	padding: 20px 0;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}
.footer-tel a{
	display: inline-block;
	width: 80%;
	line-height: 40px;
	text-align: center;
	color: #222;
	background: #fff;
}
.footer-box{
	float: left;
	width: 70%;
	padding: 0 20px;
}
.footer-nav{
	width: 100%;
	display: flex;
}
.footer-nav a{
	flex: 1;
	padding-bottom: 8px;
	line-height: 2;
}
.footer-txt{
	padding-top: 15px;
	line-height: 2 !important;
}
.footer-ewm{
	float: right;
	width: 12%;
	text-align: center;
}
.footer-ewm p{
	padding-bottom: 8px;
	line-height: 2;
}
.footer-ewm img{
	display: block;
	margin: 0 auto;
	width: 118px;
}
.copyright{
	padding: 15px 0;
	font-size: 12px;
	line-height: 2;
	color: #666;
	background: #0f0f0f;
}
.copyright span:first-child{
	float: left;
}
.copyright span{
	float: right;
}
.copyright .links{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #222;
}
@media only screen and (max-width: 768px){
	footer{
		padding: 25px 0;
	}
	.footer-tel,
	.footer-box,
	.footer-ewm{
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer-tel h3{
		padding: 10px 0;
	}
	.footer-tel a{
		width: 50%;
	}
	.footer-ewm p{
		display: none;
	}
	.footer-nav{
		display: none;
	}
	.footer-txt{
		padding-bottom: 15px;
	}
	.copyright span:first-child,
	.copyright span{
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
}
/** submain **/
.subbanner{
	overflow: hidden;
	width: 100%;
}
.submain{
	padding-bottom: 30px;
	background: #fff;
}
.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: 80px;
	line-height: 80px;
	background: #fff;
}
@media only screen and (max-width: 768px){
	.sub-wz{
		line-height: 50px;
		height: 50px;
	}
}
.sub-menu{
	position: relative;
	z-index: 2;
	/*overflow: hidden;*/
	background: #fff;
}
.sub-menu ul{
	display: flex;
	flex-wrap: wrap;
}
.sub-menu ul>li{
	position: relative;
	margin: 20px 0 30px;
	text-align: center;
}
.sub-menu ul>li>a{
	display: block;
	padding: 0 25px;
	line-height: 38px;
	height: 38px;
	background: #fff;
	border-left: 1px solid #e6e6e6;
}
.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-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;
	}
}