/*all*/
html{
    font-size: calc(100vw/19.20);
    -webkit-text-size-adjust: 100%;
}

*,ul,p,dl,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li{
    font-family: "微软雅黑";
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input{
    border: 0;
    outline: none;
}
.container-fluid{
    position: relative;
    padding: 0;
    max-width: 19.20rem;
}
.container{
    padding: 0;
}
a{
    color: #333333;
}
a:hover{
    color: #6b1db3;
}
a:hover,a:active,a:link{
    text-decoration:none;
}
a{
    color: #333333;
}
img{
    max-width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*宽度限定*/
.wp {
    width: 99%;
    margin: 0 auto;
    max-width: 16rem;
}
.wps {
    width: 99%;
    margin: 0 auto;
    max-width: 14rem;
}
/*导航*/
.top{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.7),transparent);
}

.head{
    width: 66%;
    max-width: 10.42rem;
    position: relative;
    z-index: 1;
}

.top .t_l{
    padding-top: .2rem;
    overflow: hidden;
}
/*logo*/
.top .logo{
    width: 3.13rem;
    display: grid;
    align-items: center;
}


/*头部链接*/
.top .head .t_link{
    display: inline-block;
    line-height: 0.39rem;
    font-size: 0.18rem;
    float: right;
    text-transform:uppercase;
}
.top .head .t_link a{
    color: #ffffff;
    font-weight: bold;
}
.top .head .t_link span{
    color: #ffffff;
}
.top .head .t_link span:last-child{
    display: none;
}
/*搜索*/
.top .head .seek{
    width: 2.04rem;
    height: 0.39rem;
    overflow: hidden;
    border-radius: 0.22rem;
    position: relative;
    margin-right: 0.15rem;
    float: right;
    background: rgba(255,255,255,.75);
}
.top .head .seek .text{
    padding-left: 0.1rem;
    width: calc(100% - 0.5rem);
    height:0.39rem;
    float: left;
    background-color: transparent;
    font-size: 0.16rem;
    color: #999999;
}
.top .head .seek .text::-webkit-input-placeholder{
    color: #999999;
}
.top .head .seek .text::-moz-placeholder{
    color: #999999;
}
.top .head .seek .text:-ms-input-placeholder{
    color: #999999;
}
.top .head .seek .submit{
    width: 0.21rem;
    background-image: url("../images/header/ss.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% auto;
    line-height: 0.39rem;
    cursor: pointer;
    float: right;
    margin-right: 0.12rem;
}

/*导航*/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:right;
    /*padding: .25rem 0 .25rem 0;*/
}
.nav .mobNav {
    display: none;
}
.nav .dropdown {
    width: 95%;
}
.nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav .menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 0.3rem 0;
    text-align: center;
}
.nav .menu a {
    color: #ffffff;
    line-height: .26rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.18rem;
    text-decoration: none;
    /*white-space: nowrap;*/
    font-weight: bold;
    /*text-transform:capitalize*/
}
.nav .menu a:hover,.nav .menu .avt {
    color: #ffffff;
    border-bottom: 0.01rem solid #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*二级菜单*/
.nav .menu ul{
    position: absolute;
    top: 0.86rem;
    left: 0;
    z-index: 1;
    background-color: rgba(115,42,187,.91);
    width: 100%;
    display: none;
    padding: .1rem 0;
    border-radius: 0.04rem;
    border-top: 0.03rem solid #f3ecff;
}
.nav .menu ul li{
    padding: .20rem 0;
}
.nav .menu ul li:last-child a,.nav .menu ul li:last-child a:hover{

}
.nav .menu ul li a{
    color: #ffffff;
    font-weight: inherit;
}
.nav .menu ul li a:hover{
    color: #f3ecff;
    border-bottom: 0.01rem solid #f3ecff;
}
.nav .menu li:hover ul{
    display: block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*手机适配*/
@media screen and (max-width: 1200px) {
    html{
        font-size: calc(100vw/7.5);
    }
    /*宽度限定*/
    .wp {
        margin: 0 auto;
        max-width: 7.3rem;
    }
    /*页眉*/
    .top{
        background: #e2e7ed;
        background-size: cover;
        padding: 0.15rem 0;
    }

    .top .img{
        display: table;
    }
    .top .img{
        width: 100%;
    }

    /*头部链接*/
    .top .head{
        width: 100%;
        justify-content: center;
    }
    .top .head .t_link{
        line-height: 0.44rem;
        font-size: 0.16rem;
        margin-top: 0.08rem;
        margin-bottom: 0.1rem;
    }
    .top .head .t_link a{

    }
    .top .head .t_link span{
        color: #c8c8c8;
    }
    .top .head .t_link span:last-child{
        display: none;
    }
    /*搜索*/
    .top .head .seek{
        width: 3rem;
        height: 0.32rem;
        overflow: hidden;
        border: 1px solid #bfbfbf;
        border-radius: 0.22rem;
        position: relative;
        margin-right: 0.15rem;
        margin-top: 0.1rem;
    }
    .top .head .seek .text{
        padding-left: 0.1rem;
        width: calc(100% - 0.5rem);
        height: 0.32rem;
        float: left;
        background-color: transparent;
        font-size: 0.14rem;
        color: #999999;
    }
    .top .head .seek .text::-webkit-input-placeholder{
        color: #999999;
    }
    .top .head .seek .text::-moz-placeholder{
        color: #999999;
    }
    .top .head .seek .text:-ms-input-placeholder{
        color: #999999;
    }
    .top .head .seek .submit{
        width: 0.22rem;
        background-image: url(../images/header/ss.png);
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 100% auto;
        line-height: 0.32rem;
        cursor: pointer;
        float: right;
        margin-right: 0.12rem;
    }

    /*导航*/
    .nav {
        background: #f2f2f2;
        position: relative;
        padding: 2vw;
    }
    .nav .mobNav {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .nav .mobNav .toolBar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 8vw;
        overflow: hidden;
    }
    .nav .mobNav .menuBtn {
        padding: 0;
        margin: 0;
        height: 8vw;
        width: 8vw;
        background: orange url(../images/header/bar.png) center center no-repeat;
        background-size: 7vw 7vw;
        border: none;
        outline: none;
        border-radius: 1px;
    }
    .nav .mobNav .menuBtn:active {
        opacity: 0.8;
    }
    .nav .mobNav .menuBtn.close {
        background: orange url(../images/header/close.png) center center no-repeat;
        background-size: 5vw 5vw;
    }
    .nav .mobNav a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }
    .nav .mobNav a img {
        height: 100%;
        width: auto;
    }
    .nav .mobNav span {
        width: 8vw;
        height: 8vw;
    }
    .nav .dropdown {
        position: absolute;
        left: 0;
        top: 12vw;
        width: 100vw;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
        display: none;
    }
    .nav .dropdown .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav .dropdown .menu li {
        width: 100vw;
    }
    .nav .dropdown .menu li:last-child a {
        border-bottom: 0;
    }
    .nav .dropdown .menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: none;
        text-indent: 2vw;
        border-bottom: 1px solid #ddd;
    }
    .nav .dropdown.show {
        display: block;
    }

    /*二级菜单*/
    .nav .menu ul{
        position: relative;
        top: 0;
    }

    /*搜索*/
    .nav .mobNav .seek{
        width: 4.27rem;
        height: 0.6rem;
        overflow: hidden;
        background-color: #0053a6;
        border-radius: 0.3rem;
        position: relative;
        float: right;
    }
    .nav .mobNav .seek .text{
        padding-left: 0.1rem;
        width: calc(100% - 0.7rem);
        height:0.6rem;
        float: left;
        background-color: transparent;
        font-size: 0.14rem;
        color: #b9dfff;
    }
    .nav .mobNav .seek .text::-webkit-input-placeholder{
        color: #b9dfff;
    }
    .nav .mobNav .seek .text::-moz-placeholder{
        color: #b9dfff;
    }
    .nav .mobNav .seek .text:-ms-input-placeholder{
        color: #b9dfff;
    }
    .nav .mobNav .seek .submit{
        width: 0.4rem;
        background-image: url("../images/header/ss.png");
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 100% auto;
        line-height: 0.6rem;
        cursor: pointer;
        float: right;
        margin-right: 0.12rem;
    }



}


/*banner*/
.banner img{
    width: 100%!important;
    height: auto!important;
}
.banner table{
    width: 100%;
}
.banner #flashBoxu_u4_,.banner #flashBoxu_u3_{
    width: 100%!important;
    height: auto!important;
}





















