body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
	color: #666;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

h2,
h3 {
	font-size: 14px;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	vertical-align: baseline;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
}

/*清浮*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*浮动*/
.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}
*{
	font-family:"微软雅黑";
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-word;
}
input::-webkit-input-placeholder {
	color: #969696;
	background-color: #f0f0f0;
}

input:-moz-placeholder {
	color: #969696;
	opacity: 1;
	background-color: #f0f0f0;
}

input::-moz-placeholder {
	color: #969696;
	opacity: 1;
	background-color: #f0f0f0;
}

input:-ms-input-placeholder {
	color: #969696;
	background-color: #f0f0f0;
}

textarea::-webkit-input-placeholder {
	color: #969696;
	background-color: #f0f0f0;
}

textarea:-moz-placeholder {
	color: #969696;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #969696;
	opacity: 1;
	background-color: #f0f0f0;
}

textarea:-ms-input-placeholder {
	color: #969696;
	background-color: #f0f0f0;
}

body {
	max-width: 2050px;
	min-width: 280px;
	overflow-x: hidden;
	margin: 0 auto;
}

.wrap {
	width: 100%;
	max-width: 2050px;
	min-width: 280px;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-between {
	display: flex;
	justify-content: space-between;
}

.align-end {
	align-items: flex-end;
}

.p100 {
	padding: 100px 0;
}

.center {
	text-align: center !important;
}

.greybg {
	background-color: #f5f5f5 !important;
}

/* 首页 */

.ht {
	padding-top: 100px;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	background-color: #90be3d;
	box-sizing: border-box;
	padding: 0 60px;
	transition: all .5s;
	max-width: 2050px;
}

.h_head {
	height: 100px;
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14%;
}

.logo img {
	width: 100%;
	transition: all .5s;
}

.logo a {
	display: block;
	line-height: 75px;
}

.logo2 {
	display: none;
	opacity: 0;
}

.naver li {
	float: left;
	padding: 0 35px;
	position: relative;
}

.naver li a {
	font-size: 16px;
	color: #fff;
	position: relative;
	display: block;
	transition: all .3s;
}

.naver li:hover a {
	color: #90be3d !important;
}

.inside_nav li.on a {
	color: #90be3d !important;
}

.naver li::after {
	display: block;
	content: '';
	width: 0;
	height: 3px;
	background-color: #90be3d;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: all .3s;
}

.naver li.on::after,
.naver li:hover::after {
	width: 64px;
}

.naver li a {
	line-height: 100px;
}

.naver li.active a.navYi,
.naver li:hover a.navYi {
	/* color: #01847f; */
}

.naver {
	display: inline-block;
	vertical-align: middle;
	background-color: #90be3d;
	transition: all .5s;
}

.s_nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 99;
	display: none;
}

.s_nav span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.s_nav span:last-child {
	border-bottom: none;
	border-bottom: none;
}

.s_nav span a {
	display: block;
	width: 100%;
	color: #fff;
	line-height: 40px;
	transition: all .4s;
	font-size: 14px;
}

.s_nav span a:hover {
	color: #90be3d;
}

.language {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.language span {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
	transition: all .5s;
}

.language span.on {
	background-color: #fff;
	color: #105e31;
}

.nav_icon {
	width: 25px;
	height: 17px;
	align-items: center;
	justify-content: space-between;
	flex-flow: column;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.nav_icon>span {
	display: block;
	background: #fff;
	width: 100%;
	height: 2px;
	border: 0;
	border-radius: 2px;
	transition: 0.5s;
}

.nav_icon.on>span:nth-child(1) {
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(220deg);
}

.nav_icon.on>span:nth-child(3) {
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-220deg);
}

.nav_icon.on>span:nth-child(2) {
	display: none;
}



.header:hover,
.header:hover .naver {
	background-color: #fff;
}

.header:hover .logo1 {
	opacity: 0;
	display: none;
}

.header:hover .logo2 {
	opacity: 1;
	display: block;
}

.header:hover .language span {
	color: #000;
}

.header:hover .language span.on {
	background-color: #105e31;
	color: #fff;
}

.header:hover .naver li a {
	color: #000;
}

.inside_header .nav_icon>span {
	background-color: #90be3d;
}

.banner a {
	display: block;
}

.banner .b_img{
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .6);
	opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
	width: 50px;
	height: 12px;
	border-radius: 6px;
	background-color: #fff;
}

.banner .swiper-pagination {
	bottom: 50px;
}

.tit_h2 {
	text-align: center;
	font-size: 16px;
	color: #000;
}

.about {
	background-color: #fff;
}

.about_tit {
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	color: #000;
	margin-top: 30px;
}

.about p {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	margin: 0 auto;
	margin-top: 50px;
	color: #000;
	width: 84%;
}

.more_btn {
	margin: 0 auto;
	margin-top: 55px;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #90be3d;
	text-align: center;
	background-color: #fff;
	transition: all .5s;
}

.more_btn a {
	height: 100%;
	font-size: 16px;
	color: #90be3d;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.more_btn a img {
	margin-left: 5px;
	transition: all .5s;
}

.index_box .i_img img {
	width: 100%;
}

.index_box .cont {
	background-color: #105e31;
}

.index_swiper .info {
	width: 52%;
	margin: 0 auto;
}

.index_swiper p {
	font-size: 24px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index_swiper .swiper-pagination {
	position: inherit;
	margin-top: 50px;
	transform: translateY(-95px);
}

.index_swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.index_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.new_project {
	background-color: #fff;
}

.new_project .title {
	justify-content: space-between;
	align-items: flex-end;
}

.new_project .tit h4 {
	font-size: 14px;
	color: #000;
}

.new_project .tit h3 {
	font-size: 36px;
	margin-top: 15px;
	color: #000;
}

.new_project .n_tab {
	display: flex;
	align-items: center;
}

.new_project .n_tab a {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 80px; */
	padding: 0 10px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #e6e6e6;
	font-size: 18px;
	color: #969696;
	margin-left: 14px;
	transition: all .5s;
}

.new_project .n_tab a.on,
.new_project .n_tab:hover a {
	background-color: #90be3d;
	border-color: #90be3d;
	color: #fff;
}

.pro_list {
	flex-wrap: wrap;
	margin-top: 10px;
}

.pro_list li {
	width: 31.3%;
	margin-right: 3%;
	margin-top: 60px;
}

.pro_list li:nth-child(3n) {
	margin-right: 0;
}

.pro_list li .img {
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}

.pro_list li img {
	width: 100%;
	transition: all .3s;
}

.pro_list li .info {
	margin-top: 20px;
}

.pro_list li .info p {
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
}

.pro_list li .info .p1 {
	font-size: 20px;
}

.pro_list li .info .p2 {
	font-size: 16px;
	margin-top: 1px;
}

.pro_list li:hover .info p {
    color: #90be3d;
}

.index_box2 {
	position: relative;
}

.index_box2 .bg,
.index_box2 .bg img {
	height: 100%;
	width: 100%;
}

.index_box2 .cont {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.index_box2 .info h2 {
	font-size: 36px;
	line-height: 54px;
	color: #141414;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index_box2 .info .more_btn {
	margin: 40px 0 0;
	border: none;
}

.index_box2 .info .more_btn:hover {
	background-color: #90be3d;
}

.index_box2 .info .more_btn:hover a {
	color: #fff;
}

.more_btn .img2,
.more_btn:hover .img1 {
	display: none;
	opacity: 0;
}

.more_btn:hover .img2 {
	display: inline-block;
	opacity: 1;
}

.new_box .tit {
	text-align: center;
}

.new_box .info h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #141414;
	transition: all .3s;
	text-align: left !important;
}

.new_box .info .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #969696;
}

.new_box .info .more {
	margin-top: 25px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #969696;
	transition: all .3s;
}

.new_box .info .more img {
	width: 6px;
	height: 10px;
	margin-left: 7px;
	filter: grayscale(1);
}

.new_box li:hover .img img {
	transform: scale(1.3);
}

.new_box li:hover .info h2,
.new_box li:hover .info .more {
	color: #90be3d;
}

.new_box li:hover .info .more img {
	filter: grayscale(0);
}

footer {
	background-image: url(../images/footer.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.footer {
	padding: 0 60px;
}

.foot_cont {
	margin-top: 35px;
}

.foot_cont p {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	display: flex;
}

.foot_cont p span {
	display: block;
	margin-right: 20px;
}

.foot_cont p span:first-child {
	width: 80px;
	flex-shrink: 0;
}

.foot_list li {
	margin-left: 90px;
	color: #fff;
}

.foot_list li span {
	display: block;
	font-size: 20px;
	color: #f6f9f1;
}

.foot_list li dl {
	margin-top: 40px;
}

.foot_list li dd {
	margin-top: 20px;
}

.foot_list li dd a {
	display: block;
	font-size: 16px;
	color: #fff;
	/*white-space: nowrap;*/
	transition: all .3s;
}

.foot_list li dd a:hover{
	color: #105e31;
}

.remark {
	margin-top: 50px;
	color: #fff;
	font-size: 12px;
}

.remark a{
	display: block;
	color: #fff;
	font-size: 12px;
}

.inside_header {
	background-color: #fff;
	/* border-bottom: solid 1px #f0f0f0; */
}

.inside_header .naver li a,
.inside_header .language span {
	color: #141414;
}

.inside_header .language span.on {
	background-color: #105e31;
	color: #fff;
}

.inside_header .naver {
	background-color: #fff;
}

.banner {
	position: relative;
}

.banner .b_img {
	font-size: 0;
}

.banner .b_img img {
	width: 100%;
	height: 100%;
}

.banner .b_info {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 19%;
	color: #fff;
}

.banner .b_info h2 {
	font-size: 40px;
	line-height: 41px;
}

.banner .b_info h3 {
	font-size: 26px;
	font-weight: normal;
}

.banner .b_info .arrow {
	font-size: 16px;
	animation: float 2s infinite linear;
}

.banner .b_info .arrow a {
	display: flex;
	align-items: flex-end;
	color: #fff;
}

.banner .b_info .arrow img {
	margin-left: 9px;
}

@keyframes float {
	0% {
		transform: translateY(-5px);
	}

	25% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}

	75% {

		transform: translateY(0);
	}

	100% {
		transform: translateY(-5px);
	}
}

.about_box {
	padding: 0 70px;
}

.about_box .right {
	font-size: 0;
	width: 43%;
	flex-shrink: 0;
	overflow: hidden;
}

.about_box .right img{
	border-radius: 10px;
}

.about_box .left {
	flex-shrink: 0;
	margin-left: 16%;
	width: 33.7%;
}

.inside_title h4 {
	font-size: 16px;
	color: #90be3d;
}

.inside_title h3 {
	font-size: 30px;
	line-height: 49px;
	color: #000;
	font-weight: normal;
	margin-top: 5px;
}

.about_box .inside_title h3 {
	width: 396px;
}

.about_box .left .txt {
	margin-top: 20px;
	font-size: 16px;
	line-height: 31px;
	color: #646464;
}

.about_list {
	margin-top: 40px;
}

.about_list li {
	text-align: center;
	border-right: solid 1px #f0f0f0;
	flex: 1;
}

.about_list li:last-child {
	border-right: 0;
}

.about_list li span {
	display: block;
	font-size: 18px;
	margin-top: 20px;
	color: #323232;
}

.about_cont {
	display: flex;
	justify-content: space-between;
}

.index_box .i_img {
	position: relative;
}

.about_list li .icon img {
	height: 100%;
}

.index_box .i_img .img_txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
}

.index_box .i_img .inside_title h4 {
	color: #c8c8c8;
}

.index_box .i_img .inside_title h3 {
	color: #fff;
}

.coop_list {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.coop_list li {
	width: 14.6%;
	border: solid 1px #f0f0f0;
	margin-bottom: 30px;
	padding: 0 10px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coop_list li img {
	width: 100%;
	filter: grayscale(1);
	transition: all .3s;
}

.coop_list li:hover img {
	filter: grayscale(0);
}

.project_box2 {
	background-color: #f5f5f5;
}

.project_list {
	display: flex;
	margin-top: -30px;
	flex-wrap: wrap;
}

.project_list li {
	width: 30%;
	margin-top: 40px;
	margin-right: 4.8%;
}

.project_list li:nth-child(3n){
	margin-right: 0;
}

.project_list li a {
	display: block;
}

.project_list li .img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	font-size: 0;
}

.project_list li .img img {
	width: 100%;
}

.project_list li .info {
	padding: 20px 0;
}

.project_list li .info .p1 {
	font-size: 20px;
	color: #000;
	transition: all .4s;
}

.project_list li .info .p2 {
	font-size: 16px;
	color: #000;
	transition: all .4s;
}

.project_list li:hover .info .p1,
.project_list li:hover .info .p2 {
	color: #90be3d;
}

.more_btn2 {
	margin-top: 80px;
	background: none;
}

.pro_tab {
	display: flex;
}

.pro_tab a {
	display: block;
	font-size: 18px;
	color: #646464;
	margin-right: 50px;
	padding: 5px 0;
}

.pro_tab a.on,
.pro_tab a:hover{
	border-bottom: solid 2px #105e31;
	color: #105e31;
}

.project_cont {
	margin-top: 80px;
	display: flex;
	align-items: flex-start;
}

.project_cont .pro_left {
	width: 46%;
}

.project_cont .mySwiper2 img {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.p_img {
	border-radius: 10px;
	overflow: hidden;
}

.project_cont .mySwiper {
	margin-top: 6px;
}

.project_cont .mySwiper .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
	background-color: #90be3d;
}

.project_cont .mySwiper .swiper-slide img {
	border-radius: 10px;
}

.project_cont .mySwiper .swiper-slide-thumb-active {
	padding: 2px;
}

.pro_right {
	width: 46%;
	margin-top: 15px;
	margin-left: 100px;
}

.proin_swiper .swiper-pagination {
	bottom: auto;
	top: 0px;
	right: 0;
	width: auto;
	left: auto;
}

.pro_right .inside_title {
	width: 86%;
}

.proin_swiper .swiper-pagination-bullet-active {
	background-color: #90be3d;
}

.proin_swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.pro_right dl {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #f0f0f0;
	margin-top: 30px;
	margin-right: -11%;
}

.pro_right dl dd {
	max-width: 33%;
	display: flex;
	align-items: center;
	flex-flow: column;
	margin-top: 25px;
	margin-right: 7%;
}

.pro_right dl dd .icon {
	flex-shrink: 0;
	margin-right: 0;
	width: 40px;
}

.pro_right dl dd .icon img {
	height: 100%;
}

.pro_right dl dd p {
	font-size: 18px;
	color: #646464;
	margin-top: 5px;
}

.pro_right .more_btn {
	margin-left: 0;
}

.pro_info {
	background-color: #f5f5f5;
}

.pro_info .inside_title {
	text-align: center;
}

.pro_info .pro_list {
	margin-top: 0 !important;
}

.pro_info .info h2 {
	text-align: center;
	margin-top: 30px;
}

.pro_info .li .img {
	border-radius: 10px;
	overflow: hidden;
}

.pro_info .swiper-pagination {
	position: static;
	margin-top: 50px;
}

.pro_info .swiper-pagination-bullet-active {
	background-color: #90be3d;
}

.cs_cont {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.pro_left .p_img img {
	width: 100%;
}

.project_info .pro_right dd {
	width: auto;
	margin-right: 50px;
	display: block;
	text-align: center;
}

.project_info .pro_right dd .icon {
	text-align: center;
	margin: 0 auto;
}

.project_info .pro_right dd .icon img {
	filter: grayscale(1);
}

.project_info .pro_right dd span {
	font-size: 16px;
	margin-top: 10px;
	display: block;
}

.project_info .more_btn {
	margin-top: 40px;
}

.pinfo_list {
	margin-top: 40px;
}

.pinfo_list ul {
	display: flex;
	flex-wrap: wrap;
}

.pinfo_list li {
	text-align: center;
	width: 33.33%;
	margin-top: 60px;
	padding: 0 10px;
}

.pinfo_list li .icon {
	width: 70px;
	margin: 0 auto;
}

.pinfo_list li span {
	display: block;
	font-size: 18px;
	margin-top: 20px;
	color: #323232;
}

.pinfo_list li .txt {
	color: #646464;
	margin-top: 25px;
	font-size: 15px;
	line-height: 25px;
}

.new_box .inside_title {
	width: auto;
}

.new_box .date {
	font-size: 12px;
	color: #646464;
}

.new_rtxt {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #f0f0f0;
	font-size: 16px;
	line-height: 31px;
	color: #646464;
}

.new_box .new_list{
	margin-top: -30px!important;
}

.new_list .img {
	border-radius: 10px;
	overflow: hidden;
}

.new_list li {
	margin-top: 30px;
}

.solution_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 180px;
}

.solution_list li .left {
	width: 36.7%;
	flex-shrink: 0;
	position: relative;
}

.solution_list li .left .f_img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.solution_list li .left .f_img img,
.solution_list li .left .t_img img {
	width: 100%;
}

.solution_list li .left .t_img {
	position: absolute;
	bottom: 13%;
	left: 72%;
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
}

.solution_list li .right {
	width: 37.4%;
}

.solution_list li:nth-child(2n) {
	flex-flow: row-reverse;
}

.solution_list li:nth-child(2n) .left .t_img {
	left: -17%;
	bottom: -7%;
}

.solution_list li .more_btn {
	margin-left: 0;
}

.solution_list li .right .txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 31px;
	color: #646464;
}

.search_box {
	margin-top: 40px;
	display: flex;
	border: solid 1px #fff;
	border-radius: 25px;
	width: 400px;
	overflow: hidden;
}

.search_box input {
	flex: 1;
	background: none;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
}

.search_btn {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 57px;
	background: none;

}

.search_btn img {
	width: 17px;
}

.down_cont li {
	width: 23.7%;
	flex-shrink: 0;
	margin-right: 1.7%;
}
.down_cont li :last-child{
	margin-right: 0;
}

.down_cont li .img {
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	border-radius: 10px;
	overflow: hidden;
}

.down_cont li .img img {
	width: 68.5%;
}

.down_cont li .info {
	margin-top: 10px;
	display: flex;
	height: 36px;
	line-height: 36px;
}

.down_cont li .info p {
	flex: 1;
	border-radius: 5px;
	border: solid 1px #f5f5f5;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
}

.down_btn {
	background-color: #000000;
	border-radius: 5px;
	width: 90px;
	flex-shrink: 0;
	transition: all .4s;
}

.down_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #fff;
	height: 36px;
}

.down_btn img {
	margin-left: 5px;
}

.down_list li:hover p,
.down_cont li:hover p{
	color: #90be3d !important;
}

.down_list li:hover .down_btn,
.down_cont li:hover .down_btn{
	background-color: #90be3d !important;
}
.down_list {
	background-color: #f5f5f5;
}

.down_list li {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.down_list .li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 20px;
}

.down_list .li .left {
	flex: 1;
	display: flex;
	align-items: center;
}

.down_list .li .left .img {
	width: 120px;
	flex-shrink: 0;
}

.down_list .li .left p {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
}

.new_info nav {
	display: flex;
	align-items: center;
}

.new_info nav a {
	display: block;
	font-size: 16px;
	color: #969696;
}

.new_info nav a::after {
	display: inline-block;
	content: '';
	width: 6px;
	height: 10px;
	background-image: url(../images/more.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	filter: grayscale(1);
	margin: 0 10px;
}

.new_info nav a:last-child::after {
	display: none;
}

.newinfo_cont {
	margin-top: 40px;
}

.info_title h2 {
	font-size: 26px;
	color: #1e1e1e;
	line-height: 33px;
}

.info_title .p {
	margin-top: 15px;
}

.info_title .p p {
	font-size: 14px;
	color: #646464;
	margin-left: 40px;
	flex-shrink: 0;
}

.info_title .p p span {
	color: #969696;
}

.info_title .p p:first-child {
	margin-left: 0 !important;
}

.info_title .icon_list2 span {
	display: block;
	margin-right: 20px;
	opacity: .6;
	line-height: 1;
}

.info_title .icon_list2 span img {
	height: 100%;
}

.info_title .icon_list2 span:last-child {
	margin-right: 0 !important;
}

.info_txt {
	font-size: 16px;
	line-height: 36px;
	color: #000;
}

.hr {
	width: 40px;
	height: 2px;
	background-color: #90be3d;
}

.cont_form {
	width: 44%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.input_section {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #f0f0f0;
	display: flex;
}

.w49 {
	width: 49%;
}

.input_section input,
.input_section textarea {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 16px;
	color: #969696;
	background-color: #f0f0f0;
	flex: 1;
}

.select{
	position: relative;
	cursor: pointer;
}
.select_ul{
	position: absolute;
	width: 100%;
	top: 0;
	font-size: 12px;
	background-color: #f0f0f0;
	padding-left: 12px;
	border-radius: 0 0 5px 5px;
	color: #969696;
	box-shadow: 0 2px 5px #ccc;
	cursor: pointer;
	display: none;
}
.input_section{
	overflow: inherit!important;
}

.input_section span {
	display: block;
	font-size: 16px;
	color: #969696;
	padding: 0 20px;
	background-color: #e6e6e6;
	flex-shrink: 0;
}

.input_section span a{
	display: inline-block;
	font-size: 16px;
	color: #969696;
}

.input_section span img {
	filter: grayscale(1);
	transform: rotate(90deg);
	margin-left: 10px;
	height: 10px;
}

.txt_section {
	height: 200px;
	box-sizing: border-box;
}

.input_section textarea {
	padding: 20px;
}

.cont_form .tip {
	font-size: 16px;
	line-height: 22px;
	color: #969696;
}

.submit_btn {
	margin: 12px 0 0 !important;
	border: none;
	background-image: linear-gradient(#90be3d,
			#90be3d),
		linear-gradient(#000000,
			#000000);
	padding: 0;
	color: #fff;
}

.submit_btn a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont_left .inside_title {
	position: relative;
	padding-bottom: 40px;
}

.cont_left .inside_title::after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #90be3d;
	position: absolute;
	left: 0;
	bottom: 0;
}

.information {
	margin-top: 40px;
}

.information dd {
	font-size: 16px;
	display: flex;
	margin-bottom: 20px;
}

.information dd span {
	display: block;
	color: #646464;
	flex-shrink: 0;
	margin-right: 20px;
	/* width: 45px; */
}

.information dd p {
	color: #323232;
}

.cont_left {
	width: 45%;
}

.cont_left .p {
	margin-top: 40px;
	font-size: 20px;
	color: #646464;
}

.icon_list {
	display: flex;
	margin-top: 30px;
}

.icon_list span {
	display: block;
	width: 120px;
	height: 50px;
	background-color: #f5f5f5;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.icon_list span:last-child {
	margin-right: 0;
}

.contact_cont {
	margin-top: 80px;
}

.con_info {
	align-items: flex-start;
}

.contact_cont .more_btn {
	margin-top: 35px;
}

.adver_tab {
	display: flex;
	/*justify-content: space-between;*/
}

.adver_tab a {
	display: block;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 18.7%;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	color: #969696;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
	margin-right: 1.5%;
}
.adver_tab a:last-child{
	margin-right: 0;
}

.adver_tab a.on,
.adver_tab a:hover{
	color: #ffffff;
	background-color: #90be3d;
}

.advertise_list li {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 0 20px;
}

.advertise_list .li_tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	cursor: pointer;
}

.advertise_list .li_tit p {
	font-size: 18px;
	color: #646464;
	font-weight: bold;
	/* display: flex; */
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
	max-width: 49%;
	position: relative;
	padding-right: 18px;
	transition: all .3s;
}

.advertise_list .li_tit:hover p,
.advertise_list .li_tit.on p{
	color: #90be3d;
}

.advertise_list .li_tit p img {
	filter: grayscale(1);
	transition: all .3s;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}

.advertise_list .li_tit:hover p img,
.advertise_list .li_tit.on p img{
	filter: grayscale(0);
}

.advertise_list .li_tit p img.show {
	transform: rotate(90deg) translatex(-50%);
}

.advertise_list .li_info {
	border-top: solid 1px #f0f0f0;
	padding: 40px 0;
	display: none;
}

.advertise_list .li_info .txt span {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.advertise_list .li_info .txt div {
	font-size: 16px;
	color: #646464;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.advertise_list .li_info .more_btn {
	margin-left: 0;
}

.more_btn:hover {
	border-color: #105e31;
	color: #105e31;
}

.more_btn:hover a {
	color: #105e31;
}

.banner {
	position: relative;
}

.banner .txt {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 75px;
	font-weight: bold;
	color: #fff;
}

.submit_btn:hover {
	background: #fff;
	border: solid 1px #90be3d;
}

.submit_btn:hover a {
	color: #90be3d;
}

.banner .b_li {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.banner .b_txt {
	color: #fff;
}

.banner .more_btn {
	margin-left: 0;
	background: none;
	border-color: #fff;
	margin-top: 30px;
}

.banner .more_btn a {
	color: #fff;
	transition: all .2s;
}

.banner .more_btn:hover{
	background-color: #fff;
	transition: all .2s!important;
}

.banner .more_btn:hover a{
	color: #90be3d;
	transition: all .2s!important;
}

.banner .b_txt h2 {
	font-size: 46px;
}

.banner .b_txt h3 {
	font-size: 36px;
	font-weight: normal;
}

.banner .swiper-wrapper {
	transition-delay: .3s;
}
.banner .swiper-slide .i_img{
	transform: translatey(200px);
	opacity: 0;
}
.banner .swiper-slide h2,
.banner .swiper-slide h3,
.banner .swiper-slide .more_btn{
	transform: translatey(200px);
	opacity: 0;
}

.banner .ani-slide h2,
.banner .ani-slide h3,
.banner .ani-slide .more_btn{
	transform: translatey(0);
	opacity: 1;
}

.banner .ani-slide h2{
	transition: all .7s;
}

.banner .ani-slide h3{
	transition: all 1s;
}

.banner .ani-slide .more_btn{
	transition: all 1.5s;
}
.layui-layer-iframe::-webkit-scrollbar{
	display: none;
}
.layui-layer-iframe{
	overflow: visible!important;
}
.index_box2 .info{
	max-width: 54%;
}
iframe video:-webkit-full-page-media{
	object-fit: none;
}
.foot_left{
	max-width: 34%;
}

.mt60 {
	margin-top: 60px;
}

.proinfo_box .project_list{
	margin-top: 20px;
}