@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: auto;}

body {
    overflow-x: hidden;}

.fdtp {
    position: fixed;
    left: 0;
    z-index: 999;
    bottom: 280px;}
html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;}
/*banner*/
.banner {
    overflow: hidden;
    position: relative;}

.banner .slick {
    position: relative;
    z-index: 9;}

.banner .slick-slide a {
    display: block;
    position: relative;}

.banner .slick-slide a img {
    display: block;
    width: 100%;}

.banner .slick-slide .banner-video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
    background: #000;
    object-fit: cover;
    object-position: top center;}

.banner .slick-dots {
    bottom: 40px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    max-width: 1400px;}

.banner .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 15px;
    padding: 0;
    font-size: 24px;
    position: relative;
    transition: all 0.3s;}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/banjt.png) no-repeat;
    width: 34px;
    height: 9px;
    display: none;}

.banner .slick-dots li span {
    display: block;
    font-size: 24px;
    padding: 0;
    color: #333;
    transition: all 0.3s;}

.banner .slick-dots li.slick-active {
    margin: 0 40px 0 15px;}

.banner .slick-dots li.slick-active::after {
    display: block;}

.banner .slick-dots li.slick-active span {
    font-size: 30px;
    color: #02468f;}

/*首页样式*/
.tit {
    padding: 50px 0;
    overflow: hidden;
    text-align: center;
    position: relative;}

.tit h3 {
    display: inline-block;
    font-size: 0;
    position: relative;}

.tit h3 p {
    font-size: 32px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(bottom, #02468f, #0360b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;}

.tit h3 span {
    display: inline-block;
    font-size: 16px;
    color: #02468f;
    position: relative;
    margin-top: 2px;}

.tit h3 span::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #02468f;}

.tit h3 span::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #02468f;}

.tit h3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 74px;
    width: 79px;
    background: url(../images/tit-logo.png) no-repeat center;}

.more a {
    display: block;
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);}

.more a:hover {
    color: #02468f;}

.section12 {
    background: url(../images/section12-bg1.jpg) no-repeat left bottom;
    padding-bottom: 50px;
    box-sizing: border-box;}

.s1-lbox {
    width: 690px;
    margin-right: 37px;}

.s1-l {
    width: 100%;}

.s1-l ul li a {
    display: block;
    position: relative;}

.s1-l ul li a .pic {
    padding-top: 460px;
    width: 100%;}

.s1-l ul li a .pic img {
    vertical-align: middle;}

.s1-l ul li a .pic span {
    display: block;
    position: absolute;
    left: 0;
    top: 24px;
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-image: linear-gradient(to top, #02468f, #0360b8);
    color: #fff;
    border-top-right-radius: 23px;
    font-family: "Times New Roman";
    font-size: 22px;
    z-index: 1;}

.s1-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 97px;
    background: url(../images/jdt-yy.png) repeat-x;}

.s1-linfo {
    overflow: hidden;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 0;}

.s1-l .slick-prev,
.s1-l .slick-next {
    width: 45px;
    height: 67px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);}

.s1-l .slick-prev {
    background: rgba(49, 49, 49, .6) url(../images/prev1.png) no-repeat;
    background-position: center center;
    left: 0;}

.s1-l .slick-next {
    background: rgba(49, 49, 49, .6) url(../images/next1.png) no-repeat;
    background-position: center center;
    right: 0;}

.s1-linfo h3 {
    font-size: 20px;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #fff;}

.s1-linfo p {
    font-size: 14px;
    line-height: 26px;
    max-height: 52px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;}

.s1-l ul li a:hover .s1-linfo h3 {}

.s1-sml {
    margin-top: 18px;}

.s1-sml .slick-list {
    margin-left: -8px;
    margin-right: -8px;}

.s1-sml ul li a {
    display: block;
    margin: 0 8px;}

.s1-sml ul li .pic {}

.s1-sml ul li .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    transition: all 0.3s;}

.s1-sml ul li.slick-current .pic::after {
    border-color: #02468f;}

.s1-r {
    overflow: hidden;}

.s1-r ul li:first-child a {
    margin-top: 0;}

.s1-r ul li a {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.3s;
    background: #FFF;
    opacity: 0.8;
    padding: 10px;}

.s1-r ul li .date {
    float: left;
    margin-right: 20px;
    background: url(../images/icon-dt1.png) no-repeat center;
    text-align: center;
    width: 86px;
    height: 80px;
    transition: all 0.3s;}

.s1-r ul li .date p {
    font-size: 30px;
    color: #02468f;
    margin-top: 5px;
    transition: all 0.3s;}

.s1-r ul li .date span {
    display: block;
    font-size: 14px;
    color: #02468f;
    transition: all 0.3s;}

.s1-r ul li .tx {
    overflow: hidden;}

.s1-r ul li .tx h3 {
    line-height: 30px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s;}

.s1-r ul li .tx p {
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    margin-top: 6px;}

.s1-r ul li a:hover .date {
    background: url(../images/icon-dt2.png) no-repeat center;}

.s1-r ul li a:hover .date p,
.s1-r ul li a:hover .date span {
    color: #fff;}

.s1-r ul li a:hover .tx h3 {
    color: #02468f;
    font-weight: bold;}

.s2-c {
    margin-top: -30px;}

.s2-c ul li {
    float: left;
    width: 31.333%;
    margin-left: 3%;}

.s2-c ul li:nth-child(3n+1) {
    margin-left: 0;}

.public-sjlist li a {
    display: block;
    overflow: hidden;
    padding: 30px 10px 20px 10px;
    transition: all 0.3s;
    box-sizing: border-box;}

.public-sjlist li:hover a {
    background: #eef7ff;}

.public-sjlist li .date {
    text-align: center;
    margin-right: 20px;
    background-image: url(../images/icon-tz1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 83px;
    height: 73px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;}

.public-sjlist li .date::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url(../images/icon-tz2.png) no-repeat center;
    width: 80px;
    height: 91px;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;}

.public-sjlist li .date p {
    font-size: 30px;
    color: #02468f;
    margin-top: 2px;}

.public-sjlist li .date span {
    display: block;
    font-size: 13px;
    color: #02468f;}

.public-sjlist li h3 {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;}

.public-sjlist li a:hover h3 {
    color: #02468f;
    font-weight: bold;}

.public-sjlist li a:hover .date {
    background-image: none;}

.public-sjlist li:hover a .date p,
.public-sjlist li:hover .date span {
    color: #fff;}

.public-sjlist li a:hover .date::before {
    opacity: 1;}

.section3 {
    padding: 0 0 120px 0;
    background: url(../images/section3-bg.jpg) no-repeat center;
    background-size: cover;}

.s3-c .slick-list {
    padding-top: 10px;}

.s3-c>ul {
    margin-left: -27px;
    margin-right: -27px;}

.s3-c ul li {
    transition: all 0.3s;}

.s3-c ul li a {
    display: block;
    background: #fff url(../images/s3-bg.jpg) no-repeat right bottom;
    padding: 0 30px 30px 20px;
    margin: 0 27px;}

.s3-c ul li .date {
    position: relative;
    top: -10px;
    left: -20px;
    width: 285px;
    height: 52px;
    line-height: 52px;
    background-color: #e7f2ff;
    border-top-right-radius: 20px;}

.s3-c ul li .date p {
    display: inline-block;
    height: 52px;
    padding-left: 25px;
    font-size: 14px;
    color: #02468f;}

.s3-c ul li .date p span {
    font-family: "Impact";
    font-size: 22px;
    padding-right: 5px;}

.s3-c ul li .date em {
    display: inline-block;
    font-size: 14px;
    color: #02468f;
    background-color: #d3e7ff;
    border-radius: 13px;
    width: 50px;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    margin-left: 10px;
    vertical-align: 5px;}

.s3-c ul li .s3-cinfo h3 {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 0.3s;}

.s3-c ul li .s3-cinfo p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 30px;}

.s3-c ul li .s3-cinfo p.sj {
    background: url(../images/icon-time.png) no-repeat left center;}

.s3-c ul li .s3-cinfo p.zcr {
    background: url(../images/icon-zjr.png) no-repeat left center;}

.s3-c ul li .s3-cinfo p.dd {
    background: url(../images/icon-dd.png) no-repeat left center;}

.s3-c ul li a:hover .s3-cinfo h3 {
    color: #02468f;}

.s3-c ul li a:hover .date {
    background-image: linear-gradient(#0360b8, #02468f);}

.s3-c ul li a:hover .date p {
    color: #fff;}

.s3-c ul li a:hover .date em {
    background: #1e6ab6;
    color: #fff;}

.s3-c .slick-prev,
.s3-c .slick-next {
    width: 25px;
    height: 48px;}

.s3-c .slick-prev {
    left: -30px;
    background: url(../images/prev3.png) no-repeat;
    background-size: cover;}

.s3-c .slick-next {
    right: -30px;
    background: url(../images/next3.png) no-repeat;
    background-size: cover;}

.s3-c .slick-dots {
    font-size: 0;
    bottom: -50px;}

.s3-c .slick-dots li button {
    display: none;}

.s3-c .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #02468f;
    margin: 0 10px;
    transition: all 0.3s;}

.s3-c .slick-dots li.slick-active {
    background: #02468f;}

.section45 {
    background: url(../images/section45-bg.jpg) no-repeat right center;
    background-size: cover;}

.section4 {
    padding: 10px 0 0 0;}

.s4-c ul li {
    float: left;
    width: 30.666%;
    margin-left: 4%;}

.s4-c ul li:first-child {
    margin-left: 0;}

.s4-c ul li a {
    display: block;}

.s4-c ul li .pic {
    padding-top: 69.76%;}

.s4-c ul li .pic span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-image: linear-gradient(to top, #02468f, #0360b8);
    color: #fff;
    border-top-right-radius: 23px;
    font-family: "Times New Roman";
    font-size: 18px;
    z-index: 1;}

.s4-c ul li .s1-linfo {
    position: static;
    padding: 25px 10px;
    transition: all 0.3s;
    background-color: transparent;}

.s4-c ul li .s1-linfo h3 {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
    color: #333;}

.s4-c ul li a:hover .s1-linfo {
    background-color: #fff;
    box-shadow: 0.629px 0.777px 60px 0px rgba(195, 195, 195, 0.4);}

.section5 {
    padding-bottom: 40px;}

.s1-tit {
    text-align: center;}

.s1-tit ul {
    overflow: hidden;
    padding: 50px 0 20px 0;
    font-size: 0;}

.s1-tit ul li {
    display: inline-block;
    margin: 0 70px;}

.s1-tit ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    position: relative;}

.s1-tit ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 74px;
    width: 79px;
    background: url(../images/tit-logo.png) no-repeat center;
    display: none;}

.s1-tit ul li.on a::after {
    display: block;}

.s1-tit ul li a p {
    font-size: 32px;
    font-weight: bold;
    color: #999;}

.s1-tit ul li a span {
    display: inline-block;
    font-size: 16px;
    color: transparent;
    position: relative;
    margin-top: 2px;}

.s1-tit ul li a span::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #02468f;
    display: none;}

.s1-tit ul li a span::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #02468f;
    display: none;}

.s1-tit ul li.on a p {
    color: #333;
    background-image: -webkit-linear-gradient(bottom, #02468f, #0360b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

.s1-tit ul li.on a span {
    color: #02468f;}

.s1-tit ul li.on a span::before {
    display: block;}

.s1-tit ul li.on a span::after {
    display: block;}

.s1-bd {
    position: relative;
    margin-top: 10px;}

.s1-bd>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;}

.s1-bd>ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;}

.s1-bd>ul li {
    float: left;
    width: 31.333%;
    margin-left: 3%;}

.s1-bd>ul li:nth-child(3n+1) {
    margin-left: 0;}

.s1-bd>ul .more {
    clear: both;}

.s1-bd>ul .more a {
    right: 0;
    top: -75px;
    transform: translateY(0);}

.s1-bd>ul li a {
    display: block;
    background-color: #fff;
    border-top-right-radius: 40px;
    box-shadow: 0.629px 0.777px 10px 0px rgba(195, 195, 195, 0.2);
    padding: 25px;
    margin: 15px 0;
    overflow: hidden;
    transition: all 0.3s;
    height: 140px;}

.s1-bd>ul li h3 {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}

.s1-bd>ul li p {
    color: #999;
    margin-top: 10px;
    background: url(../images/time1.png) no-repeat left center;
    padding-left: 25px;
    line-height: 28px;}

.s1-bd>ul li a:hover {
    background-image: url(../images/s5-hw.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}

.s1-bd>ul li a:hover h3,
.s1-bd>ul li a:hover p {
    color: #fff;}

.s1-bd>ul li a:hover p {
    background-image: url(../images/time2.png);}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1550px) {
    .s3-c {
        padding: 0 50px;}
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {
    .s1-lbox {
        width: 600px;}

    .s1-l ul li a .pic {
        padding-top: 400px;}

    .s1-sml ul li .pic {
        padding-top: 95px;}

    .s1-r ul li a {
        margin-top: 28px;}
}

@media screen and (max-width:1100px) {}

@media screen and (max-width: 1024px) {
    .fdtp {
        display: none;}

    .banner .slick-dots {
        bottom: 20px;}

    .banner .slick-dots li {
        margin: 0 10px;}

    .banner .slick-dots li span {
        font-size: 18px;}

    .banner .slick-dots li.slick-active span {
        font-size: 24px;}

    .banner .slick-dots li::after {
        left: 32px;}

    .tit {
        padding: 30px 0;}

    .tit h3 p {
        font-size: 26px;}

    .tit h3 span {
        font-size: 13px;}

    .tit h3 span::before,
    .tit h3 span::after {
        width: 35px;}

    .tit h3 span::before {
        left: -45px;}

    .tit h3 span::after {
        right: -45px;}

    .more a {
        font-size: 14px;}

    .tit h3::after {
        width: 64px;
        height: 68px;
        background-size: cover;
        top: -4px;}

    .s1-lbox {
        float: none;
        width: auto;
        margin-right: 0;}

    .s1-sml {
        display: none;}

    .s1-l ul li a .pic {
        padding-top: 66.666%;}

    .s1-l ul li a .pic span {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;}

    .s1-l .slick-prev,
    .s1-l .slick-next {
        width: 35px;
        height: 57px;
        background-size: auto 25px;}

    .s1-linfo h3 {
        font-size: 18px;}

    .s1-linfo p {
        margin-top: 10px;}

    .s1-r {
        margin-top: 30px;}

    .s1-r ul li .date {
        width: 76px;
        height: 70px;
        background-size: cover;}

    .s1-r ul li .date p {
        font-size: 24px;
        margin-top: 8px;}

    .s1-r ul li .date span {
        font-size: 12px;}

    .s1-r ul li .tx h3 {
        line-height: 26px;}

    .s1-r ul li .tx p {
        margin-top: 3px;
        font-size: 12px;
        line-height: 20px;
        max-height: 40px;}

    .s1-r ul li a {
        margin-top: 24px;}

    .public-sjlist li .date p {
        font-size: 24px;}

    .public-sjlist li .date span {
        font-size: 12px;}

    .public-sjlist li .date {
        width: 73px;
        height: 63px;}

    .public-sjlist li h3 {
        margin-top: 0;}

    .public-sjlist li a {
        padding: 15px 0;}

    .section12 {
        padding-bottom: 20px;}

    .s2-c {
        margin-top: -15px;}

    .s2-c ul li {
        width: 48.5%;}

    .s2-c ul li:nth-child(3n+1) {
        margin-left: 3%;}

    .s2-c ul li:nth-child(2n+1) {
        margin-left: 0;}

    .s3-c ul li .date {
        width: 246px;
        height: 44px;
        line-height: 44px;}

    .s3-c ul li .date p span {
        font-size: 16px;}

    .s3-c ul li .date p,
    .s3-c ul li .date em {
        font-size: 12px;}

    .s3-c ul li .date p {
        padding-left: 20px;
        height: 44px;}

    .s3-c ul li .date em {
        width: 45px;}

    .s3-c ul li .s3-cinfo h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;}

    .s3-c ul li .s3-cinfo h3 {
        margin-top: 4px;}

    .s3-c ul li a {
        padding: 0 20px 20px 20px;
        margin: 0 15px;}

    .s3-c>ul {
        margin-left: -15px;
        margin-right: -15px;}

    .s3-c .slick-prev,
    .s3-c .slick-next {
        width: 20px;
        height: 38px;
        background-size: cover;}

    .s3-c .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 6px;}

    .s3-c .slick-dots {
        bottom: -30px;}

    .section3 {
        padding: 0 0 50px 0;}

    .section4 {
        padding: 0;}

    .s4-c ul li .pic span {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;}

    .s4-c ul li .s1-linfo h3 {
        font-size: 16px;}

    .s1-linfo p {
        font-size: 12px;}

    .s4-c ul li .s1-linfo {
        padding: 15px 10px;}

    .s1-tit ul li a p {
        font-size: 26px;}

    .s1-tit ul li a span {
        font-size: 13px;}

    .s1-tit ul li a span::before,
    .s1-tit ul li a span::after {
        width: 35px;}

    .s1-tit ul li a span::before {
        left: -45px;}

    .s1-tit ul li a span::after {
        right: -45px;}

    .s1-tit ul li a::after {
        width: 64px;
        height: 68px;
        background-size: cover;
        top: -4px;}

    .s1-tit ul li {
        margin: 0 40px;}

    .s1-bd>ul li {
        width: 48.333%;}

    .s1-bd>ul li:nth-child(3n+1) {
        margin-left: 3%;}

    .s1-bd>ul li:nth-child(2n+1) {
        margin-left: 0;}

    .s1-bd>ul li a {
        padding: 15px 20px;}
}

@media screen and (max-width: 768px) {
    .banner .slick-dots {
        bottom: 10px;}

    .banner .slick-dots li {
        margin: 0 5px;}

    .banner .slick-dots li span {
        font-size: 16px;}

    .banner .slick-dots li.slick-active span {
        font-size: 20px;}

    .banner .slick-dots li::after {
        width: 24px;
        height: 6px;
        background-size: cover;}

    .banner .slick-dots li::after {
        left: 24px;}

    .banner .slick-dots li.slick-active {
        margin: 0 26px 0 5px;}

    .s1-linfo h3 {
        font-size: 16px;}

    .s3-c .slick-prev,
    .s3-c .slick-next {
        width: 12px;
        height: 23px;}

    .s3-c {
        padding: 0 30px;}

    .s3-c .slick-prev {
        left: -20px;}

    .s3-c .slick-next {
        right: -20px;}

    .s3-c ul li .date p span {
        font-size: 20px;}

    .s4-c ul li {
        width: 47.888%;}

    .s4-c ul li:nth-child(3) {
        display: none;}

    .wrap_mode1 {
        padding: 30px 0;}

    .wrap_mode3 {
        margin: 30px 0;}

    .wrap_mode2 {
        background-size: cover;
        padding: 30px 0;}

    .mode2 .articleTitle2 .title {
        color: #fff;
        border-top: #fff 1px solid;}

    .mode1>.gp-fl,
    .mode1>.gp-fr,
    .mode2>.gp-fl,
    .mode2>.gp-fr {
        width: 100%;
        float: none;}

    .mode2>.gp-fr {
        margin-top: 30px;}

    .articleTitle1 .title {
        background-size: contain;
        padding-left: 40px;}

    .mode1 .articleTitle2 {
        text-align: left;}
}

@media screen and (max-width: 640px) {
    .s2-c ul li {
        float: none;
        width: auto;
        margin: 0;}

    .s2-c ul li:nth-child(3n+1) {
        margin-left: 0;}

    .s4-c ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 20px;}

    .s4-c ul li:first-child {
        margin-top: 0;}

    .s1-bd>ul li {
        float: none;
        width: auto;
        margin-left: 0;}

    .s1-bd>ul li:nth-child(3n+1) {
        margin-left: 0;}

    .s1-tit {
        text-align: left;}
}

@media screen and (max-width: 480px) {
    .tit h3 p {
        font-size: 24px;}

    .s1-l ul li a .pic span {
        width: 110px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        top: 15px;}

    .s1-bd>ul .more a {
        position: static;
        text-align: center;}

    .s1-tit ul li a p {
        font-size: 24px;}

    .s1-tit ul li {
        margin: 0 0 0 20px;}

    .s1-tit ul li:first-child {
        margin-left: 0;}

    .s1-tit ul li.on a span::after,
    .s1-tit ul li.on a span::before {
        display: none;}
}

@media screen and (max-width: 375px) {
    .s1-tit ul li a span {
        font-size: 12px;}
}

@media screen and (max-width: 320px) {}

@media screen and (min-width:2000px) {
    .gp-topNav.gp-container {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;}

    .gp-container {
        width: 1200px;}
}

@media screen and (max-width:1600px) {
    .gp-topNav.gp-container {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;}

    .gp-container {
        width: 1200px;}
}

@media screen and (max-width:1400px) {
    .gp-container {
        width: 1100px;}
}

@media screen and (max-width:1300px) {
    .gp-container {
        width: auto;
        margin-left: 30px !important;
        margin-right: 30px !important;}
}

@media screen and (max-width: 1024px) {
    .gp-container {
        width: auto;
        margin-left: 15px !important;
        margin-right: 15px !important;}
}