@charset "utf-8";
/* 顶部 */
header .top{
    background: #e2e2e2;
}
header .top .w1400{
    display: flex;
    justify-content: space-between;
}
header .top .w1400 p{
    font-size: 14px;
    color: #666666;
    line-height: 34px;
}
/* logo */
.head .w1400{
    display: flex;
    justify-content: space-between;
    padding: 28px 0;
    align-items: center;
}
.head .logo a,.head .logo a img{
    display: block;
    width: auto;
    height: auto;
}
.head_sub li{
    float: left;
    background: #e8e8e8;
    padding-right: 15px;
}
.head_sub li:first-of-type{
    background: none;
    margin-right: 20px;
    border-radius: 19px;
    overflow: hidden;
}
.head_sub li:nth-of-type(2){
    border-radius: 19px 0 0 19px;
    #overflow: hidden;
}
.head_sub li:nth-of-type(3){
    border-radius: 0 19px 19px 0;
    #overflow: hidden;
}
.head_sub li a,.head_sub li p{
    display: block;
    font-size: 14px;
    color: #181818;
    line-height: 38px;
    padding-left: 48px;
    position: relative;
}
.head_sub li a:hover{
    color: #b20808;
}
.head_sub li a::before,.head_sub li p::before{
    display: block;
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    overflow: hidden;
}
.head_sub li:nth-of-type(1) a::before{
    background: #b20808 url(../img/header_icon1.png) no-repeat center;
}
.head_sub li:nth-of-type(2) p::before{
    background: #b20808 url(../img/header_icon2.png) no-repeat center;
}
.head_sub li:nth-of-type(3) p::before{
    background: #b20808 url(../img/header_icon3.png) no-repeat center;
}
.head_sub li p span{
    color: #8e8e8e;
}

/* 导航 */
nav{
    background: #454545;
}
nav ul {
    display: flex;
    justify-content: space-between;
}
nav ul.w1400 li a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
    padding: 0 25px;
}
nav ul.w1400 li a:hover{
    color: #b20808;
}

/* 底部 */
footer{
    background: url(../img/foot_bg.png) no-repeat center;
    padding: 30px 0;
    background-size: cover;
}
footer .w1400{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .w1400 ul li{
    float: left;
}
ul.foot_left a,ul.foot_left a img{
    display: block;
    width: auto;
    height: auto;
}
ul.foot_left a img{
    margin-top: 13px;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #e0e0e0;
}
ul.foot_left li  p{
    font-size: 16px;
    line-height: 30px;
    color: #e0e0e0;
}
ul.foot_right li {
    margin-left: 20px;
}
ul.foot_right li img{
    display: block;
    width: 124px;
    height: 124px;
    object-fit: cover;
}
ul.foot_right li  p{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}


.qwjs .text{
    border: 1px solid #eee;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 0;
    text-indent: 15px;
}
.qwjs .submit{
    width: 60px;
    height: 40px;
    background: #b20808;
    color: #fff;
    font-size: 14px;
} 