@charset "utf-8";
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 26px;
	color: #333;
	font: 16px "微软雅黑", "Microsoft YaHei";
}
div, p, span, ul, li, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, a, img, textarea, input, em, b, i {
	margin: 0;
	padding: 0;
	font-weight: normal;
	border: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
	padding: 0;
}
ul, li {
	list-style: none;
}
input, textarea, img {
	outline: none;
	border: none;
	font: 16px "微软雅黑", "Microsoft YaHei";
}
i, em {
	font-style: normal;
}
p {
	line-height: 26px;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.container {
	margin: 0 auto;
	height: auto;
}
a:focus, a:hover {
	color: #6fba2c;
	text-decoration: none;
	outline: none;
	outline-offset: 0;
}
body {
	background: #fff;
	position: relative;
}
img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
html {
	overflow-x: hidden;
}
@font-face {
	font-family: 'iconfont';  /* project id 430368 */
	src: url('../fonts/font_430368_rfp6lu8s6aymygb9.eot');
	src: url('../fonts/font_430368_rfp6lu8s6aymygb9.eot') format('embedded-opentype'), url('../fonts/font_430368_rfp6lu8s6aymygb9.woff') format('woff'), url('../fonts/font_430368_rfp6lu8s6aymygb9.ttf') format('truetype'), url('../fonts/font_430368_rfp6lu8s6aymygb9.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#had_top {
	height: 37px;
	line-height: 37px;
	background: #f6f6f6;
	color: #999;
	font-size: 12px;
}
.hot_tel {
	display: inline-block;
}
.hot_tel i {
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(/static/images/tel.png) no-repeat center center;
	vertical-align: middle;
	margin-top: -3px;
}
.hot_tel:hover {
	color: #f96465;
}
.hot_tel:hover i {
	background: url(/static/images/tel-on.png) no-repeat center center;
}
.top_classify ul li {
	height: 14px;
	width:160px;
	text-align: center;
	border-right: 1px solid #999;
	display: inline-block;
	line-height: 14px;
}
.top_classify ul li a {
	color: #999;
}
.top_classify ul li:hover a {
	color: #f96465;
}
.top_classify ul li:last-child {
	border: none;
}
#header {
	height: 125px;
	position: relative;
}
.logo {
	height: 125px;
	text-align: left;
	position: relative;
}
.logo a {
	display: table-cell;
	vertical-align: middle;
	height: 125px;
	width: 100%;
}
.nav>li>a {
	padding: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
.nav {
	vertical-align: top;
	margin-top: 50px ;
	text-align: right;
	margin-right: 40px;
}
.nav .one-li {
	display: inline-block;
	line-height: 40px;
	width: auto;
	text-align: center;
	margin: 0 2%;
	position: relative;
	vertical-align: top;
}
.nav .one-li a {
	line-height: 40px;
	font-size: 18px;
	display: inline-block;
	padding: 3px;
	overflow: hidden;
	height: 40px;
	border-bottom: 2px solid transparent;
}
.nav .chilmenu {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
	z-index: 50;
}
.nav .chilmenu li {
	line-height: 30px;
}
.nav .one-li.current>a {
	border-bottom: 2px solid #6fba2c;
	color: #6fba2c;
}
.nav .one-li:hover>a {
	border-bottom: 2px solid #6fba2c;
	color: #6fba2c;
}
.nav .chilmenu li.current a {
	color: #6fba2c;
}
.nav .chilmenu li:hover a {
	color: #6fba2c;
}
#menu {
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	width: 10%;
	text-align: center;
}
#menu i {
	font-size: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 32px;
	height: 28px;
}
.slick-slide {
	outline: none;
}
.banner .slick-prev:before, .banner .slick-next:before {
	display: none;
}
.slick-dots li button:before {
	display: none;
}
.slick-dotted.slick-slider {
	margin: 0;
}
.banner {
	overflow: hidden;
}
.banner .slick-slide {
	overflow: hidden;
}
.banner img {
	width: 100%;
	margin: 0 auto;
}
.banner .slick-prev, .banner .slick-next {
	z-index: 10;
	width: 48px;
	height: 47px;
	background: none;
}
.banner .slick-prev {
	background: url(/static/images/ban-left.png) no-repeat center center;
	left: 10%;
	background-size: 100%;
}
.banner .slick-prev:hover {
	background: url(/static/images/ban-left-on.png) no-repeat center center;
	left: 10%;
	background-size: 100%;
}
.banner .slick-next {
	background: url(/static/images/ban-right.png) no-repeat center center;
	right: 10%;
	background-size: 100%;
}
.banner .slick-next:hover {
	background: url(/static/images/ban-right-on.png) no-repeat center center;
	right: 10%;
	background-size: 100%;
}
.S-title {
	margin: 60px auto 40px;
	text-align: center;
}
.S-title b {
	display: block;
	width: 60px;
	background: #6fba2c;
	height: 3px;
	margin: 0 auto;
}
.S-title h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0;
}
.S-title span {
	font-size: 14px;
	color: #999;
}
.services-content {
	position: relative;
}
.servicesSlider .slick-list {
}
.services-ul li {
	text-align: center;
	padding: 2px;
}
.services-ul li dl {
	padding: 75px 0;
	border: 2px solid transparent;
}
.services-ul li dl dt {
	width: 60px;
	height: 60px;
	line-height: 50px;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}
.services-ul li dl dt a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.services-ul li dl dt i {
	color: #666;
	display: block;
	vertical-align: middle;
	font-size: 25px;
	width: 45px;
	height: 50px;
	margin: 0 auto
}
.services-ul li:nth-child(1) dl dt i {
	background: url(/static/images/icon_14_on.png) no-repeat center center;
}
.services-ul li:nth-child(2) dl dt i {
	background: url(/static/images/icon_16_on.png) no-repeat center center;
}
.services-ul li:nth-child(3) dl dt i {
	background: url(/static/images/icon_18_on.png) no-repeat center center;
}
.services-ul li:nth-child(4) dl dt i {
	background: url(/static/images/icon_20_on.png) no-repeat center center;
}
.services-ul li dl dd h3 a {
	font-size: 24px;
	color: #666;
	margin: 10px 0;
	display: block;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.services-ul li dl dd p {
	font-size: 14px;
	color: #999;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.services-ul li dl dd a.more {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	opacity: 0;
}
.services-ul li dl dd img {
	margin: 0 auto;
	opacity: 0;
	width: 10px;
}
.services-ul li:hover dl {
	border: 2px solid #6fba2c;
	cursor: pointer;
}
.services-ul li:hover dl dt a {
	background: #6fba2c;
}
.services-ul li:hover dl dt {
	margin-top: -20px;
}
.services-ul li:nth-child(1):hover dl dt i {
	background: url(/static/images/icon_14.png) no-repeat center center;
}
.services-ul li:nth-child(2):hover dl dt i {
	background: url(/static/images/icon_16.png) no-repeat center center;
}
.services-ul li:nth-child(3):hover dl dt i {
	background: url(/static/images/icon_18.png) no-repeat center center;
}
.services-ul li:nth-child(4):hover dl dt i {
	background: url(/static/images/icon_20.png) no-repeat center center;
}
.services-ul li:hover dl dd h3 a {
	color: #6fba2c;
}
.services-ul li:hover dl dd a.more {
	color: #6fba2c;
	opacity: 1;
}
.services-ul li:hover dl dd img {
	opacity: 1;
}
.slider_btn .slick-prev, .slider_btn .slick-next {
	width: 55px;
	height: 90px;
	text-align: center;
	z-index: 20;
}
.slider_btn .slick-prev {
	left: -50px;
}
.slider_btn .slick-next {
	right: -50px;
}
.slider_btn .slick-prev:before, .slider_btn .slick-next:before {
	content: "";
	color: #cfcfcf;
	font-size: 40px;
	display: inline-block;
	width: 15px;
	height: 29px;
	vertical-align: middle;
	opacity: 1;
}
.slider_btn .slick-prev:before {
	background: url(/static/images/click-lt.png) no-repeat center center;
	opacity: 1;
	background-size: 100% 100%;
}
.slider_btn .slick-next:before {
	background: url(/static/images/click-rt.png) no-repeat center center;
	opacity: 1;
	background-size: 100% 100%;
}
.slider_btn .slick-prev:hover {
	background: #6fba2c;
}
.slider_btn .slick-prev:hover:before {
	background: url(/static/images/click-lt-on.png) no-repeat center center;
	background-size: 100% 100%;
}
.slider_btn .slick-next:hover {
	background: #6fba2c;
}
.slider_btn .slick-next:hover:before {
	background: url(/static/images/click-rt-on.png) no-repeat center center;
	background-size: 100% 100%;
}
.slider_btn .slick-prev.slick-disabled:before, .slider_btn .slick-next.slick-disabled:before {
	opacity: 1;
}
.S-more {
	text-align: center;
	margin: 50px 0 40px;
}
.S-more a {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	color: #6fba2c;
	border: 1px solid #6fba2c;
}
.S-more a:hover {
	background: #6fba2c;
	color: #fff;
}
.services-mob {
	width: 90%;
}
.services-content .arrow-right-serM {
	right: 0;
	width: 40px;
	text-align: right;
}
.services-content .arrow-left-serM {
	left: 0;
	width: 40px;
	text-align: right;
}
.brand-content {
	height: 470px;
	background: #fcfcfc;
	overflow: hidden;
}
.brandLt {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.brandLtBg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	height: 470px;
	max-width: none;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	display: none;
}
.brandLt-list .li-box{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.brandLt-list li:nth-child(1) .li{
    background: url(/static/images/h1.jpg) no-repeat center center;
    background-size: cover;
    height: 148px;
}
.brandLt-list li:nth-child(2) .li{
    background: url(/static/images/h2.jpg) no-repeat center center;
    background-size: cover;
    height: 330px;
}
.brandLt-list li:nth-child(3) .li{
    background: url(/static/images/h3.jpg) no-repeat center center;
    background-size: cover;
    height: 335px;
    height: 148px;
}
.brandLt-list li:nth-child(4) .li{
    background: url(/static/images/h4.jpg) no-repeat center center;
    background-size: cover;
    height: 148px;
}
.brandLt-list .li-right{
    padding-left: 15px;
}
.brandLt-list .li-right:hover,.brandLt-list .li-right-item:hover{
    border:1px solid  #6fba2c;
    background: #fbfbfb;
}
.brandLt-list .li-title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.brandLt-list .li-title::after{
    content:'';
    display: block;
    width: 30px;
    height: 4px;
    background: #333;
    margin-top: 15px;
}
.brandLt-list .li-tips{
    font-size: 15px;
    color: #666;
    word-break:break-all;
     display:-webkit-box;
     -webkit-box-orient:vertical;
     -webkit-line-clamp:3;
     overflow:hidden;
}
.brandLt-list .li{
    display: flex;
        width: 60%;
        padding: 34px 0;
        background: #fff;
    align-items: center;
}
.brandLt-list .li-right{
    width: calc(100% - 60% - 30px);
    margin-left: 10px;
    height: 148px;
    box-sizing: box-sizing;
    padding: 10px;
    border: 1px #f2f2f2 solid ;
}
.brandLt-list .li-right-box{
    width: calc(100% - 60% - 30px);
    height: 335px;
    padding-right: 10px;
    box-sizing: border-box;
}
.brandLt-list .li-right-item{
     width: 100%;
    margin-bottom: 35px;
    height: 148px;
    box-sizing: box-sizing;
    padding: 10px;
    border: 1px #f2f2f2 solid ;
    margin-top:2px;
}
.brandLt-list .li a {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	margin: 0 auto;
	opacity: 0.8;
}
.brandLt-list .li i {
	display: block;
	width: 54px;
	height: 78px;
	margin: 0 auto;
}
.brandLt-list .li.idea i {
	background: url(/static/images/icona1.png) no-repeat center center;
}
.brandLt-list .li.invite i {
	background: url(/static/images/icona2.png) no-repeat center center;
}
.brandLt-list .li.explain i {
	background: url(/static/images/icona3.png) no-repeat center center;
}
.brandLt-list .li.contact i {
	background: url(/static/images/icona4.png) no-repeat center center;
}
.brandLt-list .li span {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	display: none;
	margin-top: -26px;
}
.brandLt-list .li a:hover {
	background: #6fba2c;
}
.brandLt-list .li a:hover i {
	width: 35px;
	height: 30px;
	background-size: 35px 30px;
	margin-top: 25px;
}
.brandLt-list .li.idea a:hover i {
	background: url(/static/images/icon_35.png) no-repeat center center;
	background-size: 35px 30px;
}
.brandLt-list .li.invite a:hover i {
	background: url(/static/images/icon_37.png) no-repeat center center;
	background-size: 35px 30px;
}
.brandLt-list .li.explain a:hover i {
	background: url(/static/images/icon_41.png) no-repeat center center;
	background-size: 35px 30px;
}
.brandLt-list .li.contact a:hover i {
	background: url(/static/images/icon_43.png) no-repeat center center;
	background-size: 35px 30px;
}
.brandLt-list .li a:hover span {
	display: block;
	line-height: 26px;
	color: #fff;
}
.brandRt-txt {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 35px 15px;
	height: 390px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 13
}
.news-content {
	position: relative;
}
.news-list {
}
.news-list li {
	padding: 20px 25px;
	vertical-align: top;
}
.news-list li dl {
	width: 100%;
	height: 360px;
	position: relative;
	overflow: hidden;
}
.news-list li:nth-child(2n) dt {
	position: absolute;
	bottom: 0;
}
.news-list li:nth-child(2n) dd {
	position: absolute;
	top: 0;
}
.news-list li dl dt {
}
.news-list li dl dd {
	padding: 5px;
	border:1px #f2f2f2 solid;
}
.news-list li dl dd h3 {
    font-weight: bold;
}
.news-list li dl dd h3 a {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.news-list li dl dd span {
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	display: block;
	color: #999;
	font-size: 14px;
}
.news-list li dl dd p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list li dl dd p a{
    color: #666;
}
.news-list li:hover {
	background: #6fba2c;
}
.news-list li:hover h3 a {
	color: #fff;
}
.news-list li:hover span {
	color: #fff;
}
.news-list li:hover dl dd {
	border:1px #6fba2c solid;
}
.news-list li:hover p a{
	color: #fff;
}
.team-bg {
	padding: 48px 0 0 0;
	background: #fcfcfc;
}
.team-content {
	position: relative;
}
.team-list {
}
.team-list li {
	padding: 0 15px;
}
.team-list li dl {
	position: relative;
	overflow: hidden;
}
.team-list li dl dt {
}
.team-list li dl dd {
	background: rgba(255,255,255,0.5);
	text-align: center;
	position: absolute;
	bottom: 236px;
	width: 100%;
	height: 460px;
	padding-top:120px;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
}
.team-list li dl dd img {
	color: #fff;
	font-size: 30px;
	display: block;
	margin: 90px auto 0;
}
.team-list li dl dd h3 {
	color: #333;
	font-size: 24px;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	margin: 8px 0 13px;
}
.team-list li dl dd b {
	width: 55px;
	border-top: 2px solid #fff;
	display: block;
	margin: 0 auto;
}
.team-list li dl:hover dd {
	bottom: -215px;
}
.team-list-mob {
	overflow: hidden;
}
.team-list-mob li {
	padding: 0 20px;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.team-list-mob li dl dt {
}
.team-list-mob li dl dd {
	text-align: center;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	margin: 10px 0;
}
.cooperationCase {
	padding-bottom: 35px;
}
.case-content {
	position: relative;
}
.case-list {
}
.case-list li {
	width: 250px;
	padding: 0 20px;
}
.case-list li dl {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.case-list li dl dt {
	width: 100%;
	height: 100%;
}
.case-list li dl dd {
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgba(000,000,000,.4);
	text-align: center;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
}
.case-list li dl dd h3 {
	color: #fff;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 50px;
}
.case-list li dl dd b {
	display: block;
	width: 50px;
	border-top: 2px solid #fff;
	margin: 10px auto 0;
}
.case-list li dl:hover dd {
	bottom: 0;
}
#footer {
	background: url(/static/images/bg_bottom.jpg);
	padding-top: 45px;
}
.footBox {
	padding: 0 0 25px 0;
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
}
.foot-nav li h3 a {
	color: #666;
	font-size: 14px;
	display: block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.foot-nav li span a {
	color: #999;
	font-size: 14px;
	display: block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
}
.foot-nav li span {
	display: block;
}
.foot-nav li a:hover {
	color: #f96465;
}
.foot-logo dl {
	text-align: center;
}
.foot-logo dl dt {
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.foot-logo dl dd {
	font-size: 12px;
	color: #999;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	margin-top: 5px;
}
.foot-contact {
	padding: 25px 0;
	overflow: hidden;
}
.foot-contact dl dt {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	width: 15%;
}
.foot-contact dl dt i {
	color: #b3b3b3;
	font-size: 35px;
}
.foot-contact dl.e-mail dt {
}
.foot-contact dl.e-mail dt i {
	font-size: 45px;
}
.foot-contact dl dd {
	display: inline-block;
	margin-left: 10px;
	width: 75%;
}
.foot-contact dl dd h3 {
	color: #666;
	font-size: 14px;
}
.foot-contact dl dd p {
	color: #999;
	font-size: 12px;
}
#link {
	text-align: center;
	background: #f6f6f6;
	padding: 20px 0;
}
.link li {
	display: inline-block;
	color: #999;
	font-size: 12px;
}
.link li a {
	display: inline-block;
	color: #999;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	padding: 0 10px;
	border-right: 1px solid #999;
}
.copy {
	color: #999;
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
}
.copy a {
	color: #999;
	font-size: 12px;
	line-height: 24px;
}
.copy a:hover {
	color: #f96465;
}
.link li a:hover {
	color: #f96465;
}
.link li:last-child a {
	border: none;
}
.foot-tel {
	background: #6fba2c;
	color: #fff;
	padding: 5px 15px;
}
.foot-tel img {
	font-size: 25px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
}
.foot-tel a {
	color: #fff;
}
.foot-tel span {
	vertical-align: middle;
	display: inline-block;
	width: 75%;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.copy-mob {
	padding: 5px 15px;
	margin-bottom: 50px;
}
.copy-mob p {
	color: #999;
	width: 80%;
	height: 26px;
	overflow: hidden;
	display: inline-block;
}
.copy-mob .scroll_top {
	display: inline-block;
}
.foot-nav-mob {
	background: #f6f6f6;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.3);
}
.foot-nav-mob ul {
	padding: 0 10px;
}
.foot-nav-mob li {
	width: 33.3%;
	float: left;
	text-align: center;
	padding: 6px 5px 2px;
}
.foot-nav-mob li i {
	display: block;
	width: 90%;
	height: 20px;
	text-align: center;
	margin: 0 auto;
}
.foot-nav-mob li i img {
}
.foot-nav-mob li span {
	color: #999;
	display: block;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	overflow: hidden;
}
.det-banner {
	position: relative;
	height: 400px;
	overflow: hidden;
	width: 100%;
}
.det-ban-img {
	position: absolute;
	height: 400px;
	top: 0;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	overflow: hidden;
	max-width: none;
	max-height: none;
}
.ban-name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ban-cont {
	text-align: center;
}
.ban-cont h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 130px 0 10px 0;
}
.ban-cont h4 {
	font-size: 24px;
	font-weight: bold;
}
.det-navBox {
	background: #fff;
	z-index: 10;
	position: relative;
}
.det-nav {
	height: 80px;
	background: #fff;
	margin-top: -80px;
}
.det-nav li {
	display: inline-block;
	width: 9%;
	text-align: center;
	position: relative;
}
.det-nav li a {
	line-height: 80px;
	display: inline-block;
	font-size: 14px;
	color: #666;
	border-bottom: 2px solid transparent;
	height: 80px;
	overflow: hidden;
}
.det-nav li:hover>a {
	border-bottom: 2px solid #6fba2c;
	color: #6fba2c;
}
.det-nav li.current>a {
	border-bottom: 2px solid #6fba2c;
	color: #6fba2c;
}
.child {
	position: absolute;
	top: 80px;
	left: 0;
	width: 450px;
	text-align: left;
	display: none;
}
.child li {
	display: inline-block;
	width: 24%;
}
.child li a {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}
.child li.current a {
	color: #6fba2c;
	border: none;
}
.child li:hover a {
	color: #6fba2c;
	border: none;
}
.det-navBox {
	padding: 0 30px;
}
.det-nav {
	border-bottom: 2px solid #f6f6f6;
}
.det-content {
	padding: 50px 40px;
}
.det-content h1{
	margin:0 auto;
	font-size:2rem;
	text-align: center;
}
.det-content .from{
	margin:0 auto;
	width:100%;
	font-size: .8rem;
	text-align: center;
	line-height: 200%;
	margin-top:1.2rem;
}
.det-main {
	margin-top:2rem;
	line-height:180%;
}
.det-text {
	padding: 0 0 50px 0;
	line-height: 26px;
	float: left;
}
.det-text1 {
	padding: 0 0 50px 0;
	line-height: 26px;
	float: left;
	width: 45%;
}
.det-map{
    float:right;
    width:54%;   
}
.det-news {
	padding: 30px 0 50px 0;
}
.det-news .list-news {
	overflow: hidden;
	padding-bottom: 10px;
}
.list-news li {
	margin-bottom: 40px;
	padding: 0 40px;
}
.list-news li dl dt {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.list-news li dl dt img{
    transition: all 0.6s;    //设置动画执行的时间为0.6s
    cursor: pointer;
}
.list-news li dl dt img:hover{
    transform: scale(1.2);     //设置图片按照比例放大1.2倍
}
.list-news li dl dd h3 {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	line-height: 36px;
	text-align: center;
}
.list-news li dl dd span {
	color: #999;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	display: block;
}
.list-news li dl dd p {
	color: #666;
	font-size: 14px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.page {
	text-align: center;
	font-size:14px;
}
.page li {
	display: inline-block;
}
.page li a {
	display: inline-block;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #999;
	margin-left:2px;
	margin-right:2px;
}
.page a{
	margin-left:2px;
	margin-right:2px;
}
.page li a:hover {
	background: #6fba2c;
	border-radius: 25px;
	color: #fff;
}
/*项目详情页下面案例列表*/
.casemain{
    margin-top:30px;
    border-top:1px #f8f8f8 solid;
    padding:30px 0;
    clear: both;
}
.casemain ul li{
    float:left;
    width: 24%;
    margin:0 0.5% 0 0.5%;
    margin-bottom: 32px;
}
.casemain ul li img{
    width: 280px;
    height: 186px;
    max-width: 100%;
    max-height: 100%;
}
.casemain ul li h4{
    font-size: 14px;
    margin-top:8px;
    text-align: center;
    clear: both;
}

.list-text {
	padding-bottom: 50px;
	overflow: hidden;
}
.list-text li {
	padding: 30px 0;
	border-bottom: 1px dashed #ddd;
}
.list-text li h3 a {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
.list-text li span {
	color: #999;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	display: block;
}
.list-text li p {
	color: #666;
	font-size: 14px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
}
.list-text li a.more {
	margin-top: 10px;
	color: #999;
	font-size: 12px;
	display: block;
	width: 70px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.list-text li:hover a.more {
	color: #fff;
	background: #6fba2c;
	border-radius: 15px;
}
.list-text li:hover h3 a {
	color: #6fba2c;
}
.list-image {
	overflow: hidden;
	padding: 10px 0 20px 0;
}
.list-image li {
	padding: 0 25px;
	text-align: center;
	margin-bottom: 60px;
}
.list-image li .pic {
	position: relative;
	overflow: hidden;
}
.list-image li .pic img {
    width:100%;
    height: 200px;
    transition: all 0.6s;    //设置动画执行的时间为0.6s
    cursor: pointer;
}
.list-image li h3{
	line-height: 30px;
    height: 30px;
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
}
.list-image li .pic img:hover{
    transform: scale(1.2);     //设置图片按照比例放大1.2倍
}
.list-image li .pic .pic-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: #6fba2c;
	width: 100%;
	color: #fff;
	height: 100%;
	display: none;
}
.list-image li .pic .pic-bg i {
	font-size: 30px;
	margin : 19% auto 0;
	display: block;
	background: url(/static/images/index_51.png) no-repeat center center;
	width: 32px;
	height: 32px;
}
.list-image li .pic .pic-bg h3 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 24px;
	margin: 10px 0;
}
.list-image li .pic .pic-bg b {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
.list-image li .title {
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	font-size: 16px;
	overflow: hidden;
}
.list-image li:hover .pic .pic-bg {
	display: block;
}
.content-news {
	text-align: center;
}
.content-news h3 {
	font-weight: bold;
	margin: 10px 0;
	font-size: 16px;
	line-height: 26px;
}
.content-news span {
	color: #999;
	font-size: 12px;
}
.content-news a {
	color: #999;
	font-size: 12px;
}
.content-news a:hover {
	color: #6fba2c;
}
.content-news-text {
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 30px 0;
	margin-top: 30px;
}
.share {
	overflow: hidden;
	line-height: 30px;
	height: 30px;
}
.share .bshare-custom {
	float: right;
}
.page-ul {
	margin-top: 50px;
	overflow: hidden;
	font-size:14px;
}
.page-ul li {
	display: inline-block;
	padding: 0;
	font-size:14px;
}
.page-ul li a {
	display: inline-block;
	width: 90%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #f6f6f6;
	border-radius: 25px;
	font-size: 14px;
	color: #999;
	padding: 0 10px;
	overflow: hidden;
}
.page-ul li a:hover {
	background: #6fba2c;
	color: #fff;
}
.content-pro-text {
	border-top: none;
}
.content-pro {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
.slide-product img {
	margin: 0 auto;
}
.pro_name {
	text-align: center;
	font-size: 20px;
	margin: 15px 0;
}
.proContName {
	text-align: center;
	font-size: 20px;
	margin: 15px 0;
}
.right_navBox {
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 100;
	background: #fff;
	height: 100%;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
}
.que-name {
	height: 60px;
	line-height: 60px;
	background: #f6f6f6;
	overflow: hidden;
}
.que-name p {
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	width: 57%;
	display: inline-block;
	background: #6fba2c;
	height: 60px;
	line-height: 60px;
	padding: 0 30px 0 35px;
	margin-left: -7%;
}
.que-name span {
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
	font-size: 18px;
	color: #fff;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin-left: 7%;
}
.que-name i {
	color: #6fba2c;
	font-size: 24px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	margin-right: 15px;
}
.right_navBox {
	width: 100%;
}
.right_navBox .rt-nav {
	width: 100%;
	overflow-y: auto;
	height: 100%;
	padding-bottom: 60px;
}
.right_navBox .rt-nav li {
	position: relative;
}
.right_navBox .rt-nav li.one-li {
	line-height: 45px;
}
.right_navBox .rt-nav li.one-li a {
	display: block;
	width: 100%;
	position: relative;
	z-index: 20;
	border-bottom: 1px solid #f6f6f6;
	padding: 0 15px;
}
.right_navBox .rt-nav li.one-li span {
	width: 85%;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.right_navBox .rt-nav li.one-li i {
	position: absolute;
	right: 15px;
	height: 45px;
	line-height: 45px;
	color: #666;
	display: inline-block;
	top: 0;
	width: 20px;
	text-align: center;
	font-size: 27px;
	font-weight: normal
}
.right_navBox .rt-nav li.one-li .two .two-li a {
	border-bottom: 2px solid #fff;
	background: #f6f6f6
}
.right_navBox .rt-nav li.one-li .two .two-li span {
	margin-left: 25px;
	width: 78%;
	color: #6fba2c;
}
.right_navBox .rt-nav li.one-li .three .three-li a {
	border: none;
}
.right_navBox .rt-nav li.one-li .three .three-li span {
	margin-left: 40px;
}
.two {
	display: none;
}
.three {
	display: none;
}
.right_navBox.current {
	right: 0;
}
.list-image li .pic .pic-bg a:hover {
	color: #fff;
}
.proContName {
	text-align: center;
}
/*分享开始*/
.newsclass {
	width: 100%;
	height: 145px;
	padding-top: 15px;
	position: fixed;
	bottom: -145px;
	left: 0px;
	z-index: 9999;
	background: #f5f5f5;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.show {
	transform: translate(0px, -145px);
	-ms-transform: translate(0px, -145px);
	-webkit-transform: translate(0px, -145px);
	-o-transform: translate(0px, -145px);
	-moz-transform: translate(0px, -145px);
}
.share-cance {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: rgba(0,0,0,0.05);
	text-align: center;
	margin-top: 10px;
}
.share-con {
	width: 100%;
	height: 85px;
	overflow: hidden;
}
.share-con a {
	height: 85px;
	width: 80px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
}
.share-con a .title {
	height: 25px;
	overflow: hidden;
	color: #333
}
/*首页服务项目*/
.services-main{
	width: 100%;
	overflow: hidden;
}
.services-main ul li{
	float: left;
	width:240px;
	height: 220px;
    margin-left: 75px;
    margin-right: 75px;
	text-align: center;
	overflow: hidden;
	color: #666;
	font-weight: bold;
	border: 1px solid #6fba2c;
	margin-bottom:40px;
}

.services-main ul li:nth-child(1){
    background:url(../../static/images/s1.jpg) no-repeat;
    background-position-y:220px;
    background-size: 100% 100%;
}
.services-main ul li:nth-child(2){
background:url(../../static/images/s2.jpg) no-repeat;
    background-position-y:220px;
    background-size: 100% 100%;
}
.services-main ul li:nth-child(3){
background:url(../../static/images/s3.jpg) no-repeat;
    background-position-y:220px;
    background-size: 100% 100%;
}
.services-main ul li:nth-child(4){
	background:url(../../static/images/s4.jpg) no-repeat;
    background-position-y:220px;
    background-size: 100% 100%;
}
.services-main ul li:nth-child(5){
background:url(../../static/images/s5.jpg) no-repeat;
    background-position-y:220px;
    background-size: 100% 100%;
}
.services-main ul li:nth-child(6){
background:url(../../static/images/s6.jpg) no-repeat;
    background-position-y:220px;
    background-size: 100% 100%;
}
.services-main ul li:hover{
    background-position-y:0 !important;
	border:1px #6fba2c solid;
	padding: 12px 0;
	transition: all 0.1s;
}
.services-main ul li:hover p,.services-main ul li:hover .pic{
    opacity: 0;
}
.services-main ul li .pic {
    width: 80px;
    height: 80px;
    line-height: 50px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto;
    margin-top:36px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
	background: url(../../static/images/icon1.png) 16px 16px no-repeat;
}
.services-main ul li .pic img{
	margin: 0 auto;
}
.services-main ul li:hover .pic{
	background: url(../../static/images/icon1a.png) 16px 16px no-repeat #6bb79b;
}
.services-main ul li p{
	margin-top:20px;
	font-size: 22px;
	margin-bottom:24px;
}
.services-main ul li:hover p{
	color: #bb4242 ;
}
.services-main ul li .picm2{
	background: url(../../static/images/icon2.png) 16px 16px no-repeat;
}
.services-main ul li:hover .picm2{
	background: url(../../static/images/icon2a.png) 16px 16px no-repeat #6bb79b;
}
.services-main ul li .picm3{
	background: url(../../static/images/icon3.png) 16px 16px no-repeat;
}
.services-main ul li:hover .picm3{
	background: url(../../static/images/icon3a.png) 16px 16px no-repeat #6bb79b;
}
.services-main ul li .picm4{
	background: url(../../static/images/icon4.png) 16px 16px no-repeat;
}
.services-main ul li:hover .picm4{
	background: url(../../static/images/icon4a.png) 16px 16px no-repeat #6bb79b;
}
.services-main ul li .picm5{
	background: url(../../static/images/icon5.png) 16px 16px no-repeat;
}
.services-main ul li:hover .picm5{
	background: url(../../static/images/icon5a.png) 16px 16px no-repeat #6bb79b;
}
.services-main ul li .picm6{
	background: url(../../static/images/icon6.png) 16px 16px no-repeat;
}
.services-main ul li:hover .picm6{
	background: url(../../static/images/icon6a.png) 16px 16px no-repeat #6bb79b;
}
/*新闻列表页*/
.newscanr {
    margin-top: 45px;
}
.newscanr ul li {
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc dashed;
}
.newscanr ul li:hover a .newscanrn .newscanrnbt{
    color: #6fba2c;
}
.newscanr ul li a {
    width: 100%;
    height: 190px;
    background: #FFFFFF;
    padding: 13px 20px;
    display: block;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.newscanrt {
    float: left;
    height: 166px;
    width: 236px;
    overflow: hidden;
}
.newscanrt img {
    width: 100%;
    height: 166px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.newscanrn {
    float: left;
    width: 855px;
    height: 140px;
    margin-left: 35px;
}
.newscanrnbt {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.newscanrnxt {
    font-size: 14px;
    color: #ababab;
    margin-top:6px;
}
.newscanrnnr {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    line-height: 180%;
}

@media only screen and (max-width: 640px) {
.services-main ul li{
	width: 44%;
	margin-left:2.9%;
	margin-right:2.8%;
	margin-bottom: 20px;
}
.services-main ul li p{
	margin-top:20px;
	font-size: 16px;
	height: 36px;
}
.newscanr ul li{
    height: auto;
    overflow: hidden;
}
.newscanr ul li a{
    height: auto;
}
.newscanrt{
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.newscanrn{
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.newscanrnbt{
    margin-top:12px;
}
.newscanrnnr{
    display: none;
}
.list-image li .pic{
    overflow: hidden;
}
.list-image li .pic img{
    height: 125px;
    width: 100%;
    transition: all 0.6s;    //设置动画执行的时间为0.6s
    cursor: pointer;
}
.list-image li .pic img:hover{
    transform: scale(1.2);     //设置图片按照比例放大1.2倍
}
.casemain ul li{
    width: 48%;
}
.casemain ul li img{
    height: 110px;
}
.case-list li dl dd h3{
    font-size:14px;
}
.team-list-mob li dl dd{
    font-size:14px;
}

}
.float-box{
    width: 460px;
    height: 250px;
    background: rgba(0,0,0,0.72);
    position: fixed;
    left: 0;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: box-sizing;
    padding: 15px;
    overflow: hidden;
    z-index: 111;
    display: none;
}
.float-box-box{
    display: flex;
    padding: 30px 20px 15px;
    justify-content: space-between;
}
.h-close{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 111;
    cursor: pointer;
    -webkit-border-radius:50%;
    background:#999;
}
.float-box ul{
    width: 70%;
    color: #ddd;
    
}
.float-box ul li{
    width: 48%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    text-indent: 6px;
}
.float-box ul li::before{
    content:'·';
    font-size: 18px;
    padding-right: 10px;
    color: #fff;
}
.float-box ul li:last-child{
    font-size: 12px;
    padding-left: 15px;
     text-indent:0;
     transform: scale(0.8);
}
.float-box ul li:last-child::before{
    display: none;
}

@media only screen and (max-width: 640px) {

.brandLt-list .li-box{
    display: inline;
}
.brandLt-list .li{
    width: 100%;
}
.brandLt-list .li-right{
    width: 100%;
    margin:20px 0;
}
.brandLt-list .li-right-box{
    width: 100%;
    padding: 0;
}
.brandLt-list li:nth-child(2) .li{
    margin-top:10px;
    height: 220px;
}
.float-box{
    width: 100%
}
.mbbox{
    background: url(/static/images/bg_bottom.jpg);
    padding-top: 20px;
}
.copy-mob{
    padding:5px 15px;
    overflow: hidden;
}
.mfoot-left{
    float: left;
    width: 65%;
    font-size: 14px;
}
.mfoot-left p{
    height: auto;
    width: 100%;
    display:block;
}
.mfoot-center{
        float: right;
    width: 33.5%;
}
.mfoot-center img{
    width: 100%;
}
.mfoot-bottom{
    float: left;
    width: 100%;
    margin-top:20px;
    padding-top: 10px;
    border-top:1px #999 solid;
    overflow: hidden;
}
.mfoot-bottom h3{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
label{
    font-size:14px;
    line-height: 24px;
    width: 30%;
    color: #fff;
    font-weight: normal;
}
label input{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
}
input[type=checkbox], input[type=radio]{
    margin: 0;
}
.form-control{
    margin-bottom: 8px;
}
}
.h-imgbox{
    width: 100px;
}
.h-imgbox img{
    width: 100%;
}
.h-imgbox p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #eee;
}
.h-tel{
    width: 100%;
     font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-left:30px;
    color: #eee;
    background: url(/static/images/call.png) no-repeat 0 2px;
    padding-left: 32px;
}
.foot-box{
    display: flex;
    color:#ccc;
    justify-content: space-between;
}
.foot-box h3{
    margin-bottom: 30px;
}
.foot-canter{
    padding:50px;
}
.foot-canter img{
    width: 150px;
}
.foot-left p{
    font-size: 14px;
}
.foot-right {
    width: 500px;
}
.foot-right form label{
    display: inline-block;
    width: 32%;
    line-height: 30px;
    font-size: 14px;
}
.foot-right form label input{
    margin-right: 10px;
}
.foot-right .form-control{
    margin-bottom: 15px;
}
}