.hezder_top {

    width: 100%;

    min-width: 1200px;

    padding-top:20px;

    background: #fff;

}

.hezder_top .log_box {

    width: 80%;

    margin: 0 auto;

}

.hezder_top .log_box .logs,.hezder_top .log_box .sousuo {

    display: inline-block;

    vertical-align: top;

    width:45%;

}

.hezder_top .log_box .logs {

    text-align: center;

}

.hezder_top .log_box .logs img {

    width: 65%;

}

.hezder_top .log_box .sousuo {

    padding-top:15px;

}

.hezder_top .log_box .sousuo input,.hezder_top .log_box .sousuo .sousuo_btn {

    display: inline-block;

    vertical-align: top;

}


.hezder_top .log_box .sousuo .sousuo_btn {

    background: #009944;

    text-align: center;

    padding: 10px;

    border-radius:8px;

    margin-left:10px;

}

.hezder_top .log_box .sousuo .sousuo_btn img {

    width: 80%;

}

.hezder_top .title_box {

    width:75%;

    margin: 0 auto;

    margin-top:40px;

}

.hezder_top .title_box .item {

    display: inline-block;

    vertical-align: top;

    text-align: center;

    width: 10%;

}

.hezder_top .title_box .item a {

    font-size: 15px;

    padding:15px 0px;

}

.hezder_top .title_box .item:nth-child(2) .oas {

    border-bottom:4px solid #009944 ;

}

.banner {

    /* padding-top:15px; */

    width: 100%;

    background: #fff;

}

.banner .sw_banner,

.banner .sw_banner .swiper-wrapper,

.banner .sw_banner .swiper-wrapper .swiper-slide,

.banner .sw_banner .swiper-wrapper .swiper-slide img

{

    width: 100%;

}



.banner .swiper-pagination-bullet {

    width: 25px;

    height: 10px;

    opacity: 1;

    background: #ccc;

    border-radius:15px ;

}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

    margin:  0 15px;

}

.banner .swiper-pagination-bullet-active {

    background: #fff;

}

/* =========================================================================================================== */

.values {

    width: 100%;

    min-width: 1200px;

}

.values .class_box {

    width: 65%;

    min-width: 1200px;

    margin: 2% auto;
    background: #fff;
    padding: 20px;

}

.values .class_box .class_title {

    width: 100%;

    border-bottom:2px solid #E7E7E7 ;

    text-align: right;
}

.values .class_box .class_title .item {

    display: inline-block;

    vertical-align: top;

    width: 10%;

    text-align: center;

    cursor: pointer;

}

.values .class_box .class_title .item span {

    display: inline-block;

    padding: 15px 0px;

    font-size: 16px;

    font-family: '微软雅黑';


}

.values .class_box .class_title .acitver {

    border-bottom:5px solid #009944 ;

}

.values .class_box .class_val {
    margin-top:40px ;
}

.values .class_box .class_val .item {

    display: none;

}
.values .class_box .class_val .item .val_contion {
    width: 100%;
}
.values .class_box .class_val .item .val_contion img {
    width: 100%;;
}
.values .class_box .class_val .acitvers {

    display: block;

}

.values .class_box .class_val .item:nth-child(1) .left,

.values .class_box .class_val .item:nth-child(1) .right,

.values .class_box .class_val .item:nth-child(2) .left,

.values .class_box .class_val .item:nth-child(2) .right {

    display: inline-block;

    vertical-align: top;

}
.values .class_box .class_val .item:nth-child(1) .right h2 {
    color: #666;
    font-size: 30px;
    color: #333;
    
}
.values .class_box .class_val .item:nth-child(1) .right hr {
    margin-left: 0px;
    width: 100px;
    height: 3px;
    background: #009944;
    margin-top: 30px;
}
.values .class_box .class_val .item:nth-child(1) .left,
.values .class_box .class_val .item:nth-child(2) .left {
    width: 30%;
    height: 398px;
    float: none;
    margin-left:45px;
    overflow: hidden;
    border: 0px;
}

.values .class_box .class_val .item:nth-child(1) .left img,

.values .class_box .class_val .item:nth-child(2) .left img {

    width: 100%;
}

.values .class_box .class_val .item:nth-child(1) .right,

.values .class_box .class_val .item:nth-child(2) .right {
    width: 65%;
    margin-top:40px;
}

.values .class_box .class_val .item:nth-child(1) .right p,

.values .class_box .class_val .item:nth-child(2) .right p {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: justify;
    margin-top:70px;
    text-indent: 30px;
}

.values .class_box .class_val .item:nth-child(1) .right .btns_position,

.values .class_box .class_val .item:nth-child(2) .right .btns_position {

    display: block;

    margin-top:50px;

    cursor: pointer;

}

.values .class_box .class_val .item:nth-child(1) .right .btns_position span,

.values .class_box .class_val .item:nth-child(2) .right .btns_position span {

    text-align: center;

    padding: 10px 30px;

    background: #E5E5E5;

    color: #626262;

    font-size: 13px;

}

.values .class_box .class_val .item .items_titles,.values .class_box .class_val .item .items_values {

    display: inline-block;

    vertical-align: top;

}
.values .class_box .class_val .item .items_values {
    padding-left:20px;
}
.values .class_box .class_val .item .items_titles {
    width: 20%;
    border-right:1px solid #ccc;
    padding:5px 0px;
}
.values .class_box .class_val .item .items_titles p {
    width: 90%;
    border: 1px solid #ccc;
    text-align: center;
    margin:20px 0px;
}
.values .class_box .class_val .item .items_titles p {
    padding: 15px 0px;
}
.values .class_box .class_val .item .items_titles span {
    font-size: 18px;
}
.values .class_box .class_val .item .items_titles .actver_s {
    background: #009944;
    border: 1px solid #009944;
}
.values .class_box .class_val .item .items_titles .actver_s span {
    color: #fff;
    font-size: 18px;
}
.values .class_box .class_val .item .items_values .names {
    display: none;
}
.values .class_box .class_val .item .items_values .actver_v {
    display: block;
}
.values .class_box .class_val .item .items_values .names div p {
    display: inline-block;
    vertical-align: top;
}
.values .class_box .class_val .item .items_values .names div {
    padding: 20px 0px;
}
.values .class_box .class_val .item .items_values .names div p {
    padding: 10px 20px;
    min-width: 110px;
}
.values .class_box .class_val .item .items_values .names div p span {
    font-size: 13px;
    color: #999;
    display: block;
}
.values .class_box .class_val .item .items_values .names div p span:nth-child(1) {
    font-size: 20px;
    color: #B35E00;
}
.values .class_box .class_val .sfess {
    text-align: left;
}
.values .class_box .class_val .sfess .item_nameser {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 25px 20px;
    position: relative;
}
.values .class_box .class_val .sfess .item_nameser .nametitle {
    text-align: center;
    background: #EAEAEA;
    padding: 18px 0px;
}
.values .class_box .class_val .sfess .item_nameser .nametitle p {
    display: inline-block;
    color: #000;
    font-size: 18px;
    line-height: 35px;
}
.values .class_box .class_val .sfess .item_nameser .nametitle span {
    display: inline-block;
    color: #000;
    float: right;
    margin-right:10px;
    font-size: 20px;
}
.values .class_box .class_val .sfess .item_nameser .titrle_val {
    background: #fff;
    box-shadow:0px 0px 15px 1px #ccc;
    padding: 20px 20px;
    display: none;
}
.values .class_box .class_val .sfess .item_nameser .titrle_val p {
    text-align: left;
    font-size:15px;
    color: #666;
    line-height: 25px;
}
.values .class_box .class_val .item .buben {
    display: block;
    padding: 10px 0px;
    margin-top:10px;
}
.values .class_box .class_val .item .buben .buben_title span:nth-child(1) {
    font-size: 20px;
    color: #000;
}
.values .class_box .class_val .item .buben .buben_title span:nth-child(2) {
    font-size: 14px;
    color: #9B9B9B;
    margin-left:10px;
}
.values .class_box .class_val .item .buben .bunen_titme {
    margin: 10px 0px;
}
.values .class_box .class_val .item .buben .bunen_titme p {
    display: inline-block;
    vertical-align: top;
    background: #EAEAEA;
    color: #000;
    width: 31.3%;
    font-size: 18px;
    text-align: center;
    padding: 30px 0px;
    margin:10px 10px;
}
.values .class_box .class_val .item:nth-child(5) .lists {

    margin-bottom:15px;

    width: 100%;

}

.values .class_box .class_val .item:nth-child(5) .lists div {

    display: inline-block;

    vertical-align: top;

}

.values .class_box .class_val .item:nth-child(5) .lists  div:nth-child(1) {

    width: 20%;

}

.values .class_box .class_val .item:nth-child(5) .lists div:nth-child(1) img {

    width: 100%;

    height: 150px;

}

.values .class_box .class_val .item:nth-child(5) .lists div:nth-child(2) {

    width: 68%;

    margin-left:20px;

    margin-top:20px;

}

.values .class_box .class_val .item:nth-child(5) .lists div:nth-child(2) p {

    line-height: 30px;

    overflow : hidden;

    text-overflow: ellipsis;

    display:-webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    font-size: 15px;

}

.values .class_box .class_val .item:nth-child(6) .beg_ry,

.values .class_box .class_val .item:nth-child(6) .mis_box {

    display: inline-block;

    vertical-align: top;

}

.values .class_box .class_val .item:nth-child(6) .beg_ry {

    width: 30%;

}

.values .class_box .class_val .item:nth-child(6) .beg_ry img {

    width: 100%;

}

.values .class_box .class_val .item:nth-child(6) .mis_box {

    width: 68%;

    margin-left:20px;

}

.values .class_box .class_val .item:nth-child(6) .mis_box img {

    width: 260px;

    height: 200px;

    margin: 5px;

}
.event_list li p span {
    font-size: 13px;
}
/* ==================================================================================== */

.foolt {

    width: 100%;

    background: #343434;

    margin-top:30px;

}

.foolt .foolt_box {

    width: 65%;

    margin: 0 auto;

    padding: 30px 0px;

}

.foolt .foolt_box .wom,.foolt .foolt_box .dizhi,.foolt .foolt_box .erweima {

    display: inline-block;

    vertical-align: top;

    width: 32%;

}

.foolt .foolt_box .wom .wom_list,.foolt .foolt_box .wom .wom_lists {

    display: inline-block;

    vertical-align: top;

    width: 40%;

}

.foolt .foolt_box .wom .wom_lists {

    margin-left:20px;

}

.foolt .foolt_box .wom .wom_list h3,.foolt .foolt_box .wom .wom_lists h3 {

    font-size: 20px;

    color: #fff;

    font-weight: bold;

    border-bottom:2px solid #fff ;

    text-align: center;

    padding: 5px 0px;

}

.foolt .foolt_box .wom .wom_list p,.foolt .foolt_box .wom .wom_lists p {

    color:  #fff;

    text-align: center;

    margin: 10px 0px;

}

.foolt .foolt_box .dizhi p {

    margin:15px 0px;

}

.foolt .foolt_box .dizhi p span {

    color: #fff;

    margin-left:10px ;

}

.foolt .foolt_box .erweima .item {

    display: inline-block;

    vertical-align: top;

    width: 45%;

}

.foolt .foolt_box .erweima .item:nth-child(2) {

    margin-left:20px ;

}

.foolt .foolt_box .erweima .item img {

    width: 100%;

}

.foolt  .over {

    width: 100%;

    background:#2A2A2A ;

    text-align: center;

}

.foolt .over p {

    color: #fff;

    padding: 10px 0px;

}