﻿@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont1.ttf') format('truetype'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg') format('svg');
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:40px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.banner-text{
  padding-top:260px;
  font-size:54px;
  color:#ffffff;
  text-align: left;
}
.banner-text span{
  display: block;
}
.banner-text .e-text{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Segoe UI","Helvetica Neue","PingFang SC","Noto Sans","Noto Sans CJK SC","Microsoft YaHei",sans-serif;
  font-size: 38px;
}

@media (max-width: 767px){
	#fh5co-hero,
	#fh5co-hero .flexslider .slides li,
	#fh5co-hero .flexslider .slider-text{
		min-height:480px;
		height:480px;
	}
	.banner-text{
		padding-top:80px;
		font-size: 24px;
	}
	.e-text{
		font-size: 22px !important;
	}
}
@media (min-width: 768px) {
	#fh5co-hero,
	#fh5co-hero .flexslider .slides li,
	#fh5co-hero .flexslider .slider-text{
		min-height:640px;
		height:640px;
	}
	.banner-text{
		padding-top:120px;
	}
}




.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}




.fh5co-heading p{
	font-family: "Roboto Slab",serif,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.fh5co-heading img{
	margin-top:-3px;
}
.fh5co-heading span{
	margin:0 10px;
}


/*解决方案*/
.solution-more a{
	border: 1px solid #e50339;
	display: block;
	width:148px;
	height:52px;
	line-height:52px;
	font-size:14px;
	color:#fff;
	font-weight: 500;
	text-align:center;
	margin:0 auto;
	background-color: #e50339;

} 
/*服务范围样式*/
.services p{
	margin:0;
	padding:0;
	font-weight:300;
	text-align: left;
	text-indent: 2em;
}
.services-heading h2,
.services-heading p{
	color:#ffffff;
}

#fh5co-counter{
	padding:5.5em 0;
}
#fh5co-counter .fh5co-heading{
	margin-bottom:5.5em;
}
.fh5co-counters .icon {
  width: 118px;
  height: 118px;
  border:1px solid #ffffff;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-area-item{
	padding:0 25px;
}
.service-area-item:hover span,.service-area-item:focus span{
	color:#ff5c5c;
}
.service-area-item:hover .icon, .service-area-item:focus .icon{
	background-color:#ff5c5c;
	border:1px solid #ff5c5c;
}
.fh5co-counters .icon i{
	display: block;
	width:64px;
	height:64px;
	margin:27px auto;
}
.fh5co-counters .icon i img{
	display: block;
	width:100%;
}
@media (max-width: 768px) {
	.services .small-page{
		display: block;
	}
	.services .md-page{
		display:none;
	}
}
@media (min-width: 768px) {
	.services .small-page{
		display: block;
	}
	.services .md-page{
		display:none;
	}
}

@media (min-width: 992px) {
	.services .small-page{
		display:none;
	}
	.services .md-page{
		display:block;
	}
}


/*项目案例样式*/
.project-case-main{
	box-shadow:0 2px 8px rgba(35,24,21,.26);
	-webkit-box-shadow:0 2px 8px rgba(35,24,21,.26);
	-moz-box-shadow:0 2px 8px rgba(35,24,21,.26);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.project-case-main .nav-tabs{
	padding:0;
	border-bottom: 1px solid #eeeeee;
}

.project-case-main .nav-tabs li img{
	width:58%;
	display: block;
	margin:0 auto;
}

.project-case-main .nav-tabs > li > a{
	padding:20px 0px;
}
.project-case-main .nav-tabs > li > a:hover{
	background-color:transparent;
	border-color:transparent;
}
.project-case-main .nav-tabs > li.active > a,
.project-case-main .nav-tabs > li.active > a:hover,
.project-case-main .nav-tabs > li.active > a:focus{
	background-color: transparent;
	border-color: transparent;
}
.project-case-main .nav-tabs > li.active > a .normal-img,
.project-case-main .nav-tabs > li > a .active-img{
	display:none;
}
.project-case-main .nav-tabs > li.active > a .active-img,
.project-case-main .nav-tabs > li > a .normal-img{
	display:block;
}

.project-case-main .nav-tabs > li.active:before{
	content: "";
	position: absolute;
	width: 30%;
	left: 35%;
	bottom: 0;
	height:4px;
	line-height: 4px;
	font-size:4px;
	background-color: #ff5c5c;
}



@media (max-width: 768px) {
	.project-case-main .nav-tabs li{
		width:50%;
		min-height:68px;
	}
	.project-case-main .nav-tabs > li > a{
		padding:10px 0;
	}
	.project-case-main .nav-tabs li img{
		width:90%;
	}
	.project-case-main .tab-content{
		padding:30px 30px;
		min-height: 192px;
	}
	.project-case-list h3{
		height:auto;
	}
}
@media (min-width: 768px) {
	.project-case-main .nav-tabs li{
		width:25%;
	}
	.project-case-main .nav-tabs > li > a{
		padding:20px 0;
	}
	.project-case-main .nav-tabs li img{
		width:58%;
	}
	.project-case-main .tab-content{
		padding:40px 60px;
		min-height: 192px;
	}

	.project-case-list h3{
		height:60px;
	}
}

/*移动端展示*/
.mobile-title{
	margin-bottom:1em;
}
.mobile-bg{
	background:url("../image/mobile-bg.jpg") no-repeat;
	background-size:cover;
	padding:3em 0;
}
.mobile-bg .mobile-main{
	background-color:#ffffff;
	padding-bottom:2em;
	box-shadow:0 2px 8px rgba(35,24,21,.26);
	-webkit-box-shadow:0 2px 8px rgba(35,24,21,.26);
	-moz-box-shadow:0 2px 8px rgba(35,24,21,.26);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.mobile-main .mobile-item-title{
	padding:2em 0;
	margin-bottom:1em;
}
.mobile-main img{
	max-width: 100%;
	display: block;
}
.carousel-indicators li{
	border:1px solid #ff5c5c;
}
.carousel-indicators .active{
	background-color:#ff5c5c;
}


/*联系我们样式*/
.contact-us-item{
	min-height:132px;
	margin-bottom:2em;
	padding:0 5em;
}
.contact-us-item span,
.contact-us-from-item span{
	display: block;
	color:#333333;

}
.contact-us-item .icon{
	width:56px;
	height:56px;
	margin:0 auto;
	margin-bottom:20px;
}

.contact-us-item .icon img{
	display:block;
	width:100%;
	height:100%;
}


.contact-us-from{
	padding:2em 0 0 0;
}
.contact-us-from-item{
	text-align:left;
	margin-bottom:30px;
	line-height:28px;
	padding:0 3em;
}
.contact-us-from-item input,
.contact-us-from-item textarea{
	width:100%;
    border: 1px solid #d7d7d7;
    padding: 7px 0px;
    border-radius: 3px;
    padding-left:6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.contact-us-from-item textarea{
	resize: none;
	height:86px;
}
.contact-us-from-item input:focus,
.contact-us-from-item textarea:focus{
	border-color: #f2a662;
	outline: 0;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(241,124,21,.4);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(241,124,21,.4);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(241,124,21,.4)
}

.contact-us-from-item .btn-sub{
	border: 1px solid #d7d7d7;
	display: block;
	width:148px;
	height:52px;
	line-height:52px;
	font-size:14px;
	color:#333333;
	text-align:center;
	margin:0 auto;
	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s;
    cursor: pointer;
    margin-top:20px;
}
.contact-us-from-item .btn-sub:hover{
	/* background-color:#f17c15; */
	background-color: #e50239;
	color:#ffffff;
}



@media (max-width: 768px) {
	.contact-us-item{
		padding:0 5em;
	}
	.contact-us-from-item{
		padding:0 3em;
	}
}
/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
	.contact-us-item{
		padding:0 2em;
	}
	.contact-us-from-item{
		padding:0 1em;
	}
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
	.contact-us-item{
		padding:0 4em;
	}
	.contact-us-from-item{
		padding:0 3em;
	}
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
	.contact-us-item{
		padding:0 5em;
	}
}



:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb; opacity:1;font-size:13px; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;opacity:1;font-size:13px; 
}

:-ms-input-placeholder{
    color: #bbb;opacity:1;font-size:13px; 
}

::-webkit-input-placeholder{
    color: #bbb;opacity:1;font-size:13px; 
}




/*解决方案-项目案例*/
#fh5co-hero.list-top-outer,
#fh5co-hero .list-top .slides li{
	height:auto;
	min-height:560px;
}
#fh5co-hero .flexslider .list-top-title{
	height:auto;
	min-height:500px;
}
#fh5co-hero .list-top .slider-text{
	display: block;
}
#fh5co-hero .flexslider .list-top-title > .slider-text-inner{
	height:auto;
	display: block;
	min-height:500px;
	padding:155px 0 175px;
}


@media (max-width: 768px) {
	#fh5co-hero.client-top-outer,
	#fh5co-hero .client-top .slides li{
		height:375px;
		min-height:375px;
	}
	#fh5co-hero .flexslider .client-top-title{
		min-height:375px;
	}
	#fh5co-hero .flexslider .list-top-title > .slider-clients-text-inner{
		padding:155px 0 100px;
		min-height:375px;
	}
}
@media (min-width: 768px) {
	#fh5co-hero.client-top-outer,
	#fh5co-hero .client-top .slides li,
	#fh5co-hero .flexslider .client-top-title{
		height:410px;
		min-height:410px;
	}
	#fh5co-hero .flexslider .list-top-title > .slider-clients-text-inner{
		padding:160px 0 120px;
		min-height:410px;
	}
}








#fh5co-course.other-content-outer{
	padding:0;
	position: relative;
	z-index:99;
	margin-top:-190px;
	margin-bottom:40px;
}

.other-content{
	background-color:#ffffff;
	box-shadow:0 2px 7px rgba(0,0,0,.12);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	overflow:hidden;
}

/*项目案例-新*/
.fh5co-event p{
	min-height:162px;
}
.fh5co-event .date{
	background-color: #ffffff;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
	overflow:hidden;
}
@media (max-width: 768px) {
	.project-case-list .fh5co-event{
		margin-bottom:30px;
		min-height:auto;
	}
	.project-case-list h3{
		height:auto;
	}
	.project-case-list p{
		min-height:auto;
	}
}
@media (min-width: 768px) {
	.project-case-list .fh5co-event{
		margin-bottom:30px;
		min-height:auto;
	}
	.project-case-list h3{
		height:auto;
	}
	.project-case-list p{
		min-height:auto;
	}
}
@media (min-width: 992px) {
	.project-case-list .fh5co-event{
		margin-bottom:0px;
		min-height:168px;
	}
	.project-case-list h3{
		height:auto;
	}
	.project-case-list p{
		min-height:auto;
	}
}

@media (min-width: 1200px) {
	.project-case-list .fh5co-event{
		margin-bottom:0px;
		min-height:auto;
	}
	.project-case-list p{
		min-height:120px;
	}
}



/*其他页面左侧导航*/
.other-leftnav{
	width:210px;
	float: left;
}
.other-leftnav .leftnav-list{
	padding:30px 0 0 0;
	border-right:1px solid #e9e9e9;
	border-bottom-color:transparent;
}
.other-leftnav .leftnav-list li{
	list-style:none;
	width:100%;
}
.other-leftnav .leftnav-list li a{
	display: block;
	padding:10px 20px;
	font-size:14px;
	/*font-weight: 300;*/
	color:#323232;
	border-radius:0;
	border:none;
	margin:0;
}
.other-leftnav .leftnav-list li.active a{
	color:#ffffff;
	background-color:#ed6c3a;
}

.other-leftnav .leftnav-list li > a:hover{
	border:none;
	color:#ed6c3a;
	background-color:#ffffff;
}
.other-leftnav .leftnav-list li > a:focus{
	border:none;
	color:#ffffff;
	background-color:#ed6c3a;
}




.other-rightmain{
	margin-left:210px;
	padding:30px 35px;
	font-weight:300;
}
.other-rightmain .case-title{
	font-size:24px;
	color:#323232;
	text-align:center;
}
.other-rightmain .case-title .line{
	display: block;
	width:20px;
	height:3px;
	background: #ed6c3a;
	margin:10px auto;
}
.other-rightmain p{
	font-size:14px;
	color:#333333;
	line-height:28px;
	margin:0 0;
	text-indent:2em;
}
.other-rightmain .p-empty{
	height:18px;
}
.case-img-outer{
	width:100%;
	padding:8px 0 0;
}
.case-img-outer img{
	width:80%;
	display: block;
	margin:0 auto;
}
.case-img-one{
	width:100%;
}
.case-img-two{
	width:48%;
}
.case-img-outer .case-img-two img{
	width:100%;
}
.case-img-outer .case-img-label{
	font-size:13px;
	color:#666666;
	text-align:center;
	margin:4px 0 6px 0;
}


/*无序-有序列表*/
.other-rightmain .fw-bold{
	font-weight:bold;
}
.other-rightmain ul img,
.other-rightmain ol img{
	display: block;
	width: 100%;
}
.other-rightmain .img-w-58{
	width:58%;
	margin:0 auto;
	display: block;
}
.other-rightmain .ul-list,
.other-rightmain .ol-list{
	text-align:left;
	padding:0;
	list-style:none;
	padding:0 2em;
}
.other-rightmain .ul-list li,
.other-rightmain .ol-list li{
	line-height:28px;
	margin-bottom:6px;
}
.other-rightmain .ul-list .ul-title,
.other-rightmain .ol-list .ol-title{
	font-weight:bold;
	color:#111111;
}
.other-rightmain .ul-list .li-title,
.other-rightmain .ol-list .li-title{
	padding-left:0;
	margin-bottom:0px;
	color:#333333;
}

.other-rightmain .ul-list .li-title::before{
	content:"";
	display: inline-block;
	width:8px;
	height:8px;
	background:#999999;
	margin-right:8px;
	margin-left:4px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin-top:-2px;
	vertical-align: middle;
}
.other-rightmain .ul-list li.active .li-title::before{
	background: #32acf9;
}
.other-rightmain .ul-list span,
.other-rightmain .ol-list span{
	display: block;
	padding-left:20px;
	color:#333333;
}

.other-rightmain li .li-item-l{
	padding-top:5px;
	float: left;
}
.other-rightmain li .li-item-l span{
	display: block;
	width:16px;
	height:16px;
	line-height:16px;
	background:#4c4c4c;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	vertical-align: middle;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	padding:0;
}
.other-rightmain li.active .li-item-l span{
	background:#32acf9;
	box-shadow:0 0 4px #32acf9;
	-webkit-box-shadow:0 0 4px #32acf9;
	-moz-box-shadow:0 0 4px #32acf9;
}
.other-rightmain .li-item-r{
	padding-left:20px;
}
.other-rightmain .li-item-r span{
	padding-left:0;
}
.other-rightmain .case-commom-label{
	color:#999999;
	text-indent:0;
}


.other-cantact{
	background:#23262d;
}
.other-cantact .contact-us-item span,
.other-cantact .contact-us-from-item span{
	color:#919191;
}
.other-cantact .contact-us-from-item input,
.other-cantact .contact-us-from-item textarea{
	background:transparent;
	border-color:#ababab;
}
.other-cantact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6f7074; opacity:1;font-size:13px; 
}

.other-cantact ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6f7074;opacity:1;font-size:13px; 
}

.other-cantact :-ms-input-placeholder{
    color: #6f7074;opacity:1;font-size:13px; 
}

.other-cantact ::-webkit-input-placeholder{
    color: #6f7074;opacity:1;font-size:13px; 
}





/*关于我们样式*/
.contact-top-outer p{
	color:#ffffff;
	font-size:13px;
	font-weight:200;
}
#fh5co-course.contact-content-outer{
	margin-top:-100px;
}




/*联系我们*/
.us-mes{
	position: relative;
	margin-bottom:35px;
	font-weight:300;
}
.us-mes-main{
	box-shadow:0 2px 7px rgba(0,0,0,.11);
	-webkit-box-shadow:0 2px 7px rgba(0,0,0,.11);
	-moz-box-shadow:0 2px 7px rgba(0,0,0,.11);
	width:304px;
	padding:15px 20px;
	background:#ffffff;
	position: absolute;
	left:0;
	top:0;
}
.us-mes-main .us-title{
	font-size:16px;
	display: block;
	color:#323232;
	text-indent:0;
	margin-bottom:16px;
}
.us-mes-main .us-title .line{
	display: block;
	width:28px;
	height:3px;
	margin-top:2px;
	background:#47b4fa;
}
.us-mes-main ul{
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:28px;
	color:#323232;
}
.us-mes-main ul li{
	margin-bottom:6px;
}
.us-mes-main ul li i{
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align: middle;
	background:url("../image/us-mes-icon.png") no-repeat;
	margin-right:10px;
}
.us-mes-main ul li i.phone{
	background-position:0 0;
}
.us-mes-main ul li i.email{
	background-position:0 -16px;
}
.us-mes-main ul li i.fax{
	background-position:0 -32px;
}
.us-mes-main ul li i.postcodes{
	background-position:0 -48px;
}
.us-mes-main ul li i.website{
	background-position:0 -64px;
}
.us-mes-main ul li i.address{
	background-position:0 -80px;
}
.us-mes .us-mes-img{
	padding:40px 0 0 210px;
}
.us-mes .us-mes-img img{
	display: block;
	width: 100%;
}


.us-address-map{
	width:100%;
	height:480px;
	background:#f96;
	box-shadow:0 2px 7px rgba(0,0,0,.11);
	-webkit-box-shadow:0 2px 7px rgba(0,0,0,.11);
	-moz-box-shadow:0 2px 7px rgba(0,0,0,.11);
	font-weight:300;
	margin-bottom:15px;
}
.us-address-mes{
	box-shadow:0 2px 7px rgba(0,0,0,.45);
	-webkit-box-shadow:0 2px 7px rgba(0,0,0,.45);
	-moz-box-shadow:0 2px 7px rgba(0,0,0,.45);
}
@media (max-width: 503px) {
	.other-leftnav{
		display: none;
	}
	.other-rightmain{
		padding:30px 15px;
		margin-left:0px;
	}
	.us-mes .us-mes-img{
		padding:260px 0 0 5px;
	}
	.us-mes{
		margin-bottom:20px;
	}
}

@media (min-width: 504px){
	.other-leftnav{
		display: none;
	}
	.other-rightmain{
		padding:30px 15px;
		margin-left:0px;
	}
	.us-mes-main{
		width:280px;
	}
	.us-mes .us-mes-img{
		padding:260px 0 0 20px;
	}
	.us-mes{
		margin-bottom:35px;
	}
}
@media (min-width: 768px) {
	.other-leftnav{
		display: block;
	}
	.other-rightmain{
		padding:30px 35px;
		margin-left:210px;
	}
	.us-mes-main{
		width:304px;
	}
	.us-mes .us-mes-img{
		padding:150px 0 0 50px;
	}
}

@media (min-width: 992px) {
	
	.us-mes .us-mes-img{
		padding:40px 0 0 210px;
	}
}


/*加入我们*/
.job-list{
	padding-top:10px;
}
.job-list .job-item{
	margin-bottom:50px;
}
.job-list .job-item:last-child{
	margin-bottom:30px;
}
.job-list .job-item .job-item-name{
	position: relative;
}
.job-list .job-item .job-item-name h3{
	font-size:22px;
	color:#323232;
	padding:12px 40px;
	background-color:#eaf5fc;
}
.job-list .job-item .job-item-name .job-item-index{
	position:absolute;
	top:-16px;
	left:2px;
	width:42px;
}
.job-list .job-item .job-item-name .job-item-index img{
	display: block;
	width:100%;
}
.job-list .job-item .job-item-con{
	padding:0 40px;
	color:#565656;
}
.job-list .job-item .job-item-con .num-time{
	margin-bottom:16px;
}
.job-list .job-item .job-item-con .num-time span{
	font-weight:600;
	display: inline-block;
	width:190px;
}
.job-list .job-item .job-item-con .job-duty{
	font-size:13px;
	margin-bottom:20px;
	line-height:25px;
}

.job-list .job-item .job-item-con .job-duty span{
	display:block;
	font-weight:600;
	margin-bottom:6px;
}

.job-send{
	padding:0 40px;
	color:#898989;
	font-size:12px;
	padding-bottom:10px;
}
.job-send .send-btn{
	display: inline-block;
	padding:8px 12px;
	color:#ffffff;
	font-size:14px;
	background-color:#ed6c3a;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-right:6px;
}



/*客户*/
#fh5co-clients{
	padding:2em 0;
}
.client-item{
	padding:0 30px;
	margin-bottom:20px;
}
.client-item a{
	color:#333333;
	font-size:18px;
}
.client-item .client-item-img{
	margin-bottom:8px;
}
.client-item .client-item-img img{
	display: block;
	width:100%;
}
.bg{
	background-image: url(../image/img_bg.png);
	background-repeat: repeat-x;
	animation: moveBackground 10s linear infinite;  
}
@keyframes moveBackground {  
    from {  
      background-position: 0 100%;  
    }  
    to {  
      background-position: 100% 0;  
    }  
  }  

ul , ol{
	margin-bottom: 40px !important;
}