.top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu ul{
	display: flex;
}
.menu ul li{
	padding: 0px 25px;
	position:relative;
}
.menu ul li>a{
	display: block;
	font-size: 1.8rem;
	color: #3a3a3a;
	line-height: 100px;
	padding: 15px 0px 0px;
	position: relative;
}
.menu ul li>a:after{
	content: "";
	position: absolute;
	width: 0;
	left: 50%;
	height: 3px;
	transition: .3s;
	background: #16af86;
	bottom: 0;
}
.menu ul li.on>a:after,.menu ul li:hover>a:after{
	width: 100%;
	left: 0;
}
.menu ul li.lg{
	display: none;
}
.menu li .tmenu{
	position:absolute;
	top:100%;
	left:0;
	min-width:100%;
	z-index:6;
	background:#fff;
	display:none;
	box-shadow:0px 5px 5px rgba(0,0,0,.1);
}
.menu li:hover .tmenu{
	display:block;
}
.menu dl{
	padding:8px 0px;
}
.menu dd a{
	display:block;
	color:#3a3a3a;
	font-size:1.5rem;
	line-height:34px;
	padding:0px 15px;
	white-space: nowrap;
	text-align:center;
}
.menu dd a:hover{
	color:#fff;
	background:#16af86;
}
.language{
	padding: 15px 0px 0px;
}
.language dl{
	display: flex;
}
.language dl dd{
	padding: 0px 10px;
}
.language dl dd a{
	display: block;
	font-size: 1.8rem;
	color: #3a3a3a;
	line-height: 100px;
}
.language dl dd.active a{
	color: #16af86;
}
@media (max-width: 1440px) {
	.logo img{
		height: 56px;
	}
	.menu ul li{
		padding: 0px 20px;
	}
	.menu ul li>a{
		font-size: 1.6rem;
		line-height: 70px;
		padding: 10px 0px 0px;
	}
	.menu dd a{
		font-size:1.4rem;
		line-height:30px;
		padding:0px 10px;
	}
	.language{
		padding: 10px 0px 0px;
	}
	.language dl dd a{
		font-size: 1.6rem;
		line-height: 70px;
	}
}
@media (max-width: 1200px) {
	.logo img{
		height: 50px;
	}
	.menu ul li{
		padding: 0px 15px;
	}
	.menu ul li>a{
		font-size: 1.5rem;
		line-height: 60px;
	}
	.menu dd a{
		font-size:1.3rem;
		line-height:28px;
	}
	.language dl dd a{
		font-size: 1.5rem;
		line-height: 60px;
	}
}
.nav-logo{
	display: none;
	width: 23px;
}
.nav-logo i{
	display: block;
	padding: 3px 0px;
}
.nav-logo i:after{
	content: "";
	display: block;
	height: 2px;
	background: #16af86;
}
.heise{
	position: fixed;
	z-index: 6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	display: none;
}
@media (max-width: 992px) {
	header{
		position: fixed;
		background: #fff;
		width: 100%;
		z-index: 99;
		top: 0;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
		left: 0;
	}
	.top{
		padding: 5px 0px;
	}
	.logo img{
		height: 32px;
	}
	.nav-logo{
		display: block;
	}
	.language{
		display: none;
	}
	.menu{
		position: fixed;
		width: 70%;
		top: 0;
		right: -100%;
		background: #fff;
		height: 100%;
		z-index: 9;
		transition: .3s;
	}
	.menu-show{
		right: 0;
	}
	.menu ul{
		display: block;
	}
	.menu ul li{
		padding: 0;
	}
	.menu ul li a{
		font-size: 1.5rem;
		line-height: 48px;
		padding: 0 15px 1px;
		background: url(../images/jt.svg) right 15px top 17px no-repeat;
		background-size: auto 13px;
	}
	.menu ul li a:after{
		width: 100%;
		left: 0;
		background: rgba(0, 0, 0, .15);
		height: 1px;
	}
	.menu ul li.on a:after,.menu ul li a:hover:after{
		background: #16af86;
	}
	.menu ul li.lg{
		display: block;
	}
}
#banner .swiper-pagination{
	text-align: left;
	padding-left: 20%;
	bottom: 10%;
	color: #98afd6;
	font-family:DIN-Bold;
}
#banner .swiper-pagination span{
	width: auto;
	height: auto;
	border-radius: 0;
	font-size: 2.2rem;
	color: #98afd6;
	font-family:DIN-Bold;
	background: transparent;
	opacity: 1;
	line-height: 36px;
}
#banner .swiper-pagination span:after{
	content:"/";
	font-size:1.6rem;
	color: #98afd6;
	margin-left:5px;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active{
	color: #16af86;
}
#banner .swiper-pagination span:last-child:after{
	display: none;
}
@media (max-width: 1440px) {
	#banner .swiper-pagination{
		padding-left: 15%;
		bottom: 6%;
	}
	#banner .swiper-pagination span{
		font-size: 1.7rem;
	}
}
@media (max-width: 992px) {
	.banner{
		padding-top: 42px;
	}
	#banner .swiper-pagination{
		padding-left: 15px;
		bottom: 3%;
		font-family:DIN-Medium;
	}
	#banner .swiper-pagination span:after{
		padding: 0px 0px;
		font-size: 1.2rem;
	}
	#banner .swiper-pagination span{
		font-size: 1.4rem;
		font-family:DIN-Medium;
	}
}
.title{
	color: #323337;
}
.title h2{
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 54px;
}
.title p{
	font-size: 1.8rem;
	line-height: 30px;
	margin: 10px 0px 0px;
}
.title i{
	display: block;
	margin: 18px 0px 0px;
}
@media (max-width: 1440px) {
	.title h2{
		font-size: 3.0rem;
		line-height: 40px;
	}
	.title p{
		font-size: 1.5rem;
		line-height: 24px;
		margin: 6px 0px 0px;
	}
	.title i{
		margin: 10px 0px 0px;
	}
	.title i img{
		height: 8px;
		width: auto;
	}
}
@media (max-width: 1200px) {
	.title h2{
		font-size: 2.4rem;
		line-height: 30px;
	}
	.title p{
		font-size: 1.3rem;
		line-height: 20px;
		margin: 5px 0px 0px;
	}
	.title i img{
		height: 5px;
	}
}
@media (max-width: 992px) {
	.title h2{
		font-size: 2.0rem;
		line-height: 24px;
	}
	.title p{
		font-size: 1.2rem;
	}
	.title i img{
		height: 5px;
	}
}
.about{
	padding: 105px 0px 85px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .abimg{
	width: 46%;
}
.about .abtext{
	width: 50%;
}
.about .abtext h3{
	font-size: 3.0rem;
	color: #323337;
	line-height: 48px;
	font-weight: bold;
	margin: 25px 0px 0px;
}
.about .abtext section{
	font-size: 1.6rem;
	line-height: 39px;
	color: #000000;
	margin: 25px 0px 45px;
	max-height: 117px;
	overflow: hidden;
}
.about .abtext ul{
	display: flex;
	justify-content: space-between;
	padding-right: 10%;
	margin: 0px 0px 50px;
}
.abtext li i{
	display: block;
	margin: 0px 0px 10px;
}
.abtext li img{
	margin: 0 auto;
}
.abtext li p{
	color: #000000;
	line-height: 30px;
	text-align: center;
	font-size: 1.6rem;
}
.about .abtext>a{
	width: 142px;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 23px;
	color: #fff;
	background: #16af86;
	font-size: 1.6rem;
}
@media (max-width: 1440px) {
	.about{
		padding: 60px 0px 55px;
	}
	.about .abimg{
		width: 44%;
	}
	.about .abtext{
		width: 52%;
	}
	.about .abtext h3{
		font-size: 2.0rem;
		line-height: 38px;
		margin: 15px 0px 0px;
	}
	.about .abtext section{
		font-size: 1.4rem;
		line-height: 32px;
		margin: 20px 0px 30px;
		max-height: 96px;
		overflow: hidden;
	}
	.about .abtext ul{
		padding-right: 20%;
		margin: 0px 0px 40px;
	}
	.abtext li img{
		height: 60px;
	}
	.abtext li p{
		line-height: 26px;
		font-size: 1.5rem;
	}
	.about .abtext>a{
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 1.4rem;
	}
}
@media (max-width: 1200px) {
	.about{
		padding: 40px 0px 35px;
	}
	.about .abimg{
		width: 44%;
	}
	.about .abtext{
		width: 52%;
	}
	.about .abtext h3{
		font-size: 1.6rem;
		line-height: 28px;
		margin: 10px 0px 0px;
	}
	.about .abtext section{
		font-size: 1.4rem;
		line-height: 28px;
		margin: 15px 0px 25px;
		max-height: 84px;
	}
	.about .abtext ul{
		margin: 0px 0px 30px;
	}
	.abtext li img{
		height: 50px;
	}
	.abtext li p{
		line-height: 22px;
		font-size: 1.4rem;
	}
}
@media (max-width: 992px) {
	.about{
		padding: 15px 0px 20px;
		flex-wrap: wrap;
	}
	.about .abimg{
		width: 100%;
	}
	.about .abtext{
		width: 100%;
		padding: 15px 0px 0px;
	}
	.about .abtext h3{
		font-size: 1.5rem;
		line-height: 22px;
		margin: 10px 0px 0px;
	}
	.about .abtext section{
		font-size: 1.4rem;
		line-height: 24px;
		margin: 10px 0px 15px;
		max-height: 72px;
	}
	.about .abtext ul{
		margin: 0px 0px 20px;
		padding-right: 0;
	}
	.abtext li img{
		height: 60px;
	}
	.abtext li p{
		line-height: 22px;
		font-size: 1.3rem;
	}
	.about .abtext>a{
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 1.3rem;
	}
}
.product{
	padding: 90px 0px 100px;
	background: #608acf url(../images/pdbg.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
.product .title{
	color: #fff;
}
.product .pdlanmu{
	float: left;
	width: 19%;
}
.product .pdcont{
	float: right;
	width: 81%;
}
.product .pdlanmu dl{
	padding: 20px 0px 70px;
}
.pdlanmu dl a{
	display: block;
	font-size: 1.6rem;
	line-height: 48px;
	color: #fff;
}
.pdlanmu dl a:hover{
	text-decoration: underline;
	color: #f5a644;
}
.pdlanmu>a{
	width: 142px;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 23px;
	color: #16af86;
	background: #fff;
	font-size: 1.6rem;
}
@media (max-width: 1440px) {
	.product{
		padding: 50px 0px 60px;
	}
	.product .pdlanmu{
		width: 20%;
	}
	.product .pdcont{
		width: 80%;
	}
	.product .pdlanmu dl{
		padding: 15px 0px 40px;
	}
	.pdlanmu dl a{
		font-size: 1.4rem;
		line-height: 38px;
	}
	.pdlanmu>a{
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 1.4rem;
	}
}
@media (max-width: 1200px) {
	.product .pdlanmu{
		width: 22%;
	}
	.product .pdcont{
		width: 78%;
	}
	.product .pdlanmu dl{
		padding: 15px 0px 30px;
	}
	.pdlanmu dl a{
		line-height: 30px;
	}
	.pdlanmu>a{
		width: 120px;
	}
}
@media (max-width: 992px) {
	.product{
		padding: 20px 0px 10px;
	}
	.product .pdlanmu{
		width: 100%;
		float: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.product .pdcont{
		width: 100%;
		float: none;
		margin: 20px 0px 0px;
	}
	.product .pdlanmu dl{
		display: none;
	}
	.pdlanmu>a{
		width: 105px;
		height: 34px;
		border-radius: 17px;
		line-height: 34px;
		font-size: 1.3rem;
	}
}
.product .pdcont ul{
	display: flex;
	justify-content: space-between;
	padding-top: 5.5%;
}
.pdcont ul li{
	width: 32.5%;
}
.pdcont ul li:last-child{
	display: none;
}
.pdcont li img{
	width: 100%;
}
.pdcont li span{
	display: flex;
	justify-content: space-between;
	line-height: 72px;
	padding: 0px 15px;
}
.pdcont li p{
	color: #2d2d2d;
	font-size: 1.8rem;
}
.pdcont li a{
	display: block;
	background: #fff;
	transition: .3s;
}
.pdcont li a:hover{
	box-shadow: 0px 10px 30px rgba(0, 0, 0, .3);
}
@media (max-width: 1440px) {
	.product .pdcont ul{
		padding-top: 1%;
	}
	.pdcont ul li{
		width: 32%;
	}
	.pdcont li span{
		line-height: 60px;
		padding: 0px 10px;
	}
	.pdcont li p{
		font-size: 1.5rem;
	}
}
@media (max-width: 1200px) {
	.product .pdcont ul{
		padding-top: 0;
	}
	.pdcont li p{
		font-size: 1.4rem;
	}
}
@media (max-width: 992px) {
	.product .pdcont ul{
		flex-wrap: wrap;
	}
	.pdcont ul li:last-child{
		display: block;
	}
	.pdcont ul li{
		width: 48.8%;
		padding-bottom: 10px;
	}
	.pdcont li span{
		display: block;
		line-height: 20px;
		padding: 7px 12px;
	}
	.pdcont li p{
		font-size: 1.3rem;
	}
}
.honor{
	padding: 85px 0px;
	background: url(../images/rybg.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.honor .title{
	text-align: center;
	margin: 0px 0px 50px;
}
.honor .swiper-container{
	position: static;
}
.honor .swiper-slide img{
	width: 100%;
	border: 10px solid #d0d0d0;
}
.honor .swiper-container .swiper-button-white{
	width: 39px;
	height: 39px;
	margin-top: 25px;
	background: url(../images/hnjt.png) center no-repeat;
}
.honor .swiper-container .swiper-button-next{
	right: calc(50% - 730px);
}
.honor .swiper-container .swiper-button-prev{
	left: calc(50% - 730px);
	transform: rotateY(180deg);
}
@media (max-width: 1440px) {
	.honor{
		padding: 60px 0px;
	}
	.honor .title{
		margin: 0px 0px 30px;
	}
	.honor .swiper-slide img{
		border: 6px solid #d0d0d0;
	}
	.honor .swiper-container .swiper-button-next{
		right: calc(50% - 630px);
	}
	.honor .swiper-container .swiper-button-prev{
		left: calc(50% - 630px);
	}
}
@media (max-width: 1200px) {
	.honor{
		padding: 40px 0px;
	}
	.honor .title{
		margin: 0px 0px 20px;
	}
	.honor .swiper-slide img{
		border: 4px solid #d0d0d0;
	}
	.honor .swiper-container .swiper-button-next{
		right: calc(50% - 520px);
	}
	.honor .swiper-container .swiper-button-prev{
		left: calc(50% - 520px);
	}
}
@media (max-width: 992px) {
	.honor{
		padding: 20px 0px;
	}
	.honor .title{
		margin: 0px 0px 16px;
	}
	.honor .swiper-slide img{
		border: 2px solid #d0d0d0;
	}
	.honor .swiper-container .swiper-button-white{
		width: 24px;
		height: 24px;
		margin-top: 8px;
		background-size: 100% auto;
	}
	.honor .swiper-container .swiper-button-next{
		right: 5px;
	}
	.honor .swiper-container .swiper-button-prev{
		left: 5px;
	}
}
.youshi{
	background: url(../images/yxbg.jpg) center no-repeat;
	background-size: cover;
	padding: 100px 0px;
}
.youshi ul{
	display: flex;
	flex-wrap: wrap;
}
.youshi ul li{
	width: 33.333333333333333333%;
	color: #fff;
	text-align: center;
	padding: 40px 0px 60px;
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.youshi ul li:nth-child(1),.youshi ul li:nth-child(2),.youshi ul li:nth-child(3){
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.youshi ul li:nth-child(3n+0){
	border-right: 0;
}
.youshi li i{
	display: flex;
	height: 60px;
	justify-content: center;
	align-items: center;
}
.youshi li i img{
	height: 72%;
	width: auto;
}
.youshi li h4{
	font-size: 2.2rem;
	line-height: 48px;
	padding: 15px 0px;
}
.youshi li section{
	font-size: 1.6rem;
	line-height: 36px;
	max-width: 80%;
	margin: 0 auto;
}
@media (max-width: 1440px) {
	.youshi{
		padding: 80px 0px;
	}
	.youshi ul li{
		padding: 30px 0px 50px;
	}
	.youshi li i{
		height:50px;
	}
	.youshi li h4{
		font-size: 1.8rem;
		line-height: 32px;
		padding: 10px 0px;
	}
	.youshi li section{
		font-size: 1.4rem;
		line-height: 26px;
	}
}
@media (max-width: 1200px) {
	.youshi{
		padding: 50px 0px;
	}
	.youshi ul li{
		padding: 20px 0px 40px;
	}
	.youshi li i{
		height:40px;
	}
	.youshi li h4{
		font-size: 1.6rem;
		line-height: 25px;
	}
	.youshi li section{
		line-height: 22px;
	}
}
@media (max-width: 992px) {
	.youshi{
		padding: 20px 0px;
	}
	.youshi ul{
		flex-wrap: wrap;
	}
	.youshi ul li{
		width: 50%;
		padding: 10px 0px 20px;
	}
	.youshi li h4{
		font-size: 1.5rem;
		line-height: 28px;
		padding: 10px 0px;
	}
	.youshi li section{
		font-size: 1.3rem;
		line-height: 22px;
		max-width: 90%;
	}
	.youshi ul li:nth-child(1),.youshi ul li:nth-child(2),.youshi ul li:nth-child(3),.youshi ul li:nth-child(4){
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
	.youshi ul li:nth-child(3n+0){
		border-right: 1px solid rgba(255, 255, 255, .2);
	}
	.youshi ul li:nth-child(2n+0){
		border-right: 0;
	}
}
.news{
	padding: 70px 0px;
}
.news .nstit{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .nstit a{
	width: 142px;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 23px;
	color: #fff;
	background: #16af86;
	font-size: 1.6rem;
}
.news dl{
	display: flex;
	justify-content: space-between;
	padding: 60px 0px 0px;
}
.news dl dd{
	width: 62%;
}
.news dl dt{
	width: 35%;
}
.news dl dt img{
	width: 100%;
}
@media (max-width: 1440px) {
	.news{
		padding: 45px 0px;
	}
	.news dl dd{
		width: 63%;
	}
	.news dl dt{
		width: 34%;
	}
	.news .nstit a{
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 1.4rem;
	}
	.news dl{
		padding: 30px 0px 0px;
	}
}
@media (max-width: 992px) {
	.news{
		padding: 20px 0px;
	}
	.news dl dd{
		width: 100%;
	}
	.news dl dt{
		display: none;
	}
	.news .nstit a{
		width: 105px;
		height: 34px;
		line-height: 34px;
		border-radius: 17px;
		font-size: 1.3rem;
	}
	.news dl{
		padding: 15px 0px 0px;
	}
}
.news li:first-child{
	padding-bottom: 5%;
}
.news li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news li i{
	width: 42%;
}
.news li i img{
	width: 100%;
}
.news li section{
	width: 55%;
}
.news li h4{
	font-size: 2.2rem;
	line-height: 46px;
	color: #1f1f1f;
}
.news li span{
	display: block;
	font-size: 1.6rem;
	line-height: 33px;
	margin: 6% 0px;
	color: #797979;
}
.news li h5{
	font-size: 1.55rem;
	line-height: 34px;
	color: #333;
	font-family:DIN-Medium;
}
@media (max-width: 1440px) {
	.news li:first-child{
		padding-bottom: 2.8%;
	}
	.news li h4{
		font-size: 1.8rem;
		line-height: 32px;
	}
	.news li span{
		font-size: 1.4rem;
		line-height: 24px;
		margin: 5% 0px;
	}
	.news li h5{
		font-size: 1.4rem;
		line-height: 30px;
	}
}
@media (max-width: 1200px) {
	.news li h4{
		font-size: 1.6rem;
	}
}
@media (max-width: 992px) {
	.news li a{
		display: block;
	}
	.news li:first-child{
		padding-bottom: 15px;
	}
	.news li i{
		width: 100%;
	}
	.news li section{
		width: 100%;
		padding: 15px 0px 0px;
	}
	.news li h4{
		font-size: 1.5rem;
		line-height: 24px;
	}
	.news li span{
		font-size: 1.4rem;
		line-height: 24px;
		margin: 4px 0px;
	}
	.news li h5{
		font-size: 1.4rem;
		line-height: 24px;
	}
}
footer{
	background: #0c1113;
}
.bottom{
	padding: 85px 0px 55px;
	display: flex;
	justify-content: space-between;
}
.bottom dl a{
	color: #cdcdcd;
	line-height: 34px;
}
.bottom dl a:hover{
	color: #fff;
}
.bottom dl dt{
	font-weight: normal;
	padding-bottom: 20px;
	font-size: 2.0rem;
}
.bottom dl dd{
	font-size: 1.4rem;
}
.bottom dt a{
	display: flex;
	align-items: center;
}
.bottom dt a:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #cdcdcd;
	margin-left: 15px;
}
.bottom dl section{
	color: #cdcdcd;
	line-height: 34px;
	font-size: 1.4rem;
}
.copy{
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding: 25px 0px;
	color: #cdcdcd;
	line-height: 36px;
	font-size: 1.4rem;
}
@media (max-width: 1440px) {
	.bottom{
		padding: 50px 0px 35px;
	}
	.bottom dl a{
		line-height: 30px;
	}
	.bottom dl dt{
		padding-bottom: 15px;
		font-size: 1.8rem;
	}
	.bottom dl dd{
		font-size: 1.4rem;
	}
	.bottom dl section{
		line-height: 30px;
	}
	.copy{
		padding: 20px 0px;
		line-height: 32px;
	}
}
@media (max-width: 992px) {
	.bottom{
		padding: 20px 0px 0px;
		flex-wrap: wrap;
	}
	.bottom dl{
		padding-bottom: 15px;
	}
	.bottom dl:first-child{
		width: 60%;
	}
	.bottom dl:nth-child(2){
		width: 40%;
	}
	.bottom dl:nth-child(3){
		width: 100%;
	}
	.bottom dl a{
		line-height: 26px;
	}
	.bottom dl dt{
		padding-bottom: 10px;
		font-size: 1.6rem;
	}
	.bottom dl dd{
		font-size: 1.4rem;
	}
	.bottom dl section{
		line-height: 26px;
	}
	.copy{
		padding: 15px 0px;
		line-height: 22px;
		text-align: center;
	}
	.copy .pull-right,.copy .pull-left{
		width: 100%;
	}
}
/*page*/
.lanmu{
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	position: relative;
}
.lanmu span{
	position: absolute;
	height: 4px;
	left: 0;
	bottom: 0;
	background: #16af86;
	z-index: 0;
	transition:.5s;
}
.lanmu ul{
	display: flex;
}
.lanmu ul li{
	padding-right: 70px;
}
.lanmu ul li:last-child{
	padding-right: 0;
}
.lanmu ul li a{
	display: block;
	line-height: 76px;
	color: #333333;
	font-size: 1.6rem;
}
.lanmu ul li.cur a,.lanmu ul li:hover a{
	color: #16af86;
}
@media (max-width: 1440px) {
	.lanmu ul li{
		padding-right: 50px;
	}
	.lanmu ul li a{
		line-height: 56px;
		font-size: 1.4rem;
	}
}
@media (max-width: 1200px) {
	.lanmu ul li{
		padding-right: 40px;
	}
	.lanmu ul li a{
		line-height: 52px;
	}
	.lanmu span{
		height: 2px;
	}
}
@media (max-width: 992px) {
	.ibanner{
		overflow:hidden;
		width:100%;
		padding-top:42px;
	}
	.ibanner img{
		width:140%;
		max-width:140%;
		transform:translateX(-20%);
	}
	.lanmu{
		box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	}
	.lanmu span{
		display:none;
	}
	.lanmu ul{
		justify-content:space-between;
	}
	.lanmu ul li{
		padding-right: 0px;
	}
	.lanmu ul li a{
		line-height: 44px;
		font-size: 1.3rem;
	}
}
.iabout{
	background: rgba(22,175,134,.02);
	padding: 70px 0px 80px;
}
.ititle{
	text-align: center;
}
.ititle h3{
	font-size:3.4rem;
	color:#000;
	line-height: 40px;
	position: relative;
	border-bottom: 1px #cfd3d5 solid;
	padding-bottom: 22px;
	font-weight:bold;
}
.ititle h3 font{
	color: #16af86;
}
.ititle h3:after{
	content: "";
	height: 3px;
	width: 216px;
	background: #a1a3a4;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -108px;
}
.ititle span{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 1.6rem;
	line-height: 27px;
	padding: 10px 0px 0px;
	max-width: 910px;
	margin: 0 auto;
}
@media (max-width: 1440px) {
	.iabout{
		padding: 40px 0px 50px;
	}
	.ititle h3{
		font-size:2.4rem;
		line-height: 30px;
		padding-bottom: 15px;
	}
	.ititle h3:after{
		height: 2px;
		width: 160px;
		bottom: -1px;
		margin-left: -80px;
	}
	.ititle span{
		font-size: 1.4rem;
		line-height: 24px;
		max-width: 600px;
	}
}
@media (max-width: 1200px) {
	.iabout{
		padding: 30px 0px 40px;
	}
	.ititle h3{
		font-size:2.0rem;
		line-height: 24px;
		padding-bottom: 10px;
	}
	.ititle h3:after{
		height: 2px;
		width: 120px;
		margin-left: -60px;
	}
	.ititle span{
		font-size: 1.3rem;
		line-height: 20px;
	}
}
@media (max-width: 992px) {
	.iabout{
		padding: 20px 0px 20px;
	}
	.ititle h3{
		font-size:1.6rem;
		line-height: 20px;
		padding-bottom: 8px;
	}
	.ititle h3:after{
		width: 80px;
		margin-left: -40px;
	}
	.ititle span{
		font-size: 1.2rem;
		line-height: 14px;
	}
}
.iabout dl{
	margin: 45px 0px 0px;
	display: flex;
	justify-content: space-between;
}
.iabout dl dt{
	width: 42%;
}
.iabout dl dt img{
	width: 100%;
	display: block;
}
.iabout dl dd{
	width: 55%;
}
.iabout dl dd h3{
	color: #000;
	font-size: 2.6rem;
	line-height: 30px;
}
.iabout dl dd h3:after{
	content:"";
	display:block;
	width:50px;
	height:3px;
	margin:20px 0px;
	background:#16af86;
}
.iabout dl dd section{
	color: rgba(0,0,0,.8);
	font-size: 1.6rem;
	line-height: 32px;
	margin:5px 0px 0px;
}
@media (max-width: 1440px) {
	.iabout dl dd h3{
		font-size: 1.8rem;
		line-height: 24px;
	}
	.iabout dl dd h3:after{
		width:40px;
		height:2px;
		margin:10px 0px;
	}
	.iabout dl dd section{
		font-size: 1.4rem;
		line-height: 24px;
	}
}
@media (max-width: 1200px) {
	.iabout dl dd h3{
		font-size: 1.7rem;
	}
	.iabout dl dd section{
		font-size: 1.3rem;
		line-height: 22px;
	}
}
@media (max-width: 992px) {
	.iabout dl{
		margin: 15px 0px 0px;
		flex-wrap:wrap;
	}
	.iabout dl dt{
		width: 100%;
	}
	.iabout dl dt img{
		width: 100%;
		display: block;
	}
	.iabout dl dd{
		width: 100%;
		padding:15px 0px 0px;
	}
}
.iabout ul{
	display: flex;
	justify-content: space-between;
	padding-right: 20%;
	margin: 5% 0px 0px;
}
.iabout li i{
	display: block;
	margin: 0px 0px 10px;
}
.iabout li img{
	margin: 0 auto;
}
.iabout li p{
	color: #000000;
	line-height: 30px;
	text-align: center;
	font-size: 1.6rem;
}
@media (max-width: 1440px) {
	.iabout ul{
		padding-right: 20%;
		margin: 5% 0px 0px;
	}
	.iabout li img{
		height:60px;
		width:auto;
	}
	.iabout li p{
		line-height: 24px;
		font-size: 1.4rem;
	}
}
@media (max-width: 1200px) {
	.iabout ul{
		padding-right: 30%;
		margin: 15px 0px 0px;
	}
	.iabout li img{
		height:40px;
	}
	.iabout li p{
		line-height: 20px;
		font-size: 1.3rem;
	}
}
@media (max-width: 992px) {
	.iabout ul{
		padding-right: 0;
		margin: 15px 0px 0px;
	}
	.iabout dl dd h3{
		font-size: 1.6rem;
		line-height: 16px;
	}
	.iabout li img{
		height:44px;
	}
}
.ihonor{
	padding: 50px 0px 80px;
}
.ihonor .ititle span{
	font-size: 1.4rem;
	line-height:24px;
	padding: 30px 0px 0px;
}
.rongyu{
	margin: 50px 0px 0px;
	position: relative;
}
#ihonor{
	position: static;
}
#ihonor .swiper-slide img{
	width: 100%;
	position: relative;
	z-index: 3;
	border:6px solid rgba(0,0,0,.2);
}
#ihonor .swiper-button-next{
	width:42px;
	height: 77px;
	right: calc(50% - 800px);
	margin-top: -45px;
	opacity:1;
	background: url(../images/ryyjt.png) center no-repeat;
}
#ihonor .swiper-button-prev{
	width:42px;
	height: 77px;
	left: calc(50% - 800px);
	margin-top: -45px;
	opacity:1;
	background: url(../images/ryzjt.png) center no-repeat;
}
@media (max-width: 1440px) {
	.ihonor{
		padding: 40px 0px 50px;
	}
	.ihonor .ititle span{
		padding: 10px 0px 0px;
	}
	.rongyu{
		margin: 25px 0px 0px;
	}
	#ihonor .swiper-slide img{
		border:4px solid rgba(0,0,0,.2);
	}
	#ihonor .swiper-button-next{
		width:30px;
		height: 50px;
		right: calc(50% - 630px);
		margin-top: -25px;
		background-size:auto 100%;
	}
	#ihonor .swiper-button-prev{
		width:30px;
		height: 50px;
		left: calc(50% - 630px);
		margin-top: -25px;
		background-size:auto 100%;
	}
}
@media (max-width: 992px) {
	.ihonor{
		padding: 20px 0px 25px;
	}
	.rongyu{
		margin: 10px 0px 0px;
	}
	.ihonor .ititle span{
		font-size: 1.2rem;
		line-height:14px;
	}
	#ihonor .swiper-slide img{
		border:2px solid rgba(0,0,0,.2);
	}
	#ihonor .swiper-button-next{
		right: 0;
	}
	#ihonor .swiper-button-prev{
		left: 0;
	}
}
.corp{
	display: flex;
	justify-content: space-between;
	background-color: #0058b1;
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 50% 100%;
}
.hotext{
	width:45%;
	background: #0058b1 url(../images/wospic.png) right bottom no-repeat;
	padding: 130px 0px 180px;
	color: #fff;
}
.hotext h3{
	font-size: 3.0rem;
	font-weight: bold;
	margin: 0px 0px 35px;
}
.hotext h3:after{
	content:"";
	display:block;
	width:50px;
	height:3px;
	background:#fff;
	margin:25px 0px 0px;
}
.hotext section{
	font-size: 1.6rem;
	line-height: 38px;
}
@media (max-width: 1440px) {
	.hotext{
		padding: 50px 0px 80px;
	}
	.hotext h3{
		font-size: 2.0rem;
		margin: 0px 0px 20px;
	}
	.hotext h3:after{
		height:2px;
		margin:20px 0px 0px;
	}
	.hotext section{
		font-size: 1.4rem;
		line-height: 28px;
	}
}
@media (max-width: 992px) {
	.corp{
		background: #0058b1 !important;
	}
	.hotext{
		width:100%;
		padding: 30px 0px;
	}
	.hotext h3{
		font-size: 1.6rem;
		margin: 0px 0px 15px;
	}
	.hotext h3:after{
		margin:15px 0px 0px;
	}
	.hotext section{
		line-height: 24px;
	}
}
.iphoto{
	padding:50px 0px 60px;
}
.iphoto .swiper-container{
	margin-top:30px;
}
.iphoto .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.iphoto .swiper-container .swiper-button-white{
	width:36px;
	height:70px;
	background-color:rgba(0,0,0,.6);
	margin-top:-35px;
	border-radius:3px;
	background-size:auto 40%;
	transition:.3s;
}
.iphoto .swiper-container .swiper-button-white:hover{
	background-color:#16af86;
}
@media (max-width: 992px) {
	.iphoto{
		padding:20px 0px;
	}
	.iphoto .swiper-container{
		margin-top:15px;
	}
}
.lishi{
	padding: 60px 0px 80px;
	background: url(../images/rybg.jpg) center no-repeat;
	background-size:cover;
}
.lshr{
	position: relative;
}
.lshr:after{
	content: "";
	position: absolute;
	top: 50%;
	z-index: 1;
	height: 2px;
	width: 100%;
	left: 0;
	background-color: rgba(0,0,0,.1);
}
.lishi .lscont{
	position: relative;
	z-index: 6;
	margin-top: 80px;
}
.lishi .swiper-container{
	position: static;
	padding: 0px 60px;
}
.lishi .swiper-slide{
	opacity: 0;
}
.lishi .swiper-slide.xianshi{
	opacity: 1;
}
.lishi .swiper-slide .lstext{
	width: calc(100% + 120px);
	position: relative;
	height: 530px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: -60px;
	margin-left: -60px;
}
.lishi .swiper-slide .lstext h3{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.lishi .swiper-slide .lstext h3 small{
	display: block;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	border: 1px #b2b2b2 solid;
	text-align: center;
	position: relative;
	padding: 8px;
}
.lishi .swiper-slide .lstext h3 small p{
	display: block;
	background-color: #b2b2b2;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	line-height: 40px;
	padding-top: 3px;
}
.lishi .swiper-slide .lstext:hover h3 small p{
	background-color:#fabd00;
}
.lishi .swiper-slide .lstext:hover h3 small{
	border: 1px #fabd00 solid;
}
.lishi .swiper-slide section{
	border: 1px #dcdcdc solid;
	padding: 25px;
	background-color: #fff;
	min-height: 211px;
	width: 100%;
	position: absolute;
	top: 0;
	border-top: 6px #dcdcdc solid;
}
.lishi .swiper-slide:nth-child(Odd) section{
	top: auto;
	bottom: 0;
	border-bottom: 6px #dcdcdc solid;
	border-top: 1px #dcdcdc solid;
}
.lishi .swiper-slide section h2{
	font-size: 2.1rem;
	color: #000000;
	line-height: 24px;
	margin:0px 0px 10px;
}
.lishi .swiper-slide section .ltcont{
	display: block;
	font-size: 1.4rem;
	line-height: 24px;
	color: #52555b;
	margin: 5px 0px 0px;
}
.lishi .swiper-slide .lstext:hover section h2{
	color:#fabd00;
}
.lishi .swiper-slide .lstext:hover section{
	border-top: 6px #fabd00 solid;
	border-bottom: 1px #dcdcdc solid;
}
.lishi .swiper-slide:nth-child(Odd) .lstext:hover section{
	border-top: 1px #dcdcdc solid;
	border-bottom: 6px #fabd00 solid;
}
.lishi .swiper-container .swiper-button-next{
	width: 60px;
	height: 60px;
	background: #fff url(../images/yhjt.png) center no-repeat;
	border-radius: 50%;
	box-shadow: 0px 0px 35px rgba(0,0,0,.1);
	opacity: 1;
	margin-top: -31px;
	right: 10%;
}
.lishi .swiper-container .swiper-button-prev{
	width: 60px;
	height: 60px;
	background: #fff url(../images/zhjt.png) center no-repeat;
	border-radius: 50%;
	box-shadow: 0px 0px 35px rgba(0,0,0,.1);
	opacity: 1;
	margin-top: -31px;
	left: 10%;
}
@media (max-width:1440px) {
	.lishi{
		padding: 40px 0px 60px;
	}
	.lishi .swiper-container{
		margin-top: 40px;
	}
	.lishi .swiper-slide .lstext{
		height: 400px;
	}
	.lishi .swiper-slide .lstext h3 small p{
		font-size: 1.5rem;
	}
	.lishi .swiper-slide section{
		padding: 15px;
		min-height: 150px;
		border-top: 5px #dcdcdc solid;
	}
	.lishi .swiper-slide:nth-child(Odd) section{
		border-bottom: 5px #dcdcdc solid;
		border-top: 1px #dcdcdc solid;
	}
	.lishi .swiper-slide section h2{
		font-size: 1.8rem;
		line-height: 20px;
	}
	.lishi .swiper-slide section .ltcont{
		font-size: 1.4rem;
		line-height: 20px;
		margin: 6px 0px 0px;
	}
	.lishi .swiper-slide .lstext:hover section{
		border-top: 5px #fabd00 solid;
		border-bottom: 1px #dcdcdc solid;
	}
	.lishi .swiper-slide:nth-child(Odd) .lstext:hover section{
		border-top: 1px #dcdcdc solid;
		border-bottom: 5px #fabd00 solid;
	}
	.lishi .swiper-container .swiper-button-next{
		right: 2%;
	}
	.lishi .swiper-container .swiper-button-prev{
		left: 2%;
	}
}
@media (max-width:1200px) {
	.lishi .swiper-container{
		margin-top: 0px;
	}
	.lishi .lscont{
		margin-top: 30px;
	}
	.lishi .swiper-slide .lstext{
		height: 490px;
	}
	.lishi .swiper-slide section{
		min-height: 200px;
	}
	.lishi .swiper-slide section .ltcont{
		font-size: 1.3rem;
		margin: 5px 0px 0px;
	}
	.lshr:after{
		top: 53.7%;
	}
	.lishi .swiper-container .swiper-button-next{
		margin-top: -10px;
	}
	.lishi .swiper-container .swiper-button-prev{
		margin-top: -10px;
	}
}
@media (max-width:992px) {
	.lishi{
		padding: 20px 0px 30px;
	}
	.lishi .lscont{
		margin-top: 10px;
	}
	.lshr:after{
		display:none;
	}
	.lishi .swiper-container{
		margin-top: 15px;
		padding:0 0 0px;
	}
	.lishi .swiper-slide .lstext{
		width: 100%;
		height: auto;
		margin-right: 0px;
		margin-left: 0px;
	}
	.lishi .swiper-slide .lstext{
		height: auto;
	}
	.lishi .swiper-slide .lstext h3{
		display:none;
	}
	.lishi .swiper-slide .lstext h3 small p{
		font-size: 1.5rem;
	}
	.lishi .swiper-slide section{
		padding: 15px;
		min-height: 150px;
		border-top: 1px #dcdcdc solid;
		position:static;
	}
	.lishi .swiper-slide:nth-child(Odd) section{
		border-bottom: 1px #dcdcdc solid;
		border-top: 1px #dcdcdc solid;
	}
	.lishi .swiper-slide section h2{
		font-size: 1.6rem;
	}
	.lishi .swiper-slide section .ltcont{
		font-size: 1.3rem;
		line-height: 18px;
		margin: 5px 0px 0px;
	}
	.lishi .swiper-slide .lstext section{
		border-top: 1px #dcdcdc solid;
		border-bottom: 3px #dcdcdc solid;
	}
	.lishi .swiper-slide:nth-child(Odd) .lstext section{
		border-top: 1px #dcdcdc solid;
		border-bottom: 3px #dcdcdc solid;
	}
	.lishi .swiper-container .swiper-button-next{
		right: 30%;
		width:40px;
		height:40px;
		top:auto;
		margin-top:0;
		bottom:0;
		background-size:auto 40%;
		display:none;
	}
	.lishi .swiper-container .swiper-button-prev{
		left: 30%;
		width:40px;
		height:40px;
		top:auto;
		margin-top:0;
		bottom:0;
		background-size:auto 40%;
		display:none;
	}
}
.iproduct{
	padding: 28px 0px;
}
.ipdclass{
	float: left;
	width: 23%;
}
.ipdlist,.idown,.inews,.icontact{
	width: 74%;
	float: right;
}
.ipdclass dl{
	padding-bottom: 0px;
	margin-bottom: 25px;
}
.ipdclass dl dt{
	font-size: 2.2rem;
	line-height: 60px;
	padding: 0px 30px;
	background-color: #16af86;
	color: #fff;
	margin-bottom: 1px;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.ipdclass dl dd{
	border-bottom:1px #fff solid;
}
.ipdclass dl dd:last-child{
	border-bottom:0;
}
.ipdclass dl dd>a{
	display: block;
	font-size: 1.5rem;
	line-height: 48px;
	background-color: #f0f0f0;
	padding-left: 15px;
	border-left: 3px #f0f0f0 solid;
	transition: .3s;
	color: #000;
}
.ipdclass dl dd.cur>a,.ipdclass dl dd:hover>a,.ipdclass dl dd.on>a{
	background-color: #fff;
	border-left: 3px #16af86 solid;
	color: #16af86;
}
@media (max-width:1440px) {
	.ipdclass dl{
		margin-bottom: 15px;
	}
	.ipdclass dl dt{
		font-size: 1.8rem;
		line-height: 55px;
		padding: 0px 18px;
		margin-bottom:1px;
	}
	.ipdclass dl dd a{
		font-size: 1.4rem;
		line-height: 46px;
		padding-left: 15px;
	}
}
@media (max-width:992px) {
	.iproduct{
		padding: 15px 0px;
	}
	.ipdclass{
		float: none;
		width: 100%;
	}
	.ipdlist,.idown,.inews,.icontact{
		width: 100%;
		float: none;
	}
	.ipdclass dl{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.ipdclass dl dt{
		display:none;
	}
	.ipdclass dl dd{
		width:48.5%;
		border-bottom:2px #fff solid;
	}
	.ipdclass dl dd:last-child{
		border-bottom:2px #fff solid;
	}
	.ipdclass dl dd>a{
		font-size: 1.3rem;
		line-height: 36px;
		padding-left: 0px;
		border-left: 0px #f0f0f0 solid;
		text-align:center;
	}
	.ipdclass dl dd.cur>a,.ipdclass dl dd:hover>a,.ipdclass dl dd.on>a{
		background-color: #16af86;
		border-left: 0px #16af86 solid;
		color: #fff;
	}
}
.ipdclass ul{
	overflow: hidden;
	background-color: #f0f0f0;
}
.ipdclass h2{
	background-color: #383b3f;
	color: #fff;
	font-size: 2.0rem;
	line-height: 60px;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
	padding: 0px 30px;
	color: #fff;
}
.ipdclass ul li{
	padding: 0 15px;
}
.ipdclass ul li a{
	display: flex;
	align-items: center;
	padding: 15px 0px;
	border-bottom: 1px #fff solid;
}
.ipdclass ul li:last-child a{
	border-bottom: 0;
}
.ipdclass ul li a i{
	width: 30%;
}
.ipdclass ul li a section{
	width: 70%;
	padding-left: 10px;
	color: #000;
}
.ipdclass ul li a section h4{
	font-size: 1.4rem;
	line-height: 16px;
	color:#666;
}
.ipdclass ul li a section span{
	display: block;
	font-size: 1.5rem;
	line-height: 22px;
	color: #000;
	margin: 10px 0px 0;
}
@media (max-width:1440px) {
	.ipdclass h2{
		font-size: 1.8rem;
		line-height: 55px;
		padding: 0px 18px;
	}
	.ipdclass ul li{
		padding: 0 10px;
	}
	.ipdclass ul li a{
		padding: 10px 0px;
	}
	.ipdclass ul li a section h4{
		font-size: 1.4rem;
	}
	.ipdclass ul li a section span{
		font-size: 1.4rem;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
}
@media (max-width:992px) {
	.ipdclass ul{
		display:none;
	}
}
.ipdlist h1,.idown h1,.inews h1,.icontact h1{
	font-size: 2.6rem;
	color: #000;
	border-bottom: 2px rgba(0,0,0,.05) solid;
	line-height: 46px;
	padding-bottom: 2px;
}
.ipdlist ul{
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 30px;
}
.ipdlist ul li{
	width: 33.3333333333333%;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.ipdlist ul li section i{
	display:block;
	border:2px rgba(0,0,0,.1) solid;
}
.ipdlist ul li section i a{
	display:block;
	padding:2px;
}
.ipdlist ul li section a{
	display: block;
	color: #000;
}
.ipdlist ul li section h4{
	padding:15px 0px 0px;
}
.ipdlist ul li section h4 a{
	font-size: 1.6rem;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ipdlist ul li section span{
	display: block;
	color: #62666b;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media (max-width:1440px) {
	.ipdlist h1,.idown h1,.inews h1,.icontact h1{
		font-size: 2.0rem;
		line-height: 36px;
	}
	.ipdlist ul{
		margin-right: -10px;
		margin-left: -10px;
		margin-top: 20px;
	}
	.ipdlist ul li{
		padding: 0px 10px;
		margin-bottom: 20px;
	}
	.ipdlist ul li section h4 a{
		font-size: 1.5rem;
	}
	.ipdlist ul li section span{
		font-size:1.3rem;
		line-height: 22px;
	}
}
@media (max-width:992px) {
	.ipdlist h1,.idown h1,.inews h1,.icontact h1{
		display:none;
	}
	.ipdlist ul{
		margin-right: -4px;
		margin-left: -4px;
		margin-top: 10px;
		padding-bottom:10px;
	}
	.ipdlist ul li{
		padding: 0px 4px;
		margin-bottom: 8px;
		width:50%;
	}
	.ipdlist ul li section i{
		border:0px rgba(0,0,0,.1) solid;
	}
	.ipdlist ul li section i a{
		padding:0px;
	}
	.ipdlist ul li section h4{
		padding:10px 0px;
		text-align:center;
		background:rgba(0,0,0,.05);
	}
	.ipdlist ul li section h4 a{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.ipdlist ul li section span{
		display: none;
	}
}
.page_list{
	display: flex;
	justify-content: flex-end;
	padding: 20px 0px 0px;
	border-top: 2px rgba(0,0,0,.05) solid;
}
.page_list a{
	border: 1px rgb(0,0,0,.2) solid;
	line-height: 34px;
	border-radius: 2px;
	padding: 0px 15px;
	margin-left: 10px;
	font-size: 1.5rem;
	color: #666;
	transition: .3s;
}
.page_list a.on,.page_list a:hover{
	color: #fff;
	background-color: #16af86;
	border: 1px #16af86 solid;
}
@media (max-width:1440px) {
	.page_list{
		padding: 15px 0px 0px;
	}
	.page_list a{
		line-height: 36px;
		padding: 0px 15px;
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.page_list{
		padding: 10px 0px 0px;
	}
	.page_list a{
		line-height: 30px;
		padding: 0px 10px;
		font-size: 1.2rem;
		margin-left:5px;
	}
}
.ipdcont{
	position: relative;
}
.ipdcont .roww{
	position: relative;
}
.ipdcont .roww:after{
	content:"";
	display:block;
	clear:both;
}
.ipdcont .colmd5{
	float:left;
	width:42%;
	position:relative;
}
.ipdcont .colmd7{
	float:right;
	width:55%;
}
.ipdcont .jqzoom{
	border: 0px rgba(0,0,0,.2) solid;
}
.ipdcont .jqzoom img{
	width: 100%;
	height: auto;
}
.ipdcont .pro-ptt{
	color: #333333;
	font-size: 2.2rem;
	line-height: 36px;
}
.ipdmemo dl dd{
	line-height:28px;
	font-size:1.4rem;
	color:#666;
	padding:15px 0px;
}
.ipdmemo dl dt{
	font-size:1.5rem;
	color:#666;
	line-height:26px;
	padding-left:2px;
	font-weight:normal;
	border-bottom: 2px #dcdcdc solid;
	padding-bottom:10px;
}
.pdpage{
	align-items: center;
	justify-content:space-between;
	display: flex;
	padding: 25px 0px;
	border-top: 2px rgba(0,0,0,.05) solid;
}
.pdpage a{
	display: block;
	color: #3e3a3a;
	font-size: 1.6rem;
	max-width: calc(50% - 26px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pdpage a:hover{
	color: #16af86;
	text-decoration:underline;
}
@media (max-width:1440px) {
	.ipdcont .pro-ptt{
		font-size: 1.8rem;
		line-height: 20px;
		padding-bottom: 15px;
	}
	.ipdmemo dl{
		padding: 20px 0px;
	}
	.pdpage{
		padding: 20px 0px;
	}
	.pdpage a{
		font-size: 1.4rem;
		max-width: calc(50% - 20px);
	}
}
@media (max-width:992px) {
	.ipdcont .colmd5{
		float:none;
		width:100%;
	}
	.ipdcont .colmd7{
		float:none;
		width:100%;
	}
	.ipdcont .pro-ptt{
		font-size: 1.6rem;
		padding-bottom: 5px;
		width:100%;
		order:2;
	}
	.ipdmemo{
		display:flex;
		flex-wrap:wrap;
	}
	.ipdmemo dl{
		padding: 0px 0px 5px;
		width:100%;
		order:3;
	}
	.ipdmemo dl dt{
		font-size:1.4rem;
		line-height:20px;
		padding-left:0px;
		border-bottom: 1px rgba(0,0,0,.05) solid;
		padding-bottom:5px;
	}
	.ipdmemo dl dt a{
		margin: 0px 3px;
	}
	.ipdmemo dl dd{
		display:none;
	}
	.pdpage{
		padding: 15px 0px;
	}
	.pdpage a{
		font-size: 1.3rem;
		max-width: calc(50% - 10px);
	}
}
.huise{
	background-color: #f6f6f6;
}
.xiaotu{
	position: absolute;
	width: 55%;
	left: 45%;
	bottom: 0;
}
.xiaotu ol{
	display:flex;
	margin-right:-4px;
	margin-left:-4px;
	padding:0;
	margin-bottom:0;
}
.xiaotu ol li{
	width:16.666666666666666%;
	padding:0px 4px;
}
.xiaotu ol li a{
	display:block;
	border:1px #fff solid;
}
.xiaotu ol li a.hover{
	border:1px #16af86 solid;
}
@media (max-width:992px) {
	.xiaotu{
		position: relative;
		width: 100%;
		left:0;
		padding-left: 0px;
		margin:0px 0px 15px;
		width:100%;
		order:1;
	}
	.xiaotu ol li{
		width:25%;
		padding:0px 4px;
	}
}
.jqzoom{
	position:relative;
	overflow:hidden;
	font-size:0;
}
.zoomdiv{
	float:left;
	top:0 !important;
	left:101% !important;
	border:3px solid rgba(0,0,0,.2);
	display:none;
	text-align:center;
	overflow: hidden;
	position:absolute;
	z-index:999;
	background-color:#fff;
	font-size:0;
}
.zoomdiv img{
	max-width:none;
}
.bigimg{
	width:800px;
	height:800px;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:200px !important;
	height:200px !important;
	border:1px solid rgba(0,0,0,.1);
	background:#fff 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
.ipdxiang{
	padding: 40px 0px 0px;
}
.ipdxiang>h2{
	color: #333333;
	font-size: 2.2rem;
	line-height: 28px;
	text-transform: uppercase;
	border-bottom: 2px rgba(0,0,0,.05) solid;
	padding: 0px 0px 15px;
}
.ipdxiang>section{
	font-size: 1.5rem;
	line-height: 30px;
	color: #666;
	padding:25px 0px;
}
.ipdxiang>section img{
	max-width: 100%;
	height: auto;
}
@media (max-width:1440px) {
	.ipdxiang{
		padding: 20px 0px 0px;
	}
	.ipdxiang>h2{
		font-size: 1.8rem;
		line-height: 22px;
		padding: 15px 0px 10px;
	}
	.ipdxiang>section{
		font-size: 1.4rem;
		line-height: 24px;
	}
}
@media (max-width:992px) {
	.jqzoom{
		margin-bottom:10px;
	}
	.zoomdiv{
		display:none !important;
	}
	.bigimg{
		display:none !important;
	}
	.jqZoomPup{
		display:none !important;
	}
	.ipdxiang{
		padding: 0px 0px 0px;
	}
	.ipdxiang>h2{
		padding: 10px 0px;
		font-size:1.6rem;
	}
	.ipdxiang>section{
		font-size: 1.3rem;
		line-height: 22px;
	}
}
.ifuwu{
	padding:20px 0px;
	font-size:1.5rem;
	line-height:30px;
	color:#333;
}.ifuwu form{	display:flex;	justify-content:space-between;	flex-wrap:wrap;	padding:20px 0px 0px;}.ifuwu form span{	width:48%;	display:flex;	justify-content:space-between;	margin-bottom:15px;}.ifuwu form p{	width:70px;	line-height:42px;	text-align:right;	padding-right:10px;}.ifuwu form input{	width:calc(100% - 70px);	line-height:20px;	padding:10px 15px;	border:1px solid rgba(0,0,0,.1);	height:42px;	border-radius:4px;	outline:none;}.ifuwu form section{	width:100%;	display:flex;	justify-content:space-between;	margin-bottom:15px;}.ifuwu form textarea{	width:calc(100% - 70px);	line-height:20px;	padding:10px 15px;	border-radius:4px;	border:1px solid rgba(0,0,0,.1);	outline:none;	resize:none;}.ifuwu form button{	width:200px;	height:46px;	color:#fff;	border:0;	background:#16af86;	border-radius:4px;	margin-left:70px;	transition:.3s;	outline:none;}.ifuwu form button:hover{	background:#f5a644;}
.idown ul{
	padding:25px 0px 15px;
}
.idown ul li{
	margin-bottom:10px;
}
.idown ul li a{
	display:flex;
	background:#fff;
	padding:15px;
	justify-content:space-between;
	border:1px rgba(0,0,0,.1) solid;
	align-items:center;
	transition:.3s;
	text-decoration:none;
}
.idown ul li a section{
	display:flex;
	width:calc(100% - 180px);
}
.idown ul li a section small{
	margin:0px 15px 0px 0px;
}
.idown ul li a section big{
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
	width:calc(100% - 65px);
}
.idown ul li a section big p{
	font-size:1.8rem;
	color:#333333;
	width:100%;
	line-height:26px;
}
.idown ul li a section big b{
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	font-weight:normal;
	line-height:18px;
}
.idown ul li a span{
	border:1px #16af86 solid;
	color:#16af86;
	line-height:22px;
	padding:5px 45px;
	transition:.3s;
}
.idown ul li a:hover{
	border:1px #16af86 solid;
}
.idown ul li a:hover span{
	background:#16af86;
	color:#fff;
}
@media (max-width:1440px) {
	.idown ul{
		padding:20px 0px 15px;
	}
	.idown ul li a{
		padding:10px;
	}
	.idown ul li a section big p{
		font-size:1.6rem;
		line-height:24px;
	}
	.idown ul li a span{
		padding:5px 40px;
	}
}
@media (max-width:992px) {	.ifuwu form{		padding:0px 0px 0px;	}	.ifuwu form span{		width:49%;		margin-bottom:10px;	}	.ifuwu form p{		display:none;	}	.ifuwu form input{		width:100%;		padding:8px 15px;		height:38px;	}	.ifuwu form section{		margin-bottom:10px;	}	.ifuwu form textarea{		width:100%;		padding:5px 15px;	}	.ifuwu form button{		width:100%;		height:44px;		margin-left:0px;	}
	.idown ul{
		padding:0px 0px;
	}
	.idown ul li a{
		padding:10px;
	}
	.idown ul li a section small img{
		width:36px;
		height:auto;
	}
	.idown ul li a section small{
		margin:0px 10px 0px 0px;
	}
	.idown ul li a section{
		width:100%;
		align-items:center;
	}
	.idown ul li a section big p{
		font-size:1.4rem;
		line-height:24px;
	}
	.idown ul li a span{
		display:none;
	}
	.idown ul li a section big b{
		font-size:1.2rem;
		line-height:16px;
	}
}
.inews ul{
	display:flex;
	flex-wrap:wrap;
	padding:25px 0px 10px;
	margin-right:-10px;
	margin-left:-10px;
}
.inews ul li{
	width:33.3333333333%;
	margin:0px 0px 20px;
	padding:0px 10px;
}
.inews ul li:nth-child(3n+0){
	margin-right:0;
}
.inews ul li a img{
	width:100%;
}
.inews ul li a{
	display:block;
	transition:.3s;
	background:#f8f8f8;
}
.inews ul li a big{
	display:block;
	position:relative;
	overflow:hidden;
}
.inews ul li a big span{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:65px;
	background:#16af86;
	text-align:center;
}
.inews ul li a big span p{
	color:#fff;
	font-size:2.4rem;
	width:100%;
	line-height:30px;
}
.inews ul li a big span small{
	color:#fff;
	font-size:1.3rem;
	line-height:19px;
	width:100%;
}
.inews ul li a section{
	padding:15px 15px 20px;
}
.inews ul li a section p{
	font-size:1.6rem;
	color:#081842;
	line-height:30px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.inews ul li a section span{
	display:block;
	color:#a9aeb3;
	font-size:1.4rem;
	line-height:24px;
	padding:3px 0px 0px;
}
.inews ul li a:hover{
	background:#16af86;
}
.inews ul li a:hover section p,.inews ul li a:hover section span{
	color:#fff;
}
@media (max-width:992px) {
	.inews ul{
		display:flex;
		flex-wrap:wrap;
		padding:0px 0px 5px;
		margin-right:-10px;
		margin-left:-10px;
	}
	.inews ul li{
		width:100%;
		margin:0px 0px 10px 0px;
	}
	.inews ul li a section{
		padding:15px 15px 20px;
	}
	.inews ul li a section p{
		font-size:1.4rem;
		line-height:22px;
	}
	.inews ul li a section span{
		font-size:1.3rem;
		line-height:22px;
	}
}
.inewsd{
	padding:25px 0px 0px;
}
.inewsd .instit{
	text-align:center;
	font-size:2.0rem;
	line-height:24px;
}
.inewsd .info{
	display:flex;
	justify-content:center;
	padding:7px 0px;
	background:rgba(0,0,0,.05);
	margin:15px 0px 0px;
}
.inewsd .info small{
	padding:0px 10px;
	font-size:1.3rem;
	color:#999;
	line-height:20px;
}
.inewsd .textarea{
	padding:20px 0px 30px;
	font-size:1.5rem;
	line-height:30px;
	color:#666;
}
@media (max-width:1440px) {
	.inewsd .textarea{
		padding:15px 0px 20px;
		font-size:1.4rem;
		line-height:26px;
	}
}
@media (max-width:992px) {
	.inewsd{
		padding:0px 0px 0px;
	}
	.inewsd .instit{
		font-size:1.6rem;
		line-height:20px;
	}
	.inewsd .info{
		padding:5px 0px;
		margin:10px 0px 0px;
	}
	.inewsd .info small{
		font-size:1.2rem;
	}
	.inewsd .textarea{
		padding:10px 0px;
		font-size:1.3rem;
		line-height:24px;
	}
}
.icontact>section{
	padding:20px 0px;
	font-size:1.5rem;
	line-height:30px;
}
.icontact h2{
	display:flex;
	border-bottom:2px solid rgba(0,0,0,.1);
}
.icontact h2 p{
	width:20%;
	font-size:1.6rem;
	color:#000;
	line-height:30px;
	padding:15px 0px;
}
.icontact h2 p:first-child{
	width:40%;
}
.icontact ul{
	padding:10px 0px 0px;
}
.icontact ul li{
	border-bottom:1px solid rgba(0,0,0,.1);
	padding:12px 0px 10px 0px;
	position:relative;
	cursor:pointer;
}
.icontact ul li:after{
	content:"";
	position:absolute;
	right:10px;
	top:23px;
	border-top:6px solid #b5b5b5;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
}
.icontact ul li.on:after{
	content:"";
	position:absolute;
	right:10px;
	top:23px;
	border-bottom:6px solid #16af86;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:0;
}
.icontact li dt{
	display:flex;
}
.icontact dt p{
	width:20%;
	font-weight:normal;
	font-size:1.5rem;
	color:#333;
	line-height:30px;
}
.icontact dt p:first-child{
	width:40%;
}
.icontact ul li.on p{
	color:#16af86;
}
.icontact dd{
	border-top:1px dashed rgba(0,0,0,.1);
	margin:10px 0px 0px;
	display:none;
}
.icontact dd h3{
	font-size:1.4rem;
	font-weight:bold;
	line-height:30px;
	margin:10px 0px 0px;
}
.icontact dd section{
	font-size:1.4rem;
	line-height:25px;
	color:#666;
}
.icontact .page_list{
	border-top:0;
}
@media (max-width:1440px) {
	.icontact>section{
		font-size:1.4rem;
		line-height:26px;
	}
}
@media (max-width:992px) {
	.icontact>section{
		font-size:1.3rem;
		line-height:22px;
	}
	.icontact h2{
		border-bottom:1px solid rgba(0,0,0,.1);
	}
	.icontact h2 p{
		width:23%;
		font-size:1.4rem;
		line-height:20px;
		padding:10px 0px;
	}
	.icontact h2 p:first-child{
		width:31%;
	}
	.icontact ul li{
		padding:10px 0px 8px 0px;
	}
	.icontact ul li:after{
		right:5px;
		top:19px;
	}
	.icontact ul li.on:after{
		right:5px;
		top:19px;
	}
	.icontact dt p{
		width:23%;
		font-size:1.3rem;
		line-height:24px;
	}
	.icontact dt p:first-child{
		width:31%;
	}
	.icontact dd h3{
		font-size:1.3rem;
		line-height:22px;
	}
	.icontact dd section{
		font-size:1.3rem;
		line-height:20px;
	}
}
.icontact ol{
	margin:0;
	padding:25px 0px 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.icontact ol li{
	display:flex;
	width:48%;
	justify-content:space-between;
	align-items:center;
	margin-bottom:15px;
}
.icontact ol li p{
	font-size:1.5rem;
	line-height:26px;
	text-align:right;
	width:60px;
}
.icontact ol li input{
	width:calc(100% - 80px);
	height:46px;
	line-height:22px;
	padding:11px 15px;
	border:1px solid #eeeeee;
	border-radius:3px;
	background:#fbfbfb;
	outline:none;
}
.icontact ol li select{
	height:46px;
	padding:0px 10px;
	border:1px solid #eeeeee;
	border-radius:3px;
	width:calc(100% - 80px);
	outline:none;
	background:#fbfbfb;
}
.icontact ol li.all{
	width:100%;
}
.icontact ol li textarea{
	padding:10px 15px;
	border:1px solid #eeeeee;
	border-radius:3px;
	width:calc(100% - 80px);
	outline:none;
	background:#fbfbfb;
	resize:none;
}
.icontact form button{
	height:50px;
	width:200px;
	border:0;
	color:#fff;
	background:#16af86;
	border-radius:3px;
	margin-left:80px;
	font-size:1.6rem;
}
@media (max-width:1440px) {
	.icontact ol{
		padding:20px 0px 0px;
	}
	.icontact ol li{
		margin-bottom:10px;
	}
	.icontact ol li p{
		font-size:1.35rem;
		line-height:26px;
		width:60px;
	}
	.icontact ol li input{
		width:calc(100% - 70px);
		height:40px;
		line-height:20px;
		padding:10px 15px;
		font-size:1.3rem;
	}
	.icontact ol li select{
		height:40px;
		width:calc(100% - 70px);
		font-size:1.3rem;
	}
	.icontact ol li.all{
		width:100%;
	}
	.icontact ol li textarea{
		width:calc(100% - 70px);
	}
	.icontact form button{
		height:42px;
		width: 160px;
		margin-left:70px;
		font-size:1.4rem;
	}
}
@media (max-width:992px) {
	.icontact ol{
		flex-wrap:wrap;
		padding:0;
	}
	.icontact ol li{
		width:100%;
		display:block;
	}
	.icontact ol li p{
		display:none;
	}
	.icontact ol li input{
		width:100%;
		padding:10px;
	}
	.icontact ol li select{
		width:100%;
		padding:0px 5px;
	}
	.icontact ol li textarea{
		width:100%;
		padding:10px;
	}
	.icontact form button{
		height:40px;
		width: 100%;
		margin-left:0px;
	}
}