﻿.echi-header{
	width:100%;
	position:fixed;
	top:0px;
	z-index:999;
	background-color:#ffffff;
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
	transition:all .35s ease-in-out;
	border-bottom: 1px solid #f2f2f2;
}
.echi-header-transparent{
	background:-moz-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,0));
	background:-webkit-gradient(linear,top,bottom,from(rgba(0,0,0,.4)),to(rgba(0,0,0,0)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,0));
	background:-o-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,0));
	background:-ms-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,0));
	border-bottom:none;
}

.echi-header-main{
	padding-top:0;
}
.echi-logo{
	height:50px;
}
.echi-logo a{
	display: block;
	height:50px;
}
.echi-logo img{
	display: block;
	height:100%;
}
.echi-header .normal-logo{
	display:block;
}
.echi-header .transparent-logo{
	display:none;
}
.echi-header.echi-header-transparent .transparent-logo{
	display: block;
}
.echi-header.echi-header-transparent .normal-logo{
	display: none;
}

.echi-phone{
	font-size:15px;
	color:#666666;
	padding-top:10px;
	height:32px;
	line-height:32px;
	font-weight:300;
}
.echi-phone .phone-num{
	font-size:22px;
	/* color:#f17c15; */
	color: #e50239;
	font-style: italic;
}


.echi-header-main .echi-nav a{
	color:#383838;
	padding:0 15px;
	font-size:16px;
}
.echi-header-main .echi-nav a:hover{
	/* color:#f17c15; */
	color: #e50239;
}
.echi-header-main .echi-nav-list{
	margin:0 30px 0 0;
}
.echi-header-main .echi-nav-list > li{
	float:left;
	padding-right:60px;
	position: relative;
}
.echi-header-main .echi-nav-list > li > a{
	font-size:16px;
	display: block;
	line-height:32px;
	height:32px;
	margin:12px 0 13px 0;

}
.echi-header-main .echi-nav-list > li.active > a{
	/* color:#f17c15; */
	color: #e50239;
}
.echi-header-main .echi-nav-list > li > .btm-line{
	height:3px;
	/* background:#f17c15; */
	background:#e50239;
	width:28px;
	margin:0 auto;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin-top:-2px;
	display: none;
}
.echi-nav-list > li.active > .btm-line{
	display: block;

}
.echi-nav-list > li:hover .btm-line{
	display: block;	
}

.echi-nav ul li.has-dropdown .dropdown{
	position: absolute;
	top:58px;
	left:50%;
	width:164px;
	display: none;
	padding-top:6px;
	margin-left: -98px;
}
.echi-nav ul li.has-dropdown .our-sec-list{
	width:104px;
	margin-left:-64px;
}

.echi-nav-list > li.active .sec-list{
	display: block;

}
.echi-nav-list > li:hover .sec-list{
	display: block;

}
.echi-nav-list > li .sec-list > span{
	display: block;
	margin:0 auto;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #fff;
	opacity:1;
	filter:alpha(opacity=100);
}
.echi-nav ul li.has-dropdown .dropdown ul{
	width: 230px !important;
	width: 100%;
	background:rgba(255,255,255,1);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	text-align:center;
	margin:0;
	padding:10px 0;
	box-shadow:0 0px 8px rgba(0,0,0,.1);
	-webkit-box-shadow:0 0px 8px rgba(0,0,0,.1);
	-moz-box-shadow:0 0px 8px rgba(0,0,0,.1);
}
.echi-nav ul li.has-dropdown .dropdown li{
	width: 100%;
	margin:0;
}
.echi-nav ul li.has-dropdown .dropdown li a{
	font-size:14px;
	display: block;
	height:36px;
	line-height:36px;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
.echi-nav ul li.has-dropdown .dropdown li a:hover{
	background:rgba(255,255,255,0);
	/* color:#f17c15; */
	color: #e50239;
}


@media (max-width: 768px) {
	.echi-phone{
		display: block;
	}
	.echi-header-main .echi-nav-list{
		margin:0;
	}
}
/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
	.echi-phone{
		display:none;
	}
	.echi-header-main .echi-nav-list{
		margin:0;
	}
	.echi-header-main .echi-nav-list > li:last-child{
		padding-right:0px;
	}
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
	.echi-phone{
		display:block;
	}
	.echi-header-main .echi-nav-list{
		margin:0 30px 0 0;
	}
	.echi-header-main .echi-nav-list > li:last-child{
		padding-right:30px;
	}
}




.echi-header.echi-header-transparent .echi-header-main{
	padding-top:15px;
}
.echi-header.echi-header-transparent .echi-header-main .echi-nav a{
	color:#ffffff;
}
.echi-header.echi-header-transparent .echi-nav-list > li > .btm-line{
	background:rgba(255,255,255,.4);
}
.echi-header.echi-header-transparent .echi-nav-list > li .sec-list > span{
	opacity:0.3;
	filter:alpha(opacity=30);
	box-shadow:0 4px 8px rgba(255,255,255,0);
	-webkit-box-shadow:0 4px 8px rgba(255,255,255,0);
	-moz-box-shadow:0 4px 8px rgba(255,255,255,0);
}
.echi-header.echi-header-transparent .echi-nav ul li.has-dropdown .dropdown ul{
	width: 230px;
	background:rgba(255,255,255,0.3);
	box-shadow:0 4px 8px rgba(255,255,255,0);
	-webkit-box-shadow:0 4px 8px rgba(255,255,255,0);
	-moz-box-shadow:0 4px 8px rgba(255,255,255,0);
}
.echi-header.echi-header-transparent .echi-nav ul li.has-dropdown .dropdown li a:hover{
	background:rgba(255,255,255,0.3);
	color:#ffffff;
}
.echi-header.echi-header-transparent .echi-phone{
	color:#ededed;
}


#fh5co-offcanvas .echi-nav-list{
	float: none;
}
#fh5co-offcanvas .echi-nav-list > li .sec-list > span{
	display: none;
}
#fh5co-offcanvas li.offcanvas-has-dropdown .dropdown{
	display: none;
}
#fh5co-offcanvas li.offcanvas-has-dropdown.active .dropdown{
	display: block;
}


/*底部样式开始*/
#fh5co-pricing{
	padding:3em 0 0 0;
}
.echi-footer{
	width:100%;
	background-color:#3c68e2;
}
.echi-footer-main{
	font-size:12px;
	color:#e7e5e5;
}
.echi-footer-l .footer-nav-group .group-title{
	font-size:15px;
	margin-bottom:10px;
}
.echi-footer-l .footer-nav-group .group-title i{
	display: inline-block;
	width:10px;
	height:10px;
	background: url("../image/footer-icon.png") no-repeat;
	background-size:100% 100%;
	vertical-align: middle;
	margin-top:-6px;
	margin-right:6px;
}
.echi-footer-l .footer-nav-group{
	margin-right:80px;
	padding-left:0;
}
.echi-footer-l .footer-nav-group li{
	padding-left:18px;
	list-style:none;
}
.echi-footer-l .footer-nav-group a{
	color:#e7e5e5;
	font-size:12px;
	display: block;
	height:38px;
	line-height:38px;
}


.echi-footer-r p{
 	font-size:12px;
 	line-height:28px;
 	margin-bottom:0;
 }

.echi-footer-r .coo-par-title{
  	font-size:15px;
  	margin-bottom:10px;
  }
.echi-footer-r ul{
  	margin-bottom:50px;
  	padding-left: 0;
  }
.echi-footer-r ul li{
	float: left;
	list-style: none;
	width:20%;
	font-size:12px;
	margin-bottom:8px;
}
.echi-footer-r ul li img{
	width:92%;
}
.echi-footer-r .btm-logo{
	margin-bottom:10px;
	height:42px;
}
.echi-footer-r .btm-logo img{
	display: block;
	height:100%;
}
/*底部样式结束*/