@charset "utf-8";
/* CSS Document */
.header{
    height: 250px;
    background: url("../images/bannerbg.png") no-repeat center bottom;
    background-size: cover;
    height: 570px;
    position: relative;
}
.headTop{
    height: 40px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}
.date{
    line-height: 40px;
    color: #1755ba;
    float: left;
}
.topRight{
    float: right;
}
.topLinks{
    float: left;
    line-height: 40px;
}
.topLinks li{
    float: left;
}
.topLinks span{
    float: left;
    color: #82d9ff;
    padding: 0 15px;
}
.topLinks li a{
    color: #1755ba;
}
.topLinks li a:hover{
    text-decoration: underline;
}
.topBtns{
    float: left;
}
.topBtns a{
    display: block;
    height: 32px;
    margin-top: 4px;
    border-radius: 16px;
    padding: 0 10px;
    color: #fff;
    line-height: 32px;
    margin-left: 10px;
    float: left;
    background: #4da0e2;
}

.topBtns a.topa1{
    background: #c3212a url("../images/icon-laoren.png") no-repeat 10px center;
}
.topBtns a.topa1:hover{
    background: #eb1e28 url("../images/icon-laoren.png") no-repeat 10px center;
}
.topBtns a.topa1 span{
    padding-left: 20px;
}
.topBtns a.topa2{
    background: #4da0e2 url("../images/icon-wza.png") no-repeat 10px center;
}
.topBtns a.topa2:hover{
    background: #45a6f5 url("../images/icon-wza.png") no-repeat 10px center;
}
.topBtns a.topa2 span{
    padding-left: 20px;
}
.logo{
    text-align: center;
    margin-top: 50px;
}
.searchBox{
    width: 780px;
    margin: 0 auto;
    margin-top: 50px;
}
.search{
    height: 60px;
    background: rgba(211,241,255,0.9) url("../images/ss-icon.png") no-repeat 18px center;
    border-radius: 30px;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
}
.ss-input{
    height: 50px;
    margin-left: 65px;
    width: 530px;
    background: none;
    border: none;
    outline: none;
}
.ss-submit{
    height: 50px;
    width: 125px;
    position: absolute;
    top: 5px;
    right: 5px;
    background:  url("../images/iconL.png") 0 center no-repeat,url("../images/iconR.png") right center no-repeat,linear-gradient(to right, #1388ea, #1674d2);
    border-radius: 25px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.tip-list{
    color: #fff;
    padding: 0 35px;
    margin-top: 5px;
}
.tip-list a{
    color: #fff;
    padding: 0 5px;
    border-radius: 10px;
}
.tip-list a:hover{
    background: #1755ba;
}
.navbar{
    height: 70px;
    border-top: 1px solid #6fb2fe;
    border-bottom: 1px solid #6fb2fe;
    background: rgba(57, 108, 215, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.nav{
    width: 1300px;
    margin: 0 auto;
    height: 70px;
}
.nav li{
    float: left;
    line-height: 70px;
}
.nav li.ali1{
    width: 154px;
}

.nav li a{
    display: block;
    height: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0 23px;
}
.nav li a img{
    margin-right: 10px;
    float: left;
    display: block;
    height: 20px;
    margin-top: 25px;
}
.nav li a:hover{
    background: #1491ff url("../images/navbg.png") no-repeat center bottom;
}
.nav li.ali1 a{
    background: #1491ff url("../images/navbg.png") no-repeat center bottom;
    text-align: center;
    font-size: 24px;
}
.footer{
    height: 330px;
    background: linear-gradient(to top, #0f5cdc, #0777ff);
}
.fooTop{
    height: 70px;
    border-bottom: 1px solid #dff1ff;
    box-sizing: border-box;
    padding-top: 10px;
}
.yqljbox{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
.yqlj{
    margin-right: -14px;
}
.yqlj li{
    float: left;
    height: 60px;
    width: 205px;
    margin-right: 14px;
    box-sizing: border-box;
    /* position: relative; */
}
.yqlj li:nth-child(4){
    width: 215px;
}
.yqlj li:last-child{
    width: 195px;
}
.yqlj li h4 a{
    display: block;
    background: #fff url("../images/links-up.png") no-repeat right 10px  center;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.yqlj li:hover h4 a{
    background: #fff url("../images/links-hover.png") no-repeat right 10px center; 
}
.yqlj li dl{
    position: absolute;
    width: 1300px;
    height: 105px;
    background: #fff;
    overflow: auto;
    top: 60px;
    left: 0;
    padding: 10px 25px;
    box-sizing: border-box;
    display: none;
}
.yqlj li:hover dl{
    display: block;
}
.yqlj li dl dt{
    margin-bottom: 10px;
    float: left;
    width: 20%;
    padding-right: 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yqlj li dl dt a:hover{
    text-decoration: underline;
}
.fooL{
    float: left;
    width: 800px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #fff;
}
.fLinks li{
    float: left;
    width: 120px;
    text-align: center;
}
.fLinks li a img{
    height: 24px;
    margin-bottom: 5px;
}
.fLinks li a{
    color: #fff;
}
.fLinks li a:hover p{
    text-decoration: underline;
}
.fooL p a{
    color: #fff;
}
.fooL p a:hover{
    text-decoration: underline;
}
.gongan{
    background: url("../images/gongan.png") no-repeat 0 center;
    padding-left: 25px;
}
.fooR{
    float: right;
}
.fooR .red{
    float: left;
    margin-top: 45px;
}
.fooR .jiucuo{
    float: left;
    margin-top: 50px;
    margin-left: 35px;
}
.gzhcode{
    float: left;
    width: 120px;
    text-align: center;
    margin-left: 20px;
}
.gzhcode img{
    display: block;
    width: 100%;
}
.gzhcode p{
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
}
/* 手机头部 s */
.m-head{
    background: url("../images/bannerbg.png") no-repeat center top;
    background-size: cover;
    padding-top: 20px;
    display: none;
}
.mLogo{
    text-align: center;
}
.mLogo img{
    width: 80%;
}
.mSearch{
    height: 40px;
    background: rgba(211, 241, 255, 0.9) url("../images/ss-icon.png") no-repeat 10px center;
    background-size: 24px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    border-radius: 20px;
}
.mInput{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: none;
    padding-left: 38px;
}
.mSubmit{
    height: 40px;
    width: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    background:  url("../images/iconL.png") -8px center no-repeat,url("../images/iconR.png") right -8px center no-repeat,linear-gradient(to right, #1388ea, #1674d2);
    border-radius: 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
}
.mNav{
    box-sizing: border-box;
    padding: 10px 0;
    background: rgba(57, 108, 215, 0.6);
    margin-top: 25px;
    border-top: 1px solid #6fb2fe;
    display: flex;
    flex-wrap: wrap;
}
.mNav li{
    width: 25%;
    text-align: center;
    font-size: 15px;
}
.mNav li a{
    color: #fff;
    display: block;
    line-height: 30px;
}
.mFooter{
    background: linear-gradient(to top, #0f5cdc, #0777ff);
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    display: none;
}
.mFooter p a{
    color: #fff;
}
.mFooter p a.mgongan{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mFooter p a.mgongan img{
    margin-right: 5px;
}
/* 手机头部 e */