@charset "UTF-8";
p {
  margin: 0;
  padding: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1304px) {
  .w1200 {
    width: 92%;
    margin: 0 auto;
  }
}

.head1 {
  background: #f4f4f4;
  color: #333333;
  font: 500 14px/40px "微软雅黑";
}

.head1 a {
  color: #333333;
}

.head1 a:hover {
  color: #e71212;
}

.xypg-left-menu{
    margin-bottom: 0;
}

.head2 {
  height: 120px;
}

.head2 .logo {
  float: left;
  line-height: 120px;
}

.head2 .logo h1 {
  display: inline-block;
}

.head2 .logo h1 img {
  margin-top: 7px;
}

.head2 .top_tpl {
  float: right;
  color: #000000;
  font: 500 20px/28px "微软雅黑";
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 79px;
  margin-top: 32px;
}


.hgaghhga{
    width: 100%;
    margin: 0 auto;
}
.hgaghhga img{
    width: 100%;
}

/*热门搜索*/
.ssk_a1 {
  width: 90%;
  margin: 0 auto;
  max-width: 578px;
  padding: 2vw 0 1.8vw;
}

.search1 {
  text-align: left;
}

#formsearch1 {
  width: auto;
  font-size: 0;
}

.hotSearch1 {
  width: auto;
  color: #999999;
  font: 500 12px/1em "微软雅黑";
  padding: 0.8em 0;
}

/*搜索和热门搜索*/
.hotSearch1 a {
  margin-right: 6px;
  color: #999999;
}

#formsearch1 input {
  height: 22px;
  background: #fff;
  border: 1px solid #e7e7e7;
  line-height: 22px;
  vertical-align: middle;
  outline: none;
}

#formsearch1 input#keyword {
  line-height: 50px;
  padding-left: 4px;
  color: #555555;
  width: 85.7%;
  border-right: none;
  font-size: 14px;
  height: 50px;
  text-indent: 6px;
}

#formsearch1 input#s_btn {
  width: 14.3%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e71212;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

#formsearch1 input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555555;
}

#formsearch1 input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555555;
}

#formsearch1 input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}

#formsearch1 input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555555;
}

@media (max-width: 640px) {
  #formsearch1 input#keyword {
    font-size: 12px;
    line-height: 36px;
    height: 36px;
  }
  #formsearch1 input#s_btn {
    font-size: 12px;
    line-height: 36px;
    height: 36px;
  }
}

.wenna_nann {
  color: #e71212;
  position: absolute;
  left: 34%;
  bottom: 38%;
}

.wenna_nann h2 {
  font: 500 46px/1.2em "微软雅黑";
}

.wenna_nann h3 {
  font: 500 28px/1.2em "微软雅黑";
  margin-top: 0.5em;
}

.wenna_nann p {
  font: 500 14px/1.2em "微软雅黑";
  margin-top: 2em;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.up_aa1 {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  right: -300px;
}

.active .up_aa1 {
  right: 0px;
  -webkit-animation: fadeInUp 0.7s forwards 0.5s;
}

@media (max-width: 1304px) {
  .wenna_nann {
    color: #e71212;
    position: absolute;
    left: 34%;
    bottom: 38%;
  }
  .wenna_nann h2 {
    font: 500 36px/1.2em "微软雅黑";
  }
  .wenna_nann h3 {
    font: 500 22px/1.2em "微软雅黑";
    margin-top: 0.5em;
  }
  .wenna_nann p {
    font: 500 12px/1.2em "微软雅黑";
    margin-top: 2em;
  }
}

.cont1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  padding: 0 0 3vw;
  background-size: cover;
}

.title_a1 {
  text-align: center;
  background: url(../images/tita1.png) no-repeat center;
}

.title_a1 h2 {
  color: #e71212;
  font: 600 26px/1.6em "微软雅黑";
}

.title_a1 span {
  display: block;
  color: #2c2c2c;
  font: 500 14px/1.4em "微软雅黑";
  text-transform: uppercase;
}

.cp_sort1 {
  margin-top: 2em;
}

.cp_sort1 li {
  display: inline-block;
  width: 19%;
  margin-right: 0.5%;
}

.cp_sort1 li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #4a4a4a;
}

.cp_sort1 li a b {
  display: block;
  text-align: center;
  width: 29.2%;
  background: #383838;
  color: #ffffff;
  font: 500 35px/1em "宋体";
  padding: 0.5em 0 0;
}

.cp_sort1 li a b:after {
  content: "";
  display: block;
  width: 50%;
  margin: 0.5em auto;
  background: #fff;
  height: 1px;
}

.cp_sort1 li a .cp_ahah {
  width: calc(100% - 29.2%);
  text-align: center;
  padding: 6px 0 1em;
}

.cp_sort1 li a .cp_ahah i {
  display: block;
  line-height: 38px;
}

.cp_sort1 li a .cp_ahah h2 {
  color: #fff;
  font: 500 16px/1em "微软雅黑";
  margin-top: 0.6em;
}

.cp_sort1 li:hover a {
  background: #e71212;
}

.cp_sort1 li:hover b {
  background: #b31d1d;
}

.x-company-list1 {
  margin: 0 -15px;
  margin-top: 2.5em;
}

.x-company-list1 .owl-carousel .owl-stage-outer {
  padding-bottom: 1vw;
}

.x-company-list1 .owl-carousel .owl-nav .owl-prev, .x-company-list1 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 48.4%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/jhkhjga.png) no-repeat center;
  background-size: 100% 100%;
  width: 20px;
  height: 37px;
  font-size: 0;
  outline: none;
}

.x-company-list1 .owl-carousel .owl-nav .owl-prev {
  left: -4%;
}

.x-company-list1 .owl-carousel .owl-nav .owl-next {
  right: -4%;
  -webkit-transform: translateY(-50%) scale(-1);
      -ms-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}

.x-company-list1 .ghaghg a.img {
  display: block;
  margin: 0 15px;
  position: relative;
  -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.4);
  border-radius: 7%;
  overflow: hidden;
}

.x-company-list1 .ghaghg a.img:first-child {
  margin-bottom: 2em;
}

.x-company-list1 .ghaghg a.img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: gray(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.x-company-list1 .ghaghg a.img .wehnba {
  position: absolute;
  width: 100%;
  padding: 0 8%;
  left: 0;
  bottom: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(56, 56, 56, 0.6);
}

.x-company-list1 .ghaghg a.img .wehnba h2 {
  font: 500 16px/2em "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;    text-align: center;
}

.x-company-list1 .ghaghg a.img .wehnba p {
  font: 500 14px/3em "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.x-company-list1 .ghaghg a.img:hover img {
  -webkit-filter: none;
          filter: none;
}

@media (max-width: 990px) {
  .cont1 {
    padding: 2em 0 3em;
  }
  .x-company-list1 .owl-carousel .owl-stage-outer {
    padding-bottom: 1em;
  }
  .title_a1 {
    background: none;
  }
  .title_a1 h2 {
    font-size: 24px;
  }
  .title_a1 span {
    font-size: 12px;
  }
  .cp_sort1 li {
    width: auto;
    margin-bottom: 1em;
  }
  .cp_sort1 li a {
    padding: 0 1em;
  }
  .cp_sort1 li a b {
    display: none;
  }
  .cp_sort1 li a .cp_ahah {
    width: 100%;
    padding: 0.8em 0;
  }
  .cp_sort1 li a .cp_ahah i {
    display: none;
  }
  .cp_sort1 li a .cp_ahah h2 {
    margin-top: 0;
    font-size: 14px;
  }
  .x-company-list1 {
    margin-top: 1.5em;
  }
}

@media (max-width: 640px) {
  .cont1 {
    padding: 2em 0 0;
  }
  .x-company-list1 .ghaghg a.img .wehnba h2 {
    font-size: 14px;
  }
  .x-company-list1 .ghaghg a.img .wehnba p {
    font-size: 12px;
  }
  .cp_sort1 li a .cp_ahah h2 {
    font-size: 12px;
  }
  .title_a1 {
    background: none;
  }
  .title_a1 h2 {
    font-size: 22px;
  }
  .title_a1 span {
    font-size: 12px;
  }
}

.cont2 .title_a1 {
  margin: 3.5em auto 3em;
}

.cont2 .a2_v1 {
  background: url(../images/bj1.png) no-repeat center top;
  padding-top: 60px;
}

.cont2 .a2_v1 .a2_va1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont2 .a2_v1 .a2_va1 .a2_b1 {
  width: 23.25%;
}

.cont2 .a2_v1 .a2_va1 .a2_b1 .a2_list1 {
  background: #005297;
}

.cont2 .a2_v1 .a2_va1 .a2_b1 .a2_list1 li {
  padding: 14px;
}

.cont2 .a2_v1 .a2_va1 .a2_b1 .a2_list1 li + li {
  margin-top: 8px;
}

.cont2 .a2_v1 .a2_va1 .a2_b1 .a2_list1 li h2 a {
  display: block;
  color: #ffffff;
  font: 500 16px/2em "微软雅黑";
  background: url(../images/xa1.png) no-repeat left top;
}

.cont2 .a2_v1 .a2_va1 .a2_b1 .a2_list1 li p {
  color: #ffffff;
  font: 500 14px/1.6em "微软雅黑";
  visibility: hidden;
  max-height: 3.2em;
  overflow: hidden;
}

.cont2 .a2_v1 .a2_va1 .a2_b1 .a2_list1 li:hover {
  background: #e71212;
}

.cont2 .a2_v1 .a2_va1 .a2_b1 .a2_list1 li:hover h2 a {
  background: url(../images/xa2.png) no-repeat left center;
  padding-left: 10px;
}

.cont2 .a2_v1 .a2_va1 .a2_b1 .a2_list1 li:hover p {
  visibility: inherit;
}

.cont2 .a2_v1 .a2_va1 .a2_b2 {
  width: 72.25%;
}

.cont2 .a2_v1 .a2_va1 .a2_b2 .a2_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 54px;
  height: 188px;
}

.cont2 .a2_v1 .a2_va1 .a2_b2 .a2_list2 li {
  width: 25%;
  padding: 0 2%;
  text-align: center;
}

.cont2 .a2_v1 .a2_va1 .a2_b2 .a2_list2 li + li {
  background: url(../images/hgahg.png) no-repeat left top;
}

.cont2 .a2_v1 .a2_va1 .a2_b2 .a2_list2 li h3 {
  color: #fff;
  font: 500 14px/2.5em "微软雅黑";
}

.cont2 .a2_v1 .a2_va1 .a2_b2 .a2_list2 li p {
  color: #fff;
  font: 500 14px/1.5em "微软雅黑";
  margin-top: 1em;
  display: none;
}

.cont2 .a2_v1 .a2_va1 .a2_b2 .a2_list2 li:hover {
  -webkit-transform: translateY(-46px);
      -ms-transform: translateY(-46px);
          transform: translateY(-46px);
  background-position: left 46px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.cont2 .a2_v1 .a2_va1 .a2_b2 .a2_list2 li:hover p {
  display: block;
}

.cont2 .a2_v1 .a2_va1 .a2_b2 .abt_wenzz h2 {
  color: #000000;
  font: 500 16px/3em "微软雅黑";
}

.cont2 .a2_v1 .a2_va1 .a2_b2 .abt_wenzz .abt_agag {
  color: #6c6b6b;
  font: 500 14px/1.6em "微软雅黑";
}

.a2_v2_a2_list2 {
  padding: 2em 5%;
  background: url(../images/bj1.png) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.a2_v2_a2_list2 li {
  width: 25%;
  text-align: center;
  padding: 0 1.5%;
}

.a2_v2_a2_list2 li a.img {
  display: block;
  line-height: 54px;
}

.a2_v2_a2_list2 li h3 {
  color: #fff;
  font: 500 14px/2em "微软雅黑";
  padding: 0.5em 0;
}

.a2_v2_a2_list2 li p {
  color: #fff;
  font: 500 12px/1.5em "微软雅黑";
}

.a2_v2 .abt_wenzz h2 {
  color: #000000;
  font: 500 18px/3em "微软雅黑";
}

.a2_v2 .abt_wenzz .abt_agag {
  color: #6c6b6b;
  font: 500 12px/1.6em "微软雅黑";
}

@media (max-width: 990px) {
  .cont2 .title_a1 {
    margin: 1.5em auto 1em;
  }
}

@media (max-width: 640px) {
  .a2_v2_a2_list2 li {
    width: 50%;
    margin-top: 1em;
  }
}

.cont3 .title_a1 {
  padding: 2em 0 3em;
}

.cont3 .a3_v1 {
  background: url(../images/bja1.jpg) no-repeat center top;
  background-size: cover;
  padding: 1em 0 5em;
}

.x-case-list1 {
  margin: 0 -15px;
}

.x-case-list1 .owl-carousel .owl-nav .owl-prev, .x-case-list1 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 68%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/jhkhjga.png) no-repeat center;
  background-size: 100% 100%;
  width: 20px;
  height: 37px;
  font-size: 0;
  outline: none;
}

.x-case-list1 .owl-carousel .owl-nav .owl-prev {
  left: -4%;
}

.x-case-list1 .owl-carousel .owl-nav .owl-next {
  right: -4%;
  -webkit-transform: translateY(-50%) scale(-1);
      -ms-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}

.x-case-list1 .x-case-item1 {
  padding: 0 15px;
}

.x-case-list1 .x-case-item1 a.img {
  display: block;
}

.x-case-list1 .x-case-item1 a.img img {
  width: 100%;
}

.x-case-list1 .x-case-item1 .chhawen {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 5% 1.4em;
  border-bottom: 3px solid transparent;
  margin-bottom: 6px;
}

.x-case-list1 .x-case-item1 .chhawen h2 a {
  display: block;
  color: #333333;
  font: 500 16px/2em "微软雅黑";
  text-align: center;
}

.x-case-list1 .x-case-item1 .chhawen p {
  color: #aaaaaa;
  font: 500 14px/2em "微软雅黑";
  text-transform: uppercase;
}

.x-case-list1 .x-case-item1:hover .chhawen {
  background: #fff;
  border-bottom: 3px solid #b31d1d;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .cont3 .title_a1 {
    padding: 1.5em 0 1em;
  }
}

@media (max-width: 640px) {
  .cont3 .a3_v1 {
    padding: 1.5em 0;
  }
  .x-case-list1 .x-case-item1 .chhawen h2 a {
    font-size: 14px;
  }
  .x-case-list1 .x-case-item1 .chhawen p {
    font-size: 12px;
  }
}

.cont4 {
  margin-top: 3em;
}

.a4_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5em;
}

.a4_v1 .a4_list1 {
  width: 50%;
}

.a4_v1 .a4_list1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a4_v1 .a4_list1 li:nth-child(2) a.img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.a4_v1 .a4_list1 li a.img {
  width: 50%;
}

.a4_v1 .a4_list1 li a.img img {
  width: 100%;
}

.a4_v1 .a4_list1 li .wehhg {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6%;
}
.a4_v1 .a4_list1 li .wehhg a{
    color: #232323;
}
.a4_v1 .a4_list1 li .wehhg h2 {
  display: block;
  color: #232323;
  font: 500 16px/2em "微软雅黑";
}

.a4_v1 .a4_list1 li .wehhg h3 {
  color: #232323;
  font: 500 14px/1.3em "微软雅黑";
  margin-top: 0.8em;
}

.a4_v1 .a4_list2 {
  width: 50%;
}

.a4_v1 .a4_list2 li a.img {
  display: block;
  width: 100%;
  position: relative;
}

.a4_v1 .a4_list2 li a.img img {
  width: 100%;
}

.a4_v1 .a4_list2 li a.img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  opacity: 0;
}

.a4_v1 .a4_list2 li .wehhg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
}
.a4_v1 .a4_list2 li .wehhg a{
     color: #fff;
}
.a4_v1 .a4_list2 li .wehhg h2 {
  font: 500 16px/2em "微软雅黑";
}

.a4_v1 .a4_list2 li .wehhg h3 {
  font: 500 14px/2em "微软雅黑";
  margin-top: 1em;
}

.a4_v1 .a4_list2 li:hover a.img::after {
  opacity: 1;
}

.a4_v1 .a4_list2 li:hover .wehhg {
  opacity: 1;
}

.a4_list3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a4_list3 li:nth-child(2) a.img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.a4_list3 li a.img {
  width: 63.3333%;
}

.a4_list3 li a.img img {
  width: 100%;
}

.a4_list3 li .wehhg {
  width: calc(100% - 63.3333%);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7%;
}

.a4_list3 li .wehhg h2 {
  display: block;
  color: #232323;
  font: 500 16px/2em "微软雅黑";
}

.a4_list3 li .wehhg h3 {
  color: #232323;
  font: 500 14px/1.3em "微软雅黑";
  margin-top: 0.8em;
}

@media (max-width: 990px) {
  .cont4 {
    margin-top: 2em;
  }
  .a4_v1 {
    margin-top: 1.5em;
  }
  .a4_v1 .a4_list1, .a4_v1 .a4_list2 {
    width: 100%;
  }
  .a4_list3 li .wehhg {
    padding: 0 2%;
  }
}

@media (max-width: 768px) {
  .a4_v1 .a4_list1 li .wehhg h2 a, .a4_list3 li .wehhg h2 a {
    font-size: 14px;
  }
  .a4_v1 .a4_list1 li .wehhg h3, .a4_list3 li .wehhg h3 {
    font-size: 12px;
  }
  .a4_list3 li a.img {
    width: 100%;
  }
  .a4_list3 li .wehhg {
    width: 100%;
    padding: 1em 2%;
  }
  .a4_list3 li:nth-child(2) a.img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (max-width: 640px) {
  .a4_v1 .a4_list1 li .wehhg {
    padding: 0 3%;
  }
}

.hengga {
  background: url(../images/bja2.png) no-repeat center top;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em 0 3em;
  margin-top: 3vw;
}

.hengga .aggha_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hengga .aggha_v1 b {
  display: block;
  margin-left: 4%;
}

.hengga .aggha_v1 .hengtel {
  color: #fff;
  margin-right: 4%;
}

.hengga .aggha_v1 .hengtel p {
  font: 500 16px/2em "微软雅黑";
}

.hengga .aggha_v1 .hengtel i {
  font: 500 32px/1.5em "微软雅黑";
  font-style: italic;
}

@media (max-width: 1200px) {
  .hengga .aggha_v1 b {
    width: 50%;
  }
  .hengga .aggha_v1 b img {
    width: 100%;
  }
  .hengga .aggha_v1 .hengtel p {
    font-size: 14px;
  }
  .hengga .aggha_v1 .hengtel i {
    font-size: 28px;
  }
}

.cont5 {
  background: #fafafa;
  padding: 3em 0;
  margin-top: 3em;
}

.a5_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.7em;
}

.a5_v1 .a5_b1 {
  width: 64%;
  border: 1px solid #dedede;
}

.a5_v1 .a5_b1 .xw_tit {
  border-bottom: 1px solid #e71212;
}

.a5_v1 .a5_b1 .xw_tit .xw_ltta li {
  border-right: 1px solid #dedede;
  float: left;
}

.a5_v1 .a5_b1 .xw_tit .xw_ltta li a {
  display: block;
  color: #000000;
  font: 500 16px/50px "微软雅黑";
  padding: 0 3em;
}

.a5_v1 .a5_b1 .xw_tit .xw_ltta li.cur a {
  background: #e71212;
  color: #fff;
}

.a5_v1 .a5_b1 .xw_tit a.xw_moire {
  display: block;
  color: #000000;
  font: 500 14px/50px "微软雅黑";
  margin-right: 18px;
}

.a5_v1 .a5_b1 .xw_list1 {
  padding: 0 2.5% 2em;
}

.a5_v1 .a5_b1 .xw_list1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}

.a5_v1 .a5_b1 .xw_list1 li a.img {
  display: block;
  width: 33.1%;
}

.a5_v1 .a5_b1 .xw_list1 li a.img img {
  width: 100%;
}

.a5_v1 .a5_b1 .xw_list1 li .xw_nrw {
  width: 62.67%;
}

.a5_v1 .a5_b1 .xw_list1 li .xw_nrw h2 a {
  display: block;
  color: #000000;
  font: 500 16px/2em "微软雅黑";
  border-bottom: 1px solid #dedede;
  padding: 0.5em 0;
}

.a5_v1 .a5_b1 .xw_list1 li .xw_nrw h3 {
  color: #6c6b6b;
  font: 500 14px/1.5em "微软雅黑";
  margin-top: 1em;
}

.a5_v1 .a5_b1 .xw_list1 li .xw_nrw span {
  display: block;
  color: #6c6b6b;
  font: 500 14px/1.5em "微软雅黑";
  text-align: right;
  margin-top: 1em;
}

.a5_v1 .a5_b2 {
  width: 32.333%;
  border: 1px solid #dedede;
  padding: 0 5px;
  background: #fcfcfc;
}

.a5_v1 .a5_b2 .xw_tit2 {
  border-bottom: 1px solid #e71212;
}

.a5_v1 .a5_b2 .xw_tit2 h2 {
  color: #000000;
  font: 500 16px/50px "微软雅黑";
  display: inline-block;
  padding-left: 40px;
  background: url(../images/ahgfgfh.png) no-repeat 18px center;
}

.a5_v1 .a5_b2 .xw_tit2 a.xw_moire {
  color: #000000;
  font: 500 14px/50px "微软雅黑";
  margin-right: 8px;
}

.a5_v1 .a5_b2 .xw_list2 li {
  padding-bottom: 1em;
  margin-top: 1em;
  padding-top: 0.5em;
}

.a5_v1 .a5_b2 .xw_list2 li + li {
  border-top: 1px solid #dedede;
}

.a5_v1 .a5_b2 .xw_list2 li h2 {
  padding: 0.5em 0;
}

.a5_v1 .a5_b2 .xw_list2 li h2 b {
  display: block;
  color: #fff;
  font: 500 14px/28px "微软雅黑";
  text-align: center;
  width: 28px;
  background: #e71212;
  margin-left: 18px;
  float: left;
}

.a5_v1 .a5_b2 .xw_list2 li h2 a {
  display: block;
  color: #000000;
  font: 500 16px/28px "微软雅黑";
  float: left;
  width: calc(100% - 46px);
  padding-left: 0.8em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.a5_v1 .a5_b2 .xw_list2 li h3 p {
  display: block;
  color: #6c6b6b;
  font: 500 14px/1.5em "微软雅黑";
  width: calc(100% - 46px);
  float: left;
  padding-left: 0.8em;
}

.a5_v1 .a5_b2 .xw_list2 li h3 b {
  display: block;
  color: #fff;
  font: 500 14px/28px "微软雅黑";
  text-align: center;
  width: 28px;
  background: #2c2c2c;
  margin-left: 18px;
  float: left;
}

.tab {
  display: none;
}

@media (max-width: 1200px) {
  .a5_v1 .a5_b2 .xw_list2 li {
    margin-top: 0;
  }
}

@media (max-width: 990px) {
  .cont5 {
    padding: 2em 0;
    margin-top: 2em;
  }
  .a5_v1 {
    margin-top: 1.2em;
  }
  .a5_v1 .a5_b1 {
    width: 100%;
  }
  .a5_v1 .a5_b2 {
    width: 100%;
    margin-top: 1.5em;
  }
}

@media (max-width: 640px) {
  .a5_v1 .a5_b1 .xw_tit .xw_ltta li a {
    padding: 0 3vw;
  }
  .a5_v1 .a5_b1 .xw_tit .xw_ltta li a, .a5_v1 .a5_b2 .xw_tit2 a.xw_moire {
    font: 500 14px/34px "微软雅黑";
  }
  .a5_v1 .a5_b1 .xw_tit a.xw_moire {
    font: 500 12px/34px "微软雅黑";
  }
  .a5_v1 .a5_b1 .xw_list1 li .xw_nrw h2 a {
    padding: 0;
    font-size: 14px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
  .a5_v1 .a5_b1 .xw_list1 li .xw_nrw h3, .a5_v1 .a5_b1 .xw_list1 li .xw_nrw span {
    font-size: 12px;
  }
  .a5_v1 .a5_b2 .xw_tit2 h2 {
    font: 500 14px/34px "微软雅黑";
    background-size: 3px 20px;
    padding-left: 20px;
    background-position: 5px center;
  }
  .a5_v1 .a5_b2 .xw_list2 li h2 b, .a5_v1 .a5_b2 .xw_list2 li h3 b {
    font: 500 12px/20px "微软雅黑";
    width: 20px;
    margin-left: 0;
  }
  .a5_v1 .a5_b2 .xw_list2 li h2 {
    padding: 0.2em 0;
  }
  .a5_v1 .a5_b2 .xw_list2 li h2 a {
    font: 500 14px/20px "微软雅黑";
    width: calc(100% - 20px);
  }
  .a5_v1 .a5_b2 .xw_list2 li h3 p {
    font: 500 12px/1.5em "微软雅黑";
    width: calc(100% - 20px);
  }
}

.cont6 {
  margin-top: 3em;
}

.x-company-list1a {
  margin: 2.4vw -9px 0;
}

.x-company-list1a .owl-carousel .owl-nav .owl-prev, .x-company-list1a .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/hgahag.png) no-repeat center;
  background-size: 100% 100%;
  width: 17px;
  height: 29px;
  font-size: 0;
  outline: none;
}

.x-company-list1a .owl-carousel .owl-nav .owl-prev {
  left: -2.4%;
}

.x-company-list1a .owl-carousel .owl-nav .owl-next {
  right: -2.4%;
  -webkit-transform: translateY(-50%) scale(-1);
      -ms-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}

.x-company-list1a .x-company-itemas {
  padding: 0 9px;
}

.x-company-list1a .x-company-itemas a.img {
  display: block;
  font-size: 0;
  border: 1px solid #ff0000;
}

.x-company-list1a .x-company-itemas a.img img {
  width: 100%;
}

.x-company-list1a .x-company-itemas h2 a {
  display: block;
  text-align: center;
  font: 500 14px/3em "微软雅黑";
  color: #171717;
}

.x-company-list1a .x-company-itemas:hover h2 a {
  color: #ff0000;
}

@media (max-width: 990px) {
  .cont6 {
    margin-top: 2em;
  }
}

@media (max-width: 640px) {
  .cont6 {
    margin-top: 1.2em;
  }
  .x-company-list1a {
    margin: 1.2em -9px 0;
  }
  .x-company-list1a .x-company-itemas h2 a {
    font-size: 12px;
  }
}

.foot1 {
  background: #2c2c2c;
  padding: 2.5em 0 2em;
  border-top: 2px solid #e71212;
  margin-top: 2em;
}

.fo_vv1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d_nav1 {
  width: 66.666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d_nav1 > li {
  width: 14.28%;
}

.d_nav1 > li:first-child {
  display: none;
}

.d_nav1 > li > a {
  display: block;
  color: #ffffff;
  font: 500 16px/2em "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.d_nav1 > li .x-sub-menu1 {
  margin-top: 1em;
}

.d_nav1 > li .x-sub-menu1 li a {
  display: block;
  color: #ffffff;
  font: 500 14px/2em "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.f_link {
  font: 500 14px/1.5em "微软雅黑";
  margin-top: 1.5em;
  color: #fcfcfc;
}

.f_link a {
  color: #fcfcfc;
  padding-right: 5px;
}

.foot2 {
  color: #ffffff;
  font: 500 12px/1.9em "微软雅黑";
  padding: 1.6em 0;
  background: #171717;
  text-align: center;
}

.foot2 a {
  color: #ffffff;
}


.hhg_aa{
    background: url(../images/bjxga1.jpg) no-repeat center top;
    background-size: cover;
    padding: 3em 0;
    margin-top: 2em;
}
.sp_agga{
     display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sp_agga li{
    width: 20%;
    text-align: center;
}
.sp_agga li a.img{
    display: block;
    line-height: 90px;
}
.sp_agga li h3{
    color: #ffffff;
    font:500 16px/1.5em "微软雅黑";
    margin-top: 1em;
}
.sp_agga li h3 span{
  display: block;
}
.hhg_ab{
    background: #e7e7e7;
    padding: 2em 0;
}
.sp_agss {
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sp_agss li{
    width: 22%;
}
.sp_agss li a.img{
    display: block;
    position: relative;
}
.sp_agss li a.img img{
    width: 100%;
}
.sp_agss li a.img h3{
    width: 88%;
    position: absolute;
    left: 6%;
    top: 50%;
     transform: translateY(-50%);
     background: rgba(0,0,0,.75);
     text-align: center;
     font:500 16px/2.4em "微软雅黑";
     color: #fff;
}


@media (max-width: 1200px) {
  .d_logo {
    display: none;
  }
  .d_nav1 {
    width: 100%;
  }
}
@media (max-width: 960px) {
    .sp_agga li a.img{
        line-height:50px;
    }
    .sp_agga li a.img img{
        height:50px;
    }
    .sp_agga li h3{
        font-size:14px;
    }
    .sp_agss li a.img h3{
        font-size:12px;
    }
}
@media (max-width: 768px) {
  .foot1 {
    display: none;
  }
  .foot2 {
    margin-top: 1.2em;
    line-height: 1.5em;
  }
  .sp_agga li a.img{
        line-height:40px;
    }
    .sp_agga li a.img img{
        height:40px;
    }
    .sp_agga li h3{
        font-size:12px;
    }
  .sp_agga li{
      width:25%;
  }
  .sp_agss li{
      width:49%;
  }
}
