﻿@charset "utf-8";

/* CSS Document */

.bgfff {
	background: #fff;
}

.tl {
	text-align: left !important;
}

.wraper {
	max-width: 1920px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 12px 0;
	border-bottom: 1px solid #fff;
	border-bottom-color: rgba(255, 255, 255, 0.3);
	/*-webkit-box-shadow: 0 0 24px rgba(125,125,125,.4);
	-moz-box-shadow: 0 0 24px rgba(125,125,125,.4);
	box-shadow: 0 0 24px rgba(125,125,125,.4);*/
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header-change {
	top: -100px;
}

.header-left {
	float: left;
}

.header-left .logo {
	display: block;
	padding: 7px 0;
}

.header-left .logo img {
	display: inline-block;
	height: 44px;
}

.header-right {
	float: right;
	margin-top: 12px;
}

.header-right .link .nav {
	float: right;
}

.header-right .link .nav li {
	float: left;
	margin-left: 36px;
}

.header-right .link .nav li a {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


/*
.header-right .link .nav li a.active 
*/

.header-right .link .nav li a:hover {
	text-decoration: underline;
}


/**/

.nav-btn {
	display: none;
	position: absolute;
	z-index: 999;
	width: 44px;
	height: 32px;
	top: 50%;
	right: 16px;
	margin-top: -16px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-btn .navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 4px;
	background: #FFF;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-btn .navbar2 {
	top: 14px;
}

.nav-btn .navbar3 {
	top: 28px;
}

.nav-btn-active {
	right: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-btn-active .navbar {
	background: #025499;
}

.nav-btn-active .navbar1 {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-btn-active .navbar2 {
	opacity: 0;
	filter: alpha(opacity=0);
}

.nav-btn-active .navbar3 {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-active .zhezhao {
	visibility: visible;
	opacity: 1;
}

.header-active .zhezhao:hover {
	cursor: url(../img/common-img/close-icon.ico) 16 16, default;
}

.header-mobile {
	display: none;
}

.header-mobile .header-right .link .nav li a {
	padding: 0 16px;
	text-align: left;
	background: transparent;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.header .logo2 {
	display: none !important;
}

.header-mobile .header-right .link .nav li a.active {
	color: #025499;
}

.header-mobile .header-right .link .navSub li a {
	padding: 0 16px 0 26px;
	text-align: left;
	background: transparent;
	color: #333;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-mobile .header-right .link .navSub .inner {
	padding: 0;
}

.header-mobile .header-right .nav>ul>li>a {
	position: relative;
}

.header-mobile .header-right .nav>ul>li>a.hasChild::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -3px;
	border: 5px solid transparent;
	border-top-color: #000;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header-mobile .header-right .link .nav li a:hover,
.header-mobile .header-right .nav>ul>li>a:hover::after {
	color: #d70c19;
	border-top-color: #d70c19;
	background: transparent;
}

.header-mobile .header-right {
	width: 200px;
}

.header-mobile .zhezhao {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 996;
	background: rgba(0, 0, 0, .4);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header-scroll {
	background: #fff;
}

.header-scroll .logo1 {
	display: none !important;
}

.header-scroll .logo2 {
	display: block !important;
}

.header-scroll {
	border-bottom: 2px solid #025499 !important;
}

.header-scroll .nav-btn .navbar {
	background: #025499;
}

.header-scroll .header-right .link .nav li a {
	color: #333;
}

.header-scroll .header-right .link .nav li a:hover,
.header-scroll .header-right .link .nav li a.active {
	color: #025499;
}

.header-scroll .logo2 {
	display: block !important;
}

.header-scroll .logo1 {
	display: none !important;
}

.footer {
	background: #025499;
	color: #fff;
}

.footer .banquan {
	font-size: 14px;
	color: #c3c8c8;
	line-height: 22px;
	text-align: center;
	padding: 12px 0;
	background: #000000;
}

.footer .inner {
	padding: 50px 0 48px;
}

.footer .inner .logo {
	float: left;
	margin-right: 110px;
}

.footer .inner .logo img {
	display: block;
	height: 44px;
}

.footer .inner .contact {
	float: left;
	width: 276px;
	margin-right: 46px;
}

.footer .inner .link {
	float: left;
}

.footer .inner .qrcode {
	float: right;
}

.footer .inner .qrcode .item {
	float: left;
	margin-right: 24px;
	width: 160px;
}

.footer .inner .qrcode .item:last-child {
	margin-right: 0;
}

.footer .inner .qrcode .item img {
	display: block;
	width: 160px;
	height: 160px;
	margin-bottom: 12px;
}

.footer .inner .qrcode .item p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.footer .inner .contact .title,
.footer .inner .link .title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 24px;
}

.footer .inner .contact .tel {
	font-size: 36px;
	margin-bottom: 16px;
	margin-top: -2px;
}

.footer .inner .contact .desc,
.footer .inner .contact .desc a {
	color: #b4cce1;
	line-height: 18px;
}

.footer .inner .contact .desc p {
	margin-bottom: 4px;
}

.footer .inner .link ul {
	width: 384px;
}

.footer .inner .link li {
	float: left;
	margin: 0 26px 12px 0;
}

.footer .inner .link a {
	font-size: 12px;
	color: #b4cce1;
	transition: all .4s ease;
}

.footer .inner .link a:hover {
	color: #fff;
	text-decoration: underline;
}

#rightFloat {
	position: fixed;
	top: 200px;
	right: 0;
	width: 50px;
	z-index: 9998;
}

#rightFloat a {
	transition: all .3s ease-in-out;
	left: 0;
	color: #FFF;
	display: block;
	width: 500px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.8);
	margin-bottom: 2px;
	position: relative;
}

#rightFloat a.sildeLeft:hover {
	left: -110px
}

#rightFloat a img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 13px;
}

.erweima {
	display: none;
	transition: all .3s ease-in-out;
	position: absolute;
	left: -130px;
	top: 68px;
	width: 110px;
	height: 110px;
	padding: 10px 10px 20px 10px;
	background-image: url(../images/erweima-bg.png);
}

.erweima img {
	display: block;
	width: 110px;
	height: 110px;
}







