body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: 0 0;
	font-size: 14px;
	font-family: microsoft yahei,arial;
	line-height: 28px;
	cursor: default;
	-webkit-tap-highlight-color: transparent
}

a:active {
	color: #333;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

a,a:active,a:focus,a:hover,a:link,a:visited {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	background: 0 0;
	text-decoration: none
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

input,select,textarea {
	font-size: 12px;
	line-height: 16px
}

img {
	border: 0;
	outline: 0
}

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

a {
	text-decoration: none;
	outline: 0
}

a:hover {
	text-decoration: none
}

input[type=password]:focus,input[type=text]:focus,textarea:focus {
	outline: 0
}

.clear {
	clear: both
}

.035s {
	transition: .35s ease-in-out
}

.header_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px #f8f8f8 solid
}

.header_box .top_header_box {
	position: relative;
	display: block;
	width: 100%;
	background: #;
	border-bottom: 1px #f8f8f8 solid;
}

.header_box .top_header_box .top_header {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto
}

.header_box .top_header_box .top_header .top_left {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 36px;
	color: #bfbfbf;
	float: left;
}

.header_box .top_header_box .top_header .top_right {
	position: relative;
	display: inline-block;
	margin-top: 4px;
	float: right;
}

.header_box .top_header_box .top_header .top_right a {
	font-size: 12px;
	color: #bfbfbf;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px #bfbfbf solid;
	transition:0.35s ease-in-out;
}
.header_box .top_header_box .top_header .top_right a:hover{
	color:#018b41;
	transition:0.35s ease-in-out;
}
.header_box .top_header_box .top_header .top_right .top_right_tel {
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	color: #018b40;
}

.header {
	position: relative;
	display: block;
	width: 100vw;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden
}

.header:before {
	display: none;
	position: absolute;
	top: 148px;
	left: 0;
	content: " ";
	width: 100%;
	border-bottom: 1px #f8f8f8 solid
}

.header .header_logo {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0px 0;
	transform: scale(0.9);
	margin: 20px 0px 20px -12px;
	float: left;
}

.header .header_logo img {
	display: inline-block;
	vertical-align: middle
}

.header .header_logo .header_logo_font {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px #f8f8f8 solid
}

.header .header_logo .header_logo_font h1 {
	display: block;
	color: #333;
	font-weight: 700;
	letter-spacing: 2px
}

.header .header_logo .header_logo_font span {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 32px
}

.header .header_nav {
	position: relative;
	display: inline-block;
	width: 60%;
	float: right;
}

.header .header_nav li {
	position: relative;
	display: inline-block;
	width: calc(99%/10);
	float: left;
}

.header .header_nav .first_nav a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #3a3a3a;
	line-height: 100px;
	letter-spacing: 0.25px;
	transition:0.35s ease-in-out;
}

.header .header_nav .first_nav:hover {
/* 	background-image: linear-gradient(-90deg,#018b40,#20bc67) */
    color:#018b41;
}

.header .header_nav .first_nav:hover a {
	color: #018b41;
	transition:0.35s ease-in-out;
}

.header .header_nav .first_nav:nth-last-child(1):hover {
	background: 0 0;
	cursor: pointer
}

.header .header_nav .first_nav a:nth-last-child(1) {
	border-right: none
}

.header .header_nav .first_nav .search_box {
	position: relative;
	display: block;
	text-align: center;
	width: auto;
	height: auto;
	margin-top: 34px;
	color: #018b41;
	background: transparent;
	border: 1px #018b41 solid;
	border-radius: 6px;
	box-shadow: 1px 2px 4px rgba(51,51,51,0.12);
}

.header .header_nav .first_nav .search_box .name {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.header .header_nav .first_nav .search_box .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.header .header_nav .first_nav .sercond_nav_box {
	position: fixed;
	display: none;
	top: 134px;
	left: 0;
	right: 0;
	width: 100vw;
	padding: 16px 0;
	overflow: hidden;
	z-index: 30;
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box {
	position: relative;
	display: block;
	width: 100vw;
	height: auto;
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
	z-index: 40;
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 24%;
	margin: 0 auto;
	padding: 0;
	float: right;
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list:after {
	display: none;
	content: ' ';
	position: absolute;
	top: 0;
	left: 47%;
	bottom: 20px;
	width: 1px;
	background: #f0f0f0;
	z-index: 32;
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list:hover {
	background-image: none
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list .list_nav {
	position: relative;
	display: inline-block;
	width: calc(100%/2);
	z-index: 2
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list .list_nav:before {
	position: absolute;
	top: 24%;
	right: 12%;
	content: " ";
	width: 0;
	height: 0;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-right: 2px solid #bfbfbf;
	z-index: 1;
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list .list_nav:after {
	content: " ";
	position: absolute;
	bottom:4px;
	left: 0;
	width: 0%;
	height: 1px;
	border-bottom: 1px #efefef solid;
	z-index: 1;
	transition: .35s ease-in-out
}
.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list .list_nav:hover:after {
	content: " ";
	position: absolute;
	bottom:4px;
	left: 0;
	width:70%;
	height: 1px;
	border-bottom: 1px #018b40 solid;
	z-index: 1;
	transition: .7s ease-in-out;
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list .list_nav:hover:before {
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-right: 2px solid #018b40;
	transition: .7s ease-in-out
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list .list_nav a {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	letter-spacing: 2px;
	margin-bottom: 8px;
	border: none;
	transition: .35s ease-in-out;
}

.header .header_nav .first_nav .sercond_nav_box .sercond_nav_list_box .sercond_nav_list .list_nav a:hover {
	color: #018b40;
	transition: .35s ease-in-out
}

.header .header_nav .nav_about_des {
	display: none;
	position: fixed;
	top: 134px;
	left: 50%;
	width: 32%;
	margin-left: -720px;
	padding: 55px 0;
	z-index: 30;
}

.header .header_nav .nav_about_des .title {
	font-size: 20px;
	font-weight: 700;
	color: #666;
	letter-spacing: 2px;
}

.header .header_nav .nav_about_des .des {
	margin: 16px auto;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.header .header_nav .nav_about_des .more a {
	font-size: 12px;
	color: #bfbfbf;
	transition: .35s ease-in-out;
}

.header .header_nav .nav_about_des .more a:hover {
	color: #018b40;
	transition: .35s ease-in-out
}

.sercond_nav_box_bg {
	display: none;
	position: fixed;
	top: 138px;
	width: 100vw;
	height: 240px;
	background: #fff;
	border-top: 1px #efefef solid;
	z-index: 2;
	overflow: hidden;
}

.fixed_sarch_box {
	display: none;
	position: fixed;
	top: 150px;
	left: 50%;
	width: 100%;
	max-width: 1440px;
	margin-left: -720px;
	height: auto;
	background: #fff;
	border-radius: 6px;
	box-shadow: 1px 2px 4px rgba(51,51,51,.2);
	overflow: hidden;
	z-index: 30;
}

.fixed_sarch_box .title {
	display: inline-block;
	text-align: center;
	width: 8%;
	font-size: 14px;
	line-height: 40px;
	border-right: 1px #efefef solid;
}

.fixed_sarch_box .search {
	display: inline-block;
	width: 78%;
	padding: 0 10px;
	font-size: 14px;
	color: #bfbfbf;
	line-height: 40px;
	background: 0 0;
	border: none;
}

.fixed_sarch_box .search::-webkit-input-placeholder {
	color: #bfbfbf
}

.fixed_sarch_box .right_button {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 10%;
	height: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background: #018b40;
	border: 1px #018b40 solid;
	outline: 0;
	float: right;
}

.fixed_sarch_box .right_button:hover {
	background: #333;
	outline: 0;
	transition: .35s ease-in-out
}

.fixed_sarch_box .right_button:active {
	background: #333;
	outline: 0;
	transition: .35s ease-in-out
}

.fixed_sarch_box .right_button .name {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.fixed_sarch_box .right_button .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px
}

.search_list_box {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 60px auto;
	overflow: hidden
}

.search_list_box .nav_title_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(93%/3);
	margin-right: 2%;
	overflow: hidden
}

.search_list_box .nav_title_box .title {
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #bfbfbf;
	border-bottom: 1px #efefef dashed
}

.search_list_box .nav_title_box .name {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.search_list_box .nav_title_box .name a {
	color: #333;
	transition: .35s ease-in-out
}

.search_list_box .nav_title_box .name a:hover {
	color: #018b40;
	transition: .35s ease-in-out
}

.banner_box {
	position: relative;
	width: 100%;
	overflow: hidden
}

.banner_box .swiper-wrapper .swiper-slide {
	height: auto;
	overflow: hidden
}

.banner_box .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: auto
}

.business_type_box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../images/index_business_bg.jpg) no-repeat top;
	overflow: hidden
}

.business_type_box .title_box {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 80px auto 40px
}

.business_type_box .title_box .title_left {
	position: relative;
	display: inline-block;
	float: left
}

.business_type_box .title_box .title_left .en {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0px;
	opacity: .05;
}

.business_type_box .title_box .title_left .cn {
	margin-top: -16px;
	font-size: 20px;
	font-weight: 400;
	color: #333;
}

.business_type_box .title_box .title_right {
	position: relative;
	display: inline-block;
	float: right
}

.business_type_box .title_box .title_right .cn {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

.business_type_box .title_box .title_right .en {
	font-size: 12px;
	line-height: 24px;
	text-align: right;
}

.business_type_box .title_box .title_right .en a {
	font-size: 14px;
	color: #bfbfbf
}

.business_type_box .business_list_box {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	margin: 0 auto
}

.business_type_box .business_list_box .list_box {
	position: relative;
	display: inline-block;
	width: calc(100% /4);
	overflow: hidden;
	box-shadow: 1px 2px 4px rgba(51,51,51,.1);
	transition: .35s ease-in-out;
	float: left;
}

.business_type_box .business_list_box .list_box:hover {
	box-shadow: 1px 2px 4px rgba(51,51,51,.6);
	transition: .35s ease-in-out
}

.business_type_box .business_list_box .list_box .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,.7);
	transition: .35s ease-in-out;
	z-index: 3
}

.business_type_box .business_list_box .list_box:hover .cover {
	background: rgba(29,140,80,.8);
	transition: .35s ease-in-out
}

.business_type_box .business_list_box .list_box .imgbox {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2
}

.business_type_box .business_list_box .list_box .imgbox img {
	width: 100%;
	height: auto
}

.business_type_box .business_list_box .list_box .title {
	position: absolute;
	text-align: right;
	top: 40px;
	right: 40px;
	font-size: 24px;
	color: #fefefe;
	z-index: 4;
}

.business_type_box .business_list_box .list_box .title .en {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.profile_box {
	position: relative;
	width: 100%;
	margin: 60px auto;
	background: url(../images/index_about_logo_code.png) no-repeat 0 90px;
	overflow: hidden
}

.profile_box .profile {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden
}

.profile_box .profile .profile_info {
	position: relative;
	display: inline-block;
	width: 50%;
	float: left
}

.profile_box .profile .profile_info .title {
	position: relative;
	margin: 4px auto 30px;
	z-index: 2
}

.profile_box .profile .profile_info .title:before {
	content: " ";
	position: absolute;
	top: 54px;
	width: 70%;
	height: 1px;
	border-bottom: 1px #efefef solid;
	transition: .35s ease-in-out
}

.profile_box .profile .profile_info .title .en {
	display: block;
	position: relative;
	margin-top: 0;
	font-size: 28px;
	font-weight: 700;
	color: #f8f8f8;
	letter-spacing: 0;
}

.profile_box .profile .profile_info .title .cn {
	display: block;
	position: relative;
	margin-top: -14px;
	font-size: 20px;
	font-weight: 400px;
	color: #1c1c1c;
}

.profile_box .profile .profile_info .name {
	font-size: 24px;
	font-weight: 700;
	color: #018b40;
	letter-spacing: 1.4px;
	margin-bottom: 24px;
}

.profile_box .profile .profile_info .des p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-indent: 2em;
	margin-bottom: 10px;
}

.profile_box .profile .profile_imgbox {
	position: relative;
	display: inline-block;
	width: 34%;
	box-shadow: 1px 2px 4px rgba(51,51,51,.6);
	overflow: hidden;
	float: right;
}

.profile_box .profile .profile_imgbox img {
	width: 100%;
	height: auto;
	animation: index_about_pic 30s infinite
}

.profile_box .profile .more {
	display: block;
	position: relative;
	margin-top: 20px
}

.profile_box .profile .more a {
	font-size: 12px;
	color: #bfbfbf;
}
.profile_box .profile .more a:hover {
	color: #018b40;
	transition: .35s ease-in-out
}

.pages_list_box {
	position: relative;
	width: 100%;
	background: #f6f6f6;
	overflow: hidden
}

.pages_list_box .pages_list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	max-width: 1400px;
	margin: 60px auto;
	padding: 20px;
	background: #fff;
	box-shadow: 1px 2px 4px rgba(51,51,51,.1);
	border-radius: 6px
}

.pages_list_box .pages_list .pages_nav_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 14%;
	padding-right: 2%;
}

.pages_list_box .pages_list .pages_nav_title {
	margin-bottom: 20px;
}

.pages_list_box .pages_list .pages_nav_title .en {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	color: #018b40;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pages_list_box .pages_list .pages_nav_title .cn {
	display: block;
	position: relative;
	margin-top: 0;
	font-size: 28px;
	font-weight: 400;
	color: #333;
	letter-spacing: 2px;
}

.pages_list_box .pages_list .pages_productlist_box {
	position: relative;
	display: block;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px #efefef dashed;
}

.pages_list_box .pages_list .pages_productlist_box li {
	position: relative;
	display: inline-block;
	width: calc(92%/4);
	margin: 1%;
	float: left;
	box-shadow: 1px 2px 4px rgba(51,51,51,.1);
	transition: .35s ease-in-out
}

.pages_list_box .pages_list .pages_productlist_box li:hover p {
	background: #018b40;
	transition: .35s ease-in-out
}

.pages_list_box .pages_list .pages_productlist_box li p a {
	display: block;
	text-align: center;
	color: #333;
	line-height: 36px;
	transition: .35s ease-in-out
}

.pages_list_box .pages_list .pages_productlist_box li:hover p a {
	color: #fff;
	transition: .35s ease-in-out
}

.pages_list_box .pages_list .pages_productlist_box li img {
	width: 100%;
	height: auto
}

.pages_list_box .product_show {
	position: relative;
	margin-top: 10px;
	padding-top: 30px;
	width: 100%;
	height: auto;
	border-top: 1px #efefef dashed
}

.pages_list_box .product_show .product_info {
	position: relative;
	display: inline-block;
	margin: 0 auto 16px;
	padding: 0 0 0;
	width: 100%;
	height: auto;
	border-bottom: none;
	text-align: center
}

.pages_list_box .product_show .product_info .showimg_box {
	position: relative;
	float: left;
	display: inline-block;
	width: 50%;
	height: auto;
	border: none
}

.pages_list_box .product_show .product_info .showimg_box .showimg {
	position: relative;
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 99%;
	height: auto;
	border: 1px #bfbfbf solid
}

.pages_list_box .product_show .product_info .showimg_box .showimg img {
	width: 100%
}

.pages_list_box .product_show .product_info .showimg_box .showimg .mask {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	cursor: move
}

.pages_list_box .product_show .product_info .showimg_box .showimg .float_layer {
	position: absolute;
	display: none;
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,.4)
}

.pages_list_box .product_show .product_info .showimg_box .bigshowimg {
	position: absolute;
	left: 100%;
	z-index: 2;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 520px;
	border: none;
	box-shadow: 0 1px 12px rgba(51,51,51,.05)
}

.pages_list_box .product_show .product_info .showimg_box .bigshowimg img {
	position: relative;
	width: 200%
}

.pages_list_box .product_show .product_info .smallimg {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	margin: 10px auto 0;
	width: 100%;
	height: auto;
	cursor: pointer
}

.pages_list_box .product_show .product_info .smallimg ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #999;
	list-style: none;
	text-align: left;
}

.pages_list_box .product_show .product_info .smallimg ul li {
	display: inline-block;
	width: calc(95%/4);
	outline: 0;
	border: 2px #bfbfbf solid;
	transition: .35s ease-in-out
}

.pages_list_box .product_show .product_info .smallimg ul li:hover {
	border: 2px #018b40 solid;
	transition: .35s ease-in-out
}

.pages_list_box .product_show .product_info .smallimg ul .active {
	border: 2px #018b40 solid;
	transition: .35s ease-in-out
}

.pages_list_box .product_show .product_info .smallimg ul li img {
	width: 100%
}

.pages_list_box .product_show .product_info .info {
	position: relative;
	float: right;
	display: inline-block;
	overflow: hidden;
	width: 48%;
	height: auto;
	border: none;
	text-align: left
}

.pages_list_box .product_show .product_info .info .title {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px #efefef solid;
	color: #018b40;
	font-weight: 700;
	font-size: 18px;
}

.pages_list_box .product_show .product_info .info .desc {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-indent: 2em;
}
.pages_list_box .product_show .conttitle{
    width:100%;
    text-align:left;
    font-size: 14px;
    color: #fff;
    line-height:36px;
    margin-bottom:10px;
    padding-left:10px;
    background: #018b40;
    border-radius:0px;
}
.pages_list_box .product_show .preNext {
	position: relative;
	display: block
}

.pages_list_box .product_show .preNext li {
	display: inline-block;
	width: 50%;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px #efefef solid
}
.pages_list_box .product_show .preNext li a{
	font-size: 14px;
	color:#999;
	transition:0.35s ease-in-out;
}
.pages_list_box .product_show .preNext li:hover a{
	color:#018b40;
	transition:0.35s ease-in-out;
}
.pages_list_box .product_show .preNext li:nth-child(1) {
	display: inline-block;
	text-align: left;
	width: 50%
}

.pages_list_box .product_show .preNext li:nth-child(2) {
	display: inline-block;
	text-align: right;
	width: 50%
}

.pages_list_box .pages_list .pages_nav_list {
	position: relative;
	line-height: 44px;
	margin-bottom: 10px;
	border-bottom: 1px #efefef solid;
	transition: .35s ease-in-out;
	z-index: 2
}

.pages_list_box .pages_list .pages_nav_list:hover {
	padding-left: 20px;
	background: #018b40;
	border-radius: 6px 0 0 6px;
	transition: .35s ease-in-out
}

.pages_list_box .pages_list .pages_nav_list:before {
	content: " ";
	position: absolute;
	top: 40%;
	right: 0;
	content: " ";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #bfbfbf;
	transition: .35s ease-in-out;
	z-index: 1
}

.pages_list_box .pages_list .pages_nav_list:hover:before {
	right: 20px;
	border-left: 4px solid transparent;
	border-right: 4px solid #fff;
	transition: .35s ease-in-out
}

.pages_list_box .pages_list .pages_nav_list a {
	display: block;
	font-size: 14px;
	color: #333;
}

.pages_list_box .pages_list .pages_nav_list:hover a {
	color: #fff
}

.pages_list_box .pages_list .pagese_list_info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 79%;
	padding: 0;
	overflow: hidden
}

.pages_list_box .pages_list .pagese_list_info .title_box {
	position: relative;
	display: block;
	margin: 10px 0 20px 0;
	padding: 0 0 20px 0;
	border-left: none;
	border-bottom: 1px #bfbfbf dashed
}

.pages_list_box .pages_list .pagese_list_info .title {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	color: #333;
	float: left
}

.pages_list_box .pages_list .pagese_list_info .position {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #bfbfbf;
	float: right
}

.pages_list_box .pages_list .pagese_list_info .position a {
	color: #018b40
}

.pages_list_box .pages_list .pagese_list_info .list_info .title {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 24px;
	color: #343434;
	line-height: 52px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #efefef dashed;
}

.pages_list_box .pages_list .pagese_list_info .list_info .posttime {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #bfbfbf;
	line-height: 30px
}

.pages_list_box .pages_list .pagese_list_info .list_info .desc {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	color: #bfbfbf;
	background: #f8f8f8
}

.pages_list_box .pages_list .pagese_list_info .list_info #textarea {
	overflow: hidden
}

.pages_list_box .pages_list .pagese_list_info .list_info .author {
	color: #bfbfbf;
	line-height: 40px
}

.pages_list_box .pages_list .pagese_list_info .list_info .preNext {
	padding-top: 10px;
	border-top: 1px #efefef dashed
}

.pages_list_box .pages_list .pagese_list_info .list_info .preNext li {
	display: inline-block;
	width: calc(100%/2);
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.pages_list_box .pages_list .pagese_list_info .list_info .preNext li:nth-child(1) {
	text-align: left;
	float: left
}

.pages_list_box .pages_list .pagese_list_info .list_info .preNext li:nth-child(2) {
	text-align: right;
	float: right
}

.pages_list_box .pages_list .pagese_list_info .list_info .preNext li a {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 460px;
	color: #666;
	transition: .35s ease-in-out;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.pages_list_box .pages_list .pagese_list_info .list_info .preNext li a:hover {
	color: #018b40;
	transition: .35s ease-in-out
}

.pages_list_box .pages_list .pages_info_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 81%;
	overflow: hidden;
}

.pages_list_box .pages_list .pages_info_box .title_box {
	position: relative;
	display: block;
	margin: 10px 0 20px 0;
	padding: 0 0 20px 0;
	border-left: none;
	border-bottom: 1px #bfbfbf dashed
}

.pages_list_box .pages_list .pages_info_box .title_box .title {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	float: left;
}

.pages_list_box .pages_list .pages_info_box .title_box .position {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #bfbfbf;
	float: right
}

.pages_list_box .pages_list .pages_info_box .title_box .position a {
	color: #018b40
}

.pages_list_box .pages_list .pages_info_box .content {
	overflow: hidden
}

.honor_cover_box {
	display: none;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(51,51,51,.98);
	z-index: 30;
	overflow: hidden
}

.honor_cover_box .honor_close_icon {
	position: absolute;
	top: 4%;
	right: 2%;
	font-size: 36px;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(51,51,51,.6);
	z-index: 40
}

.honor_cover_box .honor_imgbox {
	display: inline-block;
	width: auto;
	margin-top: 6%
}

.honor_cover_box .honor_imgbox img {
	width: 100%
}

.pages_list_box .pages_list .about_honor_list_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 79%;
	overflow: hidden
}

.pages_list_box .pages_list .about_honor_list_box .title_box {
	position: relative;
	display: block;
	margin: 10px 0 20px 0;
	padding: 0 0 20px 0;
	border-left: none;
	border-bottom: 1px #f8f8f8 dashed
}

.pages_list_box .pages_list .about_honor_list_box .title_box .title {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	color: #333;
	float: left
}

.pages_list_box .pages_list .about_honor_list_box .title_box .position {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #bfbfbf;
	float: right
}

.pages_list_box .pages_list .about_honor_list_box .title_box .position a {
	color: #018b40
}

.pages_list_box .pages_list .about_honor_list_box .honor_list {
	position: relative;
	display: block;
	overflow: hidden
}

.pages_list_box .pages_list .about_honor_list_box .honor_list .list_box {
	position: relative;
	display: inline-block;
	width: calc(88%/4);
	height: 164px;
	margin: 1%;
	border: 1px #efefef solid;
	box-shadow: 1px 2px 4px rgba(51,51,51,.2);
	overflow: hidden;
	opacity: 1;
	transition: .35s ease-in-out;
}

.pages_list_box .pages_list .about_honor_list_box .honor_list .list_box:hover {
	opacity: 1;
	transition: .35s ease-in-out
}

.pages_list_box .pages_list .about_honor_list_box .honor_list .list_box img {
	width: 100%;
	height: auto
}

.pages_list_box .pages_list .pages_newslist_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 79%;
	padding: 0;
	overflow: hidden
}

.pages_list_box .pages_list .pages_newslist_box .title_box {
	position: relative;
	display: block;
	margin: 10px 0 20px 0;
	padding: 0 0 20px 0;
	border-left: none;
	border-bottom: 1px #bfbfbf dashed
}

.pages_list_box .pages_list .pages_newslist_box .title {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	color: #333;
	float: left
}

.pages_list_box .pages_list .pages_newslist_box .position {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #bfbfbf;
	float: right
}

.pages_list_box .pages_list .pages_newslist_box .position a {
	color: #018b40
}

.pages_list_box .pages_list .pages_newslist_box .newslist {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(93%/3);
	margin: 1%;
	height: auto;
	overflow: hidden
}

.pages_list_box .pages_list .pages_newslist_box .newslist .imgb_box {
	height: 260px;
	overflow: hidden;
	box-shadow: 1px 2px 4px rgba(51,51,51,.4);
	border-radius: 6px
}

.pages_list_box .pages_list .pages_newslist_box .newslist .imgb_box img {
	width: 100%;
	height: auto
}

.pages_list_box .pages_list .pages_newslist_box .newslist .news_title {
	width: 100%;
	color: #333;
	line-height: 42px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .35s ease-in-out
}

.pages_list_box .pages_list .pages_newslist_box .newslist:hover .news_title {
	color: #018b40;
	transition: .35s ease-in-out
}

.page_info {
	position: relative;
	display: inline-block;
	padding-top: 16px;
	width: 100%;
	border-top: 1px #efefef solid;
	text-align: right;
	letter-spacing: 2px;
	font-size: 14px
}

.page_list {
	position: relative;
	display: inline-block;
	margin-top: 32px;
	padding-top: 32px;
	width: 100%;
	border-top: 1px #efefef solid;
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px
}

.page_list a {
	display: inline-block;
	margin: 0 6px;
	width: 40px;
	height: 24px;
	border: 1px #333 solid;
	border-radius: 6px;
	color: #333;
	font-size: 12px;
	line-height: 24px;
	transition: .35s ease-in-out
}

.page_list a:hover {
	border: 1px #018b40 solid;
	background: #018b40;
	color: #fff;
	transition: .35s ease-in-out
}

.page_list a:nth-child(1) {
	border: 1px #018b40 solid;
	background: #018b40;
	color: #fff
}

.page_list a:nth-last-child(1) {
	border: 1px #018b40 solid;
	background: #018b40;
	color: #fff
}

.information_box {
	position: relative;
	width: 100%;
	background: #f8f8f8;
	overflow: hidden;
}

.information_box .information {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden
}

.information_box .information .news_list_box {
	position: relative;
	display: inline-block;
	width: 50%
}

.information_box .information .news_list_box .title_box {
	width: 78%;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px #efefef solid
}

.information_box .information .news_list_box .title_box .en {
	font-size: 48px;
	font-weight: 700;
	color: #000;
	opacity: .05
}

.information_box .information .news_list_box .title_box .cn {
	margin-top: -16px;
	font-size: 20px;
	font-weight: 400;
	color: #1c1c1c;
}

.information_box .information .news_list_box .news_list .list_box {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #efefef solid;
	overflow: hidden
}
.information_box .information .news_list_box .news_list .list_box:nth-last-child(1){
	margin-bottom:10px;
}
.information_box .information .news_list_box .news_list .list_box .imgbox {
	display: none;
	width: 34%;
	transition: .35s ease-in-out
}

.information_box .information .news_list_box .news_list .list_box .imgbox_hover {
	display: inline-block;
	width: 34%;
	transition: .35s ease-in-out
}

.information_box .information .news_list_box .news_list .list_box .imgbox img {
	width: 100%;
	height: 186px;
	overflow: hidden
}

.information_box .information .news_list_box .news_list .list_box .list_info {
	display: inline-block;
	width: 100%;
	float: right;
	transition: .35s ease-in-out
}

.information_box .information .news_list_box .news_list .list_box .list_info_hover {
	display: inline-block;
	width: 64%;
	transition: .35s ease-in-out
}

.information_box .information .news_list_box .news_list .list_box .list_info .news_title {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 70%;
	transition: .35s ease-in-out;
}

.information_box .information .news_list_box .news_list .list_box .list_info .news_title_hover {
	width: 100%;
	transition: .35s ease-in-out
}

.information_box .information .news_list_box .news_list .list_box:nth-child(1) .list_info .news_title {
	font-size: 14px;
}

.information_box .information .news_list_box .news_list .list_box .list_info .news_title .news_sign {
	color: #999;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px #999 solid
}

.information_box .information .news_list_box .news_list .list_box .list_info .news_title .news_name {
	color: #1c1c1c;
	transition: .35s ease-in-out
}

.information_box .information .news_list_box .news_list .list_box:hover .list_info .news_title .news_name {
	color: #018b40;
	transition: .35s ease-in-out
}

.information_box .information .news_list_box .news_list .list_box .list_info .news_des {
	display: none;
	margin: 30px auto;
	font-size: 14px;
	line-height: 28px;
	color: #999
}

.information_box .information .news_list_box .news_list .list_box .list_info .news_des_hover {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: .35s ease-in-out
}

.information_box .information .news_list_box .news_list .list_box .list_info .date {
	position: relative;
	display: inline-block;
	text-align: right;
	width: auto;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	float: right
}

.information_box .information .news_list_box .news_list .list_box .list_info .date_hover {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%
}

.information_box .information .news_list_box .news_list .news_more a {
	margin-top: -10px;
	font-size: 12px;
	color: #bfbfbf;
	transition: .35s ease-in-out;
}

.information_box .information .news_list_box .news_list .news_more a:hover {
	color: #018b40;
	transition: .35s ease-in-out
}

.information_box .information .honor_list_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40%;
	float: right
}

.information_box .information .honor_list_box .title_box {
	text-align: right;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px #efefef solid;
}

.information_box .information .honor_list_box .title_box .en {
	font-size: 48px;
	font-weight: 700;
	color: #000;
	opacity: .05
}

.information_box .information .honor_list_box .title_box .cn {
	margin-top: -10px;
	font-size: 20px;
	font-weight: 400;
	color: #1c1c1c;
}

.information_box .information .honor_list_box .honor_list {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden
}

.information_box .information .honor_list_box .honor_list .list_box {
	position: relative;
	display: inline-block;
	width: calc(96%/2);
	margin: 1%;
	border: 1px #f8f8f8 solid;
	box-shadow: 1px 2px 4px rgba(51,51,51,.2);
	overflow: hidden;
	float: left;
	opacity: 1;
	transition: .35s ease-in-out;
}

.information_box .information .honor_list_box .honor_list .list_box:hover {
	opacity: 1;
	transition: .35s ease-in-out
}

.information_box .information .honor_list_box .honor_list .list_box img {
	width: 100%;
	height: auto
}

.information_box .information .honor_list_box .honor_list .honor_more {
	display: inline-block;
	text-align: right;
	width: 100%;
	margin-top: 14px;
	padding-top: 10px;
	border-top: 1px #efefef solid;
	float: right;
}

.information_box .information .honor_list_box .honor_list .honor_more a {
	font-size: 12px;
	color: #bfbfbf;
	transition: .35s ease-in-out;
}

.information_box .information .honor_list_box .honor_list .honor_more a:hover {
	color: #018b40;
	transition: .35s ease-in-out
}

.footer_box {
	position: relative;
	width: 100%;
	background: #222623;
	border-top: 2px solid #0a8f46;
	overflow: hidden
}

.footer_box .footer {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden
}

.footer_box .footer .footer_nav {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 12%;
	margin: 50px 5% 60px 0
}

.footer_box .footer .footer_nav .nav_title {
	position: relative;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	z-index: 2;
	transition: .35s ease-in-out;
}

.footer_box .footer .footer_nav .nav_title:before {
	content: " ";
	position: absolute;
	top: 40px;
	width: 0%;
	height: 1px;
	border-bottom: 1px #fff solid;
	z-index: 1;
	transition: .35s ease-in-out
}

.footer_box .footer .footer_nav:hover .nav_title {
	margin-bottom: 20px;
	transition: .35s ease-in-out
}

.footer_box .footer .footer_nav:hover .nav_title:before {
	width: 100%;
	transition: .35s ease-in-out
}

.footer_box .footer .footer_nav .nav_list li {
	position: relative;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	float: left
}

.footer_box .footer .footer_nav:nth-child(1) .nav_list li {
	width: calc(100%/2)
}

.footer_box .footer .footer_nav .nav_list li a {
	color: #959595;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 24px;
	transition: .35s ease-in-out;
}

.footer_box .footer .footer_nav .nav_list li:hover a {
	color: #fff;
	transition: .35s ease-in-out
}

.footer_box .footer .footer_contact {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 50px auto 60px;
	float: right
}

.footer_box .footer .footer_contact .contact_title {
	position: relative;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	z-index: 2;
	transition: .35s ease-in-out;
}

.footer_box .footer .footer_contact .contact_title:before {
	content: " ";
	position: absolute;
	top: 40px;
	width: 0%;
	height: 1px;
	border-bottom: 1px #fff solid;
	z-index: 1;
	transition: .35s ease-in-out
}

.footer_box .footer .footer_contact:hover .contact_title:before {
	width: 100%;
	transition: .35s ease-in-out
}

.footer_box .footer .footer_contact .contact_info {
	margin-top: 20px;
	transition: .35s ease-in-out
}

.footer_box .footer .footer_contact:hover .contact_info {
	margin-top: 20px;
	transition: .35s ease-in-out
}

.footer_box .footer .footer_contact .contact_info span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.footer_box .footer .footer_contact .contact_info span a {
	color: #fff
}

.footer_box .footer .footer_contact .contact_code {
	position: absolute;
	top: 78px;
	right: 0;
	width: 98px;
	height: 98px;
}

.footer_box .footer .footer_contact .contact_code img {
	width: 100%;
	height: auto
}

.footer_box .footer .copryright_box {
	position: relative;
	display: block;
	width: 100%;
	line-height: 38px;
	border-top: 1px #333 solid;
}

.footer_box .footer .copryright_box .copyright_left {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #959595;
	float: left;
}

.footer_box .footer .copryright_box .contact_link {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #959595;
	float: right
}

.footer_box .footer .copryright_box .contact_link a {
	display: inline-block;
	margin-right: 6px;
	padding-right: 6px;
	font-size: 12px;
	color: #959595;
	line-height: 14px;
	border-right: 1px #959595 solid;
	transition: .35s ease-in-out;
}

.footer_box .footer .copryright_box .contact_link a:nth-last-child(1) {
	border-right: none
}

.footer_box .footer .copryright_box .contact_link a:hover {
	color: #fff;
	transition: .35s ease-in-out
}
@media screen and (max-width:1280px) {
	.footer_box .footer .footer_contact {
	    width: 33% !important;
	}
}
@media screen and (min-width:1280px) {
	.header_box .top_header_box {
		width: 96%;
		padding: 0 2%
	}

	.header {
		width: 96%;
		padding: 0 2%
	}

	.business_type_box .title_box {
		width: 96%;
		padding: 0 2%
	}

	.profile_box .profile .profile_info {
		width: 50%;
		margin-left: 2%
	}

	.pages_list_box {
		width: 100%;
		padding: 0;
	}

	.pages_list_box .pages_list {
		width: 96%
	}

	.information_box {
		width: 96%;
		padding: 0 2%
	}

	.information_box .information .news_list_box .title_box .en {
		font-size: 28px;
	}

	.information_box .information .honor_list_box .title_box .en {
		font-size: 28px;
	}

	.information_box .information .honor_list_box .honor_list .list_box {
		width: calc(95%/2);
		height: 180px;
		overflow: hidden
	}

	.message_box {
		position: relative;
		display: inline-block;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 78%;
		border-radius: 6px;
		background: 0 0;
		text-align: left;
		cursor: default
	}

	.message_box .left_imgbox {
		float: right;
		display: block;
		width: 30%;
		height: 500px
	}

	.message_box .left_imgbox img {
		width: 100%;
		height: 500px
	}

	.message_box .right_message_box {
		float: left;
		display: inline-block;
		padding: 0 30px 0 30px;
		width: 64%;
		height: 500px;
		background: #f8f8f8
	}

	.message_box .right_message_box .right_title {
		margin-top: 36px;
		margin-bottom: 30px;
		padding-bottom: 10px;
		padding-left: 20px;
		border-bottom: 1px #bfbfbf dashed;
		border-left: 4px #018b40 solid;
		color: #333;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 28px;
		line-height: 36px
	}

	.message_box .right_message_box .right_title .en {
		display: none;
		color: #bfbfbf;
		font-size: 18px;
		font-family: arial
	}

	.message_box .right_message_box form {
		position: relative;
		display: block;
		padding: 0 10px
	}

	.message_box .right_message_box form .list {
		position: relative;
		display: inline-block;
		margin-bottom: 10px
	}

	.message_box .right_message_box form .list .list_name {
		display: inline-block;
		width: 80px;
		vertical-align: top;
		text-align: left;
		line-height: 36px
	}

	.message_box .right_message_box form .list textarea {
		padding-left: 20px;
		width: 660px!important;
		height: 120px!important;
		border: 1px #efefef solid;
		border-radius: 2px;
		color: #333;
		font-size: 14px;
		line-height: 36px;
		resize: none
	}

	.message_box .right_message_box form .list textarea::placeholder {
		color: #bfbfbf;
		font-size: 14px;
		line-height: 36px
	}

	.message_box .right_message_box form .list input {
		padding-left: 20px;
		width: 660px!important;
		height: 36px!important;
		border: 1px #efefef solid;
		border-radius: 2px;
		color: #333;
		font-size: 14px
	}

	.message_box .right_message_box form .list input::placeholder {
		color: #bfbfbf;
		font-size: 14px;
		line-height: 36px
	}

	.message_box .right_message_box form .list #validate {
		width: 100px!important
	}

	.message_box .right_message_box form .list .code {
		padding-left: 10px;
		color: #333
	}

	.message_box .right_message_box form .msg_btn_area {
		margin: 16px 0 0;
		width: 40%;
		height: 40px;
		border-radius: 4px;
		background: #018b40;
		text-align: center;
		line-height: 40px;
	}

	.message_box .right_message_box form .msg_btn_are:hover {
		background: #333
	}

	.message_box .right_message_box form .msg_btn_are:active {
		background: #333
	}

	.message_box .right_message_box form .msg_btn_area a {
		display: block;
		color: #fff
	}

	.message_box .right_message_box form .list .code {
		display: none
	}

	.footer_box {
		width: 96%;
		padding: 0 2%
	}

	.footer_box .footer .footer_nav {
		width: 14%;
		margin: 50px 2% 60px 0
	}

	.footer_box .footer .footer_contact {
		width: 28%;
	}
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed
}

.tbox {
	width: 50px;
	float: right;
	position: fixed;
	right: 10px;
	bottom: 15px;
	display: none
}

.tbox #gotop {
	width: 50px;
	height: 50px;
	background: url(../images/icon.png) no-repeat 0 0;
	display: block
}

@keyframes index_about_pic {
	0 {
		transform: scale(1)
	}

	50% {
		transform: scale(1.5)
	}

	100% {
		transform: scale(1)
	}
}