@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
    font-family: 'pf';
}

html {
    font-size: 5.208333vw !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: 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;
}

@font-face {
    font-family: 'pf';
    src: url(../fonts/pingfang.ttf)
}

@font-face {
    font-family: 'pf-zc';
    src: url(../fonts/pingfang-zc.ttf)
}

.w18 {
    max-width: 18rem;
    margin: 0 auto;
    width: 100%;
}

.w15 {
    max-width: 15rem;
    margin: 0 auto;
    width: 100%;
}

.clear {
    clear: both;
}


/* head */

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.head::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1c70cf;
    transition: all 0.3s;
    opacity: 0;
}

.head::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 200%;
    width: 100%;
    background: url(../images/head_bg.png) repeat-x top;
}

.head.on::before {
    opacity: 1;
}

.head.on::after {
    display: none;
}

.h-bot .w18 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: .34rem;
    padding-bottom: .24rem;
    position: relative;
    z-index: 3;
}

.logo a {
    display: block;
    height: 0.76rem;
}

.logo a img {
    display: block;
    max-height: 0.76rem;
}

.h-bot .w18 .h-rgt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.h-tr a {
    padding-left: 0.3rem;
    margin-right: 0.2rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.48rem;
    display: inline;
    background: url(../images/icon-zy.png) no-repeat left center;
    background-size: auto 0.2rem;
}

.h-rgt .search {
    width: 3.0rem;
    position: relative;
}

.h-rgt .search .txt {
    width: 100%;
    padding: 0 0.65rem 0 0.2rem;
    box-sizing: border-box;
    line-height: 0.48rem;
    height: 0.48rem;
    border-radius: 0.25rem;
    background: none;
    color: #fff;
    font-size: 0.16rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.149);
}

.h-rgt .search .image {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.48rem;
    background: none;
    background: url(../images/icon-ser.png) no-repeat center;
    cursor: pointer;
}

.h-rgt .search .txt::-webkit-input-placeholder {
    color: #fff;
}

.h-rgt .search .txt:-moz-placeholder {
    color: #fff;
}

.h-rgt .search .txt::-moz-placeholder {
    color: #fff;
}

.h-rgt .search .txt:-ms-input-placeholder {
    color: #fff;
}

.h-rgt .search .txt:focus {
    outline: none;
}


/* 导航 */

.nav_xian {
    /* background: linear-gradient(270deg, rgba(216, 216, 216, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 83%, rgba(216, 216, 216, 0) 100%); */
    width: 100%;
    margin: auto;
    height: 1px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.2);
}

.navbar {
    position: relative;
    z-index: 3;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
}
/*.navbar .navbar-nav>li.current::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}*/
.navbar .navbar-nav>li>a {
    font-size: 0.22rem;
    color: #fff;
    padding: 0.15rem 0rem;
    line-height: 0.32rem;
    display: block;
    box-sizing: border-box;
}

.head_top.on .navbar .navbar-nav>li>a {
    font-size: 0.18rem;
    padding: 0.08rem 0;
}
.navbar .navbar-nav>li.current>a{
   font-weight: bold;
}
.navbar .navbar-nav>li:hover>a {
    transform: translateY(.01rem);
}

.navbar .nav-child {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1.6rem;
    text-align: center;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0.1rem 0px;
    visibility: hidden;
    opacity: 0;
    padding: 0.1rem 0px;
    border-radius: 0.05rem;
    transition: 0.5s;
}

.navbar .navbar-nav>li:hover>ul {
    top: 120%;
    opacity: 1;
    visibility: visible;
}

.navbar .navbar-nav>li:hover>ul::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #fff;
    border-left: .1rem solid transparent;
    transition: all 0.5s;
}

.navbar .nav-child li {
    width: 100%;
    transition: all 0.5s;
}

.navbar .nav-child li a {
    display: block;
    font-size: 0.18rem;
    color: rgb(51, 51, 51);
    line-height: 0.5rem;
    position: relative;
    white-space: nowrap;
    padding: 0px 0.1rem;
    transition: 0.5s;
}

.navbar .nav-child li a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90%;
    height: .01rem;
    background: linear-gradient(to right, #fff, #ddd, #fff);
}

.navbar .nav-child li:last-child a::after {
    content: none;
}

.navbar .nav-child li:hover a {
    color: #1c70cf;
}


/* foot */

.foot {
    background: url(../images/foot-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.foot::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0.42rem;
    width: 100%;
    background: url(../images/foot-bg2.jpg) repeat-x top;
    background-size: 100% auto;
}

.ftmin1 {
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    padding: 0.95rem 0 0.45rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ftmin1 h2 {
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #FFFFFF;
    margin-bottom: 0.05rem;
    font-family: 'pf-zc';
}

.ftmin1 p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.28rem;
}

.ftmin1 p a {
    color: #fff;
}

.ftmin1 p a:hover {
    font-weight: bold;
}

.ftmin1>div {
    border-left: rgba(255, 255, 255, 0.3) 1px solid;
    display: flex;
    padding-left: 0.5rem;
}

.ftmin1>div:nth-of-type(1) {
    border-left-style: none;
    padding-left: 0;
}

.ftmin1 .dblogo {
    width: 5rem;
}

.ftmin1 .dblogo img {
    max-width: 100%;
}

.ftmin1 .dbadr {
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
}

.ftmin1 .link {
    justify-content: center;
    flex-direction: column;
}

.ftmin1 .link p {
    max-height: 0.6rem;
    overflow-y: auto;
    padding-right: 0.1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
}

.ftmin1 .link p::-webkit-scrollbar {
    width: 4px;
}


/* 滚动条轨道（背景槽） */

.ftmin1 .link p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}


/* 滚动条滑块（可拖动的条） */

.ftmin1 .link p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}


/* 鼠标放上去变亮 */

.ftmin1 .link p::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8);
}


/* 隐藏丑的上下箭头 */

.ftmin1 .link p::-webkit-scrollbar-button {
    display: none;
}

.ftmin1 .link a {
    display: block;
}

.ftmin1 .dibu_ewm {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ftmin1 .dibu_ewm h2 {
    width: 0.26rem;
    line-height: 0.24rem;
    margin-right: 0.15rem;
}

.ftmin1 .dibu_ewm img {
    width: 0.8rem;
    height: 0.8rem;
}

.ftmin2 {
    padding: 0.27rem 0;
    overflow: hidden;
    text-align: center;
}

.ftmin2 p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.26rem;
}

.ftmin2 p a {
    color: #fff;
}

@media screen and (max-width:1024px) {
    body {
        padding-top: .7rem;
    }
    .w16 {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@media screen and (max-width:1024px) {
    /* 小于1200就缩导航 */
    /* 手机导航 */
    .navbar {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0px;
        border-bottom: none;
        background: none;
        height: auto;
        z-index: 999;
    }
    .navbar .menuBtn {
        width: 30px;
        cursor: pointer;
        position: fixed;
        right: 0.25rem;
        top: 0.4rem;
        z-index: 9;
        padding-top: 4px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navbar .menuBtn b {
        display: block;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar .menuBtn2 {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar .phone-menu {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: block;
        background: url(../images/menu-bg.png) no-repeat;
        background-size: cover;
        z-index: 99;
        width: 100%;
        height: 100%;
        padding: 30px 5%;
        left: 0;
        top: 100%;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar .navbar-nav {
        overflow: hidden;
        display: inline;
    }
    .navbar .navbar-nav a {
        font-weight: normal !important;
        background: none !important;
    }
    .navbar .nav-child {
        width: 100%;
        display: none;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        top: 0 !important;
        left: 0 !important;
        padding: 10px 0 0 10px !important;
        margin: 0 0 -1px 0 !important;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        min-width: 1.4rem;
        background-color: none;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0.1rem 0px;
    }
    .navbar .nav-child li {
        text-align: left;
        padding: 5px 0;
        border-bottom: none;
    }
    .navbar .nav-child li a {
        font-size: 0.17rem !important;
    }
    .navbar .nav-child li a::after {
        display: none;
    }
    .navbar .nav-child li>dl {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        background: none;
        padding-left: 15px;
    }
    .navbar .nav-child li.hasChild.on>dl {
        display: block;
    }
    .navbar .nav-child:before {
        display: none;
    }
    .navbar .navbar-nav>li {
        width: 100% !important;
        display: block;
        position: relative;
        text-align: left !important;
        padding: 10px 20px !important;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        background: none !important;
        box-sizing: border-box;
    }
    .navbar .navbar-nav>li a {
        text-align: left !important;
        line-height: 0.26rem;
        font-size: 0.2rem;
        color: #fff !important;
        padding: 0 !important;
        border-bottom: none !important;
    }
    .navbar .navbar-nav>li li {
        background: none !important;
    }
    .navbar .navbar-nav>li:hover>ul::after {
        display: none;
    }
    .navbar .navbar-nav>li.hasChild>em {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 9;
        width: 20px;
        height: 45px;
        background: url(../images/nav-down.png) center no-repeat;
        background-size: 70%;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .navbar li.hasChild.on .nav-child {
        display: block !important;
        background: none;
        padding-left: 10px;
    }
    .navbar li.hasChild.on em {
        transform: rotate(45deg);
    }
    .navbar .search-box {
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid #ccc;
        width: 100%;
    }
    body.side-right .navbar .phone-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
    }
    body.side-right .navbar .menuBtn {
        display: none;
    }
    body.side-right .navbar .menuBtn2 {
        position: fixed;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        top: 30px;
    }
    body.side-right .navbar .menuBtn b {
        display: none;
        margin: 0;
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 30px;
    }
    body.side-right .navbar .menuBtn b:first-child {
        display: block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    body.side-right .navbar .menuBtn b:last-child {
        display: block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    body.side-right .navbar .menu-bott {
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }
    body.side-right .navbar .menu-bott .link {
        margin: 2px 0px 10px;
    }
    body.side-right .navbar .menu-bott .link a {
        font-size: 0.16rem;
        color: #fff;
        margin-left: 20px;
        width: 1rem;
        height: 0.36rem;
        line-height: 0.34rem;
        border-radius: 0.5rem;
        background: rgba(44, 44, 44, 0.2);
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
        position: relative;
        padding: 0.05rem 0.2rem;
    }
    body.side-right .navbar .menu-bott .link a img {
        margin-right: 0.08rem;
        vertical-align: -3px;
    }
    body.side-right .navbar .menu-bott .link a:hover {
        font-weight: bold;
    }
    body.side-right .navbar .menu-bott .phone-ss {
        width: 100%;
    }
    body.side-right .navbar .menu-bott .phone-ss .text {
        width: calc(100% - 35px);
        line-height: 40px;
        height: 40px;
        background: #fff;
        padding: 0 10px;
        border-style: none;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;
        border-radius: 3px;
    }
    body.side-right .navbar .menu-bott .phone-ss .btn {
        margin-top: 4px;
        width: 30px;
        height: 30px;
        float: right;
        background: url(../images/ic_ser.png) center center no-repeat;
        border-style: none;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;
    }
    body.side-right .navbar .menu-bott input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #fff;
    }
    body.side-right .navbar .menu-bott input::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: fff;
    }
    body.side-right .navbar .menu-bott input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: fff;
    }
    body.side-right .navbar .menu-bott input::-ms-input-placeholder {
        color: #fff;
    }
}

@media screen and (max-width:1024px) {
    .head::before,
    .head::after,
    .nav_xian,
    .h-bot .w18 .h-rgt {
        display: none;
    }
    .h-bot .w18 {
        max-width: 100%;
    }
    .logo a {
        height: 0.5rem;
        margin-left: 0.18rem;
    }
    .logo a img {
        max-height: 0.5rem;
    }
    .head {
        height: 0.8rem;
        background: #1c70cf;
    }
    .h-bot .w18 {
        padding: 0.15rem 0;
    }
}

@media screen and (max-width:920px) {
    html {
        font-size: 70px!important;
    }
    .w15 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .ftmin1 .dblogo {
        width: 100%;
        text-align: center;
        display: block;
    }
    .ftmin1 .dblogo img {
        width: 3rem;
    }
    .ftmin1>div:nth-of-type(2) {
        border-left-style: none;
        padding-left: 0;
    }
     .ftmin1{
  padding-top:0.45rem;
}
}

@media screen and (max-width:768px) {
    .ftmin1>div {
        width: 100%;
        border-left-style: none;
        padding-left: 0;
    }


    .ftmin1 .dibu_ewm {
        width: 1.21rem;
        margin: auto;
    }
    .ftmin1 .dbadr,
    .ftmin1 .link {
        margin: 0.1rem 0;
    }
}

@media screen and (max-width:480px) {
    .m_header_box header #logo img {
        max-height: 0.39rem;
    }
}

@media screen and (max-width:400px) {
    .m_header_box header #logo img {
        max-height: 0.32rem;
    }
}