@charset "UTF-8";
html{}
body {
	font: 15px "Open Sans","Microsoft YaHei",Arial,Helvetica,sans-serif;
	--swiper-navigation-size: 20px;
	--tpl-color: #3eb134;
}
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: 1200px; margin: 0 auto; }
.wrap:before,
.wrap:after{ display:block; content:""; clear:both; visibility:hidden; height:0; }
header{
	position: fixed;
	width: 100%;
	z-index: 9;
	padding: 25px 0;
	top: 0;
	left: 0;
	background: #fff;
}
.logo{
	float: left;
	padding: 5px 0;
	width: 15%;
}
.logo img{
	display: inline-block;
	max-height: 65px;
}
.top-nav{
	float: right;
	width: 80%;
}
nav{
	margin: 0 auto;
	float: left;
	padding-left: 150px;
}
nav ul{
	display: flex;
	flex-wrap: wrap;
}
nav ul>li{
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
}
nav ul>li>a{
	display: block;
	color: #565656;
}
nav ul>li:hover>a,
nav ul>li>a.on {
	color: #b8b8b7;
}
.lang{
	float: right;
	line-height: 50px;
}
.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: 1250px){
	header{
		padding: 15px 0;
	}
	.logo{
		width: 60%;
		padding: 10px 0;
	}
	.logo img{
		max-height: 55px;
	}
	.top-nav{
		display: none;
		position: absolute;
		width: 100vw;
		height: 100vh;
		background: #fff;
		margin-left: -2.5%;
		top: 103px;
	}
	header .navbtn{
		position: absolute;
		display: block;
		align-items: center;
		padding: 15px 5px;
		right: 2.5%;
		top: 35%;
	}
	.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{
		width: 100%;
		padding: 0;
		float: none;
	}
	nav ul{
		padding: 15px 0;
	}
	nav ul>li{
		flex: none;
		width: 100%;
	}
	.lang{
		width: 100%;
		text-align: center;
		border-top: 1px solid #b8b8b7;
	}
	.lang a{
		display: inline-block;
		padding: 0 20px;
	}
}
.banner{ width: 100%; overflow: hidden; z-index: 1; background: #fff; }
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** index ** ** ** ** ** ** ** ** ** ** ** **  ** ** ** ** ** ** ** ** ** ** ** ** **/
main{
	width: 100%;
	overflow: hidden;
}
.in-tit span{
	display: block;
	font-size: 18px;
	padding-bottom: 20px;
}
.in-tit .p{
	font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 19px;
    position: relative;
    z-index: 1;
}
.in-tit .desc{
	width: 60%;
	line-height: 2;
	font-size: 13px !important;
	padding-bottom: 50px;
}
.in-pro{
	padding: 80px 0;
}
.in-pro-nav{
	margin-bottom: 30px;
}
.in-pro-nav a{
	display: inline-block;
	margin: 5px 10px;
	padding: 8px 20px;
	border: 1px solid #fff;
	border-radius: 15px;
	background: #d1d1d1;
}
.in-pro-nav a:hover{
	color: #b8b8b7;
	border-color: #b8b8b7;
}
.in-pro .box{
	position: relative;
}
.in-pro-item{
	padding: 10px;
}
.in-pro-item a{
	padding: 10px 0;
	display: block;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.in-pro-item a p{
	width: 60%;
	margin: auto;
	padding: 25px 0;
	font-size: 20px;
	text-align: center;
}
.in-pro-btn{
	position: absolute;
	width: 54px;
	height: 57px;
	background-repeat: no-repeat;
	background-image: url(../images/inprobtn.jpg);
	cursor: pointer;
	opacity: .5;
	outline: none;
	top: 30%;
}
.in-pro-btn:hover{
	opacity: 1;
}
.in-pro-next{
	left: -60px;
}
.in-pro-prev{
	right: -60px;
	background-position: -54px 0;
}
.in-pro-swiper{
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.in-pro-list li{
	float: left;
	width: 25%;
}
.in-about{
	display: flex;
	flex-wrap: wrap;
	background: #fef5ec;
}
.in-about .imgwr{
	width: 60%;
}
.in-about .imgwr img{
	width: 100%;
}
.in-about .conwr{
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 50px;
	width: 40%;
}
.in-about .conwr .txt{
	padding-top: 20px;
	padding-bottom: 50px;
	line-height: 2;
}
.in-about .conwr .more a{
	display: block;
	width: 200px;
	line-height: 55px;
	border-radius: 50px;
	background: #ff383f;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.in-ban{

	color: #d8d8d8;
	text-align: center;
	background: #222;
}
.in-ban p{
	/* font-size: 18px; */
	font-size: 1.5rem;
	font-weight: 300;
    color: #d8d8d8;
    letter-spacing: 0.1px;
    margin-bottom: 18px;
}
.in-ban em{
	color: #ff383f;
}
.in-ban h4{
	font-weight: 600;
	font-size: 36px;
    letter-spacing: 0.1px;
    margin-bottom: 18px;
}
.in-ban span{
	font-weight: 300;
}
.in-news{
	padding: 50px 0;
}
.in-swiper-btn{
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	background-color: #fff;
	color: #222;
	display: block;
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	top: 50%;
	text-align: center;
	width: 44px;
	z-index: 9;
	font-family: '宋体',sans-serif;
	outline: none;
}
.in-swiper-btn:hover{
	background-color: #ff383f;
	color: #fff;
}
.in-swiper-n{
	left: 5px;
	opacity: 0 !important;
	margin-left: 30px;
}
.in-swiper-p{
	right: 5px;
	opacity: 0 !important;
	margin-right: 30px;
}
.swiper-box:hover .in-swiper-n{
	margin-left: 0;
	opacity: 1 !important
}
.swiper-box:hover .in-swiper-p{
	margin-right: 0;
	opacity: 1 !important;
}
.in-news .box{
	position: relative;
}
.in-news-item{
	padding: 10px;
}
.in-news-item a{
	padding: 2px;
	display: block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	background-color: #fff;
}
.in-news-item .conwr{
	padding: 30px;
}
.in-news-item p{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.25px;
	line-height: 24px;
	margin-bottom: 15px;
}
.in-news-item .desc{
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 2;
}
.in-news-item .more{
	color: #222;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
}
.in-news-item a:hover p,
.in-news-item a:hover .more{
	color: #ff383f;
}
.in-footer{
	padding: 25px 0;
	background: #f8f9f7;
	overflow: hidden;
}
.in-footer .wrap{
	max-width: 1520px;
}
.in-footer li{
	float: left;
	width: 25%;
}
.in-footer li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 40px;
	position: relative;
}
.in-footer li i{
	background-repeat: no-repeat;
	height: 43px;
	width: 52px;
	transition: all 0.3s ease-out;
	background-image: url(../images/ico1.jpg);
}
.in-footer li:hover:nth-child(1) i{
	background-position: 0 -43px;
}
.in-footer li:nth-child(2) i{
	background-position: -52px 0;
}
.in-footer li:hover:nth-child(2) i{
	background-position: -52px -43px;
}
.in-footer li:nth-child(3) i{
	background-position: -104px 0;
}
.in-footer li:hover:nth-child(3) i{
	background-position: -104px -43px;
}
.in-footer li:nth-child(4) i{
	background-position: -156px 0;
}
.in-footer li:hover:nth-child(4) i{
	background-position: -156px -43px;
}
.in-footer li h3{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}
.in-footer li p{
	font-size: 15px;
	line-height: 28px;
}
.in-footer .cont{
	padding-left: 25px;
	width: calc(100% - 52px);
}
@media only screen and (max-width: 768px){
	.in-tit span{
		padding-bottom: 10px;
	}
	.in-tit p{
		font-size: 28px;
		margin-bottom: 12px;
	}
	.in-tit .desc{
		width: 100%;
		padding-bottom: 20px;
	}
	.in-pro{
		padding: 30px 0;
	}
	.in-pro-nav a{
		width: 49%;
		padding: 8px 10px;
	}
	.in-pro-nav a:first-child{
		display: none;
	}
	
	.in-about .imgwr{
		width: 100%;
	}
	.in-about .conwr{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.in-about .conwr .txt{
		padding-bottom: 30px;
		font-size: 13px;
	}
	.in-about .conwr .more a{
		margin: 0 auto;
		line-height: 40px;
		font-size: 16px;
	}
	.in-ban{
		padding: 50px 0;
	}
	.in-ban h4{
		font-size: 20px;
	}
	.in-footer li{
		width: 100%;
	}
	.in-footer li a{
		padding: 10px 25px;
	}
}
/** footer **/
footer{
	padding: 40px 0;
	color: #d8d8d8;
	background: #222;
	overflow: hidden;
}
.footer-box{
	justify-content: space-between;
	display: flex;
    flex-wrap: wrap;
}
.footer-box .items{
	/* flex: auto; */
	padding: 0 20px;
	width: 18%;
}
.footer-box .items:first-child{
	width: 30%;
}
.footer-txt{
	padding-right: 50px;
}
.footer-txt p {
    color: #d8d8d8;
    width: 270px;
    line-height: 23px;
    margin-bottom: 16px;
}
.footer-logo{
	margin: 20px 0;
}
.footer-logo img{
	display: inline-block;
}
.footer-list h4{
    white-space: nowrap;
    margin-bottom: 20px;
    margin-top: 16px;
	font-weight: normal;
	font-size: 1.5rem;
}
.footer-list ul li a{
    white-space: nowrap;
    display: block;
    line-height: 23px;
    margin-bottom: 12px;
}
.copyright{
	padding: 25px 0;
	font-size: 12px;
	line-height: 32px;
	background: #fff;
}
.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-box .items{
		width: 50%;
	}
	.footer-box .items:first-child{
		width: 100%;
	}
	.footer-logo img{
		display: block;
	}
	.footer-txt{
		padding-right: 0;
	}
	.footer-txt p{
		width: 100%;
	}
	.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: #f6f6f6; */
}
.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: #f6f6f6; */
}
@media only screen and (max-width: 768px){
	.sub-wz{
		line-height: 50px;
		height: 50px;
	}
}
.sub-menu{
	position: relative;
	z-index: 2;
	/*overflow: hidden;*/
	/* background: #f6f6f6; */
}
.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;
	}
}