.section1 {
    padding-top: 15px;
    padding-bottom: 35px;
}

.jump-top {
    position: relative;
    overflow: hidden;
    line-height: 50px;
}
.jump-top h2 {
position: relative;
padding-left:115px;
    float: right;
    font-weight: normal;
line-height:60px;
}

.jump-top h2 span {
  position: relative;
  font-size: 18px;
  color: #333;
  margin-right: 16px;
  cursor: pointer;
  padding: 8px 16px;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  background:#ecebeb;
}
.sect2{overflow:hidden;}
.sectfg-r{float: right;
    width: 32%;}
.sectfg-r .jump-top h2{float: left;
    font-size: 22px;
    color: #3498db;
font-weight:bold;
margin-left:45px;
   
    border-bottom: 2px solid #0068b6;
}
.sectfg-r .yx{float:none;width:auto;}

.jump-top h2 span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    right: 0;
    height: 3px;
    background-color: #3498db;
    display: none;
}

.jump-top h2 span.on {
    /* font-weight: bold; */
    background:#0068b6;
    color: #fff;
}

.jump-top h2 span.on:after {
    display: block;
}

.jump-top h2 span.on {
    font-weight: bold;
}

.jump {
    position: relative;
    margin-top: 10px;
}

.jump-top .more {
    position: relative;
    float: right;
}

.jump-top .more a {
    position: absolute;
    width: 23px;
    height: 20px;
    left: 0;
    right: 0;
    top: 12px;
    bottom: 0;
    opacity: 0;
    z-index: 2;
}

.jump-top .more a.on {
    position: relative;
    opacity: 2;
    z-index: 8;
}

.jump .jump-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: all .3s;
}

.jump .jump-box.on {
    position: relative;
    opacity: 10;
    z-index: 8;
}

.jump .jump-box>ul li {
    text-align: center;
}

.jump .jump-box>ul li>a {
    display: block;
}

.jump .jump-box>ul li>a .pic {
    position: relative;
    margin: 0 auto;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color:#e3f2fd;
overflow:hidden;
}

.jump .jump-box>ul li>a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
transition: all .3s;
}
.jump .jump-box>ul li>a .pic:hover img{ transform: translate(-50%, -50%) scale(1.2);}
.jump .jump-box>ul li>a .text {
    margin-top: 15px;
padding:0 25px;
}

.jump .jump-box>ul li>a .text p {
    font-size: 16px;
    color: #333;
}

.jump .jump-box>ul li>a:hover .text p {
    

    color:#76b5e0;
}

.sectfg-l{
    width:64%;
    float:left;
}
.sectfg-l .title{
    width:100%;
    margin-bottom:35px;
    margin-top:10px;
}
.jb-l {
    float: left;
    width: 104%;
}


.jb-l>ul {
    margin-left: -10px;
    margin-right: -25px;
}

.jb-l>ul li {
   margin: auto 25px 0 12px;
}

.jb-l>ul li a {
    display: block;
}

.jb-l ul li a .pic-box {
    background-color: #c9c4c4;
}

.jb-l ul li.slick-active .pic-box {
    background-color: #c9c4c4;
}

.jump-box.on li.slick-current .pic-box {
    background-color: #3498db;
}
.jb-l>ul li a .pic {
    position: relative;
    padding-top: 73%;
    transform: translate(9px, 9px);
}

.jb-l>ul li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.jb-l>ul li a p {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.jb-l>ul li:hover a p {
    font-weight: bold;
    text-decoration: underline;
}

.jb-r {
    float: right;
    width: 31%;
}

.jb-r>ul>li {
    position: relative;
    line-height: 48px;
    border-bottom: 1px dashed #e5e5e5;
}

.jb-r>ul>li:last-child {
    border-bottom: none;
}

.jb-r>ul>li:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c9c4c4;
}

.jb-r>ul>li:hover:before {
    background-color: #3498db;
}

.jb-r>ul>li:hover>a {
    color: #3498db;
}

.jb-r>ul>li>a {
    display: block;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section3 {
    background: url(../images/sect3-bg.png) no-repeat center bottom;
    background-size: cover;
}

.sect3 {

    overflow: hidden;

}

.sect3-l {
    float: left;
    width: 64%;
}

.sect3-r {
    float: right;
    width: 32%;
}

.title {
    overflow: hidden;
    line-height: 30px;
}

.title h2 {
    float: left;
    font-size: 22px;
    color: #3498db;
    padding-bottom: 10px;
    border-bottom: 2px solid #0068b6;
}

.title  span {
    font-size: 18px;
    color: #999;
    font-weight: normal;
    padding-left: 10px;
}

.title .more {
    float: right;
}

.title .more img {
    vertical-align: middle;
}

.sect3-l .news {
    overflow: hidden;
    padding-top: 25px;
}

.sect3-l .new-l {
    float: left;
    width: 340px;
}

.sect3-l .new-l a {
    display: block;
}

.sect3-l .new-l a .pic {
    position: relative;
    padding-top: 62.5%;
}

.sect3-l .new-l a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.sect3-l .new-l a .text {
    background-color: #3498db;
    padding: 15px;
}

.sect3-l .new-l a .text h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.sect3-l .new-l a .text p {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect3-l .new-l a .text .date {
    margin-bottom: 10px;
    padding-left: 35px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
}

.sect3-l .new-r {
    overflow: hidden;
    padding-left: 20px;
}

.sect3-l .new-r>ul>li {
    position: relative;
    line-height: 49.5px;
    border-bottom: 1px dashed #bfbfbf;
    padding-right: 60px;
}

.sect3-l .new-r>ul>li>a {
    display: block;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3-l .new-r>ul>li span {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 16px;
    color: #333;
}

.sect3-l .new-r>ul>li:hover>a {
    color: #3498db;
}

.notice>ul>li {
     position: relative;
    line-height: 49.5px;
    border-bottom: 1px dashed #bfbfbf;
    padding-right: 60px;
}

.notice>ul>li:first-child {
    margin-top: 25px;
}

.notice>ul>li>a {
    display: block;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice>ul>li>a>span {
  position: absolute;
    right: 5px;
    top: 0;
    font-size: 16px;
    color: #333;
}
.notice>ul>li>a:hover{
    color: #3498db;
}
.notice>ul>li>a:hover span{
    color: #3498db;
}
.notice>ul>li>a .date p {
    line-height: 35px;
    font-size: 18px;
    background-color: #76b5e0;
    font-size: 18px;
    color: #fff1f1;
}

.notice>ul>li>a .date span {
    display: block;
    line-height: 31px;
    font-size: 12px;
    color: #333;
}

.notice>ul>li>a .text {
    overflow: hidden;
    padding-left: 15px;
}

.notice>ul>li:hover>a .date {
    border: 1px solid #3498db;
}

.notice>ul>li:hover>a .date p {
    background-color: #3498db;
    color: #fff;
}

.notice>ul>li:hover>a .date span {
    color: #3498db;
}

.notice>ul>li>a .text p {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notice>ul>li:hover>a .text p {
    font-size: 16px;
    color: #3498db;
}

.sect3-down {
    margin-top: 28px;
    margin-bottom: 30px;
}

.sect3-down>ul {
    margin-left: -25px;
    margin-right: -25px;
}

.sect3-down>ul li {
    margin: 0 25px;
}

.sect3-down>ul li>a {
    display: block;
    background-color: #e6e6e6;
    padding: 15px 8px;
    overflow: hidden;
}

.sect3-down>ul li>a .icon {
    position: relative;
    width: 40px;
    float: left;
    height: 42px;
}

.sect3-down>ul li>a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    z-index: 3;
}

.sect3-down>ul li>a .icon img:first-child {
    z-index: 5;
}

.sect3-down>ul li>a .text {
    overflow: hidden;
    padding-left: 10px;
    height: 42px;
}

.sect3-down>ul li>a .text p {
    line-height: 42px;
    font-size: 14px;
    color: #242424;
}

.sect3-down>ul li:hover>a {
    background-color: #3498db;
}

.sect3-down>ul li:hover>a .icon img {
    z-index: 8;
}

.sect3-down>ul li:hover>a .text p {
    color: #fff;
}

.sect3-down .slick-prev {
    left: -25px;
    width: 25px;
    height: 42px;
    background: url(../images/sect3-down-l.png) no-repeat center center;
    z-index: 5;
}

.sect3-down .slick-next {
    right: -25px;
    width: 25px;
    height: 42px;
    background: url(../images/sect3-down-r.png) no-repeat center center;
    z-index: 5;
}

@media screen and (max-width:1300px) {
    .sect3-down>ul {
        margin-left: 0;
        margin-right: 0;
    }
    .sect3-down .slick-prev {
        left: 0;
    }
    .sect3-down .slick-next {
        right: 0;
    }
    
}

@media screen and (max-width:1020px) {
   
    .foot-r {
        float: none;
        margin-top: 10px;
        text-align: center;
    }
    .jb-r>ul>li {
        line-height: 40px;
    }
    .sect3-l {
        float: none;
        width: auto;
    }
    .sect3-r {
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .jb-l {
        float: none;
        width: auto;
    }
    .jb-r {
        float: none;
        width: auto;
        margin-top: 10px;
    }
}

@media screen and (max-width:600px) {
    .section1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
.jump-top h2{padding-left:60px; line-height:45px;}

.jump-top>div{font-size: 14px!important;}
    .jump-top h2 span {
        font-size: 14px;
       padding: 8px 8px;
        margin-right:5px;
        padding-bottom:10px
    }
    .jump-top h2 span.on{
        border-bottom:3px solid #3498db;
    }
    .jump-top {
        padding-bottom: 10px;
    }
    .more img {
        height: 10px;
    }
    .sect3,
    .sect3-l .news {
        padding-top: 15px;
    }
    .sect3-l .new-l {
        float: none;
        width: auto;
    }
    .sect3-l .new-r {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .sectfg-l{
        width:100%;
float:none;
    }
.sectfg-r{float:none;width:auto;}

}

@media screen and (max-width:350px) {
    .jump-top h2 span {
        padding-right: 5px;
    }
    .jump .jump-box>ul li>a .text p {
        font-size: 12px;
    }
}

.jump .jump-box .slick-next {
    right: -40px;
    width: 40px;
    height: 40px;
    background: url(../images/sect3-down-r.png) no-repeat center center;
}
.jump .jump-box .slick-prev {
    left: -40px;
    width: 40px;
    height: 40px;
    background: url(../images/sect3-down-l.png) no-repeat center center;
}
@media screen and (max-width:1400px) {
    .jump .jump-box .slick-prev {
        left: 0;
    }
    .jump .jump-box .slick-next {
        right:0;
    }
}