:root {
	--swiper-navigation-color: #089000;
}

html {
	padding: 0px;
	margin: 0px;
	font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
	font-size: 14px;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
		/* 消除链接点击效果 */
	;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}

header,
article,
aside,
div,
span,
p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
figure{
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	font-size: 0;
	margin: 0;
	vertical-align: bottom;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	 transition: all .4s ease;
}

a:active,
a:hover {
	outline: 0;
	 transition: all .4s ease;
}

b,
strong {
	font-weight: bold
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #dadada;
	margin: 1em 0;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}
.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.fixedImg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

body.bg {
	background: #fafafa;
}

body.bg-white {
	background: #fff;
}

/*导航栏顶部*/
.welcome {
	background: #0c6502;
	border-bottom: solid 0 #eee;
	color: rgba(255, 255, 255, 1);
	height: 34px;
}

.welcome:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.welcome .box {
	width: 1200px;
	margin: 0 auto;
}

.welcome .left-p {
	float: left;
	width: 50%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.welcome .right-nav {
	float: right;
	height: 34px;
	line-height: 34px;
}

.welcome .right-nav ul {}

.welcome .right-nav ul li {
	font-size: 14px;
	Position: relative;
	float: left;
	margin-left: 20px;
	padding-left: 21px;
}

.welcome .right-nav ul li:before {
	content: '';
	Position: absolute;
	left: 0;
	top: 11px;
	height: 12px;
	width: 1px;
	background: rgba(255, 255, 255, 1);
}

.welcome .right-nav ul li:first-child:before {
	display: none;
}

.welcome .right-nav ul li a {
	color: rgba(255, 255, 255, 1);
}

.welcome .right-nav ul li a:hover {
	color: #fde110;
}

/*导航栏*/
.header {
	background: #fff;
	Position: relative;
	z-index: 100;
}

.header .box {
	width: 1200px;
	margin: 0 auto;
}

.header .box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header .logo {
	float: left;
	margin-top: 10px;
}

.header .logo img {
	height: 60px;
}

.header .lianxi {
	float: right;
	margin-left: 60px;
	Position: relative;
}

/*.header .lianxi:before{ content:'';Position:absolute;left:-40px;top:30px;height:20px;width:1px;background:rgba(0,0,0,0.2);}
.header .lianxi:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}*/
.header .lianxi ul {}

.header .lianxi ul li {
	Position: relative;
	color: #089000;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
.header .lianxi ul li a{
	color: #089000;
}

.header .lianxi ul li .hover-weixin {
	display: none;
	border: solid 1px #ddd;
	padding: 5px;
	background: #fff;
	Position: absolute;
	left: 50%;
	top: 80px;
	transform: translateX(-50%);
	z-index: 999;
}

.header .lianxi ul li:hover .hover-weixin {
	display: block;
}

.header .lianxi ul li .hover-weixin img {
	width: 120px;
	height: 120px;
}

.header .lianxi ul li .hover-weixin p {
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}

.header .lianxi ul li:first-child {
	margin-left: 0;
}

.header .lianxi ul li span.iconfont {
	font-size: 20px;
}

.header .lianxi ul li span.icon-weixin {
	cursor: pointer;
}

.header .nav {
	width: 100%;
	background-color: #089000;
}

.header .nav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header .nav ul {
	width: 1200px;
	margin: 0 auto;
}

.header .nav ul li {
	float: left;
	Position: relative;
}

.header .nav ul li a {
	font-size: 16px;
	display: block;
	line-height: 60px;
	padding: 0 36px;
	color: #fff;
}

.header .nav ul li ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 133px;
	padding: 10px 0;
	border: solid 1px #ddd;
	background: #fff;
}

.header .nav ul li:hover ul {
	display: block;
}

.header .nav ul li ul li {
	float: none;
}

.header .nav ul li ul li a {
	font-size: 14px;
	padding: 0 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333 !important;
}

.header .nav ul li.hover a,
.header .nav ul li:hover a {
	color: #fff;
	background-color: #0c6502;
}

.header .nav ul li:hover ul li a,
.header .nav ul li.hover ul li a {
	background-color: #fff;
	color: #0c6502;
}

.header .nav ul li:hover ul li a:hover,
.header .nav ul li.hover ul li a:hover {
	background-color: #0c6502;
	color: #ffffff;
}

.header .nav ul li ul li a:hover {
	color: #fff !important;
}

/*首页轮播图*/
.slideBox {
	overflow: hidden;
	position: relative;
	background: #fff;
	width: 100%;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 20px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 1px #0c6502;
	margin: 0 6px 0 8px;
	text-indent: -9999px;
	border-radius: 1000%;
}

.slideBox .hd ul li.on {
	background: #0c6502;
	border: solid 1px #0c6502;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
	width: 100%;
}

.slideBox .bd li {
	width: 100%;
	margin: 0;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
}

.slideBox .bd li a {
	display: block;
	width: 100%;
}

/*通用样式*/
.content-bg {
	background: #fff;
	padding: 60px 0;
}

.content-bg2 {
	background: #f5f5f5;
	padding: 60px 0;
}

.content-box {
	width: 1200px;
	margin: 0 auto;
}

.content-box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.border-bottom {
	border-bottom: solid 1px #ddd;
}

.pd30 {
	padding: 30px 0;
}

.nav-head {
	text-align: center;
	margin-bottom: 40px;
}

.nav-head h2 {
	font-size: 28px;
	line-height: 38px;
	color: #333;
	margin-bottom: 60px;
}

.nav-head p {
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 26px;
	margin-top: 5px;
	color: #999;
}

.title {
	position: relative;
	height: 68px;
	margin-bottom: 50px;
	text-align: center;
}

.title h3 {
	font-size: 68px;
	line-height: 68px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.07);
	text-transform: uppercase;
}

.title h2 {
	font-weight: bold;
	font-size: 28px;
	color: #0c6502;
	position: relative;
	z-index: 2;
	top: -41px;
}
.title.sub-title h2{top: 0;}
.title.sub-title p{text-transform: uppercase;}
/*首页简介*/
.index-about {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.index-about:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.index-about .left-body {
	width: 600px;
}

.a-title {
	position: relative;
	height: 68px;
	margin-bottom: 20px;
}

.a-title h3 {
	font-size: 68px;
	line-height: 68px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.07);
	Position: absolute;
	top: 0;
	left: 0;
}

.a-title h2 {
	font-weight: bold;
	font-size: 28px;
	Position: absolute;
	bottom: 4px;
	left: 0;
	color: #0c6502;
}

.index-about .left-body p {
	text-align: justify;

	line-height: 30px;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	text-indent: 2rem;
}

.index-about .left-body p.more-a {
	margin-top: 20px;
	text-indent: 0rem;
}

.index-about .left-body p.more-a a {
	vertical-align: middle;
	font-size: 16px;
	display: inline-block;
	line-height: 28px;
	color: #089000;
}

.index-about .left-body p.more-a a:hover {
	color: #ffcb2d;
}

.index-about .left-body p.more-a a:hover i {
	border-left: 8px solid #ffcb2d;
}

.index-about .left-body p.more-a a i {
	display: inline-block;
	margin-left: 6px;
	border-left: 8px solid #089000;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	margin-top: -1px;
	vertical-align: middle;
}

.index-about .right-video {
	width: 500px;
	margin-left: 100px;
	
}
.index-about .right-video img{
	border-radius: 10px;
}

.index-video-bg {
	display: none;
	position: fixed;
	z-index: 200;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
}

.video-content {
	width: 960px;
	height: 540px;
	Position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-content video {
	width: 960px;
	height: 540px;
	background: #000;
}

.video-content .about-pause {
	cursor: pointer;
	Position: absolute;
	z-index: 3;
	top: -40px;
	right: -40px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: solid 2px #ccc;
	color: #ccc;
	border-radius: 100%;
}

.video-content .about-pause .iconfont {
	font-size: 18px;
	font-weight: bold;
}

.video-content .about-pause:hover {
	color: #fff;
	border: solid 2px #fff;
}
.page-box .tongji{
	margin-top: 60px;
}
.tongji {
	overflow: hidden;
	border-left: solid 1px #ddd;
}

.tongji ul {}

.tongji ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.tongji ul li .box {
	cursor: pointer;

	border-right: solid 1px #ddd;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.tongji ul li .box:hover {
	background: rgba(255, 255, 255, 0.8);
}

.tongji ul li img {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

.tongji ul li h3 {
	font-size: 44px;
	color: #089000;
	font-weight: 800;
	margin-bottom: 10px;
}

.tongji ul li h3 span {
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
}

.tongji ul li:hover h3 {
	color: #ffcb2d;
}

/*首页产品*/
.index-product {
	padding: 80px 0;
}

.index-product .list-chanpin {
	width: 80%;
}

.index-product .list-chanpin .swiper-wrapper {}

.tab-chanpin-con {
	background: #fff;
	padding-bottom: 60px;
	border-bottom: solid 1px #ddd;
}

.tab-chanpin-con:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab-chanpin .hd {
	padding: 60px 0 180px 0;
	background-size: cover !important;
}

.tab-chanpin .hd ul {
	width: 1200px;
	margin: 0 auto;
}

.tab-chanpin .hd ul h2 {
	float: left;
	font-size: 28px;
	height: 38px;
	line-height: 34px;
	color: #fff;
	margin-right: 40px;
}

.tab-chanpin .hd ul li {
	cursor: pointer;
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	margin-top: 2px;
}

.tab-chanpin .hd ul li.on {
	background: #fff;
	color: #089000;
	position: relative;
}

.tab-chanpin .hd ul li.on:before {
	content: '';
	display: inline-block;
	margin-left: 5px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	Position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}

.tab-chanpin span.right {
	display: block;
	float: right;
	height: 38px;
	line-height: 38px;
}

.tab-chanpin span.right a {
	color: #fff;
	font-size: 16px;
}

.tab-chanpin span.right i {
	display: inline-block;
	margin-left: 6px;
	border-left: 8px solid #fff;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	margin-top: -1px;
	vertical-align: middle;
}

.tab-chanpin .bd {
	width: 1200px;
	margin: 0 auto;
	margin-top: -100px;
}

.tab-chanpin .bd:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab-chanpin .scroll_btn {
	margin-top: 30px;
	text-align: center;
}

.tab-chanpin .scroll_btn a {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 1px #ffcb2d;
	margin: 0 4px 0 4px;
	text-indent: -9999px;
	border-radius: 1000%;
}

.tab-chanpin .scroll_btn a.on {
	background: #ffcb2d;
	border: solid 1px #ffcb2d;
}

.ab-more {
	text-align: center;
	margin-top: 50px;
}

.ab-more a {
	display: inline-block;
	vertical-align: bottom;
	width: 126px;
	height: 36px;
	border: 2px solid #fff;
	line-height: 36px;
	text-align: center;
	border-color: #ccc;
	color: #666;
}

.ab-more a:hover {
	border-color: #089000;
	background-color: #089000;
	color: #fff;
}

/*产品列表*/
.list-chanpin {
	margin-top: 20px;
}

.list-chanpin:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list-chanpin .box {
	background: #fff;
	padding-bottom: 103px;
	position: relative;
}

.list-chanpin .box:after {
	content: '';
	Position: absolute;
	bottom: 0;
	height: 5px;
	width: 0;
	background: #089000;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.list-chanpin .swiper-slide:hover .box:after {
	width: 100%;
}

.list-chanpin .box:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.list-chanpin .box .img {
	width: 100%;
}

.list-chanpin .box .img img {
	width: 100%;
}

.list-chanpin .box .tips {
	border: solid 1px #ddd;
	border-top: 0;
	background: #fff;
	padding: 20px;
	Position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.list-chanpin .box .tips h2 {
	margin-bottom: 10px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-chanpin .box .cs {
	overflow: hidden;
	height: 0;
	line-height: 20px;
	font-size: 12px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.list-chanpin .box .cs p {
	margin-bottom: 10px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #999;
}

.list-chanpin .box:hover .cs {
	height: 20px;
}

.list-chanpin .box .more-cp {
	text-align: center;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

.list-chanpin .box .more-cp span {
	display: inline-block;
}

.list-chanpin .box .more-cp span.iconfont {
	font-size: 16px;
	padding-left: 5px;
	transform: rotate(90deg);
	vertical-align: middle;
	margin-top: -7px;
}


/*案例列表*/
.list-anli {
	width: 1200px;
}

.list-anli .box:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.list-anli .box {
	background: #fff;
	;
	Position: relative;
}

.list-anli .box:after {
	content: '';
	Position: absolute;
	bottom: 0;
	height: 5px;
	width: 0;
	background: #ffcb2d;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.list-anli .box:hover .box:after {
	width: 100%;
}

.list-anli .box .img img {
	width: 100%;
}

.list-anli .box .desc {
	padding: 20px 20px 20px 20px;
	border: solid 1px #ddd;
	border-top: 0;
}

.list-anli .box .desc h2 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.list-anli .box .desc p {
	margin-top: 0;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-anli .box a:hover .desc {
	background-color: #089000;
	border-color: #089000;
	transition: 300ms;
}

.list-anli .box a:hover .desc h2 {
	color: #ffffff;
}

/*首页新闻*/
.index-news {
	padding: 60px 0;
}

.tab-index-news {}

.tab-index-news .hd {
	margin-bottom: 30px;
}

.tab-index-news .hd:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab-index-news .hd ul {
	float: left;
}

.tab-index-news .hd h2 {
	float: left;
	font-size: 28px;
	height: 38px;
	line-height: 34px;
	color: #333;
	margin-right: 40px;
}

.tab-index-news .hd ul li {
	cursor: pointer;
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 30px;
	color: #333;
	font-size: 16px;
	margin-top: 2px;
}

.tab-index-news .hd ul li.on {
	background: #089000;
	color: #fff;
	position: relative;
}

.tab-index-news .hd ul li.on:before {
	content: '';
	display: inline-block;
	margin-left: 5px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #089000;
	Position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}

.tab-index-news .hd span.right {
	display: block;
	float: right;
	height: 38px;
	line-height: 38px;
}

.tab-index-news .hd span.right a {
	color: #089000;
	font-size: 16px;
}

.tab-index-news .hd span.right i {
	display: inline-block;
	margin-left: 6px;
	border-left: 8px solid #089000;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	margin-top: -1px;
	vertical-align: middle;
}

.nav-head2 {
	line-height: 38px;
	height: 38px;
	margin-bottom: 30px;
	overflow: hidden;
}

.nav-head2 h2 {
	float: left;
	font-size: 28px;
	height: 38px;
	line-height: 34px;
	color: #333;
	margin-right: 40px;
}

.nav-head2 span.right {
	display: block;
	float: right;
	height: 38px;
	line-height: 34px;
}

.nav-head2 span.right a {
	color: #089000;
	font-size: 16px;
}

.nav-head2 span.right i {
	display: inline-block;
	margin-left: 6px;
	border-left: 8px solid #089000;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	margin-top: -1px;
	vertical-align: middle;
}

.index-img-news {
	overflow: hidden;
	margin-bottom: 30px;
}

.index-img-news ul {
	margin-left: -30px;
}

.index-img-news ul li {
	width: 33.3334%;
	float: left;
	transition: 300ms;
}

.index-img-news ul li:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.index-img-news ul li .box {
	margin-left: 30px;
	position: relative;
	background-color: #ffffff;
}

.index-img-news ul li img {
	width: 100%;
	height: 254px;
}

.index-img-news ul li .time {
	background: #089000;
	height: 65px;
	width: 65px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 20px;
	color: #fff;
}

.index-img-news ul li .time strong {
	font-size: 32px;
	line-height: 42px;
	display: block;
}

.index-img-news ul li .time span {
	font-size: 12px;
}

.index-img-news ul li .desc {
	padding: 25px 20px;
	border: solid 1px #ddd;
	border-top: 0;
}

.index-img-news ul li h2 {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-img-news ul li i {
	display: block;
	width: 30px;
	height: 2px;
	background: #089000;
	margin: 10px 0;
}

.index-img-news ul li:hover i {
	background-color: #ffcb2d;
}

.index-img-news ul li p {
	color: #999;
}

.index-img-news ul li:hover h2 {
	color: #089000;
}

.index-dongtai {
	width: 1200px;
	overflow: hidden;
	margin-top: 30px;
}

.index-dongtai ul {
	margin-top: -30px;
	margin-left: -30px;
}

.index-dongtai ul li {
	width: 33.33%;
	margin-top: 30px;
	float: left;
}

.index-dongtai ul li .box {
	margin-left: 30px;
	padding-bottom: 30px;
	border-bottom: solid 5px #eee;
	position: relative;
}

.index-dongtai ul li .box:after {
	content: '';
	Position: absolute;
	bottom: -5px;
	height: 5px;
	width: 0;
	background: #ffcb2d;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.index-dongtai ul li:hover .box:after {
	width: 100%;
}

.index-dongtai ul li h2 {
	text-align: justify;
	margin-bottom: 10px;
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-dongtai ul li:hover h2 {
	color: #089000;
}

.index-dongtai ul li p.data {
	color: #089000;
	line-height: 24px;
	margin-bottom: 10px;
}

.index-dongtai ul li p.desc {
	text-align: justify;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-contact .contact-box {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	align-items: center;
}

.index-contact .a-title {
	height: 100px;
}

.index-contact .a-title h2 {
	bottom: 0;
	top: 27px;
}

.index-contact .a-title p {
	position: absolute;
	bottom: 0;
	font-size: 16px;
	color: #666666;
}

.contact-con {
	width: 55%;
}

.contact-con .box {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-top: 30px;
}

.contact-con .box .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact-con .box .item i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	transition: all .5s ease 0s;
	background: #089000;
	color: #fff;
	margin-right: 20px;
}

.contact-con .box .item:hover i {
	background: #ffcb2d;
}

.contact-con .box .item p {
	font-size: 16px;
}

.contact-map {
	width: 48%;
}

.contact-map img {
	max-width: 100%;
}

/*首页表单*/
.index-form-bg {
	padding: 60px 0;
	background-size: cover !important;
}

.index-form-box {
	width: 1200px;
	margin: 0 auto;
}

.index-form-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.index-form-bg .left-box {
	width: 410px;
	height: 385px;
	float: left;
	background: #ffcb2d;
	position: relative;
	z-index: 4;
}

.index-form-bg .left-box:after {
	content: '';
	border-style: solid;
	border-width: 15px;
	border-color: transparent transparent transparent #ffcb2d;
	position: absolute;
	top: 80px;
	right: -30px;
	width: 0;
	height: 0;
}

.index-form-bg .left-bg {
	padding: 50px 30px;
}

.l-kf {
	Position: relative;
	padding: 0;
	height: 90px;
	background: #fff;
	border-radius: 100px;
}

.l-kf img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	Position: absolute;
	left: 20px;
	top: 20px;
}

.l-kf .desc {
	padding: 10px 20px 0 85px;
}

.l-kf .desc h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 6px;
}

.l-kf .desc p {
	font-size: 14px;
	line-height: 20px;
}

.l-lc {
	Position: relative;
	padding-left: 30px;
	margin-top: 30px;
}

.l-lc:after {
	content: '';
	Position: absolute;
	top: -40px;
	bottom: 10px;
	left: 45.5px;
	border-left: dashed 1px #fff;
}

.l-lc ul {}

.l-lc ul li {
	min-height: 32px;
	line-height: 32px;
	margin-bottom: 30px;
	Position: relative;
}

.l-lc ul li:last-child {
	margin-bottom: 0;
}

.l-lc ul li span {
	z-index: 3;
	background: #fff;
	border-radius: 100%;
	color: #089000;
	font-size: 18px;
	font-weight: bold;
	Position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.l-lc ul li p {
	padding-left: 52px;
	color: #fff;
}

.l-lc ul li p b {
	font-size: 18px;
}

.index-form-bg .right-box {
	width: 690px;
	height: 285px;
	float: right;
	background: #fff;
	padding: 50px;
	overflow: hidden;
}

.index-form-bg .left-form {
	float: left;
	width: 360px;
}

.index-form-bg .left-form input.intxt {
	font: 14px "Microsoft YaHei";
	margin-bottom: 10px;
	line-height: 38px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.index-form-bg .left-form textarea {
	font: 14px "Microsoft YaHei";
	margin-bottom: 10px;
	line-height: 24px;
	height: 110px;
	width: 100%;
	resize: vertical;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.containerrighta {
	margin-top: 20px;
	cursor: pointer;
	background: #ffcb2d;
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 0;
	outline: none;
	border-radius: 3px;
}

.text-top {
	float: right;
	width: 290px;
	height: 285px;
	overflow: hidden;
}

.text-top .bd {}

.text-top .bd ul {}

.text-top .bd ul li {
	padding: 10px 0;
	border-bottom: dashed 1px #eee;
}

.text-top .bd ul li h4 {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.text-top .bd ul li h4 b {
	color: #089000;
}

.text-top .bd ul li p.desc {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-top .bd ul li:hover h4 {
	color: #089000;
}

.text-top .bd ul li p.desc b {
	color: #ffcb2d;
}

/*子栏目导航*/
.now-dh {
	background: #eee;
	border-bottom: solid 1px #eee;
}

.now-dh-box {
	width: 1200px;
	margin: 0 auto;
}

.now-dh-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.son-dh {
	float: left;
	height: 70px;
}

.son-dh ul {}

.son-dh ul li {
	height: 70px;
	line-height: 70px;
	float: left;
	margin-right: 40px;
	font-size: 16px;
}

.son-dh ul li a {
	display: block;
}

.son-dh ul li.hover,
.son-dh ul li:hover {
	height: 66px;
	border-bottom: solid 4px #089000;
}

.son-dh ul li.hover a,
.son-dh ul li:hover a {
	color: #089000;
}

.now-dh .weizhi {
	float: right;
	line-height: 70px;
	color: #333333;
	font-size: 14px;
}

.now-dh .weizhi a:hover {
	color: #089000;
}

.dqwz {
	background: #fff;
	border-bottom: solid 1px #eee;
}

.dqwz .box {
	width: 1200px;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
	color: #999;
}

.dqwz a:hover {
	color: #089000;
}

.hui-bg {
	background: #f5f5f5;
	border-bottom: solid 0 #eee;
}

/*公司介绍*/
.neiye-banner {
	height: 320px;
	position: relative;
}

.neiye-banner-box {
	height: 320px;
	width: 1200px;
	margin: 0 auto;
}

.neiye-banner-desc {
	text-align: center;
	height: 320px;
	width: 1200px;
	display: table-cell;
	vertical-align: middle;
}

.neiye-banner-desc h3 {
	font-size: 38px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0px;
	text-transform: uppercase;
}

.neiye-banner-desc h4 {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
}

.about-head {
	overflow: hidden;
	background: #fff;
	height: 400px;
}

.about-head .img {
	width: 780px;
	float: right;
}

.about-head .img img {
	width: 100%;
}

.about-head .desc {
	float: left;
	width: 420px;
}

.about-head .desc .desc-box {
	padding: 50px;
}

.about-head .desc h2 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 12px;
	color: #333;
}

.about-head .desc i {
	margin: 20px 0;
	display: block;
	width: 50px;
	height: 1px;
	background: #666;
}

.about-head .desc p {
	line-height: 24px;
	color: #666;
	text-align: justify;
}

.list-about-content {
	overflow: hidden;
}

.list-about-content ul {}

.list-about-content ul li {
	padding: 60px 0;
	border-bottom: solid 1px #ddd;
}

.float-desc {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.float-desc .desc .desc-box {}

.float-desc .desc .desc-box h2 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 12px;
	text-align: center
}

.float-desc .desc .desc-box h2.nub {
	line-height: auto;
	font-size: 20px;
}

.float-desc .desc .desc-box h2.nub b {
	vertical-align: text-bottom;
	margin-top: 4px;
	color: #089000;
	font-size: 38px;
	margin-right: 15px;
}

.float-desc .desc .desc-box i {
	margin: 20px auto;
	display: block;
	width: 80px;
	height: 2px;
	background: #666;
}

.float-desc .desc .desc-box p {
	line-height: 24px;
	text-align: justify;
	margin-bottom: 10px;
	color: #555;
	text-indent: 2em;
}

.float-desc .right .desc-box {
	padding: 0px 0 0px 50px;
}

.list-about-content ul li:nth-child(2n) .float-desc .img {
	float: left;
}

.list-about-content ul li:nth-child(2n) .float-desc .desc {
	float: right;
}

.list-about-content ul li:nth-child(2n) .float-desc .desc .desc-box {
	padding: 0px 0 0px 50px;
}

.list-about-content ul li:last-child {
	border: 0;
}

/*发展历程*/
.licheng-list {
	position: relative;
	width: 720px;
	margin: 0 auto;
}

.licheng-list:after {
	content: '';
	width: 1px;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 85.5px;
	background: #ddd;
}

.licheng-list ul {}

.licheng-list ul li {
	position: relative;
	z-index: 2;
}

.licheng-list ul li span.data {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 80px;
	left: 0;
	top: 0;
	display: inline-block;
	line-height: 28px;
	color: #089000;
}

.licheng-list ul li span.yuan {
	position: absolute;
	left: 78.5px;
	top: 7px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 100%;
}

.licheng-list ul li:hover span.yuan {
	border: solid 1px #ffcb2d;
	background: #ffcb2d;
}

.licheng-list ul li p {
	line-height: 28px;
	padding: 0 0 50px 130px;
	color: #333;
	font-size: 16px;
	text-align: justify;
}

.licheng-list ul li:last-child p {
	min-height: 28px;
	padding-bottom: 0;
}

/*企业荣誉*/
.list-zhengshu {
	overflow: hidden;
}

.list-zhengshu ul {
	margin-left: -30px;
	margin-top: -30px;
}

.list-zhengshu ul li {
	width: 33.33%;
	float: left;
	margin-top: 30px;
}

.list-zhengshu ul li .box {
	margin-left: 30px;
	padding: 15px;
	border: solid 1px #ddd;
	background: #fff;
	cursor: pointer;
}

.list-zhengshu ul li .honor-pic-thumb {
	background: #f7f7f7;
	position: relative;
	height: 460px;
	overflow: hidden;
}

.list-zhengshu ul li .honor-pic-thumb img {
	Position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.list-zhengshu ul li .tips {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.list-zhengshu ul li .tips .iconfont {
	font-size: 32px;
	color: #fff;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -32px;
}

.list-zhengshu ul li .tips p {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: 10px;
	color: white;
}

.list-zhengshu ul li:hover .tips {
	opacity: 1;
}

.list-zhengshu ul li h4 {
	color: #666;
	text-align: center;
	line-height: 24px;
	margin-top: 20px;
	font-weight: 500;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.honor-big-bg {
	display: none;
	position: fixed;
	z-index: 102;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.honor-big-pic {
	display: none;
	position: fixed;
	z-index: 103;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.honor-big-pic img {
	Position: absolute;
	left: 50%;
	top: 50%;
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

/*人才招聘*/
.list-zhaopin {}

.list-zhaopin table {
	width: 100%;
	border-spacing: 0;
}

.list-zhaopin table th {
	line-height: 55px;
	background: #089000;
	color: #fff;
	text-align: left;
	padding: 0 50px;
}

.list-zhaopin table tr td {
	border-bottom: solid 1px #ddd;
	line-height: 55px;
	color: #333;
	text-align: left;
	padding: 0 50px;
}

.list-zhaopin table tr td:first-child {
	border-left: solid 1px #ddd;
}

.list-zhaopin table tr td:last-child {
	border-right: solid 1px #ddd;
}

.list-zhaopin table tr td span {
	color: #089000;
	cursor: pointer;
}

.list-zhaopin table tr.show {
	background: #f5f5f5;
}

.list-zhaopin table tr.show td {
	padding: 0;
	line-height: 28px;
	border-bottom: 0;
}

.show-box {
	display: none;
	padding: 30px 50px;
	border-bottom: solid 1px #ddd;
}

.zhaopin-body {
	overflow: hidden;
}

.zhaopin-body .left {
	width: 520px;
	float: left;
}

.zhaopin-body .right {
	width: 520px;
	float: right;
}

.zhaopin-body h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

.zhaopin-a {
	overflow: hidden;
	margin-top: 20px;
}

.zhaopin-a a {
	display: block;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #089000;
	color: #fff;
}

.zhaopin-sm {
	overflow: hidden;
}

.zhaopin-sm .left-desc {}

.zhaopin-sm .left-desc h4 {
	font-weight: 500;
	line-height: 34px;
	font-size: 24px;
	margin-bottom: 30px;
}

.zhaopin-sm .left-desc p {
	line-height: 28px;
	color: #666;
	white-space: pre-wrap;
}

.zhaopin-sm .left-desc p.b30 {
	margin-bottom: 30px;
}

/*人才招聘 详情页*/
.yingpin-lc {
	position: relative;
	overflow: hidden;
}

.yingpin-lc:before {
	content: '';
	position: absolute;
	top: 44px;
	left: 10%;
	right: 10%;
	border-bottom: dashed 2px #eee;
}

.yingpin-lc ul {}

.yingpin-lc ul li {
	position: relative;
	z-index: 3;
	width: 20%;
	float: left;
	text-align: center;
}

.yingpin-lc ul li .number {
	border: solid 5px #fff;
	font-size: 28px;
	color: #089000;
	font-weight: bold;
	width: 80px;
	line-height: 80px;
	margin: 0 auto;
	background: #f7f7f7;
	border-radius: 100%;
}

.yingpin-lc ul li p {
	line-height: 28px;
	font-size: 18px;
	margin-top: 15px;
}

.zhaopin-biaodan {
	width: 780px;
	margin: 0 auto;
}

.zhaopin-biaodan ul {
	margin-left: -30px;
}

.zhaopin-biaodan ul li {
	width: 50%;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}

.zhaopin-biaodan ul li p {
	line-height: 24px;
	margin-bottom: 5px;
}

.zhaopin-biaodan ul li .box {
	margin-left: 30px;
}

.zhaopin-biaodan ul li input.text {
	font: 14px "Microsoft YaHei";
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.zhaopin-biaodan ul li select {
	font: 14px "Microsoft YaHei";
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.zhaopin-biaodan ul li.w {
	width: 100%;
}

.zhaopin-biaodan ul li.w input.text {
	width: 375px;
	float: left;
}

.zhaopin-biaodan ul li img {
	height: 38px;
	border: solid 1px #ddd;
	float: left;
	margin-left: 30px;
}

.list-daiyu {
	overflow: hidden;
}

.list-daiyu ul {
	margin-top: -30px;
	margin-left: -30px;
}

.list-daiyu ul li {
	width: 33.33%;
	float: left;
	margin-top: 30px;
}

.list-daiyu ul li .box {
	margin-left: 30px;
	padding: 50px 30px;
	text-align: center;
	background: #f5f5f5;
}

.list-daiyu ul li img {
	height: 80px;
	width: 80px;
	border-radius: 100%;
}

.list-daiyu ul li p {
	line-height: 24px;
	margin-top: 20px;
}

/*视频列表*/
.list-videos {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.list-videos ul {
	margin-top: -10px;
	margin-left: -10px;
}

.list-videos ul li {
	width: 25%;
	float: left;
	margin-top: 10px;
}

.list-videos ul li .box {
	margin-left: 10px;
	border: solid 1px #ddd;
}

.list-videos ul li .img {
	Position: relative;
}

.list-videos ul li .img img {
	width: 100%;
	vertical-align: bottom;
}

.list-videos ul li .img span.iconfont {
	z-index: 3;
	display: block;
	font-size: 46px;
	color: #fff;
	Position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.list-videos ul li .box:hover .img span.iconfont {
	Opacity: 0.8;
}

.list-videos ul li p {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-videos ul li .box:hover p {
	color: #089000;
}

/*分页样式*/
.pages {
	margin-top: 40px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
}

.pages ul {}

.pages ul li {
	display: inline-block;
	margin: 0 5px;
}

.pages ul a {
	display: inline-block;
	padding: 0 12px;
	color: #333;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.pages ul a:hover {
	background: #089000;
	color: #fff;
}

.pages ul li.active {
	background: #089000;
	padding: 0 0px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
}

.pages ul li.active a {
	color: #fff;
}

.pages ul li span.pageinfo {
	color: #999;
}

.pages span input {
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	width: 30px;
	margin: 0 2px 0 2px;
	text-align: center;
	padding-top: -1px;
	font-size: 14px;
}

/*视频详情页*/
.view-video-bg {
	background: #fff;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #ddd;
}

.view-video-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.news-now {
	height: 60px;
	line-height: 60px;
	color: #999;
}

.news-now a {
	color: #999;
}

.news-now a:hover {
	color: #089000;
}

.video-head {
	overflow: hidden;
}

.video-head .left-video {
	width: 900px;
	height: 601px;
	float: left;
	Position: relative;
	z-index: 9;
	overflow: hidden;
}

.video-head .left-video ul {}

.video-head .left-video ul li {
	Position: relative;
}

.video-head .left-video ul li .video-img {
	width: 100%;
	Position: relative;
}

.video-head .left-video ul li .video-img img {
	width: 100%;
	height: 601px;
}

.video-head .left-video ul li .video-img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

.video-head .left-video ul li .iconfont {
	z-index: 4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	width: 60px;
	height: 60px;
	font-size: 60px;
	color: #fff;
}

.video-head .left-video ul li .iconfont:hover {
	Opacity: 0.8;
}

.video-head .left-video ul li .off {
	display: none !important;
}

.video-head .left-video ul li .on {
	display: block !important;
}

.video-head .left-video ul li .video-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.video-head .left-video ul li .video-box video {
	object-fit: contain;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video-head .right-about {
	width: 280px;
	float: right;
	overflow: hidden;
}

.video-head .right-about ul {}

.video-head .right-about ul li {
	margin-bottom: 20px;
}

.video-head .right-about ul li .img {
	Position: relative;
}

.video-head .right-about ul li .img img {
	width: 100%;
	height: 187px;
	vertical-align: bottom;
}

.video-head .right-about ul li .img span.play {
	z-index: 3;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../image/play.png) no-repeat center center;
	background-size: 100%;
	Position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.video-head .right-about ul li .box:hover .img span.play {
	Opacity: 0.8;
}

.video-head .right-about ul li .img p {
	font-size: 15px;
	Position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 20px 20px 6px 20px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.video-head .right-about ul li:last-child {
	margin-bottom: 0;
}

.video-title {
	padding: 20px 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 900px;
}

.video-title h2 {
	font-size: 24px;
	color: #222;
	font-weight: 500;
	float: left;
}

.video-title .video-info {
	float: right;
}

.video-title .video-info span {
	display: block;
	float: left;
	margin-left: 20px;
	color: #666;
}

.video-sxp {
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	border-top: dashed 1px #ddd;
}

.video-sxp p.prev {
	color: #999;
	width: 45%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.video-sxp p.next {
	color: #999;
	width: 45%;
	float: right;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.video-sxp a {
	color: #999;
}

.video-sxp a:hover {
	color: #089000;
}

.view-about-video {
	padding: 60px 0;
	background: #fff;
}

.view-about-video-box {
	width: 1200px;
	margin: 0 auto;
}

.view-about-video h2.title3 {
	margin-bottom: 20px;
	font-size: 24px;
}

/*产品封面*/
.list-cp2 {}

.list-cp2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list-cp2 ul {
	margin-top: -20px;
	margin-left: -20px;
}

.list-cp2 ul li {
	width: 25%;
	float: left;
	margin-top: 20px;
}

.list-cp2 ul li .box {
	margin:0 10px;
	border: solid 1px #ddd;
}

.list-cp2 ul li .img-tips {
	overflow: hidden;
	Position: relative;
}

.list-cp2 ul li .img-tips img {
	width: 100%;
}

.list-cp2 ul li .img-tips .img {
	Position: relative;
}

.list-cp2 ul li .img-tips .img2 img {
	height: 283px;
	width: 424px;
	margin-left: -70px;
}

.list-cp2 ul li .img-tips .img span.tag {
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	padding: 0 10px;
	color: #ff0000;
	border: solid 1px #ff0000;
	display: block;
	Position: absolute;
	top: 20px;
	left: 20px;
}

.list-cp2 ul li .img-tips .img2 {
	z-index: 4;
	Position: absolute;
	bottom: -300px;
	left: 0;
	right: 0;
	width: 100%;
	height: 283px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.list-cp2 ul li:hover .img-tips .img2 {
	bottom: 0;
}

.list-cp2 ul li .desc {
	padding: 30px 20px 30px 20px;
	border-top: solid 1px #ddd;
}

.list-cp2 ul li .desc h2 {
	margin-bottom: 10px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-cp2 ul li .desc p {
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-cp2 ul li .box:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.list-cp3 {}

.list-cp3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list-cp3 ul {
	margin-top: -20px;
	margin-left: -20px;
}

.list-cp3 ul li {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.list-cp3 ul li .box {
	margin-left: 20px;
	height: 283px;
	Position: relative;
	border: solid 1px #ddd;
}

.list-cp3 ul li .img-tips {
	overflow: hidden;
	Position: absolute;
	width: 285px;
	height: 283px;
}

.list-cp3 ul li .img-tips img {
	width: 100%;
	height: 283px !important;
}

.list-cp3 ul li .img-tips .img2 img {
	width: 422px !important;
	max-width: 422px !important;
	margin-left: -70px;
	height: 283px !important;
}

.list-cp3 ul li .img-tips .img {
	Position: relative;
}

.list-cp3 ul li .img-tips .img span.tag {
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	padding: 0 10px;
	color: #ff0000;
	border: solid 1px #ff0000;
	display: block;
	Position: absolute;
	top: 20px;
	left: 20px;
}

.list-cp3 ul li .img-tips .img2 {
	z-index: 4;
	Position: absolute;
	top: 0;
	right: -500px;
	width: 100%;
	height: 283px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.list-cp3 ul li:hover .img-tips .img2 {
	right: 0;
}

.list-cp3 ul li .desc {
	padding: 30px 30px 30px 315px;
	height: 202px;
}

.list-cp3 ul li .desc h2 {
	padding-top: 48px;
	margin-bottom: 10px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-cp3 ul li .desc p {
	margin-top: 0;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-cp3 ul li .desc i {
	width: 30px;
	height: 2px;
	background: #ffcb2d;
	display: block;
	margin: 15px 0;
}

.list-cp3 ul li .box:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/*产品详情页*/
.chanpin-head {
	overflow: hidden;
}

.solid-chanpin {
	position: relative;
	overflow: hidden;
	width: 384px;
	float: left;
	background: #fff;
}

.solid-chanpin .bigImg {
	height: 384px;
	width: 384px;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #f5f5f5;
}

.solid-chanpin .bigImg li img {
	vertical-align: middle;
	height: 384px;
}

.solid-chanpin .bigImg h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	height: 33px;
	padding-right: 30px;
	overflow: hidden;
	text-align: left;
}

.solid-chanpin .smallScroll {
	margin-top: 5px;
}

.solid-chanpin .sPrev,
.solid-chanpin .sNext {
	float: left;
	display: block;
	width: 31px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	background: #666;
	font-size: 16px;
	color: #ddd;
}

.solid-chanpin .sPrev:hover {
	background: #ffcb2d;
	color: #333;
}

.solid-chanpin .sNext:hover {
	background: #ffcb2d;
	color: #333;
}

.solid-chanpin .smallImg {
	float: left;
	display: inline;
	width: 320px;
	margin: 0 0 0 2px;
	overflow: hidden;
}

.solid-chanpin .smallImg ul {
	width: 9999px;
	overflow: hidden;
}

.solid-chanpin .smallImg li {
	float: left;
	margin: 0 3px;
	width: 73px;
	cursor: pointer;
	display: inline;
}

.solid-chanpin .smallImg img {
	width: 100%;
	height: 73px;
	Opacity: 0.6;
}

.solid-chanpin .smallImg .on img {
	Opacity: 1;
}

.solid-chanpin .pageState {
	position: absolute;
	bottom: 85px;
	right: 10px;
	letter-spacing: 2px;
	color: #fff;
}

.solid-chanpin .pageState span {
	color: #ffcb2d;
}

.chanpin-top-canshu {
	width: 750px;
	float: right;
}

.chanpin-top-canshu h1 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 10px;
}

.chanpin-top-canshu .ds {
	line-height: 24px;
	color: #333;
	margin-bottom: 30px;
}

.jbcs {
	overflow: hidden;
}

.jbcs ul {}

.jbcs ul li {
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 24px;
}

.jbcs ul li span {
	display: block;
	float: left;
	color: #999;
}

.jbcs ul li p {
	float: left;
	width: 495px;
	color: #333;
}

.anli-tips {
	margin-top: 10px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	padding: 20px;
	height: 68px;
	background: #fffcf4;
}

.anli-tips img {
	position: absolute;
	height: 68px;
	width: 68px;
	border-radius: 100%;
	left: 20px;
	top: 20px;
}

.anli-tips .desc {
	padding: 0 0 0 88px;
}

.anli-tips .desc p {
	display: inline-block;
	line-height: 68px;
	font-size: 18px;
	color: #089000;
	position: relative;
	padding: 0 20px;
}

.anli-tips .desc p:before {
	content: '“';
	line-height: 20px;
	position: absolute;
	top: 16px;
	font-size: 28px;
	left: -16px;
	color: #999;
}

.anli-tips .desc p:after {
	content: '”';
	line-height: 20px;
	position: absolute;
	bottom: -4px;
	font-size: 28px;
	right: -12px;
	color: #999;
}

.item-zx {
	overflow: hidden;
	margin-top: 30px;
}

.item-zx .zaixian {
	cursor: pointer;
	margin-right: 5px;
	text-align: center;
	display: block;
	font-size: 18px;
	padding: 0 30px;
	float: left;
	outline: none;
	border-radius: 3px;
	height: 52px;
	line-height: 52px;
	background: #089000;
	color: #fff;
	border: 0;
}

.item-zx .boda {
	cursor: pointer;
	text-align: center;
	display: block;
	font-size: 18px;
	padding: 0 30px;
	float: left;
	outline: none;
	border-radius: 3px;
	height: 52px;
	line-height: 52px;
	background: #ffcb2d;
	color: #333;
	border: 0;
}

.item-zx .iconfont {
	font-size: 18px;
	margin-right: 3px;
}

.item-nav {
	text-align: center;
	height: 70px;
	border-bottom: solid 1px #ddd;
}

.item-nav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.item-nav ul {}

.item-nav ul li {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	margin: 0 20px;
}

.item-nav ul li a {
	display: block;
}

.item-nav ul li a.menu-active {
	height: 66px;
	border-bottom: solid 4px #ffcb2d;
	color: #ffcb2d;
}

.fixed3 {
	border: 0;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	min-width: 1200px;
}

#wrapper .container {
	padding: 60px 0;
	padding-top: 130px;
	margin-top: -70px;
	border-bottom: solid 1px #ddd;
}

#wrapper .end-container {
	border-bottom: solid 0 #ddd;
	padding: 0;
	padding-top: 60px;
	margin-top: -60px;
}

.item-danxiang-body {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 1.75;
	font-size: 16px;
	color: #444;
}

.item-danxiang-body .title {
	overflow: hidden;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
}

.item-danxiang-body .title .iconfont {
	font-size: 22px;
	line-height: 28px;
	float: left;
	margin-top: -1px;
	margin-right: 5px;
	color: #089000;
}

.item-danxiang-body p {
	text-align: justify;
	margin-top: 15px;
}

.item-danxiang-body img {
	max-width: 100% !important;
	height: auto !important;
}

.item-danxiang-body table {
	width: 100% !important;
	border-spacing: 0;
	margin-top: 20px;
	border-right: solid 1px #ddd;
}

.item-danxiang-body table tr td {
	padding: 12px 10px;
	line-height: 24px;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

.item-danxiang-body table tr:first-child {
	background: #cccccc;
	color: #333;
	font-weight: bold;
}

.item-danxiang-body table tr:first-child:hover {
	background: #cccccc;
}

.item-danxiang-body table tr:hover {
	background: #f5f5f5;
}

.item-danxiang-body .t30 {
	margin-top: 30px;
}

.item-danxiang-body table p {
	margin-top: 0;
}

.neiye-anli {
	overflow: hidden;
}

.neiye-anli ul {
	margin-top: -20px;
	margin-left: -20px;
}

.neiye-anli ul li {
	width: 25%;
	float: left;
	margin-top: 20px;
}

.neiye-anli ul li .box {
	margin-left: 20px;
}

.neiye-anli ul li img {
	width: 100%;
	height: 246px;
}

.neiye-anli ul li h2 {
	margin-top: 20px;
	line-height: 28px;
	height: 28px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.neiye-anli ul li p {
	text-align: justify;
	margin-top: 10px;
	line-height: 24px;
	height: 48px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.neiye-anli ul li:hover h2 {
	color: #089000;
}

/*案例列表筛选*/
.shaixuan {
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 60px;
}

.shaixuan-ul {
	overflow: hidden;
	position: relative;
	line-height: 32px;
	margin-top: 20px;
}

.shaixuan-ul strong {
	display: block;
	width: 60px;
	float: left;
}

.shaixuan-li {
	position: relative;
	overflow: hidden;
	width: 1140px;
	float: right;
}

.shaixuan-li a {
	display: inline-block;
	padding: 0 15px;
	margin-right: 10px;
	margin-bottom: 0;
	border-radius: 50px;
	cursor: pointer;
}

.shaixuan-li span {
	display: inline-block;
	margin-bottom: 12px;
	color: #ffcb2d;
}

.shaixuan-li a:hover,
.shaixuan-li a.on {
	background: #ffcb2d;
	color: #333;
}

/*案例详情页*/
.anli-img {
	width: 575px;
	float: left;
}

.anli-img img {
	width: 100%;
}

/*新闻列表*/
.news-contenter {
	width: 1200px;
	overflow: hidden;
}

.news-main {
	width: 820px;
	padding: 30px;
	background: #fff;
	float: left;
	overflow: hidden;
}

.news-main2 {
	
}

.list-image {
	background: #fff;
	overflow: hidden;
}

.list-image ul {
	padding: 0 0;
	overflow: hidden;
}

.list-image li {
	height: 163px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	Position: relative;
	overflow: hidden;
}

.list-image ul li .lbimg img {
	width: 200px;
	height: 133px;
}

.list-image ul li:last-child {
	margin-bottom: 0;
}

.lbimg {
	width: 200px;
	height: 133;
	Position: absolute;
	top: 0;
	left: 0px;
	overflow: hidden;
}

.list-image .arc_desc {
	margin-left: 230px;
}

.list-image .arc_desc h2 {
	font-size: 18px;
	color: #444;
	line-height: 30px;
	padding-top: 0px;
	overflow: hidden;
}

.list-image .arc_desc p.ds {
	text-align: justify;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-image .dn {
	height: 30px;
	line-height: 30px;
	Position: absolute;
	overflow: hidden;
	bottom: 30px;
	left: 230px;
	right: 0;
	font-size: 12px;
	color: #999;
}

.list-image .dn span.click {
	display: inline-block;
	margin-left: 30px;
}

.list-image ul li:hover h2 {
	color: #ffcb2d;
}

/*侧边栏*/
.news-side {
	width: 300px;
	float: right;
}

.qiehuan {
	overflow: hidden;
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
}

.qiehuan .hd {
	height: 22px;
	line-height: 18px;
	overflow: hidden;
}

.qiehuan .hd h2 {
	float: left;
}

.qiehuan .hd h2 a {
	font-size: 18px;
}

.qiehuan .hd .next,
.qiehuan .hd .prev {
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../image/left_right.gif) no-repeat -6px -7px;
	overflow: hidden;
	margin-right: 6px;
	cursor: pointer;
}

.qiehuan .hd .next {
	background-position: -34px -7px;
	margin-right: 0;
}

.qiehuan .hd .prevStop {
	background-position: -6px -40px;
	cursor: default;
}

.qiehuan .hd .nextStop {
	background-position: -34px -40px;
	cursor: default;
}

.qiehuan .hd ul {
	float: right;
	margin: 5px 6px 0 0;
	zoom: 1;
}

.qiehuan .hd ul li {
	float: left;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	_display: inline;
	background: #ddd;
}

.qiehuan .hd ul li.on {
	background: #ffcb2d;
}

.qiehuan .bd {
	padding: 12px 0 0 0;
}

.qiehuan .bd ul {
	overflow: hidden;
	zoom: 1;
}

.qiehuan .bd ul li {
	float: left;
	width: 240px;
}

.qiehuan .bd ul li img {
	width: 100%;
	height: 222px;
	margin-bottom: 10px;
}

.qiehuan .bd ul li p {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.qiehuan .bd ul li:hover p {
	color: #ffcb2d;
}

.item-side-bg {
	background: #fff;
	padding: 24px 30px;
	margin-bottom: 20px;
}

.item-side-list {}

.item-side-list ul {}

.item-side-list ul li {
	Position: relative;
	padding-left: 15px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.item-side-list ul li:before {
	content: '';
	Position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #ddd;
}

.item-side-list ul li a:hover,
.item-side-list ul li:hover {
	color: #089000;
}

.item-side-list ul li a {
	display: block:
}

.zlm {
	height: 28px;
	line-height: 28px;
	padding-bottom: 9px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
}

.zlm h3 {
	font-size: 18px;
	float: left;
}

.zlm span {
	float: right;
	display: block;
}

.zlm span a {
	color: #999;
}

.zlm span a:hover {
	color: #ffcb2d;
}

.right-new {
	background: #fff;
	padding: 24px 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.right-new h4 {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	padding-bottom: 9px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}

.right-new ul {}

.right-new ul li {
	height: 56px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.right-new ul li .img {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.right-new ul li .img img {
	width: 80px;
	height: 56px;
}

.right-new ul li .desc {
	padding: 0 0 0 95px;
	height: 56px;
	line-height: 22px;
	display: table-cell;
	vertical-align: middle;
}

.right-new ul li .desc p {
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.right-new ul li:hover .desc p {
	color: #089000;
}

.article-con {
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
}

.article-head {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.article-head h2 {
	line-height: 34px;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
}

.article-head .info {
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.article-head .info span {
	display: inline-block;
	
	margin:0 10px;
	color: #999;
}

.yindao {
	border: solid 1px #089000;
	border-radius: 0px;
	background: #fffdf9;
	padding: 20px 20px;
	height: 68px;
	Position: relative;
	margin-top: 50px;
}

.yindao img {
	width: 68px;
	line-height: 68px;
	border-radius: 100%;
	Position: absolute;
	left: 20px;
	top: 20px;
}

.yindao .desc {
	padding: 0 200px 0 88px;
}

.yindao .desc p.mc {
	line-height: 20px;
	font-size: 14px;
	color: #089000;
	margin-bottom: 5px;
}

.yindao .desc p.dh {
	line-height: 20px;
	font-size: 14px;
	color: #333;
}

.yindao .desc p.dh b a{
	font-size: 24px;
	color: #089000;
}

.yindao .zxzx {
	Position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 20px;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	width: 140px;
	background: #089000;
	color: #fff;
	text-align: center;
}

.yindao .zxzx a {
	cursor: pointer;
	display: block;
	color: #fff;
}

.yindao .zxzx a span.iconfont {
	font-size: 14px;
	margin-right: 5px;
}

.b0 {
	margin-bottom: 0 !important;
}

.article-body {
	padding-top: 20px;
	line-height: 32px;
	font-size: 16px;
	color: #444;
}

.article-body p {
	padding: 8px 0;
	text-align: justify;
}

.article-body img {
	max-width: 100% !important;
	height: auto !important;
}

.article-body video {
	max-width: 100% !important;
	height: auto !important;
}

.ssp {
	border-top: dashed 1px #ddd;
	margin-top: 30px;
	padding-top: 20px;
}

.ssp p {
	padding: 5px 0;
}

.ssp p a:hover {
	color: #ffcb2d;
}

.about-cp {
	padding: 0 30px 30px;
	background: #fff;
	margin-bottom: 20px;
}

.about-cp .hd {
	height: 60px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 30px;
}

.about-cp .hd:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.about-cp .hd h4 {
	float: left;
	font-size: 18px;
	line-height: 60px;
}

.about-cp .hd ul {
	float: left;
}

.about-cp .hd ul li {
	font-size: 16px;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	margin-left: 40px;
	float: left;
}

.about-cp .hd ul li.on {
	height: 58px;
	border-bottom: solid 2px #089000;
	color: #089000;
}

.about-cp .hd a.ma {
	display: block;
	float: right;
	line-height: 60px;
	color: #999;
}

.about-cp .hd a.ma:hover {
	color: #ffcb2d;
}

.about-cp .bd {
	overflow: hidden;
}

.about-cp .bd ul {
	margin-left: -20px;
}

.about-cp .bd ul li {
	width: 33.33%;
	float: left;
}

.about-cp .bd ul li .box {
	margin-left: 20px;
}

.about-cp .bd ul li img {
	width: 100%;
	margin-bottom: 20px;
}

.about-cp .bd ul li h2 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.about-cp .bd ul li p {
	line-height: 24px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.about-cp .bd ul li:hover h2 {
	color: #089000;
}

.news-white-bg {
	padding: 30px;
	background: #fff;
}

/*问答提示*/
.weda {
	padding: 29px;
	background: #fff;
	border: solid 1px #ffcb2d;
	margin-bottom: 20px;
}

.wenda-form {
	overflow: hidden;
}

.wenda-form ul {
	margin-left: -20px;
}

.wenda-form ul li {
	width: 50%;
	float: left;
}

.wenda-form ul li .box {
	margin-left: 20px;
}

.wenda-form ul li.bhh {
	width: 100%;
}

.wenda-form ul li input.intxt {
	font: 14px "Microsoft YaHei";
	margin-bottom: 10px;
	line-height: 38px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.wenda-form ul li select {
	font: 14px "Microsoft YaHei";
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.wenda-form ul li textarea {
	font: 14px "Microsoft YaHei";
	margin-bottom: 10px;
	line-height: 24px;
	width: 100%;
	resize: vertical;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.wenda-form ul li.wb {
	width: 100%;
}

.wenda-form ul li .cpxl {
	margin-bottom: 20px;
}

.wenda-form ul li .cpxl input {
	vertical-align: middle;
	margin-top: -2px;
}

.wenda-form ul li .wenda-btn {
	cursor: pointer;
	background: #ffcb2d;
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	outline: none;
	border-radius: 3px;
}

.wenda-tip {
	position: relative;
	min-height: 68px;
	margin-bottom: 30px;
}

.wenda-tip img {
	height: 62px;
	width: 62px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	left: 0;
}

.wenda-tip .desc {
	background: #ffcb2d;
	border-radius: 3px;
	margin-left: 82px;
	position: relative;
}

.wenda-tip .desc:before {
	content: '';
	border-style: solid;
	border-width: 6px;
	border-color: transparent #ffcb2d transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -12px;
	width: 0;
	height: 0;
}

.wenda-tip .desc p {
	padding: 10px 20px;
	line-height: 24px;
}

/*售后保障*/
.zongzhi {
	overflow: hidden;
}

.zongzhi ul {
	margin-left: -30px;
}

.zongzhi ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.zongzhi ul li .box {
	min-height: 206px;
	margin-left: 30px;
	padding: 50px 30px;
	background: #f5f5f5;
}

.zongzhi ul li img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin-bottom: 20px;
}

.zongzhi ul li h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.zongzhi ul li p {
	line-height: 24px;
	color: #999;
}

.wangdian {}

.wangdian:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wangdian ul {
	margin-top: -30px;
	margin-left: -30px;
}

.wangdian ul li {
	width: 50%;
	float: left;
	margin-top: 30px;
}

.wangdian ul li .box {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	cursor: pointer;
	position: relative;
	margin-left: 30px;
	padding: 30px;
	height: 100px;
	background: #fff;
	border: solid 1px #ddd;
}

.wangdian ul li .box:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wangdian ul li img {
	height: 100px;
	width: 100px;
	border: solid 1px #eee;
	border-radius: 100%;
	position: absolute;
	top: 30px;
	left: 30px;
}

.wangdian ul li .desc {
	padding-left: 130px;
	padding-top: 5px;
}

.wangdian ul li .desc h2 {
	font-size: 18px;
	color: #089000;
	line-height: 34px;
	margin-bottom: 10px;
}

.wangdian ul li .desc p {
	line-height: 24px;
	color: #333;
}

/*问答*/
.list-ask {}

.list-ask:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list-ask ul {
	margin-top: -30px;
	margin-left: -30px;
}

.list-ask ul li {
	width: 50%;
	float: left;
	margin-top: 30px;
}

.list-ask ul li .box {
	margin-left: 30px;
	padding: 30px;
	border: solid 1px #ddd;
}

.list-ask ul li p.wen {
	text-align: justify;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	Position: relative;
	padding-left: 34px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-ask ul li span {
	Position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	font-size: 12px;
	color: #fff;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #089000;
	text-align: center;
}
.list-ask ul li span i{
	line-height: 26px;
}
.list-ask ul li p.da {
	text-align: justify;
	color: #999;
	font-size: 14px;
	Position: relative;
	padding-left: 34px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-ask ul li p.da span {
	font-weight: bold;
	background: #ffcb2d;
	color: #333;
}

.list-ask ul li p.wen:hover {
	color: #089000;
}

.list-ask ul li .box:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/*联系我们*/
.message-box {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.message-box .left {
	width: 700px;
	float: right;
}

.message-box .left .box {
	padding: 40px 100px;
	height: 390px;
	
	display: table-cell;
	vertical-align: middle;
}

.message-box .left h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 8px;
}

.message-box .left p {
	line-height: 24px;
	margin-bottom: 30px;
	color: #666;
}

.message-box .left input.intxt {
	font: 14px "Microsoft YaHei";
	margin-bottom: 10px;
	line-height: 38px;
	width: 100%;
	background: #fff;
	border: 0;
	border-bottom: 2px solid #eee;
	outline: none;
	padding: 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.message-box .left  .code{position: relative;}
.message-box .left  .code img{
	position: absolute;
	right: 0;
	bottom: 16px;
}
.message-box .left textarea {
	resize: none;
	font: 14px "Microsoft YaHei";
	margin-bottom: 10px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	border: 0;
	border-bottom: 2px solid #eee;
	outline: none;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.message-box .left input.intxt:focus,
.message-box .left textarea:focus {
	border-color: #089000 !important;
}

.message-box .left .message-btn {
	margin-top: 20px;
	cursor: pointer;
	background: #089000;
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 0;
	outline: none;
	border-radius: 3px;
}
.message-box .left .message-btn:hover{
	background-color: #0c6502;
}
.Validform_wrong{
	color: #f00;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.Validform_right{
	display: none;
}
.message-box .right {
	width: 500px;
	float: left;
	background: #089000;
	height: 550px;
}

.message-box .right .box {
	padding: 60px 40px;
	height: 390px;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
}

.message-box .right .box h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 30px;
}

.message-box .right .item{
	display: flex;
	font-size: 16px;
	margin-top: 15px;
	align-items: center;
}
.message-box .right .item p{
	flex: 1;
}
.message-box .right .item a{
	color: #ffffff;
}
.message-box .right .item i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    transition: all .5s ease 0s;
    background: #ffffff;
    color: #089000;
    margin-right: 15px;
}
.message-box .right .item:hover i{
	background-color: #ffffff;
	color: #089000;
}
.contact-page .contact-map{
	margin-top: 40px;
	width: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.list-m {
	overflow: hidden;
}

.list-m ul {
	margin-left: -50px;
	margin-top: -50px;
}

.list-m ul li {
	width: 50%;
	float: left;
	margin-top: 50px;
}

.list-m ul li .box {
	cursor: pointer;
	position: relative;
	margin-left: 50px;
	border-bottom: solid 5px #eee;
	padding-bottom: 25px;
}

.list-m ul li h2 {
	font-size: 18px;
	color: #089000;
	line-height: 34px;
	margin-bottom: 10px;
}

.list-m ul li p {
	line-height: 24px;
	color: #666;
}

.list-m ul li .box:after {
	content: '';
	Position: absolute;
	bottom: -5px;
	height: 5px;
	width: 0;
	background: #ffcb2d;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.list-m ul li:hover .box:after {
	width: 100%;
}

/*页脚*/
.footer {
	background: #282828;
	padding: 50px 0 0;
	color: #ffffff;
}

.footer h4 {
	font-weight: 600;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 16px;
}

.footer h4 a {
	color: #ffffff;
}

.footer a {
	color: #b4b4b4;
}

.footer a:hover {
	color: #ffcb2d;
}

.footer .box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

.footer .left-dh h4 {
	width: 100%;
}

.footer .left-dh {
	border-right: solid 1px #444;
	width: 300px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
}

.footer .left-dh .item a {
	display: block;
	line-height: 32px;
	width: 50%;
	float: left;
}

.footer .footer-contact {
	width: 600px;
	border-right: solid 1px #444;
	margin-right: 20px;
}

.footer-contact i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	transition: all .5s ease 0s;
	background: #089000;
	color: #fff;
	margin-right: 10px;
}

.footer-contact .cbox .item {
	display: flex;
	align-items: center;
	width: 50%;
	margin-bottom: 15px;
	float: left;
}

.footer-contact .cbox .item:last-child {
	width: 100%;
}

.footer-contact .cbox .item p {
	font-size: 16px;
	color: #b4b4b4;
}

.footer-contact .cbox .item:hover i {
	background: #ffcb2d;
}

.footer .right-message {
	text-align: center;
	width: 300px;
	display: flex;
	justify-content: space-between;
}

.footer .right-message .item {
	width: 50%;
}

.footer .right-message h4 {
	font-weight: 500;
	color: #fff;
	line-height: 26px;
	margin-bottom: 30px;
	font-size: 16px;
}

.footer .right-message img {
	width: 112px;
	height: 112px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.footer .footer-copy {
	width: 1200px;
	margin: 40px auto 0;
	text-align: center;
	border-top: solid 1px #444;
}

.footer .footer-copy p {
	color: #999;
	padding: 30px 0;
}

.footer .footer-copy a {
	color: #b4b4b4;
}

.footer .footer-copy a:hover {
	color: #ffcb2d;
}

#ab_img img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}

#ab_img p span {
	text-wrap: inherit !important;
}


.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #089000;
	border: 1px solid #308900033;
}

.pagination .active a {
	color: #fff;
	background: #089000;
	border: 1px solid #089000;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}
.page-box p{
	margin-bottom: 15px;
}
.page-box{
	line-height: 1.8;
}
.culturn-inso {
    padding: 40px 0 0px;
}

.culturn-inso li {
    float: left;
    margin-bottom: 90px;
    width: 33.3333%;
    text-align: center;
}

.culturn-inso li i {
    position: relative;
    z-index: 3;
    margin: auto;
    display: block;
    width: 93px;
    height: 93px;
    background: #333333;
    border-radius: 50%;
    line-height: 93px;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
}

.culturn-inso li i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #089000;
    opacity: 0;
    visibility: hidden;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: 0.65s;
    z-index: -1;
}

.culturn-inso li strong {
    display: block;
    margin-top: 18px;
    margin-bottom: 22px;
    text-align: center;
    line-height: 1;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.culturn-inso li p {
    text-align: center;
    line-height: 1.2;
    color: #666666;
    font-size: 16px;
    font-weight: lighter;
}

.culturn-inso li:hover i:after {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
.picture-box .list-anli .box,.product-box .list-chanpin .box{
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 30px;
}
.product-content{}
.previous {
    padding: 26px 0px 0;
    border-top: 1px solid #dedede;
    position: relative;
    margin-top: 50px;
}

.previous .previ {
    display: block;
    width: 130px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #333333;
    background-color: #dedede;
}

.previous .prev {
    float: left;
}

.previous .next {
    float: right;
}

.backlist {
    display: block;
    width: 145px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #089000;
    position: absolute;
    left: 50%;
    margin-left: -72px;
    top: 26px;
}

.backlist:hover {
    background: #666;
}

.previous .previ:hover {
    background: #089000;
    color: #fff;
}

.previous .prev:hover i {
    background: url(https://www.tqlsgroup.com/images/arrow3.png) center no-repeat;
    margin-right: 18px;
}

.previous .next:hover i {
    background: url(https://www.tqlsgroup.com/images/arrow4.png) center no-repeat;
    margin-left: 18px;
}
.list-box{
	width: calc(100% - 220px);
	background-color: #fff;
	box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.16);
	padding: 70px 110px 80px;
}

.groupNew {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  display: flex;
      align-items: center;
  
}
.groupNew:not(:first-of-type) {
  padding-top: 50px;
}
.groupNew .date {
  margin-bottom: 10px;
}
.groupNew .date * {
  font-size: 16px;
  color: #999;
}
.groupNew .date i {
  margin-right: 15px;
}
.groupNew .name {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
.groupNew p {
  color: #666;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.groupNew .more {
  display: block;
  width: 118px;
  height: 36px;
  line-height: 36px;
  color: #707070;
  border: 1px solid #999;
  margin-top: 15px;
  text-align: center;
}
.groupNew:hover .date * {
  color: #089000;
}
.groupNew:hover .name {
  color: #089000;
}
.groupNew:hover .more {
  border-color: #089000;
  background-color: #089000;
  color: #fff;
  
}
.hasPic .pic {
  width: 31.82%;
  overflow: hidden;
}
.hasPic .img {
  position: relative;
  padding-bottom: 57.1%;
}
.hasPic .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
width: 100%;
}
.hasPic .txt {
  width: 61.5%;
  margin-left: 6.68%;
}
.hasPic:hover img {
  transform: scale(1.04);
}
.responsibility-list {
    margin-left: -1%;
    color: #fff;
}

.responsibility-list li {
    float: left;
    display: block;
    width: 32.33%;
    margin: 0px 0px 25px 1%;
    position: relative;
    overflow: hidden;
}

.responsibility-list .img {
    overflow: hidden;
    position: relative;
}

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

.responsibility-list .black-20 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.responsibility-list .item {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 10%;
    height: 85%;
    line-height: 1.5;
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.responsibility-list .ico {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0px 0 12px;
}

.responsibility-list .zh {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    font-family: "微软正黑体", "Microsoft JhengHei";
}

.responsibility-list .en {
    font-family: "Humanst521 BT";
    font-size: 18px;
}

.responsibility-list .bot {
    width: 10%;
    height: 1px;
    background-color: #fff;
    margin: 10px 0px 32px;
    display: block;
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.responsibility-list .con {
    max-height: 196px;
    overflow: hidden;
    line-height: 2;
    overflow: hidden;
    opacity: 0;
    visibility: hidden \9;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.responsibility-list .green-80 {
    -webkit-transition: -webkit-transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transition: transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    opacity: 0;
    visibility: hidden \9;
}

.responsibility-list .by {
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 0%;
    bottom: 0%;
    opacity: 0;
    visibility: hidden \9;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.responsibility-list li:hover .bot {
    width: 100%;
}

.responsibility-list li:hover .green-80 {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    opacity: 1;
    visibility: visible \9;
}

.responsibility-list li:hover .con, .responsibility-list li:hover .by {
    opacity: 1;
    visibility: visible \9;
    transform: inherit;
    -webkit-transform: inherit;
}
.black-20 {
    background:  rgba(0, 0, 0, 0.2);
}
.green-80 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/red_80.png) repeat;
    background: none rgba(8, 144, 0, 0.8);
}
.conceptList {
    margin-left: -0.5%;
}

.conceptList dd {
    float: left;
    display: block;
    width: 24%;
    margin:0 0.5%;
    background-color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    z-index: 1;
	height: 220px;
}

.conceptList dd:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #089000;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: transform .44s cubic-bezier(.4, 0, .2, 1), -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden \9;
}

.conceptList .item {
    padding: 25px 12% 35px;
}

.conceptList .t {
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
    margin-bottom: 25px;
	line-height: 40px;
}
.conceptList .t i{
	color: #666666;
	width: 35px;
	height: 35px;
	font-size: 35px;
	margin-right:10px;
	line-height: 1;
}
.conceptList dd:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #f1f0f0;
}

.conceptList dd:hover .t {
    color: #089000;
}

.conceptList dd:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible \9;
}
.job-list{
	margin-top: 50px;
	padding:60px 40px;
}