@charset "utf-8";

.index {
    overflow: hidden;
    font-size: 0;
    margin-top: 25px;
}

.title {
    padding-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #004098;
    padding-bottom: 15px;
}

.title h2 {
    font-size: 0;
    line-height: 30px;
}
.title h2 span a {
  
    font-weight: bold;
}
.title h2 img {
    vertical-align: middle;
}

.title h2 span {
    vertical-align: middle;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #004098;
    margin-left: 10px;
}

.i-more {
    font-size: 0;
    margin-top: 30px;
}

.i-more a {
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}

.i-more a:hover {
    color: #007457;
}


.section1 {
    /* background: url(../images/s1-bj.png) no-repeat; */
    background-position: center bottom;
    padding-bottom: 13px;
}

.s1-l {
    float: left;
    width: 500px;
}

.s1-l ul li a {
    display: block;
    text-align: center;
}

.s1-l ul li a:hover p {
    color: #007457;
}

.s1-l ul li a .pic {
    padding-top: 60%;
}

.s1-l ul li a p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 5px;
}

.s1-l ul li a span {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #007457;
}

.s1-rl ul li a {
    display: block;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    padding-top: 20px;
}



.s1-rl ul li a h3 {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #333333;
}

.s1-rl ul li a:hover h3 {
    color: #00479d;
}

.s1-rl ul li a p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding-left: 25px;
    background: url(../images/itime1.png) no-repeat;
    background-position: left center;
    margin-top: 8px;
}

.s1-r {
    overflow: hidden;
}

.s1-r>div {
    float: left;
    width: 48%;
    /* margin-left: 4%; */
}

.s1-rl ul li:first-child a {
    padding-top: 0;
}


.text-list2 li:nth-child(3n+2) {}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    line-height: 80px;
    transition: all 0.3s;
    margin-top: 13px;
}

.text-list2 li:first-child a {
    margin-top: 0;

}

.text-list2 li a:hover {}

.date2 {
    width: 66px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #004098;
}

.date2 p {
    transition: all 0.3s;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #fff;
    background: #004098;
}

.date2 span {
    display: block;
    font-size: 25px;
    line-height: 36px;
}

.text-list2 li a .date2 {
    float: left;
    color: #000;
    margin-right: 20px;
}

.text-list2-p {
    overflow: hidden;
    line-height: 64px;
    font-size: 0;
    padding-right: 15px;
}

.text-list2-p div {
    font-size: 0;
}

.text-list2-p p {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-height: 60px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}


.text-list2 li a:hover .date2 {
    border-color: #be9b60;
}

.text-list2 li a:hover .date2 p {
    color: #fff;
    background: #be9b60;
}

.text-list2 li a:hover .text-list2-p p {
    color: #00479d;
}


.section2 {
    background: #007457;
    padding-bottom: 40px;
}

.section2 .title h2 span {
    color: #fff;
}

.section2 .title {
    border-color: rgba(255, 255, 255, .2);
}

.s2-r {
    float: right;
    width: 775px;
    margin-left: 50px;
}

.s2-r img {
    display: block;
    width: 100%;
}

.s2-l {
    overflow: hidden;
    max-height: 360px;
}
.head1 {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #00479d;
}
.s2-l p {
    text-indent: 2em;
    font-size: 16px !important;
    line-height: 36px !important;
    color: rgba(255, 255, 255, .7);
}

.section3 {
    margin-top: 27px;
    margin-bottom: 40px;
    /* border-top: 2px solid #004098; */
}
.s1-rl {
    margin-left: 4%;
}
.section3 ul li a {
    display: block;
    margin: 0 16px;
    background: #004098;
    text-align: center;
    padding: 14px 0 14px 0;
    transition: all 0.5s;
}

.section3 ul li a div {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 103px;
    font-size: 0;
    position: relative;
}

.section3 ul li a div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s3-chilun.png) no-repeat;
    background-size: 100% 100%;
}

.section3 ul li a div img {
    display: inline-block;
    vertical-align: middle;
    max-width: 49%;
    max-height: 50%;
}

.section3 ul {
    margin: 0 -17px;
    /* border-top: 2px solid #004098; */
    /* padding-top: 20px; */
}

.section3 ul li a h3 {
    font-size: 21px;
    font-weight: normal;
    color: #ffffff;
    line-height: 30px;
    margin-top: 10px;
}

.section3 ul li a p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.section3 ul li a:hover {
    background: #022a6c;
}

.section3 ul li a:hover div::before {
    transform: rotate(360000deg);
    transition: all 5000s;
}

.section3 ul li a:hover div img {
    transform: rotateY(360deg);
    transition: all .5s;
}

.section4 {
    margin-bottom: 40px;
}

.s4-l {
    float: left;
    width: 36.25%;
}

.s4-l a {
    display: block;
}

.s4-l a .pic {
    padding-top: 70.689%;
}

.s4-m {
    float: left;
    width: 27.5%;

}

.s4-m>div {
    margin-left: 2%;
    margin-right: 2%;
}

.s4-m div:first-child {
    padding-bottom: 2%;
}

.s4-m div a {
    display: block;
}

.s4-m div a .pic {
    padding-top: 45.6%;
}

.s4-r {
    float: right;
    width: 36.25%;
}

.s4-r a {
    display: block;
}

.s4-r a .pic {
    padding-top: 70.689%;
}

@media screen and (max-width:1600px) {
    .s2-r {
        margin-left: 30px;
    }

}

@media screen and (max-width:1400px) {
    .s2-r {
        width: 600px;
    }

    .s2-l {
        max-height: 300px;
    }

    .s2-l p {
        line-height: 30px;
    }
}

@media screen and (max-width:1200px) {
    .s1-l {
        width: 400px;
    }

    .text-list2 li a {
        margin-top: 16px;
    }

    .s1-rl ul li a {
        padding-top: 15px;
        padding-bottom: 16px;
    }

    .title h2 span {
        font-size: 20px;
    }

    .s1-r>div {
        margin-left: 0;
        width: auto;
        float: none;
    }
}

@media screen and (max-width:1024px) {
    .s1-l {
        float: none;
        width: auto;
    }

    .s2-r {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .s2-l {
        max-height: none;
    }

    .section3 ul li a h3 {
        font-size: 20px;
    }

    .section3 ul li a p {
        font-size: 14px;
    }

    .section3 ul li a {
        margin: 5px;
    }

    .section3 ul {
        margin: 0 -5px;
    }

    .section3 ul li a div {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .section3 ul li a div img {}
}

@media screen and (max-width:768px) {
    .section3 .slick-list {
        padding: 0 20% !important;
    }

    .section3 ul li a {
        padding: 5% 0;
    }

}
@media screen and (max-width:480px) {
    .s4-l,.s4-m,.s4-r{
        float: none;
        width: auto;
    }
    .s4-m div{
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 2%;
    }
    .s4-m div:first-child{
        padding-top: 2%;
    }
    
}