@charset "utf-8";
.left {
	float: left;
}
.right {
	float: right;
}
.clearboth {
	clear: both;
}
.content-1 {
	width: 1180px;
	margin: 0 auto;
}
::selection {
	background-color: #01499d;
	color: #fff;
}

.clearfix:after{content:"";display:block;height:0;line-height:0;visibility:hidden;clear:both;}
.clearfix{*zoom:1;}

::-moz-selection {
 background-color: #01499d;
 color: #fff;
}



::-webkit-selection {
 background-color: #01499d;
 color: #fff;
}
/*top*/

 

.header-top {
	width: 100%;
	height: 35px;
	background: #01499d;
	display: block;
}
.top-left {
	font: 13px/35px "microsoft yahei";
	color: #fff;
}
.top-right {
	color: #fff;
}
.top-right a {
	display: inline-block;
	font: 13px/35px "microsoft yahei";
	color: #fff;
	padding-right: 5px;
}
.top-right i {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: sub;
	padding-right: 5px;
}
.top-right a:hover {
	color: #fdbb29;
}
.top-right i.ly {
	background: url(../images/liuyan.png) no-repeat left top;
}
.top-right i.wt {
	background: url(../images/wenti.png) no-repeat left top;
	padding-top: 0;
}
.top-right i.lx {
	background: url(../images/lianxi.png) no-repeat left top;
}
.top-right i.sp {
	background: url(../images/shangpu.png) no-repeat left top;
}
/*header*/

.header {
	width: 1180px;
	margin: 0 auto;
	height: 140px;
}
.logo img {
	display: block;
	width: 339px;
	height: 68px;
	padding-top: 40px;
}
.logo-title {
	height: 80px;
	border-left: 1px solid #ccc;
	margin: 30px 0 0 24px;
	padding: 7px 25px;
}
.logo-title h4 {
	font: bold 21px/50px "microsoft yahei";
	color: #333;
}
.logo-title h4 span {
	color: #01499d;
}
.logo-title p {
	font: bold 18px/24px "microsoft yahei";
	color: #333;
	letter-spacing: 2px;
}
.logo-title p span {
	color: #01499d;
}
.header-tel {
	width: 245px;
	margin-top: 50px;
	background: url(../images/header-tel.png) no-repeat left top;
}
.header-tel span {
	display: block;
	font: 16px/30px "microsoft yahei";
	color: #333;
	text-indent: 75px;
}
.header-tel h4 {
	font: bold 24px/29px "microsoft yahei";
	color:#F00;
	text-align: right;
	padding-bottom: 20px;
}
.header-tel p {
	font: bold 25px/35px "microsoft yahei";
	color: #333;
	padding-left: 69px;
}
/*nav*/

.nav {
	width: 100%;
	height: 64px;
	background: #01499d;
}
.nav .content-1 ul li {
	float: left;
}
.nav .content-1 ul li a {
	display: inline-block;
	font: 15px/64px "microsoft yahei";
	padding: 0 28px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	color: #fff;
	letter-spacing: 2px;
}
.nav .content-1 ul li a:hover {
	color: #fff;
	background: #fdbb29;
	-webkit-animation: rot 0.5s 2 alternate;
	-moz-animation: rot 0.5s 2 alternate;
	-ms-animation: rot 0.5s 2 alternate;
	animation: rot 0.5s 2 alternate;
	-ms-transform: rotate(0deg) scale(1.1);
}
 @keyframes rot {
 0% {
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
-ms-transform: rotate(2deg);
transform: rotate(2deg);
}
 50% {
-webkit-transform: rotate(-2deg) scale(1.01);
-moz-transform: rotate(-2deg) scale(1.01);
-ms-transform: rotate(-2deg) scale(1.01);
transform: rotate(-2deg) scale(1.01);
}
 100% {
-webkit-transform: rotate(0deg) scale(1.1);
-moz-transform: rotate(0deg) scale(1.1);
-ms-transform: rotate(0deg) scale(1.1);
transform: rotate(0deg) scale(1.1);
}
}
.nav ul li.another a {
	background: #fdbb29;
	color: #fff;
}
.fixedNav {
	background: #01499d;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop));
}
/*footer*/

.footer {
	width: 100%;
	height: 220px;
	background: #01499D;
}
.footer-box-left {
	color: #fff;
	font: 15px/35px "microsoft yahei";
	padding-top: 40px;
}
.footer-box-left a {
	color: #fff;
}
.footer-box-left a:hover {
	color: #fdbb29;
}
.footer-box-left h2 {
	display: inline-block;
	font: 15px/30px "microsoft yahei";
}
.footer-box-left img {
	vertical-align: middle;
}
.footer-box-right img {
	width: 143px;
	height: 143px;
	display: block;
	padding-top: 40px;
}
.footer-nav ul {
	border-top: 1px solid #fff;
	margin-top: 51px;
}
.footer-nav ul li {
	float: left;
}
.footer-nav .content-1 ul li a {
	display: inline-block;
	font: 15px/64px "microsoft yahei";
	padding: 0 32px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	color: #fff;
	letter-spacing: 2px;
}
.footer-nav .content-1 ul li a:hover {
	color: #fff;
	background: #fdbb29;
	-ms-transform: rotate(0deg) scale(1.1);
}
