#home_info,
.box_mid {
  /*   margin-left: 17px;
   margin-right: 17px;*/
}

#container {
  padding: 0px;
  min-height: 0px;
}

#container .box_mid {
  margin-bottom: 0px;
}

.section_about {
  background: url(../images/bg_about.jpg) no-repeat;
  padding: 50px 0px;
  background-size: cover;
}

@media (min-width: 1000px) {
  .section_about .wrapper {
    max-width: 1000px;
  }
}

.section_about .col_l {
  width: 60%;
  float: left;
}

.section_about .col_l img {
  max-width: 100%;
  margin: auto;
  display: block;
}

.section_about .col_r {
  width: 40%;
  float: left;
}

.section_about .col_r h3 {
  color: #b41f23;
  font-family: Muli;
  font-weight: 900;
  margin-bottom: 40px;
  font-size: 26px;
}

.section_about .col_r .short {
  font-size: 15px;
  color: #676767;
  font-family: Muli;
  font-weight: normal;
  margin-bottom: 20px;
}

.section_about .col_r .btn_detail a {
  background-image: linear-gradient(to right, #b41f23 0%, #dd2529 100%);
  background-repeat: repeat-x;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  padding: 5px  20px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
}

.section_about .col_r .btn_detail a:after {
  content: '\e8a7';
  font-family: ficon;
  padding-left: 9px;
  width: auto;
  color: #fff;
}

.section_about .col_r .btn_detail a:hover {
  background-image: linear-gradient(to right, #0a4f86 0%, #0b69b6 100%);
  background-repeat: repeat-x;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

@media (max-width: 768px) {
  .section_about {
    padding: 20px 0px;
  }
  .section_about .col_l {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .section_about .col_r {
    width: 100%;
    float: none;
  }
  .section_about .col_r h3 {
    margin-bottom: 0;
  }
  .section_about .col_r .short {
    margin-bottom: 10px;
  }
}

.section_project {
  background: #f6f6f6;
}

.section_project .box_mid .box_mid-title {
  margin-bottom: 30px;
}

.section_project .list_item .item {
  max-width: 1045px;
  margin: auto;
}

.section_project .list_item .item .img {
  position: relative;
}

.section_project .list_item .item .img:before {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  content: '';
}

@media (max-width: 999px) {
  .section_project .list_item .item .img:before {
    display: none;
  }
}

.section_project .list_item .item .short {
  position: absolute;
  top: 50%;
  left: 114px;
  text-align: left;
  color: #fff;
  z-index: 3;
  transform: translate(0%, -50%);
}

@media (max-width: 999px) {
  .section_project .list_item .item .short {
    display: none;
  }
}

.section_project .list_item .item .short h3 a {
  color: #fff;
  font-size: 24px;
  font-family: Muli;
  font-weight: 900;
}

.section_project .list_item .item .short p {
  padding-top: 0px;
}

.section_project .list_item .item > h3 a {
  display: block;
  text-align: center;
  color: #0a4e85;
  font-family: Muli;
  font-size: 22px;
  font-weight: 900;
  padding: 15px 0px;
  padding-bottom: 35px;
}

.section_project .owl-nav .owl-prev {
  left: 20px;
  position: absolute;
  top: 32%;
  width: 66px;
  height: 66px;
  background: url(../../images/left.png);
}

.section_project .owl-nav .owl-next {
  right: 20px;
  position: absolute;
  top: 32%;
  width: 66px;
  height: 66px;
  background: url(../../images/right.png);
}

@media (max-width: 599px) {
  .section_project .owl-nav .owl-prev {
    display: none !important;
  }
  .section_project .owl-nav .owl-next {
    display: none !important;
  }
}

.section_news_focus {
  background: url("../images/bg_news1.jpg");
  padding-bottom: 8px;
}

.section_news_focus .box_mid .box_mid-title {
  margin-bottom: 30px;
  color: #fff;
}

.section_news_focus .box_mid .box_mid-title .mid_title_l {
  color: #fff;
}

.section_news_focus .box_mid .box_mid-title p {
  color: #fff;
}

.section_news_focus .list_item .item {
  padding-right: 0px;
}

.section_news_focus .list_item .item .img {
  border: 7px solid #648fb2;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.section_news_focus .list_item .item .img:hover {
  border-color: #fff;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.section_news_focus .list_item .item .short {
  text-align: left;
  color: #fff;
  z-index: 3;
}

@media (max-width: 599px) {
  .section_news_focus .list_item .item .short {
    display: none;
  }
}

.section_news_focus .list_item .item .short p {
  padding-top: 0px;
}

.section_news_focus .list_item .item .info > h3 a {
  display: block;
  text-align: left;
  color: #fff;
  font-family: Muli;
  font-size: 20px;
  font-weight: 900;
  padding: 10px 0px;
}

.section_news_focus .list_item .item .info .short {
  color: #fff;
  font-family: Muli;
}

@media (max-width: 599px) {
  .section_news_focus .list_item .item .info .short {
    display: none;
  }
}

.section_news_focus .owl-theme .owl-dot.active {
  background: url("../images/bg_dots.png") center no-repeat;
}

.section_news_focus .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: #fff;
  margin: 32px 11px;
}

.section_news_focus .owl-theme .owl-dots .owl-dot.active span, .section_news_focus .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

@media (max-width: 599px) {
  .section_news_focus .owl-controls {
    display: none !important;
  }
}

.section_news_focus1 {
  padding-bottom: 50px;
}

.section_news_focus1 .list_item_news .row_item {
  margin-right: 0px;
}

.section_news_focus1 .list_item_news .row_item .item {
  width: 100%;
  padding-right: 0;
  margin-bottom: 0;
}

.section_news_focus1 .owl-nav .owl-prev {
  left: -60px;
  position: absolute;
  top: 32%;
  width: 66px;
  height: 66px;
  background: url(../images/ic_left.png);
}

.section_news_focus1 .owl-nav .owl-next {
  right: -60px;
  position: absolute;
  top: 32%;
  width: 66px;
  height: 66px;
  background: url(../images/ic_right.png);
}

.section_news_focus1 .list_item.gird_item {
  margin-right: 0;
}

.section_news_focus1 .list_item.gird_item .item {
  width: 100%;
  float: none;
  padding-right: 0;
}

.section_news_focus1 .list_item.gird_item .owl-nav .owl-prev {
  display: none !important;
}

.section_news_focus1 .list_item.gird_item .owl-nav .owl-next {
  display: none !important;
}

/*# sourceMappingURL=home.css.map */