*{margin: 0;padding: 0;}
a,a:hover{text-decoration: none; color: #222;}
li{list-style: none;}
input{background:none; outline:none; border:0px; background: #fff;-webkit-appearance:none;}
body{
	font: 16px/1.5 "Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;
	margin: 0 auto;
	color: #222;
	/* background:#F8F9FA; */
}

/*清除浮动*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix {
    *zoom:1;
}
.fl{
    float: left;
}
/*footer开始*/
.footer .main{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footer .footer-about{
	padding: 40px 0;
	background: #F2F2F2;
}
.footer .footer-about .main{
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.footer .footer-about .main span{
	font-size: 20px;
	font-weight: bold;
}
.footer .footer-about .main>div>a{
	display: block;
	font-size: 14px;
	margin-top: 15px;
}
.footer .footer-about .main>div>img{
	margin-top: 35px;
}
.footer .footer-about .main>div>div{
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}
.footer .footer-about .main>div>div>img{
	width: 40px;
	height: 40px;
	margin-top: 6px;
}
.footer .footer-about .main>div>div>p{
	width: 276px;
	line-height: 24px;
}
.footer .footer-about .guanzhu>div{
	margin-right: 20px;
}
.footer .footer-about .guanzhu>div img{
	width: 90px;
	margin-top: 10px;
}
.footer .footer-about .main .adress{
	width: 336px;
	font-size: 14px;
}
.footer .footer-link{
	font-size: 12px;
	color: #A6A6A6;
	background: #1D1D1D;
	padding: 30px 0 60px;
}
.footer .footer-link p{
	margin-top: 15px; 
}
/*footer结束*/

/*header开始*/
.header-wrap{
    background-color: #ffffff;
	box-shadow: 0px 1px 6px 0px 
		rgba(233, 239, 253, 0.5);
}
.header-wrap .main{
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    line-height: 90px;
    position: relative;
}
.header-wrap .main .logo{
    vertical-align: middle;
}
.header-wrap .main>.header_nav{
    margin-left: 75px;
}
.header-wrap .main>.header_nav li{
    float: left;
    margin-right: 25px;
}
.header-wrap .main>.header_nav a:hover{
    color: #014190;
    /*font-weight: 700;*/
}
.header-wrap .main>.header_nav a{
    display: block;
}
.header-wrap .main>.header_nav li:last-child{
    margin-right: 0;
}
.header-wrap .main>.service{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); 
}

.header-wrap .main>.service>img{
    padding-top: 5px;
}

.header-wrap .main>.service .service_info{
    margin-left: 6px;
}

.header-wrap .main>.service p{
    line-height: 26px;
}
.header-wrap .main>.service p:nth-child(1){
    font-size: 19px;
    font-weight: bold;
    color: #0561d3;
}
.header-wrap .main>.service p:nth-child(2){
    font-size: 17px;
    color: #303030;
}

/*header结束*/


/* 首页 底部 友情链接 */
.blogroll{
	text-align: center;
}

.blogroll a{
	color: #A6A6A6;
	margin: 0 11.5px;
}