﻿/* -----公共样式 start----- */
* {
    margin: 0;
    padding: 0;
}
html {
    overflow: initial;
    height: auto;
    color: #666;
    font-size: 16px;
}
html, body {
    font-family: "microsoft yahei", "Arial", sans-serif;
    background-color: #EAEAEA;
}
body {
    overflow: initial;
    height: auto;
}
a {
    text-decoration: none;
    background: transparent;
    outline: none;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
ul, ol, li {
    list-style: none;
}
/* -----公共样式 stop----- */

/* ---- header start ---- */
/* pc端样式开始 */
.header_box_pc {
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 70px;
    width: 100%;
}
.header_box_pc:hover {
    background-color: rgba(255, 255, 255, 1);
}
.header {
    width: 100%;
    display: flex;
    justify-content: start;
    position: relative;
}
.header .nav {
    height: auto;
    position: relative;
    width: 100%;
}
.header .nav ul {
    width: 100%;
    font-size: 0;
    margin-left: 48px;
}
.header .nav ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 20px;
    padding: 24px 0;
    display: inline-block;
}
.header .nav ul li .tits {
    color: #414245;
    position: relative;
}
.header .nav ul li:hover .tits {
    color: #BF0017 !important;
}

.header .nav ul li .mnav_wrapper {
    width: 100%;
    left: 0;
    position: absolute;
    top: 70px;
    background-color: rgba(255, 255, 255, 0.90);
    justify-content: space-around;
    display: none;
}
.header .nav ul li .mnav {
    width: 100%;
}
.header .nav ul li .mnav .mnav-new {
    width: 100%;
    padding: 30px 72px;
}
.header .nav ul li .mnav .mnav-new .cnav {
    float: left;
}
.header .nav ul li .mnav .mnav-new .cnav dl {
    width: 206px;
    height: auto;
    float: left;
    text-align: left;
}
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.header .nav ul li .mnav .mnav-new .cnav dl dt {
    font-size: 14px;
    line-height: 14px;
    color: #414245;
    margin-bottom: 16px;
    font-weight: bold;
}
.header .nav ul li .mnav .mnav-new .cnav dl dt a {
    color: #414245;
}
dd {
    display: block;
}
.header .nav ul li .mnav .mnav-new .cnav dl dd a {
    font-size: 12px;
    line-height: 36px;
    color: #666;
}
.header .nav ul li .mnav .mnav-new .cnav dl dd a:hover {
    color: #BF0017;
}
.topbar_other_menu_item {
    padding: 6px 36px;
    cursor: pointer;
}
.topbar_other_menu_item:hover {
    background-color: #FDEEEE;
}
.header .logo {
    height: 70px;
    width: 66px;
    position: absolute;
    left: 49%;
}
.header .logo img {
    margin: 20% auto;
}

.header .operation {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 140px;
    top: 24px;
}
.operation_search_input_wrapper {
    position: relative;
    display: none;
}
.operation_search_input {
    width: 200px;
    height: 18px;
    margin-right: 24px;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #BF0017;
}
.operation_search_input_close {
    position: absolute;
    right: 28px;
    cursor: pointer;
    color: #BF0017;
}
.header .operation .icon {
    width:22px;
    height: 22px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
    cursor: pointer;
}

.header .operation .search {
    width: 14px;
    height: 15px;
    padding-top: 2px;
}

.header .operation .wechat {
    position: relative;
}
.header .operation .wechat .wechat_qrcode {
    position: absolute;
    top: 40px;
    left: -40px;
    display: none;
    width: 100px;
    height: 100px;
}
.header .operation .wechat:hover .wechat_qrcode {
    display: block;
}


.header .language-change {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 68px;
    top: 24px;
}

.header .language-change .tits {
    color: #414245;
    position: relative;
}

.header .language-change .nav-language-space {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    padding: 0px 10px;
}

/* pc端样式结束 */

/* 移动端端样式开始 */
.header_box_phone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 60px;
    width: 100%;
    background-color: #ffffff;
}
.header_box_bar_phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 24px;
}
.header_box_bar_phone_close_wrapper {
    width: 18px;
    height: 18px;
    display: none;
}
.header_box_bar_phone_close {
    width: 14px;
    height: 14px;
}
.header_box_bar_phone_menu {
    width: 18px;
    height: 18px;
}
.header_box_bar_phone_search {
    width: 18px;
    height: 18px;
}
.header_phone_menus, .header_phone_search_panel {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
    font-size: 16px;
    overflow: hidden;
    height: 0;
    transition-duration: 1s;
    overflow-y: auto;
}
.phone_search_input_wrapper {
    position: relative;
}
.recommend_title {
    color: #000000;
    margin-top: 24px;
}
.header_phone_recommend_wrapper {
    padding-left: 12px;
}
.header_phone_recommend_item {
    padding: 10px 0;
}
.header_phone_menu_item_title {
    padding: 10px;
    border-bottom: 1px solid #979797;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_phone_menu_item_down_icon {
    width: auto;
    height: 6px;
}
.header_phone_sub_menu_item {
    border-bottom: 1px solid #979797;
    display: none;
}
.header_phone_sub_menu_item_title {
    padding: 12px 24px;
}
.phone_search_input {
    width: 100%;
    margin-right: 24px;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #979797;
    padding-bottom: 5px;
}
.phone_search_input::placeholder {
    font-weight: 300;
    font-size: 12px;
}
.phone_search_right_icon {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 10px;
    height: 10px;
}
/* 移动端端样式结束 */

/* 响应式开始 */
@media (max-width: 1510px) {
    .header .nav ul li {
        margin: 0 24px;
    }
}
@media (min-width: 768px) {
    .header .nav ul li:hover .mnav_wrapper {
        display: flex;
    }
    .header_box_phone {
        display: none;
    }
}
@media (max-width: 767px) {
    .header_box_pc {
        display: none;
    }
    .footbar {
        display: block;
    }
}
/* ---- header stop ---- */

/* ------ footer start ----- */
.footbar {
    background-color: #414245;
    font-size: 12px;
    color: #D8D8D8;
    padding: 74px 82px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footbar .company_name {
    margin-bottom: 20px;
}
.footbar_right_images {
    display: flex;
    justify-content: start;
    align-items: center;
}
.footbar_right_check {
    margin-bottom: 24px;
    cursor: pointer;
}
.footbar_right .icon {
    width: 28px;
    height: 28px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
    cursor: pointer;
}

.footbar_right .wechat {
    position: relative;
}
.footbar_right .wechat .wechat_qrcode {
    position: absolute;
    top: -120px;
    left: -40px;
    display: none;
    width: 100px;
    height: 100px;
}
.footbar_right .wechat:hover .wechat_qrcode {
    display: block;
}

@media (max-width: 767px) {
    .footbar {
        padding: 24px 48px;
        text-align: center;
        display: block;
    }
    .footbar .company_name {
        margin-bottom: 20px;
    }
    .footbar_right_images {
        justify-content: center;
    }
    .footbar_right_check {
        margin-top: 24px;
    }
}
/* ----- footer stop ----- */