@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: auto;
}

.banner .slick-slide a:before {
    content: "";
    background: url(../images/bg4.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 164px;
}

body {
    overflow-x: hidden;
}


/*banner*/

.banner {
    overflow: hidden;
    position: relative;
}

.banner a {
    display: block;
}

.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-dots {
    bottom: 15px;
    width: auto;

    right: 10%;
    margin: 0 auto;
    /* text-align: center; */
    font-size: 0;
    max-width: 1300px;
    position: absolute;
}

.banner .slick-dots li {
    width: 34px;
    height: 34px;
    margin: 0 17px;
    border-radius: 50%;
    background: url("../images/dotsbg.png");
    padding: 0;
    position: relative;
    opacity: 0.5;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-dots li button {
    display: none;
}

/**/
.otherbox {
    width: 31.7%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: all 0.3s
}

.otherbox:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    transition: all 0.3s
}

.otherbox .pic {
    padding-top: 53%;
}

.otherbox:nth-child(2) {
    margin-left: 2.6%;
}

/*首页样式*/

.tit {
    line-height: 40px;
    padding: 15px 0 10px 0;
    overflow: hidden;

    width: 100%;
}

.tit h3 {
    float: left;
    font-size: 28px;
    position: relative;
}

.more a {
    display: block;
    font-size: 12px;
    transition: all 0.3s;
    color: #666666;
    border: #e0e0e0 1px solid;
    height: 22px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 15px;
    border-radius: 20px;
    margin-top: 10px;
}

.more a:hover {
    color: #1f5ead;
    margin-right: 0;
    border: #7e9ac7 1px solid;
}


.section1 {
    background: url(../images/section1-bg.jpg) #e5eef9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.s1-l {
    float: left;
    width: 524px;
    margin-right: 40px;
    margin-top: 0;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 65%;

}

.s1-linfo {
    padding: 7%;
    overflow: hidden;
    margin-top: 0;
    background: #ffffff;
}

.s1-linfo p {
    font-size: 14px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    line-height: 24px;
    height: 50px;
    padding-right: 0;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.s1-linfo h2 {
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-linfo span {
    font-style: normal;
    color: #1f2f98;
    font-size: 12px;
}

.s1-linfo span i {
    font-style: normal;
    font-size: 20px;
    padding-right: 5px;
}

.s1-l .slick-dots {
    width: auto;
    right: 37%;
    top: 58%;
    text-align: right;
    height: 30px;
}

.s1-l .slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: none;
    margin: 0 5px;
    border: #ffffff 2px solid;
    opacity: 0.7;
}

.s1-l .slick-dots li button {
    display: none;
}

.s1-l .slick-dots li.slick-active {
    background: #ffffff;
    opacity: 1;
}


.s1-r {
    overflow: hidden;
}

.s1-r ul li {
    margin-top: 0;
    border-bottom: #e2e5e9 1px solid;
    padding: 16px 5px;
    transition: all 0.3s;
}

.s1-r ul li:first-child {
    padding: 16px 0 16px 0;
}

.s1-r ul li:last-child {
    border-bottom: none;
}

.s1-r ul li:hover {
    transition: all 0.3s;
    padding: 16px 0 16px 0;
}

.s1-r ul li:hover h3 {
    color: #1f5ead;
    transition: all 0.3s;
    font-weight: bold;
}

.s1-r ul li a {
    display: block;
    transition: all 0.3s;

}

.s1-r ul li h3 {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

.s1-r ul li span {
    color: #666666;
    font-size: 12px;
    background: url(../images/time.png) left center no-repeat;
    padding-left: 22px;
    line-height: 30px;
}

/**/
.news_left {
    width: 65%;
    float: left
}

.news_right {
    width: 30%;
    float: right;
}

.date_list {
    overflow: hidden;
}

.date_list ul li {
    margin-top: 25px;
    width: 100%;
    transition: all 0.3s;
    overflow: hidden;
    background: #ffffff;
    padding: 13px 10px;
    border-radius: 10px;
}

.date_list ul li a {
    display: block;
    transition: all 0.3s;
    height: auto;
    overflow: hidden;
}

.date_list ul li:first-child {
    margin-top: 0;
    height: auto;
    overflow: hidden;
}

.date_list ul li .date {
    float: left;
    width: 66px;
    height: 60px;

    text-align: center;
    margin-right: 10px;
    transition: all 0.3s;
}

.date_list ul li .date p {
    font-size: 26px;
    /* font-weight: bold; */
    color: #1f2f98;
    margin-top: 0;
    line-height: 35px;
    transition: all 0.3s;
}

.date_list ul li .date span {
    display: block;
    font-size: 12px;
    color: #1f2f98;
    transition: all 0.3s;
}

.date_list ul li .rtx {
    overflow: hidden;
    height: 60px;
    border-left: #1f2f98 1px solid;
    padding-left: 20px;
    padding-right: 15px;
}

.date_list ul li .rtx h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 4px;
    color: #333;


    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

.date_list ul li .rtx p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    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: 10px;
    display: none;
}

.date_list ul li:hover {
    background: #0a6ac9;
    background-image: -moz-linear-gradient(0deg, rgb(13, 157, 228) 0%, rgb(43, 55, 139) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(13, 157, 228) 0%, rgb(43, 55, 139) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(13, 157, 228) 0%, rgb(43, 55, 139) 100%);
    box-shadow: 0px 0px 8.73px 0.27px rgba(0, 0, 0, 0.44);
    transition: all 0.3s
}

.date_list ul li a:hover .date {
    color: #ffffff;
}

.date_list ul li:hover .date p,
.date_list ul li:hover .date span {
    color: #ffffff;
}

.date_list ul li:hover .rtx {
    border-left: #ffffff 1px solid;
}

.date_list ul li:hover .rtx h3 {
    color: #ffffff;
}

/**/
.t_ico1 {

    display: inline-block;
    vertical-align: middle;
}

.i_title {
    width: 100%;
    height: 70px;
    line-height: 70px;

    position: relative;
    margin: 0 auto 50px auto;
    text-align: left;
    z-index: 9;
    border-bottom: #bec4e7 1px solid;
}

.i_title h1 {
    font-size: 28px;
    height: 50px;
    line-height: 30px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
}

.i_title h1 span {
    display: block;
    font-size: 12px;
    color: #666666;
    height: 27px;
    line-height: 27px;
    padding-left: 25px;
    background: url(../images/spanico.png) left center no-repeat;
}

.i_title .i_more {
    font-size: 14px;
    color: #666666;
    margin-right: 5px;
    transition: all 0.6s;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 50px;
    height: 50px;
    display: block;
    background: url(../images/moreico.png) left center no-repeat;
    padding-left: 35px;
}

.i_title .i_more:hover {
    margin-right: 0;
    transition: all 0.3s;
    color: #0a3f89;
}

.section2 {
    background: #f8fafb;
    background-size: cover;
    padding: 40px 0 40px 0;
    height: auto;
    overflow: hidden;
}

.fastbox {
}

.fastbox a {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    height: auto;
    overflow: hidden;
}

.fastbox .icot {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: block;
    position: relative;
    line-height: 110px;
}

.fastbox .icot img {
    display: inline-block;
    z-index: 999;
    margin: 0 auto;
    width: 74px;
    height: 74px;
    vertical-align: middle;
    position: relative;
    z-index: 999;
    padding: 0;
    transition: all 0.5s
}

.fastbox .icot:after {
    content: "";
    position: relative;
    background: url("../images/fast_icobg.png") center no-repeat;
    z-index: 9;
    width: 110px;
    height: 110px;
    left: 0;
    top: -110px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s
}

.fastbox span {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
}

.fastbox .icot:hover:after {
    -webkit-animation: myRotate 6s linear infinite;
    animation: myRotate 6s linear infinite;
    transition: all 0.3s
}

.fastbox a:hover span {
    color: #0a3f89
}

.fastbox img:hover {
    transform: scale(1.1);
    transition: all 0.5s
}

/**/
.otherlist {
    padding: 10px 20px 20px 20px; /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
}

.i-list li {
    position: relative;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #f6f6f8;
    padding: 0 5px;
    transition: all 0.3s;
}

.i-list li:last-child {
    border-bottom: none;
}

.i-list li::before {
    /* content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid #d2d2d2;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; */
}

.i-list li:first-child {
    margin-top: 0;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    transition: all .3s;
    width: 85%;
}


.i-list li:hover {
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.i-list li:hover a {
    color: #1f5ead;
    text-decoration: none;
    padding-left: 0;
    transition: all .3s;
}

.i-list li:hover:before {
    border-left: 10px solid #0d55a3;
}

.i-list li span {
    position: absolute;
    right: 5px;
    top: 50%;
    color: #000;
    color: #999999;
    font-size: 16px;
    transform: translateY(-50%);

}

.section3 {
    background: #fff;
    padding: 30px 0;

    margin: 50px auto;
}

.s3-l,
.s3-r {
    width: 48.46%;
}

.s3-tit {
    border-bottom: 1px solid #ddd;
}

.s3-tit ul {
    line-height: 40px;
    padding: 15px 0;
    font-size: 0;
}

.s3-tit ul li {
    float: left;
    margin-left: 50px;
}

.s3-tit ul li:first-child {
    margin-left: 0;
}

.s3-tit ul li a {
    display: block;
    font-size: 28px;
    color: rgba(34, 34, 34, 0.48);
    position: relative;
}

.s3-tit ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -18px;
    height: 5px;
    background: #ae0207;
    display: none;
}

.s3-tit ul li.on a {
    color: #222;
}

.s3-tit ul li.on a::before {
    display: block;
}

.s3-tit ul li.on a::after {
    display: block;
}

.s3-bd {
    position: relative;
    margin-top: 30px;
}

.s3-bd .more {
    position: absolute;
    top: -70px;
    right: 0;
}

.s3-bd > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.s3-bd > ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.s3-bd > ul li {
    float: left;
    width: 48%;
    margin-top: 30px;
}

.s3-bd > ul li:nth-child(1),
.s3-bd > ul li:nth-child(2) {
    margin-top: 0;
}

.s3-bd > ul li:nth-child(even) {
    margin-left: 4%;
}

.s3-bd > ul li a {
    display: block;
    border: 1px solid #dddddd;
    padding: 12px 20px;
}

.s3-bd > ul li h3 {
    font-size: 16px;
    color: #111;
    line-height: 28px;
    height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s3-bd > ul li .date {
    border-top: 1px solid rgba(221, 221, 221, 0.42);
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}

.s3-bd > ul li .date::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 32px;
    height: 1px;
    background: rgba(177, 43, 23, 0.42);
}

.s3-bd > ul li .date span {
    font-size: 14px;
    color: #999;
    background: url(../images/time2.png) no-repeat left center;
    padding-left: 20px;
    line-height: 30px;
}

/**/
.s33-tit {
    border-bottom: 1px solid #ddd;
}

.s33-tit ul {
    line-height: 40px;
    padding: 15px 0;
    font-size: 0;
}

.s33-tit ul li {
    float: left;
    margin-left: 50px;
}

.s33-tit ul li:first-child {
    margin-left: 0;
}

.s33-tit ul li a {
    display: block;
    font-size: 28px;
    color: rgba(34, 34, 34, 0.48);
    position: relative;
}

.s33-tit ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -18px;
    height: 5px;
    background: #ae0207;
    display: none;
}

.s33-tit ul li.on a {
    color: #222;
}

.s3-tit ul li.on a::before {
    display: block;
}

.s33-tit ul li.on a::after {
    display: block;
}

.s33-bd {
    position: relative;
    margin-top: 30px;
}

.s33-bd .more {
    position: absolute;
    top: -70px;
    right: 0;
}

.s33-bd > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.s33-bd > ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.s3-rt {
}

.s3-rt dd {
    float: left;
    width: 48%;
}

.s3-rt dd:nth-child(even) {
    margin-left: 4%;
}

.s3-rt dd a {
    position: relative
}

.s3-rt .s3-rtinfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    height: 67px;
    overflow: hidden;
    background: url("../images/imgtitbg.png") repeat-x;
    padding-top: 20px;
}

.s3-rt .s3-rtinfo h3 {
    font-size: 16px;
    line-height: 47px;
    height: 47px;
    overflow: hidden;
    text-align: center;
    color: #ffffff
}

.s3-rt .pic {
    padding-top: 62%;
}

.s3-rd {
    margin-top: 2px;
}

.s3-rd dl {
    margin-top: 2%;
}

.s3-rd dd {
    line-height: 52px;
    border-bottom: #dddddd 1px dashed;
}

.s3-rd dd:last-child {
    border-bottom: none
}

.s3-rd dd span {
    float: left;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
    position: relative;
    margin-right: 15px;
}

.s3-rd dd span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 21px;
    width: 1px;
    height: 15px;
    border-left: #e2d7bb 1px solid;
}

.s3-rd dd a {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
}

.s3-rd dd a:hover {
    color: #ae0207;
}

.s3-rd dd a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 27px;
    background: url(../images/jt-y.png);
    width: 18px;
    height: 5px;
}


@media screen and (max-width: 1600px) {
    .px1500 {
    }
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1200px) {
    .s1-l {
        width: 400px;
    }

    .s1-l-r ul li:last-child {
        display: none;
    }

    .s1-r ul li {
        padding: 11px 0;
    }

    .s1-r ul li .s1-r-tx p {
        font-size: 12px;
        line-height: 20px;
    }

    .s1-r ul li .s1-r-tx p img {
        max-height: 14px;
    }



}

@media screen and (max-width: 1100px) {
    .news_left {
        width: 100%
    }

    .news_right {
        width: 100%
    }

    .s1-linfo {
        padding: 4%;
    }

    .s1-r {
        margin: 30px auto
    }
}

@media screen and (max-width: 1024px) {
.otherbox:nth-child(2) {
    margin-left: 0;
}
    .banner .slick-dots {
        bottom: 15px;
    }

    .banner .slick-dots li,
    .banner .slick-dots li button {
        width: 20px;
        height: 20px;
    }

    .s1-l,
    .s1-r {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .i_title {
        margin: 0 auto 20px auto
    }

    .section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .i_title h1 {
        font-size: 20px;
        font-weight: bold
    }

    .fastbox span {
        font-size: 16px;
        padding: 0 10%;
        line-height: 22px;
        margin-top: 10px;
    }

    .fastbox .icot:after {
        display: none
    }

    .section2 {
        padding: 20px 0
    }

    .fastbox .icot img {
        width: 50%;
        height: auto
    }

    .fastbox .icot {
        width: 100%;
        height: 100%;
        line-height: 100%
    }

    .section3 {
        margin: 10px auto
    }

    .otherbox {
        width: 100%;
        margin: 0 auto 30px auto;
        float: none
    }

    .tit h3 {
        font-size: 20px;
        font-weight: bold
    }

    .i-list li {
        font-size: 16px
    }
}

@media screen and (max-width: 768px) {
.s1-l .slick-dots {
    top: 66%;
    right: 42%;
}

    .s1-r ul li h3 {
        font-size: 16px
    }

    .date_list ul li .rtx h3 {
        font-size: 16px
    }


    .fastbox img:hover {
        transform: scale(1);
    }

    .foot-l {
        float: none;
        padding-right: 5%;
    }

    .foot-c {
     /*   float: none;
        display: none   */
    }

    .foot-r {
        float: none;
        padding-left: 0;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s1-l ul li a .pic {
        height: auto;
        padding-top: 64%;
    }

    .s1-l-r {
        margin-top: 20px;
    }

}

@media screen and (max-width: 640px) {
   .s1-l .slick-dots {
       top: 61%; 
    }
}


@media screen and (max-width: 480px) {
.s1-l .slick-dots {
    top: 52%;
    right: 37%;
}
    .tit h3 {
        font-size: 22px;
    }

    .tit h3 img {
        max-height: 20px;
    }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {

.s1-l .slick-dots {
    top: 48%;
    right: 34%;
}

}

@-webkit-keyframes myRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transition: all 0.3s
    }
}

@keyframes myRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transition: all 0.3s
    }
}