 
html, body{
    background: #fff;
    font-size: 16px;
    color: #9c9b9b;
    width: 100%;  
    min-width: 1240px;
    line-height: 1;
}

.wrapper{
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.limit-width{
    margin: 0 auto;
    display: block;
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
}

.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 #0b68ad;
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 70px;
    color: #0b68ad;
}
.cms-site-overlay-msg{
    box-sizing: content-box;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    padding: 90px 30px 100px 45px;
    width: 94.5%;
    left: -12px;
    top: 0;
    bottom: 0;
}
.cms-site-overlay-msg p{
    line-height: 25px;
    font-size: 12px;
    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 #0b68ad;
}
.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: #0b68ad;
}

.cms-site-head{
    width: 100%;
    position: fixed;
    z-index: 99;
}
.header-main{
    background-color: rgba(164, 164,164, 0.75);
    box-shadow: 0 0 5px rgba(0, 0,0, .7);
}

.header-main .wrapper{
    width: 1200px;
}

.header .selected-menu-login a{
    color: rgb(19,36,96)!important;
}

.cms-site-inner{
    display: table;
}
.header-logo{
    display: table-cell;
    vertical-align: middle;
}
.header-logo img{
    width: 480px;
    max-height: 60px;
}
.header-nav{
    display: table-cell;
    float: right;
    vertical-align: middle;
}
.header-nav .nav-lv1{
    display: flex;
    justify-content: space-between;
}
.header-nav .nav-lv1-child{
    position: relative;
    margin-right: 10px;
}
.header-nav .nav-lv1-child:last-child{
    margin-right: 0;
}
.header-nav .nav-lv1-item{
    display: inline-block;
    font-size: var(--14px);
    font-weight: bold;
    line-height: 80px;
    padding: 0 1.5em;
    color: #353535;
}
.header-nav .nav-lv1-child:hover .nav-lv1-item, .header-nav .active .nav-lv1-item{
    color: #2d4a7c;
}

.header-nav .nav-lv2{
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 100%;
}
.header-nav .nav-lv2-item{
    font-size: var(--14px);
    display: block;
    background: #f9fbfd;
    line-height: 3.2em;
    height: 0;
    color: #353535;
    text-align: left;
    text-indent: 1.5em;
    overflow: hidden;
}
.header-nav .nav-lv2-item:hover{
    background: #38598d;
    color: #fff;
}
.header-nav .nav-lv1-child:hover .nav-lv2-item{
    height: 3.2em;
}

.banner-bg , .banner-slide{
    max-height: 100vh;
    overflow: hidden;
}
.banner-slide .banner-contral{
    position: absolute;
    z-index: 10;
}
.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 .img-outline img{
    height: 100%;
}

.title-h1-sty1{
    text-align: center;
}
.title-h1-sty1 h4{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #8d8d8d;
    text-transform: uppercase;
}
.title-h1-sty1 h1{
    line-height: 30px;
    font-size: 20px;
    color: #004679;
}
.title-h1-sty1::after{
    content: '';
    display: inline-block;
    width: 75px;
    height: 2px;
    background: #CD151B;
}

.index-block{
    padding: 50px 0;
    background: #fff;
}
.index-block-gray{
    background: #f3f3f2; 
}
.index-about{
    display: flex;
    align-items: center;
}
.index-about-img{
    width: 34.75%;
    margin-left: 10%;
    flex-shrink: 0;
}
.index-about-img .img-outline{
    /* border: 6px solid #fff; */
    border-radius: 3px;
}
.index-about-content{
    margin-left: 120px;
    flex-grow: 1;
}
.index-about-content .title{
    color: #080808;
    margin-bottom: 2rem;
}
.index-about-content .title h2{
    font-weight: normal;
    font-size: 1.5rem;
}
.index-about-content .title h3{
    font-weight: normal;
    font-size: var(--20px);
    margin-bottom: var(--12px);
    letter-spacing: 2px;
}
.index-about-content .title span{
    color: #CD151B;
}
.index-about-content .text p{
    color: #080808;
    font-size: var(--14px);
    line-height: 2;
    margin-bottom: 1em;
}
.index-about-content .more a{
    color: #b6bcbc;
    font-size: 13px;
    line-height: 2;
}
.index-about-content .more{
    text-align: right;
    margin-bottom: 3em;
}
.index-about-content .more a:hover{
    text-decoration: underline;
}

.index-vision{
    padding-top: 50px;
}
.index-vision-list{
    display: flex;
    flex-wrap: wrap;
}
.index-vision-list li{
    width: 33.333%;
    background: #fff;
}
.index-vision-list li:nth-child(3), .index-vision-list li:nth-child(7){
    background: #f0f1f3;
}
.index-vision-item{
    display: block;
    color: rgb(89, 89, 89);
    line-height: 1.8;
}
.index-vision-item h3, .index-vision-item p{
    padding: 0 30px;
}
.index-vision-item h3{
    margin-top: 30px;
    font-size: 16px;
    color: #023f6c;
    line-height: 40px;
    transition: all 0.5s;
}
.index-vision-item p{
    font-size: 14px;
    transition: all 0.5s;
}

a.index-vision-item:hover h3{
    color: #20315C;
}

a.index-vision-item:hover p{
    color: #20315C;
}

.index-news{
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}
.index-news-image{
    width: 44%;
    margin-right: 6%;
    flex-shrink: 0;
}
.index-news-image dt, .index-news-image dd{
    margin-bottom: 20px;
}
.index-news-image h3{
    font-size: 14px;
    color: #212121;
    font-weight: normal;
    line-height: 50px;
}
.index-news-image p{
    line-height: 1.8;
    font-size: 14px;
    color: #7f7f7f;
}
.index-news-image .more{
    display: flex;
    justify-content: space-between;
    margin-top: -12px;
}
.index-news-image .more span{
    color: #b6bcbc;
    font-size: 13px;
}
.index-news-image .more a{
    font-size: 13px;
    color: #b6bcbc;
}
.index-news-image .more a:hover{
    text-decoration: underline;
}

.index-news-image>a{
    background: none;
    padding: 15px 0 !important;
}

.index-news-image a:hover .ellipsis-line1{
    color: #20315C !important;
    font-weight: bold;
}

.index-news-image .ellipsis-line2{
    -webkit-line-clamp: 3;
}

.index-news-list dt, .index-news-list dd{
    margin-bottom: 25px;
}
.index-news-list h2{
    font-size: 16px;
    color: rgb(71, 71, 71);
}
.index-news-item{
    display: block;
    background: #e0e2e4;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-news-item time{
    text-align: center;
    background: rgba(24, 49,100, 0.5);
    color: #fff;
    flex-shrink: 0;
    width: 85px;
    padding: 10px 0;
    margin-right: 1em;
}
.index-news-item time strong{
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
}
.index-news-item time p{
    line-height: 2;
    font-size: 13px;
}
.index-news-item .summary h3{
    color: #212121;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: normal;
    height: 20px;
    line-height: 19px;
}
.index-news-item:hover .summary h3{
    color: #20315C;
    font-weight: bold;
}
.index-news-item .summary p{
    color: #606162;   
    line-height: 1.5;
    font-size: 14px;
}
.footer-main{
    padding: 20px 0;
    background: #505258;
    color: #fff;
}
.footer-main a{
    color: #fff;
}
.foot-wrapper{
    padding: 0;
}
.fooer-nav{
    float: left;
}
.fooer-nav .selected-menu-login a{
    display: none;
}
.fooer-nav .nav-lv1-child{
    float: left;
    margin-right: 5em;
    position: relative;
}
.fooer-nav .nav-lv1-item{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    line-height: 2em;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
}
.fooer-nav .nav-lv2-item{
    line-height: 2.2;
    font-size: 13px;
}
.bottom-qrcode{
    text-align: center;
    float: right;
    margin-right: 20px;
}
.logo-bottom{
    margin-bottom: 10px;
}
.logo-bottom img{
    display: inline-block;
    max-width: 146px;
}
.bottom-qrcode .qrcode{
    margin-bottom: 10px;
}
.bottom-qrcode .qrcode img{
    width: 120px;
    display: inline-block;
}
.bottom-qrcode  p{
    line-height: 2;
    font-size: 13px;
}

.copyright{
    background: #8c93a2;
    text-align: center;
    color: #d6d7d9;
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.copyright a{
    color: #d6d7d9;
    margin-right: 1em;
}
.copyright .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-content{
    line-height: 20px;
    margin-left: 150px;
}
.bottom-contact{
    flex-grow: 1;
    line-height: 20px;
}
.banner-images-postation{
    width: 100%;
    position: relative;
    z-index: 0;
    opacity: 1;
}

.pages-main{
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
    background: #fff;
    margin-top: -1px;
}
.pages-main .list-paddingleft-2{
    list-style-type: square !important;
    color: #CD151B;
    list-style: square !important;
    margin-left: 20px;
}
.pages-main .list-paddingleft-2 li{
    list-style-type: square !important;
    list-style: square !important;
}
.pages-main .list-paddingleft-2 span{
    list-style-type: square !important;
    list-style: square !important;
}
.pages-content{
    width: 900px;
    margin-left: 150px;
    padding-top: 70px;
}
.pages-aside{
    background-color: rgba(32, 49, 92,0.5);
    margin-top: 1px;
}
.pages-aside dl{
    text-align: center;
    padding-left: 150px;
}
.pages-aside .aside-title{
    display: none;
}
.pages-aside dd{
    position: relative;
    float: left;
    height: 45px;
}
.pages-aside dd:hover{
    background-color: rgba(32, 49, 92,1);
    margin-right: -1px;
    z-index: 2;
    padding-right: 1px;
}
.pages-aside a{
    display: block;
    height: 45px;
}
.pages-aside a span{
    vertical-align: middle;
    color: #fff;
    margin-top: 14px;
    font-size: 14px;
    padding: 0 50px;
    height: 20px;
    display: inline-block;
    border-left: 1px solid #fff;
}
.pages-aside a:hover span{
    color: #fff;
    border-left: 1px solid rgba(32, 49, 92,1);
}
.pages-aside .active{
    background-color: rgba(32, 49, 92,1);
    margin-right: -1px;
    z-index: 2;
    padding-right: 1px;
}
.pages-aside .active a span:nth-child(1){
    border-left: 1px solid rgba(32, 49, 92,1);
}
.pages-aside .active a span{
    color: #fff;
    margin-right: -1px;
}
.title-h1-sty2{
    text-align: center;
    position: relative;
}
.title-h1-sty2 h1{
    font-size: 30px;
    color: #595959;
    position: relative;
    line-height: 30px;
    display: inline-block;
    height: 100%;
    background: #fff;
    margin: 0 auto;
    letter-spacing: 2px;
}
.title-h1-sty2>p{
    padding: 10px 0;
    padding-right: 3px;
}
.title-h1-sty2 span{
    color: rgba(24, 49,100, 1);
}
.title-h1-sty2>span{
    font-size: 50px;
    line-height: 40px;
}

.pages-news-list li{
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.pages-news-item{
    padding-left: 20px;
    padding-top: 20px;
    background: #fff;
    display: block;
}
.pages-news-item time{
    width: 93px;
    height: 93px;
    text-align: center;
    background: rgba(24, 49,100, 0.5);
    color: #fff;
    line-height: 30px;
    float: left;
    font-size: 15px;
    margin-right: 3%;
}
.pages-news-item time strong{
    display: block;
    line-height: 2rem;
    padding-top: 16px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}
.pages-news-item time span{
    font-size: 15px;
}
.pages-news-summary{
    width: 84%;
    float: left;
    margin-top: 5px;
    color: #999;
    line-height: 26px;
}
.pages-news-summary h3{
    margin-bottom: .7em;
    font-size: 16px;
    color: #666;
}
.pages-news-summary p{
    font-size: var(--14px);
    margin-bottom: var(--20px);
}
.pages-news-summary p.from{
    margin-bottom: 0;
    color: #626262;
    display: none;
}
.pages-news-summary p.from span{
    float: right;
}
.pages-news-item:hover .pages-news-summary h3{
    color: #20315C;
}
.fixed-card{
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 9;
}
.pafes-fixed{
    height: 70px;
    display: none;
}
.news-item-pic{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-item-pic .img{
    padding: 0 1rem;
    width: 22%;
    margin-right: 1rem;
}
.news-list-date{
    padding: 0 5%;
}
.news-list-date li{
    border-bottom: 1px dashed #e7e9ef;
}
.news-list-date li a{
    display: block;
    line-height: 3rem;
    color: #969695;
    font-size: 16px;
}
.news-list-date li a:hover{
    color: #20315c;
}
.news-list-date li a:hover time{
    color: #20315c;
}
.news-list-date li time{
    color: #212121;
    margin-right: .5em;
}
.news-list-date li time span{
    display: inline-block;
    position: relative;
    width: 20px;
    font-size: 0;
}
.news-list-date li time span::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #20315c;
    transform: translate(-50%, -40%);
}

.cms-site-pagination{
    text-align: right;
    margin: 40px 0;
}
.cms-site-pagination li, .cms-site-pagination a{
    display: inline-block;
}
.cms-site-pagination a{
    line-height: 25px;
    padding: 0 8px;
    background: #f1f1f1;
    border-radius: 2px;
    margin: 0 5px;
    color: #333;
    font-size: 14px;
}
.cms-site-pagination  .cms-site-active a{
    background: #045b9b;
    color: #fff;
}

.pages-news-title{
    margin-top: -30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.pages-news-word{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.pages-news-title{
    border-bottom: 1px dotted #ccc;
}

.pages-news-title{
    text-align: center;
}
.pages-news-title h1{
    font-size: 30px;
    font-weight: normal;
    color: #333;
    line-height: 42px;
    margin-bottom: 10px;
}
.pages-news-title p{
    font-size: 13px;
}
.pages-news-title p span{
    margin: 0 10px;
}
.pages-news-bottom{
    margin-top: 20px;
}
.pages-news-bottom a{
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.pages-news-bottom a:hover{
    text-decoration: underline;
}
.pages-news-bottom li{
    max-width: 48%;
}
.pages-news-bottom .pages-prev{
    float: left;
}
.pages-news-bottom .pages-next{
    float: right;
}

.pages-news-word{
    padding: 30px 0;
    min-height: 300px;
}

.map-content-wrapper, .map-content-wrapper .map-content{
    width: 100%;  
    height: 350px;
}

.copyright .wrapper>div{
    width: 370px;
}

.copyright .bottom-contact>p{
    margin-left: 80px;
}

.bottom-left a{
    display: inline-block;
    border-bottom: 1px solid #d6d7d9;
    padding-bottom: 2px;
}


.jobs-list ul{
    padding-top: 40px;
    margin-bottom: 50px;
}
.jobs-item{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.jobs-item .jobs-click{
    background: #f8f8f8;
    height: 50px;
    cursor: pointer;
}
.jobs-item .jobs-click h3{
    width: 90%;
    line-height: 50px;
    padding: 0 2%;
    font-size: 15px;
    color: #20317a;
    float: left;
}
.jobs-item .jobs-click i{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 2%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 15px;
    background: #d3d3d3;
}
.jobs-item.active .jobs-click{
    background: rgba(24, 49,100, 0.5);
}
.jobs-item.active .jobs-click h3{
    color: #fff;
}
.jobs-item.active .jobs-click i{
    background: #fff;
    color: rgba(24, 49,100, 0.5);
}
.jobs-item .jobs-content{
    background: #f1f1f1;
    color: #333;
    display: none;
}
.jobs-item .jobs-details{
    padding: 40px;
}
.jobs-item .jobs-details b, .jobs-item .jobs-details strong{
    font-weight: bold;
}

.container-key-history table{
    width: 100%;
}
.container-key-history table td{
    vertical-align: middle;
}
.container-key-history table td:nth-child(1){
    width: 10%;
    border-right: 2px solid #CD151B;
    text-align: center;
    position: relative;
    color:  #CD151B;
}
.container-key-history table td:nth-child(1)::after{
    content: '';
    display: block;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 22px;
    height: 22px;
    background: url(../images/icon-clock.svg) no-repeat center center #fff;
    background-size: 100%;
    transform: translate(0, -50%);
}
.container-key-history table td:nth-child(2){
    padding: 15px 30px;
}
.container-key-history table td:nth-child(2) p{
    background: #f1f1f1;
    color: #333;
    font-size: var(--14px);
    border-radius: 5px;
    padding: 10px;
    line-height: 2;
}

.index-block-about .trans05s{
    width: 350px;
}

.index-block-about .img-outline{
    width: 320px;
    margin-left: -50px;
}

.index-block-vision .trans05s{
    width: 320px;
}

.index-vision ul li{
    width: 320px;
}

.index-block-vision .index-vision-list{
    position: relative;
    left: 50%;
    transform: translate(-50%,0 );
    width: 960px;
}

.index-block-news .index-news{
    width: 960px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.index-block-news .img-outline img{
    width: 400px;
}

.index-block-news .index-news dl{
    width: 400px;
}
.job-text{
    width: 950px;
    margin: 0 auto;
    margin-top: 50px;
}
.job-text img{
    height: 100%;
    width: 100%;
}
.job-text>div{
    height: 330px;
    overflow: hidden;
    line-height: 1.75em;
}
.job-text>div:nth-child(2)>div:nth-child(2){
    width: 450px;
    margin: 0;
}
.job-text>div:nth-child(2)>div:nth-child(1){
    width: 430px;
    padding-right: 20px;
}
.job-text>div>div{
    width: 450px;
    overflow: hidden;
    float: left;
    height: 100%;
}

.job-text>div>div:nth-child(2){
    margin-left: 50px;
    width: 350px;
    position: relative;
    padding-right: 40px;
}
.job-text>div:nth-child(2)>div>div>div{
    display: inline-block;
}
.job-text>div:nth-child(2)>div>div>div>div:nth-child(1){
    text-indent: 0;
    float: left;
    font-size: 25px;
    color: rgb(63, 63, 63);
}
.job-text>div:nth-child(2)>div>div:nth-child(3){
    margin-left: 40px;
}
.job-text>div:nth-child(2)>div>div>div>div:nth-child(2){
    display: inline-block;
    width: 350px;
    color: rgb(63, 63, 63);
    font-size: 14px;
}
.job-text>div:nth-child(1)>div span{
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cd151b;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #ccc;
}
.job-text>div:nth-child(1)>div>span{
    position: absolute;
    right: 0;
    top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.job-text>div:nth-child(1)>div span span{
    border-bottom: 2px solid #cd151b;
    padding-bottom: 5px;
}
.job-text>div:nth-child(2) span{
    font-size: 16px;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}
.job-text span{
    color: #20317a;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}
.job-text p{
    color: rgb(63, 63, 63);
    font-size: 14px;
    margin-top: 65px;
    text-align: justify;
    text-indent: 2em;
}
.header .selected-menu-news ul li:nth-child(3) a{
    width: 98px;
    overflow: hidden;
    padding-right: 10px;
    margin-left: -7px;
}
/* 
.active .jiaobiao{
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;  
    border-right: 10px solid transparent;  
    border-bottom: 12px solid #fff; 
    left: 50%;
    transform: translate(-50%,-11px);
} */
.xiahua{
    height: 4px;
    background: rgba(32, 49, 92,1);
    margin: 0 auto;
    position: relative;
    top: -53px;
    z-index: -1;
}


.sup{
    top: -0.5em;
    position: relative;
    width: 12px;
}