/**
 * Created by WebStorm.
 * User: MacBook
 * Date: 2020/8/25
 * Time: 11:52 上午
 */

header {
  width         : 100%;
  min-width     : 1280px;
  margin-bottom : 45px;
}

header img {
  width : 100%;
}

.content {
  width  : 100%;
  margin : 0 auto;
}

.content img {
  width : 100%;
}

/* 清除浮动 */
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden}
.clear{clear:both!important; float:none!important; font-size:0px!important; line-height:0px!important; height:0px!important}


/* 商务合作页 */
.cooperation .main{padding: 2rem 5%; margin: auto;background: #6F9BCC;}
.cooperation .main h3{color:#fff; font-weight: normal;}
.cooperation .main .cart{padding:1rem; color:#000; }
.cooperation .cart div{float:left; padding:2.5rem 2.5rem 2.5rem 2.5rem; margin: 2rem 2rem 0 0; background: #fff;}
.cooperation .cart h4{color:#925B24; font-weight: bold; font-size:1.3rem;}
.cooperation .cart h5{color:#925B24; font-size:1rem;}
.cooperation .cart p{margin: 1rem 0; text-indent: 0;}
.cooperation .cart i{padding:6px; margin-right: 1rem; color:#fff; border-radius: 50%; background: #925B24;}
