﻿@charset "utf-8";
/* CSS Document */
body {
    font: normal normal 16px/1.1 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    color: #000;
}

textarea, input {
    font: normal normal 16px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

body, p, ol, ul, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.imgbox {
    overflow: hidden;
}

.imgbox > img, .imgbox > a > img {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

@font-face {
    font-family: "titlefont";
    src: url("../images/title1.woff") format("woff"),
    url("../images/title.ttf") format("truetype"),
    url("../images/title.eot") format("embedded-opentype"),
    url("../images/title.svg") format("svg");
}

.in_title_box {
    text-align: left;
}

.in_title_box > h1 {
    font-family: "titlefont" !important;
    font-size: 46px !important;
    color: #282828 !important;
    font-weight: normal !important;
    margin-bottom: 26px !important;
    line-height: 1 !important;
}

.in_title_box > p {
    font-size: 36px !important;
    font-family: "titlefont" !important;
    text-transform: uppercase !important;
    background: -webkit-linear-gradient(#af967f, #4e838b) !important;
    background: -o-linear-gradient(#af967f, #4e838b) !important;
    background: linear-gradient(#af967f, #4e838b) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 1 !important;
}

.ejy_title > h1 {
    font-family: "titlefont" !important;
    font-size: 46px !important;
    color: #282828 !important;
    font-weight: normal !important;
    margin-bottom: 26px !important;
    line-height: 1 !important;
}

.ejy_title > p {
    font-size: 36px !important;
    font-family: "titlefont" !important;
    text-transform: uppercase !important;
    background: -webkit-linear-gradient(#af967f, #4e838b) !important;
    background: -o-linear-gradient(#af967f, #4e838b) !important;
    background: linear-gradient(#af967f, #4e838b) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 1 !important;
}

.img_s {
    overflow: hidden;
    position: relative;
}

.img_s:after {
    background: #fff;
    content: "";
    height: 200%;
    left: -50%;
    opacity: 0.2;
    position: absolute;
    top: -70px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 100;
}

.img_s:hover:after {
    left: 150%;
    -webkit-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
}

.img_s:hover img {
    transform: scale(1.1);
}

.bigbox {
    margin: 0 3%;
    width: 94%;
    text-align: center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
}

.head_box > * {
    display: inline-block;
}

.head_box {
    height: 120px;
    font-size: 0px;
}

.logo {
    margin-top: 28px;
}

.nav_list {
    width: 7%;
    min-width: 80px;
    margin-top: 46px;
    border-right: 1px solid #e5e5e5;
}

.nav_list:nth-child(9) {
    border: 0;
}

.nav_list h1 {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 7px;
    transition: 0.6s;
}

.nav_list div {
    width: 0px;
    height: 2px;
    background: #a87525;
    transition: 0.6s;
}

.nav_list p {
    font-size: 14px;
    color: #b1b1b1;
    transition: 0.6s;
    margin-bottom: 20px;
}

.nav_list:hover h1 {
    transform: translateY(-4px);
    color: #a87525;
}

.nav_list:hover p {
    transform: translateY(-4px);
    color: #a87525;
}

.nav_list:hover div {
    width: 100%;
}

.head_iconbox {
    width: 295px;
    padding-top: 39px;
    position: relative;
}

.head_iconbox > img {
    float: left;
}

.mar_22 {
    margin-right: 22px;
}

.mar_13 {
    margin-right: 13px;
}

.about {
    width: 100%;
    background: url(../images/about.jpg) no-repeat center;
    height: 300px;
    line-height: 34px;
    color: #fff;
margin-bottom: 44px;
}
.about h1{
    padding-top: 40px;
}
.about p{
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: left;
}
.head_ewmbox {
    position: absolute;
    width: 128px;
    height: 0;
    background: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    top: 80px;
    left: -46px;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 100;
}

.head_ewmbox img {
    margin: 10px;
    max-width: 140px;
    max-height: 140px;
}

.head_iconbox span {
    float: left;
    display: block;
    cursor: pointer;
}

.head_iconbox span:hover .head_ewmbox {
    height: 128px;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 10px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.swiper-pagination-switch:after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    top: 0px;
    left: 0px;
    border: 1px solid #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50%;
}

.swiper-active-switch:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: -5px;
    left: -5px;
    border: 1px solid #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50%;
}

.swiper-slide {
    position: relative;
}

.banner_textbox {
    width: 620px;
    height: 170px;
    position: absolute;
    right: 7.5%;
    top: 45.3%;
    padding: 17px 0 0 23px;
    font-family: "titlefont";
    color: #fff;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
}

.banner_textbox h1 {
    font-size: 44px;
    margin-bottom: 28px;
}

.banner_textbox p {
    font-size: 22px;
    margin-bottom: 24px;
}

.banner_textbox span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

#swiper1 {
    width: 100%;
    margin-bottom: 88px;
}

.in_title_box > img:nth-child(1) {
    margin-bottom: 24px;
}

.in_title_box {
    margin-bottom: 45px;
    position: relative;
}

.in_fl1_list {
    float: left;
    width: 25%;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl1_textbox {
    height: 168px;
    text-align: center;
}

.in_fl1_list .imgbox {
    margin-bottom: 24px;
}

.in_fl1_textbox h1 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 15px;
}

.in_fl1_textbox p {
    font-size: 16px;
    color: #c8aa5b;
}

.in_fl1_textbox b {
    display: inline-block;
    width: 22%;
    height: 1px;
    background: #c8aa5b;
    margin: 0 3% 5px 3%;
}

.back_icon {
    width: 40px;
    height: 40px;
    border: 2px solid #c8aa5b;
    border-radius: 24px;
    position: absolute;
    top: 49px;
    right: 0;
}

.back_icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-left: 2px;
}

.in_fl2_lbox {
    width: 28%;
    position: relative;
    text-align: left;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl2_rbox {
    width: 72%;
    cursor: pointer;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}

.in_fl2_rbox .sp_icon {
    position: absolute;
    bottom: 10%;
    left: 5.6%;
    z-index: 10;
    width: 330px;
}

.in_fl2_lbox .in_title_box {
    margin-bottom: 19.3%;
}

.in_fl2_xian {
    position: absolute;
    height: 19.6%;
    bottom: 0;
    left: 0;
}

.in_fl2_xian li {
    width: 18px;
    height: 25%;
    border-top: 3px solid #858585;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.in_fl2_xian li:nth-child(2) {
    border-color: #000000;
    width: 49px;
}

.in_floor2 a {
    width: 143px;
    height: 40px;
    border: 1px solid #999999;
    color: #999999;
    border-radius: 21px;
    position: absolute;
    display: block;
    bottom: 3.3%;
    left: 14%;
    text-align: center;
    line-height: 40px;
}

.in_fl2_lbox h1 {
    font-size: 22px;
    color: #161616;
    font-weight: normal;
    line-height: 40px;
    max-width: 403px;
}

.in_fl2_lbox p {
    font-size: 10px;
    color: #b8b8b8;
    line-height: 18px;
    max-width: 403px;
}

.in_floor2 {
    margin-bottom: 23px;
    position: relative;
}

.in_fl2_list {
    width: 14.27%;
    float: left;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl2_list img {
    transition: 0.6s;
    opacity: 0.5;
}

.in_fl2_list:hover img {
    opacity: 1;
}

.in_fl2_listbox {
    margin-bottom: 88px;
    position: relative;
    width: 100%;
}

.hk {
    position: absolute;
    width: 14.27%;
    height: 3px;
    background: #c8aa5b;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl2_list_box .in_fl2_list_boxon {
    border-bottom: 3px solid #dcdcdc;
    padding-bottom: 15px;
    border-color: #c8aa5b;
}

.in_fl2_list_box .in_fl2_list_boxon img {
    opacity: 1;
}

.in_floor3 li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.in_floor3 .imgbox {
    position: relative;
}

.in_floor3 li:last-child {
    margin-right: 0;
}

.in_fl3_zzbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.in_fl3_zzbox img {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl3_textbox {
    background: #fafafa;
    height: 172px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8.5% 7% 0;
    text-align: left;
}

.in_fl3_textbox h1 {
    font-size: 18px;
    color: #282727;
    margin-bottom: 14px;
    font-weight: normal;
}

.in_fl3_textbox p {
    font-size: 14px;
    color: #959595;
    line-height: 24px;
    margin-bottom: 8px;
    height: 48px;
    overflow: hidden;
}

.in_fl3_textbox a {
    float: right;
    display: block;
    width: 120px;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #c8aa5b;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    color: #c8aa5b;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_floor3 li:hover .in_fl3_zzbox {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.in_floor3 li:hover .in_fl3_zzbox img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

.in_floor3 li:hover a {
    background: #c8aa5b;
    color: #fff;
}

.in_floor3 {
    margin-bottom: 88px;
}

.qj_icon * {
    display: inline-block;
}

.qj_icon {
    position: absolute;
    top: 50px;
    left: 490px;
}

.qj_icon img {
    margin-bottom: -10px;
    margin-right: 6px;
}

.qj_icon p {
    font-size: 14px;
    color: #947343;
    padding-bottom: 2px;
    border-bottom: 1px solid #947343;
}

.in_fl4_list {
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #c8aa5b;
    border-color: #c8aa5b;
    float: left;
    height: 100%;
    position: relative;
}

.in_fl4_listbox {
    height: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl4_box {
    width: 66%;
    margin: 0 auto 89px;
    position: relative;
}

.in_floor4 {
    margin-bottom: 25px;
}

.in_fl4_arrowl {
    width: 55px;
    height: 30px;
    background: #c8aa5b;
    position: absolute;
    left: -36px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    z-index: 100;
    cursor: pointer;
}

.in_fl4_slidbox {
    overflow: hidden;
    width: 99%;
}

.in_fl4_arrowr {
    width: 55px;
    height: 30px;
    background: #c8aa5b;
    position: absolute;
    right: -36px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    z-index: 100;
    cursor: pointer;
}

.in_fl4_textbox {
    width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl4_imgbox {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #c8aa5b;
}

.in_fl4_liston .in_fl4_textbox {
    width: 50%;
}

.in_fl4_liston .imgbox {
    border: 4px solid #c8aa5b;
}

.in_fl4_textbox {
    text-align: right;
}

.in_fl4_textbox h1 {
    font-size: 36px;
    color: #97700a;
    font-weight: normal;
    width: 60px;
    display: inline-block;
    margin-right: 10%;
    margin-bottom: 2%;
}

.in_fl4_textbox img {
    float: right;
}

.in_fl4_textbox span {
    display: block;
    font-size: 22px;
    float: left;
}

.in_fl4_textbox p {
    font-size: 16px;
    color: #fff;
    margin-right: 5%;
    margin-bottom: 2%;
}

.in_fl4_textbox img {
    margin-right: 5%;
}

.max_box {
    background: #f8f6f7;
    padding-top: 20px;
    width: 100%;
}

.in_floor5 {
    margin: 0 3%;
}

.in_fl5_list {
    width: 23.4%;
    margin-right: 2%;
    background: #fff;
    position: relative;
    float: left;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl5_zzbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl5_list:last-child {
    margin-right: 0;
}

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

.in_fl5_zzbox p {
    color: #fff;
}

.in_fl5_textbox {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    height: 53%;
    padding: 0 7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl5_textbox h1 {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin-top: 10%;
    margin-bottom: 8%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl5_textbox p {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl5_xian {
    width: 13.1%;
    height: 1px;
    background: #c6c6c6;
    margin-bottom: 6%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl5_list:hover .in_fl5_textbox p {
    height: 0;
}

.in_fl5_list:hover .in_fl5_textbox h1 {
    color: #fff;
}

.in_fl5_list:hover .in_fl5_textbox {
    background: none;
}

.in_fl5_list:hover .in_fl5_xian {
    background: #fff;
}

.in_fl5_list:hover .in_fl5_zzbox {
    opacity: 1;
}

.in_fl5_textimg {
    width: 28.1%;
    height: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl5_list:hover .in_fl5_textimg {
    height: 20%;
}

.mb_89 {
    margin-bottom: 89px;
}

.in_fl6_list {
    width: 23.4%;
    margin-right: 2%;
    position: relative;
    float: left;
}

.in_fl6_list:last-child {
    margin-right: 0;
}

.in_floor6 {
    margin-bottom: 102px;
}

.in_fl6_textbox {
    padding: 18% 7% 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: justify;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl6wt_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl6_textbox span {
    font-size: 36px;
    color: #b3b3b3;
    margin-bottom: 4.6%;
    display: block;
    font-weight: 200;
}

.in_fl6_textbox h1 {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin-bottom: 4%;
}

.in_fl6_textbox div {
    width: 34px;
    height: 2px;
    background: #c8aa5b;
    margin-bottom: 5.7%;
}

.in_fl6_textbox p {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}

.in_fl6_textbox * {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl6_list:hover .in_fl6wt_box {
    height: 0%;
}

.in_fl6_list:hover * {
    color: #fff;
}

.in_fl6_list:hover .in_fl6_textbox {
    padding-top: 50%;
}

.in_fl6_list:hover .in_fl6_textbox div {
    background: #fff;
}

.in_fl6_list .in_fl6_arrow {
    position: absolute;
    z-index: 11;
    left: 7%;
    bottom: 5%;
    width: 6%;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.in_fl6_list:hover .in_fl6_arrow {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.in_fl7_list {
    width: 25%;
    float: left;
}

.in_fl7_list div {
    width: 48.2%;
    text-align: left;
    margin-left: 23px;
}

.in_fl7_list h1 {
    font-weight: normal;
    font-size: 18px;
    color: #585858;
    margin-bottom: 12px;
    padding-top: 24px;
}

.in_fl7_list p {
    font-size: 14px;
    color: #dbbc87;
    text-transform: uppercase;
}

.in_floor7 {
    margin-bottom: 44px;
}

.footbox {

    margin: 0 auto;
    width: 1200px;
}

.foot_logobox img {
    margin: 0 auto;
    width: 90%;
}

.foot_logobox {
    width: 24%;
}

.foot_textbox {
    width: 20%;
    font-size: 14px;
    color: #807f7f;
}

.foot_textbox h1 {
    font-size: 30px;
    color: #c8aa5b;
    margin-bottom: 15px;
}

.foot_textbox p {
    margin-bottom: 15px;
}

.foot_ewmbox {
    width: 9%;
    font-size: 14px;
    color: #807f7f;
}

.foot_ewmbox img {
    margin-bottom: 16px;
}

.foot_ewmbox p {
    width: 100%;
    text-align: center;
    line-height: 25px;
}

.foot_listbox {
    width: 45%;
}

#ewm img {
    margin: 0 auto;
}

.foot_listbox ul {
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dashed #dddddd;
    min-height: 143px;
    text-align: center;
}

.foot_listbox ul:last-child {
    border-right: 0;
}

.foot_listbox li, .foot_listbox a {
    margin-bottom: 17px;
    font-size: 14px;
    color: #8d8d8d;
}

.foot_listbox li:nth-child(1) {
    font-size: 16px;
    color: #333333;
    margin-bottom: 24px;
}

.video_box {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 60%;
    background: #fff;
}

.videobox {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    position: fixed;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
}

.videoboxon {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 500;
}

.videobox_gb {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.moble_navbtn {
    display: none;
}

.foot_bot {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 50px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.ejy_title img {
    margin: 0 auto 25px;
}

.ejy_title {
    padding-bottom: 20px;
}

.ejy_banner {
    margin-bottom: 88px;
}

.ejy_box {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}

.dmzs_tab_btnbox {
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #f4eee4;
    border-top: 1px solid #f4eee4;
    margin-bottom: 65px;
}

.dmzs_tab_btnbox > * {
    display: inline-block;
}

.dmzs_tab_btnbox li {
    width: 193px;
    height: 86px;
    color: #474747;
    cursor: pointer;
}

.dmzs_tab_btnon {
    border-bottom: 2px solid #b68f4c;
    color: #b68f4c;
}

.dmzs_tab_btnbox div {
    height: 70px;
    width: 1px;
    background: #999999;
    margin: 8px 11px 0px;
    transform: translateY(3px);
}

.dmzs_tab_btnbox h1 {
    font-size: 22px;
    padding-top: 28px;
    margin-bottom: 8px;
    font-weight: normal;
}

.dmzs_tab_btnbox p {
    font-size: 13px;
    text-transform: uppercase;
}

.dmzs_list {
    margin-bottom: 56px;
    background: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.dmzs_list:hover {
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.dmzs_list_lbox {
    width: 64.3%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.dmzs_imglist_box li {
    width: 20%;
    float: left;
    position: relative;
    cursor: pointer;
}

.dmzs_imglist_box div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.dmzs_imglist_box p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
}

.dmzs_imgliston div {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.dmzs_list_rbox {
    width: 32%;
    text-align: left;
    margin-right: 1%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.dmzs_list_rbox h1 {
    margin-top: 6.3%;
    font-size: 24px;
    color: #282828;
    margin-bottom: 2.3%;
    font-weight: normal;
}

.dmzs_list_rst {
    font-size: 16px;
    color: #cfcfcf;
    margin-bottom: 5.8%;
    text-transform: uppercase;
}

.dmzs_list_rbox div {
    width: 40px;
    height: 1px;
    background: #c8aa5b;
    margin-bottom: 3.9%;
}

.dmzs_list_rtext {
    font-size: 16px;
    color: #c8aa5b;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin-bottom: 3.8%;
}

.dmzs_list_rlx {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: bold;
    margin-bottom: 7%;
}

.dmzs_list_rbox a {
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #c8aa5b;
    font-size: 18px;
}

.gyqh_title {
    text-align: center;
    margin-bottom: 80px;
}

.gyqh_title img {
    margin: 0 auto 24px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.gyqh_title h1 {
    font-size: 18px;
    color: #3e3e3e;
    font-weight: normal;
    margin-bottom: 14px;
}

.gyqh_title p {
    font-size: 10px;
    color: #dedede;
}

.gyqh_fl1box {
    border: 1px solid #ededed;
    border-right: 0;
    margin-bottom: 70px;
}

.gyqh_fl1box li {
    width: 25%;
    text-align: center;
    padding-top: 59px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ededed;
    padding-bottom: 70px;
    float: left;
}

.gyqh_fl1box img {
    margin: 0 auto 23px;
}

.gyqh_fl1box h1 {
    font-size: 16px;
    color: #262626;
    margin-bottom: 22px;
    font-weight: normal;
}

.gyqh_fl1box p {
    font-size: 14px;
    color: #666666;
}

.gyqh_fl2_list {
    width: 25%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    float: left;
}

.gyqh_fl2_textbox {
    width: 100%;
    height: calc(100% - 20px);
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.gyqh_fl2_textbox div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: auto 0;
    height: 65px;
}

.gyqh_fl2_textbox h1 {
    font-size: 30px;
    font-weight: 200;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.gyqh_fl2_textbox p {
    font-size: 20px;
}

.gyqh_fl2_textbox span {
    display: block;
    height: 1px;
    background: #fff;
    width: 65%;
    margin: 0 auto 15px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.gyqh_fl2_liston span {
    width: 0;
    margin-bottom: 0;
}

.gyqh_fl2_liston .gyqh_fl2_textbox {
    height: 115px;
}

.gyqh_fl2_liston {
    width: 50%;
}

.gyqh_fl2_list b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid rgba(0, 0, 0, 0.4);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    margin: 0 auto;
    opacity: 0;
    z-index: 10;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.gyqh_fl2_liston b {
    opacity: 1;
}

.gyqh_fl2_list {
    padding-bottom: 20px;
}

.gyqh_fl2_text {
    text-align: justify;
    padding: 40px 20px;
    background: #f5f5f5;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 40px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: 70px;
}

.gyxq_fl3_box {
    width: 88.5%;
    margin: 10px auto;
    border: 1px solid #e6e6e6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

#gyxq_swiper1 {
    margin-bottom: 80px;
    height: 360px !important;
}

.arrow_left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.arrow_right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}

.gyxq_fl3_box .imgbox {
    float: left;
    width: 50%;
}

.gyxq_fl3_textbox {
    padding: 60px 40px 0;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.gyxq_fl3_textbox h1 {
    font-size: 26px;
    color: #262626;
    margin-bottom: 25px;
    font-weight: normal;
}

.gyxq_fl3_textbox span {
    display: block;
    width: 40px;
    height: 1px;
    background: #cccccc;
    margin-bottom: 6px;
}

.gyxq_fl3_textbox p {
    font-size: 16px;
    color: #262626;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
}

.gyxq_fl3_box:hover {
    -webkit-box-shadow: 3px 5px 5px rgba(111, 111, 111, 0.1);
    box-shadow: 3px 5px 5px rgba(111, 111, 111, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.gyxq_swiper2_xian {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b18b57;
    left: 0;
    top: 12px;
}

#gyxq_swiper2 {
    height: 74px;
    margin-bottom: 93px;
}

.gyxq_swiper2_dian {
    margin: 0 auto 13px;
    width: 24px;
    height: 24px;
    border: 1px solid #b18b57;
    border-radius: 50%;
}

.gyxq_swiper2_dian span {
    width: 8px;
    height: 8px;
    margin: 8px;
    background: #b18b57;
    border-radius: 50%;
    display: block;
}

#gyxq_swiper2 h1 {
    text-align: center;
    font-size: 32px;
    color: #333333;
}

#gyxq_swiper3 {
    height: 235px;
    width: 90%;
    margin: 0 auto;
}

#gyxq_swiper3 .imgbox {
    width: 85%;
    margin: 0 auto 30px;
}

.gywm_fotp {
    text-align: left;
    font-size: 16px;
    color: #6e6e6e;
    line-height: 34px;
    margin-bottom: 47px;
}

.gyxq_swiper3box {
    position: relative;
}

.gyxq_swiper3box {
    margin-bottom: 70px;
}

.hlfw_list {
    float: left;
    width: 32%;
    margin-right: 2%;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 54px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.hlfw_listbox a:nth-child(3n) .hlfw_list {
    margin-right: 0;
}

.hlfw_list .imgbox {
    margin-bottom: 30px;
}

.hlfw_textbox h1 {
    font-size: 24px;
    color: #b68f4c;
    font-weight: normal;
    margin-bottom: 15px;
}

.hlfw_textbox {
    padding-bottom: 26px;
}

.hlfw_textbox p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 29px;
    height: 56px;
    overflow: hidden;
    width: 86%;
    margin: 0 auto;
    text-align: left;
}

.hlfw_list:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hlfw_list:hover {
    -webkit-box-shadow: 4px 4px 4px rgba(102, 102, 102, 0.15);
    box-shadow: 4px 4px 4px rgba(102, 102, 102, 0.15);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.hlfw_listbox {
    margin-bottom: 50px
}

.fyq {
    text-align: center;
    font-size: 0;
    margin-bottom: 60px;
}

.fyq a {
    padding: 5px 10px;
    border: 1px solid #ababa9;
    font-size: 12px;
    margin: 0 3px;
}

.fyq a:hover {
    color: #fff;
    background: #5e5d5a;
}

.fyq .fyqon {
    color: #fff;
    background: #5e5d5a;
}

.hlsp_list {
    width: 32%;
    float: left;
    margin-right: 2%;
    cursor: pointer;
    margin-bottom: 28px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.hlsp_list:nth-child(3n) {
    margin-right: 0;
}

.hlsp_list_img {
    position: relative;
}

.hlsp_list_img div {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hlsp_list_img div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hlsp_list_text {
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 22px;
    color: #474747;
    background: #f5f5f5;
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.hlsp_list_text p {
    font-size: 0.25rem;
}

.hlsp_list_text img {
    position: absolute;
    height: 100%;
    top: 0;
}

.hlsp_list_text img:nth-child(1) {
    left: 0;
}

.hlsp_list_text img:nth-child(2) {
    right: 0;
}

.hlsp_list:hover {
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

.hlsp_list:hover .hlsp_list_text {
    color: #fff;
    background: #b68f4c;
}

.hlsp_list:hover .imgbox img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hlsp_list:hover .hlsp_list_img div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hlsp_list_box {
    margin-bottom: 60px;
}

.hlsp_videobox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}

.hlyd_video {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.yhyd_h1 {
    text-align: center;
}

.in_floor3 .yhyd_list {
    width: 29%;
    margin: 0 2.05% 45px;
}

.yhyd_listbox {
    margin-bottom: 40px;
}

.xwzx_list {
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.xwzx_list .imgbox {
    width: 380px;
    margin-right: 2.7%;
    float: left;
}

.xwzx_list_text {
    float: left;
    width: calc(96% - 380px);
    padding-top: 25px;
    text-align: left;
}

.xwzx_list_text span {
    display: block;
    font-size: 30px;
    color: #b3b3b3;
    margin-bottom: 15px;
}

.xwzx_list_text h1 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}

.xwzx_list_text div {
    width: 34px;
    height: 2px;
    background: #c8aa5b;
    margin-bottom: 17px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.xwzx_list_text p {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.xwzx_listbox {
    margin-bottom: 40px;
}

.xwzx_list:hover .xwzx_list_text div {
    width: 70px;
}

.xwzx_list:hover .imgbox img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ydy_bigbox {
    background: url(../images/ydy_bg.jpg) no-repeat center;
    height: 950px;
    margin-bottom: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 84px;
}

.ydy_formbox {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
    max-width: 1440px;
    margin: 0 auto;
    width: 90%;
}

.ydy_box {
    margin: 0 auto;
    width: 87%;
}

.inputbox {
    width: 49%;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 18px;
    position: relative;
}

.inputbox span {
    width: 124px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 16px;
    color: #593414;
    border-right: 1px solid #e6e6e6;
    line-height: 30px;
}

.inputbox input {
    width: calc(100% - 142px);
    outline: none;
    border: 0;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

.inputbox:nth-child(1) {
    background: url(../images/ydy_datebg.jpg) no-repeat center right;
}

.inputbox:nth-child(2) {
    background: url(../images/ydy_xlbg.jpg) no-repeat center right;
}

.ydy_xlbox p {
    display: inline-block;
    width: calc(100% - 142px);
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #868686;
}

.ydy_xlbox input {
    display: none;
}

.ydy_xl {
    width: calc(100% - 123px);
    position: absolute;
    left: 123px;
    top: 48px;
    background: #fff;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 0;
}

.ydy_xl li {
    line-height: 48px;
    cursor: pointer;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    padding-left: 12px;
}

.ydy_xl li:hover {
    background: #bb975c;
    color: #fff;
}

.ydy_textarea {
    width: 100%;
    height: 180px;
    margin-bottom: 50px;
}

.ydy_textarea span {
    float: left;
    margin-top: 8px;
    margin-right: 17px;
    border: 0;
}

.ydy_textarea textarea {
    margin-top: 8px;
    width: calc(100% - 160px);
    resize: none;
    height: 155px;
    outline: none;
    border: 0;
}

.ydy_submit {
    display: block;
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #bb975c;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    margin: 0 auto;
    cursor: pointer;
    font-size: 18px;
}

.xhl_xian {
    height: 1px;
    width: 100%;
    margin-bottom: 54px;
    background: #d3d3d3;
}

.xhl_title {
    margin-bottom: 40px;
}

.xhl_fl1_box .imgbox {
    width: 45%;
    float: left;
}

.xhl_textbox {
    width: 55%;
    float: right;
    padding-left: 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

.xhl_textbox img {
    width: 60%;
    max-width: 423px;
    margin-top: 1.6%;
    margin-bottom: 1%;
}

.xhl_textbox p {
    font-size: 16px;
    color: #474646;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.xhl_fl1_box a {
    position: absolute;
    bottom: 0;
    left: calc(45% + 37px);
    display: block;
    height: 38px;
    width: 126px;
    border: 1px solid #a87525;
    color: #a87525;
    text-align: center;
    line-height: 38px;
    border-radius: 19px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.xhl_fl1_box a:hover {
    background: #a87525;
    color: #fff;
}

.xhl_fl1_box {
    margin-bottom: 80px;
    position: relative;
}

.xhl_fl2_box {
    width: 33%;
    text-align: left;
}

.xhl_fl2_box img {
    margin-bottom: 25px;
    width: 100%;
}

.xhl_fl2_box h1 {
    font-size: 20px;
    color: #cd4d4d;
    font-weight: normal;
    margin-bottom: 17px;
}

.xhl_fl2_box p {
    line-height: 16px;
    color: #474646;
    line-height: 30px;
}

.xhl_fl2_box a {
    display: block;
    height: 38px;
    width: 126px;
    border: 1px solid #a87525;
    color: #a87525;
    text-align: center;
    line-height: 38px;
    border-radius: 19px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin: 23px 0;
}

.xhl_fl2_box a:hover {
    background: #a87525;
    color: #fff;
}

.xhl_fl2_list {
    margin-bottom: 70px;
}

.xhl_fl2_list li {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.xhl_fl2_list li:nth-child(2) {
    -webkit-transform: translateY(-58px);
    transform: translateY(-58px);
}

.xhl_fl2_list li:last-child {
    margin-right: 0;
    -webkit-transform: translateY(-116px);
    transform: translateY(-116px);
}

.xhl_fl3_text {
    width: 50%;
    text-align: left;
}

.xhl_fl3_text img {
    width: 60%;
    margin-bottom: 20px;
}

.xhl_fl3_text p {
    font-size: 16px;
    color: #474646;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}

.xhl_fl3_text a {
    display: block;
    height: 38px;
    width: 126px;
    border: 1px solid #a87525;
    color: #a87525;
    text-align: center;
    line-height: 38px;
    border-radius: 19px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin: 23px 0;
}

.xhl_fl3_text a:hover {
    background: #a87525;
    color: #fff;
}

.xhl_fl3_img1 {
    border: 10px solid #fff;
    margin-left: 28.7%;
    width: 52%;
    position: relative;
    z-index: 10;
}

.xhl_fl3_imgbox {
    position: relative;
}

.xhl_fl3_img2 {
    position: absolute;
    left: 0;
    top: -180px;
    width: 36.1%;
}

.xhl_fl3_box {
    margin-bottom: 60px;
}

.moble_navbox {
    display: none;
}

.xq_content {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 40px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #dadada;
    margin-bottom: 38px;
}

.xq_content img {
    display: inline-block;
    max-width: 100%;
}

.xq_content > p {
    text-align: justify;
}

.xq_titlebox h1 {
    text-align: center;
    font-size: 20px;
    color: #414141;
    font-weight: normal;
    margin-bottom: 24px;
    line-height: 40px;
}

.xq_titlebox span {
    font-size: 14px;
    color: #999999;
    margin: 5%;
    line-height: 1;
}

.xq_titlebox p {
    margin-bottom: 54px;
    line-height: 1;
}

.xq_con_abox a {
    display: block;
    font-size: 16px;
    color: #c8aa5b;
    font-weight: bold;
}

.xq_con_abox span {
    font-weight: normal;
    color: #5a5a5a;
}

.xq_con_abox a:nth-child(1) {
    float: left;
}

.xq_con_abox a:nth-child(2) {
    float: right;
}

.xq_con_abox {
    max-width: 1400px;
    margin: 0 auto 150px;
    overflow: hidden;
}

.in_fl7_list:hover img {
    transform: rotateY(360deg);
    transition: 0.6s;
}

/*.Button_btn_3I1HLL,.Logo_logo2_2naKBI{ display:none !important; }*/

@media (max-width: 1400px) {
    .xhl_textbox p {
        height: 60px;
    }
}

@media (max-width: 1350px) {
    .gyxq_fl3_textbox p {
        line-height: 32px;
        height: 128px;
    }

    .gyxq_fl3_textbox h1 {
        margin-bottom: 15px;
    }
}

@media (max-width: 1280px) {
    .head_iconbox {
        display: none;
    }
}

@media (max-width: 1200px) {
    .nav_list {
        display: none;
    }

    .bigbox {
        padding-top: 1rem;
    }

    .logo {
        width: 20%;
    }

    .head_iconbox {
        width: 35%;
    }

    .in_title_box > img {
        height: 0.3rem;
    }

    .in_title_box > img:nth-child(1) {
        margin-bottom: 0.2rem;
    }

    .ejy_title {
        padding: 0;
    }

    .ejy_title > img {
        height: 0.4rem;
    }

    .ejy_title > img:nth-child(1) {
        margin-bottom: 0.2rem;
    }

    #swiper1 {
        margin-bottom: 0.7rem;
    }

    .back_icon {
        top: 0.3rem;
        width: 0.4rem;
        height: 0.4rem;
        border-width: 0.02rem;
        border-radius: 0.2rem;
    }

    .back_icon img {
        height: 80%;
    }

    .in_title_box {
        margin-bottom: 0.3rem;
    }

    .in_fl1_list {
        width: 50%;
    }

    .in_fl1_textbox {
        height: 1.5rem;
    }

    .in_fl1_textbox h1 {
        font-size: 0.28rem;
        margin-bottom: 0.2rem;
    }

    .in_fl1_textbox p {
        font-size: 0.28rem;
    }

    .in_floor2 > div {
        width: 100%;
    }

    .in_fl2_rbox {
        margin-bottom: 0.3rem;
    }

    .in_fl2_lbox {
        height: 3rem !important;
    }

    .in_fl2_lbox .in_title_box {
        margin-bottom: 3.3%;
    }

    .in_fl2_lbox h1 {
        font-size: 0.3rem;
    }

    .in_fl2_lbox p {
        font-size: 0.2rem;
        line-height: 0.36rem;
    }

    .in_floor2 a {
        width: 1.5rem;
        height: 0.5rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
        right: 2%;
        bottom: 2rem;
        left: auto;
        border-radius: 0.25rem;
    }

    .banner_textbox {
        width: 70%;
        top: 21%;
        right: 2%;
    }

    .in_fl2_list_box {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .in_fl2_list {
        display: inline-block;
        width: 40%;
        float: none;
    }

    .hk {
        display: none;
    }

    .pagination {
        bottom: 0.3rem;
    }

    .max_box {
        overflow: hidden;
    }

    .in_fl2_listbox {
        margin-bottom: 0.6rem;
    }

    .in_floor3 li {
        width: 49%;
    }

    .in_floor3 li:nth-child(2n) {
        margin-right: 0;
    }

    .in_fl3_textbox h1 {
        font-size: 0.32rem;
    }

    .in_fl3_textbox p {
        font-size: 0.28rem;
        line-height: 0.52rem;
        height: 1.04rem;
    }

    .in_fl3_textbox a {
        width: 1.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.24rem;
        border-radius: 0.25rem;
    }

    .in_fl3_textbox {
        height: 2.8rem;
        margin-bottom: 0.2rem;
    }

    .in_floor3 {
        margin-bottom: 0.6rem;
    }

    .in_fl4_box {
        width: 100%;
    }

    .in_fl4_listbox {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .in_fl4_list {
        display: inline-block;
        float: none;
        width: 30%;
    }

    .in_fl4_arrowl {
        display: none;
    }

    .in_fl4_arrowr {
        display: none;
    }

    .in_fl4_slidbox {
        height: 2.5rem;
    }

    .in_fl4_listbox {
        height: auto;
    }

    .in_fl4_textbox h1 {
        font-size: 0.5rem;
        width: 0.8rem;
        margin-top: 5%;
    }

    .in_fl4_textbox span {
        font-size: 0.3rem;
    }

    .in_fl4_textbox p {
        font-size: 0.24rem;
        margin-bottom: 8%;
    }

    .in_fl4_textbox img {
        width: 50%;
    }

    .in_fl4_box {
        margin-bottom: 0;
    }

    .in_fl5_list {
        width: 49%;
        margin-bottom: 0.2rem;
    }

    .in_fl5_list .in_fl5_list_p {
        font-size: 0.28rem;
        line-height: 0.52rem;
        height: 1.04rem;
    }

    .in_fl5_list:nth-child(2n) {
        margin-right: 0;
    }

    .in_fl5_textbox h1 {
        font-size: 0.3rem;
    }

    .in_fl5_textbox p {
        font-size: 0.28rem;
    }

    .in_fl5_textbox {
        height: 62%;
    }

    .max_box {
        padding: 0.3rem 0;
    }

    .in_fl6_list {
        width: 49%;
        margin-bottom: 0.2rem;
    }

    .in_fl6_list:nth-child(2n) {
        margin-right: 0;
    }

    .in_fl6_textbox span {
        font-size: 0.4rem;
    }

    .in_fl6_textbox h1 {
        font-size: 0.3rem;
    }

    .in_fl6_textbox p {
        font-size: 0.26rem;
        line-height: 0.5rem;
        height: 1rem;
    }

    .in_fl6_list .in_fl6_arrow {
        width: 12%;
    }

    .in_floor6 {
        margin-bottom: 0.3rem;
    }

    .in_fl7_list {
        width: 46%;
        margin-bottom: 0.4rem;
        margin-right: 4%;
    }

    .in_fl7_list h1 {
        font-size: 0.32rem;
        padding-top: 6%;
    }

    .in_fl7_list p {
        font-size: 0.26rem;
    }

    .in_fl7_list > img {
        width: 40%;
    }

    .in_fl7_list div {
        margin-left: 4%;
    }

    .head_iconbox {
        display: none;
    }

    .head_box {
        height: 1rem;
        position: fixed;
        top: 0;
        left: 0;
        width: 94%;
        margin: 0 3%;
        box-sizing: border-box;
        background: #fff;
        z-index: 9999;
    }

    .head_iconbox {
        padding-top: 0;
    }

    .logo {
        width: auto;
        height: 60%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .moble_navbtn {
        width: 0.55rem;
        height: 60%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        padding-top: 4%;
    }

    .moble_navbtn li {
        height: 10%;
        margin-bottom: 14%;
        background: #c8aa5b;
        border-radius: 0.2rem;
    }

    .foot_ewmbox {
        display: none;
    }

    .foot_listbox {
        display: none;
    }

    .foot_logobox {
        width: 100%;
    }

    .foot_box {
        height: auto;
    }

    .foot_textbox {
        width: 100%;
        text-align: center;
    }

    .foot_bot {
        font-size: 0.22rem;
        line-height: 0.5rem;
    }

    .foot_logobox img {
        width: 60%;
    }

    .foot_textbox p {
        font-size: 0.28rem;
        margin-bottom: 0.15rem;
    }

    .foot_textbox h1 {
        font-size: 0.6rem;
        margin-bottom: 0.3rem;
    }

    .qj_icon {
        top: 0.3rem;
        right: 0;
        left: auto;
        width: 18%;
    }

    .qj_icon p {
        display: none;
    }

    .qj_icon img {
        width: 100%;
    }

    .dmzs_tab_btnbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .dmzs_tab_btnbox a {
        width: 50%;
        display: block;
    }

    .dmzs_tab_btnbox li {
        width: 100%;
        height: 1.2rem;
    }

    .in_floor7 {
        margin-bottom: 0.3rem;
    }

    .dmzs_tab_btnbox div {
        width: 0.02rem;
        height: 1rem;
        margin: 0.1rem 0 0 0;
    }

    .dmzs_tab_btnbox h1 {
        font-size: 0.3rem;
        padding-top: 0.2rem;
        margin-bottom: 0.1rem;
    }

    .dmzs_tab_btnbox p {
        font-size: 0.2rem;
    }

    .dmzs_list > div {
        width: auto;
        height: auto !important;
        margin: 0;
    }

    .ejy_box {
        margin: 0;
        width: 100%;
    }

    .dmzs_imglist_box {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        font-size: 0;
        text-align: left;
    }

    .dmzs_imglist_box li {
        display: inline-block;
        width: 40%;
        float: none;
    }

    .dmzs_imglist_box p {
        font-size: 0.28rem;
    }

    .dmzs_list_rbox h1 {
        font-size: 0.34rem;
    }

    .dmzs_list_rst {
        font-size: 0.24rem;
    }

    .dmzs_list_rtext {
        font-size: 0.28rem;
    }

    .dmzs_list_rlx {
        font-size: 0.28rem;
    }

    .dmzs_list_rbox {
        padding: 0 0.15rem 0.2rem;
    }

    .gyqh_title img {
        width: 50%;
    }

    .gyqh_title h1 {
        font-size: 0.36rem;
    }

    .gyqh_title p {
        font-size: 0.2rem;
    }

    .ejy_banner {
        margin-bottom: 0.8rem;
    }

    .gyqh_title {
        margin-bottom: 0.8rem;
    }

    .gyqh_fl1box li {
        width: 50%;
        padding: 0.5rem 0 0.5rem 0;
    }

    .gyqh_fl1box li:nth-child(1), .gyqh_fl1box li:nth-child(2) {
        border-bottom: 1px solid #ededed;
    }

    .gyqh_fl2_list {
        display: none;
    }

    .gyqh_fl1box p {
        font-size: 0.24rem;
        overflow: hidden;
    }

    .gywm_fotp {
        padding-top: 0.4rem;
    }

    .gyqh_fl1box h1 {
        font-size: 0.32rem;
    }

    .gyqh_fl2_liston {
        display: block;
        width: 100%;
        padding-bottom: 0.2rem;
    }

    .gyqh_fl2_list b {
        border-top: 0.2rem solid rgba(0, 0, 0, 0.4);
        border-right: 0.15rem solid transparent;
        border-left: 0.15rem solid transparent;
    }

    .gyqh_fl2_textbox {
        bottom: 0.2rem;
    }

    .gyqh_fl2_textbox h1 {
        font-size: 0.5rem;
        padding-bottom: 0.15rem;
    }

    .gyqh_fl2_textbox p {
        font-size: 0.36rem;
    }

    .gyqh_fl2_liston .gyqh_fl2_textbox {
        height: 1.5rem;
    }

    .gyqh_fl2_textbox div {
        height: 70%;
    }

    .gyqh_fl2_liston > img {
        width: 100%;
    }

    .gyqh_fl2_text {
        padding: 0.4rem 0.2rem;
        font-size: 0.28rem;
        line-height: 0.46rem;
        margin-bottom: 0.7rem;
    }

    .gyqh_fl2_text img {
        max-width: 100%;
    }

    #gyxq_swiper1 {
        height: 8.3rem !important;
    }

    .arrow_right {
        display: none;
    }

    .arrow_left {
        display: none;
    }

    .gyxq_fl3_textbox {
        width: auto;
        padding: 0.6rem 0.4rem;
    }

    .gyxq_fl3_textbox h1 {
        font-size: 0.34rem;
    }

    #gyxq_swiper1 {
        margin-bottom: 0.8rem;
    }

    .gyxq_fl3_textbox p {
        font-size: 0.28rem;
        line-height: 0.42rem;
        height: 2.5rem;
        overflow: hidden;
    }

    .gyxq_fl3_box .imgbox {
        width: auto;
    }

    .gywm_fotp {
        font-size: 0.28rem;
        line-height: 0.42rem;
    }

    #gyxq_swiper3 {
        height: 4rem;
    }

    .gyxq_swiper3box {
        margin-bottom: 0.5rem;
    }

    #gyxq_swiper3 p {
        font-size: 0.26rem;
    }

    .hlfw_listbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hlfw_listbox a {
        width: 49%;
    }

    .hlfw_list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }

    .hlfw_textbox h1 {
        font-size: 0.32rem;
    }

    .hlfw_textbox p {
        font-size: 0.28rem;
        line-height: 0.42rem;
        height: 1.68rem;
        overflow: hidden;
    }

    .hlfw_list .imgbox {
        margin-bottom: 0.3rem;
    }

    .hlfw_textbox {
        padding-bottom: 0.3rem;
    }

    .hlfw_listbox {
        margin-bottom: 0.5rem;
    }

    .fyq a {
        padding: 0.04rem 0.14rem;
        margin: 0 0.03rem;
        font-size: 0.24rem;
    }

    .hlsp_list_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hlsp_list {
        margin-right: 0;
        width: 49%;
    }

    .in_floor3 .yhyd_list {
        width: 49%;
        margin: 0;
        margin-bottom: 0.4rem;
    }

    .yhyd_listbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xwzx_list .imgbox {
        width: 100%;
        margin: 0;
    }

    .xwzx_list_text {
        width: 100%;
        padding: 0.15rem 0.15rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .inputbox {
        width: 100%;
    }

    .ydy_bigbox {
        padding-top: 0.8rem;
    }

    .ydy_formbox {
        padding-top: 0.6rem;
        padding-bottom: 0.5rem;
    }

    .inputbox span {
        font-size: 0.28rem;
        padding-left: 0.18rem;
        width: 2rem;
    }

    .inputbox input {
        width: calc(100% - 2.5rem);
    }

    .ydy_textarea textarea {
        width: calc(100% - 2.5rem);
    }

    .inputbox span {
        margin-right: 0;
    }

    .ydy_xl {
        left: 2rem;
        width: calc(100% - 2rem);
    }

    .ydy_textarea {
        margin-bottom: 0.5rem;
    }

    .ydy_formbox {
        width: 96%;
    }

    .xhl_fl1_box .imgbox {
        width: 100%;
    }

    .xhl_textbox {
        width: 100%;
        padding: 0;
        height: auto !important;
    }

    .xhl_textbox img {
        width: 80%;
    }

    .xhl_textbox p {
        margin-bottom: 50px;
        height: auto;
        font-size: 0.28rem;
    }

    .xhl_fl1_box a {
        left: 0;
        font-size: 0.28rem;
        height: 0.6rem;
        width: 1.8rem;
        border-radius: 0.3rem;
        line-height: 0.6rem;
    }

    .xhl_fl2_box a {
        font-size: 0.28rem;
        height: 0.6rem;
        width: 1.8rem;
        border-radius: 0.3rem;
        line-height: 0.6rem;
    }

    .xhl_fl3_text a {
        font-size: 0.28rem;
        height: 0.6rem;
        width: 1.8rem;
        border-radius: 0.3rem;
        line-height: 0.6rem;
    }

    .xhl_fl2_box {
        width: 100%;
    }

    .xhl_fl2_box img {
        width: 80%;
    }

    .xhl_fl2_list li {
        width: 100%;
    }

    .xhl_fl2_list li:nth-child(2) {
        display: none;
    }

    .xhl_fl2_list li:last-child {
        display: none;
    }

    .xhl_fl3_text {
        width: 100%;
    }

    .xhl_fl3_text img {
        width: 80%;
    }

    .xhl_fl3_img2 {
        display: none;
    }

    .xhl_fl3_img1 {
        margin: 0;
        width: 100%;
        border: 0;
    }

    .xhl_fl2_box h1 {
        font-size: 0.28rem;
    }

    .xhl_fl2_box p {
        font-size: 0.28rem;
    }

    .xhl_fl3_text p {
        font-size: 0.28rem;
    }

    .xhl_xian {
        margin-bottom: 0.5rem;
    }

    .moble_navbtn li {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .moble_navbtnon li:nth-child(1) {
        -webkit-transform: translate(0.04rem, 0.12rem) rotate(45deg);
        transform: translate(0.04rem, 0.12rem) rotate(45deg);
    }

    .moble_navbtnon li:nth-child(3) {
        -webkit-transform: translate(0.04rem, -0.14rem) rotate(45deg);
        transform: translate(0.04rem, -0.14rem) rotate(45deg);
    }

    .moble_navbtnon li:nth-child(2) {
        -webkit-transform: translate(0.04rem, 0rem) rotate(-45deg);
        transform: translate(0.04rem, 0rem) rotate(-45deg);
    }

    .moble_navbox {
        display: block;
        position: fixed;
        top: 1rem;
        height: 0;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        overflow: hidden;
        width: 100%;
        background: #fff;
        left: 0;
        z-index: 9990;
    }

    .moble_navbox li {
        line-height: 0.8rem;
        text-align: center;
        font-size: 0.3rem;
        border-top: 0.01rem solid #ffedd0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.6s;
        transition: 0.6s;
        opacity: 0;
        background: #fff;
    }

    .moble_navbox_on li {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .moble_navbox .moble_navboxon {
        background: #bb975c;
        color: #fff;
    }

    .xq_titlebox h1 {
        font-size: 0.32rem;
        line-height: 0.58rem;
        margin-bottom: 0.3rem;
    }

    .xq_titlebox span {
        font-size: 0.24rem;
    }

    .xq_content {
        font-size: 0.28rem;
        line-height: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .xq_con_abox a {
        float: none !important;
        font-size: 0.28rem;
        margin-bottom: 0.3rem;
        text-align: left;
    }

    .xq_con_abox {
        margin-bottom: 1rem;
    }

    .xq_titlebox p {
        margin-bottom: 0.5rem;
    }

    .head_iconbox span:active .head_ewmbox {
        height: 160px;
    }

    .in_fl2_list:active {
        opacity: 1;
    }

    .in_floor3 li:active .in_fl3_zzbox {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .in_floor3 li:active .in_fl3_zzbox img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        opacity: 1;
    }

    .in_floor3 li:active a {
        background: #c8aa5b;
        color: #fff;
    }

    .in_fl5_list:active .in_fl5_textbox p {
        height: 0;
    }

    .in_fl5_list:active .in_fl5_textbox h1 {
        color: #fff;
    }

    .in_fl5_list:active .in_fl5_textbox {
        background: none;
    }

    .in_fl5_list:active .in_fl5_xian {
        background: #fff;
    }

    .in_fl5_list:active .in_fl5_zzbox {
        opacity: 1;
    }

    .in_fl5_list:active .in_fl5_textimg {
        height: 20%;
    }

    .in_fl6_list:active .in_fl6wt_box {
        height: 0%;
    }

    .in_fl6_list:active * {
        color: #fff;
    }

    .in_fl6_list:active .in_fl6_textbox {
        padding-top: 50%;
    }

    .in_fl6_list:active .in_fl6_textbox div {
        background: #fff;
    }

    .in_fl6_list:active .in_fl6_arrow {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .dmzs_list:active {
        -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .gyxq_fl3_box:active {
        -webkit-box-shadow: 3px 5px 5px rgba(111, 111, 111, 0.1);
        box-shadow: 3px 5px 5px rgba(111, 111, 111, 0.1);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .hlfw_list:active img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .hlfw_list:active {
        -webkit-box-shadow: 4px 4px 4px rgba(102, 102, 102, 0.15);
        box-shadow: 4px 4px 4px rgba(102, 102, 102, 0.15);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .fyq a:active {
        color: #fff;
        background: #5e5d5a;
    }

    .hlsp_list:active {
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    }

    .hlsp_list:active .hlsp_list_text {
        color: #fff;
        background: #b68f4c;
    }

    .hlsp_list:active .imgbox img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .hlsp_list:active .hlsp_list_img div {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .xwzx_list:active .xwzx_list_text div {
        width: 70px;
    }

    .xwzx_list:active .imgbox img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .ydy_xl li:active {
        background: #bb975c;
        color: #fff;
    }

    .xhl_textbox a:active {
        background: #a87525;
        color: #fff;
    }

    .xhl_fl2_box a:active {
        background: #a87525;
        color: #fff;
    }

    .xhl_fl3_text a:active {
        background: #a87525;
        color: #fff;
    }

    .in_title_box > h1 {
        font-size: 0.4rem !important;
        margin-bottom: 0.26rem !important;
        line-height: 1.1 !important;
    }

    .in_title_box > p {
        font-size: 0.3rem !important;
        font-family: "titlefont" !important;
        line-height: 1.1 !important;
    }

    .ejy_title > h1 {
        font-size: 0.4rem !important;
        margin-bottom: 0.26rem !important;
        line-height: 1.1 !important;
    }

    .ejy_title > p {
        font-size: 0.3rem !important;
        font-family: "titlefont" !important;
        line-height: 1.1 !important;
    }

    .in_fl2_xian {
        display: none;
    }

    .banner_textbox {
        width: 80%;
        height: auto;
        padding: 0.2rem;
    }

    .banner_textbox h1 {
        font-size: 0.3rem;
        margin-bottom: 0.1rem;
    }

    .banner_textbox p {
        font-size: 0.18rem;
        margin-bottom: 0.1rem;
    }

    .mb_89 {
        margin-bottom: 0.2rem;
    }

    .banner_textbox span {
        display: block;
        font-size: 0.1rem;
        text-transform: uppercase;
    }

    .in_fl2_rbox .sp_icon {
        width: 40%;
    }

    .hlsp_list_img div img {
        width: 20%;
    }
}

#swiper1 .swiper-slide > img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    animation: scal 5s ease infinite alternate;
    -webkit-animation: scal 5s ease infinite alternate;
}

.head_iconbox > img:last-child {
    transition: 0.6s;
}

.head_iconbox > img:last-child:hover {
    transform: translateY(-4px);
}

@keyframes scal {
    from {
        -webkit-transform: scale(1.1, 1.1);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

@-webkit-keyframes scal {
    from {
        -webkit-transform: scale(1.1, 1.1);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes scal {
    from {
        -webkit-transform: scale(1.1, 1.1);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

.dmzs_list_bigimg {
    margin-bottom: 5px;
}

.in_fl1_list span, .in_fl1_list h1 a, .in_floor2 a, .gyqh_fl1box h1, .gyqh_fl1box p {
    transition: 0.6s;
}

.in_fl1_list:hover span {
    margin: 0 5%;
}

.in_fl1_list:hover h1 a {
    color: #c8aa5b;
}

.in_floor2 a:hover {
    background: #c8aa5b;
    border-color: #c8aa5b;
    color: #fff;
}

.in_fl2_xian li {
    animation: changduan 1.5s ease-in-out infinite alternate;
    -webkit-animation: changduan ease-in-out 1.5s infinite alternate;
}

.in_fl2_xian li:nth-child(1) {
    animation-delay: 0.4s;
}

.in_fl2_xian li:nth-child(3) {
    animation-delay: 0.7s;
}

.in_fl2_xian li:nth-child(4) {
    animation-delay: 1s;
}

@keyframes changduan {
    from {
        width: 10px;
        border-color: #858585;
    }
    to {
        width: 49px;
        border-color: #000;
    }
}

.gyqh_fl1box li {
    position: relative;
}

.gyqh_fl1box li:hover h1 {
    color: #b18b57;
}

.gyqh_fl1box li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gyqh_fl1box li:hover img {
    transform: rotateY(360deg);
    transition: 0.6s;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.gyqh_fl1box li:hover p {
    color: #b18b57;
}

.gyqh_fl1box span {
    position: absolute;
    display: block;
    transition: 0.6s;
}

.gyqh_fl1box span:nth-child(1) {
    top: -1px;
    left: -1px;
    width: 0;
    height: 1px;
    background: #b18b57;
}

.gyqh_fl1box span:nth-child(2) {
    top: -1px;
    right: -1px;
    width: 1px;
    height: 0;
    background: #b18b57;
}

.gyqh_fl1box span:nth-child(3) {
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 1px;
    background: #b18b57;
}

.gyqh_fl1box span:nth-child(4) {
    bottom: -1px;
    left: -1px;
    width: 1px;
    height: 0;
    background: #b18b57;
}

.gyqh_fl1box li:hover span:nth-child(2n) {
    height: 100%;
}

.gyqh_fl1box li:hover span:nth-child(1) {
    width: 100%;
}

.gyqh_fl1box li:hover span:nth-child(3) {
    width: 100%;
}

.to_top {
    background: #c8aa5b !important;
    z-index: 9999 !important;
}