*{
    margin: 0;
    padding: 0;
    list-style: none;
	font-family: "微软雅黑";
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none
}
/*.iconfont{*/
/*    font-size: 12px!important;*/
/*}*/
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;
}
.w-1400{
    width: 1400px;
    height: 100%;
    /*overflow: hidden;*/
    margin: 0 auto;
}
.w-1340{
    width: 1340px;
    height: 100%;
    /*overflow: hidden;*/
    margin: 0 auto;
}
.head .w-1200{
    display: flex;
    justify-content: space-between;
}
.head .head-le{
    width: 184px;
    height: 59px;
    margin-top: 20px;
}
.head .head-ri{
    width: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.head-ri .head-box{
    width: auto;
    height: 100%;
    display: flex;
}
.head-box .head-item{
    width: 98px;
    height: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 100px;
    margin-right: 10px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.head-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    position: relative;
}
.head-item .head-line{
    width: 40px;
    height: 5px;
    background: #b47437;
    position: absolute;
    bottom: 20px;
    left: 19px;
    border-radius: 2px;
    display: none;
}

.head-item:last-child{
    margin-right: 0;
}
.head-item.active{
    font-weight: bold;
}
.head-item.active .head-line{
    display: block;
}
.head-item.active a{
    color: #b47437;
}
.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;
}


.title a{
    color: #999999;
}


.foot{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.foot .foot-top{
    width: 100%;
    height: 240px;
    background: url(../images/foot.png) no-repeat center;
    overflow: hidden;
}
.foot-top .w-1400{
    display: flex;
    justify-content: space-between;
}

.foot-top .w-1200{
    display: flex;
    justify-content: space-between;
}

.foot-top .foot-le{
    width: 243px;
    height: 78px;
    margin-top: 88px;
}

.foot-top .foot-on{
    width: 500px;
    height: 100%;
    overflow: hidden;
}
.foot-on .foot-head{
    width: 100%;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
    margin-top: 27px;
}
.foot-on .foot-line{
    width: 70px;
    height: 2px;
    background: #460105;
}
.foot-on .foot-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.foot-box .foot-li{
    width: 100%;
    height: 27px;
    overflow: hidden;
    display: flex;
    margin-top: 24px;
}
.foot-li .foot-icon{
    width: 27px;
    height: 27px;
}
.foot-li .foot-span{
    width: auto;
    height: 27px;
    font-size: 14px;
    color: #000000;
    line-height: 27px;
    margin-left: 10px;
}




.foot-top .foot-ri{
    width: 300px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: right;
}
.foot-ri .code-li{
    width: 130px;
    height: 157px;
    margin-top: 50px;
    overflow: hidden;
}
.code-li .code-img{
    width: 124px;
    height: 124px;
    margin: 0 auto;
}
.code-li .code-name{
    width: 100%;
    height: 26px;
    overflow: hidden;
    background: #b8793d;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    margin-top: 7px;
    border-radius: 5px;
}

.foot .foot-last{
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    background: #e7e5e3;
}
