/*列表页*/

.baner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-top: 87px;
}

.baner img {
	width: 100%;
}

.band_ne {
	width: 64%;
	text-align: left;
	margin: 0 auto;
	position: absolute;
	top: 166px;
	left: 0;
	right: 0;
}

.band_ne h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	font-family: arial;
}

.band_ne p {
	color: #fff;
	font-size: 20px;
	margin-top: 29px;
	line-height: 30px;
	font-family: arial;
}

.ban_lid {
	width: 100%;
	margin: 80px auto 0;
}

.list_bt {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: 1px solid #d2d2d2;
}

.ban_lid img {
	width: 100%;
}

.list_le {
	padding-top: 10px;
}

.list_le img {
	vertical-align: middle;
}

.list_le span {
	vertical-align: middle;
	font-size: 15px;
	color: #707070;
}

.list_le a {
	color: #707070;
}

.list_le a:hover {
	color: #019541;
}

.list_re {
	width: 100%;
	margin: 3px auto;
	text-align: right;
}

.list_re a {
	display: inline-block;
	font-size: 15px;
	padding: 0 15px;
	background: #ffffff;
	padding: 5px 10px;
}

.list_re .active {
	background: #019541;
	color: #FFFFFF;
}

.list_re a:hover {
	background: #019541;
	color: #FFFFFF;
}

.li_main {
	width: 100%;
	margin: 0 auto;
	background: #f5f5f5;
}

.li_psoo {
	margin: 25px auto;
	background: #FFFFFF;
}

.li_soh {
	width: 100%;
	margin: 0 auto;
	background: #fdf2f2;
	padding: 20px 0;
	position: relative;
}

.li_bj {
	position: absolute;
	top: 173px;
	left: 0;
}

.li_nre {
	width: 70%;
	padding: 30px 0;
	]position: relative;
	z-index: 99;
	margin: 0 auto;
}

.li_top h4 {
	font-size: 21px;
	color: #98959d;
	font-weight: 200;
	letter-spacing: 7px;
	padding: 20px 0;
}

.li_top h5 {
	font-size: 14px;
	color: #98959d;
	font-weight: 200;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.li_top p {
	font-size: 15px;
	color: #98959d;
	font-weight: 200;
	padding: 5px 0;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.li_down {
	width: 100%;
	margin: 190px auto 0;
}

.li_down img {
	vertical-align: middle;
}

.li_down span {
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
}

.li_down h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	padding: 5px 0;
}

.li_down h4 {
	font-size: 19px;
	color: #797979;
	padding: 10px 0;
}

.li_down p {
	font-size: 15px;
	color: #797979;
}

.li_we {
	width: 120px;
	height: 120px;
	margin-top: 15px;
	background: #FFFFff;
	border-radius: 5px;
}

.li_we img {
	width: 100%;
	padding: 10px;
}

.lo_main {
	width: 100%;
	padding: 15px;
	overflow: hidden;
}

.lo_gol {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #f4f4f4;
}

.lo_dke {
	width: 12%;
	float: left;
	padding: 5px;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
}

.lo_dke img {
	width: 100%;
	max-height: 91px;
	cursor: pointer;
	transition: all 0.6s;
}

.lo_dke h3 {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 2px;
}

.lo_dke p {
	font-size: 18px;
}

.lo_reo {
	width: 88%;
	float: left;
	padding: 25px 15px;
	margin: 0 auto;
}

.lo_reo h4 {
	font-size: 17px;
	color: #555555;
	margin-bottom: 5px;
	height: 24px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}
.lo_reo span {
	font-size: 13px;
	color: #555555;
    width: 15%;
    float: right;
    text-align: right;
    padding-right: 10px;
}
.lo_reo p {
	font-size: 14px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
}

.lo_gol:hover .lo_dke img{
	transform: scale(1.2);
}

.lo_gol:hover .lo_reo h4 {
	color: #019541;
}

.Page {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	position: inherit;
	width: auto;
}


/*分页*/

#pages {
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

#pages li {
	padding: 0 15px;
	margin: 2px 2px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #e6e6e6;
	color: #333;
	display: inline-block;
}

#pages li.active {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #019541;
	color: #fff;
	display: inline-block;
}

#pages li:hover {
	background: #019541;
}

#pages li:hover a {
	color: #fff;
}

.lo_kej {
	width: 100%;
	margin: 0 auto;
/*	padding: 20px;*/
}

.lo_kej_titel {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.lo_kej p {
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.lo_kej img {
	text-align: center;
	padding: 10px 0;
	max-width: 100%;
}

.line_as{
    width: 100%;
    margin: 8px auto 20px;
    background:#f0f0f0;
    height: 1px;
    position: relative;
}

.line_as .diamond {
	position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    background-color: #f0f0f0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* Internet Explorer */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	margin: 0px auto;
	/*让菱形浏览器上居中*/
}


/*产品列表*/

.pro_apo {
	width: 100%;
	margin: 0 auto 15px;
}

.pro_a {
	width: 90%;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #EFEFEF;
	background: #FFFFFF;
	overflow: hidden;
}

.pro_a img {
	width: 80%;
	cursor: pointer;
	transition: all 0.6s;
}

.pro_apo:hover .pro_a img {
	transform: scale(1.2);
}

.pro_b {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	background: #b9b9b9;
}

.pro_b p {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 15px;
}

.pro_apo:hover .pro_b p {
	background: #019541;
	color: #FFFFFF;
}

.ne_top {
	padding: 10px;
}

.niue {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.niue a i {
	width: 100%;
	overflow: hidden;
	display: block;
}

.niue img {
	width: 100%;
	height: 190px;
	cursor: pointer;
	transition: all 0.6s;
}

.poed {
	padding: 16px 0px;
	width: 100%;
	float: left;
}

.poed p {
	font-size: 16px;
	color: #333333;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-indent: 1em;
}

.poed span {
	color: #999999;
	display: inline-block;
	margin-top: 10px;
	padding: 0px 16px;
	font-size: 14px;
}

.niue:hover {
	border-color: #019541
}

.niue a:hover p {
	color: #019541;
}

.niue:hover img {
	transform: scale(1.2);
}

.xq {
	padding: 20px 0px
}

.xq dl {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dadadf;
	text-align: center;
	padding-bottom: 20px;
}

.xq dl dt {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.xq dl dd i {
	color: #666666;
	display: inline-block;
	padding: 0 5px;
}

.xq dl dd i span {
	font-size: 14px;
	vertical-align: middle;
}

.xq dl dd i img {
	vertical-align: middle;
}

.xq_con,
.xq_CT,
.xq_CB,
.xq_bo,
.xq_bo .bshare-custom {
	width: 100%;
	float: left
}

.xq_CB {
	margin-top: 26px
}

.xq_CT {
	padding: 25px 0px 40px 0px;
	border-bottom: 1px dashed #e7e7e7
}

.xq_con {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px
}

.xq_con p {
	font-size: 15px;
	color: #666666;
	line-height: 32px;
	margin-top: 15px;
}

.xq_CT div {
	margin: 60px 0px
}

.xq_BOL {
	float: left;
	width: 50%;
	margin: 3px 0 15px;
}

.xq_BOL a {
	display: block;
	padding-right: 120px;
	color: #333333;
	position: relative;
	margin-top: 16px
}

.xq_BOL a i {
	position: absolute;
	right: 0px;
	color: #999999;
	top: 0px
}

.xq_BOL a strong {
	color: #333333
}

.xp_dk {
	width: 20%;
	float: right;
}

.xp_dk a {
	max-width: 116px;
	line-height: 38px;
	background: #019541;
	text-align: center;
	color: #fff;
	float: right;
	margin-top: 22px;
	padding: 2px 15px;
}

.xp_dk a:hover {
	background: #00A2FF;
}

.xp_dk a:before {
	content: url(../img/xqico3.png);
	margin-right: 8px;
}

.le_sd{
	width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;;
    border-bottom: 1px solid #f2f2f2;
}
.le_sd span{
	height: 36px;
    line-height: 36px;
	padding: 8px 23px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 10px;
} 
.le_sd p{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 8px 23px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 10px;
}
/* .el_a{
	background: #76cdff;
} */
.le_sd a{
	overflow: hidden;
	display: inline-block;
	border-radius: 100px;
	background: #68e36a;
	margin: 0 10px;
} 
.el_b{
	background: #019541 !important;
	color: #f2f2f2;
}
/* .el_b{
	background: #019541;
} */
.le_sd a:hover{
	background: #019541;
	color: #f2f2f2;
} 
/*产品列表*/

.pro_dje {
	min-height: 400px;
	padding: 10px;
}

.pro_dje div:nth-child(4) {
	clear: both;
}

.pro_dje div:nth-child(7) {
	clear: both;
}

.single-member {
	width: 100%;
	float: left;
	background-color: #fff;
	text-align: center;
	position: relative;
}

.member-image img {
	max-width: 100%;
	object-fit: contain;
/*	height: 180px;*/
	vertical-align: middle;
}

.social-touch a {
	display: inline-block;
	width: 27px;
	height: 26px;
	vertical-align: middle;
	margin: 0 2px;
	background-image: url(../images/social-icons.png);
	background-repeat: no-repeat;
	opacity: 0.7;
	transition: 0.3s;
}

.social-touch a:hover {
	opacity: 1;
	transition: 0.3s;
}

.fb-touch {
	background-position: 0 0;
}

.tweet-touch {
	background-position: -35px 0;
}

.linkedin-touch {
	background-position: -71px 0;
}

.icon-colored .fb-touch {
	background-position: 0 -27px;
}

.icon-colored .tweet-touch {
	background-position: -35px -27px;
}

.icon-colored .linkedin-touch {
	background-position: -71px -27px;
}

.effect-2 {
	max-height: 278px;
	overflow: hidden;
	border: 1px solid rgba(170, 170, 170, .2);
}

.effect-2 h3 {
	transition: all .36s ease;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.effect-2 h5 {
	transition: all .36s ease;
	color: #777;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.effect-2 p {
	transition: all .36s ease;
	font-size: 15px !important;
	line-height: 26px;
	color: #999 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
font-weight: normal !important;margin: 0;}

.effect-2 .member-image {
	height: 180px;
	overflow: hidden;
	width: 100%;
	transition: 0.4s;
/*	margin-top: 10px;*/
	padding: 20px 40px 0px 40px;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.effect-2 .member-info {
	transition: 0.4s;
}

.effect-2 .member-image img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
	vertical-align: bottom;
/*	padding: 5px;*/
}


/*.effect-2:hover .member-image {
	height:70px;
	transition: 0.4s;
}
.effect-2:hover .member-image {
	height:130px;
	transition: 0.4s;
}*/

.mdje {
	padding: 5px 0;
}

.peir {
	padding: 0px 20px 26px;
}

.effect-2:hover h3 {
	color: #019541;
}


/*.effect-2:hover{
	border: 1px solid #FFFFFF;
	box-shadow: 0 14px 50px -8px rgba(0,0,0,.12);
}*/

.effect-2:hover .member-image img {
	transform: scale(1.2);
}

.nei_top {
	padding: 15px;
}

.xq_con p img {
	text-indent: 0;
	width: auto;
	max-width: 100%;
	height: auto;
}
.lo_kej_titel h3 {
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
	font-size: 30px;
	color: #019541;
}

.lo_kej_titel p {
    font-size: 14px;
    color: #737373;
    text-transform: uppercase;
    line-height: 0;
    padding: 0px 0px 20px 0px;
    font-weight: 200;
    height: auto;
    display: block;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.header .navbar_nav li a {
		padding: 0 11px;
		font-size: 13px;
	}
	.pskd {
		width: 80%;
	}
	.foot_sl span {
		font-size: 14px;
	}
	.band_ne {
		top: 132px;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.pskd {
		width: 80%;
	}
	.foot_sl span {
		font-size: 14px;
	}
	.band_ne {
		top: 132px;
	}
	.poed p {
		font-size: 14px;
	}
	.list_le span {
		font-size: 14px;
	}
	.list_re a {
		font-size: 13px;
	}
	.lo_reo h4 {
		font-size: 15px;
	}
	.lo_reo p {
		font-size: 13px;
	}
	.lo_dke {
		padding: 24px 15px 24px;
		margin-top: 12px;
	}
	.lo_dke h3 {
		font-size: 20px;
	}
	.lo_dke p {
		font-size: 16px;
	}
	.lo_kej p {
		font-size: 14px;
	}
	.lo_kej h3 {
		padding-bottom: 10px;
		font-size: 18px;
	}
	.xq dl dt {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.xq_con p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.foot_sl span {
		font-size: 14px;
	}
	.band_ne {
		top: 95px;
	}
	.band_ne h3 {
		font-size: 28px;
	}
	.band_ne p {
		font-size: 16px;
		margin-top: 14px;
	}
	.poed p {
		font-size: 14px;
	}
	.list_le span {
		font-size: 14px;
	}
	.list_re a {
		font-size: 13px;
	}
	.lo_reo h4 {
		font-size: 15px;
	}
	.lo_reo p {
		font-size: 13px;
	}
	.lo_dke {
		padding: 24px 15px 24px;
		margin-top: 12px;
	}
	.lo_dke h3 {
		font-size: 20px;
	}
	.lo_dke p {
		font-size: 16px;
	}
	.lo_kej p {
		font-size: 14px;
	}
	.lo_kej h3 {
		padding-bottom: 10px;
		font-size: 18px;
	}
	.xq dl dt {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.xq_con p {
		font-size: 14px;
	}
	.xq_BOL {
		width: 60%;
	}
}

@media screen and (max-width: 999px) {
	.band_ne {
		top: 95px;
	}
	.band_ne h3 {
		font-size: 28px;
	}
	.band_ne p {
		font-size: 16px;
		margin-top: 14px;
	}
	.pro_bt {
		width: 100%;
		margin: 24px auto 50px;
	}
	.coope_a {
		margin: 4px 2px;
		width: 31%;
	}
	.coope_a img {
		width: 100%;
		height: auto;
	}
	.coope_dwe {
		margin: 0 auto 20px;
	}
	.ness_a {
		padding: 25px 15px;
	}
	.pide p {
		padding: 48px 7px 0;
	}
	.ness_a {
		min-height: 180px;
	}
	.ness_b img {
		height: 180px;
	}
	.foot_sl {
		text-align: center;
		margin: 5px auto;
	}
	.foot_sjeu {
		padding: 0;
	}
	.foot_b_l span {
		font-size: 13px;
		display: inline-block;
		padding: 0px 22px 10px;
	}
	.foot_b_l a {
		font-size: 13px;
	}
	.band_ne {
		top: 31px;
	}
	.band_ne p {
		font-size: 12px;
		margin-top: 1px;
	}
	.band_ne h3 {
		font-size: 14px;
	}
	.list_bt {
		padding: 3px 10px;
	}
	.list_le span {
		font-size: 13px;
	}
	.list_re {
		text-align: left;
		margin: 12px auto;
	}
	.list_re a {
		font-size: 12px;
		padding: 3px 2px;
	}
	.li_psoo {
		margin: 5px auto;
	}
	.li_main {
		padding: 0 5px;
	}
	.lo_kej h3 {
		padding-bottom: 0px;
		font-size: 15px;
	}
	.lo_main {
		padding: 5px;
	}
	.lo_kej {
		padding: 8px;
	}
	.lo_kej p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 7px;
	}
	.poed p {
		font-size: 13px;
	}
	.poed span {
		font-size: 12px;
		margin-top: 5px;
	}
	.poed {
		padding: 8px 0px;
	}
	.lo_dke h3 {
		font-size: 15px;
	}
	.lo_dke p {
		font-size: 13px;
	}
	.lo_reo h4 {
		width:70%;
		font-size: 14px;
		margin-bottom: 0px;
	}
	.lo_reo span {
		width:30%;
		padding-right: 0px;
	}
	.lo_reo p {
		font-size: 12px;
	}
	.lo_dke {
		width: 20%;
		padding: 0px;
		margin-top: 10px;
	}
	.lo_dke img{
		max-height:64px;
	}
	.lo_reo {
		width: 78%;
		padding: 15px;
		margin: 0 auto;
	}
	.nei_top {
		padding: 5px;
	}
	.pro_dje {
		padding: 0;
	}
	.pro_dje div:nth-child(4) {
		clear: none;
	}
	.pro_dje div:nth-child(7) {
		clear: none;
	}
	.effect-2 .member-image img {
		object-fit: contain;
		/*height: 133px;*/
	}
	.effect-2 .member-image {
		height: 113px;
		padding: 5px;
	}
	.effect-2 {
		max-height: 195px;
	}
	.mdje {
		padding: 5px 0px;
	}
	.peir {
		padding: 5px 20px;
	}
	.effect-2 h3 {
		font-size: 14px;
		line-height: 25px;
	}
	.effect-2 h5 {
		font-size: 12px;
		line-height: 12px;
	}
	.effect-2 p {
		font-size: 12px;
		line-height: 19px;
	}
	/*.effect-2:hover .member-image {
		height: 95px;
		transition: 0.4s;
	}*/
	.xq_con p img {
		max-width: 100%;
		height: auto;
	}
	.lo_kej img {
		max-width: 100%;
		height: auto;
	}
	.pskd {
		width: 50%;
	}
	.foot_sl span {
		font-size: 14px;
	}
	.band_ne {
		top: 95px;
	}
	.band_ne h3 {
		font-size: 28px;
	}
	.band_ne p {
		font-size: 16px;
		margin-top: 14px;
	}
	.pro_bt {
		width: 100%;
		margin: 24px auto 50px;
	}
	.coope_a {
		margin: 4px 2px;
		width: 31%;
	}
	.coope_a img {
		width: 100%;
		height:100px;
	}
	.coope_dwe {
		margin: 0 auto 20px;
	}
	.ness_a {
		padding: 25px 15px;
	}
	.pide p {
		padding: 48px 7px 0;
	}
	.ness_a {
		min-height: 180px;
	}
	.ness_b img {
		height: 180px;
	}
	.foot_sl {
		text-align: center;
		margin: 5px auto;
	}
	.foot_sjeu {
		padding: 0;
	}
	.foot_b_l span {
		font-size: 13px;
		display: inline-block;
		padding: 0px 22px 10px;
	}
	.foot_b_l a {
		font-size: 13px;
	}
	.band_ne {
		top: 31px;
	}
	.band_ne p {
		font-size: 12px;
		margin-top: 1px;
	}
	.band_ne h3 {
		font-size: 14px;
	}
	.list_bt {
		padding: 3px 10px;
	}
	.list_le span {
		font-size: 13px;
	}
	.list_re {
		text-align: left;
		margin: 12px auto;
	}
	.list_re a {
		font-size: 12px;
		padding: 3px 2px;
	}
	.li_psoo {
		margin: 5px auto;
	}
	.li_main {
		padding: 0 5px;
	}
	.lo_kej h3 {
		padding-bottom: 0px;
		font-size: 24px;
	}
	.lo_kej_titel{
		padding: 8px;
	}
	.lo_kej_titel h3 {
    padding-bottom: 0px;
    font-size: 24px;
	}
	.lo_kej_titel p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 7px;
	}

	.lo_main {
		padding: 5px;
	}
	.lo_kej {
		padding: 8px;
	}
	.lo_kej p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 7px;
	}
	.xq dl dt {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.xq dl dd i span {
		font-size: 12px;
	}
	.xq_con p {
		font-size: 13px;
		line-height: 22px;
		margin-top: 10px;
	}
	.xp_dk {
		width: 29%;
	}
	.xq_BOL {
		width: 100%;
	}
	.xq_BOL a {
		padding-right: 0px;
	}
	.baner{
		margin-top: 54px;
	}
}