@charset "UTF-8";
.clear {
  clear: both;
}

ul, li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

/*banner样式*/
.banner {
  width: 100%;
  height: 390px;
}
.banner img{
  display: none;
}
/*合作平台*/
.big-title{
  width: 1200px;
  margin: 0 auto;
}
.big-title .big{
  font-size: 32px;
  line-height: 90px;
  position: relative;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
}
.big-title .big:after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ce0505;
  margin: 0 auto;
}
.big-title .big span{
  color: #ce0505;
}
.big-title .min{
  padding: 10px 50px 30px;
  text-align: center;
  font-size: 22px;
  color: #444;
  line-height: 38px;
  font-weight: 400;
}
.big-title .min span{
  color: #ce0505;
  margin: 0 3px;
}
.cooperation{
  width: 100%;
  background: #f7f7fa;
}
.cooperation .cooperation-center{
  width: 1200px;
  margin: 0 auto;
}
.cooperation .cooperation-center .subtitle{
  font-weight: bold;
  font-size: 34px;
  line-height: 120px;
  font-weight: 400;
  text-align: center;
}
/*加入群体*/
.join-group{
  width: 100%;
  background: url(/statics/v5/images/aa3.jpg);
  background-size: contain;
}
.join-group .join-center{
  width: 1200px;
  margin: 0 auto;
}
.join-group .join-center .title{
  text-align: center;
  font-size: 34px;
  line-height: 120px;
  font-weight: 400;
  color: #fff;
}
.join-group .join-center ul{
  display: flex;
  padding-bottom: 60px;
}
.join-group .join-center ul li{
  margin-right: 25px;
  position: relative;
  width: 282px;
  height: 194px;
}
.join-group .join-center ul li img{
  display: block;
  width: 282px;
  height: 194px;
}
.join-group .join-center ul li .icon-name{
  position: absolute;
  top: 0;
  left: 0;
  width: 282px;
  height: 194px;
  background: rgba(0,0,0,.4);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.join-group .join-center ul li .icon-name i{
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  color: #fff;
  font-size: 39px;
}
.join-group .join-center ul li .icon-name span{
  font-size: 18px;
  line-height: 40px;
  margin-top: 10px;
}
.join-group .join-center ul li .icon-name:hover{
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.8));
}
.join-group .join-center ul li .icon-name:hover i{
  color: #ce0505;
  background: #fff;
}

/*平台优势*/
.platform{
  width: 1200px;
  margin:0 auto;
}
.platform .title{
  font-size: 34px;
  line-height: 120px;
  font-weight: 400;
  text-align: center;
}
.platform .title span{
  color: #ce0505;
}
.platform .advantage{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0;
}
.platform .advantage .treeimg{
  width: 657px;
  height: 485px;
  box-shadow: 0 0 20px rgba(6,16,45,.2);
}
.platform .advantage .advantage-list{
  flex:1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 428px;
  box-shadow: 0 0 20px rgba(6,16,45,.2);
  margin: 0;
  background: none;
  position: inherit;
}
.platform .advantage .advantage-list li{
  width: 50%;
  height: 50%;
  border-right: 1px solid #e1e1ef;
  border-bottom: 1px solid #e1e1ef;
  box-sizing: border-box;
  cursor: pointer;
}
.platform .advantage .advantage-list li:nth-child(2n){
  border-right: 0;
}
.platform .advantage .advantage-list li:nth-child(n+3){
  border-bottom: 0;
}
.platform .advantage .advantage-list li:hover{
  background: #ce0505;
}
.platform .advantage .advantage-list li:hover .subtitle{
  color: #fff;
}
.platform .advantage .advantage-list li:hover .detailed{
  color: #fff;
}
.platform .advantage .advantage-list li i{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  border:1px solid #ce0505;
  color: #ce0505;
  line-height: 62px;
  font-size: 28px;
  display: block;
  margin: 30px auto 20px;
  background: #fff;
}
.platform .advantage .advantage-list li .subtitle{
  text-align: center;
  font-size: 20px;
}
.platform .advantage .advantage-list li .detailed{
  font-size: 14px;
  display: block;
  width: 80%;
  margin: 15px auto 0;
  text-align: center;
  color: #555;
}

/*提供资源*/
.resources{
  width: 100%;
  background: #f7f7fa;
  margin-top: 50px;
}
.resources .resources-center{
  width: 1200px;
  margin: 0 auto;
}
.resources .resources-center .title{
  font-size: 34px;
  line-height: 120px;
  font-weight: 400;
  text-align: center;
}
.resources .resources-center .title span{
  color: #ce0505;
}
.resources .resources-center ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.resources .resources-center ul li{
  width: 400px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.resources .resources-center ul li:hover .hover-top{
  display: block;
}
.resources .resources-center ul li .hover-hidden{
  width: 380px;
  box-shadow: 0 0 10px rgba(197, 197, 197, 0.2);
  background: #fff;
  height: 180px;
  box-sizing: border-box;
  padding-top: 30px;
}
.resources .resources-center ul li .hover-hidden i{
  display: block;
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  border: 1px solid #ff8989;
  border-radius: 50%;
  text-align: center;
  line-height: 72px;
  color: #ce0505;
  font-size: 36px;
  box-shadow: 0 0 0 3px rgba(255, 141, 141,.5);
}
.resources .resources-center ul li .hover-hidden .subtitle{
  text-align: center;
  display: block;
  font-size: 22px;
  color: #333;
  font-weight: 400;
}
.resources .resources-center ul li .hover-top{
  position: absolute;
  top: 0;
  left: 10px;
  background: #ce0505;
  width: 380px;
  height: 180px;
  padding: 0 40px;
  box-sizing: border-box;
  display: none;
}
.resources .resources-center ul li .hover-top .hovertitle{
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  border-bottom: 1px solid #ff8383;
  margin: 30px 0 15px 0;
}
.resources .resources-center ul li .hover-top .hovertitle span{
  color: #f7cccc;
  font-style: italic;
  font-size: 18px;
  margin-right:10px;
}
.resources .resources-center ul li .hover-top .hovertext{
  font-size: 15px;
  color: #e6e6e6;
  text-align: center;
}
/*加盟条件*/
.condi {
  width: 100%;
  margin:0 0 50px 0;
}
.condi .condi_center {
  width: 1200px;
  margin: 0 auto;
}
.condi .condi_center .title {
  font-size: 34px;
  margin: 50px 0 20px;
  font-weight: 400;
  text-align: center;
}
.condi .condi_center .subtitle {
  font-size: 20px;
  font-weight: normal;
  color: #666;
  text-align: center;
}
.condi .condi_center .condi_content {
  display: flex;
  margin-top: 45px;
}
.condi .condi_center .condi_content ul {
  flex: 1;
  margin-top: 45px;
}
.condi .condi_center .condi_content ul li {
  display: flex;
  margin-bottom: 40px;
}
.condi .condi_center .condi_content ul li .iconBox{
  width: 60px;
  height: 60px;
  display: flex;
}
.condi .condi_center .condi_content ul li i {
  width: 58px;
  height: 58px;
  line-height: 60px;
  font-size: 30px;
  background: #f95555;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.condi .condi_center .condi_content ul li .text {
  margin-left: 30px;
  padding-right: 80px;
  width: 444px;
}
.condi .condi_center .condi_content ul li .text>div{
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.condi .condi_center .condi_content ul li .text p {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.condi .condi_center .condi_content .img_box {
  flex: 1;
  height: 480px;
  overflow: hidden;
}

/*代理商系统简介*/
.about_agent {
  width: 100%;
  background: #000;
}
.about_agent .agent_center {
  width: 1200px;
  margin: 0 auto;
  padding-top: 1px;
}
.about_agent .agent_center .title {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  width: 350px;
  margin: 50px auto 0;
  line-height: 28px;
  padding: 0 20px;
  position: relative;
}
.about_agent .agent_center .title .borderOne {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 290px;
  border-bottom: 2px solid #de4444;
  left: 50%;
  transform: translateX(-50%);
}
.about_agent .agent_center .title .borderTwo {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 0;
  border-bottom: 2px solid #f32323;
}
.about_agent .agent_center .tab_list {
  margin-top: 80px;
  overflow: hidden;
  padding: 30px 0 80px;
}
.about_agent .agent_center .tab_list ul {
  float: left;
  margin-left: 50px;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}
.about_agent .agent_center .tab_list ul li {
  text-align: left;
  text-indent: 80px;
  line-height: 50px;
  color: #c5c5c5;
  cursor: pointer;
  width: 250px;
  margin: 0 auto 11.4px;
  transition: all 0.5s ease;
}
.about_agent .agent_center .tab_list ul li:last-child {
  margin: 0 auto 0;
}
.about_agent .agent_center .tab_list ul li.on {
  background: linear-gradient(to right, red, rgba(255, 0, 0, 0.1));
  color: #fff;
}
.about_agent .agent_center .tab_list .img_hide_box {
  width: 790px;
  float: right;
  border: 1px solid #ccc;
}
.about_agent .agent_center .tab_list .img_hide_box img {
  display: none;
  margin: 0 auto;
  width: 100%;
  height: 480px;
  transition: all 0.5s ease;
}
.about_agent .agent_center .tab_list .img_hide_box img.on {
  display: block;
}
/*创建OEM网站*/
.establish{
  width: 1200px;
  margin: 0 auto;
}
.establish .title{
  font-size: 34px;
  line-height: 120px;
  font-weight: 400;
  text-align: center;
}
.establish .content{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.establish .content_m{
  width: 90%;
  display: none;
  margin: 0 auto;
}
@media all and (max-width:640px) {
  /* banner */
  .banner{
    width: 100%;
    height: auto;
    background: none !important;
    display: block;
    margin-top: 40px;
  }
  .banner img{
    display: block;
    width: 100%;
  }
  /*媒介易合作平台*/
  .big-title{
    width: 100%;
  }
  .big-title .big{
    font-size: 28px;
    line-height: 50px;
    margin: 20px 0 10px;
  }
  .big-title .min{
    font-size: 15px;
    line-height: 26px;
    padding: 0px 50px 30px;
  }
  .cooperation .cooperation-center{
    width: 100%;
  }
  .cooperation .cooperation-center .subtitle{
    font-size: 22px;
    line-height: 60px;
  }
  .cooperation .cooperation-center img{
    display: block;
    width: 100%;
  }
  /* 加入群体 */
  .join-group .join-center{
    width: 100%;
  }
  .join-group .join-center .title{
    font-size: 20px;
    line-height: 62px;
  }
  .join-group .join-center ul{
    padding: 0 5% 6px;
    flex-wrap: wrap;
  }
  .join-group .join-center ul li{
    width: 47%;
    margin-right: 6%;
    height: auto;
    margin-bottom: 20px;
  }
  .join-group .join-center ul li:nth-child(2n){
    margin-right: 0;
  }
  .join-group .join-center ul li img{
    width: 100%;
    height: auto;
  }
  .join-group .join-center ul li .icon-name{
    width: 100%;
    height: 100%;
  }
  .join-group .join-center ul li .icon-name i{
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 24px;
  }
  .join-group .join-center ul li .icon-name span{
    font-size: 15px;
    line-height: 30px;
  }
  /* 媒介易OEM平台优势 */
  .platform{
    width: 100%;
  }
  .platform .title{
    font-size: 24px;
    line-height: 70px;
  }
  .platform .advantage{
    flex-wrap: wrap;
  }
  .platform .advantage .advantage-list{
    margin: 0 5%;
    height: auto;
  }
  .platform .advantage .advantage-list li{
    height: auto;
  }
  .platform .advantage .advantage-list li i{
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 22px;
    margin: 15px auto 15px;
  }
  .platform .advantage .advantage-list li .subtitle{
    font-size: 16px;
  }
  .platform .advantage .advantage-list li .detailed{
    font-size: 12px;
    margin: 10px auto 0;
    min-height: 54px;
  }
  .platform .advantage .treeimg{
    width: 100%;
    height: auto;
    box-shadow: 0 5px 10px rgba(6,16,45,0);
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  /* 提供资源 */
  .resources{
    margin-top:0; 
  }
  .resources .resources-center{
    width: 100%;
  }
  .resources .resources-center .title{
    font-size: 20px;
    line-height: 80px;
  }
  .resources .resources-center ul{
    padding: 0 5%;
  }
  .resources .resources-center ul li{
    width: 47%;
    margin-right: 6%;
    padding: 0;
  }
  .resources .resources-center ul li:nth-child(2n){
    margin-right:0;
  }
  .resources .resources-center ul li:last-child{
    width: 100%;
    margin-right: 0;
  }
  .resources .resources-center ul li .hover-hidden{
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
  .resources .resources-center ul li .hover-hidden i{
    display: block;
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 26px;
  }
  .resources .resources-center ul li .hover-hidden .subtitle{
    font-size: 16px;
    padding-bottom: 15px;
  }
  .resources .resources-center ul li .hover-top{
    width: 100%;
    height: 100%;
    padding: 0 15px;
    left: 0px;
  }
  .resources .resources-center ul li .hover-top .hovertitle{
    font-size: 16px;
    line-height: 32px;
        margin: 20px 0 10px 0;
  }
  .resources .resources-center ul li .hover-top .hovertitle span{
    font-size: 14px;
  }
  .resources .resources-center ul li .hover-top .hovertext{
    font-size: 12px;
  }
  /* 加盟条件 */
  .condi{
    margin:0; 
  }
  .condi .condi_center{
    width: 100%;
  }
  .condi .condi_center .title{
    font-size: 22px;
    margin: 20px 0 4px;
  }
  .condi .condi_center .subtitle{
    font-size: 16px;
  }
  .condi .condi_center .condi_content{
    width: 94%;
    margin: 0 auto;
  }
  .condi .condi_center .condi_content ul{
    margin-top: 15px;
    width: 100%;
  }
  .condi .condi_center .condi_content ul li{
    margin-bottom: 20px;
  }
  .condi .condi_center .condi_content .img_box{
    display: none;
  }
  .condi .condi_center .condi_content ul li .text{
    margin-left: 10px;
    padding-right: 0;
    width: auto;
  }
  .condi .condi_center .condi_content ul li .iconBox{
    width: 54px;
    height: 54px;
  }
  .condi .condi_center .condi_content ul li i{
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 24px;
  }
  .condi .condi_center .condi_content ul li .text>div{
    font-size: 15px;
    line-height: 18px;
  }
  .condi .condi_center .condi_content ul li .text p{
    font-size: 12px;
    margin-top: 2px;
  }
  /* 媒介易 OEM模板展示  */
  .about_agent .agent_center{
    width: 100%;
  }
  .about_agent .agent_center .tab_list{
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    margin-top: 0;
  }
  .about_agent .agent_center .tab_list ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .about_agent .agent_center .tab_list ul li{
    text-align: left;
    text-indent: 25px;
    line-height: 40px;
    color: #c5c5c5;
    cursor: pointer;
    margin: 0 auto 11.4px;
    transition: all 0.5s ease;
    width: 50%;
  }
  .about_agent .agent_center .tab_list .img_hide_box{
    width: 94%;
    margin:0 auto; 
  }
  .about_agent .agent_center .tab_list .img_hide_box img{
    width: 100%;
    height: auto;
  }
  /* 创建OEM网站 */
  .establish{
    width: 100%;
  }
  .establish .title{
    font-size: 28px;
    line-height: 80px;
  }
  .establish .content{
    display: none;
  }
  .establish .content_m{
    display: block;
  }
}