/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: '微软雅黑';
}

body{
    width: 100%;
    height: 100%;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
}

li{
    list-style:none;
}

.title-left .active{
    background: #CBA370 !important;
}

.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #CBA370 !important;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

body>section{
    margin: 0 auto;
}

section .subject{
    margin: 0 auto;
    width: 1200px;
}


/* 弹出框 */
.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 #CBA370;
}
.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 #CBA370;
}
.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: #CBA370;
}


/* 导航条 */
.cms-site-head{
    border-bottom: 1px solid #dddcda;
    min-width: 1200px;
    background-color: #fff;
}

.header-main{
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 999;
    background-color: rgba(255, 255,255,0.8);
    box-shadow: 0 0 10px rgba(0, 0,0, .3);
}

.header-main .cms-site-inner{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 80px;
}

.header-main .cms-site-inner .header-logo{
    align-self: center;
}

.header-main img{
    float: left;
    height: 55px;
    margin-top: 5px;
}

.header-main .header{
    float: right;
    line-height: 80px;
    width: 840px;
}

.header-main .header>ul{
    display: flex;
    justify-content: space-between;
}

.header-main .header>ul>li{
    display: inline-block;
    position: relative;
    list-style: none;
    height: 100%;
    text-align: center;
    min-width: 140px;
}

.header-main .header>ul>li:hover{
    background-color: #CBA370;
}

.header>ul>li>p{
    margin: 0 !important;
}

.header-main .header>ul>li:hover>p>a{
    /* border-bottom: 2px solid #CBA370;    */
    color: #fff;
    font-weight: bold;
    /* padding-bottom: 13px; */
}

.header-main .header>ul>li:hover .cms-site-submenu{
    display: block;
}

.header-main .header>ul>li>p>a{
    display: block;
    /* margin: 20px 0; */
}

.header ul li a{
    font-size: 16px;
}

.header-main .header>ul>li>p>a:hover{
    color: #fff;
}

.header-main .header>ul>li>ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 140px;
}

.header-main .header>ul>li>ul li a:hover{
    background: #CBA370;
    color: #fff;
}

.header-main .header>ul>li>ul> li:hover{
    border-bottom: 0;
    padding-bottom: 1px;
}

.header-main .header>ul .actives{
    background-color: #CBA370;
}

.header-main .header>ul .actives>p>a{
    color: #fff;
    /* padding-bottom: 13px; */
    font-weight: bold;
}

.header .cms-site-submenu{
    display: none;
    position: absolute;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,0);
    background-color: #fff;
    overflow: hidden;
}

.header .cms-site-submenu li{
    list-style: none;
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid #CCCCCC;
}

.header .cms-site-submenu li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.header .cms-site-submenu li>p>a{
    font-size: 16px;
}

.header-banner{
    height: 80px;
    width: 100%;
}

.selected-menu-login{
    min-width: 50px !important;
    width: 50px;
    margin-left: -10px;
    background: none !important;
}

.selected-menu-login p a{
    position: relative;
    left: 10px;
    /* width: 120px; */
    font-size: 0 !important;
}

.selected-menu-login p a::before{
    content: '';
    display: inline-block;
    background: url(../images/login.svg)  no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 各页大图 */
.banner-contral{
    position: absolute;
    z-index: 9;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50px);
    bottom: 0 !important;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

.banner{
    width: 100%;
    min-width: 1200px;
}

.banner img{
    width: 100%;
}

.main-top{
    width: 100% !important;
}

.main-top img{
    width: 100%;
}

.swiper-pagination-bullet{
    background-color: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
}

.title{
    text-align: center;
    margin-bottom: 60px;
}

.title h3{
    display: inline-block;
    font-size: 28px;
    color: #333;
}

.title p{
    font-size: 24px;
    color: #EBEBEB;
}

.index_about{
    margin: 80px auto;
}

.index_about .subject{
    display: flex;
    justify-content: space-between;
}

.index_about-left{
    width: 505px;
    align-self: center;
}

.index_about-left .title{
    text-align: left;
    border-bottom: 1px solid #666;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.index_about-left p{
    line-height: 2em;
}

.index_about-left a{
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
    display: block;
    border: 1px solid #CBA370;
    color: #CBA370;
}

.index_about-left a:hover{
    background-color: #CBA370;
    color: #fff;
}

.index_about-right{
    width: 600px;
    height: 420px;
    align-self: center;
    position: relative;
}

.index_about-right .img-outline{
    position: relative;
    height: 410px;
    width: 590px;
}

.index_about-right .index_about-b{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 410px;
    width: 590px;
    background-color: #f2f2f2;
    z-index: -1;
}

.index_tz{
    background-color: #f6f6f6;
    padding: 60px 0;
}

.index_tz ul{
    display: flex;
    justify-content: space-between;
}

.index_tz ul li{
    padding: 22px;
    width: 384px;
    height: 363px;
    box-sizing: border-box;
    background-color: #fff;
}

.index_tz ul li h3{
    font-size: 18px;
    margin-bottom: 15px;
}

.index_tz ul li .img-outline{
    width: 340px;
    height: 120px;
    margin-bottom: 20px;
}

.index_tz ul li .img-outline img{
    transform: scale(1);
    transition: all 0.5s;
}

.index_tz ul li:hover .img-outline img{
    transform: scale(1.2);
    transition: all 0.5s;
}

.index_tz ul li p{
    line-height: 30px;
    color: #666;
}

.index_news{
    margin: 70px auto;
}

.index_news .title{
    margin-bottom: 60px;
}

.index_news-title{
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
}

.index_news-title h2{
    font-size: 14px;
    color: #ccc;
}

.index_news-title h3{
    font-size: 30px;
    display: table;
}

.index_news-title h3 span{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #DBA523;
    margin: auto;
    margin-top: 8px;
}

.index_news-body{
    display: flex;
    justify-content: space-between;
}

.index_news-left{
    width: 520px;
    position: relative;
}

.index_news-left>ul>li a{
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    padding: 20px;
}

.index_news-left>ul>li a .img-outline{
    width: 170px;
    height: 116px;
    margin-right: 20px;
}

.index_news-left>ul>li a .news-text{
    width: 290px;
    align-self: center;
}

.index_news-left>ul>li a .news-text p{
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.index_news-left>ul>li a .news-text h3{
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
}

.index_news-left .news-text p{
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.index_news-left .news-text span{
    display: block;
    text-align: right;
    font-size: 12px;
}

.index_news-left>ul>li a:hover h3,.index_news-left>ul>li a:hover span{
    color: #DBA523;
}

.index_news-left>ul>li a:hover{
    background-color: #f6f6f6;
    border-bottom: 0;
    padding-bottom: 21px;
}

.index_news-right{
    width: 620px;
    height: 468px;
}

.index_news-right ul li{
    list-style: disc;
    color: #ccc;
}

.index_news-right ul li a{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.index_news-right ul li p{
    display: flex;
    width: 450px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.index_news-right ul li a>span{
    font-size: 14px;
    color: #999;
    align-self: center;
}

.index_news-right ul li:hover a{
    color: #DBA523;
}

.index_news .subject>a{
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid #CBA370;
    color: #CBA370;
}

.index_news .subject>a:hover{
    background-color: #CBA370;
    color: #fff;
}


.category-main{
    width: 100%;
    margin-bottom: 70px;
}

.title-left{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: -4px;
    box-shadow: 0 10px 20px rgba(175, 175, 175, 0.3);
}

.title-left ul{
    display: flex;
}

.title-left ul li a{
    display: block;
    padding: 20px 30px;
}

.title-left ul li .active{
    color: #fff;
}

.title-left ul li a:hover{
    background-color: #CBA370;
    color: #fff;
    font-weight: bold;
}

.main-right img{
    max-width: 100%;
}

.main-right .main-title{
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.main-right .main-title h3{
    font-size: 14px;
    color: #ccc;
}

.main-right .main-title h1{
    font-size: 20px;
    color: #333;
}

.main-right .main-title h1 span{
    display: block;
    height: 2px;
    width: 30px;
    background-color: #CBA370;
    margin: auto;
    margin-top: 10px;
}

.main-right .subject{
    margin-top: 70px;
}

.pdt{
    display: flex;
}

.pdt .pdt-li{
    padding: 10px 20px;
}

.pdt .active{
    background-color: #CBA370;
    color: #fff;
}

.pdt-body .pdt-tab:first-child{
    display: block;
}

.pdt-body .pdt-tab{
    display: none;
}


.ceo ul li{
    padding-bottom: 80px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #ccc;
}

.ceo ul li:last-child{
    padding: 0;
    border: 0;
    margin-bottom: 100px;
}

.ceo ul li .name{
    border-bottom: 1px solid #CBA370;
    position: relative;
    margin-bottom: 20px;
}

.ceo ul li .name i{
    font-style: normal;
}

.ceo ul li .name span{
    display: inline-block;
    border-bottom: 3px solid #CBA370;
    padding-bottom: 9px;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
}

.ceo ul li .name img{
    position: absolute;
    right: 0;
    bottom: -5px;
}

.ceo ul li .ceo-body{
    position: relative;
}

.ceo ul li .ceo-text{
    line-height: 1.8em;
    font-size: 14px;
}

.ceo ul li .fk{
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 30px;
    height: 30px;
    background-color: #CBA370;
}

.ceo ul li .fk1{
    width: 20px;
    height: 20px;
    right: 30px;
    bottom: -10px;
}

.news{
    width: 100%;
}

.news>ul>li a{
    display: flex;
    height: 121px;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
}

.news>ul>li a:hover{
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
}

.news>ul>li a:hover div h3{
    color: #CBA370;
}

.news>ul>li time strong{
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.news>ul>li time p{
    color: #666;
    text-align: center;
}

.news>ul>li div{
    padding-left: 30px;
    border-left: 1px solid #ccc;
    margin-left: 30px;
    height: 80px;
}

.news>ul>li div h3{
    font-size: 16px;
}

.news>ul>li div p{
    font-size: 16px;
    margin-top: 10px;
    color: #666;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news>ul>li time,.news>ul>li div{
    align-self: center;
}

.news_img{
    width: 100%;
}

.news_img>ul>li a{
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news_img>ul>li a .img-outline{
    width: 240px;
    height: 150px;
    margin-right: 30px;
}

.news_img>ul>li a .news_img-text{
    align-self: center;
}

.news_img>ul>li a .news_img-text p{
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news_img>ul>li a .news_img-text h3{
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.news_img>ul>li a:hover h3{
    color: #CBA370;
}

.news_img-text time span,.news_img-text time{
    font-size: 12px;
    color: #999;
}


.cms-site-pagination{
    margin-top: 50px;
}

.cms-site-pagination ul li{
    display: inline-block;
    height: 24px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 24px;
    margin: 0 5px;
}

.cms-site-pagination ul li a{
    display: block;
    padding: 0 8px;
    background-color: #fff;
}

.cms-site-active a{
    background-color: #CBA370 !important;
    color: #fff;
    border: 1px solid #CBA370 !important;
}

/* jobs */
.jobs-list ul li{
    list-style: none;
    display: grid;
    line-height: 50px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

.jobs-list ul li>div{
    padding: 0 20px;
}

.jobs-list .active .jobs-click h3,.jobs-list .active .jobs-click i{
    color: #fff;
    font-weight: bold;
}

.jobs-list .active .jobs-click{
    background-color: #CBA370;
}

.jobs-list .active .jobs-content{
    background-color: #f2f2f2;
    padding: 30px 20px;
}

.jobs-content{
    display: none;
}

.jobs-click>h3{
    float: left;
    font-weight: normal;
}

.jobs-click>i{
    float: right;
    font-size: 20px;
    font-style: normal;
}

.jobs-item{
    display: grid;
}

.jobs-list .active{
    background: none;
}

.pdt-title ul{
    display: flex;
}

.pdt-title ul li{
    margin-right: 20px;
    text-align: center;
    padding-bottom: 5px;
}

.pdt-title ul li:hover{
    border-bottom: 2px solid #CBA370;
}

.pdt-title ul .active{
    border-bottom: 2px solid #CBA370;
}

.pdt-text{
    margin-top: 20px;
}

.pdt-text .tab{
    display: none;
}

.pdt-text .tab:nth-child(1){
    display: block;
}


/* content */
.main-content{
    margin-bottom: 25px;
}

.main-content h1{
    font-size: 30px;
    text-align: center;
    line-height: 1.5em;
}

.main-content p{
    font-size: 14px;
}

.main-content>p{
    font-size: 14px;
    color: #9c9b9b;
    margin: 10px 0;
    text-align: center;
}

.main-content span{
    color: #9c9b9b;
    margin-right: 20px;
    font-size: 14px;
}

.pages{
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 20px;
}

.pages .pages-prev-next{
    display: flex;
    justify-content: space-between;
}

.pages-prev{
    text-align: left;
    width: 45%;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.pages-next{
    text-align: right;    
    width: 45%;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}


/* footer */
footer{
    background-color: #F6F6F6 !important;
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
}

.footer-top{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    /* margin-top: -5px; */
}

.footer-top ul{
    list-style: none;
    align-self: center;
}

.footer-top ul li{
    line-height: 1.8em;
    /* color: #fff; */
    font-size: 14px;
}

.footer-top ul li h3{
    /* color: #fff; */
    margin-bottom: 20px;
}

.footer-top-l{
    width: 1000px;
    display: flex;
}

.footer-top-l .img-outline{
    margin-right: 68px;  
    align-self: center;
    /* border-left: 4px solid #fff; */
    width: 205px;
    height: auto;
}

.footer-top-r{
    display: flex;
    justify-content: space-between;
    padding-left: 42px;
    border-left: 1px solid #ccc;
    text-align: center;
}

.footer-top-r .img-outline{
    width: 106px;
    align-self: center;
    height: 140px;
}

.footer-top-r ul li:nth-child(1){
    margin-bottom: 20px;
    /* color: #fff; */
    font-size: 16px;
}

.footer-top-r ul li{
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-top-r .img-outline p{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    /* color: #fff; */
}

.footer-bottom{
    background-color: #CBA370;
    text-align: center;
    color:#fff;
    font-size: 12px;
    padding: 20px 0;
}

.footer-bottom a{
    color: #fff;
    font-size: 12px;
}

.footer-bottom span{
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
}

.footer-bottom span a{
    color: #fff;
}

footer .selected-menu-login{
    display: none;
}
.wx-code-img{
    max-width: 106px;
}