@keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
@-webkit-keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
@-moz-keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
@-o-keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
body, ul, li, div, h1, h3, h2, h4, h5, p {
	padding: 0;
	margin: 0;
}
* {
	/*transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;*/
}
html, body {
	background: #fff;
	color: #222222;
}
ul, ul li {
	list-style-type: none;
}
body a{
	outline:none !important;blr:expression(this.onFocus=this.blur());
	}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.textl {
	text-align: left !important;
}
.textr {
	text-align: right !important;
}
img {
	max-width: 100%;
}
.max1400 {
	max-width: 1400px !important;
}
header {
	z-index: 99;
	width: 100%;
	position: relative;
	
}
header .logo{
	margin-top: 23px;
}
header .padr80 {
	padding-right: 80px;
}
.container {
	max-width: 1224px;
}
header .logo a {
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s
}


.bgf2{
	background-color:#f2f2f2;
	padding:70px 0px;
	}



.index-banner img {
	width: 100%
}
.index-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.index-banner .swiper-pagination-bullets {
	bottom: 53px;
}

.index-banner .swiper-container {
	z-index: 10 !important;
}
.index-banner .swiper-pagination-bullet {
	width: 19px !important;
	height: 19px !important;
	background-color: #fff;
	opacity: .8;
}
.index-banner .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1;
}
.index-banner .swiper-button-next {
	background: url(../images/right.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.index-banner .swiper-button-prev {
	background: url(../images/left.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.index-banner .centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s
}

/****手机端mobilebanner***/
.mobile-banner img {
	width: 100%
}
.mobile-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}

.mobile-banner .swiper-pagination-bullets {
	bottom: 10px;
}
.mobile-banner .swiper-pagination {

}
.mobile-banner .banner-title-btn .i_ico {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 2px;
	background: url(../images/i_ico.png) no-repeat;
	background-position: -48px 0px;
}
.mobile-banner .banner-title-btn:hover {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
.mobile-banner .swiper-container {
	z-index: 10 !important;
}
.mobile-banner .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: #fff;
	opacity: .8;
}
.mobile-banner .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1;
}
.mobile-banner .swiper-button-next {
	background: url(../images/right.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.mobile-banner .swiper-button-prev {
	background: url(../images/left.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.mobile-banner .centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s
}


.top {
	background-color: #f5f5f5;
	color: #fff;
	line-height: 40px;
}
.top .wel{
	color: #999999;
}
.m_logo {
	margin-top: 7px;
}
.navbar {
	margin-bottom: 0px;
	z-index: 11;
	height: auto;
}
.menu .navbar-static-top {
    border-width: 0 0 0px;
}
.navbar-nav {
	padding-bottom: 0px;
	padding-top: 0px;
}
body.out nav .navbar-collapse{
	box-shadow:none !important;
}
.navbar-brand {
	height: 55px;
	padding: 10px 15px 7px 0px;
	padding-left: 0px;
}
.navbar-toggle {
	border: 0px;
	border-radius: 0px;
	margin-top: 10px;
	margin-right: 0px;
}
.navbar-default .navbar-nav>li>a {
	text-align: center;
	font-size: 18px;
	color: #333;
	position: relative;
	padding: 0px 30px;
	line-height: 90px;
	margin-left: 1px;
}
.navbar-default .navbar-nav>li>a:focus::after, .navbar-default .navbar-nav>li>a:hover::after{
	content: "";
	width: 0px;
	height: 2px;
	background-color: #afe2e2;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	transition:all 0.3s ease-in-out;
	/*通过transform的缩放scale来让初始时x轴为0*/
	transform: scale3d(0,1,1);
	/*将坐标原点移到元素的中间，以原点为中心进行缩放*/
	transform-origin:50% 0;
	
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	text-align: center;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: #37b6b7;
	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #ffffff;
	background-color: #37b6b7;
}
.navbar-default .navbar-nav>.active>a::after, .navbar-default .navbar-nav>.active>a:focus::after, .navbar-default .navbar-nav>.active>a:hover::after{
	content: "";
	width: 24px;
	height: 2px;
	background-color: #afe2e2;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	
	
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}
/**鼠标悬停下拉菜单**/
.navbar .nav > li .dropdown-menu {
	min-width: inherit;
	margin: 0;
	width: 100%;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	border-top: 0px;
	/*border-bottom:1px #eaeaea solid;
	border-left:1px #eaeaea solid;
	border-right:1px #eaeaea solid;*/
	padding: 30px;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.9);
}

.dm_img{
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
}
.dm_img img{
	margin-right: 10px;
}
.dm_img a{
	color: #333;
}
.dropdown-menu .child {
	text-align: center;
	margin-top: 20px;
}
.dropdown-menu .child a {
	line-height: 25px;
	color: #666;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
}
.dropdown-menu .child  a:hover {
	background-color: #ec9b64;
	color: #fff;
}
header .navbar-nav>li{
	position: inherit;
}
header .navbar{
	position: inherit;
}

/**banner**/
.centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s;
	width: 100%;
}
 @-webkit-keyframes centerBig {
 100% {
 transform: scale(1.1, 1.1);
}
}
@keyframes centerBig {
 100% {
 transform: scale(1.1, 1.1);
}
}
 @keyframes mymove {
 0% {
top:-500px;
opacityï¼š.3;
}
}
.mt20 {
	margin-top: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt70 {
	margin-top: 70px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb50{
	margin-bottom: 50px;
}
.mb15 {
	margin-bottom: 15px;
}
.kc {
	border-bottom: 1px #49b345 solid;
}
.index_title1 {
	color: #fff;
	font-size: 16px;
	margin-right: 9px;
	background-color: #49b345;
	padding: 10px 18px;
}
.n_pic a img {
	transition: all 1s;
	-moz-transition: all 1s;
	/* -webkit-transition: all 1s; */
	-o-transition: all 1s;
}
.n_pic:hover img {
	transform: scale(1.3, 1.3);
}
.index_more {
	font-size: 14px;
	margin-top: 10px;
}
.index_more a {
	color: #333;
}

.lunbo .swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	text-align: center;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0,0,0,0.2);
}
.lunbo .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}
.lunbo .swiper-slide img {
	width: 100%;
}
.t_title {
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
}
.t_title a {
	color: #333;
}
.t_title a:hover, .nt_title a:hover, .index_more a:hover, .n_tuijian a:hover {
	color: #fac807;
}
.yunkenren img{
	width:100%;
	}
.sub_title {
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.t_more {
	margin-top: 15px;
}
.t_more a {
	color: #fac807;
}
.lunbo .swiper-pagination {
	text-align: right;
}
.lunbo .swiper-pagination-bullets {
	bottom: 0px !important;
	right: 0px !important;
	width: 50% !important;
	left: auto !important;
}
.lunbo .swiper-pagination-bullet-active {
	background-color: #fac807 !important;
}
.ss .col-md-5{
	width: 48%;
}
.ss .col-md-4{
	width: 26%;
}
.ss .col-md-3{
	width: 26%;
}
.s1{
	padding: 14px;
	background-color: #37b6b7;

}
.s2{
	padding: 14px;
	background-color: #23b072;

}
.s3{
	padding: 14px;
	background-color: #ec9b64;
}
.s1_box,.s2_box,.s3_box{
	border: 1px rgba(255,255,255,0.6) solid;
	padding: 25px;
	height: 344px;
	position: relative;
}
.s1_box{
	background: url(../images/ser1.png) no-repeat right bottom;
}
.s_title{
	font-size: 26px;
	color: #ffffff;
}
.s_entitle{
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	font-family: 'Times New Roman', Times, serif;
	text-transform: uppercase;
	margin-top: 10px;
	height: 40px;
	line-height: 18px;
}
.s_list{
	margin-top: 7px;
}
.s_list a{
	border: 1px rgba(255,255,255,0.3) solid;
	line-height: 33px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	display: block;
	font-size: 16px;
	margin-bottom: 14px;
}
.s_list a:hover{
	border: 1px rgba(255,255,255,1) solid;
	color: rgba(255,255,255,1);
}
.s_list .row{
    margin-right: -7px;
    margin-left: -7px;
}
.s_list .row .col-md-6{
	padding-right: 7px;
	padding-left: 7px;
}
.s_more{
	bottom: 30px;
	position: absolute;
}

.s2_box{
	background: url(../images/ser2.png) no-repeat right bottom;
}
.s3_box{
	background: url(../images/ser3.png) no-repeat right bottom;
}
.product .cn_title h2{
	width:300px ;
}
.product .cn_title:before{
	width: 420px;
}
/**底部信息**/				
footer {
	width: 100%;
	background: url(../images/foot_bg.png) no-repeat #323232 left center;
	color: #fff;
	font-size: 14px;
}
.f_top {
	padding-top: 50px;
	padding-bottom: 50px;
}
.links{
	padding-bottom: 50px;
}
.links em{
	font-size: 18px;
}
.links a{
	font-size: 14px;
	color: #bec0c2;
	margin: 0px 10px;
}
.ft{
	font-size: 18px;
	color: #fff;
}

/* SELECT W/IMAGE */
select#selectTravelCity {
	width: 14em;
	height: 3.2em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: middle;
	border: 1px solid #94c1e7;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	font-family: SimHei;
	font-size: 1.1em;
	color: RGBA(102,102,102,0.7);
	cursor: pointer;
}
footer .select {
	text-align: right;
	padding-top: 30px;
}
/*SELECT W/DOWN-ARROW*/
select#selectPointOfInterest {
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	text-indent: 4pt;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #626262;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: microsoft yahei;
	font-size: 12px;
	font-weight: 500;
	color: RGBA(51,51,51,1);
	cursor: pointer;
	outline: none;
	background: none;
	color: #626262;
}
select#selectPointOfInterest option {
	background-color: #fff;
}
/*LABEL FOR SELECT*/
label#lblSelect {
	position: relative;
	display: inline-block;
}
/*DOWNWARD ARROW (25bc)*/
label#lblSelect::after {
	content: "\25bc";
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	/*background: #94c1e7;*/
	color: #626262;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	pointer-events: none;
}

.ft_info{
	text-align: left;
	padding-left: 120px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ft_info img{
	margin-right: 10px;
}
.f_bottom {
	border-top: 1px #414141 solid;
	width: 100%;
	line-height: 30px;
	padding: 15px 0px;
	color: #bec0c2;
	text-align: center;
}
.f_bottom a {
	color: #bec0c2;
}
.f_bottom a:hover {
	color: #fff;
}
.f_bottom a:first-child {
	margin-left: 0px;
}
.f_shengming {
	padding-top: 20px;
	line-height: 30px;
	opacity: 0.3;
}
.f_wel {
	opacity: 0.6;
	margin-top: 15px;
}
.f_ewm {
	text-align: center;
	padding-top: 20px;
}
.f_ewm span {
	display: block;
	text-align: center;
	opacity: 0.3;
	margin-top: 10px;
}
.ewm ul li{
	float:left;
	margin-left:10px;
	}
.ewm ul li img{
	margin-top:-3px;
	}		
.ewm ul li a{
	position:relative;
	color:#666;
	font-size:15px;
	}	
.ewm ul li a img.weibo{
	width: 100px;
	width: 100px;
	position: absolute;
    z-index: 99;
    max-width: none;
    transform: scale(0);
    transform-origin: top right;
    background-color:#e5e5e5;
    border-radius: 0px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	padding:2px;
	}
.ewm ul li:hover  img.weibo {
    transform: scale(1);
    opacity: 1;
	z-index: 999;
}	
.weibo{
    top: 32px;
    right: 0px;
	}
.top_tel{
	margin-left: 10px;
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}	
.pd15 {
	padding: 15px;
}
.sub_title {
	font-size: 24px;
	color: #222222;
	margin-top: 10px;
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
	text-transform: uppercase;
}
.cn_title{
	position: relative;
}
.cn_title h2 {
	font-size: 32px;
	color: #37b6b7;
	text-align: center;
	background-color: #fff;
	position: relative;
	height: 32px;
	width: 220px;
	margin: 0px auto;
}
.cn_title:before{
	content: "";
	position: absolute;
	width: 340px;
	height: 1px;
	background-color: #37b6b7;
	left: 0px;
	right: 0px;
	bottom: 10px;
	margin: 0px auto;
}
.num{
	background: url(../images/num_bg.png) #37b6b7 no-repeat;
	height: 469px;
	position: relative;
}
.nb{
	position: relative;
	top: 40%;
}
.num_box{
	position: absolute;
	width: 100%;
	left: 0px;
	
}
.list_number {
	padding-left: 30px;
	font-size: 20px;
	color: #fff;
}
.list_number em {
	color: #fff;
	font-size: 85px;
	line-height: 56px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.list_title {
	font-size: 20px;
	line-height: 20px;
	margin-top: 25px;
	font-weight: bold;
	color: #fff;
}
.shuxian:after {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background: #e5e5e5;
	position: absolute;
	top: 40px;
	right: 60px;
}
.shuxian1:after {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background: #e5e5e5;
	position: absolute;
	top: 40px;
	right: 25px;
}
.shuxian2:after {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background: #e5e5e5;
	position: absolute;
	top: 40px;
	right: 0px;
}
.about_icon_last{
	padding-left:15px;
	}
.index-news {
	padding: 70px 0px;
}
.public_title {
	color: #37b6b7;
	font-size: 32px;
	text-align: center;
}
.public_desc {
	font-size: 16px;
	color: #6f6f6f;
	margin: 0px;
	text-align: center;
	line-height: 30px;
}

/**/.effect1 img {
	transform: scale(1.25, 1.25) translate(10%, 10%);
	transform: scale(1.1, 1.1) translate(4.545%, 4.545%);/*tr     =    (sc-1)/2sc*100%              */
	/* --1.25       0.25/2.5*100%=10%          */
	
}


/**首页新闻**/
.index-news-list  {
	background-color: #e5e5e5;
	display: flex;
}
.index-news-list  .date {
	width: 98px;
	height: 98px;
	text-align: center;
	background-color: #ec9b64;
}
.index-news-list .date .day {
	margin-top: 20px;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
.index-news-list  .month {
	font-size: 14px;
	color: #fff;
}
.index-news-list  .text {
	flex: 1;
	padding: 23px 50px;
}

.index-news-list  .text .title {
	
}
.index-news-list  .text .title a {
	color: #333;
	font-size: 18px;
}
.index-news-list  .text .desc {
	color: #666666;
	line-height: 20px;
	margin-top: 5px;
	height: 20px;
	overflow: hidden;
}
.index-news-list  span {
	display: block;
}
.inews{
	border: 1px #dadada solid;
	padding: 19px 35px;
}
.inews .in_li{
	border-bottom: 1px #dadada dashed;
	padding-left: 13px;
	background: url(../images/dot.png) no-repeat left 15px;
	margin-top: 10px;
}
.inews .in_li a{
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	height: 30px;
	overflow: hidden;
}
.inews .in_li span{
	display: block;
	color: #999999;
	margin-bottom: 14px;
}
.inews .in_more{
	
	font-size: 16px;
	margin-top: 10px;
}
.inews .in_more a{
	color: #ec9b64;
}

/**首页案例logo**/
.caselogo{
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-wrap: wrap;
}
.col{
	border: 1px dashed #eeeeee;
	margin-right: -1px;
	margin-bottom: -1px;
	flex:0 0 20%;
}
.case_more{
	text-align: center;
}
.case_more a{
	color: #999;
	font-size: 16px;
}
.case_more a:hover{
	color: #37b6b7;
}

/**首页表单**/
.forminfo{
	color: #333;
	font-size: 30px;
}
.formdesc{
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
}
.formcall{
	font-size: 18px;
	color: #666;
	margin-top: 40px;
}
.formtel{
	font-size: 30px;
	color: #000;
}
.formtip{
	color: #7b7e82;
	font-size: 14px;
	margin-top: 20px;
}
.formcc .form-control{
	line-height: 51px;
	height: 51px;
	border: 1px #e5e5e5 solid;
	border-radius: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	padding-left: 20px;
}
.formcc .dosubmit{
	width: 100%;
	line-height: 51px;
	border: 0px;
	text-align: center;
	background-color: #ec9b64;
	color: #fff;
	font-size: 18px;
}


/**为什么选择**/
.whychoose{
	background: url(../images/why_bg.png) no-repeat center center;
	background-size: cover;
	padding:70px 83px;
	height: 624px;
}
.whychoose .cn_title h2{
	color: #fff;
	background: none;
	width: 230px;
}
.whychoose .cn_title::before{
	content: none;
}
.whychoose .sub_title{
	color: #fff;
}
.whychoose .w1{
	text-align: left;
}
.whychoose .w2{
	text-align: right;
}
.w1_about{
	padding: 0px 20px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	padding-right: 50px;
}
.w1_icon{
	padding-left: 70px;
	padding-right: 50px;
	padding-bottom: 20px;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
}
.wi:nth-child(3) .w1_icon,.wi:nth-child(4) .w1_icon{
	margin-top: 20px;
	border: 0px;
}
.wi_title{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.wi_desc{
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	margin-top: 10px;
}



.pro_sidebar {
	background: #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	position: relative;
	margin-bottom:30px;
	padding:0px 15px;
}
.pro_sidebar a{
	display:inline-block;
	margin-left:15px;
	text-align: center;
	line-height:30px;
	padding:8px 20PX;
	color:#666;
}
.pro_sidebar a.selected,.pro_sidebar a:hover{
	background-color:#ec9b64;
	color:#fff;
	}
.pro_sidebar em{
	font-style:normal;
	font-weight:bold;
	}

.s4_bg{
	padding:30px 23px;
	background-color:#f5f5f5;
	}
.clientSay {
	margin-top: 60px;
}

.clientSay_head {
	
}

.clientSay_text {
	line-height: 24px;
	color: #888;
	margin-top:10px;
	font-size: 14px;
}

.clientSay_name {
	font-size: 18px;
	color: #5e5e5e;
	margin-bottom: 0;
	height: 28px;
    overflow: hidden;
}
.clientSay_name  a{
	color:#191919;
	}
.clientSay_name  a:hover{
	color:#ec9b64;
	}
.clientSay_desc{
	font-size: 14px;
	margin-top: 10px;
}	
.clientSay_desc a{
	color: #666666;
}
.case_picture_list{
	position:relative;
	}
.cassdong{
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	}	
.cassdong:hover{
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    -ms-transform: translate3d(0,-5px,0);
    -o-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
	}	
.case_form{
	background: url(../images/case_bg.png) no-repeat center center;
	background-size: cover !important;
	height: 340px;
	text-align: center;
}
.case_title{
	color: #fff;
	font-size: 40px;
	margin-top: 100px;
}
a.case_btn{
	display: inline-flex;
	margin: 0px auto;
	margin-top: 30px;
	background-color: #ec9b64;
	border-radius: 5px;
	line-height: 63px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	    box-shadow: 0 5px 10px rgba(0,0,0,.1);	
}
a.case_btn:hover{
	background-color: #e18648;
}
.cb_text{
	flex: 1;
	font-size: 30px;
	color: #fff;
	padding: 0px 30px;
}
.cb_jiantou{
	width: 60px;
	border-left: 2px #f2b993 solid;
}

.path{
	border-top: 1px #e5e5e5 solid;
	line-height: 60px;
	font-size: 14px;
	color: #666666;
}
.path a{
	color: #666666;
}



/**企业员工模板**/
.qiye {
	padding: 40px 0px;
	position: relative;
}

.qiye:before,
.qiye:after {
	position: absolute;
	content: "";
	transition: .33s all ease;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
}

.qiye:before {
	left: 0px;
	top: 0px;
	border-top: 2px solid #37b6b7;
	border-left: 2px solid #37b6b7;
}

.qiye:after {
	bottom: 0;
	right: 0;
	border-bottom: 2px solid #37b6b7;
	border-right: 2px solid #37b6b7;
}

.qiye:hover:before,
.qiye:hover:after {
	width: 100%;
	height: 100%;
	border-color: #fa9914;
	pointer-events: none;
}

.qiye:hover .product_line {
	width: 170px;
}

.qiye>p {
	font-size: 24px;
	color: #222;
	padding: 10px 45px;
	margin-bottom: 0;
	margin-top:10px;
	text-align: center;
}
.qy_title{
	text-align: center;
	font-size: 40px;
	color: #222222;
}
.qy_list{
	padding-left: 120px;
	background-size: 13% !important;
}
.qy_list .qy_text{
	font-size: 22px;
	color: #222;
}
.qy_list .qy_desc{
	font-size: 18px;
	color: #666;
	line-height: 40px;
	margin-top: 7px;
	margin-bottom: 20px;
}


/**渠道合作**/
.qd_content{
	line-height: 50px;
	color: #333;
	font-size: 18px;
}
.development{
	background-color: #f5f5f5;
	padding: 70px 0px;
}
.development_list{
	border: 2px #37b6b7 solid;
	background-color: #fff;
	position: relative;
	height: 310px;
}
.dl_list {
	position: absolute;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	width: 92px;
	top: -50px;
}
.dl_title{
	font-size: 20px;
	text-align: center;
	color: #37b6b7;
	font-weight: bold;
	margin-top: 70px;
}
.dl_desc{
	color: #666666;
	font-size: 16px;
	padding: 30px;
	text-align: center;
	line-height: 30px;
}


.svln_box{
	border: 1px #e5e5e5 solid;
	padding: 40px;
}
.svln_box:hover{
	border: 1px #37b6b7 solid;
}
.svln_title{
	font-size: 24px;
	color: #37b6b7;
	font-weight: bold;
}
.svln_desc{
	margin-top: 20px;
	font-size: 18px;
	color: #666;
	padding-right: 110px;
	line-height: 30px;
	height: 100px;
}
.fzlc{
	background: url(../images/fzlc_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 820px;
	padding: 90px 0px;
}


.product_line {
	width: 25px;
	height: 1px;
	background: #d2d2d2;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: .33s all ease;
}

.qiye>ul>li {
	padding: 5px 30px;
	color:#6f6f6f;
	line-height:30px;
	text-align: center;
	font-size: 16px;
}

.qiye>ul>li a {
	font-size: 16px;
	color: #9f9f9f;
}
.qiye>ul>li a:hover{
	color: #fa9914;
}


.ab_list{}
.ab_list ul li{
	line-height: 50px;
	background: url(../images/ab_sanjiao.png) no-repeat left center;
	padding-left: 20px;
	font-size: 16px;
}
.ab_pic{
	text-align: right;
	margin-top: 10px;
}
.ab_icon{
	position: relative;
}
.ab_icon:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50px;
	border-top: 2px #c3e9e9 dotted;
}
.ab_i{
	text-align: center;
}
.bb{
	color: #37b6b7;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.cc{
	color: #666666;
	font-size: 16px;
}




/**绿植租赁**/
.lz_banner{
	height: 587px;
	background-size: cover !important;
}
.lz_text{
	position: relative;
	padding: 80px 0px;
	padding-left: 32%;
}
.lz_title{
	font-size: 50px;
	color: #37b6b7;
	margin-top: 60px;
}
.lz_desc{
	font-size: 20px;
	color: #222;
	line-height: 40px;
	margin-top: 15px;
}
.lz_btn a{
	display: inline-block;
	background-color: #37b6b7;
	border-radius: 50px;
	line-height: 50px;
	padding: 0px 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
}
.lz_cntitle{
	text-align: center;
	font-size: 40px;
	color: #222222;
}
.lz_cntitle em{
	font-style: normal;
	color: #37b6b7;
}
.lz_li{
	font-size: 30px;
	color: #222222;
	height: 80px;
	padding-left: 90px;
	line-height: 80px;
	position: relative;
	z-index: 99;
}
.lz_li::after{
	content: "";
	background-color: #c3e9e9;
	height: 20px;
	width: 245px;
	top: 48px;
	left: 90px;
	position: absolute;
	z-index: -1;
}
.lz_lidesc{
	color: #666666;
	font-size: 20px;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 30px;
	min-height: 80px;
	overflow: hidden;
}
.lvl_list{
	border: 4px #37b6b7 solid;
	background-color: #fff;
	height: 380px;
	padding: 50px 0px;
}
.lvl_img {
	text-align: center;
}
.lvl_title{
	font-size: 24px;
	text-align: center;
	color: #222222;
	font-weight: bold;
	margin-top: 20px;
}
.lvl_desc{
	color: #666666;
	font-size: 18px;
	padding: 20px;
	text-align: left;
	line-height: 30px;
}
.lvl_desc img{
	margin-right: 7px;
}
.lz_show{
	position: relative;
	margin-bottom: 15px;
}
.lz_show span{
	position: absolute;
	width: 100%;
	line-height: 62px;
	text-align: center;
	left: 0px;
	right: 0px;
	color: #fff;
	bottom: 0px;
	font-size: 18px;
	background-color: rgba(55,182,183,0.8);
}
.lz_show img{
	width: 100%;
}
.rw{
	margin: 0px -7px;
}
.cm4{
	padding: 0px 7px;
}
.lz_more{
	font-size: 20px;
	text-align: center;
}






.question{
	background-color: #f2f2f2;
	padding-bottom: 70px;
}
.qs_list{
	padding: 30px;
}
.question .qs_list:nth-child(even){
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.qs_list .qs_q{
	font-size: 20px;
	color: #37b6b7;
	line-height: 30px;
}
.qs_list .qs_a{
	font-size: 20px;
	color: #222222;
	line-height: 30px;
}

.font1{
	font-size: 30px;
	font-weight: bold;
	color: #37b6b7;
}
.font2{
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	vertical-align: middle !important;
	display:table-cell;
}
.font3{
	font-size: 30px;
	font-weight: bold;
	color: #999999;
	border-right: 0px !important;
}
.font4{
	font-size: 20px;
	color: #fff;
	background-color: #37b6b7;
}
.font5{
	font-size: 20px;
	color: #999;
}
.lz_table table th,.lz_table table tr td{
	height: 80px;
	line-height: 23px !important;
	padding: 15px !important;
	vertical-align: middle !important;
}
.lz_table .table-bordered>thead>tr>td,.lz_table .table-bordered>thead>tr>th,.lz_table .table-bordered>tbody>tr>td,.lz_table .table-bordered>tbody>tr>th,.lz_table .table-bordered>tfoot>tr>td,.lz_table .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,.lz_table .table-bordered>thead>tr>th{
	border: 3px solid #f2f2f2 !important;
	border-left: 0px !important;
}
.lz_table .table-bordered{
	border: 0px !important;
}



/**保洁页面**/

.bj_show{
	margin-bottom: 30px;
}
.bj_show span{
	width: 100%;
	display: block;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: rgba(55,182,183);
}
.bj_show img{
	width: 100%;
}
.taocan{
	padding: 30px 19px;
}
.tbg1{
	background: url(../images/taocan1.png) #37b6b7 right top no-repeat;
}
.tbg2{
	background: url(../images/taocan2.png) #37b6b7 right top no-repeat;
}
.tbg3{
	background: url(../images/taocan3.png) #37b6b7 right top no-repeat;
}
.tbg4{
	background: url(../images/taocan4.png) #37b6b7 right top no-repeat;
}
.taocan:hover{
	background-color: #ec9b64;
}
.tc_title{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.tc_list{
	margin-top: 20px;
	border-bottom: 1px #FFFFFF dashed;
	padding-bottom: 20px;
}
.tc_list ul li{
	line-height: 20px;
	color: #fff;
	padding-left: 30px;
	margin-top: 15px;
}
.tc_list ul li em{
	font-weight: bold;
}
.tc_list ul li.tc_li1{
	background: url(../images/tc_icon1.png) no-repeat left top;
}
.tc_list ul li.tc_li2{
	background: url(../images/tc_icon2.png) no-repeat left top;
}
.tc_list ul li.tc_li3{
	background: url(../images/tc_icon3.png) no-repeat left top;
}
.tc_list ul li.tc_li4{
	background: url(../images/tc_icon4.png) no-repeat left top;
}

a.tc_btn{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0px auto;
	background-color: #FFFFFF;
	display: block;
	margin-top: 20px;
	border-radius: 50px;
	color: #333333;
}

.bj_ans{
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.ba_right{
	padding: 25px 30px 25px 10px;
}
.ba_right ul li{
	border-bottom: 1px #37b6b7 solid;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ba_right ul li:last-child{
	border-bottom: 0px;
}
.ba_q{
	font-size: 18px;
	color: #37b6b7;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	
}
.ba_s{
	color: #222222;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.ba_left{
	background-color: #37b6b7;
	padding: 50px 42px;
}
.ba_title{
	color: #fff;
	font-size: 40px;
}
.ba_entitle{
	font-size: 20px;
	color: #fff;
}
.ba_hr{
	width: 100px;
	display: inline-block;
}
.ba_img{
	margin-top: 50px;
	text-align: center;
}

.advantage{
	
	background-color: #f8f8f8;
}
.advan{
	position: relative;
}
.advan:before{
	content: "";
	width: 100%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	height: 1px;
	top: 200px;
	background-color: #37b6b7;
	position: absolute;
}
.advan:after{
	content: "";
	width: 1px;
	left: 50%;
	height: 400px;
	top: 0px;
	background-color: #37b6b7;
	position: absolute;
}
.ad_list{
	height: 230px;
	padding-right: 30px;
}
.ad_title{
	text-align: right;
	line-height: 70px;
	font-size: 30px;
	color: #222;
}
.ad_desc{
	color: #666666;
	line-height: 40px;
	font-size: 20px;
	text-align: left;
	margin-top: 10px;
}
.tl{text-align: left;}
.tll{
	padding-right: 0px;
	padding-left: 30px;
}
.ad_1{
	padding-right: 110px;
	background: url(../images/baojie_icon1.png) no-repeat right center;
}
.ad_2{
	padding-left: 110px;
	background: url(../images/baojie_icon2.png) no-repeat left center;
}
.ad_3{
	padding-right: 110px;
	background: url(../images/baojie_icon3.png) no-repeat right center;
}
.ad_4{
	padding-left: 110px;
	background: url(../images/baojie_icon4.png) no-repeat left center;
}

.baojie_vs{
	background-color: #f8f8f8;
}
.bv_list{
	border-bottom: 3px #f2f2f2 solid;
	line-height: 88px;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.bv_list:last-child{
	border: 0px;
}
.bv_left{
	flex: 0 0 50%;
	text-align: left;
	background-color: #37b6b7;
	padding-left: 83px;
	color: #fff;
	font-size: 21px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.bv_right{
	text-align: left;
	padding-left: 40px;
	color: #999999;
	font-size: 18px;
}
.bv1{
	background: url(../images/num1.png) #37b6b7 no-repeat left center;
}
.bv2{
	background: url(../images/num2.png) #37b6b7 no-repeat left center;
}
.bv3{
	background: url(../images/num3.png) #37b6b7 no-repeat left center;
}
.bv4{
	background: url(../images/num4.png) #37b6b7 no-repeat left center;
}
.bv5{
	background: url(../images/num5.png) #37b6b7 no-repeat left center;
}

.fix {
 *zoom: 1;
*clear: both;
}

.p_more {
	width: 124px;
	padding:  0px 10px;
	text-align: left;
	font-size: 14px;
	position: relative;
	z-index: 2;
	display: block;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height: 33px;
	background-color: #ec9b64;
	margin-top: 150px;
}
.p_more a{
	color: #fff;
}
.p_more .i_ico {
	width: 9px;
	height: 14px;
	display: block;
	margin-top: 9px;
	background: url(../images/i_ico.png) no-repeat;
}
.p_more:hover {
	background-color: #37b6b7;
	color: #fff;
}

.tab-pane .nborder {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px #fff solid;
	opacity: 0.3;
}
.imore {
	width: 188px;
	background-color: #009d3c;
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height: 30px;
	margin-top: 35px;
	text-align: left;
}
.imore .i_ico {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 2px;
	background: url(../images/i_ico.png) no-repeat;
	background-position: -48px 0px;
}
.imore:hover, .imore:active {
	color: #fff;
	background-color: #058335;
}
.nbanner img{
	width: 100%;
}

	
	
.topmenu {
  background: #fff;
  overflow-x: auto;
  box-shadow: 0px 5px 5px #dedede;
  white-space: nowrap;
  line-height: 70px;
}

.topmenu a {
  display: inline-block;
  line-height: 1;
  color: #666;
  padding: 0 25px;
  border-right: 1px solid #ddd;
  font-size:18px;
}
.topmenu a:first-of-type{
	padding-left:15px;
	}
.topmenu a:last-of-type {
  border-right: none;
}
.topmenu a:hover{
	 color: #009d3c;
	}
.topmenu a.active{
  color: #009d3c;
  font-weight:400;
}
.ny-about .title{
	font-size:36px;
	font-weight:bold;
	color:#009d3c;
	line-height:36px;
	}
.ny-about .desc{
	margin-top:15px;
	font-size:20px;
	color:#333333;
	}
.ny-about .content{
	font-size:16px;
	line-height:32px;
	color:#666;
	}
.ny-about .content p{
	margin-top:40px;
	}

	
.grid {
	position: relative;
	text-align: center;
}



/*新闻列表*/
.n_news_list{ width:100%;}
.n_news_list .list_l{}
.n_news_list .list_l li{border-bottom: 1px #e8e7e7 solid;}
.n_news_list .list_l .list_box{background:#fff;padding:30px 0px;display:block;position:relative;overflow:hidden;position:relative;}
.n_news_list .list_l .list_box .img_bj{position:absolute;width:100%;height:auto;top:0;left:0;z-index:1;}
.n_news_list .list_l .list_box .img_bj img{width:100%;}
.n_news_list .list_l .list_time{font-size:16px;color:#666;padding-left: 30px;background: url(../images/time_icon.png) no-repeat left center;}
.n_news_list .list_l .list_title{font-size:20px;color:#333;margin:30px 0px 20px;}
.n_news_list .list_l .list_p{font-size:16px;color:#666;line-height:28px;min-height: 84px;}
.n_news_list .list_l .list_img{width:38%;margin-left: 4%;text-align:right;}
.n_news_list .list_l .list_img ._full{height:auto}
.n_news_list .list_l .list_text{position:relative;z-index:3;}

.n_news_list .list_l .first_list .list_time,.news_list .list_l .first_list .list_title,.news_list .list_l .first_list .list_p{color:#fff;}
.n_news_list .list_l .first_list .black_bj{width:100%;height:100%;display:block;background:url(../img/black_75.png) repeat;top:0;left:0;position:absolute;z-index:2;}
.n_news_list .list_l li:hover{ border-bottom: 1px #37b6b7 solid;}
.n_news_list .list_l li .list_box:hover{ }
.n_news_list .list_l li:hover .list_title{color:#37b6b7;}
.n_news_list .list_l .first_list:hover .list_title{color:#fff;}

.n_news_list .more_btn{border-color:#005bab;color:#fff;margin:50px auto 0px;background-color:#005bab;}
.n_news_list .more_btn:hover{border-color:#004291;background-color:#004291;}

.news_flot{width:30%;}
.news_flot .serch_title{font-size:26px;margin-bottom:18px;line-height:1;color:#333;font-weight:400;}
.news_flot .serch_box{background:#fff;padding:12.5% 10%;margin-bottom:20px;}
.news_flot .serch_inp{background:#dedede;margin-bottom:14px;font-size:16px;border-radius:0px;}
.news_flot .serch_inp ::-webkit-input-placeholder{color:#666;}
.news_flot .serch_inp .select_box01,.news_flot .serch_inp input{width:100%;height:40px;line-height:40px;background:none;border:none;padding:0;margin:0;color:#666666;padding:0 6%;border-radius:0;}
.news_flot .serch_btn{width:100%;height:40px;line-height:40px;text-align:center;color:#fff;font-size:16px;border:none;background:#009d3c;}
.news_flot .content_box{background:#fff;padding: 10% 10% 6.4%;}
.news_flot .content_title{font-size:26px;color:#333333;line-height:1;margin-bottom:3px;font-weight:400;}
.news_flot dl{padding:20px 0px;border-bottom:1px solid #dddddd;color:#666666;font-size:16px;}
.news_flot dl:last-child{border:none;}
.news_flot dt{color:#009d3c;font-weight:bold;margin-bottom:6px;}
.news_flot dd{margin-bottom:4px;}
.news_flot dd .r{width:90%;text-align:left;}
.news_flot dd .phone_number{color:#666;cursor:default;}
.news_flot dd em{color:#009d3c;padding-right:5px;}
.news_flot .serch_inp ._arrow{width:40px;height:40px;background:url(../images/select_ico.png) no-repeat center;}
.news_flot .serch_inp ._arrow .arr{display:none;}
.news_flot .select-ui-choose-default ._txt{padding:0;}
#newPage{
	width:100%;
	text-align: center;
	margin:auto;
	padding:15px;
	margin-top: 30px;
	display: inline-block;
}
#newPage a{
	padding:10px 15px;
	border:1px solid #38b6b7;
	color:#333;
	background-color: #fff;
}
#newPage a:hover{
	background-color: #38b6b7;
	color:#fff;
}
#newPage span{
	padding:10px 15px;
	color:#fff;
	border:1px solid #38b6b7;
	background-color:#38b6b7;
}

.serch_box .btn-default{
	background: #dedede;
	line-height:40px;
	border-radius:0px;
	border:0px;
	padding:0px 15px;
	font-size:16px;
	color:#666666;
	}
.serch_box .caret{
	width:40px;height:40px;background:url(../images/select_ico.png) no-repeat center;
	top: 0px !important;
    right: 0px !important;
	margin-top:0px !important;
	border:0px;
	}	
.serch_box .form-control{
	height:auto;
	}








.cl_box .title{ background-color: #009d3c;width: 225px;line-height: 90px;color: #fff;font-size: 20px;padding-left: 30px;}
.cl_box .title img{ padding-right: 10px;}
.cl_box .desc{ background-color: #fff; color:#666;width: 375px;line-height: 90px;font-size: 18px;padding-left: 35px;}
.pl0{ padding-left: 0px;}
.pr0{ padding-right: 0px;}

.cl_box .title1{ background-color: #009d3c;width: 225px;line-height: 90px;color: #fff;font-size: 20px;padding-left: 30px; margin-left: 15px;}
.cl_box .title1 img{padding-right: 10px;}
.panel-group{
width: 975px;
	margin-right: 15px;
}
.panel-group .panel{
	border-radius: 0;
	border: 0;
}
.panel-heading{
	background: #fff !important;
	border-radius: 0;
	padding: 0 35px;


}
.panel-heading *{
	line-height: 90px;
	color: #666;
	font-size: 18px;
}
.panel-collapse{
	border: 1px solid #f2f2f2;
	border-top: 0;
}
.panel-collapse .panel-body{
	padding: 30px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
}
.panel{
	margin-bottom: 30px;
}
.icon-youjiantou{
	float: right;
	font-size: 30px;
	background:url(../images/close.png) no-repeat center center;
	width:17px;
	height:17px;
	margin-top:35px;
}
.panel-body{
	padding-top: 15px !important;
	border-top: 1px solid #fff !important;
}
.panel-body em{
	line-height: 40px;
	color: #009d3c;
}
.collapsed .icon-youjiantou{
	background:url(../images/jiahao.png) no-repeat center center;
	width:17px;
	height:17px;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
}
/* .icon{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	
	-moz-transform:rotate(90deg); 	
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg); 	
} */

.partner{
	background: url(../images/pt_bg.png) no-repeat;
	background-size: cover;
	height: 341px;
	padding-top: 84px;
}
.pt_title{
	font-size: 32px;
	color: #222222;
}
.pt_entitle{
	font-size: 24px;
	color: #222222;
	text-transform: uppercase;
	font-family: 'Times New Roman', Times, serif;
}
.pt_more{
	margin-top: 37px;
}
.pt_more a{
	color: #222222;
	font-size: 16px;
}

.lunbo{
	position: relative;
}
.lunbo .swiper-button-prev{
	background:url(../images/right.png) no-repeat ;
	width:12px ;
	height: 59px;
	left: -30px;
}
.lunbo .swiper-button-next{
	background:url(../images/left.png) no-repeat ;
	width:12px ;
	height: 59px;
	left: -30px;
	top: 23px;
}
.lunbo .experts_list{
	padding-left: 30px;
}
.lunbo .lb{
	background: url(../images/lb_bg.png) no-repeat right center #fff;
	padding: 20px;
	border: 2px #37b6b7 solid;
}
.lunbo .lb:hover{
	background-color: #37b6b7;
}
.lunbo .lb:hover .fixwez a,.lunbo .lb:hover .showtexts,.lunbo .lb:hover .lb_more a{
	color: #fff;
}
.lb .fixwez{
	font-size: 20px;	
}
.lb .fixwez a{
	color: #333;
}
.lb .showtexts{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}
.lb .lb_more{
	margin-top: 15px;
}
.lb .lb_more a{
	font-size: 14px;
	color: #999999;
}
#totop{
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}





@media only screen and (max-width: 768px){
	
	.navbar-default .navbar-nav>li>a{
		line-height: 60px;
	}
	nav .navbar-collapse .dropdown.open .dropdown-menu{
		max-height: none !important;
	}
	.pl0{ padding-left: 15px !important;}
	.pr0{ padding-right: 15px;}
	 .Form-J1 .Form-J1-Left,  .Form-J1 .Form-J1-right {
		width: 100%;
	}
	.n_news_list,.news_flot{
		width:100%;
		}
	.n_news_list .list_l .list_img{
		width: 100%;
    margin-left: 0;
    float: none;
	}
	.n_news_list .list_l .list_title{margin:0;padding:2% 0;font-size:14px;white-space: normal;}
    .n_news_list .list_l .list_text{padding:4% 0;}
	.n_news_list .list_l .list_img ._full{
		width:100%;
		}
	.n_news_list .list_l .list_time {
    margin-top: 20px;
    display: inline-block;
	font-size: 14px;
}	
.n_banner .n_title{
	margin-left:0px !important;
	left:10%;
	}
	figure.effect-lily h2{
		font-size:20px;
		}
	figure.effect-lily p{
		font-size:14px;
		}	
	figure.effect-lily span{
		font-size:12px;
		 -webkit-transform: translate3d(0,40px,0);
    	transform: translate3d(0,40px,0);
		}	
	.grid .col-md-4{
	margin-bottom:30px;
	}	
	}
.pl0{
	padding-left:0px;
	}	
.dsz{
	
	}
.dsz_pic{
	padding-right:0px;
	}		
.dsz_intro{
	background-color:#fff;
	padding:50px;
	}
.chuangshi_intro{
	background:none;
	padding:10px 40px;
	}
.chuangshiren_pic{
	position:relative;
	}	
.chuangshiren_pic img{
	width:100%;
	}		
.dsz_intro .desc,.chuangshi_intro .desc{
	line-height:32px;
	color:#666;
	font-size:16px;
	}
.honor_title{
	color:#333;
	font-size:30px;
	font-weight:500;
	margin-top:38px;
	margin-bottom:7px;
	}
.dsz_intro .enname,.chuangshi_intro .enname{
	font-size:20px;
	color:#333;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}
.dsz_intro .cnname,.chuangshi_intro .cnname{
	font-size:36px;
	font-weight:500;
	color:#009d3c;
	margin:25px 0px;
	}
.team .tt{
	width:20%;
	display:inline-block;
	float:left;
	background-color:#fff;
	position:relative;
	}
.team .tt:hover,.team_heying:hover img,.dsz_pic:hover img,.dsz_intro:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
	}	
.team .tt:after{
	content: "";
    width: 2px;
    background-color: #f2f2f2;
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0px;
	}	
.tt span{
	display:block;
	padding:0px 20px;
	font-size:20px;
	color:#333;
	margin-top:20px;
	}
.tt p{
	color:#999999;
	font-size:14px;
	padding:0px 20px;
	line-height:30px;
	margin-bottom:20px;
	}
.bainian{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
	}
.csr_video{
	padding:23px 30px;
	position:absolute;
	bottom:0px;
	width:100%;
	background:rgba(0,0,0,0.6);
	cursor:pointer;
	}
.csr_bofang{
	width:45px;
	height:45px;
	}
.csr_text{
	text-align:right;
	padding-right:36px;
	}	
.csr_text span{
	display:block;
	font-size:24px;
	font-weight:bold;
	color:#009d3c;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}
.csr_text p{
	color:#fff;
	font-size:16px;
	margin-top:7px;
	}
.brand_title{
	font-size:36px;
	font-weight:400;
	color:#333;
	line-height:36px;
	}
.brand_desc{
	font-size:24px;
	color:#333;
	margin-top:20px;
	}
.brand_content{
	font-size:16px;
	color:#666;
	line-height:32px;
	margin-top:20px;
	}	
.brand_piclist{
	margin:35px 0px;
	}	
.brand_piclist a{
	display:inline-block;
	background-color:#fff;
	border:2px #bfbfbf solid;
	padding:10px 20px;
	margin-right:30px;
	margin-bottom:15px;
	}
.brand_piclist a:hover,	.brand_piclist a.current{
	border:2px #009d3c solid;
	
	}
.brand_piclist a.current p{
	color:#009d3c;
	}	
.brand_piclist a p{
	font-size:14px;
	color:#333;
	}
.brand_fenlei a{
	color:#333;
	font-size:16px;
	padding:10px 25px;
	display:inline-block;
	}
.brand_fenlei a:hover,.brand_fenlei a.current{
	background-color:#009d3c;
	color:#fff;
	}	
.brand_pro a.pp{
	position:relative;
	display:block;
	margin-top:30px;
	}
.brand_pro a img{
	width:100%;
	}		
.brand_pro a span{
	color:#fff;
	display:block;
	position:absolute;
	width:100%;
	bottom:0px;
	text-align:center;
	line-height:55px;
	background-color: rgba(0,0,0,0.4);
	font-size:16px;
	}
.brand_pro a:hover span{
	background-color: rgba(0,157,60,0.8);
	}
.social_title{
	font-size:20px;
	color:#333;
	line-height:40px;
	}
.social_title em{
	font-weight:500;
	color:#009d3c;
	}
.social_one{
	background-color:#fff;
	}
.social_one:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
	}		
.so_left,.so_right{
	width:50%;
	float:left;
	}
.social .social_one:nth-child(2n) .so_left{
	float:right;
	}
	
.so_right{
	padding:50px;
	}	
.so_right .title{
	font-size:30px;
	font-weight:500;
	line-height:30px;
	color:#009d3c;
	margin-top:17%;
	}
.so_right .desc{
	color:#666666;
	font-size:16px;
	line-height:30px;
	}
.so_right .desc p{
	margin-top:20px;
	}
.so_right .desc p em{
	font-weight:500;
	color:#009d3c;
	font-size:24px;
	}
.member{
	background-color:#fff;
	padding:90px;
	}
.m_form{
	max-width:520px;
	margin:0px auto;
	}
.member .m_title{
	color:#666;
	font-size:36px;
	font-weight:500;
	text-align:center;
	line-height:40px;
	}	
.m_form .lg_input{
	width:100%;
	line-height:63px;
	border:2px #efeeec solid;
	font-size:18px;
	color:#999999;
	padding-left:35px;
	}
.m_form .form-group{
	margin-bottom:0px;
	margin-top:25px;
	}
.btn_login{
	background-color:#009d3c;
	text-align:center;
	color:#fff;
	line-height:63px;
	text-align:center;
	font-size:18px;
	margin-top:25px;
	width:100%;
	border:0px;
	}
.btn_register{
	line-height:63px;
	text-align:center;
	border:2px #009d3c solid;
	font-size:18px;
	margin-top:25px;
	}
.btn_register a{
	color:#009d3c;
	display:block;
	}
.btn_register a:hover{
	background-color:#009d3c;
	color:#fff;
	}					
input::-webkit-input-placeholder{
            color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#999;
}																															
@media (min-width: 991px) and (max-width: 1200px) {
	.w1_icon{
		padding-left: 50px;
		padding-right: 0px;
		background-size: 17% !important;
	}
	.wi_title{
		font-size: 20px;
	}
	.s_title{
		font-size: 20px;
	}
	.s_entitle{
		font-size: 12px;
	}
	.s_list a{
		font-size: 14px;
	}
	.s1_box, .s2_box, .s3_box{
		padding: 15px;
	}
}
@media (min-width: 1200px) and (max-width: 1440px) {
	.cl_box .desc{
		width: 359px;
	}
	.panel-group{
		width: 945px;
	}
}
@media (max-width: 1199px) {
	.pr0{
		padding-right: 15px;
	}
	.pl0{
		padding-left: 15px;
	}
	.cl_box .title1,.panel-heading *{
		font-size: 16px;
	}
	.panel-collapse .panel-body{
		font-size: 14px;
	}
	.cl_box .title{
		width: 40%;
		font-size: 16px;
	}
	.cl_box .desc{
		width: 60%;
		font-size: 14px;
	}
	.panel-group{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

header .padr80{
	padding:0px;
	}

}
@media only screen and (max-width:991px) {
	.partner{
		height: auto;
		padding-bottom: 70px;
	}
	.newspic a img{
		width: 100%;
	}
	.nb{
		top: 20%;
	}
	.list_number{
		margin-bottom: 50px;
	}
	.list_number em{
	    font-size: 65px;
	}
	.pt_more{
		margin-bottom: 30px;
	}
	.qiye{
		margin-bottom: 20px;
	}
	.bv_list{
		display: inline;
	}
	.advan:before,.advan:after{
		content: none;
	}
	header .logo img{
		max-width: 200px;
	}
	.taocan{
		margin-bottom: 20px;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 0px 10px;
		font-size: 16px;
	}
	.ss .col-md-5,.ss .col-md-4,.ss .col-md-3{
		width: 100%;
		margin-bottom: 15px;
	}
	.s_list a{
		float: left;
		margin-right: 10px;
		padding: 0px 10px;
		font-size: 14px;
		display: inline-flex;
	}
	.s_list a em{
		padding-left: 10px;
		font-weight: bold;
	}
	.s1_box, .s2_box, .s3_box{
		height: auto;
		padding: 15px;
	}
	.s_more{
		top: 15px;
		right: 15px;
		max-width: 30px;
	}
}
 @media (max-width:767px) {
.lz_show span{
	font-size: 14px;
}
 .s_list a{
	 font-size: 12px;
 }
.inews .in_more{
	text-align: center;
	font-size: 14px;
}	 
.formcall{
	margin-top: 10px;
}	 
.f_shengming{
	padding-top: 0px;
}	 
.f_ewm{
	padding-top: 0px;
}	 
.f_ewm img{
	width: 100px;
}
.wi_desc{
	font-size: 12px;
}
.so_left,.so_right{
	width:100%;
	float:none;
	}
.so_left img{
	width:100%;
	}
.social .social_one:nth-child(2n) .so_left{
	float:none;
	}
.so_right{
	padding:30px;
	}	
.so_right .title{
	margin-top:0px;
	font-size:24px;
	}	
.so_right .desc{
	font-size:14px;
	}				 
.mt70{
	margin-top:30px;
	}
.mb70{
	margin-bottom:30px;
	}
.abouttext{
	padding:30px 0px;
	}
.sub_title{
	font-size:16px;
	margin-top: 0px;
	}	
.about_more{
	margin-top:15px;
	width:140px;
	font-size:16px;
	padding:7px 10px;
	}
.shuxian:after {
	right:0px;
}
.shuxian1:after {
	display:none;
}
.shuxian2:after {
	right:0px;
}	
.list_number em{
	font-size:24px;
	}
.about_icon{
	float:none !important;
	text-align:center;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
	}
.about_icon img{
	max-width:45px;
	}	
.list_number{
	float:none !important;
	text-align:center;
	padding:0px;
	margin-bottom:25px;
	font-size:16px;
	}	
.list_title{
	margin-top:0px;
	font-size:14px;
	}							
.f_top {
	padding-top: 20px;
	padding-bottom: 20px;
}
.f_shengming {
	margin-bottom: 20px;
	font-size: 12px;
	text-align:center;
	line-height: 25px;
}
.f_wel,footer .select{
	text-align:center;
	}
footer .mianze{
	text-align:center;
	margin-top:15px;
	}
.news_list {
	width: 100%;
}
.swiper-container {
	margin-top: 0px;
}
.icon .io a span {
	margin-top: 10px;
	font-size: 14px;
}
.icon .io {
	padding: 15px 0px;
	border-bottom: 1px #e1b306 solid;
}
.icon .io a img {
	max-width: 60px;
}
.about_more a, .box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.cases {
	padding: 30px 0px;
}
.en_title,.news_left .swiper-slide .detail {
	font-size: 16px;
	height:40px;
	line-height:40px;
}
.mobile-banner .index-banner-title .banner-title-2{
	font-size:14px;
	}
.cn_title, .box .title,.public_title {
	font-size: 24px;
	text-align: center;
}
.public_desc{
	font-size:14px;
	margin:0px 0px 20px 0px;
	}
.index-news,.index-industrial{
	padding:30px 0px;
	}
.index-brand .li_box{
	width:100% !important;
	margin-bottom:30px;
	}
.index-brand .li_box:last-child{
	margin-bottom:0px;
	}
.index-industrial .tab .nav-tabs>li{
	padding: 10px;
	}
.index-industrial .nav-tabs:after{
	display:none;
	}	
.index-industrial .tab .nav-tabs li a{
	font-size:14px;
	}			
.index-brand .list_img{
	width:100%;
	height:100%;
	object-fit: cover;
	}
.index-news-list ul li{
	width:100%;
	}	
.index-brand .list_text{
	font-size:14px;
	}
.index-brand .list_title1{
	font-size:20px;
	}			
.pro_pic p {
	padding: 20px 10px;
}
.abouttext .about_desc p {
	line-height: 24px;
	margin-top: 15px;
}
.pro_pic p span.p_title, .abouttext .about_desc p, .about_more a {
	font-size: 14px;
}
.pro_pic p span.p_desc {
	font-size: 12px;
	line-height: 20px;
	height: 62px;
	overflow: hidden;
}
.news_list>div {
	margin-bottom: 20px;
}
.news>div {
	margin-bottom: 5px;
}
.ertong_main {
	background: none;
}
.intro_desc {
	padding-left: 0px;
}
.intro_pic {
	padding-left: 0px;
}
.nbanner img {
	height: 180px;
	object-fit: cover;
}
.commendnews {
	margin-left: -15px;
	margin-right: -15px;
}
.index_title1 {
	font-size: 14px;
}
.newsbg {
	margin-top: 20px;
}
.banner {
	padding-top: 50px;
}
.yunkenren{
	margin-top:30px;
	}
.mt50 {
	margin-top: 30px;
}
.mb50, .kc {
	margin-bottom: 30px;
}
.index_about {
	padding: 20px 0px 0px 15px;
}
.index_box2 {
	padding-left: 0px;
	margin-top: 15px;
}
.index_video span {
	top: 40%;
}
.navbar .container .navbar-header {
	background: #fff !important;
}
.index-news-list ul li .text{
	width:100%;
	}
.index-news-list ul li .text .title a{
	font-size:16px;
	}	
/*.swiper-button-next, .swiper-button-prev {
	display: none;
}*/
.f_title, .news_title h2, .index_adlist ul li a span, .n_commend_title a, h1.content_title, .relation, .cr_title {
	font-size: 14px;
}
.f_tel, .n_title {
	font-size: 18px;
}
.f_ewm span, .f_bottom, .index_adlist ul li a p, .n_commend_desc, .newslist ul li a, .submenu a, .pager li>a, .pager li>span, .top, .single, .cr_text, .quick span {
	font-size: 12px;
}
.f_bottom {
	height: auto;
	line-height: 20px;
	padding: 15px 0px;
}
.logo {
	width: 70% !important;
	float: left !important;
	margin-top: 15px !important;
	margin-bottom: 15px;
}
.logo img {
	max-width: 230px;
}
.m_logo {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 999;
	max-width: 150px;
}
.navbar .nav > li:hover .dropdown-menu {
	display: none;
}
.index_box3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.banner {
	overflow: hidden;
}

.cn_title h2{
		font-size: 18px;
		height: 20px;
		width: 220px  !important;
	}
.cn_title1:before{
	width: 280px  !important;
}	
.s_title{
	font-size: 16px;
	margin-bottom: 10px;
}
.s_entitle{
	font-size: 14px;
}
.product .cn_title:before{
	width: 320px;
}	
.product .cn_title h2{
	width: 240px;
}
.partner{
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}
.pt_more{
	display: none;
}
.lunbo{
	margin-top: 10px;
}
.inews{
	padding: 15px;
}
.index-news-list .text{
	padding: 20px 15px;
}
.lb .fixwez,.index-news-list .text .title a,.inews .in_li a{
	font-size: 14px;
}
.pt_title{
	font-size: 18px;
}
.pt_entitle{
	font-size: 16px;
}
.lunbo .experts_list{
	padding-left: 0px;
}
.whychoose{
	height: auto;
	padding: 30px 15px;
}
.w1_about{
	font-size: 14px;
	padding-right: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.w1_icon{
	margin-top: 20px;
	padding-right: 0px;
	border: 0px;
}
.wi_title{
	font-size: 16px;
}
.col{
	flex: 0 0 25%;
}
.num{
	height: 240px;
}
.nb{
	top: 11%;
}
.forminfo{
	font-size: 16px;
}
.formdesc,.formcall{
	font-size: 14px;
}
.formtel{
	font-size: 20px;
}
.formtip{
	margin-bottom: 20px;
}
.formcc .form-control{
	font-size: 14px;
	line-height: 40px;
	height: 40px;
}
.formcc .dosubmit{
	line-height: 40px;
	font-size: 16px;
}
.ft_info{
	padding-left: 0px;
	margin-top: 15px;
	font-size: 14px;
}
.dm_img{
	font-size: 16px;
	margin-top: 25px;
}
.dropdown-menu .child{
	margin-top: 10px;
}
.dm_img img{
	width: 20px;
}
.lz_cntitle,.ba_title{
	font-size: 20px;
}
.tc_title,.ba_entitle{
	font-size: 16px;
}
.taocan{
	margin-bottom: 10px;
}
.bj_show img{
	width: 100%;
}
.bj_show span{
	font-size: 14px;
}
.advan:before,.advan:after{
	content: none;
}
.ad_title{
	font-size: 18px;
}
.ad_desc{
	font-size: 14px;
	line-height: 25px;
}
.ad_list{
	height: auto;
	margin: 30px 0px;
}
.tll{
	padding-left: 0px;
}
.ad_1,.ad_3{
	padding-left: 80px;
	background-position: left center !important;
}
.ad_2,.ad_4{
	padding-left: 80px;
}
.ad_1,.ad_2,.ad_3,.ad_4{
	background-size: 12%;
	height: 70px;
	padding-right: 0px;
}
.ba_left{
	padding: 20px;
}
.ba_img{
	margin-top: 20px;
}
.ba_img img{
	max-width: 90px;
}
.ba_q{
	font-size: 16px;
}
.ba_s{
	font-size: 14px;
	height: auto;
}
.path{
	font-size: 12px;
}
.ba_right{
	padding-left: 30px;
}
.bv_list{
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	width: 100%;
}
.bv1,.bv2,.bv3,.bv4,.bv5{
	background-position: left top;
}
.bv_left{
	font-size: 16px;
	vertical-align: middle;
	height: 90px;
	padding-top: 20px;
}
.bv_right{
	font-size: 16px;
	margin-top: 10px;
}
.lz_banner{
	height: auto;
	background-position: left top !important;
	background-size: cover !important;
}
.lz_title{
	font-size: 20px;
	margin-top: 10px;
}
.lz_desc{
	font-size: 14px;
	line-height: 30px;
}
.lz_text{
	padding: 30px;
}
.lz_btn a{
	font-size: 16px;
	line-height: 40px;
	padding: 0px 20px;
}
.lz_li{
	background-size: 10% !important;
	padding-left: 50px;
	font-size: 16px;
	
}
.lz_li::after{
	content: none;
}
.lz_lidesc{
	line-height: 30px;
	font-size: 14px;
	height:auto;
	margin-bottom: 10px;
	margin-top: 0px;
	min-height: auto;
}
.qiye:after{
	border-bottom: 1px solid #37b6b7;
	border-right: 1px solid #37b6b7;
}
 .qiye:before{
	border-top: 1px solid #37b6b7;
	border-left: 1px solid #37b6b7; 
 }
 .s4_bg{
	 padding: 20px;
 }
.development{
	padding: 30px 0px;
}
.lvl_list{
	border: 1px #37b6b7 solid;
	height: auto;
	padding: 20px 0px;
}
.lvl_img{
	margin-top: 10px;
}
.lvl_title{
	font-size: 18px;
}
.lvl_desc{
	font-size: 16px;
	text-align: center;
}
.lz_more{
	font-size: 16px;
}
.qs_list{
	padding: 15px;
}
.qs_list .qs_q{
	font-size: 16px;
}
.qs_list .qs_a{
	font-size: 14px;
}
.question{
	padding-bottom: 30px;
}
.font1,.font3{
	font-size: 18px;
}
.font2,.font4,.font5{
	font-size: 14px;
}
.lz_show span{
	line-height: 42px;
}
.qiye>p{
	font-size: 18px;
}
.qiye>ul>li{
	font-size: 14px;
}
.qiye{
	margin-bottom: 15px;
	padding: 20px 0px;
}
.qiye:after{
	border-bottom: 1px solid #37b6b7;
	border-right: 1px solid #37b6b7;
}
 .qiye:before{
	border-top: 1px solid #37b6b7;
	border-left: 1px solid #37b6b7; 
 }
.qy_title{
	font-size: 20px;
}
.qy_list .qy_text{
	font-size: 16px;
}
.qy_list .qy_desc{
	font-size: 14px;
	line-height: 30px;
}
.qy_list {
    background-size: 12% !important;
    padding-left: 60px;
	margin-bottom: 30px;
}
.clientSay_name{
	font-size: 14px;
}
.clientSay_desc,.clientSay_text{
	font-size: 12px;
}
.clientSay_text{
	margin-top: 0px;
}
.case_form{
	height: auto;
	padding: 30px 0px;
}
.case_title{
	font-size: 20px;
	margin-top: 0px;
}
.cb_text,.bb{
	font-size: 16px;
}
a.case_btn{
	line-height: 45px;
	margin-top: 10px;
}
.pro_sidebar a{
	margin-left: 5px;
	padding: 5px 7PX;
}
.n_news_list .list_l .list_p,.cc{
	font-size: 12px;
	line-height: 25px;
}
.ab_i{
	margin-bottom: 15px;
}
.ab_icon:before{
	content: none;
}
.ab_list ul li{
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 14px;
}
.fzlc{
	height: auto;
}
.svln_desc{
	height: auto;
	font-size: 14px;
	background-size: 19% !important;
}
.svln_box{
	padding: 20px;
	margin-bottom: 15px;
}
.svln_title{
	font-size: 18px;
}
.qd_content{
	font-size: 14px;
	line-height: 30px;
}
.development_list{
	height: auto;
	margin: 60px auto;
}
.development{
	padding-bottom: 0px;
}
.dl_desc{
	font-size: 14px;
	padding: 20px;
}
.dl_title{
	font-size: 18px;
}
.ft_info img{
	max-width: 20px;
}
.ft{
	text-align: center;
	font-size: 14px;
}
.ft_info{
	text-align: center;
}
}
 @media (max-width:991px) {
	 .whychoose{
		 height: auto;
	 }
	.w1_icon{
		margin-top: 20px;
		border: 0px;
	} 
	.svln_box{
		margin-bottom: 20px;
	}
.f_ewm {
	text-align: center;
}
.f_ewm span {
	text-align: center;
}
.f_top .zhong {
	margin-right: 40px;
	border-right: 0px;
	width: 100% !important;
	text-align: center;
	margin-bottom: 15px;
}
.guanzhu {
	border-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
}
 @media (min-width:992px) and (max-width:1199px) {
.navbar-default .navbar-nav>li>a{
	font-size: 16px;
	padding: 0px 15px;
}	 
header .logo img{
	max-width: 280px;
}
.development_list,.fzlc{
	height: auto;
}
.svln_desc{
	font-size: 14px;
}
.whychoose{
	height: auto;
}

 
.f_tel {
	font-size: 36px;
}
.f_zixun a {
	padding: 16px 60px;
}
}
@media (max-width: 380px) {
}
@media (min-width: 1440px) {
.max1400 {
	width: 1440px !important;
}
.container {
	width: 1224px;
}
}
 @media (min-width: 768px) {
.navbar .container ul.navbar-nav {
	float: right;
	margin-top: 7px !important;
}
}
