/* 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: #C7000B !important;
}

.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #C7000B !important;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

body>section{
    min-width: 1200px;
    width: 1200px;
    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 #C7000B;
}
.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 #C7000B;
}
.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: #C7000B;
}


/* 导航条 */
.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;
}

.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: 864px;
}

.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 #C7000B;   
    color: #C7000B;
    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;
}

.header ul li a{
    font-size: 16px;
}

.header-main .header>ul>li>p>a:hover{
    color: #C7000B;
}

.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 a:hover{
    background: #C7000B;
    color: #fff;
}

.header-main .header>ul>li>ul> li:hover{
    border-bottom: 0;
    padding-bottom: 1px;
}

.header-main .header>ul .actives>p>a{
    color: #C7000B;
    border-bottom: 2px solid #C7000B;
    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{
    margin-left: -15px;
} */

.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: 0;
    left: -35px;
}


/* 各页大图 */
.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;
}

.index-about{
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.title{
    text-align: center;
    margin-bottom: 60px;
}

.title h3{
    display: inline-block;
    font-size: 30px;
    color: #333;
    margin: 0 5px;
}

.title span{
    font-size: 30px;
    color: #C7000B;
    font-weight: bold;
}

.title p{
    font-size: 16px;
    color: #ccc;
}

.all-gray{
    width: 100%;
    min-width: 1200px;
}

.text-bg{
    position: relative;
}

.text-bg::before{
    content: "";
    display: block;
    background: #F6F6F6;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 30%;
    top: 0;
    bottom: 0;
}

.text-bg::after{
    content: "";
    display: block;
    background: #C7000B;
    position: absolute;
    right: 0;
    top: 60%;
    left: 48%;
    bottom: -20px;
    z-index: 5;
    border-radius: 5px;
}

.text-main{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 30px 0;
}

.text-content, .img-content{
    width: 40%;
    float: left;
}

.img-content{
    margin-top: 50px;
}

.text-content{
    margin-right: 10%;
}

.text-content h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 31px;
}

.text-content ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
}

.text-content ul li{
    padding: 10px 0;
    padding-right: 27px;
    border-right: 1px solid #ccc;
}

.text-content ul li:last-child{
    border: 0;
    padding-right: 0;
}

.text-content ul li h3{
    font-size: 20px;
}

.text-content ul li h3 span{
    font-size: 14px;
    margin-bottom: 10px;
}

.text-content ul li p{
    font-size: 14px;
    color: #666;
}

.text-content>p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.text-content a{
    display: block;
    font-size: 16px;
    width: 118px;
    height: 37px;
    border-radius: 5px;
    border: 1px solid #C7000B;
    text-align: center;
    line-height: 37px;
    color: #C7000B;
    margin-top: 40px;
}

.text-content a:hover{
    background-color: #C7000B;
    color: #fff;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.index_news{
    margin: 70px auto;
}

.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: #C7000B;
    margin: auto;
    margin-top: 8px;
}

.index_news-body{
    display: flex;
    justify-content: space-between;
}

.index_news-left{
    width: 570px;
    position: relative;
}

.index_news-left .time{
    box-sizing: border-box;
    padding: 7px;
    background-color: #C7000B;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 3;
}

.index_news-left .time h6{
    font-size: 24px;
}

.index_news-left .time p{
    font-size: 13px;
}

.index_news-left .img-outline{
    height: 340px;
    margin-bottom: 20px;
}

.index_news-left .img-outline img{
    transform: scale(1);
    transition: 0.5s;
}

.index_news-left:hover .img-outline img{
    transform: scale(1.2);
    transition: 0.5s;
}

.index_news-left-text h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.index_news-left-text p{
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.index_news-right{
    width: 590px;
    height: 435px;
}

.index_news-right ul li:hover{
    background-color: #ededed;
}

.index_news-right ul li a{
    display: flex;
    padding: 20px;
    box-sizing: border-box;
}

.index_news-right .time{
    padding: 7px;
    text-align: center;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-right: 20px;
}

.index_news-right .time h6{
    font-size: 24px;
    font-weight: normal;
}

.index_news-right .time p{
    font-size: 14px;
    color: #999;
}

.index_news-right-text{
    width: 440px;
}

.index_news-right-text h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
}

.index_news-right-text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.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: #C7000B;
    color: #fff;
    font-weight: bold;
}

.main-right{
    line-height: 1.5em;
}

.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: #C7000B;
    margin: auto;
    margin-top: 10px;
}

.main-right .subject{
    margin-top: 70px;
}

.about-body{
    display: flex;
    margin-top: 40px;
}

.about-body-left{
    position: relative;
    margin-top: 50px;
}

.about-body-left .about-b{
    width: 541px;
    height: 395px;
    background-color: #C7000B;
    margin-top: 20px;
}

.about-body-left .img-outline{
    width: 541px;
    height: 395px;
    position: absolute;
    top: 0px;
    left: 20px;
}

.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;
}

.about-body-right h3{
    font-size: 22px;
    font-weight: normal;
}

.about-body-right>p{
    margin-bottom: 20px;
    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{
    padding: 10px 0;
    padding-right: 27px;
    border-right: 1px solid #ccc;
}

.about-body ul li:last-child{
    border: 0;
    padding-right: 0;
}

.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;
}

.honor .honor-title{
    text-align: center;
    width: 150px;
    height: 56px;
    background-color: #C7000B;
    color: #fff;
    line-height: 56px;
    border-radius: 18px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
}

.honor>ul:first-child{
    margin-top: 0;
}

.honor-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.honor-body li{
    width: 240px;
    margin-right: 60px;
    margin-bottom: 40px;
}

.honor-body li:nth-child(4n-3){
    margin-left: 30px;
}

.honor-body li .img-outline{
    width: 200px;
    height: 170px;
    margin: auto;
}

.honor-body li:nth-child(4n){
    margin-right: 0;
}

.honor-body li .honor-text{
    position: relative;
    top: -35px;
    background-color: rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
    padding: 0 10px;
    width: 240px;
    height: 70px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.honor-body li .honor-text .ueditor_content_parse{
    align-self: center;
}

.honor-body li .honor-text *{
    font-size: 14px;
}

.ceo ul li{
    margin-bottom: 40px;
    display: flex;
}

.ceo ul li .ceo-img{
    width: 182px;
    margin-right: 52px;
    position: relative;
}

.ceo ul li .ceo-img .ceo-img-banner{
    width: 182px;
    height: 245px;
    background-color: #C7000B;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: -1;
}

.ceo ul li .name{
    border-bottom: 1px solid #C7000B;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

.ceo ul li .name i{
    font-style: normal;
    margin-left: 10px;
}

.ceo ul li .name span{
    border-bottom: 3px solid #C7000B;
    padding-bottom: 9px;
}

.ceo ul li .name img{
    position: absolute;
    right: 0;
    bottom: -5px;
}

.ceo ul li .ceo-body{
    position: relative;
}

.ceo ul li .ceo-text{
    width: 966px;
    line-height: 1.8em;
    font-size: 14px;
}

.ceo ul li .fk{
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 30px;
    height: 30px;
    background-color: #C7000B;
}

.ceo ul li .fk1{
    width: 20px;
    height: 20px;
    right: 30px;
    bottom: -10px;
}

.team>ul>li{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.team>ul>li:last-child{
    border-bottom: 0;
}

.team ul li ul li{
    padding-bottom: 15px;
    line-height: 2em;
    list-style-image: url(../images/d.png); 
    padding-left: 15px;
    position: relative;
}

.team ul li ul li::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #C7000B;
    left: -12px;
    top: 17px;  
}

.team ul li ul li:last-child::after{
    content: "";
    background: none;
}

.team .team-name p{
    display: inline-block;
}

.team .team-name h3{
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
}


.news{
    width: 100%;
}

.news-list li{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-list li a{
    display: flex;
    justify-content: space-between;
}

.news-list li a .img-outline{
    width: 240px;
    height: 150px;
}

.news-list li a .img-outline img{
    width: 100%;
    height: 100%;
}

.news-list li a .news-text{
    width: 920px;
}

.news-list li a .news-text h3{
    font-size: 18px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.news-list li:hover a .news-text h3{
    color: #C7000B;
}

.news-list 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;
    color: #666;
}

.news-list li a .news-text .time{
    font-size: 12px;
}

.news-list li a .news-text .time span{
    display: inline-block;
    font-size: 12px;
    color: #666;
}


.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: #C7000B !important;
    color: #fff;
    border: 1px solid #C7000B !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: #C7000B;
}

.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 #C7000B;
}

.pdt-title ul .active{
    border-bottom: 2px solid #C7000B;
}

.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;
    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: 40px;
    padding-bottom: 40px;
}

.footer-top ul{
    list-style: none;
}

.footer-top-l{
    width: 550px;
    margin-right: 92px;
}

.footer-top-l>ul{
    display: flex;
    justify-content: space-between;
}

.footer-top ul li li>p>a{
    font-size: 14px;
    color: #f8f8f8;
}

.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;
    padding-left: 50px;
    border-left: 2px solid #666;
}

.footer-top-r .img-outline{
    width: 114px;
    padding-left: 40px;
}

.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:#999999;
    font-size: 12px;
    padding-bottom: 40px;
}

.footer-bottom a{
    color: #999999;
    font-size: 12px;
}

.footer-bottom span{
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
}

.footer-bottom span a{
    color: #999999;
}

footer .selected-menu-login{
    display: none;
}