@charset "utf-8";

  .left {

 	float: left;

 }

 

 .right {

 	float: right;

 }

 

 .clearboth {

 	clear: both;

 }

 

 .content-1 {

 	width: 1180px;

 	margin: 0 auto;

 }

 ::selection {

	background-color: #1770c2;

	color: #fff;

}



::-moz-selection {

	background-color: #1770c2;

	color: #fff;

}



::-webkit-selection {

	background-color: #1770c2;

	color: #fff;

}



 /*top*/

 

.header-top{

	width: 100%;

	height: 45px;

	background:#f2f2f2;

	display: block;

}

.top-left{

	font: 13px/45px "microsoft yahei";

	color: #333;

}

.top-right{

	color: #333;

}

.top-right a{

	display: inline-block;

	font: 13px/45px "microsoft yahei";

	color: #333;

	padding-right:5px;

}



.top-right i{

	display: inline-block;

	width: 14px;

	height: 14px;

	vertical-align: sub;

	padding-right: 5px;

}



.top-right a:hover{

	color: #ffae00;

}

.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: 150px;



}

.logo img{

	display: block;

	width: 190px;

	height: 46px;

	padding-top: 60px;

}

.logo-title{

	height: 60px;

	border-left: 1px solid #ccc;

	margin: 43px 0 0 24px;

	padding: 7px 25px;

}

.logo-title h4{

    font: bold 21px/30px "microsoft yahei";

    color: #333;

    letter-spacing: 2px;

}

.logo-title h4 span{

	color: #1770c2;

}

.logo-title p{

	font:bold 18px/24px "microsoft yahei";

	color: #333;

	letter-spacing: 2px;

}

.logo-title p span{

	color: #1770c2;

}

.header-tel{

width: 236px;

margin-top: 20px;

background: url(../images/header-tel.png) no-repeat left 18px;
}

.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: #333;

	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: 50px;

	background: url(../images/nav-bg.jpg) no-repeat center;

}

.nav .content-1 ul li{

	float: left;

}

.nav .content-1 ul li a{

	display: inline-block;

	font: 15px/50px "microsoft yahei";

	padding: 0 27px;

	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: #ffae00;

	-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: #ffae00;

	color: #fff;

}

.fixedNav{background:#1770c2 ; position:fixed; top:0px; left:0px; width:100%; z-index:100000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));}







/*footer*/

.footer{

	width: 100%;

	height: 296px;

	background: #1770C2;margin-top: 40px;

}

.footer-nav{

	width: 100%;

	height: 60px;

	background: #176ab3;

}

.footer-nav ul li{

	float: left;

}

.footer-nav ul li a{

	display: inline-block;

	font: 16px/60px "microsoft yahei";

	color: #fff;

	padding: 0 25px;

}

.footer-nav ul li a:hover{

	text-decoration: underline;

}

.footer-nav ul li span{

	color: #fff;	

}

	

.footer-left{

	width:700px;

	padding-top: 38px;

	color: #fff;

	line-height: 30px;

}

.footer-left h2{

	display: inline-block;

	font: 14px/28px "microsoft yahei";

	color: #fff;

}



.footer-left a{

	font: 14px/28px "microsoft yahei";

	color: #fff;

}

.footer-left a:hover{

	color: #30B2EC;

}

.footer-left img{

	display: inline-block;

	padding-left: 10px;

	width: 82px;

	height: 16px;

	vertical-align: sub;

}

.footer-right{

	width: 118px;

	height: 118px;

}

.footer-right img{

    display: inline-block;

    width: 135px;

    height: 135px;

    padding-top: 48px;



