@font-face {
    font-family: "SourceHanSerifCN-Regular";
    /*字体名称*/
    src: url("./SourceHanSerifCN-Regular-1.otf");
    /*字体源文件*/
}

@font-face {
    font-family: "SourceHanSerifCN-Medium";
    /*字体名称*/
    src: url("./SourceHanSerifCN-Medium-6.otf");
    /*字体源文件*/
}

@font-face {
    font-family: "SourceHanSansCN Ligh";
    /*字体名称*/
    src: url("./Source\ Han\ Sans\ CN\ Light.otf");
    /*字体源文件*/
}

html {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-tap-highlight-color: transparent;
    /*这一句是用来解决在安卓上的点击出现篮框问题*/
    font: normal 100% Helvetica, Arial, sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

/* 头部区域 start */
.header {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 78px;
    background-color: #004f3f;
    transform-style: preserve-3d;
}

.header::after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 104px;
    width: 100%;
    background: url(../images/header_line.png) no-repeat;
    background-size:100%;
    transform: translateZ(-1px);
    opacity: 0.4;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    width: 77%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    line-height: 78px;
   max-width:1470px;
}

.logo_box img {
    width: 159px;
    height: auto;
}

.nav-right {
    position: relative;
    max-width: 676px;
    width: 55%;
    height: 100%;
}

.nav-right_box {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.nav_box {
    overflow: hidden;
    display: flex;
    max-width: 548px;
    width: 77.9%;
    text-align: right;
}

.nav_box li {
    flex: 1;
}

.nav_box li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #dedddc;
}

.nav_box li a:hover {
    color: #fff;
    font-size: 18px;
}

.search_box {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 4px;
}

.search_box img {
    position: absolute;
    top: 33px;
    right: -4px;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.search_box .hsearch,
.footer_search_box .fsearch {
    width: 72px;
    height: 18px;
    background: rgba(0, 0, 0, 0.51);
    border-radius: 10px;
    border: 0;
    outline: none;
    padding-left: 5px;
    transition: width 0.5s, height 0.5s, transform 0.5s;
    -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
}

.search_box .hsearch:focus,
.footer_search_box .fsearch:focus {
    width: 200px;
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    opacity: 1;
    transition: width 0.5s, height 0.5s, transform 0.5s;
    -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
}

.fade_cover {
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.wrap-span {
    display: none;
    position: absolute;
    right: 0;
    top: 24px;
    width: 33px;
    height: 33px;
    background: url(../images/list.png) no-repeat;
    background-size: 33px 33px;
}

.fade {
    background: #004f3f;
    position: fixed;
    right: 0;
    z-index: 10002;
    top: 77px;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fade li {
    text-align: center;
    line-height: 2.6;
    font-size: 22px;
}

.fade li a {
    display: block;
    cursor: pointer;
    color: #fff;
    width: 100%;
}

.warp-sea {
    position: relative;
    margin: 0 auto;
}

.warp-sea input {
    width: 70%;
    border: 0;
    outline: none;
    height: 20px;
    border-radius: 10px;
    padding-left: 10px;
}

.fade .warp-sea>a {
    position: absolute;
    top: 24px;
    right: 19px;
    width: 24px;
    height: 24px;
}

.fade .warp-sea>a img {
    position: absolute;
    right: 0;
    top: 0;
}

/* 底部区域 start*/
.footer {
    height: 500px;
    background-color: #004f3f;
}

.footer .fp-tableCell {
    height: auto !important;
}

.footer_con {
    height: 500px;
    width: 100%;
}

.footer_con_center {
    overflow: hidden;
    padding-top: 188px;
    max-width: 1525px;
    height: 142px;
   width:80%;
   margin:0 auto;
}

.footer_con_center_left {
    float: left;
    width: 40%;
}

.footer_con_center_left_nav {
    position: relative;
    padding-bottom: 28px;
}

.footer_con_center_left_nav .footer_line {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4a972d;
}

.footer_nav_box {
    overflow: hidden;
    float: left;
    width: 80%;
}

.footer_nav_box li {
    float: left;
    width: 22.5%;
}

.footer_nav_box li a {
    font-size: 1em;
    font-weight: normal;
    font-stretch: normal;
    color: #dedddc;
}

.footer_search_box {
    position: absolute;
    right: 0;
    top: 2px;
   height: 17px;
}

.footer_search_box input {
    width: 72px;
    height: 18px;
    background-color: rgba(0, 0, 0, 0.51);
    border-radius: 10px;
    border: 0;
    outline: none;
    padding-left: 5px;
    box-sizing: border-box;
}

.footer_search_box img {
    position: absolute;
    top: 2px !important;
    right: -4px;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.footer_con_center_left_add {
    margin: 24px 0;
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #dedddc;
}

.footer_con_center_left_tel {
    margin-top: -6px;
    position: relative;
}

.footer_con_center_left_tel>a {
    margin-left: 170px;
}

.footer_con_center_left_tel span {
    position: absolute;
    bottom: -6px;
    margin-left: 20px;
    margin-right: 14px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #d9dbda;
}

.footer_con_center_right {
    float: right;
    width: 38%;
    height: 140px;
    display: flex;
    max-width: 460px;
}

.footer_con_center_right_con {
    width: 68%;
    max-width: 310px;
}

.footer_con_center_right_con img {
    width: 100%;
}

.footer_con_center_right_con div {
    margin-top: 14px;
    font-size: 1em;
    line-height: 1.6;
    color: #c8cac9;
    text-align: right;
}

.footer_con_center_right_er {
    margin-left: 30px;
    width: 118px;
    height: 136px;
    background-color: #d9dbda;
    border-radius: 5px;
    text-align: center;
}

.footer_con_center_right_er img {
    width: 104px;
    padding-top: 8px;
}

.footer_con_center_right_er span {
    font-size: 10px;
    line-height: 2;
    color: #10251c;
    display: block;
    letter-spacing: -1px;
}

.wxBox {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.wxer {
    display: none;
    position: absolute;
    top: -120px;
    left: -50px;
    width: 100px;
    height: 100px;
    padding: 5px;
    background-color: #fff;
}

.wxer img {
    width: 100%;
    height: 100%;
}

/* 底部区域 end*/
@media only screen and (max-width: 1500px) {
    .nav-right {
        width: 50%;
    }
}

@media only screen and (max-width: 1200px) {
    .header_inner {
        width: 90%;
    }

    .section {
        background-color: #333333;
    }

    .footer {
        background-color: #004f3f;
    }

    .logo_box {
        float: left;
    }

    .nav-right_box {
        display: none;
    }

    .wrap-span {
        display: block;
    }

    .wrap-span img {
        float: right;
        width: 33px !important;
        margin-top: 20px;
    }

    .nav-right {
        width: 40%;
        float: right;
    }

    .footer_con_center_left {
        padding-top: 60px;
        padding-left: 30px;
    }

    .footer_nav_box {
        width: 100%;
    }

    .footer_con_center_left_add {
        width: 100%;
    }

    .footer_con_center {
        padding: 100px 0 60px;
        width: 100%;
    }

    .footer_con_center_right {
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        padding-top: 50px;
        width: auto;
        padding-right: 30px;
    }

    .footer_con_center_right_er {
        margin-bottom: 10px;
    }

    .footer_search_box {
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .footer_con_center {
        padding: 40px 0 60px;
        height: auto;
    }

    .footer_con_center_left {
        width: 60%;
        padding-top: 40px;
    }

    .footer_con_center_right {
        flex-direction: row;
        float: right;
    }

    .footer_con_center_right_er {
        order: 0;
        margin-left: 32px;
    }

    .footer {
        position: static;
    }
}

@media only screen and (max-width: 768px) {
    .footer_con_center_left {
        width: 80%;
    }

    .nav-right {
        width: 30%;
    }

    .logo_box {
        margin-right: 0;
    }

    .wrap-span img {
        margin-top: 24px;
    }

    .footer_con_center_right {
        padding-top: 40px;
        margin-left: 0;
    }

    .aside_nav .header_second,
    .aside_nav .header_three,
    .aside_nav .header_first {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .footer_search_box {
        display: none;
    }

    .footer_nav_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footer_nav_box li {
        width: 25%;
    }

    .footer_con_center_left {
        width: 86%;
        padding-top: 26px;
    }

    .footer_con_center_left_add {
        font-size: 12px;
    }

    .footer_con_center_right {
        width: 86%;
    }

    .footer_con_center_right_er {
        width: 150px;
        margin-left: 16px;
    }

    .footer_con_center_right_con div {
        font-size: 12px;
    }

    .footer_con_center_right_er span {
        font-size: 10px;
    }
}