@charset "UTF-8";
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}

.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/banner.jpg) center;
  height: 600px;
}

.box-title {
  text-align: center;
  width: 100%;
  float: left;
  opacity: 0;
}
.box-title .title {
  width: 100%;
  float: left;
  text-align: center;
  display: block;
}
.box-title .desc {
  text-align: center;
  width: 100%;
  float: left;
  margin: 0;
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}
.box-title h2 {
  font-size: 36px;
}

.mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  z-index: 9998;
  left: 0px;
  display: none;
}

.sc-wrapper {
  width: 100%;
  float: left;
}
.sc-wrapper .calculation {
  float: left;
  width: 100%;
}
.sc-wrapper .calculation .tab {
  border: 10px solid #4c4654;
  float: left;
  width: 100%;
  margin-top: -60px;
  border-radius: 5px;
  background: #fff url(../images/sc/bg_22.jpg) no-repeat;
}
.sc-wrapper .calculation .tab .box_title {
  width: 100%;
  float: left;
  text-align: center;
}
.sc-wrapper .calculation .tab .tab_title {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  float: left;
}
.sc-wrapper .calculation .tab .tab_title ul {
  display: inline-block;
  width: 327px;
  height: 44px;
  background: url(../images/sc/js_bg.png) no-repeat;
}
.sc-wrapper .calculation .tab .tab_title ul li {
  width: 50%;
  line-height: 44px;
  float: left;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.sc-wrapper .calculation .tab .tab_title ul .on {
  color: #fff;
}
.sc-wrapper .calculation .tab .tab_content {
  float: left;
  width: 100%;
  padding: 30px 80px;
}
.sc-wrapper .calculation .tab .tab_content .block {
  display: none;
}
.sc-wrapper .calculation .tab .tab_content .on {
  display: block;
}
.sc-wrapper .calculation .tab .tab_content .one .data {
  float: left;
  width: 900px;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term {
  width: 50%;
  float: left;
  margin-bottom: 14px;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term em {
  float: left;
  margin-top: 13px;
  color: #665946;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term .input {
  float: right;
  width: 300px;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  height: 45px;
  background: #fff;
  margin-right: 50px;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term .input input {
  width: 100%;
  border: 0px;
  height: 43px;
  padding: 0 16px;
  background: none;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term .input p {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-left: 1px solid #f0f0f0;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term #sl {
  float: right;
  width: 300px;
  margin-right: 50px;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #fff;
  height: 45px;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term #sl .el-input__inner {
  background-color: #f2f2f2;
  width: 300px;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term #sl .el-input__inner {
  background: none;
  height: 45px;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term #sl .el-input__suffix-inner {
  height: 45px;
  line-height: 45px;
}
.sc-wrapper .calculation .tab .tab_content .one .data .term #sl .el-icon-arrow-up:before {
  top: 0px;
}
.sc-wrapper .calculation .tab .tab_content .one .dataShow {
  background: url(../images/sc/bg_23.png) no-repeat;
  width: 120px;
  height: 102px;
  float: right;
  line-height: 102px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.sc-wrapper .calculation .tab .tab_content .two .data {
  float: left;
  width: 900px;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term {
  width: 33.33333%;
  float: left;
  margin-bottom: 14px;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term em {
  float: left;
  margin-top: 13px;
  color: #665946;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term .input {
  float: right;
  width: 167px;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  height: 45px;
  background: #fff;
  margin-right: 30px;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term .input input {
  width: 100%;
  border: 0px;
  height: 43px;
  padding: 0 16px;
  background: none;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term .input p {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-left: 1px solid #f0f0f0;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term #sl {
  float: right;
  width: 150px;
  margin-right: 30px;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #fff;
  height: 45px;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term #sl .el-input__inner {
  background-color: #f2f2f2;
  width: 300px;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term #sl .el-input__inner {
  background: none;
  height: 45px;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term #sl .el-input__suffix-inner {
  height: 45px;
  line-height: 45px;
}
.sc-wrapper .calculation .tab .tab_content .two .data .term #sl .el-icon-arrow-up:before {
  top: 0px;
}
.sc-wrapper .calculation .tab .tab_content .two .dataShow {
  background: url(../images/sc/bg_23.png) no-repeat;
  width: 120px;
  height: 102px;
  float: right;
  line-height: 102px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.sc-wrapper .calculation .formEject {
  position: fixed;
  top: 50%;
  display: none;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  margin-top: -235px;
  height: 470px;
  z-index: 9999;
  background: #fff;
  border-radius: 10px;
}
.sc-wrapper .calculation .formEject .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #666;
}
.sc-wrapper .calculation .formEject .close img {
  margin-right: 8px;
  width: 18px;
}
.sc-wrapper .calculation .formEject .small_title {
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center;
}
.sc-wrapper .calculation .formEject .small_title div {
  display: inline-block;
}
.sc-wrapper .calculation .formEject .small_title div span {
  float: left;
  font-size: 26px;
  font-weight: bold;
}
.sc-wrapper .calculation .formEject .small_title div .img {
  margin: 0 15px;
  margin-top: 9px;
}
.sc-wrapper .calculation .formEject .list {
  float: left;
  width: 100%;
  padding: 0 35px;
  margin-top: 30px;
}
.sc-wrapper .calculation .formEject .list .one {
  float: left;
  width: 48%;
  border: 1px solid #90a1b5;
  border-radius: 5px;
}
.sc-wrapper .calculation .formEject .list .one .title {
  background: #90a1b5;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  float: left;
  width: 100%;
}
.sc-wrapper .calculation .formEject .list .one .desc {
  float: left;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
}
.sc-wrapper .calculation .formEject .list .one .desc span {
  width: 100%;
  float: left;
  margin-top: 20px;
  color: #5e5e5e;
}
.sc-wrapper .calculation .formEject .list .one .desc span .fr em {
  font-size: 16px;
  font-weight: bold;
}
.sc-wrapper .calculation .formEject .list .one .show {
  background: #ebeef5;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 100%;
  border-radius: 0 0 5px 5px;
}
.sc-wrapper .calculation .formEject .list .two {
  float: right;
  width: 48%;
  border: 1px solid #f3662e;
  border-radius: 5px;
}
.sc-wrapper .calculation .formEject .list .two .title {
  background: #f3662e;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  float: left;
  width: 100%;
}
.sc-wrapper .calculation .formEject .list .two .desc {
  float: left;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
}
.sc-wrapper .calculation .formEject .list .two .desc span {
  width: 100%;
  float: left;
  margin-top: 20px;
  color: #5e5e5e;
}
.sc-wrapper .calculation .formEject .list .two .desc span .fr em {
  font-size: 16px;
  font-weight: bold;
  color: #f3662e;
}
.sc-wrapper .calculation .formEject .list .two .show {
  background: #fff5f1;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 100%;
  color: #f3662e;
  border-radius: 0 0 5px 5px;
}
.sc-wrapper .calculation .formEject .formbox {
  background: url(../images/sc/bg_27.png) no-repeat;
  background-size: cover;
  border-radius: 0 0 10px 10px;
  margin-top: 30px;
  width: 100%;
  height: 150px;
  float: left;
  padding: 0 40px;
  padding-top: 24px;
}
.sc-wrapper .calculation .formEject .formbox .title {
  float: left;
  width: 100%;
}
.sc-wrapper .calculation .formEject .formbox .form {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.sc-wrapper .calculation .formEject .formbox .form form {
  width: 585px;
  float: left;
  border: 1px solid #ffdaab;
  border-radius: 5px;
}
.sc-wrapper .calculation .formEject .formbox .form form .input:nth-child(1):before {
  position: absolute;
  right: 0px;
  height: 25px;
  width: 1px;
  background: #ccc;
  top: 13px;
  content: "";
}
.sc-wrapper .calculation .formEject .formbox .form form .input:nth-child(1) input {
  margin-left: 10px;
}
.sc-wrapper .calculation .formEject .formbox .form form .input {
  float: left;
  width: 220px;
  background: #fff;
  padding: 0 20px;
  position: relative;
  border-radius: 5px 0 0 5px;
}
.sc-wrapper .calculation .formEject .formbox .form form .input img {
  float: left;
  margin-top: 15px;
}
.sc-wrapper .calculation .formEject .formbox .form form .input input {
  width: 150px;
  float: left;
  border: 0px;
  line-height: 52px;
  height: 52px;
}
.sc-wrapper .calculation .formEject .formbox .form form .input .verification {
  position: absolute;
  right: 15px;
  top: 12px;
  background: #fbefde;
  color: #d4a86f;
  padding: 3px 10px;
}
.sc-wrapper .calculation .formEject .formbox .form form button {
  background: #f39d2e;
  color: #fff;
  border: 0px;
  line-height: 50px;
  text-align: center;
  width: 143px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}
.sc-wrapper .calculation .formEject .formbox .form .consulting {
  float: right;
  width: 120px;
  background: #2ad097;
  text-align: center;
  line-height: 53px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
}
.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 li {
  display: none;
  border: 2px solid #f17e20;
  padding: 40px;
  float: left;
  width: 100%;
  height: 352px;
  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;
  opacity: 0;
  min-height: 280px;
  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: 200px;
  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 */
