@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
input,
select {
    outline: none;
    border: 0;
}
body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft yahei", "simhei", "simsun";
}
img {
    border: 0;
}
body {
    background: url(banner_Xu210917.png) no-repeat top center;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.banner {
    width: 1200px;
    margin: 0 auto;
}
.banner .logo {
    width: 100%;
    text-align: center;
    margin: 150px 0 35px;
}
.banner .logo .main_logo img {
    width: 979px;
}
.banner .logo2 .main_logo {
    margin: 0 auto 38px;
    text-align: center;
}
.contents {
    width: 1200px;
    margin: 160px auto 0;
    border-radius: 5px;
    position: relative;
}
.contents_title {
    width: 554px;
    height: 89px;
    border-radius: 0 15px 15px 0;
    background: url(title_bg_Xu210917.png) no-repeat center right -10px, linear-gradient(to right, #add759, #0e62ff);
}
.contents_title p {
    text-align: right;
    line-height: 89px;
    margin-right: 45px;
    font-size: 24px;
    color: #fff;
}
.main {
    margin-top: 38px;
    position: relative;
}
.main .swiper-container {
    width: 100%;
    height: 100%;
}
.main .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.main .swiper-slide img {
    height: 679px;
    width: 100%;
}
.main .swiper-pagination-bullet {
    width: 31px;
    height: 6px;
    border-radius: 3px;
    opacity: 1;
    background-color: #c9932a;
    transition: background-color 0.5s;
}
.main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
.main .slide_text {
    background-color: rgba(51, 51, 51, 0.65);
    position: absolute;
    bottom: 6%;
    width: 88%;
    height: auto;
    color: #fff;
    line-height: 57px;
}
.main .slide_text .docTime {
    margin-left: 20px;
}
.main .slide_text .swiper-slide {
    background: none;
}
.main2 {
    width: 1200px;
    margin: 0 auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 18px;
}
.swiper-button-next,
.swiper-button-prev {
    background-size: 14px 24px;
    padding: 7px 5px;
    background-color: #138ad0;
    border-radius: 3px;
    top: auto;
    bottom: 6%;
}
.swiper-button-next {
    right: 5%;
}
.swiper-button-prev {
    left: 5%;
}

.main .main_list {
    margin: 50px 0;
}
.main .main_list ul {
    width: 100%;
    color: #333333;
}
.main .main_list .big_title {
    font-weight: bold;
    font-size: 22px;
    padding-left: 10px;
    width: 100%;
    display: inline-block;
    margin-left: 1%;
    line-height:40px;
}
.main .main_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main .main_list ul li {
    width: 49%;
}
.main .main_list ul li a {
    width: 96%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    background: url(list_bg_Xu210917.png) no-repeat left center;
    background-size: 8px;
    padding-left: 3%;
    margin-left: 1%;
    transition: color 0.2s;
}
.main .main_list ul li a:hover {
    color: #1470e8;
}
.more {
    background: #f9f9f9;
    text-align: center;
    display: block;
    padding: 0.5rem;
    font-size: 0.88rem;
    color: #9ea5af;
    width: 10%;
    margin: 0.5rem auto 1.5rem;
    border: 0.06rem solid #f9f9f9;
    transition:all 0.2s;
    border-radius: 3px;
}
.more:hover{
    border:1px solid #1470e8;
    color: #1470e8;
}
/* .main .main_list ul li:nth-child(3) {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.main .main_list ul li:nth-child(4) {
    padding-top: 15px;
} */
/* .main .main_list ul li:first-child {
    font-weight: bold;
    font-size: 22px;
    padding-left: 10px;
}
.main .main_list ul li:first-child a {
    background: none;
    padding-left: 0;
    line-height: 50px;
} */
.main2 .linkButton {
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
}
.main2 .linkButton li {
    width: 210px;
    height: 96px;
    border: 1px solid #5399cd;
    border-radius: 3px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    position: relative;
}
.main2 .linkButton li .linkButton_wrap {
    width: 93%;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #5399cd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
}
.main2 .linkButton li:nth-child(2),
.main2 .linkButton li:nth-child(2) .linkButton_wrap {
    border: 1px solid #e5d57c;
}
.main2 .linkButton li:nth-child(3),
.main2 .linkButton li:nth-child(3) .linkButton_wrap {
    border: 1px solid #81ccf2;
}
.main2 .linkButton li:nth-child(4),
.main2 .linkButton li:nth-child(4) .linkButton_wrap {
    border: 1px solid #bde2e4;
}
.main2 .linkButton li:nth-child(5),
.main2 .linkButton li:nth-child(5) .linkButton_wrap {
    border: 1px solid #f1c89f;
}
.main2 .linkButton li:nth-child(2) .big,
.main2 .linkButton li:nth-child(2) .medium,
.main2 .linkButton li:nth-child(2) .small {
    background: rgba(229, 213, 124, 0.38);
}
.main2 .linkButton li:nth-child(3) .big,
.main2 .linkButton li:nth-child(3) .medium,
.main2 .linkButton li:nth-child(3) .small {
    background: rgba(129, 204, 242, 0.38);
}
.main2 .linkButton li:nth-child(4) .big,
.main2 .linkButton li:nth-child(4) .medium,
.main2 .linkButton li:nth-child(4) .small {
    background: rgba(189, 226, 228, 0.38);
}
.main2 .linkButton li:nth-child(5) .big,
.main2 .linkButton li:nth-child(5) .medium,
.main2 .linkButton li:nth-child(5) .small {
    background: rgba(241, 200, 159, 0.38);
}
.main2 .linkButton li .linkButton_wrap p {
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    transition: color 0.2s;
}
.main2 .linkButton li:nth-child(1) .linkButton_wrap p:hover {
    color: #5399cd;
}
.main2 .linkButton li:nth-child(2) .linkButton_wrap p:hover {
    color: #e5d57c;
}
.main2 .linkButton li:nth-child(3) .linkButton_wrap p:hover {
    color: #81ccf2;
}
.main2 .linkButton li:nth-child(4) .linkButton_wrap p:hover {
    color: #bde2e4;
}
.main2 .linkButton li:nth-child(5) .linkButton_wrap p:hover {
    color: #f1c89f;
}
.main2 .linkButton li .icon {
    background-color: #fff;
    width: 39px;
    height: 30px;
    position: absolute;
    z-index: 99;
    bottom: -10px;
    left: -9px;
    padding-top: 2px;
    padding-left: 2px;
}
.main2 .linkButton li .icon_right {
    bottom: auto;
    left: auto;
    top: -5px;
    right: -20px;
}
.main2 .linkButton li .big,
.main2 .linkButton li .medium,
.main2 .linkButton li .small {
    position: absolute;
    background: rgba(58, 112, 195, 0.38);
}
.main2 .linkButton li .big {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    bottom: 8px;
    left: 2px;
}
.main2 .linkButton li .medium {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    left: 15px;
    bottom: 1px;
}
.main2 .linkButton li .small {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    right: 0;
    top: 0;
}

.contents_title2 {
    width: 100%;
    height: 51px;
    background: url(train_bg_left_Xu210917.png) no-repeat left 28px center;
    position: relative;
}
.contents_title2 .bg_repeat {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 176px);
    height: 51px;
    background: url(train_bg_repeat_Xu210917.png) repeat-x right center;
    z-index: -1;
}
.contents_title2 p {
    line-height: 51px;
    color: #fff;
}
.contents_title2 p span:first-child {
    padding-left: 22px;
    font-size: 18px;
    padding-right: 30px;
}
.swiper3D-container.w1200 {
    overflow: inherit;
}
.swiper3D_bg {
    background: url(Swiper3D_bg_Xu210917.png) no-repeat center;
}
.swiper3D-btn-prev,
.swiper3D-btn-next {
    background: url(Swiper3D_button_Xu210917.png) no-repeat;
    width: 90px;
    height: 120px;
    top: -40px;
}
.swiper3D-btn-prev {
    left: -80px;
}
.swiper3D-btn-next {
    right: -80px;
    transform: rotate(180deg);
}
.swiper3D-container {
    background: none;
    margin-top: -80px;
    margin-bottom: 30px;
}
.swiper-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 75%;
    bottom: -1%;
    line-height: 55px;
    background-color: #3b71c4;
    color: #fff;
    font-size: 20px;
}
.swiper-text a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 2%;
}
.swiper_text a {
    display: block;
    padding: 0 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper3D-wrap a {
    display: inline-block;
}
.swiper3D-dots {
    display: none;
}
.swiper-text li {
    display: none;
}

.swiper-text li.active {
    display: block;
}
.footer {
    overflow: hidden;
    color: #fff;
    border-top: 1px solid #3a70c3;
    background-color: #fff !important;
}

.footer li,
.footer a,
.footer li span,
.footer p {
    color: #666 !important;
}
.link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.link ul li {
    padding: 10px;
    border: 1px solid #999;
    background-color: #fffbf5;
    margin-bottom: 10px;
    border-radius: 3px;
}
.link ul li:hover {
    border: 1px solid #429588;
    color: #429588;
}
.link ul li:last-child {
    display: none;
}

@media screen and (max-width: 1200px) {
    .w1200,
    .main2,
    .banner {
        width: 997px;
    }
    .main .swiper-slide img {
        height: 500px;
    }
    .main .slide_text {
        width: 70%;
    }
    .swiper-button-next {
        right: 12%;
    }
    .swiper-button-prev {
        left: 12%;
    }
    .main .main_list ul {
        width:100%;
    }
    .main2 .linkButton li {
        width: 15%;
    }
    .contents_title {
        width: 351px;
    }
    .banner .logo .main_logo img {
        width: 90%;
    }
    .contents_title2 {
        background: none;
    }
    .contents_title2 .bg_repeat {
        width: 100%;
    }
    .swiper-text {
        line-height: 40px;
    }
    .swiper3D-btn-prev,
    .swiper3D-btn-next {
        background-size: 100%;
        width: 50px;
        height: 80px;
        top: -35px;
    }
    .swiper3D-btn-prev {
        left: -42px;
    }
    .swiper3D-btn-next {
        right: -42px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 2.5%;
    }
}
@media screen and (max-width: 997px) {
    .w1200,
    .main2,
    .banner {
        width: 96%;
    }
    .main .swiper-slide img {
        height: 100%;
    }
    .contents_title {
        width: 40%;
    }
}
@media screen and (max-width: 768px) {
    body {
        background-size: 170%;
    }
    .contents,
    .contents2,
    .banner {
        width: 96%;
    }
    .banner .logo {
        margin: 30px 0 10px;
    }
    .banner .logo2 img {
        width: 25%;
    }
    .szf_logo a img {
        width: 50%;
    }
    .contents_title {
        height: auto;
        background: linear-gradient(to right, #add759, #0e62ff);
    }
    .banner .logo2 .main_logo {
        margin-bottom: 10px;
    }
    .contents_title p {
        font-size: 0.9rem;
        line-height: 3rem;
    }
    .main {
        margin-top: 2%;
    }
    .main .slide_text {
        line-height: 2rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 2rem;
        height: 2rem;
        padding: 0;
        background-size: 0.6rem;
        display: none;
    }
    .swiper-button-next {
        right: 6%;
    }
    .swiper-button-prev {
        left: 6%;
    }
    .main .slide_text {
        bottom: 10%;
        width: 85%;
        font-size: 0.9rem;
    }
    .main .main_list ul li{
        width: 100%;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 1%;
        display: none;
    }
    .main .main_list ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .main .main_list ul{
        width: 100%;
    }
    .main .main_list {
        flex-wrap: wrap;
        margin: 10px 0 5px;
    }
    .main .main_list ul li a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        font-size: 0.9rem;
        line-height: 2rem;
        background-position: 0 10px;
    }
    .main2 .linkButton {
        margin: 15px 5% 30px 2%;
        flex-wrap: wrap;
    }
    .main2 .linkButton li {
        width: 45%;
    }
    .main2 .linkButton li .linkButton_wrap p {
        font-size: 0.9rem;
    }
    .main2 .linkButton li {
        height: 60px;
        margin-bottom: 20px;
    }
    .main2 .linkButton li .linkButton_wrap {
        height: 50px;
    }
    .swiper3D-navigator {
        display: none;
    }
    .contents_title2 {
        background: url(train_bg_repeat_Xu210917.png) repeat-x right center;
    }
    .contents_title2 .bg_repeat {
        display: none;
    }
    .swiper3D-container {
        margin-top: 0;
    }
    .contents_title2 p span:first-child {
        padding-left: 0;
        padding-right: 15px;
        font-size: 0.9rem;
    }
    .contents_title2 p span:last-child {
        font-size: 0.8rem;
    }
    .main.swiper3D_bg {
        margin-top: 0;
    }
    .swiper-text {
        line-height: 30px;
        font-size: 0.9rem;
        bottom: -6%;
        width: 90%;
    }
}

@media screen and (min-width: 1360px) {
    .swiper3D-navigator,
    .swiper3D-wrap {
        width: 63%;
    }
}
@media screen and (min-width: 425px) {
    .swiper3D-navigator,
    .swiper3D-wrap {
        width: 63%;
    }
}
@media screen and (max-width: 425px) {
    .main .swiper-slide img {
        height: 210px;
    }
}
