﻿
/* CSS Document */
@import "alert.css";

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none; */
    -webkit-text-size-adjust: none;
}

html, body, div, p, span, font, em, ul, ol, li, dl, dt, dd, table, tr, td, input, button, a {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background: #fff;

}

ul, ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    /*color: #e22323;*/
}

img {
    border: 0px;
    vertical-align: top;
}

em, i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}

input, button, textarea {
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: none;
    -webkit-tap-highlight-color:transparent;
}
input::-webkit-input-placeholder{
    color:#fff;
    opacity: 0.5;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
    opacity: 0.5;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
    opacity: 0.5;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#fff;
    opacity: 0.5;
}
header{
    position: relative;
}
.wap-top{
    height: 2.2rem;
    background: #1a5284;
    overflow: hidden;
}
.wap-top a.wza{
    color: #fff;
    margin-left: 0.3rem;
}
.wap-top .lang{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding:0 0.3rem;
    height:0.8rem;
    line-height: 0.8rem;
    font-size: 14px;

    text-align: right;
}
.wap-top .lang a{
    color: #fff;
}
[data-dpr="2"] .wap-top .lang{
    font-size: 28px;
}
[data-dpr="3"] .wap-top .lang{
    font-size: 42px;
}
.wap-top .wap-logo{
    float: left;
    margin: 0.3rem 0 0 0.2rem;
    width:8rem;
    height: 0.8rem;
}
.wap-top .wap-logo img{
    width:100%;
}
.wap-top .wap-menu{
    float: right;
    margin: 0.23rem 0 0 0.3rem;
    width:0.47rem;
    height: 0.36rem;
    background: url("../image/wapmenuicon.png") left top no-repeat;
    background-size: 100%;
    cursor: pointer;
    text-indent: 100000px;
    /*line-height: 0.36rem;*/
    overflow: hidden;
}
.wap-menu-cont{
    position: absolute;
    left: 0;
    top:2.19rem;
    background: #11497c;
    width:100%;
    overflow: hidden;
    display: none;
    z-index: 9;
}
.wap-search{
    width:9.2rem;
    height: 1.07rem;
    border-radius: 0.5rem;
    background: #1a5284;
    margin: 0.53rem 0.4rem 0;
    clear: both;
    overflow: hidden;
}
.wap-search input[type=text]{
    float: left;
    height: 1.07rem;
    line-height: 1.07rem;
    font-size: 14px;
    color: #fff;
    padding: 0 0.53rem;
    width:7.6rem;
}
[data-dpr="2"] .wap-search input[type=text]{
    font-size: 28px;
}
[data-dpr="3"] .wap-search input[type=text]{
    font-size: 42px;
}
.wap-search input[type=submit],.wap-search a.btn_search1{
    float: right;
    border:0;
    border-left: 1px solid #48759d;
    height:0.55rem;
    margin-top: 0.26rem;
    width:1.6rem;
    background: url("../image/wapsearch.png") center center no-repeat;
    background-size: 27%;
}
.wap-search-keyword{
    font-size: 12px;
    color: #fff;
    width:9.2rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.8rem;
}
[data-dpr="2"] .wap-search-keyword{
    font-size: 22px;
}
[data-dpr="3"] .wap-search-keyword{
    font-size: 33px;
}
.wap-search-keyword a{
    color: #fff;
    margin: 0 0.1rem;
}
.wap-search-keyword dt{
    display: inline;
}
.wap-search-keyword dd{
    display: inline;
}
.wap-nav{
    margin-top: 0.2rem;
    overflow: hidden;
}
.wap-nav li{
    float: left;
    width:33.333%;
    height: 3.08rem;
    border-top:1px solid #416d96;
    border-right:1px solid #416d96;
    text-align: center;
}
.wap-nav li:nth-child(3),.wap-nav li:nth-child(6),.wap-nav li:nth-child(7){
    border-right: 0;
}
.wap-nav li:nth-child(7){
    width:100%;
    height: 1.6rem;
}
.wap-nav li a{
    color: #fff;
    font-size: 14px;
    display: block;
    height: 3.08rem;
    padding-top:1.92rem;
    background-size: 25%;
}
[data-dpr="2"] .wap-nav li a{
    font-size: 28px;
}
[data-dpr="3"] .wap-nav li a{
    font-size: 42px;
}
.wap-nav li:nth-child(1) a{
    background: url("../image/wapnav-1.png") center 0.893rem no-repeat;
    background-size: 24%;
}
.wap-nav li:nth-child(2) a{
    background: url("../image/wapnav-2.png") center 0.893rem no-repeat;
    background-size: 20%;
}
.wap-nav li:nth-child(3) a{
    background: url("../image/wapnav-3.png") center 0.893rem no-repeat;
    background-size: 24%;
}
.wap-nav li:nth-child(4) a{
    background: url("../image/wapnav-4.png") center 0.893rem no-repeat;
    background-size: 22%;
}
.wap-nav li:nth-child(5) a{
    background: url("../image/wapnav-5.png") center 0.893rem no-repeat;
    background-size: 24%;
}
.wap-nav li:nth-child(6) a{
    background: url("../image/wapnav-6.png") center 0.893rem no-repeat;
    background-size: 24%;
}
.wap-nav li:nth-child(7) a{
    background: url("../image/wapnav-7.png") 3.56rem center no-repeat;
    background-size: 8%;
    height: 1.6rem;
    padding:0 0 0 0.8rem;
    line-height: 1.6rem;
}

footer{
    text-align: center;
    font-size: 12px;
    color: #8fb6d9;
    line-height: 1.8;
    background: #1a5284;
    padding:0.8rem 0;
    margin-top: 1.33rem;
}
footer strong{
    display: block;
    color: #fff;
}
footer strong a{
    color: #fff;
}
[data-dpr="2"] footer{
    font-size: 20px;
}
[data-dpr="3"] footer{
    font-size: 30px;
}
[data-dpr="2"] footer strong{
    font-size: 24px;
}
[data-dpr="3"] footer strong{
    font-size: 36px;
}
footer ul{
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 0 2rem;
    margin-top: 0.4rem;
    align-items: center;
}
footer ul li:first-child img{
    width:1.386rem;
}
footer ul li:nth-child(2) img{
    width:2.93rem;
}

.mt{
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #dddddd;
    font-size: 17px;
}
[data-dpr="2"] .mt{
    font-size: 34px;
}
[data-dpr="3"] .mt{
    font-size: 51px;
}
.tab-menu li{
    float: left;
    margin-right: 0.15rem;
    color: #cccccc;

}

.tab-menu li span{
    float: left;
    height: 1rem;
    position: relative;
    margin-right: 0.2rem;
    color: #333;
    cursor: pointer;
}
.tab-menu li.cur span{
    color: #d60000;
}
.tab-menu li.cur span:after{
    position: absolute;
    left: 0;
    bottom:0;
    content: '';
    height: 2px;
    width:100%;
    display: block;
    background: #d60000;
}
.tab-menu li:last-child span,.tab-menu li:last-child{
    margin-right: 0;
}
.tab-menu li em{
    float: left;
    border-left: 1px solid #cccccc;
    height:0.4rem;
    width:2px;
    margin-top: 0.33rem;
}
.mt > span{
    float: left;
    height: 1rem;
    position: relative;
}
.mt > span:after{
    position: absolute;
    left: 0;
    bottom:0;
    content: '';
    height: 2px;
    width:100%;
    display: block;
    background: #d60000;
}
.mt .moregroup{
    float: right;
}
.mt a.more{
    float: right;
    padding-top:0.33rem;
    height: 1rem;
    width: 0.5rem;
}
.mt a.more img{
    width: 100%;
}
/*.mt a.more img{*/
    /*width:50%;*/
/*}*/
.mt .moregroup li{
    display: none;
    width: 0.5rem;
}
.mt .moregroup li img{
    width: 100%;
}
.mt .moregroup li:nth-child(1){
    display: block;
}
.u-list{
    margin-top: 0.2rem;
}
.u-list li{
    font-size:14px;
    line-height: 1.8;
    background: url("../image/wapdot.png") left 0.35rem no-repeat;
    background-size: 0.8%;
    padding-left:0.2rem;
    float: left;
    width: 100%;
}
[data-dpr="2"] .u-list li{
    font-size: 28px;
    background: url("../image/wapdot.png") left 0.26rem no-repeat;
    background-size: 1%;
    padding-left:0.4rem;
}
[data-dpr="3"] .u-list li{
    font-size: 42px;
    background: url("../image/wapdot.png") left 0.3rem no-repeat;
    background-size: 1%;
    padding-left:0.4rem;
}
/*.u-list li:before{*/
    /*content: '';*/
    /*float: left;*/
    /*color: #dddddd;*/
    /*width:0.1rem;*/
    /*height: 0.1rem;*/
    /*background: #dddddd;*/
    /*border-radius: 50%;*/
    /*margin-right: 0.2rem;*/
    /*margin-top:0.3rem;*/
/*}*/
.u-list li span{
    font-size:12px;
    color: #999999;
    padding-left: 0.2rem;
}
[data-dpr="2"] .u-list li span{
    font-size: 22px;
}
[data-dpr="3"] .u-list li span{
    font-size: 33px;
}
.main{
    padding:0 0.4rem;
}
.path{
    line-height: 0.57rem;
    color: #666666;
    font-size: 12px;
    background: url(../image/waphomeicon.png) #f5f5f5 0.1rem 0.2rem no-repeat;
    background-size: 5%;
    padding: 0.15rem 0 0.15rem 0.7rem;
}
[data-dpr="2"] .path{
    font-size: 22px;
}
[data-dpr="3"] .path{
    font-size: 33px;
}
.path a:last-child{
    color: #1a5284;
}
.page{
    text-align: center;
    margin-top: 0.8rem;
    padding:0 0.4rem;
}
.page li{
    display: inline-block;
    font-size: 14px;
    height:0.6rem;
    line-height: 0.6rem;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 0.2rem;
}
[data-dpr="2"] .page li{
    font-size: 28px;
}
[data-dpr="3"] .page li{
    font-size: 42px;
}
.page li a{
    display: block;
    background: #e9ebee;
    height:0.6rem;
    line-height: 0.6rem;
    padding:0 0.2rem;
    border-radius: 4px;
}
.page li span{
    float: left;
}
.page li input{
    border:1px solid #e9ebee;
    border-radius: 4px;
    background: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    width:0.6rem;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
    float: left;
}
[data-dpr="2"] .page li input{
    font-size: 28px;
}
[data-dpr="3"] .page li input{
    font-size: 42px;
}
.page li button{
    width:1rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 14px;
    color: #1a5284;
    border:1px solid #1a5284;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    float: left;
}
[data-dpr="2"] .page li button{
    font-size: 28px;
}
[data-dpr="3"] .page li button{
    font-size: 42px;
}
.page li.cur a{
    background: #1a5284;
    color: #fff;
}

.wap-lysearch{
    width:9.2rem;
    height: 0.8rem;
    border-radius: 0.5rem;
    background: #f6f6f6;
    border:1px solid #dddddd;
    margin:0.27rem 0 0.2rem;
    clear: both;
    overflow: hidden;
}
.wap-lysearch input{
    float: left;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
    color: #fff;
    padding: 0 0.53rem;
    width:7.5rem;
}
[data-dpr="2"] .wap-lysearch input{
    font-size: 28px;
}
[data-dpr="3"] .wap-lysearch input{
    font-size: 42px;
}
.wap-lysearch button{
    float: right;
    border:0;
    border-left: 1px solid #dddddd;
    height:0.54rem;
    margin-top: 0.13rem;
    width:1.6rem;
    background: url("../image/wapsearchgrey.png") center center no-repeat;
    background-size: 27%;
}
.wap-lysearch input::-webkit-input-placeholder{
    color:#333;
}
.wap-lysearch input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#333;
}
.wap-lysearch input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#333;
}
.wap-lysearch input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#333;
}

.mt > a > span{
    float: left;
    height: 1rem;
    position: relative;
}
.mt > a > span:after{
    position: absolute;
    left: 0;
    bottom:0;
    content: '';
    height: 2px;
    width:100%;
    display: block;
    background: #d60000;
}


.toTop {
    position: fixed;
    right: 3%;
    bottom: 15%;
    z-index: 99999;
    display: none;
}

.toTop img {
    width: 100px;
    height: 100px;
}

.error{
    background: url("../image/wap404bg-1.png") center 1.24rem no-repeat;
    background-size: 50%;
    padding:5.24rem 0.8rem 1rem;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
}
[data-dpr="2"] .error{
    font-size: 24px;
}
[data-dpr="3"] .error{
    font-size: 36px;
}
.error img{
    width:3.88rem;
    margin-bottom: 0.6rem;
}
.error p{
    text-indent: 2em;
    text-align: left;
    word-break: break-all;
}
.error p a{
    font-weight: bold;
    color: #1a5284;
    padding:0 0.1rem
}
.error .btn-group{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}
[data-dpr="2"] .error .btn-group{
    font-size: 28px;
}
[data-dpr="3"] .error .btn-group{
    font-size: 42px;
}
.error .btn-group a.goindex{
    display: inline-block;
    width:2.68rem;
    height:0.8rem;
    border-radius: 4px;
    font-weight:bold;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    background: #d60000;
}
.error .btn-group a.back{
    display: inline-block;
    width:2.68rem;
    height:0.8rem;
    border-radius: 4px;
    font-weight:bold;
    color: #d60000;
    text-align: center;
    line-height: 0.8rem;
    background: #fff;
    border:1px solid #d60000;
    margin-left: 0.53rem;
}
@media screen and (max-width: 600px) {
    .toTop img {
        width: 50px;
        height: 50px;
    }
}
