* {
	padding: 0;
	margin: 0;
	-webkiit-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
	color: #066e43;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
input[type=text]:focus, input[type=text]:active {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: middle;
}
input, input:focus, input:active, button, button[type=button], textarea:focus {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.m {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
/*.top*/

.dingwei {
	position: absolute;
}
.top {
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	z-index: 99999;
}
.top .logo {
}
.top .logo img {
	width: 100%
}
.top ul {
	float: right;
}
.top li {
	float: left;
	position: relative;
}
.top li.last {
	margin-right: 0;
}
.top li > a {
	color: #262626;
	display: block;
	padding: 28px 0px;
	width: 110px;
	text-align: center;
	font-size: 16px;
}
.top li.on > a {
	color: #000;
}
.top li:hover > a {
	color: #066e43;
}
.top li dl {
	display: none;
	position: absolute;
	left: 0;
	top: 77px;
	width: 100%;
	background: #066e43;
	z-index: 999999;
}
.top li dl a {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.top li dl a:hover {
/*color: #000;
	font-weight: bold;*/
}
.top li:hover dl {
	display: block;
}
.top .lan a {
	width: 40px;
	display: inline-block;
}
.top .m {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.active {
	color: #066e43 !important
}
.index-2 {
	position: relative
}
.index-2 img {
	object-fit: cover;
	width: 100%;
	height: 100%
}
.index-2 .desc-index {
	width: 95%;
	max-width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	height: 200px;
	z-index: 99999;
	top: 0;
	height: 100%;
	margin: 0 auto;
}
.index-2 .desc-index .desc {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	flex-wrap: wrap;
	color: #096e44;
}
.index-2 .desc-index .desc .title {
	width: 100%;
	font-size: 35px;
	font-weight: bold;
}
.index-2 .desc-index .desc .ms {
	width: 100%;
	padding: 20px 0;
	line-height: 30px;
	font-size: 18px;
}
.more {
	width: 100%;
}
.more a {
	color: #096e44;
	border-radius: 35px;
	font-size: 18px;
	width: 144px;
	border: 1px solid #096e44;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 4px 0;
}
.more a img {
	width: 14%;
}
.index-3 {
	position: relative
}
.index-3 img {
	object-fit: cover;
	width: 100%;
	height: 100%
}
.index-3 .desc-index {
	width: 95%;
	max-width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	/*height: 200px;*/
	z-index: 99999;
	top: 0;
	height: 100%;
	margin: 0 auto;
	padding-top: 10%;
}
.index-3 .desc-index .title {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #096e44
}
.index-3 .desc-index .subtitle {
	font-size: 18px;
	text-align: center;
	color: #096e44;
	line-height: 70px;
}
.index-3 .more a {
	margin: 0 auto;
}
.foot {
	display: flex;
	justify-content: space-between;
	padding: 41px 0;
	flex-wrap: wrap;
}
.foot .zuo {
	width: 50%
}
.foot .you {
	width: 50%
}
.foot .zuo .zuo-1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.foot .zuo .zuo-1 .img {
	padding-right: 45px;
}
.foot .zuo .zuo-1 .bt ul {
	display: flex;
}
.foot .zuo .zuo-1 .bt ul li a {
	color: #066e43;
	font-size: 20px;
	font-weight: bold;
	margin-right: 28px;
}
.foot .zuo .zuo-1 .img {
	width: 150px;
	height: 97px;
}
.foot .zuo .zuo-1 .img img {
	width: 100%;
	height: 97px;
}
.foot .zuo .zuo-2 {
	font-size: 16px;
	font-weight: bold;
	color: #747474;
	padding: 15px 0;
	line-height: 32px;
}
.foot .zuo .bq {
	font-size: 14px;
	color: #747474;
}
.foot .zuo .bq a {
	color: #747474;
}
.foot .you .ma ul {
	display: flex;
	justify-content: center;
}
.foot .you .ma ul li .img {
	background: #f2f3f4;
	padding: 8px;
}
.foot .you .ma ul li {
	text-align: center;
	margin: 0px 0 0px 23px;
	width: 20%;
}
.foot .you .ma ul li p {
	font-weight: 700;
	line-height: 44px;
	font-size: 14px;
}
.foot .you .ma ul li .img img {
	width: 100%
}
.foot .you .dianpu ul {
	display: flex;
	justify-content: space-between;
}
.foot .you .dianpu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.foot .you .dianpu ul li a .title {
	font-size: 14px;
}
.foot .you .dianpu ul li a img {
	padding-right: 10px;
}
.foot .you .dianpu {
	margin-top: 19px;
}
.banner {
	position: relative;
}
.banner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.banner .desc {
	width: 95%;
	max-width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99999;
	top: 0;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 4%;
}
.banner .desc .title {
	font-size: 35px;
	font-weight: bold;
	color: #096e44;
}
.banner .desc .subtitle {
	color: #096e44;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}
.xuanzhuan .title {
	font-size: 35px;
	font-weight: bold;
	color: #096e44;
	text-align: center;
	margin-bottom: 10px;
}
.xuanzhuan .subtitle {
	width: 140px;
	height: 4px;
	background: #096e44;
	margin: 0 auto;
	border-radius: 10px;
}
.xuanzhuan {
	padding: 40px 0;
	background-image: linear-gradient(356deg, #f7f7f7, #fff);
}
.scrollbar {
	scrollbar-width: thin;
	scrollbar-color: rgba(100, 100, 100, .4) transparent;
}
 .scrollbar::-webkit-scrollbar {
 width: .6rem;
}
 .scrollbar::-webkit-scrollbar-thumb {
 border-radius: .6rem;
 background-color: rgba(100, 100, 100, .4)
}
.site {
	overflow: hidden;
	margin-top: 100px;
}
.wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.wrapper h3 {
	position: absolute;
	left: 4rem;
	top: 4rem;
	z-index: 1000;
	padding: 0 1rem;
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	color: #222;
	border-radius: 1.4rem;
}
.wrapper .container {
	position: relative;
	margin: 0 auto;
}
.horizontal .container {
	width: 22rem;
	height: 34rem;
}
.vertical .container {
	width: 37rem;
	height: 14rem;
}
.container .cards-list {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background-color: #f4f4f4;
	border-radius: 0.3125rem;
	transition: 330ms;
}
.demo4 .cards-list {
	transition: 440ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.horizontal .cards-list {
	width: 100%;
}
.horizontal .img {
	height: 32rem;
}
.vertical .cards-list {
	display: flex;
	height: 100%;
}
.vertical .img, .vertical .main-con {
	height: 100%;
}
.vertical .img {
	width: 18rem;
}
.vertical .main-con {
	width: 19rem;
}
.cards-list .img>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-drag: none;
	-moz-user-select: none;
	user-select: none;
}
.main-con {
	padding: 0 1rem;
	box-sizing: border-box;
}
.main-con .name {
	padding-top: 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #424242;
}
.main-con .content {
	padding-top: 1rem;
	height: 4.5rem;
	font-size: 0.9rem;
	color: #777;
	text-align: justify;
	line-height: 1.4rem;
}
.main-con .label {
	font-size: 0.9rem;
	color: #555;
	padding: 1rem 0;
}
.btn-direct {
	position: absolute;
	top: 50%;
	z-index: 100000;
	width: 4rem;
	height: 4rem;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .2s;
}
.btn-direct.btn-left {
	left: 6rem;
}
.btn-direct.btn-right {
	right: 6rem;
}
.btn-direct>span {
	position: absolute;
 left: calc(50% - .6rem);
 top: calc(50% - .6rem);
	width: 1.2rem;
	height: 1.2rem;
	border-top: 0.2rem solid #096e44;
	border-left: 0.2rem solid #096e44;
}
.horizontal .shift-left {
	transform: translateX(25%) rotate(-45deg);
}
.horizontal .shift-right {
	transform: translateX(-25%) rotate(135deg);
}
.vertical .shift-left {
	transform: translateY(25%) rotate(45deg);
}
.vertical .shift-right {
	transform: translateY(-25%) rotate(-135deg);
}
.xuan {
	background-image: linear-gradient(176deg, #f7f7f7, #fff);
}
.nav {
	position: relative
}
.nav img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.nav .nav-1 {
	text-align: center;
	position: absolute;
	top: 10%;
	width: 100%;
}
.nav .nav-2 {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.nav .nav-1 .title {
	font-size: 35px;
	font-weight: bold;
	color: #096e44;
}
.nav .nav-1 .subtitle {
	font-size: 18px;
	color: #096e44;
	line-height: 40px;
	text-transform: uppercase;
}
.nav .nav-2 {
	background-color: rgba(9, 110, 68, 0.3);
}
.nav .nav-2 a {
	color: #FFF;
	font-size: 16px;
	line-height: 42px;
	width: 200px;
	display: block;
	text-align: center;
}
.nav .nav-2 a:hover {
	background: #096e44;
}
.nav .nav-2 ul {
	display: flex;
	justify-content: center;
}
.on {
	background: #096e44;
}
.about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
}
.about .left {
	width: 48%
}
.about .right {
	width: 48%
}
.about .left img {
	width: 100%
}
.about .right .title {
	font-size: 35px;
	font-weight: bold;
	color: #096e44;
}
.about .right .subtitle {
	font-size: 20px;
	font-weight: 400;
	color: #096e44;
	padding: 20px 0;
}
.about .right .desc {
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
.sz ul {
	display: flex;
	justify-content: space-between;
}
.sz ul li .counter {
	font-size: 54px;
	color: #096e44;
	font-style: normal
}
.sz ul li {
	text-align: center;
	position: relative;
	width: 20%;
}
.sz ul li p {
	font-size: 18px;
}
.sz ul li sup {
	position: absolute;
	top: 10px;
}
.sz ul li:before {
	background: #ccc;
	content: "";
	height: 100px;
	width: 2px;
	position: absolute;
	left: 276px;
}
.sz ul li:nth-child(4):before {
	display: none
}
.abms {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	padding: 40px 0;
}
.wenhua ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wenhua ul li {
	width: 48%;
	margin-bottom: 50px;
}
.wenhua ul li img {
	width: 100%
}
.main, .container > header {
	width: 95%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em;
}
.container > header {
	padding: 2.875em 1.875em 1.875em;
}
.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}
.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}
.container > header nav {
	float: right;
}
.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}
.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}
.container > header nav a:hover:after {
	opacity: 1;
}
.container > header nav a:hover {
	background: #47a3da;
}
.icon-drop:before, .icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}
.container > header nav a:hover:before {
	color: #fff;
}
.icon-drop:before {
	content: "\e000";
}
.icon-arrow-left:before {
	content: "\f060";
}
.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #096e44;
	left: 20%;
	margin-left: -10px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.9em;
	color: #096e44;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
/*color: #6cbfee;*/
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #096e44;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
/*background: #6cbfee;*/
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #096e44;
	border-width: 10px;
	top: 10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #096e44;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
	display: none;
}
.cbp_tmicon-phone:before {
	content: "\e000";
}
.cbp_tmicon-screen:before {
	content: "\e001";
}
.cbp_tmicon-mail:before {
	content: "\e002";
}
.cbp_tmicon-earth:before {
	content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 1.5em;
}
}
 @media screen and (max-width: 47.2em) {
.cbp_tmtimeline:before {
	display: none;
}
.cbp_tmtimeline > li .cbp_tmtime {
	width: 100%;
	position: relative;
	padding: 0 0 20px 0;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	text-align: left;
}
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 30px 0;
	padding: 1em;
	font-weight: 400;
	font-size: 95%;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: auto;
	left: 20px;
	border-right-color: transparent;
	border-bottom-color: #096e44;
	top: -20px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: transparent;
	border-bottom-color: #096e44;
}
.cbp_tmtimeline > li .cbp_tmicon {
	position: relative;
	float: right;
	left: auto;
	margin: -55px 5px 0 0px;
}
}
.fazh {
	padding: 50px 0;
}
.honor ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honor ul li {
	width: 32%;
	margin-bottom: 20px;
}
.honor ul li img {
	width: 100%
}
.jiagou {
	width: 100%
}
.jiagou img {
	width: 100%
}
.new {
	padding: 50px 0;
}
.new ul li {
	background: #f8f8f8;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	margin-bottom: 50px;
}
.new ul li .left {
	width: 48%
}
.new ul li .right {
	width: 48%;
	padding: 20px;
}
.new ul li .left img {
	width: 100%;
	height: 360px;
	border-radius: 20px;
}
.new ul li .right .time {
	background: #066e43;
	width: 110px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 10px;
}
.new ul li .right .title {
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0;
}
.new ul li .right a {
	display: block;
	float: right;
	width: 150px;
	color: #066e43;
	margin-top: 40px;
}
.fenye ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.fenye ul.pagination li {
	display: inline;
}
.fenye ul.pagination li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}
.fenye ul.pagination li a.page-num-current {
	background-color: #066e43;
	color: #fff !important;
	border: 1px solid #066e43;
}
.fenye ul.pagination li a:hover:not(.page-num-current) {
	background-color: #066e43;
	color: #fff;
}
.fenye {
	text-align: center
}
.news-title {
	font-size: 30px;
	text-align: center;
}
.news-content {
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 20px 0;
	line-height: 33px;
}
.Auxil-through {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*.hezuo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hezuo ul li {
	width: 23%;
	text-align: center;
	line-height: 44px;
}
.hezuo ul li .img {
	border: solid 1px #b2b2b2;
}*/
.hezuo {
	padding: 40px 0;
	background: #f8f8f8
}
.hezuo img {
	width: 100%
}
.job {
	padding: 40px 0
}
.job .job-title {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #096e44;
}
.job .subtitle {
	font-size: 18px;
	text-align: center;
	color: #096e44;
	line-height: 70px;
}
.job-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.job-list ul li {
	border-radius: 20px;
	border: 2px solid #066e43
}
.job-list ul li .img {
}
.job-list ul li .img img {
	width: 100%;
	height: 300px;
	border-radius: 20px;
}
.job-list ul li .job-content {
	background: #036e43;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	border-bottom-left-radius: 20px;
	width: 100%;
	border-bottom-right-radius: 16px;
	align-items: center;
}
.job-list ul li .job-content .left {
	padding-right: 20px;
}
.job-list ul li .job-content .right {
	line-height: 30px;
}
.zijian {
	display: block;
	margin: 0 auto;
	width: 143px;
	margin-top: 58px;
	text-align: center;
	font-size: 20px;
	border-radius: 20px;
	border: 1px solid #036e43;
	color: #036e43;
	line-height: 35px;
}
.job .job-list {
	margin-top: 50px;
}
.contact {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
}
.contact .left {
	width: 50%
}
.contact .right {
	width: 50%
}
.contact .left .title {
	font-size: 18px;
	color: #096e44;
	line-height: 40px;
}
.contact .left .phone {
	font-size: 35px;
	font-weight: bold;
	color: #096e44;
}
.contact .left .xinxi {
	font-size: 16px;
	line-height: 30px;
	padding: 30px 0;
}
.contact .left .ma ul {
	display: flex;
	justify-content: flex-start;
}
.contact .left .ma ul li {
	text-align: center;
	margin: 0px 20px 0px 0px;
	width: 20%;
}
.contact .left .ma ul li .img {
	background: #f2f3f4;
	padding: 8px;
}
.contact .left .ma ul li .img img {
	width: 100%;
}
.contact .left .ma ul li p {
	font-weight: 700;
	line-height: 44px;
	font-size: 14px;
}
.contact .right .title {
	font-size: 18px;
	color: #096e44;
	text-align: center;
	margin-bottom: 40px;
}
.contact .right form input {
	border: 2px solid #191919;
	outline: none;
	border-radius: 20px;
	width: 82%;
	text-indent: 1rem;
	line-height: 30px;
}
.contact .right form textarea {
	border: 2px solid #191919;
	outline: none;
	border-radius: 20px;
	width: 82%;
	text-indent: 1rem;
	line-height: 30px;
	height: 160px;
	font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
}
.contact .right form div {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 20px;
}
.contact .right form button {
	display: block;
	width: 100px;
	margin: 0 auto;
	background: #096e44;
	color: #fff;
	border: 0;
	line-height: 38px;
	border-radius: 20px;
}
.cooperate ul li {
	border: 2px solid #066e43;
	border-radius: 20px;
	width: 25%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #096e44
}
.cooperate ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cooperate {
	padding: 60px 0;
}
.cooperate ul li img {
    border-radius: 20px;
    /* height: 150px; */
    width: 47%;
    margin: 0 auto;
    padding-bottom: 17px;
}
.cooperate ul li .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
}
.address .add {
	border: 2px solid #066e43;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 50px;
}
.address .add .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	color: #066e43;
}
.address .add .dz {
	color: #066e43;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.address .add .dz img {
	padding-right: 20px;
}
.pos p {
	font-weight: 400;
	font-size: 12px;
	color: #757575;
	line-height: 30px;
}
.pnpai {
	padding: 40px 0;
}
.pos {
	background: #f5f5f5;
	color: #878787;
	font-size: 12px;
	padding: 10px 0
}
.pos a {
	color: #878787;
	font-size: 12px;
}
.on1 {
	background: #009845;
	color: #FFF !important
}
.erji ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.erji ul li a {
	border-radius: 10px;
	border: 1px solid #009845;
	padding: 8px;
	margin-right: 20px;
}
.erji ul li a:hover {
	background: #009845;
	color: #FFF
}
.erji ul li:last-child a {
	margin-right: 0px;
}
.home_news .news_list a {
	width: 100%;
	margin: 0 !important;
}
.home_news {
	padding: 70px 0 20px;
}
.home_news .news_list .l2 {
	margin: 20px 0;
	height: 48px;
	font-size: 16px;
	line-height: 24px;
	font-weight: lighter;
	color: #999999;
}
.home_news .news_list .l1 {
	height: 34px;
	font-size: 26px;
}
.home_news .news_list .l3 {
	margin: 0;
	color: #999999;
}
.home_news li {
	padding: 0 5px;
	box-sizing: border-box;
}
.home_sum .title {
	font-size: 44px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	padding: 100px 0 40px;
}
.home_news .news_list {
	width: calc(100% + 70px);
	margin-left: -35px;
	padding-top: 12px;
}
.home_news .news_list a:hover {
	box-shadow: 0px 0px 0px #000000;
}
.home_news .news_list a:after {
	background: #FFFFFF;
}
.home_news .news_list .lans {
	padding-left: 0;
	padding-right: 0;
}
.slick-arrow {
	background: url("../images/z22.png") center center no-repeat;
	width: 45px;
	height: 45px;
	background-size: cover;
	top: calc(50% - 12px);
	position: absolute;
	cursor: pointer;
}
.slick-arrow.prev {
	left: -58px;
}
.slick-arrow.next {
	right: -58px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	width: 5px;
	height: 5px;
	max-width: 5px;
	max-height: 5px;
	display: inline-block !important;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	background: #999999;
	border-radius: 50%;
	padding: 0 !important;
}
.slick-dots li.slick-active {
	background: #0062ff;
}
.slick-dots button {
	display: none;
}
 @media screen and (max-width: 1600px) {
.slick-arrow {
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
}
.slick-arrow.prev {
	left: -30px;
}
.slick-arrow.next {
	right: -30px;
}
.home_news {
	padding: 20px 0 70px;
}
.home_news .news_list .l2 {
	margin: 15px 0;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
}
.home_news .news_list .l1 {
	height: 30px;
	font-size: 22px;
}
.home_news li {
	padding: 0 20px;
	box-sizing: border-box;
}
.home_news .news_list {
	width: calc(100% + 40px);
	margin-left: -20px;
}
}
 @media screen and (max-width: 1199px) {
.pro_index_list .swiper-button-next, .pro_index_list .swiper-button-prev {
	width: 30px;
	height: 30px;
}
.pro_index_list li {
	padding: 0;
	width: 100%;
}
.pro_index_list .swiper-slide {
	min-height: 550px;
	padding: 20px;
	box-sizing: border-box;
}
.home3_pro .nav_list a {
	font-size: 13px;
	margin: 0 20px;
}
.home_news {
	padding: 0px 0 40px;
}
.slick-arrow {
	display: none !important;
}
.home_news .news_list .l2 {
	margin: 10px 0;
	height: 36px;
	font-size: 13px;
	line-height: 18px;
}
.home_news .news_list .l1 {
	font-size: 18px;
	line-height: 30px;
}
.home_news li {
	padding: 0 10px;
}
.home_news .news_list {
	width: calc(100% + 20px);
	margin-left: -10px;
}
}
.index-2-phone {
	display: none
}
.index-3-phone {
	display: none
}
.pplist {
	display: none
}
.pro .left {
	width: 25%;
}
.pro .right {
	width: 70%
}
.pro {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	    flex-wrap: wrap;
}
.pro .left .bt {
	background: #066e43;
	color: #FFF;
	line-height: 30px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 20px;
	padding: 12px;
}
.accordion {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 15px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #eee;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #066e43;
}
.accordion li.open i {
	color: #066e43;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	background: #fff;
	font-size: 14px;
}
.submenu li {
	border-bottom: 1px solid #eee;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu a:hover {
	background: #066e43;
	color: #FFF;
}
/*.pro .right ul li .img {
	border: solid 1px #eee;
	    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
	overflow:hidden;
}
.pro .right ul li .img img {
	width: 100%;
	  transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}
.pro .right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pro .right ul li {
	width: 32%;
	margin-right: 2%;
	text-align:center;
}
.pro .right ul li:nth-child(3n) {
	margin-right: 0
}


.pro .right ul li p {    padding: 10px 0;}

.pro .right ul li:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}*/



.pro .right .right-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 45px;
}
.pro .right .right-top .zuo {
	width: 48%
}
.pro .right .right-top .you {
	width: 48%
}
.pro .right .right-top .you .bt {
	border-bottom: solid 1px #eee;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
.pro .right .right-top .you .desc {
	padding: 20px 0;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.pro .right .ms {
	border-bottom: solid 1px #eee;
}
.pro .right .ms-bt {
	background: #066e43;
	color: #FFF;
	line-height: 20px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 16px;
	padding: 12px;
	width: 130px;
	text-align: center;
}


.pro .right .content{    padding: 20px 0;
    color: #666;
    font-size: 14px;
    line-height: 25px;}
	
	
	.news_pagenation_wrap {display: flex;
    justify-content: space-between;
    font-size: 14px;}
	
	.news_pagenation_wrap span {    color: #969696;}
	.news_pagenation_wrap a { margin:5px;}
	
	
	
	
	
	
	
	
	
	.zeren {
	padding: 50px 0;
}
.zeren .title {
	font-size: 35px;
	font-weight: bold;
	color: #096e44;
	text-align: center;
	margin-bottom: 10px;
}
.zeren .subtitle {
	width: 140px;
	height: 4px;
	background: #096e44;
	margin: 0 auto;
	border-radius: 10px;
}
.zeren .content .left .bt {
	font-size: 20px;
	font-weight: bold;
	color: #096e44;
}
.zeren .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
}
.zeren .content .left {
	width: 40%;
}
.zeren .content .right {
	width: 57%;
}
.zeren .content .right img {
	width: 100%
}
.zeren .content .left .desc {
	padding: 20px 0;
	font-size: 16px;
	line-height: 30px;
}
.zeren-list {
	background: #f7f7f7;
	position: relative
}
.zeren-list {
	padding: 60px 0
}
.zeren-list .bt {
	font-size: 20px;
	font-weight: bold;
	color: #096e44;
	text-align: center
}
.zeren-list .zuo {
	width: 48%;
	position: relative;
}
.zeren-list .you {
	width: 48%;
	position: relative;
}
.zeren-list .you .bt {
	font-size: 20px;
	font-weight: bold;
	color: #096e44;
	text-align: left;
}
.zeren-list .swiper {
	width: 100%;
	height: 100%;
}
.zeren-list .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zeren-list .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zeren-list .m {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	position: relative;
	margin-top: 40px;
	border-radius: 20px;
}
.zeren-list .you .desc {
	padding: 20px 0;
	line-height: 30px;
}
.zeren-list .swiper-button-next {
	top: auto;
	right: auto;
	bottom: 0;
	left: 685px;
}
.zeren-list .swiper-button-prev {
	top: auto;
	right: auto;
	bottom: 0;
	left: 608px;
}
.zeren-list-2 .swiper-button-next {
	top: auto;
	bottom: 0;
	left: -542px;
}
.zeren-list-2 .swiper-button-prev {
	top: auto;
	right: auto;
	bottom: 0;
	left: -601px;
}


.index-gif { display:none}
.phone-banner { display:none}

