/* 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: #333;
}

li{
    list-style:none;
}

.header .actives>p>a{
    border-bottom: 2px solid #587269;
    color: #587269;
    font-weight: bold;
    padding-bottom: 10px;
}

.title-left .active{
    background: #587269 !important;
}

.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #587269 !important;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

body .subject{
    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 #587269;
}
.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 #587269;
}
.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: #587269;
}

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(255, 255, 255, 0.8);
    box-shadow: 0 0 20px 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: 100%;
}

.header-main .cms-site-inner .header-logo{
    align-self: center;
}


.header-main img{
    height: 40px;
}

.header-main .header{
    line-height: 80px;
    width: 700px;
    height: 100%;
}

.header-main .header>ul{
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.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;
    height: 100%;
}

.header-main .header>ul>li:hover>p>a{
    font-weight: bold;
    color: #587269;
    border-bottom: 2px solid #587269;
    padding-bottom: 13px;
}

.header-main .header>ul>li:hover .cms-site-submenu{
    display: block;
}

.header ul li a{
    font-size: 16px;
}

.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: #587269 !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{
    width: 110px;
    text-align: right !important;
}

.selected-menu-login p a{
    display: block;
    border: 0 !important;
    padding: 0 !important;
}

.selected-menu-login p a::after{
    content: '';
    background: url(../images/login.svg)  no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute !important;
    z-index: 9;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
}

.customer-logged-in p a{
    font-size: 16px !important;
}

.customer-logged-in p a::after{
    content: "";
    background: none;
}

.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%;
}

.main-top{
    width: 100% !important;
}

.main-top img{
    width: 100%;
}

.title{
    text-align: center;
    margin-bottom: 70px;
    margin-top: 100px;
}

.title h3{
    display: inline-block;
    font-size: 34px;
    color: #333;
    margin: 0 5px;
}

.title span{
    font-size: 30px;
    color: #587269;
    font-weight: bold;
}

.title p{
    font-size: 16px;
    color: #ccc;
}

.index_title{
    text-align: center;
}

.index_title p{
    font-size: 18px;
    color: #ccc;
}

.index_title h3{
    font-size: 34px;
}

.index_one{
    padding: 80px 0;
    background-color: #f8f8f8;
    height: 530px;
    box-sizing: border-box;
}

.index_one-body{
    margin-top: 80px;
    font-size: 63px;
    font-weight: bold;
    text-align: center;
}

.text_1{
    background-color: #fff;
}


.swiper-pagination-bullet{
    background-color: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
}

.category-main{
    margin-bottom: 100px;
}

.title-left{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    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: #587269;
    color: #fff;
    font-weight: bold;
}

.main-right img{
    max-width: 100%;
}

.about-body{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.about-body-right{
    position: relative;
    margin-top: 50px;
    align-self: center;
}

.about-body-right .about-b{
    width: 505px;
    height: 476px;
    background-color: #F2F2F2;
    margin-top: 20px;
    margin-left: 20px;
}

.about-body-right .img-outline{
    width: 505px;
    height: 476px;
    position: absolute;
    left: 0;
    top: 0;
}

.about-body-left{
    align-self: center;
    width: 595px;
}

.about-body-left>p{
    margin-top: 30px;
    font-size: 16px;
    color: #333;
}

.about-body h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 31px;
}

.about-body ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
}

.about-body ul li h3{
    font-size: 20px;
}

.about-body ul li h3 span{
    font-size: 14px;
    margin-bottom: 10px;
}

.about-body ul li p{
    font-size: 14px;
    color: #666;
}

.about-body>p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.team ul{
    display: flex;
    flex-wrap: wrap;
}

.team ul li{
    width: 550px;
    height: 420px;
    margin-right: 100px;
    margin-bottom: 70px;
    padding: 60px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.team ul li>h3{
    font-size: 24px;
    margin-bottom: 15px;
}

.team ul li>p{
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
}

.team ul li:nth-child(2n){
    margin-right: 0;
}

.team .team-text{
    line-height: 2em;
}

.value ul li{
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
    margin-bottom: 50px;
}

.value .img-outline{
    width: 600px;
    height: 410px;
}

.value .value-text{
    box-sizing: border-box;
    width: 600px;
    align-self: center;
    padding: 0 50px;
    line-height: 2em;
}

.esg ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.esg ul li .img-outline{
    width: 540px;
    height: 586px;
}

.esg ul li .esg-text{
    width: 500px;
    align-self: center;
}

.esg ul li:nth-child(2){
    flex-direction: row-reverse;
}

.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{
    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: #587269;
}

.news-text time span,.news-text time{
    font-size: 12px;
    color: #999;
}

.login_ed{
    border: 1px solid #ededed;
    width: 800px;
}

.login_ed .login_ed-top{
    padding: 50px 0;
    display: flex;
    width: 500px;
    margin: auto;
}

.login_ed .login_ed-top img{
    width: 80px;
    height: 80px;
    margin-right: 30px;
    align-self: center;
}

.login_ed .login_ed-top p{
    line-height: 1.8em;
    color: #333;
}

.login_ed a{
    display: block;
    text-align: center;
    color: #587269;
    padding: 20px 0;
    background-color: #ededed;
}

.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: #587269 !important;
    color: #fff;
    border: 1px solid #587269 !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: #587269;
}

.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;
}

.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: #000000 !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-l{
    width: 880px;
    margin-right: 92px;
}

.footer-top-l>ul{
    display: flex;
    justify-content: space-between;
}

.footer-top ul li li>p>a{
    font-size: 14px;
    color: #fff;
}

.footer-top-l>ul li p a{
    color: #fff;
    font-size: 16px;
}

.footer-top .footer-top-l>ul>li>p{
    margin-bottom: 20px;
}

.footer-top-l>ul>li:last-child{
    display: none;
}

.footer-top .footer-top-l>ul>li ul li{
    margin-bottom: 10px;
}

.footer-top-r{
    display: flex;
    justify-content: space-between;
    /* width: 600px; */
}

.footer-top-r .img-outline{
    width: 114px;
}

.footer-top-r .img-outline p{
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}

.footer-bottom{
    /* background-color: #587269; */
    text-align: center;
    color:#999;
    font-size: 12px;
    padding: 10px;
    line-height: 28px;
}

.footer-bottom a{
    color: #999;
    font-size: 12px;
}

.footer-bottom span{
    margin-left: 20px;
    color: #999;
    font-size: 12px;
}

.footer-bottom span a{
    color: #999;
}

footer .selected-menu-login{
    display: none;
}

.pdtnews{
    display:none;
}

.qh{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}