@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}


.cont img{max-width:100%;margin: 5px 0px;}
.cont p{text-indent:2em;line-height: 28px !important;}
.cont video{
height:auto !important;
max-width:100%;
}
.cont .vsbcontent_img{text-align: center;}
.cont .table{
overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.cont .table table{
    margin: 0 auto;
    width: auto;
    max-width: 895px;
}

.cont .table p{
text-indent:0px;
}
html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}
.pb_sys_common .p_pages {
    line-height: 30px;
   
}
.art-main ul li a {
    display: inline-block;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #283c67 !important;
    color: #fff;
    background-color: #283c67 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}

/* 弹出搜索框 */
.mt-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    display: none;
}

.mt-bj {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.mt-info {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 600px;
    height: 60px;
}

.ipt_tx {
    width: 100%;
    height: 60px;
    display: block;
    padding: 10px;
    padding-right: 100px;
    font-size: 22px;
}

.ipt_btn{
    position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/ser.png) no-repeat #142342;
    background-position: center center;
}


/* icon摇晃 */
@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#94070a, #94070a);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #94070a;
}

a:hover .titline i {
    background-size: 100% 1px;
}




/* 头部导航 */
.nav-box {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.nav>ul>li {
    float: left;
    position: relative;
    width: 8%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 62px;
    position: relative;
    color: #fff;
}

.nav>ul>li.on>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f58c00;
    width: 0;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    white-space: nowrap;
    padding: 0 10px;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background-color: #142342;
}

.nav>ul>li.active>a {
    background-color: #f58c00;
    color: #fff;
    font-weight: 600;
}


/* head */
body{
    padding-top: 188px;
}
.head {
    background: url(../images/head-bj.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.logo{
    float: left;
}
.h-top{
    padding: 18px 0;
}
.h-top>.px1400{
    position: relative;
}

.h-right{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0;
    padding-right: 45px;
}
.h-right a,.h-right span{
    font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
    display: inline;
}
.h-right a:hover{
    opacity: 0.7;
}
.h-right span{
    margin: 0 20px;
    opacity: 0.5;
}
.ser{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 19px;
    background: url(../images/ser.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}



/* foot */
.s4{
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 90px;
}

.s4 .tit h3{
    color: #fff;
}

.s4 .tit::after{
    background: url(../images/tit2.png) no-repeat center center;
    background-size: 100% 100%;
}
.yq-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
}
.yq-link ul li {
    width: 23%;
    margin-bottom: 45px;
}
.yq-link ul div{
    width: 23%;
    height: 0;
}
.yq-link ul li a{
    height: 60px;
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    transition: all 0.3s;
    padding: 0 10px;
}

.yq-link ul li a:hover{
    background-color: #4368B4;
}
.yq-link ul li a:hover span{
    color: #fff;
}
.yq-link ul li a span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    color: #2D2D2D;
    width: 100%;
}

.yq-link{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.foot{
    padding: 40px 0;
}
.foot>.px1400{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
}

.f-lx p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}


























@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width:1024px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .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;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #142342;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 35px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        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;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .m-search input[type="text"] {
        /* display: block; */
        width: 86%;
        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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #142342;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }
table {
    border: 0 !IMPORTANT;
    width: 100% !IMPORTANT;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0;
    word-spacing: normal;
    max-width: 100% !IMPORTANT;
    overflow-y: auto;
    display: inline-block !important;
}
table tbody{
    width: auto !IMPORTANT;
    margin: 0 auto;
    display: table;
}

.v_news_content table * {
    /* word-break: break-all; */
    /* word-break: keep-all !important; */
}
    .m-nav ul {
        padding: 0 15px;
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 50%;
    }

    .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/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }


    /* foot */
    .s4{
        padding-top: 50px;
    }

    .f-logo{
        width: 100%;
    }
    .f-logo a img{
        display: block;
        max-width: 85%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .f-lx{
        width: 100%;
        text-align: center;
    }


}

@media screen and (max-width:768px) {
    .yq-link ul li{
        width: 31%;
        margin-bottom: 20px;
    }
    .yq-link ul div{
        width: 31%;
    }
    .yq-link ul li a {
        height: 50px;
    }
    .yq-link ul li a span{
        font-size: 16px;
        line-height: 24px;
    }

    .f-lx p{
        font-size: 14px;
        line-height: 26px;
    }
}


@media screen and (max-width:480px) {
    .yq-link ul li{
        width: 48%;
    }
    .yq-link ul div{
        width: 48%;
    }
    .foot{
        padding: 20px 0;
    }

    .yq-link ul li a {
        height: 40px;
    }
}