@charset "UTF-8";

p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.mx1400 {
  max-width: 1400px;
  margin: 0 auto;
}

/* 通用样式 */
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mx1400 {
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.head1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head1 .seo {
  color: #555555;
  font-size: 12px;
}

.head1 .seo a {
  color: #555555;
}

.head1 .head1r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 34.85714285714286%;
}

.head1 .head1r .tel {
  color: #555555;
  font-size: 0.9375vw;
  font-family: "Impact";
  padding-top: 8px;
}

.head1 .head1r .list_link {
  width: 15%;
}

.head1 .head1r .list_link .menu_list {
  display: none;
  position: absolute;
  top: 35px;
  z-index: 999;
}

.head1 .head1r .list_link .menu_list ul {
  background: #103b84;
  width: 300%;
}

.head1 .head1r .list_link .menu_list ul li {
  border-bottom: 1px solid #fff;
  padding: 0 5%;
}

.head1 .head1r .list_link .menu_list ul li:last-child {
  border-bottom: none;
}

.head1 .head1r .list_link .menu_list ul li a {
  display: block;
  color: #fff;
  line-height: 2;
}

.head1 .head1r .list_link:hover .link_list b {
  transform: rotate(180deg);
  transition: all 0.3s ease-in 0s;
}

.head1 .head1r .top_search {
  width: 35px;
  height: 35px;
}

.head1 .head1r .top_search .iconfont {
  background: url(//cdn.myxypt.com/44301534/21/04/abdb02754ab86805446f70eb1e00dfb7413ea0d3.png) no-repeat top center;
  width: 35px;
  height: 35px;
  display: block;
}

.head1 .head1r .top_search .iconfont.show {
  background: url(//cdn.myxypt.com/44301534/21/05/000610102d8ae77467c9656a18e1a0ae6455f0e0.png) no-repeat top center;
}

#formsearchs {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #004cbc;
  width: 85%;
}

#formsearchs input {
  height: 35px;
  background: none;
  border: none;
  line-height: 35px;
}

#formsearchs input#keyword {
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  color: #fff;
  font-size: 12px;
}

#formsearchs input#s_btn {
  width: 42px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
  padding: 0;
  background: #004cbc;
}

#formsearchs ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

#formsearchs ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

#formsearchs ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

#formsearchs ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}



.head2-bg {
  position: relative;
  z-index: 50;
}

.head2-bg .htss {
  position: absolute;
  left: 0;
  top: 100%;
  height: 30px;
  width: 100%;
}


.head2-bg .htss .xs {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  background-color: #103b84;
  border-top: 1px solid #fc4d00;
}

.head2-bg .htss .xs.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.head2-bg .head2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}


@media(max-width:1024px) {
  .head1 .head1r {
    width: 28.857143%;
  }
}

@media (mim-width: 1024px) {
.x-sub-menu {
  top:20px;
}
}


/**/
.product-bg {
  padding: 0 3.125vw;
  margin-bottom: 5.52083333333333vw;
}

.product-bg .product-index {
  margin-top: 4.94791666666667vw;
}

.product-bg .product-index .p-title {
  text-align: center;
}

.product-bg .product-index .p-title b {
  display: block;
  color: #333333;
  font-size: 2.08333333333333vw;
}

.product-bg .product-index .p-title span {
  display: block;
  text-transform: uppercase;
  color: #888888;
  font-size: 0.9375vw;
  padding-top: 5px;
}

.product-bg .product-index .product-roll {
  margin-top: 3.64583333333333vw;
}

.product-bg .product-index .product-roll .plist1 .slick-list {
  margin: 0 -19px;
}

.product-bg .product-index .product-roll .plist1 .img1 {
  border: 2px solid #e6e6e6;
  background: #f5f5f5;
}

.product-bg .product-index .product-roll .plist1 .slick-slide {
  outline: none;
  margin: 0 19px;
}

.product-bg .product-index .product-roll .plist1 .slick-slide:hover .img1 {
  border: 2px solid #103b84;
}

.product-bg .product-index .product-roll .plist1 .slick-slide img {
  display: inline-block;
  width: 100%;
}

.product-bg .product-index .product-roll .plist1 .wz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #103b84;
  margin-top: 9px;
  color: #fff;
  font-weight: bold;
  padding: 0 1.04166666666667vw;
  line-height: 2;
}

.product-bg .product-index .product-roll .plist1 .wz .w1 {
  font-size: 1.04166666666667vw;
}

.product-bg .product-index .product-roll .plist1 .wz .w2 {
  font-size: 1.04166666666667vw;
}

@media(max-width:767px) {
  .product-bg .product-index .p-title b {
    font-size: 20px;
  }

  .product-bg .product-index .p-title span {
    font-size: 16px;
  }

  .product-bg .product-index .product-roll .plist1 .wz .w1 {
    font-size: 14px;
  }

  .product-bg .product-index .product-roll .plist1 .wz .w2 {
    font-size: 14px;
  }
}


/**/
.business_1 {
  display: flex;
  justify-content: space-between;
}

.business_1 .img1 {
  width: 48.95833333333333vw;
}

.business_1 .img1 img {
  width: 100%;
}

.business_1 .text {
  background: #103b84;
  width: calc(100% - 51.04166666666667vw);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 3.125vw;
   padding-right: 3.125vw;
  color: #fff;
}

.business_1 .text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 2.08333333333333vw solid transparent;
  border-right: 1.5625vw solid #103b84;
  border-bottom: 2.08333333333333vw solid transparent;
  left: -1.5625vw;
  top: 50%;
  margin-top: -2.08333333333333vw;
}

.business_1 .text b {
  display: block;
  font-size: 2.08333333333333vw;
  margin-bottom: 2.34375vw;
}

.business_1 .text p {
  line-height: 2;
}

.business_2 {
  display: flex;
  justify-content: space-between;
  margin-top: 1.04166666666667vw;
}

.business_2 .text {
  background: #292929;
  width: 48.95833333333333vw;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 13.54166666666667vw;
  color: #fff;
}

.business_2 .text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 2.08333333333333vw solid transparent;
  border-left: 1.5625vw solid #292929;
  border-bottom: 2.08333333333333vw solid transparent;
  right: -1.5625vw;
  top: 50%;
  margin-top: -2.08333333333333vw;
}

.business_2 .text b {
  display: block;
  font-size: 2.08333333333333vw;
  margin-bottom: 2.34375vw;
}

.business_2 .text p {
  line-height: 2;
}

.business_2 .img1 {
  width: calc(100% - 51.04166666666667vw);
}

.business_2 .img1 img {
  width: 100%;
}


@media(max-width:767px) {
  .business_1 {
    display: block;
  }

  .business_1 .img1 {
    width: 100%;
  }

  .business_1 .text {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }

  .business_1 .text::before {
    display: none;
  }

  .business_1 .text b {
    font-size: 20px;
    padding-left: 2%;
    padding-top: 2%;
  }

  .business_1 .text p {
    font-size: 13px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .business_2 {
    display: block;
  }

  .business_2 .text {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }

  .business_2 .text::before {
    display: none;
  }

  .business_2 .text b {
    font-size: 20px;
    padding-left: 2%;
    padding-top: 2%;
  }

  .business_2 .text p {
    font-size: 13px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .business_2 .img1 {
    width: 100%;
  }
}


/**/
.tt {
  display: none;
}

.cpzx-bg {
  background: #f7f7f7;
  padding: 5.20833333333333vw 0;
}

.cpzx-bg .cpzx-index .p-title {
  text-align: center;
}

.cpzx-bg .cpzx-index .p-title b {
  display: block;
  color: #333333;
  font-size: 2.08333333333333vw;
}

.cpzx-bg .cpzx-index .p-title span {
  display: block;
  text-transform: uppercase;
  color: #888888;
  font-size: 0.9375vw;
  padding-top: 5px;
}

.cpzx-bg .cpzx-index .cpzx-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.60416666666667vw;
}

.cpzx-bg .cpzx-index .cpzx-con .cpl {
  width: 20.3125vw;
}

.cpzx-bg .cpzx-index .cpzx-con .cpl b {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 1.77083333333333vw;
  background: #103b84;
  border-bottom: 1px solid #fff;
  line-height: 2.35;
}

.cpzx-bg .cpzx-index .cpzx-con .cpl .psort {
  background: #2d2d2d;
}

.cpzx-bg .cpzx-index .cpzx-con .cpl .psort li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.45833333333333vw;
  line-height: 2.85;
}

.cpzx-bg .cpzx-index .cpzx-con .cpl .psort li.cur {
  background: #103b84;
}

.cpzx-bg .cpzx-index .cpzx-con .cpr {
  width: calc(100% - 20.3125vw);
}

.cpzx-bg .cpzx-index .cpzx-con .cpr .p-list2 {
  border: 1px solid #dedede;
  border-bottom: none;
  border-left: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cpzx-bg .cpzx-index .cpzx-con .cpr .p-list2 li {
  width: 33.333%;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #dedede;
}

.cpzx-bg .cpzx-index .cpzx-con .cpr .p-list2 li a {
  display: block;
}

.cpzx-bg .cpzx-index .cpzx-con .cpr .p-list2 li a .img1 img {
  width: 100%;
}

.cpzx-bg .cpzx-index .cpzx-con .cpr .p-list2 li a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #f2f2f2;
  color: #444444;
  line-height: 2;
  font-size: 1.04166666666667vw;
  opacity: 0;
}

.cpzx-bg .cpzx-index .cpzx-con .cpr .p-list2 li:hover a h3 {
  opacity: 1;
}

@media(max-width:767px) {
  .cpzx-bg .cpzx-index .p-title b {
    font-size: 20px;
  }

  .cpzx-bg .cpzx-index .p-title span {
    font-size: 16px;
  }

  .cpzx-bg .cpzx-index .cpzx-con {
    display: block;
  }

  .cpzx-bg .cpzx-index .cpzx-con .cpl {
    width: 100%;
  }

  .cpzx-bg .cpzx-index .cpzx-con .cpl b {
    font-size: 18px;
  }

  .cpzx-bg .cpzx-index .cpzx-con .cpl .psort li {
    display: inline-block;
    width: 48%;
  }

  .cpzx-bg .cpzx-index .cpzx-con .cpl .psort li a {
    font-size: 14px;
  }

  .cpzx-bg .cpzx-index .cpzx-con .cpr {
    width: 100%;
  }

  .cpzx-bg .cpzx-index .cpzx-con .cpr .p-list2 li {
    width: 50%;
  }
}







/**/
.home_about_bg2 {
  background: rgba(16, 59, 132, 0.8);
  padding-top: 5.20833333333333vw;
}

.home_about {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.home_vr {
  text-align: center;
}

.home_vr a img {
  max-width: 100%;
}

.home_about_text {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3.02083333333333vw;
}

.home_about_text .g_title {
  text-align: center;
  font-size: 2.08333333333333vw;
  padding-top: 2.34375vw;
  padding-bottom: 1.5625vw;
  color: #FFFFFF;
  font-weight: bold;
}

.home_about_text .text_a {
  padding: 0 10.71428571428571%;
  margin-bottom: 2.86458333333333vw;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.home_about_text .more_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_about_text .a_more {
  border: 1px solid #fff;
  width: 140px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 2.5;
  margin: 0 1.5625vw;
}

.home_about_num {
  background: rgba(6, 42, 104, 0.9);
}

.home_about_num .home_about_num_index {
  max-width: 1400px;
  margin: 0 auto;
}

.home_about_num .home_about_num_index .c2-con ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_about_num .home_about_num_index .c2-con ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 25%;
  text-align: center;
  padding: 2.60416666666667vw 0;
}

.home_about_num .home_about_num_index .c2-con ul li:last-child {
  border-right: none;
}

.home_about_num .home_about_num_index .c2-con ul li .count-title {
  display: inline-block;
  color: #fff;
  font-family: "Impact";
  font-size: 2.60416666666667vw;
}

.home_about_num .home_about_num_index .c2-con ul li dt {
  display: inline-block;
  color: #fff;
  font-family: "Impact";
  font-size: 2.60416666666667vw;
}

.home_about_num .home_about_num_index .c2-con ul li p {
  color: #ffffff;
  font-size: 1.14583333333333vw;
}

@media(max-width:767px) {
  .home_about_num .home_about_num_index .c2-con ul {
    flex-wrap: wrap;
  }

  .home_about_num .home_about_num_index .c2-con ul li {
    width: 50%;
  }

  .home_about_num .home_about_num_index .c2-con ul li .count-title {
    font-size: 18px;
  }

  .home_about_num .home_about_num_index .c2-con ul li p {
    font-size: 14px;
  }
}

/**/
.ad-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
  height: 36.45833333333333vw;
  overflow: hidden;
}

.ad-index .adl {
  width: 50%;
}

.ad-index .adl img {
  width: 100%;
}

.ad-index .adr {
  width: 50%;
}

.ad-index .adr .adr1 img {
  width: 100%;
}

.ad-index .adr .adr2 {
  position: relative;
}

.ad-index .adr .adr2 .wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 3.54166666666667%;
  padding-right: 13.54166666666667%;
}

.ad-index .adr .adr2 .wz b {
  display: block;
  color: #0b3368;
  font-size: 2.08333333333333vw;
  margin-bottom: 1.82291666666667vw;
}

.ad-index .adr .adr2 .wz p {
  color: #444444;
  font-size: 0.83333333333333vw;
  line-height: 2;
}


@media(max-width:767px) {
  .ad-index {
    display: block;
    height: auto;
  }

  .ad-index .adl {
    width: 100%;
  }

  .ad-index .adr {
    width: 100%;
  }

  .ad-index .adr .adr2 .wz {
    padding: 0 4%;
  }

  .ad-index .adr .adr2 .wz b {
    font-size: 20px;
  }

  .ad-index .adr .adr2 .wz p {
    font-size: 14px;
  }
}



/**/
.adimg-index {
  margin-top: 4.16666666666667vw;
}

.adimg-index .adimg-index-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adimg-index .adimg-index-list li {
  width: 48%;
}

.adimg-index .adimg-index-list li h3 {
  color: #444444;
  font-size: 2.08333333333333vw;
}

.adimg-index .adimg-index-list li .img1 {
  padding: 1.04166666666667vw 0;
  padding-left: 2.08333333333333%;
}

.adimg-index .adimg-index-list li .img1 img {
  max-width: 100%;
}

.adimg-index .adimg-index-list li .img2 img {
  max-width: 100%;
}

.adimg-index .adimg-index-list li:nth-of-type(2) .img1 {
  text-align: right;
  padding-left: 0;
  padding-right: 2.08333333333333%;
}

.adimg-index .adimg-index-list li:nth-of-type(2) h3 {
  text-align: right;
}

/**/
.gczs-index {
  display: flex;
  margin-top: 5.20833333333333vw;
}

.gczs-index .gczsl {
  width: 50%;
  position: relative;
}

.gczs-index .gczsl .img img {
  max-width: 100%;
}

.gczs-index .gczsl h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  color: #2c2c2c;
  font-size: 1.35416666666667vw;
  line-height: 2.307692307692308;
  text-align: center;
}

.gczs-index .gczsr {
  width: 50%;
}

.gczs-index .gczsr .gczsr1 {
  display: flex;
}

.gczs-index .gczsr .gczsr1 .img1 img {
  max-width: 100%;
}

.gczs-index .gczsr .gczsr1 .img2 {
  position: relative;
}

.gczs-index .gczsr .gczsr1 .img2 img {
  max-width: 100%;
}

.gczs-index .gczsr .gczsr1 .img2 h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  color: #2c2c2c;
  font-size: 1.35416666666667vw;
  line-height: 2.307692307692308;
  text-align: center;
}

.gczs-index .gczsr .gczsr2 {
  display: flex;
}

.gczs-index .gczsr .gczsr2 .img1 {
  position: relative;
}

.gczs-index .gczsr .gczsr2 .img1 img {
  max-width: 100%;
}

.gczs-index .gczsr .gczsr2 .img1 h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  color: #2c2c2c;
  font-size: 1.35416666666667vw;
  line-height: 2.307692307692308;
  text-align: center;
}

.gczs-index .gczsr .gczsr2 .img2 {
  position: relative;
}

.gczs-index .gczsr .gczsr2 .img2 img {
  max-width: 100%;
}

.gczs-index .gczsr .gczsr2 .img2 h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  color: #2c2c2c;
  font-size: 1.35416666666667vw;
  line-height: 2.307692307692308;
  text-align: center;
}

/**/
.news-index {
  margin-top: 4.6875vw;
  margin-bottom: 4.94791666666667vw;
}

.news-index .n-title {
  text-align: center;
}

.news-index .n-title b {
  display: block;
  color: #333333;
  font-size: 2.08333333333333vw;
}

.news-index .n-title span {
  display: block;
  text-transform: uppercase;
  color: #888888;
  font-size: 0.9375vw;
  padding-top: 5px;
}

.news-index .news-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.6875vw;
}

.news-index .news-con .newsl {
  width: 67.85714285714286%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .news-con .newsl .news-company {
  width: 48.5%;
}

.news-index .news-con .newsl .news-company .n-list1 li {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
}

.news-index .news-con .newsl .news-company .n-list1 li .img1 {
  position: relative;
}

.news-index .news-con .newsl .news-company .n-list1 li .img1 img {
  max-width: 100%;
}

.news-index .news-con .newsl .news-company .n-list1 li .img1 .nt1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.20833333333333vw;
  height: 30px;
  background: #b4b4b4;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.news-index .news-con .newsl .news-company .n-list1 li .wz {
  background: #ebebeb;
  padding: 1.04166666666667vw 1.5625vw;
}

.news-index .news-con .newsl .news-company .n-list1 li .wz a {
  display: block;
  font-weight: bold;
  color: #444444;
  font-size: 1.25vw;
}

.news-index .news-con .newsl .news-company .n-list1 li .wz .wen {
  color: #888888;
  font-size: 0.72916666666667vw;
  line-height: 2;
  padding: 1.14583333333333vw 0;
}

.news-index .news-con .newsl .news-company .n-list1 li .wz .date {
  color: #b1b1b1;
  font-size: 12px;
}

.news-index .news-con .newsl .news-company .n-list1 li:hover .img1 .nt1 {
  background: #103b84;
}

.news-index .news-con .newsl .news-company .n-list1 li:hover .wz a {
  color: #103b84;
}

.news-index .news-con .newsl .news-industry {
  width: 48.5%;
}

.news-index .news-con .newsl .news-industry .n-list1 li {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
}

.news-index .news-con .newsl .news-industry .n-list1 li .img1 {
  position: relative;
}

.news-index .news-con .newsl .news-industry .n-list1 li .img1 img {
  max-width: 100%;
}

.news-index .news-con .newsl .news-industry .n-list1 li .img1 .nt1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.20833333333333vw;
  height: 30px;
  background: #b4b4b4;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.news-index .news-con .newsl .news-industry .n-list1 li .wz {
  background: #ebebeb;
  padding: 1.04166666666667vw 1.5625vw;
}

.news-index .news-con .newsl .news-industry .n-list1 li .wz a {
  display: block;
  font-weight: bold;
  color: #444444;
  font-size: 1.25vw;
}

.news-index .news-con .newsl .news-industry .n-list1 li .wz .wen {
  color: #888888;
  font-size: 0.72916666666667vw;
  line-height: 2;
  padding: 1.14583333333333vw 0;
}

.news-index .news-con .newsl .news-industry .n-list1 li .wz .date {
  color: #b1b1b1;
  font-size: 12px;
}

.news-index .news-con .newsl .news-industry .n-list1 li:hover .img1 .nt1 {
  background: #103b84;
}

.news-index .news-con .newsl .news-industry .n-list1 li:hover .wz a {
  color: #103b84;
}

.news-index .news-con .newsr {
  width: 29.64285714285714%;
  background: #ebebeb;
  padding-bottom: 1.8vw;
}

.news-index .news-con .newsr .n-list3 .nt1 {
  width: 5.20833333333333vw;
  height: 30px;
  background: #b4b4b4;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.news-index .news-con .newsr .n-list3 li {
  margin-top: 1.5625vw;
}

.news-index .news-con .newsr .n-list3 li .wz {
  background: #ebebeb;
  padding: 0 1.5625vw;
}

.news-index .news-con .newsr .n-list3 li .wz a {
  display: block;
  font-weight: bold;
  color: #444444;
  font-size: 1.04166666666667vw;
  padding-bottom: 10px;
}

.news-index .news-con .newsr .n-list3 li .wz .wen {
  color: #888888;
  font-size: 0.72916666666667vw;
  line-height: 2;
  padding: 0.525vw 0;
}

.news-index .news-con .newsr .n-list3 li .wz .date {
  color: #b1b1b1;
  font-size: 12px;
}

.news-index .news-con .newsr .n-list3 li:hover .wz a {
  color: #103b84;
}

@media(max-width:1024px) {
  .news-index .news-con .newsl .news-company .n-list1 li .img1 .nt1 {
    width: 100px;
  }

  .news-index .news-con .newsl .news-industry .n-list1 li .img1 .nt1 {
    width: 100px;
  }

  .news-index .news-con .newsr .n-list3 .nt1 {
    width: 100px;
  }

  .news-index .news-con .newsr .n-list3 li .wz .wen {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}


@media(max-width:767px) {
  .news-index .n-title b {
    font-size: 20px;
  }

  .news-index .n-title span {
    font-size: 16px;
  }

  .news-index .news-con {
    display: block;
  }

  .news-index .news-con .newsl {
    width: 100%;
  }

  .news-index .news-con .newsl .news-company .n-list1 li .wz a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .news-index .news-con .newsl .news-company .n-list1 li .wz .wen {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
  }

  .news-index .news-con .newsr {
    width: 100%;
    margin-top: 5%;
  }

  .news-index .news-con .newsl .news-industry .n-list1 li .wz a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .news-index .news-con .newsl .news-industry .n-list1 li .wz .wen {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
  }

  .news-index .news-con .newsr .n-list3 li .wz a {
    font-size: 16px;
  }

  .news-index .news-con .newsr .n-list3 li .wz .wen {
    font-size: 14px;
  }
}


/**/
.foot-bg {
  background: #103b84;
  padding-top: 2.60416666666667vw;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .footl {
  width: 52.14285714285714%;
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .footl dl {
  width: 25%;
}

.foot-bg .foot-index .footl dl dt {
  color: #f7f7f7;
  font-size: 1.25vw;
  padding-bottom: 1.04166666666667vw;
}

.foot-bg .foot-index .footl dl dd a {
  display: block;
  color: #efefef;
  line-height: 2;
  font-size: 0.9375vw;
}

.foot-bg .foot-index .foot-xian {
  width: 3.5%;
}

.foot-bg .foot-index .foot-xian img {
  max-width: 100%;
}

.foot-bg .foot-index .footr {
  width: 44.28571428571429%;
}

.foot-bg .foot-index .footr .footr1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-bg .foot-index .footr .footr1 .flx {
  width: 66.5%;
}

.foot-bg .foot-index .footr .footr1 .flx .flx1 {
  color: #f7f7f7;
  font-size: 1.5625vw;
  font-family: "Impact";
  background: url(//cdn.myxypt.com/44301534/21/05/ef581c42f10e3bf8861dbd6089b16bd26fc7e0a3.png) no-repeat left center;
  background-size: 29px 25px;
  padding: 0.48125vw 0;
  padding-left: 12.5%;
}

.foot-bg .foot-index .footr .footr1 .flx .flx2 p {
  color: #efefef;
  line-height: 2;
  font-size: 0.9375vw;
}

.foot-bg .foot-index .footr .footr1 .ferq img {
  max-width: 100%;
}

.foot-bg .foot-index .footr .footr1 .ferq h4 {
  color: #e4e4e4;
  text-align: center;
  font-size: 0.72916666666667vw;
  line-height: 3;
}

.foot-bg .foot-index .footr .footr2 {
  margin-top: 3.125vw;
  color: #c5c5c5;
}

.foot-bg .foot-index .footr .footr2 a {
  color: #c5c5c5;
  padding-right: 3%;
}

.foot-bg .foot-logo {
  text-align: right;
  padding: 1.30208333333333vw 0;
}

.foot-bg .foot-logo img {
  max-width: 100%;
}

.cop-bg {
  background: #032c71;
  border-top: 1px solid #40629d;
  color: #e4e4e4;
  padding: 1.04166666666667vw 0;
}

.cop-bg a {
  color: #e4e4e4;
}

/*phone底部导航*/

li {
  list-style: none;
}

.q_d_m {
  float: left;
  width: 100%;
  height: 50px;
}

.pf_down {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  background: #191919;
  z-index: 999;
  border-top: 1px solid #fff;
}

.pf_down li {
  width: 33.333333%;
  float: left;
  text-align: center;
  padding: 7px 0 4px 0;
  border-right: 1px solid #fff;
}

.pf_down li .ico7 {
  width: 100%;
  float: left;
  height: 20px;
}

.pf_down li .d_name {
  width: 100%;
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.pf_down li.l1 .ico7 {
  background: url(//cdn.myxypt.com/44301534/21/05/6b1fad38cd6006adca9d53a2858f19df0e97be29.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
  background: url(//cdn.myxypt.com/44301534/21/05/7cfd2c9b338ea982023c6aecf217b41d3aeb75bc.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
  background: url(//cdn.myxypt.com/44301534/21/05/bd3028a72400cd2670d60d7a03805f8643e4cd15.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
  border: none;
}


@media(max-width:767px) {


  .foot-bg .foot-index {
    display: block;
  }

  .foot-bg .foot-index .footl {
    width: 100%;
  }

  .foot-bg .foot-index .footl dl dt {
    font-size: 15px;
  }

  .foot-bg .foot-index .footl dl dd a {
    font-size: 13px;
  }

  .foot-bg .foot-index .foot-xian {
    display: none;
  }

  .foot-bg .foot-index .footr {
    width: 100%;
  }

  .foot-bg .foot-index .footr .footr1 .flx .flx1 {
    font-size: 16px;
  }

  .foot-bg .foot-index .footr .footr1 .flx .flx2 p {
    font-size: 14px;
  }

  .foot-bg .foot-index .footr .footr1 .ferq h4 {
    font-size: 14px;
  }

  .foot-bg .foot-logo {
    text-align: center;
  }

  .cop-bg {
    padding-bottom: 15%;
  }
}