@charset "utf-8";
body{
font-family: 微软雅黑;

}

.banner>div{
    padding-bottom: 30px;
}
.banner a{
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}
.banner img {
    display: block;
    width: 100%;
}

.banner ul {
    bottom: 85px;
}

.banner ul>li{
    width: 30px;
    height: 30px;
    margin-left: 16px;
    background: url("../images/dots1.png");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 300ms;
}
.banner ul>li.slick-active {
    top: -15px;
    background: url("../images/f-dots1.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.banner a>p{z-index: 99999;
    position: absolute;
    font-size: 16px;
    line-height: 72px;
    color: #ffffff;
    bottom: 0;
    right: 50%;
    width: 720px;
    height: 72px;
    margin-right: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/banner-p.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 720px;
    text-align: center;

}

.section1 {
    
    position: relative;
    margin-top: -40px;
    background: url("../images/section1-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-size: 1920px auto;
}
.s1-hd ul>li{
display:none
}
.s1-hd .arrow{
position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.s1-hd .arrow>a{
  display:block;
  width: 16px;
  height: 10px;
}
.s1-hd .arrow>a.prev{
background:url('../images/arrow-t.png') no-repeat center center

}
.s1-hd .arrow>a.next{background:url('../images/arrow-b.png') no-repeat center center;margin-top: 20px;}
.section2{
    position: relative;
    margin-top: -50px;
}
.s2-main {
    position: relative;

}
.bottom-left {
    position: absolute;
    width: 760px;
    height: 320px;
    background: #0f3b9f;
    right: 50%;
    margin-right: 200px;
    bottom: 1px;
}
.s1-r,.s1-bd,.s1-hd{
    float: right;
}
.s1-hd {
position: relative;
z-index: 999;
   height:122px;
    margin-left: 35px;
}

.s1-bd>ul{
    font-size: 0;
    height: 122px;
}
.s1-bd>ul>li{
    display: inline-block;
    width: 87px;
    height: 100%;
    padding-top: 20px;
    transition: all 5000ms;
}
.s1-bd>ul>li>a{
    display: block;
}
.s1-bd>ul>li img{
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
}
.s1-bd>ul>li p{
    font-size: 16px;
    line-height: 36px;
    color: white;
    text-align: center;
    margin-top: 8px;
}
.s1-bd>ul>li:hover {
    background: #ef8818;
}

.s2-tit{
    overflow: hidden;
}
.s2-tit h4 {
    font-size: 40px;
    line-height: 40px;
    color: #111111;
    font-weight: normal;
    margin-bottom: 17px;
}
.s2-tit span{
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}
.s2-tit .mores{
    float: left;
    margin-top: -52px;
    overflow: hidden;
    margin-left: 180px;
}

.s2-body {
    margin-top: 16px;
    padding-bottom: 25px;
    border: 1px solid #cecece;
    border-left: none;
}
.s2-l {
    float: left;
    width: 595px;
}
.s2-banner a {
    display: block;
    position: relative;
}
.s2-banner img{
    display: block;
    width: 100%;
    height: 334px;
    transition: all 300ms;
}
.s2-banner a>p{
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}
.s2-banner button {
    outline: none;
    border: none;
    width: 18px;
    height: 34px;
    position: absolute;
    bottom: -57px;
    cursor: pointer;
}
.s2-banner .slick-prev {
    left: auto;
    right: 223px;
    background: url("../images/arrows-l.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 6px;
}
.s2-banner .slick-next {
    right: 147px;
    background: url("../images/arrows-r.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 6px;
}
.s2-banner a:hover img{
    transform: scale(1.1);
}
.s2-banner a:hover p {
    color: #ef8818;
}

.s2-l-tit{
    margin-top: 15px;
}
.s2-l-tit h4 {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
    padding-left: 15px;
    border-left: 3px solid #ffffff;
}
.s2-r {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 12px;
}
.s2-r .tm{
    float: left;
    width: 48px;
    text-align: center;
    margin-top: -2px;
}
.s2-r .tm span{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.s2-r .tm span:first-child {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #0f3b9f;
}
.s2-r-info {
    overflow: hidden;
    padding-left: 16px;
    width: 422px;
}
.s2-r-info p{
    font-size: 18px;
    line-height: 20px;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
}
.s2-r-info span {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s2-r-t {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}
.s2-r-t:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 28px;
    height: 3px;
    background-color: #ef8818;
}
.s2-r>ul{
    margin-top: 20px;
}
.s2-r>ul>li{
    position: relative;
    line-height: 34px;
    margin-top: 8px;
    padding-left: 0px;
    transition: all 300ms;
}
.s2-r>ul>li>a{
    display: block;
    font-size: 16px;
    color: #111111;
    padding-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 300ms;
    margin-left: 15px;
}
.s2-r>ul>li span{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    color: #666666;
    transition: all 300ms;
}
.s2-r>ul>li:after{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 0 solid #0f3b9f;
    background: rgba(15,59,159,.1);
    transition: all 300ms;
}
.s2-r>ul>li:hover:after{
    width: 100%;
    border-width: 3px;
    z-index: -1;
}
.s2-r>ul>li:hover a,
.s2-r>ul>li:hover span{
    color: #0f3b9f;
}
.s2-body .mores{
    position: absolute;
    right: 34px;
    top: 104px;
    width: 58px;
    line-height: 23px;
    color: #0f3b9f;
    font-size: 12px;
    border: 1px solid #0f3b9f;
    border-radius: 50px;
    text-align: center;
}
.s2-body .mores:hover {
    color: #ef8818;
    border-color: #ef8818;
}

.s3-l{
    float: left;
    width: 740px;
}
.s3-tit{
    position: relative;
}
.s3-tit>h4{
    font-size: 0;
    font-weight: normal;
}
.s3-tit>h4 span{
    font-size: 24px;
    line-height: 36px;
    color: #111111;
}
.s3-tit>h4 span:first-child{
    color: #0f3b9f;
}
.s3-tit>p{
    font-size: 16px;
    line-height: 16px;
    color: #666666;
}
.s3-tit .mores{
    position: absolute;
    right: 0;
    top: 20px;
    width: 58px;
    line-height: 23px;
    color: #0f3b9f;
    font-size: 12px;
    border: 1px solid #0f3b9f;
    border-radius: 50px;
    text-align: center;
}
.s3-tit .mores:hover {
    color: #ef8818;
    border-color: #ef8818;
}
.s3-l>ul>li {
    float: left;
    width: 360px;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 10px 5px 0;
    margin-top: 15px;
}
.s3-l>ul>li:nth-child(even){
    margin-left: 20px;
}
.s3-l>ul>li>a{
    display: block;
    overflow: hidden;
}
.s3-l>ul>li .tm{
    float: left;
    width: 80px;
    height: 45px;
    text-align: right;
    padding-right: 20px;
    color: #666666;
    border-right: 1px solid #c4c3c7;
}
.s3-l>ul>li .tm span{
    font-size: 14px;

    line-height: 14px;
    font-weight: 600;
}
.s3-l>ul>li .tm span:first-child{
    font-size: 18px;
    line-height: 24px;
}
.s3-info {
    overflow: hidden;
    padding-left: 15px;
}
.s3-info p{
    font-size: 16px;
    line-height: 28px;
    color: #252836;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    margin-top: -5px;
}
.s3-l>ul>li:hover{
    box-shadow: 0 0 5px #dddddd;
}
.s3-l>ul>li:hover .tm{
    color: #284d9a;
    border-right-color: #284d9a;
}
.s3-l>ul>li:hover .s3-info p{
    color: #284d9a;
}

.s3-r{
    overflow: hidden;
    padding-left: 45px;
}
.s3-r>ul{
    margin-top: 20px;
}
.s3-r>ul>li{
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #bebebe;
}
.s3-r>ul>li>a{
    display: block;
    font-size: 16px;
    color: #111111;
    padding-left: 17px;
    padding-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s3-r>ul>li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}
.s3-r>ul>li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #111111;
    border-radius: 50%;
}
.s3-r>ul>li:hover:before{
    background: #ef8818;
}
.s3-r>ul>li:hover a,
.s3-r>ul>li:hover span{
    color: #ef8818;
}
.section3 {
    margin-top: 28px;
    padding-top: 35px;
    padding-bottom: 45px;
    background: url("../images/section3-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}


.s4-l {
    float: left;
    width: 740px;
}
.s4-l>ul{
    overflow: hidden;
    margin-top: 26px;
}

.s4-l>ul>li{
    float: left;
    width: 357px;
    margin-left: 26px;
    border-bottom: 3px solid #f0f0f0;
    transition: all .3s;
}
.s4-l>ul>li:first-child{
    margin-left: 0;
}
.s4-l>ul>li>a{
    display: block;
    overflow: hidden;
}
.s4-l>ul>li>a .pic {
    position: relative;
    width: 357px;
    height: 209px;
    overflow: hidden;
}
.stop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.stop img{
    display: block;
    width: 75px;
    height: 75px;
    margin:65px auto 0;

}
.s4-l>ul>li>a p{
    font-size: 16px;
    line-height: 28px;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 15px;
}
.s4-l>ul>li:hover a>p{
    color: #284d9a;
}
.s4-l>ul>li:hover{
    border-bottom-color: #284d9a;
}

.s4-r{
    overflow: hidden;
    padding-left: 45px;
    padding-bottom: 50px;
}


.s4-banner{
    margin-top: 30px;
}
.s4-banner a{
    display: block;
    position: relative;
}
.s4-banner a>img{
    display: block;
    width:415px;
    height: 198px;
}
.s4-banner a .s4-info {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    padding: 25px 40px 20px 34px;
    /* border-top: 3px solid #ef8818; */
    border-radius: 15px;
}
.s4-banner a .s4-info h5 {
   font-size: 0;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.s4-banner a .s4-info h5 span{
    display:-webkit-box;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    padding-left: 10px;
    font-weight: normal;
}
.s4-banner a .s4-info h5 img {
    float: left;
    display: block;
    width: 28px;
    margin-top: 4px;
}
.s4-banner a .s4-info p{
    font-size: 14px;
    line-height: 32px;
    padding-left: 28px;

}
.s4-banner a .s4-info p span{
    font-size: 18px;
    margin-right: 5px;
}
.s4-banner a .s4-info p:nth-child(2){
    background: url("../images/s4-icon2.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.s4-banner a .s4-info p:nth-child(3){
    background: url("../images/s4-icon3.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.s4-banner a .s4-info p:nth-child(4){
    background: url("../images/s4-icon4.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.s4-banner a:hover .s4-info{
    color: #ef8818;
}


.s4-banner ul{
    bottom: -36px;
}
.s4-banner ul li{
    width: 15px;
    height: 15px;
    background: #d9d6d6;
    border-radius: 50%;
    margin-left: 12px;
}
.s4-banner ul li.slick-active {
    background: #284d9a;
}

.section4 {
    padding-top: 45px;
    padding-bottom: 30px;
    background: url("../images/section4-bg.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1920px auto;
}

.s5-banner {
    margin-top: 30px;
    margin-left: -10.5px;
    margin-right: -10.5px;
}
.s5-banner a{
    display: block;
    overflow: hidden;
}
.s5-banner a>div{
    width: 280px;
    height: 107px;
    overflow: hidden;
    margin: auto;
    border-radius: 14px;
}
.s5-banner img {
    display: block;
    width: 100%;
    transition:  all .3s;
}
.s5-banner button{
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -44px;
    width: 24px;
    height: 44px;
}
.s5-banner .slick-next {
    right: -43px;
    background: url("../images/arrow-r2.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.s5-banner .slick-prev {
    left: -50px;
    background: url("../images/arrow-l2.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.s5-banner a p {
    font-size: 16px;
    line-height: 36px;
    color: #111111;
    text-align: center;
    margin-top: 10px;
}
.s5-banner a:hover p {
    color: #0f3b9f;
}
.s5-banner a:hover img {
    transform: scale(1.1);
}

.section5 {
    padding-top: 30px;
    padding-bottom: 15px;
    background: #efefef;
}