/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

@font-face {
    font-family: en;
    src: url('../fonts/neutraface2text-demi.otf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:after, *:before {
    box-sizing: border-box;
}

:root {
    --liner: cubic-bezier(0.165, 0.84, 0.44, 1);
    --color: #D2BF80;
}

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    position: relative;
    background: #fff;
    overflow-x: hidden;
    color: #000;
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;
}

.body2 {
    touch-action: none;
}

/*默认样式*/
img {
    border: none;
    display: block;
    width: 100%;
}

div {
    display: block;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #333;
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    font: 12px "黑体", "微软雅黑", "Microsoft JhengHei", "宋体";
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder {
    color: #999;
}

.en {
    font-family: 'en';
}

.width-auto {
    width: 100%;
    padding: 0 20px;
    position: relative;
}

/*样式*/
.header-wrap {
    background: rgba(210, 191, 128, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.nav-logo {
    position: absolute;
    width: 110px;
    height: 30px;
    left: 20px;
    top: 20px;
    transition: all .3s var(--liner);
    -webkit-transition: all .3s var(--liner);
}

.nav-logo a {
    height: 30px;
    display: block;
}

.nav-logo a img {
    height: 100%;
    width: 100%;
}

.nav-box ul {
    height: 336px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    margin: -168px 0 0 -70px;
}

.nav-box ul li {
    height: 56px;
    line-height: 26px;
    padding: 15px;
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
}

.nav-box ul li a {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    display: block;
    position: relative;
}

.nav-box ul li:nth-child(1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.nav-box ul li:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.nav-box ul li:nth-child(3) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.nav-box ul li:nth-child(4) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.nav-box ul li:nth-child(5) {
    animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
}

.nav-box ul li:nth-child(6) {
    animation-delay: 1200ms;
    -webkit-animation-delay: 1200ms;
}

.nav-box ul .nav-hover a {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.nav-box ul .nav-hover:after {
    opacity: 1;
}

.nav-box ul .nav-hover:before {
    opacity: 1;
}

.nav-box ul li:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    position: absolute;
    left: -8px;
    top: 19px;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav-box ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    position: absolute;
    right: -8px;
    top: 19px;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav-bq {
    height: 70px;
    padding: 10px 0;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
}

.nav-bq span {
    opacity: 0;
    display: block;
    transition: all .3s var(--liner);
    -webkit-transition: all .3s var(--liner);
}

.nav-bq .nav-bq-text1 {
    animation-delay: 1400ms;
    -webkit-animation-delay: 1400ms;
}

.nav-bq .nav-bq-text2 {
    animation-delay: 1600ms;
    -webkit-animation-delay: 1600ms;
}

.nav-bq span a {
    color: #fff;
}

.header-nav {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 2;
}

.header-black {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.header-box {
    position: relative;
}

.header-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 110px;
    height: 30px;
    transition: all .3s var(--liner);
    -webkit-transition: all .3s var(--liner);
}

.logo-active {
    top: 10px;
    position: fixed;
    z-index: 999;
}

.nav-logo2 {
    top: 10px;
}

.header-logo a {
    display: block;
    height: 30px;
    background: url(../images/index-logo.png) no-repeat;
    background-size: 100% 100%;
    transition: all .3s var(--liner);
    -webkit-transition: all .3s var(--liner);
}

.logo-active a {
    background: url(../images/logo-active.png) no-repeat;
    background-size: 100% 100%;
}

.m-nav {
    height: 30px;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 11;
    transition: all .3s var(--liner);
    -webkit-transition: all .3s var(--liner);
}

.m-nav-top {
    top: 16px;
}

.m-nav i {
    width: 24px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.m-nav i span:first-child {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    background: #D2BF80;
}

.m-nav i span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 8px;
    right: 0;
    background: #D2BF80;
}

.m-nav i span:last-child {
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #D2BF80;
}

.index-banner {
    height: 100vh;
}

.index-banner .index-banner-img {
    height: 100%;
    overflow: hidden;

}

.index-banner .index-banner-img img {
    height: 100%;
    object-fit: cover;
}

.slide-banner-box {
    position: absolute;
    top: 50%;
    margin: -56px 0 0 0;
    width: 100%;
}

.slide-banner-box .swiper-text {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin: 0 auto 10px;
    width: 80%;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;

}

.slide-banner-box .swiper-text2 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 auto 50px;
    width: 70%;
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.slide-banner-box .banner-animation {
    opacity: 0;
}

.swiper-button {
    height: 26px;
    width: 84px;
    background: var(--color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.swiper-button2 {
    height: 26px;
    width: 84px;
    background: var(--color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    margin: 0 auto 30px;
}

.swiper-button2 a {
    display: block;
    line-height: 26px;
    color: #fff;
}

.swiper-button a {
    display: block;
    line-height: 26px;
    color: #fff;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    background: #fff !important;
}

.swiper-pagination-bullet-active {
    background: var(--color) !important;
}

.center-index-wrap {
    padding: 30px 0;
}

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

.center-index-title span {
    display: block;
}

.center-index-title span:first-child {
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.center-index-title span:last-child {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
}

.center-index-read {
    padding: 40px 0;
}

.center-left {
    width: 45%;
    float: left;
}

.center-right {
    width: 45%;
    float: right;
}

.center-left a {
    display: block;
}

.center-left-img {
    width: 45px;
    height: 50px;
    background: url(../images/about1.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.center-left-text {
    width: 100%;
    font-size: 0;
    padding-top: 10px;
}

.center-left-text span {
    display: block;
    text-align: center;
    line-height: 20px;
    color: #686868;
    font-size: 14px;
}

.center-left-text span:nth-child(2) {
    color: #c3c3c4;
}

.center-left-text span:last-child {
    font-size: 12px;
}

.center-right a {
    display: block;
}

.center-box {
    float: left;
    width: 10%;
    line-height: 50px;
    font-size: 24px;
    color: #c3c3c4;
    text-align: center;
}

.case-index-read {
    padding: 30px 0 !important;
}

.case-index-wrap {
    background: #f4f4f4;
    padding: 30px 0 10px 0;
}

.case-index-img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}

.case-index-text {
    text-align: center;
    line-height: 36px;
    color: #4c4c4c;
    font-size: 16px;
}

.wap-index-wrap {
    padding: 30px 0;
    position: relative;
}

.wap-index-bg {
    position: absolute;
    width: 98.4%;
    left: .8%;
    margin-top: 80px;
}

.wap-index-number {
    width: 100%;
    margin: 30px 0;
}

.wap-index-number .wap-number-text {
    font-size: 14px;
    color: var(--color);
    line-height: 28px;
}

.wap-index-number .wap-number-text:last-child {
    position: relative;
    top: 15px;
}

.wap-index-number .wap-number-text span:last-child {
    position: relative;
    top: -15px;

}

.wap-number-box {
    padding-bottom: 10px;
}

.wap-index-number .wap-number-text .number-size {
    font-size: 28px;
    font-weight: bold;
}

.news-index-wrap {
    padding: 30px 0;
    background: #f4f4f4;
}

.news-index-list ul {
    margin-top: 30px;
}

.news-index-list ul li {
    margin-bottom: 10px;
    width: 100%;
}

.news-index-list ul li a {
    width: 100%;
}

.news-index-list ul li .news-list-img {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}

.news-index-list ul li .news-list-text {
    line-height: 36px;
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
}

.foot-button {
    width: 50%;
    float: left;
    height: 75px;
    line-height: 75px;
    text-align: center;
}

.foot-button a {
    color: #fff;
    display: block;
}

.ewm-wx {
    background: #d2bf80;
}

.tel-qg {
    background: #bfa662;
}

.footer-bq {
    height: 70px;
    padding: 10px 0;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: #000;
    width: 100%;
    font-size: 14px;
}

.footer-bq span {
    transition: all .3s var(--liner);
    -webkit-transition: all .3s var(--liner);
}

.footer-bq span a {
    color: #fff;
}

.erw-black {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 12;
    display: none;
}

.erw-black2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 12;
    display: none;
}

.erw-black .erw-wrap-swiper {
    height: 200px;
    top: 50%;
    margin-top: -100px;
}

.erw-black .erw-wrap-swiper .swiper-slide {
}

.ewm-swiper-img {
    margin: 0 auto;
    width: 160px;
}

.ewm-swiper-text {
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

.black-show {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.black-show2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.erw-wrap-swiper {
    z-index: 2 !important;
}

.swiper-button-prev, .swiper-button-next {
    background: none !important;
}

.swiper-button-prev:after {
    content: "";
    width: 32px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -3px;
    top: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.swiper-button-prev:before {
    content: "";
    width: 32px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -3px;
    bottom: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.swiper-button-next:after {
    content: "";
    width: 32px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -3px;
    top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.swiper-button-next:before {
    content: "";
    width: 32px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -3px;
    bottom: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.banner-read {
    width: 100%;
}

.header-hide {
    display: none;
}

.nav-swiper {
    margin: -23px 0 10px 0;
}
.nav-top0 {
    margin:0 0 10px 0!important;
}
.nav-swiper-wrap {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}

.nav-swiper-wrap-innner {
    width: 100%;
    height: 86px;
    line-height: 46px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.nav-swiper-wrap-innner::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/*.nav-swiper-wrap {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    font-size: 0;
}

.nav-swiper-wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
*/
/*.nav-swiper-wrap .swiper-slide {*/
/*text-align: center;*/
/*font-size: 12px;*/

/*width: auto !important;*/

/*}*/

/*.nav-swiper-wrap .swiper-slide a {*/
/*display: block;*/
/*margin: 0 20px;*/
/*color: #bebab7;*/
/*}*/

/*.nav-swiper-wrap .nav-swiper-hover a {*/
/*color: var(--color);*/
/*}*/

.nav-swiper-wrap .nav-text-center {
    font-size: 12px;
    width: auto !important;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}

.nav-swiper-wrap .nav-text-center a {
    display: block;
    margin: 0 11px;
    color: #bebab7;
}

.nav-swiper-wrap .nav-center-hover a {
    color: var(--color);
}

.business-box {
    padding: 30px 0;
}

.business-box .business-text {
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 20px;
    text-transform: uppercase;
}

.business-box .business-text2 {
    font-size: 17px;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 20px;
    margin: 5px 0 20px 0;
}

.business-img {
    padding-top: 20px;
}

.business-box .business-text3 {
    font-size: 12px;
    color: #686868;
    line-height: 20px;
    margin-top: 15px;
}

.business-box-bg {
    background: #fbfbfb;
}

.list-wrap-box {
    padding: 20px 0;
}

.list-wrap-box li {
    margin-bottom: 30px;
}

.list-wrap-box .list-read-text {
    margin-bottom: 10px;
    word-break: keep-all;
    word-wrap: break-word;
}

.list-wrap-box .list-read-text2 {
    margin-bottom: 10px;
    line-height: 24px;
    color: #686868;
}

.list-wrap-box .list-read-text span {
    font-size: 16px;
    color: var(--color);
    padding: 0 10px 2px 0;
}

.list-wrap-box .list-read-text span:nth-child(2) {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.case-list-wrap li {
    padding: 20px 0 30px 0;
}

.case-list-wrap li:nth-child(2n) {
    background: #fbfbfb;
}

.case-list-title {
    font-size: 18px;
    color: var(--color);
    font-weight: bold;
    word-break: keep-all;
    word-wrap: break-word;
}

.case-list-title2 {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 40px 0;
}

.case-list-wrap .case-list-read {
    margin: 20px 0;
    line-height: 24px;
    color: #686868;
}

.case-list-one {
    padding: 30px 0;
    background: #fbfbfb;
}

.case-lister {
    margin-top: 30px;
}

.case-lister span {
    display: block;
    margin: 5px 0;
    line-height: 24px;
    color: #686868;
}

.case-list-two {
    padding: 30px 0;
}

.about-read-wrap {
    padding: 30px 0;
}

.about-read-title {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    word-break: keep-all;
    word-wrap: break-word;
    text-transform: uppercase;
}

.about-read-title2 {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: bold;
    margin: 5px 0 30px 0;
}

.about-read-wrap3 {
    padding: 30px 0;
}

.about-read-title3 {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    word-break: keep-all;
    word-wrap: break-word;
    text-transform: uppercase;
}

.about-read-title32 {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

.about-read-wrap4 {
    padding: 30px 0;
}

.about-read-title4 {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    word-break: keep-all;
    word-wrap: break-word;
    text-transform: uppercase;
}

.about-read-title42 {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.about-read-text {
    margin: 10px 0;
    line-height: 24px;
    color: #686868;
}

.about-read-text img {
    width: 100%;
    margin: 20px 0;
}

.about-number {
    font-size: 0;
    /*height: 220px;*/
    background: var(--color);
    padding: 10px 0 20px 0;
    /*border-bottom: 1px solid #fff;*/
    margin-bottom: 20px;
}

.about-number .about-number-text {
    width: 50%;
    min-height: 106px;
    float: left;
    padding: 20px 15px 10px 15px;
    font-size: 0;
}

.about-number .about-number-text span {
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.about-number .about-number-text .about-number-size {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 6px;
}

.year-list-wrap {
    padding: 0 0 30px 0;
}

.year-list-left {
    width: 30%;
    float: left;
    position: relative;
}

.year-list-left span {
    display: block;
    color: var(--color);
    font-size: 22px;
    font-weight: bold;
    min-height: 48px;
    line-height: 48px;
    padding-right: 20px;
}

.year-list-left:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 1px solid var(--color);
    position: absolute;
    top: 18px;
    right: -6px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.year-list-right {
    width: 70%;
    float: right;
    border-left: 1px dashed var(--color);
    padding-bottom: 20px;
}

.year-list-right span {
    display: block;
    line-height: 24px;
    color: #686868;
    min-height: 48px;
    padding: 13px 0 0 20px;
}

.about-hzhb-wrap {
    padding-bottom: 30px;
}

.about-hzhb-wrap ul li {
    width: 23.5%;
    float: left;
    margin: 0 2% 15px 0;

}

.about-hzhb-wrap ul li .about-hzhb-img {
    padding: 0;
    margin-bottom: 10px;
    max-height: 60px;
}

.about-hzhb-wrap ul li .about-hzhb-img img {
    vertical-align: middle;
    max-width: 100%;
}

.about-hzhb-wrap ul li:nth-child(4n) {
    margin: 0 0 15px 0;
}

.about-hzhb-wrap ul li .about-hzhb-text {
    text-align: center;
    line-height: 20px;
    color: #686868;
    font-size: 12px;
	height:40px;
}

.about-read-bg {
    background: #fbfbfb;
}

.about-ryzz-wrap {
    padding-bottom: 30px;
}

.about-ryzz-wrap span {
    padding-left: 30px;
    display: block;
    line-height: 36px;
    position: relative;
    color: #686868;
}

.about-ryzz-wrap span:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../images/cup.png) no-repeat;
    background-size: 100% 100%;
}

.about-service-wrap {
    line-height: 24px;
    color: #686868;
    padding-bottom: 30px;
}

.about-service-wrap img {
    width: 100%;
    margin: 10px 0;
}

.allmap-box {
    padding-bottom: 30px;
}

#allmap {
    width: 100%;
    height: 300px;
}

.contact-box {
    margin-bottom: 30px
}

.contact-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: var(--color);
}

.contact-text {
    line-height: 24px;
    color: #424242;
}

.contact-text-lable span {
    padding-right: 20px;

}

.join-uh-wrap {
}

.join-tab-wrap {
    padding-bottom: 30px;
}

.join-list-box {
    margin-bottom: 10px;
}

.join-title {
    width: 100%;
    color: #cccccc;
    height: 72px;
    line-height: 72px;
    font-size: 0;

}

.join-title .join-span:last-child {
    width: 12%;
}

.join-title .join-span:nth-child(3) {
    width: 38%;
}

.join-title .join-span span {
    padding: 0 20px 0 40px;
}

.join-list-title {
    width: 100%;
    line-height: 36px;
    font-size: 0;
    color: #666666;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    background: #fff;
    padding: 0 20px;
}

.join-list-title .join-span span {
    display: block;
}

.join-list-title .join-span .join-span-left {
    width: 70%;
    float: left;
}

.join-list-title .join-span .join-span-right {
    width: 30%;
    float: right;
    text-align: right;
}

.join-list-title .join-span:first-child {
    width: 100%;
    display: block;
    font-size: 14px;
    padding-right: 28px;
}

.join-list-title .join-span:last-child {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.join-list-title .join-span:last-child span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: var(--color);
    text-align: center;
    line-height: 16px;
    padding: 0;
    margin: 9px 20px 9px 0;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.join-list-read {
    padding: 10px 20px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    display: none;
}
.join-list-read a {
    color: #666;
}
.box-white {
    background: #fff;
    color: #666666;
}

.join-list-title .join-span span.span-white {
    background: #fff;
    color: var(--color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.box-red {
    background: var(--color);
    color: #fff;
}

.join-list-read h2 {
    padding: 10px 0;
}

.join-list-title .join-span span.span-red {
    background: var(--color);
    color: #fff;
}

.body-bg {
    background: #f4f4f4;
}

.search-people {
    border: 1px solid #c4c4c4;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 150px;
}

.search-title {
    padding: 0 10px;
    line-height: 36px;
    border-bottom: 1px solid #c4c4c4;
}

.search-title span {
    display: inline-block;
    border-bottom: 2px solid var(--color);
    color: #424242;
    font-size: 16px;
}

.search-title2 {
    padding: 0 10px;
    line-height: 36px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.search-title2 span {
    display: inline-block;
    color: #424242;
    font-size: 16px;
}

.search-input {
    padding: 0 50px 0 10px;
    position: relative;
}

.search-input input {
    padding: 10px 0;
    width: 100%;
    line-height: 24px;
    height: 68px;
    font-size: 16px;
}

.search-input span {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 8px;
    top: 16px;
    background: var(--color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.search-input span:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    left: 15px;
    top: 17px;
}

.search-input span:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    right: 15px;
    top: 17px;
}

.search-box {
    padding: 20px 20px 20px 130px;
    position: relative;
}

.search-left {
    width: 100px;
    height: 120px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.search-text {
    width: 100%;
    padding: 10px;
    min-height: 120px;
}

.search-text span {
    display: block;
    line-height: 25px;
    font-size: 14px;
}

.news-list-wrap ul li {
    padding-bottom: 20px;
}

.news-list-wrap ul li .news-read-img a {
    display: block;
}

.news-list-wrap ul li .news-read-text {
    line-height: 24px;
    margin-top: 5px;
}

.news-list-wrap ul li .news-read-text a {
    font-size: 14px;
    color: #424242;
    display: block;
}

.news-list-wrap ul li .news-read-text2 {
    line-height: 20px;
    color: #686868;
    font-size: 12px;
}

.news-list-wrap ul li .news-read-text2 a {
    font-size: 12px;
    color: #686868;
    display: block;
}

.news-read-wrap {
    padding: 30px 0;
}

.news-read-wrap .news-read-title {
    line-height: 22px;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
}

.news-read-wrap .news-read-title2 {
    font-size: 12px;
    color: #686868;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.news-read-box {
    line-height: 24px;
    padding: 10px 0;
    margin-top: 20px;
    color: #686868;
}

.news-read-box img {
    padding: 20px 0;
}

.news-list-box {
    padding-bottom: 30px;
}

.news-list-box li {
    border-bottom: 1px solid #dadada;
    padding: 10px 0 15px 0;
}

.news-list-box li .news-read-title {
    line-height: 20px;
    padding: 2px 0 2px 0;
}

.news-list-box li .news-read-title a {
    display: block;
    font-size: 14px;
    color: #424242;
}

.news-list-box li .news-read-title2 {
    font-size: 12px;
    color: #686868;
    line-height: 24px;
}

.about-qywh-wrap {
    margin-bottom: 20px;
}

.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.tab li {
    float: left;
    width: 31.5%;
    margin-right: 2.6%;
}

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

.tab li {
    background: #f7f6f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .3s var(--liner);
    -webkit-transition: all .3s var(--liner);
}

.tab li .tab-icon1 {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/culture_ico1.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px auto 10px;
}

.tab li .tab-icon2 {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/culture_ico2.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px auto 10px;
}

.tab li .tab-icon3 {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/culture_ico3.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px auto 10px;
}

.tab li.cur .tab-icon1 {
    background: url(../images/culture_ico6.png) no-repeat;
    background-size: 100% 100%;
}

.tab li.cur .tab-icon2 {
    background: url(../images/culture_ico5.png) no-repeat;
    background-size: 100% 100%;
}

.tab li.cur .tab-icon3 {
    background: url(../images/culture_ico4.png) no-repeat;
    background-size: 100% 100%;
}

.tab li.cur .tab-title {
    color: #fff;
}

.tab li .tab-title {
    line-height: 30px;
    padding-bottom: 20px;
    text-align: center;
    color: #90928f;
    transition: all .3s var(--liner);
    -webkit-transition: all .3s var(--liner);
}

.tab li.cur {
    background: var(--color);
}

.tab-read {
    background: #f7f6f5;
    display: none;
    margin: 10px 0;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px;
}

.tab-read .tab-text1 {
    font-size: 16px;
    color: #686868;
    font-weight: bold;
    margin-bottom: 10px;
}

.tab-read .tab-text2 {
    font-size: 14px;
    color: #686868;
    line-height: 24px;
}

.on {
    display: block;
}

.BMap_Marker img {
    width: 100%;
}

.tel-box {
    width: 290px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -145px;
    z-index: 9;
    background: var(--color);
    padding: 50px;
}
.tel-box span {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    color: #fff;
}
.tel-box span a {
    color: #fff;
    display: inline;
}
.tel-box span:last-child {
    margin: 0;
}
