@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:white;
    color:black;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
*{
    padding:0;
    margin: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
@font-face {
    font-family: 'iconfont';  /* project id 389317 */
    src: url('//at.alicdn.com/t/font_389317_ts5m86biikb4vx6r.eot');
    src: url('//at.alicdn.com/t/font_389317_ts5m86biikb4vx6r.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_389317_ts5m86biikb4vx6r.woff') format('woff'),
    url('//at.alicdn.com/t/font_389317_ts5m86biikb4vx6r.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_389317_ts5m86biikb4vx6r.svg#iconfont') format('svg');
}
.font,font{
    font-family:"iconfont" ;
}
body{
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
/* 要注意表单元素并不继承父级 font 的问题 */
button,input,select,textarea {
    font:16px \5b8b\4f53,arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}

/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
#new {
  min-width: 1140px; }
  #new .container {
    max-width: 1140px;
    width: 1140px;
    margin: 0 auto; }
    #new .container .top-box .fl {
      width: 713.4px; }
      #new .container .top-box .fl .top {
        margin-bottom: 20px;
        width: 100%;
        height: 300px;
        padding: 20px;
        background: url("../build/static/images/pink1.png") no-repeat;
        background-size: cover; }
        #new .container .top-box .fl .top .title span {
          padding: 5px 20px;
          font-size: 20px;
          font-weight: bold;
          background-color: #fff;
          color: #6D92ED;
          border-radius: 20px; }
        #new .container .top-box .fl .top .content > div {
          text-align: center;
          padding: 20px 0px;
          margin: 50px 0px 60px; }
          #new .container .top-box .fl .top .content > div > span {
            padding: 30px 20px;
            margin-right: 40px;
            border: 1px solid #fff;
            border-radius: 10px;
            color: #fff;
            font-size: 20px;
            cursor: pointer; }
            #new .container .top-box .fl .top .content > div > span > a {
              color: #fff;
            }
            #new .container .top-box .fl .top .content > div > span:hover {
              z-index: 20;
              box-shadow: 2px 5px 5px rgba(0,0,0,.1); }
      #new .container .top-box .fl .bottom {
        width: 100%;
        height: 300px;
        padding: 20px;
        background: url("../build/static/images/pink2.png") no-repeat;
        background-size: cover; }
        #new .container .top-box .fl .bottom .title span {
          padding: 5px 20px;
          font-size: 20px;
          font-weight: bold;
          background-color: #fff;
          color: #A1BCFF;
          border-radius: 20px; }
        #new .container .top-box .fl .bottom .content > div {
          text-align: center;
          padding: 20px 0px;
          margin: 50px 0px 60px; }
          #new .container .top-box .fl .bottom .content > div > span {
            padding: 30px 20px;
            margin-right: 40px;
            border: 1px solid #fff;
            border-radius: 10px;
            color: #fff;
            font-size: 20px;
            cursor: pointer; }
            #new .container .top-box .fl .bottom .content > div > span:hover {
              z-index: 20;
              box-shadow: 2px 5px 5px rgba(0,0,0,.1); }
    #new .container .top-box .fr {
      width: 326.6px;
      height: 660px;
      padding: 20px;
      background: url("../build/static/images/green1.png") no-repeat;
      background-size: cover; }
      #new .container .top-box .fr .title span {
        padding: 5px 20px;
        font-size: 20px;
        font-weight: bold;
        background-color: #fff;
        color: #40D194;
        border-radius: 20px; }
      #new .container .top-box .fr .content > div {
        text-align: center;
        padding: 15px 0px;
        margin: 50px 0px 60px; }
        #new .container .top-box .fr .content > div > span {
          padding: 20px 30px;
          border: 1px solid #fff;
          border-radius: 10px;
          color: #fff;
          font-size: 20px;
          cursor: pointer; }
          #new .container .top-box .fr .content > div > span:hover {
            z-index: 20;
            box-shadow: 2px 5px 5px rgba(0,0,0,.1); }
    #new .container .top-box .clear {
      clear: both; }
    #new .container .middle-box {
      margin: 20px 0px;
      width: 1100px;
      height: 300px;
      padding: 20px;
      background: url("../build/static/images/blue1.png") no-repeat;
      background-size: cover; }
      #new .container .middle-box .title span {
        padding: 5px 20px;
        font-size: 20px;
        font-weight: bold;
        background-color: #fff;
        color: #48C3F7;
        border-radius: 20px; }
      #new .container .middle-box .content > div {
        text-align: center;
        padding: 20px 0px;
        margin: 10px 0px; }
        #new .container .middle-box .content > div > span {
          display: inline-block;
          width: 240px;
          padding: 30px 0px;
          margin-right: 40px;
          border: 1px solid #fff;
          text-align: center;
          border-radius: 10px;
          color: #fff;
          font-size: 20px;
          cursor: pointer; }
          #new .container .content > div > span > a {
            color: #fff;
          }
          #new .container .middle-box .content > div > span:hover {
            z-index: 20;
            box-shadow: 2px 5px 5px rgba(0,0,0,.1); }
    #new .container .bottom-box {
      margin-bottom: 20px; }
      #new .container .bottom-box .fl {
        width: 713.4px;
        height: 300px;
        padding: 20px;
        background: url("../build/static/images/red.png") no-repeat;
        background-size: cover; }
        #new .container .bottom-box .fl .title span {
          padding: 5px 20px;
          font-size: 20px;
          font-weight: bold;
          background-color: #fff;
          color: #E5786B;
          border-radius: 20px; }
        #new .container .bottom-box .fl .content > div {
          text-align: center;
          padding: 20px 0px;
          margin: 10px 0px; }
          #new .container .bottom-box .fl .content > div > span {
            display: inline-block;
            width: 240px;
            padding: 30px 0px;
            margin-right: 40px;
            border: 1px solid #fff;
            border-radius: 10px;
            color: #fff;
            font-size: 20px;
            cursor: pointer; }
            #new .container .bottom-box .fl .content > div > span:hover {
              z-index: 20;
              box-shadow: 2px 5px 5px rgba(0,0,0,.1); }
      #new .container .bottom-box .fr {
        width: 326.6px;
        height: 300px;
        padding: 20px;
        background: url("../build/static/images/pink3.png") no-repeat;
        background-size: cover; }
        #new .container .bottom-box .fr .title span {
          padding: 5px 20px;
          font-size: 20px;
          font-weight: bold;
          background-color: #fff;
          color: #9FBAFF;
          border-radius: 20px; }
        #new .container .bottom-box .fr .content > div {
          text-align: center;
          padding: 15px 0px;
          margin: 90px 0px; }
          #new .container .bottom-box .fr .content > div > span {
            padding: 20px 30px;
            border: 1px solid #fff;
            border-radius: 10px;
            color: #fff;
            font-size: 20px;
            cursor: pointer; }
            #new .container .bottom-box .fr .content > div > span:hover {
              z-index: 20;
              box-shadow: 2px 8px 5px rgba(0,0,0,.1); }
      #new .container .bottom-box .clear {
        clear: both; }
    #new .container .footer-box .fl {
      width: 326.6px;
      height: 400px;
      padding: 20px;
      background: url("../build/static/images/green2.png") no-repeat;
      background-size: cover; }
      #new .container .footer-box .fl .title span {
        padding: 5px 20px;
        font-size: 20px;
        font-weight: bold;
        background-color: #fff;
        color: #AEDD58;
        border-radius: 20px; }
      #new .container .footer-box .fl .content > div {
        text-align: center;
        padding: 15px 0px;
        margin: 25px 0px; }
        #new .container .footer-box .fl .content > div > span {
          display: inline-block;
          width: 240px;
          padding: 20px 0px;
          border: 1px solid #fff;
          border-radius: 10px;
          color: #fff;
          font-size: 20px;
          cursor: pointer; }
          #new .container .footer-box .fl .content > div > span:hover {
            z-index: 20;
            box-shadow: 2px 5px 5px rgba(0,0,0,.1); }
    #new .container .footer-box .fl:nth-of-type(2) {
      margin: 0px 20px;
      background: url("../build/static/images/blue2.png") no-repeat;
      background-size: cover; }
      #new .container .footer-box .fl:nth-of-type(2) .title span {
        color: #38E0C3; }
    #new .container .footer-box .fl:nth-of-type(3) {
      background: url("../build/static/images/blue3.png") no-repeat;
      background-size: cover; }
      #new .container .footer-box .fl:nth-of-type(3) .title span {
        color: #53DCE6; }
    #new .container .footer-box .clear {
      clear: both; }