*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: "微软雅黑";
}

ul{
    list-style: none;
}

body,html{
    width: 100%;
    height: 100%;
}

.cl{
    clear: both;
}

header{
    width: 100%;
    height: 120px;
    background-color: #FFFFFF;
}
header>div{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

#company_title{
    width: auto;
    padding-left: 20px;
    float: left;
}
#company_title p{
    display: inline-block;
    line-height: 120px;
    color: rgb(30, 80, 174);
    font-size: 32px;
    font-weight: 700;
}
#web_menu{
    height: 120px;
    float: right;
}
#web_menu ul{
    width: auto;
    height: 120px;
}
#web_menu ul li{
    width: 120px;
    height: 120px;
    float: left;
    text-align: center;
}
#web_menu ul li a{
    display: inline-block;
    text-align: center;
    line-height: 120px;
    text-decoration: none;
    color: rgb(43, 43, 43);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 0 5px;
}

#web_menu ul li a:hover{
    color: rgb(30, 80, 174);
}

#web_menu ul li a.current{
    color: rgb(30, 80, 174);
}


footer{
    width: 100%;
    height: 184px;

    border-color: #efefef;
    border-width: 2px;
    border-bottom-style: none;
    border-top-style: solid;
    background: #f8f8f8;

}

footer>div{
    width: 1200px;
    margin: 0 auto;
}
.footer_left{
    width: 200px;
    float: left;
}
.footer_left p{
    font-size: 24px;
    color: rgb(30, 80, 174);
    font-weight: 700;
    line-height: 40px;
}
.footer_right{
    float: right;
}
.footer_menu{
    width: 460px;
    height: 100%;
    margin: 0 auto;
}
.footer_menu ul{
    width: 100%;
    height: 20px;
    margin-top: 65px;
}
.footer_menu ul li{
    float: left;
    display: inline-block;
    width: 91px;
    height: 18px;
    text-align: center;
    border-right: solid 1px #ccc;

}
.footer_menu ul li:last-child{
    border-right: none;
}
.footer_menu ul li a{
    text-decoration: none;
    line-height: 18px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    cursor: pointer;
}
.footer_contact{
    width: 265px;
}
.footer_contact>span{
    color: #666666;
    display: inline-block;
    margin-top: 8px;
}
.contact_left{
    width: 45px;
    height: 45px;
    float: left;
}
.contact_right{
    float: left;
    padding-left: 20px;
}
.contact_right p{
    font-size: 24px;
    color: rgb(30, 80, 174);
    font-weight: 700;
}
.contact_right span{
    color: #666666;
}
.footer_menu p{
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    color: #666666;
}


.footer_menu a:hover{
    color: rgb(30, 80, 174);
}

.footer_menu>a{
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #666666;
    margin-top: 8px;
}






.page_banner{
    width: 100%;
    height: 200px;
}
.page_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_content{
    width: 1200px;
    margin: 0 auto;
}
.page_title{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
}
.page_title span{
    color: #999999;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.page_title i{
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-style: normal;
    margin-top: 10px;
}
.page_title b{
    color: #484848
}

.page_menu{
    width: 100%;
    height: 44px;
    margin-bottom: 40px;
}
.page_menu ul{
    height: 44px;
    margin: 0 auto;
    text-align: center;
}
.page_menu ul li{
    width: 74px;
    margin-right: 30px;
    padding: 0 24px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.page_menu ul li:last-child{
    margin-right: 0;
}

.page_menu ul li.current{
    background-color: #000000;
    color: #FFFFFF;
}
.page_menu ul li:hover{
    background-color: #000000;
    color: #FFFFFF;
}

.content_list{
    width: 100%;
    min-height: 300px;
}