@charset "UTF-8";
.Box12 {
  width: 1200px;
  margin: 0 auto; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */ }

.Box12 {
  max-width: 1280px;
  margin: 0 auto; }

.footer {
  float: left;
  width: 100%; }

.slide_form {
  width: 100%;
  float: left;
  background: url(../images/sc/banner01.jpg) center;
  height: 600px; }
  .slide_form .form {
    width: 318px;
    float: right;
    margin-top: 170px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    text-align: center;
    position: relative;
    opacity: 0; }
    .slide_form .form:before {
      position: absolute;
      width: 250px;
      height: 10px;
      background: rgba(0, 0, 0, 0.1);
      top: -12px;
      content: "";
      left: 13px; }
    .slide_form .form .title {
      width: 100%;
      float: left;
      text-align: center;
      height: 21px; }
    .slide_form .form .input {
      float: left;
      width: 100%;
      margin-top: 20px; }
      .slide_form .form .input select {
        background: none;
        width: 100%;
        line-height: 50px;
        height: 50px;
        color: #ebebeb;
        padding: 0 0px 0 10px;
        border: 1px solid #924bcf;
        outline: none; }
        .slide_form .form .input select option {
          color: #333; }
      .slide_form .form .input input {
        background: none;
        width: 100%;
        line-height: 50px;
        height: 50px;
        color: #ebebeb;
        padding: 0 10px;
        border: 1px solid #924bcf;
        outline: none; }
      .slide_form .form .input input::-webkit-input-placeholder {
        /* WebKit browsers 适配谷歌 */
        color: #ebebeb; }
      .slide_form .form .input input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 适配火狐 */
        color: #ebebeb; }
      .slide_form .form .input input::-moz-placeholder {
        /* Mozilla Firefox 19+ 适配火狐 */
        color: #ebebeb; }
      .slide_form .form .input input:-ms-input-placeholder {
        /* Internet Explorer 10+  适配ie*/
        color: #ebebeb; }
    .slide_form .form button {
      margin-top: 10px;
      width: 278px;
      float: left;
      margin-top: 20px;
      line-height: 52px;
      height: 52px;
      background: url(../images/sc/bg_01.png) no-repeat;
      background-size: cover;
      border: 0px;
      font-size: 16px;
      color: #fff; }

.box-title {
  text-align: center;
  width: 100%;
  float: left;
  opacity: 0; }
  .box-title .title {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    display: block; }
  .box-title .desc {
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    font-size: 14px;
    margin-top: 10px;
    color: #666; }
  .box-title h2 {
    font-size: 36px; }

.sc-wrapper {
  width: 100%;
  float: left; }
  .sc-wrapper .box-con1 {
    padding: 80px 0;
    width: 100%;
    float: left; }
    .sc-wrapper .box-con1 .list {
      width: 100%;
      float: left;
      margin-top: 40px;
      opacity: 0; }
      .sc-wrapper .box-con1 .list li {
        padding: 17px;
        float: left;
        width: 33.33333%; }
        .sc-wrapper .box-con1 .list li .block {
          padding: 20px;
          width: 100%;
          float: left;
          background: #e99027;
          position: relative;
          overflow: hidden; }
          .sc-wrapper .box-con1 .list li .block:before {
            background: #fff;
            position: absolute;
            width: 400px;
            height: 120px;
            content: "";
            left: -20px;
            top: -20px;
            transform: rotate(5deg);
            -ms-transform: rotate(0deg);
            /* IE 9 */
            -moz-transform: rotate(0deg);
            /* Firefox */
            -webkit-transform: rotate(5deg);
            /* Safari 和 Chrome */
            -o-transform: rotate(0deg);
            /* Opera */ }
          .sc-wrapper .box-con1 .list li .block .content {
            float: left;
            width: 100%;
            background: #fff;
            padding: 30px 20px 0px 20px;
            text-align: center;
            border-top: 2px solid #e99027;
            position: relative;
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            transition: all .5s;
            -moz-transition: all .5s;
            /* Firefox 4 */
            -webkit-transition: all .5s;
            /* Safari 和 Chrome */
            -o-transition: all .5s;
            /* Opera */
            height: 130px; }
            .sc-wrapper .box-con1 .list li .block .content:hover {
              padding: 15px 20px 10px 20px; }
              .sc-wrapper .box-con1 .list li .block .content:hover .title {
                color: #e99027; }
              .sc-wrapper .box-con1 .list li .block .content:hover .more em {
                opacity: 1;
                opacity: 100;
                -khtml-opacity: 100;
                -moz-opacity: 100;
                filter: alpha(opacity=100);
                filter: "alpha(opacity=100)";
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); }
            .sc-wrapper .box-con1 .list li .block .content .title {
              font-size: 22px;
              font-weight: bold; }
            .sc-wrapper .box-con1 .list li .block .content .desc {
              font-size: 14px;
              margin-top: 10px; }
            .sc-wrapper .box-con1 .list li .block .content .more {
              text-align: center;
              width: 100%;
              float: left;
              margin-top: 10px;
              height: 30px;
              cursor: pointer; }
              .sc-wrapper .box-con1 .list li .block .content .more em {
                background: #ec9124;
                color: #fff;
                display: inline-block;
                border-radius: 30px;
                padding: 0 40px;
                line-height: 30px;
                opacity: 0;
                -khtml-opacity: 0;
                -moz-opacity: 0;
                filter: alpha(opacity=0);
                filter: "alpha(opacity=0)";
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
      .sc-wrapper .box-con1 .list .li_01 .block .content {
        background: #fff url(../images/sc/bg_07.jpg); }
      .sc-wrapper .box-con1 .list .li_02 .block .content {
        background: #fff url(../images/sc/bg_02.jpg); }
      .sc-wrapper .box-con1 .list .li_03 .block .content {
        background: #fff url(../images/sc/bg_03.jpg); }
      .sc-wrapper .box-con1 .list .li_04 .block .content {
        background: #fff url(../images/sc/bg_04.jpg); }
      .sc-wrapper .box-con1 .list .li_05 .block .content {
        background: #fff url(../images/sc/bg_05.jpg); }
      .sc-wrapper .box-con1 .list .li_06 .block .content {
        background: #fff url(../images/sc/bg_06.jpg); }
  .sc-wrapper .box-con2 {
    padding: 80px 0;
    width: 100%;
    float: left;
    background: #f7f7fa; }
    .sc-wrapper .box-con2 .box {
      width: 100%;
      float: left;
      margin-top: 40px; }
      .sc-wrapper .box-con2 .box .left {
        float: left;
        width: 274px;
        opacity: 0; }
        .sc-wrapper .box-con2 .box .left .title {
          float: left;
          width: 274px;
          text-align: center; }
        .sc-wrapper .box-con2 .box .left ul {
          background: url(../images/sc/bg_11.png) no-repeat;
          float: left;
          width: 100%;
          padding: 30px 20px; }
          .sc-wrapper .box-con2 .box .left ul li {
            float: left;
            width: 100%;
            margin: 20px 0; }
            .sc-wrapper .box-con2 .box .left ul li em {
              background: url(../images/sc/bg_08.png) no-repeat;
              width: 128px;
              height: 33px;
              line-height: 33px;
              float: left;
              font-size: 16px;
              padding-left: 10px;
              color: #fff;
              position: relative;
              margin-left: 50px;
              cursor: pointer; }
              .sc-wrapper .box-con2 .box .left ul li em:before {
                width: 6px;
                height: 6px;
                left: -30px;
                border-radius: 50%;
                top: 16px;
                content: "";
                background: #fff;
                position: absolute; }
              .sc-wrapper .box-con2 .box .left ul li em:after {
                content: "......";
                position: absolute;
                left: -23px;
                top: -3px;
                color: #fff; }
          .sc-wrapper .box-con2 .box .left ul .on:nth-child(1) em {
            background: url(../images/sc/bg_07.png) no-repeat;
            color: #f18420; }
          .sc-wrapper .box-con2 .box .left ul .on em {
            background: url(../images/sc/bg_07.png) no-repeat;
            color: #2f54eb; }
      .sc-wrapper .box-con2 .box .right {
        width: 920px;
        float: left;
        background: #fff;
        opacity: 0;
        margin-top: 40px; }
        .sc-wrapper .box-con2 .box .right ul {
          min-height: 270px; }
          .sc-wrapper .box-con2 .box .right ul li {
            display: none;
            border: 2px solid #f17e20;
            padding: 40px;
            float: left;
            width: 100%;
            transition: all .5s;
            -moz-transition: all .5s;
            /* Firefox 4 */
            -webkit-transition: all .5s;
            /* Safari 和 Chrome */
            -o-transition: all .5s;
            /* Opera */ }
            .sc-wrapper .box-con2 .box .right ul li:before {
              transition: all .5s;
              -moz-transition: all .5s;
              /* Firefox 4 */
              -webkit-transition: all .5s;
              /* Safari 和 Chrome */
              -o-transition: all .5s;
              /* Opera */ }
            .sc-wrapper .box-con2 .box .right ul li .title {
              padding-left: 15px;
              position: relative;
              font-size: 18px;
              font-weight: bold; }
              .sc-wrapper .box-con2 .box .right ul li .title:before {
                width: 5px;
                height: 5px;
                background: #f17e20;
                content: "";
                position: absolute;
                left: 0px;
                top: 8px; }
            .sc-wrapper .box-con2 .box .right ul li .desc {
              margin-top: 15px;
              color: #333333;
              width: 550px;
              line-height: 1.8; }
            .sc-wrapper .box-con2 .box .right ul li .programme {
              margin-top: 30px; }
              .sc-wrapper .box-con2 .box .right ul li .programme strong {
                font-size: 18px;
                margin-left: -8px; }
              .sc-wrapper .box-con2 .box .right ul li .programme p {
                color: #e75508;
                margin-top: 15px;
                line-height: 1.8;
                width: 580px; }
              .sc-wrapper .box-con2 .box .right ul li .programme em {
                margin-left: -5px;
                margin-top: 10px;
                float: left;
                color: #ff0000; }
          .sc-wrapper .box-con2 .box .right ul .one:before {
            background: url(../images/sc/bg_21.png) no-repeat;
            width: 289px;
            height: 262px;
            position: absolute;
            content: "";
            right: 0px;
            bottom: 0px;
            opacity: 0; }
          .sc-wrapper .box-con2 .box .right ul .one .title:before {
            background: #2f54eb; }
          .sc-wrapper .box-con2 .box .right ul .two:before {
            background: url(../images/sc/bg_19.jpg) no-repeat;
            width: 302px;
            height: 216px;
            position: absolute;
            content: "";
            right: 0px;
            bottom: 0px;
            opacity: 0; }
          .sc-wrapper .box-con2 .box .right ul .two .title:before {
            background: #2f54eb; }
          .sc-wrapper .box-con2 .box .right ul .three:before {
            background: url(../images/sc/bg_20.jpg) no-repeat;
            width: 294px;
            height: 260px;
            position: absolute;
            content: "";
            right: 0px;
            bottom: 0px;
            opacity: 0; }
          .sc-wrapper .box-con2 .box .right ul .three .title:before {
            background: #2f54eb; }
          .sc-wrapper .box-con2 .box .right ul .four:before {
            background: url(../images/sc/bg_21.jpg) no-repeat;
            width: 252px;
            height: 252px;
            position: absolute;
            content: "";
            right: 0px;
            bottom: 0px;
            opacity: 0; }
          .sc-wrapper .box-con2 .box .right ul .four .title:before {
            background: #2f54eb; }
          .sc-wrapper .box-con2 .box .right ul .on {
            position: relative;
            display: block; }
            .sc-wrapper .box-con2 .box .right ul .on:before {
              opacity: 1; }
  .sc-wrapper .box-con3 {
    background: url(../images/sc/bg_17.jpg) center no-repeat;
    height: 188px;
    float: left;
    width: 100%; }
    .sc-wrapper .box-con3 .but {
      float: right;
      margin-top: 70px;
      opacity: 0;
      cursor: pointer; }
      .sc-wrapper .box-con3 .but a {
        display: inline-block;
        background: url(../images/sc/bg_13.png);
        width: 188px;
        height: 52px;
        color: #fff;
        text-align: center;
        line-height: 52px;
        font-size: 20px; }
  .sc-wrapper .box-con4 {
    padding: 80px 0 120px 0;
    width: 100%;
    float: left;
    background: url(../images/sc/bg_15.png) center bottom no-repeat; }
    .sc-wrapper .box-con4 .list {
      width: 100%;
      float: left;
      margin-top: 40px; }
      .sc-wrapper .box-con4 .list ul {
        width: 1300px;
        float: left;
        overflow: hidden; }
      .sc-wrapper .box-con4 .list li {
        width: 273px;
        float: left;
        border: 2px solid #f17f20;
        border-radius: 15px;
        margin-right: 35px;
        text-align: center;
        padding-bottom: 30px;
        opacity: 0;
        transition: all .5s;
        -moz-transition: all .5s;
        /* Firefox 4 */
        -webkit-transition: all .5s;
        /* Safari 和 Chrome */
        -o-transition: all .5s;
        /* Opera */ }
        .sc-wrapper .box-con4 .list li .top {
          float: left;
          width: 100%;
          height: 59px;
          background: url(../images/sc/bg_10.png) top right no-repeat; }
          .sc-wrapper .box-con4 .list li .top .num {
            float: left;
            margin-left: 20px;
            margin-top: 18px; }
          .sc-wrapper .box-con4 .list li .top .title {
            float: right;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            width: 170px;
            margin-top: 15px;
            text-align: center; }
        .sc-wrapper .box-con4 .list li .img {
          padding: 30px 0 10px 0;
          float: left;
          text-align: center;
          width: 100%; }
        .sc-wrapper .box-con4 .list li .desc {
          display: inline-block;
          width: 180px;
          font-size: 14px;
          line-height: 1.8; }
        .sc-wrapper .box-con4 .list li .more {
          display: none;
          width: 100%;
          padding: 0 20px;
          margin-top: 30px; }
          .sc-wrapper .box-con4 .list li .more a {
            display: inline-block;
            width: 100%;
            line-height: 40px;
            background: #fff;
            color: #f17f20;
            cursor: pointer; }
        .sc-wrapper .box-con4 .list li:hover {
          background: #f17f20;
          height: 266px; }
          .sc-wrapper .box-con4 .list li:hover .top {
            float: left;
            width: 100%;
            height: 59px;
            background: none;
            margin-top: 20px; }
            .sc-wrapper .box-con4 .list li:hover .top .num {
              float: left;
              margin-left: 20px;
              margin-top: 18px;
              display: none; }
            .sc-wrapper .box-con4 .list li:hover .top .title {
              width: 100%;
              text-align: center; }
          .sc-wrapper .box-con4 .list li:hover .img {
            display: none; }
          .sc-wrapper .box-con4 .list li:hover .desc {
            margin-top: 20px;
            color: #fff; }
          .sc-wrapper .box-con4 .list li:hover .more {
            display: block; }
  .sc-wrapper .box-con5 {
    padding: 80px 0 80px 0;
    width: 100%;
    float: left;
    background: url(../images/sc/bg_12.jpg) top no-repeat; }
    .sc-wrapper .box-con5 .box-title h2 {
      color: #fff; }
    .sc-wrapper .box-con5 .box-title .desc {
      color: #f9f9f9; }
    .sc-wrapper .box-con5 .box {
      width: 100%;
      float: left;
      margin-top: 40px;
      position: relative; }
      .sc-wrapper .box-con5 .box .left {
        background: #fff url(../images/sc/bg_14.png) bottom no-repeat;
        width: 48%;
        float: left;
        padding: 20px;
        box-shadow: 0 0 10px rgba(88, 97, 170, 0.5);
        position: relative;
        z-index: 20;
        margin-top: 40px;
        opacity: 0; }
        .sc-wrapper .box-con5 .box .left .title {
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: #666; }
          .sc-wrapper .box-con5 .box .left .title em {
            color: #f19220; }
        .sc-wrapper .box-con5 .box .left .form {
          width: 100%;
          float: left; }
          .sc-wrapper .box-con5 .box .left .form .input {
            width: 100%;
            float: left;
            background: #fafafa;
            border: 1px solid #ccc;
            height: 52px;
            margin-top: 20px;
            padding: 5px 0;
            float: left;
            width: 100%;
            margin-top: 40px; }
            .sc-wrapper .box-con5 .box .left .form .input .name {
              border-right: 1px solid #ccc; }
            .sc-wrapper .box-con5 .box .left .form .input input {
              width: 50%;
              float: left;
              background: none;
              border: 0px;
              line-height: 30px;
              height: 40px;
              padding: 0 10px;
              outline: none; }
            .sc-wrapper .box-con5 .box .left .form .input input::-ms-clear {
              display: none; }
            .sc-wrapper .box-con5 .box .left .form .input input::-ms-reveal {
              display: none; }
            .sc-wrapper .box-con5 .box .left .form .input .name {
              width: 30%; }
          .sc-wrapper .box-con5 .box .left .form .but {
            text-align: center;
            width: 100%;
            float: left;
            margin-top: 35px; }
            .sc-wrapper .box-con5 .box .left .form .but button {
              background: url(../images/sc/bg_13.png);
              width: 188px;
              border: 0px;
              height: 52px;
              font-size: 18px;
              color: #fff; }
        .sc-wrapper .box-con5 .box .left ul {
          float: left;
          width: 100%;
          margin-top: 60px; }
          .sc-wrapper .box-con5 .box .left ul li {
            float: left;
            text-indent: center;
            width: 33.3333%;
            padding-left: 40px;
            position: relative; }
            .sc-wrapper .box-con5 .box .left ul li em {
              color: #ff0000;
              font-weight: bold; }
            .sc-wrapper .box-con5 .box .left ul li img {
              margin-right: 10px;
              position: absolute;
              left: 10px;
              top: -4px; }
      .sc-wrapper .box-con5 .box .right {
        width: 50%;
        margin-top: 20px;
        float: left;
        position: relative;
        margin-left: -30px;
        z-index: 10px;
        opacity: 0; }
        .sc-wrapper .box-con5 .box .right img {
          width: 100%; }
  .sc-wrapper .box-con6 {
    padding: 20px 0 80px 0;
    width: 100%;
    float: left; }
    .sc-wrapper .box-con6 .box {
      width: 100%;
      float: left;
      margin-top: 40px; }
    .sc-wrapper .box-con6 .left {
      float: left;
      width: 400px;
      opacity: 0; }
      .sc-wrapper .box-con6 .left li {
        text-align: right;
        float: left;
        margin-top: 20px; }
        .sc-wrapper .box-con6 .left li .title {
          background: #ff3127;
          display: inline-block;
          border-radius: 30px 0 30px 30px;
          padding: 10px 20px;
          font-size: 18px;
          font-weight: bold;
          color: #fff;
          margin-bottom: 10px; }
        .sc-wrapper .box-con6 .left li .desc {
          line-height: 1.9;
          color: #666;
          font-size: 12px; }
    .sc-wrapper .box-con6 .center {
      float: left;
      width: 400px;
      text-align: center;
      opacity: 0; }
      .sc-wrapper .box-con6 .center a {
        display: inline-block;
        width: 300px;
        background: url(../images/sc/bg_15.jpg);
        height: 52px;
        line-height: 52px;
        font-size: 18px;
        color: #fff; }
    .sc-wrapper .box-con6 .right {
      float: left;
      width: 400px;
      opacity: 0; }
      .sc-wrapper .box-con6 .right li {
        text-align: left;
        float: left;
        margin-top: 20px; }
        .sc-wrapper .box-con6 .right li .title {
          background: #ff3127;
          display: inline-block;
          border-radius: 0 30px 30px 30px;
          padding: 10px 20px;
          font-size: 18px;
          font-weight: bold;
          color: #fff;
          margin-bottom: 10px; }
        .sc-wrapper .box-con6 .right li .desc {
          line-height: 1.9;
          color: #666;
          font-size: 12px; }
  .sc-wrapper .box-con7 {
    padding: 80px 0 80px 0;
    width: 100%;
    float: left;
    background: url(../images/sc/bg_16.jpg) top no-repeat;
    background-size: cover; }
    .sc-wrapper .box-con7 .box-title h2 {
      color: #fff; }
    .sc-wrapper .box-con7 .box-title .desc {
      color: #f9f9f9; }
    .sc-wrapper .box-con7 .list {
      width: 100%;
      float: left;
      margin-top: 40px;
      opacity: 0; }
      .sc-wrapper .box-con7 .list ul {
        width: 1290px;
        float: left;
        overflow: hidden; }
        .sc-wrapper .box-con7 .list ul li {
          width: 376px;
          float: left;
          margin-right: 30px;
          margin-bottom: 30px;
          position: relative;
          height: 156px; }
          .sc-wrapper .box-con7 .list ul li .content {
            position: absolute;
            top: 0px;
            width: 180px;
            margin-top: 20px; }
            .sc-wrapper .box-con7 .list ul li .content .title {
              float: left;
              background: #3b3e4e;
              padding: 5px 20px;
              font-size: 18px;
              font-weight: bold;
              color: #fff;
              border-radius: 0 15px 15px 0; }
            .sc-wrapper .box-con7 .list ul li .content .desc {
              width: 100%;
              float: left;
              margin-top: 15px;
              margin-left: 20px;
              color: #fff; }
  .sc-wrapper .box-con8 {
    padding: 80px 0 80px 0;
    width: 100%;
    float: left; }
    .sc-wrapper .box-con8 .list {
      width: 1250px;
      float: left;
      margin-top: 40px;
      overflow: hidden; }
      .sc-wrapper .box-con8 .list li {
        width: 173px;
        height: 173px;
        background: #fffbf6;
        border-radius: 50%;
        float: left;
        padding: 0 20px;
        text-align: center;
        margin-right: 28px;
        opacity: 0; }
        .sc-wrapper .box-con8 .list li .title {
          color: #a46821;
          font-weight: bold;
          font-size: 16px;
          margin-top: 40px;
          border-bottom: 1px solid #f1ad65;
          padding-bottom: 10px; }
        .sc-wrapper .box-con8 .list li .desc {
          margin-top: 10px;
          line-height: 1.8;
          color: #796d66; }
  .sc-wrapper .box-con9 {
    padding: 80px 0 80px 0;
    width: 100%;
    float: left;
    background: #fafafa; }
    .sc-wrapper .box-con9 .list {
      background: #fff;
      width: 100%;
      float: left;
      box-shadow: 0 10px 10px rgba(220, 129, 129, 0.3);
      margin-top: 40px;
      opacity: 0; }
      .sc-wrapper .box-con9 .list li {
        float: left;
        width: 14.28%;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        text-align: center;
        padding: 10px 0;
        height: 92px; }
        .sc-wrapper .box-con9 .list li img {
          filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
          filter: Gray;
          -webkit-filter: grayscale(100%); }
        .sc-wrapper .box-con9 .list li:hover img {
          filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
          -webkit-filter: grayscale(0%); }
      .sc-wrapper .box-con9 .list .text {
        width: 42.86%;
        text-align: center;
        height: 92px;
        font-size: 20px; }
        .sc-wrapper .box-con9 .list .text .title {
          font-size: 30px;
          color: #f47426; }
  .sc-wrapper .box-con10 {
    padding: 80px 0 60px 0;
    width: 100%;
    float: left;
    background: url(../images/sc/bg_18.jpg); }
    .sc-wrapper .box-con10 .list {
      float: left;
      width: 100%;
      background: #fff;
      margin-top: 40px;
      box-shadow: 0 -5px 10px rgba(145, 166, 219, 0.2);
      padding: 20px;
      opacity: 0; }
      .sc-wrapper .box-con10 .list .left {
        width: 350px;
        float: left; }
        .sc-wrapper .box-con10 .list .left img {
          width: 100%; }
        .sc-wrapper .box-con10 .list .left .title {
          font-size: 18px;
          margin-top: 10px; }
          .sc-wrapper .box-con10 .list .left .title:hover a {
            display: block;
            color: #f19220; }
        .sc-wrapper .box-con10 .list .left .desc {
          color: #666;
          margin: 10px 0;
          line-height: 1.8; }
        .sc-wrapper .box-con10 .list .left .more {
          color: #f19220;
          cursor: pointer; }
      .sc-wrapper .box-con10 .list .right {
        float: right;
        width: 810px; }
        .sc-wrapper .box-con10 .list .right li {
          float: left;
          width: 385px;
          margin-left: 20px;
          margin-bottom: 30px; }
          .sc-wrapper .box-con10 .list .right li .time {
            float: left;
            width: 80px;
            text-align: center; }
            .sc-wrapper .box-con10 .list .right li .time span {
              font-size: 20px;
              color: #f38d24;
              display: block; }
            .sc-wrapper .box-con10 .list .right li .time em {
              color: #999999;
              margin-top: 10px;
              margin-top: 3px;
              display: inline-block; }
          .sc-wrapper .box-con10 .list .right li .content {
            width: 290px;
            float: right;
            margin-left: 10px; }
            .sc-wrapper .box-con10 .list .right li .content .title {
              font-size: 16px; }
              .sc-wrapper .box-con10 .list .right li .content .title:hover {
                color: #f19220; }
            .sc-wrapper .box-con10 .list .right li .content .desc {
              color: #999;
              margin: 5px 0;
              line-height: 1.8; }
    .sc-wrapper .box-con10 .imglist {
      float: left;
      width: 100%;
      margin-top: 40px; }
      .sc-wrapper .box-con10 .imglist li {
        width: 25%;
        float: left;
        text-align: center;
        opacity: 0; }

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=sc.css.map */
