﻿@charset "utf-8";

/*统一的样式*/

/* reset */
*{margin:0;padding:0;list-style:none; font-size: 16px; box-sizing: border-box;} /*默认外边距 和 内边距*/ /*去圆点*/
img{border:none; vertical-align:bottom; max-width: 100%;}
table {border-collapse:collapse;} /*边框会合并为一个单一的边框*/ /**/
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option,strong,b,em{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/*字体系列 字体大小 字体样式 字体粗细 都继承父元素*/
.h1, .h2, .h3, .h4, .h5, .h6,span, h1, h2, h3, h4, h5, h6, p{margin: 0px; padding: 0px; font-size: inherit;}
address,cite,dfn,em,var,b{font-style:normal; font-weight: normal;} /* 将斜体扶正 */
/*input:focus{box-shadow: 0 0 10px #999; outline: none;}   /*边框阴影*/  /*轮廓取消*/
/* link */
a{text-decoration:none ; color: inherit; transition: 0s;}  /*清除超链接的下划线*/
a:hover{text-decoration:none; color: inherit;}
.clear{clear: both;}  /*清除浮动*/
/*统一的样式*/
ol, ul, dl{margin: 0px;}

html body {
    margin: 0px auto;
    *max-width: 1920px;  
    min-width: 320px;
    font-size: 100%;
    font-family:  "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
}
main{font-size: 16px;}

/*显示屏-滚动条样式*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #cf9c7e;
}

 /*字体*/
 @font-face {
    font-family: "Futura-Medium";
    src: url("../font/Futura-Medium.woff2");
}
@font-face {
    font-family: "Montserrat-Bold";
     font-weight：bold;
    src: url("../font/Montserrat-Bold.otf");
}


/*=================部分公共样式            开始==========================*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{pointer-events: unset !important;}
#baguetteBox-overlay .full-image figcaption{font-size: 24px; height: 70px; line-height: 70px !important;}
.anchor_point{position: relative;}
.anchor_point a{position: absolute; top: 0;}
@media only screen and (min-width: 0) and (max-width: 1023px){.anchor_point{top: -60px;}}

.wrapper {
    width: 100%;
    min-width: 320px;
    margin: auto;
    overflow: hidden;
}

.layout {
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1240px){.layout{padding-left: .32rem; padding-right: .32rem;}}
.clearfix::after{
    clear: both;
    content: '';
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: block;
}
.ulclearfix ul::after{
    display: block;
    overflow: hidden;
    clear: both;
    width: 0px;
    height: 0px;
    content: '';
}

.liclearfix li::after{
    display: block;
    overflow: hidden;
    clear: both;
    width: 0px;
    height: 0px ;
    content: '';
}
body .swiper-container{overflow: hidden;}

.fenye{display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding-top: 55px; padding-bottom: 55px;}
.fenye ul{display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.fenye ul li{transition: 0.4s; margin: 5px; width: 38px; height: 38px; line-height: 38px; font-size: 16px; color: #626262; text-align: center; border-radius: 50%; background-color: #f2f2f2;}
.fenye ul li a{transition: 0s; display: block; width: 100%; height: 100%; font-size: 16px;}
.fenye ul li:hover, .fenye ul li.active{color: #fff; background-color: #cf9c7e;}
.fenye ul .fenye-p:hover,.fenye ul .fenye-n:hover,.fenye ul .fenye-p.active,.fenye ul .fenye-n.active{background-color: #3d3d3d;}
@media only screen and (min-width: 0) and (max-width: 1023px){
.fenye{padding-top: .5rem; padding-bottom: .5rem;}
.fenye ul li{margin: 3px; width: 34px; height: 34px; line-height: 34px;}
}
@media only screen and (min-width: 0) and (max-width: 450px){.fenye ul li,.fenye ul li a{font-size: 12px;}}
@media only screen and (min-width: 451px) and (max-width: 1023px){.fenye ul li,.fenye ul li a{font-size: 14px;}}

header,main,footer{overflow: hidden;}
/*=================部分公共样式            结束===================================*/


/*=================公共头部样式           开始==========================*/
.pc_nav{position: relative; width: 94%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.pc_nav i{display: block; width: 200px; height: 1px; visibility: hidden;}
.pc_nav a.h_logo{z-index: 2; position: absolute; left: 0; top: 0;}
.pc_nav ul{position: relative;}
.pc_nav>ul li{float: left; margin-right: 3px;}
.pc_nav>ul li:last-child{margin-right: 0;}
.pc_nav>ul li>a{transition: 0.4s; z-index: 1; position: relative; display: block; font-size: 16px; color: #3c3c3c; min-width: 95px; height: 85px; line-height: 110px; text-align: center;}
.pc_nav>ul li>a::after{transition: 0.4s; opacity: 0; z-index: -1; position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 100%; background: url('../images/hnav_bg.png') bottom center no-repeat;} 
.pc_nav>ul li:hover>a,.pc_nav>ul li.li_act>a{color: #fff;}
.pc_nav>ul li:hover>a::after,.pc_nav>ul li.li_act>a::after{opacity: 1;}

.hid{transition: 0.4s; opacity: 0; pointer-events: none; z-index: 9999; position: absolute; left: 0; width: 100%;}
.hid .hid-box{max-width: 880px; width: 100%; padding: 20px 10px; overflow:hidden; border: 1px solid #cf9c7e; border-top: none; border-radius: 0 0 5px 5px; background-color: rgba(255, 255, 255, 1);}
.hid-head{float: left; text-align: left; margin-left:10px;}
.hid-head .pic{float: left;}
.hid-head .txt{float: left;}
.hid-world1{width: 330px; color:#333;}
.hid-world1 .txt{width:190px; margin-left:20px;}
.hid-world2 .txt{width:150px; margin-right:10px;}
.hid-world3 .txt,.hid-world5 .txt{width:190px; margin:0 10px 0 20px;} 
.hid-world4 .pic{margin-right:10px;}
.hid-head .txt .tit{border-top:1px dotted #d1d1d1; padding-top:5px; font-size:15px; color:#cf9c7e; font-weight:600;}
.hid-head .txt .info{margin-top:10px;}
.hid-head .txt .info p{line-height:20px; color:#666; font-size:14px;}
.hid .hid-box dl{float:left; text-align: center;}
.hid .hid-box dl dd{width:150px; margin:0 10px; float:left; position:relative; height:90px;list-style:none;}
.hid .hid-box dl dd a{display: block; width: 100%; height: 100%; font-size:12px; color:#333; line-height:30px;}
.hid .hid-box dl dd a img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.hid .hid-box dl dd p{position:absolute; left:0; bottom:0; height:30px; background:rgba(0,0,0,.5); width:150px;}
.hid .hid-box dl dd:hover p{background: rgb(194,148,112,0.8);}
.hid .hid-box dl dd a p{color:#fff;}
.pc_nav>ul li:hover .hid{opacity: 1; pointer-events: auto;}

.pc_nav .topbar{display: flex; align-items: flex-start; justify-content: flex-start;}
.pc_nav .topbar ul li{float: left; position: relative; display: inline-block; display: none;margin-right: 8px; width: 22px; height: 22px;}
.pc_nav .topbar ul li a{transition: 0.4s; display: block; width: 100%; height: 100%;}
.pc_nav .topbar ul li:nth-of-type(1) a{background: url(../images/topbar_ioc1.png) center no-repeat;}
.pc_nav .topbar ul li:nth-of-type(2) a{background: url(../images/topbar_ioc2.png) center no-repeat;}
.pc_nav .topbar ul li:nth-of-type(3) a{background: url(../images/topbar_ioc3.png) center no-repeat;}
.pc_nav .topbar ul li:nth-of-type(4) a{background: url(../images/topbar_ioc4.png) center no-repeat;}
.pc_nav .topbar ul li:nth-of-type(1):hover a{background-image: url(../images/topbar_ioc1_h.png);}
.pc_nav .topbar ul li:nth-of-type(2):hover a{background-image: url(../images/topbar_ioc2_h.png);}
.pc_nav .topbar ul li:nth-of-type(3):hover a{background-image: url(../images/topbar_ioc3_h.png);}
.pc_nav .topbar ul li:nth-of-type(4):hover a{background-image: url(../images/topbar_ioc4_h.png);}
.pc_nav .topbar ul li a .pic{transition: 0.4s; opacity: 0; pointer-events: none; display: block; z-index: 2; position:absolute; right: -5px; top: 25px; width: 100px; height: 100px; box-shadow: 0 0 10px rgba(88,88,88,0.5);}
.pc_nav .topbar ul li a .pic img{width: 100%; height: 100%; object-fit: contain;}
.pc_nav .topbar ul li:hover a .pic{opacity: 1; pointer-events: auto;}
.pc_nav .topbar p{font-size: 14px; color: #231815;}
.pc_nav .topbar p em{font-size: 20px;}

.h_fixed{z-index: 9999; position: relative; background: #fff;transition: 1s all;}
.h_fixed.active{position: fixed; left: 0; right: 0; top: 0;}
.top_bar{width: 94%; margin: 0 auto; display: none; align-items: center; justify-content: flex-end;}
.top_bar ul{margin-right: 10px;}
.top_bar ul li{float: left; position: relative; display: inline-block; margin-right: 8px; width: 22px; height: 22px;}
.top_bar ul li a{transition: 0.4s; display: block; width: 100%; height: 100%;}
.top_bar ul li:nth-of-type(1) a{background: url(../images/topbar_ioc1.png) center no-repeat;}
.top_bar ul li:nth-of-type(2) a{background: url(../images/topbar_ioc2.png) center no-repeat;}
.top_bar ul li:nth-of-type(3) a{background: url(../images/topbar_ioc3.png) center no-repeat;}
.top_bar ul li:nth-of-type(4) a{background: url(../images/topbar_ioc4.png) center no-repeat;}
.top_bar ul li:nth-of-type(1):hover a{background-image: url(../images/topbar_ioc1_h.png);}
.top_bar ul li:nth-of-type(2):hover a{background-image: url(../images/topbar_ioc2_h.png);}
.top_bar ul li:nth-of-type(3):hover a{background-image: url(../images/topbar_ioc3_h.png);}
.top_bar ul li:nth-of-type(4):hover a{background-image: url(../images/topbar_ioc4_h.png);}
.top_bar ul li a .pic{transition: 0.4s; opacity: 0; pointer-events: none; display: block; z-index: 2; position:absolute; right: -5px; top: 25px; width: 100px; height: 100px; box-shadow: 0 0 10px rgba(88,88,88,0.5);}
.top_bar ul li a .pic img{width: 100%; height: 100%; object-fit: contain;}
.top_bar ul li:hover a .pic{opacity: 1; pointer-events: auto;}
.top_bar p{font-size: 14px; color: #231815;}
.top_bar p a{font-size: 20px;}
.top_bar p em{margin-right: 10px;}
.top_bar p em:last-child{margin-right: 0;}

/*头部消失动画*/
header .h_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header .h_box .h_fixed {
    background: rgb(0,0,0,0.1);
    background: linear-gradient(to top,rgba(0,0,0,0.01) 0,rgba(0,0,0,.7) 100%);
}
header .h_box .h_fixed.active {
    background: #fff;
}
header .h_box .h_fixed:hover {
    background: #fff;
}
header .h_fixed.header-close {
    top: -200px;
}

header .pc_nav>ul li>a {
    color: #fff;
}
header .h_box .h_fixed:hover .pc_nav>ul li>a {
    color: #3a3a3a;
}
header .h_box .h_fixed.active .pc_nav>ul li>a {
    color: #3a3a3a;
}
header .h_box .h_fixed.active .pc_nav>ul li.li_act>a{
    color: #fff;
}

header .h_box .h_fixed .pc_nav .topbar p {
    color: #cf9c7e;
    font-family: "Futura-Medium";
}
/*头部消失动画*/

.model_nav{display: none;}
.subhlogo{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(40,88,88, 0.3);
    z-index: 55;
    display: none;
    background-color: #fff;
}
.subhlogo .layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 0.32rem;
    max-width: 100%;
}
.subhlogo .layout>i{width: 17%; min-width: 80px; visibility: hidden;}
.subhlogo .hloho{position: absolute; top: 0px; left: 0.32rem; width: 17%; min-width: 80px; max-width: 200px;}
.meun-btn{
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    z-index: 555;
    flex-direction: column;
    justify-content: space-around;
}
.meun-btn span{
    top: 50%;
    left: 0px;
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 25px;
    margin-top: -1px;
    background: #cf9c7e;
    transition: .2s ease;
}
.meun-btn-open span:nth-of-type(1) {position: absolute;transform: rotate(45deg);}
.meun-btn-open span:nth-of-type(3) {position: absolute; transform: rotate(-45deg);}
.meun-btn-open span:nth-of-type(2){width: 0px;}

.second_nav{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 555;
    width: 320px ;
    height: 100%;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
    overflow-y: scroll;
    padding-bottom: 50px;
    pointer-events:none;
    animation-duration: 0.5s;
}
.search_btn{
    box-sizing: border-box;
    padding: 0px 20px;
    margin: 0px;
    background: #3d3d3d;
    line-height: 81px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.search_btn i {
    margin-left: 10px;
}
.second_nav_lsit li{width: 100%;}
.second_nav_lsit li p{
    position: relative;
    display: block;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    padding: 0px 20px 0px 40px;
    margin: 0px;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: normal;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
    border-bottom: 1px solid #f2f2f2;
}
.second_nav_lsit li p i{float: right; margin-top: 20px;}
.second_nav_lsit li p a{display: block; width: 80%; float: left;}
.second_nav_lsit li p::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 1px solid #3d3d3d;
    border-radius: 50%;
    transition: 0.4s;
}
.second_nav_lsit .li_act p::before{
    border: 1px solid #cf9c7e;
    background: #cf9c7e;
}
.second_nav_lsit .li_act p{color: #cf9c7e;}
.second_nav_lsit .li_act p i{transform: rotateX(180deg);}
.second_nav_lsit li dl{display: none;}
.second_nav_lsit li dd{
    font-size: 16px;
    color: #3d3d3d;
    line-height: 56px;
    height: 56px;
    padding: 0px 20px 0px 40px;
    border-bottom: 1px solid #f2f2f2;
}
.second_nav_lsit li dd a{display: block;}
.second_nav_block{pointer-events: auto  !important; visibility: visible !important;}

.mark{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 55;
    display: none;
}

.search-box{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    pointer-events: none;
    opacity: 0;
    transition: .4s;
}
.search-box-show {
    pointer-events: auto;
    opacity: 1;
}
.search-box .close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close_ico.png) no-repeat center;
    opacity: 1;
    cursor: pointer;
}
.search-box form {
    position: absolute;
    top: 50%;
    left: 2.6%;
    right: 2.6%;
    height: 40px;
    margin-top: -62px;
    border-bottom: 1px solid #515151;
}
.search-box form input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 50px;
    border: none;
    outline: none;
    background: url(../images/search_ico.png) no-repeat left;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-box form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100%;
    border: none;
    background: transparent;
    line-height: 40px;
    font-size: 18px;
    color: #777;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.search-box form button:hover{
    color: #fff;
}
@media screen and (max-width: 1750px){
    .pc_nav .topbar{display: none;}
    .top_bar{display: flex;}
}
@media screen and (max-width: 1500px){
    .pc_nav i{width: 13.5%;}
    .pc_nav .h_logo{width: 13.5%;}
    .pc_nav .h_logo img{width: 100%;}
    .pc_nav>ul li>a{font-size: 15px; min-width: 85px; height: 78px; line-height: 108px;}
    .pc_nav>ul li>a::after{background-size: contain;}
    .hid .hid-box{padding: 18px 8px;}
    .hid .hid-box dl dd{margin: 0 8px;}
}
@media screen and (max-width: 1350px){
    .pc_nav i{width: 13%;}
    .pc_nav .h_logo{width: 13%;}
    .pc_nav .h_logo img{width: 100%;}
    .pc_nav>ul li>a{font-size: 15px; min-width: 82px; height: 75px; line-height: 105px;}
    .pc_nav>ul li>a::after{background-size: contain;}
    .hid .hid-box{padding: 15px 5px;}
    .hid .hid-box dl dd{margin: 0 6px;}
}
@media screen and (max-width: 1199px){
    header{padding-top: 81px;}
    .top_bar{display: none;}
    .pc_nav{display: none;}
    .model_nav{display: block;}
}
@media screen and (max-width: 767px){
  header {padding-top: 60px;}
    .subhlogo .layout{height: 60px;}
    .meun-btn {width: 30px;height: 30px;}
    .meun-btn span {height: 3px;}
    .second_nav{width: 250px;}
    .search_btn{line-height: 60px;}
}
.pc_nav>ul li .newsnav{width: 120%;}
.pc_nav>ul li .hid-box{max-width: 100%;}
.banner .swiper-pagination_banner{bottom: 80px !important;}
.banner .swiper-pagination-bullet{width: 30px;height: 4px;border-radius: 0;background-color: #fff;opacity: 1;opacity: 0.8;}
.banner .swiper-pagination-bullet-active{width: 30px; background-color: #cf9c7e;opacity: 1; border-radius: 0px;}
.m_banner{display: none;}
@media only screen and (min-width: 0) and (max-width: 1700px){
    .banner .swiper-pagination_banner{bottom: 250px;}
}
@media only screen and (min-width: 0) and (max-width: 1500px){
    .banner .swiper-pagination_banner{bottom: 220px;}
}
@media only screen and (min-width: 0) and (max-width: 1300px){
    .banner .swiper-pagination_banner{bottom: 190px;}
}
@media only screen and (min-width: 0) and (max-width: 1100px){
    .banner .swiper-pagination_banner{bottom: 160px;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .banner{display: none;}
    .m_banner{display: block;}
    .m_banner .swiper-pagination{bottom: .30rem;}
    .m_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
    .m_banner .swiper-pagination-bullet{background-color: #fff; opacity: 1;}
    .m_banner .swiper-pagination-bullet-active{width: .50rem; background-color: #3d3d3d; border-radius: 5px;}
}
/*=================公共头部样式           结束============================*/


/*=================首页样式              ===========================*/
.index_main{/*margin-top: -270px;*/ position: relative; z-index: 10; overflow: hidden;}
.ind_tit>h5{font-size: 18px; font-family: "Arial"; font-weight: bold; color: #3d3d3d; line-height: 36px; text-transform: uppercase;}
.ind_tit>h4,.ind_tit>h4 b,.ind_tit>h3,.ind_tit>h3 strong{font-size: 30px; font-weight: normal; color: #cf9c7e; line-height: 36px;}
.ind_tit>hr{margin-top: 30px; margin-bottom: 30px; width: 50px; height: 2px; border: 0px; background-color: #dfdfdf;}
@media only screen and (min-width: 0) and (max-width: 1700px){
    /*.index_main{margin-top: -240px;}*/
}
@media only screen and (min-width: 0) and (max-width: 1500px){
    /*.index_main{margin-top: -210px;}*/
}
@media only screen and (min-width: 0) and (max-width: 1300px){
    /*.index_main{margin-top: -180px;}*/
}
@media only screen and (min-width: 0) and (max-width: 1100px){
    /*.index_main{margin-top: -150px;}*/
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .index_main{margin-top: 0;}
    .ind_tit{text-align: center;}
    .ind_tit>h5{font-size: .34rem; line-height: 150%;}
    .ind_tit>h4,.ind_tit>h4 b,.ind_tit>h3,.ind_tit>h3 strong{font-size: .50rem; line-height: 150%;}
    .ind_tit>hr{font-size: .50rem; margin: .50rem auto; width: 1.5em;}
}


/*首页banner图*/
.banner {}
.banner .playphoto {
    display: none;
}
.banner .bannerVideo {
    position: relative;
    padding: 25% 0;
}
.banner .bannerVideo video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner img {
    width: 100%;
    max-width: none;
}
@media screen and (max-width:1024px){
.banner {}
.banner .playphoto {
    display: block;
}
.banner .bannerVideo {
    display: none;
}
.banner .bannerVideo video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}   
}
/*首页banner图*/

/*板块标题*/
.home-title {}
.home-title h6 {
    font-size: 18px;
    font-family: "Arial";
    font-weight: bold;
    color: #3d3d3d;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.home-title h3 {
    font-size: 30px;
    font-weight: normal;
    color: #cf9c7e;
    line-height: 36px;
}
.home-title.white h6 {
    color:#fff;
}
.home-title.white h3 {
    color:#fff;
}
@media screen and (max-width:1024px){
.home-title {}
.home-title h6 {
    font-size: 20px;
}
.home-title h3 {
    font-size: 16px;
    margin:10px 0 0 0;
}
   
}
/*板块标题 end*/


/*关于品牌*/
.home-about {
    position:relative;
    padding:80px 0;
    background:#f9f9f9;
}
.home-about::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/logo-icon.svg) no-repeat right center/40%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.home-about .container {
    position:relative;
    z-index: 2;
}
.home-about .about-item{}
.home-about .about-item .word {
    float:right;
    width:50%;
}
.home-about .about-item .intro {}

.home-about .about-item .intro .about-title {
    margin: 30px 0 0 0;
}
.home-about .about-item .intro .about-title h3{
    font-size: 20px;
    color: #231815;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.home-about .about-item .intro .about-title h4{
    font-size: 24px;
    color: #231815;
    font-weight: normal;
}


.home-about .about-item .intro .content {
    margin: 30px 0;
}
.home-about .about-item .intro .content p {
    font-size: 16px;
    color: #626262;
    line-height:1.8;
    padding-bottom: 20px;
}

.home-about .about-item .number {
    margin:0 0 0 0;
}
.home-about .about-item .number ul {
    padding:0 0%;
}
.home-about .about-item .number ul li {
    float:left;
    width:50%;
    padding:0 0 20px 0;
}
.home-about .about-item .number ul li h3 {
}
.home-about .about-item .number ul li h3 strong {
    position: relative;
    padding:0 10px 0 0;
    font-size: 36px;
    color: #cf9c7e;
    letter-spacing: 0;
    font-family: "Montserrat-Bold";
}
.home-about .about-item .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 14px;
    color: #cf9c7e;
    font-style: normal;
    font-family: "Futura-Medium";
}
.home-about .about-item .number ul li h3 span {
    font-size: 16px;
    color: #a3a3a3;
    padding:0 0 0 0rem;
}
.home-about .about-item .number ul li p {
    font-size: 16px;
    color: #626262;
    line-height: 1.8;
    padding-top: 0.05rem;
}

.home-about .about-item .photo {
    position:absolute;
    top:200px;
    left:0;
    z-index: 1;
    width: 40%;
}
.home-about .about-item .photo figure {}
.home-about .about-item .photo figure img {
    max-width: 100%;
}

@media screen and (max-width:1024px){
.home-about {
    position:relative;
    padding:0.5rem 0;
}
.home-about::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../images/logo-icon.svg) no-repeat right center/40%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}

.home-about .about-item{}
.home-about .about-item .word {
    width:100%;
}
.home-about .about-item .intro {}

.home-about .about-item .intro .about-title {
    margin:35px 0 0 0;
}
.home-about .about-item .intro .about-title h3{
    font-size: 20px;
    margin: 0 0 10px 0;
}
.home-about .about-item .intro .about-title h4{
    font-size: 18px;
}

.home-about .about-item .intro .content {
    margin:30px 0;
}
.home-about .about-item .intro .content p {
    font-size: 14px;
    padding-bottom: 20px;
}

.home-about .about-item .number {
    margin:0 0 0 0;
}
.home-about .about-item .number ul {
    padding:0 0%;
}
.home-about .about-item .number ul li {
    width:50%;
    padding:10px 0;
}
.home-about .about-item .number ul li h3 {
}
.home-about .about-item .number ul li h3 strong {
    position: relative;
    padding:0 10px 0 0;
    font-size: 26px;
    color: #cf9c7e;
    letter-spacing: 0;
}
.home-about .about-item .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 14px;
    color: #cf9c7e;
    font-style: normal;
    font-family: 'Futura-Light';
}
.home-about .about-item .number ul li h3 span {
    font-size: 14px;
    color: #a3a3a3;
    padding:0 0 0 0rem;
}
.home-about .about-item .number ul li p {
    font-size: 14px;
    color: #a3a3a3;
    padding-top: 5px;
}

.home-about .about-item .photo {
    position:revert;
    width:100%;
}
.home-about .about-item .photo figure {}
.home-about .about-item .photo figure img {
    max-width: 100%;
}

}
/*关于品牌*/

.box1{padding-top: 80px; padding-bottom: 80px; border-top-right-radius: 290px; background-color: #fff;}
.box1 div.layout{display: flex; align-items: center; justify-content: space-between;}
.box1 .words{max-width: 455px;}
.box1 .words p{margin-bottom: 45px; font-size: 18px; color: #626262; line-height: 26px;}
.box1 .words a{transition: 0.4s; margin-right: 10px; display: inline-block; font-size: 16px; color: #626262; width: 155px; line-height: 40px; text-align: center; border: 1px solid #d6d6d6; border-radius: 30px; background-color: #f2f2f2;}
.box1 .words a:last-child{margin-right: 0;}
.box1 .words a:hover{color: #fff; border-color: #cf9c7e; background-color: #cf9c7e;}
.box1 .pic{order: 2;}
.box1 ul{margin-top: 60px; padding-top: 60px; border-top: 1px solid #e4e4e4; overflow: hidden;}
.box1 ul li{transition: 0.4s; margin-right: 2.65%; float: left; position: relative; width: 23%; padding: 50px 0; border: 1px solid #d9d9d9; border-radius: 15px; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.box1 ul li:nth-of-type(4){margin-right: 0px;}
.box1 ul li h5{transition: 0.4s; font-size: 18px; font-family: "Arial"; font-weight: bold; color: #999999; line-height: 120%; text-align: center;text-transform: uppercase;}
.box1 ul li p{transition: 0.4s; font-size: 20px; font-weight: bold; color: #3d3d3d; line-height: 120%;}
.box1 ul li hr{transition: 0.4s; display: block; margin: 30px auto 0 auto; width: 30px; height: 4px; border: none; background-color: #dedede;}
.box1 ul li i{transition: 0.4s;display: block; margin: 36px 0; width: 100%; height: 60px;}
.box1 ul li:nth-of-type(1) i{background: url('../images/box1_ico1.png') center center no-repeat; background-size: contain;}
.box1 ul li:nth-of-type(2) i{background: url('../images/box1_ico2.png') center center no-repeat; background-size: contain;}
.box1 ul li:nth-of-type(3) i{background: url('../images/box1_ico3.png') center center no-repeat; background-size: contain;}
.box1 ul li:nth-of-type(4) i{background: url('../images/box1_ico4.png') center center no-repeat; background-size: contain;}
.box1 ul li:nth-of-type(1):hover i{background-image: url('../images/box1_ico1_h.png');}
.box1 ul li:nth-of-type(2):hover i{background-image: url('../images/box1_ico2_h.png');}
.box1 ul li:nth-of-type(3):hover i{background-image: url('../images/box1_ico3_h.png');}
.box1 ul li:nth-of-type(4):hover i{background-image: url('../images/box1_ico4_h.png');}
.box1 ul li:hover hr{background-color: #fff}
.box1 ul li:hover p{color: #fff}
.box1 ul li:hover h5{color: #fff}
.box1 ul li:hover{background-color: #cf9c7e}
.box1 ul li::after{transition: 0.4s; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: '';background: url('../images/box1_pic2.png')no-repeat bottom center;}
.box1 ul li:hover::after{opacity: 1;}
@media only screen and (min-width: 0) and (max-width: 1550px){
    .box1{border-radius: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1100px){
    .box1{padding-top: 1.3rem; padding-bottom: 1.3rem;}
    .box1 div.layout{display: block; text-align: center;}
    .box1 .words{margin-top: .5rem; max-width: 100%;}
    .box1 .words hr{margin: .50rem auto;}
    .box1 .words p{margin-top: .5rem;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .box1 .words p{margin-bottom: .60rem; font-size: 16px; line-height: 120%;}
    .box1 .words a{margin-right: .20rem; font-size: 16px; width: 2.8rem; line-height: 100%; padding: .2rem 0; border-radius: .5rem;}
    .box1 ul{margin-top: 1rem; padding-top: 1rem;}
    .box1 ul li{margin-right: 1.5%; width: 23.875%; padding: .80rem 0; border-radius: .25rem;}
    .box1 ul li h5{font-size: 16px;}
    .box1 ul li p{font-size: 18px;}
    .box1 ul li hr{display: none;}
    .box1 ul li i{margin: .5rem 0; height: 1rem;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .box1 .words p{font-size: 14px;}
    .box1 ul li{margin-top: 2%; margin-right: 2%; width: 49%;}
    .box1 ul li:nth-of-type(-n+2){margin-top: 0;}
    .box1 ul li:nth-of-type(2n){margin-right: 0;}
    .box1 ul li h5{font-size: 14px;}
    .box1 ul li p{font-size: 16px;}
}

.box2_pn1{border-top-left-radius: 290px; background: url('../images/box2_pn1_bg.jpg') center center no-repeat; background-size: cover;}
.box2_pn1 .layout{position: relative; padding-top: 95px; padding-bottom: 366px;}
.box2_pn1 .ind_tit>h4,.box2_pn1 .ind_tit>h4 b{color: #fff;}
.box2_pn1 .ind_tit>hr{background-color: #fcfcfd;}
.box2_pn1 .words{position: absolute; left: 0; bottom: 50px; max-width: 510px; padding-bottom: 20px;}
.box2_pn1 .words h5{font-size: 120px; font-family: "Arial"; font-weight: bold; color: #ededed; text-transform: uppercase;}
.box2_pn1 .words p{font-size: 24px;  line-height: 36px; color: #626262; margin-left: 8px; margin-top: 20px;}
.box2_pn1 .words p span{font-size: 36px; color: #cf9c7e;font-family: "Montserrat-Bold";padding: 0 10px;}
.box2_pn1 .pic{position: absolute; right: -20px; top: -33px; width: 836px;}
.box2_pn1 .pic img{width: 100%; object-fit: contain;}
.box2 .m_words{display: none; text-align: center;}
.box2 .m_words h5{font-size: 120px; font-family: "Arial"; font-weight: bold; color: #ededed; line-height: 100%; text-transform: uppercase;}
.box2 .m_words p{margin: 0 auto; font-size: 24px;  line-height: 36px; color: #626262;}
.box2 .m_words p span{font-size: 36px; color: #cf9c7e;}
.box2_pn2{max-height: 160px; margin-top: 110px; margin-bottom: 80px; border-radius: 20px; background: url('../images/box2_pn2_bg.jpg') left top repeat;}
.box2_pn2 li{transition: 0.4s; float: left; width: 12.5%; padding: 30px 0; background: transparent center bottom no-repeat;}
.box2_pn2 li a{transition: 0.4s; display: block; width: 100%; padding: 5px 0; border-right: 1px solid #636363; cursor: default; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.box2_pn2 li:nth-of-type(8) a{border-color: transparent;}
.box2_pn2 li i{transition: 0.4s; display: inline-block; width: 100%; height: 55px; object-fit: contain;}
.box2_pn2 li:nth-of-type(1) i{background: url('../images/box2_pn2_ico1.png') center center no-repeat; background-size: contain;}
.box2_pn2 li:nth-of-type(2) i{background: url('../images/box2_pn2_ico2.png') center center no-repeat; background-size: contain;}
.box2_pn2 li:nth-of-type(3) i{background: url('../images/box2_pn2_ico3.png') center center no-repeat; background-size: contain;}
.box2_pn2 li:nth-of-type(4) i{background: url('../images/box2_pn2_ico4.png') center center no-repeat; background-size: contain;}
.box2_pn2 li:nth-of-type(5) i{background: url('../images/box2_pn2_ico5.png') center center no-repeat; background-size: contain;}
.box2_pn2 li:nth-of-type(6) i{background: url('../images/box2_pn2_ico6.png') center center no-repeat; background-size: contain;}
.box2_pn2 li:nth-of-type(7) i{background: url('../images/box2_pn2_ico7.png') center center no-repeat; background-size: contain;}
.box2_pn2 li:nth-of-type(8) i{background: url('../images/box2_pn2_ico8.png') center center no-repeat; background-size: contain;}
.box2_pn2 li p{transition: 0.4s; margin-top: 14px; font-size: 16px; color: #d5d4d4;}
.box2_pn2 li:hover{padding: 50px 0; border-bottom-left-radius: 35px; background: url('../images/box2_pn2_li_bg_h.png') #cf9c7e center bottom no-repeat;}
.box2_pn2 li:hover a{border-color: transparent;}
.box2_pn2 li:nth-of-type(1):hover i{background-image: url('../images/box2_pn2_ico1_h.png');}
.box2_pn2 li:nth-of-type(2):hover i{background-image: url('../images/box2_pn2_ico2_h.png');}
.box2_pn2 li:nth-of-type(3):hover i{background-image: url('../images/box2_pn2_ico3_h.png');}
.box2_pn2 li:nth-of-type(4):hover i{background-image: url('../images/box2_pn2_ico4_h.png');}
.box2_pn2 li:nth-of-type(5):hover i{background-image: url('../images/box2_pn2_ico5_h.png');}
.box2_pn2 li:nth-of-type(6):hover i{background-image: url('../images/box2_pn2_ico6_h.png');}
.box2_pn2 li:nth-of-type(7):hover i{background-image: url('../images/box2_pn2_ico7_h.png');}
.box2_pn2 li:nth-of-type(8):hover i{background-image: url('../images/box2_pn2_ico8_h.png');}
.box2_pn2 li:hover p{color: #fff;}
@media only screen and (min-width: 0) and (max-width: 1550px){
    .box2_pn1{border-radius: 0;}
}
@media only screen and (max-width: 1240px){
    .box2_pn1 .words{padding-left: .32rem; padding-right: .32rem;}
}

@media only screen and (min-width: 0) and (max-width: 1200px){
    .box2_pn1{background: url('../images/m_box2_pn1_bg.png') center bottom no-repeat; background-size: cover;}
    .box2_pn1 .layout{padding-top: 80px; padding-bottom: 750px;}
    .box2_pn1 .ind_tit{text-align: center;}
    .box2_pn1 .ind_tit>hr{margin: 30px auto;}
    .box2_pn1 .words,.box2_pn1 .pic{display: none;}
    .box2 .m_words{display: block;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .box2_pn1 .layout{padding-top: 1rem; padding-bottom: 8.5rem;}
    .box2_pn1 .ind_tit>hr{margin: .50rem auto;}
    .box2 .m_words h5{font-size: 1.8rem;}
    .box2 .m_words p{font-size: .40rem;  line-height: 140%;}
    .box2 .m_words p span{font-size: .52rem;}
    .box2_pn2{max-height: 100%; margin-top: .8rem; margin-bottom: 1.5rem; border-radius: .30rem;}
    .box2_pn2 li{width: 25%; padding: .20rem 0;}
    .box2_pn2 li:nth-of-type(4) a,.box2_pn2 li:nth-of-type(8) a{border-color: transparent;}
    .box2_pn2 li i{height: .9rem;}
    .box2_pn2 li p{margin-top: .25rem; font-size: .34rem;}
    .box2_pn2 li:hover{padding: .20rem 0; border-radius: 0; background: #cf9c7e;}
}
@media only screen and (min-width: 860px) and (max-width: 1023px){
    .box2_pn1 .layout{padding-top: 1.3rem; padding-bottom: 10rem;}
}

.box3{padding-top: 70px; padding-bottom: 80px; text-align: center; border-top-right-radius: 290px; background: url('../images/box3_bg.jpg') center center no-repeat; background-size: cover; overflow: hidden;}
.box3 .page_tit3 h5,.box3 .page_tit3 h2{color: #cf9c7e;}
.box3 .page_tit3 h6{color: rgba(255,255,255,0.4);}
.box3_con{margin-top: 60px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.box3_con li{width: 25%; height: 300px;}
.box3_con li:nth-of-type(2n-1){margin-right: 25%;}
.box3_con li:nth-of-type(2n){order: 3; margin-left: 25%;}
.box3_con li a{position: relative; display: block; width: 100%; height: 100%; padding: 35px 0; border: 1px solid #cf9c7e;}
.box3_con li a::after{transition: 0.4s; z-index: 1; position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4);}
.box3_con li a .box3_words{transition: 0.4s; z-index: 3; pointer-events: none; position: relative; transform: translateY(-35%); height: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.box3_con li a .box3_words h5{font-size: 14px; font-weight: 100; font-family: "Arial"; color: rgba(255,255,255,0.4); line-height: 24px; text-transform: uppercase;}
.box3_con li a .box3_words h4,.box3_con li a .box3_words h3 strong,.box3_con li a .box3_words h3 b{font-size: 24px; font-weight: 100; color: #fff; line-height: 28px;}
.box3_con li a .box3_words hr{margin: 20px auto 0 auto; width: 30px; height: 5px; border: none; background-color: #cf9c7e;}
.box3_con li a .box3_pic{transition: 0.4s; z-index: 2; pointer-events: none; position: absolute; left: 50%; bottom: -50px; transform: translateX(-50%); width: 250px;}
.box3_con li a .box3_pic img{width: 100%; object-fit: contain;}
.box3_con li:hover a .box3_words{transform: translateY(0);}
.box3_con li:hover a .box3_pic{z-index: 1; bottom: 50%; transform: translateX(-50%) translateY(50%);}
@media only screen and (min-width: 0) and (max-width: 1550px){
    .box3{border-radius: 0;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .box3{padding-top: 1.3rem; padding-bottom: 1.3rem;}
    .box3_con{margin-top: 1rem; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
    .box3_con li{width: 49%; margin-top: 8%; height: auto;}
    .box3_con li:nth-of-type(-n+2){margin-top: 0;}
    .box3_con li:nth-of-type(2n-1){margin-right: 2%;}
    .box3_con li:nth-of-type(2n){margin-left: 0; margin-right: 0;}
    .box3_con li:nth-of-type(1){order: 1;}
    .box3_con li:nth-of-type(2){order: 2;}
    .box3_con li:nth-of-type(3){order: 3;}
    .box3_con li:nth-of-type(4){order: 4;}
    .box3_con li a{padding: .5rem 0 0 0;}
    .box3_con li a .box3_words{transform: translateY(0); height: auto; justify-content: flex-start;}
    .box3_con li a .box3_words h5{margin-top: 2px; font-size: 14px; line-height: 120%;}
    .box3_con li a .box3_words h4,.box3_con li a .box3_words h3 strong,.box3_con li a .box3_words h3 b{font-size: 16px; line-height: 120%;}
    .box3_con li a .box3_words hr{font-size: 16px; margin: .30rem auto 0 auto; width: 1.5em; height: 3px;}
    .box3_con li a .box3_pic{position: relative; left: 0; bottom: 0; transform: translateX(0); width: 100%; height: 3rem;}
    .box3_con li a .box3_pic img{position: absolute; left: 0; bottom: 0; transform: translateY(25%); height: 3.7rem;}
    .box3_con li:hover a .box3_pic{z-index: 2; bottom: 0; transform: translateX(0);}
}

.box4{padding-top: 100px; padding-bottom: 80px; background: #f2f2f2;}
.box4 .layout{z-index: 1; position: relative; padding-top: 70px; padding-bottom: 80px;}
.box4 .layout::after{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1560px; height: 100%; background: url(../images/box4_bg.jpg) center center no-repeat; background-size: cover;}
.box4_con{position: relative;}
.box4_bd{width: 66%;}
.box4_bd .swiper-slide a{display: block; position: relative; width: 100%; padding: 37.437% 0; overflow: hidden;}
.box4_bd .swiper-slide a img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.box4_hd{z-index: 2; position: absolute; top: 0; right: 0; width: 35.7%; height: 100%; padding-bottom: 128px;}
.box4_hd::before{z-index: -1; position: absolute; left: 20px; top: 0; content: ""; width: 100%; height: 100%; background-color: #fff;}
.box4_hd::after{z-index: -1; position: absolute; left: 100%; top: 0; content: ""; width: 40px; height: 100%; background-color: #fff;}
.box4_hd_box{position: relative; height: 100%; padding: 44px 0;}
.box4_hd_box::before{position: absolute; right: 0; top: 0; content: ""; width: 86%; height: 4px; background-color: #292929;}
.box4_hd_box::after{position: absolute; right: 0; bottom: 0; content: ""; width: 86%; height: 4px; background-color: #292929;}
.box4_hd .swiper-container{width: 100%; height: 100%;}
.box4_hd .swiper-wrapper{width: 100%; height: 100%;}
.box4_hd .swiper-slide{position: relative; padding-left: 60px; cursor: pointer;}
.box4_hd .swiper-slide::after{transition: 0.4s; z-index: -1; position: absolute; right: 0; top: 0; content: ""; width: 100%; height: 100%; background-color: transparent;}
.box4_hd .swiper-slide a{transition: 0.4s; padding: 20px 20px 20px 0; border-top: 1px solid #d9d9d9; display: flex; align-items: center; justify-content: space-between;}
.box4_hd .swiper-slide:nth-of-type(3n-2) a{border-color: transparent;}
.box4_hd .swiper-slide a .box4_hd_pic{order: 2; display: block; position: relative; width: 32%; padding: 12% 0; overflow: hidden;}
.box4_hd .swiper-slide a .box4_hd_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.box4_hd .swiper-slide a .box4_hd_words{width: 64%;}
.box4_hd .swiper-slide a .box4_hd_words h5{transition: 0.4s; font-size: 18px; font-family: "Arial"; font-weight: bold; color: #999999; line-height: 24px; text-transform: uppercase;}
.box4_hd .swiper-slide a .box4_hd_words h4{transition: 0.4s; font-size: 18px; font-weight: bold; color: #3d3d3d;}
.box4_hd .swiper-slide-active::after{background-color: #cf9c7e;background-image: -webkit-linear-gradient(top,#d3af92,#cf9c7e);}
.box4_hd .swiper-slide-active a{border-color: #3d3d3d;}
.box4_hd .swiper-slide-active a .box4_hd_words h5{color: #fff;}
.box4_hd .swiper-slide-active a .box4_hd_words h4{color: #fff;}
.box4_hd .swiper-button-prev{/*transition: 0.4s; opacity: 0.2; */position: absolute; left: 0; top: 4px; margin-top: 0; width: 100%; height: 40px; background: url(../images/btn_prev.png) 85% center no-repeat; outline: none;}
.box4_hd .swiper-button-next{/*transition: 0.4s; opacity: 0.2; */position: absolute; left: 0; top: 100%; transform: translateY(-100%); margin-top: -4px; width: 100%; height: 40px; background: url(../images/btn_next.png) 85% center no-repeat; outline: none;}
/*.box4_hd .swiper-button-prev:hover,.box4_hd .swiper-button-next:hover{opacity: 1;}*/
.swiper_bottom{position: relative; padding: 30px 0 30px 60px; display: flex; align-items: center; justify-content: space-between;}
.swiper_page span{font-family: "Arial"; font-weight: bold; color: #3d3d3d;}
.swiper_page span:nth-of-type(1){font-size: 48px;}
.swiper_page span:nth-of-type(2){font-size: 36px;}
.swiper_page span:nth-of-type(3){font-size: 30px;}
.box4_hd .swiper-pagination{position: static;}
.box4_hd .swiper-pagination-bullet{transition: 0.4s; opacity: 1; margin-right: 8px; display: inline-block; width: 10px; height: 10px; background-color: #dcdcdc; outline: none;}
.box4_hd .swiper-pagination-bullet:last-child{margin-right: 0;}
.box4_hd .swiper-pagination-bullet-active{background-color: #cf9c7e;}
.m_box4_bd{display: none;}
@media only screen and (min-width: 0) and (max-width: 1199px){
    .box4 .layout{padding-top: 0; padding-bottom: 0; text-align: center;}
    .box4 .layout::after,.box4 .ind_tit hr{display: none;}
    .box4_con{margin-top: 30px;}
    .box4_hd,.box4_bd{display: none;}
    .m_box4_bd{display: block; padding: 20px; background-color: #fff;}
    .m_box4_bd .swiper-slide a{display: block; position: relative; width: 100%; padding: 37.437% 0; overflow: hidden;}
    .m_box4_bd .swiper-slide a img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
    .m_box4_bd .swiper-pagination{margin-top: 20px; position: static;}
    .m_box4_bd .swiper-pagination-bullet{transition: 0.4s; opacity: 1; margin-right: .12rem; display: inline-block; min-width: 5px; width: .15rem; min-height: 5px; height: .15rem; background-color: #dcdcdc; outline: none;}
    .m_box4_bd .swiper-pagination-bullet:last-child{margin-right: 0;}
    .m_box4_bd .swiper-pagination-bullet-active{background-color: #cf9c7e;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .box4{padding-top: 1.3rem; padding-bottom: 1.3rem;}
    .box4_con{margin-top: .5rem;}
    .m_box4_bd{padding: .3rem;}
    .m_box4_bd .swiper-pagination{margin-top: .3rem;}
}

.box5{background-color: #f2f2f2;}
.box5_pn1{z-index: 1; position: relative; padding-bottom: 570px; text-align: center; border-top-left-radius: 290px; background: url('../images/box5_pn1_bg.jpg') center center no-repeat; background-size: cover;}
.box5_pn1 .layout{position: relative; padding-top: 70px;}
.box5_pn1 .ind_tit>h5{color: #fff;}
.box5_pn1 .ind_tit>h4{color: #cf9c7e;}
.box5_pn2{margin-top: -532px; z-index: 1; position: relative;}
.box5_pn2_top{padding: 30px; background: #fff;}
.box5_pn2_top>a{display: block; position: relative; width: 100%; padding: 15% 0; overflow: hidden;}
.box5_pn2_top>a::after{position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); content: ""; width: 100%; height: 64px; background: url(../images/box5_pn2_top_ioc.png) center center no-repeat; background-size: contain;}
.box5_pn2_top>a img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.box5_pn2_top .words{padding-top: 40px; display: flex; align-items: stretch; justify-content: space-between;}
.box5_pn2_top .words figure{width: 22.8%; padding-left: 1.8%; border-right: 1px solid #d9d9d9; display: flex; justify-content: center; flex-direction: column; align-items: flex-start;}
.box5_pn2_top .words figure h5{font-size: 18px; font-family: "Arial"; color: #999999; line-height: 24px; text-transform: uppercase;}
.box5_pn2_top .words figure h4{font-size: 24px; font-weight: bold; color: #3d3d3d; line-height: 36px;}
.box5_pn2_top .words p{width: 77.2%; padding: 0 5.8%; font-size: 16px; color: #626262; line-height: 30px;}
.box5_pn2_top .words p span{display: block;}
.box5_pn2_bottom{z-index: 1; position: relative; padding-top: 30px;}
.box5_pn2_bottom::before{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 100%; background-color: #fff;}
.box5_pn2_bottom .left{width: 71.25%;}
.box5_pn2_bottom .left img{width: 100%; object-fit: contain;}
.box5_pn2_bottom .right{z-index: 2; position: absolute; top: 0; right: 0; width: 43.33%; height: 100%; padding: 30px 30px 6.67% 0;}
.box5_pn2_bottom .right .box{width: 100%; height: 100%; border-top: 4px solid #292929; border-bottom: 4px solid #292929; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.box5_pn2_bottom .right .box div{display: block; position: relative; width: 44%; padding: 22% 0; overflow: hidden;}
.box5_pn2_bottom .right .box div img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.box5_pn2_bottom .right .box h5{margin-top: 45px; font-size: 30px; font-weight: bold; color: #3d3d3d;}
.box5_pn2_bottom .right .box a{margin-top: 30px; transition: 0.4s; display: inline-block; padding: 14px 45px; font-size: 16px; line-height: 120%; color: #fff; border-radius: 50px; background-color: #3d3d3d;background: #cf9c7e;}
.box5_pn2_bottom .right .box a:hover{background-color: #cf9c7e;background-image: -webkit-linear-gradient(top,#d3af92,#cf9c7e);}
@media only screen and (min-width: 0) and (max-width: 1550px){
    .box5_pn1{border-radius: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1220px){
    .box5_pn2_top .words p span{display: inline;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .box5_pn1{padding-bottom: 11rem;}
    .box5_pn1 .layout{padding-top: 1rem;}
    .box5_pn2{margin-top: -10.5rem;}
    .box5_pn2_top{padding: .35rem;}
    .box5_pn2_top>a{padding: 20% 0;}
    .box5_pn2_top>a::after{height: 1rem;}
    .box5_pn2_top .words{padding-top: .4rem; display: block;}
    .box5_pn2_top .words figure{width: 100%; padding-left: 0; border: none;}
    .box5_pn2_top .words figure h5{font-size: .34rem; line-height: 140%;}
    .box5_pn2_top .words figure h4{font-size: .40rem; line-height: 140%;}
    .box5_pn2_top .words p{margin-top: .2rem; width: 100%; padding: 0; font-size: 14px; line-height: 180%;}
    .box5_pn2_bottom{padding-top: .35rem;}
    .box5_pn2_bottom .left{width: 71.25%;}
    .box5_pn2_bottom .left img{width: 100%; object-fit: contain;}
    .box5_pn2_bottom .right{width: 43.33%; padding: .35rem .35rem 6.67% 0;}
    .box5_pn2_bottom .right .box div{width: 35%; padding: 17.5% 0;}
    .box5_pn2_bottom .right .box h5{margin-top: .4rem; font-size: .45rem;}
    .box5_pn2_bottom .right .box a{margin-top: .3rem; padding: .12rem .6rem; font-size: 16px; border-radius: .3rem;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .box5_pn2_bottom .right .box a{font-size: 14px;}
}

/*==弹窗视频==*/
.video-box{transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1); visibility: hidden; opacity: 0; z-index: 9; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; padding: 0 10px; background: rgba(255, 255, 255, 0.5); display: flex; justify-content: center; flex-direction: column; align-items: center;}
.video-box-show{transition: all 0.51s cubic-bezier(0.23, 1, 0.32, 1); visibility: visible; opacity: 1;}
.video-box-pos{position: relative; width: 100%; max-width: 760px;}
#my-video{width: 100%;}
.close-video{position: absolute; right: 0; top: -40px; display: block; width: 40px; height: 40px; line-height: 40px; font-size: 24px; color: #fff; text-align: center; background: #cf9c7e; cursor: pointer;}
.close-video i{float: left; display: inline-block; width: 40px; height: 40px; line-height: 40px;}
/*==弹窗视频==*/

.box6{display: none;padding-top: 70px; padding-bottom: 80px; border-top-right-radius: 290px; background-color: #f2f2f2;}
.box6_swiper{margin-top: 60px; position: relative;}
.box6_swiper .swiper-slide::before{position: absolute; left: 100%; top: 0; margin-left: 67px; content: ""; width: 1px; height: 100%; background-color: #e6e6e6;}
.box6_swiper .swiper-slide:last-child::before{display: none;}
.box6_swiper .swiper-slide a{display: block;}
.box6_swiper .swiper-slide a .figure_pic{display: block; position: relative; width: 100%; padding: 66.13% 0;border-radius: 500px; overflow: hidden;}
.box6_swiper .swiper-slide a .figure_pic::before{transition: 0.4s; opacity: 0; z-index: 1; position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
.box6_swiper .swiper-slide a .figure_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.box6_swiper .swiper-slide a .figure_words{margin-top: 30px;text-align: center;}
.box6_swiper .swiper-slide a .figure_words h5{font-size: 18px; font-weight: bold; color: #3d3d3d; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.box6_swiper .swiper-slide a .figure_words p{display: none; margin-top: 15px; font-size: 18px; color: #626262; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.box6_swiper .swiper-slide a .figure_words>span{transition: 0.4s; margin-top: 20px; position: relative; display: block; font-size: 14px; font-family: "Arial"; font-weight: bold; color: #999999; line-height: 100%; padding-bottom: 14px; text-transform: uppercase;}
.box6_swiper .swiper-slide a .figure_words>span::before{transition: 0.4s; position: absolute; left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%); content: ""; width: 3.5em; height: 4px; background-color: #cf9c7e;}
.box6_swiper .swiper-slide:hover a .figure_pic::before{opacity: 1;}
.box6_swiper .swiper-slide:hover a .figure_words>span{color: #cf9c7e;}
.box6_swiper .swiper-slide:hover a .figure_words>span::before{width: 100%;}
.box6_swiper .swiper-pagination{position: static; padding-top: 55px;}
.box6_swiper .swiper-pagination-bullet{transition: 0.4s; opacity: 1; margin-right: 8px; display: inline-block; width: 10px; height: 10px; background-color: #dcdcdc; outline: none;}
.box6_swiper .swiper-pagination-bullet:last-child{margin-right: 0;}
.box6_swiper .swiper-pagination-bullet-active{background-color: #cf9c7e;}
@media only screen and (min-width: 0) and (max-width: 1550px){
    .box6{border-radius: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1100px){
    .box6_swiper .swiper-slide::before{margin-left: 40px;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .box6{padding-top: 1.3rem; padding-bottom: 1.3rem;}
    .box6_swiper{margin-top: .5rem; position: relative;}
    .box6_swiper .swiper-slide::before{margin-left: 25px;}
    .box6_swiper .swiper-slide a .figure_words{margin-top: .3rem;}
    .box6_swiper .swiper-slide a .figure_words h5{font-size: 16px;}
    .box6_swiper .swiper-slide a .figure_words p{margin-top: .2rem; font-size: .34rem;}
    .box6_swiper .swiper-slide a .figure_words>span{margin-top: .4rem; font-size: 14px; padding-bottom: 10px;}
    .box6_swiper .swiper-pagination{padding-top: .3rem;}
    .box6_swiper .swiper-pagination-bullet{margin-right: .12rem; min-width: 5px; width: .15rem; min-height: 5px; height: .15rem;}
}
@media only screen and (min-width: 0) and (max-width: 920px){
    .box6_swiper .swiper-slide::before{margin-left: 20px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .box6_swiper .swiper-slide::before{margin-left: 10px;}
}

.box7 .page_tit3{padding-top: 30px; padding-bottom: 40px;}
.box7_con{z-index: 1;position: relative;text-align: center;padding: 0 0 70px 0;}
.box7_con::after{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 100%; background: url(../images/box7_con_bg.jpg) center center no-repeat; background-size: cover;}
.box7_words{padding: 140px 0;}
.box7_words div{height: 76px;}
.box7_words div img{height: 100%; object-fit: contain;}
.box7_words p{margin-top: 35px; font-size: 16px; color: #fff; line-height: 24px;}
.box7_words p span{display: block;}
.box7_words a{margin: 40px auto 0 auto; transition: 0.4s; width: 180px; height: 46px; font-size: 16px; font-weight: bold; color: #fff; border: 2px solid #fff; border-radius: 25px; display: flex; align-items: center; justify-content: center;}
.box7_words a span{margin-right: 5px; font-size: 20px;}
.box7_words a:hover{color: #cf9c7e; border-color: #cf9c7e;}
.box7_pic{z-index: 1; position: relative; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.box7_pic::after{z-index: -1;position: absolute;left: 50%;top: 0;transform: translateX(-50%);content: "";width: 1920px;height: 1px;/* background: #868686; */}
.box7_pic li{width: 16.66%;padding: 0 2%;}
.box7_pic li a{transition: 0.4s;padding: 25px 0;/* border-top: 4px solid transparent; *//* border-right: 1px solid #868686; */background-color: transparent;display: flex;justify-content: center;flex-direction: column;align-items: center;background: #fff;background-color: rgba(0,0,0,0.35);border-radius: 20px;border: 1px solid #cf9c7e3b;}
.box7_pic li:nth-of-type(1) a{/* border-left: 1px solid #868686; */}
.box7_pic li a div{height: 50px;}
.box7_pic li a div img{height: 100%; object-fit: contain;}
.box7_pic li a h5{transition: 0.4s; margin-top: 15px; font-size: 16px; color: #d5d4d4;}
.box7_pic li:hover a{background-color: rgb(194 148 112 / 34%);}
.box7_pic li:hover a h5{color: #fff;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .box7 .ind_tit{padding-top: .7rem; padding-bottom: .7rem;}
    .box7_words{padding: 2.2rem .32rem;}
    .box7_words div{height: 1.2rem;}
    .box7_words p{margin-top: .55rem; font-size: 16px; line-height: 150%;}
    .box7_words p span{display: inline;}
    .box7_words a{margin: .65rem auto 0 auto; width: 3rem; height: .75rem; font-size: 16px; border-radius: .4rem;}
    .box7_words a span{margin-right: 3px; font-size: .35rem;}
    .box7_pic{padding: 0;}
    .box7_pic::after{display: none;}
    .box7_pic li{width: 16.66%;margin: 2% 0;}
    .box7_pic li a{position: relative;padding: .4rem 0;/* border-top: 1px solid #868686; */}
    .box7_pic li a::after{transition: 0.4s; opacity: 0; position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 4px; background: #d1a46a;}
    .box7_pic li a div{height: .8rem;}
    .box7_pic li a h5{margin-top: .25rem; font-size: 16px;}
    .box7_pic li:hover a::after{opacity: 1;}
}
@media only screen and (min-width: 0) and (max-width: 820px){
    .box7_pic li{width: 33.33%;margin: 2% 0;}
    .box7_pic li:nth-of-type(4) a{/* border-left: 1px solid #868686; */}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .box7_words p,.box7_words a,.box7_pic li a h5{font-size: 14px;}
}

.box8{padding-top: 70px; padding-bottom: 80px;}
.box8_top{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.box8_top .box8_tit{display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.box8_top .box8_tit li{margin-right: 20px;}
.box8_top .box8_tit li:last-child{margin-right: 0;}
.box8_top .box8_tit li a{transition: 0.4s; display: inline-block; padding: 14px 44px; font-size: 16px; color: #626262; border: 1px solid #d6d6d6; border-radius: 50px; background-color: #f2f2f2;}
.box8_top .box8_tit li:hover a{color: #fff; border-color: #cf9c7e; background-color: #cf9c7e;background-image: -webkit-linear-gradient(top,#d3af92,#cf9c7e);}
.box8_bottom{margin-top: 40px;}
.box8_bottom li{float: left; width: 59.167%; margin-top: 28px;}
.box8_bottom li:nth-of-type(-n+2){margin-top: 0;}
.box8_bottom li:nth-of-type(1){width: 38.334%; margin-right: 2.5%;}
.box8_bottom li a{padding-bottom: 20px; border-bottom: 1px solid #f6f6f6;background: #f9f9f9; display: flex; align-items: center; justify-content: space-between;}
.box8_bottom li:nth-of-type(1) a{display: block; padding: 20px; border: 1px solid #f6f6f6;}
.box8_bottom li a .box8_pic{position: relative; width: 27.465%; padding: 10.353% 0; overflow: hidden;}
.box8_bottom li:nth-of-type(1) a .box8_pic{width: 100%; padding: 37.56% 0;}
.box8_bottom li a .box8_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.box8_bottom li a .box8_words{width: 71.181%;}
.box8_bottom li:nth-of-type(1) a .box8_words{width: 100%; margin-top: 30px;}
.box8_bottom li a .box8_words h5{transition: 0.4s; font-size: 18px; font-weight: bold; color: #3d3d3d; line-height: 24px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.box8_bottom li:nth-of-type(1) a .box8_words h5{min-height: 48px; -webkit-line-clamp: 2;}
.box8_bottom li a .box8_words p{margin-top: 15px; font-size: 16px; color: #626262; min-height: 48px; line-height: 24px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.box8_bottom li a .box8_words figure{margin-top: 15px; font-family: "Arial";}
.box8_bottom li:nth-of-type(1) a .box8_words figure{margin-top: 35px; display: flex; align-items: center; justify-content: space-between;}
.box8_bottom li a .box8_words figure time{font-size: 16px; color: #626262;}
.box8_bottom li a .box8_words figure span{display: none; font-size: 14px; font-weight: bold; color: #999999; line-height: 100%; padding-bottom: 10px; border-bottom: 4px solid #cf9c7e; text-transform: uppercase;}
.box8_bottom li:nth-of-type(1) a .box8_words figure span{display: inline-block;}
.box8_bottom li:hover a .box8_words h5{color: #cf9c7e;}
@media only screen and (min-width: 0) and (max-width: 1199px){
    .box8_bottom li{width: 100%;}
    .box8_bottom li:nth-of-type(-n+2){margin-top: 28px;}
    .box8_bottom li:nth-of-type(1){width: 100%; margin-right: 0; margin-top: 0;}
    .box8_bottom li:nth-of-type(1) a{padding: 0; padding-bottom: 20px; border: none; border-bottom: 1px solid #d6d6d6; display: flex; align-items: center; justify-content: space-between;}
    .box8_bottom li:nth-of-type(1) a .box8_pic{width: 27.465%; padding: 10.353% 0;}
    .box8_bottom li:nth-of-type(1) a .box8_words{width: 71.181%; margin-top: 0;}
    .box8_bottom li:nth-of-type(1) a .box8_words h5{min-height: 100%; -webkit-line-clamp: 1;}
    .box8_bottom li:nth-of-type(1) a .box8_words figure{margin-top: 15px; display: block;}
    .box8_bottom li:nth-of-type(1) a .box8_words figure span{display: none;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .box8{padding-top: 1.3rem; padding-bottom: 1.3rem;}
    .box8_top{display: block;}
    .box8_top .box8_tit{margin-top: .5rem; justify-content: center;}
    .box8_top .box8_tit li{margin-right: .3rem;}
    .box8_top .box8_tit li a{padding: .12rem .65rem; font-size: 16px; border-radius: .3rem;}
    .box8_bottom{margin-top: .65rem;}
    .box8_bottom li{margin-top: .45rem;}
    .box8_bottom li:nth-of-type(-n+2){margin-top: .45rem;}
    .box8_bottom li:nth-of-type(1){margin-top: 0;}
    .box8_bottom li a{padding-bottom: .45rem;}
    .box8_bottom li:nth-of-type(1) a{padding-bottom: .45rem;}
    .box8_bottom li a .box8_words h5{font-size: .34rem; line-height: 120%;}
    .box8_bottom li a .box8_words p{margin-top: .25rem; font-size: .35rem; min-height: .9rem; line-height: .45rem;}
    .box8_bottom li a .box8_words figure{margin-top: .25rem;}
    .box8_bottom li:nth-of-type(1) a .box8_words figure{margin-top: .25rem;}
    .box8_bottom li a .box8_words figure time{font-size: .32rem;}
}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .box8_bottom li a .box8_words p{margin-top: .15rem;}
    .box8_bottom li a .box8_words figure{margin-top: .15rem;}
    .box8_bottom li:nth-of-type(1) a .box8_words figure{margin-top: .15rem;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .box8_top .box8_tit li a{font-size: 14px;}
}
@media only screen and (min-width: 0) and (max-width: 350px){
    .box8_top .box8_tit li{margin-right: .25rem;}
    .box8_top .box8_tit li a{padding: .12rem .55rem;}
}
/*=================首页样式           结束=============================*/


/*=================公共尾样式           开始===========================*/
aside ul{position: fixed; top: 85px; right: 0; z-index: 10;}
aside ul li{position: relative; width: 62px; height: 62px; margin-top: 2px;}
aside ul li:nth-of-type(1){margin-top: 0;}
aside ul li .fix_box{transition: 0.4s; width: 100%; height: 100%; background-color: #3d3d3d; display: flex; align-items: center; justify-content: flex-start;}
aside ul li .fix_box2{transition: 0.4s; position: absolute; left: 0; top: 0; height: 100%; background-color: #3d3d3d; display: flex; align-items: center; justify-content: flex-start;}
aside ul li .fix_box>a,aside ul li .fix_box2>a{transition: 0.4s; float: left; min-width: 62px; min-height: 62px; font-size: 12px; color: #fff; display: flex; justify-content: center; flex-direction: column; align-items: center;}
aside ul li i{display: block; width: 30px; height: 30px; margin: 0 auto 2px auto; overflow: hidden;}
aside ul li:nth-of-type(1) i{background: url(../images/aside_ico3.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(2) i{background: url(../images/aside_ico4.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(3) i{background: url(../images/aside_ico6.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(4) i{background: url(../images/aside_ico12.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(5) i{background: url(../images/aside_ico2.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(6) i{background: url(../images/aside_ico5.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(7) i{background: url(../images/aside_ico17.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(8) i{background: url(../images/aside_ico1.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(9) i{background: url(../images/aside_ico8.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(10) i{background: url(../images/aside_ico11.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(11) i{background: url(../images/aside_ico10.png) center no-repeat; background-size: contain;}
aside ul li .fix_tel{font-size: 12px; color: #fff; height: 62px; line-height: 24px; padding: 0 10px; width: max-content; width: -webkit-max-content; width: -moz-max-content; width: -ms-max-content; width: -o-max-content; display: flex; justify-content: center; flex-direction: column; align-items: flex-start;}
aside ul li .fix_tel em,aside ul li .fix_tel span{display: block;}
aside ul li .fix_erwei{transition: 0.4s; display: flex; justify-content: center; align-items: center; z-index: -1; transform: scale(0); position: absolute; right: 62px; top: 50%; margin-top: -42px; font-size: 12px; color: #fff; width: 300px; height: 160px; padding-right: 10px;}
aside ul li .fix_erwei img{width: 49%; height: 100%; object-fit: contain; }
aside ul li .fix_erwei img:nth-of-type(2){margin-left: 2%;}
aside ul li:hover .fix_box{background-color: #cf9c7e;}
aside ul li:hover .fix_box2{left: -147px; background-color: #cf9c7e;}
aside ul li:hover .fix_erwei{transform: scale(1);}
aside ul .go_top{display: none;}
@media only screen and (max-width: 1023px){
  aside ul{display: none;}
}

footer{overflow: hidden;}
.feedback_box{padding-top: 70px; padding-bottom: 80px; border-top-left-radius: 290px;border-top-right-radius: 290px; background: url('../images/feedback_bg.jpg') center center no-repeat; background-size: cover;}
.feedback .ind_tit>h5{color: #fff;}
.feedback .ind_tit>p{margin-top: 15px; font-size: 18px; color: #fff;}
.feedback .msg_form{margin-top: 30px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.feedback .msg_form section{margin-top: 30px; width: 48%; display: flex; align-items: center; justify-content: flex-start;}
.feedback .msg_form section:nth-of-type(-n+2){margin-top: 0;}
.feedback .msg_form section:nth-of-type(1){margin-right: 4%;}
.feedback .msg_form section label{display: inline-block; min-width: 5.5em; font-size: 14px; color: #fff;}
.feedback .msg_form section input[type="text"],.feedback .msg_form section input[type="email"]{transition: 0.4s;font-size: 14px;color: #fff;width: 100%;line-height: 34px;padding: 0 18px;border: 1px solid #dddddd;background: #494949;outline: none;}
.feedback .msg_form section input[type="text"]:focus,.feedback .msg_form section input[type="email"]:focus,.feedback .msg_form section textarea:focus{border-color: #cf9c7e; box-shadow: 0 0 10px rgba(194,148,112,0.5);}
.feedback .msg_form section select::-ms-expand {display: none;}
.feedback .msg_form section select{font-size: 14px;color: #fff;max-width: 200px;width: 100%;line-height: 34px;padding: 0 18px;border: 1px solid #d7d7d7;background: url(../images/select_ico.png) #494949 90% center no-repeat;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline: none;}
.feedback .msg_form section select option{color: #7b7b7b;}
.feedback .msg_form section textarea{transition: 0.4s;resize: none;font-size: 14px;color: #fff;width: 100%;height: 110px;padding: 10px;border: 1px solid #dddddd;background: #494949;outline: none;}
.feedback .msg_form section input[type="text"],.feedback .msg_form section input[type="email"],.feedback .msg_form section select{padding: 0 10px;}
.feedback .msg_form section:nth-of-type(3){width: 100%;}
.feedback .msg_form section:nth-of-type(3) #map1{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.feedback .msg_form section select{max-width: 30.6%; background-position: 95% center;}
.feedback .msg_form section:nth-of-type(4){width: 100%; align-items: flex-start;}
.feedback .msg_form section:nth-of-type(4) label{padding: 10px 0;}
.feedback .msg_form section:nth-of-type(5){width: 100%; justify-content: center;}
.feedback .msg_form .form_submit{width: 20%; font-size: 16px; font-weight: bold; line-height: 48px;border-radius: 50px;}
.ver_code{margin-right: 1.25%; position: relative; display: inline-block; width: 30%; height: 100%; background: #fff; display: none;}
.ver_code>p{font-size: 16px; color: #666666; position: absolute; top: 50%; left: 50%; transform: translateY(-50%); line-height: 100%;}
.ver_code .code-box{display: inline-block; position: relative; width: 100%; height: 100%; color: #fff; border: none; text-shadow: 1px 1px 1px black; background: rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06); outline: none;}
.ver_code .code-box p, .ver_code .code-box span{display: block; position: absolute; left: 0; height: 100%; line-height: 54px; font-size: 16px; color: #fff; text-align: center;}
.ver_code .code-box span{width: 54px; font-family: "宋体"; background: #fff; cursor: pointer;}
.form_submit{transition: 0.4s; font-size: 18px; color: #fff; width: 30%; height: 100%; line-height: 100%; border: none; background: #cf9c7e; outline: none; cursor: pointer;}
.form_submit:hover{background-image: -webkit-linear-gradient(top,#d3af92,#cf9c7e);}
.form_submit_default{background: rgba(194,148,112,0.85);}
@media only screen and (min-width: 0) and (max-width: 1550px){
    .feedback_box{border-radius: 0;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .feedback_box{padding-top: 1.3rem; padding-bottom: 1.3rem; background: url('../images/feedback_bg.jpg') left top no-repeat; background-size: cover;}
    .feedback .ind_tit{text-align: left;}
    .feedback .ind_tit>p{margin-top: .2rem; font-size: .34rem;}
    .feedback .msg_form{margin-top: .45rem;}
    .feedback .msg_form section{margin-top: 2%; width: 100%;}
    .feedback .msg_form section:nth-of-type(2){margin-top: 2%;}
    .feedback .msg_form section:nth-of-type(1){margin-right: 0;}
    .feedback .msg_form section label{font-size: .30rem;}
    .feedback .msg_form section input[type="text"],.feedback .msg_form section input[type="email"]{font-size: .30rem; line-height: .85rem; padding: 0 .20rem;}
    .feedback .msg_form section select{font-size: .30rem; max-width: 100%; line-height: .85rem; padding: 0 .20rem; background-position: 96% center;}
    .feedback .msg_form section textarea{font-size: .30rem; height: 2rem; padding: .10rem;}
    .feedback .msg_form section:nth-of-type(3) #map1{justify-content: flex-start;}
    .feedback .msg_form section:nth-of-type(4) label{padding: .10rem 0;}
    .feedback .msg_form .form_submit{width: 30%; font-size: .34rem; line-height: .85rem;}
    .ver_code{margin-right: 2%; width: 49%; height: .85rem;}
    .ver_code>p{font-size: .32rem;}
    .ver_code .code-box p,.ver_code .code-box span{font-size: .32rem; line-height: .85rem;}
    .ver_code .code-box span{width: .85rem;}
    .form_submit{font-size: .34rem; min-width: 150px;width: 49%; height: .85rem;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .feedback .msg_form section:nth-of-type(3){align-items: flex-start;}
    .feedback .msg_form section:nth-of-type(3) label{line-height: .85rem;}
    .feedback .msg_form section:nth-of-type(3) #map1{flex-wrap: wrap;}
}

.f_pn1{z-index: 1; position: relative; padding-top: 20px; padding-bottom: 20px; display: flex; align-items: stretch; justify-content: flex-start;}
.f_pn1::after{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 100%; background-color: #e4e5e9;}
.f_pn1>div{min-width: 115px; border-right: 1px solid #c3c3c3; display: flex; justify-content: center; flex-direction: column; align-items: flex-start;}
.f_pn1>div em{display: block; font-size: 18px; font-family: "Arial"; color: #999999; text-transform: uppercase;}
.f_pn1>div span{display: block; font-size: 16px; font-weight: bold; color: #3d3d3d;}
.f_pn1>ul{display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.f_pn1>ul li{margin-left: 30px;}
.f_pn1>ul li a{transition: 0.4s; font-size: 16px; color: #626262;}
.f_pn1>ul li:hover a{color: #cf9c7e;}
.f_pn2{z-index: 1; position: relative; display: flex; align-items: stretch; justify-content: space-between;}
.f_pn2::before{position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 1px; background-color: #c3c3c3;}
.f_pn2::after{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 100%; background-color: #e4e5e9;}
.f_pn2 .f_pic{min-width: 170px; padding: 40px 0; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.f_pn2 .f_pic .f_logo{width: 100%;}
.f_pn2 .f_pic .f_logo img{width: 100%; object-fit: contain;}
.f_pn2 .f_pic .bdsharebuttonbox{margin-top: 30px;}
.f_pn2 .f_pic .bdsharebuttonbox a{transition: 0.4s; float: left; display: flex; align-items: center; justify-content: space-between; height: 31px !important; line-height: 31px !important; border-radius: 50% !important; background-position: unset !important;}
.f_pn2 .f_pic .bdsharebuttonbox .bds_weixin{padding: 15.5px !important; margin: 0 10px 0 0 !important; background: url("../images/share_ico1.png") #a0a0a0 center no-repeat !important;}
.f_pn2 .f_pic .bdsharebuttonbox .bds_tsina{padding: 15.5px !important; margin: 0 10px 0 0 !important; background: url("../images/share_ico2.png") #a0a0a0 center no-repeat !important;}
.f_pn2 .f_pic .bdsharebuttonbox .bds_qzone{padding: 15.5px !important; margin: 0 10px 0 0 !important; background: url("../images/share_ico3.png") #a0a0a0 center no-repeat !important;}
.f_pn2 .f_pic .bdsharebuttonbox .popup_tqq{padding: 15.5px !important; margin: 0 !important; background: url("../images/share_ico4.png") #a0a0a0 center no-repeat !important;}
.f_pn2 .f_pic .bdsharebuttonbox a:hover{opacity: 1; background-color: #3d3d3d !important;}
.f_pn2 .f_nav{width: 60%; padding: 40px 60px; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; display: flex; align-items: flex-start; justify-content: space-between;}
.f_pn2 .f_nav li{padding-left: 14px;}
.f_pn2 .f_nav li>a{transition: 0.4s; margin-bottom: 15px; position: relative; display: inline-block; font-size: 16px; font-weight: bold; color: #292929;}
.f_pn2 .f_nav li>a::before{position: absolute; left: -14px; top: 0; content: ""; width: 4px; height: 100%; background-color: #cf9c7e;}
.f_pn2 .f_nav li>a::after{position: absolute; left: 0; top: 100%; margin-top: 15px; content: ""; width: 110%; height: 1px; background-color: #c3c3c3;}
.f_pn2 .f_nav li dl{margin-top: 10px;}
.f_pn2 .f_nav li dl dd{font-size: 16px; color: #626262;}
.f_pn2 .f_nav li dl dd a{transition: 0.4s; position: relative; line-height: 30px;}
.f_pn2 .f_nav li a:hover{color: #cf9c7e;}
.f_pn2 .f_words{max-width: 210px; padding: 40px 0; border: none;}
.f_pn2 .f_words li dl dd{margin-top: 10px;}
.f_pn2 .f_words li dl dd:nth-of-type(1){margin-top: 0;}
.f_pn2 .f_words li dl dd a{display: block; font-size: 24px; font-family: "Arial"; color: #c88d3f;}
.f_pn2 .f_words li dl dd a:hover{color: #c88d3f;}
.f_pn3{z-index: 1; position: relative; padding-top: 30px; padding-bottom: 30px; display: flex; align-items: center; justify-content: space-between;}
.f_pn3::after{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 100%; background-color: #d6d9de;}
.f_pn3>div:last-child{text-align: right;}
.f_pn3>div p,.f_pn3>div a,.f_pn3>div em{transition: 0.4s; font-size: 14px; color: #626262; line-height: 24px;}
.f_pn3>div a:hover{color: #cf9c7e;}
@media only screen and (min-width: 0) and (max-width: 1100px){
    .f_pn3{display: block;}
    .f_pn3>div:last-child{text-align: left;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .f_pn1{display: none;}
    .f_pn2{display: flex; align-items: flex-start; justify-content: flex-start;}
    .f_pn2 .f_pic{min-width: auto; width: 20%; margin-right: 5%; padding: .65rem 0;}
    .f_pn2 .f_pic .bdsharebuttonbox{display: none;}
    .f_pn2 .f_nav{width: 30%; padding: .65rem 0; border: none; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
    .f_pn2 .f_nav li{display: block; border-left: 1px solid #c3c3c3; padding-left: 15%; width: 100%;}
    .f_pn2 .f_nav li>a{margin-bottom: 0; font-size: .36rem; font-weight: normal; line-height: 160%;}
    .f_pn2 .f_nav li>a::before,.f_pn2 .f_nav li>a::after{display: none;}
    .f_pn2 .f_nav li dl{display: none;}
    .f_pn2 .f_nav li dl dd{font-size: .36rem;}
    .f_pn2 .f_nav li dl dd a{line-height: 160%;}
    .f_pn2 .f_words{width: auto; max-width: 53%; padding: .65rem 0; border: none;}
    .f_pn2 .f_words li{border: none; padding-left: 0;}
    .f_pn2 .f_words li>a{display: none;}
    .f_pn2 .f_words li dl{display: block; margin: 0;}
    .f_pn2 .f_words li dl dd{margin-top: .15rem;}
    .f_pn2 .f_words li dl dd a{font-size: .45rem;}
    .f_pn3{padding-top: .5rem; padding-bottom: .5rem;}
    .f_pn3>div p,.f_pn3>div a,.f_pn3>div em{font-size: .36rem; line-height: 160%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .f_pn3>div em{display: block;}
}

.fixed{display: none;}
@media only screen and (min-width: 0) and (max-width: 1023px){
  footer{margin-bottom: 1.49rem;}
  .fixed{position: fixed; width: 100%; bottom: 0px; left: 0px; z-index: 50; display: flex; justify-content: center; align-items: center; background: #fff;}
  .fixed li{float: left; width: 25%; height: 1.5rem; line-height: 1.5rem; text-align: center; *border-right: 1px solid #fff; letter-spacing: 1px; position: relative;}
  .fixed li:last-child{border: none;}
  .fixed li a{width: 100%; height: 100%; display: flex; justify-content: space-around; flex-direction: column; align-items: center;}
  .fixed li a span{font-size: .36rem; color: #626262; line-height: 100%;}
  .fixed li img{width: .75rem; height: .75rem; object-fit: contain;}}
/*=================公共尾样式            结束=======================*/

/*=================内页样式            结束=======================*/
.page_main{overflow: hidden;}
.page_img{width: 100%;}
.page_img a{display: block; width: 100%; height: 500px; cursor: default;}
.page_img a img{width: 100%; max-width: 100%;height: 100%; object-fit: cover;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .page_img a{height: auto;}
}

.page_pos{width: 100%; padding: 20px 0; border-bottom: 1px solid #e4e4e4; display: flex; align-items: center; justify-content: space-between;}
.page_pos .center{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.page_pos .left{color: #626262; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.page_pos .left span{margin: 0 5px; font-size: 14px;}
.page_pos .left span:nth-of-type(1){margin-left: 0;}
.page_pos .left a{transition: 0.4s; font-size: 14px;}
.page_pos .left a:hover{color: #cf9c7e;}
.page_pos form{width: 360px; height: 42px; position: relative;}
.page_pos form input[type="text"]{display: block; width: 100%; height: 100%; line-height: 40px; font-size: 14px; color: #858585; padding-left: 15px; padding-right: 40px; border: 1px solid #e4e4e4; border-radius: 20px; background: transparent; outline: none;}
.page_pos form input[type="text"]::-webkit-input-placeholder{color: #858585;}
.page_pos form input[type="text"]:-moz-placeholder{color: #858585;}
.page_pos form input[type="text"]::-moz-placeholder{color: #858585;}
.page_pos form input[type="text"]:-ms-input-placeholder{color: #858585;}
.page_pos form input[type="text"]::placeholder{color: #858585;}
.page_pos form input[type="submit"]{position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border: none; border-radius: 50%; background: url("../images/search.png") #cf9c7e center no-repeat; outline: none; cursor: pointer;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .page_pos{padding: .3rem 0; border-bottom: none; display: block;}
    .page_pos .left span,.page_pos .left a{font-size: 16px;}
    .page_pos .left span{margin: 0 3px;}
    .page_pos form{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .page_pos .left span,.page_pos .left a{font-size: 14px;}
}

.page_nav_hd,.page_nav_more{margin-top: 40px; font-size: 16px; color: #626262; border: 1px solid #d3d3d3; background-color: #f2f2f2; display: flex; align-items: center; justify-content: space-between;}
.page_nav_hd .left{padding-left: 20px;}
.page_nav_hd .left span{position: relative; padding-left: 24px;}
.page_nav_hd .left span::before{position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ""; width: 14px; height: 14px;  background: url(../images/page_nav_hd_ico.png) center center no-repeat;}
.page_nav_hd .right,.page_nav_more .right{display: flex; align-items: center; justify-content: flex-start;}
.page_nav_hd .right li a,.page_nav_more .right li a{transition: 0.4s; padding: 18.5px 9px; display: flex; align-items: center; justify-content: flex-start;}
.page_nav_hd .right li a i,.page_nav_more .right li a i{margin-left: 10px; /*color: #292929;*/}
.page_nav_hd .right li:hover a,.page_nav_hd .right li.active a,
.page_nav_more .right li:hover a,.page_nav_more .right li.active a{color: #fff; background-color: #cf9c7e;background-image: -webkit-linear-gradient(top,#d3af92,#cf9c7e);}

.page_nav_more{display: none; margin-top: 0; border-top: none; background-color: #fff; justify-content: flex-end;}
.page_nav_more .right{justify-content: flex-end; flex-wrap: wrap;}

.page_nav_download{padding: 8px 12px; border: 1px solid #d3d3d3; border-top: none; background-color: #fff; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.page_nav_download li{margin: 8px;}
.page_nav_download li a{font-size: 16px; color: #fff; line-height: 100%; padding: 8px 20px; border-radius: 5px; background-color: #cf9c7e; display: flex; align-items: center; justify-content: flex-start;}
.page_nav_download li a img{margin-right: 10px; width: 17px; height: 17px; object-fit: contain;}

.page_nav_bd li table{width: 100%;}
.page_nav_bd li table tr{transition: 0.4s; width: 100%; padding: 15px 0; border: 1px solid #d3d3d3; border-top: none; display: flex; align-items: center; justify-content: flex-start;}
.page_nav_bd li table tr td{font-size: 16px; color: #626262;}
.page_nav_bd li table tr td:nth-of-type(1){padding: 0 45px;}
.page_nav_bd li table tr td:nth-of-type(2){display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.page_nav_bd li table tr td:nth-of-type(2) a:nth-of-type(1){display: none;}
.page_nav_bd li table tr td span{display: inline-block; min-width: 2em; font-weight: bold;}
.page_nav_bd li table tr td a{transition: 0.4s; margin: 1px; display: inline-block; line-height: 140%; padding: 5.5px 15px; border-radius: 5px;}
.page_nav_bd li table tr td a:hover,.page_nav_bd li table tr td a.active{color: #fff; background-color: #cf9c7e;background-image: -webkit-linear-gradient(top,#d3af92,#cf9c7e);}
.page_nav_bd li table tr:hover{background-color: #f2f2f2;}

.m_page_nav_hd,.m_page_nav_bd{display: none;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .page_nav_hd{display: none;}
    .m_page_nav_hd{display: block; border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3;}
    .m_page_nav_hd .swiper-slide{width: auto;}
    .m_page_nav_hd .swiper-slide a{transition: 0.4s; display: block; font-size: .32rem; color: #626262; padding: .30rem .25rem; border-right: 1px solid #d3d3d3;}
    .m_page_nav_hd .swiper-slide:last-child a{border-right: none;}
    .m_page_nav_hd .swiper-slide:hover a,.m_page_nav_hd .swiper-slide.active a{color: #fff; background-color: #231815;}

    .page_nav_download{padding: .1rem .2rem;}
    .page_nav_download li{margin: .1rem;}
    .page_nav_download li a{font-size: .30rem; padding: .1rem .2rem;}
    .page_nav_download li a img{margin-right: .15rem; width: 15px; height: 15px;}

    .page_nav_bd li table tr{padding: .2rem;}
    .page_nav_bd li table tr td{font-size: .32rem;}
    .page_nav_bd li table tr td:nth-of-type(1){display: none;}
    .page_nav_bd li table tr td a{margin: 2px; font-size: .32rem; padding: .10rem .25rem;}

    .m_page_nav_bd{display: block;}
    .m_page_nav_bd li{width: 100%;}
    .m_page_nav_bd li dl{width: 100%; border-bottom: 1px solid #d3d3d3;}
    .m_page_nav_bd li:last-child dl{border: none;}
    .m_page_nav_bd li:last-child.active dl{border-bottom: 1px solid #d3d3d3;}
    .m_page_nav_bd li dl dt,.m_page_nav_bd li dl dd{font-size: .32rem; color: #626262;}
    .m_page_nav_bd li dl dt{display: block; padding: .25rem .45rem; color: #fff; background: #3d3d3d; cursor: pointer;}
    .m_page_nav_bd li dl dt span{position: relative; display: block; min-width: 2em; font-weight: bold;}
    .m_page_nav_bd li dl dt span::after{transition: 0.4s; position: absolute; right: 0; top: 50%; margin-top: -.16rem; content: ""; transform: rotate(180deg); width: .32rem; height: .32rem; background: url(../images/page_nav_bd_ico.png) center center no-repeat; background-size: contain;}
    .m_page_nav_bd li.active dl dt span::after{transform: rotate(0deg);}
    .m_page_nav_bd li dl dd{display: none; padding: .3rem .2rem; border-left: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3;}
    .m_page_nav_bd li dl dd a{transition: 0.4s; margin: 2px; display: inline-block; font-size: .32rem; padding: .10rem .25rem; border-radius: 5px;}
    .m_page_nav_bd li dl dd a:nth-of-type(1){display: none;}
    .m_page_nav_bd li dl dd a:hover,.m_page_nav_bd li dl dd a.active{color: #fff; background-color: #3d3d3d;}
}

.page_tit{display: flex; justify-content: center; flex-direction: column; align-items: center;}
.page_tit h5{font-size: 60px; font-family: "Arial"; font-weight: bold; color: #ededed; text-transform: uppercase;}
.page_tit h4,.page_tit h3{position: relative; font-size: 30px; font-weight: bold; color: #3d3d3d;}
.page_tit h4::before,.page_tit h3::before{position: absolute; right: 100%; top: 50%; margin-top: -1px; margin-right: 20px; content: ""; width: 50px; height: 2px; background-color: #dfdfdf;}
.page_tit h4::after,.page_tit h3::after{position: absolute; left: 100%; top: 50%; margin-top: -1px; margin-left: 20px; content: ""; width: 50px; height: 2px; background-color: #dfdfdf;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .page_tit h5{font-size: .8rem;}
    .page_tit h4,.page_tit h3{font-size: .5rem;}
    .page_tit h4::before,.page_tit h3::before{margin-right: .7em; width: 1.7em;}
    .page_tit h4::after,.page_tit h3::after{margin-left: .7em; width: 1.7em;}
}

.page_tit2{position: relative; text-align: center; padding: 40px 0;}
.page_tit2 .words1,.page_tit2 .words1 strong,.page_tit2 .words1 b{display: inline-block; font-size: 50px; color: #231815; line-height: 55px; padding: 0 10px;}
.page_tit2 .words2{position: relative; display: inline-block; font-size: 80px; font-family: "Arial"; font-family: "Montserrat-Bold";font-weight: bold; color: #c9c9c9; line-height: 80px; padding:0 10px; text-transform: uppercase;}
.page_tit2 .words2::before{position: absolute; right: 100%; top: 50%; content: ""; width: 960px; height: 1px; background-color: #cf9c7e;}
.page_tit2 .words2::after{position: absolute; left: 100%; top: 50%; content: ""; width: 960px; height: 1px; background-color: #cf9c7e;}
.page_tit2 .words3{display: inline-block; font-size: 40px; font-family: "Arial";font-family: "Montserrat-Bold"; color: #c9c9c9; line-height: 40px; padding:0 10px; text-transform: uppercase;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .page_tit2{padding: .8rem 0;}
    .page_tit2 .words1,.page_tit2 .words1 strong,.page_tit2 .words1 b{font-size: .50rem; line-height: 110%; padding: 0 .15rem;}
    .page_tit2 .words2{font-size: .65rem; line-height: 110%; padding:0 .15rem;}
    .page_tit2 .words3{font-size: .35rem; line-height: 110%; padding:0 .15rem;}
}

.page_tit3{text-align: center;}
.page_tit3 i{display: block; margin: 0 auto 10px; width: 68px; height: 18px; background:url(../images/page_tit3_bg1.png) center top no-repeat; background-size: contain;}
.page_tit3 h5,.page_tit3 h2{font-size: 30px; font-weight: normal; color: #cf9c7e;}
.page_tit3 h6{font-size: 18px; padding: 5px 0; color: #3d3d3d; text-transform: uppercase;}
.page_tit3 em{display: block; margin: 10px auto 0; width: 68px; height: 3px; background: url(../images/page_tit3_bg2.png) center top no-repeat; background-size: contain;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .page_tit3 i{display: block; margin: 0 auto .15rem; width: 1.1rem; min-width: 40px;}
    .page_tit3 h5,.page_tit3 h2{font-size: .50rem;}
    .page_tit3 h6{font-size: .34rem; padding: .10rem 0;}
    .page_tit3 em{display: block; margin: .15rem auto 0; width: 1.1rem; min-width: 40px;}
}

.page_tit4{text-align: center;}
.page_tit4 h5{font-size: 120px; font-family: 'Montserrat-Bold'; font-family: "Montserrat-Bold";font-weight: normal; color: #e3e3e3; line-height: 108px; letter-spacing: 0px; text-transform: uppercase;}
.page_tit4 h6{z-index: 1; position: relative; margin-top: -40px; font-size: 50px; font-weight: normal; color: #3d3d3d; line-height:100%;}
.page_tit4 .p1{margin-top: 10px; font-size: 20px; color:#cf9c7e; text-transform: uppercase;}
.page_tit4>span{display:block; margin: 15px auto 0; width: 80px; height: 2px; background-color: #aaa;}
.page_tit4 .p2{margin-top: 20px; font-size: 18px; font-weight: bold; color:#cf9c7e;}
.page_tit4 .p2 a{font-size: 24px;}
.page_tit4 .p3{margin-top: 20px; font-size: 16px; color: #3d3d3d;}
.page_tit4 .p3 span{display: block;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .page_tit4 h5{font-size: 1rem; line-height: 100%; letter-spacing: 0;}
    .page_tit4 h6{margin-top: -.45rem; font-size: .55rem;}
    .page_tit4 .p1{margin-top: .15rem; font-size: .35rem;}
    .page_tit4>span{margin: .20rem auto 0; font-size: .35rem; width: 5em;}
    .page_tit4 .p2{margin-top: .35rem; font-size: .34rem;}
    .page_tit4 .p2 a{font-size: .34rem;}
    .page_tit4 .p3{margin-top: .35rem; font-size: 14px;}
    .page_tit4 .p3 span{display: inline;}
}

.page_tit5{text-align: center;}
.page_tit5 h5{font-size: 100px; font-family: 'Montserrat-Bold'; font-weight: normal; color: #e3e3e3; line-height: 108px; text-transform: uppercase;}
.page_tit5 h6{z-index: 1; position: relative; margin-top: -40px; font-size: 60px; font-weight: bold; color: #3d3d3d; line-height:100%;}
.page_tit5 h6 span{color: #cf9c7e;}
.page_tit5 .p1{margin-top: 10px; font-size: 18px; color:#cf9c7e; text-transform: uppercase;}
.page_tit5 .p2{margin-top: 10px; font-size: 18px; color:#cf9c7e; line-height: 30px;}
.page_tit5 .p2 span{display: block;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .page_tit5 h5{font-size: 1rem; line-height: 100%; letter-spacing: 0;}
    .page_tit5 h6{margin-top: -.45rem; font-size: .55rem;}
    .page_tit5 .p1{margin-top: .15rem; font-size: .34rem;}
    .page_tit5 .p2{margin-top: .35rem; font-size: .34rem; line-height: 140%;}
    .page_tit5 .p2 span{display: inline;}
}


/*==精工世界==*/
.about1{padding-top: 70px; padding-bottom: 80px;}
.about1_hd{margin-top: 40px;}
.about1_hd li{transition: 0.4s; float: left; position: relative; width: 25%; padding: 40px 0; border: 1px solid #eaeaea; border-right: none; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.about1_hd li::after{transition: 0.4s; position: absolute; left: 0; top: 100%; content: ""; width: 0; height: 6px; background-color: #cf9c7e;}
.about1_hd li:last-child{border-right: 1px solid #eaeaea;}
.about1_hd li h5{transition: 0.4s; font-size: 18px; font-family: "Arial"; font-weight: bold; color: #999999; line-height: 100%; text-align: center; text-transform: uppercase;}
.about1_hd li i{transition: 0.4s; margin-top: 22px; display: block; width: 60px; height: 60px; border: 1px solid #eaeaea; border-radius: 50%;}
.about1_hd li:nth-of-type(1) i{background: url('../images/about1_hd_ico1.png') #fff center center no-repeat; background-size: 60%;}
.about1_hd li:nth-of-type(2) i{background: url('../images/about1_hd_ico2.png') #fff center center no-repeat; background-size: 60%;}
.about1_hd li:nth-of-type(3) i{background: url('../images/about1_hd_ico3.png') #fff center center no-repeat; background-size: 60%;}
.about1_hd li:nth-of-type(4) i{background: url('../images/about1_hd_ico4.png') #fff center center no-repeat; background-size: 60%;}
.about1_hd li p{transition: 0.4s; margin-top: 18px; font-size: 20px; font-weight: bold; color: #3d3d3d;}
.about1_hd li:hover,.about1_hd li.active{background-color: #cf9c7e;background-image: -webkit-linear-gradient(top,#d3af92,#cf9c7e);}
.about1_hd li:hover::after,.about1_hd li.active::after{width: 100%;}
.about1_hd li:hover h5,.about1_hd li:hover p,.about1_hd li.active h5,.about1_hd li.active p{color: #fff;}
/*.about1_hd li:nth-of-type(1):hover i,.about1_hd li.active:nth-of-type(1) i{background: url('../images/about1_hd_ico1_h.png') center center no-repeat; background-size: 60%;}
.about1_hd li:nth-of-type(2):hover i,.about1_hd li.active:nth-of-type(2) i{background: url('../images/about1_hd_ico2_h.png') center center no-repeat; background-size: 60%;}
.about1_hd li:nth-of-type(3):hover i,.about1_hd li.active:nth-of-type(3) i{background: url('../images/about1_hd_ico3_h.png') center center no-repeat; background-size: 60%;}
.about1_hd li:nth-of-type(4):hover i,.about1_hd li.active:nth-of-type(4) i{background: url('../images/about1_hd_ico4_h.png') center center no-repeat; background-size: 60%;}*/
.about1_bd{margin-top: 65px; height: 100%; overflow: hidden;}
.about1_bd li{height: 0; opacity: 0; overflow: hidden; display: flex; align-items: flex-start; justify-content: space-between;}
.about1_bd li .about1_bd_pic{display: block; position: relative; width: 42.5%; padding: 12.084% 0; overflow: hidden;}
.about1_bd li .about1_bd_pic img{border: 1px solid #c9c9c9; padding: 4px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.about1_bd li .about1_bd_words{width: 55%;}
.about1_bd li .about1_bd_words h5{font-size: 24px; color: #3d3d3d;}
.about1_bd li .about1_bd_words figure{margin-top: 20px; padding-top: 20px; border-top: 1px solid #eaeaea;}
.about1_bd li .about1_bd_words figure p{margin-top: 20px; font-size: 16px; color: #626262; line-height: 30px;}
.about1_bd li .about1_bd_words figure p:nth-of-type(1){margin-top: 0;}
.about1_bd li.active{height: 100%; opacity: 1;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .about1{padding-top: .2rem; padding-bottom: .2rem;}
    .about1_hd{margin-top: 0;}
    .about1_hd li{padding: .65rem 0;}
    .about1_hd li::after{height: 3px;}
    .about1_hd li h5{font-size: 16px;}
    .about1_hd li i{margin-top: .3rem; width: 1rem; height: 1rem;}
    .about1_hd li p{margin-top: .3rem; font-size: 16px;}
    .about1_bd{margin-top: .5rem;}
    .about1_bd li{display: block;}
    .about1_bd li .about1_bd_pic{width: 100%; padding: 28% 0;}
    .about1_bd li .about1_bd_pic img{padding: .30rem;}
    .about1_bd li .about1_bd_words{margin-top: .3rem; width: 100%;}
    .about1_bd li .about1_bd_words h5{font-size: 16px;}
    .about1_bd li .about1_bd_words figure{margin-top: .3rem; padding-top: .3rem;}
    .about1_bd li .about1_bd_words figure p{margin-top: .3rem; font-size: 14px; line-height: 180%;}
    .about1_bd li .about1_bd_words figure p:nth-of-type(1){margin-top: 0;}
    .about1_bd li.active{height: 100%; opacity: 1;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .about1_hd li h5{font-size: 14px;}
    .about1_hd li p{font-size: 14px;}
}
@media only screen and (min-width: 0) and (max-width: 500px){
    .about1_hd li{width: 50%;}
    .about1_hd li:nth-of-type(2){border-right: 1px solid #eaeaea;}
    .about1_hd li:nth-of-type(3),.about1_hd li:nth-of-type(4){border-top: none;}
    .about1_hd li::after{display: none;}
}

.about2{padding-top: 70px; border-top: 1px solid #f3f3f3;}
.about2_con{position: relative; margin-top: 40px; background-color: #292929;}
.about2_hd{position: absolute; left: 700px; top: 0; width: 300px;}
.about2_hd li{transition: 0.4s; margin-top: 2px; max-height: 120px; padding: 35px 0 35px 45px; border-radius: 0 10px 10px 0; background-color: #393939; display: flex; align-items: center; justify-content: flex-start;}
.about2_hd li:nth-of-type(1){margin-top: 0;}
.about2_hd li i{transition: 0.4s; display: block; width: 45px; height: 45px; margin-right: 10px;}
.about2_hd li:nth-of-type(1) i{background: url('../images/about2_hd_ico1.png') center center no-repeat;}
.about2_hd li:nth-of-type(2) i{background: url('../images/about2_hd_ico2.png') center center no-repeat;}
.about2_hd li:nth-of-type(3) i{background: url('../images/about2_hd_ico3.png') center center no-repeat;}
.about2_hd li:nth-of-type(4) i{background: url('../images/about2_hd_ico4.png') center center no-repeat;}
.about2_hd li:nth-of-type(5) i{background: url('../images/about2_hd_ico5.png') center center no-repeat;}
.about2_hd li:nth-of-type(6) i{background: url('../images/about2_hd_ico6.png') center center no-repeat;}
.about2_hd li figure h4{font-size: 22px; font-weight: normal; color: #fff;}
.about2_hd li figure h5{transition: 0.4s; margin-top: 5px; font-size: 14px; font-family: "Arial"; font-weight: normal; color: #a7a7a7; text-transform: uppercase;}
.about2_hd li:hover,.about2_hd li.active{background-color: #cf9c7e;background-image: -webkit-linear-gradient(top,#d3af92,#cf9c7e);}
.about2_hd li:nth-of-type(1):hover i,.about2_hd li.active:nth-of-type(1) i{background: url('../images/about2_hd_ico1_h.png') center center no-repeat;}
.about2_hd li:nth-of-type(2):hover i,.about2_hd li.active:nth-of-type(2) i{background: url('../images/about2_hd_ico2_h.png') center center no-repeat;}
.about2_hd li:nth-of-type(3):hover i,.about2_hd li.active:nth-of-type(3) i{background: url('../images/about2_hd_ico3_h.png') center center no-repeat;}
.about2_hd li:nth-of-type(4):hover i,.about2_hd li.active:nth-of-type(4) i{background: url('../images/about2_hd_ico4_h.png') center center no-repeat;}
.about2_hd li:nth-of-type(5):hover i,.about2_hd li.active:nth-of-type(5) i{background: url('../images/about2_hd_ico5_h.png') center center no-repeat;}
.about2_hd li:nth-of-type(6):hover i,.about2_hd li.active:nth-of-type(6) i{background: url('../images/about2_hd_ico6_h.png') center center no-repeat;}
.about2_hd li:hover figure h5,.about2_hd li.active figure h5{color: #fff;}
.about2_bd li{height: 0; opacity: 0; overflow: hidden; display: flex; align-items: stretch; justify-content: flex-start;}
.about2_bd li .about2_bd_pic{min-width: 700px; height: 730px;}
.about2_bd li .about2_bd_pic img{width: 100%; height: 100%; object-fit: cover;}
.about2_bd li .about2_bd_words{margin-left: 300px; width: 560px; padding: 155px 30px 0 30px; text-align: center; background: url(../images/about2_bd_words_bg.png) center bottom no-repeat;}
.about2_bd li .about2_bd_words h5{font-size: 48px; font-family: "Arial"; font-weight: bold; color: #cf9c7e; line-height: 100%; text-transform: uppercase;}
.about2_bd li .about2_bd_words h4{margin-top: 5px; font-size: 30px; font-weight: normal; color: #cf9c7e;}
.about2_bd li .about2_bd_words hr{margin: 30px auto; width: 50px; height: 3px; border: none; background-color: #707070}
.about2_bd li .about2_bd_words p{font-size: 18px; color: #fff;}
.about2_bd li.active{height: 100%; opacity: 1;}
.m_about2_list{display: none;}
@media only screen and (min-width: 0) and (max-width: 1500px){
    .about2_bd li .about2_bd_words{display: none;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .about2{padding-top: .2rem; padding-bottom: .5rem; border: none;}
    .about2_con{display: none;}
    .m_about2_list{display: block;}
    .m_about2_list li{float: left;}
    .m_about2_list li .pic{display: block; position: relative; width: 100%; padding: 50% 0; overflow: hidden;}
    .m_about2_list li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
    .m_about2_list li .words{padding: .15rem 0; text-align: center; background: #f7f7f7;}
    .m_about2_list li .words h5{font-size: 16px; font-weight: normal; color: #3d3d3d;}
    .m_about2_list li .words h6{font-size: 12px; font-weight: normal; color: #cf9c7e; text-transform: uppercase;}
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
    .m_about2_list li{width: 32%; margin-top: 2%; margin-right: 2%;}
    .m_about2_list li:nth-of-type(-n+3){margin-top: 0;}
    .m_about2_list li:nth-of-type(3n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .m_about2_list li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .m_about2_list li:nth-of-type(-n+2){margin-top: 0;}
    .m_about2_list li:nth-of-type(2n){margin-right: 0;}
}

.about3{z-index: 1; position: relative; padding-top: 70px; padding-bottom: 80px;}
.about3 .page_tit h5{color: #d7d7d7;}
.about3::after{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 100%; background-color: #f2f2f2;}
.about3_hd{position: relative; padding: 0 50px;}
.about3_hd .swiper-container{padding: 30px 0; position: relative;}
.about3_hd .swiper-container:after{position: absolute; left: 0; top: 46px; content: ""; width: 100%; height: 1px; background: #c8c8c8;}
.about3_hd .swiper-slide{transition: 0.4s; position: relative; padding-top: 32px; font-size: 24px; font-family: "Futura-Medium";color: #424242; text-align: center; cursor: pointer;}
.about3_hd .swiper-slide:after{z-index: 1; transition: 0.4s; position: absolute; left: 50%; top: 12px; margin-left: -4px; content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #cccccc;}
.about3_hd .swiper-slide-active{color: #cf9c7e;}
.about3_hd .swiper-slide-active:after {background-color: #cf9c7e}
.about3_hd .swiper-button-prev{transition: 0.4s; width: 32px; height: 32px; left: 0; top: 0; margin-top: 30px; background: url("../images/btn_prev2.png") center center no-repeat; outline: none;}
.about3_hd .swiper-button-next{transition: 0.4s; width: 32px; height: 32px; right: 0; top: 0; margin-top: 30px; background: url("../images/btn_next2.png") center center no-repeat; outline: none;}
.about3_hd .swiper-button-prev:hover{background-image: url("../images/btn_prev3.png");}
.about3_hd .swiper-button-next:hover{background-image: url("../images/btn_next3.png");}
.about3_bd{z-index: 1; position: relative; padding: 80px 0; background-color: #fff;}
.about3_bd::after{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1360px; height: 100%; background-color: #fff;}
.about3_bd .swiper-slide{background: #fff; display: flex; align-items: flex-start; justify-content: space-between;}
.about3_bd .swiper-slide .about3_bd_words{width: 44.167%;padding: 5%;}
.about3_bd .swiper-slide .about3_bd_words h5{display: inline-block; font-size: 24px; font-weight: bold; color: #cf9c7e; border-top: 2px solid #3d3d3d; padding-top: 35px;}
.about3_bd .swiper-slide .about3_bd_words dl{margin-top: 10px;}
.about3_bd .swiper-slide .about3_bd_words dl dd{font-size: 16px; color: #626262; line-height: 30px; display: flex; align-items: flex-start; justify-content: flex-start;}
.about3_bd .swiper-slide .about3_bd_words dl dd em{position: relative; display: inline-block; min-width: 4.5em; padding-left: 1.5em;}
.about3_bd .swiper-slide .about3_bd_words dl dd em:before{position: absolute; left: 5px; top: 12px; content: ""; /*transform: translateY(-50%);*/ width: 5px; height: 5px; border-radius: 50%; background-color: #3d3d3d;}
.about3_bd .swiper-slide .about3_bd_pic{display: block; position: relative; width: 510px; /*width: 55.834%; padding: 19.854% 0;*/ overflow: hidden;}
.about3_bd .swiper-slide .about3_bd_pic img{/*position: absolute; left: 0; top: 0;*/ width: 100%; height: 100%; object-fit: cover;}
@media only screen and (min-width: 0) and (max-width: 1400px){
    .about3_bd{padding: 50px;}
    .about3_bd::after{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 1199px){
    .about3_bd .swiper-slide{display: block;}
    .about3_bd .swiper-slide .about3_bd_words{width: 100%;}
    .about3_bd .swiper-slide .about3_bd_words h5{border: none; padding-top: 0;}
    .about3_bd .swiper-slide .about3_bd_pic{margin-top: 10px; width: 100%;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .about3{padding-top: .2rem; padding-bottom: .5rem;}
    .about3 .page_tit2{padding-bottom: 0;}
    .about3_hd{padding: 0 40px;}
    .about3_hd .swiper-container{padding: 20px 0;}
    .about3_hd .swiper-container:after{top: 36px;}
    .about3_hd .swiper-slide{font-size: .40rem;}
    .about3_hd .swiper-button-prev{margin-top: 20px;}
    .about3_hd .swiper-button-next{margin-top: 20px;}
    .about3_bd{padding: .3rem;}
    .about3_bd .swiper-slide .about3_bd_words h5{font-size: .40rem;}
    .about3_bd .swiper-slide .about3_bd_words dl{margin-top: .15rem;}
    .about3_bd .swiper-slide .about3_bd_words dl dd{font-size: .32rem; line-height: 180%;}
    .about3_bd .swiper-slide .about3_bd_words dl dd em{min-width: 4em; font-size: .32rem; padding-left: 1em;}
    .about3_bd .swiper-slide .about3_bd_words dl dd em:before{position: absolute; left: 5px; top: 50%; content: ""; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background-color: #3d3d3d;}
    .about3_bd .swiper-slide .about3_bd_pic{margin-top: .15rem;}
}

.about4{background-color: #f2f2f2;}
.about4_box{padding-top: 50px; padding-bottom: 140px; border-top-right-radius: 290px; background: url('../images/about4_bg.jpg') center center no-repeat; background-size: cover;}
.about4 .page_tit2{padding: 0;}
.about4 .page_tit2 .words1{color:#fff;}
.about4 .page_tit2 .words2{font-size:60px; line-height:60px;}
.about4 .page_tit2 .words2::before,.about4 .page_tit2 .words2::after{display: none;}
.about4_con{margin-top: 70px;}
#about4_con_box{position: relative; width: 960px; height: 520px; margin: auto;}
#about4_con_box .about4_wrap{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: visible;}
#about4_con_box .heros{width: 100%; height: 100%;}
#about4_con_box .heros .hero::after{pointer-events: none; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); content: ""; width: 87.3%; height: 84.3%; border: 1px solid #dda050;}
#about4_con_box .heros .hero a{display: block; width: 100%; height: 100%;}
#about4_con_box .heros .hero a img{width: 100%; height: 100%; object-fit: cover;}
#about4_con_box .prev{z-index: 3; position: absolute; top: 50%; left: 0; margin-top: -25px; margin-left: -15px; width: 30px; height: 50px; background:url(../images/btn_prev8.png) center center no-repeat; cursor:pointer;}
#about4_con_box .next{z-index: 3; position: absolute; top: 50%; right: 0; margin-top: -25px; margin-right: -15px; width: 30px; height: 50px; background:url(../images/btn_next8.png) center center no-repeat; cursor:pointer;}
#about4_con_box .mask-left,
#about4_con_box .mask-right,
#about4_con_box .hero{z-index: 1; position: absolute; top: 0; left: 0; width: 920px; padding:0 20px; height: 520px; overflow: hidden; box-sizing: content-box; left: 1920px; }
#about4_con_box .mask-right, 
#about4_con_box .mask-left{ z-index: 4; left: -960px; filter: alpha(Opacity=50); opacity: .5;  width: 900px; background: #000; overflow: hidden;}
#about4_con_box .mask-right{left: 980px;}
.about4_swiper{display: none;}
@media only screen and (max-width: 1550px) and (min-width: 0){
    .about4_box{border-radius: 0;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .about4_box{padding-top: .2rem; padding-bottom: .5rem;}
    .about4 .page_tit2{padding: .5rem 0;}
    .about4 .page_tit2 .words2{font-size: .65rem; line-height: 110%;}
    .about4_con{display: none;}
    .about4_swiper{display: block; position: relative; padding: 0 .65rem;}
    .about4_swiper .swiper-slide a{display: block; position: relative; width: 100%; padding: 35% 0; overflow: hidden;}
    .about4_swiper .swiper-slide a img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
    .about4_swiper .swiper-button-prev{opacity: 1; width: .4rem; height: .72rem; left: 0; margin-top: -.36rem; background: url("../images/btn_prev8.png") center center no-repeat; background-size: contain; outline: none;}
    .about4_swiper .swiper-button-next{opacity: 1; width: .4rem; height: .72rem; right: 0; margin-top: -.36rem; background: url("../images/btn_next8.png") center center no-repeat; background-size: contain; outline: none;}
}

.about5{padding-top: 70px; padding-bottom: 80px;}
.about5_swiper{margin-top: 40px; position: relative; padding: 0 80px;}
.about5_swiper .swiper-slide a{display: block;}
.about5_swiper .swiper-slide a div{display: block; position: relative; width: 100%; padding: 61.819% 0; overflow: hidden;}
.about5_swiper .swiper-slide a div img{transition: 0.4s; border: 1px solid #f1f1f1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.about5_swiper .swiper-slide a p{transition: 0.4s; padding: 20px; font-size: 16px; color: #626262; line-height: 24px; text-align: center;}
.about5_swiper .swiper-slide:hover a div img{border-color: #cf9c7e;}
.about5_swiper .swiper-slide:hover a p{color: #cf9c7e;}
.about5_swiper .swiper-button-prev{transition: 0.4s; opacity: 1; width: 60px; height: 60px; left: 0; margin-top: -30px; background: url("../images/btn_prev11.png") center center no-repeat; background-size: contain; outline: none;}
.about5_swiper .swiper-button-next{transition: 0.4s; opacity: 1; width: 60px; height: 60px; right: 0; margin-top: -30px; background: url("../images/btn_next11.png") center center no-repeat; background-size: contain; outline: none;}
.about5_swiper .swiper-button-prev:hover{background-image: url("../images/btn_prev12.png");}
.about5_swiper .swiper-button-next:hover{background-image: url("../images/btn_next12.png");}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .about5{padding-top: .2rem; padding-bottom: .2rem;}
    .about5_swiper{margin-top: 0; padding: 0 1rem;}
    .about5_swiper .swiper-slide a p{padding: .2rem; font-size: 16px; line-height: 120%;}
    .about5_swiper .swiper-button-prev{width: .8rem; height: .8rem; margin-top: -.4rem;}
    .about5_swiper .swiper-button-next{width: .8rem; height: .8rem; margin-top: -.4rem;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .about5_swiper .swiper-slide a p{font-size: 14px;}
}


/*==精工之声==*/
.news{margin-top: 60px;}
.news li{float: left;}
.news li a{transition: 0.4s; display: block; padding: 20px; border: 1px solid #d8d8d8;}
.news li a .news_pic{display: block; position: relative; width: 100%; padding: 37.574% 0; overflow: hidden;}
.news li a .news_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.news li a .news_words{width: 100%; margin-top: 15px;}
.news li a .news_words h5{transition: 0.4s; font-size: 18px; font-weight: bold; color: #3d3d3d; height: 48px; line-height: 24px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news li a .news_words p{margin-top: 15px; font-size: 16px; color: #626262; height: 48px; line-height: 24px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news li a .news_words figure{margin-top: 35px; font-family: "Arial"; display: flex; align-items: center; justify-content: space-between;}
.news li a .news_words figure time{font-size: 16px; color: #626262;}
.news li a .news_words figure span{display: inline-block; font-size: 14px; font-weight: normal; color: #999999; line-height: 100%; padding-bottom: 10px; border-bottom: 4px solid #cf9c7e; text-transform: uppercase;}
.news li:hover a{border-color: #cf9c7e;}
.news li:hover a .news_words h5{color: #cf9c7e;}
@media only screen and (min-width: 1024px){
    .news li{width: 31.667%; margin-top: 2.5%; margin-right: 2.5%;}
    .news li:nth-of-type(-n+3){margin-top: 0}
    .news li:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .news li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .news li:nth-of-type(-n+2){margin-top: 0}
    .news li:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .news{margin-top: .5rem;}
    .news li a{padding: .2rem;}
    .news li a .news_words{width: 100%; margin-top: .2rem;}
    .news li a .news_words h5{font-size: .32rem; height: 100%; line-height: 120%; -webkit-line-clamp: 1;}
    .news li a .news_words p{margin-top: .2rem; font-size: .30rem; height: 2.4em; line-height: 1.2em;}
    .news li a .news_words figure{margin-top: .35rem;}
    .news li a .news_words figure time{font-size: .30rem;}
    .news li a .news_words figure span{font-size: .28rem; padding-bottom: 3px; border-bottom: 2px solid #cf9c7e;}
}

.pub_view{margin-top: 60px; margin-bottom: 60px; padding: 40px; border: 1px solid #d6d6d6;}
.pub_view_tit h5,.pub_view_tit h2{font-size: 30px; font-weight: bold; color: #3d3d3d; line-height: 120%;}
.pub_view_tit figure{margin-top: 15px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.pub_view_tit figure span{font-size: 16px; color: #626262; line-height: 150%; margin-right: 15px; display: flex; align-items: center; justify-content: flex-start;}
.pub_view_tit figure span:last-child{margin-right: 0;}
.pub_view_tit .bdsharebuttonbox{margin-top: 15px;}
.pub_view_tit .bdsharebuttonbox a{transition: 0.4s; float: left; padding: 15.5px !important; margin: 0 10px 0 0 !important; font-size: 16px; color: #626262; display: flex; align-items: center; justify-content: space-between; height: 31px !important; line-height: 31px !important; border-radius: 50% !important; background-position: unset !important;}
.pub_view_tit .bdsharebuttonbox .bds_more{padding: 0 !important; margin: 0 5px 0 0 !important; border-radius: 0% !important; background: transparent;}
.pub_view_tit .bdsharebuttonbox .bds_weixin{background: url("../images/share_ico1.png") #3eb135 center no-repeat !important;}
.pub_view_tit .bdsharebuttonbox .bds_tsina{background: url("../images/share_ico2.png") #df4d69 center no-repeat !important;}
.pub_view_tit .bdsharebuttonbox .bds_qzone{background: url("../images/share_ico3.png") #eecf3d center no-repeat !important;}
.pub_view_tit .bdsharebuttonbox .popup_tqq{background: url("../images/share_ico4.png") #45aaf2 center no-repeat !important;}
.pub_view_tit .bdsharebuttonbox .popup_renren{margin: 0 !important; background: url("../images/share_ico5.png") #1361a7 center no-repeat !important;}
.pub_view_con{margin: 40px 0; padding: 40px 0; border-top: 1px dotted #d6d6d6; border-bottom: 1px dotted #d6d6d6; }
.pub_view_con video,.pub_view_con iframe{max-width: 100%; height: 10rem !important; min-height: 300px; outline: none;}
.pub_view_bot ul li{transition: 0.4s; font-size: 16px; color: #626262; line-height: 190%; display: flex; align-items: flex-start; justify-content: flex-start;}
.pub_view_bot ul li span{display: inline-block; min-width: 4em;}
.pub_view_bot ul li a{font-size: 16px;}
.pub_view_bot ul li:hover{color: #cf9c7e;}
.pub_view_back{margin-top: 20px; position: relative; display: inline-block; padding-left: 65px;}
.pub_view_back::after{position: absolute; left: 0; top: 0; content: ""; width: 65px; height: 100%; background: url("../images/back_ico.png") #cf9c7e center center no-repeat;}
.pub_view_back a{display: inline-block; font-size: 16px; color: #fff; padding: 0 45px; line-height: 40px; background-color: #3d3d3d;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .pub_view{margin-top: .50rem; margin-bottom: .50rem; padding: .30rem;}
    .pub_view_tit h5,.pub_view_tit h2{font-size: 18px;}
    .pub_view_tit figure{margin-top: .2rem;}
    .pub_view_tit figure span{font-size: 16px; margin-right: .2rem;}
    .pub_view_tit .bdsharebuttonbox{margin-top: .2rem;}
    .pub_view_tit .bdsharebuttonbox a{padding: 14px !important; margin: 0 5px 0 0 !important; font-size: 16px; height: 28px !important; line-height: 28px !important;}
    .pub_view_con{margin: .5rem 0; padding: .5rem 0;}
    .pub_view_bot ul li{margin-top: .2rem; font-size: 14px; line-height: 120%;}
    .pub_view_bot ul li a{font-size: 14px;}
    .pub_view_bot ul li:nth-of-type(1){margin-top: 0;}
    .pub_view_back{margin-top: .25rem; padding-left: 1rem;}
    .pub_view_back::after{width: 1rem;}
    .pub_view_back a{font-size: 14px; padding: 0 .6rem; line-height: .7rem;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .pub_view_tit h5,.pub_view_tit h2{font-size: 16px;}
    .pub_view_tit figure span,.pub_view_tit .bdsharebuttonbox a{font-size: 14px;}
}
.pub_view img{width: 100% !important; max-width: 680px !important; height: auto !important; display: block; margin: 10px auto}

/*==精工体验==*/
.vr{margin-top: 40px;}
.vr li a{height: 100%;}
.vr li a .news_pic::before{transition: 0.4s; opacity: 0; z-index: 1; position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
.vr li a .news_pic::after{transition: 0.4s; opacity: 0; z-index: 2; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); content: ""; width: 100%; height: 50px; background: url(../images/box5_pn2_top_ioc.png) center center no-repeat; background-size: contain;}
.vr li a .news_words h5{display: block;}
.vr li a .news_words p{display: block; font-size: 14px; height: 120px;}
.vr li:hover a .news_pic::before,.vr li:hover a .news_pic::after{opacity: 1;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .vr{margin-top: .5rem; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
    .vr li a .news_pic::after{height: .8rem;}
    .vr li a .news_words h5{display: block;}
    .vr li a .news_words p{display: block; font-size: .30rem; height: 100%;}
}
@media only screen and (min-width: 0) and (max-width: 500px){
    .vr li a .news_words p{display: none;}
}


/*==精工佳品==*/
.pro{margin-top: 60px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.pro li{border: 1px solid #d3d3d3; background-color: #f6f6f6; overflow: hidden;}
.pro li a{display: block; height: 100%;}
.pro li a .pro_pic{display: block; position: relative; width: 100%; padding: 37.369% 0; overflow: hidden;}
.pro li a .pro_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.pro li a .pro_pic:after{transition: 0s; position: absolute; left: -400px; top: 0; transform: skewx(-25deg); content: ""; width: 200px; height: 100%; overflow: hidden; background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));}
.pro li a .pro_pic:hover:after{transition: 0.4s; left: 400px; width: 200px;}
.pro li a .pro_words{transition: 0.4s; padding: 15px 0; text-align: center; border-top: 1px solid #d8d8d8;}
.pro li a .pro_words h5{transition: 0.4s; padding: 0 15px; font-size: 16px;  color: #626262; line-height: 24px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pro li a .pro_words h5 p{font-weight: normal; font-size: 14px;}
.pro li:hover a .pro_words{border-top-color: #cf9c7e; background-color: #cf9c7e;background-image: -webkit-linear-gradient(top,#d3af92,#cf9c7e);}
.pro li:hover a .pro_words h5{color: #fff;}
@media only screen and (min-width: 961px){
    .pro li{width: 31.667%; margin-top: 2.5%; margin-right: 2.5%;}
    .pro li:nth-of-type(-n+3){margin-top: 0}
    .pro li:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 960px){
    .pro li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .pro li:nth-of-type(-n+2){margin-top: 0}
    .pro li:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .pro{margin-top: .5rem;}
    .pro li a .pro_words{padding: .2rem 0;}
    .pro li a .pro_words h5{padding: 0 .2rem; font-size: .32rem; line-height: 120%;}
}

.pro_view1{margin-top: 40px; display: flex; align-items: stretch; justify-content: space-between;}
.pro_view1_left{width: 53.75%;}
.pro_view1_bd .swiper-slide{background-color: #fff;}
.pro_view1_bd .swiper-slide a{display: block; position: relative; width: 100%; padding: 37.365% 0; overflow: hidden; cursor: default;}
.pro_view1_bd .swiper-slide a img{border: 1px solid #d8d8d8; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.pro_view1_hd{margin-top: 20px; position: relative; padding: 0 45px;}
.pro_view1_hd .swiper-slide a{display: block; position: relative; width: 100%; padding: 37.5% 0; overflow: hidden;}
.pro_view1_hd .swiper-slide a img{transition: 0.4s; padding: 3px; border: 1px solid #d8d8d8; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.pro_view1_hd .swiper-slide-active a img{border-color: #cf9c7e;}
.pro_view1_hd .swiper-button-prev{transition: 0.4s; opacity: 1; width: 26px; height: 100%; border: 2px solid #3d3d3d; left: 0; top: 0; margin-top: 0; background: url("../images/btn_prev6.png") center center no-repeat; outline: none;}
.pro_view1_hd .swiper-button-next{transition: 0.4s; opacity: 1; width: 26px; height: 100%; border: 2px solid #3d3d3d; right: 0; top: 0; margin-top: 0; background: url("../images/btn_next6.png") center center no-repeat; outline: none;}
.pro_view1_hd .swiper-button-prev:hover{border-color: #cf9c7e; background-image: url("../images/btn_prev7.png");}
.pro_view1_hd .swiper-button-next:hover{border-color: #cf9c7e; background-image: url("../images/btn_next7.png");}
.pro_view1_right{width: 43%;}
.pro_view1_right h5,.pro_view1_right h2{font-size: 24px; font-weight: bold; color: #cf9c7e;}
.pro_view1_word{margin-top: 25px; font-size: 16px; color: #626262; line-height: 24px;}
.pro_view1_word2{margin-top: 10px; padding: 10px 0 40px; border-bottom: 1px solid #d3d3d3; display: flex; align-items: stretch; justify-content: space-between;}
.pro_view1_word2 ul li{margin-top: 10px; font-size: 16px; color: #626262; display: flex; align-items: center; justify-content: flex-start;}
.pro_view1_word2 ul li i{font-style: normal;}
.pro_view1_word2 ul li i:last-of-type{display: none}
.pro_view1_word2 ul li:nth-of-type(1){margin-top: 0;}
.pro_view1_word2 ul li span{margin-right: 20px; display: inline-block; min-width: 110px; line-height: 38px; text-align: center; background-color: #f1f1f1;}
.pro_view1_word2 figure{position: relative; width: 33px; height: 33px;}
.pro_view1_word2 figure::after{transition: 0.4s; opacity: 0; z-index: -1; position: absolute; right: 12px; top: 100%; margin-top: 10px; transform: rotate(45deg); content: ""; width: 10px; height: 10px; background-color: #d4d4d4;}
.pro_view1_word2 figure>img{width: 100%; height: 100%; object-fit: contain; display: none;}
.pro_view1_word2 figure figcaption{transition: 0.4s; opacity: 0; pointer-events: none; position: absolute; top: 100%; right: 0; margin-top: 14px; width: 120px; padding: 10px; border: 1px solid #d3d3d3; background-color: #fff;}
.pro_view1_word2 figure figcaption div{width: 100%; border: 1px solid #d3d3d3;}
.pro_view1_word2 figure figcaption div img{width: 100%; object-fit: contain;}
.pro_view1_word2 figure figcaption p{margin-top: 5px; font-size: 14px; color: #858585; text-align: center;}
.pro_view1_word2 figure:hover::after{opacity: 1;}
.pro_view1_word2 figure:hover figcaption{opacity: 1; pointer-events: auto;}
.pro_view1_word3{margin-top: 30px; display: flex; align-items: center; justify-content: flex-start;}
.pro_view1_word3 a{transition: 0.4s; margin-right: 20px; display: inline-block; font-size: 16px; color: #fff; width: 160px; line-height: 40px; text-align: center; border-radius: 20px; background-color: #cf9c7e;}
.pro_view1_word3 a:last-child{margin-right: 0;}
.pro_view1_word3 a:hover{background-color: #3d3d3d;}
.pro_view2{margin-top: 60px; z-index: 1; position: relative; padding-top: 60px; padding-bottom: 80px;}
.pro_view2::after{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 100%; background-color: #f2f2f2;}
.pro_view2_pn1{display: flex; align-items: center; justify-content: space-between;}
.pro_view2_pn1 .bdsharebuttonbox{margin-top: 0;}
.pro_view2_pn1 section{display: flex; align-items: center; justify-content: flex-start;}
.pro_view2_pn1 section a{transition: 0.4s; margin-right: 20px; display: inline-block; font-size: 16px; color: #626262; width: 142px; line-height: 42px; text-align: center; border: 1px solid #e6e6e6; background-color: #fff;}
.pro_view2_pn1 section a:last-child{margin-right: 0;}
.pro_view2_pn1 section a:hover{color: #fff; border-color: #cf9c7e; background-color: #cf9c7e;}
.pro_view2_pn2{margin-top: 60px; display: flex; align-items: flex-start; justify-content: space-between;}
.pro_view2_pn2_left{width: 72.167%; padding: 50px 40px 40px 40px;  background-color: #fff;}
.pro_view2_pn2_hd{margin-top: 40px; display: flex; align-items: center; justify-content: center;}
.pro_view2_pn2_hd li{margin-right: 20px;}
.pro_view2_pn2_hd li:last-child{margin-right: 0;}
.pro_view2_pn2_hd li a{transition: 0.4s; display: inline-block; width: 165px; line-height: 38px; text-align: center; border: 1px solid #d6d6d6; border-radius: 20px;}
.pro_view2_pn2_hd li:hover a,.pro_view2_pn2_hd li.active a{color: #fff; border-color: #cf9c7e; background-color: #cf9c7e;}
.pro_view2_pn2_bd{padding: 40px 0;}
.pro_view2_pn2_bd li{opacity: 0; height: 0; overflow: hidden;}
.pro_view2_pn2_bd li.active{opacity: 1; height: 100%;}
.pro_view2_pn2_bottom{padding-top: 20px; text-align: center; border-top: 1px solid #d6d6d6;}
.pro_view2_pn2_right{width: 25.334%; padding: 60px 20px; text-align: center; background-color: #fff;}
.pro_view2_pn2_right>h5{font-size: 18px; font-family: "Arial"; font-weight: bold; color: #999999; text-transform: uppercase;}
.pro_view2_pn2_right>h4{font-size: 18px; font-weight: bold; color: #3d3d3d;}
.pro_view2_pn2_right .pro{margin-top: 30px;}
.pro_view2_pn2_right .pro li{width: 100%; margin-top: 8%; margin-right: 0;}
.pro_view2_pn2_right .pro li:nth-of-type(-n+3){margin-top: 8%;}
.pro_view2_pn2_right .pro li:nth-of-type(1){margin-top: 0;}
@media only screen and (min-width: 0) and (max-width: 1199px){
    .pro_view2_pn2{display: block;}
    .pro_view2_pn2_left{width: 100%; padding: 40px 35px;}
    .pro_view2_pn2_right{display: none;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .pro_view1{margin-top: .5rem; display: block;}
    .pro_view1_left{width: 100%;}
    .pro_view1_hd{margin-top: .35rem; padding: 0 .65rem;}
    .pro_view1_hd .swiper-button-prev{width: .42rem; background-size: 42%;}
    .pro_view1_hd .swiper-button-next{width: .42rem; background-size: 42%;}
    .pro_view1_right{margin-top: .5rem; width: 100%;}
    .pro_view1_right h5,.pro_view1_right h2{font-size: .35rem;}
    .pro_view1_word{margin-top: .25rem; font-size: .30rem; line-height: 140%;}
    .pro_view1_word2{margin-top: .35rem; padding: .40rem 0;}
    .pro_view1_word2 ul li{margin-top: .15rem; font-size: .30rem; line-height: 1.1em;}
    .pro_view1_word2 ul li span{margin-right: .3rem; min-width: 6em; line-height: 2.2em;}
    .pro_view1_word2 figure{display: none;}
    .pro_view1_word3{margin-top: .4rem;}
    .pro_view1_word3 a{margin-right: .3rem; font-size: .30rem; width: 31%; line-height: 240%; border-radius: .35rem;}
    .pro_view2{margin-top: .5rem; padding-top: .5rem; padding-bottom: .5rem;}
    .pro_view2_pn1 section a{margin-right: .25rem; font-size: .30rem; width: auto; padding: 0 .35rem; line-height: 220%;}
    .pro_view2_pn2{margin-top: .5rem;}
    .pro_view2_pn2_left{padding: .5rem .3rem;}
    .pro_view2_pn2_hd{margin-top: .5rem;}
    .pro_view2_pn2_hd li{margin-right: .25rem;}
    .pro_view2_pn2_hd li a{font-size: .30rem; width: auto; padding: 0 .5rem; line-height: 200%; border-radius: .3rem;}
    .pro_view2_pn2_bd{padding: .5rem 0;}
    .pro_view2_pn2_bottom{padding-top: .25rem;}
}
@media only screen and (min-width: 0) and (max-width: 500px){
    .pro_view2_pn1{display: block;}
    .pro_view2_pn1 section{margin-top: .3rem;}
}

/*==精工印象==*/
.case{margin-top: 60px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.case li a{transition: 0.4s; display: block; height: 100%; border: 1px solid #d9d9d9;}
.case li a .case_pic{display: block; position: relative; width: 100%; padding: 37.522% 0; overflow: hidden;}
.case li a .case_pic::before{transition: 0.4s; opacity: 0; z-index: 1; position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3);}
.case li a .case_pic::after{transition: 0.4s; opacity: 0; z-index: 2; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); content: ""; width: 100%; height: 50px; background: url(../images/case_ico.png) center center no-repeat; background-size: contain;}
.case li a .case_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.case li a .case_words{padding: 30px 25px; border-top: 1px solid #d9d9d9; display: flex; align-items: center; justify-content: space-between;}
.case li a .case_words h5{transition: 0.4s; font-size: 18px; font-weight: bold; color: #3d3d3d; line-height: 24px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.case li a .case_words>span{margin-left: 20px; display: inline-block; font-size: 14px; font-family: "Arial"; font-weight: bold; color: #999999; line-height: 100%; padding-bottom: 10px; border-bottom: 4px solid #cf9c7e; text-transform: uppercase;}
.case li:hover a{background-color: #f2f2f2;}
.case li:hover a .case_pic::before,.case li:hover a .case_pic::after{opacity: 1;}
.case li:hover a .case_words h5{color: #cf9c7e;}
@media only screen and (min-width: 961px){
    .case li{width: 31.667%; margin-top: 2.5%; margin-right: 2.5%;}
    .case li:nth-of-type(-n+3){margin-top: 0;}
    .case li:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 960px){
    .case li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .case li:nth-of-type(-n+2){margin-top: 0;}
    .case li:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .case{margin-top: .5rem;}
    .case li a .case_pic::after{height: .8rem;}
    .case li a .case_words{padding: .3rem .2rem;}
    .case li a .case_words h5{font-size: .34rem; line-height: 120%;}
    .case li a .case_words>span{margin-left: .2rem; font-size: .30rem;}
}


/*==精工人物==*/
.figure{margin-top: 60px; border-bottom: 1px solid #d2d2d2;}
.figure li{float: left;}
.figure li a{display: block;}
.figure li a .figure_pic{display: block; position: relative; width: 100%; padding: 66.13% 0; overflow: hidden;}
.figure li a .figure_pic::before{transition: 0.4s; opacity: 0; z-index: 1; position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
.figure li a .figure_pic::after{transition: 0.4s; opacity: 0; z-index: 2; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); content: ""; width: 100%; height: 50px; background: url(../images/case_ico.png) center center no-repeat; background-size: contain;}
.figure li a .figure_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.figure li a .figure_words{margin-top: 30px;}
.figure li a .figure_words h5{font-size: 18px; font-weight: bold; color: #3d3d3d; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.figure li a .figure_words p{display: none; margin-top: 5px; font-size: 16px; color: #626262; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.figure li a .figure_words>span{transition: 0.4s; margin-top: 20px; position: relative; display: block; font-size: 14px; font-family: "Arial"; font-weight: bold; color: #999999; line-height: 100%; padding-bottom: 14px; text-transform: uppercase;}
.figure li a .figure_words>span::before{transition: 0.4s; position: absolute; left: 0; bottom: 0; content: ""; width: 3.5em; height: 4px; background-color: #cf9c7e;}
.figure li:hover a .figure_pic::before,.figure li:hover a .figure_pic::after{opacity: 1;}
.figure li:hover a .figure_words>span{color: #cf9c7e;}
.figure li:hover a .figure_words>span::before{width: 100%;}
@media only screen and (min-width: 769px){
  .figure li{width: 31.584%; margin-bottom: 5%;}
  .figure li:nth-of-type(3n-2){padding-right: 5.5%; border-right: 1px solid #d2d2d2;}
  .figure li:nth-of-type(3n-1){width: 36.832%; padding-left: 5.5%; padding-right: 5.5%;}
  .figure li:nth-of-type(3n){padding-left: 5.5%; border-left: 1px solid #d2d2d2;}}
@media only screen and (min-width: 1024px) and (max-width: 1100px){
  .figure li{width: 32%; margin-bottom: 4.5%;}
  .figure li:nth-of-type(3n-2){padding-right: 4%;}
  .figure li:nth-of-type(3n-1){width: 36%; padding-left: 4.1%; padding-right: 4.1%;}
  .figure li:nth-of-type(3n){padding-left: 4%;}
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
  .figure li{width: 32.4%; margin-bottom: 3.5%;}
  .figure li:nth-of-type(3n-2){padding-right: 3%;}
  .figure li:nth-of-type(3n-1){width: 35.2%; padding-left: 3%; padding-right: 3%;}
  .figure li:nth-of-type(3n){padding-left: 3%;}
}

@media only screen and (min-width: 0) and (max-width: 768px){
  .figure li{width: 50%; margin-bottom: 4%;}
  .figure li:nth-of-type(2n-1){padding-right: 4%; border-right: 1px solid transparent;}
  .figure li:nth-of-type(2n){padding-left: 4%; border-left: 1px solid #d2d2d2;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
  .figure li{margin-bottom: 3%;}
  .figure li:nth-of-type(2n-1){padding-right: 3%;}
  .figure li:nth-of-type(2n){padding-left: 3%;}
}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .figure{margin-top: .5rem;}
    .figure li a .figure_pic::after{height: .8rem;}
    .figure li a .figure_words{margin-top: .3rem;}
    .figure li a .figure_words h5{font-size: .34rem;}
    .figure li a .figure_words p{margin-top: .10rem; font-size: .30rem;}
    .figure li a .figure_words>span{margin-top: .2rem; font-size: .30rem; padding-bottom: 10px;}
}

.figure_view{display: flex; align-items: flex-start; justify-content: flex-start;}
.figure_view .figure_view_pic{min-width: 67px; width: 67px; height: 67px; margin-top: 5px; margin-right: 20px;}
.figure_view .figure_view_pic img{width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .figure_view{display: flex; align-items: flex-start; justify-content: flex-start;}
    .figure_view .figure_view_pic{min-width: 50px; min-height: 50px; width: 1.1rem; height: 1.1rem; margin-top: 0; margin-right: .30rem;}
}


/*==学院风采==*/
.business1{padding-top: 80px; padding-bottom: 80px;}
.business1_con{margin-top: 40px; display: flex; align-items: stretch; justify-content: space-between;}
.business1_word{width: 46.25%; border-top: 2px solid #cf9c7e; border-bottom: 2px solid #cf9c7e; display: flex; justify-content: center; flex-direction: column; align-items: flex-start;}
.business1_word p{margin-top: 20px; font-size: 16px; color: #626262; line-height: 30px;}
.business1_pic{display: block; position: relative; width: 50.25%; padding: 13.709% 0; overflow: hidden;}
.business1_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .business1{padding-top: .5rem; padding-bottom: .5rem;}
    .business1_con{margin-top: .5rem; display: block;}
    .business1_word{width: 100%; padding-top: .5rem; border-bottom: none; display: flex; justify-content: center; flex-direction: column; align-items: center;}
    .business1_word p{margin-top: .25rem; font-size: 16px; line-height: 140%;}
    .business1_pic{margin-top: .5rem; width: 100%; padding: 27.281% 0;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .business1_word p{margin-top: .25rem; font-size: 14px;}
}

.business2{padding-top: 135px; padding-bottom: 80px; border-top-left-radius: 290px; background: url('../images/business2_bg.jpg') center center no-repeat; background-size: cover;}
.business2_con{margin-top: 40px; display: flex; align-items: stretch; justify-content: space-between;}
.business2_pic{display: block; position: relative; width: 53.334%; padding: 17.5% 0; overflow: hidden;}
.business2_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.business2_word{width: 46.667%; padding-left: 40px; padding-right: 55px; background-color: #666666; display: flex; justify-content: center; flex-direction: column; align-items: flex-start;}
.business2_word h5{font-size: 20px; font-weight: bold; color: #fff; line-height: 36px;}
.business2_word p{margin-top: 20px; font-size: 16px; color: #fff; line-height: 36px;}
@media only screen and (min-width: 0) and (max-width: 1550px){
    .business2{border-radius: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1200px){
.business2_con{display: block;}
.business2_pic{width: 100%; padding: 32.813% 0;}
.business2_word{width: 100%; padding: 25px 35px;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .business2{padding-top: .5rem; padding-bottom: .5rem;}
    .business2_con{margin-top: .5rem;}
    .business2_word{padding: .25rem .35rem;}
    .business2_word h5{font-size: .35rem; line-height: 120%;}
    .business2_word p{margin-top: .25rem; font-size: .30rem; line-height: 180%;}
}

.business3{padding: 170px 0; background: url('../images/business3_bg.jpg') center center no-repeat; background-size: cover;}
.business3_con{display: flex; justify-content: center; flex-direction: column; align-items: center;}
.business3_pic{height: 130px;}
.business3_pic img{height: 100%; object-fit: contain;}
.business3_word{margin-top: 30px; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.business3_word h5{position: relative; font-size: 50px; font-weight: normal; color: #cf9c7e;}
.business3_word h5::before{position: absolute; right: 100%; top: 50%; margin-top: -1px; margin-right: 20px; content: ""; width: 50px; height: 2px; background-color: #cda169;}
.business3_word h5::after{position: absolute; left: 100%; top: 50%; margin-top: -1px; margin-left: 20px; content: ""; width: 50px; height: 2px; background-color: #cda169;}
.business3_word p{margin-top: 20px; font-size: 24px; color: #d8d8d8;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .business3{padding: 2.8rem 0;}
    .business3_pic{height: 2.1rem;}
    .business3_word{margin-top: .3rem;}
    .business3_word h5{font-size: .80rem;}
    .business3_word h5::before{margin-right: .4em; width: 1em;}
    .business3_word h5::after{margin-left: .4em; width: 1em;}
    .business3_word p{margin-top: .2rem; font-size: .40rem;}
}

.business4{padding: 80px 0; background: url('../images/business4_bg.jpg') center center no-repeat; background-size: cover;}
.business4_con{margin-top: 55px; padding: 0 40px; display: flex; align-items: stretch; justify-content: space-between;}
.business4_list{width: 54.911%;}
.business4_list li{transition: 0.4s; margin-top: 50px; padding: 10px; box-shadow: 3px 3px 5px rgba(11, 5, 6, 0.14); background-color: #fff; display: flex; align-items: center; justify-content: flex-start;}
.business4_list li:nth-of-type(1){margin-top: 0;}
.business4_list li .pic{min-width: 110px; margin-right: 20px; padding: 5px; background-color: #cf9c7e;}
.business4_list li .pic img{border: 1px solid #fff; padding: 24px; width: 50px; height: 50px; box-sizing: content-box; object-fit: contain;}
.business4_list li .words h5{transition: 0.4s; font-size: 20px; font-family: "Arial"; font-weight: bold; color: #3d3d3d; text-transform: uppercase;}
.business4_list li .words p{transition: 0.4s; font-size: 18px; color: #626262;}
.business4_list li:hover{background-color: #cf9c7e;}
.business4_list li:hover .words h5,.business4_list li:hover .words p{color: #fff;}
.business4_pic{display: block; position: relative; width: 41.072%; padding: 13.84% 0; overflow: hidden; box-shadow: 3px 3px 5px rgba(11, 5, 6, 0.14);}
.business4_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .business4{padding: .5rem 0;}
    .business4_con{margin-top: .5rem; padding: 0 .32rem; display: block;}
    .business4_list{width: 100%;}
    .business4_list li{margin-top: .5rem; padding: .15rem;}
    .business4_list li .pic{min-width: 1.82rem; min-height: 1.82rem; margin-right: .3rem; padding: .1rem;}
    .business4_list li .pic img{padding: .4rem; width: .8rem; height: .8rem;}
    .business4_list li .words h5{font-size: .35rem;}
    .business4_list li .words p{font-size: .30rem;}
    .business4_pic{display: none;}
}

.business5{background-color: #231815;}
.business5_pic img{width: 100%; object-fit: contain;}

.business6{padding-top: 80px; padding-bottom: 175px; background: url('../images/business6_bg.jpg') center center no-repeat; background-size: cover;}
.business6_list{margin-top: 125px; max-height: 231px;}
.business6_list li{float: left; width: 18.834%; margin-right: 1.4575%; padding: 55px 0; border: 1px solid #dfdfdf; background-color: #fff; box-shadow: 3px 3px 5px rgba(11, 5, 6, 0.14); display: flex; justify-content: center; flex-direction: column; align-items: center;}
.business6_list li:last-child{margin-right: 0;}
.business6_list li figure{text-align: center;}
.business6_list li figure em{display: inline-block; font-size: 36px; font-family: "Arial"; color: #626262; text-transform: uppercase;}
.business6_list li figure figcaption{margin-top: 25px;}
.business6_list li figure figcaption h5{font-size: 24px; font-weight: normal; color: #626262;}
.business6_list li figure figcaption h6{margin-top: 5px; font-size: 14px; font-family: "Arial"; color: #a0a0a0; text-transform: uppercase;}
.business6_list li p{opacity: 0; height: 0; pointer-events: none; font-size: 14px; color: #626262; line-height: 24px; padding: 0 25px;}
.business6_list li:hover{transition: 0.4s; margin-top: -65px; padding: 0; height: 390px; justify-content: flex-start;}
.business6_list li:hover figure{transition: 0.4s; width: 100%;}
.business6_list li:hover figure em{transition: 0.4s; width: 100%; line-height: 65px; color: #fff; background-color: #cf9c7e;}
.business6_list li:hover p{transition: 0.4s; margin-top: 20px; opacity: 1; height: auto; pointer-events: auto;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .business6{padding-top: .5rem; padding-bottom: .5rem;}
    .business6_list{margin-top: .5rem; max-height: 100%;}
    .business6_list li{width: 100%; margin-top: .5rem; margin-right: 0; padding: .30rem .5rem; border: none; box-shadow: 5px 5px 5px #ccc; display: block;}
    .business6_list li:nth-of-type(1){margin-top: 0;}
    .business6_list li figure{width: 100%; text-align: left; padding-bottom: 5px; border-bottom: 1px dotted #e5e5e5; display: flex; align-items: center; justify-content: flex-start;}
    .business6_list li figure em{display: inline-block; margin-right: .25rem; font-size: .35rem; font-weight: bold; color: #231815; line-height: 100%;}
    .business6_list li figure figcaption{margin-top: 0; display: flex; align-items: center; justify-content: flex-start;}
    .business6_list li figure figcaption h5{margin-right: .20rem; font-size: .30rem; font-weight: bold; color: #666; line-height: 100%;}
    .business6_list li figure figcaption h6{margin-top: 0; font-size: .30rem; color: #666; line-height: 100%; text-transform: capitalize;}
    .business6_list li p{margin-top: .25rem; opacity: 1; height: auto; pointer-events: auto; font-size: .30rem; color: #666; line-height: 180%; padding: 0;}
    .business6_list li:hover{margin-top: .5rem; padding: .30rem .5rem; height: 100%; display: block;}
    .business6_list li:nth-of-type(1):hover{margin-top: 0;}
    .business6_list li:hover figure em{width: auto; line-height: 100%; color: #231815; background-color: transparent;}
    .business6_list li:hover p{margin-top: .25rem;}
}

.business7{padding: 80px 0; border-top: 1px solid #d3d3d3; background-color: #f2f2f2;}
.business7_list{margin-top: 40px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.business7_list li{background-color: #fff;}
.business7_list li a{display: block;}
.business7_list li a .pic{display: block; position: relative; width: 100%; padding: 34.184% 0; overflow: hidden;}
.business7_list li a .pic img{transition: 0.4s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.business7_list li a .words{padding: 40px 20px;}
.business7_list li a .words h5{transition: 0.4s; font-size: 18px; font-weight: bold; color: #3d3d3d;}
.business7_list li a .words p{margin-top: 10px; font-size: 16px; color: #626262; line-height: 24px;}
.business7_list li:hover a .pic img{transform: scale(1.1);}
.business7_list li:hover a .words h5{color: #cf9c7e;}
@media only screen and (min-width: 769px){
    .business7_list li{width: 32.667%; margin-top: 1%; margin-right: 1%;}
    .business7_list li:nth-of-type(-n+3){margin-top: 0;}
    .business7_list li:nth-of-type(3n){margin-right: 0;}}
 @media only screen and (min-width: 0) and (max-width: 768px){
    .business7_list li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .business7_list li:nth-of-type(-n+2){margin-top: 0;}
    .business7_list li:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .business7{padding: .5rem 0;}
    .business7_list{margin-top: .5rem;}
    .business7_list li a .words{padding: .3rem .2rem;}
    .business7_list li a .words h5{font-size: .35rem;}
    .business7_list li a .words p{margin-top: .10rem; font-size: .30rem; line-height: 140%;}
}


/*==专卖店加盟==*/
.join1 .page_tit4 h5{font-family: "Arial";font-family: "Montserrat-Bold";}
.join3 .page_tit4 h5{color: #203a77; opacity: 0.15;}
.join5 .page_tit4 h5{color: #fafafa; opacity: 0.15;}
.join8 .page_tit4 h5{color: #fbfbfb; opacity: 0.15;}
.join11 .page_tit4 h5{color: #c7c7c7;}
.join12 .page_tit4 h5{font-family: "Arial"; color: #fbfbfb; opacity: 0.1;}
.join5 .page_tit4 h6,.join8 .page_tit4 h6,.join12 .page_tit4 h6{color: #fff;}
.join5 .page_tit4>span,.join8 .page_tit4>span,.join12 .page_tit4>span{background-color: #cf9c7e;}
.join8 .page_tit4 .p3{color:#ddd;}
.join1{padding-top: 80px; padding-bottom: 80px;}
.join_form{margin-top: 50px; padding: 40px; border: 1px solid #e5e5e5; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.join_form section{margin-top: 30px; margin-right: 4%; width: 48%; display: flex; align-items: center; justify-content: flex-start;}
.join_form section:nth-of-type(-n+2){margin-top: 0;}
.join_form section:nth-of-type(2n){margin-right: 0;}
.join_form section label{display: inline-block; min-width: 5em; font-size: 14px; color: #626262;}
.join_form section input[type="text"],.join_form section input[type="email"]{transition: 0.4s; font-size: 14px; color: #7b7b7b; max-width: 460px; width: 100%; line-height: 34px; padding: 0 18px; border: 1px solid #dddddd; background: #fff; outline: none;}
.join_form section input[type="text"]:focus,.join_form section input[type="email"]:focus{border-color: #cf9c7e; box-shadow: 0 0 10px rgba(194,148,112,0.5);}
.join_form section select::-ms-expand {display: none;}
.join_form section select{font-size: 14px; color: #7b7b7b; max-width: 200px; width: 100%; line-height: 34px; padding: 0 18px; border: 1px solid #d7d7d7; background: url(../images/select_ico.png) #fff 90% center no-repeat; appearance:none; -moz-appearance:none; -webkit-appearance:none; outline: none;}
.join_form section select option{color: #7b7b7b;}
.join_form section textarea{transition: 0.4s; resize: none; font-size: 14px; color: #7b7b7b; width: 100%; height: 110px; padding: 10px; border: 1px solid #dddddd; background: #fff; outline: none;}
.join_form section textarea:focus{border-color: #cf9c7e; box-shadow: 0 0 10px rgba(194,148,112,0.5);}
.join1 .join_form section:nth-of-type(3){width: 100%; margin-right: 0;}
.join1 .join_form section:nth-of-type(4){width: 100%; justify-content: center;}
.join1 .join_form section #map2{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.join1 .join_form section #map2 select{max-width: 30.5%;}
.join1 .ver_code{margin-right: 6%; width: 47%; height: 46px;}
.join1 .ver_code .code-box p,.join1 .ver_code .code-box span{line-height: 46px;}
.join1 .ver_code .code-box span{width: 46px;}
.join1 .form_submit{font-size: 16px; font-weight: bold; width: 30%; line-height: 46px;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .join1{padding-top: .5rem; padding-bottom: .5rem;}
    .join_form{margin-top: .5rem; padding: .5rem .3rem;}
    .join_form section{margin-top: 2%; margin-right: 0; width: 100%;}
    .join_form section:nth-of-type(2){margin-top: 2%;}
    .join_form section:nth-of-type(2n){margin-right: 0;}
    .join_form section label{font-size: .30rem;}
    .join_form section input[type="text"],.join_form section input[type="email"]{font-size: .30rem; max-width: 100%; line-height: .75rem; padding: 0 .20rem;}
    .join_form section select{font-size: .30rem; max-width: 100%; width: 100%; line-height: .75rem; padding: 0 .20rem; background-position: 98% center;}
    .join_form section textarea{font-size: .30rem; height: 2rem; padding: .10rem;}
    .join1 .join_form section:nth-of-type(4){width: 100%; margin-top: 2%;}
    .join1 .join_form section #map2 select{max-width: 100%; background-position: 96% center;}
    .join1 .ver_code{margin-right: 0; width: 49%; height: .85rem;}
    .join1 .ver_code .code-box p,.join1 .ver_code .code-box span{line-height: .85rem;}
    .join1 .ver_code .code-box span{width: .85rem; box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.06);}
    .join1 .form_submit{font-size: .30rem; width: 49%; height: .85rem; line-height: .85rem;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .join1 .join_form section:nth-of-type(3){align-items: flex-start;}
    .join1 .join_form section:nth-of-type(3) label{line-height: .85rem;}
    .join1 .join_form section #map2{justify-content: flex-start; flex-wrap: wrap;}
}

.join2{padding: 80px 0; background: url('../images/join2_bg.jpg') center center no-repeat; background-size: cover;}
.join2_pic{margin-top: 60px;}
.join2_pic img{width: 100%; object-fit: contain;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .join2{padding: .5rem 0;}
    .join2_pic{margin-top: .5rem;}
}

.join3{padding: 80px 0; background: url('../images/join3_bg.jpg') center center no-repeat; background-size: cover;}
.join3_list{margin-top: 370px; padding: 0 25px; overflow: hidden;}
.join3_list li{float: left;}
.join3_list li a{transition: 0.4s; padding: 38px 0; border: 1px solid rgba(255,255,255,0.4); border-radius: 5px; background-color: rgba(0,0,0,0.4); display: flex; justify-content: center; flex-direction: column; align-items: center;}
.join3_list li a .pic{height: 55px;}
.join3_list li a .pic img{height: 100%; object-fit: contain;}
.join3_list li a p{transition: 0.4s; margin-top: 10px; font-size: 18px; color: #fff;}
.join3_list li:hover a{border-color: #cf9c7e; background-color: rgba(212,166,107,0.7);}
@media only screen and (min-width: 1024px){
    .join3_list li{width: 15.218%; margin-right: 1.7384%;}
    .join3_list li:last-child{margin-right: 0;}}
@media only screen and (min-width: 521px) and (max-width: 1023px){
    .join3_list li{width: 32%; margin-top: 2%; margin-right: 2%;}
    .join3_list li:nth-of-type(-n+3){margin-top: 0;}
    .join3_list li:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 520px){
    .join3_list li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .join3_list li:nth-of-type(-n+2){margin-top: 0;}
    .join3_list li:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .join3{padding: .5rem 0;}
    .join3_list{margin-top: .5rem; padding: 0 .32rem;}
    .join3_list li a{padding: .8rem 0;}
    .join3_list li a .pic{height: .85rem;}
    .join3_list li a p{margin-top: .2rem; font-size: .34rem;}
}

.join4{padding-top: 160px; padding-bottom: 165px; background: url(../images/join4_bg.png) #f6f6f6 center bottom no-repeat;}
.join4_hd{margin-top: 40px; display: flex; align-items: center; justify-content: center;}
.join4_hd li{transition: 0.4s; margin: 0 10px; font-size: 16px; color: #626262; min-width: 215px; line-height: 40px; text-align: center; border: 1px solid #d6d6d6; border-radius: 20px; background-color: #fff;}
.join4_hd li.active{color: #fff; border-color: #cf9c7e; background-color: #cf9c7e;}
.join4_bd{margin-top: 50px;}
.join4_bd li{height: 0; opacity: 0; overflow: hidden;}
.join4_bd li dl dd{float: left;}
.join4_bd li dl dd a{display: block; position: relative; width: 100%; padding: 19.643% 0; overflow: hidden; cursor: default;}
.join4_bd li dl dd a img{border: 1px solid #d6d6d6; background-color: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.join4_bd li.active{height: 100%; opacity: 1;}
@media only screen and (min-width: 921px){
    .join4_bd li dl dd{width: 23.334%; margin-top: 2.2213%; margin-right: 2.2213%;}
    .join4_bd li dl dd:nth-of-type(-n+4){margin-top: 0;}
    .join4_bd li dl dd:nth-of-type(4n){margin-right: 0;}}
@media only screen and (min-width: 521px) and (max-width: 920px){
    .join4_bd li dl dd{width: 32%; margin-top: 2%; margin-right: 2%;}
    .join4_bd li dl dd:nth-of-type(-n+3){margin-top: 0;}
    .join4_bd li dl dd:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 520px){
    .join4_bd li dl dd{width: 49%; margin-top: 2%; margin-right: 2%;}
    .join4_bd li dl dd:nth-of-type(-n+2){margin-top: 0;}
    .join4_bd li dl dd:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .join4{padding-top: .5rem; padding-bottom: .5rem;}
    .join4_hd{margin-top: .5rem; display: flex; align-items: stretch; justify-content: flex-start;}
    .join4_hd li{margin: 0; margin-right: 1%; font-size: .32rem; min-width: auto; width: 24.25%; line-height: 120%; padding: .10rem 5px; border-radius: 0;}
    .join4_hd li:last-child{margin-right: 0;}
    .join4_bd{margin-top: 2.5%;}
}

.join5{padding-top: 80px; padding-bottom: 50px; background: url('../images/join5_bg.jpg') center center no-repeat; background-size: cover;}
.join5_list{margin-top: 55px; position: relative; height: 600px; background: url('../images/join5_list_bg.png') center top no-repeat; overflow: hidden;}
.join5_list li{position: absolute;}
.join5_list li:nth-of-type(1){left: 30px; top: 45px; text-align: right;}
.join5_list li:nth-of-type(2){left: 60px; top: 285px; text-align: right;}
.join5_list li:nth-of-type(3){left: 490px; top: 525px; text-align: center;}
.join5_list li:nth-of-type(4){right: 20px; top: 285px;}
.join5_list li:nth-of-type(5){right: 140px; top: 55px;}
.join5_list li h5{font-size: 24px; font-weight: bold; color: #cf9c7e;}
.join5_list li p{margin-top: 10px; font-size: 16px; color: #d4d4d4; line-height: 24px;}
@media only screen and (min-width: 0) and (max-width: 1199px){
    .join5_list{padding: 0 .32rem; height: auto; background: none; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
    .join5_list li{position: static; margin-top: 3%; width: 50%; padding: 0 .5rem; text-align: left !important;}
    .join5_list li:nth-of-type(-n+2){margin-top: 0;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
    .join5_list li{width: 100%; margin-top: 5%;}
    .join5_list li:nth-of-type(2){margin-top: 5%;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .join5{padding-top: .5rem; padding-bottom: .5rem;}
    .join5_list{margin-top: .5rem;}
    .join5_list li h5{font-size: 18px;}
    .join5_list li p{margin-top: .2rem; font-size: 16px; line-height: 120%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .join5_list li h5{font-size: 16px;}
    .join5_list li p{font-size: 14px;}
}

.join6{padding-top: 80px;}
.join6_con{margin-top: 40px; z-index: 1; position: relative;}
.join6_menu{padding: 140px 0; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.join6_hd{width: 93.021%; text-align: center; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; overflow: hidden;}
.join6_hd li{padding: 137px 0; border: 1px solid rgba(255,255,255,0.4); border-radius: 10px; background-color: rgba(0,0,0,0.4);}
.join6_hd li .pic{height: 90px;}
.join6_hd li .pic img{height: 100%; object-fit: contain;}
.join6_hd li .words{margin-top: 15px;}
.join6_hd li .words h5{font-size: 24px; font-weight: normal; color: #fff;}
.join6_hd li .words h6{margin-top: 5px; font-size: 18px; font-family: "Arial"; font-weight: normal; color: #fff; text-transform: uppercase;}
.join6_hd li.active{background-color: rgba(194, 148, 112, 0.7);}
.join6_bd{z-index: -1; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.join6_bd li{opacity: 0; height: 0; display: block; position: relative; width: 100%; overflow: hidden;}
.join6_bd li.active{opacity: 1; height: 721px;}
.join6_bd li img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
@media only screen and (min-width: 1401px){
    .join6_hd li{width: 15.734%; margin-right: 1.1192%;}
    .join6_hd li:nth-of-type(6n){margin-right: 0;}}
@media only screen and (min-width: 521px) and (max-width: 1400px){
    .join6_hd li{width: 32%; margin-top: 2%; margin-right: 2%;}
    .join6_hd li:nth-of-type(-n+3){margin-top: 0;}
    .join6_hd li:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 520px){
    .join6_hd li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .join6_hd li:nth-of-type(-n+2){margin-top: 0;}
    .join6_hd li:nth-of-type(2n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 1400px){
    .join6_menu{padding: 40px 0;}
    .join6_hd{max-width: 840px; width: 100%;}
    .join6_hd li{padding: 15% 0;}
    .join6_bd li.active{height: 100%;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .join6{padding-top: .5rem;}
    .join6_con{margin-top: .5rem;}
    .join6_menu{padding: 2%;}
    .join6_hd{max-width: 100%;}
    .join6_hd li{padding: 1rem 0; border-radius: .15rem;}
    .join6_hd li .pic{height: 1.2rem;}
    .join6_hd li .words{margin-top: .25rem;}
    .join6_hd li .words h5{font-size: .35rem;}
    .join6_hd li .words h6{margin-top: .10rem; font-size: .30rem;}
}

.join7{padding-top: 100px; padding-bottom: 120px; background: url('../images/join7_bg.jpg') center center no-repeat; background-size: cover;}
.poster-main{margin-top: 70px; position: relative;}
.poster-main .poster-list .poster-item{position: absolute; left: 0; top: 0;}
.poster-main .poster-list .poster-item a{display: block; width: 100%; height: 100%;}
.poster-main .poster-list .poster-item a img{width: 100%; height: 100%; object-fit: cover;}
.poster-main .poster-btn{position: absolute; top: 0; cursor: pointer;}
.poster-main .poster-prev-btn{left: 0;background: url("../images/btn_prev9.png") center center no-repeat;}
.poster-main .poster-next-btn{right: 0; background: url("../images/btn_next9.png") center center no-repeat;}
.m_join7_swiper{display: none;}
@media only screen and (min-width: 0) and (max-width: 1199px){
    .poster-main{display: none;}
    .m_join7_swiper{display: block; margin-top: 70px; position: relative; padding: 0 45px;}
    .m_join7_swiper .swiper-slide a{display: block; position: relative; width: 100%; padding: 35% 0; overflow: hidden;}
    .m_join7_swiper .swiper-slide a img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
    .m_join7_swiper .swiper-button-prev{opacity: 1; width: 45px; height: 45px; left: 0; margin-top: 0; transform: translateY(-50%); background: url("../images/btn_prev9.png") center center no-repeat; background-size: contain; outline: none;}
    .m_join7_swiper .swiper-button-next{opacity: 1; width: 45px; height: 45px; right: 0; margin-top: 0; transform: translateY(-50%); background: url("../images/btn_next9.png") center center no-repeat; background-size: contain; outline: none;}
}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .join7{padding-top: .5rem; padding-bottom: .5rem;}
    .m_join7_swiper{margin-top: .5rem; padding: 0 .75rem;}
    .m_join7_swiper .swiper-button-prev{width: .75rem; height: .75rem;}
    .m_join7_swiper .swiper-button-next{width: .75rem; height: .75rem;}
}

.join8{padding: 100px 0; background: url('../images/join8_bg.jpg') center center no-repeat; background-size: cover;}
.join8_list{margin-top: 55px; position:relative; text-align:center; overflow:hidden;}
.join8_list li{position: relative; margin: 0 90px 50px; display:inline-block; width: 200px; height: 200px; padding: 10px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.5);}
.join8_list li:after{position: absolute; left: 100%; top: 50%; margin-left: 90px; transform: translateX(-50%) translateY(-50%); content: ""; width: 36px; height: 36px; background: url(../images/join8_list_ico.png) center center no-repeat;}
.join8_list li:nth-of-type(3):after,.join8_list li:nth-of-type(6):after{display: none;}
.join8_list li:nth-of-type(4):after,.join8_list li:nth-of-type(5):after{transform: translateX(-50%) translateY(-50%) rotateY(180deg);}
.join8_list li .border1{height: 100%; padding: 7px; border: 3px solid #cf9c7e; border-radius: 50%;}
.join8_list li .border2{height: 100%; padding: 3px; border: 1px solid #cf9c7e; border-radius: 50%; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.join8_list li .pic{height: 55px;}
.join8_list li .pic img{height: 100%; object-fit: contain;}
.join8_list li p{margin-top: 5px; font-size: 16px; color: #cf9c7e;}
@media only screen and (min-width: 0) and (max-width: 1199px){
    .join8_list li{margin: 0 2% 20px; width: 170px; height: 170px;}
    .join8_list li:after{display: none;}
    .join8_list li p{font-size: 14px;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .join8{padding: .5rem 0;}
    .join8_list{margin-top: .5rem;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
    .join8_list li{width: 150px; height: 150px;}
    .join8_list li .border1{padding: 8px; border: 2px solid #cf9c7e;}
    .join8_list li .pic{height: 50px;}
    .join8_list li p{font-size: 12px;}
}

.join9{text-align: center; background: url('../images/join9_bg.jpg') left top repeat;}
.join9 img{max-width: 1100px; width: 100%; object-fit: contain;}

.join10{padding: 80px 0;}
.join10_pic{margin-top: 45px;}
.join10_pic img{width: 100%; object-fit: contain;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .join10{padding: .5rem 0;}
    .join10_pic{margin-top: .5rem;}
}

.join11{padding: 70px 0; background: url('../images/join11_bg.jpg') center center no-repeat; background-size: cover;}
.join11_pic{margin-top: 40px;}
.join11_pic img{width: 100%; object-fit: contain;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .join11{padding: .5rem 0;}
    .join11_pic{margin-top: .5rem;}
}

.join12{padding-top: 50px; padding-bottom: 40px; background: url('../images/join12_bg.jpg') center center no-repeat; background-size: cover;}
.join12_swiper{margin-top: 40px; position: relative;}
.join12_swiper .swiper-slide::before{position: absolute; left: 100%; top: 0; margin-left: 67px; content: ""; width: 1px; height: 100%; background-color: #9c9c9c;}
.join12_swiper .swiper-slide:last-child::before{display: none;}
.join12_swiper .swiper-slide a{display: block;}
.join12_swiper .swiper-slide a .figure_pic{display: block; position: relative; width: 100%; padding: 66.13% 0; overflow: hidden;}
.join12_swiper .swiper-slide a .figure_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.join12_swiper .swiper-slide a .figure_words{margin-top: 30px;}
.join12_swiper .swiper-slide a .figure_words h5{font-size: 18px; font-weight: bold; color: #cf9c7e; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.join12_swiper .swiper-slide a .figure_words p{margin-top: 5px; font-size: 16px; line-height: 24px;}
.join12_swiper .swiper-slide a .figure_words p em{display: block; color: #cf9c7e; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.join12_swiper .swiper-slide a .figure_words p span{display: block; color: #fff; height: 72px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.join12_swiper .swiper-pagination{position: static; padding-top: 35px;}
.join12_swiper .swiper-pagination-bullet{transition: 0.4s; opacity: 1; margin-right: 8px; display: inline-block; width: 10px; height: 10px; background-color: #dcdcdc; outline: none;}
.join12_swiper .swiper-pagination-bullet:last-child{margin-right: 0;}
.join12_swiper .swiper-pagination-bullet-active{background-color: #cf9c7e;}
@media only screen and (min-width: 0) and (max-width: 1100px){
    .join12_swiper .swiper-slide::before{margin-left: 40px;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .join12{padding-top: .5rem; padding-bottom: .5rem;}
    .join12_swiper{margin-top: .5rem; position: relative;}
    .join12_swiper .swiper-slide::before{margin-left: 25px;}
    .join12_swiper .swiper-slide a .figure_words{margin-top: .3rem;}
    .join12_swiper .swiper-slide a .figure_words h5{font-size: .34rem;}
    .join12_swiper .swiper-slide a .figure_words p{margin-top: .2rem; font-size: .34rem; line-height: 1.2em;}
    .join12_swiper .swiper-slide a .figure_words p span{font-size: .30rem; height: 3.6em; line-height: 1.2em;}
    .join12_swiper .swiper-pagination{padding-top: .3rem;}
    .join12_swiper .swiper-pagination-bullet{margin-right: .12rem; min-width: 5px; width: .15rem; min-height: 5px; height: .15rem;}
}
@media only screen and (min-width: 0) and (max-width: 920px){
    .join12_swiper .swiper-slide::before{margin-left: 20px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .join12_swiper .swiper-slide::before{margin-left: 10px;}
}

.join13{padding: 70px 0; background-color: #f9f9f9;}
.join13 .join_form{margin-top: 40px; position: relative; background-color: #f8f8f8;}
.join13 .join_form section label{min-width: 6em;}
.join13 .join_form section:nth-of-type(3){width: 25.045%; margin-right: 1.609%;}
.join13 .join_form section:nth-of-type(3) select{max-width: 100%;}
.join13 .join_form section:nth-of-type(4){width: 73.346%;}
.join13 .join_form section:nth-of-type(4) #map{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.join13 .join_form section:nth-of-type(4) select{max-width: 31%;}
.join13 .join_form section:nth-of-type(5){width: 100%; margin-right: 0;}
.join13 .join_form section:nth-of-type(6){margin-left: auto; margin-right: auto; text-align: center; display: flex; align-items: center; justify-content: center;}
.join13 .join_form section input[type="text"],.join13 .join_form section input[type="email"],.join13 .join_form section select{padding: 0 10px;}
.join13 .join_form section select{background-position: 95% center;}
.join13 .join_form section:nth-of-type(5){align-items: flex-start;}
.join13 .join_form section:nth-of-type(5) label{padding: 10px 0;}
/*.join13 .join_form section:nth-of-type(7){margin: 0; position: absolute; top: 172px; right: 40px; width: 45%;}*/
.join13 .ver_code{margin-right: 7%; width: 46.5%; height: 36px;}
.join13 .ver_code>p{font-size: 14px;}
.join13 .ver_code .code-box p,.join13 .ver_code .code-box span{line-height: 36px; font-size: 14px;}
.join13 .ver_code .code-box span{width: 36px;}
.join13 .form_submit{font-size: 16px; font-weight: bold; width: 46.5%; line-height: 36px;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .join13{padding: .5rem 0;}
    .join13 .join_form{margin-top: .5rem;}
    .join13 .join_form section:nth-of-type(3){width: 100%; margin-right: 0;}
    .join13 .join_form section input[type="text"],.join13 .join_form section input[type="email"],.join13 .join_form section select{padding: 0 .20rem;}
    .join13 .join_form section select{background-position: 98% center;}
    .join13 .join_form section:nth-of-type(4){width: 100%;}
    .join13 .join_form section:nth-of-type(4) #map{display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
    .join13 .join_form section:nth-of-type(4) select{max-width: 33.33%; background-position: 94% center;}
    .join13 .join_form section:nth-of-type(5) label{padding: .10rem 0;}
    .join13 .join_form section:nth-of-type(6){margin-top: 2%; font-size: .30rem; /*position: static; width: 100%;*/}
    .join13 .ver_code{margin-right: 0; width: 49%; height: .85rem;}
    .join13 .ver_code>p{font-size: .30rem;}
    .join13 .ver_code .code-box p,.join13 .ver_code .code-box span{line-height: .85rem; font-size: .30rem;}
    .join13 .ver_code .code-box span{width: .85rem; box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.06);}
    .join13 .form_submit{order: -1; margin-right: 2%; font-size: .30rem; width: 49%; height: .85rem; line-height: .85rem;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .join13 .join_form section:nth-of-type(4){align-items: flex-start;}
    .join13 .join_form section:nth-of-type(4) select{max-width: 100%; background-position: 98% center;}
    .join13 .join_form section:nth-of-type(4) label{line-height: .85rem;}
}


/*==精装/工装==*/
.wall2 .page_tit5 h5{color: #c9c9c9; opacity: 0.5;}
.wall4 .page_tit5 h5,.wall8 .page_tit5 h5,.wall9 .page_tit5 h5{color: #fafafa; opacity: 0.15;}
.wall6 .page_tit5 h5{color: #e7b16f; opacity: 0.5;}
.wall10 .page_tit5 h5,.wall11 .page_tit5 h5{color: #d9d9d9; opacity: 0.5;}
.wall13 .page_tit5 h5{color: #cecece; opacity: 0.5;}
.wall4 .page_tit5 h6,.wall8 .page_tit5 h6,.wall9 .page_tit5 h6,.wall13 .page_tit5 h6{color: #fff;}
.wall6 .page_tit5{text-align: left;}
.wall8 .page_tit5 .p1{margin-top: 15px;}
.wall9 .page_tit5 .p2{color: #cf9c7e;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall8 .page_tit5 .p1{margin-top: .20rem;}
}

.wall1{margin-top: 40px; padding: 80px 0; background: url('../images/wall1_bg.jpg') center center no-repeat; background-size: cover; overflow: hidden;}
.wall1_list{position: relative; margin-top: 30px; height: 380px;}
.wall1_list li{position: absolute; width: 260px; height: 260px;}
.wall1_list li:nth-of-type(1){margin: 0 0 0 -35px; background: url(../images/wall1_list_ico1.png) center center no-repeat; background-size: contain;}
.wall1_list li:nth-of-type(2){margin: 90px 0 0 210px; background: url(../images/wall1_list_ico2.png) center center no-repeat; background-size: contain;}
.wall1_list li:nth-of-type(3){margin: 130px 0 0 469px; background: url(../images/wall1_list_ico3.png) center center no-repeat; background-size: contain;}
.wall1_list li:nth-of-type(4){margin: 90px 0 0 730px; background: url(../images/wall1_list_ico4.png) center center no-repeat; background-size: contain;}
.wall1_list li:nth-of-type(5){margin: 0 0 0 975px; background: url(../images/wall1_list_ico5.png) center center no-repeat; background-size: contain;}
.wall1_list li p{font-size: 18px; color: #3d3d3d; line-height: 24px; padding-top: 145px; text-align: center;}
@media only screen and (min-width: 0) and (max-width: 1280px){
    .wall1_list{position: relative; margin-top: 30px; height: auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
    .wall1_list li{position: static; width: 200px; height: 200px;}
    .wall1_list li:nth-of-type(1){margin: 10px;}
    .wall1_list li:nth-of-type(2){margin: 10px;}
    .wall1_list li:nth-of-type(3){margin: 10px;}
    .wall1_list li:nth-of-type(4){margin: 10px;}
    .wall1_list li:nth-of-type(5){margin: 10px;}
    .wall1_list li p{font-size: 16px; line-height: 20px; padding-top: 120px;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall1{margin-top: 0; padding: .5rem 0;}
    .wall1_list{margin-top: .5rem;}
    .wall1_list li{width: 160px; height: 160px;}
    .wall1_list li:nth-of-type(1){margin: 5px;}
    .wall1_list li:nth-of-type(2){margin: 5px;}
    .wall1_list li:nth-of-type(3){margin: 5px;}
    .wall1_list li:nth-of-type(4){margin: 5px;}
    .wall1_list li:nth-of-type(5){margin: 5px;}
    .wall1_list li p{font-size: 14px; line-height: 16px; padding-top: 95px;}
}
@media only screen and (min-width: 0) and (max-width: 550px){
    .wall1_list li{width: 120px; height: 120px;}
    .wall1_list li:nth-of-type(1){margin: 0;}
    .wall1_list li:nth-of-type(2){margin: 0;}
    .wall1_list li:nth-of-type(3){margin: 0;}
    .wall1_list li:nth-of-type(4){margin: 0;}
    .wall1_list li:nth-of-type(5){margin: 0;}
    .wall1_list li p{font-size: 12px; line-height: 14px; padding-top: 70px;}
}
@media only screen and (min-width: 0) and (max-width: 400px){
    .wall1_list li{width: 110px; height: 110px;}
    .wall1_list li:nth-of-type(1){margin: 0;}
    .wall1_list li:nth-of-type(2){margin: 0;}
    .wall1_list li:nth-of-type(3){margin: 0;}
    .wall1_list li:nth-of-type(4){margin: 0;}
    .wall1_list li:nth-of-type(5){margin: 0;}
    .wall1_list li p{font-size: 12px; padding-top: 60px;}
}

.wall2{padding: 110px 0; background: url('../images/wall2_bg.jpg') center center no-repeat; background-size: cover;}
.wall2_list{margin-top: 290px; padding: 0 25px; overflow: hidden;}
.wall2_list li{float: left;}
.wall2_list li a{transition: 0.4s; padding: 38px 0; border: 1px solid rgba(255,255,255,0.4); border-radius: 5px; background-color: rgba(0,0,0,0.4); display: flex; justify-content: center; flex-direction: column; align-items: center;}
.wall2_list li a .pic{height: 55px;}
.wall2_list li a .pic img{height: 100%; object-fit: contain;}
.wall2_list li a p{transition: 0.4s; margin-top: 10px; font-size: 18px; color: #fff;}
.wall2_list li:hover a{border-color: #cf9c7e; background-color: rgba(212,166,107,0.7);}
@media only screen and (min-width: 1024px){
    .wall2_list li{width: 15.218%; margin-right: 1.7384%;}
    .wall2_list li:last-child{margin-right: 0;}}
@media only screen and (min-width: 521px) and (max-width: 1023px){
    .wall2_list li{width: 32%; margin-top: 2%; margin-right: 2%;}
    .wall2_list li:nth-of-type(-n+3){margin-top: 0;}
    .wall2_list li:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 520px){
    .wall2_list li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .wall2_list li:nth-of-type(-n+2){margin-top: 0;}
    .wall2_list li:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall2{padding: .5rem 0;}
    .wall2_list{margin-top: .5rem; padding: 0 .32rem;}
    .wall2_list li a{padding: .8rem 0;}
    .wall2_list li a .pic{height: .85rem;}
    .wall2_list li a p{margin-top: .2rem; font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .wall2_list li a p{font-size: 14px;}
}

.wall3{padding: 130px 0; background: url('../images/wall3_bg.jpg') center center no-repeat; background-size: cover;}
.wall3_list{margin-top: 110px; position: relative; height: 600px; background: url('../images/wall3_list_bg.png') center top no-repeat; overflow: hidden;}
.wall3_list li{position: absolute;}
.wall3_list li:nth-of-type(1){left: 250px; top: 50px; text-align: right;}
.wall3_list li:nth-of-type(2){right: 230px; top: 50px;}
.wall3_list li:nth-of-type(3){right: 100px; top: 280px;}
.wall3_list li:nth-of-type(4){left: 480px; top: 525px; text-align: center;}
.wall3_list li:nth-of-type(5){left: 180px; top: 280px; text-align: right;}
.wall3_list li h5{font-size: 24px; font-weight: bold; color: #3d3d3d;}
.wall3_list li p{margin-top: 10px; font-size: 16px; color: #626262; line-height: 24px;}
@media only screen and (min-width: 0) and (max-width: 1199px){
    .wall3_list{padding: 0 .32rem; height: auto; background: none; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
    .wall3_list li{position: static; margin-top: 3%; width: 33.33%; padding: 0 .5rem; text-align: left !important;}
    .wall3_list li:nth-of-type(-n+3){margin-top: 0;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall3{padding: .5rem 0;}
    .wall3_list{margin-top: .5rem;}
    .wall3_list li h5{font-size: 18px;}
    .wall3_list li p{margin-top: .2rem; font-size: 18px; line-height: 120%;}
}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall3_list li{width: 50%; margin-top: 3%;}
    .wall3_list li:nth-of-type(3){margin-top: 3%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .wall3_list li h5{font-size: 16px;}
    .wall3_list li p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
    .wall3_list li{width: 100%; margin-top: 3%; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap;}
    .wall3_list li:nth-of-type(2){margin-top: 3%;}
    .wall3_list li h5{margin-right: .3rem;}
    .wall3_list li p{margin-top: 0;}
}

.wall4{padding-top: 70px; background: url('../images/wall4_bg.jpg') center center no-repeat; background-size: cover; overflow: hidden;}
.wall4_con{margin-top: 40px; position: relative;}
.wall4_hd{max-width: 600px; margin: 0 auto; border-radius: 30px; background-color: #fff;}
.wall4_hd li{float: left; font-size: 20px; color: #626262; width: 50%; line-height: 55px; text-align: center; border-radius: 30px;}
.wall4_hd li.active{color: #fff; background-color: #cf9c7e;}
.wall4_bd{z-index: 3; position: relative; margin-top: 30px;}
.wall4_bd li{display: none; height: 1010px;}
.wall4_bd li.active{display: block;}
.wall4_bd li:nth-of-type(1) dl dd{padding: 30px 0 0 20px; overflow: hidden;}
.wall4_bd li:nth-of-type(1) dl dd:nth-of-type(1){margin: 0 0 0 60px; width: 500px; background: url(../images/wall4_bd_tit1.png) left top no-repeat;}
.wall4_bd li:nth-of-type(1) dl dd:nth-of-type(2){margin: 60px 0 0 253.33px; width: 500px; background: url(../images/wall4_bd_tit2.png) left top no-repeat;}
.wall4_bd li:nth-of-type(1) dl dd:nth-of-type(3){margin: 60px 0 0 446.66px; width: 500px; background: url(../images/wall4_bd_tit3.png) left top no-repeat;}
.wall4_bd li:nth-of-type(1) dl dd:nth-of-type(4){margin: 60px 0 0 640px; width: 500px; background: url(../images/wall4_bd_tit4.png) left top no-repeat;}
.wall4_bd li:nth-of-type(1) dl dd h5{position: relative; font-size: 20px; color: #cf9c7e;}
.wall4_bd li:nth-of-type(1) dl dd h5::after{position: absolute; left: 5em; top: 50%; margin-top: -1px; content: ""; width: 100%; height: 2px; background-color: #cf9c7e;}
.wall4_bd li:nth-of-type(1) dl dd p{font-size: 16px; color: #d4d4d4;}
.wall4_bd li:nth-of-type(2) dl dd{width: 155px; position: absolute;}
.wall4_bd li:nth-of-type(2) dl dd:nth-of-type(1){margin: 425px 0 0 135px;}
.wall4_bd li:nth-of-type(2) dl dd:nth-of-type(2){margin: 140px 0 0 400px;}
.wall4_bd li:nth-of-type(2) dl dd:nth-of-type(3){margin: 110px 0 0 675px;}
.wall4_bd li:nth-of-type(2) dl dd:nth-of-type(4){margin: 175px 0 0 960px;}
.wall4_bd li:nth-of-type(2) dl dd h5{font-size: 20px; color: #cf9c7e;}
.wall4_bd li:nth-of-type(2) dl dd p{font-size: 16px; color: #d4d4d4;}
.wall4_pic li{opacity: 0; pointer-events: none; position:absolute;}
.wall4_pic li:nth-of-type(1){left: 0; bottom: 0; width: 812px;}
.wall4_pic li:nth-of-type(2){left: 50%; bottom: 0; transform: translateX(-50%); width: 1043px;}
.wall4_pic li img{width: 100%; object-fit: contain;}
.wall4_pic li.active{opacity: 1; pointer-events: auto;}
@media only screen and (min-width: 0) and (max-width: 1199px){
    .wall4{padding-bottom: 30px;}
    .wall4_bd li{height: auto;}
    .wall4_bd li:nth-of-type(1) dl dd{padding: 30px 20px;}
    .wall4_bd li:nth-of-type(1) dl dd:nth-of-type(1){margin: 0; width: 100%;}
    .wall4_bd li:nth-of-type(1) dl dd:nth-of-type(2){margin: 0; width: 100%;}
    .wall4_bd li:nth-of-type(1) dl dd:nth-of-type(3){margin: 0; width: 100%;}
    .wall4_bd li:nth-of-type(1) dl dd:nth-of-type(4){margin: 0; width: 100%;}
    .wall4_bd li:nth-of-type(2) dl dd{width: 100%; padding: 30px 20px; position: static;}
    .wall4_bd li:nth-of-type(2) dl dd:nth-of-type(1){margin: 0;}
    .wall4_bd li:nth-of-type(2) dl dd:nth-of-type(2){margin: 0;}
    .wall4_bd li:nth-of-type(2) dl dd:nth-of-type(3){margin: 0;}
    .wall4_bd li:nth-of-type(2) dl dd:nth-of-type(4){margin: 0;}
    .wall4_pic{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall4{padding-top: .5rem; padding-bottom: .5rem;}
    .wall4_con{margin-top: .5rem;}
    .wall4_hd{max-width: 600px; border-radius: .48rem;}
    .wall4_hd li{font-size: .40rem; line-height: 220%; border-radius: .48rem;}
    .wall4_bd{margin-top: .5rem;}
    .wall4_bd li:nth-of-type(1) dl dd h5{font-size: 18px;}
    .wall4_bd li:nth-of-type(1) dl dd p{font-size: 16px;}
    .wall4_bd li:nth-of-type(2) dl dd{padding: .3rem 20px;}
    .wall4_bd li:nth-of-type(2) dl dd h5{font-size: 18px;}
    .wall4_bd li:nth-of-type(2) dl dd p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .wall4_bd li:nth-of-type(1) dl dd h5{font-size: 16px;}
    .wall4_bd li:nth-of-type(1) dl dd p{font-size: 14px;}
    .wall4_bd li:nth-of-type(2) dl dd h5{font-size: 16px;}
    .wall4_bd li:nth-of-type(2) dl dd p{font-size: 14px;}
}

.wall5{padding-top: 80px;}
.wall5_con{margin-top: 40px; padding: 150px 0; background: url('../images/wall5_con_bg.jpg') center center no-repeat; background-size: cover; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.wall5_list{width: 93.021%; text-align: center; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; overflow: hidden;}
.wall5_list li a{transition: 0.4s; display: block; height: 100%; padding: 90px 0; border: 1px solid rgba(255,255,255,0.4); border-radius: 10px; background-color: rgba(0,0,0,0.4);}
.wall5_list li .pic{height: 65px;}
.wall5_list li .pic img{height: 100%; object-fit: contain;}
.wall5_list li .words{margin-top: 25px;}
.wall5_list li .words h5{font-size: 24px; font-weight: normal; color: #fff;}
.wall5_list li .words p{margin-top: 10px; font-size: 16px; color: #fff; min-height: 48px; line-height: 24px;}
.wall5_list li:hover a{border-color: #cf9c7e; background-color: rgba(194, 148, 112, 0.7);}
@media only screen and (min-width: 1200px){
    .wall5_list li{width: 15.734%; margin-right: 1.1192%;}
    .wall5_list li:nth-of-type(6n){margin-right: 0;}}
@media only screen and (min-width: 521px) and (max-width: 1199px){
    .wall5_con{padding: 80px 0;}
    .wall5_list{width: 100%; padding: 0 .32rem;}
    .wall5_list li a{padding: 40px 0;}
    .wall5_list li{width: 32%; margin-top: 2%; margin-right: 2%;}
    .wall5_list li:nth-of-type(-n+3){margin-top: 0;}
    .wall5_list li:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 520px){
    .wall5_list li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .wall5_list li:nth-of-type(-n+2){margin-top: 0;}
    .wall5_list li:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall5{padding-top: .5rem;}
    .wall5_con{margin-top: .5rem; padding: .5rem 0;}
    .wall5_list li a{padding: .4rem 0;}
    .wall5_list li .pic{height: .85rem;}
    .wall5_list li .words{margin-top: .2rem;}
    .wall5_list li .words h5{font-size: .40rem;}
    .wall5_list li .words p{margin-top: .15rem; font-size: .30rem; min-height: auto; line-height: 140%;}
}
  

.wall6{padding: 80px 0; background: url('../images/wall6_bg.jpg') center center no-repeat; background-size: cover;}
.wall6_con{margin-top: 30px;}
.wall6_words p{margin-top: 15px; position: relative; padding-left: 30px; font-size: 16px; color: #626262; line-height: 24px;}
.wall6_words p::after{position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ""; width: 20px; height: 20px; border-radius: 50%; background-color: #8d8d8d;}
.wall6_words p:nth-of-type(1){margin-top: 0;}
.wall6_pic{margin-top: 40px; padding: 0 50px;}
.wall6_pic img{width: 100%; object-fit: contain;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall6{padding: .5rem 0;}
    .wall6_con{margin-top: .5rem;}
    .wall6_words p{margin-top: .3rem; padding-left: 20px; font-size: 16px; line-height: 18px;}
    .wall6_words p::after{top: 3px; transform: translateY(0); width: 10px; height: 10px;}
    .wall6_pic{margin-top: .5rem; padding: 0;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .wall6_words p{font-size: 14px; line-height: 16px;}
}

.wall7{padding: 80px 0;}
.wall7_pic{margin-top: 40px;}
.wall7_pic img{width: 100%; object-fit: contain;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall7{padding: .5rem 0;}
    .wall7_pic{margin-top: .5rem;}
}

.wall8{padding: 160px 0; background: url('../images/wall8_bg.jpg') center center no-repeat; background-size: cover;}
.wall8_list{margin-top: 40px;}
.wall8_list li{float: left;}
.wall8_list li a{display: block;}
.wall8_list li a .wall8_pic{display: block; position: relative; width: 100%; padding: 69.334% 0; overflow: hidden;}
.wall8_list li:nth-of-type(4) a .wall8_pic{padding: 37.31% 0;}
.wall8_list li a .wall8_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.wall8_list li a p{margin-top: 15px; font-size: 16px; color: #fff; line-height: 24px; text-align: center;}
@media only screen and (min-width: 921px){
    .wall8_list li{width: 18.75%; margin-right: 2.966%;}
    .wall8_list li:nth-of-type(4){width: 34.85%; margin-right: 0;}}
@media only screen and (min-width: 501px) and (max-width: 920px){
    .wall8_list li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .wall8_list li:nth-of-type(-n+2){margin-top: 0;}
    .wall8_list li:nth-of-type(2n){margin-right: 0;}
    .wall8_list li a .wall8_pic{text-align: center; padding: 0; height: auto;}
    .wall8_list li:nth-of-type(4) a .wall8_pic{padding: 0;}
    .wall8_list li a .wall8_pic img{position: static; max-width: 100%; width: auto;}

}
@media only screen and (min-width: 0) and (max-width: 500px){
    .wall8_list li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .wall8_list li:nth-of-type(-n+2){margin-top: 0;}
    .wall8_list li:nth-of-type(2n){margin-right: 0;}
    .wall8_list li a .wall8_pic{padding: 69.334% 0;}
    .wall8_list li:nth-of-type(4) a .wall8_pic{padding: 69.334% 0;}
}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall8{padding: .5rem 0;}
    .wall8_list{margin-top: .5rem;}
    .wall8_list li a p{margin-top: .2rem; font-size: 16px; line-height: 120%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .wall8_list li a p{font-size: 14px;}
}


.wall9{padding-top: 80px; padding-bottom: 520px; background: url('../images/wall9_bg.jpg') center center no-repeat; background-size: cover;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall9{padding-top: 1.3rem; padding-bottom: 8rem;}
}

.wall10{padding: 80px 0; background: url('../images/wall10_bg.jpg') left top repeat;}
.wall10_hd{margin-top: 40px; border: 1px solid #d3d3d3; line-height: 58px; background-color: #fff; display: flex; align-items: center; justify-content: space-between;}
.wall10_hd .left{min-width: 75px; font-size: 16px; font-weight: bold; color: #cf9c7e; display: flex; align-items: center; justify-content: flex-start;}
.wall10_hd .left img{margin-left: 20px; margin-right: 10px; height: 20px; object-fit: contain;}
.wall10_swiper{position: relative; width: 730px; padding: 0 30px;}
.wall10_swiper .swiper-slide{text-align: center;}
.wall10_swiper .swiper-slide a{position: relative; display: inline-block; font-size: 16px;}
.wall10_swiper .swiper-slide a::after{transition: 0.4s; opacity: 0; position: absolute; left: 0; bottom: 0; content: ""; width: 100%; height: 4px; background-color: #3d3d3d;}
.wall10_swiper .swiper-slide.active a::after{opacity: 1;}
.wall10_swiper .swiper-button-prev{position: absolute; left: 0; top: 0; margin-top: 0; width: 30px; height: 100%; background: url(../images/btn_prev10.png) center no-repeat; background-size: contain; outline: none;}
.wall10_swiper .swiper-button-next{position: absolute; right: 0; top: 0; margin-top: 0; width: 30px; height: 100%; background: url(../images/btn_next10.png) center no-repeat; background-size: contain; outline: none;}
.wall10_bd{margin-top: 40px;}
.wall10_bd li{height: 0; opacity: 0; overflow: hidden;}
.wall10_bd li dl dd{float: left;}
.wall10_bd li dl dd a{display: block;}
.wall10_bd li dl dd a .pic{display: block; position: relative; width: 100%; padding: 37.369% 0; overflow: hidden;}
.wall10_bd li dl dd a .pic img{border: 1px solid #d8d8d8; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.wall10_bd li dl dd a p{transition: 0.4s; margin-top: 20px; font-size: 16px; color: #626262; text-align: center;}
.wall10_bd li dl dd:hover a p{color: #cf9c7e;}
.wall10_bd li.active{height: 100%; opacity: 1;}
@media only screen and (min-width: 769px){
    .wall10_bd li dl dd{width: 31.667%; margin-top: 2.5%; margin-right: 2.4995%;}
    .wall10_bd li dl dd:nth-of-type(-n+3){margin-top: 0;}
    .wall10_bd li dl dd:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 768px){
    .wall10_bd li dl dd{width: 49%; margin-top: 4%; margin-right: 2%;}
    .wall10_bd li dl dd:nth-of-type(-n+2){margin-top: 0;}
    .wall10_bd li dl dd:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall10{padding: .5rem 0;}
    .wall10_hd{margin-top: .5rem; line-height: 58px;}
    .wall10_hd .left img{margin-left: 15px;}
    .wall10_swiper{width: 80%; padding: 0 30px; margin-right: 15px;}
    .wall10_swiper .swiper-button-prev{display: block;}
    .wall10_swiper .swiper-button-next{display: block;}
    .wall10_bd{margin-top: .5rem;}
    .wall10_bd li dl dd a p{margin-top: .3rem; font-size: 14px;}
}
@media only screen and (min-width: 0) and (max-width: 550px){
    .wall10_swiper{width: 70%; padding: 0 20px;}
    .wall10_swiper .swiper-button-prev{width: 20px;}
    .wall10_swiper .swiper-button-next{width: 20px;}
}

.wall11{padding: 80px 0;}
.wall11_swiper{margin-top: 55px;}
.wall11_swiper .swiper-slide h5{margin-bottom: 30px;}
.wall11_swiper .swiper-slide h5::after{clear: both; content: ''; width: 0px; height: 0px; overflow: hidden; display: block;}
.wall11_swiper .swiper-slide h5 em{float: left; font-size: 24px; font-weight: normal; color: #bd906f;}
.wall11_swiper .swiper-slide h5 span{float: right; font-size: 24px; font-weight: normal; color: #bd906f;}
.wall11_swiper .swiper-slide p{margin-top: 5px; }
.wall11_swiper .swiper-slide p em{font-size: 14px; color: #6a6a6a; }
.wall11_swiper .swiper-slide p a:nth-of-type(1){ width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block}
.wall11_swiper .swiper-slide p span{float: right; font-size: 16px; color: #dda050;}
.wall11_swiper .swiper-pagination{margin-top: 30px; position: static;}
.wall11_swiper .swiper-pagination-bullet{transition: 0.4s; opacity: 1; margin-right: 20px; display: inline-block; width: 10px; height: 10px; background-color: #333333; outline: none;}
.wall11_swiper .swiper-pagination-bullet:last-child{margin-right: 0;}
.wall11_swiper .swiper-pagination-bullet-active{background-color: #bd906f;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall11{padding: .5rem 0;}
    .wall11_swiper{margin-top: .5rem;}
    .wall11_swiper .swiper-slide h5{margin-bottom: .3rem;}
    .wall11_swiper .swiper-slide h5 em{font-size: .40rem;}
    .wall11_swiper .swiper-slide h5 span{font-size: .40rem;}
    .wall11_swiper .swiper-slide p{margin-top: .10rem;}
    .wall11_swiper .swiper-slide p em{font-size: 16px;}
    .wall11_swiper .swiper-slide p span{font-size: 16px;}
    .wall11_swiper .swiper-pagination{margin-top: .3rem;}
    .wall11_swiper .swiper-pagination-bullet{margin-right: .15rem; min-width: 5px; width: .15rem; min-height: 5px; height: .15rem;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
    .wall11_swiper .swiper-slide p em{font-size: 14px;}
    .wall11_swiper .swiper-slide p span{font-size: 14px;}
}

.wall12{padding: 60px 0; background: url('../images/wall10_bg.jpg') left top repeat;}
.wall12 .page_nav_hd span{font-weight: bold; color: #cf9c7e; line-height: 58px;}
.wall12_con{padding: 30px 105px 45px 45px; border: 1px solid #d3d3d3; border-top: none; background-color: #fff; display: flex; align-items: flex-start; justify-content: space-between;}
.wall12_hd{width: 13.359%;}
.wall12_hd li{margin-top: 40px; font-size: 16px; font-weight: bold; color: #626262; height: 90px; display: flex; justify-content: center; flex-direction: column; align-items: flex-start;}
.wall12_hd li:nth-of-type(1){margin-top: 0;}
.wall12_bd{width: 84.447%;}
.wall12_bd li{margin-top: 40px;}
.wall12_bd li:nth-of-type(1){margin-top: 0;}
.wall12_bd li dl dd{float: left;}
.wall12_bd li dl dd a{display: block; position: relative; width: 100%; padding: 21.952% 0; overflow: hidden;}
.wall12_bd li dl dd a img{border: 1px solid #cacaca; background-color: #e4e4e4; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.wall12_bd li dl dd a img:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
@-webkit-keyframes tada{
    0%{-webkit-transform:scale(1);}
    10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
    40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
    100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{
    0%{-moz-transform:scale(1);}
    10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
    40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
    100%{-moz-transform:scale(1) rotate(0);}
}
.m_wall12_con{display: none;}
@media only screen and (min-width: 769px){
    .wall12_bd li dl dd{width: 23.164%; margin-top: 2.448%; margin-right: 2.448%;}
    .wall12_bd li dl dd:nth-of-type(-n+4){margin-top: 0;}
    .wall12_bd li dl dd:nth-of-type(4n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1200px){
    .wall12 .page_nav_hd{display: flex; font-size: .32rem;}
    .wall12_con{display: none;}
    .m_wall12_con{display: block; padding: 30px; border: 1px solid #d3d3d3; border-top: none; background-color: #fff;}
    .m_wall12_hd{display: flex; align-items: stretch; justify-content: center;}
    .m_wall12_hd li{transition: 0.4s; font-size: 16px; color: #626262; max-width: 200px; width: 33.33%; line-height: 120%; padding: .15rem 5px; text-align: center; border: 1px solid #d6d6d6; border-right: none; background-color: #fff;}
    .m_wall12_hd li:last-child{border: 1px solid #d6d6d6;}
    .m_wall12_hd li.active{color: #fff; border-color: #cf9c7e; background-color: #cf9c7e;}
    .m_wall12_bd{margin-top: 30px;}
    .m_wall12_bd li{height: 0; opacity: 0; overflow: hidden;}
    .m_wall12_bd li dl dd{float: left;}
    .m_wall12_bd li dl dd a{display: block; position: relative; width: 100%; padding: 21.952% 0; overflow: hidden; cursor: default;}
    .m_wall12_bd li dl dd a img{border: 1px solid #cacaca; background-color: #e4e4e4; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
    .m_wall12_bd li dl dd a img:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
    .m_wall12_bd li.active{height: 100%; opacity: 1;}
}
@media only screen and (min-width: 0) and (max-width: 1200px){
    .m_wall12_hd li{font-size: 14px;}
}
@media only screen and (min-width: 921px){
    .m_wall12_bd li dl dd{width: 23.334%; margin-top: 2.2213%; margin-right: 2.2213%;}
    .m_wall12_bd li dl dd:nth-of-type(-n+4){margin-top: 0;}
    .m_wall12_bd li dl dd:nth-of-type(4n){margin-right: 0;}}
@media only screen and (min-width: 521px) and (max-width: 920px){
    .m_wall12_bd li dl dd{width: 32%; margin-top: 2%; margin-right: 2%;}
    .m_wall12_bd li dl dd:nth-of-type(-n+3){margin-top: 0;}
    .m_wall12_bd li dl dd:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 520px){
    .m_wall12_bd li dl dd{width: 49%; margin-top: 2%; margin-right: 2%;}
    .m_wall12_bd li dl dd:nth-of-type(-n+2){margin-top: 0;}
    .m_wall12_bd li dl dd:nth-of-type(2n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall12{padding: .5rem 0;}
    .wall12 .page_nav_hd{margin-top: .5rem;}
    .wall12 .page_nav_hd span{line-height: 280%;}
    .m_wall12_con{padding: .30rem;}
    .m_wall12_bd{margin-top: .5rem;}
}

.wall13{padding: 120px 0; background: url('../images/wall13_bg.jpg') center center repeat; background-size: cover;}
.wall13_con{margin: 40px auto 0; max-width: 1200px; position: relative; overflow: hidden;}
.wall13_con>img{width:100%; display: block;}
.hoverOn{position: absolute; top: 0; background-color: transparent; overflow:hidden;}
.hoverOn img{float: left; width: 33.33%; height: 33%;}
.sliphover-container h5{font-size: 32px; color: #e7b16f; text-align: center;}
.sliphover-container p{font-size: 16px; color: #fff; text-align: center;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .wall13{padding: .5rem 0;}
    .wall13_con{margin-top: .5rem;}
    .hoverOn img{width: 33.33%; height: 33.33%;}
    .sliphover-container{padding: 5px;}
    .sliphover-container h5{font-size: 16px;}
    .sliphover-container p{font-size: 14px;}
}

/*==预约设计==*/
.design1{padding-top: 60px; padding-bottom: 60px;}
.design1_list{margin-top: 60px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; overflow: hidden;}
.design1_list li{width: 16.66%; padding: 0 10px; text-align: center;}
.design1_list li i{transition: 0.4s; display: block; height: 130px;}
.design1_list li:nth-of-type(1) i{background: url("../images/design1_list_ico1.png") center center no-repeat; background-size: contain;}
.design1_list li:nth-of-type(2) i{background: url("../images/design1_list_ico2.png") center center no-repeat; background-size: contain;}
.design1_list li:nth-of-type(3) i{background: url("../images/design1_list_ico3.png") center center no-repeat; background-size: contain;}
.design1_list li:nth-of-type(4) i{background: url("../images/design1_list_ico4.png") center center no-repeat; background-size: contain;}
.design1_list li:nth-of-type(5) i{background: url("../images/design1_list_ico5.png") center center no-repeat; background-size: contain;}
.design1_list li:nth-of-type(6) i{background: url("../images/design1_list_ico6.png") center center no-repeat; background-size: contain;}
.design1_list li h5{margin-top: 10px; font-size: 18px; font-weight: normal; color: #121212;}
.design1_list li p{margin-top: 10px; font-size: 14px; color:#666;}
.design1_list li:nth-of-type(1):hover i{background-image: url("../images/design1_list_ico1_h.png");}
.design1_list li:nth-of-type(2):hover i{background-image: url("../images/design1_list_ico2_h.png");}
.design1_list li:nth-of-type(3):hover i{background-image: url("../images/design1_list_ico3_h.png");}
.design1_list li:nth-of-type(4):hover i{background-image: url("../images/design1_list_ico4_h.png");}
.design1_list li:nth-of-type(5):hover i{background-image: url("../images/design1_list_ico5_h.png");}
.design1_list li:nth-of-type(6):hover i{background-image: url("../images/design1_list_ico6_h.png");}
.design1_bot{margin-top: 60px; padding: 30px; border: 1px solid #cf9c7e; background-color: #f8f8f8;}
.design1_bot>h5{font-size: 22px; color: #231815;}
.design_form{margin-top: 20px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.design_form section{margin-top: 2%; margin-right: 2%; width: 32%; display: flex; align-items: center; justify-content: flex-start;}
.design_form section:nth-of-type(-n+3){margin-top: 0;}
.design_form section:nth-of-type(3){margin-right: 0;}
.design_form section:nth-of-type(4),
.design_form section:nth-of-type(5),
.design_form section:nth-of-type(6){width: 100%; margin-right: 0;}
.design_form section:nth-of-type(6){justify-content: center;}
.design_form section #map{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.design_form section input[type="text"]{transition: 0.6s; font-size: 16px; color: #999999; width: 100%; line-height: 38px; padding: 0 20px; border: 1px solid #d4d4d4; background: #fff; outline: none;}
.design_form section input[type="text"]::-webkit-input-placeholder,
.design_form section textarea::-webkit-input-placeholder{color: #999999;}
.design_form section input[type="text"]:-moz-placeholder,
.design_form section textarea:-moz-placeholder{color: #999999;}
.design_form section input[type="text"]::-moz-placeholder,
.design_form section textarea::-moz-placeholder{color: #999999;}
.design_form section input[type="text"]:-ms-input-placeholder,
.design_form section textarea:-ms-input-placeholder{color: #999999;}
.design_form section input[type="text"]::placeholder,
.design_form section textarea::placeholder{color: #999999;}
.design_form section input[type="text"]:focus,.design_form section textarea:focus{border-color: #cf9c7e; box-shadow: 0 0 10px rgba(194,148,112,0.5);}
.design_form section select::-ms-expand{display: none;}
.design_form section select{font-size: 16px; color: #999999; width: 23.5%; line-height: 38px; padding: 0 20px; border: 1px solid #d4d4d4; background: url(../images/select_ico.png) #fff 92% center no-repeat; appearance:none; -moz-appearance:none; -webkit-appearance:none; outline: none;}
.design_form section select option{color: #999999;}
.design_form section textarea{transition: 0.6s; resize: none; font-size: 16px; color: #999999; width: 100%; height: 80px; padding: 10px 20px; border: 1px solid #d4d4d4; background: #fff; outline: none;}
.design_form .ver_code{margin-right: 4%; width: 48%; height: 42px;}
.design_form .ver_code>p{font-size: 14px;}
.design_form .ver_code .code-box p,.design_form .ver_code .code-box span{line-height: 42px; font-size: 14px;}
.design_form .ver_code .code-box span{width: 42px;}
.design_form .form_submit{font-size: 16px; width: 30%; height: 42px;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .design1{padding-top: .5rem; padding-bottom: .5rem;}
    .design1_list{margin-top: .5rem;}
    .design1_list li{width: 33.33%; margin-top: 2%;}
    .design1_list li:nth-of-type(-n+3){margin-top: 0;}
    .design1_list li i{height: 2.1rem;}
    .design1_list li h5{margin-top: .15rem; font-size: .34rem;}
    .design1_list li p{margin-top: .15rem; font-size: .30rem;}
    .design1_bot{margin-top: .5rem; padding: .3rem;}
    .design1_bot>h5{font-size: .35rem;}
    .design_form{margin-top: .2rem;}
    .design_form section{margin-top: 2%; margin-right: 0; width: 100%;}
    .design_form section:nth-of-type(2),.design_form section:nth-of-type(3){margin-top: 2%;}
    .design_form section #map{justify-content: flex-start; flex-wrap: wrap;}
    .design_form section input[type="text"]{font-size: .30rem; line-height: .75rem; padding: 0 .20rem;}
    .design_form section select{font-size: .30rem; margin-top: 2%; margin-right: 2%; width: 49%; line-height: .75rem; padding: 0 .20rem; background-position: 96% center;}
    .design_form section select:nth-of-type(-n+2){margin-top: 0;}
    .design_form section select:nth-of-type(2n){margin-right: 0;}
    .design_form section textarea{font-size: .30rem; height: 2rem; padding: .10rem .20rem;}
    .design_form .ver_code{margin-right: 2%; width: 49%; height: .75rem;}
    .design_form .ver_code>p{font-size: .30rem;}
    .design_form .ver_code .code-box p,.design_form .ver_code .code-box span{line-height: .75rem; font-size: .30rem;}
    .design_form .ver_code .code-box span{width: .75rem;}
    .design_form .form_submit{font-size: .30rem; width: 49%; height: .75rem;}
}
@media only screen and (min-width: 0) and (max-width: 500px){
    .design1_list li{width: 50%; padding: 0 5px;}
    .design1_list li:nth-of-type(3){margin-top: 2%;}
}


/*==门店查询==*/
.network{padding-top: 60px; padding-bottom: 60px;}
.cityList{display: flex; align-items: center; justify-content: space-between; box-shadow: 0 0 10px #ccc;}
.cityList-l{position: relative; width: 20%; height: 30px; margin-left: 30px; border: 1px solid #dcdcdc;}
.cityList-l input{transition: 0.4s; width: 100%; height: 100%; line-height: 28px; font-size: 14px; color: #656565; padding: 0px 30px 0px 5px; border: none; outline: none;}
.cityList-l input::-webkit-input-placeholder {color: #656565;}
.cityList-l input:-moz-placeholder {color: #656565;}
.cityList-l input::-moz-placeholder {color: #656565;}
.cityList-l input:-ms-input-placeholder {color: #656565;}
.cityList-l input::placeholder{color: #656565;}
.cityList-l input:focus{box-shadow: 0 0 10px #ccc}
.cityList-l button{position: absolute; right: 0; top: 0; width: 28px; height: 28px; line-height: 28px; font-size: 18px; color: #d7d7d7; text-align: center; border: none; outline: none; background: transparent; cursor: pointer;}
.cityList-l button i{position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.cityList-r{width: 70%;}
.cityList-r form{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.cityList-r form select{width: 100%; height: 60px; padding: 0px 30px; font-size: 14px; color: #656565; border: none; border-left: 1px solid #eee; outline: none; cursor: pointer;}
.networkMap{float: left; width: 69%;}
#allmap{width: 100%; height: 800px;}
.mapChose{float: right; width: 31%; height: 800px; overflow: hidden;}
.mapChose ul{width: 100%; height: 100%; overflow-y: scroll;}
.mapChose ul::-webkit-scrollbar{width: 10px; height: 10px;}
.mapChose ul::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); border-radius: 6px; background: #e5e5e5;}
.mapChose ul::-webkit-scrollbar-thumb{border-radius: 6px; background: #e76f30;}
.mapChose li{transition: 0.4s; position: relative; min-height: 200px; padding: 30px 30px 15px 80px; border-bottom: 1px solid #eee; cursor: pointer;}
.mapChose li:hover,.mapChose li.active{background: #fafafa}
.mapChose li i{position: absolute; top: 30px; left: 20px; width: 40px; height: 40px; line-height: 40px; font-size: 16px; color: #fff; text-align: center; font-style: normal; border-radius: 5px; background: #e76f30;}
.mapChose li h6{font-size: 16px; color: #141414; font-weight: normal; min-height: 48px; line-height: 24px;}
.mapChose li p{font-size: 14px; color: #969696; line-height: 24px;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .network{padding-top: .5rem; padding-bottom: .5rem;}
    .cityList{display: block; box-shadow: none;}
    .cityList-l{width: 100%; height: auto; margin-left: 0; border: 1px solid #eee;}
    .cityList-l input{height: .75rem; line-height: 100%; font-size: .30rem; padding: 0 .80rem 0 .20rem;}
    .cityList-l button{width: .75rem; height: .75rem; line-height: .75rem;}
    .cityList-r{margin-top: 2%; width: 100%;}
    .cityList-r form{display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
    .cityList-r form select{font-size: .30rem; margin-top: 2%; margin-right: 2%; width: 49%; height: .75rem; padding: 0 .20rem; border: 1px solid #eee;}
    .cityList-r form select:nth-of-type(-n+2){margin-top: 0;}
    .cityList-r form select:nth-of-type(2n){margin-right: 0;}
    .networkMap{margin-top: .5rem; width: 100%;}
    #allmap{height: 8rem;}
    .mapChose{margin-top: .5rem; width: 100%; height: 400px;}
    .mapChose ul::-webkit-scrollbar{width: 5px; height: 5px;}
}

/*==快速建店==*/
.shop1{padding-top: 90px; padding-bottom: 60px;}
.shop1_pic{margin: 50px auto 0; max-width: 860px; width: 100%;}
.shop1_pic img{width: 100%; height: 100%; object-fit: contain;}
.shop1_list{margin: 65px auto 0; max-width: 995px; width: 100%; overflow: hidden;}
.shop1_list li{float: left;}
.shop1_list li a{transition: 0.4s; padding: 43px 0; border: 1px solid #d3d3d3; border-radius: 8px; background-color: #f2f2f2; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.shop1_list li a .pic{margin: 0 auto; display: block; position: relative; width: 50px; height: 50px; overflow: hidden;}
.shop1_list li a .pic img{height: 100%; object-fit: contain;}
.shop1_list li a .pic img{transition: 0.4s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.shop1_list li a .pic .show{opacity: 1; filter: alpha(opacity=100);}
.shop1_list li a .pic .hid{opacity: 0; filter: alpha(opacity=0);}
.shop1_list li a p{transition: 0.4s; margin-top: 14px; font-size: 16px; color: #626262; line-height: 100%;}
.shop1_list li:hover a{border-color: #cf9c7e; background-color: #cf9c7e;}
.shop1_list li:hover a .pic .show{opacity: 0; filter: alpha(opacity=0);}
.shop1_list li:hover a .pic .hid{opacity: 1; filter: alpha(opacity=100);}
.shop1_list li:hover a p{color: #fff;}
@media only screen and (min-width: 1024px){
    .shop1_list li{width: 17.6%; margin-top: 3%; margin-right: 3%;}
    .shop1_list li:nth-of-type(-n+5){margin-top: 0;}
    .shop1_list li:nth-of-type(5n){margin-right: 0;}}
@media only screen and (min-width: 521px) and (max-width: 1023px){
    .shop1_list li{width: 23.5%; margin-top: 2%; margin-right: 2%;}
    .shop1_list li:nth-of-type(-n+4){margin-top: 0;}
    .shop1_list li:nth-of-type(4n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 520px){
    .shop1_list li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .shop1_list li:nth-of-type(-n+2){margin-top: 0;}
    .shop1_list li:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .shop1{padding-top: .5rem; padding-bottom: .5rem;}
    .shop1_pic{margin: .5rem auto 0;}
    .shop1_list{margin: .5rem auto 0; max-width: 100%;}
    .shop1_list li a{padding: .7rem 0; border-radius: 5px;}
    .shop1_list li a .pic{width: .8rem; height: .8rem;}
    .shop1_list li a p{margin-top: .2rem; font-size: .34rem;}
}

.shop2{padding: 90px 0; background: url(../images/shop2_bg.jpg) center no-repeat; background-size: cover;}
.shop2 .page_tit4 h5{color: #fff;}
.shop2_hd{margin: 40px auto 0; display: inline-block; width: auto; border-radius: 30px; background: #fff;}
.shop2_hd li{float: left; transition: 0.4s; font-size: 16px; color: #555555; line-height: 100%; padding: 20px 22.7px; border-radius: 30px; cursor: pointer;}
.shop2_hd li:hover,.shop2_hd li.active{color: #fff; background: #cf9c7e;}
.shop2_bd{margin-top: 50px; position: relative;}
.shop2_bd .swiper-slide a{display: block;}
.shop2_bd .swiper-slide a .pic{display: block; position: relative; width: 100%; padding: 50.178% 0; overflow: hidden;}
.shop2_bd .swiper-slide a .pic img{transition: 0.4s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.shop2_bd .swiper-slide a h5{transition: 0.4s; font-size: 18px; color: #3d3d3d; line-height: 100%; padding: 30px 0; text-align: center; background: #fff;}
.shop2_bd .swiper-button-prev{transition: 0.4s; opacity: 1; width: 60px; height: 60px; left: 0; transform: translateX(-100%); margin-left: -40px; margin-top: -30px; background: url("../images/btn_prev11.png") center center no-repeat; background-size: contain; outline: none;}
.shop2_bd .swiper-button-next{transition: 0.4s; opacity: 1; width: 60px; height: 60px; right: 0; transform: translateX(100%); margin-right: -40px; margin-top: -30px; background: url("../images/btn_next11.png") center center no-repeat; background-size: contain; outline: none;}
.shop2_bd .swiper-button-prev:hover{background-image: url("../images/btn_prev12.png");}
.shop2_bd .swiper-button-next:hover{background-image: url("../images/btn_next12.png");}
.shop2_bd .swiper-slide:hover a .pic img{transform: scale(1.05);}
.shop2_bd .swiper-slide:hover a h5{color: #fff; background: #cf9c7e;}
@media only screen and (min-width: 0) and (max-width: 1400px){
    .shop2_bd{padding: 0 80px;}
    .shop2_bd .swiper-button-prev{transform: translateX(0); margin-left: 0;}
    .shop2_bd .swiper-button-next{transform: translateX(0); margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1240px){
    .shop2_hd{display: block; width: 100%; border-radius: 0;}
    .shop2_hd li{width: 20%; padding: 20px 0; text-align: center; border-radius: 0;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .shop2{padding: .5rem 0;}
    .shop2_hd{margin: .5rem auto 0;}
    .shop2_hd li{width: 20%; font-size: .32rem; padding: .3rem 0;}
    .shop2_bd{margin-top: .5rem; padding: 0 1rem;}
    .shop2_bd .swiper-slide a h5{font-size: .32rem; padding: .3rem 0;}
    .shop2_bd .swiper-button-prev{width: .8rem; height: .8rem; margin-top: -.4rem;}
    .shop2_bd .swiper-button-next{width: .8rem; height: .8rem; margin-top: -.4rem;}
}
@media only screen and (min-width: 0) and (max-width: 600px){
    .shop2_hd li{width: 25%;}
}
@media only screen and (min-width: 0) and (max-width: 460px){
    .shop2_hd li{width: 33.33%;}
}
@media only screen and (min-width: 0) and (max-width: 400px){
    .shop2_hd li{width: 50%;}
}
.f_wordspic p{display: inline-block; width: 48.5%; text-align: center; font-size: 14px;}
.f_wordspic img{}
/*.shop3 .page_tit4{padding: 90px 0;}
.shop3_swiper{z-index: 1; position: relative; padding: 100px 0;}
.shop3_swiper::before{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 100%; background: url(../images/shop3_list_bg.jpg) center no-repeat; background-size: cover;}
.shop3_swiper .swiper-slide a{display: block;}
.shop3_swiper .swiper-slide a .pic{display: block; position: relative; width: 100%; padding: 37.5% 0; overflow: hidden;}
.shop3_swiper .swiper-slide a .pic img{transition: 0.4s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.shop3_swiper .swiper-slide a p{transition: 0.4s; font-size: 18px; color: #3d3d3d; line-height: 100%; padding: 30px 0; text-align: center; background: #fff;}
.shop3_swiper .swiper-button-prev{transition: 0.4s; opacity: 1; width: 60px; height: 60px; left: 0; transform: translateX(-100%); margin-left: -40px; margin-top: -30px; background: url("../images/btn_prev12.png") center center no-repeat; background-size: contain; outline: none;}
.shop3_swiper .swiper-button-next{transition: 0.4s; opacity: 1; width: 60px; height: 60px; right: 0; transform: translateX(100%); margin-right: -40px; margin-top: -30px; background: url("../images/btn_next12.png") center center no-repeat; background-size: contain; outline: none;}
.shop3_swiper .swiper-slide:hover a .pic img{transform: scale(1.05);}
.shop3_swiper .swiper-slide:hover a p{color: #fff; background: #cf9c7e;}
@media only screen and (min-width: 0) and (max-width: 1400px){
    .shop3_swiper{padding: 100px 80px;}
    .shop3_swiper .swiper-button-prev{transform: translateX(0); margin-left: 0;}
    .shop3_swiper .swiper-button-next{transform: translateX(0); margin-right: 0;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .shop3 .page_tit4{padding: .5rem 0;}
    .shop3_swiper{padding: .5rem 1rem;}
    .shop3_swiper .swiper-slide a p{font-size: .34rem; padding: .3rem 0;}
    .shop3_swiper .swiper-button-prev{width: .8rem; height: .8rem; margin-top: -.4rem;}
    .shop3_swiper .swiper-button-next{width: .8rem; height: .8rem; margin-top: -.4rem;}
}*/
.shop3 .page_tit4{padding: 90px 0;}
.shop3_con{z-index: 1; position: relative; padding: 100px 0;}
.shop3_con::before{z-index: -1; position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ""; width: 1920px; height: 100%; background: url(../images/shop3_list_bg.jpg) center no-repeat; background-size: cover;}
.shop3_con>a{transition: 0.4s; margin: 40px auto 0; display: block; width: 155px; font-size: 16px; color: #3d3d3d; line-height: 100%; padding: 12px 0; text-align: center; border-radius: 20px; background-color: #fff;}
.shop3_con>a:hover{color: #fff; background: #cf9c7e;}
.shop3_list{display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.shop3_list li{float: left;}
.shop3_list li a{display: block; width: 100%; height: 100%; background: #fff;}
.shop3_list li a .pic{display: block; position: relative; width: 100%; padding: 37.5% 0; overflow: hidden;}
.shop3_list li a .pic img{transition: 0.4s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.shop3_list li a p{transition: 0.4s; font-size: 18px; color: #3d3d3d; line-height: 140%; padding: 25px 0; text-align: center;}
.shop3_list li:hover a .pic img{transform: scale(1.05);}
.shop3_list li:hover a p{color: #fff; background: #cf9c7e;}
@media only screen and (min-width: 0) and (max-width: 1400px){
    .shop3_con{padding: 100px 80px;}
}
@media only screen and (min-width: 961px){
    .shop3_list li{width: 32%; margin-top: 2%; margin-right: 2%;}
    .shop3_list li:nth-of-type(-n+3){margin-top: 0;}
    .shop3_list li:nth-of-type(3n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 960px){
    .shop3_list li{width: 49%; margin-top: 2%; margin-right: 2%;}
    .shop3_list li:nth-of-type(-n+2){margin-top: 0;}
    .shop3_list li:nth-of-type(2n){margin-right: 0;}
}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .shop3 .page_tit4{padding: .5rem 0;}
    .shop3_con{padding: .5rem 0;}
    .shop3_con>a{margin: .5rem auto 0; width: 2.5rem; font-size: .30rem; padding: .18rem 0; border-radius: .3rem;}
    .shop3_list li a p{font-size: .34rem; padding: .25rem 0;}
}

.shop4{padding: 90px 0;}
.shop4>a{transition: 0.4s; margin: 40px auto 0; display: block; width: 155px; font-size: 16px; color: #fff; line-height: 100%; padding: 12px 0; text-align: center; border-radius: 20px; background-color: #3d3d3d;}
.shop4>a:hover{background: #cf9c7e;}
.shop4_list{margin-top: 50px; position: relative; height: 760px;}
.shop4_list li{position: absolute;}
.shop4_list li a{display: block; width: 100%; height: 100%;}
.shop4_list li .pic{display: block; position: relative; width: 100%; height: 100%; overflow: hidden;}
.shop4_list li .pic::after{position: absolute; right: 20px; bottom: 20px; content: ""; width: 34px; height: 34px; background: url(../images/shop4_list_ico.png) center no-repeat; background-size: contain;}
.shop4_list li .pic img{transition: 0.4s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.shop4_list li p{font-size: 18px; color: #896d61; padding: 0 10px; height: 60px; line-height: 20px; text-align: center; background: #2a1f19; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.shop4_list li:hover .pic img{transform: scale(1.05);}
@media only screen and (min-width: 1024px){
    .shop4_list li:nth-of-type(1){left: 0; top: 0;}
    .shop4_list li:nth-of-type(1) .pic{width: 600px; height: 400px;}
    .shop4_list li:nth-of-type(1) p{width: 600px;}
    .shop4_list li:nth-of-type(2){left: 600px; top: 0;}
    .shop4_list li:nth-of-type(2) .pic{width: 300px; height: 240px;}
    .shop4_list li:nth-of-type(2) p{width: 300px;}
    .shop4_list li:nth-of-type(3){left: 900px; top: 0;}
    .shop4_list li:nth-of-type(3) .pic{width: 300px; height: 240px;}
    .shop4_list li:nth-of-type(3) p{width: 300px;}
    .shop4_list li:nth-of-type(4){left: 0; top: 460px;}
    .shop4_list li:nth-of-type(4) .pic{width: 300px; height: 240px;}
    .shop4_list li:nth-of-type(4) p{width: 300px;}
    .shop4_list li:nth-of-type(5){left: 300px; top: 460px;}
    .shop4_list li:nth-of-type(5) .pic{width: 300px; height: 240px;}
    .shop4_list li:nth-of-type(5) p{width: 300px;}
    .shop4_list li:nth-of-type(6){left: 600px; top: 300px;}
    .shop4_list li:nth-of-type(6) .pic{width: 600px; height: 400px;}
    .shop4_list li:nth-of-type(6) p{width: 600px;}}
/* and (max-width: 1240px)*/
@media only screen and (min-width: 0){
    .shop4_list{height: auto;}
    .shop4_list li{position: static; float: left; height: 100% !important;}
    .shop4_list li .pic{padding: 35% 0; width: 100% !important; height: 100% !important;}
    .shop4_list li p{width: 100% !important;}
}
@media only screen and (min-width: 961px){
    .shop4_list li{width: 32% !important; margin-top: 2%; margin-right: 2%;}
    .shop4_list li:nth-of-type(-n+3){margin-top: 0;}
    .shop4_list li:nth-of-type(3n){margin-right: 0;}}
@media only screen and (min-width: 0) and (max-width: 960px){
    .shop4_list li{width: 49% !important; margin-top: 2%; margin-right: 2%;}
    .shop4_list li:nth-of-type(-n+2){margin-top: 0}
    .shop4_list li:nth-of-type(2n){margin-right: 0;}}

@media only screen and (min-width: 0) and (max-width: 1023px){
    .shop4{padding: .5rem 0;}
    .shop4>a{margin: .5rem auto 0; width: 2.5rem; font-size: .30rem; padding: .18rem 0; border-radius: .3rem;}
    .shop4_list{margin-top: .5rem;}
    .shop4_list li .pic::after{right: 10px; bottom: 10px; width: .55rem; height: .55rem;}
    .shop4_list li p{display: none; font-size: .38rem; line-height: 240%;}
}

.shop_view1{padding-top: 40px; padding-bottom: 60px;}
.shop_view1_words h5{margin-bottom: 20px; font-size: 24px; color: #3c3c3c;}
.shop_view1_words p{font-size: 16px; color: #626262; line-height: 30px;}
.shop_view1_list{margin-top: 35px;}
.shop_view1_list li{padding: 35px 0; border-top: 1px solid #e4e4e4;}
.shop_view1_list li:last-child{border-bottom: 1px solid #e4e4e4;}
.shop_view1_list li>h5{font-size: 24px; color: #3c3c3c; line-height: 30px; cursor: pointer; display: flex; align-items: flex-start; justify-content: space-between;}
.shop_view1_list li>h5 i{transition: 0.4s; display: inline-block; min-width: 30px; width: 30px; height: 30px; background: url(../images/shop_view1_list_ico.png) center no-repeat;}
.shop_view1_list li .words{display: none; margin-top: 25px;}
.shop_view1_list li.active>h5 i{transform: rotate(-180deg); background-image: url(../images/shop_view1_list_ico_h.png);}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .shop_view1{padding-top: .5rem; padding-bottom: .5rem;}
    .shop_view1_words h5{margin-bottom: .3rem; font-size: 16px;}
    .shop_view1_words p{font-size: 14px; line-height: 160%;}
    .shop_view1_list{margin-top: .5rem;}
    .shop_view1_list li{padding: .5rem 0;}
    .shop_view1_list li>h5{font-size: 16px; line-height: 160%;}
    .shop_view1_list li>h5 i{min-width: .48rem; width: .48rem; height: .48rem;}
    .shop_view1_list li .words{margin-top: .25rem;}
    .shop_view1_list li .words p{font-size: 14px !important; line-height: 160% !important;}
}
@media only screen and (min-width: 0) and (max-width: 500px){
    .shop_view1_list li>h5 i{background-size: 80%;}
}

.shop_view2{padding-top: 40px; padding-bottom: 60px;}
@media only screen and (min-width: 0) and (max-width: 1023px){
    .shop_view2{padding-top: .5rem; padding-bottom: .5rem;}
}
.schoolfeng{padding-top: 30px;}
.schoolfeng ul li{background-color: #cecdcd; cursor: pointer;}
strong{font-weight: bold}
/* 2020.9.14 */
.he{
    margin-top: 7%;
    background-color: #f2f2f2;
}
.tuijian {
    margin-bottom: 3%;
}
.tuijian .tuijian-main{
    width: 1200px;
    margin: 0 auto;
    background-color: #f8f8f8;
}
.tuijian h3{
    background-color: #231815;
    text-align: center;
}
.tuijian h3 span{
    font-size: 25px;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 15px 70px;
    position: relative;
}
.tuijian h3 span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 50px;
    height: 1px;
}
.tuijian h3 span::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 50px;
    height: 1px;
}
.tuijian .tuijian-main .nr{
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    align-content: space-between;
    justify-content: space-between;
}
.tuijian .nr{
    padding: 30px 15px 30px 15px;
}
.tuijian .nr .left{
    width: 55%;
    display: flex;
    flex-wrap: unset;
    align-items: center; 
    justify-content: flex-start;
}
.tuijian .left .le-a{
    position: relative;
    width: 46%;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
}

.tuijian .left .le-a:hover h5 span{
    color: #cf9c7e;
}
.tuijian .left .le-a img{
    width: 100%;
    height: 195px;
    object-fit: cover;
}
.tuijian .left .le-a h5{
    bottom: 14px;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    
}
.tuijian .left .le-a h5 span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #fff;
    transition: .4s all;
}
.tuijian .left .le-ul{
    padding-left: 20px;
}
.tuijian .left .le-ul li+li{
    margin-top: 24px;
}
.tuijian .left .le-ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    transition: .4s all;
}
.tuijian .left .le-ul li a:hover{
    color: #cf9c7e;
}
.tuijian .left .le-ul li a::before{
    content: '';
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #cf9c7e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tuijian .nr .right{
    width: 43%;
}
.tuijian .nr .right dl dd a{
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    justify-content: flex-start;
}
.tuijian .nr .right dl dd a:hover .text h4{
    color: #cf9c7e;
}
.tuijian .nr .right dl dd a:hover .text p{
    color: #cf9c7e;
}
.tuijian .nr .right dl dd a:hover .text span{
    color: #cf9c7e;
}
.tuijian .nr .right dl dd a figure{
    width: 30%;
    position: relative;
}
.tuijian .nr .right dl dd a figure img{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}
.tuijian .nr .right dl dd a .text{
    width: 70%;
    padding-left: 8%;
}
.tuijian .nr .right dl dd a .text h4{
    transition: .4s all;
}
.tuijian .nr .right dl dd a .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin: 10px 0 18px 0;
    transition: .4s all;
}
.tuijian .nr .right dl dd a .text span{
    font-size: 14px;
    color: red;
    display: block;
    text-align: right;
    transition: .4s all;
}
.tuijian .nr .right dl dd+dd{
    margin-top: 20px;
}
@media screen and (max-width: 1200px){
    .tuijian .tuijian-main{
        width: 100%;
        padding: 0 .32rem;
    }
}
@media screen and (max-width: 1024px){
    .tuijian .left .le-a{
        width: 94%;
    }
}
@media screen and (max-width: 920px){
    .tuijian .nr .left{
        display: none;
    }
    .tuijian .nr .right{
        width: 100%;
    }
    .tuijian .nr .right dl dd a{
        align-items: unset;
    }
    .tuijian .nr .right dl dd a .text p{
        -webkit-line-clamp: 2;
        margin-bottom: 3%;
    }
    .tuijian h3 span{
        font-size: 18px;
    }
    .tuijian .tuijian-main{
        padding: 0;
    }
}

@media screen and (max-width: 520px){
    .tuijian .nr .right dl dd a figure{
        width: 100%;
    }
    .tuijian .nr .right dl dd a .text{
        width: 100%;
        padding: 3% 0 0 0;
    }
    .tuijian .tuijian-main .nr{
        padding: 4% 0;
    }
    .tuijian .nr .right dl dd{
        padding: 3%;
        border: 1px solid #ccc;
    }
}
/*=================内页样式            结束=======================*/


/*尾部*/
.footer {
    position: relative;
    padding:80px 0 0 0;
    background-image: -webkit-linear-gradient(top,#333,#333);
}
.footer::before {
    opacity: 0.02;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/logo-icon.svg) no-repeat right center/50%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.footer .container {
    position: relative;
    z-index: 2;
}

.footer-slogan {
    padding:20px 0;
}
.footer-slogan .logo {
    float: left;
    width:50%;
}
.footer-slogan .logo img {
    max-width: 220px;
    opacity:0.5;
}
.footer-slogan .slogan {
    float: right;
    width:30%;
    padding:20px 0 0 0;
    font-size: 24px;
    color:#fff;
}
.footer .footer-box {
    padding:4% 0 4% 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}


/*尾部*/
.footer {
    position: relative;
    padding:80px 0 0 0;
    background-image: -webkit-linear-gradient(top,#333,#333);
}
.footer::before {
    opacity: 0.05;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/logo-icon.svg) no-repeat right center/50%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.footer .container {
    position: relative;
    z-index: 2;
}

.footer-slogan {
    padding:20px 0;
}
.footer-slogan .logo {
    float: left;
    width:50%;
}
.footer-slogan .logo img {
    max-width: 380px;
    opacity:0.5;
}
.footer-slogan .slogan {
    float: right;
    width:30%;
    padding:20px 0 0 0;
    font-size: 24px;
    color:#fff;
    opacity: 0.5;
}
.footer .footer-box {
    padding:4% 0 4% 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}


/*尾部-菜单*/
.footer .footer-box .foot-menu {
    float:left;
    width:70%;
    position:relative;
}

.footer .footer-box .foot-menu .item {
    float:left;
    width:16.66%;
}

.footer .footer-box .foot-menu .item a.tit {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    opacity:1;
    margin-bottom: 20px;
    padding: 0px 0;
}
.footer .footer-box .foot-menu .item a.tit::after {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    z-index: -1;
    background: url(../images/logo-icon.svg) no-repeat center center/100%;
}
.footer .footer-box .foot-menu .item a {
    display:block;
    font-size: 14px;
    color:#999;
    padding:6px 0;
    transition: transform 1s;
}
.footer .footer-box .foot-menu .item a:hover {
    color:#cf9c7e;
    transform: translate(5px,0px);
}
.footer-contact {
    float: left;
    width:30%;
    position:relative;
}
.footer-contact .address {
    margin:0 0 3% 0;
}
.footer-contact .address h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    padding: 0px 0;
}
.footer-contact .address p{
    position:relative;
    padding: 5px 0 5px 0px;
    font-size: 14px;
    color:#999;
}
.footer-contact .address p span {
}
.footer-contact .address p a {
    font-size: 14px;
    color:#999;
}
.footer-contact .address p.call a {
    font-size: 32px;
    color: #cf9c7e;
    font-family: "Futura-Medium";
}

.footer-contact .guanzhu {
    margin:0 0 0 0;
}
.footer-contact .guanzhu .tit {
    font-size: 16px;
    color: #999;
    margin:0 0 30px 0;
}
.footer-contact .guanzhu .icon {
}
.footer-contact .guanzhu .icon .item {
    display:inline-block;
    width:40px;
    height:40px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-right: 10px;
    padding:2px;
    -webkit-border-radius: 25px;
    position: relative;
}
.footer-contact .guanzhu .icon .item i {
    display:table-cell;
    vertical-align:middle;
    width:40px;
    height:32px;
    text-align: center;
}
.footer-contact .guanzhu .icon .item i img {
    opacity:1;
    max-width: 20px;
}
.footer-contact .guanzhu .icon .item .fix {
    display:none;
    position: absolute;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
}
.footer-contact .guanzhu .icon .item .fix img {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-contact .guanzhu .icon .item .fix:after {
   content: "";
    position: absolute;
    left: 38%;
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.footer-contact .guanzhu .icon .item:hover .fix {
    display:block;
}


@media screen and (max-width:1024px){
.footer::before {
    opacity: 0.02;
    background: url(../images/logo-icon.svg) no-repeat right bottom/100%;
}
.footer .container {
    z-index: 2;
}

.footer-slogan {
    padding:20px 0;
    text-align: center;
}
.footer-slogan .logo {
    width:100%;
}
.footer-slogan .logo img {
    max-width: 120px;
}
.footer-slogan .slogan {
    width:100%;
    padding:20px 0 0 0;
    font-size: 20px;
}
.footer .footer-box {
    padding:4% 0;
}

.footer-logo {
    padding:5% 0;
}
.footer-logo img {
    max-width: 30%;
}
.footer-contact {
    width:100%;
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: 14px;
}
.footer-contact .address p.call a {
    font-size: 24px;
}
.footer-guanzhu {
    width:100%;
    margin:0 0 0 0;
}
}

/*尾部-版权*/
.copy {
    padding:30px 0 20px 0;
}
.copy p {
    display:inline-block;
    margin:0 20px 0 0;
    font-size: 14px;
    color:#999;
}
.copy a {
    font-size: 14px;
    color:#999;
}
.copy .other {
    float: right;
}
.copy .other span {
    font-size: 14px;
    color:#999;
}
.copy .other a {
    font-size: 14px;
    color:#999;
    padding:0 0 0 10px;
}

@media screen and (max-width:1024px){
.footer {
    margin: 0 0 0px 0;
    padding:10% 0 6% 0;
}

.footer .footer-box {}

.footer .footer-box .foot-menu {
    width:100%;
    padding: 5% 0%;
}
.footer .footer-box .foot-menu::before {
    display:none;
}
.footer .footer-box .foot-menu .item {
    width:50%;
}

.footer .footer-box .foot-menu .item a.tit {
    display: block;
    font-size: 14px;
    margin-bottom:2%;
    padding: 3% 0 3% 0;
}
.footer .footer-box .foot-menu .item a.tit::after {
    display: none;
}
.footer .footer-box .foot-menu .item a {
    display:none;

}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
}

.copy {
   
}
.copy p {

}
.copy a {
}
.copy .other {
    display:none;
}
.copy .other span {

}
.copy .other a {

}
}
/*尾部-版权*/


/*右边浮窗按钮*/
.right-line {
    position: fixed;
    bottom: 45%;
    right: 0;
    width: 15px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    z-index: 999;
    background: #cf9c7e;
}
.right-line::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    margin: 0 0 0 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
}
.right-line:hover .right-fixed,
.right-fixed.right-fixed-hover {
    right: 0;
}

.right-fixed {
    *display: none;
    position:fixed;
    bottom: 15%;
    right: -100px;
    width: 80px;
    z-index: 999;
    background: #fff;
    border-radius: 10px 0 0 10px;
    border: 1px solid #eeeeee;
    transition: all 0.3s;
}
.right-fixed .icon {
    padding:2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position:relative;
}
.right-fixed .icon i {
    display:inline-block;
    width:80px;
    height:42px;
    line-height: 42px;
}
.right-fixed .icon i img {
    width:35px;
}
.right-fixed .icon span {
    font-size: 12px;
    color:#666;
}
.right-fixed .icon:hover span {
    color: #cf9c7e;
}
.right-fixed .icon .weixin {
    display:none;
    position: absolute;
    top: -32px;
    right: 80px;
    width: 130px;
    min-height: 130px;
    padding:10px;
    border-radius:10px;
    background: #fff;
    overflow:hidden;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    max-width:100px;
}
.right-fixed .icon  .call {
    position: absolute;
    top: 0;
    right: -300px;
    width: 200px;
    height: 70px;
    background: #fff;
    padding:22px 0;
    box-sizing:border-box;
    overflow:hidden;
    border: 1px solid #eeeeee;
    transition: all 0.5s;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #a47953;
    font-family: 'Montserrat';
}
/*自适应样式*/
@media screen and (max-width:1024px){
.right-line {
    width: 0;
}
.right-fixed {
    display: flex;
    display:none;
    position:fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0.1rem 0.1rem 0 0;
}
.right-fixed .icon{
    flex: 1;
}
.right-fixed .icon i {
    display:block;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align:center;
}
.right-fixed .icon i img {
    width:25px;
}
.right-fixed .icon span {
    font-size: 12px;
}
.right-fixed .icon:hover span {
    color: #252525;
}
.right-fixed .icon .weixin {
    display:none;
    position:absolute;
    top:-32px;
    right:80px;
    width:100px;
    height:100px;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    width:100%;
}
.right-fixed .icon  .call {
    display:none;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #fff;
}
}
/*右边浮窗按钮*/