@charset "utf-8";

.toTop {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 99;
}

.toTop>img {
    width: 100%;
}

.banner.pc .swiper-slide a {
    display: block;
}

.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 .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
}

.banner .slick .slick-slide a div {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 50%;
    margin-right: -410px;
    background: rgba(0, 0, 0, .22);
    line-height: 106px;
    height: 106px;
}

.banner .slick .slick-slide a div p {
    position: absolute;
    right: 0;
    left: 100%;
    margin-left: -1160px;
    bottom: 0;
    font-size: 36px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.banner .slick-dots {
    bottom: 40px;
    text-align: center;
    font-size: 0;
    width: auto;
    right: 50%;
    margin-right: -750px;
    width: 350px;
    padding: 0 30px;
    line-height: 30px;
}

.banner .slick-dots li {
    height: auto;
    width: auto;
    position: static;
    line-height: 22px;
    position: relative;
    font-size: 0;
}


.banner .slick-dots li button {
    font-size: 20px;
    color:#af8856;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.banner .slick-dots li::before {
    content: "";
    width: 0;
    height: 1px;
    background: #af8856;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s;
}

.banner .slick-dots li::after {
    content: "";
    width: 0;
    height: 1px;
    background: #af8856;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s;
}

.banner .slick-dots li.slick-active::before {
    width: 20px;
}

.banner .slick-dots li.slick-active::after {
    width: 20px;
}

.banner .slick-prev {
    width: 30px;
    height: 30px;
    bottom: 40px;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 50%;
    margin-right: -430px;
}

.banner .slick-prev::before {
    content: "<";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    color: #af8856;
    font-family: 楷体;
}

.banner .slick-next {
    width: 30px;
    height: 30px;
    bottom: 40px;
    top: auto;
    right: 50%;
    margin-right: -750px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner .slick-next::before {
    content: ">";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    font-family: 楷体;
    color: #af8856;
}

.index {
    /* position: fixed; */
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
}

.itit {
    overflow: hidden;
}

.itit1 {
    line-height: 50px;
}

.itit2 {
    line-height: 48px;
}

.itit h2 {
    float: left;
    font-size: 28px;
    font-weight: normal;
    color: #1f1f1f;
}

.itit1 h2 {
    border-left: 10px solid #ae8653;
    padding-left: 15px;
}

.tmore {
    /* float: right; */
    overflow: hidden;
    text-align: right;
    position: relative;
}

.tmore a {
    display: block;
    font-size: 24px;
    color: #ae8653;
    padding-right: 55px;
    background: url(../images/tmore.png) no-repeat;
    background-position: right center;
    text-transform: uppercase;
    transition: all 0.3s;
    float: right;
    min-height: 48px;
}

.tmore a:hover {
    padding-right: 65px;
}

.tmore a::before {
    content: "";
    position: absolute;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 185px;
    height: 1px;
    width: 100%;
    background-color: #bfbfbf;
    margin-right: 25px;
}

.section1 {
    padding-top: 10px;
    background: url(../images/s1-bj.png) no-repeat;
    background-size: cover;
}

.s1-c {
    margin-top: 20px;
}

.s1-l {
    float: left;
    width: 810px;
    margin-right: 50px;
}

.s1-r {
    overflow: hidden;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 55%;object-fit:cover;
}

.s1-l ul li a>p {
    font-size: 24px;
    line-height: 36px;
    height: 42px;
    overflow: hidden;
    color: #2f2f2f;
    margin: 25px 0;
    transition: all 0.3s;
}

.s1-ldata {
    float: left;
    position: relative;
    line-height: 50px;
}

.s1-ldata b {
    font-size: 30px;
    line-height: 26px;
    color: #ae8653;
    vertical-align: super;
}

.s1-ldata span {
    font-size: 20px;
    line-height: 26px;
    color: #696969;
    vertical-align: bottom;
}

.s1-ldata::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: rotateZ(45deg) translateX(-50%);
    width: 1px;
    height: 100%;
    background: #717171;
}

.art-more {
    text-align: right;
    padding-right: 30px;
    background: url(../images/art-more-bj.png) no-repeat;
    background-position: right bottom;
    font-size: 24px;
    line-height: 30px;
    color: #ae8653;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.3s;
}

.s1-l ul li a:hover p {
    color: #ae8653;
}

.art-more:hover {
    padding-right: 25px;
}

.s1-r ul li a {
    padding-top: 45px;
    padding-bottom: 25px;
    display: block;
    border-bottom: dotted 1px #b5b5b5;
    overflow: hidden;
}

.s1-r ul li:first-child a {
    padding-top: 0;
}

.s1-rpic {
    float: right;
    width: 140px;
    margin-left: 40px;
}

.s1-rpic .pic {
    padding-top: 76.25%;
}

.s1-rinfo {
    overflow: hidden;
}

.s1-rinfo h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    color: #202020;
    overflow: hidden;
}

.s1-rinfo span {
    display: block;
    padding-left: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #626262;
    margin-top: 15px;
    background: url(../images/data.png) no-repeat;
    background-position: left center;
}

.s1-r ul li a:hover h3 {
    color: #ae8653;
}

.section2 {
    background: url(../images/s2-bj.png) no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75.5px;
    position: relative;
    z-index: 9;
}







.section3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 280px;
    padding-bottom: 310px;
    margin-top: -143px;
    position: relative;
    z-index: 8;
}

.section3 .px1500 {
    background: url(../images/s3-cbj.png) repeat;
    padding: 27px;
    position: relative;
}

.section3 .px1500::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 169px;
    height: 27px;
    background-color: #ae8653;
}

.s3-c {
    background: #fff;
}

.s3-c .itit h2 {
    text-align: center;
    float: none;
    padding-top: 45px;
    padding-bottom: 50px;
}

.s3-c>ul {
    padding-bottom: 55px;
}

.s3-c ul li a {
    display: block;
    padding: 0 10% 10% 10%;
    border-left: 1px solid #dcdcdc;
}

.s3-c ul li a .s3-data {
    font-size: 0;
    line-height: 40px;
}

.s3-c ul li a .s3-data b {
    font-size: 36px;
    color: #282828;
    vertical-align: middle;
}

.s3-c ul li a .s3-data span {
    font-size: 24px;
    vertical-align: middle;
    color: #ae8653;
}

.s3-c ul li a h3 {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #282828;
    margin: 30px 0;
}

.s3-c ul li a .art-more {
    font-size: 16px;
    background: url(../images/art-more-bj2.png) no-repeat;
    background-position: right bottom;
    padding: 0 20px 0 0;
}

.s3-c .slick-dots {
    position: static;
    font-size: 0;
    margin-top: 25px;
}

.s3-c .slick-dots li {
    width: 17px;
    height: 17px;
    background-color: #cccccc;
    border: 3px solid #fff;
    transition: all 0.3s;
    border-radius: 50%;
}

.s3-c .slick-dots li button {
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s;
    left: 4px;
    top: 4px;
    padding: 0;
    margin: 0;
}

.s3-c .slick-dots li.slick-active {
    border: 1px solid #ae8653;
    background: transparent;
}

.s3-c .slick-dots li.slick-active button {
    background-color: #ae8653;
}

.section4 {
    margin-top: -150px;
    position: relative;
    z-index: 9;
}

.s4-l {
    float: left;
    width: 50%;
    position: relative;
    z-index: 8;
}

.s4-l>div {
    margin-right: -30px;
    padding-top: 56.9%;
}

.s4-l>div>img {
    display: block;
    width: 100%;
}

.s4-r {
    float: right;
    width: 50%;
    position: relative;
    z-index: 9;
}


.s4-r .itit {
    margin-left: 90px;
    padding-top: 30px;
    position: relative;
    max-width: 660px;
}

.s4-r .itit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 8px;
    background-color: #ae8653;
}

.s4-r ul {
    margin-top: 6%;
    margin-left: -40px;
    padding-left: 50px;
    background: url(../images/s4-rbj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s4-r ul li {
    max-width: 750px;
}

.s4-r ul li:first-child a {
    border-top: none;
}

.s4-r ul li a {
    display: block;
    position: relative;
    padding: 5.5% 0;
    border-top: 1px solid rgba(255, 255, 255, .35);
}

.s4-r ul li a h3 {
    font-size: 0;
    height: 72px;
    overflow: hidden;
    color: #fdfdfd;
    padding-left: 60px;
    position: relative;
    text-align: left;
    line-height: 32px;
}

.s4-r ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 26px;
    height: 4px;
    background-color: #ffffff;
}

.s4-r ul li a h3 p {
    font-size: 24px;
}

.text-bline {
    display: inline;
    background-image: linear-gradient(#fff, #fff);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.text-blineper :hover .text-bline {
    background-size: 100% 1px;
}





.section5 {
    padding-top: 70px;
    padding-bottom: 105px;
    background: url(../images/s5-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5-c{
    margin-top: 50px;
}
.s5-c ul li a {
    display: block;
    margin: 0 8%;
    background: #e3e5e5;
    padding: 8%;
}

.s5-pic {
    max-width: 213px;
    margin: 0 auto;
}

.s5-pic .pic {
    padding-top: 100%;
    border-radius: 10px;
}

.s5-info h3 {
    font-size: 30px;
    text-align: center;
    color: #303030;
    margin-top: 35px;
}

.s5-info h4 {
    font-size: 20px;
    color: #303030;
    text-align: center;
    margin: 15px 0 20px 0;
}

.s5-info p {
    font-size: 20px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #666565;
    text-align: left;
}

.s5-info div {
    height: 48px;
    background: url(../images/tmore.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin-top: 40px;
}

.s5-c .slick-prev, .s5-c .slick-next {
    width: 60px;
    height: 66px;
}

.s5-c .slick-prev {
    background: url(../images/s5-l.png) no-repeat;
    background-position: center center;
    left: -30px;
}

.s5-c .slick-next {
    background: url(../images/s5-r.png) no-repeat;
    background-position: center center;
    right: -30px;
}

.s5-c ul li a:hover .s5-info h3 {
    color: #ae8653;
}

@keyframes fanzhuan {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateY(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateY(360deg);
    }
}

@keyframes circles {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

@keyframes circles2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media screen and (max-width:1800px) {}

@media screen and (max-width:1520px) {
    .banner .slick .slick-slide a div p {
        margin-left: 0;
        left: 0;
        padding: 0 15px;
        font-size: 26px;
    }

    .banner .slick .slick-slide a div {
        line-height: 80px;
        height: 80px;
        margin-right: 0;
        right: 300px;
    }

    .banner .slick-dots {
        bottom: 25px;
        right: 0;
        margin-right: 0;
    }

    .banner .slick-next, .banner .slick-prev {
        bottom: 25px;
    }

    .banner .slick-next {
        right: 22px;
        margin-right: 0;
    }

    .banner .slick-prev {
        right: 300px;
        margin-right: 0;
    }

    .itit1 {
        line-height: 60px;
    }

    .itit1 h2 {
        border-width: 10px;
    }

    .itit h2 {
        font-size: 36px;
    }

    .tmore a {
        font-size: 20px;
    }

    .tmore a::before {
        right: 100px;
    }
    .s5-c{
        padding: 0 40px;
    }
}

@media screen and (max-width:1400px) {
    .s3-c ul li a .s3-data b{
        font-size: 30px;
    }
    .s1-l ul li a>p ,.s1-ldata b,.art-more,.section2 ul li a p,.s3-c ul li a .s3-data span,.s4-r ul li a h3 p,.s5-info h3{
        font-size: 20px;
    }
    .s4-r ul li a h3{
        line-height: 28px;
        height: 63px;
    }

    .s1-rinfo h3 ,.s1-ldata span,.s5-info h4,.s5-info p{
        font-size: 18px;
    }

    .s1-l {
        width: 600px;
        margin-right: 25px;
    }

    .s1-r ul li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .s1-rpic {
        width: 120px;
        margin-left: 20px;
    }

    .s1-rinfo span {
        margin-top: 5px;
    }
    .s3-c ul li a{
        padding: 0 5% 5% 5%;
    }
    .s5-c ul li a{
        padding: 4%;
    }

}

@media screen and (max-width: 1280px) {
    .itit h2 {
        font-size: 22px;
    }

    .itit1 {
        line-height: 48px;
    }

    .tmore a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .section2 ul .itit h2{
        font-size: 22px;
    }
    .tmore a{
        padding-right: 45px;
        background-size: auto 35px;
    }
    .section2 ul .tmore a{
        background-size: auto 35px;
    }
    .tmore a::before{
        right: 80px;
    }
    .s1-l ul li a>p {
        font-size: 18px;
    }

    .s1-rinfo h3 {
        font-size: 16px;
    }

    .banner .slick .slick-slide a div {
        display: none;
    }

    .banner .slick-dots {
        bottom: 15px;
        right: 0;
        margin-right: 0;
    }

    .banner .slick-next, .banner .slick-prev {
        bottom: 15px;
    }

    .banner .slick-dots li {}

    .banner .slick-dots li button {
        font-size: 16px;
        margin: 0 5px;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .s1-l ul li a>p {
        margin: 15px 0;
    }

    .s3-c ul li a h3{
        margin: 15px 0;
    }
    .s3-c .slick-dots{
        margin-top: 0;
    }
    .section3 .px1500{
        padding: 15px;
    }
    .section3 .px1500::before{
        height: 15px;
    }
    .s4-l{
        display: none;
    }
    .s4-r{
        width: auto;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
    }
    .s4-r .itit{
        max-width: none;
        margin-left:0;
        width: auto;
        padding-top: 15px;
    }
    .s4-r ul{
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 25px;
    }
    .s4-r ul li{
        max-width: none;
    }
    .s4-r ul li a{
        padding: 25px 0;
    }
    .s4-r ul li a h3 {
        height: auto;
    }
    .s4-r ul li a h3 p{
        display: block;
    }
    .s4-r ul li a h3::before{
        top: 12px;
    }
    .s5-c ul li a{
        margin: 0 4%;
    }
    .s5-c .slick-prev, .s5-c .slick-next{
        width: 35px;
        height: 40px;
        background-size: 100% auto;
    }
    .s5-c{
        padding: 0 ;
    }
    .s5-c>ul{
        padding: 0 30px;
    }
    .s5-c .slick-prev{
        left: 0;
    }
    .s5-c .slick-next{
        right: 0;
    }
    .s5-info h3{
        margin-top: 20px;
    }
    .s5-info div{
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {


    .s1-c{
        margin-top: 30px;
    }

    .section3{
        padding-top: 35px;
        margin-top: 0;
        padding-bottom: 35px;
    }
    .section4,.s5-c{
        margin-top: 35px;
    }
    .section5{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .s3-c>ul{
        padding-bottom: 25px;
    }
    .s3-c .itit h2{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}




/* section2 */
.section2 {

  background-color: #fff;
}
.main .section1 .more a {
  display: block;
}
.main .section2 .more .ac {
  font-size: 30px;
  /* line-height: 16px; */
  color: #333;
  vertical-align: middle;
  padding-left: 15px;
}
.main .section2 .more .much {
  /* text-align: right; */
  float: right;
  padding-top: 15px;
  font-size: 16px;
  line-height: 16px;
  color: #ae8653;
}
.section2 .s2l {
  float: left;
  width: 58.9%;
}
.section2 .s2l .s2ll {
  float: left;
  width: 48.5%;
}
.section2 .s2l .s2lr {
  float: right;
  width: 48.5%;
  padding-left: 3%;
}
.section2 .s2l ul li a {
  display: block;
}
.section2 .s2l ul li {
  box-sizing: border-box;
  width: 100%;
  margin-top: 45px;
  border: 1px solid #b2b2b2;
  padding-left: 25px;
  padding-right: 15px;
}
.section2 .s2l ul li:hover {
  background-color: #ae8653;
}
.section2 .s2l ul li:hover .context h4,
.section2 .s2l ul li:hover .context p {
  color: #fff;
}
.section2 .s2l ul li:hover .time {
  background-color: #ffe5e6;
}
.section2 .s2l li {
  position: relative;
}
.section2 .s2l .time {
  position: absolute;
  top: -20px;
  left: 18px;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  font-size: 16px;
  color: #ae8653;
}
.section2 .s2l h4 {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #333;
  padding-top: 25px;
  margin-bottom: 15px;
display: -webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient:vertical; 
}
.section2 .s2l p {
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #808080;
  margin-bottom: 30px;
display: -webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical; 
}
.section2 .s2r {
  float: right;
  width: 39%;
  padding-left: 2.1%;
}
.section2 .s2r .top {
  position: relative;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 23px;
}
.section2 .s2r .top img {
  width: 100%;
}
.section2 .s2r .top p {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.section2 .s2r .xia {
  width: 100%;
}
.section2 .s2r .xia ul li a {
  display: block;
}
.section2 .s2r .xia .s2slick {
  float: left;
  width: 100%;
}

.xia{margin-top:30px;}

.xia .s2slick .slul li {
  float: left;
  width: 17%;
  margin-left: 2%;
}
.xia .s2slick .slul li img{margin:5px auto;display:block;}
.xia .s2slick .slul li p{text-align:center;line-height:25px; margin:10px 0; min-height:50px;}


.section2 .s2r .xia ul li:nth-child(4n) {
  margin-right: 0;
}

.xia .s2slick .slul li:first-child .i1 {
  display: block;
  background: url() center center no-repeat;
  width: 41px;
  height: 37px;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:first-child .i1::before {
  content: "";
  display: block;
  background: url() center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.xia .s2slick .slul li:first-child:hover .i1::before {
  opacity: 1;

  top: -28px;


}









.section2 .s2r .xia ul li img {
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.section2 .s2r .xia ul li p {
  padding-top: 18px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 16px;
  color: #868686;
  text-align: center;
}
.section2 .s2r .xia ul li:hover {
  background-color: #ae8653;
}
.section2 .s2r .xia ul li:hover p {
  color: #fff;
}
.s2slick .slick-dots {
  margin-top: 30px;
}


.xia .s2slick .slick-dots li button:before {
  content: "";
}
.section2 .s2r .xia .slick-dots li:hover {
  background-color: transparent;
}



.section2 .s4r{
  width:38%; float:right;


}
.section2 .s4r ul li a {
  display: block;
}

.section2 .s4r ul li a em {
  color: #ae8653;
  float: left;
  padding-top: 13px;
}
.section2 .s4r ul {
  margin-top: 21px;
}
.section2 .s4r ul li a p {
  padding-left: 8px;
  margin-right: 100px;
  font-size: 16px;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.section2 .s4r ul li:hover p {
  color: #ae8653;
}
.section2 .s4r ul li a span {
  float: right;
  margin-top: -44px;
  font-size: 15px;
  line-height: 44px;
  color: #878787;
}


@media screen and (max-width: 1024px) {
.section2{
padding-top:30px;
padding-bottom:30px;
}
.section2 .s2l,.section2 .s4r {
  float: none;
  width: 100%;
}
.section2 .s4r{margin-top:30px;}
}

@media screen and (max-width: 480px) {
.section2 .s2l .s2ll,.section2 .s2l .s2lr {
  float: none;
  width: 100%;padding:0;
}

}
.section6 {
    background: url(../images/s3-bj.png) no-repeat;
    background-size: cover;
    padding-top: 50px;padding-bottom: 45px;

}
.section6 .s2l{
   width:30%;
   float:left;

}
.section6 .s2l .s6 {
margin-top:40px;

}
.section6 .s2l .s6 a{ 
width:100%;
line-height:100px; font-size:24px;

background:url(../images/jsicon.png) no-repeat left center;
color:#ae8653;
display:block;
border-radius:10px;
margin-top:15px;
padding-left:70px;
margin-left:100px.

}

.section6 .s2l .s6 a.last{ 

background:url(../images/xsicon.png) no-repeat left center;



}
.section6 .s2r{
  width:67%;
float:right;
}

@media screen and (max-width: 768px) {

.section6 .s2l,.section6 .s2r{
   width:100%;
   float:none;

}
.section6 .s2r{margin-top:30px;}
}


.mid4{
    background: url(../images/s4-bj.png) no-repeat;
    background-size: cover;
 padding-bottom: 63px; padding-top: 62.5px;
}
.mid4Body{margin-top:30px;}
.mid4Left {
    float: left;
    width: 612px;
    margin-right: 5%;
}

.mid4LeftTop {
    overflow: hidden;
}

.mid4LeftTop img {
    width: 100%;
    transition: all 0.8s;
    height: 324px;
    object-fit: cover;
}

.mid4LeftTop:hover img {
    transform: scale(1.1);
}

.mid4LeftBottom {
    height: 87px;
    padding: 12px 26px;
    background: #f6f7fc;
}

.mid4LeftBottom .One {
    color: #333333;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.mid4LeftBottom:hover .One {
    color: #ae8653;
}

.mid4LeftBottom .Two {
    color: #999999;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mid4Leftslick .slick-dots {
    bottom: 100px;
    text-align: right;
    padding-right: 20px;
}

.mid4Leftslick .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(256, 256, 256, 0.4);
}

.mid4Leftslick .slick-dots li.slick-active {
    background: rgba(256, 256, 256, 1);
}

.mid4Right {
    overflow: hidden;
}

.mid4RightItem {
    display: block;
    border-bottom: 1px dashed #eeeeee;
    padding: 23px 0px;
}

.mid4RightItem:hover .mid4Rightdate .One {
    color:#ae8653;
}

.mid4RightItem:hover .mid4Rightdate .Two {
    color: #ae8653;
}

.mid4RightItem:hover .mid4RightCon .One {
    color: #333333;
    font-weight: 600;
}

.mid4RightItem:first-child {
    padding-top: 0px;
}

.mid4Rightdate {
    float: left;
    width: 56px;
    margin-right: 20px;
}

.mid4Rightdate .One {
    color: #9d9ea3;
    font-size: 36px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 35px;
}

.mid4Rightdate .Two {
    color: #9d9ea3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.mid4RightCon {
    overflow: hidden;
}

.mid4RightCon .One {
    color: #333333;
    font-size: 18px;
    overflow: hidden;

    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;  


}

.mid4RightCon .Two {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.b-green {
    background:#ae8653;
    width: 184px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.mid4 .b-green {
    padding-top: 5px;
}

.mid4 .b-green p {
    color: #ffffff;
    padding-right: 30px;
    margin-left: 20px;
}

.mid4 .b-green p::before {
    background-color: #ffffff;
}



@media screen and (max-width: 1024px) {
.mid4Left,.mid4Right{width:100%;float:none;}
.mid4Right{margin-top:30px;}
}

@media screen and (max-width: 680px) {
.xia .s2slick .slul li{width:30%;}

}