@charset "utf-8";
.banner img{
    display: block;
    width: 100%;
}
.banner{
    position: relative;
}
.banner .page{
    font-size: 0;
    bottom: 60px;
}
.banner .page span{
    width: 8px;
    height: 8px;
    margin: 0 7px;
    background: #fff no-repeat 50%;
    opacity: 1;
    vertical-align: middle;
}
.banner .page span.active{
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-image: url("../images/dots.png");
}

.banner .btn{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.banner .prev{
    left: 141px;
    background-image: url("../images/prev.png");
}
.banner .next{
    right: 141px;
    background-image: url("../images/next.png");
}




.list_box1{
    position: relative;
    z-index: 3;
    margin-top: -20px;
    background: #aeb40b;
    margin-bottom: 130px;
}
.list_box1 ul{
    display: flex;
    justify-content: space-between;
}
.list_box1 li{
    width: calc(100% / 4);
    position: relative;
    z-index: 2;
}
.list_box1 li a{
    display: block;
    padding-top: 28px;
    padding-bottom: 24px;
}

.list_box1 li img{
    display: block;
    width: auto;
    margin: 0 auto;
    transition: .5s;
}
.list_box1 li h4{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 6px;
}
.list_box1 li:hover img{
    transform: rotateY(180deg);
}
.title001{
    position: relative;
    font-size: 0;
}
.title001 .ll img{
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}
.title001 .ll h3{
    font-size: 36px;
    color: #010101;
    line-height: 42px;
    display: inline-block;
    vertical-align: middle;
}
.title001 a{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 91px;
    border: 1px solid #aeb40b;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #aeb40b;
    transition: .5s;
}

.title001 a:hover{
    color: #fff;
    background: #aeb40b;
}

.home1 .left{
    width: 618px;
}

.list_box2 li a{
    display: block;
    position: relative;
    background: #fff;
    padding: 48px 70px 20px 19px;
}
.list_box2 li h3{
    font-size: 17px;
    line-height: 23px;
    color: #1c1c1c;
    height: 44px;
    /* font-weight: 600; */
}
.list_box2 li span{
    position: absolute;
    left: 19px;
    top: -6px;
    min-width: 46px;
    font-size: 12px;
    line-height: 43px;
    background: #aeb40b;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;
}
.list_box2 li *{
    transition: .5s;
}
.list_box2 li:hover a{
    background: #aeb40b;
}
.list_box2 li:hover h3{
    color: #fff;
}
.list_box2 li:hover span{
    background: #e0e64a;
    color: #aeb40b;
}
.list_box2 li{
    margin-top: 21px;
}
.list_box2 li:first-child{
    margin-top: 0;
}

.home1 .right{
    width: 618px;
}

.home1 .title001{
    margin-bottom: 56px;
}

.home1{
    padding-bottom: 35px;
    background: url("../images/home1.jpg") no-repeat bottom center;
    background-size: cover;
}

.home2 .left{
    width: 618px;
}

.list_box3 a{
    display: block;
    overflow: hidden;
}
.list_box3 a .time{
    float: left;
    width: 75px;
    background: #aeb40b;
    color: #fff;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 5px;
}
.list_box3 a .time span{
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 3px;
}
.list_box3 a .time em{
    display: block;
    font-size: 12px;
    line-height: 1;
}
.list_box3 a .txt{
    overflow: hidden;
    padding-left: 30px;
}
.list_box3 a .txt h3{
    font-size: 17px;
    line-height: 54px;
    color: #000000;
    transition: .5s;
    /* font-weight: 300; */
}

.list_box3 li{
    margin-top: 34px;
}
.list_box3 li:first-child{
    margin-top: 0;
}
.list_box3 li:hover a .txt h3{
    color: #aeb40b;
}

.home2 .title001{
    margin-bottom: 53px;
}

.home2 {
    padding-top: 30px;
    padding-bottom: 119px;
    background: url("../images/home2.jpg") no-repeat bottom center;
    background-size: cover;
}