/*html,body{*/
/*	transform: scale(0.8,0.8);*/
/*}*/



/*缩放125%时布局错乱*/
@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
(-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
(min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
	:root {
		font-size:14px;
	}
	/*.son-itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
	/*.itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
}
@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
(-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
(min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
	:root {
		font-size: 13px;
	}
	/*.son-itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
	/*.itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
}
@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
(-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
(min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
	:root {
		font-size: 12px;
	}
	/*.son-itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
	/*.itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
}
@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
(-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
(min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
	:root {
		font-size: 10px;
	}
	/*.son-itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
	/*.itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
}
@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
(-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
(min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
	:root {
		font-size: 9px;
	}
	/*.son-itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
	/*.itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
}
@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
(-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
(min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
	:root {
		font-size: 8px;
	}
	/*.son-itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
	/*.itm-a{*/
	/*	font-size: 12px;*/
	/*}*/
}




@font-face {
	font-family: 'SourceHanSansCN';
	src: url('../font21916/SOURCEHANSANSCN-REGULAR.OTF');
}

.head {
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	left: 0;
	z-index: 999;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	background: #fff;
	display: flex;
	justify-content: space-between;
}

.head_left {
	/*width: 18.8%;*/
	width: 12.8%;
	height: 100%;
}

.head_left>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 0 10px 0;
	/*padding-left: 31%;*/
	box-sizing: border-box;
	text-align: center;
}

.head_left>a img {
	width: 160px;
}

.head_right {
	/*width: 81.2%;*/
	width: 87.2%;
	height: 100%;
	background: #2b9726;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_right_left {
	/*width: 82%;*/
	width: 86%;
	height: 100%;
}

.dh_box {
	width: 100%;
	height: 100%;
}

.daohang_con_list {
	width: 100%;
	height: 100%;
}

.body_head_nav_border {
	width: 100%;
	height: 100%;
}

.body_head_nav_border>ul {
	width: 100%;
	height: 100%;
	font-size: 0;
	display: flex;
	/*justify-content: flex-start;*/
	justify-content: space-around;
}

.itm {
	display: inline-block;
	vertical-align: top;
	/* min-width: 96px; */
	max-width: 125px;
	height: 100%;
	text-align: center;
	position: relative;
}

.itm-a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	/*padding: 0 25px;*/
	box-sizing: border-box;
	line-height: 90px;
	text-align: center;
	/*font-size: 16px;*/
	font-size: initial;
	color: #ffffff;
}

.itm-a:hover {
	background: #268322;
	color: #ffffff;
}

.itm-a[on="true"] {
	background: #268322;
	color: #ffffff;
}

.son {
	width: 100%;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	left: 0;
	top: 90px;
	display: none;
	z-index: 90;
}

.son-itm {
	width: 100%;
	line-height: 46px;
	text-align: center;
}

.son-itm-a {
	display: inline-block;
	width: 100%;
	/*font-size: 16px;*/
	font-size: initial;
	color: #000000;
}

.son-itm:hover .son-itm-a {
	background: #2b9726;
	color: #fff;
}

.head_right_right {
	/*width: 18%;*/
	width: 14%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sousuo {
	display: inline-block;
}

.sousuo>img {
	width: 26px;
}

.zywqh {
	display: inline-block;
	width: 100px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 15px;
	margin-left: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zwqh {
	display: inline-block;
	width: 60%;
	height: 100%;
	background: #ffffff;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #2b9726;
	margin-left: -2px;
}

.ywqh {
	display: inline-block;
	width: 50%;
	height: 100%;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.zywqh>.zwqh:hover{
	color: #2b9726;
}
.zywqh>.ywqh:hover{
	color: #fff;
}
/* 首页内容 */
#fullPage {
	transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.2s !important;
}

.ind_banner_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.ind_banner_box>.swiper-pointer-events {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner_img_box {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #fff;
}

.ind_src1_img_box {
	width: 100%;
	height: 100%;
}

.ind_fy_box {
	position: absolute;
	width: 26%;
	height: 70px;
	/*background: #2b9726;*/
	background: rgba(255,255,255,0);
	bottom: 0;
	left: 0;
	padding: 0 28px 0 13%;
	box-sizing: border-box;
	line-height: 70px;
	z-index: 2;
}

.ind_fy_box>.swiper-pagination {
	width: 30%;
	bottom: 0;
	left: 22.4%;
	text-align: left;
	line-height: 70px;
}

.ind_fy_box>.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: none;
	opacity: 1;
}

.ind_fy_box>.swiper-pagination .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #fff;
}

.lb_pagination_box {
	color: rgba(255, 255, 255, 0.32);
	font-size: 16px;
	line-height: 72px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.lb_pagination_box .on {
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.index_banner_lb>.swiper-pagination-fraction {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

/* 第二屏  产品中心 */
.sycpzx {
	width: 100%;
	height: 100%;
	position: relative;
}

.sycpzx_datu {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sycpzx_datu_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sycpzx_datu_k {
	width: 100%;
	height: 100%;
}

.sycpzx_datu_tp {
	width: 100%;
	height: 100%;
	transition: all 5s;
	/* transform: scale(1.15, 1.15); */
}

.sycpzx_datu_bian {
	opacity: 1;
}

.sycpzx_datu_bian .sycpzx_datu_tp {
	transform: scale(1, 1);
}

/* 小圆圈会动 */
.sycpzx_quan {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
	box-sizing: border-box;
}

.sycpzx_quan_box {
	width: 74vh;
	height: 74vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sycpzx_quan_dq {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 1px dashed #fff;
	opacity: 1;
	transition: all 0.5s;
}

.sycpzx_quan1 {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: -4.5px;
	z-index: 1;
}

.sycpzx_quan2 {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right: 6%;
	bottom: 24%;
	z-index: 1;
}

.sycpzx_quan3 {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 6%;
	bottom: 24%;
	z-index: 1;
}

.sycpzx_quan1_da {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	top: -28px;
	left: -28px;
	transition: all 0.3s;
	opacity: 1;
}

#myCanvas {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}

/* 小圈圈里面的文字和切换按钮 */
.sycpzx_wz {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	/*padding-top: 300px;*/
	padding-top: 190px;
	box-sizing: border-box;
}

.sycpzx_wz_box {
	/*width: 570px;*/
	/*width: 26%;*/
	width: 20%;
	height: 500px;
}

.sycpzx_wz_top {
	width: 100%;
	text-align: center;
}

.sycpzx_wz_top_top {
	/*font-size: 40px;*/
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
}

.sycpzx_wz_top_foot {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sycpzx_wz_foot {
	width: 100%;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sycpzx_wz_foot_a {
	display: inline-block;
	vertical-align: middle;
	/*width: 160px;*/
	min-width: 140px;
	padding: 0 10px;
	box-sizing: border-box;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 22.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 5px 0 0;
}

.sycpzx_wz_foot_a>img {
	width: 25px;
	height: 25px;
	filter: grayscale(100%) brightness(200%);
	margin-right: 10px;
}

.sycpzx_wz_foot_a>p {
	font-size: 18px;
	color: #ffffff;
}

.sycpzx_wz_foot_a:hover {
	background: #fff;
}

.sycpzx_wz_foot_a:hover.sycpzx_wz_foot_a>img {
	filter: none;
}

.sycpzx_wz_foot_a:hover.sycpzx_wz_foot_a>p {
	color: #3c974b;
}

.sycpzx_wz_foot_a_active {
	background: #fff;
}

.sycpzx_wz_foot_a_active>img {
	filter: none;
}

.sycpzx_wz_foot_a_active>p {
	color: #3c974b;
}

/* 第三屏  关于我们 */
.sygywm {
	width: 100%;
	height: 100%;
	font-size: 0;
	position: relative;
	background-image: url("../image/sygywmbjg.jpg");
	background-size: 100% 100%;
}

.sygywm_bj1 {
	width: 156px;
	height: 106px;
	position: absolute;
	left: 8.3%;
	top: 32%;
}

.sygywm_bj2 {
	width: 803px;
	height: 192px;
	position: absolute;
	left: 6.77%;
	top: 52%;
}

.sygywm_con {
	width: 100%;
	height: 100%;
	padding: 90px 10.41% 0 5.7%;
	/*padding: 15px 10.41% 0 5.7%;*/
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}

.sygywm_top {
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sygywm_top_left {
	width: 49.4%;
	height: 100%;
	overflow: hidden;
	text-align: right;
}

.sygywm_top_left>img {
	/*width: 540px;*/
	width: 100%;
	border-radius: 15px;
	transition: all .6s;
}

.sygywm_top_left:hover.sygywm_top_left>img {
	transform: scale(1.05);
}

.sygywm_top_right {
	width: 45.4%;
}

.sygywm_top_right_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	/*margin-top: 25px;*/
	margin-top: 15px;
}

.sygywm_top_right_top>p {
	/*font-size: 48px;*/
	font-size: 42px;
	color: #303030;
	font-weight: bold;
	line-height: 40px;
}

.sygywm_top_right_top>a {
	font-size: 16px;
	color: #666666;
}

.sygywm_top_right_foot {
	width: 100%;
	/*margin-top: 46px;*/
	margin-top: 30px;
}

.sygywm_top_right_foot>p {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.sygywm_foot {
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: space-between;
	/*align-items: flex-end;*/
	align-items: center;
}

.sygywm_foot_left {
	width: 48.9%;
	/*padding-bottom: 80px;*/
	/*padding-bottom: 60px;*/
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.sygywm_foot_xk {
	display: inline-block;
	width: 23%;
	text-align: center;
}

.sygywm_foot_xk_top {
	width: 100%;
	text-align: center;
}

.sygywm_foot_xk_top_box {
	display: inline-block;
	width: 100%;
	height: 47px;
	overflow: hidden;
	position: relative;
}

.sygywm_foot_xk_top_hz {
	width: 100%;
	height: 200%;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sygywm_foot_xk_top_top,
.sygywm_foot_xk_top_foot {
	width: 100%;
	height: 47px;
	text-align: center;
	line-height: 47px;
}

.sygywm_foot_xk_top_top>img,
.sygywm_foot_xk_top_foot>img {
	max-height: 47px;
	max-width: 100%;
}

.sygywm_foot_xk_foot {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

.sygywm_foot_xk_foot>p {
	font-size: 24px;
	color: #9a9a9a;
}

.sygywm_foot_xk:hover .sygywm_foot_xk_top_hz {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sygywm_foot_xk:hover .sygywm_foot_xk_foot>p {
	color: #2b9726;
}

.sygywm_foot_right {
	width: 51%;
	/*height:514px;*/
	overflow: hidden;
}

.sygywm_foot_right>img {
	/*width: 820px;*/
	width: 100%;
	height: 500px;
	transition: all .6s;
}

.sygywm_foot_right:hover.sygywm_foot_right>img {
	transform: scale(1.05);
}

/* 第四屏 新闻公告 */
.syxw {
	width: 100%;
	height: 100%;
	background-image: url(../image/syxwggbj.png);
	background-size: 100% 100%;
}

.syxw_con {
	width: 100%;
	height: 100%;
	padding-left: 5.2%;
	padding-top: 90px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.syxw_left {
	width: 13%;
	height: 100%;
	/*padding-top: 10%;*/
	padding-top: 5%;
	box-sizing: border-box;
}

.syxw_left_top {
	width: 100%;
}

.syxw_left_top>p {
	/*font-size: 48px;*/
	/*font-size: 40px;*/
	font-size: 32px;
	color: #fefefe;
	font-weight: bold;
}

.syxw_left_foot {
	width: 100%;
	margin-top: 80px;
}

.syxw_left_foot_bt {
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.syxw_left_foot_bt>p {
	/*font-size: 24px;*/
	font-size: 20px;
	color: #ffffff;
	margin-right: 10px;
}

.syxw_left_foot_bt>div {
	width: 0;
	height: 2px;
	background: #fff;
	transition: all .6s;
}

.gaoliang>div {
	width: 40px;
}

.syxw_left_foot_bt:hover.syxw_left_foot_bt>div {
	width: 40px;
}

.syxw_right {
	width: 87%;
	height: 100%;
	border-left: 1px solid #8bb2bc;
	overflow: hidden;
}

.syxw_right_nr {
	width: 100%;
	height: 100%;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: flex-start;
}

.syxwhz {
	display: inline-block;
	width: 25%;
	height: 100%;
	position: relative;
}

.syxwhz_top {
	width: 100%;
	height: 0;
	transition: all .6s;
	position: absolute;
	left: 0;
	top: 0;
}

.syxwhz_top>img {
	width: 100%;
	height: 100%;
}

.syxwhz_foot {
	width: 100%;
	height: 61.12%;
	/*padding-top: 80px;*/
	padding-top: 30px;
	box-sizing: border-box;
	text-align: center;
	transition: all .6s;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	left: 0;
	/*top: 21.33%;*/
	/*top: 18.6%;*/
	top: 23%;
}

.syxwhz_foot_top {
	width: 100%;
}

.syxwhz_foot_top_nian {
	font-size: 30px;
	color: #2b2b2b;
	font-weight: bold;
}

.syxwhz_foot_top_yr {
	font-size: 20px;
	color: #2b2b2b;
}

.syxwhz_foot_middle {
	width: 100%;
	margin-top: 18px;
	border-top: 1px solid #c1dbe1;
	padding: 0 6%;
	box-sizing: border-box;
}

.syxwhz_foot_middle_bt {
	width: 100%;
	margin: 17px 0;
	font-size: 20px;
	color: #080808;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.syxwhz_foot_middle_ms {
	width: 100%;
	margin-top: 7px;
	font-size: 15px;
	color: #4c4c4c;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.syxwhz_foot_foot {
	display: inline-block;
	width: 139px;
	height: 39px;
	border: 1px solid #2b2b2b;
	border-radius: 20px;
	line-height: 39px;
	margin-top: 27px;
}

.syxwhz_foot_foot>img {
	width: 20px;
}

.syxwhz:hover .syxwhz_top {
	height: 38.88%;
	border-bottom: 1px solid #c1dbe1;
}

.syxwhz:hover .syxwhz_foot {
	top: 38.88%;
	background: rgba(255, 255, 255, 1);
}

.syxwhz:hover .syxwhz_foot_middle {
	border-top: 1px solid #fff;
}

.syxwhz:hover .syxwhz_foot_foot {
	/*margin-top: 68px;*/
	margin-top: 12px;
}

/* 第五屏 技术服务 */
.syjsfw {
	width: 100%;
	height: 100%;
	background-image: url(../image/syjsfwbj.jpg);
	background-size: 100% 100%;
}

.syjsfw_con {
	width: 100%;
	height: 100%;
	padding: 6.4% 2.86% 0 4%;
	/*padding: 10% 2.86% 0 5.72%;*/
	box-sizing: border-box;
}

.syjsfw_lb {
	width: 100%;
	/*height: 685px;*/
	height: 100%;
	overflow: hidden;
	position: relative;
}

.syjshz {
	width: 100%;
	/* height: 100%; */
	/*height: 610px;*/
	/*max-height: 610px;*/
	height: 480px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/* border: 1px solid #009688; */
}

.syjshz_left {
	width: 7.15%;
	height: 100%;
	text-align: center;
}

.syjshz_left_top {
	width: 100%;
	height: 230px;
	text-align: left;
}

.syjshz_left_top>span {
	display: inline-block;
	height: 100%;
	/*font-size: 60px;*/
	font-size: 45px;
	color: #090909;
	font-family: SourceHanSansCN;
	writing-mode: vertical-rl;
	line-height: 72px;
}

.syjshz_left_top>span::after {
	content: '\A';
	white-space: pre;
}

.syjshz_left_middle {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.syjshz_left_middle>p {
	font-size: 30px;
	color: #090909;
	font-family: SourceHanSansCN;
}

.syjshz_left_foot {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.syjshz_left_foot>span {
	font-size: 36px;
	color: #1c1c1c;
	font-weight: bold;
	writing-mode: vertical-rl;
}

.syjshz_right {
	/*width: 1500px;*/
	width: 78.125%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.syjshz_right_left {
	width: 50%;
	height: 100%;
	position: relative;
}

.syjshz_right_left_tp {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.syjshz_right_left_tp>img {
	width: 100%;
	height: auto;
	border-radius: 5px 0 0 5px;
}

.syjshz_right_left_xian {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.syjshz_right_left_xian_heng {
	width: 100%;
	height: 4px;
	background: rgba(255, 255, 255, 0.52);
	position: absolute;
	left: 0;
	top: 50%;
}

.syjshz_right_left_xian_shu {
	height: 100%;
	width: 4px;
	background: rgba(255, 255, 255, 0.52);
	position: absolute;
	left: 50%;
	top: 0;
}

.syjshz_right_right {
	width: 50%;
	height: 100%;
	/*padding: 120px 75px 0 95px;*/
	padding: 80px 45px 0 65px;
	box-sizing: border-box;
}

.syjshz_right_right_top {
	width: 100%;
	text-align: right;
}

.syjshz_right_right_top_cn {
	/*font-size: 36px;*/
	font-size: 32px;
	color: #ffffff;
}

.syjshz_right_right_top_en {
	font-size: 18px;
	color: #ffffff;
	opacity: 0.7;
	font-style: oblique;
	margin-top: 8px;
}

.syjshz_right_right_foot {
	width: 100%;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.syjsxk {
	display: inline-block;
	/*width: 159px;*/
	width: 139px;
	height: 139px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	text-align: center;
	animation: tacticIcon2 2s linear infinite;
}

.syjsxk_top {
	width: 100%;
	height: 90px;
	text-align: center;
	line-height: 90px;
}

.syjsxk_top>img {
	max-width: 100%;
	max-height: 90px;
}

@keyframes tacticIcon2 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

.syjsxk_foot {
	width: 100%;
}

.syjsxk_foot>p {
	font-size: 18px;
	color: #ffffff;
}

.syrcxk {
	display: inline-block;
	/*width: 258px;*/
	width: 240px;
	height: 139px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: tacticIcon2 2s linear infinite;
}

.syrcxk>img {
	max-width: 100%;
	max-height: 90px;
}

.syrcxk>p {
	font-size: 18px;
	color: #ffffff;
	margin-left: 15px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.syjsfw_lb>.swiper-button-prev {
	width: 51px;
	height: 51px;
	left: 86%;
	top: 93%;
	background-image: url(../image/l1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.syjsfw_lb>.swiper-button-next {
	width: 51px;
	height: 51px;
	right: 0;
	top: 93%;
	background-image: url(../image/r1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.syjsfw_lb>.swiper-pagination {
	bottom: 20px;
	left: 90%;
	width: 6%;
}

.syjsfw_lb>.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background-color: #bababa;
	opacity: 1;
}

.syjsfw_lb>.swiper-pagination .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	border: 1px solid #f86900;
	background-color: #fff;

}

/* 底部 */
.foot1 {
	width: 100%;
	height: 66px;
	background: #f8f8f8;
}

.foot1_con {
	width: 100%;
	height: 100%;
	padding: 0 2.86% 0 5.72%;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.foot1_left>p {
	font-size: 15px;
	color: #171717;
}

.foot1_right>a {
	padding: 0 25px;
	border-right: 1px solid #bdbdbd;
	font-size: 15px;
	color: #171717;
	line-height: 16px;
}

.foot1_right>a:last-child {
	border-right: 0px solid #bdbdbd;
}

.foot2 {
	width: 100%;
}

.foot2_con {
	width: 100%;
	padding: 45px 2.86% 35px 5.72%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.foot2_left {
	width: 56%;
	display: flex;
	justify-content: flex-start;
}

.foot2_left_hz {
	width: 15.8%;
}

.foot2_left_hz>p {
	/*font-size: 24px;*/
	font-size: 20px;
	color: #161616;
	margin-bottom: 15px;
}

.foot2_left_hz>a {
	display: block;
	font-size: 16px;
	color: #4c4c4c;
	margin-bottom: 12px;
}

.foot2_right {
	width: 44%;
	display: flex;
	justify-content: space-between;
}

.foot2_right_left {
	width: 44%;
}

.foot2_right_left_top {
	width: 100%;
}

.foot2_right_left_top>img {
	max-width: 100%;
	height: 87px;
}

.foot2_right_left_foot {
	width: 100%;
	margin-top: 9px;
}

.foot2_right_left_foot>p {
	font-size: 16px;
	color: #171717;
	line-height: 26px;
}

.foot2_right_right {
	width: 56%;
	display: flex;
	justify-content: space-around;
}

.foot2_right_right_hz {
	text-align: center;
}

.foot2_right_right_hz_top {
	width: 161px;
	height: 161px;
	position: relative;
}

.foot2_right_right_hz_top_kuai1 {
	width: 20px;
	height: 20px;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	position: absolute;
	left: 0;
	top: 0;
}

.foot2_right_right_hz_top_kuai2 {
	width: 20px;
	height: 20px;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	position: absolute;
	right: 0;
	top: 0;
}

.foot2_right_right_hz_top_kuai3 {
	width: 20px;
	height: 20px;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	position: absolute;
	left: 0;
	bottom: 0;
}

.foot2_right_right_hz_top_kuai4 {
	width: 20px;
	height: 20px;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	position: absolute;
	right: 0;
	bottom: 0;
}

.foot2_right_right_hz_top_nr {
	width: 145px;
	height: 145px;
	border: 1px solid #f7f7f7;
	position: absolute;
	left: 8px;
	top: 8px;
	padding: 2px;
	box-sizing: border-box;
}

.foot2_right_right_hz_top_nr>img {
	width: 141px;
	height: 141px;
}

.foot2_right_right_hz_foot {
	width: 100%;
	margin-top: 24px;
}

.foot2_right_right_hz_foot>p {
	font-size: 16px;
	color: #4c4c4c;
}

.foot3 {
	width: 100%;
	height: 77px;
	border-top: 1px solid #e5e5e5;
}

.foot3_con {
	width: 100%;
	height: 100%;
	padding: 0 2.86% 0 5.72%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot3_con>p {
	font-size: 14px;
	color: #4c4c4c;
	margin: 0 25px;
}

.foot3_con>p a {
	margin: 0 5px;
}

/* 侧边栏 */
.ce_nav {
	width: 50px;
	position: fixed;
	top: 260px;
	right: 0;
	/*right: 25px;*/
	z-index: 999;
}

.ce_box1 {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.ce_box1_hz,
.ce_box2_hz,
.ce_box3_hz {
	width: 100%;
	height: 100px;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.ce_box1_hz_top,
.ce_box2_hz_top,
.ce_box3_hz_top {
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
}

.ce_box1_hz_top>img,
.ce_box2_hz_top>img,
.ce_box3_hz_top>img {
	max-width: 27px;
}
.ce_box1_hz_top>p{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #b3b3b3;
}

.ce_box1_hz_foot,
.ce_box2_hz_foot,
.ce_box3_hz_foot {
	width: 100%;
	height: 50px;
	background-color: #268322;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

.ce_box1_hz_foot>p,
.ce_box2_hz_foot>p,
.ce_box3_hz_foot>p {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #ffffff;
}

.ce_box1:hover .ce_box1_hz {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ce_box2,
.ce_box3 {
	display: block;
	width: 100%;
	height: 50px;
	/*box-shadow: 0px 0px 6px 2px #f4f4f4;*/
	position: relative;
	margin-bottom: 10px;
}

.ce_box2_box,
.ce_box3_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.ce_box2_zhezhao:hover .ce_box2_hz {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ce_box2_yin {
	width: 150px;
	height: 50px;
	background-color: #268322;
	border-radius: 5px 0 0 5px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left:78px;
	top: 0px;
}

.ce_box2_yin>p {
	font-size: 16px;
	color: #ffffff;
}

.ce_box2_zhezhao,
.ce_box3_zhezhao {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ce_box3_yin {
	width: 119px;
	height: 113px;
	background-image: url("../image/ewmbk.png");
	background-size: 100% 100%;
	padding: 5px;
	box-sizing: border-box;
	position: absolute;
	left: 78px;
	top: -25px;
}

.ce_box3_yin>img {
	width: 101px;
	height: 101px;
}

.ce_box7 {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-radius: 5px;
	/*box-shadow: 0px 0px 6px 2px #f4f4f4;*/
	text-align: center;
	line-height: 50px;
}

.ce_box7>img {
	width: 21px;
	height: 11px;
}

/* 关于我们   综合页 */
.neirong {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 90px;
}

.gywm_banner {
	width: 100% !important;
	height: 100% !important;
}

.gywm_banner_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.gywm_banner_box_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.gywm_banner_box_wz {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.gywm_banner_box_wz_k {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.gywm_banner_box_wz_zw {
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	font-family: SourceHanSansCN;
}

.gywm_banner_box_wz_yw {
	font-size: 48px;
	color: #ffffff;
	font-family: SimSun;
}

.gywmzhy_one {
	width: 100%;
	height: 780px;
	position: relative;
}

.gywmzhy_one_bj {
	width: 953px;
	height: 660px;
	background: #f7f9fb;
	position: absolute;
	left: 0;
	top: 0;
}

.gywmzhy_one_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.gywmzhy_one_con {
	/*width: 1440px;*/
	width: 1250px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.gywmzhy_one_left {
	/*width: 720px;*/
	width: 530px;
	padding: 56px 0 0 0;
	box-sizing: border-box;
}

.gywmzhy_one_left_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gywmzhy_one_left_top_zw {
	font-size: 36px;
	color: #2c2c2c;
}

.gywmzhy_one_left_top_yw {
	width: 268px;
	font-size: 59px;
	color: #e9eff5;
	font-family: SourceHanSansCN;
	line-height: 79px;
}

.gywmzhy_one_left_middle {
	width: 100%;
	/*margin-top: -20px;*/
	padding-right: 60px;
	box-sizing: border-box;
}

.gywmzhy_one_left_middle_k1 {
	width: 100%;
}

.gywmzhy_one_left_middle_k1_bt {
	font-size: 18px;
	color: #2c2c2c;
	font-weight: bold;
	font-family: SourceHanSansCN;
}

.gywmzhy_one_left_middle_k1_nr {
	font-size: 16px;
	color: #2c2c2c;
	line-height: 30px;
	font-family: SourceHanSansCN;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.gywmzhy_one_left_middle_k2 {
	width: 100%;
	margin-top: 40px;
}

.gywmzhy_one_left_middle_k2_bt {
	font-size: 18px;
	color: #2c2c2c;
	font-weight: bold;
	font-family: SourceHanSansCN;
}

.gywmzhy_one_left_middle_k2_nr {
	font-size: 16px;
	color: #2c2c2c;
	line-height: 30px;
	font-family: SourceHanSansCN;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gywmzhy_one_left_foot {
	display: inline-block;
	width: 150px;
	height: 40px;
	background: #d7e1f0;
	border-radius: 19px;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
}

.gywmzhy_one_left_foot>img {
	width: 27px;
	height: 16px;
	transition: all .6s;
}

.gywmzhy_one_left_foot:hover.gywmzhy_one_left_foot>img {
	transform: scale(1.05);
}

.gywmzhy_one_right {
	width: 720px;
	height: 100%;
}

.gywmzhy_one_right_top {
	width: 100%;
	height: 320px;
	display: flex;
	justify-content: space-between;
}

.gywmzhy_one_right_top_hz {
	width: 33.333%;
	height: 100%;
	text-align: center;
	border-right: 1px solid #e2e2e2;
}

.gywmzhy_one_right_top_hz_wk {
	width: 100%;
	height: 100%;
	display: table;
}

.gywmzhy_one_right_top_hz_nk {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.gywmzhy_one_right_top_hz_nk>img {
	max-width: 100%;
	animation: tacticIcon2 2s linear infinite;
}

.gywmzhy_one_right_top_zw {
	font-size: 16px;
	color: #2c2c2c;
	margin-top: 16px;
}

.gywmzhy_one_right_top_yw {
	font-size: 14px;
	color: #acacac;
	font-weight: light;
	font-family: SourceHanSansCN;
	margin-top: 5px;
}

.gywmzhy_one_right_foot {
	width: 100%;
}

.gywmzhy_one_right_foot>img {
	width: 100%;
	height: 460px;
}

.gywmzhy_one_zm {
	width: 269px;
	height: 564px;
	position: absolute;
	right: 0;
	top: 0;
}

.gywmzhy_one_zm>img {
	width: 100%;
	height: 100%;
}

.gywmzhy_two {
	width: 100%;
	height: 800px;
	background-image: url(../image/fzlcbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.gywmzhy_two_con {
	width: 1440px;
	height: 100%;
	margin: 0 auto;
	padding-top: 82px;
	box-sizing: border-box;
}

.gywmzhy_two_top {
	width: 100%;
}

.gywmzhy_two_top>p {
	font-size: 36px;
	color: #ffffff;
}

.gywmzhy_two_foot {
	width: 100%;
	height: 535px;
	margin-top: 40px;
}

.cloumn3 {
	width: 100%;
	height: 100%;
	position: relative;
}

.cloumn3Bg {
	overflow: hidden;
	width: 100%;
	height: 300px;
	position: relative;
}

.aboutCulture {
	width: 100%;
	height: 100%;
}

.aboutCulture .swiper-container {
	height: 100%;
}

.aboutCulture .swiper-container .swiper-wrapper {
	height: 300px;
}

.cloumn3Bg .swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 2;
}

.gywmzhy_two_hz {
	width: 460px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.gywmzhy_two_hz_bd {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.gywmzhy_two_hz_bd1 {
	width: 52px;
	height: 43px;
	position: absolute;
	left: 0;
	bottom: 87px;
}

.gywmzhy_two_hz_bd2 {
	width: 52px;
	height: 43px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.gywmzhy_two_hz_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.gywmzhy_two_hz_top {
	width: 100%;
	text-align: center;
	font-size: 172px;
	color: #ffffff;
	font-family: SourceHanSansCN;
	line-height: 130px;
}

.gywmzhy_two_hz_foot {
	display: block;
	width: 290px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.box4Tab {
	position: absolute !important;
	bottom: 0;
	left: 0;
	height: 90px;
	width: 100%;
	overflow: hidden;
	z-index: 9;
	padding: 0 110px;
	box-sizing: border-box;
}

.box4Tab .swiper-wrapper {
	z-index: 9;
	padding-left: 0 !important;
}

.box4Tab .swiper-slide {
	float: left;
	cursor: pointer;
	width: 12.5%;
	transition: 0.6s ease;
	position: relative;
	height: 100%;
	/* display: inline-block; */
	text-align: center;
	height: 90px;
}

.box4Tab .swiper-slide:before {
	width: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.box4Tab .box4T {
	position: absolute;
	bottom: 44px;
	left: 0;
	width: 100%;
}

.box4Tab .box4T span {
	color: #fff;
	font-size: 16px;
	font-family: SourceHanSansCN;
}

.box4Tab .qq {
	width: 45px;
	height: 45px;
	visibility: hidden;
	opacity: 0 display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
}

.box4Tab .swiper-slide:after {
	display: block;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 100%;
	left: 50%;
	bottom: 14px;
	margin-top: -4px;
	margin-left: -4px;
	z-index: 1;
}

.box4Tab .swiper-slide-active:before {
	width: 40px;
	height: 40px;
	display: block;
	content: '';
	position: absolute;
	visibility: visible;
	opacity: 1;
	border: 1px solid #fcc12a;
	border-radius: 100%;
	left: 49%;
	bottom: 0;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 1;
}

.box4Tab .swiper-slide-active:after {
	background: #fcc12a;
}

.box4Tab .swiper-slide-active .box4Tab .box4T {
	bottom: 62px;
}

.box4Tab .swiper-slide-active .box4T span {
	font-size: 24px;
	color: #fcc12a;
}

.box4-bt.box4-prev {
	width: 40px;
	height: 40px;
	background: url(../image/l2.png) center center no-repeat;
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 100;
}

.box4-bt.box4-next {
	width: 40px;
	height: 40px;
	background: url(../image/r2.png) center center no-repeat;
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 100;
}

.box4Tab:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 20px;
	left: 0;
	background: #ffffff;
	opacity: 0.25;
	z-index: 0;
}

/* 关于我们--企业文化 */
.gywmzhy_three {
	width: 100%;
	height: 820px;
	background-image: url(../image/qywhbj.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.gywmzhy_three_con {
	width: 1440px;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
}

.gywmzhy_three_top {
	width: 100%;
}

.gywmzhy_three_top>p {
	font-size: 36px;
	color: #2c2c2c;
}

.gywmzhy_three_middle {
	width: 100%;
	height: 280px;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.gywmzhy_three_middle_hz {
	width: 700px;
	height: 100%;
	background: #fff;
	position: relative;
}

.gywmzhy_three_middle_hz_xtb {
	width: 108px;
	position: absolute;
	top: 30px;
	right: 40px;
}

.gywmzhy_three_middle_hz_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 42px;
	box-sizing: border-box;
	display: table;
}

.gywmzhy_three_middle_hz_nr_hz {
	width: 100%;
	height: 100%;
	/* display: table-cell;
	vertical-align: middle; */
	padding-top: 40px;
	box-sizing: border-box;
}

.gywmzhy_three_middle_hz_nr_bt {
	font-size: 24px;
	color: #2b9726;
	font-family: SourceHanSansCN;
}

.gywmzhy_three_middle_hz_nr_nr {
	font-size: 16px;
	color: #2c2c2c;
	line-height: 30px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.gywmzhy_three_foot {
	width: 100%;
	height: 300px;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.gywmzhy_three_foot_hz1 {
	width: 240px;
	height: 100%;
	background: #fff;
	display: table;
}

.gywmzhy_three_foot_hz1_box {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.gywmzhy_three_foot_hz1_box>p {
	font-size: 24px;
	color: #2b9726;
	font-family: SourceHanSansCN;
}

.gywmzhy_three_foot_hz1_box>img {
	width: 106px;
	height: 106px;
	margin-top: 26px;
}

.gywmzhy_three_foot_hz2 {
	width: 300px;
	height: 300px;
	background: #48b289;
	position: relative;
}

.gywmzhy_three_foot_hz2_bj,
.gywmzhy_three_foot_hz3_bj,
.gywmzhy_three_foot_hz4_bj,
.gywmzhy_three_foot_hz5_bj {
	max-width: 100%;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

.gywmzhy_three_foot_hz2_nr,
.gywmzhy_three_foot_hz3_nr,
.gywmzhy_three_foot_hz4_nr,
.gywmzhy_three_foot_hz5_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 45px 42px 0 42px;
	box-sizing: border-box;
}

.gywmzhy_three_foot_hz2_nr_bt,
.gywmzhy_three_foot_hz3_nr_bt,
.gywmzhy_three_foot_hz4_nr_bt,
.gywmzhy_three_foot_hz5_nr_bt {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	font-family: SourceHanSansCN;
}

.gywmzhy_three_foot_hz2_nr_js,
.gywmzhy_three_foot_hz3_nr_js,
.gywmzhy_three_foot_hz4_nr_js {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.gywmzhy_three_foot_hz5_nr_js {
	width: 100%;
	margin-top: 24px;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.gywmzhy_three_foot_hz3 {
	width: 300px;
	height: 300px;
	background: #5a8dcb;
	position: relative;
}

.gywmzhy_three_foot_hz4 {
	width: 300px;
	height: 300px;
	background: #e7a961;
	position: relative;
}

.gywmzhy_three_foot_hz5 {
	width: 300px;
	height: 300px;
	background: #1ebed1;
	position: relative;
}

/* 关于我们--荣誉资质 */
.gywmzhy_four {
	width: 100%;
	padding: 75px 0 115px 0;
	box-sizing: border-box;
}

.gywmzhy_four_con {
	width: 1440px;
	margin: 0 auto;
}

.gywmzhy_four_top>p {
	font-size: 36px;
	color: #2c2c2c;
}

.gywmzhy_four_foot {
	width: 100%;
	height: 450px;
	margin-top: 25px;
}

.cloumn5 {
	width: 100%;
	height: 100%;
	position: relative;
}

.cloumn5Bg {
	overflow: hidden;
	width: 100%;
	/*height: 420px;*/
	height: 370px;
	position: relative;
}

.aboutCulture5 {
	width: 100%;
	height: 100%;
}

.mySwiper2 {
	height: 100%;
}

/*.mySwiper2.swiper-wrapper {*/
/*	height: 420px;*/
/*}*/

.mySwiper2 .swiper-wrapper .swiper-slide {
	width: 350px;
	height: 300px;
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,0)) !important;
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)) !important;
}
.gywmzhy_four_tp {
	display: block;
	width: 100%;
	padding-top: 10px;
	box-sizing: border-box;
}

.gywmzhy_four_tp>img {
	width: 100%;
}

.gywmzhy_four_tp>p {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #2b9726;
	display: none;
	margin-top: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mySwiper2 .swiper-wrapper .swiper-slide-active .gywmzhy_four_tp>p {
	display: block;
}

.mySwiper {
	position: absolute !important;
	bottom: 0;
	left: 0;
	height: 52px;
	width: 100%;
	overflow: hidden;
	padding: 0 30px !important;
	box-sizing: border-box;
}

.box5Tab .swiper-wrapper .swiper-slide {
	float: left;
	cursor: pointer;
	width: 18%;
	transition: 0.6s ease;
	position: relative;
	height: 100%;
	/* display: inline-block; */
	text-align: center;
	box-shadow: none;
}

.gywmzhy_four_wz {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 50px;
}

.gywmzhy_four_wz>p {
	font-size: 18px;
	color: #2c2c2c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mySwiper .swiper-wrapper .swiper-slide-thumb-active .gywmzhy_four_wz>p {
	color: #2b9726;
}

.box5Tab .swiper-button-prev {
	width: 51px;
	height: 51px;
	background: url(../image/l1.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 43%;
}

.box5Tab .swiper-button-next {
	width: 51px;
	height: 51px;
	background: url(../image/r1.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 43%;
}

/* 关于我们综合页--宣传视频 */
.gywmzhy_five {
	width: 100%;
	height: 800px;
	position: relative;
}

.gywmzhy_five_bj {
	width: 100%;
	height: 100%;
	background-image: url(../image/xcspbj.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.gywmzhy_five_sp {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.gywmzhy_five_sp>video {
	width: 100%;
	height: 100%;
}

.gywmzhy_five_bt {
	position: absolute;
	left: 12.5%;
	top: 110px;
}

.gywmzhy_five_bt>p {
	font-size: 36px;
	color: #ffffff;
}

/* 单片页 */
.ny_neirong {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 90px;
}

.ny_banner {
	width: 100%;
	height: 600px;
}

.ny_banner_box {
	width: 1440px;
	height: 100%;
	margin: 0 auto;
}

.ny_banner_wz {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}

.ny_banner_wz_k {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ny_banner_wz_zw {
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	font-family: SourceHanSansCN;
}

.ny_banner_wz_yw {
	font-size: 30px;
	color: #ffffff;
	font-family: SimSun;
}

/* 二级 */
.erji {
	width: 100%;
	height: 0;
}

.erji_con {
	width: 1440px;
	margin: 0 auto;
	position: relative;
}

.erji_box {
	width: 100%;
	height: 100px;
	background: #ffffff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: -52px;
	box-shadow: 0 4px 6px #e5e6f4;
	position: absolute;
	top: 0;
	left: 0;
}

.erji_hz {
	display: block;
	flex: 1;
	height: 22px;
	border-right: 1px solid #dbdbdb;
	text-align: center;
	transition: all .6s;
}

.erji_hz>p {
	font-size: 18px;
	color: #2c2c2c;
	line-height: 22px;
}

.erji_hz:hover {
	height: 100%;
	background: #2b9726;
}

.erji_hz:hover.erji_hz>p {
	color: #fff;
	line-height: 100px;
}

.erji_hz[on="true"] {
	height: 100%;
	background: #2b9726;
}

.erji_hz[on="true"].erji_hz>p {
	color: #fff;
	line-height: 100px;
}

/* 具体内容 */
.jtnr {
	width: 100%;
}

/* 单片页 */
.dpy {
	width: 100%;
	padding: 110px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

.dpy_con {
	/*width: 1440px;*/
	width: 1200px;
	margin: 0 auto;
}

.dpy_con>p {
	font-size: 16px;
	color: #2c2c2c;
	line-height: 30px;
}

.dpy_con>img {
	max-width: 100%;
}

.dpy_con>p img {
	max-width: 100%;
}

/* 企业文化 */
.qywh {
	width: 100%;
	padding: 110px 0 70px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

.qywh_con {
	width: 1440px;
	margin: 0 auto;
}

/* 全图列表 */
.qtlb {
	width: 100%;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

.qtlb_con {
	width: 1440px;
	margin: 0 auto;
}

.qthz {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	height: 370px;
	margin: 0 10px;
	margin-bottom: 70px;
	transition: all .6s;
}

.qtlb_con>.qthz:nth-child(3n+3) {
	margin-right: 0;
}

.qthz_top {
	width: 100%;
	height: 330px;
	/* background: #d5dfe9; */
	padding: 14px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all .6s;
}

.qthz_top>img {
	width: 100%;
	height: 302px;
	transition: all .6s;
}

.qthz_foot {
	width: 100%;
	margin-top: 15px;
	padding: 0 14px;
	box-sizing: border-box;
}

.qthz_foot>p {
	width: 100%;
	padding-left: 14px;
	box-sizing: border-box;
	font-size: 18px;
	color: #000004;
	font-family: SourceHanSansCN;
	line-height: 18px;
	border-left: 4px solid #000004;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qthz:hover {
	/*width: 480px;*/
}

.qthz:hover .qthz_top {
	background: #d5dfe9;
}

.qthz:hover .qthz_top>img {
	transform: scale(1.01);
}

.qthz:hover .qthz_foot>p {
	color: #2b9726;
	border-left: 4px solid #2b9726;
}

/* 分页样式 */
.pagings,
.pc_page,
.pagings1 {
	width: 100%;
	text-align: center;
}

.pagings {
	margin-top: 40px;
}

.pagings1 {
	margin-top: 40px;
}

.pc_page>a {
	display: inline-block;
	vertical-align: top;
	padding: 0 16px;
	height: 42px;
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	font-size: 20px;
	color: #919191;
	font-weight: lighter;
	line-height: 42px;
	margin-right: 20px;
}

.pc_page>span {
	display: inline-block;
	vertical-align: top;
	padding: 0 16px;
	height: 42px;
	background: #1b9105;
	border: 1px solid #1b9105;
	border-radius: 8px;
	font-size: 20px;
	color: #ffffff;
	font-weight: lighter;
	line-height: 42px;
	margin-right: 20px;
}

.pagings1>.pc_page>span {
	display: inline-block;
	vertical-align: top;
	padding: 0 16px;
	height: 42px;
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 40px;
	margin-right: 20px;
}

.pc_page>a:hover {
	background: #1b9105;
	border: 1px solid #1b9105;
	color: #fff;
}

.pagings1>.pc_page>a:hover {
	background-image: url(../image/dj_fenye_bj2.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}

.pc_page>.prev,
.pc_page>.next {
	width: 80px;
	padding: 0 10px;
	font-size: 15px;
	border-radius: 5px;
}

/* 视频列表 */
.splb {
	width: 100%;
	padding: 80px 0 60px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

.splb_con {
	width: 1440px;
	margin: 0 auto;
}

.sphz {
	display: inline-block;
	vertical-align: top;
	width: 451px;
	height: 370px;
	background: #fff;
	margin-bottom: 45px;
	margin-right: 39px;
}

.splb_con>.sphz:nth-child(3n+3) {
	margin-right: 0;
}

.sphz_top {
	width: 100%;
	height: 302px;
	position: relative;
}

.sphz_top_bj {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sphz_top_kg {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 195px;
	top: 120px;
}

.sphz_foot {
	width: 100%;
	height: 68px;
	text-align: center;
	line-height: 68px;
}

.sphz_foot>p {
	font-size: 18px;
	color: #4c4c4c;
	font-family: SourceHanSansCN;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sphz:hover .sphz_foot>p {
	color: #2b9726;
}

/* 图文混合 */
.twhhlb {
	width: 100%;
	padding: 90px 0 60px 0;
	box-sizing: border-box;
	background: #ffffff;
}

.twhhlb_con {
	width: 1440px;
	margin: 0 auto;
}

.twhz {
	display: inline-block;
	width: 100%;
	height: 300px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.twhz_left {
	width: 395px;
	height: 300px;
	overflow: hidden;
}

.twhz_left>img {
	width: 100%;
	height: 100%;
}

.twhz_right {
	width: 990px;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.twhz_right_left {
	width: 740px;
	height: 100%;
	display: table;
}

.twhz_right_left_k,
.qwhz_left_k {
	display: table-cell;
	vertical-align: middle;
}

.twhz_right_left_bt,
.qwhz_left_bt {
	width: 100%;
	font-size: 20px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.twhz_right_left_ms,
.qwhz_left_ms {
	width: 100%;
	font-size: 16px;
	color: #888888;
	line-height: 30px;
	margin-top: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.twhz_right_left_rq,
.qwhz_left_rq {
	font-size: 16px;
	color: #888888;
	margin-top: 22px;
}

.twhz_right_right {
	width: 164px;
	height: 100%;
	padding-top: 102px;
	box-sizing: border-box;
	text-align: center;
}

.twhz_right_right_more,
.qwhz_right_more {
	display: inline-block;
	width: 129px;
	height: 41px;
	background: #e8e8e8;
	border-radius: 21px;
	text-align: center;
	line-height: 41px;
	font-size: 16px;
	color: #4c4c4c;
}

.twhz:hover {
	background: #f7f7f7;
}

.twhz:hover .twhz_right_left_bt {
	font-weight: bold;
}

.twhz:hover .twhz_right_left_rq {
	color: #4c4c4c;
}

.twhz:hover .twhz_right_right_more {
	background: #2b9726;
	color: #fff;
}

.qwhz {
	display: inline-block;
	width: 100%;
	height: 210px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.qwhz_left {
	width: 1200px;
	height: 100%;
	display: table;
}

.qwhz_right {
	width: 164px;
	height: 100%;
	padding-top: 72px;
	box-sizing: border-box;
	text-align: center;
}

/* .qwhz:hover{
	background: #f7f7f7;
} */
.qwhz:hover .qwhz_left_bt {
	font-weight: bold;
}

.qwhz:hover .qwhz_left_rq {
	color: #4c4c4c;
}

.qwhz:hover .qwhz_right_more {
	background: #2b9726;
	color: #fff;
}

/* 详情页 */
.xqy {
	width: 100%;
	padding: 80px 0 70px 0;
	box-sizing: border-box;
	background: #ffffff;
}

.xqy_con {
	/*width: 1440px;*/
	width: 1200px;
	margin: 0 auto;
}

.xqy_top {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dotted #e5e5e5;
}

.xqy_top_top {
	width: 100%;
	text-align: center;
}

.xqy_top_top>p {
	font-size: 24px;
	color: #2c2c2c;
}

.xqy_top_foot {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xqy_top_foot>p {
	font-size: 14px;
	color: #888888;
	line-height: 18px;
	margin: 0 20px;
}

.xqy_top_foot>p img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.xqy_foot {
	width: 100%;
	margin-top: 35px;
}

.xqy_foot>p {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
}

.xqy_foot>img {
	max-width: 100%;
	margin: 20px auto;
}

.xqy_foot>p img {
	max-width: 100%;
	margin: 20px auto;
}

/* 上下篇 */
.all_content_shangxia {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.all_content_shangxia>p {
	width: 45%;
	font-size: 16px;
	color: #1b9105;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.all_content_shangxia>p a {
	font-size: 16px;
	color: #4c4c4c;
}

.all_content_shangxia>p a:hover {
	color: #1b9105;
}

/* 产品中心 */
.cpzx {
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	background: #ffffff;
}

.cpzx_con {
	width: 1440px;
	margin: 0 auto;
}

.cpzxhz {
	display: block;
	width: 100%;
	height: 560px;
	overflow: hidden;
	margin-bottom: 30px;
}

.cpzxhz_left {
	width: 800px;
	height: 100%;
	overflow: hidden;
}

.cpzxhz_left>img {
	width: 100%;
	height: 100%;
	transition: all .6s;
}

.cpzxhz_right {
	width: 606px;
	height: 100%;
	display: table;
}

.cpzxhz_right_k {
	display: table-cell;
	vertical-align: middle;
}

.cpzxhz_right_top {
	width: 100%;
}

.cpzxhz_right_top_bt {
	width: 100%;
	font-size: 30px;
	color: #2c2c2c;
	font-family: SourceHanSansCN;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpzxhz_right_top_ms {
	width: 100%;
	margin-top: 22px;
	font-size: 16px;
	color: #2c2c2c;
	font-family: SourceHanSansCN;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.cpzxhz_right_foot {
	width: 570px;
	max-height: 250px;
	overflow: hidden;
	margin-top: 35px;
}

.cpzxhz_right_foot_hz {
	display: inline-block;
	width: 260px;
	height: 59px;
	border: 1px solid #b2b2b2;
	border-radius: 30px;
	text-align: center;
	line-height: 59px;
	font-size: 16px;
	color: #2c2c2c;
	font-family: SourceHanSansCN;
	margin-bottom: 25px;
}

.cpzxhz_right_foot_hz:hover{
	border:1px solid #2b9726;
	color: #2c2c2c;
}
.cpzxhz_left:hover.cpzxhz_left>img{
	transform: scale(1.05);
}
.cpzxhz_right_foot>a:last-child {
	background: #2b9726;
	color: #fff;
	border: none;
}

.cpzxhz_right_foot>.cpzxhz_right_foot_hz:nth-child(2n+1) {
	float: left;
}

.cpzxhz_right_foot>.cpzxhz_right_foot_hz:nth-child(2n+2) {
	float: right;
}


.cpzx_con>.cpzxhz:nth-child(2n+1) .cpzxhz_left {
	float: left;
}

.cpzx_con>.cpzxhz:nth-child(2n+1) .cpzxhz_right {
	float: right;
}

.cpzx_con>.cpzxhz:nth-child(2n+2) .cpzxhz_left {
	float: right;
}

.cpzx_con>.cpzxhz:nth-child(2n+2) .cpzxhz_right {
	float: left;
}

/* 产品列表 */
.cplb {
	width: 100%;
	padding: 80px 0 60px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

/* 三级菜单 */
.sanji {
	width: 100%;
}

.sanji_con {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sanji_a {
	display: inline-block;
	width: 180px;
	height: 60px;
	background: #e4ebf2;
	border-radius: 5px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #2c2c2c;
	font-family: SourceHanSansCN;
	margin: 0 20px;
}

.sanji_a:hover {
	background: #2b9726;
	color: #ffffff;
}

.sanji_a[on="true"] {
	background: #2b9726;
	color: #ffffff;
}

.cplb_box {
	width: 100%;
	margin-top: 50px;
}

.cplb_box_con {
	width: 1440px;
	margin: 0 auto;
}

.cphz {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	height: 385px;
	background: #fff;
	margin-bottom: 50px;
	margin-right: 41px;
}

.cplb_box_con>.cphz:nth-child(3n+3) {
	margin-right: 0;
}

.cphz_top {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.cphz_top>img {
	width: 100%;
	height: 100%;
}

.cphz_foot {
	width: 100%;
	height: 85px;
	padding: 7px 15px;
	box-sizing: border-box;
	display: table;
}

.cphz_foot>p {
	font-size: 18px;
	color: #4c4c4c;
	font-family: SourceHanSansCN;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: table-cell;
	vertical-align: middle;
}

.cphz:hover {
	background: #2b9726;
}

.cphz:hover .cphz_foot>p {
	color: #fff;
}

/* 产品详情 */
.cpxq {
	width: 100%;
	padding: 85px 0 40px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

.cpxq_con {
	width: 1440px;
	margin: 0 auto;
}

.cpxq_hz {
	width: 100%;
	padding: 50px 40px 60px 40px;
	box-sizing: border-box;
	background: #fff;
	display: flex;
	justify-content: space-between;
}

.cpxq_left {
	width: 500px;
	height: 335px;
	overflow: hidden;
}

.cpxq_left>img {
	width: 100%;
	height: 100%;
}

.cpxq_right {
	width: 825px;
}

.cpxq_right_bt {
	font-size: 24px;
	color: #2c2c2c;
	font-weight: bold;
}

.cpxq_right_nr {
	width: 100%;
	margin-top: 20px;
}

.cpxq_right_nr>p {
	font-size: 16px;
	color: #4c4c4c;
	font-family: SourceHanSansCN;
	line-height: 30px;
}

.cpxq_right_nr>img {
	max-width: 100%;
}

.cpxq_right_nr>p img {
	max-width: 100%;
}

/* 人才理念 */
.rcln {
	width: 100%;
	height: 778px;
	background-image: url(../image/rclnbj.jpg);
	background-size: 100% 100%;
}

.rcln_con {
	width: 1440px;
	height: 100%;
	margin: 0 auto;
	padding: 80px 0 0 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.rcln_left {
	width: 650px;
	padding-top: 90px;
	box-sizing: border-box;
}

.rcln_left_top {
	width: 100%;
	height: 38px;
	position: relative;
}

.rcln_left_top1 {
	width: 34px;
	height: 34px;
	border: 2px solid #2b9726;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.rcln_left_top2 {
	width: 30px;
	height: 30px;
	background: #2b9726;
	border-radius: 50%;
	position: absolute;
	left: 17px;
	top: 4px;
}

.rcln_left_top3 {
	width: 140px;
	height: 1px;
	background: #2b9726;
	position: absolute;
	left: 44px;
	top: 18px;
}

.rcln_left_foot {
	width: 100%;
	margin-top: 50px;
}

.rcln_left_foot_top {
	width: 100%;
}

.rcln_left_foot_top>p {
	font-size: 36px;
	color: #190e07;
	font-weight: bold;
}

.rcln_left_foot_foot {
	width: 100%;
	margin-top: 50px;
}

.rcln_left_foot_foot>p {
	font-size: 18px;
	color: #190e07;
	margin-bottom: 5px;
	line-height: 30px;
}

.rcln_left_foot_foot>p span {
	font-weight: bold;
}

.rcln_right {
	width: 651px;
	height: 652px;
	position: relative;
}

.rcln_right_hz {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation: zhuanquan 10s linear infinite;
}

.rcln_right_hz>img {
	width: 100%;
}

@keyframes zhuanquan {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.rcln_right_tp {
	width: 604px;
	height: 604px;
	position: absolute;
	left: 23px;
	top: 23px;
}

.rcln_right_tp>img {
	width: 100%;
	height: 100%;
}

/* 人才招聘 */
.rczp {
	width: 100%;
	padding: 85px 0 30px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

.rczp_con {
	width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}

.rczphz {
	display: inline-block;
	vertical-align: middle;
	width: 710px;
	height: 140px;
	background: #ffffff;
	padding: 0 25px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.rczp_con>.rczphz:nth-child(2n+1) {
	float: left;
}

.rczp_con>.rczphz:nth-child(2n+2) {
	float: right;
}

.rczphz_box {
	width: 100%;
	height: 100%;
	display: table;
}

.rczphz_hz {
	display: table-cell;
	vertical-align: middle;
}

.rczphz_top {
	width: 100%;
}

.rczphz_top>p {
	font-size: 20px;
	color: #2c2c2c;
}

.rczphz_top>p span {
	font-weight: bold;
}

.rczphz_foot {
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.rczphz_foot>p {
	font-size: 16px;
	color: #888888;
}

.rczphz_foot>p span {
	color: #2b9726;
}

.rczphz:hover {
	border: 1px solid #2b9726;
}

.rczphz:hover .rczphz_top>p {
	color: #2b9726;
}

/* 联系我们 */
.lxwm {
	width: 100%;
	padding: 75px 0 35px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

.lxwm_con {
	width: 1440px;
	margin: 0 auto;
}

.lxwm_top {
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: space-between;
}

.lxwm_top_left {
	width: 419px;
	height: 100%;
	background: #2b9726;
	padding: 55px 88px 0 88px;
	box-sizing: border-box;
}

.lxwm_top_left_top {
	width: 100%;
}

.lxwm_top_left_top_top {
	font-size: 16px;
	color: #ffffff;
}

.lxwm_top_left_top_foot {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 9px;
}

.lxwm_top_left_middle {
	width: 20px;
	height: 1px;
	background: #fff;
	margin-top: 24px;
	margin-bottom: 20px;
}

.lxwm_top_left_foot {
	width: 100%;
	margin-top: 30px;
}

.lxwm_top_left_foot>p {
	font-size: 16px;
	color: #ffffff;
}

.lxwm_top_right {
	width: 1021px;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
}

.lxwm_top_right_left {
	width: 460px;
	height: 100%;
	border-right: 1px solid #eeeeee;
	padding: 58px 10px 0 110px;
	box-sizing: border-box;
}

.lxwm_top_right_left_top {
	width: 100%;
}

.lxwm_top_right_left_top_zw {
	font-size: 20px;
	color: #2c2c2c;
}

.lxwm_top_right_left_top_yw {
	font-size: 16px;
	color: #cfcfcf;
	margin-top: 14px;
}

.lxwm_top_right_left_top_xian {
	width: 20px;
	height: 1px;
	background: #888888;
	margin-top: 25px;
}

.lxwm_top_right_left_foot {
	width: 100%;
	margin-top: 19px;
}

.lxwm_top_right_left_foot>p {
	font-size: 16px;
	color: #888888;
	margin-bottom: 14px;
}

.lxwm_top_right_right {
	width: 558px;
	padding: 60px 115px 0 85px;
	box-sizing: border-box;
}

.lxwm_top_right_right_top_zw {
	font-size: 20px;
	color: #2c2c2c;
}

.lxwm_top_right_right_top_yw {
	font-size: 16px;
	color: #d0d0d0;
	margin-top: 12px;
}

.lxwm_top_right_right_foot {
	width: 100%;
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
}

.lxwm_top_right_right_foot_hz {
	width: 148px;
	text-align: center;
}

.lxwm_top_right_right_foot_hz_top {
	width: 148px;
	height: 148px;
	border: 1px solid #eeeeee;
	padding: 8px;
	box-sizing: border-box;
}

.lxwm_top_right_right_foot_hz_top>img {
	width: 100%;
	height: 100%;
}

.lxwm_top_right_right_foot_hz_foot {
	margin-top: 14px;
}

.lxwm_top_right_right_foot_hz_foot>p {
	font-size: 16px;
	color: #888888;
}

.lxwm_foot {
	width: 100%;
	height: 600px;
	background: #fff;
	box-shadow: 0px 0px 6px 2px #f0f1f1;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.lxwm_two_left {
	width: 428px;
	height: 100%;
	padding: 75px 80px;
	box-sizing: border-box;
}

.lxwm_two_left>h6 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.lxwm_two_left>div {
	width: 40px;
	height: 3px;
	background: #999999;
	margin-top: 18px;
}

.lxwm_two_left>img {
	width: 160px;
	height: 160px;
	margin-top: 55px;
	margin-left: 25px;
}

.lxwm_two_left>p {
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
}

.lxwm_two_right {
	width: 862px;
	height: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
}

.map {
	width: 100%;
	height: 100%;
}

/* 在线留言 */
.zxly {
	width: 100%;
	padding: 80px 0 30px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

.zxly_con {
	width: 1440px;
	margin: 0 auto;
}

.tsjy {
	width: 100%;
	/* padding: 45px;
	box-sizing: border-box; */
}

.tsjy_top {
	width: 100%;
}

.tsjy_name {
	display: inline-block;
	vertical-align: middle;
	width: 420px;
	font-size: 0;
	margin-bottom: 50px;
}

.tsjy_name>p,
.tsjy_num>p {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	font-size: 16px;
	color: #4c4c4c;
	text-align-last: justify;
}

input {
	border: none;
}

.tsjy_name>input {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	height: 44px;
	background: #ffffff;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4c4c4c;
}

.tsjy_num {
	display: inline-block;
	vertical-align: middle;
	width: 420px;
	font-size: 0;
	margin-bottom: 50px;
}

.tsjy_num>input {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	height: 44px;
	background: #ffffff;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4c4c4c;
}

.tsjy_nr {
	width: 100%;
	margin-bottom: 40px;
}

.tsjy_nr>p {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	font-size: 16px;
	color: #4c4c4c;
	text-align-last: justify;
}

.tsjy_nr>textarea {
	display: inline-block;
	vertical-align: top;
	width: 1365px;
	height: 270px;
	background: #fff;
	border: none;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4c4c4c;
}

.tsjy_yzm {
	width: 100%;
}

.tsjy_yzm>p {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	font-size: 16px;
	color: #4c4c4c;
	text-align-last: justify;
}

.tsjy_yzm>input {
	display: inline-block;
	vertical-align: middle;
	width: 252px;
	height: 44px;
	background: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4c4c4c;
}

.tsjy_yzm>img {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	height: 40px;
	margin-left: 30px;
}

.tsjy_tj {
	display: block;
	width: 255px;
	height: 44px;
	background: #2b9726;
	text-align: center;
	line-height: 44px;
	margin-top: 35px;
	margin-left: 74px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}

.tsjy_foot {
	width: 100%;
	margin-top: 50px;
}

.tsjy_hz {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 30px;
}

.tsjy_hz_top {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d3d3d3;
}

.tsjy_hz_top_top>img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 29px;
}

.tsjy_hz_top_top>h2 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 16px;
	color: #f86900;
}

.tsjy_hz_top_top>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #212121;
	margin-left: 10px;
}

.tsjy_hz_top_foot {
	width: 100%;
	margin-top: 20px;
}

.tsjy_hz_top_foot>p {
	font-size: 14px;
	color: #212121;
	line-height: 26px;
}

.tsjy_hz_top_foot>p span {
	font-size: 16px;
}

.tsjy_hz_foot {
	width: 100%;
	margin-top: 20px;
}

.tsjy_hz_foot_top>img {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 25px;
}

.tsjy_hz_foot_top>h2 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 16px;
	color: #2b9726;
}

.tsjy_hz_foot_top>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #212121;
	margin-left: 10px;
}

.tsjy_hz_foot_foot {
	width: 100%;
	margin-top: 15px;
}

.tsjy_hz_foot_foot>p {
	font-size: 14px;
	color: #212121;
	line-height: 26px;
}

.tsjy_hz_foot_foot>p span {
	font-size: 16px;
}

/* 营销网络 */
.yxwl {
	width: 100%;
	padding: 80px 0 40px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}

.yxwl_con {
	width: 1440px;
	margin: 0 auto;
}

.yxwl_top {
	width: 100%;
	background: #fff;
	padding: 0 50px 0 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.yxwl_top_left>img {
	width: 16px;
	height: 16px;
	margin-right: 15px;
}

.yxwl_top_right {
	min-width: 500px;
	height: 60px;
	position: relative;
}
.yxwl_top_right>.block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.yxwl_top_right>.block>span {
	width: 100%;
	height: 60px;
	border-bottom: none;
	line-height: 60px;
	font-size: 16px;
	color: #4c4c4c;
}

/*.yxwl_top_right>.city-picker-span {*/
/*	border-bottom: none;*/
/*	line-height: 60px;*/
/*	font-size: 18px;*/
/*	color: #4c4c4c;*/
/*}*/

.yxwl_foot {
	width: 100%;
	height: 800px;
	margin-top: 30px;
	position: relative;
}

.yxwl_foot_top {
	width:1100px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.map_yx {
	width: 100%;
	height: 100%;
}

.yxwl_foot_foot {
	width: 340px;
	height: 100%;
	background: #fff;
	/*display: table;*/
	position: absolute;
	right: 0;
	top: 0;
}

.yxwl_foot_foot_k {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	font-size: 16px;
	color: #171717;
}

/*图片详情*/
.tpxq{
	width: 100%;
	padding: 80px 0 40px 0;
	box-sizing: border-box;
	background: #f7f9fb;
}
.tpxq_con{
	width: 1440px;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
	background: #fff;
}
.tpxq_top{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dotted #e5e5e5;
}
.tpxq_top>p{
	font-size: 24px;
	color: #4c4c4c;
	line-height: 50px;
}
.tpxq_foot{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.tpxq_foot>img{
	/*max-width: 100%;*/
	max-width: 80%;
}