@charset "UTF-8";

*{    padding: 0; margin:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '微软雅黑' !important;
}
table{
    word-break: break-all;
}


img,input{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
.px1350{
    max-width: 1350px;
    margin: 0 auto;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.pic img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    transition: all .3s;
    height: 100%;
   object-fit: cover;
}



.top{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 24px;
    padding-bottom: 30px;
    background: url("../images/top-bg.png") repeat-x top center;
    z-index: 999;
    transition: all .3s;
}
.top.on{
    padding: 10px 0;
    background: #2a6eab;
}
.logo{
    float: left;
    width: 30%;
    max-width: 395px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}
.h-right {background-size: 40%;
    float: right;
    width: 70%;
    padding-top: 19px;
    background: url(../images/dbxxt.png) 100px top no-repeat;
}
.search-link{
    text-align: right;
    font-size: 0;
}
.search{
    display: inline-block;
    width: 181px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.search input[type='text']{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    color: #fff;
    padding-left: 15px;
    padding-right: 35px;
    background: rgba(255, 255, 255, 0.3);
}
.search input[type='image']{
    position: absolute;
    right:4px;
    top:  0;
    width: 28px;
    height: 28px;
    padding:4px 4px 7px 6px ;
}
.link{
    display: inline-block;
    vertical-align: middle;
}
.link>a{
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 0 15px;
}
.nav{
    margin-top: 12px;
}
.nav>ul>li{
    float: left;
    width: 10%;
    text-align: center;
    line-height: 48px;
    position: relative;
}
.nav>ul>li>a{
    display: block;
    font-size: 18px;
    color: #fff;
    transition: all .3s;
}
.sub-two {
    position: absolute;
    width: 125%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: #0061aa;
    border-radius: 0;
    display: none;  height: auto !important;
}
.sub-two>li{
    position: relative;
}
.sub-two>li>a,.sub-three>li>a{
    display: block;
    font-size: 16px;
    line-height: 36px;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    transition: all .3s;
}
.sub-three{
    position: absolute;
    width: 130px;
    top: 0;
    left: 102%;
    display: none;

}
.sub-three>li>a{
    display: block;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #eebb59;
    transition: all .3s;
}
.sub-two>li:hover .sub-three{
    display: block;
}
.sub-two>li:hover>a,.sub-three>li:hover>a{
    background: #cee0ed;
    color: #0061aa;
    text-decoration: underline;
}
.nav>ul>li.on>a {
    color: #0061aa;
    background-color: #fff;
}
.nav{
    margin-top: 12px;
}


.footer {
    padding-top: 129px;
    padding-bottom: 108px;
    background: url("../images/footer.jpg") no-repeat center center;
    background-size: cover;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.f-l {
    width: 44.07%;
    padding-left: 190px;
}
.f-c{
    width: 30.22%;
}
.f-r{
    width: 25.71%;
}
.f-l h4,.f-c h4,.f-r h4{
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
}
.p-text{
    font-size: 12px;
    line-height: 1;
    color: #818181;
    margin-top: 42px;
}
.p-text p{
    margin-top: 21px;
}
.p-img{
    margin-top: 37px;
}
.p-img p{
    font-size: 12px;
    line-height: 21px;
    color: #818181;
    margin-top: 10px;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: left center;
}
.p-img p:first-child{
    background-image: url("../images/f-icon.png");
}
.p-img p:nth-child(2){
    background-image: url("../images/f-icon2.png");
}
.p-img p:nth-child(3){
    background-image: url("../images/f-icon3.png");
}
.p-img p:nth-child(4){
    background-image: url("../images/f-icon4.png");
}
.bq p{
    display: inline-block;
    font-size: 12px;
    color: #818181;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}
.bq{
    font-size: 0;
    margin-top: 56px;
    text-align: center;
}
.bq img{
    display: inline-block;
    width: 25px;
    height: 31px;
    vertical-align: middle;
    margin-right: 40px;
}.wap{
    display: none;
}
.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1350px){
    .px1350{
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav>ul>li>a{
        font-size: 18px;
    }

}

@media screen and (max-width: 1024px){
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #3972a7;
        padding: 10px;
        z-index: 999;

    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 56px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;

        display: inline-block;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #3972a7;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
       min-height: 700px;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url('../images/nav-icon.png') no-repeat center center;
        background-size: 10px 12px;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .f-l{
        padding-left: 60px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 680px){
    .m-logo img{
        max-height: 40px;
    }
    .fl,.fr{
        float: none;
        width: auto;
        padding: 0;
    }
    .p-text{
        margin-top: 0;
    }
    .p-img {
        margin-top: 18px;
    }
    .f-c{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .bq {
        margin-top: 25px;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .bq p{
        line-height: 1.5;
    }
    margin: 0;

}
@media screen and (max-width: 1350px){}
@media screen and (max-width: 1350px){}
@media screen and (max-width: 1350px){}



.p-img p {
    position: relative;
    cursor: pointer;
}
.p-img p span{
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
    margin-top: 16px;
    padding: 10px;
    width: 100px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-10px);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}
.p-img  p .code img {
    display: block;
    width: 100%;
}
.p-img  p:hover .code {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.p-img  p .code:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    font-size: 0;
    border-top-color: #fff;
    transform: translateX(-50%);
}