.head {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 9;
	background: #fff;
}
.head .content {
	width: 100%;
	height: 100%;
}
.head .content p {
	width: 50%;
	float: left;
}
.head .f-left {
	height: 100%;
	width: 35%;
}
.head .f-left a {
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head .f-left a img {
	max-height: 70%;
}
.head .f-left a .logo-txt {
	max-height: 45%;
	margin-left: 5px;
}
.head .f-left span {
	padding-left: 5px;
	line-height: 1.25;
	font-size: 12px;
	color: #666;
}
.head .f-right {
	height: 100%;
	line-height: 50px;
	box-sizing: border-box;
	display: block;
	width: 50px;
	text-align: center;
}
.head .f-right img {
	height: 40%;
}
.header-fixed {
	background: rgba(255, 255, 255, 0);
	position: relative;
	text-align: center;
	height: 0px;
	margin: 0 auto;
}
.bg-cover {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 768px;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10000;
	display: none;
}
.nav-box {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 60%;
	max-width: 330px;
	height: 100%;
	text-align: center;
	background: #fff;
	z-index: 99999999;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.nav-box a {
	display: block;
	width: 100%;
	height: 60px;
}
.nav-box .title {
	line-height: 60px;
	box-sizing: border-box;
	background: #0091b3;
	color: #fff;
	display: block;
}
.nav-box.on {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.sliding-menu {
	overflow: hidden;
	position: relative;
}
.sliding-menu ul {
	float: left;
	margin: 0;
}
.sliding-menu li {
	list-style: none;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	background: #f9f9f9;
	width: 100%;
	display: block;
}
.sliding-menu li a {
	padding-left: 15px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}
.sliding-menu a {
	display: block;
	padding-left: 0;
	font-size: 12px;
	line-height: 10px;
}
.sliding-menu a: hover {
	color: #3f2e24;
}
.sliding-menu a.nav: before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}
.sliding-menu a.back {
	background: #fff;
	height: 40px;
	color: #333;
	line-height: 40px;
}
.sliding-menu a.back: before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}
.foot {
	background: #0a1a31;
	padding-bottom: 10px;
}
.foot .content1 {
	border: 1px solid rgba(255,255,255,0.1);
}
.foot .content1 .main1 .foot-logo {
	width: 100%;
	background: #0091b3;
	text-align: center;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
	display: none;
}
.foot .content1 .main1 .foot-logo img {
	max-width: 100px;
}
.foot .content1 .main1 .foot-logo p.t {
	margin-top: 10px;
}
.foot .content1 .main1 .foot-nav {
	float: left;
	margin-left: 95px;
	box-sizing: border-box;
	padding-top: 70px;
	display: none;
}
.foot .content1 .main1 .foot-nav-main {
	float: left;
	width: 165px;
}
.foot .content1 .main1 .foot-nav-main h4 {
	font-size: 18px;
	color: #fff;
}
.foot .content1 .main1 .foot-nav-main ul {
	margin-top: 25px;
}
.foot .content1 .main1 .foot-nav-main ul li {
	margin-bottom: 15px;
	display: block;
}
.foot .content1 .main1 .foot-nav-main ul li a {
	font-size: 14px;
	color: #fff;
}
.foot .content1 .main1 .foot-nav-main ul li a: hover {
	padding-left: 5px;
	color: #136884;
}
.foot .content1 .main2 {
	box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 10px;
}
.foot .content1 .main2 .information{
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;	
}
.foot .content1 .main2 .information p{
	font-size: 12px;
	line-height: 21px;
	margin: 5px 0;
}
.foot .content1 .main2 .information .info-pro{
	display: inline-block;
}
.foot .content1 .main2 .information .info-pro p span{
	font-size: 20px;
    line-height: 30px;
}
.foot .content1 .main2 .information .info-pro li{
	width: 50%;
	float: left;
}
.foot .content1 .main2 .information .info-pro li a{
	color: #fff;
}
.foot .content1 .main2 .tel {
	overflow: hidden;
}
.foot .content1 .main2 .tel .icon {
	float: left;
	padding-top: 3px;
}
.foot .content1 .main2 .tel .icon img {
	max-width: 50px;
}
.foot .content1 .main2 .tel .txt {
	color: #fff;
	margin-bottom: 5px;
}
.foot .content1 .main2 .tel .txt .t {
	font-size: 18px;
	font-weight: 500;
}
.foot .content1 .main2 .other {
	color: #fff;
	display:inline-block;
}
.foot .content1 .main2 .other .other-left{
	float:left;
	width:55%;
	margin: 0 5% 0 0;
}
.foot .content1 .main2 .other .other-right{
	float:left;
	width:40%;
}
.foot .content1 .main2 .other p {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}
.foot .content2 {
	margin-top: 10px;
	color: #6c7683;
	box-sizing: border-box;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0px 15px 10px;
}
.foot .content2 a {
	color: #6c7683;
}
.foot .content2 a: hover {
	color: #fff;
}