* {
    padding: 0;
    border: 0;
    margin: 0;
    top: 0;
    left: 0;
    vertical-align: top;
    -webkit-text-size-adjust: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4d4d4d;
}

li {
    list-style: none;
}

html{
    position: relative;
}

body {
    margin: 0 auto;
    width: 750px;
    position: relative;
}

.cms-site-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.cms-site-overlay-content {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 100px);
    z-index: 9999999999;
    border-radius: 2px;
    width: 600px;
    height: 70%;
    padding: 50px;
    background: #fff;
}

.cms-site-top {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #587269;
    padding-bottom: 30px;
}

.cms-site-left {
    height: 82%;
    font-size: 28px;
    overflow: auto;
    border-bottom: 1px solid #587269;
    padding: 10px 0;
    margin-bottom: 20px;
}

.cms-site-right{
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.cms-site-right a {
    display: inline-block;
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #587269;
    font-size: 26px;
}

.cms-site-mainMsg {
    font-size: 28px;
    padding-right: 12px;
}

.cms-site-mainMsg p{
    color: #555;
    font-size: 24px;
}

.cms-site-top{
    border-bottom: 1px solid #587269;
}

.banner-slide .banner-contral{
    position: absolute;
    z-index: 10;
}

.banner-contral span{
    position: relative;
    top: 380px;
}

.banner-slide .banner-pagination{
    width: 100%;
    text-align: center;
    bottom: 50px;
    left: 0;
}

.banner-slide .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #fff;
    display: inline-block;
    margin: 0 18px;
    border-radius: 7px;
    opacity: 1;
    transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.banner-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 25px;
}

.banner-slide .banner-text{
    position: absolute;
    top: 155px;
    text-align: center;
    left: 50%;
    transform: translate(-50%,0);
    width: 520px;
}

.banner-slide .banner-text h2{
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
}

.banner-slide .banner-text p{
    font-size: 24px;
    color: #fff;
    line-height: 38px;
}


header {
    height: 100px;
    position: fixed;
    width: 750px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 998;
}

.header-top {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 20px rgb(51, 51, 51,0.3);
}

.header-top .logo a{
    display: block;
}

.header-top>div {
    margin: 0 40px;
}

.header-top .xiala {
    width: 30px;
    align-self: center;
}

.header-top .xiala>div {
    height: 3px;
    margin-bottom: 8px;
    width: 30px;
    background-color: #333;
    transition: 0.4s;
}

.header-top .xiala>div:last-child{
    margin-bottom: 0px;
}

.header_banner{
    width: 100%;
    height: 100px;
}

.header-top-l{
    display: flex;
}

.header-top-l>p{
    margin-left: 10px;
    font-size: 30px;
}

.xiala-style div:nth-child(1) {
    height: 3px;
    width: 34px;
    transform: rotate(45deg) translate(7.5px, 8px);
}

.xiala-style div:nth-child(2) {
    width: 0;
}

.xiala-style div:nth-child(3) {
    height: 3px;
    width: 34px;
    transform: rotate(-45deg) translate(7.5px, -9px);
}

.xiala-text {
    width: 750px;
    height: 0;
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    background: #F2F2F2;
    z-index: 10;
    overflow: hidden;
    transition: all 0.4s;
}

.xiala-text>ul>li {
    border-top: 1px solid #ccc;
    width: 100%;
    position: relative;
}

.xiala-text>ul>li a {
    color: #333;
}

.xiala-text>ul>li>a,  .xiala-text>ul>li>ul>li>a{
    position: relative;
    padding: 26px 40px;
    display: block;
    line-height: 1;
    z-index: 0;
}

.xiala-text>ul>li>a{
    font-weight: bold;
}

.xiala-text>ul>li>ul>li>a{
    padding-left: 0;
    padding-right: 0;
}

.xiala-text>ul>li>ul {
    margin-left: 40px;
    width: 670px;
}

/* .xiala-text>ul>li:last-child>a::after {
    content: '';
    background: url(../images/login.svg);
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
    background-size: 32px;
    margin-top: -3px;
} */

.xiala-text>ul>li span{
    font-size: 34px;
    line-height: 32px;
    display: block;
    width: 100px;
    text-align: center;
    position: absolute;
    left: 650px;
    top: 0;
    padding: 22px 0;
    color: #333;
}

.xiala-text>ul>li>ul>li {
    padding-left: 0;
    border-top: 1px dashed #ccc;
}

.xiala-text>ul>li>ul>li:first-child{
    border: 0;
}


.xiala-text a {
    color: #4d4d4d;
    font-size: 26px;
}

.xiala-text ul li ul {
    /* display: none; */
    height: 0;
    overflow: hidden;
}

.toggleone {
    height: auto;
}

.open>ul {
    height: 100% !important;
    transition: all 0.4s;
}

.open span {
    display: inline-block;
}

.header-top .login a img{
    width: 40px;
}

.banner {
    position: relative;
}

.banner-contral {
    position: absolute;
    z-index: 9;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50px);
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.swiper-scrollbar{
    position: relative !important;
    opacity: 1 !important;
}

body>section {
    margin-left: auto;
    margin-right: auto;
}

body section .subject{
    width: 670px;
    margin: 0 auto;
}



.none1{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: none;
}

.main-body{
    position: relative;
}

.main-body img{
    max-width: 100%;
}

.img-outline{
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

/* 首页 */
.index_title{
    text-align: center; 
    margin-bottom: 50px;
}

.index_title>h3{
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.index_title>p{
    font-size: 26px;
    display: inline-block;
    color: #ccc;
}

.index_about{
    padding-top: 80px;
    padding-bottom: 160px;
    text-align: center;
}

.index_about:nth-child(2n-1){
    background-color: #f8f8f8;
}

.category-main{
    margin: 70px 0;
}

.title{
    text-align: center;
    margin-bottom: 60px;
}

.title div{
    display: flex;
    justify-content: center;
}

.title h3{
    display: inline-block;
    font-size: 44px;
    color: #333;
    margin: 0 5px;
}

.title span{
    font-size: 34px;
    color: #587269;
    font-weight: bold;
    align-self: center;
}

.title p{
    font-size: 30px;
    color: #ccc;
}

.main-body img{
    max-width: 100%;
}

.menu{
    background-color: #F8F8F8;
}

.menu ul{
    width: 670px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.menu ul li{
    text-align: center;
    width: 200px;
    height: 100px;
    line-height: 100px;
    margin-right: 35px;
    font-size: 30px;
}

.menu ul li a{
    display: block;
}

.menu ul li:nth-child(3n){
    margin-right: 0;
}

.menu .active a{
    background-color: #587269;
    color: #fff;
}

.culture .main{
    margin-bottom: 100px;
}

.culture .main:last-child{
    margin-bottom: -70px;
}

.team ul li{
    background-color: #F8F8F8;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.team ul li>h3{
    font-size: 34px;
}

.team ul li>p{
    font-size: 30px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 40px;
}

.team .team-body{
    font-size: 32px;
    line-height: 2em;
}



.jobs{
    margin: 40px 0;
}

.jobs-list ul {
    padding-top: 40px;
    margin-bottom: 50px;
}

.jobs-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.jobs-item .jobs-click {
    background: #587269;
    height: 77px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.jobs-item .jobs-click>div {
    line-height: 77px;
    margin-left: 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

.jobs-item .jobs-click>i{
    font-size: 30px;
}

.jobs-item .jobs-click h3 {
    width: 90%;
    line-height: 2em;
    padding: 0 2%;
    font-size: 30px;
    color: #333;
    float: left;
}

.jobs-item .jobs-click i {
    display: block;
    margin-right: 2%;
    text-align: center;
    float: right;
    color: #fff;
    font-size: 40px;
    align-self: center;
}

.jobs-item .jobs-content {
    background: #F6F6F6;
    color: #333;
    display: none;
}

.jobs-content .content-text{
    font-size: 24px;
}

.jobs-item .jobs-details {
    padding: 40px;
}

.jobs-item .jobs-details b,
.jobs-item .jobs-details strong {
    font-weight: bold;
}

.jobs-text {
    width: 670px;
    background: #F2F2F2;
}

.jobs-text>div>p {
    font-size: 24px;
    padding: 0 20px;
}

.jobs-text>img {
    max-width: 100%;
    margin-bottom: 30px;
}

.jobs-text div>p:nth-child(1) {
    text-align: center;
    color: #132460;
    font-size: 28px !important;
    font-weight: bold;
}

.jobs-text div:nth-child(1)>p:nth-child(1) {
    width: 120px;

}

.jobs-text-top {
    margin-bottom: 50px;
}

.jobs-text-top div p {
    width: 112px;
    margin: 0 auto;
    border-bottom: 1px solid #CD151B;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.jobs-text-top>p {
    text-indent: 2em;
    line-height: 2em;
}

.jobs-text-top div p span {
    border-bottom: 2px solid #CD151B;
    color: #132460;
}

.jobs-text div>ul>li {
    list-style: disc;
    font-size: 24px;
    line-height: 2em;
}

.jobs-text-bottom>ul {
    margin-left: 50px;
    margin-right: 20px;
    padding-bottom: 30px;
}

.jobs-text-bottom>p {
    margin-bottom: 20px;
}


.yema {
    width: 670px;
    margin: 40px 0;
}

.yema>ul {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.yema>ul>li{
    align-self: center;
}

.yema>ul>li.num{
    width: auto;
    background: none;
    font-size: 26px;
    padding: 0 30px;
}
.yema>ul>li.num strong{
    color: #587269;
    font-weight: normal;
}

.yema>ul>li>a {
    width: 210px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    font-size: 24px;
}


.news>ul>li a{
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.news>ul>li a .img-outline{
    width: 280px;
    height: 180px;
    margin-right: 60px;
}

.news>ul>li a .news-text{
    width: 330px;
    align-self: center;
}

.news>ul>li a .news-text h3{
    font-size: 32px;
    margin-bottom: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news>ul>li a:hover h3{
    color: #587269;
}

.news-text time span,.news-text time{
    font-size: 28px;
    color: #999;
}


/* content */
.pages-prev-next{
    position: relative;
    margin-top: 60px;
    padding: 30px 0;
    border-top: 1px solid;
    display: flex;
    justify-content: space-between;
}

.pages-prev-next li{
    display: inline-block;
    width: 320px;
    color: #ccc;
}

.pages-prev{
    text-align: left;
}

.pages-next{
    text-align: right;
}

/* footer */
footer{
    width: 100%;
    background-color: #000;
}

footer .footer-top{
    background-color: #000;
    padding: 50px 0;
}

.footer-top>div{
    display: flex;
    justify-content: space-around;
    width: 670px;
    margin: auto;
}

.footer-top>div>ul h3{
    font-size: 30px;
    color: #fff;
}

.footer-top ul li{
    margin: 10px 0;
}

.footer-top>div>ul>li ul a{
    color: #ccc;
    font-size: 30px;
}

.footer-top>div>ul:nth-child(1)>li{
    margin-bottom: 80px;
}

.footer-top>div>ul:nth-child(1)>li:last-child{
    margin-bottom: 0;
}

.footer-top>div>ul:nth-child(2)>li{
    margin-bottom: 40px;
}

.footer-top>div>ul:nth-child(2)>li:last-child{
    margin-bottom: 0;
}

.footer-top>div>ul:nth-child(2)>li:last-child{
    color: #ccc;
    text-align: center;
    font-size: 28px;
}

.footer-top>div>ul:nth-child(2)>li:last-child .img-outline{
    margin-bottom: 20px;
}

.footer-bottom {
    background-color: #000;
    padding: 20px 0;
    height: 102px;
    box-sizing: border-box;
}

.footer-bottom p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 100%;
    line-height: 1.5em;
}

.footer-bottom p:last-child{
    color: #fff;
}

.footer-bottom>p:last-child a {
    color: #fff ;
}

.footer-bottom>p:last-child a:nth-child(1) {
    margin-right: 100px;
}

.qh{
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-decoration: underline;
}