/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
    -webkit-text-size-adjust: none;
}

body{
    width: 100%;
    height: 100%;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
}

li{
    list-style:none;
}

.title-left .active{
    background: #DA171C !important;
}

.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #DA171C !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 #DA171C;
}
.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 #DA171C;
}
.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: #DA171C;
}


/* 导航条 */
.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,1);
    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{
    height: 55px;
}

.header-main .header{
    float: right;
    line-height: 80px;
    width: 840px;
}

.header-main .header>ul{
    display: flex;
    justify-content: space-between;
    height: 80px;
}

.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 #DA171C;   
    color: #DA171C;
    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: #DA171C;
}

.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: #DA171C;
    color: #fff;
}

.header-main .header>ul>li>ul> li:hover{
    border-bottom: 0;
    padding-bottom: 1px;
}

.header-main .header>ul .actives>p>a{
    color: #DA171C;
    border-bottom: 2px solid #DA171C;
    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{
    width: 50px;
    margin-left: -10px;
}

.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: -17px;
    left: -25px;
}


/* 各页大图 */
.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: 80px;
    margin-bottom: 80px;
}

.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: #DA171C;
    font-weight: bold;
}

.title p{
    font-size: 16px;
    color: #ccc;
}

.index-about ul{
    display: flex;
    justify-content: space-between;
}

.index-about ul li a{
    width: 280px;
    height: 234px;
    display: block;
    position: relative;
}

.index-about ul li a h3{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0,0, .1);
}

.index-about ul li a h3 span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-about ul li a:hover h3{
    /* 背景线性渐变 */
    background: linear-gradient(rgba(241,43,53,0.9), rgba(192,13,22,0.9));
}

.index-about ul li a:hover span::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: -10px;
    left: 0;
}


.index_news{
    margin: 70px auto;
    margin-top: 100px;
}

.index_news-title{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #DA171C;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.index_news-title>span{
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.index_news-title>span:nth-child(1){
    border-bottom: 4px solid #DA171C;
    padding-bottom: 10px;
}

.index_news-title a{
    display: inline-block;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}

.index_news-title a:hover{
    color: #DA171C;
}

.index_news .subject{
    display: flex;
    justify-content: space-between;
}

.index_news .subject>div{
    width: 580px;
}

.index_news-body ul li{
    list-style: disc;
    margin-left: 20px;
    color: #ccc;
}

.index_news-body ul li p{
    width: 480px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.index_news-body ul li a{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.index_news-body ul li a span{
    color: #999;
}

.index_news-body ul li:hover,.index_news-body ul li:hover a{
    color: #DA171C;
}

.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: #DA171C;
    color: #fff;
    font-weight: bold;
}

.main-right{
    line-height: 1.5em;
}

.main-right img{
    max-width: 100%;
}

.main-right .subject{
    margin-top: 70px;
}

.about-body{
    margin-top: 40px;
}

.history{
    padding: 0 75px;
}

.history ul li{
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.history ul li::after{
    content: "";
    display: block;
    width: 3px;
    height: calc(100% + 20px);
    background-color: #DA171C;
    position: absolute;
    left: 11px;
}

.history ul li:first-child:after{
    content: "";
    height: calc(50% + 20px);
    top: 50%;
}

.history ul li:last-child:after{
    content: "";
    height: calc(50% + 0px);
    top: 0;
}

.history ul li>img,.history ul li>p,.history ul li>div{
    align-self: center;
}

.history ul li>p{
    width: 110px;
    font-size: 46px;
    font-weight: bold;
    color: #DA171C;
    margin-left: 20px;
}

.history ul li>div{
    width: 100%;
    padding: 44px 60px;
    margin-left: 30px;
    background-color: #f8f8f8;
    font-size: 22px;
    font-weight: bold;
    padding-right: 20px;
    line-height: 2em;
}

.history ul li>div p{
    font-size: 22px;
}

.team ul li{
    margin-bottom: 40px;
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 50px;
}

.team ul li:last-child{
    border-bottom: none;
}

.team ul li>div{
    align-self: center;
}

.team ul li .team-img{
    width: 182px;
    height: 245px;
    margin-right: 52px;
    position: relative;
}

.team ul li .team-img .team-img-banner{
    width: 182px;
    height: 245px;
    background-color: #DA171C;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: -1;
}

.team ul li .name{
    border-bottom: 1px solid #DA171C;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

.team ul li .name i{
    font-style: normal;
    margin-left: 10px;
}

.team ul li .name span{
    border-bottom: 3px solid #DA171C;
    padding-bottom: 9px;
}

.team ul li .name img{
    position: absolute;
    right: 0;
    bottom: -5px;
}

.team ul li .team-body{
    position: relative;
}

.team ul li .team-text{
    width: 966px;
    line-height: 1.8em;
    font-size: 14px;
}

.team ul li .fk{
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 30px;
    height: 30px;
    background-color: #DA171C;
}

.team ul li .fk1{
    width: 20px;
    height: 20px;
    right: 30px;
    bottom: 10px;
}

.honor{
    width: 780px;
    margin: auto;
}

.honor ul li{
    margin-bottom: 40px;
}

.honor ul li .name{
    border-bottom: 1px solid #DA171C;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.honor ul li .name span{
    border-bottom: 3px solid #DA171C;
    padding-bottom: 9px;
    font-size: 30px;
    color: #DA171C;
}

.honor ul li .name img{
    position: absolute;
    right: 0;
    bottom: -5px;
}

.honor ul li .honor-body{
    position: relative;
}

.honor ul li .honor-body p{
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.honor ul li .honor-body p::after{
    content: '';
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(../images/d.svg) no-repeat;
    background-size: 10px;
    transform: translate(0 ,-50%);
}


.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: #DA171C;
}

.news>ul>li time strong{
    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;
}

.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: #DA171C !important;
    color: #fff;
    border: 1px solid #DA171C !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: #DA171C;
}

.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 #DA171C;
}

.pdt-title ul .active{
    border-bottom: 2px solid #DA171C;
}

.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: 540px;
    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: 660px;
    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;
}