/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: '微软雅黑';
}

body{
    width: 100%;
    height: 100%;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
}

ul{
    list-style:none;
}

.title-left .active{
    background: #114E90 !important;
    border-radius: 5px;
}

.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #114E90 !important;
    border-radius: 5px;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

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 #114E90;
}
.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 #114E90;
}
.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: #114E90;
}


/* 导航条 */
.header-banner{
    height: 80px;
    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: 20;
    background-color: rgba(255, 255,255,0.9);
    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 .cms-site-inner .header-logo>a{
    display: flex;
}

.header-main img{
    height: 45px;
}

.header-main .header{
    line-height: 80px;
    width: 780px;
    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{
    /* background-color: #114E90; */
}

.header-main .header>ul>li:hover>p>a{
    color: #114E90;
    font-weight: bold;
    border-bottom: 2px solid #114E90;
}

.header-main .header>ul>li:hover .cms-site-submenu{
    display: block;
}

.header-main .header>ul>li>p>a{
    color: #333;
    /* display: block; */
    padding-bottom: 13px;
}

.header ul li a{
    font-size: 16px;
}

.header-main .header>ul>li>p>a:hover{
    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: #114E90 !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;
    border: 1px solid #ccc;
}

.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;
}

.header .actives>p>a{
    color: #114E90 !important;
    font-weight: bold;
    border-bottom: 2px solid #114E90;
}

.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;
}

.header-banner{
    height: 80px;
    width: 100%;
}

footer .selected-menu-login{
    display: none;
}

.selected-menu-login p a{
    position: relative;
    width: 120px;
    font-size: 0 !important;
}

.selected-menu-login p a::after{
    content: '';
    background: url(../images/login.svg)  no-repeat;
    background-size: 23px;
    width: 35px;
    height: 35px;
    position: absolute !important;
    z-index: 9;
    top: -17px;
    margin-left: -25px;
    transition: all 0.5s;
}


/* 各页大图 */
.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 .swiper-slide{
    position: relative;
}

.banner .swiper-slide a>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-title{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #114E90;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.index-title>span{
    color: #114E90;
    font-size: 22px;
}

.index-title>span:nth-child(1){
    border-bottom: 4px solid #114E90;
    padding-bottom: 10px;
}

.index-title a{
    display: inline-block;
    color: #114E90;
    font-size: 16px;
    font-weight: bold;
}

.index_about{
    margin: 70px auto;
}

.index_about-body ul{
    display: flex;
    flex-wrap: wrap;
}

.index_about-body ul li{
    width: 33.3333%;
}

.index_about-body ul li{
    box-sizing: border-box;
    padding: 20px;
    background-color: #f8f8f8;
}

.index_about-body ul li h3{
    font-size: 18px;
    color: #114E90;
    margin-bottom: 15px;
}

.index_about-body ul li p{
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
}

.index_about-body ul li:nth-child(1),.index_about-body ul li:nth-child(5),.index_about-body ul li:nth-child(9){
    padding: 0 !important;
    background-color: 0;
}

.index_about-body ul li:nth-child(3),.index_about-body ul li:nth-child(7){
    background-color: #fcfcfc;
}

.index_news{
    margin: 70px auto;
}

.index_news .subject{
    display: flex;
    justify-content: space-between;
}

.index_news .subject>div{
    width: 580px;
}

.index_news-body ul li i{
    font-style: normal;
    font-weight: bold;
    color: #ccc;
}

.index_news-body ul li span{
    color: #999;
    font-size: 14px;
}

.index_news-body ul li p{
    width: 500px;
    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:hover i,.index_news-body ul li:hover p{
    color: #114E90;
}

.index_value{
    margin-bottom: -85px;
}


.category-main{
    width: 1200px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
}

.title-left{
    width: 140px;
    text-align: center;
    display: inline-block;
}

.title-left ul dt{
    margin-bottom: 30px;
    order-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.title-left ul dt h1{
    font-size: 22px;
    margin-bottom: 8.5px;
    border-bottom: 3px solid #114E90;
    color: #114E90;
    display: inline;
    padding-bottom: 14px;
}

.title-left ul li a{
    display: block;
    width: 100%;
    line-height: 38px;
    margin-bottom: 13px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.title-left ul li .active{
    color: #fff;
}

.title-left ul li a:hover{
    background-color: #114E90;
    color: #fff;
    font-weight: bold;
}

.title{
    text-align: center;
    margin-bottom: 60px;
}

.title p{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.5;
}

.title h3{
    font-size: 20px;
    margin-bottom: -10px;
}

.title span{
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #114E90;
}

.main-right{
    float: right;
    width: 960px;
    line-height: 1.5em;
}

.main-right img{
    max-width: 100%;
}

.tx ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.tx ul li:nth-child(2n){
    flex-direction: row-reverse;
}

.tx ul li .img-outline{
    width: 430px;
    height: 466px;
    align-self: center;
}

.tx ul li .tx-text{
    width: 424px;
    align-self: center;
}

.tx ul li .tx-text h3{
    margin-bottom: 30px;
    font-size: 20px;
}

.team ul li{
    margin-bottom: 70px;
    /* display: flex; */
}

.team ul li:last-child{
    border-bottom: none;
}

.team ul li .name{
    border-bottom: 1px solid #114E90;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

.team ul li .name i{
    font-style: normal;
    margin-left: 10px;
    font-weight: bold;
}

.team ul li .name span{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #114E90;
    padding-bottom: 9px;
}

.team ul li .name img{
    position: absolute;
    right: 0;
    bottom: -5px;
}

.team ul li .team-body{
    position: relative;
    width: 100%;
}

.team ul li .team-text{
    width: 620px;
    line-height: 1.8em;
    font-size: 14px;
}

.team ul li .fk{
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 30px;
    height: 30px;
    background-color: #114E90;
}

.team ul li .fk1{
    width: 20px;
    height: 20px;
    right: 30px;
    bottom: 10px;
}

.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: 16px;
    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: #114E90;
}

.news-text time span,.news-text time{
    font-size: 12px;
    color: #999;
}

.cms-site-pagination{
    margin-top: 50px;
    text-align: center;
}

.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: #114E90 !important;
    color: #fff;
    border: 1px solid #114E90 !important;
}

/* jobs */
.jobs-item{
    list-style: none;
    display: grid;
    line-height: 50px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

.jobs-item>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: #114E90;
}

.jobs-list .active .jobs-content{
    background-color: #f2f2f2;
    padding: 30px 20px;
    line-height: 1em;
}

.jobs-list .active .jobs-content ul{
    padding-left: 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 #114E90;
}

.pdt-title ul .active{
    border-bottom: 2px solid #114E90;
}

.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;
    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{
    width: 100%;
    margin-top: 80px;
    background-color: #F8F8F8;
}

.footer-top{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 40px 0;
}

.footer-top>div{
    align-self: center;
}

.footer-top-img{
    width: 130px;
    display: inline-block;
    align-self: center;
    margin-right: 70px;
}

.footer-top-l{
    width: 550px;
    margin-right: 60px;
    border-right: 1px solid #333;
    padding-right: 60px;
}

.footer-top-l>ul{
    display: flex;
    justify-content: space-between;
}

.footer-top ul li li>p>a{
    font-size: 14px;
    color: #333;
}

.footer-top-l>ul>li>p>a{
    font-weight: bold;
}

.footer-top-l>ul li p a{
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.footer-top .footer-top-l>ul>li>p{
    margin-bottom: 20px;
}

.footer-top .footer-top-l>ul>li ul li{
    margin-bottom: 10px;
}

.footer-top-right{
    width: 650px;
    display: flex;
}

.footer-top-right ul{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #c9c0c0;
    justify-content:space-between;
    padding-bottom: 30px;
}

.footer-top-right ul li{
    display: inline-block;
}

.footer-top-right ul li a{
    display: block;
    color: #333;
}

.footer-top-right-contact{
    width: 100%;
    margin-top: 45px;
    color: #333;
    font-size: 14px;
}

.footer-top-right-contact-left{
    display: inline-block;
}

.footer-top-right-contact-left p{
    font-size: 14px;
}

.footer-top-right-contact-right{
    width: 114px;
    float: right;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.footer-top-right-contact-right .img-outline{
    width: 114px;
    height: 114px;
    margin-bottom: 10px;
}

.footer-top-contact{
    width: 420px;
    margin-right: 70px;
    align-self: end;
    padding-bottom: 20px;
}

.footer-top-contact h3{
    margin-bottom: 16px;
    color: #333;
    font-weight: normal;
    font-size: 20px;
}

.footer-top-contact p{
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-bottom{
    width: 100%;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    background-color: #114E90;
    font-size: 12px;
}

.footer-bottom div{
    font-size: 12px;
}

.footer-bottom a{
    color: #fff;
    font-size: 12px;
}

footer .selected-menu-login{
    display: none;
}

footer .contactus{
    display: none;
}

.mode_news1 .news2{
    display: none;
}

.mode_news2 .news1{
    display: none;
}