@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    border: none;
    display: block;
}

ul {
    list-style: none;
}

input,
button,
textarea {
    outline: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.thidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w100 {
    width: 100%;
    margin: 0 auto;
}

.wfull {
    width: 100%;
    min-width: 1200px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bgf {
    background-color: #fff;
}

.bgf3 {
    background-color: #f3f3f3;
}

.cf {
    color: #fff;
}

.cred {
    color: #d72a2a;
}

.c9 {
    color: #999999;
}

@font-face {
    font-family: "iconfont";
    src: url("font/iconfont.eot");
    src: url("font/iconfont.eot?#iefix") format("embedded-opentype"), url("font/iconfont.woff") format("woff"), url("font/iconfont.ttf") format("truetype"), url("font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.text_left_center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
}

.text_left_center_column {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: column;
}

.text_left_bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-end;
}

.text_left_top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
}

.text_left_top_column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: column;
}

.text_top_center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
}

.text_right_center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
}

.text_right_center_column {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-end;
    -webkit-flex-direction: column;
}

.text_right_bottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: flex-end;
}

.text_right_bottom_column {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-flex-direction: column;
}

.text_right_top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-justify-content: flex-start;
}

.text_right_top_column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-end;
    -webkit-flex-direction: column;
}


/*居中居中*/

.text_center_center {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.text_center_center_column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
}

.text_top_center_column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
}

.text_center_bottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-end;
}

.text_center_bottom_column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
}


/*上下分离左居中*/

.text_left_between_center_column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: column;
}

.text_top_between_center {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
}


/*左右分离居中*/

.text_between_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.text_between_center_column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
}

.text_between_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-end;
}

.text_space-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
}

.text_space-around_column {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
}


/* 导航 */

._nav {
    background-color: #fff;
}

._nav_top {
    height: 50px;
    background: #f2f2f2;
}

._nav_top_con {
    line-height: 50px;
}

._nav_top_left {
    color: #666666;
    font-size: 15px;
}

._nav_top_right {
    color: #666666;
    font-size: 15px;
}

._nav_top_right span {
    width: 100px;
    height: 50px;
    cursor: pointer;
    text-align: center;
}

._nav_top_right span:hover {
    color: #d72a2a;
}

._nav_top_right span:last-child {
    width: auto;
    padding-left: 20px;
}

._nav_focus {
    position: relative;
}

._nav_angle {
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    left: 40px;
    top: 30px;
    display: none;
}

._nav_code {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    padding: 20px;
    z-index: 1000;
    box-shadow: 2px 8px 12px rgba(0, 0, 0, 0.4);
    display: none;
}

._nav_code>p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
    color: #222;
}

._nav_focus:hover {
    background: #d72a2a;
    color: #fff !important;
}

._nav_focus:hover ._nav_angle {
    display: block;
}

._nav_focus:hover ._nav_code {
    display: flex;
}

._nav_mid {
    height: 140px;
}

._nav_mid_right_con {
    margin-left: 15px;
}

._nav_mid_right_con_t1 {
    font-size: 16px;
}

._nav_mid_right_con_t2 {
    font-size: 24px;
    font-weight: bold;
}

._nav_bot {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #24262c;
    height: 60px;
}

._nav_item {
    height: 60px;
}

._nav_list {
    width: 140px;
    color: #fff;
    font-size: 16px;
    height: 60px;
    cursor: pointer;
    margin-right: 1px;
}

._nav_list>a {
    color: #fff;
    font-size: 16px;
}

._nav_list:hover {
    background-color: #d72a2a;
}

._active {
    background-color: #d72a2a;
}

._search {
    width: 240px;
    height: 40px;
    background-color: #fff;
    padding: 0 10px;
}

._search input {
    border: none;
    font-size: 16px;
}

._sicon {
    font-size: 18px;
}


/* footer */

._footer_icons {
    padding: 60px 0;
}

._footer_icons_list img {
    margin-right: 15px;
}

._line {
    width: 1px;
    height: 56px;
    background-color: #999;
}

._footer_icons_t1 {
    font-size: 20px;
    color: #24262c;
}

._footer_icons_t2 {
    font-size: 16px;
    color: #999;
    margin-top: 5px;
}

._footer_main {
    background-color: #24262c;
    padding: 75px 0;
}

._footer_left>img {
    margin-bottom: 10px;
}

._footer_tt1 {
    font-size: 16px;
    color: #bbbbbb;
    margin-top: 20px;
}

._footer_tt2 {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

._footer_code_img {
    padding: 10px;
    background-color: #fff;
}

#_f_fix {
    position: fixed;
    top: calc(50vh - 210px);
    right: 0;
    z-index: 1000;
    /* background: #fff; */
}

._f_fix_list {
    width: 80px;
    height: 80px;
    background: #f3f3f3;
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
}

._f_fix_list:last-child {
    margin-top: 14px;
    margin-bottom: 0;
}

._f_fix_img {
    width: 80px;
    height: 30px;
    margin-bottom: 6px;
}

#focusUs ._f_fix_img {
    background: url('../imgs/fix1.png') no-repeat center center;
}

._f_fix_list>span {
    font-size: 14px;
}

._angle {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: -1px;
    top: 30px;
    z-index: 1001;
    display: none;
}

#_footer_focus {
    position: absolute;
    z-index: 1000;
    right: 80px;
    top: 0;
    background: #fff;
    padding: 20px;
    border: 1px solid #d72a2a;
    text-align: center;
    display: none;
}

#_footer_focus>img {
    margin-bottom: 10px;
}

#_footer_focus span {
    font-size: 14px;
}

._f_fix_list a {
    font-size: 14px;
    color: #000;
}

._f_fix_list:hover {
    background: #d72a2a;
}

._f_fix_list:hover>span,
._f_fix_list:hover>a {
    color: #fff;
}

#focusUs:hover ._f_fix_img {
    background: url('../imgs/fix1_1.png') no-repeat center center;
}

._f_fix_list:hover ._angle {
    display: block;
}

#focusUs:hover #_footer_focus {
    display: block;
}

#footerOmade ._f_fix_img {
    background: url('../imgs/fix2.png') no-repeat center center;
}

#footerOmade:hover ._f_fix_img {
    background: url('../imgs/fix2_1.png') no-repeat center center;
}

#lineWaiter ._f_fix_img {
    background: url('../imgs/fix3.png') no-repeat center center;
}

#lineWaiter:hover ._f_fix_img {
    background: url('../imgs/fix3_1.png') no-repeat center center;
}

#toTop ._f_fix_img {
    background: url('../imgs/fix5.png') no-repeat center center;
}

#toTop:hover ._f_fix_img {
    background: url('../imgs/fix5_1.png') no-repeat center center;
}

#hotPhoneIN {
    height: 80px;
    border: 1px solid #d72a2a;
    background: #fff;
    padding-left: 20px;
    position: absolute;
    right: 80px;
    top: 0;
    z-index: 1000;
    width: 180px;
    display: none;
}

.hotPhoneIN_in {
    height: 80px;
}

#hotPhoneIN p {
    color: #666;
    margin-bottom: 6px;
}

#hotPhoneIN h5 {
    font-size: 18px;
    color: #d72a2a;
}

#hotPhone ._f_fix_img {
    background: url('../imgs/fix4.png') no-repeat center center;
}

#hotPhone:hover ._f_fix_img {
    background: url('../imgs/fix4_1.png') no-repeat center center;
}

#hotPhone:hover #hotPhoneIN {
    display: block;
}

#book {
    position: fixed;
    left: 0;
    bottom: 0;
    /* height: 193px; */
    height: 0px;
    transition: height linear 0.3s;
    z-index: 998;
    padding-top: 33px;
}

._book_logo {
    position: absolute;
    left: -172px;
    /* top: -33px; */
    transition: top linear 0.3s;
    top: 0;
}

#book.active {
    height: 193px;
}

#book.active ._book_logo {
    top: -33px;
}

._book_box {
    height: 160px;
    background: rgba(0, 0, 0, 0.8);
}

._book_main {
    position: relative;
    padding-left: 50px;
}

._book_left {
    height: 160px;
    padding-bottom: 10px;
}

._book_left_h3 {
    height: 60px;
}

._book_left_h3>strong {
    color: #fff;
    margin-right: 15px;
}

._book_left_h3>strong,
._book_left_h3>b {
    font-size: 32px;
}

._book_left_text {
    width: 460px;
    height: 50px;
    background: #d72a2a;
    color: #fff;
    font-size: 18px;
    margin-top: 12px;
}

._book_right {
    margin-left: 70px;
    height: 160px;
    padding-bottom: 10px;
}

._book_left_h3 h4 {
    font-size: 22px;
    color: #fff;
}

._book_right_input_box {
    padding-top: 12px;
    position: relative;
}

._book_input {
    width: 200px;
    height: 50px;
    padding-left: 25px;
    background: #fff;
    margin-right: 15px;
    border: none;
}

#linkButton {
    width: 160px;
    height: 50px;
    background: #d72a2a;
    opacity: 0.8;
    font-size: 20px;
    color: #fff;
    margin-left: 35px;
    cursor: pointer;
    margin-top: 12px;
}

._book_right_input_box ._input_err {
    position: absolute;
    top: -2px;
    left: 0;
    line-height: 12px;
    height: 12px;
    font-size: 12px;
    color: #f00;
    display: none;
}

#linkButton:hover {
    opacity: 1;
}

#close {
    position: absolute;
    right: 20px;
    top: 48px;
    cursor: pointer;
}

#dialog {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    background: rgba(255, 255, 255, 0.8);
    width: 100vw;
    height: 100vh;
    display: none;
}

#dialog p {
    margin-top: 8px;
    font-size: 16px;
}

#dialog ._loading {
    color: #d72a2a;
}

#dialog ._error {
    color: #d72a2a;
}

#dialog ._success {
    color: #1afa29;
}

#loading {
    animation: roate360 2s linear infinite;
    display: none;
}

@keyframes roate360 {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

#error {
    display: none;
}

#success {
    display: none;
}