﻿@charset "utf-8";
:root {
    --base_font: 1.5rem;
    --base_font12: 1.2rem;
    --base_font14: 1.4rem;
    --base_font17: 1.7rem;
    --base_font18: 1.8rem;
    --base_font19: 1.9rem;
    --base_font20: 2.0rem;
    --base_font22: 2.2rem;
    --base_font27: 2.7rem;
    --base_font30: 3.0rem;
    --base_font35: 3.5rem;
    --base_font40: 4.0rem;
    --base_font45: 4.5rem;
    --base_font50: 5.0rem;
    --base_font70: 7.0rem;
    --base_font80: 8.0rem;
}

.p_tb60 {
    padding: 60px 0;
}

.p_tb80 {
    padding: 80px 0;
}

.p_tb100 {
    padding: 100px 0;
}

.p50 {
    padding: 50px;
}

.h50 {
    height: 50px;
}


/* Wrap
----------------------------------------*/

#wrap {
    min-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#name_box_w {
    transition: all 0.5s;
    width: 100%;
    /* height: 10vh; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

@media screen and (max-width: 768px) {
    .navibox-active {
        position: fixed;
        top: 0;
    }
}

@media screen and (min-width: 768px) {
    .navibox-active {
        position: fixed;
        top: 0;
        background-color: rgb(107, 200, 243);
    }
}

#name_box_w .row>.col {
    height: 100px;
}

#name_box_w #menu_open {
    width: 100%;
}

#menu_box {
    transition: all 0.3s;
}

.menu li {
    /* width: 14.2857%;*/
    font-size: 1.6rem;
}

.menu li a {
    width: 100%;
    text-decoration: none;
    position: relative;
    color: #fff;
    padding: 10px;
    font-size: var(--base_font);
}

.menu li a:hover,
.menu li a.active {
    color: #000;
    font-weight: bold;
    margin: 0 auto;
}

.menu li a.active:after,
.menu li a:hover:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    left: 0;
    filter: blur(10px);
    z-index: -1;
    opacity: 0.8;
    width: 100%;
    transition: 0.5s;
}

#banner_box {
    width: 100%;
    position: relative;
}

#banner_box .jxw {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 9;
}

#banner_box .jxw {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 9;
}

#banner_box .arrow,
#zy_banner_box .arrow {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -10px;
    z-index: 9;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(10px);
    }
    10% {
        transform: translateY(20px) scale(1.1, 0.9);
    }
    15% {
        transform: translateY(10px);
    }
    20% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(10px);
    }
    30% {
        transform: translateY(20px) scale(1.1, 0.9);
    }
    35% {
        transform: translateY(10px);
    }
    40% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

#banner {
    width: 100%;
    margin: 0 auto;
}

#zy_banner_box {
    width: 100%;
    position: relative;
    background: url(../images/page_banner_1.jpg) no-repeat;
    height: 580px !important;
}

#zy_banner_box .desc {
    font-size: 2.7rem;
    font-size: var(--base_font27);
    color: #fff;
    line-height: 40px;
    padding-top: 30px;
}

#zy_banner_box .desc big {
    font-weight: bold;
    font-size: 8.0rem;
    font-size: var(--base_font80);
}

#zy_banner_box .desc p {
    letter-spacing: 28px;
    letter-spacing: 2.8rem;
    padding-left: 20px;
}

.location .nav-extended .collapsible-body li {
    background: #eee;
}

.side-nav li:first-child {
    background: #fff;
    border-bottom: none;
}

.side-nav li {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.side-nav li .active {
    background: #000;
    color: #fff;
}

.m_menu_tel {
    background: #efefef;
    color: #000;
    line-height: 2.4rem;
    font-size: 1.6rem;
    padding: 20px;
}

.m_menu_tel a {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0;
}

.side-nav li>a {
    font-size: 1.6rem;
}

.location {
    background: #d83c2e;
    font-size: 1.5rem;
    color: #fff;
}

.location a {
    color: #fff;
}

.location a:hover {
    color: #ff0;
}

.location .section {
    padding: 1.5rem 0;
}

.sub_nav a {
    font-size: 1.6rem;
    color: #fff;
}

.sub_nav a:hover,
.sub_nav a.active {
    color: #ff0;
    border-bottom: 2px solid #ff0;
    padding-bottom: 10px;
}


/* Mid
---------------------*/


/* Footer
----------------------------------------*/

.page-footer {
    background: #1d1d1d;
    overflow: hidden;
    position: relative;
    color: #616161;
}

.page-footer>div.col {
    border-left: 1px solid #262626;
    min-height: 360px;
}

.page-footer dt {
    margin-bottom: 20px;
}

.page-footer dt a {
    color: #fff;
}

.page-footer dd,
.page-footer dd a {
    font-size: 1.4rem;
}

.page-footer dd a .tel {
    font-size: large;
    font-weight: bold;
}

.page-footer a {
    color: #616161;
}

.page-footer a:hover *,
.page-footer dt a:hover,
.page-footer dd a:hover {
    color: #f00 !important;
}

.page-footer .ewm {
    margin-top: 20px;
}


/*INDEX*/

.in_title {
    position: relative;
    margin-bottom: 60px;
    font-size: large;
}

.in_title big {
    font-size: 5.0rem;
    font-size: var(--base_font50);
    font-weight: bold;
}

.in_title big span {
    color: #f3c53b;
}

#in_a_box {
    background: #f5f5f5;
}

#in_a_box .jxw {
    position: absolute;
    bottom: 10px;
    right: -40px;
    z-index: 9;
}

#in_a_box .in_gs_pic {
    box-shadow: -20px -20px 0 #d83c2e;
    transition: all 0.3s;
}

#in_a_box .in_gs_pic:hover {
    box-shadow: 20px -20px 0 #f3c53b;
    transform: translate(10px);
}

.show {
    color: #333;
}

.show li {
    padding: 0 24px;
    font-size: var(--base_font14);
}

.show li big {
    font-size: 7.0rem;
    font-weight: bold;
    font-size: var(--base_font70);
    color: #d83c2e;
}

.show li sup {
    color: #d83c2e;
    position: relative;
    top: -40px;
}

.show li p {
    color: #333;
    margin-top: 0;
}

#in_a_box .content {
    margin: 20px 0 40px;
    line-height: 30px;
}

#in_a_box .desc {
    font-size: large;
    color: #211c18;
    font-weight: bold;
    margin: 20px 0;
}

#in_a_box .link {
    margin-top: 100px;
}

#in_a_box .link li a {
    padding: 20px 0;
    background: #bcbcbc;
    color: #fff;
    display: block;
    border-right: 1px solid #fff;
}

#in_a_box .link li:first-child a {
    padding-bottom: 40px;
    transform: translateY(-20px);
    background: #d83c2e;
}

#in_a_box .link li:last-child a {
    border-right: 0;
}

#in_a_box .link li a:hover {
    background: #d83c2e;
    color: #fff;
    padding-bottom: 40px;
    transform: translateY(-20px);
}

#in_b_box .sp1 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

#in_b_box .sp2 {
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 0;
    top: 20%;
}

#in_c_box {
    background: #f3c53b;
    position: relative;
}

#in_c_box .sp1 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -100px;
}

#in_c_box .sp2 {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -10px;
}

#in_c_box .sp3 {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: -200px;
}

#in_d_box .sp1 {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 200px;
}

#in_d_box .sp2 {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 100px;
}

#in_d_box .sp3 {
    position: absolute;
    z-index: 0;
    left: 0;
    top: -100px;
}

#in_e_box .container {
    width: 100%;
    max-width: 100% !important;
}

#in_e_box ul li {
    padding: 0 !important;
    height: 300px;
}

#in_e_box ul li a {
    width: 100%;
    text-align: center;
}

#in_e_box ul li:nth-child(1) {
    background: #f0edec;
}

#in_e_box ul li:nth-child(2) {
    background: #fcf9e5;
}

#in_e_box ul li:nth-child(3) {
    background: #f6e8f0;
}

#in_e_box ul li:nth-child(4) {
    background: #f0edec;
}

#in_e_box ul li:nth-child(5) {
    background: #fde6cb;
}

#in_e_box ul li:nth-child(6) {
    background: #e6f1d7;
}

#in_e_box ul li:nth-child(7) {
    background: #ffffff;
}

#in_e_box ul li:nth-child(8) {
    background: #fcf9e5;
}

#in_e_box ul li:nth-child(9) {
    background: #eef0fe;
}

#in_e_box ul li:nth-child(10) {
    background: #f4f6c0;
}

#in_e_box ul li:nth-child(11) {
    background: #f0edec;
}

#in_f_box {
    padding: 50px 0 100px;
}

#in_f_box .jxw {
    position: absolute;
    bottom: 10px;
    left: -40px;
    z-index: 9;
}

#in_f_box .list li .box {
    transition: all 0.3s;
}

#in_f_box .list li .box:hover {
    transform: translateY(10px);
}

#in_f_box .list li .box:hover {
    box-shadow: 5px 5px 5px #111;
}

#in_f_box .list li:nth-child(1) .box {
    background: #df4d3e;
}

#in_f_box .list li:nth-child(2) .box {
    background: #7aa3aa;
    margin-top: 40px;
}

#in_f_box .list li:nth-child(3) .box {
    background: #ef7e19;
}

#in_f_box .list li:nth-child(4) .box {
    background: #786363;
    margin-top: 40px;
}

#in_f_box .list li .box {
    background: #786363;
    padding: 50px 30px;
    height: 430px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #fff;
}

#in_f_box .list li .box big {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 40px;
}

#in_f_box .list li .box span {
    position: relative;
    left: 20px;
}

#in_g_box {
    background: #efcccf;
    color: #fff;
}

#in_g_box p big {
    font-size: 2.2rem;
    font-size: var(--base_font22);
    font-weight: bold;
}

#in_g_box .more {
    margin-top: 30px;
}

#in_g_box .more a {
    border: #fff 1px solid;
    padding: 15px 50px;
    color: #fff;
    font-size: 1.9rem;
    font-size: var(--base_font19);
    font-weight: bold;
}

#in_g_box .more a:hover {
    color: #df4d3e;
    border: #fff 1px solid;
    background: #fff;
    padding: 15px 80px;
}

#in_h_box .container {
    width: 100%;
    max-width: 100%;
    background:
}

.bg50 {
    background-image: linear-gradient(left, #f5f5f5 50%, #d5483a 50%);
    background-image: -webkit-linear-gradient(left, #f5f5f5 50%, #d5483a 50%);
}

#in_h_box .l_box {
    width: 640px;
}

#in_h_box .more {
    margin-top: 30px;
}

#in_h_box .more a {
    border: #d5483a 1px solid;
    padding: 15px 50px;
    color: #d5483a;
    font-size: 1.9rem;
    font-size: var(--base_font19);
    font-weight: bold;
}

#in_h_box .more a:hover {
    border: #df4d3e 1px solid;
    background: #df4d3e;
    color: #fff;
    padding: 15px 80px;
}

.r_box {
    width: 640px;
    height: 200px;
    color: #fff;
}

.r_box span {
    font-size: 1.9rem;
    font-size: var(--base_font19);
    font-weight: bold;
}

.r_box a {
    font-size: 5.0rem;
    font-size: var(--base_font50);
    font-weight: bold;
    color: #fff;
}

#in_i_box .in_title big {
    font-size: 2.7rem;
    font-size: var(--base_font27);
    font-weight: normal;
}

#in_i_box .in_title big:after {
    content: "///";
    font-size: 1.7rem;
    font-size: var(--base_font17);
    display: block;
    margin-top: 20px;
    color: #888888;
}

#in_i_box .in_title .more {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 1.6rem;
}

#in_i_box .in_title .more a {
    color: #888888;
}

#in_i_box .in_title .more a:hover {
    color: #f00;
}

.better_list li {
    margin-bottom: 20px;
}

.better_list .cont .title {
    color: #222222;
    font-size: large;
    font-weight: bold;
    margin-top: 5px;
}

.better_list a:hover .cont * {
    color: #d5483a !important;
}

.better_list .time {
    font-size: small;
    margin: 15px 0;
}

.better_list .cont .content {
    color: #888888;
    height: 44px;
    line-height: 22px;
    font-size: 1.4rem;
    overflow: hidden;
    margin: 10px 0;
}

.normal_list li {
    margin-bottom: 20px;
}

.normal_list li a {
    padding: 15px;
    font-size: 1.6rem;
    color: #666666;
    border: 1px solid #e5e5e5;
}

.normal_list li a:hover {
    background: #d5483a;
    color: #fff;
}

.normal_list li a:hover * {
    color: #fff;
}


/*INDEX*/


/*ABOUT*/

.page_title {
    margin-bottom: 80px;
    color: #333333;
    font-size: 2.0rem;
    line-height: 40px;
    font-size: var(--base_font20);
    text-transform: uppercase;
}

.page_title big {
    font-size: 3.5rem;
    font-size: var(--base_font35);
}

.page_title big span {
    color: #d83c2e;
}

.page_desc {
    font-size: 1.7rem;
    font-size: var(--base_font17);
    margin-bottom: 50px;
    margin-top: -30px;
    position: relative;
}

#about_b {
    background: url(../images/about_b_1.jpg);
}

#about_b .main {
    color: #fff;
    font-size: 1.7rem;
    font-size: var(--base_font17);
    line-height: 30px;
}

#about_b .more {
    height: 80px;
    margin-top: 50px;
}

#about_b .more a {
    padding: 15px 50px;
    background: #fff;
    font-size: 1.7rem;
    font-size: var(--base_font17);
    color: #666666;
}

#about_b .more a:hover {
    background: #000;
    color: #fff;
    padding: 15px 80px;
}

#about_c {
    background: url(../images/about_c_1.jpg);
}

#about_c .main {
    color: #666666;
}

#about_c .main strong {
    line-height: 35px;
    font-size: 1.8rem;
    font-size: var(--base_font18);
}

#about_d .more {
    margin-top: 50px;
}

#about_d .more a {
    padding: 15px 50px;
    background: #e8e8e8;
    font-size: 1.7rem;
    font-size: var(--base_font17);
    color: #666666;
}

#about_d .more a:hover {
    background: #000;
    color: #fff;
    padding: 15px 80px;
}


/*ABOUT*/


/*PRODUCT*/

#product_a .typeList li {
    margin-bottom: 20px !important;
}

#product_a .typeList li a {
    width: 100%;
    display: block;
    border: 1px solid #dbdbdb;
    padding: 15px 10px;
    color: #666666;
    font-size: 1.6rem;
    font-size: var(--base_font17);
}

#product_a .typeList li a:hover {
    border: 1px solid #d83c2e;
    background: #d83c2e;
    color: #fff;
}

#product_a .pro_box {
    width: 100%;
    max-width: 100% !important;
}

#product_a .pro_box ul li {
    padding: 0 !important;
    height: 300px;
}

#product_a .pro_box ul li a {
    width: 100%;
    text-align: center;
}

#product_a .pro_box ul li:nth-child(1n+1) {
    background: #e8efdf;
}

#product_a .pro_box ul li:nth-child(2n+1) {
    background: #fcf9e5;
}

#product_a .pro_box ul li:nth-child(3n+1) {
    background: #fceceb;
}

#product_a .pro_box ul li:nth-child(4n+1) {
    background: #f5e4e5;
}

#product_a .pro_box ul li:nth-child(5n+1) {
    background: #fcf9e5;
}

#product_a .pro_box ul li:nth-child(6n+1) {
    background: #ffdfeb;
}

#product_a .pro_box ul li:nth-child(7n+1) {
    background: #fbf1c9;
}

#product_a .pro_box ul li:nth-child(8n+1) {
    background: #e8efdf;
}

#product_a .pro_box ul li:nth-child(9n+1) {
    background: #fee9f1;
}

#product_a .pro_box ul li:nth-child(10n+1) {
    background: #fcf9e5;
}

#product_a .pro_box ul li:nth-child(11n+1) {
    background: #e8efdf;
}

#product_a .pro_box ul li:nth-child(12n+1) {
    background: #fbf1c9;
}

#product_b .in_title:after {
    content: "///";
    font-size: 1.7rem;
    font-size: var(--base_font17);
    display: block;
    margin-top: 20px;
    color: #888888;
}

#product_b .jxw {
    position: absolute;
    bottom: 10px;
    right: -40px;
    z-index: 9;
}

#pro_info_a {
    background: #f3c53b;
}

.location_pinfo {
    margin-top: 30px;
}

.location_pinfo a {
    color: #fff;
}

.proShow_cont .pro_title {
    font-size: 4.0rem;
    color: #fff;
}

.proShow_cont .proShow_desc {
    border-top: 1px solid #f8dd8d;
    border-bottom: 1px solid #f8dd8d;
}

.proShow_cont .proShow_desc {
    color: #fff;
    line-height: 34px;
    height: auto;
    margin: 20px 0 30px;
    padding: 20px 0;
}

.proShow_more li a {
    font-size: 1.6rem;
    background: #ec0c0c;
    color: #fff;
}

.proShow_more li:nth-child(2) a {
    background: #ee9726;
}

.proShow_more a:hover {
    font-size: 1.6rem;
    background: #000 !important;
    color: #fff;
}


/*PRODUCT*/


/*BRAND*/

.t_title {
    text-align: center;
    font-size: 4.0rem;
    font-size: var(--base_font40);
    font-weight: bold;
    margin-bottom: 60px;
}

#brand_a li .box {
    width: 500px;
    height: 500px;
    padding: 80px;
    text-align: center;
    color: #fff;
}

#brand_a li .box big {
    font-size: 4.5rem;
    font-size: var(--base_font45);
    font-weight: bold;
}

#brand_a li .box p {
    font-size: 2.0rem;
    font-size: var(--base_font20);
    line-height: 40px;
    padding: 0 50px;
}

#brand_a li:nth-child(1) .box {
    background: #df4d3e;
    margin-right: -50px;
}

#brand_a li:nth-child(2) .box {
    background: #7ba4aa;
    margin-left: -50px;
}

#brand_a .box dl {
    font-size: 1.7rem;
    font-size: var(--base_font17);
    line-height: 34px;
}

#brand_a .box dl span {
    font-size: 2.2rem;
    font-size: var(--base_font22);
}

#brand_b {
    background: #f0f0f0;
}

#brand_b li .box {
    padding: 30px;
    color: #fff;
    text-align: center;
    height: 470px;
}

#brand_b li h2:after {
    content: "";
    width: 40px;
    height: 6px;
    background: #fff;
    display: block;
    margin: 40px auto 34px;
}

#brand_b li big {
    font-size: 2.8rem;
    font-size: var(--base_font27);
}

#brand_b li p {
    text-align: left;
    padding: 0 40px;
    line-height: 28px;
}

#brand_b li:nth-child(1) .box {
    background: #df4d3e;
}

#brand_b li:nth-child(2) .box {
    background: #7aa3aa;
    margin-top: 60px;
}

#brand_b li:nth-child(3) .box {
    background: #ef7e19;
}

#brand_b li:nth-child(4) .box {
    background: #786363;
    margin-top: 60px;
}

#brand_c li big {
    font-size: 2.5rem;
    font-size: var(--base_font35);
}

#brand_c li big:after {
    content: "";
    width: 55px;
    height: 1px;
    background: #b9b9b9;
    display: block;
    margin: 30px auto;
}

#brand_c li p {
    font-size: 2.2rem;
    font-size: var(--base_font22);
    margin-bottom: 50px;
    line-height: 40px;
}

#brand_d {
    background: #df4d3e;
}

#brand_d ul {
    max-width: 1000px;
    margin: 0 auto;
}

#brand_d li {
    color: #fff;
    padding: 0 20px;
}

#brand_d li .box {
    border: 1px solid #fff;
    padding: 40px;
    height: 360px;
}

#brand_d li big {
    font-size: 3.5rem;
    font-size: var(--base_font35);
}

#brand_d li p {
    font-size: 1.6rem;
    font-size: var(--base_font17);
    line-height: 36px;
}


/*BRAND*/


/*JOIN*/

#join_a {}

#join_a li big {
    display: block;
    margin-top: 20px;
    font-size: 3.0rem;
    font-size: var(--base_font30);
    font-weight: bold;
}

#join_a li .en {
    font-size: 1.4rem;
    font-size: var(--base_font14);
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #919191;
}

#join_a li .en:after {
    display: block;
    margin: 20px 0;
    width: 73px;
    height: 1px;
    background: #d83c2e;
    content: "";
}

#join_a li p {
    color: #666666;
    line-height: 30px;
}


/*JOIN*/

.my_txt {
    padding: 0;
}

.info p,
.info img {
    padding: 0;
    margin: 0;
}


/* Footer
----------------------------------------*/

.page-footer {
    background: #1f1f1f;
    overflow: hidden;
    position: relative;
    font-size: 1.4rem;
    color: #616161;
    line-height: 27px;
}

.page-footer .e2 {
    line-height: 30px;
    color: #fff;
}

.page-footer .e2 big {
    font-size: 3.0rem;
    margin: 20px 0;
    display: block;
}

.page-footer .e4 a {
    font-size: 1.5rem;
    color: #fff;
    line-height: 40px;
}

.page-footer .e4 a:hover {
    color: #d83c2e;
}

#page-footer-gt {
    z-index: 9;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
    background: #48c8f6;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}

#page-footer-gt ul li {
    width: 25%;
    text-align: center;
    float: left;
    color: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}

#page-footer-gt ul li a {
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    height: 70px;
    display: block;
}

#page-footer-gt ul li i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#page-footer-gt ul li:nth-child(1) i {
    background: url(../images/e1_1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(2) i {
    background: url(../images/e2_1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(3) i {
    background: url(../images/e3_1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(4) i {
    background: url(../images/e4_1.png);
    background-size: 100%;
}

#page-footer-gt.five ul li {
    width: 20% !important;
}

#page-footer-gt.five ul li.back {
    padding: 10px 0;
}


/*NEWS CONTENTS PAGE*/

.news_detail {
    height: auto !important;
    min-height: 200px;
    height: 200px;
}

.news_detail .location {
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

#news_t {
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}

#news_t .time {
    color: rgba(51, 51, 51, .5);
}

#news_d {
    color: #000;
    font-size: 12px;
    text-align: center;
    border: 1px dotted #ccc;
    margin: 10px 0;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
    position: relative;
}

#news_img {
    text-align: center;
    position: relative;
}

#news_img img,
.news_img img {
    max-width: 100%;
}

#newsContent {
    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 100%;
}

#newsInfo {
    min-height: 300px;
    line-height: 1.8;
}

#newsInfo iframe {
    width: 100% !important;
    height: 600px;
}

#newsInfo img {
    max-width: 100%;
    height: auto !important;
}


/*GUESTBOOK PAGE*/

.t_r {
    padding: 5px 0;
    font-size: 1.8rem;
}

.G_InputText {
    width: 100%;
    padding: 5px !important;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}

.G_textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}

.G_botton {
    padding: 10px 20px !important;
    background: #4f383b;
    cursor: pointer;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 3px;
    font-size: 16px;
    font-family: "微软雅黑";
}

.yanzheng {
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}

.jobs ul {
    list-style: none;
    margin-top: 12px;
}

.jobs ul li {
    min-height: 360px;
    width: 50%;
    overflow: hidden;
}

.jobs big {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.jobs .odd {
    float: left;
}

.jobs .even {
    float: right;
}

.jobs .odd a {
    color: #fff;
    background: #e42828;
}

.jobs .even a {
    color: #000;
    background: #fcd022;
}

.jobs .odd2 {
    float: left;
}

.jobs .even2 {
    float: right;
}

.jobs .odd2 a {
    color: #000;
    background: #fcd022;
}

.jobs .even2 a {
    color: #fff;
    background: #e42828;
}

.jobs ul li .recruit_info {
    color: #494949;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    line-height: 36px;
}

.jobs ul li .recruit_info .job_nam {
    color: #be0000;
    font-weight: bold;
}

.jobs ul li .jbut {
    width: 74px;
    height: 31px;
    line-height: 31px;
    background: #1f478e;
    border-radius: 2px;
    float: right;
    margin-top: -40px;
    margin-right: 22px;
    text-align: center;
}

.jobs ul li .jbut a {
    text-decoration: none;
    color: #FFF;
    display: block;
}

.recruit_info_tit_bg {
    width: 100%;
    height: 31px;
    background: #fafafa;
    border-radius: 2px;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 73px;
    height: 31px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #1e4483;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    text-indent: 8px;
}

.recruit_info_main {
    padding: 5px;
}

.recruit_info_main p {
    width: 650px;
    font-family: 'Microsoft YaHei', arial;
    text-align: justify;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    color: #494949;
}

.order {
    width: 96%;
    margin: 0 auto;
}

.order_but {
    padding: 10px;
    cursor: pointer;
}

.best_type li {
    font-size: 1.4rem !important;
    color: #959595;
}

.best_type li big {
    font-size: 4.7rem;
    color: #e41c25;
    margin: 0;
}


/*PRODUCTS LIST PAGE*/

.picUL li {
    margin-bottom: 20px !important;
}

.picUL li a {
    display: block;
    border: 1px solid #eeeeee;
    padding: 15px;
}

.picUL li a .img {
    width: 100%;
    background: #fff;
    overflow: hidden;
    height: 280px;
}

.picUL li a img {
    transition: all 0.5s;
    margin: 0 auto;
    width: 100%;
    min-height: 280px;
}

.picUL li a:hover img {
    transform: scale(1.1);
}

.picUL li a .title {
    padding: 10px;
    width: 100%;
}

.picUL li a .cont {
    padding: 10px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}

#picList {
    padding: 10px 0;
}

#picList .row {
    padding: 0;
    margin-bottom: 0 !important;
}

#picList li {
    transition: all 0.3s;
    margin-bottom: 20px;
    background: #fcfcfc;
    border-radius: 2px;
    padding: 10px;
    box-shadow: 0 0 1px #ccc;
}

#picList li:hover {
    box-shadow: 0 0 5px #ffe5e5;
}

#picList li a {
    display: block;
}

#picList li a:hover .d2 i {
    background: #d83c2e;
    color: #fff;
}

#picList .picList_date {
    color: #fff;
}

#picList .picList_date .d1 {
    font-size: 1.6rem;
    color: #898989;
}

#picList .picList_date .d2 i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
    display: block;
    background: #333;
    color: #fff;
}

#picList .pic_line {
    content: "";
    height: 1px;
    display: block;
    width: 80px;
    background: #bebebe;
    transition: all 0.5s;
    margin-top: 26px;
}

#picList li a:hover .pic_line {
    background: #f00;
    width: 10%;
}

#picList .img {
    overflow: hidden;
    background: #fff;
    height: 150px;
}

#picList .img img {
    position: relative;
    z-index: 2;
}

#picList .Pic_list_txt {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    text-align: justify;
}

#picList .Pic_list_txt .t1 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #000;
}

#picList .Pic_list_txt .t2 {
    overflow: hidden;
    margin: 15px 0;
    height: 75px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}


/*MESSAGE*/

#c_mess_box li {
    margin-bottom: 10px;
}

#c_mess_box input,
#c_mess_box textarea {
    width: 100%;
    border: 1px solid #efefef;
    padding: 10px;
    box-sizing: border-box;
}

.hiddendiv {
    display: none;
}


/*CONTACT*/

.contact_lf .c_1 {
    position: absolute;
    top: 100px;
}

#contact .d_1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 680px;
}

.contact_rt a {
    color: #fff;
}

.contact {
    margin: 30px auto 40px;
    padding: 20px 20px 10px;
    font-size: 1.8rem;
    font-size: var(--base_font18);
    background: #efcccf;
    color: #fff;
}

.contact .contact_rt li {
    line-height: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact .contact_rt i {
    font-size: 2.7rem;
}

.contact .contact_rt .more a {
    background: #fff;
    color: #000;
    padding: 15px 20px;
}

.contact .contact_rt .more a i {
    font-size: 3.6rem;
}

.contact .contact_rt .more a:hover {
    background: #000;
    color: #fff;
}


/*加载列表*/

.case .waterfull {
    margin: 0 auto;
    min-height: 600px;
    overflow: hidden;
}

.case .waterfull ul {
    padding: 0;
}

.case .waterfull ul li {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 720px;
    box-sizing: border-box;
    padding: 0;
}

.case .waterfull ul li a {
    display: block;
    background: #fff;
    width: 100%;
}

.case .waterfull ul li .img {
    width: 100%;
    overflow: hidden;
}

.case .waterfull ul li .img img {
    max-width: 100%;
    width: 100%;
    transition: all 0.3s;
    height: auto;
}

.case .waterfull ul li:hover .img img {
    transform: scale(1.1);
}

.case .waterfull ul li .cont {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 30px;
    text-align: justify;
    color: #888888;
    height: 80px;
    overflow: hidden;
    text-align: left;
}

.case .waterfull ul li .cont p {
    margin: 0;
}

.case .waterfull ul li .cont i.hztsearch-2 {
    margin-top: 15px;
    font-size: 3.0rem;
    color: #d7bb74;
}

.brand .waterfull ul li .cont {
    height: 220px;
}

.case .waterfull ul li .cont .con {
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}

#imgloading {
    margin: 10px auto;
    max-width: 244px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    background: #d83c2e;
    color: #fff;
    font-size: 1.5rem;
}

.case .waterfull ul li .img {
    border: 1px solid #eee;
}


/*加载列表*/

.nImg .prev,
.nImg .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-block;
}

.nImg .prev {
    left: 0;
}

.nImg .next {
    right: 0;
}

.nImg i {
    color: #fff;
}

.floor {
    position: fixed;
    top: 30%;
    right: 4%;
    width: 100px;
    text-align: center;
    background: #fff;
    padding-bottom: 5px
}

.floor dt {
    margin: 5px 0;
}

.floor dl:first-child dt {
    margin: 0 0 5px 0 !important;
}

.floor dt a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 1.5rem;
    background: #1f1f1f;
    color: #fff;
    text-align: center;
}

.floor dd a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    background: #fff;
    color: #000;
    text-align: center;
}

.floor dd a:hover,
.floor dd a.active {
    color: #fff;
    background: #d83c2e !important;
}

.fancybox-iframe {
    width: 600px !important;
    max-width: 100%;
    height: auto;
}

.f_mess {
    transition: all 0.8s;
    padding: 20px 0;
    z-index: 99;
    width: 100%;
    position: fixed;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
}

.f_mess.up {
    bottom: 0 !important;
}

.f_mess .row {
    margin-bottom: 0;
}

.f_mess .col {
    margin-bottom: 0;
}

.f_mess input {
    width: 100%;
    height: 40px;
    padding: 5px !important;
    background: #fff;
    border: 0 !important;
    margin-bottom: 0 !important;
}