* {
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-box-sizing: unset;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
a:active {
    color: #000;
}

.clear {
    clear: both;
}


.swiper-pagination-bullet-active{background: #009967 !important;}

.main {
    width: 1200px;
    margin: 0 auto;
}

.title {
    height: 70px;
    text-align: center;
}

.title .tit_cn {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.title .tit_cn::after {
    width: 60px;
    height: 3px;
    content: '';
    display: block;
    margin: -6px auto 0;
    background-color: #009967;
}

.title .tit_en {
    font-size: 15px;
    color: #009967;
    margin-top: 5px;
}

#nav {
    width: 85%;
    height: 135px;
    float: left;
    font-size: 18px;

}

#logo {
    width: 306px;
    height: 135px;
    float: left;
}

#nav ul {
    width: 780px;
    float: right;
    height: 135px;
    line-height: 135px;
}

#nav ul li {
    float: left;
    text-align: center;
    width: 156px;
}

#nav ul li a{
    display: block;
}

#nav .hover {
    background: #cdf7e9;

}

#nav .hover a {
    color: #009967;
}
.contacts-phone{
    float: right;
    text-align: center;
    width: 120px;
    color: #009967;
    margin-top: 50px;
    border: 1px solid;
    border-radius: 30px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#banner {}

#banner .swiper {
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about {
    padding: 55px 0;
    background-color: #fff;
}

#about .main {
    height: 510px;
    background: url(/assets/addons/cms/web/about_bg.png) 200px center no-repeat;
}

#about .a_cont {
    width: 550px;
    height: 350px;
    float: left;
}

#about .a_cont .a_tit {
    font-size: 30px;
    margin-top: 30px;
}

#about .a_cont .a_tit span {
    font-size: 15px;
    color: #009967;
}

#about .a_cont .a_companyName {
    font-size: 20px;
    margin-top: 35px;
}

#about .a_cont .a_companyDesc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 28px;
}

#about .a_cont .a_tabList {
    margin-top: 40px;
}

#about .a_cont .a_tabList li {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    line-height: 28px;
    border: #009967 solid 1px;
    color: #009967;
    padding: 5px 20px;
}

#about_des_list {
    padding: 25px 0;
    width: 1200px;
    height: 60px;
    margin: -160px auto 0;
    box-shadow: #ccc 0 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

#about_des_list li {
    width: 240px;
    height: 70px;
    text-align: center;
    float: left;
}

#about_des_list li:hover {
    cursor: pointer;
}

#about_des_list li span:nth-of-type(1) {
    font-size: 15px;
    color: #333;
}

#about_des_list li span:nth-of-type(2) {
    font-size: 30px;
    color: #009967;
}

#about_des_list li span:nth-of-type(3) {
    font-size: 15px;
    color: #009967;
}

#advantages {
    padding-top: 150px;
    padding-bottom: 50px;
    background-color: #eef7f7;
    /* height: 500px; */
    margin-top: -50px;
}

#advantages ul {
    margin-top: 50px;
}

#advantages li {
    float: left;
    width: 235px;
    height: 404px;
    padding-top: 45px;
    padding-right: 20px;
    padding-left: 20px;
    border: 5px solid #fff;

}



#advantages li:nth-of-type(n+2) {
    margin-left: 15px;
}

#advantages .tit {
    font-size: 22px;
}

#advantages .tit::after {
    width: 40px;
    height: 3px;
    content: '';
    display: block;
    margin-left: 3px;
    background-color: #009967;
}

#advantages .des {
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}

#services {
    padding: 30px 0;
    background-color: #fff;
}

#services .tab_list {
    margin-top: 40px;
}

#services .tab_list li {
    float: left;
    width: 150px;
    text-align: center;

}

#services .tab_list li:hover {
    cursor: pointer;
}

#services .tab_list li img {
    display: block;
    margin: 0 auto;

}

#services .tab_list li span {
    margin-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#services .tab_list .hover {}

#services .tab_list .hover::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #009967;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
}

#services .ser_cont {
    margin-top: 20px;
    padding: 75px 0;
    height: 287px;

    background-size: cover;
}

#services .ser_cont .main {
    height: 287px;
    background: url(/assets/addons/cms/web/ser_cont_left_bg.png) left center no-repeat;
}

#services .ser_cont .des_cont {
    width: 640px;
    height: 225px;
    padding: 10px;
    background: #fff;
    float: right;
    margin-top: 30px;
}

#services .ser_cont .des_cont .box {
    width: 345px;
    height: 225px;
    float: right;
    margin-right: 50px;
}

#services .ser_cont .des_cont .box img {
    width: 223px;
    height: 223px;
}

#services .ser_cont .des_cont .box .tit {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    color: #009967;
}

#services .ser_cont .des_cont .box .tit::after {
    width: 40px;
    height: 3px;
    content: '';
    display: block;
    margin-left: 3px;
    background-color: #FBC56A;
}

#services .ser_cont .des_cont .box .des {
    margin-top: 15px;
}

#historical {
    height: 517px;
    padding: 50px 0;
    background-size: cover;
}

#historical .historical_box {
    margin-top: 50px;
}

#historical .time-line-container {
    width: 350px;
    height: 330px;
    float: left;
}

#historical .time-line-container .time-line-list-box {
    height: 300px;
    background: #ffff;
    width: 265px;
    padding: 15px;
}

#historical .time-line-container .time-line-list-box li {
    height: 45px;
    font-size: 22px;
    color: #009967;
    font-weight: bold;
    padding-left: 50px;
    line-height: 45px;
    position: relative;
}


#historical .time-line-container .time-line-list-box li:hover,

#historical .time-line-container .time-line-list-box .hover {
    background: #009967;
    color: #fff;
    cursor: pointer;
}

#historical .time-line-container .time-line-list-box .hover::after {
    content: '';
    height: 18px;
    width: 18px;
    background: url(../../../../../../../办公资料/考涯app/高报官网/image/line_time_active_bg.png) no-repeat center center;
    position: absolute;
    margin-top: 13px;
    margin-left: 157px;

}

#historical .time-content {
    margin-top: 20px;
    width: 755px;
    height: 250px;
    float: right;
    background-color: #fff;
    padding: 20px;
}

#historical .time-content .box {
    width: 320px;
    height: 210px;
    float: left;
    padding: 20px;
}

#historical .time-content .tit {
    font-size: 22px;
    font-weight: bold;
    color: #009967;
}


#historical .time-content .txt{
    font-size: 13px;
    color: #000;
    margin-top: 30px;
    line-height: 26px;
}


#historical .time-content img{
    width: 380px;
    height: 250px;
    float: right;
}


#news {
    padding: 30px 0;
}

#news .news {
    margin-top: 30px;
}

#news .news li {
    float: left;
    width: 370px;
    height: 320px;
    padding: 8px;
    background-color: #E4E4E4;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
}
}

#news .news li:nth-last-of-type(2) {
    margin: 0 15px;
}

#news .news li img {
    width: 370px;
    height: 200px;
}

#news .news li .tit {
    font-size: 20px;
    margin: 10px 0;
}

#news .news li .txt {
    ont-size: 13px;
}

#footer {
    height: 135px;
    background-color: #009967;
    padding: 40px 0;
    margin-top: 60px;
}

#footer .fbox {
    width: 840px;
    padding: 0 120px 0 240px;
    margin: 0 auto;
    height: inherit;
    background: url(/assets/addons/cms/web/flogo.jpg) left 10px no-repeat,
        url(/assets/addons/cms/web/fewm.jpg) right 10px no-repeat;
}

#footer .fnav {
    height: 70px;
    padding: 20px 0;
    width: 801px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
}

#footer .fnav li {
    float: left;
    width: 267px;
    text-align: center;
}

#footer .fnav li img {
    height: 34px;
}

#footer .fnav li .name {
    color: #fff;
    margin-top: 10px;
}

#footer .fnav li:nth-last-of-type(2) {
    background: url(/assets/addons/cms/web/fanv_mid_bg.jpg) center left no-repeat,
        url(/assets/addons/cms/web/fanv_mid_bg.jpg) center right no-repeat;
}

#page_new {
    background-color: #efefef;
}

.new_banner {
    /* width: 1920px; */
    height: 285px;
    padding-top: 100px;
    background-size: cover;
}


.page_new .ntit {}

.page_new .news_tit {
    height: 70px;
    text-align: center;
}

.news_tit .news_tit_cn {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}

.news_tit .news_tit_en {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}


.news_menu {
    height: 75px;
    line-height: 75px;
    background: rgba(255, 255, 255, .8);
    margin-top: 130px;
    width: 1200px;
}

.news_menu ul li {
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
}

.news_menu ul li:hover,
.hover {
    color: #009967;
    /*border-top: #009967 3px solid;*/
}

#news_container {
    margin-top: 30px;
}

#news_left {
    float: left;
    width: 285px;

}


#news_left .news_left_tit {
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #34A653, #70C227);
}

#news_left .news_left_list {
    padding: 0 10px 25px;
    background: #fff;
}

#news_left .news_left_list ul {
    padding-top: 20px;
}

#news_left .news_left_list ul li {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-size: 14px;
}

#news_left .news_left_list ul li span {
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-size: 14px;
}


#news_left .news_left_list ul li:nth-of-type(-n+3) span {
    background-color: #009967;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
}

#news_left .video {
    height: 170px;
    width: 285px;
    margin-top: 10px;
}




#news_right {
    float: right;
    width: 860px;
    padding: 20px;
    background: #fff;
}


#news_right .news_right_tit {
    font-size: 22px;
}

#news_right .news_right_info {
    margin-top: 10px;
    font-size: 13px;
    color: #727171;
    border-bottom: #f3f3f3 2px solid;
    padding-bottom: 10px;
}

#news_right .news_right_info span{
    padding-right: 30px;
}

#news_right .news_right_detail {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    text-align: left;
    border-bottom: #f3f3f3 2px solid;
    padding-bottom: 30px;
}

#news_right .news_right_detail img {
    max-width: 820px;
}

.news_right_prev,
.news_right_next {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
}

#news_right .news_right_about_tit {
    font-size: 22px;
    text-align: left;
    border-bottom: #f3f3f3 2px solid;
    padding-bottom: 10px;
}

#news_right .news_right_about_detail {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    text-align: left;
}

.article_list {
    float: right;
    width: 900px;
}

.article_list ul li {
    width: 860px;
    padding: 20px;
    height: 175px;
    margin-bottom: 20px;
    background: #fff;
}

.article_list ul li a {
    display: block;
}

.article_list ul li a img {
    height: 175px;
    width: 270px;
    float: left;
}

.article_list ul li .article_content {
    float: right;
    width: 560px;

}

.article_tit {
    font-size: 20px;
    margin-top: 15px;
}

.article_des {
    font-size: 13px;
    height: 70px;
    padding: 15px 0;
    line-height: 28px;
}

.article_infos {
    font-size: 13px;
}

.article_infos span {
    width: 30%;
    display: inline-block;
    color: #727171;
    font-size: 13px;
}