@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/
.f-font14 {
  font-size: 14px;
  color: #999;
}

/* 全屏banner */
.m-banner .u-myban {
  width: 100% !important;
  height: 100%;
}

.g-flash,
.g-flash img {
  height: 493px;
}

.g-flash img {
  display: block;
  width: 100%;
}

.g-flash .owl-item {
  position: relative;
}

.g-flash .owl-item p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 115px 0 10px;
  /* height: 50px; */
  line-height: 50px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, .5);
  color: #fff;
}

.g-flash .owl-pagination {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.g-flash .owl-pagination .owl-page {
  float: left;
}

.g-flash .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background: #f5f5f5;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.g-flash .owl-pagination .active span {
  width: 20px;
  background: #ff8400;
}

/* 中部内容banner行 */
.m-con {
  overflow: hidden;
  margin-top: 20px;
}

.m-con .container {
  padding: 0;
}

/* 内容半屏banner */
.m-con .g-con-banner {
  display: inline-block !important;
}

.m-con .u-left-banner {
  display: inline-block;
  width: 100%;
}

.m-con .u-left-banner img {
  width: 100%;
  height: 490px;
}

.m-con .owl-pagination {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0;
  height: 50px;
  margin-right: 3px;
  background-color: none;
}

.m-con .owl-pagination .owl-page {
  padding-top: 15px;
}

.m-con .owl-pagination .owl-page span {
  background-color: #acaba5 !important;
  width: 12px;
  height: 12px;
}

.m-con .owl-pagination .owl-page.u-active span {
  background-color: white !important;
  border-radius: 50%;
}

.m-con .u-con-text {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: -15px;
  width: 65%;
  height: 50px;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: white;
}

.m-con .u-shadow {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, .4);
}

/* 新闻栏1 */
.m-news .u-workroutc {
  overflow: hidden;
}

.m-news .u-workrt {
  width: 100%;
  height: 54px;
  background-color: #f0f0f0;
}

.m-news .u-workrt li {
  display: inline-block;
  width: 30%;
  height: 54px;
  line-height: 54px;
  text-align: center;
}

.m-news .u-workrt li a {
  display: block;
  width: 100%;
  font-size: 18px;
}

.m-news .u-workrt li.u-active a {
  background-color: #01598f;
  color: white;
}

.m-news .u-workrclist {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #d9d9d9;
}

.m-news .u-workrclist:last-child {
  border: none
}

.m-news .u-workrclist span {
  padding-left: 14px;
}

.m-news .u-workrclist li {
  width: 100%;
  height: 100%;
}

.m-news .u-workrclist a {
  display: block;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  background: url(../images/public/icon-li1.png) left center no-repeat !important;
}

.m-news .u-workrclist:hover a,
.m-news .u-work2 .u-detail:hover {
  color: #01598f;
}

.m-news .u-workrclist:hover a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.m-news .u-work2 .u-title {
  margin-top: 15px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.m-news .u-work2 .u-detail {
  margin: 5px 0 10px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
}

.is-ggw {
  position: fixed;
  left: 30px;
  top: 215px;
  z-index: 999;
  width: 200px;
  padding: 0px;
  background: none;
  bogzer: 0;
  height: 330px;
}

.is-gb {
  cursor: pointer;
}

/* 新闻栏2 */
.m-news2 {
  overflow: hidden;
}

.m-news2 .u-workrt {
  margin-bottom: 15px;
  line-height: 54px;
  background-color: #f0f0f0;
}

.m-news2 .u-title {
  width: 159px;
  text-align: center;
  background-color: #01598f !important;
  color: white;
  font-size: 18px;
}

.m-news2 .u-workrt ul li.u-active a {
  background-color: none !important;
  color: #01598f;
  border-bottom: 3px solid #01598f;
  height: 52px !important
}

.m-news2 .u-workrt ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  margin-bottom: 25px;
  margin: 0 10px;
}

.m-news2 .u-workrt ul li a {
  font-size: 16px;
}

.m-news2 .u-workrt2 span {
  font-size: 14px;
  color: #999;
  line-height: 43px;
}

.m-news2 .u-workrt2 a {
  width: 75%;
  padding-left: 12px;
  font-size: 16px;
  color: #333;
  line-height: 43px;
  background: url(../images/public/icon-li1.png) left center no-repeat !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-news2 .u-workrt2 a:hover {
  color: #01598f;
}

/* 新闻栏2右侧 */

.m-but .u-choose {
  width: 100%;
  height: 328px;
}

.m-but .u-choose .u-btn a {
  display: block;
  width: 100%;
  height: 96px;
  text-align: center;
  line-height: 96px;
}

.m-but .u-choose .u-btn a span {
  font-size: 20px;
  color: white;
}

.m-but .u-choose .u-btn a img {
  padding-top: 25px;
  margin-right: 12px;
}

.m-but .u-choose .u-btn div {
  padding: 0;
}

.m-but .u-choose .u-btn div:nth-child(1) {
  background: #d33333;
  margin-bottom: 20px;
}

.m-but .u-choose .u-btn div:nth-child(2) {
  background: #4485c4;
  margin-bottom: 20px;
}

.m-but .u-choose .u-btn div:nth-child(3) {
  background: #44c4ad;
}

.m-nav-box .c-cur {
  width: 140px !important;
}

/*  */

@media (min-width:1330px) {


  .m-but {
    width: 320px;
  }


}

@media (min-width:1200px) {
  .m-news2 {
    height: 328px;
  }

  .m-news2 .u-workrt ul li {
    font-size: 14px !important;
  }
}

@media (max-width:1330px) {
  .m-news .u-workroutc .u-workrclist span {
    font-size: 12px;
  }

  .m-news2 .u-workrt ul li a {
    font-size: 14px;
  }
}

/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {

  .m-news2 .u-workrt {
    margin-bottom: 5px;
  }

  .m-news2 .u-workrt2 span {
    font-size: 12px;
    color: #999;
    line-height: 32px;
  }

  .m-news2 .u-workrt2 a {
    padding-left: 12px;
    font-size: 14px;
    line-height: 38px;
  }

  .m-news2 .u-work1 {
    margin-top: 53px;
  }

  /* .m-news2{height: 237px;} */
  .m-news2 .u-workrt ul {
    display: flex;
    justify-content: space-around;
    margin-right: 0px;
    width: 100%;
    height: 53px !important;
    background-color: #f0f0f0;
  }

  .m-news2 .u-workrt ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 1px;
  }

  .m-news2 .u-title {
    width: 100% !important;
  }

}


/*pad md*/
@media screen and (max-width: 991px) {
  .m-news .u-workrclist {
    height: 30px;
    line-height: 30px
  }

  .m-news .u-workrclist a {
    font-size: 14px;
  }

  .m-news .u-work1,
  .m-news2 .u-workrt2 {
    padding: 0 10px;
  }

  .m-con .u-left-banner {
    width: auto !important;
  }

  .m-but .u-choose {
    height: auto;
  }

  .m-news2 .u-workrt2 ul {
    display: block;
    height: 100%;
    overflow: hidden;
  }

  .g-flash,
  .g-flash img {
    height: 340px;
  }

}

/*phone sm*/
@media screen and (max-width: 767px) {


  .m-con .u-left-banner img {
    height: 260px;
  }

  .m-con {
    margin-top: 0;
  }

  .m-but .u-choose .u-btn a {
    height: 66px;
    line-height: 66px;
  }

  .m-but .u-choose .u-btn a img {
    width: 26.8px;
    padding-top: 19px;
    margin-right: 5px;
  }

  .m-news2 .u-workrt ul li a {
    font-size: 12px;
  }

}

/*small xs*/
@media screen and (max-width: 638px) {
  .u-mylogo {
    width: 90% !important;
  }

  /* 内容半屏banner */
  .m-con .u-con-text {
    font-size: 14px;
  }

  .g-flash,
  .g-flash img {
    height: 220px;
  }
}

@media screen and (max-width: 450px) {
  .m-news2 .u-workrt ul {
    line-height: 25px
  }

}

@media screen and (max-width: 420px) {

  .m-but .u-choose .u-btn a span {
    font-size: 16px;
  }

  .m-but .u-choose .u-btn a img {
    margin-right: 0px;
  }
}