* {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: '微软雅黑';
    vertical-align: top;
    -webkit-text-size-adjust: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4d4d4d;
}

li {
    list-style: none;
}

html{
    position: relative;
}

body {
    margin: 0 auto;
    width: 750px;
    position: relative;
}

.cms-site-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.cms-site-overlay-content {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 100px);
    z-index: 9999999999;
    border-radius: 2px;
    width: 600px;
    height: 70%;
    padding: 50px;
    background: #fff;
}

.cms-site-top {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #729BD1;
    padding-bottom: 30px;
}

.cms-site-left {
    height: 82%;
    font-size: 28px;
    overflow: auto;
    border-bottom: 1px solid #729BD1;
    padding: 10px 0;
    margin-bottom: 20px;
}

.cms-site-right{
    position: relative;
    left: -50px;
    text-align: center;
    width: 700px;
}

.cms-site-right a {
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 50px;
    background: #729BD1;
}

.cms-site-mainMsg {
    font-size: 28px;
    padding-right: 12px;
}

.cms-site-mainMsg p{
    color: #555;
    font-size: 24px;
}

.cms-site-top{
    border-bottom: 1px solid #729BD1;
}

.banner-slide .banner-contral{
    position: absolute;
    z-index: 10;
}

.banner-contral span{
    position: relative;
}

.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-slide .banner-text{
    position: absolute;
    top: 155px;
    text-align: center;
    left: 50%;
    transform: translate(-50%,0);
    width: 520px;
}

.banner-slide .banner-text h2{
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
}

.banner-slide .banner-text p{
    font-size: 24px;
    color: #fff;
    line-height: 38px;
}


header {
    height: 100px;
    position: fixed;
    width: 750px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 998;
}

.header-top {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 20px rgb(51, 51, 51,0.3);
}

.header-top .logo a{
    display: block;
}

.header-top>div {
    margin: 0 40px;
}

.header-top .xiala {
    width: 30px;
}

.header-top .xiala>div {
    height: 3px;
    margin-bottom: 8px;
    width: 30px;
    background-color: #729BD1;
    transition: 0.4s;
}

.header_banner{
    width: 100%;
    height: 100px;
}

.xiala-style div:nth-child(1) {
    height: 3px;
    width: 34px;
    transform: rotate(45deg) translate(7.5px, 8px);
}

.xiala-style div:nth-child(2) {
    width: 0;
}

.xiala-style div:nth-child(3) {
    height: 3px;
    width: 34px;
    transform: rotate(-45deg) translate(7.5px, -9px);
}

.xiala-text {
    width: 750px;
    height: 0;
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    background: #729BD1;
    z-index: 10;
    overflow: hidden;
    transition: all 0.4s;
}

.xiala-text>ul>li {
    border-top: 1px solid #ccc;
    width: 100%;
    position: relative;
}

.xiala-text>ul>li a {
    color: #fff;
}

.xiala-text>ul>li>a,  .xiala-text>ul>li>ul>li>a{
    position: relative;
    padding: 26px 40px;
    display: block;
    line-height: 1;
    z-index: 0;
}

.xiala-text>ul>li>a{
    font-weight: bold;
}

.xiala-text>ul>li>ul>li>a{
    padding-left: 0;
    padding-right: 0;
}

.xiala-text>ul>li>ul {
    margin-left: 40px;
    width: 670px;
}

/* .xiala-text>ul>li:last-child>a::after {
    content: '';
    background: url(../images/login.svg);
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
    background-size: 32px;
    margin-top: -3px;
} */

.xiala-text>ul>li span{
    font-size: 34px;
    line-height: 32px;
    display: block;
    width: 100px;
    text-align: center;
    position: absolute;
    left: 650px;
    top: 0;
    padding: 22px 0;
    color: #fff;
}

.xiala-text>ul>li>ul>li {
    padding-left: 0;
    border-top: 1px dashed #ccc;
}

.xiala-text>ul>li>ul>li:first-child{
    border: 0;
}


.xiala-text a {
    color: #4d4d4d;
    font-size: 26px;
}

.xiala-text ul li ul {
    /* display: none; */
    height: 0;
    overflow: hidden;
}

.toggleone {
    height: auto;
}

.open>ul {
    height: 100% !important;
    transition: all 0.4s;
}

.open span {
    display: inline-block;
}

.header-top .login a img{
    width: 40px;
}

.banner {
    position: relative;
}

.banner-contral {
    position: absolute;
    z-index: 9;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50px);
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.swiper-scrollbar{
    position: relative !important;
    opacity: 1 !important;
}

body>section {
    margin-left: auto;
    margin-right: auto;
}

body section .subject{
    width: 670px;
    margin: 0 auto;
}

.title-left{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    background-color: #F8F8F8;
}

.title-left ul{
    display: flex;
    height: 85px;
}

.title-left ul li{
    align-self: center;
    line-height: 85px;
}

.title-left ul li a{
    display: block;
    font-size: 26px;
    color: #666;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}

.title-left ul li .active{
    color: #fff;
    background-color: #729BD1;
}

.title-left ul li a:hover{
    color: #fff;
    background-color: #729BD1;
}

.title-left .active{
    color: #fff !important;
    background-color: #729BD1;
}

.title-left .active a{
    color: #fff !important;
    color: #fff !important;
    background-color: #729BD1;
}

.subnav .active>a{
    background-color: #729BD1;
    color: #fff;
}

.subnav{
    width: 750px;
    height: 85px;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 0;
}
.subnav-button, .subnav-main{
    display: inline-block;
    height: 85px;
}
.subnav-button{
    display: none;
}
.subnav-button{
    width: 70px;
    background-size: 13px;
    background-position: center center;
    background-repeat: no-repeat;
}
.subnav-button.subnav-button-left{
    background-image: url(../images/subnav-left.svg);
}
.subnav-button.subnav-button-right{
    background-image: url(../images/subnav-right.svg);
}
.subnav-main{
    width: 600px;
    height: 85px;
    overflow: hidden;
}
.subnav-main a{
    line-height: 85px;
    font-size: 24px;
    color: #333232;
    padding: 0 2em;
    background: none;
    display: block;
}
.subnav-main-scroll{
    height: 85px;
    overflow-x: auto;
    width: 100%;
    float: left;
    overflow-y: hidden;
}
.subnav-main ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.subnav-main ul li{
    flex-shrink: 0;
    position: relative;
}
.subnav-overflow .subnav-button{
    display: inline-block;
}
.subnav-overflow .subnav-main-scroll{
    padding: 0 2%;
    margin-left: -2%;
    scroll-margin: 0;
    padding-bottom: 20px;
}
.subnav-overflow ul{
    justify-content: space-between;
}

.none1{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: none;
}

.main-body{
    position: relative;
}

.img-outline{
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

/* 首页 */
.title{
    text-align: center; 
    margin-bottom: 50px;
}

.title>h3>span{
    font-size: 40px;
    color: #729BD1;
    font-weight: bold;
}

.title p{
    font-size: 22px;
    display: inline-block;
    color: #ccc;
}

.index_about{
    margin: 70px 0;
}

.index-title{
    text-align: center;
    margin-bottom: 50px;
}

.index-title>p{
    font-size: 22px;
    color: #999;
}

.index-title>h1{
    font-size: 40px;
    color: #729BD1;
    margin-bottom: 6px;
}

.index_about-body{
    font-size: 24px;
    line-height: 50px;
    color: #666;
}

.index_about-body p{
    margin-bottom: 20px;
}

.index_about-body a{
    display: block;
    width: 245px;
    height: 65px;
    text-align: center;
    border-radius: 65px;
    line-height: 65px;
    margin: 0 auto;
    border: 1px solid #729BD1;
    margin-top: 50px;
    color: #729BD1;
}

.index_about-body img{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.index_core-body img{
    display: block;
    margin: auto;
}

.index_core{
    margin: 70px auto;
}

.about-index_core{
    overflow: hidden;
}

.about-index_core-main{
    width: 720px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 94px;
    justify-content: space-between;
}

.about-index_core-years{
    margin-top: 110px;
    margin-bottom: 90px;
}

.index_core-years-index{
    display: none;
}

.index_core-detail{
    max-width: 612px;
    margin: 0 auto;
    font-size: 26px;
    flex-shrink: 0;
}

.index_core-detail h3{
    font-size: 28px;
    margin-top: -0.1rem;
    font-weight: normal;
    color: #333232;
    margin-bottom: 1.6525rem;
    line-height: 44px;
}

.index_core-detail h3 span{
    float: right;
    font-size: 24px;
    color: #919397;
    font-weight: normal;
}

.index_core-detail h3 span:nth-child(2){
    color: #729BD1;
}

.index_core-detail>h3{
    margin-bottom: 56px;
    font-weight: bold;
}

.index_core-detail .ueditor_content_parse{
    line-height: 52px;
}

.about-index_core-thumb{
    background: url(../images/Line_11.png) center center no-repeat;
    background-size: 150%;
}
.index_core-years-index{
    display: none;
}
.about-index_core-pagination{
    display: flex;
    justify-content: space-between;
    width: 650px !important;
    margin: 0 auto;
}
.about-index_core-pagination .swiper-pagination-bullet{
    opacity: 1;
    width: 30px;
    height: 1px;
    background: none;
    border: none;
    position: relative;
}
.about-index_core-pagination .swiper-pagination-bullet::after{
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    z-index: 0;
}
.about-index_core-pagination .swiper-pagination-bullet i{
    display: inline-block;
    color: #999;
    position: absolute;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    font-size: 24px;
    z-index: 0;
    top: -70px;
    left: -2px;
    opacity: 1 !important;
    line-height: 60px;
    font-weight: bold;;
}

.about-index_core-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet::after{
    width: 12px;
    height: 12px;
    border: 9px solid #729BD1;
    opacity: 1 !important;
}
.about-index_core-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet i{
    color: #729BD1;
    font-size: 30px;
    bottom: 2.5rem;
}


.about-index_core-buttons-all{
    width: 84%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.about-index_core-button-item{
    width: 30px;
    position: relative;
}
.about-index_core-buttons{
    position: absolute;
    width: 12rem;
    margin-bottom: 64px;
    top: -6rem;
    left: calc(-6rem + 15px);
    z-index: 5;
    display: none;
}
/*
.about-index_core-button-item.active .about-index_core-buttons{
    display: block;
}
*/
.about-index_core-buttons ul{
    width: 100%;
    text-align: center;
}
.about-index_core-buttons ul li{
    display: inline-block;
    margin: 0 2.35rem;
}
.about-index_core-buttons button{
    width: 9px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-index_core-buttons button.about-index_core-next{
    background-image: url(../images/Vector_5.png);
}
.about-index_core-buttons button.about-index_core-prev{
    background-image: url(../images/Vector_6.png);
}

.pdt{
    position: relative;
}

.pdt-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.pdt-text h3{
    font-size: 28px;
    color: #7AB2EF;
    margin-bottom: 50px;
}

.pdt-text a{
    display: block;
    width: 196px;
    height: 56px;
    background-color: #729BD1;
    border-radius: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 26px;
    margin: auto;
}

.category-main{
    margin: 70px 0;
}

.main_body img{
    max-width: 100%;
}

.honor-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.honor-body ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.honor-body li:nth-child(1){
    margin: 0 180px;
    margin-bottom: 50px;
}

.honor-body li{
    width: 315px;
    height: 286px;
    position: relative;
    margin-bottom: 50px;
}

.honor-body li .img-outline{
    width: 275px;
    height: 170px;
    margin: auto;
}

.honor-body li .honor-text{
    position: absolute;
    top: 140px;
    background-color: rgba(102, 102, 102, 0.35);
    box-sizing: border-box;
    font-size: 26px;
    padding: 14px 10px;
    width: 315px;
    line-height: 1.5em;
    height: 147px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.honor-body li .honor-text .ueditor_content_parse{
    align-self: center;
}

.honor-body li .honor-text *{
    font-size: 26px;
}

.team ul li{
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #ccc;
}

.team ul li:last-child{
    padding: 0;
    border: 0;
}

.team ul li .team-header{
    margin-bottom: 40px;
}

.team ul li .team-header h3{
    font-size: 28px;
    margin-bottom: 14px;
}

.team ul li .team-header p{
    font-size: 26px;
    margin-bottom: 14px;
}

.team ul li .team-header span{
    display: block;
    width: 80px;
    height: 10px;
    background-color: #729BD1;
}

.team-text{
    font-size: 26px;   
    line-height: 1.5em;
}

.team-text img{
    margin-top: 15px;
}

.jobs{
    margin: 40px 0;
}

.jobs-list ul {
    padding-top: 40px;
    margin-bottom: 50px;
    
}

.jobs-list ul li:nth-child(1){
    display: none;
}

.jobs-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.jobs-item .jobs-click {
    background: #729BD1;
    height: 77px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.jobs-item .jobs-click>div {
    line-height: 77px;
    margin-left: 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}

.jobs-item .jobs-click>i{
    font-size: 26px;
}

.jobs-item .jobs-click h3 {
    width: 90%;
    line-height: 2em;
    padding: 0 2%;
    font-size: 30px;
    color: #333;
    float: left;
}

.jobs-item .jobs-click i {
    display: block;
    margin-right: 2%;
    text-align: center;
    float: right;
    color: #fff;
    font-size: 40px;
    align-self: center;
}

.jobs-item .jobs-content {
    background: #F6F6F6;
    color: #333;
    display: none;
}

.jobs-content .content-text{
    font-size: 24px;
}

.jobs-item .jobs-details {
    padding: 40px;
}

.jobs-item .jobs-details b,
.jobs-item .jobs-details strong {
    font-weight: bold;
}

.jobs-text {
    width: 670px;
    background: #F2F2F2;
}

.jobs-text>div>p {
    font-size: 24px;
    padding: 0 20px;
}

.jobs-text>img {
    max-width: 100%;
    margin-bottom: 30px;
}

.jobs-text div>p:nth-child(1) {
    text-align: center;
    color: #132460;
    font-size: 28px !important;
    font-weight: bold;
}

.jobs-text div:nth-child(1)>p:nth-child(1) {
    width: 120px;

}

.jobs-text-top {
    margin-bottom: 50px;
}

.jobs-text-top div p {
    width: 112px;
    margin: 0 auto;
    border-bottom: 1px solid #CD151B;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.jobs-text-top>p {
    text-indent: 2em;
    line-height: 2em;
}

.jobs-text-top div p span {
    border-bottom: 2px solid #CD151B;
    color: #132460;
}

.jobs-text div>ul>li {
    list-style: disc;
    font-size: 24px;
    line-height: 2em;
}

.jobs-text-bottom>ul {
    margin-left: 50px;
    margin-right: 20px;
    padding-bottom: 30px;
}

.jobs-text-bottom>p {
    margin-bottom: 20px;
}


.yema {
    width: 670px;
    margin: 40px 0;
}

.yema>ul {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.yema>ul>li{
    align-self: center;
}

.yema>ul>li.num{
    width: auto;
    background: none;
    font-size: 26px;
    padding: 0 30px;
}
.yema>ul>li.num strong{
    color: #0b68ad;
    font-weight: normal;
}

.yema>ul>li>a {
    width: 210px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    font-size: 24px;
}

.news{
    width: 100%;
}

.news>ul>li{
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.news>ul>li:last-child{
    border-bottom: 1px solid #ccc;
}

.news>ul>li a{
    display: flex;
}

.news>ul>li time{
    padding-right: 30px;
    border-right: 1px solid #ccc;
    margin-right: 30px;
    text-align: center;
}

.news>ul>li time strong{
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #999;
}

.news>ul>li time p{
    font-size: 20px;
    color: #999;
    text-align: center;
}

.news>ul>li div{
    align-self: center;
}

.news>ul>li div p{
    font-size: 26px;
    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;
}

.news_content{
    margin: 40px auto;
}

.news_content-title{
    text-align: center;
    margin-bottom: 30px;
}

.news_content-title h1{
    font-size: 30px;
    line-height: 1.5em;
}

.news_content-title p{
    font-size: 26px;
}

.news_content-body{
    max-width: 100%;
}

.news_content-body img{
    max-width: 100%;
}

/* content */
.pages-prev-next{
    position: relative;
    margin-top: 60px;
    padding: 30px 0;
    border-top: 1px solid;
    display: flex;
    justify-content: space-between;
}

.pages-prev-next li{
    display: inline-block;
    width: 320px;
    color: #ccc;
    font-size: 22px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.pages-prev{
    text-align: left;
}

.pages-next{
    text-align: right;
}

/* footer */
footer{
    width: 100%;
}

footer .footer-top{
    background-color: #729BD1;
    padding: 50px 0;
}

footer .footer-top ul{
    width: 640px;
    margin: 0 auto;
}

footer .footer-top ul:nth-child(2){
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}

footer .footer-top ul li{
    width: 670px;
    margin: 0 auto;
    line-height: 50px;
}

footer .footer-top ul li p{
    font-size: 26px;
    color: #fff;
}

footer .footer-top ul li p:nth-child(3){
    width: 410px;
}

footer .footer-top ul li p:nth-child(2){
    padding: 0 20px;
}

footer .footer-img{
    margin: 50px auto;
    width: 180px;
    margin-bottom: 0;
}

footer .footer-img .img-outline{
    width: 160px;
    height: 160px;
    margin: auto;
    margin-bottom: 10px;
}

footer .footer-img p{
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.footer-bottom {
    background-color: #fff;
    padding: 20px 0;
    height: 102px;
    box-sizing: border-box;
}

.footer-bottom p {
    color: #999;
    font-size: 22px;
    text-align: center;
    width: 100%;
    line-height: 1.5;
}

.footer-bottom p:last-child{
    color: #999;
}

.footer-bottom>p:last-child a {
    color: #999 ;
}

.ueditor_content_parse p{
    font-size: 22px;
}

.model-product .title-left{
    display: none;
}

.model-about .subnav{
        display: none;
}