/* 生态合作封面 */
.eco_co_cover {
  background-color: #e7ebf8;
  background-image: url(../image/eco-co-cover-lg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 470px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.eco_co_cover_text {
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.eco_co_cover_text_title {
  width: auto;
  font-size: 36px;
  line-height: 2em;
  color: #333;
  font-weight: 500;
  text-align: left;
}

.eco_co_cover_text_content {
  font-size: 14px;
  color: #555;
  line-height: 2em;
  text-align: left;
}

/* 全局通用按钮 */
.eco_co_btn_link,
.eco_co_btn_link:hover,
.eco_co_btn_link:active,
.eco_co_btn_link:visited {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0 25px 0 15px;
  background: rgb(246, 64, 32);
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  transition: all .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.eco_co_btn_link:hover {
  padding: 0 35px 0 25px;
  box-shadow: 0 5px 10px rgba(246, 64, 32, .2);
  transition: all .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.eco_co_btn_link::before,
.eco_co_btn_link::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 5px;
  background: #fff;
  right: 15px;
}

.eco_co_btn_link::before {
  top: 14px;
  transform: rotate(-45deg);
}

.eco_co_btn_link::after {
  bottom: 14px;
  transform: rotate(45deg);
}

/* 合作伙伴权益 */
.eco_co_feature {
  padding: 100px 0;
}

.eco_co_feature_title {
  font-size: 28px;
  color: #333;
  line-height: 1.2em;
  display: block;
  margin: 0 auto 80px auto;
  position: relative;
  text-align: center;
}

.eco_co_feature_title::after {
  display: block;
  content: '';
  width: 100px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 -23px -50px;
  background: #f64;
}

.eco_co_feature_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.eco_co_feature_list img {
  width: 100px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.eco_co_feature_list h2 {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 2em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.eco_co_feature_list p {
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 1.7em;
  margin: 0;
  padding: 0 10%;
}

/* 合作内容 */
.eco_co_channel {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

.eco_co_channel li {
  margin-bottom: 20px;
  background-color: #ededf5;
}

.eco_co_channel li:last-child {
  margin-bottom: 0;
}

.eco_co_channel li .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.eco_co_channel li .container img {
  width: 670px;
  height: 470px;
  display: block;
  margin-right: 30px;
}

.eco_co_channel_content {
  height: 100%;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.eco_co_channel_content h2 {
  font-size: 28px;
  color: #333;
  line-height: 2em;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.eco_co_channel p {
  font-size: 14px;
  color: #555;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
}

/* 合作咨询 */
.eco_co_contact {
  width: 100%;
  margin: 90px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eco_co_contact h3 {
  font-size: 36px;
  color: #333;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

.eco_co_contact img {
  width: 60px;
  height: auto;
  display: block;
}

.eco_co_contact ul {
  margin: 0;
  padding: 0;
}

.eco_co_contact ul li,
.eco_co_contact ul li a {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #645E77;
  line-height: 2em;
}
.eco_co_success{
  height: auto;
  width: 100%;
  margin: 40px 0 110px 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.eco_co_success h3 {
  font-size: 36px;
  color: #333;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}
.eco_co_success_title{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-bottom: 1px solid #D1D1E0;
}
.eco_co_success_title div{
  display: inline-block;
  width: 50%;
  padding-bottom: 16px;
}
.eco_co_a{
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-weight: 400;
  position: relative;
}
.eco_co_a:hover{
  color: #333333;
}
.eco_co_a_selected a{
  font-weight: 500;
}
.eco_co_success_content:not(:first-child){
  display: none;
}
.eco_co_a_selected a::after{
  display: block;
  content: '';
  width: 470px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0px 0 -23px -235px;
  background: #FF6644;
}
.eco_co_success_content{
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.eco_co_left{
  height: 100%;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 99px;
width:400px;
}
.eco_left_title{
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 20px;
}
.eco_co_left li{
  list-style-type: none;
  margin-bottom: 16px;
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  background: #EEEDF5;
  border-radius: 2px;
  
}
.eco_co_li_x{
  width: 177px;
  text-align: center;
  line-height: 46px;
  height: 46px;
}
.eco_co_li_l{
  width: 370px;
  text-align: center;
  line-height: 46px;
  height: 46px;
}
.eco_li_point{
  width: 370px;
  height: 60px;
  text-align: left;
  padding-top: 13px;
  padding-left: 16px;


}
.eco_mesage{
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.eco_co_img{
  width: 700px;
  background: #FBF3F3;
}
.eco_co_success_content img{
  width: 100%;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  height: auto;
}
/* 适配标准桌面PC */
@media screen and (max-width: 1199px) {

  /* 合作内容 */
  .eco_co_channel li .container img {
    width: 60%;
    height: auto;
  }

}

/* 适配平板电脑 */
@media screen and (max-width: 991px) {

  /* 生态合作封面 */
  .eco_co_cover {
    background-image: url(../image/eco-co-cover-sm.jpg);
    background-position: top center;
    background-size: 100% auto;
    height: auto;
    align-items: flex-start;
    padding: 0 0 50px 0;
  }

  /* 全局通用按钮 */
  .eco_co_btn_link,
  .eco_co_btn_link:hover,
  .eco_co_btn_link:active,
  .eco_co_btn_link:visited {

        display: block;
        margin: 20px auto 0 auto;
  }
  .eco_co_btn_link:hover {
    padding: 0 25px 0 15px;
    box-shadow: none;
  }

  .eco_co_cover_text {
    margin-top: calc((100vw * 5 / 12) + 30px);
  }

  .eco_co_cover_text_title {
    width: 100%;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
  }

  .eco_co_cover_text_content {
    line-height: 1.7em;
    text-align: center;
  }

  /* 合作伙伴权益 */
  .eco_co_feature {
    padding: 80px 0;
  }

  .eco_co_feature_list {
    margin: 0 0 50px 0;
  }

  /* 合作内容 */
  .eco_co_channel li .container {
    flex-direction: column;
  }

  .eco_co_channel li .container img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .eco_co_channel_content {
    width: 100%;
    text-align: center;
    padding: 25px 15px 35px 15px;
  }

  .eco_co_channel_content h2 {
    width: 100%;
    font-size: 20px;
  }

  /* 合作咨询 */
  .eco_co_contact h3 {
    font-size: 24px;
    margin: 0;
  }
}

/* 适配手机 */
@media screen and (max-width: 767px) {

  /* 生态合作封面 */
  .eco_co_cover_text_content {
    font-size: 12px;
  }

  /* 合作伙伴权益 */
  .eco_co_feature {
    padding: 50px 0;
  }

  .eco_co_feature_title {
    font-size: 22px;
  }

}
