*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
    color: #0882cf !important;
}
li{
    list-style-type: none;
}
.head{
    height: 155px;
    border-bottom: 4px solid #0882cf;
}
.headbody{
    width:1200px;
    height: 155px;
    margin: 0 auto;
}
.headbody_logo{
    width: 77%;
    height: 72%;
    float: left;
    font-size: 72px;
    color: #0882cf;
    font-weight: 600;
    margin-top: 34px;
}
.headbody_logo img{
    margin-top: 4px;
}
.headbody_tel{
    float: left;
    margin-top: 27px;
}
.headbody_tel_img{
    float: left;
}
.headbody_tel_img img{
    width:33px;
}
.headbody_tel_num{
    float: left;
    margin-left: 10px;
}
.headbody_tel_num li{
    font-size: 30px;
}
.lxname{
    color: #8f8e8e;
    font-size: 22px !important;
}
.phone{
    color:#0882cf;
    font-weight: 600;
}

.title{
    width:1200px;
    height: 78px;
    margin: 0 auto;
}
.title li{
    float: left;
    margin: 18px 28px 0 26px;
}
.title li span{
    text-align: center;
    display: block;
}
.cn_title{
    text-decoration: none;
    font-size: 24px;
    color: #0882cf;
}
.en_title{
    font-size: 12px;
    color: #d5cccf;
    text-decoration: none;
}
.footer{
    width:100%;
    height: 100px;
    background-color: #333;
    padding: 57px 0 0 0;
    color: #fff;
    text-align: center;
}
.footer li{
    line-height: 45px;
}
.footer li a{
    color: #fff;
}