@charset "utf-8";


.banner {
    border-bottom: 5px solid #004ea2;
}
.banner a{
    display: block;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner ul{
    width: 250px;
    height: 70px;
    background: #ffffff;
    text-align: center;
    border-radius: 50px;
    left: 300px;
    bottom: -35px;
    box-shadow: 0 0 10px #ececec;
}
.banner ul li {
    display: none;
}
.banner ul li.slick-active{
    display: block;
}
.banner ul li {
    font-size: 16px;
    color:#999999 ;
    line-height: 70px;
}
.banner ul li span{
    font-size: 30px;
    color: #333333;
}
.banner button {
    outline: none;
    border: none;
    bottom: -7px;
    position: absolute;
    cursor: pointer;
}
.banner .slick-prev {
    width: 18px;
    height: 10px;
    left:344px;
    z-index: 99;
    background: url("../images/arrow-l.png") no-repeat center center;
}
.banner .slick-next {
    width: 18px;
    height: 10px;
    left: 484px;
    z-index: 99;
    background: url("../images/arrow-r.png") no-repeat center center;
}


.tit-1 {
    position: relative;
}
.line {
    position: absolute;
    width: 50%;
    max-width: 408px;
    height: 1px;
    background: #999999;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
}
.tit-text {
    width: 220px;
    margin: auto;
    position: relative;
    z-index: 99;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 10px;
    text-align: center;
}
.tit-1>.tit-text>p{
    float: left;
    font-size: 68px;
    line-height: 49px;
    height: 52px;
    width: 52px;
    color: #cccccc;
    font-weight: 600;
}
.tit-text>div {
    overflow: hidden;
}
.tit-text>div h4{
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    height: 30px;
}
.tit-text>div>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    height: 20px;
    margin-top: 5px;
}
.s1-l {
    float: left;
    width: 720px;
    padding-right: 40px;
    margin-top: 20px;
}
.s1-l>ul>li {
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    transition:  all 300ms;
}
.s1-l>ul>li>a{
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #333333;
    padding-left: 16px;
    padding-right: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 300ms;
}
.s1-l>ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 60px;
    color: #666666;
}
.s1-l>ul>li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-radius: 50%;
    border: 2px solid #cfcfcf;
    transition: all 300ms;
}
.s1-l>ul>li.on a {
    color: #004ea2;
    transform: translateX(10px);
}
.s1-l>ul>li.on:before {
    border-color: #004ea2;
}
.s1-r {
    overflow: hidden;
    margin-top: 40px;
}
.s1-r>div {
    display: none;
}
.s1-r a {
    display: block;
    overflow: hidden;
}
.pic{
    position: relative;
    overflow: hidden;
    padding-top: 66.7%;
}
.pic img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms;
}
.s1-r>div:hover .pic img {
    transform: scale(1.1);
}
.mores-1 {
    width: 120px;
    height: 40px;
    margin: 40px auto 0;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background: #7a9743;
    border-radius: 50px;
    transition: all 300ms;
}
 .s2-r .mores-1 a{
  display:none;
    line-height: 18px;
    font-size: 18px;
    color: #ffffff;

}
.mores-1:hover {
    background: #004ea2;
}
.section1 {
    padding-top: 50px;
    background: url("../images/section1.png") no-repeat left center;
}
.section2 {
    margin-top: -172px;
    padding-top: 172px;
    height: 997px;
    background: url("../images/section2.png")no-repeat center center;
}
.s2-l {
    float: left;
    width: 590px;
    padding-right: 40px;
    margin-top: 50px;
}
.tit-2 h4{
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    padding-left: 12px;
    color: #ffffff;
    border-left:5px solid #ffffff;
}
.tit-2 .mores-2 {
    float: right;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}
.s2-list {
    margin-top: 20px;
}
.s2-list>ul>li{
    padding-top: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.s2-list>ul>li:hover h5 {
    color: #ff9900;
}
.s2-list>ul>li>a{
    display: block;
}
.time {
    font-size: 0;
    height: 34px;
    width: 187px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.time .icon1 {
    float: left;
    width: 39px;
    height: 33px;
    background: #ffffff;
    border-radius: 5px 0 0 5px;
    position: relative;
}
.time .icon1 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -10px auto 0;
    width: 20px;
    height: 20px;
}
.time p {
    overflow: hidden;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}
.s2-list>ul>li h5 {
    font-size: 20px;
    line-height: 44px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s2-list>ul>li span {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-indent: 23px;
}
.s2-list>ul>li .rw {
    margin-right: 40px;
    background: url("../images/rw.png") no-repeat left center;
}
.s2-list>ul>li .dd{
    background: url("../images/dd.png")no-repeat left center;
}
.s2-r {
    float: left;
    width: 730px;
    margin-top: 90px;
}
.s2-r .tit-text {
    width: 208px;
    background: #004ea2;
    padding-left: 15px;
    padding-right: 15px;
}
.s2-r .tit-text h4 {
    color: #ffffff;
}
.s2-tab .hd {
    margin-top: 20px;
}
.s2-tab .hd>ul>li{
    float: left;
    width: 14%;
    margin-left: 3%;
    text-align: center;
    line-height: 50px;
    height: 60px;
}
.s2-tab .hd>ul>li:first-child {
    margin-left: 0;
}
.s2-tab .hd>ul>li.on a{
    font-weight: 600;
    border-bottom-color: #ffffff;
}
.s2-tab .hd>ul>li>a {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    padding-bottom: 14px;
}
.s2-tab .bd>ul{
    display: none;
}
.s2-tab .bd>ul>li {
    line-height: 44px;
    position: relative;
    transition: all 300ms;
}
.s2-tab .bd>ul>li:hover {
    transform: translateX(10px);
}
.s2-tab .bd>ul>li>a {
    display: block;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    padding-left: 16px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 300ms;
}
.s2-tab .bd>ul>li span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 44px;
    color: #bbc9e0;
}
.s2-tab .bd>ul>li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 9px;
    top: 50%;
    left: 0;
    margin: -5px auto 0;
    background: url("../images/icon-1.png")no-repeat left center;
}
.s2-tab .bd {
    margin-top: 20px ;
    padding: 15px 23px 16px 30px;
    background: rgba(255,255,255,.1);
}
.s2-tab .mores-1 {
    margin-top: 20px;
}

.s3-l {
    float: left;
    width: 640px;
}
.gg-b h4 {
    color: #004ea2;
    border-left-color: #004ea2;
}
.gg-b .mores-2 {
    color: #333333;
}
.s3-info {
    margin-top: 30px;
}
.s3-info>ul>li{
    padding: 19px 20px;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-top: 20px;
}
.s3-info>ul>li:first-child{
    margin-top: 0;
}
.s3-info>ul>li:hover {
    border-color: #004ea2;
}
.s3-info>ul>li:hover .pho img{
    transform: scale(1.1);
}
.s3-info>ul>li:hover .list-info h5 {
    color: #004ea2;
}
.s3-info>ul>li>a{
    display: block;
    overflow: hidden;
}
.s3-info>ul>li .pho {
    width: 158px;
    height: 200px;
    float: left;
    overflow: hidden;
}
.s3-info>ul>li .pho img {
object-fit:cover;
    display: block;
    width: 100%;
height:100%;
    transition: all 300ms;
}
.s3-info>ul>li .list-info {
    overflow: hidden;
    padding-left: 29px;
}
.list-info h5{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
}
.list-tm {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.list-info p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
    margin-top: 9px;
    margin-bottom: 9px;
}
.list-mores {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    border-bottom: 1px solid #666666;
}
.jt {
    float: right;
    width: 28px;
    height: 28px;
    background: url("../images/icon-2.png") no-repeat center center;
}
.s3-r {
    float: left;
    width: 640px;
    margin-left: 40px;
    margin-top: 112px;
}
.section3 {
    margin-top: -330px;
    padding-top: 140px;
    padding-bottom: 74px;
    background: url("../images/section3.png") no-repeat center center;
}
.s4-banner {
    margin-top: 40px;
}
.s4-banner a{
    display: block;
    outline: none;
}
.s4-banner img{
    display: block;
    width: 100%;
    transition: all 300ms;
}
.s4-banner .slick-slide:hover img{
    transform: scale(1.1);
}
.s4-banner .slick-slide a {
    margin: 0 15px;
}
.s4-banner {
    margin-left: -15px;
   margin-right: -15px;
}
.section4 {
    margin-top: -10px;
    overflow: hidden;
}


@media screen and (max-width: 1320px){
    .s2-r,.s3-r{
        overflow: hidden;
        float: none;
        width: auto;
    }
    .s1-l,.s2-l,.s3-l{
        width: 50%;
    }
    .s2-l{
        margin-top: -40px;
    }
.s3-l {
    margin-top: -60px;
    padding-right: 10px;
}
.s3-r {
    margin-top: 52px;
    padding-left: 10px;
}
}
@media screen and (max-width: 1200px){
    .s2-tab .hd>ul>li>a{
        font-size: 16px;
    }
    .s2-list>ul>li h5{
        font-size: 16px;
        line-height: 36px;
    }
    .s2-list>ul>li span{
        font-size: 14px;
        line-height: 24px;
    }
    .s2-tab .bd>ul>li>a{
        font-size: 14px;
        line-height: 38px;
    }
    .mores-1{
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px){
    .banner{
        margin-top: 83px;
    }
    .s1-l>ul>li {
        height: auto;

    }
    .s1-l>ul>li>a{
        font-size: 14px;
        line-height:40px;
    }
    .s1-l>ul>li>span{
        font-size: 14px;
        line-height: 48px;
    }
    .mores-1 {
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .section2 {
        background: #004ea2;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }
    .s2-l{
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .s2-tab .bd>ul>li span{
        font-size: 12px;
    }

    .s2-r {
        margin-top: 40px;
    }
    .section3{
        margin-top: 0;
        padding-top: 20px;
        background: #f2f6fa;
        padding-bottom: 20px;
    }
    .s3-r{
        margin: 0;
    }

    .s3-l{
        margin: 0;
        float: none;
        width: auto;
        padding: 0;
    }
    .s3-r{
        margin-top: 20px;
        padding: 0;
    }
    .section4{
        margin-top: 20px;
    }
    .s4-banner{
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px){
    .banner ul{
        width: 150px;
        height: 40px;
        left: 10%;
        bottom: -23px;
    }
    .banner ul li{
        line-height: 40px;
    }
    .banner .slick-prev{
        left: 12%;
    }
    .banner .slick-next{
        left: 190px;
    }
    .banner ul li span{
        font-size: 20px;
    }

    .s1-l,.s3-l{
        float: none;
        padding: 0;
        width: 100%;
    }
    .s1-r{
        display: none;
    }
    .s3-r{
       margin-left: 0;
       margin-top: 20px;
   }
   .tit-text {
       width: 166px;
       padding-left: 5px;
       padding-right: 10px;
   }
    .tit-1>.tit-text>p{
        font-size: 54px;
    }
    .tit-text>div h4{
        font-size: 24px;
        line-height: 30px;
    }
    .tit-text>div>span{
        line-height: 13px;
        font-size: 13px;
    }
    .tit-2 h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .tit-2 .mores-2{
        font-size: 12px;
        line-height: 26px;
    }
    .time {
        width: 157px;
        height: 28px;
    }
    .time .icon1{
        width: 34px;
        height: 26px;
    }
    .time p{
        font-size: 12px;
        line-height: 26px;
    }

    .s2-tab .hd{
        margin: 0;
    }
    .s2-tab .hd>ul>li {
        width: 15%;
        margin-left: 2%;
    }
    .s2-tab .hd>ul>li>a{
        font-size: 18px;
        line-height: 26px;
    }
    .s2-tab .bd{
        padding: 10px 15px;
    }

    .s2-tab .bd>ul>li span{
        font-size: 12px;
        line-height: 38px;
    }
    .s3-info>ul>li .pho{
        width: 120px;
        height: 152px;
    }
    .s3-info>ul>li .list-info{
        padding-left: 20px;
    }
    .list-info h5{
        line-height: 24px;
    }
    .list-tm{
        font-size: 12px;
        line-height: 24px;
    }
    .list-info p{
        font-size: 12px;
        line-height: 24px;
        height: auto;
        margin: 0;

    }
    .list-mores{
        font-size: 12px;
        line-height: 24px;
    }
    .s4-banner{
        margin-top: 20px;
    }
    .s4-banner .slick-slide{
        margin: 0;
    }
    .s2-list>ul>li h5{
        font-size: 14px;
        line-height: 28px;
    }
    .s2-r{
        margin-top: 20px;
    }
    .s2-list{
        margin-top: 0;
    }
    .mores-1 {
        width: 112px;
        height: 24px;
        line-height: 24px;
        font-size: 11px;
        margin: 20px auto;
    }
    .s2-tab .hd>ul>li{
        height: auto;
    }
}

@media screen and (max-width: 500px){
    .banner .slick-next{
        left: 35%;
    }
    .tit-text {
        width: 140px;
        padding-left: 10px;
        padding-right: 0px;
    }
    .tit-1>.tit-text>p{
        font-size: 46px;
        width: auto;
        height: auto;
    }
    .tit-text>div h4{
        font-size: 18px;
        line-height: 24px;
        height: auto;
    }
    .tit-text>div>span{
        line-height: 13px;
        font-size: 12px;
        height: auto;
    }
    .line{
        width: 100%;
    }
    .s1-l>ul>li>a {
        font-size: 14px;
        line-height: 40px;
    }
    .s1-l>ul>li>span {
        font-size: 12px;
        line-height: 48px;
    }
    .tit-2 h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .time {
        width: 157px;
        height: 20px;
    }
    .time .icon1 {
        width: 34px;
        height: 19px;
    }
    .time .icon1 img {
        margin: -8px auto 0;
        width: 15px;
        height: 15px;
    }
    .time p {
        font-size: 12px;
        line-height: 19px;
    }
    s2-list>ul>li h5 {
        font-size: 16px;
        line-height: 36px;
    }
    .s2-list>ul>li span {
        font-size: 12px;
        line-height: 24px;
    }
    .s2-r .tit-text {
        width: 166px;
        background: #004ea2;
        padding-left: 15px;
        padding-right: 8px;
        overflow: hidden;
    }
    .s2-tab .hd>ul>li {
        width: 33%;
        margin-left: 0%;
    }
    .s2-tab .hd>ul>li>a {
        font-size: 14px;
        line-height: 24px;
    }
    .s2-tab .bd{
        margin-top: 10px;
    }
    .s2-tab .bd>ul>li>a {
        padding-right: 80px;
    }
    .s3-info {
        margin-top: 20px;
    }
    .s3-info>ul>li{
        padding: 10px;
    }
    .list-info h5{
        font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    .banner .slick-next {
        left: 150px;
    }
}