@charset "utf-8";

.banner a{
    display: block;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}
.banner ul{
    bottom: 30px;
}
.banner ul>li{
    width: 12px;
    height: 12px;
    margin-left: 28px;
    background: #fff;
    border-radius: 50%;
    transition: all .3s;
}
.banner ul>li:first-child{
    margin-left: 0;
}
.banner ul>li.slick-active{
    background: #1079e2;
}
.banner ul button{
    display: none;
}
.tit {
    position: relative;
    margin-bottom: 30px;
}
.tit h4{
    font-size: 24px;
    line-height: 30px;
    color: #1079e2;
}
.tit .mores{
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.s1-l{
    float: left;
    width: 590px;
}
.s1-banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s1-banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
    background: linear-gradient(transparent 75%,rgba(0,0,0,.8));
}
.s1-banner a .pic{
    overflow: hidden;
}
.s1-banner a img {
    display: block;
    width: 100%;
}
.s1-banner a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding-left: 25px;
    padding-right: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 99;
}
.s1-banner>button{
    position: absolute;
    top: 50%;
    width: 54px;
    height: 80px;
    z-index: 99;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    cursor: pointer;
}
.s1-banner .slick-prev{
    left: 0;
    background-image: url("/jzgc/images/arrows-l.png");
}
.s1-banner .slick-next{
    right: 0;
    background-image: url("/jzgc/images/arrows-r.png");
}
.s1-banner ul{
    width: auto;
    right: 25px;
    bottom: 22px;
}
.s1-banner ul li{
    font-size: 18px;
    color: #fff;
    display: none;
}
.s1-banner ul li span{
    font-size: 28px;
    font-weight: 600;
}
.s1-banner ul li.slick-active{
    display: block;
}
.s1-r{
    overflow: hidden;
    padding-left: 20px;
}
.s1-r ul{
    overflow: hidden;
}
.s1-r ul>li{
    float: left;
    width: 285px;
    margin-bottom: 22px;
}

.s1-r ul>li:nth-child(even){
    margin-left: 20px;
}
.s1-r ul>li>a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s1-r ul>li>a img{
    display: block;
    width: 100%;
}
.s1-r ul>li>a .pic-info{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 32px;
    background: rgba(255, 255, 255, 0.85);
    transition: all .3s;

}
.pic-info p{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
}
.pic-info span{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    margin-top: 23px;
}
.s1-r ul>li:hover>a .pic-info{
   top: 100%;
}
.section1{
    padding-top: 40px;
    padding-bottom: 36px;
    background: url("/jzgc/images/section1.jpg") no-repeat center center;
}

.s2-list>ul{
    overflow: hidden;
}
.s2-list>ul>li{
    float: left;
    width: 386px;
    padding: 33px 20px;
    background: #f0f8ff;
    margin-bottom: 40px;
    border-radius: 10px;
    transition: all .3s;
}
.s2-list>ul>li:nth-child(3n+2){
    margin-left: 21px;
    margin-right: 21px;
}
.s2-list>ul>li>a{
    display: block;
    overflow: hidden;
}
.s2-list>ul>li .tm {
    width: 95px;
    float: left;
    padding: 5px 0;
    border-right: 1px solid #999999;
}
.s2-list>ul>li .tm span{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-family: 'ÐÂËÎÌå';
}
.s2-list>ul>li .tm span:first-child{
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all .3s;
}
.s2-list>ul>li .s2-info{
    overflow: hidden;
    padding-left: 20px;
}
.s2-info p{
    display: -webkit-box;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 64px;
    transition: all .3s;
}
.s2-list>ul>li:hover{
    background: #1079e2;
}
.s2-list>ul>li:hover .tm span,.s2-list>ul>li:hover p{
    color: #fff;
}

.section2{
    padding-top: 33px;
    padding-bottom: 11px;
}
.section3 ul>li{
    float: left;
    width: 300px;
    height: 300px;
}
.section3 ul>li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.section3 ul>li a>img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.section3 ul>li.l-li{
    width: 600px;
    padding-top: 100px;
}
.section3 ul>li.h-li2{
    height: 400px;
}
.section3 ul>li p{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}
.section3 ul>li .pic img{
    display: block;
    margin: auto;
    transition: all .3s;
}
.section3 ul>li:nth-child(3)>a{
    height: 200px;
    margin-top: 100px;
    background: #ff9801;
}
.section3 ul>li:nth-child(3) img{
    width: 50px;
    height: 54px;
}
.section3 ul>li:nth-child(4)>a{
    background:#9496a3 ;
    height: 300px;
}
.section3 ul>li .pic{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    width: 100px;
    transform: translateY(-50%);

}

.section3 ul>li .jx a{
    height: 200px;
    background: #497fae;
}
.section3 ul>li .fc a{
    height: 200px;
    background: #55bc73;
}
.section3 ul>li:nth-child(7)>a{
    height: 200px;
    background: #d94748;
}

.section3 ul>li:hover>a>img{
    transform: scale(1.1);
}
.section3 ul>li:hover>a>.pic img{
    transform: rotateY(180deg);
}
.section3 ul>li .jx:hover img,.section3 ul>li .fc:hover img{
    transform: rotateY(180deg);
}
.section3 ul{
    overflow: hidden;
}
.section3 {
    padding-top: 52px;
    padding-bottom: 56px;
    background: url("/jzgc/images/section3.jpg") no-repeat center center;
}