/*初始化样式*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #009c47;
}

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
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*flex布局*/
.flex_wrap {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/*scrollbar*/
::-webkit-scrollbar {
	width: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

::-webkit-scrollbar-track {
	background: #9f9f9f;
	-webkit-border-radius: 0
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
	background: #177944;
	border: none;
	-webkit-border-radius: 0
}

::-webkit-scrollbar-thumb:vertical:active {
	background: #177944;
	border: none;
	-webkit-border-radius: 0
}

/**/
.max1400 {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px) {
	.max1400 {
		padding: 0 30px;
	}

	.page_con_zhuti {
		padding: 0 30px;
	}
}

@media(max-width:991px) {
	.max1400 {
		padding: 0 20px;
	}

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

@media(max-width:768px) {
	.max1400 {
		padding: 0 15px;
	}

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
#pc_header {
	height: 120px;
	line-height: 120px;
	background: #fff;
	width: 100%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.pc_logo {
	width: 62%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo_fl {
	width: 25%;
	max-width: 200px;
}

.pc_logo img {
	/*max-width: 100%;*/
	width: 100%;
}

.pc_logo_fr {
	width: 75%;
	padding-left: 20px;
}

.pc_logo_fr_fl {
	font-size: 36px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	padding: 0 15px;
}

.pc_logo_fr_fr h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
	text-align: center;
}

.pc_logo_fr_fr h4 {
	font-size: 17px;
	line-height: 1.2;
	color: #444;
	margin-top: 2px;
	text-align: center;
}

.pc_header_fr {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_fr_fl {
	width: 90px;
	height: 90px;
	line-height: 0;
	margin-right: 15px;
}

.pc_header_fr_fl .img {
	overflow: hidden;
	position: relative;
}

.pc_header_fr_fl img {
	width: 100%;
}

.pc_header_fr_fl .img::after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	content: "";
	-webkit-animation: light 5s infinite;
	-moz-animation: light 5s infinite;
	-ms-animation: light 5s infinite;
	-o-animation: light 5s infinite;
	animation: light 5s infinite;
	background: url(../images/img/top_heng_tiao.png) no-repeat 0 0;
}

@-webkit-keyframes light {
	0% {
		top: 0;
	}

	50% {
		top: 100%;
	}

	100% {
		top: -40px;
	}
}

@-moz-keyframes light {
	0% {
		top: 0;
	}

	50% {
		top: 100%;
	}

	100% {
		top: -40px;
	}
}

@-o-keyframes light {
	0% {
		top: 0;
	}

	50% {
		top: 100%;
	}

	100% {
		top: -40px;
	}
}

@keyframes light {
	0% {
		top: 0;
	}

	50% {
		top: 100%;
	}

	100% {
		top: -40px;
	}
}

.pc_header_fr_fr {
	padding-left: 50px;
	position: relative;
}
.pc_header_fr_fr::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #009c47 url(../images/img/top_header_phone.png) no-repeat center;
	background-size: 18px;
}

.pc_header_fr_fr_ft{
	font-size: 17px;
	line-height: 1.2;
	color: #333;
}

.pc_header_fr_fr_fb{
	font-size: 22px;
	line-height: 32px;
	color: #333;
	font-weight: bold;
}
.pc_header1 {
	background: #009c47;
}


.pc_nav {
	width: 100%;
}

.pc_nav>ul {
	width: 100%;
}

.pc_nav>ul {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>li {
	width: 14.285714285714%;
	float: left;
	position: relative;
	text-align: center;
}

.pc_nav>ul>li>a {
	font-size: 17px;
	line-height: 60px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.pc_nav>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, .5);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.pc_nav>ul>li:first-child>a::before {
	display: none;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 100%;
	min-width: 160px;
	left: 50%;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, 20px);
	-moz-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	-o-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.pc_nav>ul>li:hover .pc_nav_erji_w {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pc_nav>ul>li.active>a,.pc_nav>ul>li:hover>a{
	background: #177944;
}

.pc_nav>ul>li.active>a::before,.pc_nav>ul>li:hover>a::before{
	opacity: 0;
}

.pc_nav>ul>li.active+li>a::before,.pc_nav>ul>li:hover+li>a::before{
	opacity: 0;
}

.pc_nav_erji_li a {
	font-size: 16px;
	line-height: 2.3;
	padding: 5px;
	color: #333;
	background: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.pc_nav_erji_li a:hover {
	background: #009c47;
	color: #fff;
}

.pc_sousuo {
	position: relative;
	width: 30px;
}

.pc_sousuo1 {
	width: 30px;
	height: 30px;
	background: url(../images/pc_sousuo_h.png) no-repeat center;
	margin-top: 35px;
}

.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100px;
	width: 250px;
	z-index: 999;
	background: #009c47;
	display: none;
}

.pc_sousuo2 input {
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.28);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_tijiao {
	background: url(../images/pc_sousuo_b.png) no-repeat center;
	background-size: 20px;
}

.pc_sousuo2 .pc_sousuo_con_shuru {
	padding-left: 13px;
	line-height: 45px;
	width: calc(100% - 36px);
	background: none;
	border: 0;
	outline: none;
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_shuru::-webkit-autofill {
	-webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder {
	color: rgba(255, 255, 255, 1);
}

@media(max-width:1366px) {
	.pc_logo_fr_fl {
		font-size: 23px;
	}

	.pc_logo_fr_fr h3 {
		font-size: 22px;
	}

	.pc_logo_fr_fr h4 {
		font-size: 16px;
	}

	.pc_header_fr_fr_ft {
		font-size: 16px;
	}

	.pc_header_fr_fr_fb {
		font-size: 20px;
	}
}

@media(max-width:1280px){
	#pc_header{
		height: 110px;
		line-height: 110px;
	}

	.pc_logo_fr{
		padding-left: 15px;
	}

	.pc_logo_fr_fr h3 {
		font-size: 20px;
	}

	.pc_logo_fr_fr h4 {
		font-size: 16px;
	}

	.pc_header_fr_fl{
		width: 90px;
		height: 90px;
	}

	.pc_header_fr_fr::before{
		width: 38px;
		height: 38px;
	}

	.pc_header_fr_fr_fb {
		font-size: 18px;
	}

	.pc_nav>ul>li>a{
		font-size: 16px;
	}

	.pc_nav_erji_li a{
		font-size: 15px;
	}
}

/*首页banner*/
.index_banner {
	position: relative;
	overflow: hidden;
}

.index_banner img {
	width: 100%;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	-o-transition: all 5s ease;
	transition: all 5s ease;
}

.index_banner_yuandian {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5% !important;
	z-index: 99;
}

.index_banner_yuandian span {
	width: 10px;
	height: 10px;
	background: none;
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: 1;
	background: #fff;
	margin: 0 5px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 30px;
	background: #fff;
}

@media(max-width:768px) {
	.index_banner_yuandian {
		bottom: 13px !important;
	}

	.index_banner_yuandian span {
		width: 8px;
		height: 8px;
		margin: 0 3px !important;
	}

	.index_banner_yuandian span.swiper-pagination-bullet-active {
		width: 25px;
	}
}

/*解决方案*/
.index_shiyuan_jjfangan {
	padding: 4% 0 0;
}

.index_shiyuan_jjfangan_ft {
	text-align: center;
}

.index_shiyuan_jjfangan_ft h3 {
	font-size: 2.2rem;
	line-height: 1.4;
	color: #009c47;
}

.index_shiyuan_jjfangan_ft h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #333;
}

.index_shiyuan_jjfangan_fb {
	margin-top: 3%;
}

.index_shiyuan_jjfangan_fb ul {
	overflow: hidden;
	width: 100%;
}

.index_shiyuan_jjfangan_fb li {
	float: left;
	width: 25%;
	position: relative;
}

.index_shiyuan_jjfangan_fb li .img {
	overflow: hidden;
	position: relative;
}

.index_shiyuan_jjfangan_fb li .img img {
	width: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_jjfangan_fb li .img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 5;
}

.index_shiyuan_jjfangan_fb li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.index_shiyuan_jjfangan_fb li .wz {
	position: absolute;
	left: 8%;
	z-index: 6;
	width: 84%;
	bottom: 8%;
	overflow: hidden;
}

.index_shiyuan_jjfangan_fb li .wz .wz_ft {
	border-radius: 40px;
	color: #009c47;
	background: #fff;
	font-size: 14px;
	line-height: 36px;
	float: left;
	overflow: hidden;
	position: relative;
}

.index_shiyuan_jjfangan_fb li .wz .wz_ft .wz_ft_fl {
	width: 36px;
	height: 36px;
	padding-left: 18px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_jjfangan_fb li .wz .wz_ft .wz_ft_fr {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 5;
	font-size: 18px;
	line-height: 36px;
	width: 36px;
	height: 36px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_jjfangan_fb li:hover .wz .wz_ft .wz_ft_fl {
	width: 115px;
	padding-right: 26px;
}

.index_shiyuan_jjfangan_fb li:hover .wz .wz_ft .wz_ft_fr {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.index_shiyuan_jjfangan_fb li .wz h3 {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
	margin-top: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_shiyuan_jjfangan_fb li .wz h4 {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

@media(max-width:1280px) {
	.index_shiyuan_jjfangan_fb li .wz h3 {
		font-size: 22px;
	}
}

@media(max-width:1200px) {
	.index_shiyuan_jjfangan_fb li .wz h3 {
		font-size: 20px;
	}

	.index_shiyuan_jjfangan_fb li .wz h4 {
		font-size: 15px;
	}
}

@media(max-width:991px) {
	.index_shiyuan_jjfangan_ft h3{
		font-size: 28px;
	}

	.index_shiyuan_jjfangan_ft h4{
		font-size: 24px;
	}

	.index_shiyuan_jjfangan_fb li {
		width: 50%;
	}
}

@media(max-width:768px) {
	.index_shiyuan_jjfangan {
		padding: 30px 0 0;
	}

	.index_shiyuan_jjfangan_ft h3{
		font-size: 26px;
	}

	.index_shiyuan_jjfangan_fb {
		margin-top: 20px;
	}
}

@media(max-width:468px) {
	.index_shiyuan_jjfangan {
		padding: 25px 15px 0;
	}

	.index_shiyuan_jjfangan_fb li {
		width: 100%;
	}

	.index_shiyuan_jjfangan_fb li:nth-child(n+2){
		margin-top: 15px;
	}

	.index_shiyuan_jjfangan_ft h3{
		font-size: 24px;
	}

	.index_shiyuan_jjfangan_ft h4{
		font-size: 22px;
	}

	.index_shiyuan_jjfangan_fb {
		margin-top: 15px;
	}

	.index_shiyuan_jjfangan_fb li .wz{
		left: 0;
		width: 100%;
		padding: 0 15px;
		bottom: 15px;
	}

	.index_shiyuan_jjfangan_fb li .wz h3{
		font-size: 18px;
	}
}

/*产品中心*/
.index_shiyuan_cpzx {
	padding: 4% 0;
	background: #f8f8f8;
}

.index_shiyuan_cpzx_fb {
	margin-top: 3.5%;
}

.index_shiyuan_cpzx_fb ul {
	overflow: hidden;
}

.index_shiyuan_cpzx_fb li {
	width: 32%;
	margin-right: 2%;
	float: left;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #eee;
}

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

.index_shiyuan_cpzx_fb li:nth-child(n+4) {
	margin-top: 2%;
}

.index_shiyuan_cpzx_fb li .img {
	overflow: hidden;
}

.index_shiyuan_cpzx_fb li .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

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

.index_shiyuan_cpzx_fb li .wz {
	font-size: 17px;
	line-height: 2;
	color: #666;
	text-align: center;
	border-top: 1px solid #ececec;
	padding: 6px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_cpzx_fb li:hover .wz {
	background: #009c47;
	border-top: 1px solid #009c47;
	color: #fff;
}

.index_shiyuan_cpzx_fb1 {
	margin-top: 3.5%;
	font-size: 0;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_shiyuan_cpzx_fb1 a {
	margin: 0 auto;
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #666;
	border-radius: 8px;
	border: 1px solid #009c47;
	padding: 5px 25px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_cpzx_fb1 a:hover {
	color: #fff;
	background: #009c47;
}

@media(max-width:768px) {
	.index_shiyuan_cpzx {
		padding: 30px 0;
	}

	.index_shiyuan_cpzx_fb {
		margin-top: 20px;
	}

	.index_shiyuan_cpzx_fb li {
		width: 49%;
	}

	.index_shiyuan_cpzx_fb li:nth-child(3n) {
		margin-right: 2%;
	}

	.index_shiyuan_cpzx_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.index_shiyuan_cpzx_fb li:nth-child(n+3) {
		margin-top: 2%;
	}

	.index_shiyuan_cpzx_fb li .wz{
		font-size: 16px;
	}

	.index_shiyuan_cpzx_fb1 {
		margin-top: 22px;
	}
}

@media(max-width:468px) {
	.index_shiyuan_cpzx {
		padding: 25px 0;
	}

	.index_shiyuan_cpzx_fb {
		margin-top: 15px;
	}

	.index_shiyuan_cpzx_fb li {
		width: 100%;
		margin-right: 0 !important;
	}

	.index_shiyuan_cpzx_fb li:nth-child(n+2) {
		margin-top: 15px;
	}

	.index_shiyuan_cpzx_fb li .wz {
		font-size: 16px;
	}

	.index_shiyuan_cpzx_fb1{
		margin-top: 18px;
	}

	.index_shiyuan_cpzx_fb1 a {
		font-size: 15px;
		padding: 4px 20px;
	}
}

/*横图*/
.index_shiyuan_hengtu {
	padding: 3.5% 0;
	background: url(../images/img/index_shiyuan_hengtu_bj.jpg) no-repeat center;
	background-size: cover;
}

.index_shiyuan_hengtu_con {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_shiyuan_hengtu_fl {
	width: 43%;
}

.index_shiyuan_hengtu_fl .index_shiyuan_hengtu_fl_ft {
	text-align: left;
}

.index_shiyuan_hengtu_fl .index_shiyuan_hengtu_fl_ft h3 {
	color: #fff;
}

.index_shiyuan_hengtu_fl .index_shiyuan_hengtu_fl_ft h4 {
	color: #fff;
}

.index_shiyuan_hengtu_fl .index_shiyuan_hengtu_fl_ft h5 {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #fff;
	margin: 0;
	margin-top: 4%;
}

.index_shiyuan_hengtu_fr {
	overflow: hidden;
	width: 55%;
}

.index_shiyuan_hengtu_fr li {
	width: 22.75%;
	margin-right: 3%;
	float: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 50%;
	padding-top: 23.5%;
	height: 0;
	position: relative;
	cursor: pointer;
}

.index_shiyuan_hengtu_fr li:nth-child(4n) {
	margin-right: 0;
}

.index_shiyuan_hengtu_fr li:nth-child(n+5) {
	margin-top: 3%;
}

.index_shiyuan_hengtu_fr li .img_ww {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_shiyuan_hengtu_fr li .img_ww .img {
	width: 3rem;
	margin: 0 auto;
	line-height: 3rem;
}

.index_shiyuan_hengtu_fr li .img_ww .img img {
	max-width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_hengtu_fr li .img_ww .wz {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	margin-top: 15px;
}

.index_shiyuan_hengtu_fr li:hover .img_ww .img img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

@media(max-width:1280px) {
	.index_shiyuan_hengtu_fl {
		width: 40%;
	}

	.index_shiyuan_hengtu_fr {
		width: 58%;
	}
}

@media(max-width:991px) {
	.index_shiyuan_hengtu {
		padding: 30px 0;
	}

	.index_shiyuan_hengtu_fl .index_shiyuan_hengtu_fl_ft h5{
		font-size: 18px;
		margin-top: 5px;
	}

	.index_shiyuan_hengtu_fl {
		width: 100%;
	}

	.index_shiyuan_hengtu_fr {
		width: 100%;
		margin-top: 20px;
	}

	.index_shiyuan_hengtu_fr li .img_ww .img {
		width: 4rem;
		line-height: 4rem;
	}
}

@media(max-width:768px) {
	.index_shiyuan_hengtu {
		padding: 25px 0;
	}

	.index_shiyuan_hengtu_fr li {
		width: 49%;
		margin-right: 2%;
		padding-top: 49%;
	}

	.index_shiyuan_hengtu_fr li:nth-child(2n) {
		margin-right: 0;
	}
	
	.index_shiyuan_hengtu_fr li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.index_shiyuan_hengtu_fr li .img_ww .wz {
		margin-top: 10px;
		font-size: 17px;
	}

	.index_shiyuan_hengtu_fl .index_shiyuan_hengtu_fl_ft h5{
		font-size: 17px;
	}
}

/*公司简介*/
.index_shiyuan_gsjj {
	padding: 4% 0;
	overflow: hidden;
}

.index_shiyuan_gsjj_con_nnn {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

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

.index_shiyuan_gsjj_fl::before {
	content: '';
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: 0;
	width: 70%;
	height: 70%;
	background: #009c47;
}

.index_shiyuan_gsjj_fl .img {
	margin-left: 3%;
	margin-bottom: 3%;
	position: relative;
	z-index: 5;
}

.index_shiyuan_gsjj_fl img {
	width: 100%;
}

.index_shiyuan_gsjj_fr {
	width: 47%;
}

.index_shiyuan_gsjj_fr_ft h3 {
	font-size: 2rem;
	line-height: 1.2;
	color: #009c47;
}

.index_shiyuan_gsjj_fr_ft h4 {
	font-size: 1.7rem;
	line-height: 1.2;
	color: #333;
}

.index_shiyuan_gsjj_fr_fc {
	font-size: 16px;
	line-height: 1.9;
	color: #666;
	margin: 3% 0 4%;
	max-height: 19em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

.index_shiyuan_gsjj_fr_fb_www{
	overflow: hidden;
}

.index_shiyuan_gsjj_fr_fb {
	margin: 0 auto;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 2;
	color: #666;
	border-radius: 8px;
	border: 1px solid #009c47;
	padding: 5px 25px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_gsjj_fr_fb:hover {
	color: #fff;
	background: #009c47;
}

@media(max-width:991px) {
	.index_shiyuan_gsjj_fl {
		width: 100%;
	}

	.index_shiyuan_gsjj_fr {
		width: 100%;
		margin-top: 3%;
	}

	.index_shiyuan_gsjj_fr_ft h3 {
		font-size: 28px;
	}

	.index_shiyuan_gsjj_fr_ft h4 {
		font-size: 24px;
	}

	.index_shiyuan_gsjj_fr_fc {
		margin: 2% 0 3%;
	}
}

@media(max-width:768px) {
	.index_shiyuan_gsjj {
		padding: 30px 0;
	}

	.index_shiyuan_gsjj_fr{
		margin-top: 15px;
	}

	.index_shiyuan_gsjj_fr_fc{
		margin: 10px 0 15px;
	}

	.index_shiyuan_gsjj_fr_ft h3 {
		font-size: 26px;
	}
}

@media(max-width:468px) {
	.index_shiyuan_gsjj {
		padding: 25px 0;
	}

	.index_shiyuan_gsjj_fr_ft h3 {
		font-size: 24px;
	}

	.index_shiyuan_gsjj_fr_ft h4 {
		font-size: 22px;
	}

	.index_shiyuan_gsjj_fr_fc {
		font-size: 15px;
	}

	.index_shiyuan_gsjj_fr_fb{
		font-size: 15px;
		padding: 4px 20px;
	}
}

/*合作客户*/
.index_shiyuan_hzkh_ft {
	font-size: 2rem;
	line-height: 1.2;
	color: #009c47;
}

.index_shiyuan_hzkh_fb {
	margin-top: 3.5%;
	overflow: hidden;
}

.index_shiyuan_hzkh_fb .tempWrap {
	width: 100% !important;
}

.index_shiyuan_hzkh_fb li {
	width: 16.6666666666666%;
	float: left;
	padding: 0 5px;
	cursor: pointer;
	text-align: center;
}

.index_shiyuan_hzkh_fb li .img {
	overflow: hidden;
	border: 1px solid #eee;
}

.index_shiyuan_hzkh_fb li .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_hzkh_fb li .wz{
	font-size: 17px;
	line-height: 1.5;
	color: #666;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_hzkh_fb li:hover .img{
	border-color: #009c47;
}

.index_shiyuan_hzkh_fb li:hover .img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.index_shiyuan_hzkh_fb li:hover .wz{
	color: #009c47;
}

@media(max-width:1366px){
	.index_shiyuan_hzkh_fb li {
		width: 20%;
	}
}

@media(max-width:1280px){
	.index_shiyuan_hzkh_fb li {
		width: 25%;
	}
}

@media(max-width:991px) {
	.index_shiyuan_hzkh_ft{
		font-size: 26px;
	}

	.index_shiyuan_hzkh_fb li {
		width: 25%;
	}
}

@media(max-width:768px) {
	.index_shiyuan_hzkh_ft{
		font-size: 24px;
	}

	.index_shiyuan_hzkh_fb {
		margin-top: 20px;
	}

	.index_shiyuan_hzkh_fb li {
		width: 33.3333333333333%;
	}
}

@media(max-width:468px) {
	.index_shiyuan_hzkh_ft{
		font-size: 22px;
	}

	.index_shiyuan_hzkh_fb {
		margin-top: 15px;
	}

	.index_shiyuan_hzkh_fb li {
		padding:0 2px;
		width: 50%;
	}

	.index_shiyuan_hzkh_fb li .wz{
		font-size: 16px;
	}
}

/*新闻中心*/
.index_shiyuan_xwzx {
	padding: 4% 0;
	background: #f6f6f6;
	margin-top: 4%;
	margin-top: 0!important;
}

.index_shiyuan_xwzx_fb {
	margin-top: 3.5%;
}

.index_shiyuan_xwzx_fb ul {
	overflow: hidden;
}

.index_shiyuan_xwzx_fb li {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
	background: #fff;
}

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

.index_shiyuan_xwzx_fb li .img {
	overflow: hidden;
}

.index_shiyuan_xwzx_fb li .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

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

.index_shiyuan_xwzx_fb li .wz {
	padding: 6%;
	overflow: hidden;
}

.index_shiyuan_xwzx_fb li .wz h3 {
	font-size: 20px;
	line-height: 2;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_shiyuan_xwzx_fb li:hover .wz h3 {
	color: #009c47;
}

.index_shiyuan_xwzx_fb li .wz h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	max-height: 4em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 1% 0 4%;
}

.index_shiyuan_xwzx_fb li .wz h5 {
	margin: 0;
}

.index_shiyuan_xwzx_fb li:hover .wz h5 {
	color: #fff;
	background: #009c47;
	border-color: #009c47;
}

.index_shiyuan_xwzx_fb li .rq {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 2;
	padding: 3px 25px 3px 10px;
	color: #fff;
	background: #009c47;
	border-radius: 0 0 30px 0;
}

@media(max-width:1366px) {
	.index_shiyuan_xwzx_fb li .wz h3 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.index_shiyuan_xwzx {
		padding: 30px 0;
		margin-top: 25px;
	}

	.index_shiyuan_xwzx_fb {
		margin-top: 20px;
	}

	.index_shiyuan_xwzx_fb li {
		width: 49%;
	}

	.index_shiyuan_xwzx_fb li:nth-child(3n) {
		margin-right: 2%;
	}

	.index_shiyuan_xwzx_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.index_shiyuan_xwzx_fb li:nth-child(n+3) {
		display: none;
	}

	.index_shiyuan_xwzx_fb li .wz h4 {
		margin: 5px 0 15px;
	}
}

@media(max-width:468px) {
	.index_shiyuan_xwzx {
		padding: 25px 0;
		margin-top: 20px;
	}

	.index_shiyuan_xwzx_fb {
		margin-top: 15px;
	}

	.index_shiyuan_xwzx_fb li .wz h4 {
		font-size: 15px;
	}

	.index_shiyuan_xwzx_fb li {
		width: 100%;
		margin-right: 0 !important;
	}

	.index_shiyuan_xwzx_fb li:nth-child(n+2) {
		margin-top: 15px;
	}

	.index_shiyuan_xwzx_fb li:nth-child(n+3) {
		display: block;
	}

	.index_shiyuan_xwzx_fb li .wz {
		padding: 15px;
	}

	.index_shiyuan_xwzx_fb li .wz h3{
		font-size: 17px;
	}
}

/*底部*/
.footer_tongyong {
	padding: 3.5% 0 0;
	background: #009c47 url(../images/img/footer_bj.jpg) no-repeat center;
	background-size: cover;
}

.footer_tongyong_ft {
	overflow: hidden;
}

.footer_tongyong_ft_fl {
	width: 65%;
}

.footer_tongyong_ft_fl ul {
	overflow: hidden;
}

.footer_tongyong_ft_fl li {
	width: 25%;
	padding-right: 10px;
}

.footer_tongyong_ft_fl li h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.footer_tongyong_ft_fl li h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #fff;
}

.foot_nav_erji {
	margin-top: 20px;
}

.footer_tongyong_ft_fl li .foot_nav_erji p:nth-child(n+2){
	margin-top: 15px;
}

.footer_tongyong_ft_fl li a {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer_tongyong_ft_fr {
	overflow: hidden;
	max-width: 30%;
}

.footer_tongyong_ft_fr h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.footer_tongyong_ft_fr h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #fff;
}

.footer_tongyong_ft_fr_fc {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin: 15px 0;
}

.footer_tongyong_ft_fr_fc p:nth-child(n+2){
	margin-top: 10px;
}

.footer_tongyong_ft_fr_fb {
	float: left;
}

.footer_tongyong_ft_fr_fb img {
	max-width: 110px;
}

.footer_tongyong_ft_fr_fb h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.footer_tongyong_fb {
	border-top: 1px solid rgba(255, 255, 255, .5);
	margin-top: 25px;
	padding: 18px 0;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer_tongyong_fb a {
	color: #fff;
}

@media(max-width:991px) {
	.footer_tongyong {
		padding: 25px 0 0;
	}

	.footer_tongyong_ft_fl {
		display: none;
	}

	.footer_tongyong_ft_fr {
		max-width: 100%;
		float: none;
	}
}

@media(max-width:768px){
	.footer_tongyong{
		padding: 20px 0 0;
	}

	.footer_tongyong_ft_fr h3{
		padding-bottom: 10px;
	}

	.footer_tongyong_ft_fr_fc p:nth-child(n+2){
		margin-top: 5px;
	}

	.footer_tongyong_fb{
		margin-top: 20px;
		padding: 15px 0;
	}
}

@media(max-width:468px){
	.footer_tongyong{
		padding: 15px 0 0;
	}
}

/*公司简介*/
.ny_about_1{
    margin-top: 3%;
}
.ny_about_1_fb {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_about_1_fb_fl {
	width: 48%;
	overflow: hidden;
}

.ny_about_1_fb_fl .img {
	overflow: hidden;
	cursor: pointer;
}

.ny_about_1_fb_fl img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

.ny_about_1_fb_fr {
	width: 48%;
}

.ny_about_1_fb_fr_ft {
	position: relative;
}

.ny_about_1_fb_fr_ft h3 {
	font-size: 2rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #009c47;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_about_1_fb_fr_ft h4 {
	font-size: 5.5rem;
	line-height: .8;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: left;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);
}

.ny_about_1_fb_fr_fc {
	font-size: 17px;
	line-height: 1.8;
	color: #4c4c4c;
	margin-top: 3%;
	text-indent: 2em;
}

.ny_about_2 {
	padding: 3% 0;
	background: #f7f8fa;
	margin-top: 3%;
}

.ny_about_2_ft h3 {
	font-size: 2rem;
	line-height: 1.5;
	color: #333;
}

.ny_about_2_ft h4 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #666;
	margin-top: .5%;
}

.ny_about_2_fb {
	margin-top: 2.5%;
}

.ny_about_2_fb ul {
	overflow: hidden;
}

.ny_about_2_fb li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #dfdfdf;
}

.ny_about_2_fb li:nth-child(4n) {
	margin-right: 0;
}

.ny_about_2_fb li:nth-child(n+5) {
	margin-top: 2%;
}

.ny_about_2_fb li .img {
	overflow: hidden;
}

.ny_about_2_fb li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_about_2_fb li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

@media(max-width:1366px){
	.ny_about_1_fb_fr_fc{
		font-size: 16px;
	}
}

@media(max-width:1280px){
	.ny_about_2_ft h4 {
		font-size: 18px;
	}

	.ny_about_1_fb_fr_fc{
		line-height: 1.6;
	}
}

@media(max-width:1180px){
	.ny_about_1_fb_fr_fc{
		font-size: 15px;
	}
}

@media(max-width:991px) {
	.ny_about_1 {
		margin-top: 4%;
	}

	.ny_about_1_fb_fr_fc{
		font-size: 16px;
		line-height: 1.8;
	}

	.ny_about_1_fb_fr {
		width: 100%;
	}

	.ny_about_1_fb_fr_ft h3 {
		font-size: 26px;
		padding-bottom: 6px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 75px;
		text-align: left;
		text-indent: 0;
	}

	.ny_about_1_fb_fr_fc {
		margin-top: 3%;
	}

	.ny_about_1_fb_fl {
		width: 100%;
		margin-top: 3%;
	}

	.ny_about_2{
		margin-top: 4%;
		padding: 4% 0;
	}

	.ny_about_2_ft h3 {
		font-size: 24px;
	}

	.ny_about_2_fb li {
		width: 49%;
	}

	.ny_about_2_fb li:nth-child(2n){
		margin-right: 0;
	}

	.ny_about_2_fb li:nth-child(n+3){
		margin-top: 2%;
	}
}

@media(max-width:768px) {
	.ny_about_1 {
		margin-top: 30px;
	}

	.ny_about_1_fb_fr_fc{
		margin-top: 15px;
	}

	.ny_about_1_fb_fl{
		margin-top: 15px;
	}

	.ny_about_2 {
		margin-top: 30px;
		padding: 30px 0;
	}

	.ny_about_2_ft h4 {
		font-size: 17px;
	}

	.ny_about_2_fb{
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.ny_about_1 {
		margin-top: 25px;
	}

	.ny_about_1_fb_fr_ft h3 {
		padding-bottom: 5px;
		font-size: 24px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 7rem;
		text-indent: 0;
		text-align: left;
	}

	.ny_about_2 {
		margin-top: 25px;
		padding: 25px 0;
	}

	.ny_about_2_ft h3{
		font-size: 22px;
	}

	.ny_about_2_ft h4{
		font-size: 16px;
	}
}

/*公司环境*/
.page_single_environment li{
    width: 32%;
    margin-right: 2%;
    text-align: center;
    font-size: 0;
}
.page_single_environment li:nth-child(3n){
    margin-right: 0;
}
.page_single_environment li:nth-child(n+4){
    margin-top: 10px;
}
.page_single_environment li .img{
    border-radius: 10px;
    overflow: hidden;
}
.page_single_environment li .img img{
    width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.page_single_environment li .wz{
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    color: #666;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.page_single_environment li:hover .img 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);
}
.page_single_environment li:hover .wz{
    color: #009c47;
}

@media(max-width:768px){
    .page_single_environment li{
        width: 49%;
    }
    .page_single_environment li:nth-child(3n){
        margin-right: 2%;
    }
    .page_single_environment li:nth-child(2n){
        margin-right: 0;
    }
    .page_single_environment li:nth-child(n+3){
        margin-top: 10px;
    }
}
@media(max-width:468px){
    .page_single_environment li .wz{
        margin-top: 8px;
    }
    .page_single_environment li:nth-child(n+3){
        margin-top: 8px;
    }
}

/*荣誉资质*/
.page_single_honor li{
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
    font-size: 0;
}
.page_single_honor li:nth-child(4n){
    margin-right: 0;
}
.page_single_honor li:nth-child(n+5){
    margin-top: 10px;
}
.page_single_honor li .img{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}
.page_single_honor li .img img{
    width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.page_single_honor li .wz{
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    color: #666;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.page_single_honor li:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.page_single_honor li:hover .wz{
    color: #009c47;
}

@media(max-width:768px){
    .page_single_honor li{
        width: 49%;
    }
    .page_single_honor li:nth-child(2n){
        margin-right: 0;
    }
    .page_single_honor li:nth-child(n+3){
        margin-top: 10px;
    }
}
@media(max-width:468px){
    .page_single_honor li .wz{
        margin-top: 8px;
    }
    .page_single_honor li:nth-child(n+3){
        margin-top: 8px;
    }
}





















/*内页图集-小标题*/
.ny_tuji_title {
	text-align: center;
}

.ny_tuji_title h3 {
	font-size: 1.9rem;
	line-height: 1.3;
	color: #009c47;
}

.ny_tuji_title h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #333;
}

@media(max-width:1080px) {
	.ny_tuji_title h3 {
		font-size: 26px;
	}

	.ny_tuji_title h4 {
		font-size: 20px;
	}
}

.ny_tuji_neirong {
	margin-top: 3%;
}

.ny_tuji_tupianli {
	margin-top: 2%;
}

.ny_tuji_tupianli ul {
	font-size: 0;
	overflow: hidden;
}

.ny_tuji_tupianli li {
	width: 32%;
	margin: 1% 0;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2%;
}

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

.ny_tuji_tupianli li .img img {
	width: 100% !important;
}

@media(max-width:768px) {
	.ny_tuji_neirong {
		margin-top: 15px;
	}

	.ny_tuji_tupianli {
		margin-top: 10px;
	}

	.ny_tuji_tupianli li {
		width: 49%;
	}

	.ny_tuji_tupianli li:nth-child(3n) {
		margin-right: 2%;
	}

	.ny_tuji_tupianli li:nth-child(2n) {
		margin-right: 0;
	}
}

/*团队介绍*/
.ny_tuandui_fl {
	width: 54%;
	text-align: justify;
}

.ny_tuandui_fr {
	width: 40%;
	position: relative;
	padding-bottom: 5%;
}

.ny_tuandui_fr .img {
	overflow: hidden;
}

.ny_tuandui_fr .img img {
	width: 100% !important;
}

.ny_tuandui_fr .wz {
	position: absolute;
	left: 5%;
	width: 90%;
	bottom: 5px;
}

.ny_tuandui_fr .wz li {
	width: 22%;
	margin-right: 4%;
	padding: 10% 0;
	text-align: center;
	float: left;
	background: #f1f1f1;
	border-radius: 30px;
	box-shadow: 0px 0px 10px rgb(0, 0, 0, .1);
	cursor: pointer;
	font-size: 1.4rem;
	color: #009c47;
	line-height: 1.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_tuandui_fr .wz li:nth-child(4n) {
	margin-right: 0;
}

.ny_tuandui_fr .wz li:hover {
	background: #009c47;
	color: #fff;
}

@media(max-width:1180px) {
	.ny_tuandui_fr .wz li {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.ny_tuandui_fl {
		width: 100%;
	}

	.ny_tuandui_fr {
		width: 100%;
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.ny_tuandui_fr .wz li {
		border-radius: 15px;
	}

	.ny_tuandui_fr .wz li {
		width: 23.5%;
		margin-right: 2%;
	}
}

/*研发体系*/
.ny_yanfatixi {
	margin-top: 3%;
}

.ny_yanfatixi_title {
	font-size: 1.4rem;
	line-height: 1.3;
	color: #333;
	text-align: center;
}

.ny_yanfatixi ul {
	margin-top: 2%;
	overflow: hidden;
}

.ny_yanfatixi li {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

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

.ny_yanfatixi li h3 {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.ny_yanfatixi li h3 span {
	font-size: 3rem;
}

.ny_yanfatixi li h4 {
	font-size: 18px;
	line-height: 2;
	color: #333;
}

.ny_yanfatixi_tuji {
	margin-top: 2%;
}

.ny_yanfatixi_tuji ul {
	overflow: hidden;
}

.ny_yanfatixi_tuji li {
	width: 32%;
	margin: 1% 0;
	margin-right: 2%;
	float: left;
	text-align: center;
}

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

.ny_yanfatixi_tuji li .img {
	width: 100% !important;
}

@media (max-width: 1080px) {
	.ny_yanfatixi_title {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.ny_yanfatixi li h3 span {
		font-size: 34px;
	}

	.ny_yanfatixi li h4 {
		font-size: 16px;
	}
}

@media(max-width:768px) {
	.ny_yanfatixi {
		margin-top: 20px;
	}

	.ny_yanfatixi il {
		margin-top: 15px;
	}

	.ny_yanfatixi_tuji {
		margin-top: 10px;
	}
}

@media(max-width:468px) {
	.ny_yanfatixi_tuji li {
		width: 100%;
		margin: 0;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
}

/*大事件*/
.neiye_dashijian {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 4%;
}

.neiye_dashijian_ft_ww {
	position: relative;
}

.neiye_dashijian_ft_btnl {
	width: 35px;
	height: 100%;
	border: 1px solid #dadada;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.neiye_dashijian_ft_btnr {
	width: 35px;
	height: 100%;
	border: 1px solid #dadada;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.neiye_dashijian_ft_btnr.swiper-button-disabled:before,
.neiye_dashijian_ft_btnl.swiper-button-disabled:before {
	opacity: .5;
}

.neiye_dashijian_ft_btnr:before,
.neiye_dashijian_ft_btnl:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-left: 3px solid #BDBDBD;
	border-top: 3px solid #BDBDBD;
	position: absolute;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
}

.neiye_dashijian_ft_btnr:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	margin: -4px 0 0 -6px;
}

.neiye_dashijian_ft {
	margin: 0 50px;
	overflow: hidden;
}

.neiye_dashijian_ft li {
	height: 0;
	width: 15%;
	padding-bottom: 15%;
	background: #11a6a0;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.neiye_dashijian_ft li.on {
	background: #009c47;
}

.neiye_dashijian_ft li span {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.neiye_dashijian_fc {
	margin: 4% 50px 0;
	font-size: 0;
}

.neiye_dashijian_fc_li {
	overflow: hidden;
}

.neiye_dashijian_fc .wz {
	width: 58%;
}

.neiye_dashijian_fc .img {
	width: 40%;
}

.neiye_dashijian_fc .img img {
	width: 100% !important;
}

.neiye_dashijian_fc_fl {
	font-size: 3rem;
	line-height: 2;
	color: #009c47;
	font-weight: bold;
}

.neiye_dashijian_fc_fr {
	font-size: 16px;
	line-height: 1.8;
	color: #1a1a1a;
}

.neiye_dashijian_fc_fr p {
	position: relative;
	margin: 10px 0;
}

.neiye_dashijian_fc_fr p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #ccc;
	display: none;
}

@media(max-width:1280px) {
	.neiye_dashijian_ft li span {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.neiye_dashijian_ft li {
		height: 0;
		width: 18.55%;
		padding-bottom: 18.55%;
	}
}

@media(max-width:768px) {
	.neiye_dashijian_ft li {
		width: 23.640625%;
		padding-bottom: 23.640625%;
	}

	.neiye_dashijian_fc_fr {
		width: 100%;
		margin-left: 0;
	}

	.neiye_dashijian_fc_fl {
		font-size: 24px;
	}

	.neiye_dashijian {
		margin-top: 20px;
	}

	.neiye_dashijian_fc {
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.neiye_dashijian_ft {
		margin: 0 20px;
	}

	.neiye_dashijian_ft li {
		width: 32.125%;
		padding-bottom: 32.125%;
	}

	.neiye_dashijian_ft_btnr,
	.neiye_dashijian_ft_btnl {
		width: 15px;
		height: 20px;
		top: 50%;
		border: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.neiye_dashijian_fc {
		margin: 20px 15px;
	}

	.neiye_dashijian_fc .wz {
		width: 100%;
	}

	.neiye_dashijian_fc .img {
		width: 100%;
	}
}

/*荣誉*/
.ny_tuji_rongyuli ul {
	font-size: 0;
}

.ny_tuji_rongyuli li {
	width: 15.416666666%;
	margin-right: 1.5%;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: bottom;
}

.ny_tuji_rongyuli li:nth-child(6n) {
	margin-right: 0;
}

.ny_tuji_rongyuli li:nth-child(n+7) {
	margin-top: 1.5%;
}

.ny_tuji_rongyuli li .img {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_tuji_rongyuli li .img img {
	width: 100% !important;
}

@media(max-width:991px) {
	.ny_tuji_rongyuli li {
		width: 32%;
		margin-right: 2%;
	}

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

	.ny_tuji_rongyuli li:nth-child(n+4) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.ny_tuji_rongyuli li {
		width: 49%;
		margin-right: 2% !important;
	}

	.ny_tuji_rongyuli li:nth-child(2n) {
		margin-right: 0 !important;
	}

	.ny_tuji_rongyuli li:nth-child(n+3) {
		margin-top: 2%;
	}
}


/*联系我们*/
.asny_lxwm {
	position: relative;
}

.asny_lxwm_fl {
	width: 43%;
	float: left;
}

.asny_lxwm_fl_ft h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #009c47;
	font-weight: bold;
}

.asny_lxwm_fl_ft h4 {
	font-size: 1.3rem;
	line-height: 2;
	color: #202020;
	font-weight: bold;
}

.asny_lxwm_fl_fc {
	font-size: 18px;
	line-height: 2;
	color: #666;
	margin: 10px 0;
}

.asny_lxwm_fl_fb {
	overflow: hidden;
}

.asny_lxwm_fl_fb_fl {
	width: 48%;
	max-width: 120px;
	float: left;
	margin-right: 4%;
	text-align: center;
}

.asny_lxwm_fl_fb_fl:nth-child(2n){
	margin-right: 0;
}

.asny_lxwm_fl_fb_fl img {
	width: 100%;
}

.asny_lxwm_fl_fb_fl .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-top: 10px;
}

.asny_lxwm_fl_fb_fr {
	width: 40%;
	float: left;
	margin-left: 5%;
}

.asny_lxwm_fl_fb_fr h3 {
	font-size: 18px;
	line-height: 2;
	color: #333;
	font-weight: bold;
}

.asny_lxwm_fl_fb_fr h4 {
	font-size: 17px;
	line-height: 2;
	color: #333;
}

.asny_lxwm_fr {
	width: 53%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.asny_lxwm1 {
	margin-top: 5%;
}

.asny_lxwm1_ft {
	font-size: 1.7rem;
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.asny_lxwm1_fb {
	margin-top: 3%;
}

.asny_lxwm1_fb ul {
	overflow: hidden;
}

.asny_lxwm1_fb li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}

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

.asny_lxwm1_fb li input {
	font-size: 16px;
	line-height: 45px;
	color: #666;
	background: #f5f5f5;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border: 1px solid #ced4da;
	outline: none;
}

.asny_lxwm1_fb li.lianxiliuyanneirong {
	width: 100%;
	margin-right: 0;
}

.asny_lxwm1_fb li input::-webkit-input-placeholder {
	color: #666;
}

.asny_lxwm1_fb li textarea {
	font-size: 16px;
	line-height: 45px;
	color: #666;
	background: #f5f5f5;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border: 1px solid #ced4da;
	outline: none;
	font-family: 'Microsoft YaHei, arial, 宋体, sans-serif';
}

.asny_lxwm1_fb li textarea::-webkit-input-placeholder {
	color: #666;
}

.lianxinyliuyan_tijiao {
	text-align: center;
}

.lianxinyliuyan_tijiao input {
	width: 150px;
	font-size: 16px;
	cursor: pointer;
	line-height: 43px;
	color: #fff;
	background: #009c47;
	outline: none;
	border: 0;
	margin: 0 auto;
	border-radius: 4px;
}

/*地图*/
.map-box {
	height: 100%;
}

.contact-map {
	height: 100%;
}

.amap-logo img {
	display: none;
}

.amap-copyright {
	opacity: 0;
}

@media(max-width:1200px) {
	.asny_lxwm_fl_ft h3 {
		font-size: 26px;
	}

	.asny_lxwm_fl_ft h4 {
		font-size: 20px;
	}

	.asny_lxwm_fl_fc {
		font-size: 16px;
	}

	.asny_lxwm1_ft {
		font-size: 22px;
	}

	.asny_lxwm_fl_fb_fr h3 {
		font-size: 16px;
	}

	.asny_lxwm_fl_fb_fr h4 {
		font-size: 15px;
	}
}

@media(max-width:768px) {
	.asny_lxwm_fl {
		width: 100%;
	}

	.asny_lxwm_fr {
		width: 100%;
		margin-top: 15px;
		position: static;
		height: 300px;
	}
}

@media(max-width:468px) {
	.asny_lxwm_fl_ft h3 {
		font-size: 22px;
	}

	.asny_lxwm_fl_ft h4 {
		font-size: 18px;
	}

	.asny_lxwm1_ft {
		font-size: 18px;
	}

	.asny_lxwm_fl_fb_fl {
		width: 100%;
	}

	.asny_lxwm_fl_fb_fr {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}

	.asny_lxwm1_fb li {
		width: 100%;
	}

	.asny_lxwm1 {
		margin-top: 20px;
	}

	.asny_lxwm1_fb {
		margin-top: 15px;
	}
}


