.main {
    background: url(../images/mian-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.title {
    overflow: hidden;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.title h2 {
    position: relative;
    float: left;
    font-weight: normal;
}

.title h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #127889;
    bottom: -10px;
}

.title h2 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.title h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #333;
}

.title .more {
    float: right;
}

.title .more a {
    font-size: 14px;
    color: #666;
}

.section1 {
    padding: 40px 0;
}

.sect1 {
    overflow: hidden;
}

.sect1-l {position: relative;
    float: left;
    width: 65%;
}

.s1-l-bt {
    margin-top: 20px;
margin-right: 40px;

}
.sect1-l .more1{
    position: absolute;
    top: 8px;
    right: 11px;
    }
.sect1-l .more1 a{display: none;
    font-size: 14px;
    color: #666;}
.sect1-l .more1 a.on{display:inline-block;}
.s1-l-bt span {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    background-color: #f2fdff;
    font-size: 16px;
    color: #127889;
    margin-right: 20px;
    cursor: pointer;
}

.s1-l-bt span.on {
    background-color: #127889;
    color: #fff;
}

.s1-l-qh {
    position: relative;
}

.s1-l-qh ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: all .3s;
}

.s1-l-qh ul.on {
    position: relative;
    opacity: 10;
    z-index: 8;
}

.list {
    margin-top: 15px;
}

.list>li {
    position: relative;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 50px;
    background: url(../images/list.png) no-repeat left center;
    transition: all .3s;
}

.list>li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
}

.list>li:hover a {
    color: #127889;
}

.sect1-l .list>li {
    padding-left: 0;
    background-image: none;
    padding-right: 100px;
}

.sect1-l .list>li a i {
    vertical-align: middle;
}

.sect1-r {
    float: right;
    width: 33%;
}

.tit-other h2 {
    margin-right: 30px;
    cursor: pointer;
}

.sect1-r .tit-other h2:after {
    display: none;
}

.title .more a:hover {
    color: #127889;
}

.tit-other h2 span {
    color: #666;
}

.tit-other h2 img:first-child {
    display: none;
}

.tit-other h2.on:after {
    display: block;
}

.title h2 img.tit-icon {
    display: inline-block;
}

.tit-other h2.on img:first-child {
    display: inline-block;
}

.tit-other h2.on img.tit-icon {
    display: none;
}

.tit-other h2.on span {
    color: #333;
}

.tit-other .more a {
    display: none;
}

.tit-other .more a.on {
    display: inline-block;
}

.sect1-r-qh {
    position: relative;
}

.sect1-r-qh .qh-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: all .3s;
}

.sect1-r-qh .qh-box.on {
    position: relative;
    opacity: 10;
    z-index: 8;
}

.sr-top {
    margin-top: 25px;
}

.sr-top a {
    position: relative;
    display: block;
}

.sr-top a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-r-tc.png) no-repeat center bottom;
    background-size: 100% cover;
}

.sr-top a .pic {
    padding-top: 68%;
}

.sr-top a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 3;
}

.sect2-l {
    float: left;
    width: 65%;
}

.sect2-l-top {
    overflow: hidden;
}

.sect2-ll-l .tit-other h2:after {
    display: none;
}

.sect2-ll-l .tit-other h2.on:after {
    display: block;
}

.sect2-ll-l {
    position: relative;
    float: left;
    width: 420px;
    background-color: #fff;
    margin-right: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
}

.sect2-ll-l:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background-color: #fff;
    z-index: -1;
}

.s2-l-qh {
    position: relative;
}

.s2-qh-box {
    margin-top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: all .3s;
}

.s2-qh-box.on {
    position: relative;
    opacity: 10;
    z-index: 8;
}

.s2-qh-box a {
    display: block;
    padding-bottom: 60px;
}

.s2-qh-box a .pic {
    padding-top: 62.5%;
}

.s2-qh-box a .date {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #127889;
    font-size: 14px;
    color: #fff;
}

.s2-qh-box a .text h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.s2-qh-box a .text p {
    line-height: 29px;
    font-size: 14px;
    color: #999;
    height: 58px;
    overflow: hidden;
}

.s2-qh-box .slick-dots {
    bottom: 7px;
}

.s2-qh-box .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dfdfdf;
    margin: 0 10px;
}

.s2-qh-box .slick-dots li.slick-active {
    background-color: #127889;
}

.s2-qh-box .slick-prev {
    width: 15px;
    height: 25px;
    bottom: 0;
    left: 30%;
    top: auto;
    transform: none;
    background: url(../images/s2-l-l.png) no-repeat center center;
}

.s2-qh-box .slick-next {
    width: 15px;
    height: 25px;
    bottom: 0;
    right: 30%;
    top: auto;
    transform: none;
    background: url(../images/s2-l-r.png) no-repeat center center;
}

.sect2-ll-r {
    overflow: hidden;
}

.sect2-ll-r ul {
    background-color: #fff;
    margin-top: 30px;
    padding: 25px 20px;
}

.sect2-ll-r ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #cccccc;
}

.sect2-ll-r ul li:last-child {
    border-bottom: none;
}

.sect2-ll-r ul li a { display:block;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    font-weight: normal;
}

.sect2-ll-r ul li p {
    margin: 5px 0;
    font-size: 14px;
    color: #999;
}

.sect2-ll-r ul li p img {
    vertical-align: middle;
    margin-right: 5px;
}

.sect2-l-down>ul {
    margin-top: 20px;
    overflow: hidden;
}

.sect2-l-down>ul>li {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.sect2-l-down>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.sect2-l-down>ul>li a {
    display: block;
}

.sect2-l-down>ul>li a .pic {
    padding-top: 49.6%;
}

.sect2-r {
    float: right;
    width: 33%;
}

.sect2-r ul li {
    line-height: 60px;
    background-color: #fff;
    margin-top: 13px;
}

.sect2-r ul li a {
    
    display: block;
    text-align: left;padding-left:100px;
}

.sect2-r ul li a i {
    display: inline-block;
    width: 24px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

.sect2-r ul li a i img {
    display: inline-block;
    vertical-align: middle;
}

.sect2-r ul li a i img.dt-other {
    display: none;
}

.sect2-r ul li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
}

.sect2-r ul li:hover {
    background-color: #127889;
}

.sect2-r ul li:hover i img.dt {
    display: none;
}

.sect2-r ul li:hover i img.dt-other {
    display: inline-block;
}

.sect2-r ul li:hover a span {
    color: #fff;
}

.section3 {
    padding-top: 35px;
    padding-bottom: 80px;
}

.sect3>ul>li {
    position: relative;
    float: left;
    width: 24%;
    margin-left: 1.333%;
    margin-top: 20px;
    padding: 8px 10px;
    box-sizing: border-box;
    top: 0;
    transition: all .3s;
}

.sect3>ul>li:nth-child(4n-3) {
    margin-left: 0;
}

.sect3>ul>li.zd1 {
    background: url(../images/zd1-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3>ul>li.zd2 {
    background: url(../images/zd2-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3>ul>li.zd3 {
    background: url(../images/zd3-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3>ul>li.zd4 {
    background: url(../images/zd4-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3>ul>li.zd5 {
    background: url(../images/zd1-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3>ul>li.zd1 {
    background: url(../images/zd5-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3>ul>li.zd6 {
    background: url(../images/zd6-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3>ul>li.zd7 {
    background: url(../images/zd7-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3>ul>li.zd8 {
    background: url(../images/zd8-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3>ul>li a {
    display: block;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.sect3>ul>li a p {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
}

.sect3>ul>li:hover {
    top: -5px;
    box-shadow: 0 0 5px #ada6a6;
}

@media screen and (max-width: 1200px) {
    .sect1-l {
        width: 60%;
    }
    .sect1-r {
        width: 38%;
    }
    .s1-l-bt span {
        padding: 0 10px;
        margin-right: 10px;
    }
    .sect1-l .list>li {
        line-height: 40px;
    }
    .sect2-l {
        float: none;
        width: 100%;
    }
    .sect2-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect2-r ul li {
        border: 1px solid #eee;
    }
}

@media screen and (max-width: 1000px) {
    .sect1-l {
        float: none;
        width: 100%;
    }
    .sect1-r {
        float: none;
        width: 100%;
    }
    .sect2-ll-l {
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 0;
    }
    .sect3>ul>li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }
    .sect3>ul>li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:700px) {
    .section1 {
        padding: 15px 0;
    }
    .title h2 span {
        font-size: 18px;
    }
    .s1-l-bt span {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .tit-other h2 {
        margin-right: 10px;
    }
    .s2-qh-box a .text h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .s2-qh-box a {
        padding-bottom: 30px;
    }
    .sect2-ll-r ul {
        padding: 10px 0;
        margin-top: 0;
    }
    .sect3>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .section3 {
        padding: 15px 0;
    }
    .sect2-r ul li a span {
        font-size: 16px;
    }
    .s2-qh-box a .text h2 {
        font-size: 18px;
    }
    .s2-qh-box .slick-prev {
        background-size: 10px auto;
    }
    .s2-qh-box .slick-next {
        background-size: 10px auto;
    }
    .sect2-l-down>ul {
        margin-top: 0;
    }
    .sect3>ul>li a {
        font-size: 14px;
    }
    .sr-top a p {
        font-size: 14px;
    }
}