body{
    min-width: 1220px;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.cms-site-head{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
}
.header-main{
    height: 80px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}
.cms-site-head-position{
    height: 80px;
}
.head-logo img{
    max-height: 80px;
    max-width: 280px;
}
.header-main{
    background: #fff;
}
.header-fixed .header-main{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}
.header-nav .nav-lv1{
    position: relative;
}
.header-nav .nav-lv1-item{
    line-height: 80px;
    font-size: 16px;
    text-align: center;
    color: #000;  
    display: inline-block;
    padding: 0 28px;
}
.header-nav .nav-lv1:hover .nav-lv1-item{
    background: #C6A086;
    color: #fff;
    font-weight: bold;
}
.header-nav .nav-lv1.active .nav-lv1-item{
    color: #C6A086;
    font-weight: bold;
    position: relative;
}
.header-nav .nav-lv1.active .nav-lv1-item::after{
    position: absolute;
    width: auto;
    height: 2px;
    background: #C6A086;
    bottom: 0px;
    left: 32px;
    right: 32px;
    content: '';
    display: inline-block;
}
.header-nav .nav-lv1.active:hover .nav-lv1-item{
    color: #fff;
}
.header-nav .menu-item-tozh{
    margin-left: 36px;
    margin-right: 5px;
}
.header-nav .menu-item-tozh a{
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #C6A086;
    border-radius: 4px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.header-nav .menu-item-users .nav-lv1-item{
    
}
.header-nav .menu-item-users .nav-lv1-item::before{
    display:inline-block;
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/icon-user.png) center top no-repeat;  
    vertical-align: middle;
    background-size: 28px;
}
.header-nav .menu-item-users .nav-lv1-item{
    font-size: 0;
}
.header-nav .menu-item-users:hover .nav-lv1-item{
    background: none;
}

.header-nav .nav-lv1-sub{
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    display: none;
}
.header-nav .nav-lv2{
    border-bottom: 1px solid #ccc;
}
.header-nav .nav-lv2-item{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #000;  
    background: #fff;
    padding: 0 10px;
    text-wrap: nowrap;
}
.header-nav .nav-lv2-item:hover{
    background: #C6A086;
    color: #fff;
}

.footer-top, .footer-copyright{
    background: #333;
    padding: 16px 0;
}
.footer-top{
    padding: 30px 0;

}
.footer-top{
    background: #976e52;
    color: #fff;
}
.footer-copyright{
    background: #976e52;
    padding: 16px 0;
    padding-top: 0;
}
.footer-logo{
    margin-right: 150px;
}
.footer-logo a{
    display: block;
}
.footer-logo img{
    max-width: 240px;
    max-height: 200px;
}

.footer-contact{
    color: #fff;
    display: block;
}
.footer-contact h3{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.footer-contact p{
    line-height: 25px;
    font-size: 16px;
    display: flex;
    margin-bottom: .8em;
    align-items: center;
}
.footer-contact p span:first-child{
    flex-shrink: 0;
    margin-right: 5px;
}
.footer-contact .icon-email{
    width: 22px;
    height: 22px;
    background: url(../images/icon-email-white.png) no-repeat center center;
    margin-right: 5px;
}
.footer-contact .icon-tel{
    width: 22px;
    height: 22px;
    background: url(../images/icon-tel-white.png) no-repeat center center;
    margin-right: 5px;
}

.footer-nav{
    flex-shrink: 0;
}
.footer-nav-main{
    margin-bottom: 15px;
}
.footer-nav .nav-lv1{
    margin-right: 50px;
}
.footer-nav .nav-lv1.menu-item-tozh{
    display: none;
}
.footer-nav .nav-lv1-item{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.footer-nav .nav-lv2{
    line-height: 2em;
}
.footer-nav .nav-lv2-item{
    color: #fff;
    font-size: 14px;
}
.footer-nav .menu-item-users{
    display: none;
}
.footer-nav .menu-item-toen{
    display: none;
}


.footer-vcode{
    flex-grow: 0;
    display: block;
    flex-shrink: 0;
    margin-left: 90px;
}
.vcode-img{
    margin-bottom: 10px;
}
.vcode-title{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1em;
    color: #fff;
}
.footer-copyright p{
    font-size: 12px;
    color: #ccc;
    text-align: center;
    width: 100%;
}
.footer-copyright p span{
    letter-spacing: 1px;
}
.footer-copyright p a{
    color: #ccc;
    margin-right: 1em;
}
.footer-copyright p a:first-child{
    margin-left: 1em;
}

.index-banner .swiper-container, .index-banner .swiper-wrapper{
    position: relative;
    z-index: 0;
}
.index-banner .banner-pagination{
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    opacity: 1;
    background: #fff;
    margin: 0 3px;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active{
    background: #fff;
    width: 36px;
}
.index-banner .swiper-slide a{
    display: block;
}

.title-sty1{
    text-align: center;
    margin-bottom: 40px;
}
.title-sty1 p{
    font-size: 20px;
    line-height: 1em;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.title-sty1 h1, .title-sty1 h2, .title-sty1 h3, .title-sty1 h4{
    font-size: 30px;
    font-weight: bold;
    color: #C6A086;
    line-height: 1.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}
.title-sty1 h1::before, .title-sty1 h2::before, .title-sty1 h3::before, .title-sty1 h4::before{
    content: '';
    width: 30px;
    height: 3px;
    background: #C6A086;
    margin-right: .5em;
    display: none;
}
.title-sty1 h1::after, .title-sty1 h2::after, .title-sty1 h3::after, .title-sty1 h4::after{
    content: '';
    width: 30px;
    height: 3px;
    background: #C6A086;
    margin-left: .4em;
    display: none;
}
.title-sty1 hr, .title-sty1 span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.title-sty1 hr::after{
    content: '';
    width: 35px;
    height: 2px;
    background: #C6A086;
}
.title-sty1 span{
    font-size: 14px;  
    color: #999;
}

.index-section{
    padding: 60px 0px;
    background: #fff;
}
.index-section .title-sty1{
    margin-bottom: 30px;
}


.index-service{
    background: #f8f8f8;
    padding-bottom: 30px;
}
.index-service-list{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.index-service-item{
    display: block;
    text-align: center;
    padding: 35px 35px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.10);
    border-radius: 35px;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
    box-sizing: border-box;
}
.index-service-item:nth-child(3n){
    margin-right: 0;
}
.index-service-item .icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f8f8f8;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: 10px; 
}
.index-service-item h3{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
}
.index-service-item p{
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: center;
}
.index-service-item:hover{
    background: #C6A086;
}
.index-service-item:hover h3, .index-service-item:hover p{
    color: #fff;
}
.index-service-item:hover .icon{
    background: #fff;
}


.index-section-news{
    background: #fff;
    padding-bottom: 20px;
}
.index-news .index-news-pagination{
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.index-news .index-news-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 7px;
    opacity: 1;
    background: #fff;
    margin: 0 3px;
    border: 1px solid #C6A086;
}
.index-news .index-news-pagination .swiper-pagination-bullet-active{
    background: #C6A086;
    width: 36px;
}
.index-news .swiper-container{
    padding: 20px 10px;
    padding-bottom: 60px;
    transform: translateX(-10px);
}
.index-news-item{
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.index-news-item .news-pic-img{
    width: 100%;
}
.index-news-item .news-pic-text{
    padding: 20px;
}
.index-news-item .news-pic-text time{
    display: inline-block;
    line-height: 34px;
    font-size: 14px;
    color: #C6A086 !important;
    border-radius: 17px;
    padding: 0 30px;
    border: 2px solid #C6A086;
}
.index-news-item .news-pic-text h3{
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}
.index-news-item .news-pic-text .summary{
    font-size: 16px;
    line-height: 26px;
    color: #666; 
}
.index-news-item .news-pic-text .summary p{
    height: 78px !important;
    max-height: 78px !important;
}
.index-news-item:hover .img-outline img{
    transform: scale(1.1);
}
.index-news-item:hover .news-pic-text h3{
    color: #C6A086 !important;
}
.index-news-item:hover .news-pic-text p{
    color: #000 !important;
}


.index-concept{
    padding-bottom: 50px;
}
.index-concept-list{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.index-concept-item{
    display: block;
    text-align: center;
    padding: 35px 35px;
    background: #fff;
    box-shadow: 0 0 10px rgba(220, 170, 25,.15);
    border-radius: 35px;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
    border: 2px solid #C6A086;
}
.index-concept-item:nth-child(4n){
    margin-right: 0;
}
.index-concept-item .icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f8f8f8;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: 10px; 
    font-size: 52px;
    font-weight: bold;
    color: #C6A086;
}
.index-concept-item h3{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
}
.index-concept-item p{
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: center;
}
.index-concept-item:hover{
    background: #C6A086;
}
.index-concept-item:hover h3, .index-concept-item:hover p{
    color: #fff;
}
.index-concept-item:hover .icon{
    background: #fff;
}


.page-banner .img{
    overflow: hidden;
}
.page-banner .img img{
    width: 100vw;
}
.page-content-body{
    margin-top:30px;
    padding: 50px 0px;
    padding-top: 0px;
    background: #fff;
    flex-wrap: nowrap;
}

.page-content-side{
   background: #fff;
   box-shadow: 0 0 50px rgba(0,0,0,.15);
}
.page-content-main{
    align-content: flex-start;
    flex-grow: 1;
    padding: 40px 0;
}

.side-title{
    background: #C6A086;
    display: none;
}
.side-title h2{
    text-align: center;
    width: 100%;
}
.side-title h2 span{
    line-height: 96px;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
}
.side-nav ul{
    display: flex;
    justify-content: left;
}
.side-nav a{
    box-sizing: border-box;
    padding: 0 40px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    background: #f8f8f8;
    display: block;
    text-align: center;
}
.side-nav .active a, .side-nav a:hover{
    background: #C6A086;
    color: #fff;
}

.page-content-title{
    margin-bottom: 30px;
    align-items: center;
    display: none;
}
.page-content-title::before{
    content: '';
    display: block;
    width: 100%;
    height: 22px;
    width: 6px;
    background: #C6A086;
    margin-right: 15px;
}
.page-content-title h1, .page-content-title h2{
   line-height: 26px; 
   font-size: 14px;
   color: #666;
   margin-right: 15px;
   text-transform: uppercase;
}
.page-content-title h1 strong, .page-content-title h2 strong{
    font-size: 20px;
    color: #000;
    margin-right: 5px;
}
.page-content-title span{
    height: 1px;
    flex-grow: 1;
    background: #C6A086;
    text-align: right;
}
.page-content-title span::after{
    content: '';
    width: 7px;
    height: 7px;
    background: #C6A086;
    border-radius: 50%;
    transform: translateY(-50%);
}
.page-content-top{
    margin-bottom: 30px;
}
.page-content-top .title-sty1{
    margin-bottom: 30px;
}
.page-content-top .title-sty1 h1::before, .page-content-top .title-sty1 h2::before, .page-content-top .title-sty1 h3::before{
    display: none;
}
.page-content-top .title-sty1 h1::after, .page-content-top .title-sty1 h2::after, .page-content-top .title-sty1 h3::after{
    display: none;
}
.page-content-top .title-sty1 h1, .page-content-top .title-sty1 h2, .page-content-top .title-sty1 h3{
    font-size: 28px;
    color: #C6A086;
}
.page-content-top .title-sty1 p{
    display: none;
}


.page-content{
    min-height: 300px;
    align-content: flex-start;
}
.page-content-items{
    margin-bottom: 50px;
}
.pages-prev-next{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pages-prev-next li{
    width: 45%;
}
.pages-prev-next a{
    font-size: 14px;
    color: #999;
}

.article-change{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.article-change a{
    color: #666;
    width: 45%;
}

.team-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #d9d9d9;
}
.team-item-content p{
    line-height: 2em;
}
.team-item-title{
    display: flex;
    margin-bottom: 15px;
    justify-content: left;
    align-items: flex-start;
}
.team-item-title h3{
    line-height: 50px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #C6A086;
    margin-right: 30px;
}
.team-item-title h4{
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.jobs-item{
    background: #f1f1f6;
    margin-bottom: 20px;
}

.jobs-title, .jobs-content{
    padding: 0 20px;
}

.jobs-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    cursor: pointer;
}
.jobs-title h2{
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.jobs-title i{
    font-size: 30px;
    font-weight: normal;
}
.jobs-item.active .jobs-title{
    background: #C6A086;
    color: #fff;
}

.jobs-details{
    padding: 30px 0;
}
.jobs-details p{
    line-height: 2em;
}
.jobs-content{
    display: none;
}

.news-text-list li{
    border-bottom: 1px dashed #f1f1f1;
}
.news-text-item{
    display: flex;
    align-items: center;
    justify-content: left;
}
.news-text-item h3{
    flex-grow: 1;
    color: #333;
    line-height: 60px;
    font-weight: normal;
}
.news-text-item h3 span{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    margin-right: 5px;
}
.news-text-item h3 span.download-icon{
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: url(../images/icon-download.png) center center no-repeat;
    background-size: cover;
}

.news-text-item time{
    flex-shrink: 0;
    margin-left: 10px;
    color: #666;
}
.news-text-item:hover h3, .news-text-item:hover time{
    color: #C6A086;
}

.cms-site-pagination{
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
}
.cms-site-pagination ul{
    display: flex;
}
.cms-site-pagination ul li{
    text-align: center;
    margin: 0 5px;
}
.cms-site-pagination ul li a{
    display: block;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333;
}
.cms-site-pagination ul li a:hover{
    background-color: #C6A086;
    color: #fff;
}
.cms-site-pagination ul .page_t a{
    font-size: 12px;
    min-width: 84px;
}
.cms-site-active a{
    background-color: #C6A086;
    color: #fff !important;
    border-color: #C6A086 !important;
}

.news-pic-list li{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.news-pic-item{
    display: flex;
    align-items: center;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.news-pic-img{
    width: 240px;
    flex-shrink: 0;
    margin-right: 30px;
    max-height: 180px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.20);
}
.news-pic-img img{
    min-height: 130px;
}
.news-pic-text{
    flex-grow: 1;
}

.news-pic-item:hover{
     transform: translateY(-5px);
}
.news-pic-item:hover h3{
    color: #C6A086;
}

.news-pic-text h3{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-pic-text .summary{
    color: #666;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.news-pic-text .summary p{
    max-height: 45px;
}
.news-pic-text .date time, .news-pic-text .date span{
    color: #999;
    font-size: 12px;
    margin-right: 6px;
}

.page-main-title{
    margin-bottom: 50px;
}
.page-main-title h1{
    padding: 0 50px;
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: center;
}
.page-main-title p{
    font-size: 14px;
    color: #666;
    text-align: center;
}
.page-main-title time{
    margin-right: 10px;
}
.page-main-title span{
    margin-right: 5px;
}

.title-underline{
    margin-bottom: 25px;
}
.title-underline h3{
    display: inline-block;
    border-bottom: 5px solid #C6A086;
}
.title-underline h3 span{
    line-height: 1em;
    margin-bottom: -3px;
}


/* 弹出框 */
.cms-site-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 210;
    left: 0;
    top: 0;
    background: rgba(0, 0,0, .5);
}
.cms-site-overlay-content{
    position: fixed;
    z-index: 220;
    border-radius: 2px;
    width: 100%;
    left: 0;
    top: 0;
}
.cms-site-overlay-all{
    background: #fff;
    border-radius: 3px;
    border:1px solid #f1f1f1;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: 10vh;
    height: 600px;
    overflow: hidden;
}
.cms-site-overlay-title{
    position: absolute;
    margin: 0 30px;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 5;
    width: 940px;
    border-bottom: 1px solid #C6A086;
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    color: #313131;
}
.cms-site-overlay-msg{
    box-sizing: content-box;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    padding: 90px 30px 100px 30px;
    width: 95.5%;
    left: 0;
    top: 0;
    bottom: 0;
}
.cms-site-overlay-msg p{
    line-height: 25px;
    font-size: 14px;
    color: #555;
}
.cms-site-overlay-msg p:last-child{
    text-align: right;
}
.cms-site-overlay-msg p strong{
    color: #313131;
}

.cms-site-overlay-bottom{
    position: absolute;
    width: 101%;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    border-top: 2px solid rgb(200, 173, 124);
}
.cms-site-overlay-bottom a{
    display: inline-block;
    margin: 20px 10px;
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 40px;
    color: #333;
    border-radius: 2px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    color: #fff;
    background: #C6A086;
}

.about-main{
    position: relative;
    margin-bottom: 30px;
}
.about-main-img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44%;
    align-items: center;
    display: flex !important;
}

.about-main-img .img-bg{
    background: #C6A086;
    width: 100%;
    height: auto;
}
.about-main-img .img-bg img{
    width: 100%;
    height: auto;
    transform: translate(20px, -20px);
}

.about-main-text{
    background:#F1F1F1;
    padding: 100px 80px 100px 30%;
    margin-left: 20%;
}
.about-main-title h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
}
.about-main-word{
    font-size: 16px;
    color: #333;
    line-height: 2em;
    margin-bottom: 50px;
}
.about-main-numbers{
    display: flex !important;
    align-items: center;
    justify-content: left;
}
.about-main-numbers-item{
    padding: 5px 35px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.about-main-numbers-item:first-child{
    padding-left: 0;
}
.about-main-numbers-item:last-child{
    border-right: none;
    padding-right: 0;
}
.about-main-numbers-item p{
    color: #666;
    font-size: 14px;
    letter-spacing: .5px;
}
.about-main-numbers-item p:first-child{
   color: #333; 
}
.about-main-numbers-item p:first-child strong, .about-main-numbers-item p:first-child span{
    vertical-align: bottom;
}
.about-main-numbers-item p:first-child strong{
    font-size: 20px;
    margin-right: 5px;
    font-weight: bold;
}

.founder-title{
    background: url(../images/dot-line.png) no-repeat right bottom;
    padding-bottom: 5px;
}
.founder-title h3{
    border-bottom: 2px solid #C6A086;
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.founder-title h3 span{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 10px;
}
.founder-slogn{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    margin: 10px 0;
}
.founder-content{
    padding-right: 100px;
    padding-bottom: 30px;
    background: url(../images/fbg.png) no-repeat right bottom;
}
.founder-content-item{
    display: flex !important;
    margin-bottom: 5px;
}
.founder-content-item .founder-content-item-dot{
    width: 30px;
    font-size: 0;
    margin-right: 5px;
    background: url(../images/bdot.png) no-repeat left top;
    flex-shrink: 0;
}
.founder-content-item-word{
    font-size: 14px;
    color: #333;
    line-height: 1.75em;
}
.index-about-content{
    margin-bottom: 0px;
}
.index-about-text{
    position: relative
}
.index-about-main-postion{
    position: relative;
    z-index: 1;
}
.index-about-main-bg{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    background: #f1f1f1;
}
.index-about-main .about-main-text{
    margin-left: 0;
    padding-left: 0;
    margin-right: 35%;
    padding-right: 23%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.index-about-main .about-main-word{
    margin-bottom: 30px;
}
.index-about-pic-postion{
    position: absolute;
    left: 0;
    bottom: 20px; 
    width: 100%;
    height: 0;
    z-index: 5;
}
.index-about-pic{
    width: 47%;
    margin-left: 53%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transform: translateY(-100%);
    z-index: 10;
}
.index-about-pic img{
    width: 100%;
    height: auto;
}
.index-about-pic-bg{
    position: absolute;
    z-index: 6;
    left: 50%;
    width: 50%;
    height: 182px;
    background: #C6A086;
    bottom: -40px;
    border-radius: 5px 0 0 5px;
}
.about-main-more{
    margin-top: 40px;
}
.about-main-more a{
    display: inline-block;
    color: #C6A086;
    border: 1px solid #C6A086;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 5px;
}
.about-main-more a:hover{
    background: #C6A086;
    color: #fff;
}

.history-content{
    padding: 10px 0;
    position: relative;
    z-index: 0;
}
.history-content::before{
    content: '';
    position: absolute;
    left: 168.5px;
    width: 1px;
    top: 0;
    bottom: 0;
    display: block;
    background: #C6A08650;
    z-index: 0;
}
.history-content-title{
    text-align: left;
    position: relative;
    z-index: 0;
}
.history-content-title h3{
    display: inline-block;
    width: 150px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    text-align: right;
    font-weight: bold;
}
.history-content-list{
    padding-left: 160px;
    position: relative;
    z-index: 0;
}
.history-content-list p{
    padding-left: 30px;
    line-height: 32px;
    background: url(../images/bdot.png) no-repeat left center;
    color: #333;
}