﻿/* 头部 */
.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper_main {
    width: 100%;
    margin: 0 auto;
}

#header {
    position: fixed;
    z-index: 500;
    width: 100%;
    background-color: #fff;
    height: 120px;
    top:0;
}

.header_container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header_logo {
    width: 384px;
    height: 100%
}

.header_logo a {
    display: block;
    width: 384px;
    height: 100%;
}

.header_logo img {
    display: block;
    width: 100%;
    height: 100%;
}

#header_navigation {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

#header_navigation #site_navigation {
    display: flex;
    align-items: center;
    height: 120px;
}

#header_navigation #site_navigation .has-submenu {
    width: 100%;
    margin: 0 30px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

#header_navigation #site_navigation .has-submenu .m_link {
    font-size: 18px;
    color: #333;
    text-align: center;
    display: block;
}

#header_navigation #site_navigation .has-submenu .m_link:hover {
    color: #F84B1A;
}

#header_navigation #site_navigation .has-submenu .m_link.active {
    color: #F84B1A;
}

#header_navigation ul li:hover .subNav {
    display: block;
}
/* 二级导航 */
#header_navigation ul li .subNav {
    width: auto;
    height: auto;
    position: absolute;
    top: 120px;
    left: 50%;
    padding-top: 8px;
    transform: translateX(-50%);
    transition: all 0.8s;
    display: none;
}

#header_navigation ul li .subNav .subNav_bj {
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    top: -2px;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #fff transparent;
}

#header_navigation ul li .subNav .list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 30px 20px;
    border-radius: 12px;
}

#header_navigation ul li .subNav .list .line {
    width: 0px;
    height: 115px;
    border: 1px solid #F2F2F2;
    margin-top: 66px;
    margin-left: 20px;
    margin-right: 25px;
}

#header_navigation ul li .subNav .list .item h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: 25px;
}

#header_navigation ul li .subNav .list .item .subNav_con {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#header_navigation ul li .subNav .list .item .subNav_con a {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    border-bottom: 1px solid transparent;
}

#header_navigation ul li .subNav .list .item .subNav_con a:hover {
    border-bottom: 1px solid rgba(248, 75, 26, 0.51);
}

#header_navigation ul li .subNav .list .item .subNav_con a:last-child {
    margin-bottom: 0px;
}
/* 底部 */
.footer {
    width: 100%;
    height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
}

.footer_top_box {
}

.footer_top_box .footer_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.footer_top_box .footer_left .footer_logo {
    width: 371px;
    height: 120px;
}

.footer_top_box .footer_left .footer_logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer_top_box .footer_left .site_navigation {
    display: flex;
    align-items: center;
}

.footer_top_box .footer_left .site_navigation li {
    margin-left: 74px;
}

.footer_top_box .footer_left .site_navigation li a {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
}

.footer_top_box .footer_left .site_navigation li a:hover {
    color: #F84B1A;
}

.footer_top_box .footer_right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_top_box .footer_right .text_box {
    width: 590px;
}

.footer_top_box .footer_right .text_box p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.footer_top_box .footer_right .list {
    display: flex;
    flex-direction: column;
    width: 528px;
}

.footer_top_box .footer_right .list li {
    display: flex;
    align-items: center;
}

.footer_top_box .footer_right .list li.title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 20px;
}

.footer_top_box .footer_right .list li.cate {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 40px;
}

.footer_top_box .footer_right .list li .icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: url(../images/footer_icon3.png) no-repeat center;
    background-size: 100% 100%;
}

.footer_top_box .footer_right .list li.xx p {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 20px;
}

/* 公用部分 */
.section_container_con {
    max-width: 1440px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

/* WAP导航 */
#header .nav-toggle {
    display: none;
}

.phone_hearder_nav {
    display: none;
}

@media screen and (max-width:1440px) {
    .header_container {
        max-width: 1200px;
    }
    #header {
        height: 100px;
    }

    .header_logo {
        width: 320px;
        height: 100%
    }

    .header_logo a {
        width: 320px;
        height: 100%;
    }

    #header_navigation #site_navigation {
        height: 100px;
    }

    #header_navigation #site_navigation .has-submenu {
        margin: 0 30px;
        height: 100px;
        line-height: 100px;
    }

    #header_navigation #site_navigation .has-submenu .m_link {
        font-size: 16px;
    }

    /* 二级导航 */
    #header_navigation ul li .subNav {
        top: 100px;
    }

    /* 底部 */
    .footer {
        width: 100%;
        height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .footer_top_box .footer_left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .footer_top_box .footer_left .footer_logo {
        width: 310px;
        height: 100px;
    }

    .footer_top_box .footer_left .site_navigation li {
        margin-left: 74px;
    }

    .footer_top_box .footer_left .site_navigation li a {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 20px;
    }

    .footer_top_box .footer_right .text_box {
        width: 438px;
    }

    .footer_top_box .footer_right .text_box p {
        font-size: 13px;
    }

    .footer_top_box .footer_right .list {
        width: 500px;
    }

    .footer_top_box .footer_right .list li .icon {
        width: 40px;
        height: 40px;
    }

    .footer_top_box .footer_right .list li.title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .footer_top_box .footer_right .list li.cate {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .footer_top_box .footer_right .list li.xx p {
        font-size: 14px;
        margin-left: 15px;
    }

    /* 公用部分 */
    .section_container_con {
        max-width: 1200px;
    }
}

@media screen and (max-width:1366px) {
    .header_container {
        max-width: 1100px;
    }

    #header {
        height: 80px;
    }

    .header_logo {
        width: 256px;
        height: 100%
    }

    .header_logo a {
        width: 256px;
        height: 100%;
    }

    #header_navigation #site_navigation {
        height: 80px;
    }

    #header_navigation #site_navigation .has-submenu {
        margin: 0 25px;
        height: 80px;
        line-height: 80px;
    }

    #header_navigation #site_navigation .has-submenu .m_link {
        font-size: 14px;
    }

    /* 二级导航 */
    #header_navigation ul li .subNav {
        top: 80px;
    }

    #header_navigation ul li .subNav .list {
        padding: 25px 15px;
    }

    #header_navigation ul li .subNav .list .item h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    #header_navigation ul li .subNav .list .item .subNav_con a {
        font-size: 12px;
        margin-bottom: 8px;
    }

    #header_navigation ul li .subNav .list .line {
        margin-top: 56px;
        margin-left: 15px;
        margin-right: 20px;
    }
   
    /* 底部 */
    .footer {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .footer_top_box .footer_left {
        margin-bottom: 30px;
    }

    .footer_top_box .footer_left .footer_logo {
        width: 248px;
        height: 80px;
    }

    .footer_top_box .footer_left .site_navigation li {
        margin-left: 54px;
    }

    .footer_top_box .footer_left .site_navigation li a {
        font-size: 14px;
    }

    .footer_top_box .footer_right .text_box {
        width: 446px;
    }

    .footer_top_box .footer_right .text_box p {
        font-size: 12px;
        line-height: 22px;
        text-align:justify
    }

    .footer_top_box .footer_right .list {
        width: 400px;
    }

    .footer_top_box .footer_right .list li .icon {
        width: 35px;
        height: 35px;
    }

    .footer_top_box .footer_right .list li.title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .footer_top_box .footer_right .list li.cate {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .footer_top_box .footer_right .list li.xx p {
        font-size: 12px;
        margin-left: 12px;
    }

    /* 公用部分 */
    .section_container_con {
        max-width: 1100px;
    }
}

@media screen and (max-width:768px) {
    .section_container_con {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header #header_navigation {
        display: none;
    }

    .header_container {
        max-width: 100%;
        padding: 0 20px;
    }

    #header {
        height: 65px;
        overflow: hidden;
    }

    .header_logo {
        width: 206px;
        height: 100%
    }

    .header_logo a {
        width: 206px;
        height: 100%;
        margin-top: 5px;
    }

    #header .nav-toggle {
        width: 65px;
        height: 60px;
        position: absolute;
        top: 0px;
        right: 5px;
        display: block;
    }

    #header .nav-toggle svg {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    #header .nav-toggle svg path {
        fill: #333;
    }

    /* phone_hearder_nav */
    .phone_hearder_nav {
        max-width: 100%;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/mobile_bj.png) no-repeat center;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        padding: 65px 20px;
        box-sizing: border-box;
        transform: translateX(100%);
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    .body_open .phone_hearder_nav {
        transform: translateX(0px);
    }

    .header_close {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .header_close svg {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .phone_hearder_nav ul {
        width: 100%;
        height: 50%;
        padding: 15px 0px;
        box-sizing: border-box;
        overflow-y: auto;
    }

    .phone_hearder_nav ul li {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        padding: 2px 0px;
        box-sizing: border-box;
    }

    .phone_hearder_nav ul.shows {
        height: 90%;
    }

    .phone_hearder_nav ul li p {
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        padding: 0px 10px;
        box-sizing: border-box;
        position: relative;
    }

    .phone_hearder_nav ul li p svg {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 11px;
        right: 10px;
    }

    .phone_hearder_nav ul li p svg.icon_up {
        display: none;
    }

    .phone_hearder_nav ul li p.active svg {
        display: none;
    }

    .phone_hearder_nav ul li p.active svg.icon_up {
        display: block;
    }

    .phone_hearder_nav ul li p.active {
        color: #F84B1A;
    }

    .phone_hearder_nav ul li p.active svg path {
        fill: #F84B1A;
    }

    .phone_hearder_nav ul li p.active svg path {
        fill: #F84B1A;
    }

    .phone_hearder_nav ul li.li1 a {
        display: block;
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .phone_hearder_nav ul li .li_center {
        width: 100%;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        padding-top: 5px;
        display: none;
    }

    .phone_hearder_nav ul li .li_center h2 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        line-height: 24px;
        letter-spacing: 0.4px;
        margin: 15px 0;
    }

    .phone_hearder_nav ul li .li_center a {
        display: block;
        width: 100%;
        height: auto;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .phone_header_right .header_link {
        text-align: center;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .phone_header_right .header_link a.link {
        display: inline-block;
        width: 85px;
        height: auto;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        padding: 5px 10px;
        box-sizing: border-box;
        border-radius: 40px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        margin: 0 5px;
    }

    .phone_header_right .header_link a.link_login {
        background: #F84B1A;
    }

    .phone_header_right .header_link a.link_register {
        background: #F84B1A;
    }

    .phone_header_right .header_link a.link_language {
        background: #F84B1A;
    }

    /* 底部 */
    .footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footer_top_box .footer_left {
        margin-bottom: 30px;
        flex-direction:column;
    }

    .footer_top_box .footer_left .footer_logo {
        width: 186px;
        height: 60px;
    }

    .footer_top_box .footer_left .site_navigation li {
        margin-left: 24px;
    }

    .footer_top_box .footer_left .site_navigation li a {
        font-size: 12px;
    }

    .footer_top_box .footer_right {
        flex-direction: column;
        width: 100%;
    }

    .footer_top_box .footer_right .text_box {
        width: 100%;
    }

    .footer_top_box .footer_right .text_box p {
        font-size: 12px;
        line-height: 22px;
    }

    .footer_top_box .footer_right .list {
        width: 100%;
        margin-top: 20px;
    }

    .footer_top_box .footer_right .list li a {
        margin-bottom: 20px;
    }

    .footer_top_box .footer_right .list li .icon {
        width: 35px;
        height: 35px;
    }

    .footer_top_box .footer_right .list li p {
        margin-left: 12px;
        font-size: 12px;
    }


}


/* letter-spacing / word-spacing */
.footer_top_box .footer_right .text_box p {
    letter-spacing: 0.2px;
    text-align: justify;
    word-spacing: 1px;
}