@charset "UTF-8";
a:hover {
  text-decoration: none;
}

.big_img {
  position: fixed;
  z-index: -1;
  opacity: 0;
  background: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.big_img .swiper-container99 {
  position: relative;
  width: 100%;
  height: 100%;
}

.big_img .swiper-container2 .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.big_img .swiper-slide {
  width: 100%;
  height: 100%;
  display: table;
}

.big_img .swiper-slide .cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.big_img .swiper-slide img {
  max-width: 90%;
  max-height: 80%;
  margin: 0 auto;
}

.big_img .swiper-container99 {
  position: absolute;
  top: 0.2rem;
  text-align: center;
  width: 100%;
}

.big_img .swiper-container99 span {
  margin: 0 0.05rem;
}

.big_img .swiper-container99 > .swiper-pagination99 {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  height: 50px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #fff;
  padding-right: 15px;
  padding-top: 5px;
}

.big_img .swiper-container99 > .swiper-pagination99 > .swiper-pagination-current {
  font-size: 14px;
  color: #fff;
}

.big_img .swiper-container99 > .swiper-pagination99 > .swiper-pagination-total {
  font-size: 14px;
  color: #fff;
}

.big_img > .cose {
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 0px;
  text-align: center;
  line-height: 30px;
}
.big_img > .cose::before {
  color: #fff;
}

.container {
  width: 1200px;
}

.swiper-pagination-bullet-active {
  background-color: #A82527;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
}

.index_tit {
  font-size: 28px;
  color: #A82527;
  font-weight: bold;
}
.index_tit > span {
  color: #000;
}
.index_tit > p {
  color: #979797;
  font-size: 20px;
}
.index_tit.cen {
  text-align: center;
}
.index_tit.cen > p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  width: 50%;
  margin: 0 auto;
  font-weight: normal;
}

.mar50 {
  margin: 50px 0;
}

.my_con {
  max-width: 1200px;
  margin: 50px auto;
  width: 100%;
}

.banner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.banner > .txt {
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 40%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -33%);
      -ms-transform: translate(-50%, -33%);
          transform: translate(-50%, -33%);
}
.banner > .txt > .ms {
  color: #fff;
  font-size: 20px;
  width: 100%;
  color: #fff;
  font-weight: normal;
  margin-top: 15px;
}
.banner > .txt > .btn {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#d21518), to(#f04019));
  background-image: linear-gradient(to bottom right, #d21518 0%, #f04019 100%);
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  width: 160px;
  border-radius: 25px;
  padding: 10px;
}
.banner.hy > .txt {
  background: url(../img/dc_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 40px;
  left: 38%;
  width: 600px;
  font-size: 40px;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
}

.my_head {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  position: fixed;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  top: 0;
}
.my_head .navbar-brand {
  padding-left: 56px;
  position: relative;
  color: #A82527;
  font-size: 24px;
}
.my_head .navbar-brand::before {
  content: "";
  width: 43px;
  height: 43px;
  background: url(../img/logo.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 2px;
}

.navbar-collapse {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

.my_nav {
  height: 50px;
}
.my_nav > .navbar-nav {
  float: right;
}
.my_nav > .navbar-nav > li {
  position: relative;
  margin-right: 40px;
}
.my_nav > .navbar-nav > li.active::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #A82527;
  position: absolute;
  bottom: 0px;
  left: calc((100% - 50px) / 2);
}
.my_nav > .navbar-nav > li:hover::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #A82527;
  position: absolute;
  bottom: 0px;
  left: calc((100% - 50px) / 2);
}
.my_nav > .navbar-nav > li > ul {
  z-index: 9999;
  padding: 0;
  position: absolute;
  width: 100px;
  left: 0%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 0;
  overflow: hidden;
}
.my_nav > .navbar-nav > li > ul > li {
  list-style: none;
  text-align: center;
  line-height: 40px;
}
.my_nav > .navbar-nav > li > ul > li > a {
  font-size: 14px;
}
.my_nav > .navbar-nav > li > ul.active {
  height: auto;
}
.my_nav > .navbar-nav a, .my_nav > .navbar-nav span {
  font-size: 16px;
  color: #222222;
  position: relative;
}
.my_nav > .navbar-nav a > .glyphicon, .my_nav > .navbar-nav span > .glyphicon {
  margin-left: 5px;
  color: #222;
  font-weight: normal;
  position: absolute;
  right: -5px;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.my_nav > .navbar-nav a.active, .my_nav > .navbar-nav span.active {
  color: #A82527;
  font-weight: bold;
}
.my_nav > .navbar-nav a:hover, .my_nav > .navbar-nav span:hover {
  color: #A82527;
}

.my_nav > .navbar-nav > li:hover .glyphicon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.index_box1 > .box > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}
.index_box1 > .box > .row > div {
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
}
.index_box1 > .box > .row > div:hover {
  top: -10px;
}
.index_box1 > .box > .row > div:hover > .in {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index_box1 > .box > .row > div > .in {
  height: 100%;
  display: block;
  text-decoration: none;
  background-color: #E8E8E8;
  border-radius: 5px;
}
.index_box1 > .box > .row > div > .in > .img > img {
  width: 100%;
}
.index_box1 > .box > .row > div > .in > .bottom {
  padding: 20px;
}
.index_box1 > .box > .row > div > .in > .bottom > .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
  position: relative;
}
.index_box1 > .box > .row > div > .in > .bottom > .tit > p {
  font-size: 14px;
  color: #9a9a9a;
}
.index_box1 > .box > .row > div > .in > .bottom > .txt {
  font-size: 14px;
  line-height: 30px;
  color: #4c4c4c;
}
.index_box1 > .box > .row > div > .in > .bottom > .txt > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index_box2 {
  background: url(../img/hxsy_fwd.png) no-repeat center center;
  padding: 30px 0 10px 0;
}
.index_box2 > .index_tit {
  color: #fff;
}
.index_box2 > .index_tit > span {
  color: #ffc000;
}
.index_box2 > .index_tit > p {
  color: #e0272a;
}
.index_box2 > .box {
  max-width: 1230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}
.index_box2 > .box > .item {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-bottom: 25px;
}
.index_box2 > .box > .item:hover {
  top: -10px;
}
.index_box2 > .box > .item > .in {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 10px 10px 0px #ffc000;
          box-shadow: 10px 10px 0px #ffc000;
}
.index_box2 > .box > .item > .in > .img {
  width: 40%;
}
.index_box2 > .box > .item > .in > .img > img {
  width: 100%;
}
.index_box2 > .box > .item > .in > .txt {
  width: 60%;
  padding: 10px 0 20px 30px;
}
.index_box2 > .box > .item > .in > .txt > .tit {
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.index_box2 > .box > .item > .in > .txt > .tit::before {
  content: "";
  width: 5px;
  height: 70%;
  left: 0;
  top: 13%;
  background-color: #A82527;
  display: block;
  position: absolute;
}
.index_box2 > .box > .item > .in > .txt > .tit > .con {
  color: #636363;
  font-size: 12px;
}
.index_box2 > .box > .item > .in > .txt > a {
  position: absolute;
  right: 30px;
  bottom: 10px;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#b80407), to(#d62412));
  background: linear-gradient(to right, #b80407 0%, #d62412 100%);
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}

.index_box3 > .box .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 32%;
  background-color: #e8e8e8;
  height: auto;
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide:hover {
  top: -10px;
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide > a > .img {
  max-height: 160px;
  overflow: hidden;
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide > a > .img > img {
  width: 100%;
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide > a > .txt {
  padding: 15px;
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide > a > .txt > .tit {
  font-size: 20px;
  color: #000;
  display: block;
  overflow: hidden; /* 确保内容超出容器时会被隐藏 */
  white-space: nowrap; /* 确保文本在一行内显示，避免换行 */
  text-overflow: ellipsis; /* 用省略号表示被截断的文本 */
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide > a > .txt > .date {
  font-size: 14px;
  color: #9c9c9c;
  display: block;
  margin: 5px 0;
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide > a > .txt > .date > .glyphicon {
  margin-right: 5px;
}
.index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide > a > .txt > p {
  color: #3b3b3b;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_box3 > .box > .more {
  width: 160px;
  height: 40px;
  background-color: #e8e8e8;
  line-height: 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-right: 40px;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: block;
  color: #000;
}
.index_box3 > .box > .more > span {
  width: 40px;
  height: 40px;
  background-color: #A82527;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.index_box4 > .box > .top {
  background: url(../img/hx_bg.png) no-repeat center center;
}
.index_box4 > .box > .top .my_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}
.index_box4 > .box > .top .my_con > .i_l {
  width: 45%;
  margin-top: -20px;
  -webkit-box-shadow: 0 0 2px 5px #A82527;
          box-shadow: 0 0 2px 5px #A82527;
  margin-bottom: 50px;
}
.index_box4 > .box > .top .my_con > .i_l > img {
  width: 100%;
}
.index_box4 > .box > .top .my_con > .i_r {
  width: 55%;
  padding: 20px;
}
.index_box4 > .box > .top .my_con > .i_r > .tit {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.index_box4 > .box > .top .my_con > .i_r > p {
  font-size: 15px;
  color: #fff;
  text-align: justify;
  line-height: 28px;
}
.index_box4 > .box > .top .my_con > .i_r > .more {
  float: right;
  color: #fff;
  display: block;
  font-size: 16px;
  background-color: #ffa800;
  padding: 5px 15px;
  margin-top: 70px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.index_box4 > .box > .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_box4 > .box > .bottom > .i_l {
  width: 49%;
  background-color: #e8e8e8;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_box4 > .box > .bottom > .i_l > .code {
  width: 216px;
  height: 216px;
  border: 4px solid #A82527;
}
.index_box4 > .box > .bottom > .i_l > .code > img {
  width: 100%;
}
.index_box4 > .box > .bottom > .i_l > .txt {
  width: calc(100% - 216px);
  padding: 0 15px;
}
.index_box4 > .box > .bottom > .i_l > .txt > .tit {
  font-size: 20px;
  font-weight: bold;
  color: #A82527;
  margin-bottom: 15px;
}
.index_box4 > .box > .bottom > .i_l > .txt > .ms {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.index_box4 > .box > .bottom > .i_r {
  width: 49%;
  background-color: #e8e8e8;
  padding: 25px 20px;
}
.index_box4 > .box > .bottom > .i_r > .tit {
  font-size: 20px;
  font-weight: bold;
  color: #A82527;
  margin-bottom: 15px;
}
.index_box4 > .box > .bottom > .i_r > .ms {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 32px;
}
.index_box4 > .box > .bottom > .i_r > .ms > a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#b80407), to(#d62412));
  background: linear-gradient(to right, #b80407 0%, #d62412 100%);
  color: #fff;
  float: right;
  margin-top: 15px;
}

.index_bottom {
  padding: 25px 0;
  background-color: #303030;
}
.index_bottom > .row > div {
  margin-bottom: 10px;
  color: #fff;
}
.index_bottom > .row > div > .tit {
  font-size: 20px;
  margin-bottom: 15px;
}
.index_bottom > .row > div > .list > a {
  color: rgba(255, 255, 255, 0.54);
  margin-bottom: 15px;
  display: block;
}
.index_bottom > .row > div > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.index_bottom > .row > div > .box > .i_l {
  width: 60%;
}
.index_bottom > .row > div > .box > .i_l > p {
  color: rgba(255, 255, 255, 0.54);
  margin-bottom: 15px;
}
.index_bottom > .row > div > .box > .i_r {
  width: 40%;
  padding-left: 5%;
}
.index_bottom > .row > div > .box > .i_r > .tit {
  padding-left: 25px;
  margin-top: 5px;
}
.index_bottom > .bq > p {
  color: rgba(255, 255, 255, 0.54);
  text-align: center;
}
.index_bottom > .bq > p > a {
  color: rgba(255, 255, 255, 0.54);
}
.index_bottom > .bq > p > span {
  margin-left: 5px;
}
.index_bottom > .bq > p > span > img {
  margin-right: 3px;
}

.ab_box1 .box {
  background: url(../img/hx_bg2.png) no-repeat center center;
}
.ab_box1 .box > .con > .i_r {
  width: 50%;
  float: right;
  margin-top: -40px;
  padding-bottom: 40px;
}
.ab_box1 .box > .con > .i_r > img {
  width: 100%;
}
.ab_box1 .box > .con > .i_l {
  float: left;
  width: 50%;
  padding: 20px 0 0 0px;
}
.ab_box1 .box > .con > .i_l > .ms1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.ab_box1 .box > .con > .i_l > .ms2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.ab_box1 .box > .con > .i_l > .ms3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding-right: 40px;
}

.ab_box2 {
  padding: 30px 0;
}
.ab_box2 > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ab_box2 > .box > .i_l {
  width: 42%;
}
.ab_box2 > .box > .i_l > .img {
  -webkit-box-shadow: 10px 10px 0px 0px #b80407;
          box-shadow: 10px 10px 0px 0px #b80407;
}
.ab_box2 > .box > .i_l > .img > img {
  width: 100%;
}
.ab_box2 > .box > .i_r {
  width: 58%;
  padding-left: 40px;
}
.ab_box2 > .box > .i_r > span {
  font-size: 30px;
}
.ab_box2 > .box > .i_r > p {
  font-size: 20px;
  margin-top: 20px;
  line-height: 30px;
}
.ab_box2 > .box > .i_r > a {
  width: 140px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right bottom, from(#b90507), to(#f24616));
  background: linear-gradient(to right bottom, #b90507 0%, #f24616 100%);
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}

.ab_box3 {
  background-color: #F5F5F5;
  padding: 30px 0;
}
.ab_box3 > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.ab_box3 > .box > .i_l {
  width: 25%;
  padding-top: 40px;
}
.ab_box3 > .box > .i_l > span {
  font-size: 40px;
}
.ab_box3 > .box > .i_l > .p1 {
  font-size: 20px;
  margin-top: 6px;
  font-weight: bold;
}
.ab_box3 > .box > .i_l > .p2 {
  color: #6f6f6f;
}
.ab_box3 > .box > .i_r {
  width: 75%;
}
.ab_box3 > .box > .i_r > .list {
  height: 340px;
  overflow: hidden;
  position: relative;
}
.ab_box3 > .box > .i_r > .list::before, .ab_box3 > .box > .i_r > .list::after {
  background-image: linear-gradient(#f5f5f5 75px, hsla(0, 0%, 100%, 0));
  content: "";
  display: block;
  height: 96px;
  width: 100%;
  position: absolute;
}
.ab_box3 > .box > .i_r > .list::after {
  bottom: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.ab_box3 > .box > .i_r > .list::before {
  top: 0;
}
.ab_box3 > .box > .i_r > .list > .pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0;
  -webkit-animation: run-data 15s linear infinite;
          animation: run-data 15s linear infinite;
}
.ab_box3 > .box > .i_r > .list > .pp > span {
  width: 24%;
  display: block;
  margin-bottom: 10px;
}
.ab_box3 > .box > .i_r > .list > .pp > span > img {
  width: 100%;
}

.ab_box4 {
  padding-bottom: 60px;
}
.ab_box4 > .index_tit {
  position: relative;
}
.ab_box4 > .index_tit > a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #979797;
}
.ab_box4 .swiper-pagination {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.ab_box4 .swiper-pagination > span {
  margin: 0px 5px;
}
.ab_box4 > .box .swiper-container > .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ab_box4 > .box .swiper-container > .swiper-wrapper .swiper-slide {
  width: 32%;
  background-color: #e8e8e8;
}
.ab_box4 > .box .swiper-container > .swiper-wrapper .swiper-slide > a {
  display: block;
}
.ab_box4 > .box .swiper-container > .swiper-wrapper .swiper-slide > a > .img > img {
  width: 100%;
}
.ab_box4 > .box .swiper-container > .swiper-wrapper .swiper-slide > a > .txt {
  padding: 15px;
}
.ab_box4 > .box .swiper-container > .swiper-wrapper .swiper-slide > a > .txt > .tit {
  font-size: 20px;
  color: #000;
  display: block;
}
.ab_box4 > .box .swiper-container > .swiper-wrapper .swiper-slide > a > .txt > .date {
  font-size: 14px;
  color: #9c9c9c;
  display: block;
  margin: 5px 0;
}
.ab_box4 > .box .swiper-container > .swiper-wrapper .swiper-slide > a > .txt > .date > .glyphicon {
  margin-right: 5px;
}
.ab_box4 > .box .swiper-container > .swiper-wrapper .swiper-slide > a > .txt > p {
  color: #3b3b3b;
}

@-webkit-keyframes run-data {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
  }
}

@keyframes run-data {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
  }
}
.about_box4 {
  background-color: #F5F5F5;
  padding: 30px 0;
}
.about_box4 > .ms {
  width: 1200px;
  margin: 30px auto;
  padding: 0 30px;
  font-size: 18px;
  text-indent: 36px;
}
.about_box4 > .row > div:hover {
  cursor: pointer;
}
.about_box4 > .row > div > img {
  width: 100%;
}

.about_box5 > .row {
  margin: 50px 0;
}
.about_box5 > .row > div.i_l {
  padding-right: 50px;
}
.about_box5 > .row > div.i_r {
  padding-left: 50px;
}
.about_box5 > .row > div > .tit {
  height: 40px;
  line-height: 40px;
  background-color: #A82527;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}
.about_box5 > .row > div > .tit > div {
  color: #fff;
  text-align: center;
}
.about_box5 > .row > div > .tit > div.i_l {
  width: 30%;
}
.about_box5 > .row > div > .tit > div.i_r {
  width: 70%;
}
.about_box5 > .row > div > .list {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  background-color: #F5F5F5;
}
.about_box5 > .row > div > .list > div {
  text-align: center;
}
.about_box5 > .row > div > .list > div.i_l {
  width: 30%;
}
.about_box5 > .row > div > .list > div.i_r {
  width: 70%;
}
.about_box5 > .row > div > .list:nth-child(2n+1) {
  background-color: #fff;
}

.plan_tab {
  padding: 0px;
}
.plan_tab > .show_plan {
  display: none;
}
.plan_tab > .list {
  width: 100%;
}
.plan_tab > .list > .item {
  width: 100%;
  border: 1px solid #D5D5D5;
  position: relative;
  margin-bottom: -1px;
}
.plan_tab > .list > .item:hover {
  cursor: pointer;
}
.plan_tab > .list > .item.active > a {
  background-color: #A82527;
  color: #fff;
}
.plan_tab > .list > .item > a {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #333;
  text-align: center;
  display: block;
}
.plan_tab > .list > .item > a:hover {
  text-decoration: none;
}

.plan_box {
  background-color: #E8E8E8;
}

.plan_box1 {
  margin-bottom: 30px;
}
.plan_box1 > .box > .tab {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 10px;
  text-align: right;
}
.plan_box1 > .box > .tab > span {
  margin-left: 20px;
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  color: #000;
}
.plan_box1 > .box > .tab > span.active {
  background-color: #A82527;
  color: #fff;
}
.plan_box1 > .box > .tab > span.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #A82527;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.plan_box1 > .box > .box {
  margin-top: 20px;
}
.plan_box1 > .box > .box .item {
  margin-bottom: 30px;
}
.plan_box1 > .box > .box .item > a {
  background-color: #fff;
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan_box1 > .box > .box .item > a:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  top: -10px;
}
.plan_box1 > .box > .box .item > a > .img {
  max-height: 160px;
  overflow: hidden;
}
.plan_box1 > .box > .box .item > a > .img > img {
  width: 100%;
}
.plan_box1 > .box > .box .item > a > .txt {
  padding: 10px;
}
.plan_box1 > .box > .box .item > a > .txt > span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plan_box1 > .box > .box .item > a > .txt > p {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.plan_box2 {
  background: url(../img/plan_bg.jpg) no-repeat center center;
  max-width: 1920px;
  margin: 100px auto 50px auto;
}
.plan_box2 > .box {
  position: relative;
  top: -50px;
  margin-bottom: 0;
}
.plan_box2 > .box > .tit {
  width: 130px;
  height: 50px;
  line-height: 50px;
  background: #A82527;
  text-align: center;
  color: #fff;
}
.plan_box2 > .box .show {
  border-top: 1px solid #A82527;
  padding-top: 50px;
}
.plan_box2 > .box .show .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}
.plan_box2 > .box .show .row > a {
  margin-bottom: 15px;
}
.plan_box2 > .box .show .row > a:hover {
  text-decoration: none;
}
.plan_box2 > .box .show .row > a:hover > div > p > span {
  color: #A82527;
}
.plan_box2 > .box .show .row > a > div {
  background-color: #fff;
  height: 100%;
}
.plan_box2 > .box .show .row > a > div > .img {
  background-color: #F5F5F5;
}
.plan_box2 > .box .show .row > a > div > .img > img {
  height: 138px;
  width: 100%;
}
.plan_box2 > .box .show .row > a > div > p {
  padding: 10px;
  margin-bottom: 0;
}
.plan_box2 > .box .show .row > a > div > p > span {
  color: #2B2B2B;
  font-weight: bold;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.plan_box2 > .box .show .row > a:nth-child(n+8) {
  display: none;
}
.plan_box2 > .box .show > .swiper-container {
  padding-bottom: 30px;
}
.plan_box2 > .box .show > .swiper-container > .swiper-pagination .swiper-pagination-bullet-active {
  background: #A82527;
}

.new_box, .plan_detail {
  background-color: #F5F5F5;
}

.location {
  margin: 80px auto 30px auto;
}
.location > a {
  color: #3F3F3F;
}
.location > a:after {
  content: ">";
  margin: 0 5px;
}
.location > a:last-child:after {
  display: none;
}
.location > a.active {
  color: #B80407;
}

.new_box1 {
  background-color: #FFF;
  margin: 30px auto;
  padding: 30px;
}
.new_box1 > .box > .title {
  font-size: 28px;
  color: #3F3F3F;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
.new_box1 > .box > .date {
  color: #A2A2A2;
  text-align: right;
}
.new_box1 > .box > .content {
  border-top: 1px solid #DADADA;
  margin: 30px 0;
  padding-top: 40px;
}
.new_box1 > .box > .content > p {
  color: #222222;
  line-height: 35px;
  font-size: 16px;
}
.new_box1 > .box > .content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.fix_side {
  width: 62px;
  position: fixed;
  right: 20px;
  top: calc((100% - 180px) / 2);
  border: 1px solid #A82527;
  background-color: #fff;
  z-index: 111;
}
.fix_side > div {
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #8A8A8A;
  background-color: #FFF;
}
.fix_side > div > p {
  position: absolute;
  right: 60px;
  top: -1px;
  background-color: #fff;
  border: 1px solid #A82527;
  height: 61px;
  border-right: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fix_side > div:hover {
  color: #A82527;
}
.fix_side > div:hover > p {
  width: 180px;
}
.fix_side > div:nth-child(1), .fix_side > div:nth-child(2) {
  border-bottom: 1px solid #A82527;
}
.fix_side > div.back {
  background-color: #A82527;
  color: #fff;
}

.ask_box {
  background-color: #F5F5F5;
}

.ask_box1 > .form {
  padding: 48px;
  background-color: #fff;
}
.ask_box1 > .form > .tit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.ask_box1 > .form > .row > div > div {
  background-color: #F5F5F5;
  padding: 10px 15px;
}
.ask_box1 > .form > .row > div > div > label {
  color: #888888;
  margin-bottom: 0;
}
.ask_box1 > .form > .row > div > div > input {
  border: none;
  background: transparent;
  width: 100%;
  outline: 0;
}
.ask_box1 > .form > .txt {
  margin-top: 25px;
  background-color: #F5F5F5;
  padding: 15px;
}
.ask_box1 > .form > .txt > textarea {
  resize: none;
  width: 100%;
  outline: 0;
  border: 0;
  background: transparent;
}
.ask_box1 > .form > .sub {
  height: 56px;
  background-color: #A82527;
  line-height: 56px;
  color: #fff;
  text-align: center;
  width: 40%;
  margin: 40px auto 0 auto;
  cursor: pointer;
}

html {
  height: 100%;
}

.error_box {
  height: 100%;
}

.gsnew_box1 > .box > .item {
  background-color: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 6px solid #A82527;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 15px;
}
.gsnew_box1 > .box > .item > .img {
  width: 30%;
  max-height: 200px;
  overflow: hidden;
}
.gsnew_box1 > .box > .item > .img > img {
  width: 100%;
}
.gsnew_box1 > .box > .item > .txt {
  position: relative;
  width: 70%;
  padding: 0 15px;
}
.gsnew_box1 > .box > .item > .txt > .tit {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.gsnew_box1 > .box > .item > .txt > .date {
  color: #999;
  font-size: 14px;
  margin: 5px 0;
}
.gsnew_box1 > .box > .item > .txt > .date > span {
  margin-right: 10px;
}
.gsnew_box1 > .box > .item > .txt > .ms {
  font-size: 16px;
  color: #767676;
  line-height: 30px;
}
.gsnew_box1 > .box > .item > .txt > span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 106px;
  height: 30px;
  background-color: #B80407;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.gsnew_box1.join_box1 .box > .item > .txt {
  padding-bottom: 40px;
  width: 100%;
}
.gsnew_box1.join_box1 .box > .item > .txt > .tit {
  font-size: 20px;
  margin-bottom: 15px;
}
.gsnew_box1.join_box1 .box > .item > .txt > .tit > span {
  color: #A82527;
}
.gsnew_box1.join_box1 .box > .item > .txt > span {
  cursor: pointer;
}

.error_box1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
}
.error_box1 > .box > img {
  display: block;
  margin: 30px auto;
}
.error_box1 > .box > p {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #1A1A1A;
}
.error_box1 > .box > .tab > a {
  width: 40%;
  height: 40px;
  text-align: center;
  color: #A82527;
  border: 1px solid #A82527;
  height: 40px;
  width: 120px;
  line-height: 40px;
  display: block;
  font-weight: bold;
  margin: 30px auto;
  font-size: 17px;
}

.solu_box1 > .box > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}
.solu_box1 > .box > .row > div {
  padding: 10px;
}
.solu_box1 > .box > .row > div > .in {
  height: 100%;
  display: block;
  text-decoration: none;
  background-color: #E8E8E8;
  border-radius: 5px;
}
.solu_box1 > .box > .row > div > .in > .img > img {
  width: 100%;
}
.solu_box1 > .box > .row > div > .in > .bottom {
  padding: 20px;
}
.solu_box1 > .box > .row > div > .in > .bottom > .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.solu_box1 > .box > .row > div > .in > .bottom > .tit > p {
  font-size: 14px;
  color: #9a9a9a;
}
.solu_box1 > .box > .row > div > .in > .bottom > .txt {
  font-size: 14px;
  line-height: 30px;
  color: #4c4c4c;
}
.solu_box2 {
  padding: 20px 0;
  background-color: #E8E8E8;
}
.solu_box2 > .box > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}
.solu_box2 > .box > .row > div {
  padding: 10px;
}
.solu_box2 > .box > .row > div > .in {
  height: 100%;
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 4px solid #A82527;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.solu_box2 > .box > .row > div > .in:hover {
  top: -10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.solu_box2 > .box > .row > div > .in > .img {
  max-height: 160px;
  overflow: hidden;
  position: relative;
}
.solu_box2 > .box > .row > div > .in > .img > img {
  width: 100%;
}
.solu_box2 > .box > .row > div > .in > .bottom {
  position: relative;
  padding: 20px;
}
.solu_box2 > .box > .row > div > .in > .bottom > span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 21px;
  top: -30px;
  color: #fff;
  font-size: 10px;
  background-color: #A82527;
  border-radius: 50%;
}
.solu_box2 > .box > .row > div > .in > .bottom > .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solu_box2 > .box > .row > div > .in > .bottom > .tit > p {
  font-size: 14px;
  color: #9a9a9a;
}
.solu_box2 > .box > .row > div > .in > .bottom > .txt {
  font-size: 14px;
  line-height: 30px;
  color: #4c4c4c;
}
.solu_box2 > .box > .row > div > .in > .bottom > .txt > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solu_box1.yxzx > .box > .row > div > .in {
  border-radius: 20px;
  background-color: #ECF3FE;
}
.solu_box1.yxzx > .box > .row > div > .in > .bottom > .tit {
  border: none;
}

.solu_box1.yx {
  background-color: #E8E8E8;
  padding: 15px 0;
}

.solu_box1.yx > .box > .row > div > .in {
  background-color: #fff;
}

.solu_box1 > .box > .row > div > .in > .bottom > .tit {
  border: none;
}

.solu_box1.slzb .box > .row > div > .in {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.solu_box1.slzb .box > .row > div > .in > .bottom {
  padding: 40px 20px;
}
.solu_box1.slzb .box > .row > div > .in > .bottom > .tit {
  color: #A82527;
  font-size: 16px;
  margin: 0 auto;
}
.solu_box1.slzb .box > .row > div > .in > .bottom > .txt {
  display: none;
  margin-top: 10px;
}
.solu_box1.slzb .box > .row > div > .in > .num {
  position: absolute;
  font-size: 130px;
  right: -20px;
  bottom: -18px;
  text-shadow: 4px 0 #DFCACB, -4px 0 #DFCACB, 0 4px #DFCACB, 0 -4px #DFCACB, 4px 4px #DFCACB, -4px -4px #DFCACB, 4px -4px #DFCACB, -4px 4px #DFCACB;
  color: #E8E8E8;
}
.solu_box1.slzb .box > .row > div.active {
  width: 50%;
}
.solu_box1.slzb .box > .row > div.active > .in {
  background: url(../img/hxjjfa_ysk3.png) no-repeat center center;
  background-size: 100% 100%;
}
.solu_box1.slzb .box > .row > div.active > .in > .bottom > .tit {
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: 100%;
}
.solu_box1.slzb .box > .row > div.active > .in > .bottom > .txt {
  display: block;
  color: #fff;
}
.solu_box1.slzb .box > .row > div.active > .in > .num {
  display: none;
}

.solu_box1.slzb .box > .row > div:nth-child(2).active > .in {
  background: url(../img/hxjjfa_ysk32.png) no-repeat center center;
  background-size: 100% 100%;
}

.solu_box1.slzb .box > .row > div:nth-child(3).active > .in {
  background: url(../img/hxjjfa_ysk33.png) no-repeat center center;
  background-size: 100% 100%;
}

.solu_box2.yx {
  background-color: #fff;
}

.solu_box2.yx > .box > .row > div > .in {
  background-color: #e8e8e8;
}

.solu_box2 > .more {
  width: 160px;
  height: 40px;
  background-color: #e8e8e8;
  line-height: 40px;
  margin: 0 auto 50px auto;
  position: relative;
  text-align: center;
  padding-right: 40px;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: block;
  color: #000;
}
.solu_box2 > .more > span {
  width: 40px;
  height: 40px;
  background-color: #A82527;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 992px) {
  .my_head .navbar-brand {
    margin-left: 10px;
    font-size: 18px;
  }
  .banner > .txt {
    font-size: 40px;
    top: 20%;
  }
  .banner > .ms {
    font-size: 24px;
    top: 42%;
  }
  .navbar-toggle {
    padding: 8px;
    border: 1px solid #979797;
  }
  .navbar-toggle .icon-bar {
    background-color: #979797;
  }
  #navbar-menu {
    z-index: 999;
  }
  .navbar-collapse {
    position: absolute;
    right: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .my_con {
    margin: 20px 0;
  }
  .mar50 {
    margin: 20px 0;
  }
  .index_tit {
    font-size: 24px;
  }
  .index_tit > p {
    font-size: 14px;
  }
  .index_box1 > .box > .row {
    padding: 0 10px;
  }
  .index_box1 > .box > .row > div > .in > .tit {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .index_box1 > .box > .row > div > .in > .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .index_box1 > .box > .row > div > .in {
    padding: 10px;
  }
  .index_box1 > .box > .row > div > .in > .tit > i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .index_box2 .swiper-container > .swiper-wrapper > .swiper-slide > a {
    display: block;
  }
  .index_box2 .swiper-container > .swiper-wrapper > .swiper-slide > a > .txt > span {
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index_box2 .swiper-container > .swiper-wrapper > .swiper-slide > a:hover > .txt > span {
    color: #222222;
  }
  .index_box2 .swiper-container > .swiper-wrapper > .swiper-slide > a > .txt > p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .index_box2 .swiper-container > .swiper-wrapper > .swiper-slide > a > .txt {
    padding: 10px;
  }
  .ask_box1 {
    margin: 0;
  }
  .ask_box1 > .form > .row > div {
    margin-bottom: 12px;
  }
}
.solu_box1 > .box .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.solu_box1 > .box .tab > span {
  font-size: 18px;
  color: #000;
  padding: 6px 10px;
  margin-right: 10px;
  display: block;
  cursor: pointer;
  background-color: #E8E8E8;
}
.solu_box1 > .box .tab > span.active {
  background-color: #A82527;
  color: #fff;
}
.solu_box1 > .box .new > div {
  display: none;
  width: 100%;
}
.solu_box1 > .box .new > div.active {
  display: block;
}
.solu_box1 > .box .new > div > .in > .img {
  float: right;
  width: 36%;
  padding: 15px;
  background: url(../img/hxjjfa_ysd2.png) no-repeat;
}
.solu_box1 > .box .new > div > .in > .img > img {
  width: 100%;
}
.solu_box1 > .box .new > div > .in > .bottom {
  float: left;
  width: 64%;
  padding-right: 20px;
}
.solu_box1 > .box .new > div > .in > .bottom > .tit {
  display: none;
}
.solu_box1 > .box .new > div > .in > .bottom > .txt > p {
  font-size: 16px;
  color: #000;
  line-height: 40px;
}

.solu_box1.icon > .box > .row > div > .in > .img > img {
  width: auto;
  padding: 20px 20px 10px 20px;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  body, html {
    max-width: 750px;
    overflow-x: hidden;
    width: 100%;
  }
  .index_tit {
    padding: 0 15px;
  }
  .my_nav > .navbar-nav > li > ul {
    left: -100%;
  }
  .my_nav > .navbar-nav > li {
    text-align: center;
  }
  #navbar-menu {
    overflow: visible;
    z-index: 999;
  }
  .row {
    margin: 0;
  }
  .banner > .txt {
    -webkit-transform: translate(-50%, -13%);
        -ms-transform: translate(-50%, -13%);
            transform: translate(-50%, -13%);
    font-size: 16px;
    padding: 10px;
  }
  .banner > .txt > .ms {
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .banner {
    margin-top: 50px;
    height: 200px;
    background-size: cover;
  }
  .banner > img {
    display: none;
  }
  .banner.index {
    background-image: url(../img/hxsy_banner.png);
  }
  .banner.about {
    background-image: url(../img/about_banner.jpg);
  }
  .banner.plan {
    background-image: url(../img/plan_banner.jpg);
  }
  .banner.ask {
    background-image: url(../img/ask_banner.jpg);
  }
  .banner.hy {
    background-image: url(../img/solu_banner.png);
  }
  .banner .ms {
    font-size: 14px;
  }
  .index_box1 > .box > .row > div > .in > .bottom {
    padding: 10px 2px;
  }
  .index_box1 > .box > .row > div > .in > .bottom > .tit {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .index_box1 > .box > .row > div > .in > .bottom > .tit > p {
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index_box2 .swiper-container > .swiper-wrapper > .swiper-slide > a > .img {
    max-height: 120px;
  }
  .index_box2 {
    background-size: 100% 100%;
  }
  .index_box2 > .box > .item > .in {
    display: block;
  }
  .index_box2 > .box > .item > .in > .img {
    width: 100%;
  }
  .index_box2 > .box > .item > .in > .txt {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .index_box3 > .box .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .index_box3 {
    position: relative;
  }
  .index_box3 .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 15%;
  }
  .index_box3 .swiper-pagination > span {
    margin: 0 5px;
  }
  .index_box4 > .index_tit {
    margin-bottom: 42px;
  }
  .index_box4 > .box > .top .my_con > .i_r > .tit {
    font-size: 22px;
  }
  .index_box4 > .box > .top {
    background-size: 100% 100%;
  }
  .index_box4 > .box > .top .my_con > .i_r > .more {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  .index_box4 > .box > .top .my_con > .i_l {
    width: 100%;
    margin-bottom: 0;
  }
  .index_box4 > .box > .top .my_con > .i_r {
    width: 100%;
  }
  .index_box4 > .box > .bottom > .i_l {
    width: 100%;
  }
  .index_box4 > .box > .top .my_con > .i_r > p {
    font-size: 14px;
  }
  .index_box4 > .box > .bottom > .i_l > .code {
    display: none;
  }
  .index_box4 > .box > .bottom > .i_l > .txt {
    width: 100%;
    padding: 0;
  }
  .index_box4 > .box > .bottom > .i_l > .txt > .ms:nth-child(4) {
    display: none;
  }
  .index_box4 > .box > .bottom > .i_r {
    width: 100%;
  }
  .banner > .txt > .btn {
    font-size: 14px;
    margin-top: 10px;
    width: 120px;
    padding: 5px;
  }
  .index_bottom > .row > div > .tit {
    font-size: 16px;
  }
  .index_bottom > .bq > p > span {
    display: block;
    margin-top: 10px;
  }
  .index_bottom > .bq > p > span > img {
    width: 4%;
    vertical-align: -2px;
  }
  .index_box1 > .box > .row > div {
    padding: 5px;
  }
  .index_box1 > .box > .row > div > .in > .txt > p:nth-child(2) {
    display: none;
  }
  .ab_box1 > .box {
    background-size: 100% 100%;
  }
  .ab_box1 > .box > .con > .i_l {
    width: 100%;
    padding: 15px;
  }
  .ab_box1 > .box > .con > .i_l > .ms1 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .ab_box1 > .box > .con > .i_l > .ms2 {
    font-size: 28px;
  }
  .ab_box1 > .box > .con > .i_l > .ms3 {
    font-size: 18px;
  }
  .ab_box1 > .box > .con > .i_r {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
  }
  .ab_box2 {
    padding: 0;
  }
  .ab_box2 > .box {
    display: block;
  }
  .ab_box2 > .box > .i_l {
    padding: 15px;
    width: 100%;
  }
  .ab_box2 > .box > .i_r {
    width: 100%;
    padding: 15px;
  }
  .ab_box2 > .box > .i_r > span {
    font-size: 20px;
    font-weight: bold;
  }
  .ab_box2 > .box > .i_r > p {
    font-size: 16px;
  }
  .ab_box3 > .box > .i_l {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .ab_box3 > .box > .i_r {
    width: 100%;
    text-align: center;
  }
  .ab_box3 > .box > .i_r > .list {
    height: auto;
    padding: 10px;
  }
  .ab_box3 > .box > .i_r > .list::before, .ab_box3 > .box > .i_r > .list::after {
    display: none;
  }
  .ab_box3 > .box > .i_r > .list > .pp {
    -webkit-animation: none;
            animation: none;
  }
  .navbar-collapse {
    background-color: #fff !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .plan_tab {
    width: 70%;
    z-index: 99999;
  }
  .plan_tab > .list {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  .plan_tab > .list > .item {
    float: left;
    width: 25%;
    border: none;
    border-bottom: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
  }
  .plan_tab > .list > .item:nth-child(4n) {
    border-right: 0;
  }
  .plan_tab > .list > .close {
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc((100% - 40px) / 2);
    bottom: 20%;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
  }
  .plan_tab > .list > .close:after {
    content: "x";
  }
  .plan_tab > .show_plan {
    position: fixed;
    top: 0;
    right: 20%;
    display: block;
    color: #222222;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .gsnew_box .plan_tab {
    display: none;
  }
  .plan_show {
    padding: 0;
  }
  .plan_box1 > .tit {
    height: 40px;
    line-height: 40px;
  }
  .plan_box1 > .box {
    height: auto;
  }
  .plan_box2 {
    margin: 30px auto 0px auto;
    background-image: none;
    background-color: #F5F5F5;
  }
  .plan_box2 > .box {
    top: -40px;
  }
  .plan_box2 > .box > .tit {
    height: 40px;
    line-height: 40px;
  }
  .plan_box2 > .box > .show {
    padding-top: 20px;
  }
  .plan_box2 > .box > .show .row {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
  }
  .plan_box2 > .box > .show .row > a {
    padding: 5px;
    margin-bottom: 0px;
  }
  .plan_box2 > .box > .show .row > a > div .img > img {
    height: 120px;
  }
  .location {
    margin-top: 70px;
    padding: 0 10px;
  }
  .location > a {
    font-size: 14px;
  }
  .new_box1 {
    padding: 10px 15px;
    margin: 0;
  }
  .new_box1 > .box > .title {
    margin-bottom: 10px;
    text-align: left;
  }
  .new_box1 > .box > .date {
    text-align: left;
  }
  .new_box1 > .box > .content {
    margin: 10px 0;
  }
  .new_box1 > .box > .content p {
    text-align: justify;
  }
  .new_box1 > .box > .content img {
    width: 100%;
    height: auto !important;
  }
  .fix_side {
    right: 0px;
    width: 42px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .fix_side > div {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .fix_side > div > p {
    display: none;
  }
  .ask_box1 {
    margin: 0;
  }
  .ask_box1 > .form {
    padding: 15px;
  }
  .ask_box1 > .form > .tit {
    font-size: 20px;
  }
  .ask_box1 > .form > .row > div {
    margin-bottom: 12px;
  }
  .ask_box1 > .form > .txt {
    margin: 0 15px;
  }
  .ask_box1 > .form > .sub {
    width: 90%;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
  }
  .error_box1 {
    margin: 0;
  }
  .error_box1 > .box > img {
    width: 70%;
  }
  .gsnew_box1 > .box > .item > .txt > .tit {
    font-size: 16px;
    margin-top: 12px;
  }
  .gsnew_box1 > .box > .item {
    display: block;
  }
  .gsnew_box1 > .box > .item > .txt > .ms {
    display: -webkit-box; /* 将元素渲染为弹性盒子 */
    -webkit-line-clamp: 3; /* 设置最大行数为三行 */
    -webkit-box-orient: vertical; /* 设置弹性盒子的方向为垂直 */
    overflow: hidden; /* 隐藏溢出部分 */
  }
  .gsnew_box1 > .box > .item > .txt > span {
    display: none;
  }
  .gsnew_box1 > .box > .item > .img {
    width: 100%;
  }
  .gsnew_box1 > .box > .item > .txt {
    width: 100%;
    font-size: 12px;
    padding: 0;
  }
  .index_tit.cen > p {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
  }
  .solu_box1.slzb .box > .row > div {
    width: 100% !important;
  }
  .solu_box1.slzb .box > .row > div > .in > .bottom > .tit {
    width: 100%;
  }
  .solu_box1.slzb .box > .row > div > .in > .num {
    font-size: 70px;
  }
  .solu_box1 > .box .tab > span {
    font-size: 16px;
  }
  .solu_box1 > .box .new > div > .in > .img {
    float: none;
    width: 100%;
  }
  .solu_box1 > .box .new > div > .in > .bottom {
    width: 100%;
    padding: 15px;
  }
  .solu_box1.hy > .box > .row > div, .solu_box1.yxzx > .box > .row > div, .solu_box1.yx > .box > .row > div {
    width: 100%;
  }
  .solu_box2 > .box > .row > div > .in > .img {
    max-height: 9rem;
  }
  .join_box1 {
    padding: 10px;
  }
  .join_box1 > .box > .item > .txt > .ms {
    display: block;
  }
  .join_box1 > .box > .item > .txt > span {
    display: block;
  }
  .plan_box1 > .box > .tab {
    white-space: nowrap;
    overflow-x: auto;
  }
  .plan_box1 > .box > .tab::-webkit-scrollbar {
    display: none;
  }
  .plan_box1 > .box > .box .item > a > .img {
    max-height: 7rem;
  }
  .banner.hy > .txt {
    width: 70%;
    font-size: 20px;
    -webkit-transform: translate(-48%, 12%);
        -ms-transform: translate(-48%, 12%);
            transform: translate(-48%, 12%);
    padding: 20px;
  }
}
.gsnew_box, .join_box {
  background-color: #E8E8E8;
}

@media (min-width: 767px) {
  .index_bottom > .my_con {
    position: relative;
  }
  .index_bottom > .my_con > .i_l {
    content: "";
    width: 1px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 38%;
    top: 24%;
    display: block;
  }
  .my_head.fix {
    background: rgba(255, 255, 255, 0.6);
  }
  .about_box1 > .row > .i_l {
    width: 45%;
    padding: 0;
    margin-right: 3%;
  }
  .about_box1 > .row > .i_r {
    width: 52%;
    padding: 0;
    font-size: 18px;
    color: #222222;
    font-weight: bold;
  }
  .gsnew_box .plan_box1 > .tit {
    display: none;
  }
}
.joinMask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.joinMask > .joinBox {
  position: relative;
}

.joinMask > .joinBox > .box {
  background-color: #fff;
  padding: 20px;
  width: 400px;
}

.joinMask > .joinBox > .box > span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F4F6;
  width: 100%;
  margin-bottom: 20px;
}

.joinMask > .joinBox > .box > .input {
  padding-left: 73px;
  margin-bottom: 15px;
  position: relative;
}

.joinMask > .joinBox > .box > .input > select {
  width: 100%;
  border: 1px solid #A4A4A4;
  outline: none;
  padding: 3px 10px;
  border-radius: 5px;
}

.joinMask > .joinBox > .box > .input > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.joinMask > .joinBox > .box > .input > span::after {
  content: "*";
  display: inline-block;
  color: #FF6D2C;
  margin-left: 10px;
}

.joinMask > .joinBox > .box > .input > input {
  border: 1px solid #A4A4A4;
  outline: none;
  padding: 3px 10px;
  border-radius: 5px;
  width: 100%;
}

.joinMask > .joinBox > .box > .input > .upload {
  width: 100%;
  height: 40px;
  background-color: #DDDFE3;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.joinMask > .joinBox > .box > .btn {
  margin: 30px auto 0 auto;
  display: block;
  color: #fff;
  background-color: #FF6D2C;
  width: 90%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  cursor: pointer;
}

.joinMask > .joinBox > .close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.exam_detail {
  background-color: #E8E8E8;
}
.exam_detail .location {
  margin: 30px auto 30px auto;
}
.exam_detail .content > .item {
  margin-bottom: 30px;
}

.exam_detail .content > .item >.box >p{
  line-height: 30px;
}


.exam_detail .content > .item > .ms {
  background: #C71A19;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  border-bottom-right-radius: 30px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.zpmask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.zpmask > .zpbox {
  position: relative;
}

.zpmask > .zpbox > .box {
  width: 500px;
  height: 250px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.zpmask > .zpbox > .box > .title {
  font-size: 20px;
  font-weight: bold;
}

.zpmask > .zpbox > .box > .list {
  margin-top: 15px;
}

.zpmask > .zpbox > .box > .list > .item {
  margin-top: 15px;
}

.zpmask > .zpbox > .box > .list > .item > span {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.zpmask > .zpbox > .box > .list > .item .sbu {
  display: inline-block;
  background: #d9232d;
  color: #fff;
  padding: 6px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.zpmask > .zpbox .swiper-container {
  width: 600px;
  overflow: hidden;
}

.zpmask > .zpbox > .close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.zpmask > .zpbox .box img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .team .member {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team .member .pic {
    width: 100%;
  }
  .team .member .member-info {
    padding-left: 0;
    width: 100%;
  }
  .zpmask > .zpbox {
    width: 98%;
  }
  .zpmask > .zpbox .box img {
    width: 100%;
  }
  .zpmask > .zpbox > .close {
    right: calc((100% - 40px) / 2);
  }
  .zpmask > .zpbox .swiper-container {
    width: 100%;
  }
  .joinMask > .joinBox > .box {
    width: 100%;
    margin: 0 auto;
  }
  .zpmask > .zpbox > .box {
    width: 100%;
  }
}