@charset "UTF-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}


body {
    overflow-x: hidden;
}





.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transition: all 10s;
    transform: scale(1);

}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 5s infinite;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }

}

.banner .slick-slide a p {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
}



.banner .slick-dots {
    display: none !important;
    left: 0;
    right: 0;
    max-width: 1400px;
    margin: auto;
    text-align: right;
    bottom: 60px;
    z-index: 9;
}

.banner .slick-dots li {
    width: auto;
    margin: 0 20px;
}

.banner .slick-dots li button {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    width: auto;
    padding: 0;
}

.banner .slick-dots li::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
    margin-left: 10px;
}

.banner .slick-dots li.slick-active button {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

.banner .slick-dots li.slick-active::after {
    width: 60px;
}

#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 9;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    /* border: 1px solid rgba(255, 255, 255, .4); */
    font-size: 0;
    text-align: center;
    line-height: 52px;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear 1.5s;
    opacity: 0;
}

#downPage::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;

    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear;
    opacity: 0;
}

@keyframes circle {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: .6;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

#downPage img {
    display: inline-block;
    vertical-align: middle;
}



.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
}

.tit {
    position: relative;
    line-height: 60px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.tit::after {
    content: "";
    position: absolute;
    left: 35px;
    right: 0;
    bottom: 0;
    height: 10px;
    border-top: 1px solid rgba(7, 130, 201, .2);
    border-bottom: 1px solid rgba(7, 130, 201, .2);
    z-index: 8;
}

.tit h2 {
    background: url(../images/tit-bj.png) no-repeat;
    background-position: left center;
    padding-left: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    z-index: 9;
    /*font-family: "almm";*/
}

.tit a {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 42px;
    background: url(../images/tit-more.png) no-repeat;
    background-position: left center;
    padding-left: 45px;
    z-index: 9;
    font-size: 18px;
    color: #004aa2;
}

.tit-w h2 {
    background: url(../images/tit-bj-w.png) no-repeat;
    background-position: left center;
    color: #004fa3;
}

.tit-w a {
    color: #fff;
    background: url(../images/tit-more-w.png) no-repeat;
    background-position: left center;
}


.s1-l {
    float: left;
    width: 57.14%;
    margin-right: 40px;
    position: relative;
    box-shadow: 0 5px 5px rgba(9, 1, 4, 0.1);
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s .5s;

}

.showdiv .s1-l {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.showdiv .s1-r {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.s1-lpic li a {
    display: block;
}

.s1-lpic li a:hover h3 {
    text-decoration: underline;
    color: #004aa2;
}

.s1-lpic li a .pic {
    padding-top: 59.6%;
}

.s1-linfo {
    padding: 30px;
}

.s1-lpic h3 {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
}

.s1-lpic .s1-linfo div {
    overflow: hidden;
    color: #ffffff;
    margin: 15px 0 30px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    height: 84px;
    color: #999999;

}

.s1-lpic p {
    font-size: 16px;
    line-height: 28px;
    color: #004098;
}

.s1-lpic p b {
    font-size: 24px;
    color: #004098;
    font-weight: 600;
}

.s1-lpic .slick-dots {
    bottom: 5px;
    right: 30px;
    width: auto;
    font-size: 0;
}

.s1-lpic .slick-dots li {
    vertical-align: middle;
}

.s1-lpic .slick-dots li button {
    display: none;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 11px auto;
    display: none;
}

.s1-lpic .slick-dots li.slick-active {
    display: block;
}

.s1-lpic .slick-prev,
.s1-lpic .slick-next {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    z-index: 9;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.s1-lpic .slick-dots li.slick-active .dot-page {
    display: block;
}

.s1-lpic .slick-dots {
    right: 35px;
    bottom: 40px;
}

.s1-lpic .slick-dots li {
    width: auto;
    position: static;
    display: none;
    height: auto;
}

.s1-lpic .slick-prev {
    background: url(../images/ban2-prev.png) no-repeat;
    right: 125px;
    left: auto;
    background-position: center center;
    bottom: 50px;
}

.s1-lpic .slick-next {
    right: 30px;
    background: url(../images/ban2-next.png) no-repeat;
    background-position: center center;
    bottom: 65px;
}

.s1-lpic .dot-page {
    font-size: 24px;
    color: #999999;
}

.s1-lpic .dot-page span {
    font-size: 32px;
    line-height: 24px;
    font-weight: bold;
    color: #005bac;
    margin-right: 5px;
}

.dot-page b {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-left: 5px;
}

.s1-r {
    overflow: hidden;
    background: #eff8fe;
    transform: translateX(80px);
    opacity: 0;
    transition: all 1s .5s;
}

.first-img a {
    display: block;
    position: relative;
}

.first-img a .pic {
    padding-top: 55%;
}

.first-img a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/zzc.png) repeat-x;
    background-position: center bottom;
}

.first-img a p {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.first-img a:hover p {
    text-decoration: underline;
}

.text-list2 {
    padding: 10px 20px 20px 20px;
}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    line-height: 80px;
    transition: all 0.3s;
    border-top: 1px solid #d2d2d2;
    padding: 15px 0;
}

.text-list2 li:first-child a {
    border-top: none;
}

.text-list2 li a:hover {}

.date2 {
    min-width: 55px;
    text-align: right;
    transition: all 0.3s;
}

.date2 p {
    transition: all 0.3s;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: #004098;
}

.date2 span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: rgba(0, 64, 152, .6);
}

.text-list2 li a .date2 {
    float: left;
    color: #000;
    margin-right: 20px;
    text-align: right;
}

.text-list2-p {
    overflow: hidden;
    font-size: 0;
    line-height: 64px;
}

.text-list2-p div {
    font-size: 0;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.text-list2-p p {
    font-size: 18px;
    color: #333333;
}


.text-list2 li a:hover .date2 {
    border-color: #be9b60;
}


.text-list2 li a:hover .text-list2-p p {
    color: #005bac;
}

.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    /* padding-top: 55px; */
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 60px;
}


.s2-c {
    margin: 0 auto;
    background: url(../images/s2-huoche.png) no-repeat;
    background-position: left bottom;
    /* background-size: auto 100%; */
    padding-bottom: 34px;
    height: 317px;
    padding-left: 325px;
    margin-left: -30px;
    transform: translateX(100%);
}

.showdiv .s2-c {
    transition: all 2.5s;
    transform: translateX(0);
}

.s2-c ul li {
    padding-top: 2px;
}

.s2-c ul li a {
    display: block;
    background: url(../images/s2-list-bj.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 14%;
    height: 261px;
    padding-top: 55px;
    transition: all 0.3s;
}

.s2-c ul li a p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    overflow: hidden;
}

.s2-c ul li a p b {
    float: left;
    font-size: 28px;
    margin-right: 5px;
}

.s2-c ul li a h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    color: #ffffff;
    margin-top: 20px;
}

.s2-c .slick-list {
    padding-right: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.s2-c ul li a:hover {
    background: url(../images/s2-list-bj-act.png) no-repeat;
    background-size: 100% 100%;
    transform: scale(1.08);
}

.s2-c ul li.slick-active a {
    transform-origin: left center;
}

.s2-c ul li.slick-active+li a {
    transform-origin: center center;
}

.s2-c ul li.slick-active+li+li a {
    transform-origin: right center;
}

.section3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 180px;
}

.s3-l {
    float: left;
    width: 65.14%;
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s .5s;
}

.s3-r {
    float: right;
    width: 32.85%;
    transform: translateX(80px);
    opacity: 0;
    transition: all 1s .5s;
}



.showdiv .s3-l {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.showdiv .s3-r {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.s3-r .tit h2 {
    background: url(../images/tit-bj2.png) no-repeat;
    background-position: left center;
    padding-left: 65px;
}

.s3-list li a {
    display: block;
    overflow: hidden;
    background: #0056a7;
}

.s3-lpic {
    position: relative;
    z-index: 9;
    float: left;
    width: 420px;
}

.s3-lpic .pic {
    padding-top: 62%;
}

.s3-linfo {
    overflow: hidden;
    position: relative;
    z-index: 9;
    padding: 30px 30px 0 30px;
}

.s3-linfo h3 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    overflow: hidden;
    height: 70px;
    color: #fff;
}

.s3-linfo p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: rgba(254, 254, 254, .68);
    margin-top: 15px;
}

.s3-linfo span {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.s3-linfo span b {
    float: left;
    font-size: 24px;
    margin-right: 5px;
    font-weight: 600;
}

.s3-list li a:hover .s3-linfo h3 {
    /* color: #49a506; */
    text-decoration: underline;
}



.s3-lul ul li {
    float: left;
    width: 32%;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(9, 1, 4, 0.18);
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.s3-lul ul li::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #0092bc;
    z-index: 8;
    opacity: 0;
    transition: all 0.5s;
}

.s3-lul ul li::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background: #0092bc;
    z-index: 8;
    opacity: 0;
    transition: all 0.5s;
}


.s3-lul ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.s3-lul ul li a {
    display: block;
    padding-bottom: 25px;
    position: relative;
    z-index: 9;
}

.s3-lul ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    top: 0;
    background-color: #0056a7;
    z-index: 1;
}

.s3-lul ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background-color: #eeb656;
    z-index: 2;
    transition: all 0.5s;
}

.s3-lul .s3-linfo {
    position: relative;
}


.s3-lul .s3-linfo h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    color: #333333;
}

.s3-lul .s3-linfo span {
    color: #004098;
}

.s3-lul ul li:hover::before {
    right: 0;
    top: 0;
    opacity: 1;
}

.s3-lul ul li:hover::after {
    left: 0;
    bottom: 0;
    opacity: 1;
}

.s3-lul ul li:hover a::after {
    width: 100%;
}

.s3-lul ul li:hover a .s3-linfo h3 {
    color: #fff;
}

.s3-lul ul li:hover a .s3-linfo span {
    color: #fff;
}

.s3-r ul {
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(9, 1, 4, 0.18);
    padding: 15px 20px;
}

.s3-r ul li {
    border-top: 1px solid #e5e5e5;
}

.s3-r ul li:first-child {
    border: none;
}

.s3-r ul li a {
    display: block;
    padding: 20px 0;
    overflow: hidden;
}

.s3-rpic {
    float: left;
    width: 154px;
    height: 86px;
    background-color: #f4f4f4;
    position: relative;
    transition: all 0.3s;
}

.s3-rpic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 90%;
    max-height: 90%;
}

.s3-rinfo {
    line-height: 86px;
    font-size: 0;
    overflow: hidden;
    padding-left: 20px;
}

.s3-rinfo p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
    letter-spacing: 0px;
    color: #333333;
}

.s3-r ul li a:hover .s3-rinfo p {
    color: #004098;
    font-weight: 600;
}


.section4 {
    background: url(../images/s4-bj.png) no-repeat;
    background-position: center top;
    padding-top: 90px;
    margin-top: -135px;
}

.s4-l {
    float: left;
    width: 49%;
}

.s4-r {
    float: right;
    width: 49%;
}

.s4-pic a {
    display: block;
    position: relative;
}

.s4-pic a .pic {
    padding-top: 59.5%;
}

.s4-pic a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/zzc.png) repeat-x;
    background-position: center bottom;
}

.s4-pic a p {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.s4-text {
    box-shadow: 0px 6px 16px 0px rgba(5, 5, 5, 0.24);
    position: relative;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    transform: translateX(80px) translateY(30px);
    transition: all 1s;
}

.s4-pic {
    opacity: 0;
    transform: translateX(-80px) translateY(30px);
    transition: all 1s;
}

.showdiv .s4-pic {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.showdiv .s4-text {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.s4-text::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #004098;
    z-index: 8;
    opacity: 0;
    transition: all 0.5s;
}

.s4-text::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background: #004098;
    z-index: 8;
    opacity: 0;
    transition: all 0.5s;
}

.s4-text:hover::before {
    right: 0;
    top: 0;
    opacity: 1;
}

.s4-text:hover::after {
    left: 0;
    bottom: 0;
    opacity: 1;
}

.s4-text a {
    display: block;
    overflow: hidden;
    background: url(../images/s4-jia.png) no-repeat;
    background-position: right bottom;
    position: relative;
    z-index: 9;
}

.s4-tpic {
    float: left;
    width: 340px;
}

.s4-tpic .pic {
    padding-top: 120%;
}

.s4-tinfo {
    padding: 50px 30px 0 30px;
    overflow: hidden;
}

.s4-tinfo span {
    font-size: 16px;
    line-height: 28px;
    color: #004098;
    display: block;
    overflow: hidden;
}

.s4-tinfo span b {
    float: left;
    font-size: 24px;
    margin-right: 5px;
    font-weight: 600;
}

.s4-tinfo h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333333;
    margin-top: 15px;
}

.s4-tinfo div {
    width: 60px;
    height: 6px;
    background-color: #004098;
    margin: 20px 0;
    transition: all .5s;
}

.s4-tinfo p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    color: #999999;
}

.s4-l .s4-text {
    margin-top: 25px;
}

.s4-r .s4-text {
    margin-bottom: 25px;
}

.s4-text:hover a .s4-tinfo span {
    color: #fff;
}

.s4-text:hover a .s4-tinfo h3 {
    color: #fff;
}

.s4-text:hover a .s4-tinfo p {
    color: rgba(255, 255, 255, .8);
}

.s4-text:hover a .s4-tinfo div {
    background: #fff;
    width: 100%;
}


.section5 {
    background: url(../images/s5-bj.png) repeat-x;
    background-position: center bottom;
    padding-top: 70px;
    padding-bottom: 120px;
}

.s5-t {
    background: rgba(0, 113, 183, .06);
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s;
}

.showdiv.s5-t {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.s5-ttit {
    float: left;
    width: 208px;
    height: 215px;
    background: url(../images/s5-tit-bj.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
    padding-top: 45px;
}

.s5-ttit h3 {
    font-size: 35px;
    font-weight: normal;
    line-height: 35px;
    letter-spacing: 2px;
    color: rgba(238, 240, 246, .1);
}

.s5-ttit h2 {
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
}

.s5-btns {
    font-size: 0;
    margin-top: 29px;
    text-align: center;
    padding-right: 30px;
}

.s5-btns div {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 33px;
    text-align: center;
    font-family: 宋体;
    border: 2px solid #fff;
    opacity: 0.4;
    font-weight: 600;
    margin: 0 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s;
    cursor: pointer;
}

.s5-btns div:hover {
    opacity: 1;
}

.s5-tc {
    overflow: hidden;
    padding: 0 40px;
}

.s5-tc ul li a {
    display: block;
    margin: 0 20px;
    line-height: 215px;
}

.s5-tc ul li a .pic {
    padding-top: 43.5%;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.s5-tc .slick-prev, .s5-tc .slick-next {
    display: none;
}

.s5-b {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s;
}

.showdiv.s5-b {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.s5-bc {
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}

.s5-bc>div {
    position: relative;
    z-index: 9;
}

.s5-bc::before {
    content: "";
    position: absolute;
    z-index: 8;
    left: 180px;
    right: 180px;
    top: 30px;
    bottom: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: circle2 infinite 5s linear;
    opacity: 0;
}

.s5-bc::after {
    content: "";
    position: absolute;
    z-index: 8;
    left: 180px;
    right: 180px;
    top: 30px;
    bottom: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: circle2 infinite 5s linear 2.5s;
    opacity: 0;
}

@keyframes circle2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: .3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.s5-bc ul li a {
    display: block;
    position: relative;
    margin: 0 auto;

}

.s5-bc ul li a>div {
    width: 136px;
    height: 136px;
    /* transition: all 1s; */
    /* perspective: 100px; */
    margin: 0 auto;
    overflow: hidden hidden;
    position: relative;
}

.s5-bc ul li a div div {
    padding-top: 100%;
    border-radius: 50%;
    position: relative;
    /* transition: all 1s; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
}

.s5-bc ul li a div div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.s5-bc ul li a div div:nth-child(1) {
    background: #fff;
    transform: rotateY(0deg);
    z-index: 9;
    opacity: 1;
    /* transition: all 5s; */
    transition-property: transform opacity;
    transition-duration: .5s;
}

.s5-bc ul li a div div:nth-child(2) {
    background: #e3a335;
    transform: rotateY(270deg);
    opacity: 0;
    transition-property: transform opacity;
    transition-duration: 1s;
}


.s5-bc ul li a:hover>div div:nth-child(1) {
    opacity: 0;
    transform: rotateY(90deg);
}

.s5-bc ul li a:hover>div div:nth-child(2) {
    opacity: 1;
    transform: rotateY(360deg);
}

.s5-bc ul li:nth-child(2n+1) {
    padding-top: 95px;
}

.s5-bc ul li a p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    color: #ffffff;
    text-align: center;
}




@media screen and (max-width:1400px) {
    .tit h2 {
        font-size: 20px;
        padding-left: 40px;
        background-size: auto 100%;
    }

    .tit {
        line-height: 35px;
    }

    .tit a {
        background-size: auto 35px;
        padding-left: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .s3-r .tit h2 {
        background-size: auto 100%;
        padding-left: 30px;
    }
}


@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1220px) {
    .s2-c {
        height: 260px;
        background-size: auto 240px;
        padding-left: 270px;
    }

    .s2-c ul li a {
        height: 210px;
        padding-top: 30px;
    }

    .s2-c .slick-list {
        padding-right: 25px;
    }

    .s4-tpic {

        width: 280px;
    }

    .s4-tinfo {
        padding: 30px 15px 0 15px;
    }

    .s5-ttit h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .s5-ttit h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .s5-ttit {
        width: 170px;
    }

    .s5-tc {
        padding: 0 15px;
    }

    .s5-tc ul li a {
        margin: 0 10px;
    }

    .s5-bc ul li a>div {
        width: 110px;
        height: 110px;
    }

    .s5-bc ul li a div div img {
        max-width: 40%;
        max-height: 40%;
    }
}

@media screen and (max-width: 1024px) {
    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .s2-c, .s1-l, .s4-text {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    .tit {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .s1-lpic h3 {
        font-size: 18px;
    }

    .text-list2-p p {
        font-size: 16px;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s1-linfo {
        padding: 15px 10px;
    }

    .s1-lpic .s1-linfo div {
        margin-bottom: 10px;
    }

    .s1-lpic .slick-dots {
        bottom: 10px;
    }

    .s1-lpic .slick-prev {
        bottom: 20px;
    }

    .s1-lpic .slick-next {
        bottom: 30px;
    }

    .s1-lpic .dot-page span {
        font-size: 24px;
    }

    .text-list2 {
        padding: 10px;
    }

    .date2 p {
        font-size: 24px;
    }

    .s2-c {
        background: none;
        padding-left: 0;
    }

    .s2-c .slick-list {
        padding-right: 0;
    }

    .s2-c {
        margin-left: 0;
    }

    .s2-c ul li.slick-active+li a {
        transform-origin: right center;
    }

    .s2-c ul li a {
        height: auto;
        padding-bottom: 30px;
    }

    .s2-c ul li a h3 {
        font-size: 18px;
    }

    .s3-l {
        float: none;
        width: auto;
    }

    .s3-r {
       /* float: none;*/
        width: 100%;
    }

    .s3-linfo {
        padding: 20px 10px 0 10px;
    }

    .s3-linfo h3 {
        font-size: 18px;
    }

    .s3-linfo span {
        margin-top: 15px;
    }

    .s3-lpic {
        width: 360px;
    }

    .s3-linfo span b {
        font-size: 20px;
    }

    .s3-r ul {
        padding: 15px 10px;
    }

    .s3-r ul li a {
        padding: 15px 0;
    }

    .s3-rpic {
        width: 130px;
        height: 70px;
    }

    .s3-rinfo {
        line-height: 70px;
    }

    .s3-rinfo p {
        max-height: 56px;
    }

    .s4-l, .s4-r {
        float: none;
        width: auto;
    }

    .s4-r {
        margin-top: 25px;
    }

    .s5-bc ul li a p {
        font-size: 16px;
        margin-top: 10px;
    }

    .s5-bc::before, .s5-bc::after {
        left: 100px;
        right: 100px;
    }

    .section2 {
        margin-top: 35px;
    }

    .section3 {
        padding-bottom: 100px;
    }

    .section4 {
        margin-top: -100px;
        padding-top: 70px;
    }

    .section5 {
        padding-top: 35px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .s3-linfo h3, .s3-lul .s3-linfo h3, .s2-c ul li a h3, .s4-tinfo h3 {
        font-size: 16px;
        line-height: 32px;
    }

    .s3-linfo p {
        font-size: 14px;
    }

    .s3-lpic {
        float: none;
        width: auto;
    }

    .s3-linfo {
        padding: 15px 10px;
    }

    .s3-list .s3-linfo h3 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: auto;
    }

    .s3-linfo p {
        margin-top: 10px;
    }

    .s3-linfo span {
        margin-top: 10px;
    }

    .s3-lul ul li a {
        padding-bottom: 0;
    }

    .s3-lul ul li {
        width: 49%;
        margin-top: 20px;
    }

    .s3-lul ul li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }

    .s3-lul ul li:nth-child(2n) {
        margin-left: 2%;
    }

    .s4-tinfo {
        padding: 20px 15px 0 15px;
    }

    .s4-tinfo p {
        font-size: 14px;
        line-height: 26px;
        max-height: 78px;
        height: auto;
    }

    .s4-tinfo div {
        margin: 10px 0;
    }

    .s4-tpic {
        width: 220px;
    }

    .s4-text a {
        background-size: auto 35px;
    }

    .s4-pic a p {
        font-size: 16px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .s5-ttit {
        float: none;
        width: auto;
        background: #084fb1;
        padding: 15px 20px;
        height: auto;
        position: relative;
    }

    .s5-ttit h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .s5-ttit h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .s5-btns {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin-top: 0;
    }

    .s5-btns div {
        width: 26px;
        height: 26px;
        margin: 0 5px;
        line-height: 22px;
        font-size: 16px;
    }

    .s5-tc ul li a {
        line-height: normal;
        margin: 10px 5px;
    }

    .s5-tc {
        padding: 0;
    }

    .s5-bc::before, .s5-bc::after {
        left: 50px;
        right: 50px;
    }
}

@media screen and (max-width: 480px) {
    .s4-tpic {
        float: none;
        margin: 0 auto;
    }

    .s4-text {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .s4-tinfo h3 {
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .s5-bc ul li a>div {
        width: 90px;
        height: 90px;
    }
}