body{
    min-width: 750px;
}
.wrapper{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 750px;
    margin: 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 40px;
    background: #fff;
}

.cms-site-head{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}
.header-main{
    position: relative;
}
.header-top, .cms-site-head-position{
    height: 102px;
}
.header-top{
    background: #fff;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,.25);
    position: relative;
    z-index: 5;
}
.header-main.active .header-top{
    background: #f2f2f2;
}
.head-logo a{
    display: block;
}
.head-logo img{
    max-height: 80px;
}
.header-menu-btn{
    width: 40px;
    height: 33px;
    line-height: 43px;
    vertical-align: middle;
    position: relative;
    flex-shrink: 0;
}
.header-menu-btn span{
    display: inline-block;
    height: 3px;
    width: 40px;
    background-color: #D6A850;
    position: absolute;
    left: 0;
    border-radius: 2px;
}
.header-menu-btn span:nth-child(1)
{
    top: 0;
}
.header-menu-btn span:nth-child(2)
{
    top: 15px;
}
.header-menu-btn span:nth-child(3) {
    bottom: 0;
}

.header-main.active .header-menu-btn span:nth-child(1)
{
    left: 2px;
    top: 15px;
    transform: rotate(45deg);
}
.header-main.active .header-menu-btn span:nth-child(2)
{
    opacity: 0;
}
.header-main.active .header-menu-btn span:nth-child(3)
{
    left: 2px;
    bottom: 15px;
    transform: rotate(-45deg);
}

.header-nav{
    width: 100%;
    position: absolute;
    left: 0;
    max-height: calc(100vh - 102px);
    overflow: auto;
    z-index: 0;
}
.header-nav-main{
    background: #F2F2F2;
    padding-bottom: 50px;
    display: none;
}

.header-nav .nav-lv1{
    border-bottom: 1px solid #ccc;
}
.header-nav .nav-lv1>p{
    display: flex;
    align-items: stretch;
}
.header-nav .nav-lv1-item{
    line-height: 96px;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    flex-grow: 1;
}
.header-nav .active .nav-lv1-item{
    color: #D6A850;
}
.nav-lv1-btn{
    font-size: 30px;
    width: 40px;
    justify-content: right;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: default;
    font-size: 0;
    position: relative;
}
.nav-lv1-btn::before{
    content: '';
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 1px;
}
.nav-lv1-btn::after{
    display: block;
    content: '';
    width: 2px;
    height: 22px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    border-radius: 1px;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
}
.nav-lv1-btn.active::after{
    height: 0;
}
.header-nav .nav-lv1-sub{
    display: none;
    border-top: 1px solid #ccc;
}
.header-nav .nav-lv2{
    border-bottom: 1px dashed #ccc;
}
.header-nav .nav-lv2:last-child{
    border-bottom: none; 
}
.header-nav .nav-lv2-item{
    display: block;
    font-size: 26px;
    line-height: 96px;
    color: #333;
    text-indent: 2em;
}

.footer-top .wrapper{
    background: #333;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-main{
    border-bottom: 1px solid #666;
    padding-bottom: 50px;
}
.footer-contact {
    padding: 0 10%;
}
.footer-contact p{
    display: flex;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.footer-contact p span:first-child{
    flex-shrink: 0;
    margin-right: 10px;
}

.footer-vcode{
    padding-top: 50px;
    text-align: center;
}
.vcode-img{
    padding: 0 15%;
    margin-bottom: 10px;
}
.footer-vcode img{
    max-width: 100%;
}
.vcode-title{
    font-size: 22px;
}
.footer-copyright .wrapper{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    background: #fff;
    color: #999;
    font-size: 22px;
    line-height: 2em;
}
.footer-copyright a{
    color: #999;
    margin-right: 10px;
}



.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: 8px;
    border-radius: 4px;
    opacity: 1;
    background: #fff;
    margin: 0 3px;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active{
    background: #fff;
    width: 26px;
}
.index-banner .swiper-slide a{
    display: block;
}

.title-sty1{
    text-align: center;
    margin-bottom: 30px;
}
.title-sty1 p{
    font-size: 30px;
    line-height: 1em;
    color: #999999;
    text-transform: uppercase;
}
.title-sty1 h1, .title-sty1 h2, .title-sty1 h3, .title-sty1 h4{
    font-size: 40px;
    font-weight: bold;
    color: #D6A850;
    line-height: 1.5em;
}
.btn-sty1{
    display: inline-block;
    padding: 0 80px;
    line-height: 66px;
    color: #fff;
    background: #D6A850;
    border-radius: 33px;
}

.index-about{
    padding-top: 60px;
    padding-bottom: 60px;
}
.index-about-content{
    margin-bottom: 30px;
}
.index-about-content p{
    margin-bottom: 20px;
    color: #666;
}
.index-about-more{
    text-align: center;
}

.page-banner img{
    width: 100%;
}

.page-manu-sub{
    background: #f8f8f8;
}
.page-content-side{
    height: 100px;
    overflow: hidden;
    display: flex;
}
.page-content-side button{
    width: 36px;
    height: 100px; 
    flex-shrink: 0;
    display: none;
}
.page-content-side.overflow button{
    display: block;
}
.page-content-side button.submenu-left{
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/submenu-left-black.png);
}
.page-content-side button.submenu-left.disabled{
    background-image: url(../images/submenu-left-gray.png);
}
.page-content-side button.submenu-right{
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/submenu-right-black.png);
}
.page-content-side button.submenu-right.disabled{
    background-image: url(../images/submenu-right-gray.png);
}
.side-nav{
    height: 200px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: auto;
    flex-grow: 1;
}
.side-nav ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.page-content-side.overflow .side-nav ul{
    justify-content: left;
}
.side-nav ul li{
    flex-shrink: 0;
}
.side-nav a{
    display: block;
    padding: 0 50px;
    line-height: 100px;
    font-size: 26px;
    color: #333;
}
.side-nav .active a{
    background: #D6A850;
    color: #fff;
}

.page-content-main{
    padding: 50px 0;
}
.page-content{
    min-height: 400px;
}
.page-content-title{
    margin-bottom: 50px;
}
.page-content-items{
    margin-bottom: 30px;
}


.jobs-item{
    background: #f6f6f6;
    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: 77px;
    font-size: 26px;
    font-weight: bold;
}
.jobs-title i{
    font-size: 30px;
    font-weight: normal;
}
.jobs-item.active .jobs-title{
    background: #D6A850;
    color: #fff;
}

.jobs-details{
    padding: 30px 0;
}
.jobs-details p{
    line-height: 2em;
}
.jobs-content{
    display: none;
}

.cms-site-pagination{
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
}
.cms-site-pagination ul{
    display: flex;
    width: 100%;
    justify-content: center;
    justify-items: center;
}
.cms-site-pagination ul li{
    text-align: center;
    margin: 0 5px;
}
.cms-site-pagination ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ccc;
    font-size: 22px;
    color: #333;
    border-radius: 2px;
}
.cms-site-pagination ul li a:hover{
    background-color: rgb(200, 173, 124);
    color: #fff;
}
.cms-site-pagination ul .page_t a{
    font-size: 12px;
    min-width: 84px;
}


.news-text-list li{
    border-bottom: 1px dashed #f1f1f1;
}
.news-text-item{
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 20px 0;
}
.news-text-item h3{
    flex-grow: 1;
    color: #333;
    line-height: 50px;
    font-weight: normal;
    height: 100px;
    overflow: hidden;
}
.news-text-item h3 span{
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    margin-right: 5px;
}
.news-text-item time{
    flex-shrink: 0;
    margin-right: 20px;
    background: #E6E6E6;
    color: #999;
    padding: 20px 0;
    width: 120px;
}
.news-text-item time span{
    display: block;
    text-align: center;
    line-height: 1em;
}
.news-text-item time span:first-child{
    line-height: 50px;
    font-size: 40px;
}

.news-download-list li{
    border-bottom: 1px dashed #f1f1f1;
}
.news-download-item{
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 20px 0;
}
.news-download-item h3{
    flex-grow: 1;
    color: #333;
    line-height: 60px;
    font-weight: normal;
}
.news-download-item h3 span{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    margin-right: 5px;
}
.news-download-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-download-item time{
    margin-left: 30px;
    color: #999;
}

.news-pic-list li{
    padding: 30px 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: 280px;
    flex-shrink: 0;
    margin-right: 50px;
    max-height: 180px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.20);
}
.news-pic-img img{
    min-height: 170px;
}
.news-pic-text{
    flex-grow: 1;
}
.news-pic-text h3{
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.75em;
    max-height: 3.5em;
}
.news-pic-item .summary{
    display: none;
}
.news-pic-text time{
    color: #999;
    font-size: 24px;
}

.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: 28px;
    font-weight: bold;
    border-bottom: 3px solid #D6A850;
    margin-right: 30px;
}
.team-item-title h4{
    line-height: 50px;
    font-size: 26px;
    font-weight: normal;
}

.title-underline{
    margin-bottom: 25px;
    text-align: center;
}
.title-underline h3{
    display: inline-block;
    border-bottom: 5px solid #D6A850;
}
.title-underline h3 span{
    line-height: 1em;
    margin-bottom: -3px;
}



.page-main-title{
    margin-bottom: 50px;
}
.page-main-title h1{
    padding: 0 50px;
    font-size: 36px;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: center;
}
.page-main-title p{
    font-size: 22px;
    color: #666;
}
.page-main-title time{
    margin-right: 10px;
}
.page-main-title span{
    margin-right: 5px;
}

.cms-site-overlay-content{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cms-site-overlay-content{
    background: rgba(0,0,0,.5);
}
.cms-site-overlay-all{
    width: 680px;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
}
.cms-site-overlay-title{
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 0 30px 0;
    margin-bottom: -2px;
}
.cms-site-overlay-title h2{
    font-size: 36px;
    line-height: 50px;
}
.cms-site-overlay-msg{
    width: 90%;
    padding: 20px 5%;
    background: #fff;
    max-height: calc(100vh - 450px);
    overflow: auto;
    margin-bottom: -2px;
}
.cms-site-overlay-msg p{
    margin-bottom: 10px;
    color: #333;
}
.cms-site-overlay-bottom{
    padding: 30px 50px;
    background: #fff;
    display: flex;
    justify-content: center;
}
.cms-site-overlay-bottom a{
    line-height: 60px;
    display: inline-block;
    background: #999;
    color: #fff;
    border-radius: 4px;
    margin: 0 20px;
    padding: 0 40px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    background: #D6A850;
}