@charset "utf-8";

  .left {

 	float: left;

 }

 

 .right {

 	float: right;

 }

 

 .clearboth {

 	clear: both;

 }

 

 .content-1 {

 	width: 1180px;

 	margin: 0 auto;

 	position: relative;

 }

 ::selection {

	background-color: #0a69d0;

	color: #fff;

}



::-moz-selection {

	background-color: #0a69d0;

	color: #fff;

}



::-webkit-selection {

	background-color: #0a69d0;

	color: #fff;

}



 /*top*/

 

.header-top{

	width: 100%;

	height: 32px;

	background:#0a69d0;

	display: block; min-width:1180px;

}

.top-left{

	font: 13px/32px "microsoft yahei";

	color: #fff;

}

.top-right{

	color: #fff;

}

.top-right a{

	display: inline-block;

	font: 13px/32px "microsoft yahei";

	color: #fff;

	padding-right:5px;

}



.top-right i{

	display: inline-block;

	width: 14px;

	height: 14px;

	vertical-align: sub;

	padding-right: 5px;

}



/*header*/

.header{

	width: 1180px;

	margin: 0 auto;

	height: 150px;



}

.logo img{

	display: block;

	

	height: 68px;

	padding-top: 42px;

}

.logo-title{

	height: 70px;

	border-left: 1px solid #ccc;

	margin: 36px 0 0 24px;

	padding: 1px 25px;

}

.logo-title h4{

    font:18px/42px "microsoft yahei";

    letter-spacing: 2px;

    color: #333;



}



.logo-title p{

	font:18px/24px "microsoft yahei";

	color: #0a69d0;

	



}



.header-tel{

	width: 228px;

	margin-top: 44px;

	background:url(../../images/img/header-tel.png) no-repeat left 7px;

}

.header-tel span{

	display: block;

	font: 14px/30px "microsoft yahei";

	color: #333;

	text-indent: 68px;

}

.header-tel h4{

	font: 25px/29px "microsoft yahei";

	color: #0a69d0;

	text-align: right;

	padding-bottom: 5px;

}







/*nav*/

.nav{

	width: 100%;min-width:1180px;

	height: 64px;

	background: #0a69d0;

}

.nav .content-1 ul li{

	float: left;

}

.nav .content-1 ul li a{

	display: inline-block;

	font: 15px/64px "microsoft yahei";

	padding: 0 43px;

	transition:all 1s ease;

	-webkit-transition:all 1s  ease;

	-moz-transition:all 1s  ease;

	-ms-transition:all 1s  ease;

	color: #fff;

}

.nav .content-1 ul li a:hover{

	color: #fff;

	background: #fa9502;

	-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: #fa9502;

	color: #fff;

}

.fixedNav{background:#0a69d0 ; position:fixed; top:0px; left:0px; width:100%; z-index:100000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));}







/*footer*/

.footer-content-1{

	width: 100%;min-width:1180px;

	height: 256px;

	background: #0a69d0;

}

.footer-left{

	width: 220px;

	height: 170px;

	border-right: 1px solid #5eade4;

	margin-top: 40px;

	padding-top: 20px;

}

.footer-left b i{

	display: inline-block;

	width: 14px;

	height: 18px;

	background: url(../../images/img/footer-1.png) no-repeat center left;padding-right: 10px;

	vertical-align: sub;

}

.footer-left b {

	font: 16px/30px "microsoft yahei";

	color: #fff;

}

.pt{

	display: block;

	margin-top: 20px;

}

.footer-left p{

	font:   27px/30px "microsoft yahei";

	color: #fff;

}

.footer-left p.footer-ll{

	font:   15px/30px "microsoft yahei";

}



.footer-content{

	padding-top:30px;

	width: 754px;

	padding-left: 20px;

	font: 14px/30px "microsoft yahei";

	color: #fff;

	padding-top: 60px;

}

.footer-content h2{

	display: inline-block;

	font: 14px/30px "microsoft yahei";

	color: #fff;

}

.footer-content a{

	color: #fff;

}



.footer-right{

	width: 155px;

	height: 155px;

	margin-top: 50px;

}

.footer-right img{

	display: block;

	width: 155px;

	height: 155px;

}

.footer-nav{

	width: 100%;

	height: 60px;

	background: #0f5bb6;

}







.footer-nav ul li{

	float: left;



}

.footer-nav ul li a{

	font: 14px/60px "microsoft yahei";

	color: #fff;

	margin: 0 31px;

}

.footer-content a{

	display: inline-block;

	padding: 0 3px;

}

