/******通用样式********/
*{font-family: "微软雅黑";box-sizing: border-box;padding: 0;margin: 0;}
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body{margin:0;padding:0;}
ul,ol{list-style: none;padding:0;margin:0;}
a,a:hover,a:active,a:visited,a:link,a:focus{outline:none;text-decoration: none;}
p{margin:0;}
h1,h2,h3,h4,h5,h6{margin:0;}
input{outline:none;}
button{outline:none;}
select{outline:none;}
.left{float:left}
.right{float: right}
.center{margin:0 auto;}
.clear{clear:both;overflow: hidden;}
.none{display: none;}

#header{
    width: 100%;
    min-width: 1200px;
    height: 110px;
    border-bottom: 1px solid #e5e5e5;
}
#header>div{
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header>div div{
    display: flex;
    align-items: center;
}
#header>div ul{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
#header>div ul li{
    width: 130px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
}
#header>div ul li:hover{
    background: url('../img/active_bottom.png') no-repeat bottom center;
}
#header>div ul li:hover span{
    color: #018FE1;
}
#header>div ul li span{
    font-size: 18px;
    line-height: 18px;
    color: #323333;
    display: block;
    border-right: 2px solid #6A6B70;
    border-left: 2px solid transparent;
}
#header>div ul li.active{
    background: url('../img/active_bottom.png') no-repeat bottom center;
    cursor: default;
}
#header>div ul li.active span{
    color: #018FE1;
}
#header div div p{
    display: flex;
    align-items: center;
    cursor: pointer;
}
#header div div p img{
    margin-right: 5px;
}

#footer{
    width: 100%;
    min-width: 1200px;
    padding-top: 235px;
    height: 448px;
    position: relative;
    overflow: hidden;
    background: rgb(246,247,246);
}
#footer>img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.footer_content{
    position: relative;
    z-index: 2;
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.footer_content div p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.footer_content div.bottom_left ul li{
    cursor: pointer;
}
.footer_content div.bottom_left ul li:hover{
    color: #fff;
}
.footer_content div ul li{
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}
.bottom_right{
    display: flex;
}
.bottom_right div:first-child{
    margin-right: 56px;
}
.bottom_right div img{
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
}
.bottom_right div p{
    text-align: center;
    color: #fff;
}
#footer>p{
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: -5px auto 0;
    font-size: 12px;
    color: #666;
    text-align: center;
}
#footer>p a{
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color: #666;
}

#footer>p a:last-child {
    padding-left: 22px;
    background: url('../img/benan-icon.png') no-repeat left center;
}

.navigator{
    width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}
.navigator h3{
    font-size: 40px;
    color: #1C6288;
}
.navigator div{
    display: flex;
}
.navigator div p{
    font-size: 14px;
    color: #1C6288;
}
.navigator div ul{
    display: flex;
}
.navigator div ul li{
    font-size: 14px;
    color: #666;
}
.navigator div ul li:first-child{
    cursor: pointer;
}
.navigator div ul li:last-child{
    margin-left: 5px;
}
