/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: '微软雅黑';
}

html,body{
    font-size: 16px;
}

body{
    width: 100%;
    height: 100%;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
}

li{
    list-style:none;
}

.header .actives>p>a{
    border-bottom: 2px solid #fff;
    color: #DAB96A;
    font-weight: bold;
    padding-bottom: 13px;
}

.title-left .active{
    background: #DAB96A !important;
}

.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #DAB96A !important;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

body>section{
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}


/* 弹出框 */
.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 #DAB96A;
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 70px;
    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 #DAB96A;
}
.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: #DAB96A;
}

section .subject{
    margin: 0 auto;
    width: 1200px;
}


/* 导航条 */
.header-banner{
    height: 79px;
    width: 100%;
}

.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: 9;
    background-color: rgba(0, 0,0);
}

.header-main .cms-site-inner{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header-main .cms-site-inner .header-logo{
    align-self: center;
}


.header-main img{
    height: 40px;
    margin-left: 80px;
}

.header-main .header{
    line-height: 80px;
    width: 830px;
    height: 100%;
}

.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;
}

.header>ul>li>p{
    margin: 0 !important;
}

.header-main .header>ul>li:hover>p>a{
    border-bottom: 2px solid #fff;   
    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{
    margin: 20px 0;
    color: #fff;
}

.header ul li a{
    font-size: 16px;
}

.header-main .header>ul>li>p>a:hover{
    color: #fff;
    font-weight: bold;
}

.header-main .header>ul>li>ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 120px;
    padding: 0 10px;
}

.header-main .header>ul>li>ul> li:hover a{
    background-color: #DAB96A !important;
    color: #fff;
}

.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;
    background-color: #f6f6f6;
}

.header .cms-site-submenu li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.header .cms-site-submenu li>p>a{
    font-size: 16px;
}

.selected-menu-login{
    margin-left: -15px;
}

.selected-menu-login p a{
    position: relative;
    left: 20px;
    width: 120px;
    font-size: 0 !important;
}

.selected-menu-login p a::after{
    content: '';
    background: url(../images/login.svg)  no-repeat;
    width: 25px;
    height: 25px;
    position: absolute !important;
    z-index: 9;
    top: -17px;
    margin-left: 0px;
}

.selected-menu-en{
    margin-left: -15px;
}

.selected-menu-en p a{
    position: relative;
    left: 20px;
    width: 120px;
    font-size: 0 !important;
}

.selected-menu-en p a::after{
    content: '';
    background: url(../images/en.svg)  no-repeat;
    width: 25px;
    height: 25px;
    position: absolute !important;
    z-index: 9;
    top: -17px;
    margin-left: -10px;
}



/* 各页大图 */
.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%;
}

.index_title{
    text-align: center;
}

.index_title h3{
    font-size: 30px;
}

.index_title p{
    color: #ccc;
    font-size: 14px;
}

.index-about-title{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.index-about-title>span{
    color: #333;
    font-size: 30px;
}

.index-about-title>span:nth-child(1){
    border-bottom: 4px solid #333;
    padding-bottom: 10px;
}

.index-about-title>span:last-child{
    font-size: 22px;
    font-weight: bold;
    float: right;
}

.index_about{
    margin: 70px auto;
}

.index_about-body{
    display: flex;
    margin-top: 40px;
}

.index_about-body-left{
    position: relative;
    margin-top: 50px;
}

.index_about-body-left .index_about-b{
    width: 541px;
    height: 395px;
    background-color: #DAB96A;
    margin-top: 20px;
}

.index_about-body-left .img-outline{
    width: 541px;
    height: 395px;
    position: absolute;
    top: 0px;
    left: 20px;
}

.index_about-body-right{
    width: 930px;
    height: 515px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    margin-left: -270px;
    padding-left: 370px;
    padding-top: 83px;
    padding-right: 78px;
}

.index_about-body-right h3{
    font-size: 22px;
    font-weight: normal;
}

.index_about-body-right p:nth-child(2){
    margin-bottom: 30px;
    font-size: 14px;
    color: #999;
}

.index_about-body-right p:nth-child(3),.index_about-body-right p:nth-child(4){
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    line-height: 2em;
}

.index_perspective{
    margin: 70px auto;
}

.index_perspective-body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_perspective-body>div{
    width: 400px;
    height: 200px;
}

.index_perspective-body>.img-outline{
    height: 100%;
}

.index_perspective-body>div:nth-child(2n){
    box-sizing: border-box;
    padding: 28px 40px;
    background-color: #f6f6f6;
}

.index_perspective-body>div:nth-child(2n) h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 16px;
    color: #333;
}

.index_perspective-body>div:nth-child(2n) p{
    line-height: 1.5em;
}

.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;
}

.category-main{
    width: 1100px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.title-left{
    width: 140px;
    margin-right: 50px;
    text-align: center;
    display: inline-block;
}

.title-left ul dt{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.title-left ul dt h1{
    font-size: 22px;
    margin-bottom: 8.5px;
    border-bottom: 3px solid #333;
    color: #333;
    display: inline;
    padding-bottom: 14px;
}

.title-left ul li a{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 13px;
    background-color: #f2f2f2;
}

.title-left ul li .active{
    color: #fff;
}

.title-left ul li a:hover{
    background-color: #DAB96A;
    color: #fff;
    font-weight: bold;
}

.main-right{
    float: right;
    width: 960px;
}

.main-right .title{
    text-align: center;
    margin-bottom: 35px;
}

.main-right .title h3{
    font-size: 20px;
    color: #333;
}

.main-right .title p{
    font-size: 14px;
    color: #ccc;
}

.main-right .title span{
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #DAB96A;
    position: relative;
}

.main-right img{
    max-width: 100%;
}

.team>.img-outline{
    margin-bottom: 50px;
}

.team ul{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
}

.team ul:last-child{
    border-bottom: 0px !important;
}

.team ul li:nth-child(1){
    min-width: 152px;
    margin-right: 30px;
}

.team ul li .img-outline{
    width: 152px;
    height: 206px;
    margin-right: 30px;
}

.team ul li:last-child{
    align-self: center;
}

.team ul li:last-child>p:nth-child(1){
    margin-bottom: 10px;
}

.team ul li:last-child>p:nth-child(2){
    margin-bottom: 20px;
}

.team ul li:last-child>p:nth-child(1) span:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    text-align-last: justify;
}

.team ul li .ueditor_content_parse *{
    color: #666;
    font-size: 14px;
}

.team ul:nth-child(2){
    display: none;
}

.news{
    width: 100%;
}

.news>ul>li a{
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news>ul>li a .img-outline{
    width: 240px;
    height: 150px;
    margin-right: 30px;
}

.news>ul>li a .news-text{
    width: 690px;
    align-self: center;
}

.news>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;
}

.news>ul>li a .news-text h3{
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.news>ul>li a:hover h3{
    color: #DAB96A;
}

.news-text time span,.news-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: #DAB96A !important;
    color: #fff;
    border: 1px solid #DAB96A !important;
}

/* jobs */
.jobs-click{
    line-height: 50px;
}

.jobs-list ul li{
    display: grid;
    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: #DAB96A;
}

.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: 50px;
    font-style: normal;
    line-height: 42px;
}

.jobs-item{
    display: grid;
}

.jobs-list .active{
    background: none;
}

/* content */
.main-content{
    margin-bottom: 25px;
}

.main-content h1{
    font-size: 30px;
    text-align: center;
}

.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;
}

.main-content .main-text-bottom{
    margin-top: 40px;
}

.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;
    display: inline-block;
}

.pages-next{
    text-align: right;
}


/* footer */
footer{
    background-color: #333 !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;
}

.footer-top ul{
    list-style: none;
}

.footer-top ul li{
    line-height: 1.8em;
    color: #fff;
}

.footer-top-l{
    width: 1050px;
    display: flex;
}

.footer-top-l .img-outline{
    margin-right: 80px;  
    width: 322px;
    align-self: center;
}

.footer-top-r{
    display: flex;
    justify-content: space-between;
    padding-left: 42px;
    border-left: 2px solid #666;
}

.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;
    color: #f8f8f8;
    font-size: 14px;
}

.footer-top-r .img-outline p{
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}

.footer-bottom{
    text-align: center;
    color:#fff;
    font-size: 12px;
    background-color: #000;
    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;
}

.companydynamics{
    display:none;
}