﻿@font-face {
  font-family: 'kaiti';
  src: url("http://www.xinyanghg.cn/fonts/kaiti.otf");
}

@font-face {
  font-family: 'iconfont';
  /* Project id 2529211 */
  src: url('../font/font_2529211_qrkab1oom4.woff2') format('woff2'),
    url('../font/font_2529211_qrkab1oom4.woff') format('woff'),
    url('../font/font_2529211_qrkab1oom4.ttf') format('truetype');
}

body {
  font-size: 15px;
  font-family: "YaHei" !important;
  word-break: break-all;
  overflow-x: hidden;
}

.kaiti {
  font-family: "kaiti";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clear {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
  visibility: hidden;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none !important;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Arial", sans-serif;
}

h3 {
  line-height: 1.5;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

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

p {
  font-size: 15px;
  line-height: 1.5;
  color: #666;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding-inline-start: 0;
}

ul li {
  list-style: none;
}

ul li:last-child {
  margin-right: 0 !important;
}


.fl {
  float: left;
}

.fr {
  float: right;
}




/*.banner{height: 100vh;}*/
.banner {
  --swiper-navigation-color: #0a74d4;
  /* 单独设置按钮颜色 */
}

.banner.active {
  height: initial;
}

.banner.swiper-container {
  --swiper-theme-color: #000000;
}

.banner.swiper-container .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  background: #abafac;
}

.banner .swiper-slide img {
  width: 100%;
  /* height: 100%; */
}

.banner .my-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  margin: 0 5px;
}

.banner .swiper-pagination-bullet-active {
  background: #0a74d4 !important;
}

/*.banner.swiper-container .swiper-pagination-bullet{border:2px solid #4F9DFF;}*/

.header-top {
  padding: 0 0 15px;
  background-position: center;
}

.header-top .langtop {
  padding: 10px 0;
  margin-bottom: 15px;
  background-color: #F6F6F6;
}

.header-top .langtop .tit {
  float: left;
  margin: 0;
  font-size: 14px;
  color: #666;
}

.header-top .langtop .lang {
  float: right;
  font-size: 14px;
  color: #666;
}

.header-top .langtop .lang a {
  font-size: 14px;
  color: #949393;
  display: inline-flex;
  align-items: center;
}

.header-top .langtop .lang i {
  font-size: 17px;
  margin: 0 5px;
  color: #333;
}

.header-top .topflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .header-info {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-right: auto;
}

.header-top .header-info .top_line {
  height: 80%;
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.header-top .header-info .top_line img {
  width: 100%;
  height: 100%;
}

.header-top .header-info .logo {
  margin-right: 25px;
}

.header-top .header-info .header-tit {
  padding-left: 25px;
}

.header-top .header-info .header-tit p:nth-of-type(1) {
  font-size: 24px;
  color: #3B3B3B;
  line-height: 1;
  margin-bottom: 15px;
}

.header-top .header-info .header-tit p:nth-of-type(2) {
  font-size: 18px;
  color: #3B3B3B;
  line-height: 1;
}

.header-top .header-info .header-tit p:nth-of-type(2) i {
  color: #0a74d4;
  margin: 0 2px;
}

.header-top .header-tel p {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

.header-top .header-tel i {
  font-size: 38px;
  color: #000;
  margin-right: 5px;
  margin-top: 3px;
}

/*.header .nav{background:linear-gradient(0deg, #128566, #0a74d4, #0a74d4, #37B593);}*/
.header .nav {
  background: #0a74d4;
}

.header .nav-list {
  display: flex;
  position: relative;
}

.header .nav-list a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.header .nav-list .nav-list-a {
  width: calc(100%/7);
}

.header .nav-list .nav-list-a>a.active {
  color: #fff;
  border-bottom: 2px solid #fff;
  /* background: #fff;
  color: #000; */
}

.header .nav-list .nav-list-a:hover>a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.header .nav-list .nav-list-a .nav-list-b {
  position: absolute;
  z-index: 99;
  background: rgba(39, 39, 39, 0.8);
  display: none;
}

.header .nav-list .nav-list-a .nav-list-b a {
  display: block;
  text-align: initial;
  padding: 15px 20px;
  justify-content: space-between;
}

.search-box {
  padding: 20px 0;
}

.search-box .search-list {
  padding: 5px 0;
  font-size: 16px;
}

.search-box .search-list a {
  margin: 0 10px;
}

.search-box .search-keyword {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.search-box .search-keyword input[name="keyword"] {
  border: 0;
  width: 470px;
  outline: none;
  padding: 10px 20px;
  border-left: 1px solid #ddd;
}

.search-box.page {
  box-shadow: 0 -15px 35px #999;
  margin-bottom: 10px;
}

.search-box.page .search-keyword input[name="keyword"] {
  border: 0;
  border-radius: 50px;
  background-color: #E5E5E5;
}

.icon-indsearch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -7%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 100%;
}

.icon-indsearch a {
  font-size: 21px;
  width: 40px;
  font-weight: bold;
  height: 100%;
  line-height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0 50% 50% 0;
  background-color: #0a74d4;
}

.index-about {}

.index-about .inda-box {
  padding: 40px;
  border-bottom: 10px solid #0a74d4;
  margin-top: 40px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
}

.index-about .inda-box .inda-img {
  width: 500px;
}

.index-about .inda-box .inda-info {
  width: calc(100% - 500px - 40px);
  margin-left: 40px;
}

.index-about .inda-box .inda-info p {
  margin-bottom: 30px;
  /* text-indent: 2em; */
  text-align: justify;
}

.index-about .inda-box .inda-info p:nth-of-type(2) {
  text-indent: 2em;
}

.index-about .inda-box .inda-info img {
  display: block;
  margin: auto;
}

.index-about .inda-zubox {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.index-about .inda-zubox .inda-shuzu {}

.index-about .inda-zubox .inda-shuzu .inda-shu {
  font-size: 56px;
  display: flex;
  line-height: 1;
  color: #0a74d4;
  justify-content: center;
  margin-bottom: 20px;
}

.index-about .inda-zubox .inda-shuzu .inda-shu span {
  font-size: 18px;
  margin-left: 10px;
  color: #333;
}

.index-about .inda-zubox .inda-shuzu .inda-zhi {
  font-size: 36px;
  line-height: 1;
  color: #333;
}

.index-page-tit {
  margin-top: 70px;
  text-align: center;
}

.index-page-tit p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  color: #4a4848;
}

.index-page-tit p img {
  margin: 0 20px;
  display: none;
}

.index-page-tit span {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  background: url(../image/tit_bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 100px;
}

.index-page-titbai {
  text-align: center;
}

.index-page-titbai p {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.index-page-titbai span {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 10px;
}


.index-product {
  background-color: #F6F6F6;
}

.index-product .indp-nav {
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
  align-items: center;
}

.index-product .indp-nav .big_tit {
  width: 157px;
  padding: 25px 20px;
  background-color: #0a74d4;
  color: #fff;
  font-size: 18px;
}

.index-product .indp-nav .big_tit i {
  margin-right: 15px;
}

.index-product .indp-nav .tit_list {
  width: calc(100% - 157px);
  padding: 25px 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.index-product .indp-nav .tit_list .tit {
  /* margin-right: 20px; */
  width: 10%;
  text-align: center;
}

.index-product .indp-nav .tit_list .pro_more {
  float: right;
}

.index-product .indp-box {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-product .indp-box:after {
  content: "";
  display: block;
  width: calc(96%/3);
}

.index-product .indp-box .indp-list {
  width: calc(96%/3);
  margin-bottom: 35px;
  background-color: #fff;
}

.index-product .indp-box .indp-list .img {
  padding: 30px;
  height: 310px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-product .indp-box .indp-list .img img {
  max-height: 100%;
}

.index-product .indp-box .indp-list p {
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
  color: #000;
}

.index-product .indp-box .indp-list:hover p {
  background-color: #0a74d4;
  color: #fff;
}

.index-other1 .indo1-box {
  margin-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.index-other1 .indo1-box:after {
  content: "";
  display: block;
  width: calc(97%/4);
}

.index-other1 .indo1-box .indo1-list {
  width: calc(97%/4);
  background-color: #fff;
}

.index-other1 .indo1-box .indo1-list .img {
  margin-top: 30px;
}

.index-other1 .indo1-box .indo1-list p:nth-of-type(1) {
  font-size: 24px;
  color: #333;
  margin-bottom: 0;
}

.index-other1 .indo1-box .indo1-list p:nth-of-type(2) {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.index-other1 .indo1-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.index-other1 .indo1-bot .p1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.index-other1 .indo1-bot .tel_box {
  display: flex;
  align-items: center;
}

.index-other1 .indo1-bot .tel_box .tel_box_fl {
  float: left;
  margin-right: 70px;
  display: flex;
  align-items: center;
}

.index-other1 .indo1-bot .tel_box .tel_box_fl i {
  font-size: 38px;
  margin-right: 20px;
}

.index-other1 .indo1-bot .tel_box .tel_box_fl .tit p:nth-of-type(1) {
  font-size: 14px;
  margin-bottom: 0;
}

.index-other1 .indo1-bot .tel_box .tel_box_fl .tit p:nth-of-type(2) {
  font-size: 24px;
}

.index-other1 .indo1-bot .tel_box .tel_a {
  float: right;
  font-size: 18px;
  color: #fff;
  background-color: #0a74d4;
  border-radius: 20px;
  padding: 10px 20px;
}

.index-bgbox {
  display: flex;
  align-items: center;
  background-color: #0a74d4;
}

.index-bgbox .bgimg {
  width: 50%;
}

.index-bgbox .bgbox {
  width: 50%;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.index-bgbox .bgbox .bg-tit {
  font-size: 48px;
  font-weight: bold;
}

.index-bgbox .bgbox .img {
  margin: 30px 0;
}

.index-bgbox .bgbox .bg-f_body {
  font-size: 22px;
  line-height: 1.5;
}

.index-other2 .indo2-box {
  margin-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.index-other2 .indo2-box:after {
  content: "";
  display: block;
  width: calc(97%/4);
}

.index-other2 .indo2-box .indo2-list {
  width: calc(97%/4);
  background-color: #fff;
}

.index-other2 .indo2-box .indo2-list p:nth-of-type(1) {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding: 15px 0;
}

.index-other2 .indo2-box .indo2-list img {
  display: block;
  width: 100%;
}

.index-other2 .indo2-box .indo2-list p:nth-of-type(2) {
  font-size: 18px;
  color: #333;
  text-align: center;
  background-color: #F6F6F6;
  line-height: 2;
  padding: 20px 0;
}

.index-brand .indb-box {
  background-image: url(../image/brand_bg.jpg);
  margin-top: 100px;
  position: relative;
}

.index-brand .indb-box .indb-list {
  position: relative;
}

.index-brand .indb-box .indb-list .img {
  width: 50%;
}

.index-brand .indb-box .indb-list .indb-info {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 525px;
  transform: translate(-50%, -50%);
}

.index-brand .indb-box .indb-list .indb-info.fl {
  left: 32%;
}

.index-brand .indb-box .indb-list .indb-info.fr {
  left: 68%;
}

.index-brand .indb-box .indb-list .indb-info .indb-tit {
  margin-bottom: 40px;
}

.index-brand .indb-box .indb-list .indb-info .indb-tit p {
  color: #fff;
  line-height: 1;
}

.index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(1) {
  font-size: 66px;
}

.index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(2) {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(3) {
  font-size: 30px;
  font-weight: bold;
}

.index-brand .indb-box .indb-list .indb-info .indb-f_body {
  font-size: 16px;
  color: #fff;
}

.index-brand .indb-box #myTab {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translate(-50%, 0);
  border-bottom: 0;
  background-color: #fff;
  width: 1200px;
  box-shadow: 0 10px 15px #eee;
}

.index-brand .indb-box .nav-tabs>li>a {
  border: 0;
  border-radius: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 30px;
}

.index-brand .indb-box .nav-tabs>li.active>a,
.index-brand .indb-box .nav-tabs>li.active>a:hover,
.index-brand .indb-box .nav-tabs>li.active>a:focus {
  color: #333;
  background-color: #F0F0F0;
  border: 0;
  border-radius: 0;
  margin-right: 0;
}

.index-brand .indb-box .nav-tabs li {
  width: calc(100%/4);
  text-align: center;
  display: block;
}

.index-brand .indb-box .nav-tabs a {
  display: block;
}

.index-brand .indb-box .nav-tabs a .img {
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 10px;
}

.index-partner {
  /*margin-top: 70px;*/
}

.indpart-swiper {
  width: 100%;
  height: 456px;
  margin-left: auto;
  margin-right: auto;
  margin: 40px 0;
  padding: 0 20px;
}

.indpart-swiper .swiper-slide {
  height: calc((100% - 20px) / 2);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 2px solid #797979;
  border-radius: 10px;
}

.indpart-swiper .swiper-slide img {
  height: 100%;
  padding: 16px;
}

.index-model {
  background-image: url(../image/bg1.png);
}

.index-model .indm-list {
  padding: 40px 0 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 90%;
  margin: auto;
}

.index-model .indm-list .indm-box {
  background-image: url(../image/model_bg.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 410px;
  height: 350px;
  padding: 55px 80px;
  text-align: center;
}

.index-model .indm-list .indm-box .indm-tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.index-model .indm-list .indm-box .indm-f_body {
  color: #666;
}

.index-model .indm-list .indm-center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 410px;
  height: 350px;
}

.index-news {
  padding-bottom: 75px;
  background-color: #F6F6F6;
}

.index-news .indn-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 65px;
}

.index-news .indn-box .indn-box-fl {
  width: 787px;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
}

.index-news .indn-box .indn-box-fr {
  width: calc(100% - 787px - 28px);
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
}

.index-news .indn-box .nav-tabs>li>a {
  margin-right: 0;
  border: 0;
  border-radius: 0;
  font-size: 22px;
  color: #333;
  padding: 18px 55px;
}

.index-news .indn-box .nav-tabs>li.active>a,
.index-news .indn-box .nav-tabs>li.active>a:hover,
.index-news .indn-box .nav-tabs>li.active>a:focus {
  background-color: #0a74d4;
  color: #fff;
}

.index-news .indn-box .tab-content {
  padding: 20px;
}

.index-news .indn-box .tab-content .indn-dan {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}

.index-news .indn-box .tab-content .indn-dan .indn-dan-img {
  width: 355px;
}

.index-news .indn-box .tab-content .indn-dan .indn-dan-info {
  width: calc(100% - 355px - 35px);
  margin-left: 35px;
}

.index-news .indn-box .tab-content .indn-dan .indn-dan-info .tit {
  font-size: 18px;
}

.index-news .indn-box .tab-content .indn-dan .indn-dan-info .f_body {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 40px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.index-news .indn-box .tab-content .indn-dan .indn-dan-info a {
  display: inline-block;
  font-size: 14px;
  padding: 14px 40px;
  background-color: #0a74d4;
  color: #fff;
}

.index-news .indn-box .tab-content .indn-duo {
  margin: 40px 0;
}

.index-news .indn-box .tab-content .indn-duo a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.index-news .indn-box .tab-content .indn-duo a .dian {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  background-color: #D0D0D0
}

.index-news .indn-box .tab-content .indn-duo a span {
  float: right;
}

.index-news .indn-box .indn-box-fr .tit {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 18px;
}

.index-news .indn-box .indn-box-fr .info .info_box {
  padding: 20px 20px 40px 20px;
  border-bottom: 1px solid #EFEFEF;
}

.index-news .indn-box .indn-box-fr .info .info_box a {
  display: block;
  margin-bottom: 30px;
}

.index-news .indn-box .indn-box-fr .info .info_box a:nth-of-type(2) {
  margin-bottom: 0;
}

.index-news .indn-box .indn-box-fr .info .info_box a p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.index-news .indn-box .indn-box-fr .info .info_box a p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.index-news .indn-box .indn-box-fr .info .info_list {
  padding: 20px;
}

.index-news .indn-box .indn-box-fr .info .info_list a {
  line-height: 2;
  font-size: 16px;
  color: #666;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.index-news .indn-box .indn-box-fr .info .info_list a .dian {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  background-color: #D0D0D0
}


.index-aboth {
  position: relative;
}

/*.index-aboth::before{ content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0, 0, 0, 0.5);}*/
/*.index-aboth .indao-box{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 9;}*/
.index-aboth .indao-box {
  background-image: url(http://www.xinyanghg.cn/images/indaobg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.index-aboth .indao-box .indao-info {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 160px;
  font-size: 16px;
  color: #666;
}

.index-aboth .indao-box .indao-zizhi {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  margin-bottom: 70px;
}

.index-aboth .indao-box .indao-zizhi .nav-tabs {
  border-bottom: 0;
}

.index-aboth .indao-box .indao-zizhi .nav-tabs>li>a {
  border: 0;
  border-radius: 0;
  margin-right: 0;
  padding: 20px 25px;
}

.index-aboth .indao-box .indao-zizhi .nav-tabs>li.active>a,
.index-aboth .indao-box .indao-zizhi .nav-tabs>li.active>a:hover,
.index-aboth .indao-box .indao-zizhi .nav-tabs>li.active>a:focus {
  background-color: #0a74d4;
  color: #fff;
}

.index-aboth .indao-box .indao-zizhi .tab-content {
  margin-top: 20px;
}

.index-aboth .indao-box .indao-zizhi .tab-content>.active {
  display: flex;
  flex-wrap: wrap;
}

.index-aboth .indao-box .indao-zizhi .tab-content>.active .tol_list {
  width: calc(96%/4);
  margin-right: 1%;
  margin-bottom: 20px;
  text-align: center;
}

.index-aboth .indao-box .indao-zizhi .tab-content>.active .tol_list:nth-of-type(4n) {
  margin-right: 0;
}

.index-aboth .indao-box .indao-zizhi .tab-content>.active .tol_list .img {
  background-color: #fff;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.06);
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-aboth .indao-box .indao-zizhi .tab-content>.active .tol_list .img img {
  max-height: 100%;
}

.index-aboth .indao-box .indao-zizhi .tab-content>.active .tol_list p {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}



.dao {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  padding: 35px 0 15px;
  border-bottom: 1px dashed #e4e4e4;
}

.dao a {
  font-size: 14px;
  color: #666;
}

.dao span {
  margin: 0 5px;
}

.dao:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 16px;
  background-color: #0a74d4;
  margin-right: 5px;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 20px;
}

.page-nav a {
  width: calc(100%/5);
  background-color: #EFEFED;
  text-align: center;
  color: #666;
  padding: 18px 0;
  position: relative;
}

.page-nav a:last-of-type {
  border: 0;
}

.page-nav a.active {
  background-color: #0a74d4;
  color: #fff;
}

.page-nav a:hover {
  background-color: #0a74d4;
  color: #fff;
}

.page-nav a i {
  display: none;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  border-bottom-color: white;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.page-nav a.active i {
  display: block;
}

.page-nav a:hover i {
  display: block;
}

.page-tit {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

.page-tit a {
  background-color: #0a74d4;
  color: #fff;
  padding: 15px 30px;
}

.page-about .pagea-box {}

.page-about .pagea-box .pagea-info {
  /* display: flex; */
}

.page-about .pagea-box .pagea-info .pagea-f_body {
  margin-top: 40px;
  margin-bottom: 75px;
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}

.page-about .pagea-box .pagea-info .pagea-f_body img {
  display: block;
  margin: auto;
}

.page-about .pagea-aboth {
  padding: 60px 0 105px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.page-about .pagea-aboth .pagea-shuzu {
  color: #0a74d4;
  text-align: center;
}

.page-about .pagea-aboth .pagea-shuzu .pagea-shu {
  font-size: 60px;
  font-weight: bold;
}

.page-about .pagea-aboth .pagea-shuzu .pagea-shu span {
  font-size: 35px;
  position: absolute;
}

.page-about .pagea-aboth .pagea-shuzu .pagea-zhi {
  font-size: 20px;
  color: #666;
}

.page-about .pagea-list-box {
  display: flex;
  flex-wrap: wrap;
}

.page-about .pagea-list-box .pagea-list .pagea-list-img {
  cursor: zoom-in;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-about .pagea-list-box .pagea-list .pagea-list-img img {
  max-height: 100%;
}

.page-about .pagea-list-box .pagea-list {
  width: calc(97%/4);
  margin-right: 1%;
  margin-bottom: 10px;
  text-align: center;
  border: 2px solid #f0f0f0;
}

.page-about .pagea-list-box .pagea-list:nth-of-type(4n) {
  margin-right: 0;
}

.page-about .pagea-list-box .pagea-list p {
  background-color: #f0f0f0;
  color: #666;
  padding: 10px 0;
}

.page-about .pagea-list-box .pagea-list:hover {
  border: 2px solid #0a74d4;
}

.page-about .pagea-list-box .pagea-list:hover p {
  background-color: #0a74d4;
  color: #fff;
}

.pagelist-tit-box {
  width: 240px;
  margin-right: 30px;
}

.pagelist-tit-box .pagelist-tit {
  padding: 28px 35px;
  background-color: #0a74d4;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.pagelist-tit-box .pagelist-tit-a {
  display: block;
  padding: 17px 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F2F2;
  border-top: 2px solid #fff;
}

.pagelist-tit-box .pagelist-tit-a.active {
  background-color: #0a74d4;
  color: #fff;
}

.pagelist-tit-box .pagelist-tit-a.active i {
  color: #fff;
}

.pagelist-tit-box .pagelist-tit-a:hover {
  background-color: #0a74d4;
  color: #fff;
}

.pagelist-tit-box .pagelist-tit-a:hover i {
  color: #fff;
}

.pagelist-tit-box .pagelist-tit-a i {
  font-size: 12px;
  color: #0a74d4;
  margin-left: 45px;
}

.pagelist-tit-box .pagelist-img {
  width: 100%;
}

.pagelist-tit-box .pagelist-tel {
  padding: 25px;
  background-color: #0a74d4;
  color: #fff;
  text-align: center;
}

.pagelist-tit-box .pagelist-tel .pagelist-tel1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagelist-tit-box .pagelist-tel .pagelist-tel1 span {
  font-size: 16px;
}

.pagelist-tit-box .pagelist-tel .pagelist-tel2 {
  font-size: 28px;
  font-weight: bold;
}

.icon-listtel {
  font-size: 36px;
  color: #fff;
  margin-right: 15px;
}

.pagelist-list-box {
  /* width: calc(100% - 240px - 30px); */
}

.page-product {
  margin-top: 15px;
  margin-bottom: 20px;
}

.page-product .pagep-list-tit {
  font-size: 24px;
  color: #0a74d4;
  border-bottom: 1px solid #0a74d4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.page-product .pagep-prolist {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.page-product .pagep-list {
  /* width: calc(96%/3);
  margin-right: 2%; */
  width: 23%;
  margin-right: 2.65%;
  border: 1px solid #DEDEDE;
  margin-bottom: 20px;
  display: flex;
  /* align-content: flex-end; */
  flex-direction: column;
  align-items: center;
}

.page-product .pagep-list:hover {
  border: 1px solid #0a74d4;
}

.page-product .pagep-list:nth-of-type(4n) {
  margin-right: 0;
}

.page-product .pagep-list .pagep-list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
}

.page-product .pagep-list .pagep-list-img img {
  max-height: 100%;
}

.page-product .pagep-list p {
  padding: 20px 0;
  color: #000;
}

.page-product .pagep-list:hover p {
  color: #0a74d4;
}

.page-product .pagep-nolist {
  display: block;
  text-align: center;
}

.page-product .pagep-nolist p {
  font-size: 30px;
  font-weight: bold;
  color: #666;
}

.page-product .pagelist-info-box {
  /* width: calc(100% - 240px - 30px); */
  width: 100%;
}

.page-product .pagelist-pro-box {
  border: 1px solid #EEEEEE;
  padding: 15px;
  display: flex;
  margin-bottom: 40px;
}

.page-product .pagelist-pro-box .pagelist-pro-swiper {
  border: 1px solid #EEEEEE;
  /* width: calc(100% - 465px - 30px); */
  width: 30%;
  padding: 50px 0;
  margin-left: initial;
  text-align: center;
}

.page-product .pagelist-pro-box .pagelist-pro-swiper .swiper-button-next.swiper-button-grey {
  right: 2px
}

.page-product .pagelist-pro-box .pagelist-pro-swiper .swiper-button-prev.swiper-button-grey {
  left: 2px;
}

.page-product .pagelist-pro-box .pagelist-pro-swiper .swiper-pagination {
  width: initial;
  right: 10px;
  left: initial;
  letter-spacing: -2px;
}

.page-product .pagelist-pro-box .pagelist-pro-info {
  /* width: 465px; */
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.page-product .pagelist-pro-box .pagelist-pro-info .bigtit {
  display: block;
  width: 100%;
}

.page-product .pagelist-pro-box .pagelist-pro-info .bigtit .tit {
  font-size: 30px;
  padding: 15px 0;
  margin-bottom: 15px;
  line-height: 1;
  border-bottom: 1px solid #F2F2F2;
  color: #000;
}

.page-product .pagelist-pro-box .pagelist-pro-info .bigtit .f_body {
  font-size: 16px;
}

.page-product .pagelist-pro-box .pagelist-pro-info .pagelist-pro-tel {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 2px solid #E6E6E6;
}

.page-product .pagelist-pro-box .pagelist-pro-info .pagelist-pro-tel .pagelist-pro-telzu {
  display: flex;
  align-items: center;
}

.page-product .pagelist-pro-box .pagelist-pro-info .pagelist-pro-tel .pagelist-pro-telzu .icon-indtel {
  font-size: 36px;
  margin-right: 14px;
}

.page-product .pagelist-pro-box .pagelist-pro-info .pagelist-pro-tel .pagelist-pro-telzu p:nth-of-type(1) {
  font-size: 16px;
  line-height: 1;
}

.page-product .pagelist-pro-box .pagelist-pro-info .pagelist-pro-tel .pagelist-pro-telzu p:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.page-product .pagelist-pro-box .pagelist-pro-info .pagelist-pro-tel .pagelist-pro-tela {
  color: #fff;
  background-color: #0a74d4;
  font-size: 18px;
  padding: 12px 20px;
}

.page-product .pro_zbody img {
  display: block;
  margin: auto;
}

.page-product .pro_bigtit {
  border-bottom: 2px solid #F2F2F2;
}

.page-product .pro_bigtit p {
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 2px solid #0a74d4;
  color: #000;
}

.page-product .pagelist-info-box .pagep-prolist {
  margin: 35px 0 70px;
}

.page-news {
  margin-top: 15px;
  margin-bottom: 20px;
}

.page-news .pagen-newslist {
  display: flex;
  flex-wrap: wrap;
}

.page-news .pagen-list {
  width: 100%;
  border: 1px solid #DEDEDE;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 12px;
  justify-content: space-between;
}

.page-news .pagen-list:hover {
  border: 1px solid #0a74d4;
}

.page-news .pagen-list:nth-of-type(3n) {
  margin-right: 0;
}

.page-news .pagen-list .pagen-list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  max-width: 300px;
}

.page-news .pagen-list .pagen-list-info {
  width: calc(100% - 300px - 20px);
}

.page-news .pagen-list .pagen-list-info .tit {
  font-size: 18px;
}

.page-news .pagen-list .pagen-list-info .f_body {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.page-news .pagen-list .pagen-list-info .more_btn {
  padding: 7px 17px;
  background-color: #B6B6B6;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  float: right;
}

.page-news .pagen-list:hover .pagen-list-info .more_btn {
  background-color: #0a74d4;
}

.page-news .pagen-list:hover p {
  color: #0a74d4;
}

.pages {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pages ul {
  text-align: center;
}

.pages ul li {
  display: inline-block;
  margin-right: 5px;
}

.pages ul a {
  color: #666;
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
}

.pages ul a.page-num {
  margin-right: 10px;
}

.pages ul a.page-num:last-of-type {
  margin-right: 5px;
}



.pages ul a.page-num-current {
  color: #fff;
  background: #0a74d4;
  border: 1px solid #0a74d4;
}

.pages ul a.active {
  color: #fff;
  background: #0a74d4;
  border: 1px solid #0a74d4;
}

.pages ul a:hover {
  color: #fff;
  background: #0a74d4;
  border: 1px solid #0a74d4;
}

.page-partner .pagepart-list-box {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 60px;
}

.page-partner .pagepart-list-box .pagepart-list {
  width: 195px;
  height: 195px;
  margin-right: 4%;
  text-align: center;
  margin-bottom: 20px;
}

.page-partner .pagepart-list-box .pagepart-list:nth-of-type(5n) {
  margin-right: 0;
}

.page-partner .pagepart-list-box .pagepart-list .pagepart-list-img {
  border: 2px solid #797979;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*cursor: zoom-in;*/
}

.page-partner .pagepart-list-box .pagepart-list .pagepart-list-img img {
  height: 100%;
}

.page-partner .pagepart-list-box .pagepart-list p {
  margin: 20px 0;
  color: #333;
}


.map {
  border: 1px solid #DFDFDF;
  margin-bottom: 50px;
}

.page-brand .pagebr-list-box {
  padding: 40px 0 20px;
}

.page-brand .pagebr-list-box .pagebr-list {
  margin-bottom: 40px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-brand .pagebr-list-box .pagebr-list .pagebr-list-img {
  width: 49%;
  display: inline-block;
}

.page-brand .pagebr-list-box .pagebr-list .pagebr-list-info {
  width: 49%;
  display: inline-block;
  padding: 0 45px;
}

.page-brand .pagebr-list-box .pagebr-list .pagebr-list-info .tit {
  font-size: 30px;
  margin-bottom: 28px;
  color: #333;
}

.page-brand .pagebr-list-box .pagebr-list .pagebr-list-info .f_body {
  font-size: 16px;
  color: #666;
}

.page-news_show .pagelist-info-box {
  /* width: calc(100% - 240px - 35px); */
}

.page-news_show .pagelist-info-box .news_bigtit {
  text-align: center;
  padding: 40px 0 10px;
  border-bottom: 1px solid #E5E5E5;
}

.page-news_show .pagelist-info-box .news_bigtit p {
  font-size: 24px;
  margin-bottom: 30px;
}

.page-news_show .pagelist-info-box .news_bigtit span {
  font-size: 14px;
  color: #999;
  margin: 0 5px;
}

.page-news_show .pagelist-info-box .news_zbody {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 45px 0 25px;
}

.page-news_show .pagelist-info-box .news_zbody img {
  padding: 30px 0;
  display: block;
  margin: auto;
}

/*.page-news_show .pagelist-tit-box {margin-right:initial; margin-left: 35px;}*/

.part {
  position: relative;
  padding: 10px 0;
  border-top: 6px solid #f5f5f5;
  border-bottom: 1px solid #272727;
}

.part .partpn {
  display: flex;
  align-items: center;
}

.part .partpn:nth-of-type(1) {
  padding-bottom: 20px;
}

.part .partpn .partpna {
  padding: 5px;
  color: #fff;
  background-color: #a2a2a2;
}

.part .partpn .partpn_tit {
  display: inline-block;
  margin-left: 15px;
}

.part .part_line {
  border-top: 1px dashed #a2a2a2;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.tagbox {
  margin: 15px 0 80px;
}

.tagbox a,
.tagbox span {
  color: #666;
  font-size: 16px;
}

.tagback {
  color: #fff;
  padding: 8px;
  font-size: 16px;
  background-color: #272727;
}

.tagback:hover {
  color: #fff;
}

.pagea-message-box {
  background-image: url(http://www.xinyanghg.cn/images/msg_bg.jpg);
  background-size: cover;
  padding: 40px 200px 50px;
  margin-bottom: 100px;
}

.pagea-message-box label {
  display: block;
  margin-bottom: 15px;
  display: flex;
}

.pagea-message-box label.input {
  align-items: center;
}

.pagea-message-box label span {
  color: #FF0000;
}

.pagea-message-box label p {
  display: inline-block;
  margin-bottom: 0;
  color: #666;
  width: 85px;
  margin-right: 10px;
  text-align: right;
}

.pagea-message-box label input {
  font-size: 14px;
  color: #666;
  padding: 10px;
  border: 1px solid #DFDFDF;
  font-weight: 100;
  width: 605px;
}

.pagea-message-box label textarea {
  font-size: 14px;
  color: #666;
  padding: 10px;
  border: 1px solid #DFDFDF;
  font-weight: 100;
  width: 605px;
  height: 95px;
}

.pagea-message-box label .submit {
  width: initial;
  color: #fff;
  background-color: #0a74d4;
  padding: 12px 32px;
}

.page-contact .pagecont-list-box {
  margin: 35px 0;
  display: flex;
  align-items: center;
}

.page-contact .pagecont-list-box .cont_info {
  width: 50%;
  float: left;
  border-right: 1px solid #D6D6D6;
}

.page-contact .pagecont-list-box .cont_info .tit {
  font-size: 24px;
  color: #3B3B3B;
  font-weight: bold;
  margin-bottom: 40px;
}

.page-contact .pagecont-list-box .cont_info .cont_box {
  font-size: 16px;
  color: #3B3B3B;
  line-height: 2;
}

.page-contact .pagecont-list-box .cont_other {
  width: 50%;
  float: right;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box .iconfont {
  font-size: 50px;
  color: #0a74d4;
  margin-right: 10px;
}

.page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box .cont_oth1_info p {
  line-height: 1;
}

.page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box .cont_oth1_info p:nth-of-type(1) {
  font-size: 18px;
  color: #666;
}

.page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box .cont_oth1_info p:nth-of-type(2) {
  font-size: 25px;
  color: #0a74d4;
  font-weight: bold;
}

.page-contact .pagecont-list-box .cont_other .cont_oth1>a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 14px;
  border-radius: 50px;
  border: 1px solid #0a74d4;
  color: #0a74d4;
}

.page-contact .pagecont-list-box .cont_other .cont_oth2 {
  width: 138px;
}


.page-model .pagemo-list-box {
  margin-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.page-model .pagemo-list-box:after {
  content: "";
  display: block;
  width: calc(97%/4);
}

.page-model .pagemo-list-box .pagemo-list {
  width: calc(97%/4);
  background-color: #fff;
}

.page-model .pagemo-list-box .pagemo-list p:nth-of-type(1) {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  background-color: #0a74d4;
  padding: 15px 0;
}

.page-model .pagemo-list-box .pagemo-list img {
  display: block;
  width: 100%;
}

.page-model .pagemo-list-box .pagemo-list p:nth-of-type(2) {
  font-size: 18px;
  color: #333;
  text-align: center;
  background-color: #F6F6F6;
  line-height: 2;
  padding: 20px 0;
}

.pagemo-shili-box {
  position: relative;
  background-color: #F6F6F6;
  margin-top: 50px;
}

.pagemo-shili-box .pagemo-shili-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0;
  padding: 10px 0 30px;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili {
  width: 505px;
  background-color: #fff;
  margin-bottom: 40px;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-info {
  padding: 30px 35px 20px 35px;
  height: 250px;
  overflow-y: hidden;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-info .tit {
  font-size: 30px;
  color: #0a74d4;
  font-weight: bold;
  margin-bottom: 30px;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-info .f_body {
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-img img {
  width: 100%;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili-line_box {
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 95%;
  display: flex;
  flex-wrap: wrap;
  width: 25px;
  justify-content: center;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili-line_box .pagemo-shili-line {
  width: 1px;
  height: 100%;
  background-color: #BDBDBD;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili-tit_box {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 95%;
  display: flex;
  flex-wrap: wrap;
  width: 110px;
  justify-content: center;
  align-content: space-around;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili-tit_box .pagemo-shili-tit {
  width: 110px;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  background-color: #313131;
  border-radius: 50%
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili-tit_box .pagemo-shili-tit p:nth-of-type(1) {
  font-size: 33px;
  color: #B2B2B2;
  font-weight: bold;
  margin-bottom: 0;
}

.pagemo-shili-box .pagemo-shili-list .pagemo-shili-tit_box .pagemo-shili-tit p:nth-of-type(2) {
  font-size: 18px;
  color: #FFFBFB;
}

.page-model .pagemo-liuc-box {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
}

.page-model .pagemo-liuc-box .pagemo-liuc {
  width: 95%;
  height: 83%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span {
  width: calc(90%/5);
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span:nth-of-type(5n) {
  margin-right: 0;
}

.page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span.san {
  width: 19%;
}

.page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span span {
  font-size: 50px;
  color: #fff;
  width: 80%;
  text-align: center;
}

.page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span.san span {
  width: 75%;
}

.btnbox {
  border: 1px solid #0a74d4;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 5px 10px 25px;
  font-weight: bold;
  margin: 80px 0 100px;
}

.btnbox span {
  color: #242424;
  font-size: 24px;
}

.btnbox a {
  color: #242424;
  font-size: 18px;
  padding: 10px 18px;
  background-color: #0a74d4;
  color: #fff;
  border-radius: 25px;
  margin-left: 20px;
}

.footer {
  background: #2D2D2D;
  color: #fff;
  width: 100%;
}

.footer .footer-box {
  padding: 55px 0 55px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  border-bottom: 1px solid #3A3A3A;
}

.footer .footer-box .footer-ewm {
  max-width: 120px;
}

.footer .footer-box .footer-tit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 53px;
  margin-top: -5px;
}

.footer .footer-info p {
  color: #fff;
}

.footer .footer-box .footer-xtit {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.footer .footer-box .footer-xtit i {
  font-size: 25px;
  margin-right: 15px;
}

.footer .footer-box .footer-ewm .ewm-img {
  margin-bottom: 22px;
}

.footer .footer-box .footer-ewm .footer-etit {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: -4px;
}

.footer .footer-box .footer-ewm .footer-etit i {
  font-size: 22px;
}

.footer .footer-f_body {
  color: #A7A7A7;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
}

.footer .footer-f_body a {
  color: #A7A7A7;
}

.footer-other {
  background-color: #3A3A3A;
  text-align: center;
  color: #A7A7A7;
  font-size: 12px;
  padding: 20px 0;
}

.footer-other a {
  color: #A7A7A7;
}

.footer-other a:hover {
  color: #888787;
}

.footer .footer-box .footer-dao {
  width: 100px;
}

.footer .footer-box .footer-dao .big_tit {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.footer .footer-box .footer-dao .footer-dao_box {
  display: flex;
  justify-content: space-between;
}

.footer .footer-box .footer-dao .footer-dao_box a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 2;
}

.swiper-button-next.swiper-button-grey,
.swiper-button-prev.swiper-button-grey {
  --swiper-navigation-color: #CDCDCD;
}

.swiper-pagination-bullet-active {
  --swiper-theme-color: #0a74d4;
  width: 12px;
  height: 12px;
}


.icon-jian {
  font-size: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.icon-indtel {
  font-size: 40px;
  color: #0a74d4;
  margin-right: 10px;
}

.icon-indleft {
  float: right;
  margin-left: 20px;
}

.siderbar {
  position: fixed;
  right: 0;
  top: 45%;
  transform: translate(0, -50%);
  z-index: 999;
  line-height: 0;
}

.siderbar .bar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: relative;
  line-height: 0;
  background-color: #999;
  color: #fff;
  border-radius: 15px 0 0 15px;
  margin-bottom: 10px;
}

.siderbar .bar:last-of-type {
  border: 0;
}

.siderbar .bar:hover {
  background-color: #0a74d4;
}

.siderbar .bar p {
  line-height: 1.2;
  margin-bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  z-index: 9999;
}

.siderbar .bar p i {
  font-size: 27px;
}

.siderbar .siderbar_wxQr {
  position: absolute;
  left: -170px;
  top: 0px;
  display: none;
  width: 160px;
  height: 160px;
}

.siderbar .siderbar_qqQr {
  position: absolute;
  left: -170px;
  top: 0px;
  display: none;
  width: 160px;
  height: 160px;
}

.siderbar .siderbar_phone {
  background-color: #0a74d4;
  position: absolute;
  width: 180px;
  left: -160px;
  top: 0px;
  line-height: 70px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: none;
}


@media (max-width: 1600px) {
  /*.index-aboth .indao-box .indao-info{padding: 135px 0;}*/
}

@media (max-width: 1440px) {

  .index-brand .indb-box .indb-list .indb-info.fl {
    left: 25%;
  }

  .index-brand .indb-box .indb-list .indb-info.fr {
    left: 75%;
  }

  .index-aboth .indao-box .indao-info {
    margin-top: 60px;
    margin-bottom: 70px;
  }

  .index-bgbox .bgbox .bg-tit {
    font-size: 38px;
  }

  .index-bgbox .bgbox .img {
    margin: 15px 0;
  }

  .index-bgbox .bgbox .bg-f_body {
    font-size: 20px;
    margin: 15px 0;
  }

  .index-other2 .indo2-box {
    margin-bottom: 20px;
  }

  .index-brand .indb-box #myTab {
    width: 80%;
  }

  .index-brand .indb-box .nav-tabs>li>a {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .index-news .indn-box .indn-fr-list .indn-fr-box {
    padding: 20px 0 15px;
  }

  .page-model .pagemo-shili-list {
    transform: translate(-7%, -50%);
    width: 570px;
  }

  .page-model .pagemo-shili-list .pagemo-shili {
    margin-bottom: 15px;
  }

  .page-model .pagemo-shili-list .pagemo-shili .pagemo-shili-img {
    width: 80px;
    height: 80px;
  }

  .page-model .pagemo-shili-list .pagemo-shili .pagemo-shili-info {
    width: calc(100% - 80px);
  }

  .page-model .pagemo-shili-list .pagemo-shili .pagemo-shili-info .tit {
    font-size: 22px;
  }

  .page-model .pagemo-shili-list .pagemo-shili .pagemo-shili-info .f_body {
    font-size: 14px;
  }

  .page-partner .pagepart-list-box .pagepart-list {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 1200px) {
  .header-top .header-info {
    max-width: 80%;
  }

  .header-top .header-info .logo {
    margin-right: 15px;
    width: 30%;
  }

  .header-top .header-info .header-tit {
    padding-left: 15px;
    width: 300px;
  }

  .header-top .header-info .header-tit p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .header-top .header-info .header-tit p:nth-of-type(2) {
    font-size: 16px;
  }

  .header-top .header-info .top_line {
    left: 32%;
  }

  .header-top .header-tel p {
    font-size: 20px;
  }

  .search-box .search-keyword input[name="keyword"] {
    width: 320px;
  }

  .icon-indsearch {
    right: -10%;
  }

  .index-page-tit p {
    font-size: 30px;
  }

  .index-page-tit span {
    font-size: 20px;
  }

  .index-about .inda-box .inda-info .inda-tit span:nth-of-type(1) {
    font-size: 28px;
  }

  .index-about .inda-box .inda-info .inda-tit span:nth-of-type(2) {
    font-size: 28px;
  }

  .index-about .inda-box .inda-info .inda-tit p {
    margin: 10px 0;
    font-size: 20px;
  }

  .index-about .inda-box .inda-info .inda-f_body {
    font-size: 14px;
  }

  .index-about .inda-zubox .inda-shuzu .inda-shu {
    font-size: 46px;
    margin-bottom: 10px;
  }

  .index-about .inda-zubox .inda-shuzu .inda-zhi {
    font-size: 28px;
  }

  .index-product .indp-box .indp-list .img {
    height: 230px;
  }

  .index-brand .indb-box {
    margin-top: 50px;
  }

  .index-brand .indb-box .indb-list .indb-info {
    width: 40%;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit {
    margin-bottom: 20px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(1) {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(2) {
    font-size: 20px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(3) {
    font-size: 26px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-f_body {
    font-size: 14px;
  }

  .index-model .indm-list .indm-box {
    width: 360px;
    padding: 50px 80px;
  }

  .index-model .indm-list .indm-center-box {
    width: 360px;
  }

  .index-bgbox .bgbox .bg-tit {
    font-size: 28px;
  }

  .index-bgbox .bgbox .img {
    width: 80%;
    margin: auto;
  }

  .index-bgbox .bgbox .bg-f_body {
    font-size: 16px;
    margin: 15px 0;
  }

  .index-type .indt-list .bigtit {
    padding: 20px;
  }

  .index-type .indt-list .list-box .list-tit {
    padding: 0 32px;
    margin-right: 20px;
  }

  .index-news .indn-box .indn-box-fl {
    width: 620px;
  }

  .index-news .indn-box .indn-box-fr {
    width: calc(100% - 620px - 20px);
  }

  .index-news .indn-box .tab-content .indn-dan .indn-dan-img {
    width: 280px;
  }

  .index-news .indn-box .tab-content .indn-dan .indn-dan-info {
    width: calc(100% - 280px - 35px);
  }

  /*.index-aboth .indao-box .indao-info{padding: 30px 0;}*/
  .index-aboth .indao-box .indao-info .indao-shuzu .indao-shu {
    font-size: 44px;
  }

  .index-aboth .indao-box .indao-info .indao-shuzu .indao-zhi {
    font-size: 18px;
  }

  .index-aboth .indao-box .indao-link {
    width: 80%;
  }

  .index-aboth .indao-box .indao-link a {
    padding: 15px;
    font-size: 20px;
  }

  .page-product .pagelist-pro-box .pagelist-pro-swiper {
    width: calc(100% - 360px - 30px);
  }

  .page-product .pagelist-pro-box .pagelist-pro-info {
    width: 360px;
  }

  .page-model .pagemo-list-box {
    flex-wrap: wrap;
  }

  .page-model .pagemo-list-box .pagemo-list {
    width: calc(98%/2);
    margin-bottom: 15px;
  }

  .page-model .pagemo-list-box .pagemo-list:nth-of-type(2n) {
    margin-right: 0;
  }

  .page-model .pagemo-list-box .pagemo-list .pagemo-list-img img {
    width: 100%;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili {
    width: 390px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-info {
    padding: 15px 15px 10px 15px;
  }

  .page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span span {
    font-size: 40px;
  }

  .page-partner .pagepart-list-box .pagepart-list {
    width: 155px;
    height: 155px;
  }

  .page-brand .pagebr-list-box .pagebr-list .pagebr-list-info .tit {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .page-brand .pagebr-list-box .pagebr-list .pagebr-list-info .f_body {
    font-size: 14px;
  }

  .page-about .pagea-box .pagea-video {
    width: 500px;
  }

  .page-about .pagea-box .pagea-info {}

  .page-about .pagea-box .pagea-info .pagea-tit {
    font-size: 26px;
  }

  .page-about .pagea-box .pagea-info .pagea-f_body {
    margin-top: 10px;
    font-size: 14px;
  }

  .page-about .pagea-aboth .pagea-shuzu .pagea-shu {
    font-size: 48px;
  }

  .page-about .pagea-aboth .pagea-shuzu .pagea-zhi {
    font-size: 16px;
  }

  .page-product .pagep-list .pagep-list-img {
    height: 140px;
  }

  .pagea-message-box {
    padding: 40px 100px 50px;
  }

  .pagea-message-box label p {
    width: 130px;
  }

}

@media (max-width: 996px) {
  .header-top .header-info {
    max-width: 100%;
    justify-content: center;
  }

  .header-top .header-info .header-tit p:nth-of-type(2) {
    font-size: 14px;
  }

  .header-top .header-info .top_line {
    left: 25%;
  }

  .header .nav-list .nav-list-a .nav-list-b a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .search-box .search-list {
    font-size: 13px;
  }

  .search-box .search-list a {
    margin: 0 5px;
    font-size: 13px;
  }

  .search-box .search-keyword input[name="keyword"] {
    width: 210px;
    padding: 5px 0 5px 15px;
    font-size: 13px;
  }

  .icon-indsearch {
    width: 40px;
  }

  .index-about .inda-box {
    display: block;
  }

  .index-about .inda-box .inda-img {
    width: 100%;
  }

  .index-about .inda-box .inda-img img {
    display: block;
    margin: auto;
  }

  .index-about .inda-box .inda-info {
    width: 100%;
    margin-left: 0;
  }

  .index-about .inda-box .inda-info p {
    margin: 35px 0;
  }

  .index-about .inda-zubox .inda-shuzu .inda-shu {
    font-size: 36px;
  }

  .index-about .inda-zubox .inda-shuzu .inda-shu span {
    font-size: 16px;
  }

  .index-about .inda-zubox .inda-shuzu .inda-zhi {
    font-size: 22px;
  }

  .index-product .indp-box .indp-list .img {
    height: 180px;
  }

  .index-other1 .indo1-bot {
    margin-bottom: 50px;
  }

  .index-other1 .indo1-bot .p1 {
    font-size: 16px;
  }

  .index-other1 .indo1-bot .tel_box .tel_box_fl {
    margin-right: 30px;
  }

  .index-bgbox .bgbox .bg-tit {
    font-size: 30px;
  }

  .index-bgbox .bgbox .bg-f_body {
    font-size: 16px;
    margin: 15px 0;
  }

  .index-bgbox .bgbox .bg-tel span {
    font-size: 22px;
  }

  .index-bgbox .bgbox .bg-tel a {
    font-size: 14px;
  }

  .index-other2 .indo2-box {
    margin-bottom: 40px;
  }

  .index-model .indm-list .indm-box {
    width: 270px;
    height: 270px;
    padding: 40px 60px;
  }

  .index-model .indm-list .indm-box .indm-img {
    width: 60px;
    margin: auto;
  }

  .index-model .indm-list .indm-box .indm-tit {
    font-size: 20px;
  }

  .index-model .indm-list .indm-box .indm-f_body {
    font-size: 12px;
  }

  .index-model .indm-list .indm-center-box {
    width: 270px;
    height: 270px;
  }

  .index-brand .indb-box #myTab {
    bottom: -18%;
  }

  .index-brand .indb-box .indb-list .indb-info {
    width: 48%;
    left: 75%;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit {
    margin-bottom: 20px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(1) {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(3) {
    font-size: 24px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-f_body {
    font-size: 14px;
  }

  .index-brand .indb-box .nav-tabs>li>a {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .index-brand .indb-box .nav-tabs a .img {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }

  .index-aboth .indao-box .indao-info {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .index-aboth .indao-box .indao-zizhi .tab-content>.active .tol_list .img {
    height: 120px;
  }

  .index-news .indn-box .indn-box-fl {
    width: 100%;
  }

  .page-product .pagelist-pro-box {
    display: block;
  }

  .page-product .pagelist-pro-box .pagelist-pro-swiper {
    width: 100%;
  }

  .page-product .pagelist-pro-box .pagelist-pro-info {
    width: 100%;
  }

  .page-product .pagep-list .pagep-list-img {
    height: 120px;
  }

  .page-product .pagep-list p {
    padding: 10px 0;
    font-size: 12px;
    width: 100%;
  }

  .index-other1 .indo1-box {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .index-other1 .indo1-box .indo1-list p:nth-of-type(1) {
    font-size: 20px;
  }

  .index-other1 .indo1-box .indo1-list p:nth-of-type(2) {
    font-size: 22px;
  }

  .index-other1 .indo1-box .indo1-list .img {
    margin-top: 10px;
  }


  .page-brand .pagebr-list-box .pagebr-list .pagebr-list-info {
    padding: 0 15px;
  }

  .page-brand .pagebr-list-box .pagebr-list .pagebr-list-info .tit {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .page-brand .pagebr-list-box .pagebr-list .pagebr-list-info .f_body {
    font-size: 12px;
  }

  .page-news .pagen-list .pagen-list-img {
    max-width: 180px;
  }

  .page-news .pagen-list .pagen-list-info {
    width: calc(100% - 180px - 20px);
  }

  .page-about .pagea-box {
    display: block;
  }

  .page-about .pagea-box .pagea-video {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-about .pagea-box .pagea-video img {
    width: 100%;
  }

  .page-about .pagea-box .pagea-info {
    width: 100%;
  }

  .page-about .pagea-aboth .pagea-shuzu .pagea-shu {
    font-size: 36px;
  }

  .page-about .pagea-aboth .pagea-shuzu .pagea-zhi {
    font-size: 14px;
  }

  .page-about .pagea-list-box .pagea-list .pagea-list-img {
    height: 130px;
  }

  .page-model .pagemo-list-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .page-model .pagemo-shili-list {
    transform: translate(-6%, -50%);
    width: 380px;
  }

  .page-model .pagemo-shili-list .pagemo-shili .pagemo-shili-img {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .page-model .pagemo-shili-list .pagemo-shili .pagemo-shili-info .tit {
    font-size: 18px;
  }

  .page-model .pagemo-shili-list .pagemo-shili .pagemo-shili-info .f_body {
    font-size: 12px;
  }

  .page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span span {
    font-size: 31px;
  }

  .pagemo-shili-box .pagemo-shili-list {
    margin: 35px 0;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili {
    width: 310px;
    margin-bottom: 20px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-info {
    height: 230px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-info .tit {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili-tit_box {
    width: 70px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili-tit_box .pagemo-shili-tit {
    width: 70px;
    height: 70px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili-tit_box .pagemo-shili-tit p:nth-of-type(1) {
    font-size: 20px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili-tit_box .pagemo-shili-tit p:nth-of-type(2) {
    font-size: 12px;
  }

  .page-contact .pagecont-list-box .cont_info .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .page-contact .pagecont-list-box .cont_info .cont_box {
    font-size: 14px;
    line-height: 1.8;
  }

  .page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box .iconfont {
    font-size: 40px;
  }

  .page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box .cont_oth1_info p:nth-of-type(1) {
    font-style: 16px;
  }

  .page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box .cont_oth1_info p:nth-of-type(2) {
    font-style: 22px;
  }

  .page-contact .pagecont-list-box .cont_other .cont_oth1>a {
    font-size: 16px;
    padding: 5px;
  }

  .page-contact .pagecont-list-box .cont_other .cont_oth2 {
    width: 100px;
  }

  .index-page-tit {
    margin-top: 50px;
  }

  .footer .footer-box .footer-dao {
    width: 180px;
  }

  .footer .footer-box .footer-xtit {
    font-size: 16px;
    line-height: 1;
  }

  .footer .footer-box .footer-ewm {
    max-width: 120px;
  }

}

@media (max-width: 768px) {

  .nav_sj {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    display: none;
  }

  .nav_sj .nav_sj-list {
    height: 66%;
    overflow-y: scroll;
  }

  .nav_sj .nav_sj-list .nav_sj-list-a a {
    padding: 20px 0;
    display: block;
    text-align: center;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #414141;
  }

  .nav_sj .nav_sj-list .nav_sj-list-a a.active {
    color: #0a74d4;
  }

  .nav_sj .nav_sj-bot {
    display: flex;
    justify-content: space-around;
    margin-top: 85px;
  }

  .nav_sj .nav_sj-bot a {
    color: #fff;
    font-size: 14px;
    background-color: #0a74d4;
    padding: 8px 32px;
    border-radius: 15px;
  }

  .header-top {
    padding: initial;
  }

  .header-top .header-info {
    padding: 20px 0;
    display: block;
    width: 100%;
  }

  .header-top .header-info .logo {
    width: 100%;
    margin-right: initial;
  }

  .header-top .header-info .logo img {
    display: block;
    margin: auto;
  }

  /*.header-top .header-info .header-tit{padding-left: initial;}
  .header-top .header-info .header-tit p:nth-of-type(1){font-size: 16px; margin-bottom: initial;}
  .header-top .header-info .contact_line{left: 34%; height: 60%;}*/
  .header .nav-list .nav-list-a {
    width: calc(100%/4);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .nav-list a {
    padding: initial;
    width: 100%;
    padding: 15px 0;
  }

  .menu-button {
    width: 10%;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    /*margin: 14px; border-radius: 5px;*/
  }

  .menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
  }

  .menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
  }

  .bar {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    margin: calc(17px/3 - 3px) auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(180%) rotate(-45deg);
    -ms-transform: translateY(180%) rotate(-45deg);
    transform: translateY(180%) rotate(-45deg);
  }

  .cross .bar:nth-of-type(2) {
    opacity: 0;
  }

  .cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-180%) rotate(45deg);
    -ms-transform: translateY(-180%) rotate(45deg);
    transform: translateY(-180%) rotate(45deg);
  }

  .search-box {
    padding: 15px 0;
  }

  .search-box .search-keyword {
    width: 100%;
    display: block;
  }

  .search-box .search-keyword input[name="keyword"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
  }

  .icon-indsearch {
    right: -10%;
  }

  /*  .search-box .search_sj-keyword{position: relative;}
  .search-box .search_sj-keyword input[name="keyword"]{width: 100%;border: 1px solid #EEEEEE;border-radius: 3px;outline: none; padding: 5px 0 5px 10px;}
  .search-box .search_sj-keyword .icon-indsearch{padding-left: 10px; border-left: 1px solid #DDDDDD; height: 21px; display: flex; align-items: center; color: #999;}*/

  .index-page-tit {
    margin-top: 35px;
  }

  .index-page-tit p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .index-page-tit p img {
    margin: 0 5px;
  }

  .index-page-tit span {
    font-size: 14px;
    padding: 0 50px;
  }

  .index-about .inda-box {
    padding: 15px;
    margin-top: 30px;
  }

  .index-about .inda-box .inda-img {
    width: 100%;
  }

  .index-about .inda-box .inda-img img {
    width: 100%;
  }

  .index-about .inda-box .inda-info {
    width: 100%;
    margin-left: 0;
  }

  .index-about .inda-box .inda-info p {
    font-size: 14px;
    margin: 25px 0;
  }

  .index-about .inda-box .inda-info img {
    width: 80%;
  }

  .index-about .inda-zubox {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .index-about .inda-zubox .inda-shuzu {
    width: 48%;
    margin-bottom: 30px;
  }

  .index-about .inda-zubox .inda-shuzu .inda-shu {
    font-size: 42px;
    margin-bottom: 10px;
  }

  .index-about .inda-zubox .inda-shuzu .inda-shu span {
    font-size: 14px;
    margin-left: 5px;
  }

  .index-about .inda-zubox .inda-shuzu .inda-zhi {
    font-size: 20px;
  }


  .index-type {
    padding-bottom: 25px;
  }

  .index-type .indt-swiper {
    padding: initial;
    margin: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .index-type .indt-swiper .indt-list-a {
    width: calc(88%/2);
    margin-right: 35px;
    margin-bottom: 30px;
    display: inline-block;
  }

  .index-type .indt-swiper .indt-list-a:nth-of-type(2n) {
    margin-right: 0;
  }

  .index-type .indt-swiper p {
    font-size: 14px;
    margin-top: 15px;
  }

  .index-product {
    padding-bottom: 25px;
  }

  .index-product .indp-box {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .index-product .indp-box .indp-list {
    width: calc(94%/2);
    margin-bottom: 10px;
  }

  .index-product .indp-box:after {
    width: calc(94%/2);
  }

  .index-product .indp-box .indp-list .img {
    height: 140px;
    padding: 10px;
  }

  .index-product .indp-box .indp-list p {
    font-size: 14px;
    padding: 8px 0;
  }

  .index-other1 .indo1-box {
    margin-top: 35px;
    flex-wrap: wrap;
  }

  .index-other1 .indo1-box .indo1-list {
    width: calc(98%/2);
    margin-bottom: 30px;
  }

  .index-other1 .indo1-box .indo1-list p:nth-of-type(1) {
    font-size: 14px;
  }

  .index-other1 .indo1-box .indo1-list p:nth-of-type(2) {
    font-size: 18px;
  }

  .index-other1 .indo1-box .indo1-list .img {
    margin-top: 15px;
  }

  .index-other1 .indo1-box {
    margin-bottom: 0;
  }

  .index-other1 .indo1-bot {
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }

  .index-other1 .indo1-bot .p1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    display: inline-block;
  }

  .index-other1 .indo1-bot .tel_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .index-other1 .indo1-bot .tel_box .tel_box_fl {
    margin-right: 20px;
  }

  .index-other1 .indo1-bot .tel_box .tel_box_fl i {
    margin-right: 10px;
  }

  .index-other1 .indo1-bot .tel_box .tel_box_fl .tit p:nth-of-type(1) {
    text-align: initial;
  }

  .index-other1 .indo1-bot .tel_box .tel_box_fl .tit p:nth-of-type(2) {
    font-size: 18px;
  }

  .index-other1 .indo1-bot .tel_box .tel_a {
    font-size: 14px;
    padding: 5px;
  }

  .index-bgbox {
    display: block;
    align-items: initial;
  }

  .index-bgbox .bgimg {
    width: 100%;
  }

  .index-bgbox .bgbox {
    width: 100%;
    padding: 25px 15px;
  }

  .index-bgbox .bgbox .bg-tit {
    font-size: 24px;
  }

  .index-bgbox .bgbox .img {
    margin: 15px 0;
  }

  .index-bgbox .bgbox .bg-f_body {
    font-size: 12px;
    margin: initial;
  }

  .index-other2 .indo2-box {
    margin-top: 25px;
    margin-bottom: initial;
  }

  .index-other2 .indo2-box .indo2-list {
    width: calc(94%/2);
    margin-bottom: 15px;
  }

  .index-other2 .indo2-box .indo2-list p:nth-of-type(1) {
    font-size: 18px;
    padding: 10px 0;
  }

  .index-other2 .indo2-box .indo2-list p:nth-of-type(2) {
    font-size: 14px;
    padding: 15px 0;
  }

  .index-brand .indb-box {
    margin-top: 35px;
  }

  .index-brand .indb-box #myTab {
    position: initial;
    width: 100%;
    transform: initial;
  }

  .index-brand .indb-box .indb-list .img {
    width: 100%;
  }

  .index-brand .indb-box .indb-list .indb-info {
    width: 100%;
  }

  .index-brand .indb-box .indb-list .indb-info.fl {
    position: initial;
    transform: initial;
    margin: 35px 0;
  }

  .index-brand .indb-box .indb-list .indb-info.fr {
    position: initial;
    transform: initial;
    margin: 35px 0;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit {
    padding-left: initial;
    margin-bottom: 25px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(1) {
    font-size: 45px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(2) {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .index-brand .indb-box .indb-list .indb-info .indb-tit p:nth-of-type(3) {
    font-size: 22px;
  }

  .index-brand .indb-box .nav-tabs>li>a {
    padding: 15px;
  }

  .index-brand .indb-box .nav-tabs a .img {
    width: 30px;
    height: 30px;
  }

  .index-partner {
    margin-top: initial;
  }

  .indpart2-swiper {
    width: 100%;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    margin: 40px 0;
    padding: 0 20px;
  }

  .indpart2-swiper .swiper-slide {
    border: 2px solid #797979;
    border-radius: 10px;
    height: calc((100% - 105px) / 2);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .indpart2-swiper .swiper-slide img {
    height: 100%;
  }

  .index-news {
    padding-bottom: 35px;
  }

  .index-news .indn-box .indn-box-fl {
    width: 100%;
  }

  .index-news .indn-box .nav-tabs>li>a {
    font-size: 12px;
    padding: 10px 35px;
  }

  .index-news .indn-box .tab-content {
    padding: 15px;
  }

  .index-news .indn-box .tab-content .indn-dan {
    display: block;
    padding-bottom: initial;
  }

  .index-news .indn-box .tab-content .indn-dan .indn-dan-img {
    width: 100%;
  }

  .index-news .indn-box .tab-content .indn-dan .indn-dan-info {
    width: 100%;
    margin-left: initial;
    margin: 15px 0;
  }

  .index-news .indn-box .tab-content .indn-dan .indn-dan-info .tit {
    font-size: 16px;
    color: #333;
  }

  .index-news .indn-box .tab-content .indn-dan .indn-dan-info .f_body {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .index-news .indn-box .tab-content .indn-dan .indn-dan-info a {
    font-size: 12px;
    padding: 8px 25px;
  }

  .index-news .indn-box .tab-content .indn-duo {
    margin: 20px 0;
  }

  .index-news .indn-box .tab-content .indn-duo a {
    font-size: 14px;
  }

  .index-aboth {}

  .index-aboth .indao-box .indao-info {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: initial;
    padding: initial;
  }

  .index-aboth .indao-box .indao-zizhi .nav-tabs>li>a {
    padding: 5px 10px;
  }

  .index-aboth .indao-box .indao-zizhi .tab-content>.active .tol_list {
    width: calc(96%/2);
    margin-right: 10px;
  }

  .index-aboth .indao-box .indao-zizhi .tab-content>.active .tol_list:nth-of-type(2n) {
    margin-right: 0;
  }

  .index-aboth .indao-box .indao-zizhi .tab-content>.active .tol_list .img {
    height: 110px;
  }

  /*  .index-aboth::before{background: initial; display: none;}
  .index-aboth .indao-bgimg{margin-top: 20px;}
  .index-aboth .indao-box{position: initial; top: initial; left: initial; transform: initial;}
  .index-aboth .indao-box .indao-link{width: initial; margin-top: 10px;}
  .index-aboth .indao-box .indao-link a{width: calc(97%/3); border: 2px solid #787878; color: #787878; font-size: 14px; padding: 10px; display: flex; align-items: center;}
  .index-aboth .indao-box .indao-link a img{width: 15px;height: 15px;margin-right: 10px;}
  .index-aboth .indao-box .indao-info{flex-wrap: wrap; padding: initial;padding: 30px 0;}
  .index-aboth .indao-box .indao-info .indao-shuzu{width: 50%; color: #0a74d4;}
  .index-aboth .indao-box .indao-info .indao-shuzu .indao-shu{font-size: 35px;}
  .index-aboth .indao-box .indao-info .indao-shuzu .indao-zhi{font-size: 12px; color: #333;}*/

  .pagelist-list-box {
    width: 100%;
  }

  .page-product .pagep-list {
    width: calc(97%/2);
    margin-right: 3%;
  }

  .page-product .pagep-list:nth-of-type(3n) {
    margin-right: 3%;
  }

  .page-product .pagep-list:nth-of-type(2n) {
    margin-right: 0;
  }

  .pagep_sj-box {
    border-bottom: 1px solid #DEDEDE;
    display: flex;
  }

  .pagep_sj-box .pagep_sj-list {
    padding: 0 12px;
    overflow-x: auto;
    white-space: nowrap;
    width: 85%;
  }

  .pagep_sj-box .pagep_sj-list a {
    float: none;
    margin-right: 10px;
    display: inline-block;
    padding: 16px 0;
  }

  .pagep_sj-box .pagep_sj-list a.mobile_current {
    color: #0a74d4;
  }

  .category_show {
    display: none !important;
  }

  .pagep_sj-box .pagep_sj-list a.active {
    border-bottom: 3px solid #0a74d4;
  }

  .pagep_sj-box .pagep_sj-btn {
    width: calc(100% - 85%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #DEDEDE;
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }

  .page-product .pagelist-info-box {
    width: 100%;
  }

  .page-product .pagelist-info-box .pagelist-pro-swiper img {
    width: 100%;
  }

  .page-product .pagelist-info-box .pagelist-pro-swiper .swiper-pagination {
    width: initial;
    right: 10px;
    left: initial;
    letter-spacing: -2px;
  }

  .page-product .pagelist-info-box .bigtit {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .page-product .pagelist-info-box .bigtit .tit {
    font-size: 20px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2;
  }

  .page-product .pagelist-info-box .bigtit .f_body {
    font-size: 12px;
    color: #666;
  }

  .page-product .pagelist-info-box .pagelist-pro-tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .page-product .pagelist-info-box .pagelist-pro-tel .pagelist-pro-telzu {
    display: flex;
    align-items: center;
  }

  .page-product .pagelist-info-box .pagelist-pro-tel .pagelist-pro-telzu .pagelist-pro-telzhi p:nth-of-type(1) {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
  }

  .page-product .pagelist-info-box .pagelist-pro-tel .pagelist-pro-telzu .pagelist-pro-telzhi p:nth-of-type(2) {
    font-size: 14px;
    color: #333;
    font-weight: bold;
  }

  .page-product .pagelist-info-box .pagelist-pro-tel>a {
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #0a74d4;
  }

  .page-product .pro_bigtit {
    border-bottom: 1px solid #F2F2F2;
    margin-top: 25px;
  }

  .page-product .pro_bigtit p {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #0a74d4;
    color: #fff;
    margin-bottom: 0;
    border-bottom: initial;
  }

  .page-brand .pagebr-list-box {
    padding: 20px 0;
  }

  .page-brand .pagebr-list-box .pagebr-list {
    display: block;
  }

  .page-brand .pagebr-list-box .pagebr-list .pagebr-list-img {
    width: 100%;
  }

  .page-brand .pagebr-list-box .pagebr-list .pagebr-list-info {
    width: 100%;
    padding: 25px;
  }

  .page-brand .pagebr-list-box .pagebr-list .pagebr-list-info .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .page-brand .pagebr-list-box .pagebr-list .pagebr-list-info .f_body {
    font-size: 14px;
  }

  .page-partner .pagepart-list-box {
    margin: 20px 0;
  }

  .page-partner .pagepart-list-box .pagepart-list {
    width: calc(95%/3);
    margin-bottom: 10px;
  }

  .page-partner .pagepart-list-box .pagepart-list:nth-of-type(5n) {
    margin-right: 2%;
  }

  .page-partner .pagepart-list-box .pagepart-list:nth-of-type(3n) {
    margin-right: 0;
  }

  .page-partner .pagepart-list-box .pagepart-list p {
    margin: 10px 0;
  }

  .page-partner .pagepart-list-box .pagepart-list .pagepart-list-img {
    height: 75px;
    padding: 5px;
  }

  .page-partner .pagepart-list-box .pagepart-list .pagepart-list-img img {
    height: 100%;
  }

  .page-news .pagen-list {
    border: initial;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
    padding: 10px 0;
  }

  .page-news .pagen-list:hover {
    border: initial;
    border-bottom: 1px solid #0a74d4;
  }

  .page-news .pagen-list .pagen-list-info {
    width: calc(100% - 160px)
  }

  .page-news .pagen-list .pagen-list-img {
    width: 150px;
    margin-right: initial;
    border-radius: 10px;
    overflow: hidden;
  }

  .page-news .pagen-list .pagen-list-info .tit {
    font-size: 14px;
  }

  .page-news .pagen-list .pagen-list-info .wtime {
    font-size: 14px;
    color: #666;
  }

  .page-news_show {
    padding-bottom: 0px;
  }

  .page-news_show .pagelist-info-box {
    width: initial;
  }

  .page-news_show .pagelist-info-box .news_bigtit {
    padding: 25px 0 10px;
    border-bottom: initial;
    text-align: initial;
  }

  .page-news_show .pagelist-info-box .news_bigtit p {
    font-size: 16px;
    margin-bottom: 0;
    padding: 0;
    display: block;
    text-align: center;
  }

  .page-news_show .pagelist-info-box .news_bigtit span {
    font-size: 12px;
  }

  .page-news_show .pagelist-info-box .news_zbody {
    padding: 20px 0;
  }

  .page-news_show .pagelist-info-box .news_zbody {
    font-size: 14px;
  }

  .page-news_show .pagelist-info-box .news_zbody img {
    padding: 10px 0;
  }

  .page-news_show .news_bigtit {
    border-bottom: initial;
  }

  .page-news_show .news_bigtit p {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: initial;
  }

  .page-news_show .pagen-newslist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .page-news_show .pagen-list {
    border: initial;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
  }

  .page-news_show .pagen-list:hover {
    border: initial;
    border-bottom: 1px solid #0a74d4;
  }

  .page-news_show .pagen-list .pagen-list-info {
    width: calc(100% - 160px)
  }

  .page-news_show .pagen-list .pagen-list-img {
    width: 150px;
    margin-right: initial;
    border-radius: 10px;
    overflow: hidden;
  }

  .page-news_show .pagen-list .pagen-list-info .tit {
    font-size: 14px;
  }

  .page-news_show .pagen-list .pagen-list-info .wtime {
    font-size: 14px;
    color: #666;
  }

  .search-box.page {
    box-shadow: 0 0 20px #999;
  }

  .page-about .pagea-box {
    display: block;
    margin-top: 15px;
    background-image: initial;
  }

  .page-about .pagea-box .pagea-info {
    width: initial;
    display: flex;
    flex-direction: column;
  }

  .page-about .pagea-box .pagea-info .pagea-tit {
    margin: 30px 0;
    text-align: center;
  }

  .page-about .pagea-box .pagea-info .pagea-f_body {
    margin-top: 35px;
    margin-bottom: 45px;
    font-size: 14px;
  }

  .page-about .pagea-list-box .pagea-list .pagea-list-img {
    height: 130px;
  }

  .page-product .pagep-list .pagep-list-img {
    height: 165px;
    padding: 5px;
  }

  .page-about .pagea-list-box {
    margin: 20px 0;
  }

  .page-about .pagea-list-box .pagea-list {
    width: calc(97%/2);
    margin-right: 3%
  }

  .page-about .pagea-list-box .pagea-list:nth-of-type(4n) {
    margin-right: 3%;
  }

  .page-about .pagea-list-box .pagea-list:nth-of-type(2n) {
    margin-right: 0;
  }

  .pagea-message-box {
    padding: initial;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #e1e1e1;
  }

  .pagea-message-box label p {
    width: 100px;
  }

  .pagea-message-box label input {
    width: 220px;
  }

  .pagea-message-box label textarea {
    width: 220px;
  }

  .pagea-message-box label .submit {
    padding: 10px 20px;
  }

  .page-contact .pagecont-list-box {
    display: block;
  }

  .page-contact .pagecont-list-box .cont_info {
    width: 100%;
    border: initial;
  }

  .page-contact .pagecont-list-box .cont_info .tit {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-contact .pagecont-list-box .cont_info .cont_box {
    font-size: 14px;
  }

  .page-contact .pagecont-list-box .cont_other {
    float: initial;
    width: 100%;
    justify-content: space-between;
  }

  .page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box {
    margin-bottom: 20px;
  }

  .page-contact .pagecont-list-box .cont_other .cont_oth1>a {
    font-size: 12px;
    padding: 10px;
  }

  .page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box .cont_oth1_info p:nth-of-type(1) {
    font-size: 12px;
  }

  .page-contact .pagecont-list-box .cont_other .cont_oth1 .cont_oth1_box .cont_oth1_info p:nth-of-type(2) {
    font-size: 14px;
  }

  .page-model .pagemo-list-box {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .page-model .pagemo-list-box .pagemo-list {
    width: calc(95%/2);
    margin-right: 0;
    margin-bottom: 10px;
  }

  .page-model .pagemo-list-box .pagemo-list p:nth-of-type(1) {
    font-size: 18px;
    padding: 10px 0;
  }

  .page-model .pagemo-list-box .pagemo-list p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
  }

  .pagemo-shili-box {
    margin-top: 0;
  }

  .pagemo-shili-box .pagemo-shili-list {
    margin: 30px 0;
    padding: initial;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili {
    width: 100%;
    margin-bottom: 15px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-info {
    padding: 20px 15px;
    height: 220px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-info .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .pagemo-shili-box .pagemo-shili-list .pagemo-shili .pagemo-shili-info .f_body {
    font-size: 14px;
  }

  .page-model .pagemo-liuc-box {
    margin-bottom: 30px;
  }

  .page-model .pagemo-liuc-box .pagemo-liuc {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    height: initial;
    justify-content: center;
  }

  .page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span {
    width: 105px;
    height: 105px;
    background-color: #0a74d4;
    border-radius: 50%;
    margin-right: 4%;
    margin-bottom: 15px;
  }

  .page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span:nth-of-type(5n) {
    margin-right: 4%;
  }

  /*.page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span:nth-of-type(3n){margin-right: 0;}*/
  .page-model .pagemo-liuc-box .pagemo-liuc .pagemo-liuc-span span {
    width: 75%;
    font-size: 25px;
  }

  .btnbox {
    width: 60%;
    margin: 30px auto;
    padding: 20px 35px;
    color: #0a74d4;
    font-size: 24px;
  }

  .part.part_sj {
    position: initial;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: initial;
    border-bottom: initial;
    background-color: #E8E8E8;
    position: relative;
  }

  .part.part_sj .partpn:nth-of-type(1) {
    padding-bottom: 5px;
  }

  .part.part_sj .partpn .partpn_tit {
    width: 60%;
  }

  .part.part_sj .partpn .partpn_tit a {
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }

  .part.part_sj .tagback {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-color: #0a74d4;
    padding: 5px;
    /* width: 50px; */
    width: 100px;
    font-size: 14px;
    text-align: center;
  }

  .pro_zbody {
    padding-bottom: 20px;
  }

  .pages {
    margin: 15px 0 20px;
  }

  .pages ul a {
    font-size: 13px;
  }

  .pages ul a.page-num-current {
    background: #0a74d4;
    color: #fff;
  }

  .footer {
    background: url("../image/bg1.png");
    position: relative;
    margin-bottom: 45px;
  }

  .footer .footer_back {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0a74d4;
    padding: 10px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer .footer_back i {
    font-size: 15px;
  }

  .footer .footer-f_body {
    padding: 25px 0;
    line-height: 2;
    font-size: 12px;
  }

  .footer_nav {
    width: 100%;
    /* max-height: 45px; */
    background: #0a74d4;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }

  .footer_nav a {
    width: calc(97%/4);
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
    border-right: 1px solid #fff;
  }

  .footer_nav a p {
    display: inline-block;
    color: #fff;
  }

  .footer_nav a i {
    font-size: 18px;
    margin-right: 10px;
  }

  .more {
    font-size: 14px;
    color: #fff;
    padding: 10px 40px;
    background-color: #0a74d4;
    border-radius: 15px;
  }

  .index-news .indn-box {
    display: block;
  }

  .index-news .indn-box .indn-box-fl {
    width: 100%;
    float: none;
  }

  .index-news .indn-box .indn-box-fr {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}


.learn_more {
  width: 100px;
  border: 1px solid #0a74d4;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #0a74d4;
  color: #fff;
}


.power_show_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}

.power_show_item {
  width: 28%;
  text-align: justify;
}

.power_show_item p:nth-of-type(1) {
  margin-bottom: 0px;
  font-weight: 550;
  font-size: 17px;
}

.power_show_item p:nth-of-type(2) {
  margin-top: 15px;
}

.power_title {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #0a74d4;
}

.power_title p {
  font-size: 30px;
  text-align: center;
}

.power_title span {
  text-align: center;
}

.news_show_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 50px;
}

.news_show_item {
  width: 45%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
  margin-right: 10%;
}

.news_show_item:nth-of-type(2n) {
  margin-right: 0px;
}

.news_show_item:nth-of-type(3) {
  border: 0px solid;
}

.news_show_item:nth-of-type(4) {
  border: 0px solid;
}

.news_show_item .ns_content {
  margin-top: 14px;
}

.news_show_time {
  width: 25%;
  color: #666;
  text-align: center;
  /*height: 124px;*/
  /*line-height: 124px;*/
}

.news_show_content {
  padding: 20px;
  width: 70%;
  /*height: 124px;*/
}

.news_line {
  width: 1px;
  height: 60px;
  /* background: #333333; */
  background: #666;
  margin-right: 20px;
}

.news_show_content p:nth-of-type(1) {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 17px;
}

.news_show_content p:nth-of-type(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}

.news_show_content p:hover {
  color: #0a74d4;
  cursor: pointer;
}


.page-news_show {
  padding-bottom: 50px;
}

.product_showlist_box {
  /* width: calc(100% - 240px - 30px); */
  width: 100%;
}


@media(max-width: 768px) {
  .power_show_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
    /* margin-bottom: 25px; */
  }

  .pagea-info .about_content {
    margin-top: 25px;
  }

  .power_show_item {
    width: 100%;
    text-align: justify;
    margin-bottom: 20px;

  }

  .power_show_item p {
    font-size: 14px;
    margin-bottom: 0px;

  }

  .power_show_item img:nth-child(4) {
    width: 100%;
    padding: 10px 40px;
    display: none;
  }

  .news_show_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    text-align: justify;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .news_show_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
  }


  .news_show_item:nth-of-type(3) {
    border-bottom: 1px solid #EFEFEF;
  }

  .news_show_time {
    font-size: 14px;
    width: 30%;
  }

  .news_show_content {
    padding: 15px;
  }

  .news_show_content p {
    font-size: 14px;
  }

}

.footer-xtit img {
  height: 23px;
  margin-right: 12px;
  margin-left: -3px;
}

.category_show {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 25px;
}

.category_show .category_item {
  width: 25%;
  border: 1px solid #EFEFEF;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
  border-right: 0px;
}

.category_show .category_item:nth-of-type(4n) {
  border-right: 1px solid #EFEFEF;
}


.product_showlist_box .category_show .current {
  background: #0a74d4;
  color: #fff;
}

.about_content {
  margin-top: 40px;
}

.about_content p {
  text-indent: 2em;
  text-align: justify;
}

.pro_more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.honorlist_show {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 30px;
}

.honorlist_show img{
  width: 45%;
}