@charset "utf-8";

html,
body,

.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}
#downPage{display:none;}
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::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/zzc.png) repeat-x;
    background-position: center bottom;
}

.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 {
    left: 0;
    right: 0;
    max-width: 1400px;
    margin: auto;
    text-align: center;
    bottom: 45px;
    z-index: 9;
}

.banner .slick-dots li {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    background: url(../images/banner-dot.png) no-repeat;
    background-size: 100%;
}

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

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dot-act.png) no-repeat;
    background-size: 100%;
}

.index {}

.tit {
    position: relative;
    line-height: 56px;
    margin-top: 70px;
    margin-bottom: 30px;
    border-left: 5px solid #802163;
    background: #f9f4f7 no-repeat;
    background-position: right center;
}

.tit h2 {
    padding-left: 20px;
    font-size: 36px;
    font-weight: normal;
    color: #333333;
    position: relative;
    z-index: 9;
}

.tit a {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 9;
    font-size: 14px;
    color: #666666;
}

.tit a:hover {
    color: #802163;
}


.section1 {
    background: #f5f5f5;
    padding: 1px 0 50px 0;
}

.s1-l {
    width: 720px;
    float: left;
}

.info2-data {
    text-align: center;
    margin-right: 30px;
    float: left;
    color: #802163;
    width: 118px;
    padding-left: 8px;
    border-right: 1px solid #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 6px;
}

.info2 {
    min-width: 0;
    overflow: hidden;
}


.info2-data p {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}

.info2-data div {
    width: 32px;
    height: 1px;
    background: #008d6e;
    opacity: 0.4;
    margin: 5px 0;
    display: none;
}

.info2-data span {
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.info2-con{
    overflow: hidden;
    padding-right:20px;
}
.info2-con h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info2-con p {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    margin-top: 15px;
    height: 48px;
}

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

.s1-l ul li a .info2-data {
    position: absolute;
    left: 40px;
    top: 28px;
    border-radius: 20px 0px 20px 0px;
    background: rgba(255, 255, 255, .8);
    width: 88px;
    height: 88px;
    padding-top: 16px;
}

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

.s1-l ul li a .info2 {
    padding-top: 50px;
}

.s1-l ul li a .info2 .info2-data p {
    font-size: 34px;
}

.s1-l ul li a .info2 .info2-data div {
    width: 47px;
}

.s1-l ul li a .info2-con h3 {
    font-size: 18px;
    font-weight: 600;
    font-weight: 600;
}

.s1-l ul li a .info2-con p {}

.s1-l .slick-dots {
    bottom: 105px;
    text-align: center;
    font-size: 0;
}

.s1-l .slick-dots li {
    width: 12px;
    height: 12px;
    border: solid 1px #802163;
    border-radius: 50%;
}

.s1-l .slick-dots li.slick-active {
    background-color: #802163;
}

.s1-r {
    float: right;
    width: 750px;
     
}

.s1-r ul li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    transition: all 0.3s;
}

.s1-r ul li:nth-child(1) a {
    border-top: 1px solid #e5e5e5;
}

.s1-r ul li a:hover {
    background: #802163;
}

.s1-r ul li a:hover .info2-data {
    color: #fff;
}

.s1-r ul li a:hover .titline i {
    background-image: linear-gradient(#fff, #fff);
    background-position: left bottom;
    color: #fff;
}

.s1-r ul li a:hover .info2-con p {
    color: rgba(255, 255, 255, .8);
}

.section2 {
    background: url(../images/s2-bj.png) no-repeat;
    background-position: right bottom;
    padding-top: 50px;
    padding-bottom: 110px;
    position: relative;
}

.section2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 75px;
    background: #802163;
    z-index: 1;
}

.section2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    bottom: 150px;
    background: #802163;
    z-index: 1;
}



.text-list2 li {
    display: block !important;
    padding: 0 25px;
    transition: box-shadow 0.5s;
}

.text-list2 li:nth-child(2) {
    border-top: solid 1px #d3d3d3;
}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
    border-top: 1px dashed #d3d3d3;
    padding: 30px 0;
}

.text-list2 li a .date2 {
    float: left;
    margin-right: 15px;
    width: 72px;
    text-align: center;
    transition: all 0.3s;
}

.text-list2 li a .date2 p {
    line-height: 47px;
    font-size: 36px;
    color: #802163;
    transition: all 0.3s;
    border: solid 1px #802163;
}

.text-list2 li a .date2 span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    background: #802163;
}


.text-list2 li a>.tl2-info {
    line-height: 74px;
    overflow: hidden;
    font-size: 0;
}

.text-list2 li a .tl2-info p {
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    vertical-align: middle;
    max-height: 48px;
    line-height: 24px;
}

.text-list2 li a>.tl2-info p i {
    vertical-align: middle;
    font-size: 18px;
    overflow: hidden;
}

.text-list2 li a:hover .tl2-infop {
    color: #9a080b;
    text-decoration: underline;
}
 


.s2-c .slick-slide>div:nth-child(1) li a {
    border-color: transparent;
}

.text-list2 li:hover {
    background: #fff url(../images/tl2-item-bj.png) no-repeat;
    background-position: right bottom;
    box-shadow: 8px 14px 27px 0px rgba(0, 0, 0, 0.14);
}

.text-list2 li:hover a {
    border-color: transparent;
}

.text-list2 li:hover a .tl2-info p i {
    font-weight: 600;
}

.s2-c ul {
    overflow: hidden;
    padding: 20px;
    margin: 0 -20px;
}

.s2-c ul .slick-list {
    overflow: visible;
}

.s2-c .slick-dots {
    padding: 0;
    position: static;
    font-size: 0;
    text-align: center;
    margin: 20px 0 0 0;
}

.s2-c .slick-dots li {
    display: inline-block !important;
    width: 12px;
    height: 12px;
    background-color: #802163;
    opacity: 0.2;
    border-radius: 6px;
    transition: all 0.3s;
    padding: 0;
}

.s2-c .slick-dots li.slick-active {
    width: 34px;
    opacity: 1;
}

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

.section3 {
    margin-top: -110px;
    padding-top: 1px;
}

.section3 .tit {
    margin-top: 20px;
}



.s3-box {
    margin-right: -170px;
}

.s3-box .slick-list {
    padding-right: 340px;

}

.s3-c ul li a {
    display: block;
    margin-right: 75px;
    overflow: hidden;
    border: solid 1px #802163;
}


.s3-pics {
    float: right;
    width: 250px;
    position: relative;
}

.s3-pics .pic {
    padding-top: 154%;
    z-index: 8;
}

.s3-pics .s3-more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
}


.s3-pics .s3-more::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 8;
    opacity: 0;
    transition: all 0.5s;
    background: rgba(128, 33, 99, .9);
}

.s3-pics .s3-more::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 100%;
    height: 100%;
    z-index: 8;
    opacity: 0;
    transition: all 0.5s;
    background: rgba(128, 33, 99, .9);
}

.s3-pics .s3-more p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: normal;
    line-height: 46px;
    color: #ffffff;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
}

.s3-info {
    padding: 35px;
    overflow: hidden;
}

.s3-info span {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.s3-info span i {
    /*float: left;*/
    font-style: normal;
    color: #802163;
}

.s3-info h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #802163;
    margin: 20px 0;
}

.s3-info b {
    display: block;
    height: 1px;
    background: #d3d3d3;
}

.s3-info>p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999999;
    margin: 20px 0;
}

.s3-info div p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: rgba(51, 51, 51, .8);
    padding-left: 20px;
}

.s3-info div p.time {
    background: url(../images/time.png) no-repeat;
    background-position: left center;
}

.s3-info div p.address {
    background: url(../images/address.png) no-repeat;
    background-position: left center;
}

.s3-info div p.user {
    background: url(../images/user.png) no-repeat;
    background-position: left center;
}


.s3-box .slick-slider::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: 500px;
    right: 0;
    top: -1px;
    bottom: 0px;
    background: url(../images/s3-zzc.png) repeat-y;
    background-position: right center;
    z-index: 9;
}

.s3-box .slick-prev, .s3-box .slick-next {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #802163;
    margin-top: -30px;
}

.s3-box .slick-prev {
    background: #802163 url(../images/s3-prev.png) no-repeat;
    background-position: center center;
    right: 100%;
    left: auto;
    margin-right: 35px;
}

.s3-box .slick-next {
    background: #f0a000 url(../images/s3-next.png) no-repeat;
    background-position: center center;
    left: 1500px;
    margin-left: 35px;
}


.s3-c ul li .line {
    position: relative;
    height: 1px;
    background-color: #cccccc;
    margin-top: 65px;
}

.s3-c ul li .line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: #802163;
    transition: all 0.5s;
}

.s3-c ul li a:hover .s3-pics .s3-more::before {
    right: 0;
    top: 0;
    opacity: .7;
}

.s3-c ul li a:hover .s3-pics .s3-more::after {
    left: 0;
    bottom: 0;
    opacity: .7;
}

.s3-c ul li a:hover .s3-pics .s3-more p {
    opacity: 1;
}

.s3-c ul li:hover .line::before {
    right: 75px;
}

.s4-c {
    background: rgba(222, 222, 222, .15);
}

.s4-c ul {
    overflow: hidden;
}

.s4-c ul li {
    float: left;
    width: 20%;
    border-bottom: 3px solid #7f2267;
    position: relative;
}

.s4-c ul li a {
    display: block;
    margin: 0 auto;
    padding: 45px 15px 45px 15px;
    text-align: center;
    transition: background-color 0.5s;
    background-size: 0;
}

.s4-c ul li a div {
    font-size: 0;
    height: 75px;
    line-height: 75px;
}

.s4-c ul li a div img {
    display: none;
}

.s4-c ul li a div img:nth-child(1) {
    display: inline-block;
}

.s4-c ul li a span {
    display: block;
    width: 46px;
    height: 2px;
    background-color: #f0a000;
    margin: 15px auto 20px auto;
}

.s4-c ul li a p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    overflow: hidden;
    color: #333333;
    margin-top: 5px;
}

.s4-c ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    bottom: 50px;
    width: 1px;
    background: rgba(153, 153, 153, .3);
}

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

.s4-c ul li a:hover {
    background-color: #802163;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.s4-c ul li a:hover div img {
    display: inline-block;
}

.s4-c ul li a:hover div img:nth-child(1) {
    display: none;
}

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