.head{
    height: 960px;
    background: url(../images/serve.png) no-repeat;
}
.head>div>span{
    display: inline-block;
    margin-top: 174px;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
}
.head>div>p{
    width: 1010px;
    height: 100;
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 29px;
}
.head li{
    display: inline-block;
    margin-right: 73px;
    margin-top: 34px;
}
.head ul{
    margin-bottom: 100px;
}
.head li img{
    width: 100px;
    height: 100px;
}
.head li span{
    width: 200px;
    height: 30px;
    line-height: 100px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 20px;
}
.head .phone{
    width: 680px;
    height: 150px;  
    padding: 40px 0px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}
.head .phone img{
    margin-left: 105px;
    margin-right: 40px;
    height: 70px;
}
.head .phone span{
    color: #FFFFFF;
    display: block;
}
.head .phone p{
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}
.head .postbox{
    width: 680px;
    height: 150px;  
    padding: 40px 0px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}
.head .postbox img{
    margin-left: 105px;
    margin-right: 40px;
    height: 70px;
}
.head .postbox span{
    color: #FFFFFF;
    display: block;
}
.head .postbox p{
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}

/* 资料下载样式 */
.download{
    margin-bottom: 100px;
}
.download>p{
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}
.download ul{
    display: flex;
}
.download li{
    margin-right: 37px;
}
.download li:nth-child(3n){
    margin-right: 0px;
}
.download li img{
    width: 440px;
    height: 223px;
}
.download li p{
    color: #000000;
    margin: 20px 0px;
}
.download li span{
    font-size: 18px;
    color: #A8875A;
    display: block;
    margin-bottom: 18px;
    cursor: pointer;
}
.download li .look-more{
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    color: #004386;
    margin-top: 12px;
}

/* 软件下载弹窗样式 */
.appDownload{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}
.appDownload .text{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 820px;
    height: 385px;
    background: #FFFFFF;
    text-align: center;
}
.appDownload .text p{
    font-size: 28px;
    line-height: 37px;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 34px;
    position: relative;
}
.appDownload .text input::-webkit-input-placeholder{color:#C4C4C4;}
.appDownload .text input{
    width: 540px;
    height: 40px;
    display: block;
    margin: 0px auto;
    font-size: 14px;
    color: #333333;
    border: 1px solid #C4C4C4;
}
.appDownload .text .user{
    margin-bottom: 9px;
    background: url(../img/serve12.png)no-repeat right 12px center;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
}
.appDownload .text .password{
    background: url(../img/serve13.png)no-repeat right 12px center;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
}
.appDownload .text .submit{
    width: 180px;
    height: 50px;
    border: none;
    background: url(../img/serve11.png)no-repeat;
    background-size: 11%;
    background-position: 57px center;
    color: #FFFFFF;
    background-color: #003C78;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 47px;
    cursor: pointer;
    font-size: 14px;
}
.appDownload .close{
    position: absolute;
    top: 0px;
    right: -70px;
    cursor: pointer;
}

/* 文档其他下载框 */
.textDownload{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}
.textDownload .text{
    width: 820px;
    height: 745px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #FFFFFF;
    padding-left: 72px;
    padding-right: 100px;
    box-sizing: border-box;
}
.textDownload .text>p:nth-child(1){
    font-size: 28px;
    line-height: 61px;
    color: #333333;
    border-bottom: 1px solid #C4C4C4;
    margin-top: 40px;
}
.textDownload .text>p:nth-child(2){
    margin-top: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 54px;
}
.textDownload .text li{
    float: left;
    margin-bottom: 20px;
}
.textDownload .text li:nth-child(2n-1){
    margin-right: 30px;
}
.textDownload .text li p{
    font-size: 15px;
    line-height: 21px;
    color: #333333;
}
.textDownload .text li input{
    width: 300px;
    height: 30px;
    border: 1px solid #C4C4C4;
}
.textDownload .text li:nth-child(7) input{
    width: 630px;
    height: 110px;
}
.textDownload .text li:nth-child(7) span{
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    float: right;
}
.textDownload .text .submit{
    width: 180px;
    height: 50px;
    border: none;
    background: url(../img/serve11.png)no-repeat;
    background-size: 11%;
    background-position: 57px center;
    color: #FFFFFF;
    background-color: #003C78;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 47px;
    cursor: pointer;
    font-size: 14px;
}
.textDownload .close{
    position: absolute;
    top: 0px;
    right: -70px;
    cursor: pointer;
}

.new-load{padding: 190px 0 150px;}
.new-load .top{display: flex;justify-content: space-between;}
.new-load .top .title{font-size: 40px;color: #333;line-height: 50px;font-weight: bold;}
.new-load .top .search{display: flex;}
.new-load .top .text{display: block;box-sizing: border-box;width: 387px;height: 50px;border:1px solid #C4C4C4;border-radius: 2px 0 0 2px;border-right: none;font-size: 14px;color: #A8A8A8;padding-left: 44px;outline: none;background: url('../images/load_search.png') no-repeat 15px center;background-size: 19px 19px;}
.new-load .top .submit{display: block;width: 68px;height: 50px;border:none;background: #004386;font-size: 15px;color: #fff;border-radius: 0 2px 2px 0;}
.new-load .warp{margin-top: 75px;display: flex;justify-content: space-between;}
.nav-list{width: 290px;}
.nav-list li{border-bottom: 1px solid #EAECF2;}
.nav-list li .link{display: flex;height: 72px;font-size: 20px;color: #000;position: relative;align-items: center;}
.nav-list li .link::after{content: '';position: absolute;width: 20px;height: 20px;right: 20px;top: 50%;margin-top: -10px;background: url('../images/load_arrow.png') no-repeat;background-size: 20px 40px;}
.nav-list li .link .img{display: flex;align-items: center;justify-content: center;width: 26px;height: 26px;margin-right: 12px;}
.nav-list li .link .img img{display: block;max-width: 26px;max-height: 26px;}
.nav-list li .link .img .hover{display: none;}
.nav-list li .erify{border-top: 1px solid #EAECF2;padding: 20px 0;display: none;}
.nav-list li .erify a{display: block;padding-left: 38px;font-size: 16px;color: #333;line-height: 21px;margin-bottom: 20px;}
.nav-list li .erify a:last-child{margin-bottom: 0;}
.nav-list li .erify a.active,
.nav-list li .erify a:hover{font-weight: bold;}
.nav-list li:hover .img img,
.nav-list li.active .img img{display: none;}
.nav-list li:hover .img .hover,
.nav-list li.active .img .hover{display: block;}
.nav-list li:hover .link,
.nav-list li.active .link{color: #004386;}
.nav-list li.active .link::after{background-position: 0 -20px;}
.nav-list li.active .erify{display: block;}
.load-list{width: calc(100% - 335px);}
.load-list li{height: 80px;margin-bottom: 7px;display: flex;background: #F8F9FB;align-items: center;justify-content: space-between; padding: 0 20px 0 28px;cursor: pointer;}
.load-list li .view{display: block;font-size: 20px;color: #333;line-height: 26px;font-weight: bold;}
.load-list li .load{display: flex;width: 140px;height: 40px;justify-content: center;align-items: center;font-size: 14px;color: #fff;background: #003C78;}
.load-list li .load i{display: block;width: 16px;height: 16px;background: url('../images/load_icon.png') no-repeat;background-size: cover;margin-right: 12px;}
.load-list li:hover{background: #F1F4F9;}
.load-list li:hover .view{color: #004386;}


