@charset "utf-8";
.header1{
	font-size: 0;
	padding: 24px 0;
}
.header1 .logo{
	
}
.header1 .logo a{
	display: block;
}
.header1 .logo img{
	height: 72px;
}
.header1 .tel{
	padding: 6px 0 6px 80px;
	background: url(../images/tel.png) no-repeat left center;
}
.header1 .tel strong{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.header1 .tel p{
	font-size: 30px;
	color: #f09d11;
	font-family: impact;
}
.stick {
	position:fixed;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.nav{
	background: #113486;
	top:0;
	left: 0;
	z-index: 999;
	width: 100%;
	font-size: 0;
}
.nav .yiji{
	
}
.nav .yiji>li{
	
}
.nav .yiji>li>a{
	font-size: 16px;
	display: block;
	color: #ffffff;
	line-height: 20px;
	padding: 15px 45px;
	transition: all .3s;
}
.nav .yiji>li:hover>a,
.nav .yiji>li.active>a{
	background: #f1a300;
}

.footer1{
	background: #0e3285;
	padding: 30px 0;
}
.footer1 .flogo{
	font-size: 0;
	padding: 3px 0 3px 8px;
	width: 235px;
}
.footer1 .flogo a{
	display: block;
}
.footer1 .flogo img{
	height: 169px;
}
.footer1 .finfo{
	
}
.footer1 .finfo p{
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer1 .finfo p:nth-child(1){
	background-image: url(../images/ico1.png);
}
.footer1 .finfo p:nth-child(2){
	background-image: url(../images/ico2.png);
}
.footer1 .finfo p:nth-child(3){
	background-image: url(../images/ico3.png);
}
.footer1 .finfo p:nth-child(4){
	background-image: url(../images/ico4.png);
}
.footer1 .finfo p:nth-child(5){
	background-image: url(../images/ico5.png);
}
.footer1 .fewm{
	font-size: 0;
	text-align: center;
	padding: 5px 0;
}
.footer1 .fewm a{
	display: block;
	padding: 3px;
	background: #ffffff;
	border-radius: 5px;
}
.footer1 .fewm img{
	width: 130px;
	height: 130px;
}
.footer1 .fewm p{
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
}

.footer2{
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	padding: 15px 0;
}
.footer2 a{
	font-size: 14px;
	color: #666666;
}