/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html,body{
    font-size: 16px;
}

body{
    width: 100%;
    height: 100%;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
}

li{
    list-style:none;
}

.header .actives{
    /* background: #00305F !important; */
}

.header .actives>p>a{
    color: #00305F !important;
    font-weight: bold;
    border-bottom: 2px solid #00305F;
}

.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #00305F !important;
    border-radius: 5px;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

.subject{
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}


/* 弹出框 */
.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 #00305F;
}
.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 #00305F;
}
.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: #00305F;
}

section .subject{
    margin: 0 auto;
    width: 1200px;
}



/* 导航条 */
.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 img{
    height: 55px;
}

.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: #00305F; */
}

.header-main .header>ul>li:hover>p>a{
    color: #00305F;
    font-weight: bold;
    border-bottom: 2px solid #00305F;
}

.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: #00305F !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;
}

.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;
}

.banner{
    width: 100%;
    min-width: 1200px;
}

.banner img{
    width: 100%;
}

.main-top{
    width: 100% !important;
}

.main-top img{
    width: 100%;
}

.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    background-color: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 36px !important;
    height: 12px !important;
    border-radius: 12px !important;
}

.title{
    text-align: center;
}

.title p{
    color: #f2f2f2;
    font-size: 30px;
}

.title h3{
    font-size: 30px;
}

.category-main{
    width: 1200px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
    box-sizing: border-box;
    padding: 40px;
}

.title-left{
    min-width: 140px;
    margin-right: 50px;
    text-align: center;
    display: inline-block;
}

.title-left ul dt{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.title-left ul dt h1{
    font-size: 22px;
    margin-bottom: 8.5px;
    border-bottom: 3px solid #00305F;
    color: #00305F;
    display: inline;
    padding-bottom: 14px;
}

.title-left ul li a{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 13px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.title-left ul li .active{
    background-color: #00305F;
    color: #fff;
}

.title-left ul li a:hover{
    background-color: #00305F;
    color: #fff;
    font-weight: bold;
}

.main-right{
    width: 900px;
}

.main-right .title{
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    border-left: 10px solid #00305F;
    padding-left: 14px;
}

.main-right .title h3{
    font-size: 20px;
    color: #333;
    white-space: nowrap;
}

.main-right .title p{
    font-size: 14px;
    color: #666;
    font-weight: bold;
    align-self: center;
    margin-left: 10px;
    white-space: nowrap;
    padding-right: 10px;
}

.main-right .title span{
    align-self: center;
    width: 1000%;
    height: 1px;
    background-color: #00305F;
    position: relative;
}

.main-right .title span::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #00305F;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -3px;
}

.main-right img{
    max-width: 100%;
}

.team ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 50px;
}

.team ul li:last-child{
    border: 0;
    padding: 0;
}

.team-right{
    width: 580px;
    align-self: center;
}

.team-right .name{
    margin-bottom: 20px;
}

.team-right .name span{
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.team-right .name i{
    font-style: normal;
    font-weight: bold;
}

.team-right .name p{
    font-weight:bold;
}

.team .img-outline{
    width: 235px;
    height: 322px;
}

.team .team-body{
    line-height: 2em;
}


.news_img{
    width: 100%;
}

.news_img>ul>li a{
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news_img>ul>li a .img-outline{
    width: 240px;
    height: 150px;
    margin-right: 30px;
}

.news_img>ul>li a .news_img-text{
    width: 690px;
    align-self: center;
}

.news_img>ul>li a .news_img-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: #666666;
}

.news_img>ul>li a .news_img-text h3{
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.news_img>ul>li a:hover h3{
    color: #00305F;
}

.news_img-text time span,.news_img-text time{
    font-size: 12px;
    color: #999;
}

.news_list ul li{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news_list ul li a{
    display: flex;
    justify-content: space-between;
    color: #333;
}

.news_list ul li a strong{
    color: #ccc;
}

.news_list ul li a p{
    width: 800px;
    align-self: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.news_list ul li a span{
    font-size: 14px;
    color: #999;
}

.news_list ul li:hover p,.news_list ul li:hover strong{
    color: #00305F;
    font-weight: bold;
}



.cms-site-pagination{
    margin-top: 80px;
    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 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    color: #333;
}

.cms-site-pagination ul li a:hover{
    background-color: #00305F;
    color: #fff;
}

.cms-site-pagination ul .page_t a{
    font-size: 12px;
    min-width: 84px;
}

.cms-site-active a{
    background-color: #00305F !important;
    color: #fff !important;
}

/* jobs */
.jobs-click{
    line-height: 50px;
}

.jobs-list ul li{
    display: grid;
    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: #00305F;
}

.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: 30px;
    font-style: normal;
    line-height: 42px;
}

.jobs-item{
    display: grid;
}

.jobs-list .active{
    background: none;
}

/* content */
.main-content{
    margin-bottom: 25px;
}

.main-content h1{
    font-size: 30px;
    text-align: center;
}

.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;
    font-size: 14px;
}

.main-content .main-text-bottom{
    margin-top: 40px;
}

.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;
}

.product .category-main{
    width: 1400px;
}

.product .category-main .main-right{
    width: 1100px;
}


/* footer */
footer{
    background-color: #00305F !important;
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    margin-top: -4px;
}

.footer-top{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.footer-top ul{
    list-style: none;
    align-self: center;
}

.footer-top ul li{
    line-height: 1.8em;
    color: #fff;
    font-size: 14px;
}

.footer-top ul li h3{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.footer-top-l{
    width: 1000px;
    display: flex;
    padding-left: 40px;
    border-left: 4px solid #fff;
}

.footer-top-r{
    display: flex;
    justify-content: space-between;
    padding-left: 42px;
    text-align: center;
}

.footer-top-r .img-outline{
    width: 90px;
    align-self: center;
    /* height: 140px; */
}

.footer-top-r ul li:nth-child(1){
    margin-bottom: 20px;
    /* color: #fff; */
    font-size: 16px;
}

.footer-top-r ul li{
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-top-r .img-outline p{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.footer-bottom{
    text-align: center;
    color:#fff;
    font-size: 12px;
    padding: 20px 0;
}

.footer-bottom a{
    color: #fff;
    font-size: 12px;
}

.footer-bottom span{
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
}

.footer-bottom span a{
    color: #fff;
}