@charset "UTF-8";
/*
 * Length 函数中的列表参数之间使用空格隔开，不能使用逗号，否则函数将会把错：
 * @error "传入的值长度是：" length($arguments)"个"; 
 */
/*
 * nth 函数用来指定列表中某个位置的值 第2个参数要大于0
 * @error "您在列表中要找的值是：" nth($padding,2); 
 */
.carousel-indicators li.active {
  margin-right: 5px;
}

.carousel-indicators li {
  margin-right: 5px;
}

.carousel-control img {
  margin-top: 70%;
  width: 30%;
}

#carousel-example-generic {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #carousel-example-generic {
    margin-top: 0;
  }
  #carousel-example-generic .item {
    width: 200%;
    left: -50%;
  }
  #carousel-example-generic .carousel-control img {
    margin-top: 180%;
  }
}

/* fullSlide */
.fullSlide {
  width: 100%;
  position: relative;
  height: 583px;
  background: #000;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .fullSlide {
    height: auto;
  }
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 583px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  .fullSlide .bd li {
    height: 300px;
    background-size: cover;
  }
}

.fullSlide .bd li a {
  display: block;
  height: 410px;
}
@media (max-width: 768px) {
  .fullSlide .bd li a {
    height: auto;
  }
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 36px;
  height: 6px;
  margin: 1px;
  overflow: hidden;
  background: #005a8a;
  line-height: 999px;
  margin-left: 10px;
}

.fullSlide .hd ul .on {
  background: #fff;
}

.fullSlide .prev, .fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 15%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}

.fullSlide .next {
  left: auto;
  right: 15%;
  background-position: -6px -137px;
}

.index-one {
  margin-top: 50px;
}

.h1 {
  color: #444;
  text-align: center;
  font: 38px "微软雅黑";
  margin-bottom: 0;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .h1 {
    font-size: 28px;
  }
}

.h1 span {
  color: #d82c20;
}

.h2 {
  text-align: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .h2 {
    width: 100%;
    overflow: hidden;
  }
  .h2 img {
    width: 200%;
    margin-left: -50%;
  }
}

.h3 {
  color: #000;
  font: 14px "微软雅黑";
  text-align: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
  }
}

.index-top .news {
  height: 355px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .index-top .news {
    height: auto;
  }
}

.index-top .news .box {
  width: 345px;
  height: 100%;
  float: left;
}
@media (max-width: 768px) {
  .index-top .news .box {
    width: 90%;
    float: none;
  }
}
@media (max-width: 768px) {
  .index-top .news .box {
    margin: 20px auto 0;
  }
}

.index-top .news .box img {
  width: 100%;
  height: 196px;
}

.index-top .news .box h1 {
  color: #d82c20;
  text-align: center;
  margin-top: 33px;
  font: bold 18px "微软雅黑";
}

.index-top .news .box h2 {
  color: #767676;
  text-align: center;
  margin-top: 10px;
  font: 14px/24px "微软雅黑";
}

.index-top .news .box a {
  display: block;
  color: #fff;
  width: 90px;
  height: 30px;
  text-align: center;
  border-radius: 10px;
  margin: 20px auto 0;
  background: #a7a7a7;
  font: 14px/30px "微软雅黑";
}

.index-top .news .box a:hover {
  background: #d82c20;
  text-decoration: none;
}

.ctn {
  margin: 0 30px;
}
@media (max-width: 768px) {
  .ctn {
    margin: 0;
  }
}

.index-manger {
  height: 612px;
  padding-top: 1px;
  margin-top: 55px;
  background: #eaf6ff;
}
@media (max-width: 768px) {
  .index-manger {
    height: auto;
  }
}

.index-manger .h1 {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .index-manger .h1 {
    margin-top: 20px;
  }
}

.index-manger .h1 span {
  color: #338dd0;
}

.index-manger .list {
  margin-top: 47px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .index-manger .list {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .index-manger .list {
    margin-top: 20px;
  }
}

.index-manger .list .box {
  float: left;
  width: 256px;
  height: 272px;
  cursor: pointer;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .index-manger .list .box {
    width: 45%;
    height: auto;
    margin: 0  0 20px 3.2%;
  }
}

.index-manger .list .box.mrn {
  margin-right: 0;
}

.index-manger .list .box img {
  width: 100%;
}

.index-manger .list .box h2 {
  width: 100%;
  height: 48px;
  color: #fff;
  text-align: center;
  font: 16px/48px "微软雅黑";
}

.index-new {
  margin-top: 87px;
}
@media (max-width: 768px) {
  .index-new {
    margin-top: 20px;
  }
}

.index-new .h3 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .index-new .h3 {
    margin-bottom: 20px;
  }
}

.index-new .box.ctn {
  margin: 0 35px;
}
@media (max-width: 768px) {
  .index-new .box.ctn {
    float: none;
    margin: 0 auto 10px;
  }
}

.index-new .box {
  float: left;
  width: 340px;
  height: 453px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .index-new .box {
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto 20px;
  }
}

.index-new .box .img {
  width: 100%;
  height: 263px;
}

.index-new .box h1 {
  color: #d82c20;
  font: 18px "微软雅黑";
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.index-new .box h2 {
  height: 80px;
  color: #979797;
  margin-top: 10px;
  font: 12px/20px "微软雅黑";
  border-bottom: 1px solid #e8e8e8;
}

.index-new .box h1 a {
  color: #d82c20;
}

.index-new .box h3 {
  color: #979797;
  font: 12px "微软雅黑";
}

.index-new .box h3 a {
  color: #979797;
}

.index-new .box span {
  margin-right: 15px;
  line-height: 35px;
  display: inline-block;
}

.index-server {
  height: 600px;
}
@media (max-width: 768px) {
  .index-server {
    height: auto;
  }
}

.index-server .btm {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .index-server .btm {
    margin-top: 20px;
  }
}

.index-server .btm .left {
  float: left;
  width: 522px;
}
@media (max-width: 768px) {
  .index-server .btm .left {
    width: 100%;
    float: none;
  }
}

.index-server .btm .left .box {
  width: 252px;
  height: 206px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .index-server .btm .left .box {
    width: 45%;
    height: auto;
    margin-left: 3.2%;
    margin-bottom: 20px;
  }
  .index-server .btm .left .box.fr {
    float: left;
  }
}

.index-server .btm .left .box img {
  width: 100%;
}

.index-server .btm .left .box .font {
  width: 100%;
  height: 37px;
  color: #fff;
  margin-top: 1px;
  text-align: center;
  font: 16px/37px "微软雅黑";
}

.index-server .btm .right {
  width: 535px;
  float: right;
}
@media (max-width: 768px) {
  .index-server .btm .right {
    display: none;
    width: 100%;
    float: none;
  }
}

.index-server .btm .right .top {
  height: 210px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .index-server .btm .right .top {
    height: auto;
  }
  .index-server .btm .right .top img {
    width: 100%;
  }
}

.index-server .btm .right h2 {
  height: 37px;
  color: #fff;
  background: #3f9ee4;
  text-indent: 1em;
  font: 16px/37px "微软雅黑";
}

.index-server .btm .right .once {
  width: 48%;
  height: 31px;
  margin-bottom: 10px;
}

.index-server .btm .right .once h3 {
  float: left;
  width: 30%;
  color: #000;
  text-align: right;
  font: 14px/31px "微软雅黑";
}

.index-server .btm .right .once .box {
  float: left;
  width: 70%;
  width: 178px;
  height: 31px;
  color: #585858;
  background: #fafafa;
  outline: none;
  text-indent: 1em;
  border: 1px solid #e2e2e2;
}

.index-server .btm .right .once.textrea {
  width: 100%;
  height: auto;
}

.index-server .btm .right .once.textrea h3 {
  width: 14.5%;
}

.index-server .btm .right .once.textrea textarea {
  width: 85.5%;
  height: 80px;
}

.index-server .btm .right .once .submit {
  width: 95px;
  height: 31px;
  border: none;
  cursor: pointer;
  margin-left: 30%;
  background: url(../images/submit.jpg) no-repeat;
}

.index-xc {
  padding: 78px 0;
  margin-top: 120px;
  background: #fafafa;
}
@media (max-width: 768px) {
  .index-xc {
    padding: 10px 0;
    margin-top: 10px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .index-xc {
    width: 100%;
    float: none;
  }
}

.index-xc .box {
  float: left;
  width: 320px;
  height: 478px;
}
@media (max-width: 768px) {
  .index-xc .box {
    width: 90%;
    height: 100%;
    margin: 0 auto 20px;
    float: none;
  }
}

.index-xc .box .img {
  width: 100%;
  height: 246px;
}

.index-xc .box.ctn {
  margin: 0 62px;
}
@media (max-width: 768px) {
  .index-xc .box.ctn {
    margin: 0 auto;
  }
}

.index-xc .box h1 {
  color: #d82c20;
  margin-bottom: 30px;
  text-align: center;
  font: bold 20px "微软雅黑";
}

.index-xc .box .img {
  width: 100%;
}

.index-xc .box h2 {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  font: 16px/24px "微软雅黑";
}

.index-xc .box h2 a {
  color: #d82c20;
}

.index-xc .box h3 {
  color: #707070;
  margin-top: 10px;
  margin-bottom: 20px;
  font: 12px/20px "微软雅黑";
}

.index-share {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .index-share {
    padding-top: 0px;
  }
}

.index-share .share {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .index-share .share {
    margin-top: 20px;
  }
}

.index-share .share img {
  margin-right: 4px;
}
@media (max-width: 768px) {
  .index-share .share img {
    width: 45%;
    margin-left: 3%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
