html {
  font-size: 16px;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
button {
  cursor: pointer;
}
h1,h2,h3,h4,h5 {
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clear::after {
  content: '';
  display: block;
  clear: both;
}


/* header */
.header {
}
.header-top {
  position: relative;
  background-color: #004099;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: .87rem;
  overflow: hidden;
}
.header-top a {
  color: #fff;
  margin: 0 5px;
}
.header-top a:hover {
  color: #00a1e9;
}
.logo {
  display: flex;
  align-items: center;
}
.logo h5 {
  font-size: 32px;
  color: #004098;
}
.logo span {
  font-size: 18px;
  color: #595757;
  line-height: 24px;
}
.logo-info {
  position: relative;
  padding-left: 12px;
}
.icon-calltels {
  background: url(../images/tel.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}
.callhot {
  line-height: 36px;
  font-size: 16px;
  color: #595757;
  white-space: nowrap;
}
.callhot strong {
  font-size: 28px;
  color: #e60012;
  line-height: 36px;
  font-weight: 500;
}
.search-box {
  padding: 8px 26px;
  display: flex;
}
.search-box input[type='text'] {
  border-radius: 0;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  border-right: 0;
  font-size: .87rem;
}
.search-box button {
  border: 1px solid #ced4da;
  border-left: 0;
  background: none;
  border-radius: 0;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  color: #e60012;
}
.navbar-list {
  position: relative;
  background-color: #efefef;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  height: 50px;
}
.navlist {
  display: flex;
}
.navlist li {
  flex: 1;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  position: relative;
}
.navlist li > a {
  color: #221815;
}
.navlist li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #efefef;
}
.navlist li.active > a::after,
.navlist li:hover > a::after {
  background-color: #00a1e9;
}
.submenu {
  position: absolute;
  left: -146px;
  top: 50px;
  width: 580px;
  height: 250px;
  background: rgba(239, 239, 239, .9);
  padding: 32px;
  overflow: hidden;
  z-index: 12;
  display: none;
}
.m-imgs {
  width: 184px;
  height: 184px;
  float: left;
}
.m-ains {
  float: right;
  width: calc(100% - 200px);
  text-align: left;
  margin-top: -12px;
}
.m-ains a {
  float: left;
  width: 33.33%;
  color: #231815;
  font-size:1rem;
  line-height: 40px;
}
.m-ains a:hover {
  color: #004098;
}
.navlist li:hover .submenu {
  display: block;
}
.navlist li:nth-child(1) .submenu {
  left: 0;
}
.navlist li:nth-last-child(2) .submenu {
  left: auto;
  right: -146px;
}
.navlist li:last-child .submenu {
  left: auto;
  right: 0;
}
/* banner */
.swiper-banner {
  position: relative;
  height: 442px;
  overflow: hidden;
}
.swiper-banner li {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.swiper-banner li a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-pagination {
  bottom: 66px;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 5px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aff;
}


.swiper-banner2 {
  position: relative;
  overflow: hidden;
}
.swiper-banner2 li {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100%;
}
.swiper-banner2 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-banner2 .swiper-pagination {
  bottom: 6px;
}
.swiper-banner2 .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 5px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}
.swiper-banner2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aff;
}
/* container */
.content {
  overflow: hidden;
}
.title {
  text-align: center;
  padding: 24px 0;
}
.title h2 {
  font-size: 24px;
  color: #004098;
  line-height: 1.1;
}
.title h3 {
  font-size: 19px;
  color: #9fa0a0;
  vertical-align: middle;
}
.title h3 img {
  max-width: 100%;
  object-fit: cover;
}
.title-white h2 {
  color: #ffffff;
}
.product-show {
  background-color: #f7f8f8;
}
.swiper-product {
  position: relative;
  overflow: hidden;
}
.swiper-style.swiper-pagination {
  top: 0;
  bottom: auto;
}
.swiper-style .swiper-pagination-bullet {
  width: 106px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.swiper-style.swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px;
}
.swiper-style .swiper-pagination-bullet-active {
  background-color: #004098 !important;
  color: #fff;
}
.swiper-product .swiper-wrapper {
  padding-top: 60px;
}
.list-p-1 {
  margin: 0 -9px;
}
.list-p-1 li {
  float: left;
  width: 255px;
  height: 300px;
  margin: 0 21px;
}

.list-p-2 {
  margin: 0 -9px;
}
.list-p-2 li {
  float: left;
  width: 20%;
  height:227px;
  margin: 0 21px;
}

.list-p-2 .p-item1-img{ height:auto !important;}
.p-item1 {
  display: block;
}
.p-item1-img {
  width: 100%;
  height: 255px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.p-item1-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-item1 h5 {
  font-size: .87rem;
  color: #221815;
  line-height: 34px;
  text-align: center;
  font-weight: normal;
  height: 34px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-item1:hover h5 {
  color: #007aff;
}
.more {
  text-align: center;
}
.more a {
  border: 1px solid #cdcece;
  color: #333;
  min-width: 110px;
  border-radius: 0;
}
.more a:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.our-advant {
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
  height: 474px;
  padding-top: .87rem;
}
.advant-cont {
  position: relative;
  padding-top: 30px;
}
.advant-cont h3 {
  font-size: 24px;
  color: #e60012;
  line-height: 1.2;
  position: relative;
}
.advant-cont .v-img {
  display: block;
  margin: .87rem auto;
  width: 94px;
  height: 94px;
}
.advant-cont p {
  font-size: .87rem;
  color: #595757;
  line-height: 24px;
}
.advant-cont .hrico {
  content: '';
  display: block;
  width: 96px;
  height: 1px;
  background-color: #b5b5b6;
  margin: 0 auto 10px;
}
.ad-left {
  float: left;
  width: 300px;
  text-align: center;
}
.ad-right {
  float: right;
  width: calc(100% - 320px);
}
.advinbox1 {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.advinbox1 .hrico {
  margin-left: 0;
}
.advinbox1 p {
  margin: 0;
}
.adinfos {
	width:70%;
  margin-left: 10px;
}
.about-us {
  position: relative;
  background-color: #f6f6f6;
  padding-bottom: 32px;
}
.swiper-aboutus {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.pings-us {
  position: relative;
  padding-bottom: 30px;
}
.pings-us .more a {
  color: #004098;
  border: 1px solid #c6ceeb;
}
.pings-us p {
  font-size: .87rem;
  color: #595757;
  line-height: 2em;
  text-indent: 2em;
  margin: 0;
}
.swiper-showing {
  overflow: hidden;
  margin: 0 46px;
}
.swiper-showing img {
  width: 100%;
  height: 120px;
}
.poreing {
  position: relative;
}
.poreing .swiper-button-next, .poreing .swiper-button-prev {
  background-color: #dbdbdb;
  background-size: 16px;
  height: 80px;
  width: 30px;
  margin-top: -40px;
}
.video-box {
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.video-box video {
  width: 100%;
  height: 306px;
  background-color: #000;
}
.flowings {
  display: block;
  overflow: hidden;
}
.flowings img {
  width: 100%;
}
.culture {
  height: 100%;
  background-color: #fff;
}
.culture-info {
  padding: 24px 30px;
}
.culture-info h5 {
  color: #004098;
  font-size: 18px;
  line-height: 66px;
  position: relative;
}
.culture-info h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #004098;
}
.culture-info p {
  font-size: 16px;
  color: #231815;
  line-height: 30px;
  padding: 5px 0;
  margin: 0;
}
.culture-info strong {
  font-size: .87rem;
  color: red;
  font-weight: normal;
}
.culture-info .more a {
  display: block;
  width: 98px;
  height: 30px;
  text-align: center;
  color: #004098;
  border: 1px solid #004098;
  font-size: .87rem;
  line-height: 30px;
  margin-top: 12px;
  padding: 0;
}
.swiper-culture {
  overflow: hidden;
  height: 100%;
}
.swiper-culture img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.swiper-culture .swiper-button-next,.swiper-culture  .swiper-button-prev {
  background-color: rgba(219, 219, 219, .6);
  width: 36px;
  height: 76px;
  margin-top: -38px;
  background-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.swiper-news {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}
.swiper-news .swiper-pagination-bullet {
  background-color: #f6f6f6;
}
.news-item {
  display: flex;
  align-items: center;
}
.news-item-img {
  width: 100px;
  height: 84px;
  overflow: hidden;
}
.news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-item-info {
  width: calc(100% - 100px);
  position: relative;
  margin-left: 6px;
}
.news-item-info h3 {
  font-size: 18px;
  color: #221815;
  line-height: 34px;
  font-weight: normal;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 10px;
}
.news-item-info h3 .r {
  float: right;
  font-size: .87rem;
  color: #b5b5b6;
}
.news-item-info h3 .f {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 75%;
  float: left;
}
.news-item-info p {
  font-size: 13px;
  color: #727171;
  line-height: 20px;
  margin: 0;
}
.newslist {
  overflow: hidden;
}
.newslist li {
  float: left;
  width: 480px;
  padding: 8px 0;
}
.newslist li:nth-child(2n) {
  float: right;
}
.quaincont {
  position: relative;
  background: url(../images/bg2.jpg) no-repeat center;
  height: 310px;
}
.swiper-quain {
  overflow: hidden;
  margin: 0 50px;
}
.quain-item {
  position: relative;
  height: 178px;
  background-color: #fff;
  border: 1px solid #c9caca;
  overflow: hidden;
}
.quain-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quain-box {
  position: relative;
}
.quain-box .swiper-button-next,.quain-box  .swiper-button-prev {
  background-color: #b3b2b2;
  width: 36px;
  height: 76px;
  margin-top: -38px;
  background-size: 16px;
}
.swiper-imgs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 14;
  display: none;
}
.swiper-imgs .swiper-slide {
  width: 80%;
  height: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.swiper-imgs .swiper-slide img {
  object-fit: contain;
  max-width: 80%;
  max-height: 80%;
}
.s-close {
  position: fixed;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 10;
  text-align: right;
  font-size: 30px;
  color: #fff;
  opacity: .5;
}
/* footer */
.footer { 
  width:100%;
  background-color: #f5f6f6;
  overflow: hidden;
}
.footer-copr {
  position: relative;
  text-align: center;
  background-color: #004098;
  font-size: .87rem;
  color: #fff;
  line-height: 24px;
  padding: 10px 0;
}
.footer-copr p {
  margin: 0;
}
.footer-links {
  background-color: #e7e9e9;
  padding: .87rem 0;
}
.footer-links p {
  font-size: 13px;
  color: #595757;
  line-height: 23px;
  margin: 0;
}
.footer-links strong {
  color: #221815;
  font-size: 16px;
}
.footer-links a {
  color: #595757;
  margin-right: 10px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-top {
  position: relative;
  padding: 30px 0;
}
.jsinbox {
  justify-content: space-between;
}
.linksing {
  width: 82px;
}
.linksing h6 {
  font-size: .87rem;
  color: #221815;
  line-height: 22px;
  border-right: 2px solid #d7d7d6;
}
.linksing a {
  font-size: 12px;
  color: #595757;
  line-height: 2em;
}
.linksing a:hover {
  text-decoration: underline;
}
.linksing:last-of-type h6 {
  border: 0;
}
.dinlocals {
  border-top: 1px solid #d4d5d5;
  padding-top: 10px;
}
.dinlocals h6 {
  margin: 0;
}
.dinlocals p {
  font-size: 15.5px;
  color: #595757;
  line-height: 1.8em;
}
.cinlt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px;
}
.cinlt .chat {
  width: 123px;
  height: 123px;
}
.cinlt .imgs1 {
  width: 202px;
  height: 105px;
}

/* line */
.line-1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.line-2 {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-3 {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line-4 {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.line-5 {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}



.box{ background:#efeff0;}
.news-box{width:206px;float:left;display:inline;text-align:left;}

.news-t{height:67px;clear:both; overflow:hidden;text-align:center;font-size:21px;color:#fff;line-height:67px;background:#004098;}
.news-class{width:100%;clear:both;display:inline-block; text-align:left;}
.news-class ul .actv a{ color:#004098; }
.news-class ul .actv{ border-left:4px solid #004098;}
.news-class ul li:hover a{ color:#004098; }
.news-class ul li:hover{border-left:4px solid #004098; }
.news-class ul li{width:100%;border-left:4px solid #fff;border-bottom:1px solid#e8e8e8;float:left;background:#fff url(../images/bg-16.gif) repeat-x left bottom;}
.news-class ul li a{display:block;padding-left:72px;font-size:1rem;line-height:3.3rem;color:#969696;}
.news-class ul li a:hover{color:#004098;background: url(../images/bg-18.png) no-repeat;}
.b_15{width:100%;clear:both;margin-top:8px;display:inline-block;text-align:left;}
.service{ overflow:hidden; background:#fff; padding-top:10px;padding-bottom:21px;}
.service ul li{ overflow:hidden; text-align:center;color:#595757;font-size:18px;padding-top:12px;}
.service ul li h2{width:153px; height:27px; margin:auto; line-height:27px; background: url(../images/bg-22.png) no-repeat;padding-left:26px;color:#fff;
font-size:.87rem;}



.box-right2{width:calc(100% - 226px);float:right;padding:0px 1rem; overflow:hidden;text-align:left;background:#fff;padding-bottom:66px;}
.top-nav{ overflow:hidden;clear:both; padding:1rem 0px .5rem; border-bottom:1px solid #e5e5e5; position:relative;}
.top-nav h2{font-size:1.25rem; color:#595757; float:left;}
.top-nav span{background: url(../images/bg-23.png) no-repeat left center; padding-left:1rem; float:right;color:#b5b5b6;font-size:.87rem;}
.top-nav span a{color:#b5b5b6;}
.news-list{ clear:both; overflow:hidden;text-align:left;}
.news-list ul li{ overflow:hidden;padding:30px 21px 0 23px; display:flex ;justify-content : space-between;}
.news-list ul li .lf{width:233px;}
.news-list ul li .rt{width:calc(100% - 243px);height:131px;color:#727171;font-size:14px;line-height:20px;position:relative;}
.news-list ul li .rt h2{font-size:1.2rem; line-height:2rem; margin:0px;}
.news-list ul li .rt h2 a{color:#231815;}
.news-list ul li .rt h2 a:hover{color:#004098;}
.news-list ul li .rt h3{color:#969696; font-size:.87rem; font-weight:100;}
.news-list ul li .rt p{margin:0;padding:0;}
.news-list ul li .rt a.more{display:block; border-radius:15px; padding:.2rem 1.2rem;  border:1px solid #a2a3a3;color:#9fa0a0;font-size:.87rem; position:absolute;bottom:0;left:0;}
.news-list ul li .rt a.more:hover{ border:1px solid #004098; color:#004098;}


.text-info{padding:30px 21px 0 23px;color:#595757; overflow:hidden; font-size:.87rem; line-height:2rem;}
.text-info p,.text-info div,.text-info span{ color:#595757; font-size:.87rem; line-height:2rem;}
.text-info img{ width:100%;}
.page{width:100%;clear:both;display:inline-block;text-align:center;padding-top:46px;}
.page b{padding:6px 9px;color:#fff;background:#0055a6;font-weight:normal;font-family:"\5B8B\4F53";font-size:13px;}
.page a{padding:6px 9px;color:#262626;background:#ddd;font-family:"\5B8B\4F53";font-size:13px;}
.page a:hover{color:#fff;background:#0055a6;}


.contact{margin-top:40px; padding:0px 1rem; overflow:hidden; background:#fff;}
.contact .top{height:42px;clear:both; overflow:hidden;text-align:left;margin-left:20px;margin-right:23px; border-bottom:1px solid #e5e5e5;padding-top:21px;position:relative;}
.contact .top h2{font-size:20px;color:#595757;line-height:42px; float:left;}
.contact .top span{background: url(../images/bg-23.png) no-repeat left center;padding-left:15px;float:right;line-height:42px;position:absolute;right:0;bottom:0;color:#b5b5b6;font-size:14px;}
.contact .top span a{color:#b5b5b6;}


.Honr-list{ overflow:hidden;padding-top:32px;}
.Honr-list ul li{width:32%; height:508px;float:left; margin-right:2%;padding-bottom:18px;text-align:center;font-size:.87rem;line-height:3rem;}
.Honr-list ul li:nth-child(3n+0){ margin-right:0px;}
.Honr-list ul li img{background:#fff;border:2px solid #ccc; width:100%; padding:.5rem 0px;}

.Honr-list ul li a{color:#595757;}
.Honr-list ul li a:hover{color:#004098;}



.nav-class{height:35px;clear:both;margin-top:25px; overflow:hidden;text-align:left;}
.nav-class ul{float:left;position:relative;left:50%;}
.nav-class ul li{width:106px;float:left;text-align:center;font-size:14px;line-height:35px;margin-right:36px;position:relative;right:50%;}
.nav-class ul li a{display:block;width:106px;height:35px;color:#333;background:#fff;}
.nav-class ul li a:hover{color:#fff;background:#004098;}
.nav-class ul li.current86 a{color:#fff;background:#004098;}


.solve{ overflow:hidden; clear:both;}

.solve ul li {
    font-size: 1rem;
    line-height: 3rem;
    border-bottom: 1px dashed #ddd;
    position: relative;
    color: #737373;
}
.solve ul li:hover a{  color:#004098;}
.solve ul li a{font-size: 1rem;
    line-height: 3rem;    color: #737373;}
.solve ul li span{ float:right;}


.b_23.fzlc ul{padding-top:46px;}
.b_23.fzlc ul li{ overflow:hidden;padding-left:32px;background: url(../images/bg-28.jpg) repeat-y 123px 10px;}
.b_23.fzlc ul li span.a{float:left;width:119px;font-size:1.2rem;font-weight:bold;line-height:100px;color:#555;font-weight:bold;}
.b_23.fzlc ul li span.b{float:right;width:calc(100% - 120px);color:#595757;font-size:1rem;line-height:2rem;padding-top:33px;}


.b_23.jzl{background:#fff url(../images/bg-30.jpg) no-repeat left bottom;padding:36px 50px 66px 69px;}
.b_23.jzl ul li{width:50%;float:left;padding-bottom:66px;}
.b_23.jzl ul li.ab{float:right;}
.b_23.jzl ul li .lf{width:98px;height:143px;padding-top:21px;}
.b_23.jzl ul li .rt{width:calc(100% - 98px);color:#595757;font-size:.87rem;line-height:23px;}
.b_23.jzl ul li .rt h3{color:#004098;font-size:1.2rem;}
.b_23.jzl ul li .rt h2{color:#e60012;font-size:1.2rem;line-height:46px;background: url(../images/line-1.png) no-repeat 0 43px;}
.b_23.jzl ul li .rt p{margin:0;padding:0;}
@media (min-width: 1330px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
}
@media (max-width: 1329px) {
  .list-p-1 {
    margin: 0;
  }
  .list-p-1 li {
    margin: 0 0.5%;
    width: 24%;
  }
  .advant-cont p {
    line-height: 20px;
  }
  .newslist li {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .logo-info h5 {
    font-size: 20px;
    margin: 10px 0 0;
  }
  .logo-info span {
    font-size: .87rem;
  }
  .callhot {
    font-size: 13px;
    text-align: right;
  }
  .icon-calltels {
    width: 20px;
    height: 20px;
  }
  .callhot strong {
    font-size: 20px;
  }
  .search-box {
    padding: 8px 0;
  }
  .dinlocals p {
   font-size: 13px;
   margin: 0; 
  }
  .cinlt .imgs1 {
    width: 120px;
    height: auto;
  }
  .navlist li {
    font-size: .87rem;
  }
}
@media (max-width: 991px) {
	.Honr-list ul li{  height:auto;}
	
  .header-top {
    font-size: 12px;
  }
  .list-p-1 li {
    height: auto;
  }
  .advant-cont h3 {
    font-size: 18px;
  }
  .our-advant {
    height: auto;
  }
  .p-item1-img {
    padding: 10px;
    height: 200px;
  }
  .ad-left {
    width: 80%;
    margin-left: 10%;
  }
  .ad-right {
    float: left;
    width: 100%;
  }
  .pings-us p {
    font-size: 13px;
    line-height: 1.5em;
  }
  .pings-us {
    padding-bottom: 10px;
  }
  .culture-info p {
    line-height: 1.4em;
  }
  .culture-info h5 {
    line-height: 40px;
  }
  .culture-info {
    padding: 10px 12px;
  }
  .footer .callhot {
    white-space: normal;
  }
  .footer .callhot strong {
    display: inline-block;
  }
  .cinlt {
    flex-direction: column;
  }
  .cinlt .chat {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
  }
  .jsinbox {
    flex-wrap: wrap;
  }
  .linksing {
    width: 33%;
    margin-bottom: 20px;
  }
  .linksing h6 {
    border: 0;
  }
}
@media (max-width: 767px) {
	.Among-box .contact .con{    word-wrap: break-word;}
	.Honr-list ul li{ width:100%; height:auto;}
	.text-info{ padding:0px;}
	.text-info table{ width:100% !important; font-size:.8rem!important;}
	.text-info table span{ font-size:.7rem !important;}
	.navlist li:nth-child(2)>a {
            pointer-events: none;
           
        }
	.navlist li:nth-child(3)>a {
            pointer-events: none;
           
        }
		
		.navlist li:nth-child(4)>a {
            pointer-events: none;
           
        }
		.navlist li:nth-child(5)>a {
            pointer-events: none;
           
        }
		.navlist li:nth-child(7)>a {
            pointer-events: none;
           
        }
	.b_23.jzl ul li{ width:100%;}
	.b_23.jzl{ padding:30px 10px;}
	.b_23.jzl ul li .lf{ float:left;}
	.b_23.jzl ul li .rt{width: calc(100% - 108px); float:right;}
	.b_23.jzl ul li .rt h3,.b_23.jzl ul li .rt h2{ line-height:1.2rem;  font-size:1rem;}
	.news-box>.no {
    background: url(../images/ico-1.png) 30% 31px no-repeat #004098;}	
	.news-class{ display:none;}
	.news-class2{ display:block;}
	.swiper-banner{ display:none;}
	.swiper-banner2{ display:block !important; }
	.news-item-img{ float:left;}
	.news-list ul li .rt a.more{ margin:10px auto;}
	.news-list ul li .lf{ margin:auto; width:100%;}
	.news-list ul li .lf img{ height:auto; width:100%;}
	.news-list ul li .rt{ width:100%; height:auto;}
	.news-list ul li{ display:block;}
	.news-item-info{ width:calc(100% - 110px);}
	.news-list ul li .rt a.more{ position:inherit;}
	.advant-cont .v-img{ margin:auto;}
	.adinfos{ width:70%;}
	.news-box{ width:100%;}
	.solve ul li a{ width:70%;overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; display:inline-block;}
	.nav-class ul{ width:100%; float:inherit; text-align:center;}
	.nav-class ul li{ float:inherit; margin-right:10px; display:inline-block;}
	.box-right2{ width:100%;}
	.list-p-2 li{ width:43%; height:14rem; display:inline-block; margin:auto 10px; float:inherit;}
	.b_15{ display:none;}
	.service{ display:none;}
	
  .header-top {
    height: 80px;
  }
  .v-w100 {
    width: 100%;
  }
  .swiper-style.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .news-item {
    flex-direction: initial;
  }
  .news-item-img {
    margin-right: auto;
  }
 
  .list-p-1 li {
    width: 49%;
  }
  .navbar-list {
    height: 100px;
  }
  .navlist {
    flex-wrap: wrap;
    position: relative;
  }
  .navlist li {
    flex: auto;
    width: 25%;
    position: static;
  }
  .submenu {
    left: 0 !important;
    right: auto !important;
    top: 100px;
    width: 100%;
  }
  .navlist li > a::after {
    display: none;
  }
  .navlist li.active > a {
    color: #007aff;
  }
}
@media (max-width: 575px) {
  .logo {
    justify-content: center;
  }
  .submenu {
    padding: 10px;
  }
  .swiper-style.swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    font-size: 12px;
    width: 80px;
  }
  .culture-info strong {
    display: block;
  }
  .video-box video {
    height: 260px;
  }
  .culture-info {
    padding-bottom: 20px;
  }
  .newslist li {
    width: 100%;
    overflow: hidden;
  }

  .m-ains {
    width: 100%;
    margin: 0;
  }
  .m-ains a {
    line-height: 24px;
  }
  .m-imgs {
    width: auto;
    height: 120px;
    object-fit: cover;
  }
  .submenu {
    height: auto;
  }
}
@media (max-width: 374px) {
  .swiper-style.swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    font-size: 12px;
    width: 65px;
  }
}