.header{
    height: 144px;
    position: relative;
}
.header .logo{
    float: left;
    padding-top: 15px;
}
.header .phone{
    float: right;
    padding-top: 50px;
    font-size: 35px;
    color: #0068b7;
    line-height: 50px;
}
.header .phone img{
    padding-right: 10px;
    float: left;
}
/* footer */
.footer{width: 100%;overflow: hidden;background: #2262af;}
.footer .footerTop{width: 100%;height: 350px;border-bottom: 1px solid #f2f2f2;}
.footer .footerTop .con1{width: 920px;overflow: hidden;float: left;}
.footer .footerTop dl{background: url(../images/footer-xian.png) no-repeat left top;height: 224px;float: left;width: 116px;padding-left: 39px;margin-top: 71px;}
.footer .footerTop dl.dif{width: 126px;padding-left: 90px;background-image: none;}
.footer .footerTop dt{font-size: 18px;color: #fff;margin-bottom: 44px;}
.footer .footerTop dd a{font-size: 13px;color: #fff;margin-bottom: 6px;display: block;}
.footer .footerTop dd a:hover{ color:#f39800;}
.footer .footerTop .con2{width: 280px;height: 350px;text-align: center;float: right;}
.footer .footerTop .con2 p{color: #fff;}
.footer .footerTop .con2 .p1{margin-top: 110px;font-size: 18px;line-height: 20px;}
.footer .footerTop .con2 .p2{font-size: 24px;font-family: arial;margin-bottom: 20px;}
.footer .footerTop .con2 .p3{font-size: 12px;margin-top: 5px;}
.footer .footerTop .con2 img{margin: 0 auto;}
.footer .footerBottom{width: 100%;overflow: hidden;height: 59px;line-height: 59px;}
.footer .footerBottom .p1{font-size: 12px;color: #f2f2f2;line-height: 20px;padding-top: 10px;}
.footer .footerBottom .p1 span{font-family: arial;}
.footer .footerBottom .p1 a{color: #f2f2f2;}
.footer .footerBottom .p2{height: 61px;line-height: 58px;width: 280px;float: right;  overflow:hidden; text-align: center;color: #fff;font-size: 14px;}
.footer .footerBottom .p2 a{ float:left;}
.footer .footerBottom .p2 img{display: block;}

.flogo {
    margin-top: 90px;
    float: left;
    margin-right: 20px;
}

/*搜索*/
button{
    /*消除button的默认样式*/
    /*这种写法是对所有的button标签同时生效*/
    margin: 0px;
    padding: 0px;
    /*自定义边框*/
    border: 0px;
    /*消除默认点击蓝色边框效果*/
    outline: none;
}

.contact_sy {
    position: absolute;
    padding-left: 66px;
    top: 70px;
    right: 0;
    font-size: 15px;
}
.contact_sy img {
    width: 24px;
    margin-right: 6px;
}
.f24 {
    font-size: 28px;
    color: #e70015;
}