.poster-box{
    height: 436px;
    background-image: url("../image/about-poster.jpg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.nav-box{
    height: 69px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
}
.nav-box>div{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.content-box{
    display: flex;
    justify-content: center;
    padding-top: 75px;
    padding-bottom: 57px;
}
.content-box>div{
    width:1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.contact-box{
    display: flex;
    justify-content: center;
    padding-top: 75px;
    padding-bottom: 57px;
}
.contact-box>div{
    width:1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-poster{
    height: 500px;
    background-image: url("../image/about-center.jpg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.guide-box>a{
    display: inline-block;
    padding: 0px 28px;
    height: 100%;
    line-height: 69px;
    font-size: 18px;
    color: #333333;
}
#now-area{
    color: #ffffff;
    background: #006DC2;
}
.link-box{
    display: flex;
    align-items: center;
}
.link-box>a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9B9EA4;
}
.link-box>a>img{
    width: 14px;
    height: 16px;
    margin-right: 4px;
}
#link-now{
    color: #333333;
}
.a-left-img{
    width: 441px;
    height: 307px;
}
.a-left-img>img{
    width: 100%;
    height: 100%;
}
.a-right-article{
    width: 704px;
    height: 223px;
}
.a-right-article>h2{
    font-size: 34px;
    color: #0f0f0f;
    font-weight: bold;
    font-family: 宋体;
    margin-top: 5px;
    margin-bottom: 45px;
}
.a-right-article>p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.company-info>h2{
    font-size: 31px;
    font-family: 宋体;
    color: #006DC2;
    margin-bottom: 30px;
}
.company-info>ul>li{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6F737A;
    line-height: 25px;
}
.company-info>ul{
    margin-bottom: 30px;
}
.news-list{
    width: 1200px;
}
.news-list>li{
    width: 1200px;
    box-shadow: 0px 1px 0px 0px #D3D7DF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 160px;
}
.news-list>li:hover{
    background-image: url("../image/news-list.jpg");
}
.l-left{
    display: flex;
    align-items: center;
    margin-left: 33px;
}
.l-left>span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9B9EA4;
    margin-right: 9px;
    margin-top: 12px;
}
.l-left>p{
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006DC2;
}
.l-right{
    width: 32px;
    height: 32px;
    background: #F2F2F3;
    border-radius: 50%;
    color: #A3A3A3;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-right: 19px;
}
.l-center>h3{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 814px;
}
.l-center>p{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9B9EA4;
    line-height: 22px;
    width: 886px;
    margin-top: 23px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-list>li:hover .l-left>span,.news-list>li:hover .l-left>p{
    color: #FFFFFF;
}
.news-list>li:hover .l-center>h3,.news-list>li:hover .l-center>p{
    color: #FFFFFF;
}
.news-list>li:hover .l-right{
    background-color: #ffffff;
    color: #006DC2;
}
#page-box{
    margin-top: 39px;
    display: flex;
    justify-content: center;
}

.pagination>li>a, .pagination>li>span{
    color: #006DC2;
}
.pagination>li>a, .pagination>li>span{
    width: 42px;
    height: 42px;
    background: #F3F3F3;
    border-radius: 8px;
    line-height: 42px;
    padding: 0px;
    text-align: center;
    margin: 8px;
    border: none;
}
.pagination>li:first-child{
    display: none;
}
.pagination>li:last-child{
    display: none;
}
#prev>a,#next>a{
    width: 87px;
}
.course-list{
    height: 299px;
    width: 361px;
    display: flex;
    flex-direction: column;
}
.c-img{
    height: 239px;
    width: 100%;
    position: relative;
}
.c-img>img{
    width: 100%;
    height: 100%;
    z-index: 99;
}
.mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    background: rgba(0,32,57,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mask>div{
    width: 226px;
    height: 93px;
    border:1px solid rgba(211,215,223,0.34);
    line-height: 93px;
    text-align: center;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.c-text{
    width: 359px;
    height: 60px;
    border: 1px solid #D3D7DF;
}
.c-text>p{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
    text-align: center;
}
.small-mask{
    background: rgba(0, 109, 194, 0.15);
}
.system-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s-top{
    display: flex;
    justify-content: center;
}
.s-top-title{
    display: flex;
    color: #333333;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding-left: 120px;
}
.s-top-title>p{
    color: #006DC2;
    margin-right: 23px;
}
.s-top-title>span{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9B9B9B;
    margin-top: 15px;
}
.s-center{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 54px;
}
.s-center-article{
    width: 537px;
}
.s-center-article>h3{
    margin-top: 41px;
    margin-bottom: 32px;
}
.use-btn{
    width: 166px;
    height: 48px;
    background: #006DC2;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin-top: 52px;
}
.online-area{
    height: 566px;
    background: #FAFAFA;
    padding-top: 0px;
    padding-bottom: 0px;
}
#online-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.online-box>p:nth-child(1){
    font-size: 33px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-top: 63px;
}
.online-box>p:nth-child(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6F737A;
    margin-top: 24px;
}
.online-img{
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
    width: 100%;
}
.report-box{
    display: flex;
    justify-content: space-between;
}
.r-right{
    width: 684px;
    height: 402px;
}
.r-left{
    width: 430px;
}
.r-left>h3{
    font-size: 33px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-top: 148px;
    margin-bottom: 34px;
}
.r-left>p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6F737A;
    line-height: 24px;
}
.guide-text{
    margin-top: 28px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6F737A;
    margin-bottom: 48px;
}
.q-top-img{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.q-top-img>div{
    width: 582px;
    height: 349px;
    position: relative;
}
.q-mask{
    position: absolute;
    top: 0;
    width: 582px;
    height: 349px;
    background: rgba(0,13,23,0.65);
    padding-left: 36px;
    padding-right: 42px;
    padding-top: 227px;
}
#qualification-area{
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0px;
    padding-bottom: 0px;
}
#qualification-area>p{
    font-size: 33px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-top: 63px;
    margin-bottom: 56px;
}
.q-list{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 92px;
}
.q-list>img{
    width: 242px;
    height: 340px;
}
#honor-title{
    display: flex;
    justify-content: center;
    padding-left: 55px;
}
.q-mask>span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 227px;
}
.q-mask>p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 21px;
}
.special{
    position: absolute;
    bottom: 43px;
}
#building-top{
    height: 630px;
    background: #FAFAFA;
}
.b-center-box{
    width: 100%;
}
.b-center-right{
    width: 476px;
}
.b-center-right>h3{
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 33px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.b-center-right>p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6F737A;
}
#building-bottom{
    padding-top: 67px;
    background: #FAFAFA;
    padding-bottom: 77px;
}
.b-bottom-title{
    width: 467px;
}
.b-bottom-title>h3{
    font-size: 33px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-top: 163px;
    margin-bottom: 35px;
}
.b-bottom-title>p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6F737A;
}

.lxwm-form{
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
}

.lxwm-form >div{
    width: 100%;
}
.lxwm-form>div>div{
    width: 372px;
    height: 70px;
    border: 1px solid #D3D7DF;
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.input-box>input{
    border: none;
    height: 68px;
    margin-left: 5px;
    width: 100%;
}
.lxwm-form>div:nth-child(1){
    display: flex;
    justify-content: space-between;
}
#form-box{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 35px;
}
.input-box>span{
    color: #FF0000;
    font-size: 18px;
    margin-top: 5px;
}
.input-box>input:focus{
    outline: none;
}

.msg-box>textarea{
    width: 1200px;
    height: 314px;
    border: 1px solid #D3D7DF;
    margin-top: 24px;
    padding-top: 37px;
    padding-left: 24px;
}

.msg-box>textarea:focus{
    outline: none;
}

.form-btn{
    display: flex;
    justify-content: flex-end;
}
.form-btn>button{
    width: 112px;
    height: 48px;
    background: #006DC2;
    border-radius: 6px;
    border: none;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 50px;
}
#detail-box{
    background-color: #FAFAFA;
    padding-top: 40px;
    padding-bottom: 40px;
}
#detail-box>div{
    background-color: #ffffff;
    padding-left: 63px;
    padding-right: 63px;
    display: flex;
    flex-direction: column;
}
.news-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
}
.news-title>h2{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 63px;
    margin-bottom: 21px;
}
.news-describe>span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 0px 19px;
    margin-bottom: 24px;
}
.news-main{
    padding-top: 38px;
    padding-bottom: 44px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-indent: 32px;
}
.news-pager{
    width: 100%;
    padding-top: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 48px;
}
.pager-box{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.pager-box>p:nth-child(2){
    margin-top: 10px;
}
.return-btn{
    width: 120px;
    height: 40px;
    background: #006DC2;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
