.j-banner{
    width: 100%;
    height: 388px;
    background: url("../img/a_banner.png") no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.j-banner-son h3{
    color: #ffffff;
    font-size: 36px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.j-banner-son h3:before{
    content: '';
    position: absolute;
    width: 37px;
    height: 2px;
    background: #fff;
    left: -40px;
    top:50%;
    margin-top: -1px;
    z-index: 4;
}
.j-banner-son h3:after{
    content: '';
    position: absolute;
    width: 37px;
    height: 2px;
    background: #fff;
    right: -40px;
    top:50%;
    margin-top: -1px;
    z-index: 4;
}
.j-banner-son h4{
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}
.j-tab{
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.j-tab span{
    color: #333333;
    font-size: 16px;
    display: block;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0px 20px;
    cursor: pointer;
}
.j-tab span.on{
    background: #28ba0b;
    color: #fff;
}
.about-one{
    background: #fafafa;
    padding: 60px 0;
    border-bottom: 1px solid #e6e6e6;
}
.about-title{
    text-align: center;
}
.about-title h4{
    color: #333333;
    font-size: 30px;
}
.about-title h3{
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
}
.about-one-text{
    margin: 40px 0;
    color: #333333;
    font-size: 14px;
    line-height: 26px;
}
.about-one-bt{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-one-img{
    width: 470px;
    height: 239px;
}
.about-one-img img{
    width: 100%;
    height: 100%;
}
.about-right{
    width:580px;
    margin-left: 80px;
}
.about-right h3{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.about-right h3:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 6px;
    height: 20px;
    background: #28ba0b;
}
.about-one-list{
    margin-top: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-one-list li{
    color: #333333;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
    width: 50%;
    margin-top: 10px;
}
.about-one-list li:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -3px;
    z-index: 2;
}
.about-two{
    padding: 55px 0;
}
.about-two-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 60px;
}
.about-two-list li{
    width:346px;
    height: 400px;
    border-radius: 4px;
    position: relative;
}
.about-two-list li img{
    width:100%;
    height: 100%;
}
.about-two-cover{
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 25%;
    z-index: 3;
    color: #ffffff;
}
.about-two-cover h3{
    font-size: 20px;
    font-weight: bold;
}
.about-cover-text{
    width: 80%;
    margin: 20px auto 0;
    font-size: 16px;
}
.about-three-list{
    margin-top: 44px;
    display: flex;
    justify-content: space-around;
}
.about-three-list li{
    width: 26%;
    text-align: center;
}
.about-three-img{
    width: 103px;
    height: 103px;
    background: url("../img/a_ico1.png") no-repeat center;
    background-size: auto;
    border-radius: 50%;
    margin: 0px auto;
    border:1px solid #dadada;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
.about-three-name{
    color: #333333;
    font-size: 18px;
    margin: 15px 0;
}
.about-three-text{
    color: #666666;
    font-size: 14px;
}
.about-three-list li:nth-child(2) .about-three-img{
    background: url("../img/a_ico2.png") no-repeat center;
}
.about-three-list li:nth-child(3) .about-three-img{
    background: url("../img/a_ico3.png") no-repeat center;
}
.about-three-list li:hover .about-three-img{
    background:#28ba0b url("../img/a_ico1_on.png") no-repeat center;
    border-color: #28ba0b;
}
.about-three-list li:nth-child(2):hover .about-three-img{
    background:#28ba0b url("../img/a_ico2_on.png") no-repeat center;
    border-color: #28ba0b;
}
.about-three-list li:nth-child(3):hover .about-three-img{
    background:#28ba0b url("../img/a_ico3_on.png") no-repeat center;
    border-color: #28ba0b;
}
.about-team{
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 50px 0;
}
.team-list{
    width: 100%;
    height: 448px;
    margin-top: 60px;
}
.team-list-item{
    margin: 0 auto;
    width: 215px;
}

.team-list-img{
    width: 100%;
    height: 287px;
    border:1px solid #dfdedf;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}
.team-list-img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.team-list-name{
    color: #333333;
    font-size: 16px;
    margin-top: 5px;
}
.team-list-cover{
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top:0;
    background: rgba(63,181,44,.9);
    z-index: 3;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.cover-son{
    padding-bottom: 20px;
}
.cover-son dd{
    margin-bottom: 5px;
}
.team-list li:hover .team-list-cover{
    opacity: 1;
}
.about-event{
    padding: 50px 0;
}
.slick-slider { position: relative;width: 100%;height:100%; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; width: 100%;height: 100%; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; height: 100%; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }



.slick-dots { position: absolute; bottom: 35px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 9px; margin: 0px 15px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent;
    border:1px solid transparent; border-radius: 50%;  display: block; height: 12px; width: 12px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 0px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 2px; left: 2px; content: ""; width: 12px; height: 12px; border-radius: 50%; background: #666666; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { background: #28ba0b; }
.slick-prev,.slick-next { position: absolute;color: transparent; display: block; height: 34px; width: 39px;  cursor: pointer;
    top: 50%; margin-top: -25px; padding: 0; border: none; outline: none;
    background: url("../img/a_left1.png") no-repeat center;
    background-size: 100% 100%;
    left: 0;
}
.slick-next{
    left: auto;
    right:0px;
    background: url("../img/a_right.png") no-repeat center;
    background-size: 100% 100%;
}
.slick-prev:hover{
    background: url("../img/a_left.png") no-repeat center;
    background-size: 100% 100%;
}
.slick-next:hover{
    background: url("../img/a_right1.png") no-repeat center;
    background-size: 100% 100%;
}
.event-son{
    width: 1386px;
    height: 228px;
    margin: 30px auto 0;
}
.event-son .slick-list{
    width: 88%;
    margin: 0px auto;
}
.event-box{
    width: 100%;
    height: 100%;
    border-top:1px solid #a6a6a6;
    margin-top: 10px;
}
.event-list{
    display: flex;
    justify-content: space-between;

}
.event-list li{
    width: 193px;
    position: relative;
}
.event-list li:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top:-11px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border:1px solid #28ba0b;
    border-radius: 50%;
    z-index: 1;
}
.event-list li:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top:-6px;
    width: 10px;
    height: 10px;
    background:#28ba0b;
    border-radius: 50%;
    z-index: 2;
}
.event-date{
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
.event-img{
    width: 100%;
    border-radius: 2px;
    height: 73px;
}
.event-img img{
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.event-text{
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
}
.honor-slide{
    width: 100%;
    height: 345px;
    margin: 40px 0;
}
.honor-item{
    width: 80%;
    margin: 0px auto;
}
.honor-item-img{
    width: 100%;
    height: 198px;
}
.honor-item-img img{
    width: 100%;
    height: 100%;
}
.phone-honor-slide{
    display: none;
}
.phone-slide{
    display: none;
}
@media screen and (max-width: 1400px) {
    .event-son{
        width: 90%;
    }
    .event-son .slick-list{
        width: 98%;
    }
}
@media screen and (max-width: 1300px) {
    .about-one-img{
        width: 40%;
    }
    .about-right{
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .j-banner{
        margin-top: 83px;
        height: 274px;
    }
    .j-tab span {
        padding: 4px 4px;
    margin: 0px 2px;
    }
    .about-one{
        padding: 20px 0;
    }
    .about-one-text{
        margin:20px 0;
        padding: 10px;
    }
    .about-one-img{
        width: 90%;
        margin: 0 auto;
    }
    .about-right{
        width: 90%;
        margin: 20px auto;
    }
    .about-one-list li{
        width: 100%;
    }
    .about-two-list{
        padding: 0px 10px;
    }
    .about-two-list li{
        width: 49%;
        height: 250px;
        margin-bottom: 10px;
    }
    .about-team{
        padding: 20px 0;
    }
    .team-list{
        height: 390px;
    }
    .team-list-item{
        width: 95%;
    }
    .team-list-img{
        height: 220px;
    }

    .event-son .slick-list{
        width: 100%;
    }
    .slick-prev, .slick-next,.pc-honor-slide{
        display: none !important;
    }
    .phone-honor-slide{
        display: block;
    }
    .honor-item-img{
        height: 215px;
    }
    .honor-slide{
        height: 374px;
    }
.pc-slide{
        display: none;
    }
    .phone-slide{
        display: block;
    }
    .event-son{
        width: 95%;
    }
    .event-list li{
        width: 48%;
    }
    .event-date{
        font-size: 27px;
    }
    .about-event{
        padding: 40px 0 20px 0;
    }
}