@charset 'utf-8';

.banner {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .content {
	width: 88%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff;
	/* text-align: left; */
}

.banner h3 {
	font-size: 48px;
	padding-bottom: 20px;
}

.banner .en {
	font-size: 18px;
	font-weight: normal;
}

.banner .right {
    position: absolute;
    top: 100px;
    right:0;
    text-align: right;
	font-size: 14px;
	color: #009b3a;
	line-height: 32px;
	font-weight: normal;
}

.banner .img {
	width: 100%;
	visibility: hidden;
	max-width: none;
}

@media (max-width: 1440px) {
	.banner {
		height: 500px;
	}
	.banner .right {
        top: 60px;
    }
}

@media (max-width: 1200px) {
	.banner {
		height: 450px;
	}
}

@media (max-width: 992px) {
	.banner {
		height: 400px;
	}
}

@media (max-width: 768px) {
	.banner .en {
		font-size: 14px;
	}
	.banner .right{
	    display: none;
	}
}

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

@media (max-width: 480px) {
	.banner {
		height: 190px;
	}

	.banner .img {
		height: 190px;
	}

	.banner .content {
		margin-top: 3 0px;
	}
}

main {
	overflow-x: hidden;
}

.basenav-box {
	width: 100vw;
}

.basenav {
	position: relative;
	overflow: hidden;
	width: 100vw;
	margin: -65px auto 0;
}

.basenav::after {
	background: rgba(255, 255, 255, 0.85);
	content: '';
	display: block;
	position: absolute;
	width: 95vw;
	top: 0;
	height: 100%;
	left: 50%;
	margin-left: -700px;
}

@media (max-width: 1600px) {
	.basenav::after {
		left: 6%;
		margin-left: 0;
	}
}

.basenav .inner {
	width: 88%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
	text-align: center;
}

.basenav .crumb {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	color: #8b8b8b;
}

.basenav .crumb a {
	color: #8b8b8b;
}

.basenav .crumb a:hover {
	color: #1f6713;
}

.basenav .crumb .icon-right {
	margin: 0 4px;
	font-size: 14px;
}

.basenav .crumb em {
	color: #1f6713;
}

.basenav .nav {
	display: block;
	padding: 0 60px;
	font-size: 16px;
	height: 65px;
	transition: 0.3s;
	white-space: nowrap;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: bold;
	line-height: 1.5;
}

.basenav .nav em {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	color: #999;
}

.basenav .nav:hover {
	background: #fff;
}

.basenav .nav.active {
	background: #1f6713;
	color: #fff;
}

.basenav .nav.active em {
	color: #fff;
}

.basenav .inner {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
}

.basenav .nav {
	padding: 0 50px;
}

.basenav .nav:not(.active):hover {
	color: #1f6713;
}
@media (max-width: 1024px) {
    .basenav .nav {
		padding: 0 40px;
	}
}
@media (max-width: 992px) {
	.basenav {
		margin-top: -70px;
	}

	.basenav .nav {
		font-size: 16px;
		height: 70px;
		padding: 0 30px;
	}

	.basenav .crumb {
		font-size: 14px;
	}
}

@media (max-width: 892px) {
	.basenav {
		margin-top: -60px;
	}

	.basenav .nav {
		height: 60px;
	}

	.basenav .crumb {
		display: none;
	}
}

@media (max-width: 640px) {
	.basenav {
		margin-top: 0;
		border-bottom: 1px solid #e5e5e5;
		height: 44px;
	}

	.basenav .nav {
		position: relative;
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		padding: 0;
		font-size: 14px;
		height: 44px;
	}

	.basenav .nav em {
		display: none;
	}

	.basenav .inner {
		width: 100%;
	}

	.basenav .inner .active {
		background: #f5f5f5;
		color: #1f6713;
	}

	.basenav .inner .active em {
		color: #1f6713;
	}

	.basenav .inner .active::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #1f6713;
		left: 0;
		bottom: 0;
	}
}

/*关于4001老百汇*/
.ny-about {
	padding-top: 95px;
	padding-bottom: 150px;
}

.ny-about .text {
	color: #666;
	font-size: 16px;
	line-height: 1.9;
	padding-right: 5%;
}

.ny-about .text p {
	margin-top: 20px;
}

.ny-about img {
	max-width: 100%;
	display: block;
}

@media (max-width: 1200px) {
	.ny-about {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}

@media (min-width: 993px) {
	.ny-about .bd {
		display: table;
	}

	.ny-about .bd>* {
		float: none;
		display: table-cell;
		vertical-align: middle;
	}
}

@media (max-width: 991px) {
	.ny-about .datas {
		margin-top: 50px;
	}

	.ny-about .text {
		padding-right: 15px;
	}
}

@media (max-width: 480px) {
	.ny-about {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	
	.ny-about .text {
		font-size: 14px;
	}

	.ny-about .datas {
		margin-top: 0px;
	}

	.ny-about .datas li {
		margin-bottom: 10px;
	}
}

.hd3 {
	margin-bottom: 20px;
}

.hd4 {
	margin-bottom: 60px;
}

.hd3 h2 {
	font-size: 36px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.hd3 h2 {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.hd3 h2 {
		font-size: 24px;
	}
}

.hd3 .en {
	color: #666;
	text-transform: uppercase;
	padding: 10px 0 26px;
	position: relative;
}

.hd3 .en::after {
	content: '';
	display: block;
	width: 32px;
	height: 3px;
	background-color: #1f6713;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
	.hd3:hover .en::after {
		width: 110px;
	}
}

@media (max-width: 991px) {
	.hd3 {
		text-align: center;
	}

	.hd3 .en {
		padding: 5px 0 20px;
	}

	.hd3 .en::after {
		left: 50%;
		margin-left: -16px;
	}
}

@media (max-width: 768px) {
	.hd3 .en {
		padding: 10px 0 16px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.hd3 {
		margin-bottom: 10px;
	}

	.hd4 {
		margin-bottom: 30px;
	}
}

.hd3._center {
	text-align: center;
}

.hd3._center .en::after {
	left: 50%;
	transform: translateX(-50%);
}

.datas {
	text-align: center;
}

.datas li {
	margin-bottom: 50px;
}

.datas .ic {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 center;
	position: absolute;
	left: -10%;
	top: 0;
	right: 0;
	z-index: -1;
}

.datas .ic-1 {
	background-image: url('../images/icb1.png');
}

.datas .ic-2 {
	background-image: url('../images/icb2.png');
}

.datas .ic-3 {
	background-image: url('../images/icb3.png');
}

.datas .ic-4 {
	background-image: url('../images/icb4.png');
}

.datas .num {
	color: #1f6713;
	font-size: 72px;
	line-height: 1.5;
	text-shadow: 4.5px 7.794px 9px rgba(31, 103, 19, 0.15);
	position: relative;
	font-weight: bold;
	padding-top: 50px;
}

.datas .num .unit {
	font-size: 24px;
}

.datas .num>* {
	display: inline-block;
	vertical-align: baseline;
}

.datas .val {
	transition: 0.3s;
}

.datas .tit {
	color: #999;
	font-size: 16px;
}

@media (max-width: 1200px) {
	.datas .num {
		font-size: 52px;
	}
}

@media (max-width: 768px) {
	.datas .num {
		font-size: 40px;
		margin-bottom: 10px;
		display: inline-block;
	}

	.datas .num .unit {
		font-size: 20px;
		display: inline-block;
		vertical-align: text-bottom;
	}
}

@media (max-width: 480px) {
	.datas .ic {
		background-size: 50%;
	}

	.datas .num {
		margin-bottom: 0;
		font-size: 36px;
	}

	.datas .num .unit {
		font-size: 16px;
		position: relative;
		top: -2px;
	}

	.datas .tit {
		font-size: 14px;
	}
}

.ny-about .content .ic {
	width: 87px;
	height: 87px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin-right: 30px;
}

.ny-about .content .icon1 {
	background-image: url('../images/cg_ic_1.png');
}

.ny-about .content .icon2 {
	background-image: url('../images/cg_ic_2.png');
}

.ny-about .content .icon3 {
	background-image: url('../images/cg_ic_3.png');
}

.ny-about .content .icon4 {
	background-image: url('../images/cg_ic_4.png');
}

@media (min-width: 769px) {
	.ny-about .content li {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
	}
}

@media (max-width: 768px) {
	.ny-about .content li {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
	}
}

.ny-about .content li+li {
	margin-top: 60px;
}

.ny-about .content dl {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.ny-about .content dl .ic {
	display: none;
}

.ny-about .content dl dt {
	font-size: 18px;
	color: #1f6713;
	font-weight: bold;
	margin-bottom: 20px;
}

.ny-about .content dl dd {
	font-size: 16px;
	color: #666;
	line-height: 1.76;
}

@media (max-width: 640px) {
	.ny-about .content li+li {
		margin-top: 30px;
	}

	.ny-about .content li>.ic {
		display: none;
	}

	.ny-about .content dl dt {
		padding-left: 30px;
		position: relative;
	}

	.ny-about .content dl .ic {
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		left: 0;
	}

	.ny-about .content dl dd {
		font-size: 14px;
	}
}

.honner-list .inner {
	background: #fff;
	text-align: center;
	padding: 20px;
	position: relative;
	transition: 0.3s;
}

.honner-list .inner ._line {
	width: 30px;
	height: 4px;
	background: #1f6713;
	transition: 0.3s;
	position: absolute;
	left: 0;
	bottom: 0;
}

.honner-list .inner p {
	margin: 28px 0 0;
	height: 90px;
	font-size: 16px;
	line-height: 28px;
}

.honner-list .inner:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.honner-list .inner:hover ._line {
	width: 100%;
}

.honner-list .inner:hover p {
	color: #1f6713;
}

.honner-list>* {
	padding-left: 8px;
	padding-right: 8px;
}

.honner-list li {
	margin-bottom: 16px;
}

@media (max-width: 992px) {
	.honner-list .inner p {
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 640px) {
	.honner-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.honner-list .inner {
		padding: 10px 10px 0;
	}

	.honner-list>* {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}

	.honner-list .inner p {
		font-size: 14px;
	}
}

/*产品中心*/
.product-list {
	padding-top: 95px;
	padding-bottom: 150px;
	/* background: #f5f5f5; */
}

.list {
	text-align: center;
}

.list li {
	margin-bottom: 20px;
}

.list li:hover img {
	opacity: 0.95;
}

.list .img {
	display: block;
	position: relative;
	cursor: pointer;
	background-color: #1f6713;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.list .img img {
	width: 100%;
	display: block;
}

.list .icon {
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333333;
	color: #fff;
}

.list .icon::after {
	width: 18px;
	height: 18px;
	content: '';
	display: block;
	background: url(../images/add.png) no-repeat center;
	background-size: 18px 18px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.list .tit {
	font-size: 16px;
	color: #666;
	line-height: 80px;
}

.list .img-wrap {
	display: block;
	overflow: hidden;
}

.list .img-wrap img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

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

.list li:hover .icon {
	background-color: #1f6713;
}

@media (min-width: 1200px) {
	.list {
		margin-left: -26px;
		margin-right: -26px;
	}

	.list li {
		padding-left: 26px;
		padding-right: 26px;
	}
}

@media (max-width: 1200px) {
	.product-list {
		padding-top: 60px;
		padding-bottom: 100px;
	}

	.list .tit {
		line-height: 50px;
	}

	.list li {
		margin-bottom: 10px;
	}
}

@media (max-width: 640px) {
	.list li {
		margin-bottom: 5px;
	}

	.list .icon {
		right: 0;
		bottom: 0;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.list .icon::after {
		top: 7px;
		left: 7px;
	}

	.list .tit {
		font-size: 14px;
		padding: 6px 0;
		line-height: 30px;
	}

}

@media (max-width: 480px) {
	.product-list {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.list>* {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
}

.pro-top {
	padding-top: 95px;
	padding-bottom: 50px;
	background: #f5f5f5;
}

@media (min-width:768px) {
	.pro-top .bd {
		display: table;
		width: 100%
	}

	.pro-top .bd>* {
		display: table-cell;
		vertical-align: middle;
		float: none
	}

	.pro-top .inner {
		width: 55%;
		padding-left: 5%
	}

	.pro-top .coverimg {
		width: 45%
	}

}

.pro-top .coverimg img {
	max-width: 100%
}

.pro-top .hd {
	margin-bottom: 2px
}

.pro-top .hd h2 {
	font-size: 36px
}

.pro-top .hd .en {
	font-size: 16px;
	color: #999;
	padding-top: 20px;
	position: relative
}

.pro-top .hd .en::after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #1f6713;
	margin: 20px 0 40px
}

@media (max-width:768px) {
	.pro-top .hd h2 {
		font-size: 28px
	}

	.pro-top .hd .en {
		font-size: 14px
	}

	.pro-top .hd .en::after {
		margin: 20px 0
	}
}

@media (max-width:480px) {
	.pro-top .hd h2 {
		padding-top: 20px;
		font-size: 24px
	}

	.pro-top .hd .en {
		font-size: 14px;
		padding-top: 15px;
	}
}

.pro-top .txt {
	font-size: 16px;
	color: #666;
	line-height: 1.875;
	margin-bottom: 70px
}

.pro-top .consult {
	background: #1f6713;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 210px;
	height: 52px;
	line-height: 52px
}

.pro-top .consult em {
	padding-left: 40px;
	background-image: url('../images/zx.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	background-size: 20px;
	font-size: 16px
}

.pro-top .consult:hover {
	background: #333
}

@media (max-width:992px) {
	.pro-top {
		padding-top: 50px;
	}

	.pro-top .txt {
		margin-bottom: 30px
	}

	.pro-top .consult {
		width: 140px;
		height: 38px;
		line-height: 38px;
		text-align: center
	}

	.pro-top .consult em {
		font-size: 14px;
		background-size: 18px;
		padding-left: 26px
	}
}

@media (max-width: 480px) {
	.pro-top {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.pro-top .txt {
		font-size: 14px;
	}
}

.pro-info-box {
	padding-bottom: 100px
}

.pro-info-box nav {
	position: relative;
	margin-bottom: 40px;
	border-bottom: 1px solid #dddddd
}

.pro-info-box nav .max-wid {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	font-size: 20px;
	color: #666
}

.pro-info-box nav .max-wid a {
	line-height: 80px;
	padding: 0 50px;
	position: relative;
	display: block
}

.pro-info-box nav .max-wid .active {
	color: #1f6713
}

.pro-info-box nav .max-wid .active::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #1f6713;
	bottom: 0
}

@media (max-width: 768px) {
	.pro-info-box nav {
		margin-bottom: 20px;
	}

	.pro-info-box nav .max-wid a {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		padding: 0 15px
	}

	.pro-info-box nav .max-wid a+a {
		margin-left: 10px
	}
}


.pro-info-box .box {
	padding: 40px 0;
	width: 92vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

.pro-info-box .box h2 {
	font-size: 30px;
	padding-left: 32px;
	position: relative;
	margin-bottom: 30px
}

.pro-info-box .box h2::before {
	content: '';
	display: block;
	width: 8px;
	height: 70%;
	background-color: #1f6713;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 0
}

.pro-info-box .box .txt {
	font-size: 16px;
	color: #666;
	line-height: 36px
}

@media (max-width: 768px) {
	.pro-info-box {
		padding-bottom: 50px
	}

	.pro-info-box .box {
		padding: 20px 0;
	}

	.pro-info-box .box h2 {
		font-size: 22px;
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.pro-info-box .box {
		padding: 10px 0;
	}

	.pro-info-box .box .txt {
		font-size: 14px;
		line-height: 28px
	}
}

.css_table {
	width: 100%;
}

.css_table td {
	height: 35px;
	font-size: 14px;
	color: #555;
	background-color: #f5f9f8;
	padding: 10px 15px;
	text-align: center;
	border: 2px solid #fff;
}

.css_table th {
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background-color: #1f6713;
	padding: 15px 15px;
	border: 2px solid #fff;
}

/*新闻资讯*/
.news-list-box {
	padding-top: 95px;
	padding-bottom: 150px;
}

.news-list {
	margin-left: -12px;
	margin-right: -12px
}

.news-list>* {
	padding-left: 12px;
	padding-right: 12px
}

.news-list.s2 {
	margin-left: -30px;
	margin-right: -30px
}

.news-list.s2>* {
	padding-left: .30px;
	padding-right: .30px
}

@media (max-width: 1200px) {
	.news-list-box {
		padding-top: 60px;
		padding-bottom: 100px;
	}

	.news-list.s2 {
		margin-left: -12px;
		margin-right: -12px
	}

	.news-list.s2>* {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media (max-width: 992px) {}

@media (max-width: 480px) {
	.news-list-box {
		padding-top: 20px;
		padding-bottom: 50px;
	}
}

.news-list li {
	margin-bottom: 30px
}


.news-item {
	margin-bottom: 24px
}

.news-item .inner {
	border: 1px solid #e5e5e5;
	background: #fff
}

.news-item .inner:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}

.news-item .inner:hover .rbtn2 {
	background: #1f6713
}

.news-item .inner:hover .rbtn2 i {
	animation: downico 1.5s ease-out infinite;
	background-image: url('../images/arr.png')
}

.cover-box {
	position: relative;
	display: block;
	overflow: hidden
}

.cover-box .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}

.cover-box ._bg {
	width: 100%;
	visibility: hidden;
	display: block
}

@media (min-width: 993px) {
	.cover-box:hover .cover-tip {
		opacity: 1;
		filter: alpha(opacity=1)
	}

	.cover-box:hover .coverimg {
		transform: scale(1.05, 1.05)
	}
}

.cover-tip {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s;
	z-index: 3
}

.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}

.cover-tip .linet {
	top: 0
}

.cover-tip .lineb {
	bottom: 0
}

.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60)
}

.news-item .info {
	padding: 30px 24px;
	height: 227px;
	position: relative
}

@media (max-width: 1200px) {
	.news-item .info {
		height: 180px
	}
}

@media (max-width: 768px) {
	.news-item .info {
		height: auto;
		padding-bottom: 50px
	}
}

.news-item .info .title {
	font-size: 24px;
	line-height: 26px;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	max-height: 52px;
	margin-bottom: 20px
}

.news-item .info .title:hover {
	color: #1f6713
}

@media (max-width: 1200px) {
	.news-item .info .title {
		font-size: 20px;
		line-height: 24px;
		max-height: 48px
	}
}

@media (max-width: 480px) {
	.news-item .info .title {
		font-size: 18px;
	}
}

.news-item .info .data .time {
	color: #999;
	text-transform: uppercase
}

.news-item .info .data .tag {
	color: #1f6713;
	display: inline-block;
	padding-right: 10px
}

.rbtn2 {
	width: 48px;
	height: 48px;
	transition: all .4s ease 0s;
	border: 1px solid #1f6713;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.rbtn2 i {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../images/arr3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-size: 28px
}

.rbtn2:hover {
	background: #1f6713
}

.rbtn2:hover i {
	animation: downico 1.5s ease-out infinite;
	background-image: url('../images/arr.png')
}

@media (max-width: 768px) {
	.rbtn2 {
		width: 30px;
		height: 30px
	}

	.rbtn2 i {
		left: 0;
		background-size: 60% auto
	}
}

.rbtn2.on {
	background: #1f6713
}

.rbtn2.on i {
	animation: downico 1.5s ease-out infinite;
	background-image: url('../images/arr.png')
}

.news-item .rbtn2 {
	position: absolute;
	right: 24px;
	bottom: 30px
}

@keyframes downico {
	0% {
		left: 0;
		opacity: 1
	}

	35% {
		left: 50%;
		opacity: 0
	}

	65% {
		left: -50%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@keyframes downico2 {
	0% {
		left: 0;
		opacity: 1
	}

	35% {
		left: 50%;
		opacity: 0
	}

	65% {
		left: -50%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

.artical {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1400px;
}

.artical-hd {
	margin-bottom: 40px;
	padding-top: 95px;
}

.artical-hd h2 {
	font-size: 38px;
	margin-bottom: 48px;
	font-weight: normal;
}

.artical-hd .data {
	font-size: 16px;
	color: #999;
	font-family: medium;
}

.artical-hd .data>* {
	display: inline-block;
	vertical-align: middle;
}

.artical-hd .data p {
	margin-right: 40px;
}

.artical-hd .data .count {
	position: relative;
}

.artical-hd .data .count::before {
	width: 18px;
	height: 18px;
	content: '';
	display: inline-block;
	background: url(../images/read.jpg) no-repeat center;
	background-size: 18px 18px;
	position: absolute;
	top: 0;
	left: -25px;
}

@media (max-width: 1200px) {
	.artical-hd {
		padding-top: 60px;
	}
}

@media (max-width: 992px) {
	.artical-hd {
		text-align: center;
	}

	.artical-hd {
		margin-bottom: 10px;
		padding-top: 50px;
	}

	.artical-hd h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
}

@media (max-width: 640px) {
	.artical-hd {
		padding-top: 30px;
	}

	.artical-hd h2 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.artical-hd .data {
		font-size: 14px;
	}
}

.news-details-bd>* {
	padding-top: 50px;
}

.artical-bd {
	background: #f4f5f8;
	color: #666;
	font-size: 16px;
	line-height: 1.76;
	padding: 45px;
}

.artical-bd p {
	padding-top: 20px;
}

.artical-bd img {
	display: block;
	margin: 20px auto 0;
}

.artical-bd .end {
	margin-top: 1.8rem;
	text-align: center;
	color: #999;
	position: relative;
}

.artical-bd .end::before,
.artical-bd .end::after {
	content: '';
	display: block;
	position: absolute;
	width: 40%;
	top: 50%;
	background: rgba(0, 0, 0, 0.1);
	height: 1px;
}

.artical-bd .end::before {
	left: 0;
}

.artical-bd .end::after {
	right: 0;
}

@media (max-width: 992px) {
	.artical-bd {
		background: none;
		padding: 0;
		font-size: 15px;
	}
}

@media (max-width: 640px) {
	.artical-bd {
		font-size: 14px;
	}

	.artical-bd .end {
		font-size: 12px;
	}

	.artical-bd .end::before,
	.artical-bd .end::after {
		width: 36%;
	}
}

.artical-pnext {
	margin: 1rem 0 1rem;
	font-size: 16px;
	line-height: 2.2;
}

.artical-pnext a {
	display: block;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.artical-pnext a:hover {
	color: #1f6713;
}

@media (max-width: 480px) {
	.artical-pnext {
		font-size: 14px;
	}
}

.artical-row {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2rem;
}

.artical-row>* {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1200px) {
	.artical-left {
		width: 69%;
		float: left;
	}

	.artical-right {
		width: 31%;
		float: right;
		padding-left: 40px;
	}
}

.hot-artical h2 {
	font-size: 20px;
	padding-left: 17px;
	position: relative;
	font-weight: normal;
}

.hot-artical h2::before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background: #1f6713;
}

.hot-artical li {
	margin-top: 25px;
}

.hot-artical li:hover a {
	color: #1f6713;
}

.hot-artical .img {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.hot-artical .img img {
	width: 100%;
}

.hot-artical .img img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

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

.hot-artical .title {
	font-size: 16px;
	color: #666;
	line-height: 1.76;
}

.hot-artical .title:hover {
	color: #1f6713;
}

@media (max-width: 480px) {
	.hot-artical .img {
		margin-bottom: 12px;
	}

	.hot-artical .title {
		font-size: 14px;
	}
}

/*服务介绍*/
.c-list {
	padding-top: 95px;
	padding-bottom: 150px;
}

.c-list .infobox {
	padding: 0 0 30px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 60px
}

.c-list .infobox .ihd {
	font-size: 36px;
	position: relative;
	padding-bottom: 18px;
	font-weight: bold;
	margin-bottom: 30px
}

.c-list .infobox .ihd::after {
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 3px;
	background-color: #1f6713;
	bottom: 0;
	left: 0;
	transition: all .4s ease 0s
}

.c-list .infobox .ihd:hover::after {
	width: 110px
}

.c-list .infobox .vtxt p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.c-list .img {
	width: 100%;
	text-align: center;
	position: relative;
}

.c-list .img img {
	max-width: 100%;
	display: inline-block;
}

@media (max-width: 1200px) {
	.c-list {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}

@media (max-width: 991px) {

	.c-list .infobox {
		text-align: center;
	}

	.c-list .infobox .ihd {
		font-size: 28px;
		margin-bottom: 20px
	}

	.c-list .infobox .ihd::after {
		left: 50%;
		margin-left: -16px;
	}

	.c-list .infobox .vtxt p {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.c-list {
		padding-top: 30px;
		padding-bottom: 50px;
	}


}

.service-list {
	/* margin-bottom: 1rem; */
}

.service-list li {
	position: relative;
}

.service-list li {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	border-bottom: 1px solid #e5e5ee;
}

.service-list li::after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 1px;
	background: #ff5722;
	left: 0;
	bottom: -1px;
	transition: 0.5s ease-in;
}

.service-list .title {
	font-size: 24px;
	color: #206534;
	margin-bottom: 50px;
}

.service-list .img {
	width: 35%;
	float: left;
	border-radius: 15px;
	overflow: hidden;
}

.service-list .img img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

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

.service-list .img img {
	max-width: 100%;
	display: block;
}

.service-list .content {
	width: 50%;
	float: left;
	margin-left: 2%;
	position: relative;
	height: 250px;
}

.service-list h3 {
	font-size: 16px;
	line-height: 28px;
}

.service-list .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #1f6713;
}

@media (max-width: 768px) {
	.service-list li {
		padding: 30px 0;
	}
	.service-list .title {
		margin-bottom: 30px;
	}
	.service-list .img {
		width: 50%;
	}

	.service-list .content {
		width: 48%;
		height: 200px;
	}

}
@media (max-width: 480px) {
	.service-list .title {
		font-size: 20px;
	}
	.service-list .img {
		width: 100%;
	}

	.service-list .content {
		width: 100%;
		padding-top: 20px;
		height: 180px;
	}
	
	.service-list h3 {
		font-size: 14px;
		line-height: 24px;
	}

}

/*技术支持*/
.contact-form {
	font-size: 16px;
}

.contact-form .bd2 {
	background: #f5f5f5;
	padding: 80px 0 110px;
	border-top: 2px solid #1f6713;
}

.contact-form .form {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
	border: 0;
	box-shadow: none;
	outline: none;
	resize: none;
	background: none;
	font-size: 16px;
}

.contact-form label {
	color: #666;
}

.contact-form li {
	min-height: 64px;
	line-height: 64px;
	margin-bottom: 40px;
	transition: 0.3s;
}

.contact-form li .inner {
	border-bottom: 1px solid #cdcdcd;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
}

.contact-form li input {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	display: block;
}

.contact-form li label {
	width: 50px;
	margin-right: 30px;
	position: relative;
}

.contact-form li label::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 18px;
	background: #666;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.contact-form li.active .inner {
	border-color: #1f6713;
}

.contact-form li.active input,
.contact-form li.active label {
	color: #1f6713;
}

.contact-form li.active label::before {
	background-color: #1f6713;
}

.contact-form li.textarea-box label::before {
	display: none;
}

.contact-form textarea {
	display: block;
	height: 170px;
	border: 1px solid #cdcdcd;
	width: 100%;
	padding: 20px;
	line-height: 1.76;
}

.contact-form textarea:focus {
	border-color: #1f6713;
}

.contact-form .submit {
	background-color: #1f6713;
	color: #fff;
	width: 200px;
	height: 44px;
	line-height: 44px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
}

.contact-form .submit:hover {
	background: #1f6713;
	box-shadow: 0 0 10px rgba(209, 31, 55, 0.5);
}

@media (max-width: 992px) {
	.contact-form .bd {
		padding: 50px 0 70px;
	}

	.contact-form li {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.contact-form li {
		min-height: 50px;
		line-height: 50px;
	}
}

@media (max-width: 640px) {
	.contact-form li {
		margin-bottom: 10px;
	}

	.contact-form .submit {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.contact-form {
		font-size: 14px;
	}

	.contact-form .bd2 {
		padding: 50px 0 60px;
	}

	.contact-form input,
	.contact-form textarea {
		font-size: 14px;
	}

	.contact-form li {
		margin-bottom: 0;
	}

	.contact-form li label {
		margin-right: 10px;
		width: 40px;
	}

	.contact-form .bd {
		padding: 30px 0 40px;
	}
}

.form-box {
	width: 92%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	/* padding: 1.1rem 0 1.5rem; */
}

.form-box h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 70px;
}

.form-box form {
	margin-top: 60px;
}

.form-box .item {
	margin-bottom: 36px;
}

.form-box .item label {
	display: block;
	margin-bottom: 16px;
}

.form-box .item label em {
	color: #ff5722;
}

.form-box .item textarea,
.form-box .item input {
	border: 1px solid #e5e5e5;
	display: block;
	width: 100%;
	outline: none;
	transition: 0.3s;
}

.form-box .item textarea:focus,
.form-box .item input:focus {
	border-color: #1f6713;
}

.form-box .item input {
	height: 36px;
	line-height: 36px;
	padding-left: 14px;
}

.form-box .item textarea {
	height: 280px;
	padding: 14px;
}

.form-box .submit {
	margin: 50px auto 0;
	width: 154px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #1f6713;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.3s;
	display: block;
}

.form-box .submit:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 5px rgba(255, 87, 34, 0.8);
}

@media (max-width: 480px) {
	.form-box form {
		margin-top: 30px;
	}

	.form-box .item {
		margin-bottom: 25px;
	}
}

.problem-list {
	/* padding: 2.5rem 0; */
}

.problem-list .problem-item {
	line-height: 36px;
	cursor: pointer;
	padding: 12px 40px;
}

.problem-list .problem-item:nth-child(2n-1) {
	background: #f7f7f7;
}

.problem-list .problem-item.cur .problem-h5 {
	background: url(../images/jian3.png) no-repeat right 32px center;
}

.problem-list .problem-h5 {
	position: relative;
	padding: 18px 40px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	background: url(../images/jian3on.png) no-repeat right 32px center;
}

.problem-list .problem-h5:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	top: 25px;
	left: 0;
	position: absolute;
	background: url(../images/wen1.jpg) no-repeat center;
}

.problem-list .problem-detail {
	position: relative;
	padding: 18px 40px;
	display: none;
	font-size: 16px;
	color: #666;
	border-top: 1px solid #dedede;
}

.problem-list .problem-detail:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	top: 25px;
	left: 0;
	position: absolute;
	background: url(../images/da1.jpg) no-repeat center;
}

@media (max-width: 992px) {
	.problem-list .problem-item {
		padding: 10px 25px;
		line-height: 28px;
	}

	.problem-list .problem-h5 {
		padding: 15px 30px;
	}

	.problem-list .problem-detail {
		padding: 15px 0 15px 30px;
	}

	.problem-list .problem-h5 {
		font-size: 16px;
	}

	.problem-list .problem-detail {
		font-size: 14px;
	}

	.problem-list .problem-h5:before,
	.problem-list .problem-detail:before {
		top: 18px;
	}

}

@media (max-width: 480px) {
	.problem-list .problem-item {
		padding: 5px 15px;
		line-height: 28px;
	}

	.problem-list .problem-h5 {
		padding: 10px 30px;
	}

	.problem-list .problem-detail {
		padding: 10px 0 10px 30px;
	}

	.problem-list .problem-h5 {
		font-size: 14px;
	}

	.problem-list .problem-detail {
		font-size: 12px;
	}

	.problem-list .problem-h5:before,
	.problem-list .problem-detail:before {
		top: 14px;
	}

	.problem-list .problem-item .problem-h5 {
		background-position: right 0 center !important;
	}
}

/*联系我们*/
.contact-map {
	height: 608px;
	margin-top: 30px;
}

#map label,
#map img {
	max-width: none;
}

@media (max-width: 992px) {
	.contact-map {
		height: 400px;
	}
}

@media (max-width: 640px) {
	.contact-map {
		height: 300px;
	}
}

.contact-box {
	margin-top: 30px;
}

@media (max-width: 480px) {
	.contact-box {
		margin-top: 20px;
	}
}

.contact-code {
	background: #f4f4f4;
	padding: 46px 60px;
}

.contact-code .code {
	text-align: center;
	padding: 20px;
	border: 2px solid #1f6713;
	background: #fff;
	margin-right: 96px;
}

.contact-code .code .tit {
	padding-top: 16px;
	color: #666;
	font-size: 16px;
}

.contact-code h3 {
	font-size: 24px;
	font-weight: bold;
}

.contact-code h3::after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background-color: #1f6713;
	margin: 30px 0;
}

.contact-code .addr {
	font-size: 18px;
	line-height: 28px;
}

.contact-code .addr span {
	color: #666;
}

@media (max-width: 992px) {
	.contact-code {
		padding: 30px;
	}

	.contact-code .code {
		margin-right: 30px;
	}
}

@media (min-width: 768px) {
	.contact-code {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		position: relative;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
	}

	.contact-code .info {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.contact-code {
		text-align: center;
	}

	.contact-code .code {
		display: inline-block;
		margin-right: 0;
	}

	.contact-code h3::after {
		margin: 20px auto;
	}
}

@media (max-width: 640px) {
	.contact-code h3 {
		font-size: 18px;
	}

	.contact-code .addr {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 480px) {
	.contact-code h3::after {
		margin: 15px auto;
	}
}

.contact-tit {
	font-size: 36px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	padding: 30px 0;
}

.contact-tit span {
	padding-left: 50px;
}

.contact-tit span::before {
	width: 40px;
	height: 40px;
	content: '';
	display: inline-block;
	background: url(../images/info.png) no-repeat center;
	background-size: 40px 40px;
	position: absolute;
	top: 30px;
	left: 0;
}

@media (max-width: 1200px) {
	.contact-tit {
		font-size: 32px;
	}
}

@media (max-width: 992px) {
	.contact-tit {
		font-size: 28px;
	}
}

@media (max-width: 640px) {
	.contact-tit {
		font-size: 24px;
	}
	.contact-tit span{
	    padding-left: 40px;
	}
	.contact-tit span::before {
	    width: 30px;
	    height: 30px;
	    background-size: 30px 30px;
	    top: 10px;
	}
}

@media (max-width: 480px) {
	.contact-tit {
		font-size: 20px;
		padding: 15px 0;
	}

	.contact-tit .iconfont {
		font-size: 20px;
		margin-right: 10px;
	}
	
}

.contact-msg li {
	margin-bottom: 30px;
	color: #666;
}

.contact-msg li b {
	color: #333;
	font-weight: bold;
}

.contact-msg li p {
	background: #f4f4f4;
	height: 104px;
	line-height: 104px;
	font-size: 24px;
	padding-left: 40px;
}

.contact-msg li:nth-child(1) p{
    font-size: 20px;
}

.contact-msg li:nth-child(1) b{
    font-size: 24px;
}

@media (min-width: 993px) {
	.contact-msg .row {
		margin-left: -21px;
		margin-right: -21px;
	}

	.contact-msg li {
		padding-left: 21px;
		padding-right: 21px;
	}
}

@media (max-width: 992px) {
	.contact-msg li {
	    width: 100%;
		margin-bottom: 20px;
	}

	.contact-msg li p {
		height: 90px;
		line-height: 90px;
		padding-left: 5%;
		font-size: 20px;
	}
	
	.contact-msg li:nth-child(1) p{
       font-size: 18px;
    }

    .contact-msg li:nth-child(1) b{
       font-size: 20px;
    }
}

@media (max-width: 640px) {
	.contact-msg li {
		margin-bottom: 10px;
	}

	.contact-msg li p {
	    padding-left: 10px;
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	.contact-msg li:nth-child(1) p{
       font-size: 12px;
    }

    .contact-msg li:nth-child(1) b{
       font-size: 15px;
    }
}
