*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 微软雅黑;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none
}
input,textarea{
    border: none;
    outline:none;
    resize: none;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.w-1200{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.head{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 10000;
}
.head .w-1200{
    display: flex;
    justify-content: space-between;
}
.head .logo{
    width: 230px;
    height: 50px;
    margin-top: 15px;
}
.head .head-ri{
    width: auto;
    height: 60px;
    display: flex;
    margin-top: 10px;
    /*overflow: hidden;*/
}
.head-ri .head-item{
    width: auto;
    height: 60px;
    font-size: 20px;
    color: #666666;
    line-height: 60px;
    margin-left: 50px;
    position: relative;
}
.head-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
}
.head-item.active{
    border-bottom: 1px solid #013ca6;
    box-sizing: border-box;
}
.head-item.active .head-span{
    color: #013ca6;
}
.head-item:hover .head-span{
    color: #013ca6;
}

.head-item .head-on{
    width: 150px;
    height: 150px;
    background: #ffffff;
    position: absolute;
    bottom: -150px;
    left: -35px;
    display: none;
    transition: all 1s ease-out;
}
.head-item:hover .head-on{
    display: block;
}
.head-item .head-on1{
    width: 100%;
    height: 150px;
    background: #ffffff;
    position: absolute;
    bottom: -150px;
    left: 0;
    display: none;
    transition: all 1s ease-out;
}
.head-on .head-li{
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.head-on1 .head-li{
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
}
.head-li:hover{
    color: #013ca6;
    background: #eeeeee;
    border-bottom: 1px solid #013ca6;
}



.foot{
    width: 100%;
    height: 280px;
    background: url(/assets/index/images/foot.jpg) no-repeat center;
    overflow: hidden;
}
.foot .foot-top{
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: space-between;
}
.foot-top .foot-logo{
    width: 230px;
    height: 50px;
    margin-top: 92px;
}
.foot-top .foot-on{
    width: 410px;
    height: auto;
    overflow: hidden;
    display: flex;
}
.foot-on .foot-item{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-right: 60px;
}
.foot-item:last-child{
    margin-right: 0;
}
.foot-item .foot-title{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    color: #666666;
    line-height: 32px;
    display: block;
    margin-top: 50px;
}
.foot-item .foot-ul{
    width: auto;
    height: auto;
    overflow: hidden;
}
.foot-ul .foot-li{
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 5px;
}
.foot-top .foot-ri{
    width: auto;
    height: auto;
    overflow: hidden;
}
.foot-ri .foot-title{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    color: #666666;
    line-height: 32px;
    display: block;
    margin-top: 50px;
}
.foot-ri .foot-text{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 5px;
}

.foot .foot-last{
    width: 100%;
    height: 53px;
    border-top: 1px solid #cccccc;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    line-height: 53px;
    box-sizing: border-box;
}