.gg-tit {
    position: relative;
    text-align: center;
    font-size: 0;
    padding-top: 45px;
    padding-bottom: 25px;
}

.gg-tit b {
    display: inline-block;
    vertical-align: middle;
    font-size: 66px;
    color: #cc9966;
}

.gg-tit div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}

.section2 .gg-tit div {
    margin-left: 0px;
}

.gg-tit div span {
    color: #999999;
    font-size: 16px;
}

.gg-tit div p {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.section2 .gg-tit div p {
    color: #666;
}
.section2 .gg-tit div.curr p {
    color: #000;
}
.gg-tit a {
    position: absolute;
    right: 0;
    bottom: 25px;
    font-size: 14px;
    color: #999999;
}

.section1 {
    background: url(../images/s1-bj.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 60px;
}

.s1-l {
    float: left;
    width: 790px;
    margin-right: 20px;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a:hover .s1-linfo p {
    text-decoration: underline;
}

.s1-l ul li a .pic {
    padding-top: 67%;
}

.s1-linfo {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.s1-linfo p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    padding-right: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 70px;
    background: rgba(0, 0, 0, .8);
    padding-left: 15px;
}

.s1-l .slick-dots {
    bottom: 28px;
    text-align: center;
    right: 10px;
    width: auto;
    font-size: 0;
}

.s1-l .slick-dots li {
    width: 34px;
    height: 6px;
    margin-left: 5px;
    transition: all 0.3s;
    position: relative;
    background: #b3b0af;
}

.s1-l .slick-dots li button {
    display: none;
}

.s1-l .slick-dots li.slick-active {
    background: #cc9966;
}

.s1-r {
    overflow: hidden;
}

.s1-r .gg-tit {
    margin-bottom: 20px;
}

.dt-list2 li {
    position: relative;
    transition: all 0.3s;
    padding: 10px 20px 10px 0;
    transition: all 0.5s;
    margin-top: 10px;
    background: #eef7ff;
}

.dt-list2 li:first-child {
    margin-top: 0;
}

.dt-list2 li:hover {
    background: #085dab;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #fff;
}

.dt-list2 li:hover a .dt-text p {
    color: #fff;
}

.dt-list2 li:hover a .date p {
    color: rgba(255, 255, 255, .6);
}

.dt-list2 li:hover a .date span {
    color: #fff;
}

.dt-list2 li a {
    display: block;
    overflow: hidden;
}

.dt-list2 li .date {
    float: left;
    width: 100px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    color: #666666;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dt-list2 li .date p {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

.dt-list2 li .date span {
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #085dab;
}

.dt-list2 li a>.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}

.dt-list2 li a>.dt-text p {
    overflow: hidden;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
}

.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 70px;
}

.section2 .gg-tit div span {
    color: #cacaca;
}

.section2 .gg-tit a {
    color: #fff;
}

.section2 .dt-list2 li {
    background: none;
    border: 1px solid #fff;
    float: left;
    width: 32%;
    margin-top: 0;
    padding: 14px 0;
    margin-top: 20px;
}

.section2 .dt-list2 li:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}
.section2 .dt-list2 li:nth-child(5){
  margin-left: 2%;
    margin-right: 2%;
}
.section2 .dt-list2 li a {
    overflow: visible;
}

.section2 .dt-list2 li .date {
    width: 76px;
    margin-left: 29px;
    border: none;
    background: #085dab;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -30px;
}

.section2 .dt-list2 li .date p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.section2 .dt-list2 li .date span {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.section2 .dt-list2 li a>.dt-text p {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
    font-weight: 500;
}

.section2 .dt-list2 li a:hover>.dt-text p {
    color: #085dab;
}

.section-other {
    background: url(../images/s-other-bj.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
}

.section3 {
    padding-top: 60px;
}

.s3-tit {
    float: left;
    margin-right: 25px;
}

.s3-tit img {
    display: block;
}

.s3-c ul {
    overflow: hidden;
}

.s3-c ul li {
    float: left;
    width: 32%;
}

.s3-c ul li:nth-child(2)* {
    margin-left: 2%;
    margin-right: 2%;
}

.s3-c ul li a {
    display: block;
    padding: 13px;
    background: #fff;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.s3-c ul li a .pic {
    padding-top: 63.15%;
}

.s3-c ul li a p {
    text-align: center;
    font-size: 16px;
    color: #3c3c3c;
    line-height: 30px;
    padding: 15px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s3-c ul li a:hover p {
    color: #085dab;
}


/**/

.s4-c>ul li a {
    display: block;
    text-align: center;
}

.s4-c>ul li a div {
    width: 125px;
    height: 125px;
    line-height: 125px;
    border: 1px dashed #085dab;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    background: #f3f8ff;
}

.s4-c>ul li a div img {
    display: inline-block;
    vertical-align: middle;
    display: none;
    transition: all 0.6s;
}

.s4-c>ul li a div img:first-child {
    display: inline-block;
}

.s4-c>ul li a:hover div {
    transition: all 0.6s;
    transform: rotateY(380deg);
}

.s4-c>ul li a p {
    color: #085dab;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.s5-c {
    overflow: hidden;
}

.s5-c ul li {
    padding-top: 23px;
}

.s5-c ul {
    margin: 0 -5px;
}

.s5-c ul li a {
    display: block;
    position: relative;
    margin: 0 5px;
}

.s5-c ul li a .pic {
    padding-top: 72.2%;
    overflow: hidden;
}

.s5-c ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/s5-text-bj.png) no-repeat;
    background-position: center center;
    line-height: 49px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.s5-c .slick-prev,
.s5-c .slick-next {
    width: 65px;
    height: 119px;
    z-index: 9;
}

.s5-c .slick-prev {
    left: 0;
    background: url(../images/s5-l.png) no-repeat;
    background-size: 100% 100%;
}

.s5-c .slick-next {
    right: 0;
    background: url(../images/s5-r.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width:1420px) {
    .s5-c .slick-prev,
    .s5-c .slick-next {
        width: 33px;
        height: 60px;
    }
    .s5-c ul li a p {
        font-size: 16px;
        line-height: 40px;
        background-size: auto 100%;
    }
}

@media screen and (max-width:1200px) {
    .s1-l {
        width: 600px;
    }
    .dt-list2 li {
        padding: 10px 10px 10px 0;
        margin-top: 5px;
    }
    .dt-list2 li .date {
        width: 80px;
    }
    .dt-list2 li .date span {
        font-size: 26px;
        line-height: 36px;
    }
    .dt-list2 li .date p {
        font-size: 14px;
        line-height: 36px;
    }
    .section2 .dt-list2 li .date {
        margin-left: 10px;
        width: 60px;
        margin-top: -30px;
    }
    .section2 .dt-list2 li .date span {
        font-size: 20px;
        line-height: 30px;
    }
    .section2 .dt-list2 li .date p {
        font-size: 12px;
        line-height: 20px;
    }
    .section2 .dt-list2 li a>.dt-text p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .dt-list2 li a>.dt-text {
        padding-left: 10px;
    }
    .section2 .dt-list2 li {
        padding: 10px 0;
    }
    .s3-tit img {
        width: 40px;
    }
    .s4-c>ul li a div {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .s4-c>ul li a div img {
        width: 35px;
    }
  
}

@media screen and (max-width:1024px) {
    .gg-tit {
        padding-top: 30px;
    }
    .section3 {
        padding-top: 0;
    }
    .section1 {
        padding-bottom: 30px;
    }
    .gg-tit b {
        font-size: 40px;
        line-height: 40px;
    }
    .gg-tit div span {
        font-size: 12px;
        line-height: 16px;
    }
    .gg-tit div p {
        font-size: 16px;
        line-height: 24px;
    }
    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s1-r {
        margin-top: 20px;
    }
    .s1-linfo p {
        font-size: 14px;
        line-height: 40px;
        padding-right: 100px;
    }
    .s1-l .slick-dots {
        bottom: 18px;
    }
    .s1-l .slick-dots li {
        width: 17px;
        height: 3px;
        margin-left: 3px;
    }
    .s3-tit img {
        width: 30px;
    }
    .s3-c ul li a {
        padding: 5px;
        margin: 5px;
        box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    }
    .s3-c ul li {
        width: 33%;
    }
    .s3-c ul li:nth-child(2)* {
        margin-left: .5%;
        margin-right: .5%;
    }
    .s3-c ul li a p {
        padding: 10px 0;
    }
    .s4-c>ul li a p {
        font-size: 16px;
    }
  
}

@media screen and (max-width:768px) {
    .section2 .dt-list2 li,
    .s3-c ul li {
        float: left;
        width: auto;
    }
    .section2 .dt-list2 li:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
        margin: 30px 0;
    }
 .section2 .dt-list2 li:nth-child(5) {
        margin-left: 0;
        margin-right: 0;
        margin: 30px 0;
    }
    .s3-c ul li:nth-child(2)* {
        margin: 10px 0;
    }

 .section2 .gg-tit a {
    bottom: 5px;
}

}