@charset "utf-8";


html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}


.index {
    font-size: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
   overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
    padding-top: 100px;
}

.title {
    position: relative;
    padding-top: 45px;
}

.title h2 {
    font-size: 0;
    text-align: center;
    position: relative;
    min-height: 72px;
    line-height: 72px;
}

.title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 50%;
    margin-right: 110px;
    border: dashed 1px #d9b777;
}

.title h2::after {
    content: "";
    position: absolute;
    right: 110px;
    top: 50%;
    left: 50%;
    margin-left: 110px;
    border: dashed 1px #d9b777;
}

.title h2 img {
    display: inline-block;
    vertical-align: middle;
}

.title h2 a {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: normal;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    padding-left: 35px;
    background: url(../img/tit-more.png) no-repeat;
    background-position: left center;
}

.title h2 a:hover {
    color: #94070a;
}

.section1 .title {
    margin-bottom: 50px;
}

.s1-l {
    float: left;
    width: 630px;
    margin-right: 50px;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a:hover {
    text-decoration: underline;
}

.s1-l ul li a .pic {
    padding-top: 66%;
    z-index: 2;
}

.s1-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(../img/zzc.png) repeat-x;
    background-position: center bottom;
}

.s1-linfo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 0 105px 20px 30px;
    z-index: 9;
}

.s1-linfo span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.s1-linfo h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 10px 0;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-linfo p {
    font-size: 14px;
    line-height: 29px;
    height: 58px;
    overflow: hidden;
    color: #e8e8e8;
}

.s1-l .slick-dots {
    font-size: 0;
    width: auto;
    right: 0;
    bottom: 27px;
}

.s1-l .slick-dots li {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/s1-dot.png) no-repeat;
    background-position: center center;
}

.s1-l .slick-dots li.slick-active {
    background: url(../img/s1-dot-act.png) no-repeat;
    background-position: center center;
}

.s1-r {
    overflow: hidden;
}

.i-list3 li:nth-child(1) a {
    border: none;
}

.i-list3 li a {
    display: block;
    border-top: 1px dashed #f3f3f3;
}

.i-list3 li a>p {
    color: #333;
    font-size: 16px;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 100px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../img/sg1-icon4.png) no-repeat;
    background-position: left center;
}

.i-list3 li a>p span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}

.i-list3 li a div {
    background: #0560a9;
    padding: 20px 40px 20px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
    margin-bottom: 15px;
}

.i-list3 li.on a div {
    display: block;
}

.i-list3 li.on a>p {
    display: none;
}

.i-list3 li a div p {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    position: relative;
}

.i-list3 li a div p::before {
    content: "";
    position: absolute;
    left: 13px;
    height: 14px;
    top: -6px;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    z-index: 8;
}

.i-list3 li a div p img {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
}

.i-list3 li a div h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.i-list3 li a:hover>p {
    color: #9a080b;
    text-decoration: underline;
}

.section2 {
    background: url(../img/s2-bj.jpg) no-repeat;
    background-size: cover;
    background-position: right bottom;
    margin-top: 60px;
    padding-bottom: 70px;
}

.s2-c>div {
    float: left;
    width: 32%;
}

.s2-m {
    margin: 0 2%;
}

.s2-c>div .title {
    margin-bottom: 40px;
}

.s2-c>div .title h2 {
    text-align: left;
}

.s2-c>div .title h2::before {
    content: none;
}

.s2-c>div .title h2::after {
    left: 190px;
    margin-left: 0;
}

.text-list2 {
    background: #fff url(../img/text-list2-bj.png) no-repeat;
    background-position: right bottom;
    padding: 15px 30px;
}

.text-list2 li {
    border-top: 1px solid #e5e5e5;
}

.text-list2 li:nth-child(1) {
    border: none;
}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    line-height: 80px;
    padding: 14px 0;
    transition: all 0.3s;
}

.text-list2 li a .date2 {
    float: left;
    margin-right: 15px;
    width: 78px;
    height: 78px;
    text-align: center;
    background: url(../img/texxt-data2.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.text-list2 li a .date2 p {
    line-height: 24px;
    font-size: 22px;
    color: #990000;
    padding-top: 15px;
    transition: all 0.3s;
}

.text-list2 li a .date2 span {
    display: block;
    color: #9d0e0e;
    font-size: 12px;
    line-height: 20px;
}



.text-list2 li a>p {
    font-size: 18px;
    overflow: hidden;
    line-height: 28px;
    vertical-align: middle;
    height: 56px;
    overflow: hidden;
    margin-top: 11px;
}

.text-list2 li a:hover>p {
    color: #9a080b;
    text-decoration: underline;
}

.text-list2 li a:hover .date2 {
    background: url(../img/texxt-data2-act.png) no-repeat;
    background-size: 100% 100%;
}

.text-list2 li a:hover .date2 span {
    color: #fff;
}

.text-list2 li a:hover .date2 p {
    color: #fff;
}

.s2-box {
    background: #fff;
    padding: 30px 30px 35px 30px;
}

.s2-first a {
    display: block;
    overflow: hidden;
}

.s2-first a:hover .s2-finfo h3 {
    color: #94070a;
}

.s2-fimg {
    float: left;
    width: 184px;
    margin-right: 15px;
}

.s2-fimg .pic {
    padding-top: 67%;
}

.s2-finfo {
    overflow: hidden;
}

.s2-finfo h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333333;
}

.s2-finfo p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #999999;
    margin-top: 10px;
}

.s2-box .i-list3 {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.s2-box .i-list3 li a {
    border: none;
}

.s2-box .i-list3 li a>p {
    line-height: 48px;
}

.section3 {
    background: url(../img/s3-bj.jpg) no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding-bottom: 70px;
    padding-top: 55px;
}

.section3 .title {
    padding-top: 0;
}

.section3 .title h2 {
    text-align: left;
}

.section3 .title h2::before {
    content: none;
}

.section3 .title h2::after {
    left: 190px;
    margin-left: 0;
}

.section3 .title h2 a {
    color: #fff;
}

.section3 .title h2 a:hover {
    color: #f6d18b;
}

.s3-l {
    float: left;
    width:31.25%;
    background: rgba(255, 255, 255, .2);
    padding: 35px 20px;
height:641px;
}

.s3-m {
    float: left;
    width:32.5%;
    background: rgba(255, 255, 255, .2);
    margin-left: 40px;
    padding: 20px 0 35px 0;
}

.s3-r {
    float: right;
    width: 31.25%;
    background: rgba(255, 255, 255, .2);
    padding: 20px 40px 25px 40px;
}

.s3-l div img {
    display: block;
    width: 100%;
}

.s3-r ul {
    font-size: 0;
}

.s3-r ul li a {
    display: block;
}

.s3-r ul li a .pic {
    padding-top: 33.49%;
}

.s3-r ul .slick-slide>div {
    margin-top: 20px;
}

.s3-m .title {
    padding: 0 35px;
}

.s3-m ul {
    margin-top: 35px;
}

.s3-m ul li {
    padding: 0 35px;
    transition: all 0.5s;
}

.s3-m ul li a {
    display: block;
    padding: 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .48);
    transition: all 0.5s;
}

.s3-m ul li:hover {
    background: #8b0608;
}

.s3-m ul li:hover a {
    border-color: transparent;
}

.s3-m ul li a p {
    font-size: 0;
    overflow: hidden;
}

.s3-m ul li a p b {
    float: left;
    width: 168px;
    height: 40px;
    border-radius: 0px 20px 20px 0px;
    border: solid 1px rgba(255, 255, 255, .48);
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

.s3-m ul li a p span {
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
}

.s3-m ul li a p span i {
    font-style: normal;
    font-size: 22px;
    font-weight: 600;
}


.s3-m ul li a h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
}


.s3-r .slick-dots {
    font-size: 0;
    width: auto;
    position: static;
    margin-top: 25px;
}

.s3-r .slick-dots li {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/s1-dot.png) no-repeat;
    background-position: center center;
}

.s3-r .slick-dots li.slick-active {
    background: url(../img/s1-dot-act.png) no-repeat;
    background-position: center center;
}



.section4 {
    background: url(../img/s4-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 115px;
}

.kstd ul {
    margin-top: 60px;
}

.kstd ul li a {
    display: block;
}

.kstd ul li a div {
    margin: 0 auto;
    width: 154px;
    height: 154px;
    font-size: 0;
    text-align: center;
    line-height: 154px;
    position: relative;
}

.kstd ul li a div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/kstd-border.png) no-repeat;
    background-size: 100% 100%;
    z-index: 7;
}

.kstd ul li a div img {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
    max-height: 62%;
    position: relative;
    z-index: 9;
}

.kstd ul li a p {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: normal;
    color: #333333;
}

.kstd-btn {
    position: relative;
    margin-top: 60px;
    font-size: 0;
    text-align: center;
}

.kstd-btn div {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

.kstd-btn div img {
    display: block;
}

.kstd-btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    top: 50%;
    height: 1px;
    background: rgba(148, 7, 10, .14);
    margin-right: 70px;
}

.kstd-btn::after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    top: 50%;
    height: 1px;
    background: rgba(148, 7, 10, .14);
    margin-left: 70px;
}

.kstd ul li a:hover div img {
    animation: jello 0.8s linear;
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}



.xysh {
    overflow: hidden;
    margin-top: 28px;
}

.xysh .title {
    float: right;
    width: 649px;
    height: 173px;
    padding: 0 160px 0 60px;
    background: #8b0608;
}

.xysh .title h2 {
    text-align: left;
    line-height: 173px;
}

.xysh .title h2::before {
    content: none;
}

.xysh .title h2::after {
    content: none;
}

.xysh .title h2 a {
    color: #d9b777;
}

.xysh-m {
    float: right;
    width: 92%;
    overflow: hidden;
}

.xysh1 {
    float: left;
    width: 28.435%;
}

.xysh2 {
    float: left;
    width: 42.3%;
    margin: 0 .4%;
}

.xysh3 {
    float: left;
    width: 28.435%;
}

.xysh-m a {
    display: block;
}

.xysh-m a .pic {
    padding-top: 60%;
}

.xysh2 ul {
    float: left;
    width: 32.5%;
}

.xysh2 ul li {
    margin-top: 3%;
}

.xysh2 ul li:nth-child(1) {
    margin-top: 0;
}

.xysh2>div>div {
    float: left;
    width: 66.5%;
}

.xysh2-t {
    margin-bottom: 1%;
    overflow: hidden;
}

.xysh2-b {
    overflow: hidden;
}

.xysh2-t ul {
    margin-right: 1%;
}

.xysh2-b ul {
    margin-left: 1%;
}

.xysh1 ul li {
    margin-top: .875%;
}

.xysh1 ul li:nth-child(1) {
    margin-top: 0;
}

.xysh3 ul li {
    margin-top: .875%;
}

.xysh3 ul li:nth-child(1) {
    margin-top: 0;
}

@media screen and (max-width:1800px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1520px) {

    .title h2 img {
        height: 50px;
    }

    .s2-c>div .title h2::after {
        left: 150px;
    }

    .text-list2 {
        padding: 15px;
    }

    .text-list2 li a>p {
        font-size: 16px;
    }

    .s2-box {
        padding: 30px 15px 35px 15px;
    }
    .s3-l{
        width: 400px;
height:510px;

    }
.cal th, .cal td{line-height: 40px;}
    .s3-r{
        width:370px;height:510px;
    }
    .s3-m{
        width: calc(100% - 810px);
        margin-left: 20px;height:510px;
    }
    .s3-m ul li a{
        padding: 15px 0;
    }
    .s3-m ul li{
        padding: 0 15px;
    }
    .s3-m .title{
        padding: 0 20px;
    }
    .s3-m ul li a p b{
        width: 135px;
    }

}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {
    .s3-l{
        width: 370px;
    }
    .s3-r{
        width:300px;
        padding: 20px;
    }
 
    .s3-m{
        width: calc(100% - 710px);
        margin-left: 20px;
        padding-bottom: 30px
    }
    .s3-m ul li a{
        padding: 15px 0;
    }
    .s3-m ul li{
        padding: 0 15px;
    }
    .s3-m .title{
        padding: 0 20px;
    }
    .s3-m ul li a p b{
        width: 135px;
    }
    .s3-m ul{
        margin-top: 0;
    }
}

@media screen and (max-width:1024px) {

    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .s2-c>div {
        float: none;
        width: auto;
    }
    .title{
        padding-top: 15px;
    }
    .s2-c>div .title{
        margin-bottom: 20px;
    }
    .s2-m{
        margin: 0;
    }
    .s3-l{
        float: none;
        width: auto;
height:auto;
    }
    .s3-m{
        float: none;
        width: auto;
        margin: 20px 0;height:auto;
    }
    .s3-r{
        float: none;
        width: auto;height:auto;
    }
    .kstd ul li a div{
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .title h2 img {
        height: 38px;
    }
    .title h2{
        min-height: 50px;
        line-height: 50px;
    }
    .kstd-btn div img{
        width: 35px;
    }
    .title h2 a{
        font-size: 16px;
    }
    .xysh .title{
        height: 100px;
        float: none;
        width: auto;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .xysh .title h2 {
        line-height: 100px;
    }
    .xysh-m{
        float: none;
        width: auto;
    }
    .section4{
        padding-bottom: 35px;
    }
    .kstd ul{
        margin-top: 35px;
    }
    .kstd ul li a p{
        font-size: 18px;
    }
    .section3{
        padding: 35px 0;
    }
    .section2{
        padding-bottom: 35px;
        margin-top: 35px;
    }
    .section1 .title{
        margin-bottom: 25px;
    }
}

@media screen and (max-width:768px) {
    .kstd ul li a div{
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .title h2::before{
        content: none;
    }
    .title h2{
        text-align: left;
    }
    .title h2::after{
        left: 110px;
        margin-left: 0;
    }
    .title h2 a{
        font-size: 14px;
    }
    .section3 .title h2::after{
        left: 110px;
    }
    .xysh .title{
        height: 70px;
        float: none;
        width: auto;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .xysh .title h2 {
        line-height: 70px;
    }
    .s1-linfo{
        left: 10px;
        bottom: 10px;
        padding: 0;
        padding-right: 90px;
    }
    .s1-linfo p{
        height: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 20px;
    }
    .s1-linfo h3{
        font-size: 16px;
        line-height: 20px;
    }
    .i-list3 li a>p{
        line-height: 46px;
    }
    
}

@media screen and (max-width:480px) {
    .xysh1,.xysh2,.xysh3{
        float: none;
        width: auto;
    }
    .xysh2{
        margin: .5% 0;
    }
    .s2-fimg{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
}