body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,a,textarea,span{margin:0;padding:0; box-sizing: border-box;}
ul,li,dl,dt,dd{list-style:none;}
a,a:hover,a:focus,a:visited{color:#333; text-decoration:none;}
a:hover,a:focus,a:visited{text-decoration:none;}
input,textarea{border-radius:0 !important;}
input:focus{outline: none;}

html{-webkit-text-size-adjust:none;}
body{-webkit-tap-highlight-color:transparent; background:#fff;font-family:"microsoft yahei",Helvetica,Arial,sans-serif; color: #333; }
/*@common style*/
.hidden{display:none;}
.clean:after{content:"";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
.clean{*zoom:1;}

small{
	font-size: 60%;
	color: #999;
}

.line{
	position: relative;
	border: none;
  }
.line:after { 
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border: 1px solid #ccc;
	pointer-events: none; 
}

.float-right{
	float: right !important;
}
.bg-gray{
	background: #f6f6f6;
}

/*头部*/
.head-contact{
	background: #f6f6f6;
	height: 32px;
	font-size: 12px;
}
.head-contact .container{
	display: flex;
	justify-content: space-between;
}
.welcome{
	line-height: 32px;
	color: #999;
}
.head-contact-list{
	display: flex;
}
.head-contact-list li{
	line-height: 32px;
	padding-left: 20px;
	padding-right: 30px;
}
.head-contact-list li a{
	color: #999;;
}
.contact-mail{
	background: url(../images/icon_mail.png) 0 center no-repeat;
}
.contact-tel{
	background: url(../images/icon_tel.png) 0 center no-repeat;
}
/*头部结束*/

/*banner*/
.slideBox{ position:relative; overflow:hidden;}
@media (min-width:992px){
	.slideBox{
		height: 750px;
	}
}
.slideBox .hd{ height:44px; line-height:44px; text-align:center; position:absolute; width:100%; bottom:0;  }
.slideBox .hd li{display:inline-block; width:5px; height:5px; border-radius: 50%; cursor: pointer;  text-indent:-9999px; overflow:hidden; margin:0 5px; display:inline-block; cursor:pointer; background: rgba(255,255,255,.5);}
@media (min-width:992px){
	.slideBox .hd li{
		width: 12px;
		height: 12px;
	}
}
.slideBox .hd li.on{ background:rgba(255,255,255,1); }

.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; }
.slideBox .bd li img{ background:url(../images/preloader.gif) center center no-repeat;  vertical-align:top; display: block; width: 100%; }
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); display: block;}
@media (min-width:992px){
	.slideBox .picBox{height:750px; width:100%; position:relative; overflow:hidden;}
	.slideBox .picBox img{position:absolute; width:1920px !important; left:50%; margin-left:-960px; top:0;}
}
/*banner结束*/


.yh-container{
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}
@media (min-width:992px){
	.yh-container{
		width: 960px;
		}
	}
@media (min-width:1200px){
	.yh-container{
		width: 1140px;
		}
	}
/*导航*/
.yh-navbar{
	display: flex;
	height: 80px;
	position: relative;
	z-index: 201;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0,0,0,.05);
}
@media (max-width:991px){
	.yh-navbar{
		height: 60px;
	}
	}

.yh-navbar-fixed{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 200;
}
@media (min-width:992px){
	.mask{
		z-index: 100;
	}
	}
.yh-brand{
	position: relative;
	width: 146px;
	height: 37px;
	top: 21px;
}
.yh-brand img{
	max-width: 100%;
}
@media (max-width:991px){
	.yh-brand{
		width: 100px;
		height: 25px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -50px;
		margin-top: -12px;
	}
	}


.yh-navbar .yh-container{
	display: flex;
}
.yh-bg-light{
	background: #fff;
}
@media (min-width:992px){
	.yh-navbar-toggler{
		display: none;
	}
	}

.yh-navbar-collapse{
	flex-grow: 1;
}
@media (min-width:992px){
	.yh-navbar-nav{
		display: flex;
		float: right;
	}
	}
@media (max-width:991px){
	.yh-navbar-nav{
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 80%;
		overflow-y: scroll;
		background: #fff;
		z-index: 201;
		transition: all ease .3s;
	}
	.in{
		left:-80%;
	}
	.yh-navbar-nav>li>a{
		line-height: 60px;
		display: block;
		padding: 0 15px;
		position: relative;
	}
	.yh-navbar-nav>li>a:after { 
		display: flex; 
		box-sizing: border-box; 
		align-items: center; 
		content: ""; 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 200%; 
		height: 200%; 
		transform: scale(0.5); 
		transform-origin: 0 0; 
		border-bottom: 1px solid #ccc;
		pointer-events: none; 
	}
	.yh-dropdown-menu{
		position: relative;
	}
	.yh-dropdown-menu::after{
		display: flex; 
		box-sizing: border-box; 
		align-items: center; 
		content: ""; 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 200%; 
		height: 200%; 
		transform: scale(0.5); 
		transform-origin: 0 0; 
		border-bottom: 1px solid #ccc;
		pointer-events: none; 
	}
	.yh-navbar-nav .container{
		padding-top: 15px;
		padding-bottom: 15px;
		background: #f5f5f5;
	}
	.yh-menu-item + .yh-menu-item{
		padding-top: 15px;
	}
	.yh-menu-item ul{
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
	}
	.yh-menu-item li>a{
		display: inline-block;
		height: 30px;
		line-height: 30px;
		color: #666;
		background: #fff;
		margin-right: 10px;
		padding: 0 15px;
		margin-top: 10px;
	}
	.yh-menu-item .yh-menu-item-title{
		font-size: 14px;
		font-weight: bold;
	}
}
@media (min-width:992px){
	.yh-navbar-nav>li>a{
		display: block;
		margin-right: 30px;
		line-height: 80px;
		height: 80px;
	}
	.yh-navbar-nav .active{
		border-bottom: 2px solid #f00;
	}
	
	}

@media (min-width:992px){
	.yh-dropdown-menu{
		position: absolute;
		background: #fff;
		width: 100%;
		left: 0;
	}
	.yh-dropdown-menu .container{
		display: flex;
		flex-wrap: wrap;
		padding-top:30px ;
		padding-bottom: 30px;
	}
	.container .yh-menu-item{
		width: 14.285714%;
		margin-bottom: 30px;
	}
	.yh-menu-item li{
		line-height: 28px;
		font-weight: normal;
		font-size: 14px;
	}
	.yh-menu-item .yh-menu-item-title{
		font-weight: bold;
		font-size: 16px;
		padding-bottom: 10px;
	}
	.yh-menu-item ul{
		margin-top: 10px;
	}
	
}
/*移动端导航切换按钮*/
.yh-navbar-toggler{
	position: absolute;
	width: 24px;
	height: 20px;
	left: 15px;
	top: 50%;
	margin-top: -10px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
@media (min-width:992px){
	.yh-navbar-toggler{
		display: none;
	}
}
.yh-navbar-toggler-icon{
	height: 2px;
	width: 100%;
	background: #333;
}
/*移动端导航切换按钮结束*/
/*导航结束*/

/*搜索*/
.yh-form{
	padding: 10px 15px;
	position: absolute;
	z-index: 1000;
	width: 100%;
	left: 0;
	top: 60px;
	background: #fff;
	display: none;
	text-align: center;
}
@media (min-width:992px){
	.yh-form{
		display: none !important;
	}
}
.yh-form:after{
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.yh-form .head-contact-list{
	display: block;
	text-align: left;
}
.yh-form .head-contact-list li{
	line-height: 44px;
}

@media (max-width:991px){
	.yh-search-togger{
		width: 24px;
		height: 24px;
		background: url(../images/icon_search.png) center center no-repeat;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -12px;
	}
	.yh-search-close{
		background: url(../images/icon_search_close.png) center center no-repeat;
	}
}

.yh-search{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	display: flex;
}
.yh-search::after{
	border-color: #bbb;
	border-radius: 10px;;
}
@media (max-width:991px){
	.yh-search::after{
		border: none;
	}
}
.yh-input-search{
	height: 40px;
	border: none;
	background: none;
	flex-grow: 1;
	font-size: 14px;
}
.yh-icon-search{
	display: inline-block;
	height: 40px;
	width: 28px;
	background: url(../images/icon_search.png) center left no-repeat;
}
/*搜索结束*/

.link-cta-arrow::after{
	content: "" !important;
}
.link-cta-arrow::before{
	content: "→" !important;
	position: absolute;
	right: 2px;
}

/*首页标题*/
.idx-title{
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	position: relative;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:768px){
	.idx-title{
		font-size: 32px;
		line-height: 42px;
		padding-bottom: 30px;
		padding-top: 50px;
	}
}
@media (min-width:992px){
	.idx-title{
		font-size: 32px;
		line-height: 42px;
		padding-bottom: 30px;
		padding-top: 80px;
	}
}
.idx-title small{
	line-height: 1.5;
	display: inline-block;
	margin-top: 10px;
}
.idx-title-line{
	margin-top: 30px;
}
@media (min-width:768px){
	.idx-title-line{
		margin-top: 50px;
	}
}
@media (min-width:992px){
	.idx-title-line{
		margin-top: 80px;
	}
}
.idx-title-line{
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #ccc;
}
@media (min-width:768px){
	.idx-title-line{
		width: 200px;
	}
}
/*首页标题结束*/

/*inleader*/
.inleader{
	margin-top: 30px;
}
@media (min-width:768px){
	.inleader{
		margin-top: 50px;
	}
}
@media (min-width:992px){
	.inleader{
		margin-top: 100px;
	}
}
@media (min-width:992px){
	.inleader-item{
		float: left;
		width: 50%;
	}
}
.inleader-item img{
	width: 100%;
}
/*inleader结束*/

/*关于我们*/
.about{
	margin-top: 30px;
	align-items: center;
}
@media (min-width:768px){
	.about{
		margin-top: 50px;
	}
}
@media (min-width:992px){
	.about{
		margin-top: 100px;
	}
}
.about .row{
	display: block;
}
.about .row>div[class*=col-]{
	float: left;
}
.about img{
	width: 100%;
}
.about-title{
	font-weight: normal;
}
@media (max-width:767px){
	.about-title{
		margin-top: 15px;
		font-size: 18px;
	}
}
.about-des{
	color: #999;
}
.about-more{
	display: inline-block;
	font-size: 14px;
}
.arr{
	color: #90a94d;
}
.about-des,.about-more{
	margin-top: 5px;
	line-height: 30px;
}
@media (min-width:992px){
	.about-des,.about-more{
		margin-top: 30px;
	}
}
/*关于我们结束*/
/*企业文化*/
.zywh-list{
	margin-top: 5px;
}
@media (min-width:992px){
	.zywh-list{
		margin-top: 30px;
	}
}
.zywh-list li{
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 20px;
	background: url(../images/icon_gou.png) 0 center no-repeat;
	color: #666;
}
/*企业文化结束*/
/*我们的服务*/
.service{
	margin-top: 30px;
	padding-bottom: 30px;
}
@media (min-width:768px){
	.service{
		margin-top: 50px;
		padding-bottom: 50px;
	}
}
@media (min-width:992px){
	.service{
		padding-bottom: 80px;
	}
}
.service-list .service-item{
	padding-left: 65px;
	background-position: 15px 0;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.service-item-01{
	background-image: url(../images/icon_service_01.png);
}
.service-item-02{
	background-image: url(../images/icon_service_02.png);
}
.service-item-03{
	background-image: url(../images/icon_service_03.png);
}
.service-item-04{
	background-image: url(../images/icon_service_04.png);
}
.service-title{
	font-size: 18px;
	padding-top: 5px;
}
.service-des{
	color: #999;
	margin-top: 5px;
}
/*我们的服务结束*/
/*优质服务*/
.high{
	height: 160px;
	background: url(../images/quote-business.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	display: table;
	width: 100%;
	margin-top: 30px;
}
@media (min-width:768px){
	.high{
		margin-top: 50px;
	}
}
@media (min-width:992px){
	.high{
		margin-top: 80px;
	}
}
.high .high-cell{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.high-title{
	font-size: 20px;
}
@media (min-width:768px){
	.high-title{
		font-size: 30px;
	}
}
.hight-more{
	color: #fff !important;
	display: inline-block;
	margin-top: 5px;
	font-size: 12px;
}
/*优质服务结束*/
/*客户评价*/
.quote .slideBox{
	height: auto !important;
	margin-top: 30px;
}
.quote-item{
	display: flex;
	align-items: center;
}
.quote .slideBox .bd li img{
	width: 64px;
}
.quote .slideBox .hd{
	position: relative;
	margin: 20px;
}
.quote .slideBox .hd li{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #90a94d;
	background: none;
}
@media (min-width:992px){
	.quote .slideBox .hd li{
		width: 12px;
		height: 12px;
	}
}
.quote .slideBox .hd li.on{
	background: #90a94d;
}
.quote-img{
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.quote-other{
	flex-grow: 1;
	padding-left: 15px;
}
.qoute-content{
	color: #999;
}
/*客户评价结束*/
/*最新资讯*/
.story{
	margin-top: 30px;
	padding-bottom: 30px;
}
@media (min-width:768px){
	.story{
		margin-top: 50px;
		padding-bottom: 50px;
	}
}
.story img{
	width: 100%;
}
.story div[class*=col-]{
	padding-top:15px ;
	padding-bottom: 15px;
}
.story-item{
	background: #fff;
	padding-bottom: 25px;
}
.story-title{
	font-size: 20px;
	padding: 0 20px;
	margin-top: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media (min-width:992px){
	.story-title{
		font-size: 24px;
	}
}
.story-des{
	color: #999;
	margin-top: 5px;
	padding: 0 20px;
	line-height: 1.5;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	overflow: hidden;
	-webkit-box-orient:vertical
}
.story-more{
	margin-top: 15px;
	display: inline-block;
	font-size: 14px;
}
.story-date{
	font-size: 14px;
	padding: 0 20px;
	margin-top: 5px;
}
/*最新资讯结束*/

/*我们的客户*/
.custom{
	margin-top: 30px;
}
@media (min-width:992px){
	.custom{
		margin-bottom: -50px;
	}
}
.custom-title{
	color: #999;
}
.custom-list{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.custom-list li{
	padding: 10px 0;
	width: 130px;
}
/*我们的客户*/

/*内页通用*/
.sub-banner{
	background: #90a94d;
	color: #fff;
}
.sub-banner a{
	color: #fff;
}
.sub-banner .container{
	background: url(../images/page-header.png) right 0 no-repeat;
	height: 150px;
	display: table;
}
.sub-banner .container-cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.sub-title{
	font-size: 30px;
	line-height: 58px;
}
/*内页通用结束*/

/*面包屑*/
.bread span{
	display: inline-block;
	padding: 0 10px;
	opacity: .8;
	font-size: 12px;
}
/*面包屑结束*/

/*内页关于我们*/
@media (min-width:768px){
	.sub-about{
		padding-top: 30px;
	}
}
.sub-about .about-item-01{
	background-image: url(../images/icon_about_01.png);
}
.sub-about .about-item-02{
	background-image: url(../images/icon_about_02.png);
}
.sub-about .about-item-03{
	background-image: url(../images/icon_about_03.png);
}
/*内页关于我们结束*/

/*精英团队*/
.staff-img{
	width: 100%;
	margin-top:30px ;
}
.staff-name{
	margin-top: 10px;
}
.staff-work{
	font-size: 12px;
	color: #999;
}
/*精英团队结束*/

/*服务介绍*/
.sub-service-item{
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width:992px){
	.sub-service-item{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.sub-service-title{
	font-size: 20px;
}
@media (min-width:450px){
	.sub-service-title{
		font-size: 24px;
	}
}
@media (min-width:992px){
	.sub-service-title{
		font-size: 30px;
	}
}
.sub-service-content{
	font-size: 18px;
	color: #444;
}
.sub-service-content .sub-service-small{
	line-height: 24px;
	font-size: 75%;
	color: #999;
	margin-top: 5px;
}
/*服务介绍结束*/

/*新闻中心*/
.sub-news-title:before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #90a94d;
	margin-right: 8px;
	position: relative;
	top:3px;
}

.news-detail{
	margin-top: 30px;
}
@media (min-width:768px){
	.news-detail{
		margin-top: 50px;
	}
}
.news-detail-title{
	font-size: 24px;
	text-align: center;
}
@media (min-width:992px){
	.news-detail-title{
		font-size: 30px;
	}
}
.news-detail-content{
	margin-top: 30px;
	color: #777;
	line-height: 30px;
}
/*新闻中心结束*/

/*联系我们*/
.map{
	margin-top: 30px;
}
.map iframe{
	width: 100%;
	height: 300px;
	border: none;
}
.title{
	font-size: 24px;
	margin-top: 15px;
}
@media (min-width:992px){
	.title{
		font-size: 30px;
		margin-top: 30px;
	}
}
.contact-title{
	color: #999;
	margin-top: 15px;
}
.feedback{
	background: #f9f9f9;
	margin-top: 20px;
	padding: 30px 30px 50px;
}
.feedback-btn{
	width: 100px;
	height: 32px;
	background: #90a94d;
	border: none;
	color: #fff;
	margin-top: 30px;
	border-radius: 3px;
	font-size: 14px;
}
.feedback-btn:focus{
	outline: none;
}

@media (max-width:768px){
	.send-title{
		margin-top: 50px;
	}
}
.feedback-line+.feedback-line{
	margin-top: 15px;
}
.feedback-line::after{
	border: none;
	border-bottom: 1px solid #eee;
}
.feedbak-input{
	width: 100%;
	border: none;
	height: 40px;
	background: none;
}
.feedbak-input:focus{
	outline: none;
}
/*联系我们结束*/

/*页脚*/
.footer{
	background: #263238;
	padding: 30px 0 15px;
	margin-top: 15px;	
	color: #fff;
}
@media (min-width:992px){
	.footer{
		padding: 60px 0 30px;
		margin-top: 80px;
	}
}
.footer-logo{
	margin-bottom: 15px;
	margin-top: 10px;
}
@media (max-width:767px){
	.footer-logo{
		width: 100px;
	}
}
.footer-about{
	color: #ccc;
	font-size: 14px;
	margin-bottom: 20px;
}
.footer-link{	
	text-align: left;
	line-height: 40px;
	position: relative;
}
@media (max-width:767px){
	.footer-link:after{
		display: flex; 
		box-sizing: border-box; 
		align-items: center; 
		content: ""; 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 200%; 
		height: 200%; 
		transform: scale(0.5); 
		transform-origin: 0 0; 
		border-bottom: 1px solid #555;
		pointer-events: none;
	}
}

@media (min-width:768px){
	.quick-link .footer-link-title,.quick-link .footer-link-list{
		width: 90px;
		margin-left: auto;
		margin-right: auto;
	}
}
.footer-link-list{
	padding-bottom: 10px;	
}
@media (max-width:767px){
	.footer-link-list{
		display: none;	
	}
}

@media (min-width:768px){
	.footer-link-title{
		font-size: 18px;
	}
}
.footer-link-list li{
	line-height: 26px;
	font-size: 14px;
	color: #ccc;
}
.footer-link-list li a{
	color: #ccc;
}
.copyright{
	line-height: 1.5;
	font-size: 14px;
	background: #20292e;
	padding: 15px 0;
	color: #ccc;
	font-size: 12px;
	text-align: center;
}
.copyright a{
	color: #ccc;
}
.subsc{
	display: flex;
	margin-top: 15px;
}
.subsc-input{
	flex-grow: 1;
	border: none;
	background: #20292e;
	color: #fff;
	padding: 0 15px;
	border-radius: 2px 0 0 2px;
	width: 100px;
}
.subsc-input:focus{
	outline: none;
}
.subsc-btn{
	width: 80px;
	line-height: 34px;
	border: none;
	background: #90a94d;
	color: #fff;
	border-radius: 0 2px 2px 0;
}
.subsc-btn:focus{
	outline: none;
}
/*页脚结束*/