@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}


.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick-dots li button {
    font-size: 0px;
    color: #ffffff;
}

.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url("https://www.easyjquerygallery.com/images/banner-dots.png") no-repeat;
    background-position: center center;
    margin: 0 6px;
}

.banner .slick-dots .slick-active {

    background: url("https://www.easyjquerygallery.com/images/banner-dots-active.png") no-repeat;
}




/* index */
.s1-banner ul li {
    position: relative;
}

.s1-banner ul li a {
    padding: 40px 10%;
    text-align: center;
}

.s1-banner ul li a img {
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.s1-banner ul li a p {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}


.icon img:nth-child(1) {
    display: block;
}

.icon img:nth-child(2) {
    display: none;
}

.s1-banner ul li:hover p {
    color: #fff;
    font-weight: 600;
}

.s1-banner ul li:hover::after {
    display: block;
    opacity: 0.8;
}

.s1-banner ul li:hover .icon img:nth-child(1) {
    display: none;
}

.s1-banner ul li:hover .icon img:nth-child(2) {
    display: block;
}

.s1-banner ul li:last-child a {
    border-right: transparent;
}

.s1-banner ul li:nth-child(1) {
    border-bottom: 8px solid #f58c00;
}

.s1-banner ul li:nth-child(1):hover {
    background-color: #f58c00;
}

.s1-banner ul li:nth-child(2) {
    border-bottom: 8px solid #f65344;
}

.s1-banner ul li:nth-child(2):hover {
    background-color: #f65344;
}

.s1-banner ul li:nth-child(2)::after {
    border-left: 8px solid #f65344;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f65344;
    border-top: 10px solid transparent;
}

.s1-banner ul li:nth-child(3) {
    border-bottom: 8px solid #9a59b5;
}

.s1-banner ul li:nth-child(3):hover {
    background-color: #9a59b5;
}

.s1-banner ul li:nth-child(3)::after {
    border-left: 8px solid #9a59b5;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #9a59b5;
    border-top: 10px solid transparent;
}

.s1-banner ul li:nth-child(4) {
    border-bottom: 8px solid #c12c20;
}

.s1-banner ul li:nth-child(4):hover {
    background-color: #c12c20;
}

.s1-banner ul li:nth-child(4)::after {
    border-left: 8px solid #c12c20;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #c12c20;
    border-top: 10px solid transparent;
}

.s1-banner ul li:nth-child(5) {
    border-bottom: 8px solid #3598db;
}

.s1-banner ul li:nth-child(5):hover {
    background-color: #3598db;
}

.s1-banner ul li:nth-child(5)::after {
    border-left: 8px solid #3598db;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #3598db;
    border-top: 10px solid transparent;
}

.s1-banner ul li:nth-child(6) {
    border-bottom: 8px solid #0158a7;
}

.s1-banner ul li:nth-child(6):hover {
    background-color: #0158a7;
}

.s1-banner ul li:nth-child(6)::after {
    border-left: 8px solid #0158a7;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #0158a7;
    border-top: 10px solid transparent;
}

.s1-banner ul li:nth-child(7) {
    border-bottom: 8px solid #1bbc9b;
}

.s1-banner ul li:nth-child(7):hover {
    background-color: #1bbc9b;
}

.s1-banner ul li:nth-child(7)::after {
    border-left: 8px solid #1bbc9b;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #1bbc9b;
    border-top: 10px solid transparent;
}

.s1-banner ul li::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid #f58c00;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f58c00;
    border-top: 10px solid transparent;
    right: 0;
    top: 0;
    transform: translateX(99%);
    display: none;
}

.s1 {
    margin-top: -20px;
    position: relative;
    z-index: 99;
}

.s1-banner .slick-list {
    overflow: visible;
}

.s1-banner ul li a {
    position: relative;
}

.s1-banner ul li a::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: url("https://www.easyjquerygallery.com/images/s1-quan.png") no-repeat;
    background-size: 90%;
    background-position: center center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.s1-banner ul li a:hover:before {
    display: block;
}

.s1-banner ul li a:hover::after {
    visibility: hidden;
}

.s1-banner ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 140px;
    border: dashed 1px #e5e5e5;
}

.s1-banner ul li:nth-child(7) a::after {
    content: none;
}

/* s2 */
.s2 {
    padding: 80px 0;
    background: url("https://www.easyjquerygallery.com/images/s1-bj.jpg") no-repeat;
}

.s2-tit h3 {
    font-size: 36px;
    color: #0158a7;
}

.s2-tit p {
    font-size: 18px;
    color: #999999;
}

.s2-tit {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.s2-more {
    position: absolute;
    padding: 0 20px;
    border-radius: 17px;
    border: solid 1px #0158a7;
    right: 0;
    bottom: 10px;
}

.s2-more a {
    font-size: 14px;
    color: #0158a7;
    line-height: 35px;

}

.s2-more a:hover {
    color: #f58c00;
}



.s2-banner ul li a {
    position: relative;
}

.banner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px;
    z-index: 2;

}

.banner-info p {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.s2-banner ul li a::after {
    content: '';
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("https://www.easyjquerygallery.com/images/s1-zzc.png") no-repeat;
    background-size: cover;
    z-index: 1;
}

.s2-banner {
    width: 670px;
    float: left;
    margin-right: 4%;
}

.s2-list {
    overflow: hidden;
}

.s2-list ul li p {
    font-size: 16px;
    line-height: 52px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
    background: url("https://www.easyjquerygallery.com/images/s2-list-dots.png") no-repeat;
    background-position: left center;
}

.s2-list ul li p:hover {
    color: #0158a7;
}

.s2-list ul li span {
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #999999;
}

.s2-list ul li {
    border-top: 1px dashed #e5e5e5;
}


.s2-list ul li:first-child {
    border-top: none;
}

.s2-banner .slick-dots {
    text-align: right;
    bottom: 20px;
    right: 20px;
}

.s2-banner .slick-dots li {
    width: 10px;
    height: 10px;
    border: solid 1px #ffffff;
    border-radius: 50%;
}

.s2-banner .slick-dots .slick-active {
    background-color: #fff;
}


/* s3 */
.s3 {
    padding: 80px 0;
}

.s3 .pic {
    padding-top: 0;
    width: 350px;
    height: 240px;

}

.s3-t .pic {
    float: left;
}
.s3-t .pic img
{
   /* max-height: 240px; */
}

.s3-b .pic {
    float: right;
}

.s3 {
    font-size: 0;
}

.s3-tx {
    overflow: hidden;
}

.s3-l {
    float: left;
    width: 50%;
}

.s3-r {
    float: left;
    width: 50%;
}

.s3-tx {
    padding: 40px 30px;
    background-color: #f4faff;
}

.s3-tx h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
    line-height: 25px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}


.s3-tx p {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;

}

.s3-tx span {
    float: right;
    height: 7px;
    display: block;
    width: 100%;
    background: url("https://www.easyjquerygallery.com/images/s3-arrow.png") no-repeat;
    background-position: right center;
    margin-top: 38px;
}



.s3-c ul li a:hover h3 {
    color: #fff;
}

.s3-c ul li a:hover p {
    color: #fff;
    opacity: 0.9;
}

.s3-c ul li a:hover span {
    background: url("https://www.easyjquerygallery.com/images/s3-arrow2.png") no-repeat;
    background-position: right center;
}

.s3-c ul li a:hover .s3-tx {
    background-color: #0158a7;
}

.s3-c ul li a:hover img {
    transform: scale(1.05);
}

.s3-c ul li a:hover .t-pic::before {
    border-right: 15px solid #0158a7;
}

.s3-c ul li a:hover .b-pic::before {
    border-left: 15px solid #0158a7;
}

.s3-t .pic::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #f4faff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 9;
}

.s3-b .pic::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #f4faff;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9;
}

/* s4 */
.s4 {
    padding: 80px 0;
    background-color: rgba(238, 238, 238, .4);
}

.s4-r {
    float: right;
}


.s4-r .pic {
    width: 672px;
    border-radius: 0px 45px 0px 0;
}

.s4-r ul li {
    display: none;
}

.s4-r ul li.on {
    display: block;
}

.s4-r .pic video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.s4-l {
    padding: 45px;
    background: url("https://www.easyjquerygallery.com/images/s4-banner-bj.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    box-shadow: -2px 2px 7px 0px rgba(0, 0, 0, 0.1);
}

.s4-tx ul li h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    line-height: 30px;
    border-left: 6px solid #0158a7;
    margin-bottom: 25px;
    padding-left: 20px;
}

.s4-tx ul li p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 30px;
    min-height: 144px;
}

.s4-tx ul li {
    display: none;
}

.s4-tx ul li.on {
    display: block;
}



.s4-b ul li {
    float: left;
    width: 29.33%;
    border: solid 1px #eeeeee;
    cursor: pointer;
    text-align: center;
    margin: 0 4% 20px 0;
}

.s4-b ul li:nth-child(3) {
    margin-right: 0;
}

.s4-b ul li img {
    margin-right: 10px;
    vertical-align: -3px;
}

.s4-b b {
    line-height: 60px;
    font-size: 16px;
    color: #999999;
    display: inline-block;
}

.s4-b ul li.on {
    border-color: rgba(1, 88, 167, .6);
}

.s4-b ul li.on b {
    color: #0158a7;
}

.s4-b ul li.on img:nth-child(1) {
    display: none;
}

.s4-b ul li.on img:nth-child(2) {
    display: inline-block;
}

.s4-b ul li img:nth-child(1) {
    display: inline-block;
}

.s4-b ul li img:nth-child(2) {
    display: none;
}

.s4-more a.on {
    display: block;
}
.s4-more{
    margin-top: 10px;
}
.s4-more a {
    text-align: center;
    display: none;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #f58c00;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.s4-more a img {
    vertical-align: -2px;
    transition: all 0.3s;

}

.s4-more a:hover img {
    transform: translateX(10px);
}

.video-img{
    width: 52px;
    height: 52px;
    background: url("https://www.easyjquerygallery.com/images/icon-play.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
/* video::-webkit-media-controls-enclosure {
    display: none;
} */





/* s5 */
.s5 {
    padding: 80px 0;
    background: url("https://www.easyjquerygallery.com/images/s5-bj.jpg") no-repeat;
    background-size: 100% 60%;
}

.s5-tit h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
}

.s5-tit {
    text-align: center;
    margin-bottom: 50px;
}

.s5-tit span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    opacity: 0.4;
    margin-bottom: 40px;
}

.s5-tit p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    max-width: 993px;
    margin: 0 auto;
    opacity: 0.9;
}

.s5-info h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 15px;
}

.s5-info p {
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    position: relative;
}

.s5-info p::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 1px;
    background-color: #ffffff;
    left: 232px;
    top: 13px;
}

.s5-info {
    margin-bottom: 55px;
}

.s5-list ul li {
    float: left;
    width: 33.33%;
}

.s5-list ul li a .pic {
    padding-top: 0;
    width: 50%;
    height: 176px;

}

.pic-l .pic {
    float: left;
}

.pic-r .pic {
    float: right;
}

.s5-tx {
    overflow: hidden;
    padding: 32px 22px;
    background-color: #fff;
}

.s5-tx h3 {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    padding: 0 20px;
    background-color: #0158a7;
    border-radius: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.s5-tx p {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999999;
    margin-bottom: 20px;
}

.s5-list ul li:hover h3 {
    background-color: #f58c00;
}

.s6 {
    padding: 80px 0;
    background: url("https://www.easyjquerygallery.com/images/s6-bj.jpg") no-repeat;
    background-size: cover;
}


/* 校园风光 */


.group-big li a {
    display: block;
    padding: 10px;
}

.group-big li a .pic {
    padding-top: 42.5%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-big li a .pic video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #202020;
    object-fit: cover;
}



.group-sml li.slick-current.slick-active a .pic::after {
    opacity: 0.7;
}

.group-sml li a {
    padding: 10px;
}

.group-sml li a .pic {
    padding-top: 60%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-sml li a .pic::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("https://www.easyjquerygallery.com/images/s6-zzc.png") no-repeat;
    background-size: cover;
}

.group-sml li a:hover .pic::after {
    opacity: 0.7;
}

.group-sml .slick-dots {
    font-size: 0;
    bottom: -30px;
}

.group-sml .slick-dots li {
    width: 60px;
    height: 5px;
    background-color: #eeeeee;
    border-radius: 3px;
    margin: 0;

}

.group-sml .slick-dots li.slick-active {
    width: 60px;
    height: 5px;
    background-color: #f58c00;

}










@media screen and (max-width:1400px) {


    .nav>ul>li>a {
        font-size: 16px;
    }
    .s3-l {
        float: none;
        width: auto;
    }

    .s3-r {
        float: none;
        width: auto;
    }

    .s3-b .pic {
        float: left;
    }

    .s3-c li {
        margin-bottom: 20px;
    }

    .s3-l .s3-b .pic::before,
    .s3-l .s3-t .pic::before,
    .s3-r .s3-t .pic::before,
    .s3-r .s3-b .pic::before {
        content: none;
    }

    .s4-r{
        float: none;
        width: auto;
        
    }
    .s4-r .pic{
        width: auto;
        height: auto;

    }
    .s5-list ul li{
        width: 50%;
        padding: 10px;
    }
    .pic-r .pic{
        float: left;
    }
    .s5-list ul li a .pic{
        width: 234px;
    }
    .s5-tit h2{
        font-size: 40px;
    }
    .s5{
        background-size: 100% 100%;
    }
}

@media screen and (max-width:1024px) {

   
    .s1-banner ul li a{
        padding: 60px 8% 16px 8%;
    }
    .s1-banner ul li a::after{
        height: 115px;
    }
    .s1-banner ul li a p{
        font-size: 16px;

.s1-banner ul li a img {
    margin: 0 auto;
    width: 30px;
    height: 30px;
}

    }
    .banner .slick-dots {
        bottom: 20px;
    }
    .s2,.s3,.s4,.s5,.s6{
        padding: 50px 0;
    }
    .s2-tit h3{
        font-size: 30px;
    }
    .s2-tit p{
        font-size: 16px;
    }

    .s2-banner{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .s4-l{
        padding: 40px;
    }
    .s4-tx ul li h3{
        font-size: 20px;
    }
    .s4-tx ul li p{
        font-size: 15px;
    }
    .s4-more a{
        font-size: 13px;
    }
    .s4-more a img{
        width: 15px;
        height: 10px;
        vertical-align: 0px;
    }
    .s5-tit h2{
        font-size: 36px;
    }
    .s5-info h3{
        font-size: 28px;
    }
    .s1-banner .slick-list{
        overflow: hidden;
    }
    .s1-banner ul li a::before{
        content: none;
    }
}


@media screen and (max-width:900px){
.s1-banner ul li a img{width: 30px;height: 30px;}
    .s5-list ul li{
        float: none;
        width: auto;
    }
    .s5-list ul li a .pic{
        height: 241px;
    }
    .s5-tit h2{
        font-size: 30px;
    }
    .s5-info h3{
        font-size: 26px;
    }
    .s5-tit span{
        font-size: 16px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width:768px){
    .s5-tit h2{
        font-size: 26px;
    }
    .s5-info h3{
        font-size: 22px;
    }
    .s5-tit p{
        font-size: 15px;
    }
    .s2-tit{
        margin-bottom: 20px;
    }
    .banner .slick-dots {
        bottom: 15px;
    }
    .banner .slick-dots li{
        width: 25px;
        height: 25px;

    }
    .banner .slick-dots .slick-active{
        background-size: cover;
    }
    .s2,.s3,.s4,.s5,.s6{
        padding: 30px 0;
    }
    .s2-tit h3{
        font-size: 24px;
    }
    .s2-tit p{
        font-size: 14px;
    }
    .s2-more a{
        font-size: 13px;
        line-height: 24px;
    }
    .s2-more{
        padding: 0 15px;
    }
    .s2-more img{
        width: 8px;
        height: 10px;
    }

    .s3-tx h3{
        font-size: 15px;
    }
    .s3-tx p{
        font-size: 14px;
    }
    .s3-tx{
        padding: 30px 20px;
    }
    .s3 .pic{
        width: 320px;
        height: 220px;
    }
    .s4-l{
        padding: 30px 20px;
    }
    .s5-info p{
        font-size: 16px;
    }
    .s5-info{
        margin-bottom: 20px;
    }
    .s5-tit{
        margin-bottom: 30px;
    }
    .group-sml .slick-dots {
        bottom: -15px;
    }
}

@media screen and (max-width:600px){
    .s3 .pic {
        width: 260px;
        height: 190px;
    }
    .s3-tx{
        padding: 20px;
    }
    .s3-tx span{
        margin-top: 28px;
    }
    .s4-b ul li{
        float: none;
        display: inline-block;
        width: auto;
        padding: 0 20px;
        text-align: center;

    }
    .s4-b{
        text-align: center;
    }
    .s5-info p::after{
        width: 50%;
        left: 100px;
    }
}
@media screen and (max-width:480px){
    .s5-tit h2{
        font-size: 24px;
    }
    .s5-info h3{
        font-size: 20px;
    }
    .s5-tit p{
        font-size: 15px;
        line-height: 26px;
    }
    .s5-info p{
        font-size: 14px;
    }
    .s5-list ul li a .pic{
        float: none;
        width: auto;
        height: auto;
        padding-top: 100%;
    }
    .s5-tx{
        padding: 20px;
    }
    .s5-tx p{
        margin-bottom: 0;
    }
    .s4-tx ul li h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .s4-more a{
        font-size: 12px;
        width: 110px;
    }
    
    .s4-b ul li{
        padding: 0 15px;
    }
    .s4-b b{
        font-size: 14px;
        line-height: 50px;
    }
    .s3 .pic{
        float: none;
        width: auto;
        height: auto;
        padding-top: 68%;
    }
    .s3-tx h3{
        margin-bottom: 10px;
    }
    .s2,.s3,.s4,.s5,.s6{
        padding: 25px 0;
    }
    .s2-tit h3{
        font-size: 22px;
    }
    .s2-tit p{
        font-size: 13px;
    }
    .s2-more a{
        font-size: 12px;
        line-height: 22px;
    }
    .s2-more{
        padding: 0 10px;
    }



}