@CHARSET "UTF-8";
/*all*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.mr-10{
	margin-right: 10px;
}
.mr-15{
	margin-right: 15px;
}
/*头部*/
.header{
	width: 100%;
}
.top{
	width: 100%;
	border-bottom: 1px solid #333;
}
.top-text{
	width: 1200px;
	height: 30px;
	margin: auto;
	line-height: 30px;
}
.log_hea{width: 1200px; margin: 0px auto;}
.logos{
	margin: 20px 0px;
	float: left;
}

.logospic1 img{height:55px;}

.logospic2 img{height:60px;}

.logos-tel{
	float: right;
	    margin-top: 45px;
}
.logos-tel .tel-kf{
	padding: 7px 15px; 
	border-radius: 15px;
	background-color: #2879FF;
    background-image: url(../images/on.png);
    background-position: 0 0;
    background-size: 30px 30px;
    margin-right: 15px;
}
.logos-tel .tel-phone{
	/*padding: 15px 50px 15px 50px;
	background-image: url(../images/on.png);*/
	width: 190px;
    right: 0;
    padding-left: 20px;
    background-position: -32px center;
    display: inline-block;
    color: #fff;
    /*border: 1px solid red;*/
    border-radius: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    background-color:#2879FF;
    background-image: url(../images/contact-list-bg.png);
    background-repeat: no-repeat;

}

.zgpp{
	width: 1200px;
	margin: auto;
	margin-bottom: 15px;
}
.zgpp span{color: #e71f1a;font-size: 22px;}
.zgpp a{
	font-size: 22px;
	/*font-weight: 700;*/
	color: black;
	letter-spacing:2px;
	margin-right: 5px;
	margin-left: 5px;
}
/*nav*/
.fwfw{
	width: 240px;
	background: #2879ff;
	text-align: center;
	height: 38px;
	line-height: 38px;
	color: white;
	float: left;
	font-size: 16px;
}
.nav{
	width: 1200px;
	margin: auto;
}
.nav ul{

}
.nav ul li{
	float: left;
	width: 120px;
	height: 38px;
	line-height: 38px;
	color: #000;
	text-align: center;
	font-size: 16px;
}
.nav ul li:hover{
	color: white;
	background-color: #2879ff;
}
.nav ul li a:hover{color:#fff;}

/*底部*/
.bottom {width:100%;height:420px;background:#eee;}
.bottom .foot-content{
	width: 1200px;
	height: 345px;
	margin: auto;
}
.foot-content .foot-lxwm{
	padding-top: 30px;
	padding-left: 30px;
	float: left;
	width: 25%;
	height: auto;
}
.foot-lxwm .lx-cn{
	font-size: 30px;
	font-weight: 700;
	color: #333;
}
.foot-lxwm .lx-en{
	font-size: 24px;
	color: #b9b9b9;
}
.foot-ljzx{
	width: 150px;
	height: 45px;
	margin-top: 80px;
	padding-left: 20px;
	border-radius: 25px;
	text-align: center;
	background-color: #333;
    line-height: 45px;
    color: white;
    font-size: 18px;
    background-image: url(../images/on.png);
    background-position: 27px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.foot-ads{
	float: left;
	width: 70%;
	height: auto;
	padding-top: 30px;
}
.ads1{
	width: 50%;
	float: left;
	margin-top: 60px;
}
.ads1 p{
	color: #333;
	line-height: 30px;
	font-size: 14px;
}
.ads2{
	width: 50%;
	float: left;
	margin-top: 60px;
}
.ads2 p{
	color: #999999;
	line-height: 30px;
	font-size: 14px;
}



.bottom .copy{
	    width: 100%;
    background-color: #2879ff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
}
.bottom .copy p{line-height: 35px;}
.bottom .copy a{
	color: #fff;
}








/*分页*/
.pages {
	padding: 30px 0 30px;
	text-align: center
}
.pages li {
	display: inline;
	margin:0 5px;
}
.pages li a {
	padding: 5px 8px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	font-size:12px;
}
.pages li a:hover {
	padding: 3px 8px;
	border: 1px solid #004098;
	background: #004098;
	color: #fff;
	text-decoration: none;
}

@media (max-width:767px){
	body {
		padding-bottom:70px;
	}
	.jianju {
        padding: 20px 15px;
    }
	.footer {
		display: none;
	}
	.about-box {
		padding-top: 15px;
	}
	.n_para span{
		display:block;
	}
}