@charset "utf-8";


/* 定位搜索框 */

body {
    padding-top: 1rem;
    font-size: .16rem;
}

.b-top-c {
    order: 2;
}
.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

/* .search {
    width: 3rem;
    margin: 0 auto;
    position: relative;
    float: right;
    padding: 0 .5rem 0 .15rem;
    border-radius: .3rem;
    border: solid 1px #dcdcdc;
    background: #fff;
} */

input,
button {
    border: none;
    outline: none;
}

.search .text {
    height: 0.46rem;
    font-size: 14px;
    background: none;
    color: #000;
    display: block;
    width: 100%;
    line-height: .46rem;
}
/*
.search .button {
    width: .56rem;
    background: #0159c7 url(../images/search.png) no-repeat center center;
    background-size: .24rem;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
    border-radius: 0px 24px 24px 0px;
} */

.search input::-webkit-input-placeholder {
    color: #aaaaaa;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}


/* 定位搜索框 */


.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    padding: 0;
    transition: padding 0.3s;
    background: #fff;
}

.head.show {
    top: -140px;
}

.head_rgb.hide {
    top: -100%;
}


.head_wit.show {
    top: 0;
}

.head_wit {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-top: .04rem solid #1391ff;
}

.head_wit .search {
    display: none;
}

.head_wit .nav>ul {
    margin-top: 0;
}

.head_wit .logo a img {
    display: block;
}

.head_wit .logo a img:nth-child(1) {
    display: none;
}

.head_wit .nav>ul>li>a {
    color: #333;
}

.head_wit .nav>ul>li>a span {
    background: url(../images/nav-down1.png) no-repeat;
    background-position: right center;
    background-size: 0.08rem;
}

.head-top {
    position: relative;
}

.head-top>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    height: 0.78rem;
    display: none;
}

.logo a img:nth-child(1) {
    display: block;
}

.nav {
    position: relative;
    font-family: pingFang;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    min-width: 0;
    /* padding-left: 5%; */
}

.nav>ul {
    order: 0;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.nav>ul>li {
    float: left;
    position: relative;
    padding: 0 0.12rem;
}




.nav>ul>li>a {
    font-size: .16rem;
    color: #666;
    text-align: center;
    line-height: .6rem;
    position: relative;
    display: flex;
    align-items: center;
}

.nav>ul>li>a span {
    display: block;
    width: 0.15rem;
    height: 0.04rem;
    background: url(../images/nav-down.png) no-repeat;
    background-position: right center;
    background-size: .08rem;
}

.nav>ul>li.active>a {
    color: #113ba7;
    font-weight: 600;
}

.nav>ul>li.active>a::after {
    width: .47rem;
}

.nav>ul>li:hover>a {}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: .03rem;
    background: #113ba7;
    transition: all 0.5s;
}

.nav>ul>li:hover>a::after {
    width: .47rem;
}

.nav>ul>li:hover>div {
    display: block;
    transform: translateX(-50%) scaleY(1);
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    transform: translateX(-50%) scaleY(0);
    transition: all 0.3s;
    transform-origin: top center;
    padding: .1rem 0;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .16rem;
    color: #333333;
    line-height: .46rem;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    color: #B01F24;
    position: relative;
    font-weight: 600;
}

.nav>ul>li>div>ul>li a:hover::before {}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}


.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;
}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.05);
}




.foot-c {
    display: flex;
    justify-content: space-between;
    padding: .45rem 0 .45rem 0;
}

.foot-l {
    display: flex;
}

.foot-l dl {
    margin-left: 1.1rem;
}

.foot-l dl:nth-child(1) {
    margin-left: 0;
}

.foot-l dt {
    margin-bottom: .15rem;
}

.foot-l dt a {
    display: block;
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #ffffff;
}

.foot-l dd a {
    font-size: 014px;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    opacity: 0.48;
}

.foot-l dd a:hover {
    opacity: 1;
}

.foot-r h3 {
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #ffffff;
}


.footer {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  position: relative;
  background: url(../images/footer.png) no-repeat center top;
  background-size: cover;
}
.footer .fl {
  float: left;
  width: 27.8%;
  display: flex;
}
.footer .fl1 ul {

  /* opacity: 0.67; */
}
.footer .fl2 ul {
 
  border-right: 1px solid #5089c1;
  /* opacity: 0.67; */
}

.footer .fltit{
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #fff;
    font-weight: 600;}

.footer .frtit{
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #fff;
    font-weight: 600;
    margin-left:0.7rem;}

.footer .fl ul li {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0.67;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.footer .fl ul li a {
  font-size: 0.16rem;
  line-height: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  
}
.footer .fl ul li a:hover {
  color: #fff;
  opacity: 1;
  font-weight: bold;
}
.footer .fr ul li a:hover {
  color: #fff;
  opacity: 1;
  font-weight: bold;
}
.footer .fm {
 
  margin-top: 0.6rem;
  width:40%;
}
.footer .fm img {
  display: block;
  max-width: 100%;
  padding-bottom: 15px;
}
.footer .fm p {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #fff;
  opacity: 0.9;
}
.footer .fr {
  float: right;
  width: 27.8%;
}
.footer .fr ul li {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0.67;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.footer .fr ul li a {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;

}
.footer .fr ul {
  /* margin-top: 100px; */
  border-left: 1px solid #5089c1;
  /* opacity: 0.67; */
padding-left:0.60rem;
min-height:1.80rem;
}
.ff p {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.5rem;
  color: #fff;
  background-color: #004d9b;
}


.links {
    width: 3.28rem;
    margin-top: .1rem;
}

.links>div {
    position: relative;
    border: 1px solid rgba(225, 225, 225, .5);
}


.links p {
    line-height: .46rem;
    padding: 0px .15rem;
    color: #fff;
    text-align: left;
    font-size: 14px;
    background: url("../images/link-icon-down.png") 95% center no-repeat;
    overflow: hidden;
}

.links>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.links>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: .15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
}

.links>div div a {
    display: block;
    color: #333333;
    line-height: .34rem;
    font-size: 14px;
    padding: 0px .1rem;
}

.links>div div a:hover {
    background: #0047a0;
    color: #ffffff;
}

.fmeida {
    display: flex;
    align-items: center;
    margin-top: .3rem;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    opacity: .68;
}

.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>div>img {
    display: block;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
}

.fmeida li a .foot-ewm img {
    display: block;
    max-width: 80px;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}



.bq {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: .05rem .1rem;
}

.bq div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bq div p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.4;
    text-align: center;
}



/* 公共代码版块 */


@media screen and (max-width:1700px) {
    .nav {
        /* padding-left: .3rem; */
    }

    .nav>ul>li {
        padding: 0 0.04rem;
    }
}

@media screen and (max-width:1600px) {
    .nav>ul>li {
        padding: 0 0.07rem;
    }

    .search {
        width: 2.8rem;
    }

    .logo a img {
        height: 0.6rem;
    }

    .foot-l dl {
        margin-left: .5rem;
    }

    .links {
        width: 2.8rem;
    }
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1314px) {}

@media screen and (max-width:1200px) {
.nav>ul>li {
    padding: 0 0.02rem;
}
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        font-size: 0;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 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: 0.35rem;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    height: 0.45rem;
height:
    }

    .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: #0047a0;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .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 ul li:nth-child(1) a {
        padding-top: 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-c {
        display: block;
        padding: .35rem 0;
    }

    .foot-l {
        display: block;
    }

    .foot-l dl {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .foot-l dt {
        width: 100%;
        margin-bottom: 0;
    }

    .foot-l dd a {
        margin-right: .15rem;
    }

    .links {
        width: auto;
    }
    .fmeida{
        justify-content: center;
    }
    .foot-l dt a{
        font-size: .18rem;
    }

    .foot-l dd a{
        font-size: .16rem;
    }

.footer .fm img {

    max-width: 85%;
    margin: 0 auto;
}
.footer .fr ul{padding-left:0}
.footer .frtit{margin-left:0}

.footer{padding-bottom:0.20rem;}
.footer .fl ul li{padding-right: 0px;padding-left: 0.1rem;}

}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}

.pb_sys_common {
    font-size: 12px;
    font-family: SimSun;
    line-height: 36px !important;
    color: #222;
}

.cont img{height:auto !important;max-width:80%;margin: 5px 0px;}
.cont p{text-indent:2em;line-height: 28px;}
.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;
}

input::-webkit-input-placeholder {
color: #000;
}

.cont div {
    margin-left: 0 !important;
}


/* pc搜索 */
.search_btn { cursor: pointer; }

.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #01458e; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {float: right;height: 0.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #01458e;background-repeat: no-repeat;background-position: center center;background-size: 0.3rem;background-image: url("../images/search.png");font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close.png"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }


.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(28, 90, 183); transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close.png"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }