/*banner*/
.banner{
    width: 100%;
    position: relative;
    /*background-color: pink;*/
    /*margin-top: 3px;*/
}
.banner .swiper-pagination{
    bottom: 100px;
}
.swiper-container1{
      width: 100%;
      height: 100%;

    }
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

.swiper-button-prev{
    margin-left: 50px;
    background-image: url(../img/banner_left_arrow.png);
}
.swiper-button-next{
    margin-right: 50px;
    background-image: url(../img/banner_right_arrow.png);
}

.swiper-container2{
     width: 100%;
      height: 100%;
}
.swiper-container2 .swiper-pagination{
    z-index: 99999;
    text-align: right;
    padding-right: 20px;
    bottom: 16px;
}

.swiper-container2 .swiper-pagination-bullet{
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
}
.backimg_next{
 /*   width: 970px;
    height: 194px;*/
    width: 756px;
    height: 161px;
    position: absolute;
    /* top: 50%; */
    bottom: -115px;;
    left: 50%;
    margin-left: -378px;
    /* margin-top: 185px; */
    z-index: 999;
}
.backimg_next_b{
    height: 130px;
    border-radius: 10px;
    /*background: white;*/
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 6px 5px #EEEEEE;
    padding: 20px 0;
}
.backimg_next .back_ul{
    list-style: none;
    float: left;
    margin-top: 0px;
}
.backimg_next .back_ul li{
    float: left;
    padding-right: 40px;
    padding-left: 30px;
    border-right: 1px solid #CCC;
}
.back_ul img{
    float: left;
    width: 124px;
    height: 88px;
}
.back_ul .back_ul_introduce{
    float: left;
    margin-left: 22px;
}
.back_ul_introduce h4{
    color:rgb(238,119,0);
    margin-bottom: 18px;
    margin-top: 2px!important;
}
.back_ul_introduce p{
    font-size: 12px;
    color: #aaa;
}
.back_ul_introduce a{
    text-decoration: none;
    color: black;
    font-weight: 700px;
}

/*推广 寄语*/

.SEO-CEO {
    margin-top: 188px;
}

.SEO{
    background-image: url(../img/city_mine.png);
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 690px;
    height: 540px;    
}
.SEO > div{
    width: 675px;
    height: 470px;
    position: absolute;
    top: 60px;
    left: 30px;
    border-radius: 6px;
    overflow: hidden;
}
.SEO > div > img{
    width: 100%;
    height: 100%;
}
.SEO .SEO_bg{
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    /*opacity: 0.7;*/
    position: absolute;
    left: 0;
    bottom: 0;
}
.SEO .SEO_bg h1{
    padding: 25px;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 2.3px;
    color: #fff;
    opacity: 1;
    margin: 0;
}
.SEO .SEO_bg a{
    position: absolute;
    right: 28px;
    bottom: 8px;
    color: #e70;
    text-decoration: none;
}
.SEO .SEO_bg a img{
    margin-left: 16px;
}

.CEO{
    border-radius: 6px;
    overflow: hidden;
    width: 473px;
    height: 570px;
    color: #d7d7d7;
    margin-top: 8px;
}
.CEO .part-one{
    width: 473px;
    height: 255px;
}
.CEO .part-one img{
    width: 100%;
    height: 100%;   
}
.CEO .part-two{
    height: 54px;
    background: #000;
    opacity: 0.85;
    line-height: 54px;
    text-align: left;
}
.CEO .part-two b{
  display: inline-block;
  height: 12px;
  width: 2px;
  background: #ee7700;
  margin-left: 58px;
  margin-right: 8px;
  vertical-align: middle;
}
.CEO .part-two span{
  font-size: 16px;
}
.CEO .part-three{
  background: #515560;
  position: relative;
  border-radius: 0 0 6px 6px;
}
.CEO .part-three .txt {
  padding: 29px 0;
  /* width: 340px; */
  overflow: hidden;
  /* height: 208px; */
  height: 184px;
  margin-left: 58px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 58px;
  padding-right: 58px;
}
.CEO .part-three .txt p{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  text-align: left;
  word-wrap: break-word;
  margin-bottom: 0;
}
.CEO .part-three .line1{
  display: inline-block;
  height: 2px;
  width: 400px;
  background: #686c79;
  margin-left: 37px;
  vertical-align: top;
}
.CEO .part-three .line2{
  position: absolute;
  display: inline-block;
  width: 2px;
  background: #686c79;
  height: 137px;
  left: 415px;
  bottom:36px;
}
.CEO .part-four{
  vertical-align: top;
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding-bottom: 14px;
  /* margin-top: 22px; */
}
.CEO .part-four a{
  margin-left: 57px;
  margin-right: 19px;
  color: #e70;
  text-decoration: none;
}
.CEO .part-four img{
  /*height: 12px;*/
}
/*视频*/

.video{
    /* margin-top: 65px; */
    position: relative;
}

.video_content .video_bg{
    margin-top: 90px;
    height: 495px;
    width: 1900px;
    background: url(../img/video_bg.png) no-repeat;
    opacity: 0.9;
}
.video_content .video_pic{
    width: 1076px;
    height: 608px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -538px;
    margin-top: -235px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    box-shadow: 6px 6px 10px #908f8d;
    /*background-image: url(../img/banner.png);*/
}
.video_content .video_logo{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -238px;
    margin-top: 10px;
    opacity: 0.7;
}
.video_content .video_button{
    /*background-color: #eee;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -68px;
    margin-top: 10px;
}

/*基地风采*/
.collecting{
    margin-top: 140px;
    position: relative;
}
.collecting_content{
    margin-top: 22px;
    height: 646px;
    width: 100%;
    position: relative;
}
.collecting_content .li_img{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 646px; 
    background-size: 100% 100%;
    transition:ease-in-out 0.5s;
}

.collecting_content .li_img li{
    list-style: none;
    float: left;
    width: 25%;
    height: 323px;
    border: 0.3px solid #eee;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;

}

.collecting_content a{
    
}

.test{
    width: 100%;
    height: 322px;
    background-color: #FAFAFA;
    background-repeat: no-repeat;
    transition:ease-in-out 0.5s;
    background-position: center;
    cursor: pointer;
}


/*公益&获奖*/
.activity{
    margin-top: 81px;
    height: 700px;
}
.activity_content{
    width: 1119px;
    margin: 28px auto;
    position: relative;
}
/*banner*/
.activity_content .act_banner .swiper-container {
        width: 838px;
        height: 459px;
    }
.activity_content .act_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}
.swiper-pagination-bullet-active {
    background: #ef7b00 !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    opacity: 1;
}
.act_banner img{
    border-radius: 6px;
}
.activity_content .date{
    position: absolute;
    top: -30px;
    left: 30px;
    text-align: center;
} 
.activity_content .date h1{
    color: #ef7b00;
    font-size: 56px;
    font-weight: bold;
}
.activity_content .date p{
    color: #888;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
}
.activity_content .title{
    width: 980px;
    /*background-color: pink;*/
    position: absolute;
    top: 460px;
    padding-left: 140px;
    text-align: center;
}
.activity_content .title a{
    font-size: 18px;
    color: #ef7b00;
    text-decoration: none;
}
.activity_content .title span{
    color: #bbb;
}
.activity_content .title span a{
    color: #bbb;
    font-size: 12px;
    text-decoration: none;
}
.activity_content .describe{
    position: absolute;
    top: 552px;
    left: 0;
    background-color: #f9f9f9;
    height: 80px;
    width: 1119px;
    padding: 18px;
}
.activity_content .describe p{
    font-size: 15px;
    color: #666;
    text-indent: 31px;
}
/*新闻资讯*/
.news{
    margin-top: 117px;
}
.news_content{
    margin-top: 19px;
    height: 570px;
}
/*左边*/
.news_content .news_l{
    width: 582px;
    height: 510px;
    box-shadow: 0 5px 10px #EEEEEE;
    border: 1px solid #eee;
    position: relative;
}
.news_l .news_img{
    width: 582px;
    height: 300px;
    overflow: hidden;
}
.news_img img{
    width: 100%;
}
.news_l .news_container{
    padding: 0px 23px;
}
.news_l .title{
    height: 20px;
    line-height: 20px;
}
.news_l hr{
    margin: 12px 0;
}
.news_l .date span{
    color: #bbb;
    font-size: 12px;
}
.news_l .date span a{
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.news_l .describe{
    margin-top: 5px;
}
.news_l .describe p{
    color: #aaa;
}
.news_l .more{
    position: absolute;
    right: 23px;
    bottom: 30px;
}

.news_l .more span{
    margin-right: 5px;
}
.news_l .more span a{
    color: #777;
    text-decoration: none;
}

/*右边*/
.news_content .news_r{
    width: 474px;
    height: 500px;
    /*background-color: pink;*/
    /* padding: 40px 0; */
}
.news_style{
    margin-bottom: 48px;
}
.news_style .date{
    font-size: 14px;
    color: #aaa;
    margin-bottom: 10px;
}
.news_style .date a{
    text-decoration: none;
    color: #aaa;
}
.news_style h4{
    margin: 0;
    font-size: 16px;
}
.news_style h4 a{
    text-decoration: none;
    line-height: 24px;
}
.news .title a{
    color: #111;
    text-decoration: none;
}

.news_container .more a{
    color: #111;
    text-decoration: none;
}
/*合作*/
.pantner_content ul li{
    float: left;
    width: 20%;
    list-style: none;
    height: 104px;
    text-align: left;
    line-height: 104px;
}
.pantner_content ul li a{
    display: inline-block;
    width: 190px;
    height: 90px;
    line-height: 90px;
    box-shadow: 0 5px 10px #E8F2FE;
    overflow: hidden;
}
.pantner_content ul li img{
    width: 100%;
    cursor: pointer;
}


.che{
    position: fixed;
    top: 500px;
    right: -86px;
    z-index: 9999;
    cursor: pointer;
}
@media screen and (max-width: 1680px) {
    .che {
        width: 140px;
        right: -61px;
    }
}
/*.che2{
        position: fixed;
    top: 500px;
    right: 0px;
    z-index: 9999;
}*/