﻿


/* 定位搜索框 */

body {
    padding-top: 1rem;
    font-size: .16rem;
}

.b-top-c {
    order: 2;
}

.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: #fff;
    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;
    max-width: 24vw;
}

.logo a img {
    height: 0.78rem;
    display: none;
}

.logo a img:nth-child(1) {
    width: 100%;
    height: auto;
    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 {
    /* padding-left: 80px; */
    order: 0;
    flex: 1;
    min-width: 0;
    display: flex;
    /* justify-content: center; */
    justify-content: space-evenly;
}

.nav>ul>li {
    float: left;
    position: relative;
    padding: 0 0.2rem;
}

.nav>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: .06rem;
    height: .06rem;
    background-color: #d2d2d2;
    border-radius: 50%;
}

.nav>ul>li:nth-child(1)::before {
    content: none;
}


.nav>ul>li>a {
    font-size: 0.20rem;
    color: #666;
    text-align: center;
    line-height: .6rem;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.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: .18rem;
    color: #333333;
    line-height: .46rem;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    color: #113ba7;
    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: 6vw;
    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);
}

.footer {
    background: #0047a0;
    background-image: linear-gradient(#0b2f8e,
            #0b2f8e),
        linear-gradient(#0047a0,
            #0047a0);
    position: relative;
    z-index: 9;
}


.foot-c {
    display: flex;
    justify-content: space-between;
    padding: .45rem 0 .45rem 0;
    height: 100%;
}

.foot-l {
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
}
.foot-l p{
    padding:5px 0;
    font-size.2rem
    
}

.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;
}


.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: 110px;
}

.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.35rem; */
    }
}

@media screen and (max-width:1600px) {
    .nav>ul>li {
        /* padding: 0 0.15rem; */
    }

    .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) {}

@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: 85%;
        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: 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: #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;
        margin-bottom: .5rem;
    }

    .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;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}