/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021-10-10, 15:31:06
    Author     : Tiger
*/
html, body {
    margin: 0;
    padding: 0;
    color: #444;
    background-color: #f8f8f8;
}
p{
    margin: 0;
    padding: 0;
}
ul,li{
    margin: 0;
    padding: 0;   
    list-style: none;
    text-decoration: none;
}
img{
    max-width: 100%;
}
.container{
    width: 100%;
    margin: 0 auto;
}
.top{
    position: relative;
}
.top-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
}
.top-logo{
    margin: 0px 50px;
}
.top-ul{
    display: flex;
    margin: 0px 50px;
}
.top-ul-li{
    color: #FFF;
    font-size: 16px;
    margin: 10px;
    padding: 5px 20px;
    cursor: pointer;
}
.top-ul-li>a{
    color: #FFF;
    text-decoration: none;
}
.top-ul-li.on{
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7)
}
.top-ul-li:hover{
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7)
}
.contact-top-box{
    width: 100%;
    height: 600px;
    background-image: url('../images/contact-top-box.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-top-boxs{
    width: 1200px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-top-box-title{
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
}
.contact-top-box-title>span{
    font-size: 30px;
    color: #FF8828;
    margin: 0 5px;
}
.contact-top-box-texts{
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}
.contact-top-box-text{
    color: #FFF;
    font-size: 18px;
    margin-top: 90px;
    font-weight: 600;
}
.liucheng-box{
    margin-top: 50px;
}
.liucheng-box-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.liucheng-box-title>div{
    font-size: 28px;
    font-weight: 600;
}
.liucheng-box-title>p{
    color: #999;
    font-size: 20px;
    font-weight: 600;
}
.liucheng-box-ul{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.liucheng-box-ul-li{
    text-align: center;
    width: 273px;
}
.liucheng-box-ul-li>p{
    margin-top: 10px;
}
.lianxi-box{
    margin-top: 50px;
}
.lianxi-box-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.lianxi-box-title>div{
    font-size: 28px;
    font-weight: 600;
}
.lianxi-box-title>p{
    color: #999;
    font-size: 20px;
    font-weight: 600;
}
.lianxi-box-uls{
    width: 1200px;
    margin: 0 auto;
}
.lianxi-box-ul{
    background-color: #2B2B2B;
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lianxi-box-ul-li{
    flex: 1;
    text-align: center;
    color: #FFF;
}
.shuoming-box{
    background-color: #3C3C3C;
}
.shuoming-box-ul{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0px;
    font-size: 20px;
}
.shuoming-box-ul-li{
    color: #FFF;
    display: flex;
    margin-bottom: 10px;
}
.shuoming-box-ul-li-1{
    margin-right: 40px;
    margin-left: 40px;
}
.shuoming-box-ul-li-2{
    margin-right: 100px;
}