*{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none
}
input,textarea{
    border: none;
    outline:none;
}
.head{
    width: 100%;
    height: 100px;
    background: #ffffff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.w-1200{
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.head .w-1200{
    display: flex;
    justify-content: space-between;
}
.head .head-le{
    width: 267px;
    height: 77px;
    margin-top: 10px;
}
.head .head-ri{
    width: auto;
    height: 55px;
    overflow: hidden;
    display: flex;
    margin-top: 23px;
}
.head-ri .head-box{
    width: auto;
    height: 55px;
    display: flex;
}
.head-box .head-item{
    width: auto;
    height: 55px;
    font-size: 16px;
    color: #333333;
    line-height: 55px;
    margin-right: 45px;
}
.head-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
}

.head-item:last-child{
    margin-right: 0;
}
.head-item.active{

    font-weight: bold;
    border-bottom: 2px solid #113496;
    box-sizing: border-box;
}
.head-item.active a{
    color: #113496;
}
.head-ri .head-con{
    width: 75px;
    height: 25px;
    margin-top: 15px;
    margin-left: 20px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.head-con .head-li{
    width: 50%;
    height: 25px;
    font-size: 14px;
    color: #113496;
    text-align: center;
    line-height: 25px;
}
.head-li.active{
    background: #113496;
    color: #ffffff;
}



.foot{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.foot .foot-head{
    width: 100%;
    height: 175px;
    background: #1e1e1e;
    overflow: hidden;
}
.foot-head .w-1200{
    display: flex;
    justify-content: space-between;
}
.foot-head .foot-item{
    width: 400px;
    height: auto;
    overflow: hidden;
}
.foot-item .foot-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 26px;
    margin-top: 20px;
}
.foot-item:last-child .foot-top{
    text-align: right;
}
.foot-item .foot-line{
    width: 30px;
    height: 2px;
    background: #ffffff;
    margin-top: 10px;
}
.foot-item:last-child .foot-line{
    float: right;
}
.foot-item .foot-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #bababa;
    line-height: 40px;
    margin-top: 10px;
}
.foot-item .foot-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #b9b9b9;
    line-height: 20px;
    margin-top: 10px;
    display: flex;
}
.foot-span .foot-icon{
    width: 20px;
    height: 20px;
    /*margin-right: 10px;*/
}
.foot-icon img{
    width: 15px;
    height: 20px;
    margin: 0 auto;
}
.foot-span:nth-of-type(4) img{
    width: 20px;
    height: 20px;
}
.foot-span:nth-of-type(5) img{
    width: 19px;
    height: 16px;
    margin: 2px auto;
}
.foot-span span{
    font-size: 20px;
    font-weight: bold;
    color: #113496;
}

.foot-item:last-child{
    width: 250px;
}
.foot-item .foot-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.foot-box .foot-code{
    width: 90px;
    height: 90px;
    margin-top: 10px;
}
.foot-box .foot-ri{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #b9b9b9;
    line-height: 30px;
    margin-top: 25px;
    margin-left: 40px;
    text-align: right;
}
.foot .foot-last{
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #999999;
    line-height: 40px;
    text-align: center;
    background: #3c3c3c;
}
