﻿@charset "utf-8";

.s1-tit{
    width: 108px;
    float: left;
    background: url("../image/s1-img.png")no-repeat center center;
}
.s1-tit>h4{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 52px;
    padding-left: 10px;
}

.text-loop{
    overflow: hidden;
    position: relative;
}
.hd-li{
    overflow: hidden;
}
.hd-li>div{
    float: left;
    width: 1000px;
    line-height: 52px;
    margin-left: 40px;
}
.hd-li>div>a{
    display: block;
    overflow: hidden;
    font-size: 0;
}
.hd-li>div>a span{
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd-li>div>a span:first-child{
    float: left;
    width: 108px;
    color: #cc6600;
}
.text-loop .hd{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.text-loop .hd>ul>li{
    font-size: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background:#c9c9c9;
    margin-top: 5px;
}
.text-loop .hd>ul>li:first-child{
    margin-top: 0;
}
.text-loop .hd>ul>li.on{
    background: #054084;
}

.section1{
    overflow: hidden;
    margin-top: 14px;
    background: #fff;
}
.s2-l {
    width: 690px;
    float: left;
    margin-top: 3px;
}
.s2-banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s2-banner .pic{
    width: 690px;
    height: 470px;
    overflow: hidden;
}
.s2-banner .pic img{
    display: block;
    width: 100%;height:470px;
    transition: all .3s;
}

.s2-banner p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 62px;
    font-weight: 600;
    color: #fff;
    padding-left: 20px;
    padding-right: 120px;
    background: rgba(0, 0, 0, 0.7);
}

.s2-banner ul{
    width: auto;
    bottom: 20px;
    right: 39px;

}
.s2-banner ul button{
    display: none;
}
.s2-banner ul>li{
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
}
.s2-banner ul>li:first-child{
    margin-left: 0;
}
.s2-banner ul>li.slick-active{
    background: #df0000;
}
.s2-banner button{
    position: absolute;
    bottom: 17px;
    background-color: transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center center;
    width: 11px;
    height: 21px;
    z-index: 99;
    cursor: pointer;
}
.s2-banner .slick-prev{
    left: auto;
    right: 105px;
    background-image: url("../image/arrows-l.png");
}
.s2-banner .slick-next{
    right: 17px;
    background-image: url("../image/arrows-r.png");
}
.s2-banner a:hover .pic img{
    transform: scale(1.1);
}
.s2-r{
    overflow: hidden;
    padding-left: 25px;
}
.s2-list>ul>li{
    padding: 14px 30px 14px 17px;

    margin-top: 18px;
    margin-right: 3px;
    margin-bottom: 3px;
    transition: all .3s;
}
.s2-list>ul>li:first-child{
    margin-top: 3px;
}
.s2-list>ul>li>a{
    display: block;
    overflow: hidden;
}
.s2-list>ul>li .tm{
    width: 68px;
    float: left;
    padding:26px 8px 27px 0;
    border-right: 1px solid #c9c9c9;
}
.s2-list>ul>li .tm span{
    font-size: 16px;
    color:#004288 ;
    line-height: 24px;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.s2-list>ul>li .tm span:first-child{
    font-size: 30px;
    color: #004288;
    line-height: 1;

}
.s2-list>ul>li .tm-info{
    overflow: hidden;
    padding-left: 20px;
}
.s2-list>ul>li .tm-info h4{
    font-size: 17px;
    color: #000;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s2-list>ul>li .tm-info p{
    display: -webkit-box;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;

}
.s2-list>ul>li:hover .tm-info h4{
    color: #004288;
}
.s2-list>ul>li:hover{
    box-shadow: 0 0 3px #a4a4a4;
}
.section2{
    margin-top: 26px;
    overflow: hidden;
}

.s3-l{
    width: 690px;
    float: left;
    background: #fff;
    padding: 30px 27px 40px 19px;
}
.tab-hd>ul>li{
    float: left;
    width: 107px;
    line-height: 24px;
    text-align: center;
    position: relative;
}
.tab-hd>ul>li>a{
    font-size: 20px;
    color: #000000;
    transition: all .3s;
}
.tab-hd>ul>li:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    height: 5px;
    background: #004288;
    display: none;
    transform: skew(-25deg);
}
.tab-hd>ul>li.on:after{
    display: block;
}
.tab-hd>ul>li.on>a{
    font-weight: 600;
    color: #004288;
}

.tab-hd{
    padding-bottom: 18px;
    border-bottom: 1px solid #c9c9c9;
}
.tab-bd>ul>li{
    position: relative;
    line-height: 40px;
}
.tab-bd>ul>li>a{
    display: block;
    font-size: 16px;
    color: #000000;
    padding-left: 10px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.tab-bd>ul>li>span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #a4a4a4;
}
.tab-bd>ul>li:hover>a{
    color: #004288;
    transform: translateX(5px);
}
.tab-bd{
    padding-top: 26px;
}
.tab-bd>ul{
    display: none;
}

.s3-r{
   float: left;
    width: 623px;
    margin-left: 25px;
    padding: 27px 24px 40px 24px;
    background: #fff;
}
.gg-tit>h4{
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #000;
    font-weight: normal;
    line-height: 24px;
    padding-left: 34px;
    background: url("../image/tit-icon.png") no-repeat left center;
}
.gg-tit>h4:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 146px;
    height: 5px;
    background: url("../image/tit-h4.png")no-repeat center center;
}
.gg-tit a{
    display: block;
    font-size: 14px;
    color: #767676;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
}
.gg-tit a:hover {
    color: #004288;
}
.gg-tit {
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #c9c9c9;
}
.s3-list>ul>li{
    position: relative;
    line-height: 40px;
}
.s3-list>ul>li>a{
    display: block;
    font-size: 16px;
    color: #000;
    padding-left: 14px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s3-list>ul>li>span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #a4a4a4;
}
.s3-list>ul>li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #a4a4a4;
    border-radius: 50%;
}
.s3-list>ul>li:hover>a{
    color: #004288;
    transform: translateX(5px);
}
.s3-list{
    padding-top:29px;
}
.section3{
    overflow: hidden;
    margin-top: 33px;
}

.s4-l{
    width: 690px;
    float: left;
    background: #fff;
    padding: 30px 30px 20px 20px;
}
.s4-l .gg-tit>h4{
    background: url("../image/tit-icon2.png") no-repeat left center;
}

.s4-banner a{
    display: block;
    overflow: hidden;
    outline: none;
}

.s4-banner a .pic{
    width: 140px;
    height: 185px;
    margin: auto;
    overflow: hidden;
}
.s4-banner a img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.s4-banner a:hover img {
    transform: scale(1.1);
}
.s4-banner a p{
    font-size: 16px;
    line-height: 54px;
    color: #000;
    text-align: center;
}
.s4-banner {
    margin-top: 36px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.s4-banner a:hover img {
    transform: scale(1.1);
}
.s4-banner a:hover p {
    color: #004288;
}
.s4-r {
    float: left;
    width: 623px;
    margin-left: 25px;
    padding: 30px 26px 25px 27px;
    background: #fff;
}
.s4-r .gg-tit>h4{
    background: url("../image/tit-icon3.png") no-repeat left center;
}
.s4-list>ul{
    overflow: hidden;
    margin-top: 10px;
}
.s4-list>ul>li{
    float: left;
    width: 272px;
    line-height: 62px;
    margin-left: 23px;
    text-align: center;
    background: url("../image/s4-img2.jpg")no-repeat center center;
}
.s4-list>ul>li>a{
    font-size: 24px;
    color: #fff;
}
.s4-list>ul>li:first-child{
    margin-left: 0;
    background: url("../image/s4-img3.jpg")no-repeat center center;
}
.section4{
    overflow: hidden;
    margin-top: 26px;
}