@charset "utf-8";
.new-top {
  background: #f4f4f4;
  line-height: 40px;
  font-size: 14px;
  color: rgba(85, 85, 85, 0.8);
}

.new-top p {
  margin-bottom: 0;
}

.new-top-link a {
  color: rgba(85, 85, 85, 0.8);
}

.new-top-link a:hover {
  color: #555555;
}

/*new-head*/
.new-head {
  padding: 1.04167% 0;
}

.new-logo {
  float: left;
  width: 75%;
}

.new-logo img {
  max-width: 100%;
}

.new-hot-line {
  float: right;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 70px;
  width: 25%;
}

.new-hot-line p {
  margin-bottom: 0;
}

.new-hot-line-title {
  font-size: 16px;
  color: rgba(8, 8, 8, 0.8);
}

.new-hot-line-num {
  font-size: 28px;
  color: #c80000;
}

/*new-menu-wrap*/
.new-menu-wrap {
  background: #004ea0;
  height: 55px;
}

.new-menu {
  float: left;
  width: 73.33333%;
}

.new-menu > li {
  float: left;
  width: 12.5%;
  position: relative;
}

.new-menu > li > a {
  display: block;
  line-height: 55px;
  font-size: 16px;
  color: #ffffff;
}

.new-menu > li:hover > a, .new-menu > li.active > a {
  color: #86bcf4;
}

.new-sub-menu {
  position: absolute;
  left: -40%;
  width: 150%;
  z-index: 99999;
  background: #004ea0;
  display: none;
}

.new-sub-menu > li > a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 2;
}

.new-sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
  .new-menu-wrap .new-menu > li:hover .new-sub-menu {
    display: block;
  }
}

.new-search {
  width: 25%;
  float: right;
  box-shadow: 0 0 15px white;
  height: 40px;
  margin-top: 7.5px;
  position: relative;
}

.new-search #keyword {
  padding-right: 70px;
  width: 100%;
  background: #fff;
  border: 1px solid #0c4fc4;
  padding: 0 10px;
  height: 40px;
  font-size: 14px;
  color: #d4d4d4;
}

.new-search #s_btn {
  height: 40px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #0c4fc4;
  color: #fff;
}

/*new-text-img*/
.new-text-img {
  padding: 3.125%;
}

.new-text-img-list {
  margin: 0 -20px;
}

.new-text-img-list .slick-slide {
  text-align: center;
  margin: 0 20px;
}

.new-text-img-list .slick-slide .icon {
  text-align: center;
  line-height: 115px;
  font-size: 0;
}

.new-text-img-list .slick-slide .icon img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.new-text-img-list .slick-slide h4 {
  font-size: 18px;
  color: #004ea0;
  margin: 15% 0 7.5% 0;
}

.new-text-img-list .slick-slide p {
  font-size: 14px;
  line-height: 1.714;
  color: #555555;
}

/*new-about*/
.new-about {
  margin: 5.20833% 0;
  position: relative;
}

.new-about-text {
  width: 45.83333%;
}

.new-about-text h3 {
  font-size: 37px;
  color: #004ea0;
}

.new-about-text p {
  font-size: 16px;
  line-height: 2.25;
  color: #555555;
}

.new-about-more {
  display: block;
  margin-top: 5.45455%;
}

.new-about-text .else-info {
  margin-top: 12.72727%;
}

.new-about-text .else-info .p1 {
  padding-left: 10px;
}

.new-about-text .else-info .p1 p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 22px;
  color: #b41e27;
}

.new-about-text .else-info .p1:before {
  content: url(../images/yht.png);
  margin: -7px 0 0 -10px;
  position: absolute;
}

.new-about-text .else-info .p1:after {
  content: url(../images/yhb.png);
  margin: 35px 0 0 0;
  position: absolute;
}

.new-about-text .else-info .p2 {
  position: relative;
  background: url(../images/phone1.png) left center no-repeat;
  padding-left: 65px;
  margin-left: 18.18182%;
}

.new-about-text .else-info .p2 p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 37px;
  color: #e60012;
}

.new-about-text .else-info .p2:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  background: #e60012;
  top: 50%;
  right: 105%;
}

.new-about-img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.new-about-img img {
  width: 100%;
}

/*new-product*/
.new-product {
  background: #eff0f2;
  padding: 2.60417%;
  margin-bottom: 20px;
}

.new-title h3 {
  text-align: center;
  font-size: 35px;
  color: #333333;
}

.new-product-sort-wrap {
  position: relative;
  margin: 1.66667% 0 5% 0;
}

.new-product-sort-wrap .new-product-sort-prev,
.new-product-sort-wrap .new-product-sort-next {
  position: absolute;
  width: 40px;
  height: 32px;
  margin-top: -16px;
  top: 50%;
  z-index: 9999;
}

.new-product-sort-wrap .new-product-sort-prev {
  left: 0;
  background: url(../images/ljt.png) center no-repeat;
}

.new-product-sort-wrap .new-product-sort-next {
  right: 0;
  background: url(../images/rjt.png) center no-repeat;
}

.new-product-sort-slick {
  margin: 0 40px;
}

.new-product-sort-slick .slick-slide {
  outline: none;
}

.new-product-sort-slick .slick-slide a {
  background: #fff;
  font-size: 16px;
  color: #555555;
  display: block;
  line-height: 45px;
  border: 1px solid #e6e6e6;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}

.new-product-sort-slick .slick-slide a:hover {
  color: #004ea0;
}

.new-product-lists {
  margin: 0 -12px;
}

.new-product-lists li {
  float: left;
  width: calc(33.3333% - 24px);
  margin: 0 12px 60px 12px;
}

.new-product-lists li .img {
  overflow: hidden;
}

.new-product-lists li .img img {
  transition: all .5s ease;
  width: 100%;
}

.new-product-lists li:hover .img img {
  transform: scale(1.1);
}

.new-product-lists li h4 {
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  background: #004ea0;
  margin-top: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.new-pro-more {
  text-align: center;
}

.new-pro-more a {
  display: inline-block;
  background: #fff;
  line-height: 45px;
  width: 190px;
  font-size: 14px;
  color: #5978b9;
}

/*new-goods*/
.new-goods {
  background: #fff;
  padding: 3.64583% 0;
}

.new-goods-left {
  float: left;
  width: 34.58333%;
}

.new-goods-left h3 {
  margin-bottom: 25px;
}

.new-goods-left img {
  max-width: 100%;
}

.new-goods-right {
  float: right;
  width: 62.5%;
  padding-top: 45px;
}

.new-goods-right li {
  margin-bottom: 25px;
}

.new-goods-right li .img {
  float: left;
  width: 16.15169%;
  margin-right: 30px;
}

.new-goods-right li .img img {
  width: 100%;
}

.new-goods-right li .text {
  padding-top: 13px;
  overflow: hidden;
}

.new-goods-right li .text h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}

.new-goods-right li .text p {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 0;
  height: 44px;
  overflow: hidden;
}

/*new-henfu*/
.new-henfu img {
  width: 100%;
}

/*new-flow*/
.new-flow img {
  width: 100%;
}

/*new-news*/
.new-news {
  padding: 3.125% 0;
}

.new-news-title {
  text-align: center;
  margin-bottom: 2.5%;
}

.new-news-title h3 {
  font-size: 40px;
  font-weight: bold;
  color: #d3d3d3;
}

.new-news-title h4 {
  font-size: 33px;
  font-weight: bold;
  color: #0048a4;
}

.new-news-list {
  padding: 0 3.33333%;
}

.new-news-list li {
  float: left;
  width: calc(33.3333% - 18px);
  margin: 0 9px;
}

.new-news-list li .img {
  display: block;
  overflow: hidden;
  position:relative;
  padding-bottom:70%;
}



.new-news-list li .img img {
  transition: all .5s ease;
  width: 100%;
  height:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
      object-fit: cover;
    object-position: center;
}

.new-news-list li .text-wrap {
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-top: none;
}

.new-news-list li .text {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.new-news-list li .text .date {
  float: left;
  margin-right: 30px;
  width: 85px;
  border-right: 1px solid #dddddd;
  text-align: center;
  font-size: 14px;
  color: #707070;
}

.new-news-list li .text .date strong {
  display: block;
  font-size: 30px;
  color: #000000;
}

.new-news-list li .text h3 {
  overflow: hidden;
  line-height: 62px;
}

.new-news-list li .text h3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000000;
  line-height: 1.2;
}

.new-news-list li .new-news-more {
  padding-top: 20px;
}

.new-news-list li .new-news-more span {
  font-size: 12px;
  color: #707070;
}

.new-news-list li .new-news-more img {
  float: right;
}

.new-news-list li:hover .img img {
  transform: scale(1.1);
}

.new-news-list li:hover .text-wrap,
.new-news-list li:hover .text {
  border-color: #004ea0;
}

.new-news-list li:hover .text-wrap .date,
.new-news-list li:hover .text .date {
  border-color: #004ea0;
}

.new-news-list li:hover .text-wrap h3 span,
.new-news-list li:hover .text h3 span {
  color: #004ea0;
}

/*new-tonglan*/
.new-tonglan {
  background: #004ea0;
  padding: 3.125% 0 1.5625% 0;
}

.new-tonglan .new-tl-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}

.new-tonglan .new-tl-title span {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}

.new-tonglan .new-tl-left {
  width: 20.83333%;
  float: left;
  margin-right: 4.16667%;
}

.new-tl-left-box {
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
}

.new-tl-left-box p {
  margin-bottom: 0;
}

.new-tonglan .new-tl-mid {
  width: 23.33333%;
  float: left;
}

.new-tl-mid-sort a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 2;
  width: 48%;
}

.new-tl-mid-sort a:hover {
  text-decoration: underline;
}

.new-tonglan .new-tl-right {
  width: 44.16667%;
  float: right;
}

.new-tonglan .new-tl-right img {
  max-width: 100%;
}

/*new-footer*/
.new-footer {
  padding: 10px 0;
  line-height: 20px;
  font-size: 14px;
  background: #1b62c4;
  color: #fff;
}

.new-footer a {
  color: #fff;
}

/* 手机站 */
@media (max-width: 1025px) {
  body {
    padding-top: 0 !important;
  }
  .new-hot-line {
    display: none;
  }
  .new-head .container {
    position: relative;
  }
  .new-nav-btn {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    right: 15px;
    background: url(../images/new_menu.png) center no-repeat;
  }
  .new-menu-wrap {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    height: auto;
    padding-bottom: 15px;
    display: none;
  }
  .new-menu {
    width: 100%;
  }
  .new-menu > li {
    width: 100%;
  }
  .new-menu > li > a {
    font-size: 14px;
    text-align: center;
    line-height: 35px;
  }
  .new-menu > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .new-search {
    width: 100%;
    height: 30px;
  }
  .new-search #keyword,
  .new-search #s_btn {
    height: 30px;
  }
  .new-about-text {
    width: 100%;
    margin-bottom: 15px;
  }
  .new-about-text h3 {
    font-size: 25px;
  }
  .new-about-text p {
    font-size: 14px;
  }
  .new-about-more {
    margin-top: 15px;
  }
  .new-about-text .else-info {
    display: none;
  }
  .new-about-img {
    position: static;
    width: 100%;
  }
  .new-title h3 {
    font-size: 25px;
  }
  .new-product-sort-slick .slick-slide a {
    line-height: 35px;
    font-size: 14px;
  }
  .new-product-lists {
    margin: 0 -7px;
  }
  .new-product-lists li {
    margin-bottom: 14px;
    width: calc(50% - 14px);
    margin: 0 7px 14px 7px;
  }
  .new-product-lists li h4 {
    font-size: 14px;
    line-height: 40px;
  }
  .new-pro-more a {
    line-height: 35px;
    width: 130px;
    font-size: 12px;
  }
  .new-goods-left {
    width: 100%;
  }
  .new-goods-left img {
    max-height: 50px;
  }
  .new-goods-left .img {
    display: none;
  }
  .new-goods-right {
    width: 100%;
    padding-top: 0;
  }
  .new-goods-right li .text {
    padding-top: 0;
  }
  .new-goods-right li .text h3 {
    font-size: 16px;
  }
  .new-goods-right li .text p {
    font-size: 12px;
    height: 40px;
  }
  .new-goods-right li .img {
    width: 60px;
    margin-right: 20px;
  }
  .new-news-title h3 {
    font-size: 20px;
  }
  .new-news-title h4 {
    font-size: 16px;
  }
  .new-news-list li {
    width: calc(100% - 18px);
    margin-bottom: 15px;
  }
  .new-news-list li .text .date strong {
    font-size: 20px;
  }
  .new-news-list li .text-wrap {
    padding: 10px;
  }
  .new-news-list li .text .date {
    margin-right: 15px;
  }
  .new-news-list li .text h3 {
    line-height: 48px;
  }
  .new-news-list li .text h3 span {
    font-size: 14px;
  }
  .new-news-list li .text {
    padding-bottom: 10px;
  }
  .new-news-list li .new-news-more {
    padding-top: 10px;
  }
  .new-tonglan .new-tl-left {
    width: 100%;
  }
  .new-tonglan .new-tl-mid,
  .new-tonglan .new-tl-right {
    display: none;
  }
}

.xypg-wrap .xymob-page-icon li {
  background: rgba(0, 78, 160, 0.7);
}

.xypg-banner img {
  width: 100%;
}

.xypg-right-content p img {
    height: auto !important;
    width: auto !important;
}

.mob-footer {
  display: none;
}

.mob-footer ul {
  display: flex;
  align-items: center;
  background: #004EA0;
}
.mob-footer ul li {
  flex: 25%;
  padding: 10px 0;
}

.mob-footer ul li i {
  display: block;
  height: 20px;
  background-size: auto 100% !important;
}
.mob-footer .icon1 {
  background: url(../images/icon1.png) center no-repeat;
}
.mob-footer .icon2 {
  background: url(../images/icon2.png) center no-repeat;
}
.mob-footer .icon3 {
  background: url(../images/icon3.png) center no-repeat;
}
.mob-footer .icon4 {
  background: url(../images/icon4.png) center no-repeat;
}
.mob-footer ul li span {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-top: 5px; 
  text-align: center;
}

@media (max-width: 720px) {
  .mob-footer {
    display: block;
  }
}