@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 {
  width: 100%;
  float: left;
  background: url(../images/sc/banner01.jpg) center;
  height: 300px;
}
.slide .img {
  height: 300px;
  width: 100%;
}

.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;
}

.about-wrapper {
  width: 100%;
  float: left;
}
.about-wrapper .box {
  padding: 60px;
  float: left;
  width: 100%;
}
.about-wrapper .box .left {
  width: 500px;
  float: left;
}
.about-wrapper .box .right {
  float: right;
  width: 530px;
  margin-top: 60px;
  font-size: 16px;
}
.about-wrapper .box .right h4 {
  margin-top: 30px;
  font-size: 22px;
}
.about-wrapper .box .right p {
  color: #666;
  line-height: 1.8;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=index_info.css.map */
