﻿/*初始化样式*/

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}


/*----- Common css ------*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}


/*滚动*/

#demo {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#indemo {
	float: left;
	width: 800%!important;
}

#demo1 {
	float: left;
}

#demo2 {
	float: left;
}

#m_demo {
	overflow: hidden;
	width: 92%;
	margin: 0 auto;
}

#m_indemo {
	float: left;
	width: 800%!important;
}

#m_demo1 {
	float: left;
}

#m_demo2 {
	float: left;
}

.com-img {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.com-img img {
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.pd30 {
	padding: 0 30px;
	margin-right: auto;
	margin-left: auto
}

@media (max-width:1440px) {
	.pd30 {
		padding: 0 20px;
		margin-right: auto;
		margin-left: auto
	}
}

@media (max-width:1200px) {
	.pd30 {
		padding: 0 15px;
		margin-right: auto;
		margin-left: auto
	}
}

.max1440 {
	max-width: 1470px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}


/*头部样式*/

.top_head {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
	height: 95px;
}

.top_rr {
	width: 120px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.top_rr>div {
	display: block;
	position: relative;
}

.top_ss .ss2 {
	display: none;
}

.top_ewm_show {
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	padding: 5px;
	background: #29b073;
	display: none;
}

.top_ewm_show img {
	width: 100%;
	margin-top: -9%;
}

.top_ewm_show::before {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 8px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #29b073 transparent;
	border-top: none;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	z-index: 99;
}

@media (max-width:1440px) {
	.x-menu {
		width: calc(100% - 150px);
	}
	.top_rr {
		width: 150px;
	}
}

@media (max-width:1200px) {
	.x-menu {
		width: 100%;
		text-align: right;
	}
	.top_rr {
		display: none;
	}
}


/* banner */

.swiper-banner {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-bpagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom: 20% !important;
	left: 0 !important;
	width: 100% !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9%;
}

.swiper-bpagination:before {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.2);
	height: 1px;
	left: 0;
	width: 100%;
}

.swiper-bpagination .swiper-pagination-bullet {
	width: 56px;
	height: 56px;
	opacity: 1;
	border-radius: 0 !important;
	position: relative;
	background: none;
	outline: none;
	outline: none;
}

.swiper-bpagination .swiper-pagination-bullet:first-child {
	background-image: url(../images/banner_dot1.png);
	background-size: 100%;
}

.swiper-bpagination .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	bottom: -35px;
	z-index: 9;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	width: 400%;
	transform: translateX(-50%);
}

.swiper-bpagination .swiper-pagination-bullet:first-child:after {
	content: '个性化定制净化解决方案';
}

.swiper-bpagination .swiper-pagination-bullet:nth-child(2) {
	background-image: url(../images/banner_dot2.png);
	background-size: 100%;
}

.swiper-bpagination .swiper-pagination-bullet:nth-child(2):after {
	content: '企业优势为客户提供更好的方案';
}

.swiper-bpagination .swiper-pagination-bullet:nth-child(3) {
	background-image: url(../images/banner_dot3.png);
	background-size: 100%;
}

.swiper-bpagination .swiper-pagination-bullet:nth-child(3):after {
	content: '品质认证，专利认证致力净化治理';
}

.swiper-bpagination .swiper-pagination-bullet-active {
	width: 56px !important;
	height: 56px !important;
	opacity: 1;
}

.swiper-bpagination .swiper-pagination-bullet-active:first-child {
	background-image: url(../images/banner_dot1b.png) !important;
	background-size: 100%;
}

.swiper-bpagination .swiper-pagination-bullet-active:nth-child(2) {
	background-image: url(../images/banner_dot2b.png) !important;
	background-size: 100%;
}

.swiper-bpagination .swiper-pagination-bullet-active:nth-child(3) {
	background-image: url(../images/banner_dot3b.png) !important;
	background-size: 100%;
}

.swiper-banner img {
	width: 100%;
}
.x-banner{display: none;}
.x-banner img{width: 100%;}
#mobile_banner {
	display: none;
}

@media (min-width: 1440px) and (max-width:1680px) {
	.swiper-bpagination {
		bottom: 15% !important;
	}
}

@media (max-width: 1439px) {
	.swiper-bpagination {
		bottom: 10% !important;
	}
}
@media (max-width: 992px) {
.x-banner{display: block !important;}
}

@media (max-width: 767px) {

	#mobile_banner {
		display: block;
	}
	.swiper-bpagination {
		bottom: 10px !important;
		width: 100% !important;
		left: 0 !important;
		text-align: center;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px !important;
		background: #ffffff;
		width: 10px !important;
		height: 10px !important;
		border-radius: 10px !important;
	}
	.swiper-bpagination .swiper-pagination-bullet:after {
		display: none;
	}
	.swiper-bpagination .swiper-pagination-bullet-active {
		background: #009d97 !important;
	}
	.swiper-bpagination .swiper-pagination-bullet-active:first-child {
		background: #009d97 !important;
	}
}

@media (max-width: 575px) {
	.swiper-bpagination:before {
		display: none;
	}
	.swiper-banner {
		display: none;
	}
	#mobile_banner {
		display: block;
	}
	.swiper-bpagination {
		bottom: 10px !important;
		width: 100% !important;
		left: 0 !important;
		text-align: center;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px !important;
		background: #ffffff;
		width: 10px !important;
		height: 10px !important;
		border-radius: 10px !important;
	}
	.swiper-bpagination .swiper-pagination-bullet:after {
		display: none;
	}
	.swiper-bpagination .swiper-pagination-bullet-active {
		background: #009d97 !important;
	}
	.swiper-bpagination .swiper-pagination-bullet-active:first-child {
		background: #009d97 !important;
	}
}


/* c1_index */

.probox {
	clear: both;
	padding: 90px 0 0;
	line-height: 22px;
	position: relative;
	font-size: 14px;
	z-index: 1;
	color: #323232;
}


.procont {
	width: 1200px;
	margin: 0 auto;
}

.pro_gg {
	height: 500px;
	margin-bottom: 42px;
}

.pro_gp {
	width: 50%;
}

.pro_gp1 {
	width: 100%;
}

.pro_gp1 img {
	display: block;
	width: 100%;
	max-width: 952px;
	float: right;
}

.pro_gw {
	width: 44.9%;
}

.pro_gwc {
	width: 502px;
}

.pro_gwc h3 {
	font-size: 36px;
	line-height: 46px;
	height: 58px;
	font-weight: normal;
}

.pro_gwl {
	height: 384px;
}

.pro_gwl li {
	height: 112px;
}

.pro_gwl li span {
	display: inline-block;
	padding: 0 10px;
	background: #0e8a6e;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}

.pro_gwl li:nth-child(2) span {
	background: #8a370e;
}

.pro_gwl li:nth-child(3) span {
	background: #29b072;
}

.pro_gwl li p {
	display: block;
	padding: 20px 0 0;
}

.pro_gwico span {
	display: block;
	font-size: 16px;
	width: 245px;
	line-height: 57px;
	border-radius: 3px;
	background: #0a0a0a;
	float: left;
	text-align: center;
}

.pro_gwico span:nth-child(2) {
	background: #29b072;
	margin-left: 10px;
}

.pro_gwico span a {
	display: inline-block;
	color: #fff;
	padding-left: 38px;
}
@media screen and (max-width: 1680px) {
	.pro_gg {
		height: 430px;
	}
	.pro_gwico {
		display: none;
	}
}



.pro_nav {
	height: 112px;
	background: #fff;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	line-height: 56px;
	font-size: 16px;
	color: #373737;
	margin-bottom:30px;
}

.pro_n1 {
	height: 56px;
	border-bottom: 1px solid #b5b5b5;
	;
	position: relative;
}

.pro_nav .pro_n1:nth-last-of-type(1) {
	border-bottom: 0px
}

.pro_n1 h3 {
	background: #29b072;
	width: 199px;
	float: left;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 55px;
}

.pro_n1 h3 a {
	display: inline-block;
	color: #fff;
	padding-left: 30px;
	height: 100%;
}

.pro_n1 p {
	width: 972px;
	float: right;
}

.pro_n1 p a {
	display: inline-block;
	color: #333;
}

.pro_n1 p i {
	display: inline-block;
	width: 40px;
	text-align: center;
}

.pro_n1 p i:nth-last-of-type(1){
	display: none !important;
}

.pro_n1 p a:hover {
	color: #29b072;
	text-decoration: underline;
}

.prod1 {
	position: relative;
	height: 585px;
	font-size: 14px;
	line-height: 16px;
	color: #848383;
	text-align: center;
}

.prev1,
.next1 {
	right: -55px;
	top: 152px;
	z-index: 8;
	width: 35px;
	height: 35px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	background: url(../images/next1.png) no-repeat 0 0;
}

.prev1 {
	left: -55px;
	background: url(../images/prev1.png) no-repeat 0 0;
}

.prev1:hover,
.next1:hover {
	background-position: 0 bottom;
}

.prod1_c {
	overflow: hidden;
}

.prod1_c dl {
	position: relative;
	width: 280px;
	float: left;
	padding: 5px 12px 0;
}

.prod1_c dt,
.prod1_c dt img {
	width: 280px;
	height: 373px;
	display: block;
	overflow: hidden;
}

.prod1_c dt {
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.prod1_c dd {
	padding: 8px;
}

.prod1_c dd h4 {
	font-size: 16px;
	line-height: 40px;
	color: #3e3e3e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.prod1_c dd h4 a {
	color: #3e3e3e;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pr_box .procont {
	padding: 0px 2px;
	position: relative;
}
.procont a{
	display: inline-block;
}
.pr_box{
	margin-bottom: 60px;
}
.pr_box	 .procont a{
	width: 100%;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.pr_box .swiper-container {
	margin: 0 -2px;
	padding: 0px 2px;
}

.cptpimg {
	margin-top: 1px;
	
	overflow: hidden;
}

.cptpimg img {
	width: 100%;
	transition: all 0.4s;
}
.pr_box	 .procont a:hover img{
	transform: scale(1.2);
}
/* .pr_box p {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #3e3e3e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 8px;
} */

.cplbflex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cplbflex .cplb{
	width: 32%;
	margin-bottom: 1%;
}

.pcgd{text-align: center;}
.pcgd a{
	font-size: 16px;
	display: inline-block;
	line-height: 50px;
	width: 200px !important;
	color: #fff;
	background-color: #29b072;
}
.cpflstitle{
	display: none;
}

.titles{
	border-top: 3px solid rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: space-between;
	margin:7px 15px;
	padding: 8px 0px;
	align-items: flex-end;
}
.titles .titleones{
font-size: 18px;
/* font-weight: 100; */
color: #000;
}
.titles .titleones b{
	color: #259cd7;
	font-size: 15px;
}
.titles .titletwos,.titles .titlethres{
font-size: 13px;
color: #333;
line-height: 1;
margin-top: 5px;
display: block;
}

.titles>p{
	font-size: 14px;
	width: 100px;
	height: 34px;
	line-height:32px;
	color: #259cd7;
	border: 1px solid #259cd7;
	text-align: center;
	margin-bottom: 2px;
}
@media(max-width: 1200px) {
	.procont{width: 96%;}
    .cpflstitle{
		display: block;
	}
	.cpfls{display: none !important;}
	.cpflstitle h3{margin-top: 50px;margin-bottom: 20px;text-align: center;font-size: 30px;font-weight: bold;}
}
@media screen and (max-width: 992px){
	.cplbflex .cplb {
		width: 49%;
		padding: 1%;
		margin-bottom: 1%;
	}
	
}
@media screen and (max-width: 769px){
.titletwos,.titlethres,.titles>p{
display: none !important;
}
.titles{
	margin: 4px 10px;
    padding: 4px 0px;
}
.titles .titleones {
    font-size: 14px;
}
.titles .titleones b {
	font-size: 12px;
}
}


/*  */

.videobg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	display: none;
}

.videobg .videos {
	border: 15px solid #fff;
	box-shadow: 2px 2px 10px #000;
	width: 95%;
	height: 95%;
	margin: 0 auto 0;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.colse {
	position: absolute;
	right: 2%;
	top: 10px;
}

@media (max-width: 767px) {
	.videobg .videos {
		height: 95%;
	}
}


/* c2_index */

.yinz {
	height: auto;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.yinz h2 {
	width: 50%;
	float: right;
	overflow: hidden;
}

.yinz h2 img {
	display: block;
	width: 100%;
}

.yinz2 {
	width: 600px;
	position: absolute;
	top: 14.5%;
	left: 50%;
	margin-left: -600px;
}

.yinz2 dt {
	font: 3rem "Microsoft YaHei UI";
	color: #3e3e3e;
}

.yinz2 dt em {
	display: block;
	font-size: 3.3rem;
	font-weight: bold;
	position: relative;
	margin-top: -8px;
}

.yinz2 dt b {
	color: #29b072;
}

.yinz2 dd {
	width: 515px;
	margin: 20px 0 30px;
	font: 14px "Microsoft YaHei UI";
	line-height: 24px;
	color: #676767;
}

.yinz2 ul {
	width: 800px;
	height: 160px;
	background: #fff;
	box-shadow: 0.1rem 0.1rem 1rem 0.1rem #999;
}

.yinz2 li {
	font: 20px "Microsoft YaHei UI";
	color: #3e3e3e;
	float: left;
	padding: 40px 0 0;
	width: 200px;
	text-align: center;
}

.yinz2 li span {
	display: block;
	height: 53px;
	overflow: hidden;
	margin-bottom: 10px;
}

.yinz2 li span img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.yinz2 li:hover {
	color: #29b072;
}

.yinz2 li:hover span img {
	margin-top: -80px;
}

.yinz h5 {
	width: 200px;
	height: 48px;
	background: #29b072;
	font: 16px "Microsoft YaHei UI";
	line-height: 48px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
}

.yinz h5 a {
	display: inline-block;
	color: #fff;
	padding-right: 40px;
	background: url(../images/ico01.gif) no-repeat right 20px;
}

@media screen and (max-width: 1679px) {
	.yinz h5 {
		display: none;
	}
}


.gslbtp {
	width: 1400px;
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.gstpimg {
	border: 6px solid #29b072;
}

.gstpimg img {
	width: 100%;
}

.gslbtp .swiper-container {
	width: 1260px;
	margin: 0px auto;
}

.gslbtp .snext,
.gslbtp .sprev {
	width: 48px;
	height: 112px;
	line-height: 112px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #29b072;
	font-size: 20px;
	color: #fff;
}

.gslbtp .snext {
	left: 0px;
}

.gslbtp .sprev {
	right: 0px;
}
@media (max-width:1400px) {
	.gslbtp{
		width: 96%;
	}
	.gslbtp .swiper-container{
		width: 90% !important;
	}
}
@media (max-width:1200px) {}
@media (max-width:992px) {
	.yinz{
		min-width:auto !important;
		display: flex;
		flex-direction: column;
		position: inherit;
		justify-content: center;
		align-items: center;
	}

    .yinz2{
		width: 96%;
		position:initial;
		margin-left:0px;
		margin:auto;
		padding-top: 50px;
	}
	.yinz2 dt{font-size: 30px;}
	.yinz2 ul{width: 100%;display: flex;justify-content: space-between;margin-bottom: 50px;height: auto;padding: 20px 0px;}
	.yinz2 ul li{width: 25%;padding: 0px;}

	.yinz2 dd{
		width: 100%;
		margin: 15px 0 20px;
	}
	.yinz h2{
		display: none !important;
	}
    .gslbtp{
		display: none !important;
	}
}


@media (max-width:500px) {}

/* c3_index */


/* c4_index */


/* hengtu */

.hengtu {
	position: relative;
	background: url(../images/ys_ttbg.jpg) no-repeat;
	background-size: cover;
	padding: 5.125% 0;
	text-align: center;
}

.hengtu h3 {
	position: relative;
	font-size: 2.8rem;
	color: #fff;
}

.hengtu p {
	font-size: 1rem;
	color: #fff;
	margin-top: 5px;
}

.hengtu h3 img {
	vertical-align: top;
}

@media (max-width:992px) {
	.hengtu h3{
		font-size: 30px;
	}
}


/* c5_index */

.c5_index {
	position: relative;
	background: #f5f6fa;
	padding: 3.125% 0;
}

.ysaa {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ystt_aa {
	height: 100px;
	display: flex;
	align-items: flex-end;
}

.ystt_aa div img {
	max-width: 100%;
}

.ystt_aa h3 {
	color: #29b072;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.4;
	padding-left: 15px;
}

.ystxt_aa {
	width: 50%;
	position: relative;
}

.ystxt_aa p {
	position: relative;
	font-size: .8rem;
	color: #4c4c4c;
	line-height: 2;
	padding-left: 20px;
	background: url(../images/lvdian.png) no-repeat left 10px;
}

.ys_list {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.125%;
}

.ys_list li {
	width: 32.33%;
}

.ys_list li img {
	width: 100%;
}


/* ysbb */

.ysbb {
	position: relative;
	margin-top: 5.125%;
	display: flex;
	justify-content: space-between;
}

.ysbb_img {
	position: relative;
	width: 48%;
}

.ysbb_img img {
	max-width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.ysbb_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.ysbb_right {
	position: relative;
	width: 50%;
}

.ystt_bb {
	height: 100px;
	display: flex;
	align-items: flex-end;
}

.ystt_bb div img {
	max-width: 100%;
}

.ystt_bb h3 {
	color: #29b072;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.4;
	padding-left: 15px;
}

.ystxt_bb {
	position: relative;
	margin-top: 3.125%;
}

.ystxt_bb p {
	position: relative;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 2;
	padding-left: 20px;
	background: url(../images/lvdian.png) no-repeat left 10px;
	margin-top: 10px;
}


/* yscc */

.yscc {
	position: relative;
	margin-top: 2.125%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.yscc_left {
	position: relative;
	width: 42%;
}

.ystt_cc {
	height: 100px;
	display: flex;
	align-items: flex-end;
}

.ystt_cc div img {
	max-width: 100%;
}

.ystt_cc h3 {
	color: #29b072;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.4;
	padding-left: 15px;
}

.ystxt_cc {
	position: relative;
	margin-top: 3.125%;
}

.ystxt_cc p {
	position: relative;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 2;
	padding-left: 20px;
	background: url(../images/lvdian.png) no-repeat left 10px;
	margin-top: 10px;
}

.yscc_img {
	position: relative;
	width: 50%;
}

.yscc_img img {
	max-width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.yscc_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

@media (max-width:1024px) {
	.ystt_aa {
		height: 80px;
	}
	.ystt_bb {
		height: 80px;
	}
	.ystt_cc {
		height: 80px;
	}
	.ystt_aa div img,
	.ystt_bb div img,
	.ystt_cc div img {
		height: 80px;
	}
}

@media (max-width:768px) {
	.ysaa,
	.ysbb,
	.yscc {
		flex-wrap: wrap;
	}
	.yscc_img{margin-top: 20px;}
	.ysaa>div,
	.ysbb>div,
	.yscc>div {
		width: 100%;
	}
	.ystxt_aa ,.ysbb_img{
		margin-top: 20px;
	}
	.ystt_aa h3,
	.ystt_bb h3,
	.ystt_cc h3 {
		line-height: 1.4;
	}
	.ysbb{
		flex-direction: column-reverse;
	}
	.ystxt_cc{margin-top: 10px;}
	.ystxt_bb p,.ystxt_cc p{
		line-height: 1.4;
		margin-top: 6px;
		font-size: 14px;
	}
}



/* c6_index */

.ys_box {
	margin-bottom: 30px;
}

.w_1200 {
	width: 1200px;
	margin: auto;
}

.ysal {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ysal .anlb {
	width: 32%;
	margin-bottom: 2%;
}

.anlb img {
	width: 100%;
}

.anlb p {
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	background: #f3f3f3;
}

.ystitle {
	padding-top: 80px;
}

.ystitle h3,
.ystitle h3 span {
	text-align: center;
	font-size: 50px;
	color: #000;
	margin-bottom: 30px;
}

.ystitle h3 span {
	color: #29b072;
}

.ystitle p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.ryz_box img {
	width: 100%;
}
.ryz_box h3{
	text-align: center;
    font-size: 50px;
    margin-top: 70px;
    margin-bottom: 40px;
    color: #000;
}

.ryz_box p {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #3e3e3e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 8px;
}

.ryz_box .swiper-button-next,
.ryz_box .swiper-button-prev {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px solid #eee;
	text-align: center;
	line-height: 35px;
	background-size: 14px;
}

.ryz_box .swiper-button-prev {
	left: -50px;
	right: auto;
}

.ryz_box .swiper-button-next {
	right: -50px;
	left: auto;
}

@media (max-width:1200px) {
	.w_1200{
		width: 96%;
	}
	.ysal .anlb {
		width: 49%;
	}
	.ryz_box .swiper-button-next, .ryz_box .swiper-button-prev{
		display: none !important;
	}
}

@media (max-width:992px){
	.ystitle h3, .ystitle h3 span{
		font-size: 30px;    margin-bottom: 15px;
	}
	.ystitle{padding-top: 50px;}
	.ystitle p{font-size: 16px;line-height: 24px;} 
	.ryz_box h3 {
		font-size: 30px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
    .pr_box{margin-bottom: 0px;}
	.anlb p {
		text-align: center;
		font-size: 16px;
		line-height: 50px;
	}
}


/*新闻中心*/

.news_box {
	padding-bottom: 150px;
}

.news_box h3 {
	text-align: center;
	font-size: 50px;
	margin-top: 70px;
	margin-bottom: 40px;
	color: #000;
}

.newsfl_box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0px auto;
}

.newsfl_box>div {
	width: 50%;
	padding: 0px 20px;
}

.nleft_two {
	border: 1px solid #EBEEF5
}
.nleft_two>div{
	display: none;
}

.nleft_one {
	display: flex;
	padding: 10px 20px;
	background-color: #78bc27;
	color: #fff;
	font-size: 24px;
	position: relative;
}

.nleftabs {
	position: absolute;
	padding: 0 20px;
	right: 0;
	top: 0px;
	background-color: #0065b7;
	color: #fff !important;
	line-height: 60px;
	font-size: 16px;
}
.nleftabs:hover{
	color: #fff;
}

.nleft_one .nlefts+.nlefts {
	margin-left: 20px;
}

.newfl_left .nleft_one>div{cursor: pointer;}

.nleft_one>div.on {
	position: relative;
}

.nleft_one>div.on:before {
	content: " ";
	position: absolute;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #fff;
}

.nleft_two>div {
	padding: 10px 20px 20px;
}

.conta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.conta img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.conta h3 {
	font-size: 16px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.conta p {
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.contleft {
	margin-right: 20px;
}

.indexNewsList {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.indexNewsList p,
.indexNewsList span {
	font-size: 14px;
	color: #999;
	transition: all 0.4s;
}

.indexNewsList p:hover {
	transform: translateX(5px);
}


.nrt{
	padding:0px 20px;
	    border: 1px solid #EBEEF5;
}
.nrt a{
    padding: 10px;
    display: inline-block;
}

.nrtone{
	display: flex;
}
.nrtone p{
	margin-left: 10px;font-size: 14px;color: #666;
}
.nrttwo{
	display: flex;
	padding: 10px 0 10px 30px;
    color: #999;
    align-items: center;
    text-align: justify;
}
.nrttwo p{
	margin-right: 10px;
	font-size: 14px;
	color: #999;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;  
}

@media (max-width:1200px) {
   .newsfl_box{
	   width: 96%;
	   flex-wrap: wrap;
   }
}
@media (max-width:1000px) {
	.newsfl_box>div {
		width: 100%;
	}
	.nrt a {
		width: 100%;
	}
	.nrttwo {
		justify-content: space-between;
	}
    .newfl_right{
		margin-top: 40px;
	}

	.news_box>h3{
		font-size: 30px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.newfl_left .nleft_one>div {
	font-size: 20px;
	}
	.newfl_right .nleft_one{
		font-size: 20px;
	}
	.nleftabs{
		line-height:54px;
	}
}


/* c7_index */

.c7_index {
	position: relative;
	background: #333333;
}

.c7_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3.125% 2.125%;
	background: #fff;
	border-radius: 20px;
	transform: translateY(-45%);
	z-index: 99;
	position: relative;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.c7_flex .hot_phone {
	padding-left: 55px;
	background: url(../images/phone7.png) no-repeat left center;
	font-size: .85rem;
	color: #333333;
}

.c7_flex .hot_phone p:nth-child(2) {
	font-family: impact;
	color: #29b072;
	font-size: 2rem;
}

.c7right {
	position: relative;
	width: 70%;
}


/* foot */

.p9 {
	position: relative;
	background: #333333;
	color: #ffffff;
	padding-top: 2.323%;
}

.p9a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 4.167%;
}

.p9a h3.ft {
	font-size: 1.01rem;
	position: relative;
	margin-bottom: 4.1rem;
}

.p9a h3.ft span {
	font-size: 0.9rem;
	color: #8e8e8e;
	margin-left: 0.5rem;
	font-weight: 100;
}

.p9a h3.ft::after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #8e8e8e;
	left: 0;
	bottom: -2.35rem;
	position: absolute;
}

.p9a1 {
	width: 23.883%;
}

.p9a1>h4 {
	font-size: 0.9rem;
}

.p9a1>p {
	font-size: 0.8rem;
	line-height: 1.9rem;
}

.p9a1a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2.4rem;
}

.p9a1a li {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
}

.p9a1a li h3 {
	font-size: 0.7rem;
	font-weight: 400;
	margin-left: 0.4rem;
	color: #fff;
}

.p9a2 {
	width: 17.598%;
}

.p9a2 h3.ft {
	margin-bottom: 2.2rem;
}

.p9a2 h3.ft::after {
	display: none;
}

.p9a2a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p9a2a li {
	width: 46.03%;
}

.p9a2a li img {
	width: 100%;
}

.p9a2a h3 {
	font-size: 0.7rem;
	color: #8e8e8e;
	text-align: center;
	font-weight: 400;
	line-height: 1.9rem;
}

.p9a3 {
	width: 27.095%;
}

.p9a3a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.p9a3a li {
	display: inline-block;
	width: 26%;
	margin-right: 11%;
}

.p9a3a li a {
	font-size: 0.8rem;
	line-height: 2.1rem;
	color: #999999;
}

.p9a3a li a:hover {
	color: #29b072;
}

.p9a3a li:nth-child(3n) {
	margin-right: 0;
}

.p9b {
	border-top: 1px solid rgba(255, 255, 255, .32);
	background: #313131;
	padding: 0.95rem 0;
	font-size: 12px;
	line-height: 1.7;
	color: rgb(255, 255, 255, .3);
	text-align: center;
}

.p9b a {
	color: rgb(255, 255, 255, .3);
}

.p9b a:hover {
	color: rgb(255, 255, 255, .8);
}

@media(max-width: 1366px) {
	.p9a3a li {
		width: 31%;
		margin-right: 2%;
	}
}

@media(max-width: 1024px) {
	.p9a {
		padding-bottom: 3.167%;
	}
	.wh1432 {
		padding: 0 20px;
	}
	.p9a3 {
		display: none;
	}
	.p9a1 {
		width: 50%;
	}
	.p9a2 {
		width: 50%;
	}
	.p9a h3.ft {
		font-size: 1.68rem;
	}
	.p9a h3.ft span {
		font-size: 1.16rem;
	}
	.p9a2 h3.ft {
		display: none;
	}
	.p9a1>h4 {
		font-size: 1.42rem;
		line-height: 2.45rem;
	}
	.p9a1>p {
		font-size: 1.16rem;
		line-height: 2.45rem;
	}
	.p9a1a li h3 {
		font-size: 1.03rem;
		color: #fff;
	}
	.p9a2a {
		/* justify-content: flex-start; */
		padding: 0 10.55%;
	}
	.p9a2a li {
		width: 44.1%;
	}
	.p9a2a h3 {
		font-size: 1.03rem;
	}
	.x-seo {
		display: none;
	}
	.p9b form {
		display: none;
	}
	.x-region {
		display: none;
	}
	.f_link {
		display: none;
	}
	.p9b {
		padding: 1.87rem;
		font-size: 0.77rem;
	}
}

@media(max-width: 990px) {
	.c7_flex {
		transform: translateY(-15%);
	}
}

@media(max-width: 768px) {
	.c7_flex {
		flex-wrap: wrap;
		box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	}
	.c7right {
		width: 100%;
		margin-top: 20px;
	}
	.x-message-wrap input[type='text'],
	.x-message-wrap textarea {
		height: 40px;
	}
	.x-message-wrap .x-submit {
		height: 40px;
	}
	.x-message-wrap .checkCodeImg {
		height: 40px;
	}
	.p9a {
		flex-wrap: wrap;
	}
	.p9a1 {
		width: 100%;
		text-align: center;
	}
	.p9a h3.ft {
		font-size: 1.3rem;
		margin-bottom: 3rem;
	}
	.p9a h3.ft span {
		display: block;
		font-size: 0.9rem;
		line-height: 1.9rem;
		letter-spacing: 0.18rem;
		color: #8e8e8e;
	}
	.p9a h3.ft::after {
		left: 50%;
		transform: translateX(-50%);
		bottom: -1rem;
	}
	.p9a1>h4 {
		font-size: 1.1rem;
		line-height: 1.9rem;
	}
	.p9a1>p {
		font-size: 0.9rem;
		line-height: 1.9rem;
	}
	.p9a1a {
		width: 50%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.p9a1a li {
		margin-bottom: 10px;
	}
	.p9a1a li h3 {
		font-size: 0.8rem;
	}
	.p9a2 {
		margin: 1.5rem auto 0;
	}
	.p9a2a h3 {
		font-size: 0.8rem;
	}
	.p9b {
		font-size: 0.6rem;
		padding: 1rem 0;
		color: #fff;
		color: rgb(255, 255, 255, .3);
	}
	.p9b a {
		color: #fff;
		color: rgb(255, 255, 255, .3);
	}
}

@media(max-width: 478px) {
	.p9a2a {
		padding: 0;
	}
	.p9a1a {
		width: 100%;
		flex-wrap: wrap;
	}
	.p9a1a li {
		width: 100%;
		display: inline-block;
	}
	.p9a1a li h3 {
		font-size: 0.8rem;
		display: inline-block;
	}
}


/*------------内页-------------------*/

@keyframes banner {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}


/**/

#formsearch4 {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 324px;
	height: 35px;
	line-height: 35px;
	float: right;
	background: url(../images/ssbg2.png) no-repeat center center;
}

#formsearch4 input {
	height: 35px;
	background: #fff;
	line-height: 35px;
	border: none;
	outline: none;
}

#formsearch4 input#keyword {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	color: #686868;
	float: left;
	background: none;
	border: none;
	font-size: 13px;
	width: 277px;
}

#formsearch4 input#s_btn {
	width: 47px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border: none;
	cursor: pointer;
	float: left;
	background: none;
}



@media (max-width: 500px){
	.cpflstitle h3 {
		margin-top: 50px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 26px;
		color: #333;
	}
	/* .pr_box p{
		line-height: 24px;
		padding: 4px;
		font-size: 14px;
	} */
	.pcgd a{
		font-size: 14px;
		line-height: 40px;
		width: 160px !important;
	}
	.pcgd{
		margin-bottom: 30px;
	}
    .yinz2 dt {
		font-size: 26px;
	}
	.yinz2 dd{
		line-height: 21px;
	}
	.yinz2 ul li{
		font-size: 12px;
	}
	.hengtu h3 {
		font-size: 26px;
	}
	.ystxt_bb p, .ystxt_cc p{
		font-size: 13px;
	}
	.ystitle h3, .ystitle h3 span {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.ystitle p {
		font-size: 12px;
		line-height: 18px;
	}
	.anlb p {
		text-align: center;
		font-size: 14px;
		line-height: 40px;
	}
	.ryz_box h3 {
		font-size: 26px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.news_box>h3 {
		font-size: 26px;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.newsfl_box {
		width: 100%;
	}
    .newsfl_box>div{
		padding: 0px;
	}
	.nleft_two>div {
		padding: 10px 15px 15px;
	}
	.newfl_left .nleft_one>div {
		font-size: 16px;
	}
	.newfl_right .nleft_one {
		font-size: 16px;
	}
	.nleftabs {
		line-height: 47px;
	}
	.nrt {
		padding: 0px 10px;
	}
	.conta p {
		font-size: 13px;
	}
	.indexNewsList p, .indexNewsList span {
		font-size: 12px;
	}
	.nrttwo p{
		font-size: 12px;
	}
	.nrttwo{
		padding: 4px 0 4px 30px;
	 }
	 .news_box {
		padding-bottom: 100px;
	}
}
