body{
    min-width: 1220px;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.cms-site-head{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
}
.header-main, .cms-site-head-position{
    height: 0px;
}
.header-main{
    height: 78px;
    background: #fff;
    box-shadow: 0 2px 5px  rgba(0,0,0,0.45);
}
.head-logo a{
    display: block;
}
.head-logo img{
    max-height: 78px;
}
.header-nav .nav-lv1{
    position: relative;
}
.header-nav .nav-lv1-item{
    line-height: 80px;
    font-size: 16px;
    text-align: center;
    color: #333;  
    display: inline-block;
    padding: 0 38px;
    font-weight: bold;
}
.header-nav .nav-lv1:hover .nav-lv1-item{
    background: #005596;
    color: #fff;
    font-weight: bold;
}
.header-nav .nav-lv1.active .nav-lv1-item{
    color: #005596;
    font-weight: bold;
}
.header-nav .nav-lv1.active:hover .nav-lv1-item{
    color: #fff;
}
/* .header-nav .selected-menu-login .nav-lv1-item{
    padding-right: 0;
}
.header-nav .selected-menu-login .nav-lv1-item::before{
    display:inline-block;
    content: '';
    width: 24px;
    height: 26px;
    background: url(../images/icon-login.png) center top no-repeat;  
    vertical-align: middle;
}
.header-nav .selected-menu-login .nav-lv1-item{
    font-size: 0;
}
.header-nav .selected-menu-login:hover .nav-lv1-item{
    background: #fff;
} */
.header-nav .nav-lv1-sub{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    box-shadow: 0 1px 2px #333;
}
.header-nav .nav-lv2{
    border-bottom: 1px solid #ccc;
}
.header-nav .nav-lv2-item{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #000;  
    background: #fff;
}
.header-nav .nav-lv2-item:hover{
    background: #005596;
    color: #fff;
}

.footer-top{
    background: #f3f3f3;
    padding: 30px 0;
}
.footer-copyright{
    background: #fff;
    padding: 10px 0;
}

.footer-contact p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.footer-contact p a{
    color: #024476;
    text-decoration: underline;
    margin-right: 5px;
}

.footer-vcode{
    flex-grow: 0;
    display: flex;
    align-items: center;
}
.vcode-img img{
    width: 85px;
}
.vcode-title{
    justify-content: center;
    color: #666;
    text-align: center;
    margin-right: 50px;
}
.vcode-title p{
    font-size: 16px;
    line-height: 30px;
}

.footer-copyright p{
    font-size: 12px;
    color: #333;
    text-align: center;
    width: 100%;
}
.footer-copyright p a{
    color: #1862ff;
}

.index-banner .swiper-container, .index-banner .swiper-wrapper{
    position: relative;
    z-index: 0;
}
.index-banner .swiper-slide a{
    display: block;
    overflow: hidden;
    width: 100%;
}
.index-banner .swiper-slide a img{
    margin: -6vh 0;
    width: 100vw;
    height: auto;
}
.index-banner .banner-pagination{
    position: absolute;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0 ;
    right: 15px;
    left: auto;
    flex-direction: column;
    justify-content: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    opacity: 1;
    background: #000;
    margin: 0 3px;
    opacity: .55;
    margin-bottom: 5px;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active{
    background: #007aff;
    opacity: 1;
}
.index-banner .swiper-slide a{
    display: block;
}

.page-banner .img{
    overflow: hidden;
}
.page-banner .img img{
    width: 100vw;
}

.cms-site-main{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 50px;
}

.page-content-body{
    background: #fff;
    flex-wrap: nowrap;
    box-shadow: 0 2px 5px #ddd, 0 -1px 2px #ddd;
    padding: 30px;
}
.page-content-news{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-content-side{
    width: 250px !important;
    flex-shrink: 0;
    align-content: flex-start;
    margin-right: 30px;
}
.page-content-main{
    align-content: flex-start;
    flex-grow: 1;
    min-height: calc(100vh - 380px);
}

.side-title{
    margin-bottom: 5px;
}
.side-title h2{
    text-align: center;
    width: 100%;
    margin-bottom: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #e6e6e6;
    padding: 15px 0;
}
.side-title h2::before{
    content: '';
    width: 55px;
    height: 55px;
    background: url(../images/title-icon.png) no-repeat center center;
    margin-right: 10px;
}
.side-title h2 span{
    font-size: 24px;
    color: #333;
    font-weight: 600;
    letter-spacing: 2px;
}
.side-nav li{
    width: 100%;
}
.side-nav a{
    box-sizing: border-box;
    padding: 0 36px;
    line-height: 50px;
    color: #000;
    background: #fff;
    display: block;
    border-radius: 2px;
    text-align: center;
    width: 100%;
}
.side-nav .active a, .side-nav a:hover{
    background: #f0f0f0;
    color: #005596;
}

.page-content{
    padding: 0 15px;
    margin-top: -5px;
}
.page-content-title{
    margin-bottom: 30px;
    align-items: center;
}
.page-content-title::before{
    content: '';
    display: block;
    width: 100%;
    height: 22px;
    width: 6px;
    background: #005596;
    margin-right: 15px;
}
.page-content-title h1, .page-content-title h2{
   line-height: 26px; 
   font-size: 14px;
   color: #666;
   margin-right: 15px;
   text-transform: uppercase;
}
.page-content-title h1 strong, .page-content-title h2 strong{
    font-size: 20px;
    color: #000;
    margin-right: 5px;
}
.page-content-title span{
    height: 1px;
    flex-grow: 1;
    background: #005596;
    text-align: right;
}
.page-content-title span::after{
    content: '';
    width: 7px;
    height: 7px;
    background: #005596;
    border-radius: 50%;
    transform: translateY(-50%);
}
.page-content{
    min-height: 400px;
    align-content: flex-start;
    padding-top: 25px;
}

.page-content-items{
    margin-bottom: 30px;
}

.team-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #d9d9d9;
}
.team-item-content p{
    line-height: 2em;
}
.team-item-title{
    display: flex;
    margin-bottom: 15px;
    justify-content: left;
    align-items: flex-start;
}
.team-item-title h3{
    line-height: 50px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #005596;
    margin-right: 30px;
}
.team-item-title h4{
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.jobs-item{
    background: #f6f6f6;
    margin-bottom: 20px;
}

.jobs-title, .jobs-content{
    padding: 0 20px;
}

.jobs-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    cursor: pointer;
}
.jobs-title h2{
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.jobs-title i{
    font-size: 30px;
    font-weight: normal;
}
.jobs-item.active .jobs-title{
    background: #005596;
    color: #fff;
}

.jobs-details{
    padding: 30px 0;
}
.jobs-details p{
    line-height: 2em;
    font-size: 14px;
}
.jobs-content{
    display: none;
}

.news-text-list li{
    border-bottom: 1px dashed #f1f1f1;
}
.news-text-item{
    display: flex;
    align-items: center;
    justify-content: left;
}
.news-text-item h3{
    flex-grow: 1;
    color: #333;
    line-height: 60px;
    font-weight: normal;
}
.news-text-item h3 span{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    margin-right: 5px;
}
.news-text-item h3 span.download-icon{
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: url(../images/icon-download.png) center center no-repeat;
    background-size: cover;
}

.news-text-item time{
    flex-shrink: 0;
    margin-left: 10px;
    color: #666;
}
.news-text-item:hover h3, .news-text-item:hover time{
    color: #005596;
}

.cms-site-pagination{
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
}
.cms-site-pagination ul{
    display: flex;
}
.cms-site-pagination ul li{
    text-align: center;
    margin: 0 5px;
}
.cms-site-pagination ul li a{
    display: block;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0 13px;
    background: #aaa;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
}
.cms-site-pagination ul li a:hover{
    background-color: #005596;
    color: #fff;
}
.cms-site-pagination ul .page_t a{
    font-size: 12px;
    min-width: 84px;
}
.cms-site-pagination ul li.cms-site-active a{
    background-color: #005596;
    color: #fff;
}
.news-pic-list{
    margin-top: -20px;
}
.news-pic-list li{
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.news-pic-item{
    display: flex;
}
.news-pic-img{
    width: 220px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 145px;
    overflow: hidden;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .55s;
    -o-transition: all .5s;
}
.news-pic-img img{
    min-height: 145px;
}
.news-pic-text{
    flex-grow: 1;
}

.news-pic-item:hover .news-pic-img{
    transform: scale(1.05);
}

.news-pic-text h3{
    color: #333;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: Helvetica, Arial, 'Alibaba Sans', 'PingFang SC', 'Microsoft Yahei', sans-serif;
}
.news-pic-text .summary{
    color: #666;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 10px;
    height: 68px;
}
.news-pic-text .summary p{
    max-height: 45px;
}
.news-pic-time{
    display: flex;
    justify-content: space-between;
    line-height: 13px;
    align-items: center;
    color: #aaa;
    font-size: 14px;
}

.page-main-title{
    margin-bottom: 20px;
}
.page-main-title h1{
    padding: 0 50px;
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: center;
}
.page-main-title p{
    font-size: 14px;
    color: #666;
}
.page-main-title time{
    margin-right: 10px;
}
.page-main-title span{
    margin-right: 5px;
}

.title-underline{
    margin-bottom: 25px;
}
.title-underline h3{
    display: inline-block;
    border-bottom: 5px solid #005596;
}
.title-underline h3 span{
    line-height: 1em;
    margin-bottom: -3px;
}


/* 弹出框 */
.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 #005596;
}
.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 #005596;
}
.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: #005596;
}

html.show-when-logged-in{
    display: none;
}
.site-go-back{
    position: relative;
    margin-bottom: 20px;
}
.site-go-back::before{
    position:absolute;
    top:5px;
    left:0;
    display:block;
    content:'';
    border-top:10px solid transparent;
    border-right:10px solid #dcdcdc;
    border-bottom:10px solid transparent;
}
.site-go-back a{
    padding-left: 20px;
    color: #333;
}
.site-go-back span{
    padding-left: 10px;
    color: #999;
}

.go-top{
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    display: none;
}
.go-top a{
    width: 50px;
    height: 50px;
    display: block;
    background: rgba(153,153,153,.7);
    border-radius: 4px;
    overflow: hidden;
}
.go-top a img{
    float: left;
    margin-top: -5px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .55s;
    -o-transition: all .5s;
}
.go-top a:hover img{
    margin-top: -63px;
}

.ueditor_content_parse .list-paddingleft-2{
    padding-left: 30px;
}
.ueditor_content_parse .has-list-style, .ueditor_content_parse .has-list-style li{
    list-style-type: disc;
}

.bottom-modals{
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
}
.bottom-modal-mask{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
}
.bottom-modal-wrapper{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.bottom-modal-content{
    width: 80%;
    max-width: 1200px;
    min-width: 1000px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.bottom-modal-title{
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,.35);
}
.bottom-modal-title h4{
    line-height: 40px;
    font-size: 20px;
    color: #005596;
}
.bottom-modal-body{
    padding: 20px;
    max-height: calc(88vh - 240px);
    overflow: auto;
}

.bottom-modal-close{
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,.35);
}
.bottom-modal-close button{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #005596;
    padding: 10px 30px;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
}