*{
    margin: 0;
    padding: 0;
    color: #000;
}
a{
    text-decoration: none;
    cursor: pointer;
}
li{
    list-style: none;
}
img{
    border: none;
}
button, textarea, input{
    outline: medium;
}
.clearBoth:after{
    content: '';
    display: block;
    clear: both;
}
header{
    /*background: url("/images/bg_xww.png") no-repeat center center;*/
    background-size: auto 100%;
    /*min-height: 80px;*/
    padding-bottom: 80px;
    position: relative;
    min-width: 1274px;
}
header img{
    width: 100%;
    display: block;
}
nav{
    background: url("/images/bg_nav.png") no-repeat center center;
    background-size: 100% 100%;
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.common_w{
    width: 1274px;
    margin: 0 auto;
}
nav .common_w{
    height: 100%;
}
nav ul{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}
nav ul *{
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 80px;
}
nav ul li{
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-size: 1px 60%;
    background-position: left center;
    background-repeat: no-repeat;
    flex: 1;
    height: 100%;
}
nav ul li:first-child{
    background-image: none;
}
nav ul li.on{
    transform: scaleY(1.1);
    background: url("/images/nav_selected.png") no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0 0 5px 1px #cad5ec;
}
nav ul li.on a{
    color: #094bd2;
}
.content{
    background: url("/images/bg_content.png") center center no-repeat;
    background-size: 100% 100%;
}
.content .common_w{
    background: #fff;
    padding: 50px 122px;
    box-sizing: border-box;
}
.content .footer p{
    color: #666;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.content .footer{
    padding-top: 54px;
    background: url("/images/footLine.png")center top no-repeat;
    background-size: 100% auto;
}

.unset li:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    margin-right: 17px;
}
.unset li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
