@charset "utf-8";

.index {
    overflow: hidden;
    border-top: 5px solid #3badeb;
    border-bottom: 5px solid #3badeb;
    
}

.gg-tit1 {
    font-size: 0;
    text-align: center;
    padding-bottom: 2px;
    margin-bottom: 50px;
}

.gg-tit1 h2 {
    display: inline-block;
    border-bottom: 1px solid #aebac5;
    padding-bottom: 15px;
    line-height: 30px;
    font-size: 30px;
    color: #000000;
    position: relative;
    font-weight: normal;
}

.gg-tit1 h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 24px;
    background: #9e5d08;
    transform: translateX(-50%) translateY(50%);
}

.gg-tit1 p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    color: #376a85;
}



.gg-tit2 {
    color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;

}

.gg-tit2 h3 {
    overflow: hidden;
    position: relative;

    font-size: 0;
    font-weight: normal;
}

.gg-tit2 span {
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    display: inline-block;
    float: left;
}

.gg-tit2 a {
    position: absolute;
    right: 0;
    color: #757889;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}

.gg-tit2 a img {
    vertical-align: middle;
}

.gg-tit2 a:hover {
    color: #015290;
}

.section1 {
    padding-top: 40px;
    padding-bottom: 90px;
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.section1::before {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    background: url(../images/s1-ltext.png) no-repeat;
    background-position: center center;
    left: 60px;
}

.section1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    background: url(../images/s1-rtext.png) no-repeat;
    background-position: center center;
    right: 60px;
}

.s1-l {
    float: left;
    width: 26.5%;
}

.s1-m {
    float: left;
    width: 43%;
    margin-left: 2%;
    margin-right: 2%;
}

.s1-r {
    float: left;
    width: 26.5%;
}

.s1-list ul li {
    margin-top: 30px;
    transition: all 0.3s;
    border-bottom: 6px solid transparent;
}

.s1-list ul li:first-child {
    margin-top: 0;
}

.s1-list ul li a {
    display: block;
    background: #fff   no-repeat;
    background-position: center bottom;
    padding: 30px;
}

.s1-list ul li a h3 {
    font-size: 18px;
    color: #333;
    overflow: hidden;


    line-height: 30px;
    height: 60px;
}

.s1-list ul li a p {
    color: #8a859e;
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-indent: 2em;
    margin: 15px 0 15px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.s1-list ul li a span {
    display: block;
    font-size: 16px;
    color: #8a859e;
    background: url(../images/list-more.png) no-repeat;
    background-position: right center;
}

.s1-list ul li:hover {
    border-color: #3badeb;
}

.s1-list ul li a:hover h3 {
    color: #0369a0;
}

.s1-list ul li a:hover p {}

.s1-list ul li a:hover span {


    background-position: right center;
}




.s1-m ul li a {
    display: block;
    position: relative;
}

.s1-m ul li a:hover .s1-minfo h3 {
    text-decoration: underline;
}

.s1-m ul li a .pic {
    padding-top: 0;
    height: 408px;
}

.s1-m ul li a .pic img {
    object-fit: cover;
}

.s1-minfo {
    background: url(../images/s1-mlisbj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 9;

    padding: 20px 30px 35px 20px;
}

.s1-minfo h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.s1-minfo p {
    font-size: 14px;
    line-height: 27px;
    height: 52px;
    overflow: hidden;
    text-indent: 2em;
    color: #fff;
    margin-top: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s1-m .slick-dots {
    bottom: 170px;
    text-align: center;

    right: 0;
    font-size: 0;
}

.s1-m .slick-dots li {
    width: 9px;
    height: 9px;

    border-radius: 5px;
    margin: 0 5px;
    background: #fff;
}

.s1-m .slick-dots li.slick-active {
    background: #9e5d08;
    width: 30px;
}


.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 20px 0 40px 0;
    position: relative;
    overflow: hidden;
}

.section2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 40px;
    background: rgba(255, 255, 255, .5);
}

.s2-l {
    float: left;
    width: 45%;
}

.s2-r {
    float: right;
    width: 45%;
}




.s2-lul1 li {
    padding-top: 14px;
    padding-bottom: 13px;

}

.s2-lul1 li:first-child {
    border-top: none;
}

.s2-lul1 li a {
    display: block;
    position: relative;
    padding-right: 100px;
    line-height: 27px;
    overflow: hidden;
    font-size: 16px;
}

.s2-lul1 li a span {
    float: left;
    color: #666666;
}

.s2-lul1 li a i {
    float: left;
    font-style: normal;
    background: #3badeb;
    color: #fff;
    padding: 0 5px;

    margin-right: 15px;
    width: 90px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.s2-lul1 li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
}

.s2-lul1 li a em {
    position: absolute;
    right: 0;


    background-position: right 10px;
    color: #999999;

    top: 0;
    font-style: normal;
}

.s2-lul1 li a:hover span {
    color: #306ee1;
}

.s2-lul1 li a:hover i {
    background: #076ba1;
}

.s2-lul1 li a:hover p {
    color: #076ba1;
}

.s2-lul1 li a:hover em {
    color: #0369a0;
    background:   no-repeat;
    background-position: right 10px;
}



.s2-lul2 {
    overflow: hidden;
    margin-top: 70px;
}

.s2-lul2>div {
    float: left;
    width: 48%;
}

.s2-lul2>div:first-child {
    margin-right: 4%;
}

.s2-lul2 a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.s2-lul2 a:hover img{
    transform: scale(1.1);
}
.s2-lul2 .pic {
    padding-top: 0;
    height: 211px;
}

.s2-lul2 .pic img {
    object-fit: cover;
}

.s2-lul2 .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s2-lzzc.png) repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.s2-lul2 .pic img {
    z-index: 7;
}

.s2-lul2 .pic p {
    position: absolute;
    color: #fff;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;


    z-index: 9;
    font-size: 16px;
    line-height: 23px;
    height: 46px;
}




.i-list3 li a {
    display: block;
}

.i-list3 li a>p {
    color: #333333;
    font-size: 16px;
    line-height: 54px;
    padding-left: 30px;
    padding-right: 100px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/sg1-icon4.png) no-repeat;
    background-position: left center;
}

.i-list3 li a>p span {
    position: absolute;
    right: 0;
    top: 0;
}

.i-list3 li a div {
    background: #0560a9;
    padding: 20px 40px 20px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
    margin-bottom: 15px;
}

.i-list3 li.on a div {
    display: block;
}

.i-list3 li.on a>p {
    display: none;
}

.i-list3 li a div p {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    position: relative;
}

.i-list3 li a div p::before {
    content: "";
    position: absolute;
    left: 13px;
    height: 14px;
    top: -6px;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    z-index: 8;
}

.i-list3 li a div p img {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
}

.i-list3 li a div h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.i-list3 li a:hover>p {
    color: #076ba1;
}

.s2-rb {
    position: relative;
    margin-top: 50px;
}

.s2-rb::before {
    content: "";
    position: absolute;
    left: -70px;
    right: -230px;
    top: 0;
    bottom: -50px;
    background: url(../images/s2-rbbj.png) no-repeat;
    background-size: cover;
}

.s2-rb .gg-tit2 span {
    color: #fff;
}

.s2-rb .gg-tit2 a {
    color: #fff;
}

.s2-rb-c {
    position: relative;
    z-index: 9;
}

.s2-rb-c ul {
    background: #fff;
    padding: 10px 25px;
    margin-right: 290px;
    min-height: 254px;
}

.s2-rb-c ul li a {
    display: block;
    font-size: 16px;
    line-height: 45px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s2-rb-c ul li a:hover{
    color: #076ba1;
}
.s2-rb-c div {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 290px;
}

.s2-rb-c div img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.s2-rb-c div p {
    position: absolute;
    left: 15px;
    width: 105px;
    line-height: 30px;
    background: rgba(158, 93, 8, .8);
    font-size: 14px;
    text-align: center;
    top: 0;
    color: #fff;
}


.section-other {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 50px;
padding-bottom: 55px;}

.s3-c ul {
    margin: 0 -10px;
}

.s3-c ul li a {
    display: block;
    margin: 0 10px;
}

.s3-c ul li a .pic {
    padding-top: 41.7%;
}

.s3-c ul li a p {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    line-height: 42px;
}

.s3-c .slick-prev, .s3-c .slick-next {
    width: 40px;
    height: 40px;
    margin-top: -21px;
    z-index: 9;
}

.s3-c .slick-prev {
    left: -10px;
    background: url(../images/s3-l.png) no-repeat;
    background-size: 100%;
}

.s3-c .slick-next {
    right: -10px;
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100%;
}

.s4-c ul li a {
    display: block;
    text-align: center;
}

.s4-c ul li a div {
    line-height: 75px;
    font-size: 0;
    margin: 0 auto;
}

.s4-c ul li a div img {
    display: inline-block;
    vertical-align: middle;
}

.s4-c ul li a p {
    font-size: 18px;
    color: #010000;
    line-height: 30px;
    margin-top: 10px;
}

.section4{
    margin-top: 70px;
}
@media screen and (max-width:1460px) {
    .s1-m ul li a .pic {
        height: 340px;
    }

    .s1-list ul li {
        margin-top: 20px;
    }

    .s1-list ul li a {
        padding: 15px;
    }
    .s2-rb-c ul{
        margin-right: 230px;
        padding: 10px 15px;
    }
    .s2-rb-c div{
        width: 230px;
    }
    .s3-c .slick-prev{
        left: 0;
    }
    .s3-c .slick-next{
        right: 0;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    .gg-tit1 h2,.gg-tit2 span{
        font-size: 22px;
    }
    .index {
        border: none;
    }

    .s1-m ul li a .pic {
        height: 260px;
    }
    .s1-minfo h3{
        font-size: 16px;
    }
    .s1-list ul li a h3 {
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: auto;
    }
    .s1-list ul li a p{
        margin: 10px 0;
    }
    .s2-l,.s2-r{
        width: 47%;
    }
    .s2-rb::before{
        left: -20px;
    }
    .s2-lul2 .pic{
        height:  160px;
    }
    .s2-rb-c ul li a{
        line-height: 40px;
    }
    .s2-rb-c ul{
        min-height: 220px;
        margin-right: 200px;
    }
    .s2-lul1 li{
        padding-top: 9px;
        padding-bottom: 8px;
    }
    .i-list3 li a>p{
        line-height: 44px;
    }
    .s2-lul2{
        margin-top: 40px;
    }
    .s2-rb{
        margin-top: 30px;
    }
    
    .s2-rb-c div{
        width: 200px;
    }
    .s2-lul1 li a i{
        width: 80px;
        margin-right: 10px;
    }
}

@media screen and (max-width:768px){
    .section1,.section-other{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .section2{
        padding-top: 0;
    }
    .section4{
        margin-top: 30px;
    }
    .gg-tit1{
        margin-bottom: 25px;
    }
    .s1-list ul li{
        margin-top: 15px;
    }
    .s1-l,.s1-r,.s2-l, .s2-r{
        float: none;
        width: auto;
    }
    .s1-m{
        float: none;
        width: auto;
        margin: 15px 0;
    }
    .s1-m ul li a .pic{
        height: 0;
        padding-top: 62.6%;
    }
    .s1-minfo{
        padding: 15px ;
    }
    .s1-list ul li a p{
        line-height: 24px;
        max-height: 72px;
        height: auto;
    }
    .s2-lul2 .pic{
        height: 0;
        padding-top: 67%;
    }
   .section1::before{
        top: -410px;
        background-size: 65%;
    }
   .section1::after{
        top: -410px;
        background-size: 65%;
   }


}
@media screen and (max-width:480px){
    .s2-rb-c ul{
        margin-right: 0;
    }
    .s2-rb-c div{
        position: relative;
        width: auto;
    }
    .s2-rb-c div p{
        left: 0;
    }

   .section1::before{
        top: -320px;
        background-size: 65%;
    }
   .section1::after{
        top: -320px;
        background-size: 65%;
   }

}