html {
    color: #000;
    background: #FFF;
    font-size: 14px
}
body {
    font-size: 14px;
    font-family: '苹方' !important;
    color: #5f5d5d;
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
}
* {
    padding: 0;
    margin: 0
}
*， *:after, *:before {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
a {
    text-decoration: none;
    color: #333
}
a:hover  {
    text-decoration: none;
}
a:hover * {
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}
ol, ul {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
#yui3-css-stamp.cssreset {
    display: none
}
.fl {
    float: left
}
.fr {
    float: right
}
.left {
    text-align: left
}
.center {
    text-align: center
}
.right {
    text-align: right
}
.ver-mid {
    vertical-align: middle
}
.clear {
    clear: both
}
.fanzhuan {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}
.hover-shadow {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}
.hover-shadow:hover {
    box-shadow: 0 3px 8px #e6e6e6;
    -moz-box-shadow: 0 3px 8px #e6e6e6;
    -webkit-box-shadow: 0 3px 8px #e6e6e6
}
.hover-large {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}
.hover-large:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}
.clearfix:after {
    clear: both
}
.dis_table {
    display: table;
    text-align: center;
    height: 100%
}
.dis_tablecell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}
.o_hidden {
    overflow: hidden
}
.txt_hidden {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.btn-hoverbg {
    position: relative;
    overflow: hidden
}
.btn-hoverbg:after {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    content: attr(data-text);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #007AFF;
    color: #fff;
    overflow: hidden
}
.btn-hoverbg:hover:after {
    width: 100%
}
.relative {
    position: relative
}
.absolute {
    position: absolute
}
.have-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
.have-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
.bg-full {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat
}
.ver-center {
    display: flex;
    flex-direction: column;
    justify-content: center
}
.row-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}
.checkbox, .radiobox {
    vertical-align: middle;
    display: inline-block;
    line-height: 22px;
    text-align: left
}
.checkbox label, .radiobox label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle
}
.checkbox label:before, .radiobox label:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: url(../img/checkbox.png) center center no-repeat;
    margin-left: -16px;
    margin-right: 8px;
    vertical-align: middle
}
.checkbox input, .radiobox input {
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative
}
.checkbox input:checked + label::before, .radiobox input:checked + label::before {
    background: url(../img/checkbox-on.png) center center no-repeat
}
.radiobox label:before {
    background: url(../img/radio.png) center center no-repeat
}
.radiobox input:checked + label::before {
    background: url(../img/radio-on.png) center center no-repeat
}
.radiobox.blue input:checked + label::before {
    background: url(../img/radio-on-blue.png) center center no-repeat;
    background-size: 100% 100%
}
.scrollbar::-webkit-scrollbar {
    width: 5px;
    background: #f9f9f9
}
.scrollbar::-webkit-scrollbar-thumb {
    background: #e9e9e9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.anim-tiaodong {
    animation: tiaodong .8s infinite
}
@keyframes tiaodong {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }
    100% {
        transform: translate(15px, 0);
        opacity: 1
    }
}
body {
    padding-top: 100px
}
.header {
    height: 100px;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999
}
.header.shadow {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1)
}
.logo {
    float: left;
    height: 55px
}
.icon-search {
    float: right;
    width: 15px;
    margin-top: 25px;
    margin-right: 10px;
    cursor: pointer
}
.nav {
    float: right;
    line-height: 24px;
    margin-top: 20px;
    margin-right: 15px;
    border-right: 1px solid #eeeeee
}
.nav li {
    margin-right: 30px;
    float: left
}
.nav a {
    display: block;
    font-size: 14px;
    color: #605e5e
}
.nav a:hover {
    color: #a6816a;
    font-weight: bold
}
.icon-menu {
    position: absolute;
    right: 10px;
    top: 30px;
    display: none
}
.footer {
    background: #393939;
    color: #979797;
    padding: 80px 0;
    font-size: 12px;
    line-height: 24px
}
.footer:before, .footer:after {
    display: table;
    content: " "
}
.footer:after {
    clear: both
}
.footer .grid {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.footer .grid1 {
    width: 23%;
    padding: 0 .6rem 0 .6rem;
    border-right: 1px solid #4a4a4a
}
.footer .grid1 .copyinfo .lnk {
    display: flex
}
.footer .grid1 .copyinfo .lnk .icon-box {
    margin-right: 10px;
    position: relative
}
.footer .grid1 .copyinfo .lnk .icon-box .iconfont {
    font-size: 16px
}
.footer .grid1 .copyinfo .lnk .icon-box .icon-img {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -33px;
    top: -90px;
    display: none
}
.footer .grid1 .copyinfo .lnk .icon-box .icon-img img {
    width: 100%;
    height: 100%
}
.footer .grid1 .copyinfo .lnk .icon-box:hover .icon-img {
    display: block
}
.footer .grid2 {
    width: 16.5%;
    padding: 0 .43rem;
    margin-right: 2%
}
.footer .grid2 .txt {
    margin-left: 64px;
    margin-bottom: 5px
}
.footer .grid3 {
    width: 18%;
    padding-right: 24px
}
.footer .grid3 .tit {
    color: #fff;
    font-size: 13px
}
.footer .grid3 .line {
    background: #282828;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px
}
.footer .grid3 .line:after {
    display: block;
    content: ' ';
    width: .26rem;
    height: 2px;
    background: #a6816a
}
.back-top {
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 100px;
    right: 10%;
    font-size: 32px;
    text-align: center;
    line-height: 36px;
    border: 1px solid black
}
.back-top .back-topbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
.f-ewm {
    width: 1rem;
    float: left;
    text-align: center
}
.f-ewm img {
    width: 100%;
    margin-bottom: 5px
}
.copyinfo {
    margin-left: 1.4rem
}
.copyinfo .lnk {
    margin-top: 10px
}
.copyinfo .lnk a {
    margin-right: 10px
}
.wap-foot {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 12px 0;
    z-index: 99
}
.wap-foot table {
    width: 100%
}
.wap-foot table td {
    width: 33.3%;
    font-size: 14px;
    text-align: center
}
.wap-foot table td:last-child {
    border: none
}
.wap-foot table td img {
    width: 20%
}
.banner {
    width: 100%;
}
.banner .swiper-slide {
    color: #fff
}
.banner .swiper-slide .img {
    width: 100%;
}
.banner .swiper-slide .img img {
    display: block;
    width: 100%;
}
.banner .swiper-slide .cn,
.banner .swiper-slide .en {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-width: 100%;
    text-align: center;
}
.banner .swiper-slide .cn {
    opacity: 0;
}
.banner .swiper-slide:hover .en {
    opacity: 0;
}
.banner .swiper-slide:hover .cn {
    opacity: 1;
}
.banner .swiper-slide .txt img {
    max-width: 100%;
}
.banner .swiper-button-next, 
.banner .swiper-button-prev {
    background-size: auto
}
.banner .swiper-button-next {
    background-image: url(../img/icon-next.png)
}
.banner .swiper-button-prev {
    background-image: url(../img/icon-prev.png)
}
.home-about {
    padding: 1rem 0;
    background: url(../img/yard-bg1.jpg) center/cover no-repeat;
}
.home-about .cont {
    width: 950px;
    margin: 50px auto;
    color: #545252;
    font-size: 16px;
    line-height: 28px
}
.h-a-tit {
    text-align: center
}
.h-a-tit .ch {
    font-size: 42px;
    font-family: "华文新魏";
    color: #a6816a;
    margin-bottom: 20px
}
.h-a-tit .en {
    font-size: 14px;
    color: #8e8e8e;
    font-family: "century gothic";
    text-transform: uppercase
}
.h-a-i-box {
    width: 780px;
    margin: 0 auto
}
.sep-line {
    margin: 22px auto;
    height: 2px;
    width: 25px;
    background: #a6816a
}
.h-a-item {
    width: 305px;
    height: 305px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border: 2px solid #f0f0f0;
    margin: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left
}
.h-a-item .tit {
    font-size: .4rem;
    line-height: .4rem;
    margin-bottom: 15px;
    font-weight: bold
}
.h-a-item .en {
    font-size: 16px;
    color: #333;
    font-family: "century gothic"
}
.h-a-item .line {
    margin: 22px auto;
    height: 2px;
    width: 25px;
    background: #333;
}
.h-a-item:hover {
    border-color: #a6816a
}
.h-a-item:hover p {
    color: #a6816a;
}
.h-a-item:hover .line {
    background-color: #a6816a;
}
.sec-tit {
    padding: .6rem 0;
    text-align: center
}
.sec-tit .sep-line {
    width: 57px;
    height: 5px;
    margin: 0 auto 22px
}
.sec-tit .ch {
    font-size: .44rem;
    line-height: .5rem;
    margin-bottom: 22px;
    font-weight: bold
}
.sec-tit .en {
    color: #a6816a;
    font-size: 16px
}
.sec-tit .desc {
    width: 790px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 28px
}
.bg-ln {
    background: url(../img/bg-ln.jpg) center center no-repeat;
    background-size: cover
}
.bg-ln .item {
    padding: .75rem 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #c8a05a;
    border-bottom: 2px solid #c8a05a;
    text-align: center
}
.bg-ln .item .ch {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px
}
.bg-ln .item .en {
    font-size: 14px;
    font-family: "century gothic", arial;
    text-transform: uppercase
}
.bg-ln .item:last-child {
    border: none
}
.bg-ln .item:hover {
    background: rgba(166, 129, 106, 0.7);
    color: #fff
}
.fw-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 4.95rem;
    color: #fff;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    text-align: center
}
.fw-item .ch {
    font-size: 32px;
    margin-bottom: 20px
}
.fw-item .en {
    font-size: 18px
}
.fw-item .text, .fw-item .text1 {
    width: 4.6rem;
    padding: .7rem .2rem .4rem;
    border: 2px solid transparent;
    color: #fff;
    margin: auto;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    position: relative
}
.fw-item .text1 {
    width: 1.8rem;
    padding: .6rem .2rem .6rem;
    border-color: #fff
}
.fw-item .text1 .sep-line {
    background-color: #fff
}
.fw-item .more {
    visibility: hidden;
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}
.fw-item:hover .more {
    visibility: visible;
    bottom: .6rem
}
.fw-item:hover .text {
    border-color: #fff;
    padding-bottom: 1.3rem
}
.fw-item:last-of-type {
    margin-bottom: 0
}
.home-case-box {
    margin-left: -0.5%
}
.home-case-box:before, .home-case-box:after {
    display: table;
    content: " "
}
.home-case-box:after {
    clear: both
}
.home-case-item {
    width: 24.5%;
    height: 6.23rem;
    margin-left: .5%;
    float: left;
    height: 6.15rem;
    overflow: hidden;
    position: relative
}
.home-case-item .imgbox {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}
.home-case-item .txtbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff
}
.home-case-item .txtbox .title {
    font-size: .32rem;
    margin-top: 45px;
    font-weight: bold;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}
.home-case-item .txtbox .en {
    font-size: .18rem;
    font-family: "century gothic", arial;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}
.home-case-item:hover .imgbox {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}
.home-case-item:hover .txtbox {
    background: rgba(0, 0, 0, 0.3)
}
.home-case-item:hover .txtbox .title {
    margin-top: 50%
}
.home-case-item:hover .txtbox .en {
    bottom: 40%
}
.sep-more {
    margin-top: .3rem;
    text-align: center
}
.sep-more img {
    width: .58rem
}
.home-news-list li {
    line-height: 54px;
    border-bottom: 1px dashed #dcdcdc;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.home-news-list li a {
    color: #545252
}
.home-news-list li:hover {
    border-color: #a6816a
}
.home-news-list li:hover a {
    color: #a6816a
}
.home-news-list li:last-child {
    border: none
}
.home-news-left, .home-news-right {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 35px 60px 35px 18%;
    float: left;
    height: 427px
}
.home-news-right {
    background: url(../img/bg-news.jpg) center center no-repeat;
    background-size: cover;
    padding: .35rem 18% .35rem .6rem
}
.home-news-right .home-news-list li {
    border-color: #fff
}
.home-news-right .home-news-list li a {
    color: #fff
}
.home-news-right .home-news-list li:hover {
    border-color: #a6816a
}
.home-news-right .home-news-list li:hover a {
    color: #eee
}
.sec-tab {
    font-size: 18px;
    margin: -0.3rem 0 20px;
    text-align: center
}
.sec-tab span {
    display: inline-block;
    margin: 0 .3rem;
    cursor: pointer
}
.sec-tab span.on {
    color: #a6816a;
    font-weight: bold
}
.bg-home-hb {
    background: url(../img/bg-hb.jpg) center 1rem no-repeat;
    padding-bottom: .6rem
}
.home-hb-list {
    width: 100%;
    padding: 0 2.6%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.home-hb-list li {
    width: 24.1%;
    margin-top: .25rem;
    margin-right: 1.2%;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #aaaaaa;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    background: #fff
}
.home-hb-list li:nth-child(4n) {
    margin-right: 0;
}
.home-hb-list li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}
.searchbox {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../img/bg-search.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .37rem
}
.searchbox .inner {
    border-bottom: 1px solid #d0bcaf;
    padding: .3rem 0;
    margin: 0 75px;
    line-height: 80px;
    position: relative
}
.searchbox .inner img {
    vertical-align: middle
}
.searchbox .input {
    background: transparent;
    border: none;
    outline: none;
    height: 80px;
    vertical-align: middle;
    width: 60%;
    color: #fff
}
.searchbox .input::-webkit-input-placeholder {
    color: #fff
}
.searchbox .input::-webkit-input-placeholder {
    color: #fff
}
.searchbox .input:-moz-placeholder {
    color: #fff
}
.searchbox .input:-ms-input-placeholder {
    color: #fff
}
.searchbox .btn-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    line-height: .37rem;
    height: .37rem;
    border-left: 1px solid #d0bcaf;
    padding-left: 20px;
    color: #fff
}
.searchbox .icon-close {
    position: absolute;
    top: .4rem;
    right: .6rem;
    cursor: pointer
}
.bg-content {
    background: url(../img/bg-case.jpg) top center repeat-y;
    background-size: 100% auto;
    padding: .5rem 0
}
.bg-content.pad {
    padding: .5rem .75rem
}
.bg-content.nopad {
    padding: 0
}
.list-tab {
    text-align: center
}
.list-tab a {
    display: inline-block;
    margin: .3rem .4rem .5rem;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    border-bottom: 2px solid transparent;
    padding: 10px 15px
}
.list-tab a .en {
    text-transform: uppercase;
    font-size: 12px
}
.list-tab a.on {
    color: #a6816a;
    border-color: #a6816a;
    transition: .3s linear;
    transform: scale(1)
}
.list-tab a.on:hover {
    transform: scale(1.1)
}
.list-case {
    margin-left: -1.5%;
    padding: 0 .7rem
}
.list-case li {
    width: 23.5%;
    margin-left: 1.5%;
    margin-bottom: .45rem;
    float: left
}
.list-case li .imgbox {
    padding-bottom: 66.5%;
    height: 0;
    position: relative;
    background-size: cover;
    background-position: center center
}
.list-case li .imgbox .bg {
    background: rgba(169, 129, 104, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}
.list-case li .imgbox .bg img {
    width: 40px
}
.list-case li .text {
    line-height: 40px;
    font-size: 14px;
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.list-case li .text span {
    font-size: 18px;
    font-weight: bold
}
.list-case li:hover .imgbox .bg {
    opacity: 1
}
.btn-more {
    display: inline-block;
    padding: 0 .4rem;
    height: 50px;
    line-height: 50px;
    border: 1px solid #393939;
    font-size: 16px;
    text-transform: uppercase
}
.btn-more:hover {
    background: rgba(169, 129, 104, 0.2);
    border-color: #a6816a;
    color: #a6816a
}
.case-title {
    line-height: .5rem;
    font-size: 16px;
    vertical-align: baseline
}
.case-title .name {
    color: #a6816a;
    font-size: .36rem;
    font-weight: bold
}
.table-case {
    margin: 15px 0 15px -25px
}
.table-case td {
    border-left: 1px solid #a6816a;
    font-size: 18px;
    padding: 0 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.table-case td:first-child {
    border-left: none
}
.table-case td .nr {
    color: #a6816a;
    font-size: .2rem;
    margin-bottom: 8px
}
.neirong {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0
}
.neirong img {
    width: 100%
}
.banner-inner {
    height: 6.9rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
.banner-inner .ch {
    font-size: .48rem;
    height: .5rem;
    line-height: .5rem;
    margin-bottom: .3rem
}
.banner-inner .en {
    font-size: 17px;
    font-family: "century gothic"
}
.fuwu-text, .fuwu-content {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    width: 65%;
    margin: .6rem auto
}
.fuwu-text img, .fuwu-content img {
    width: 100%
}
.list-news {
    margin-left: -1.3%
}
.list-news li {
    float: left;
    position: relative;
    width: 32%;
    margin-left: 1.3%;
    margin-bottom: .2rem;
    background: #f6f6f6;
    padding: .38rem .32rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.list-news li .title {
    font-size: 18px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.list-news li .more {
    color: #a6816a
}
.list-news li:hover {
    background: #a98168
}
.list-news li:hover * {
    color: #fff
}
.list-news li:hover:after {
    background-image: url(../img/icon-jia-on.png)
}
.list-news li:after {
    display: block;
    content: ' ';
    width: 10px;
    height: 10px;
    background: url(../img/icon-jia.png);
    position: absolute;
    top: 50%;
    right: .35rem;
    margin-top: -5px
}
.aboutbox .have-bg, .aboutbox .about-item {
    width: 50%;
    height: 560px;
    float: left
}
.aboutbox .have-bg:nth-of-type(3) {
    float: right
}
.about-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    font-size: 16px;
    line-height: 36px
}
.about-item .text {
    width: 80%
}
.about-item:nth-of-type(2) {
    padding-left: .8rem
}
.about-item:nth-of-type(4) {
    padding-right: .8rem;
    align-items: flex-end
}
.about-swiper {
    width: 100%;
    margin: 0 auto;
    background: #eee
}
.about-swiper .swiper-container {
    width: 100%;
}
.about-swiper .swiper-slide img {
    width: 100%;
    height: 100%
}
.about-swiper .swiper-slide .title {
    position: absolute;
    left: .5rem;
    bottom: .3rem;
    font-size: .3rem;
    color: #fff
}
.about-swiper .swiper-button-next, 
.about-swiper .swiper-button-prev {
    background-size: auto
}
.about-swiper .swiper-button-next {
    background-image: url(../img/icon-next.png)
}
.about-swiper .swiper-button-prev {
    background-image: url(../img/icon-prev.png)
}
.huoban-tit {
    font-size: .32rem;
    line-height: .45rem;
    color: #a6816a;
    margin-left: 3%;
    margin-bottom: 20px
}
.huoban-tit .en {
    font-size: 14px;
    text-transform: uppercase
}
.contactbox {
    margin-left: -1.3%;
    margin-bottom: 12px
}
.contactbox:before, .contactbox:after {
    display: table;
    content: " "
}
.contactbox:after {
    clear: both
}
.contactbox .item {
    width: 32%;
    margin-left: 1.3%;
    line-height: 25px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    background: #fafafa;
    padding: .2rem .37rem;
    color: #666
}
.contactbox .item:hover {
    border-color: #a6816a
}
.contactbox .name {
    color: #a6816a;
    margin-bottom: 10px
}
.contactbox .name span {
    font-size: 20px;
    font-weight: bold
}
.contactbox .tag {
    color: #333;
    float: left
}
.contactbox .txt {
    margin-left: 40px
}
.map {
    width: 100%;
    height: 6.5rem;
    margin-bottom: 20px
}
.swlx {
    background: #fafafa;
    height: 125px
}
.swlx .iconbox {
    width: 400px;
    padding: 40px 40px;
    color: #fff;
    background: #a98168;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 125px;
    float: left
}
.swlx .iconbox img {
    float: left
}
.swlx .iconbox .txt {
    margin-left: 60px
}
.swlx .iconbox .ch {
    font-size: 24px;
    margin-bottom: 10px
}
.swlx .telbox {
    height: 100%;
    margin-left: 470px;
    font-size: 18px;
    color: #a6816a;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.swlx .telbox p {
    margin: 0 0 0;
}
.mlsj-item {
    margin-left: -4%
}
.mlsj-item li {
    float: left;
    width: 21%;
    height: 3.5rem;
    margin-left: 4%;
    padding: .5rem 0 0;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #a6816a
}
.mlsj-item li .img {
    width: 50%
}
.mlsj-item li .ch {
    color: #333;
    margin: 20px 0 5px;
    font-size: 18px
}
.mlsj-item li p {
    color: #a6816a;
}
.mlsj-item li.on {
    background: transparent;
    border-bottom-color: #a6816a
}
.mlsj-item li.on .ch {
    color: #a6816a
}
.item-ch {
    color: #a6816a;
    font-size: 28px
}
.item-en {
    color: #a6816a;
    font-size: 18px;
    margin-bottom: 20px
}
.zxnsbox:before, 
.zxnsbox:after {
    display: table;
    content: " "
}
.zxnsbox:after {
    clear: both
}
.zxns-grid1, 
.zxns-grid2, 
.zxns-grid3 {
    float: left;
    height: 470px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 50px 0
}
.zxns-grid1::-webkit-scrollbar, 
.zxns-grid2::-webkit-scrollbar, 
.zxns-grid3::-webkit-scrollbar {
    width: 5px;
    background: #f9f9f9
}
.zxns-grid1::-webkit-scrollbar-thumb, 
.zxns-grid2::-webkit-scrollbar-thumb, 
.zxns-grid3::-webkit-scrollbar-thumb {
    background: #e9e9e9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.zxns-grid1 {
    width: 20.5%;
    border-right: 1px solid #d0beb3;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.zxns-grid1 div {
    margin-left: 20%
}
.zxns-grid1 p {
    font-size: 18px;
    line-height: 50px
}
.zxns-grid1 p.on {
    color: #a6816a
}
.zxns-grid1 p.on:after {
    display: block;
    width: 100px;
    content: ' ';
    border-bottom: 1px solid #a6816a
}
.zxns-grid2 {
    width: 39%;
    padding: 50px 50px
}
.job-item {
    line-height: 30px;
    margin-bottom: 30px
}
.job-item .title {
    font-size: 20px;
    color: #a6816a
}
.job-item .job-neirong {
    margin: 20px 0
}
.btn-ck {
    display: inline-block;
    width: 104px;
    height: 37px;
    line-height: 37px;
    background: #a6816a;
    color: #fff;
    text-align: center
}
.zxns-grid3 {
    float: right;
    width: 40.5%;
    background: #4c7b8d;
    padding: 0 100px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.layer-zw {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    background: rgba(0, 0, 0, 0.5)
}
.layer-zw .inner {
    width: 90%;
    height: 80%;
    max-width: 870px;
    max-height: 650px;
    padding: 30px 60px;
    background: rgba(255, 255, 255, 0.95);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.layer-zw .inner::-webkit-scrollbar {
    width: 5px;
    background: #f9f9f9
}
.layer-zw .inner::-webkit-scrollbar-thumb {
    background: #e9e9e9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.layer-zw .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px
}
.layer-zw .sub {
    font-size: 16px
}
.layer-zw .zw-neirong {
    line-height: 30px
}
.layer-zw .zw-lianxi {
    color: #a6816a;
    line-height: 30px
}
.layer-zw .sep-line {
    width: 100%;
    height: 1px
}
.layer-zw .icon-close1 {
    width: 22px;
    height: 22px;
    background: url(../img/icon-close1.png);
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer
}
.case-top {
    margin: 0 .7rem 30px .7rem
}
.search-tab {
    border-bottom: 1px solid #e9e9e9;
    line-height: 40px;
    font-size: 16px;
    margin-top: 20px
}
.search-tab a {
    display: inline-block;
    margin-right: 20px
}
.search-tab a.on {
    color: #a6816a;
    border-bottom: 1px solid #a6816a
}
.list-sel {
    padding: .6rem .7rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.list-sel .sel-box {
    display: flex
}
.list-sel .sel-box .sel-card:last-child {
    border-right: .01rem solid black
}
.list-sel .sel-box .sel-card {
    font-size: .14rem;
    width: 2.26rem;
    height: .4rem;
    box-sizing: border-box;
    border: .01rem solid black;
    border-right: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}
.list-sel .sel-box .sel-card .card-left {
    padding-left: .2rem
}
.list-sel .sel-box .sel-card .card-right {
    padding-right: .2rem
}
.list-sel .sel-box .sel-card .card-ul {
    position: absolute;
    width: 300%;
    border: .01rem solid black;
    left: -0.01rem;
    overflow: hidden;
    top: 100%;
    z-index: 9999;
    display: none
}
.list-sel .sel-box .sel-card .card-ul p {
    width: 100%;
    padding: .14rem .4rem;
    background-color: #F6F6F6
}
.list-sel .sel-box .sel-card .card-ul .card-meua {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: white
}
.list-sel .sel-box .sel-card .card-ul .card-meua ul {
    box-sizing: border-box;
    border-right: .01rem solid #eeeeee;
    width: 25%;
    margin: .3rem 0
}
.list-sel .sel-box .sel-card .card-ul .card-meua ul li {
    text-align: center;
    margin: .15rem 0;
    font-size: .14rem;
    font-weight: bold
}
.list-sel .sel-box .sel-card .card-ul .card-meua ul .sel-title {
    color: #A98168
}
.list-sel .sel-box .sel-card .card-ul .card-meua ul li:hover {
    color: #A98168;
    cursor: pointer
}
.list-sel .sel-box .sel-card:hover {
    cursor: pointer
}
.list-sel .sel-box .sel-card:hover .card-ul {
    display: block
}
.list-sel .sel-box .qn {
    width: 100% !important;
    background-color: white
}
.list-sel .sel-box .qn .sel-year, .list-sel .sel-box .qn .sel-address {
    text-align: center;
    margin: .15rem 0;
    font-size: .14rem;
    font-weight: bold
}
.list-sel .sel-box .qn .sel-year:hover {
    color: #A98168;
    cursor: pointer
}
.list-sel .sel-box .qn .sel-address:hover {
    color: #A98168;
    cursor: pointer
}
.list-sel .sel-box .key-word {
    width: 200% !important;
    background-color: white
}
.list-sel .sel-box .key-word .key-word-box {
    padding: .2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between
}
.list-sel .sel-box .key-word .key-word-box li {
    margin: .1rem .03rem;
    padding: .05rem .18rem;
    box-sizing: border-box;
    border: .01rem solid #989898;
    color: #B1B1B1;
    border-radius: .15rem
}
.list-sel .sel-box .key-word .key-word-box li:hover {
    background-color: #A98168;
    color: white;
    cursor: pointer
}
.list-sel .serach-box {
    display: flex;
    justify-content: end;
    align-items: center
}
.list-sel .serach-box .search-card {
    width: 3.6rem;
    height: .4rem;
    border: .01rem solid #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.list-sel .serach-box .search-card .search-content {
    width: 60%;
    padding: .05rem 0 .05rem .1rem;
    margin: 8px 0;
    display: inline-block;
    border: none
}
.list-sel .serach-box .search-card .search-content:focus {
    outline: none
}
.list-sel .serach-box .search-card .search-ifont {
    margin-top: .05rem;
    padding-right: .15rem;
    cursor: pointer
}
.img_zx img{
        transition: .3s linear all;
        transform: 1;
    }
.img_zx:hover img{
    transform: scale(1.1);
}
/*# sourceMappingURL=./style.css.map */