﻿@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/
.g-bg {
  height: 920px;
  background: url(../images/home/g-bg.png);
}

.g-bg .u-tit {
  padding: 55px 0 10px;
  color: #03409d;
  font-size: 55px;
  font-weight: bolder;
  -webkit-text-stroke: 1.2px #fff;
  text-align: center;
}

.bg-search {
  margin: 0 auto;
  padding: 15px 24px;
  border-radius: 8px;
  width: 745px;
  background: rgba(255, 255, 255, .4);
}

.m-search {
  width: 690px;
}

.m-search .u-searchtext {
  padding-right: 132px;
  height: 58px;
  border: 1px solid #c6d6e4;
  border-radius: 0;
  border-radius: 36px;
  font-size: 16px;
  padding-left: 40px;
}

.m-search .u-searchbtn {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 28px;
  background-color: #ffb517;
  width: 132px;
  height: 58px;
  border: none;
  color: #fff;
  font-size: 18px;
}

.u-gj {
  margin-left: 10px;
  color: #0a5fa3;
  line-height: 46px;
}

.g-box .g-bl,
.g-box .g-br {
  height: 496px;
}

.g-box .g-bl .bg,
.g-box .g-br .bg {
  padding: 20px 24px;
  height: 100%;
  background: #fff;
}

.g-box .g-bl h1,
.g-box .g-br h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.g-box .g-bl h1 a,
.g-box .g-br h1 a {
  border-bottom: 3px solid #b80608;
  color: #333333;
  padding-bottom: 10px;
}

.mySwiper ul {
  overflow: hidden;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 26px;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 8px;
  background: #eec3c4;
  border-radius: 25px;
}

.swiper-pagination-bullet-active {
  background: #d26869;
}

.g-box .g-bl .u-list {
  margin-top: 20px;
  float: left;
  width: 33.33%;
  height: 96px;
}

.g-box .g-bl .u-list a {
  display: block;
  padding: 14px;
  border-radius: 5px;
  height: 100%;
  border: 1px solid #f0f7fe;
}

.g-box .g-bl .u-list a span {
  padding-left: 10px;
  line-height: 66px;
  color: #3d3d3d;
  font-size: 22px;
}

.u-rmss {
  width: 745px;
  margin: 25px auto;
  color: #fff;
  overflow: hidden;
}

.u-rmss a {
  color: #fff;
  margin-right: 18px;
}

.g-box .g-br {
  height: 496px;
}

.g-box .g-br ul li {
  padding-left: 22px;
  line-height: 44px;
  background: url(../images/home/bg-ph.png)no-repeat left;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-tszt .u-tit {
  margin: 60px 0 50px;
  text-align: center;
}

.m-tszt .u-tit a {
  display: block;
  font-size: 30px;
  font-weight: bold;
  background: url(../images/home/bg-tit.png)no-repeat center;
}

.m-tszt ul li {
  float: left;
  width: 25%;
}

.m-tszt ul li img {
  width: 100%;
}

.is-home-slider {
  position: fixed;
  /* left: 56%; */
  right: 5%;
  margin-left: 620px;
  top: 330px;
  border-radius: 4px;
  z-index: 9999;
}

.m-slider-box ul li.u-li-parent:first-child {
  border-radius: 7px 7px 0 0;
}

.m-slider-box ul li.u-li-parent:last-child {
  border-radius: 0 0 7px 7px;
}

.m-slider-box ul li.u-li-parent {
  position: relative;
  width: 90px;
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  background: #2e89ff;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #58a1ff;
}

.m-slider-box ul li.u-li-parent a.u-a-parent {
  color: #fff;
  font-size: 16px;
}

.m-slider-box ul li.u-li-parent a.u-a-parent img {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}

.m-slider-box ul .u-li-parent.u-active,
.m-slider-box ul .u-li-parent:hover {
  background: #1351b6;
}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {
  .g-box .g-bl {
    width: 745px;
  }

  .g-box .g-br {
    width: 430px;
  }

}

/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {}

/*pad md*/
@media screen and (max-width: 991px) {
  .g-bg {
    height: auto;
  }

  .bg-search,
  .m-search {
    width: 100%;
  }

  .g-box {
    margin-top: 20px;
  }

  .g-bg .u-tit img {
    width: 80%;
  }

  .g-box .g-bl .u-list {
    width: 50%;
  }

  .g-box .g-bl,
  .g-box .g-br,
  .g-box .g-bl .bg,
  .g-box .g-br .bg {
    height: auto;
  }

  .m-tszt ul li {
    margin-bottom: 10px;
    width: 50%;
  }

  .m-tszt .u-tit img {
    width: 100%;
  }
}

/*phone sm*/
@media screen and (max-width: 767px) {}

/*small xs*/
@media screen and (max-width: 638px) {

  /* .g-box .g-bl{height: 515px; overflow-y: auto;} */
  .g-box .g-bl .u-list {
    width: 100%;
  }

}