@charset "UTF-8";
/*header start*/
img{
    height: auto;
    max-width: 100%;
}
#menuWap {
  display: none;
}
@media screen and (max-width: 767px) {
  .f-logo {
    display: none;
  }
}

@media (max-width: 1280px) and (min-width: 1200px){
    .logo img{
        width: 100px;
    }
    .logo {
    margin: 40px 0 !important;
}
}
.search-tool .search-tool-inner button img {
    width: 24px;
}
.content-news-detail h2 {
    font-size: 24px;
}
.content-news-detail h3 {
    font-size: 18px;
}
.main-box{
	overflow: hidden;
}
.layui-layer-content {
  height: calc(100% - 43px);
}

.layui-layer-content iframe {
  height: 100% !important;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  background-color: #fff;
}

.header .shareto a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: rgba(102, 102, 102, 0.5);
  text-align: center;
  line-height: 28px;
  margin-left: 5px;
}

.header .shareto a:hover .iconfont {
  color: #F9492F;
}

.header .shareto a .iconfont {
  color: #FFF;
  font-size: 14px;
}

.logo {
  float: left;
  width: 10%;
  margin: 30px 0 0;
}

.nav-box {
  float: left;
  width: 90%;
  box-sizing: border-box;
  position: relative;
}

.pcnav li {
  display: inline-block;
  position: relative;
}

.pcnav li a {
  display: block;
  color:black;
  font-size: 18px;
  text-transform: uppercase;
  padding: 40px 16px 24px;
  position: relative;
}

.pcnav li a:after {
  transition: all 0.5s;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #F9492F transparent;
  opacity: 0;
}

.pcnav li:hover a:after {
  opacity: 1;
}

.pcnav li:hover .erji {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.pcnav .cur a {
  color: #F9492F;
}

.pcnav .cur a:after {
  opacity: 1;
}

.h-right {
  position: absolute;
  right: 0;
  top: 35px;
  display: flex;
  align-items: center;
}
@media(max-width:1100px){
	.h-right{
		top:60px;
	}
}
.h-right .h-ss {
  margin-left: 22px;
  width: 17px;
}

.erji {
  position: absolute;
  left: 0;
  min-width: 100%;
  background-color: #F9492F;
  box-sizing: border-box;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 12px;
  transition: all 0.5s;
  top: 110%;
  opacity: 0;
  visibility: hidden;
}

.erji dd {
  margin-bottom: 10px;
}

.erji dd a {
  color: #FFF !important;
  line-height: 1.5;
  padding: 0  !important;
  text-transform: capitalize;
  white-space: nowrap;
}

.erji dd a:hover {
  text-decoration: underline;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
/*     margin-bottom: 30px; */
}
/*header end*/
/*footer start*/
.footer {
  background-color: #333333;
}

.footer-box {
  padding: 90px 0 80px;
}

.f-logo {
  float: left;
  width: 20%;
  text-align: center;
  color: #B6B4B7;
  font-size: 16px;
}

.f-logo p {
  margin: 50px 0 0;
}

.f-nav {
  float: right;
  width: 78%;
  font-size: 16px;
  color: #B6B4B7;
}

.f-nav dd {
  margin-bottom: 8px;
}

.f-nav h3 {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 16px;
}

.f-nav a {
  color: #B6B4B7;
}

.f-nav a:hover {
  color: #FFF;
  text-decoration: underline;
}

.f-nav li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-left: 5%;
  word-wrap: break-word;
}

.f-nav li:nth-last-child(1) {
  padding-left: 0;
}

.f-nav .shareto {
  margin: 30px 0 0;
}

.f-nav .shareto .iconfont {
  color: #CACACA;
}

.f-nav .shareto a {
  margin-right: 28px;
}

.f-nav .shareto a:hover {
  text-decoration: none;
}

.f-nav .shareto a:hover .iconfont {
  color: #0C4F9D;
}

.foot-copy {
  font-size: 14px;
  text-align: center;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(101, 100, 102, 0.3);
}

/*footer end*/
/*轮播图start*/
.banner {
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .swiper-slide .video-box {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box img {
  width: 100%;
  height: auto;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  background: rgba(102, 102, 102, 0.8);
  opacity: 1;
  border-radius: inherit;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.6s;
  position: relative;
}

.banner .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 2px solid #FFF;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
}

.banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px;
}

.banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1), .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}

.banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-last-child(1), .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-last-child(1) {
  margin-right: 0;
}

.banner .swiper-pagination {
  bottom: 80px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.banner .swiper-pagination:before {
  content: '';
  position: absolute;
  left: 0px;
  height: 1px;
  background-color: #FFF;
  width: 100%;
  top: 50%;
}

.banner .swiper-pagination-bullet-active {
  background-color: #FFF;
}

.banner .swiper-pagination-bullet-active:after {
  opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  flex-direction: column;
}

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.crumbs-box {
  padding: 12px 0;
  font-size: 16px;
  margin-bottom: 36px;
}

.crumbs-box .home {
  background: url("../images/home.png") no-repeat 0 40%;
  padding-left: 30px;
}

.crumbs-box a {
  color: #666;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #666;
}

.crumbs-box span {
  color: #666;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.main {
  max-width: 1920px;
  margin: 0 auto;
}

.ipd-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 66px;
  height: 66px;
  right: 12px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #333333;
  text-align: center;
  line-height: 66px;
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.5);
}

#toTop img {
  vertical-align: middle;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 70px 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  display: inline-flex;
  font-size: 26px;
  color: #AAAAAB;
  margin: 0 10px;
  width: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
}

.page-box .page-inner .current {
  color: #000;
  text-decoration: underline;
}

/*分页 end*/
/*公共样式定义 end*/
.title {
  line-height: 1;
  text-align: center;
  margin: 110px 0 50px;
  text-transform: uppercase;
}

.title h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 14px;
}

.title .tips {
  font-size: 16px;
  color: #999;
}

.pro-item-tab {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #7A7873;
}

.pro-item-tab a {
  color: #666;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px 8px;
  position: relative;
  top: 1px;
}

.pro-item-tab a.cur {
  border-bottom: 2px solid #333333;
}

.index-product-grid .pro-item-tab {
  margin-bottom: 38px;
}

.index-product-grid .product-list ul {
  margin: 0 -10px;
}

.index-product-grid .product-list .imgshow img {
  width: 100%;
}

.index-product-grid .product-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.product-list h3 {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-list h3 a {
  font-size: 16px;
  color: #666;
}

.product-list .imgshow {
  transition: all 0.4s;
}

.product-list .see-more {
  font-size: 12px;
  color: #999;
}

.product-list .text {
  margin-top: 16px;
}

.product-list .p-item {
  position: relative;
}

.product-list .p-item:hover .imgshow {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.pro-more {
  margin: 45px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.pro-more a {
  display: inline-block;
  color: #FFF;
  padding: 16px 56px;
  line-height: 1;
  font-size: 16px;
  background: #333;
  transition: all 0.4s;
}

.pro-more a:hover {
  background-color: #F9492F;
}

.index-news-grid .news-cont .imgshow {
  float: left;
  width: 47%;
}

.index-news-grid .news-cont .imgshow img {
  width: 100%;
}

.ind-news-list {
  float: right;
  width: 50%;
  color: #333;
}

.ind-news-list a {
  color: #333;
}

.ind-news-list h3 {
  font-size: 25px;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}

.ind-news-list h3 .h-t {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.ind-news-list .date {
  font-size: 25px;
  color: #BDBDBD;
  font-weight: bold;
  top: 0;
  right: 0;
  position: absolute;
}

.ind-news-list .see-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.ind-news-list .see-more .iconfont {
  font-size: 26px;
  color: #B2B1B1;
}

.ind-news-list p {
  line-height: 22px;
  height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
}

.ind-news-list .n-item {
  position: relative;
  padding-right: 35%;
}

.ind-news-list li {
  padding: 34px 26px 34px 20px;
  border-bottom: 1px solid rgba(101, 100, 102, 0.3);
  transition: all 0.4s;
}

.ind-news-list li:nth-child(1) {
  border-top: 1px solid rgba(101, 100, 102, 0.3);
}

.ind-news-list li:hover {
  background: #333;
  box-shadow: 3px 3px 13px 0px rgba(68, 68, 68, 0.18);
  border-color: transparent;
  transform: translateX(-10px);
}

.ind-news-list li:hover a {
  color: #FFF;
}

.ind-news-list li:hover p {
  color: #c7c7c7;
}

.solu-cont {
  display: flex;
}

.solu-cont .imgshow {
  float: left;
  width: 52.5%;
  flex-shrink: 0;
}

.solu-cont .imgshow img {
  width: 100%;
}

.solu-cont .text {
  float: left;
  width: 47.5%;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 5%;
}

.solu-cont .text em {
  color: #333;
}

.solu-cont h3 {
  font-size: 36px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.solu-swiper {
  position: relative;
  margin: 30px 0 0;
  box-shadow: 3px 3px 32px 6px rgba(68, 68, 68, 0.06);
}

.solu-swiper .swiper-button-next:after, .solu-swiper .swiper-button-prev:after {
  color: #999;
}

.solu-swiper .swiper-button-next {
  right: 0;
  margin-right: -60px;
}

.solu-swiper .swiper-button-prev {
  left: 0;
  margin-left: -60px;
}

.indexbd {
  background: #F4F4F4;
}

.service-quality .swiper-slide:hover .line {
  background: url("../images/q-line2.png") no-repeat;
  background-size: 100% 100%;
}

.service-quality .line {
  height: 20px;
  background: url("../images/q-line.png") no-repeat;
  background-size: 100% 100%;
}

.service-quality .num {
  font-size: 24px;
  color: #666;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 20%;
}

.service-quality h3 {
  font-size: 21px;
  color: #666;
  text-transform: uppercase;
}

.service-quality .text {
  margin-bottom: 24px;
/*   text-align: right; */
  padding: 0 24px;
}

.service-quality .text-p {
  font-size: 16px;
  color: #888;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
}

.service-quality .shuline {
  height: 36px;
  border-right: 2px solid #c4c4c4;
  margin-right: 20%;
  margin-bottom: 50px;
  position: relative;
}

.service-quality .shuline:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 20px;
  background: url("../images/q-add.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 -8px -19px 0;
}

.service-quality .imgshow {
  padding: 0 24px;
}

.service-quality .imgshow img {
  max-width: 100%;
}

.index-about-grid .about-text {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 0 10%;
}

.about-list {
  margin: 70px 0 60px;
}

.about-list ul {
  margin: 0 -11px;
}

.about-list .imgshow img {
  width: 100%;
}

.about-list li {
  float: left;
  width: 33.33%;
  padding: 0 11px;
  box-sizing: border-box;
}

.content-left {
  float: left;
  width: 18%;
}

.pro-t {
  margin: 0px 0 10px;
  border-bottom: 4px solid #BCBCBC;
  background-repeat: no-repeat;
  background-position: 98% 50%;
/*   background-image: url("../images/titbg.png"); */
}

.pro-t h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

/* .proclass:hover .pro-t {
  background-image: url("../images/titbg2.png");
} */

.proclass li {
  font-size: 16px;
  border-bottom: 1px solid rgba(126, 133, 150, 0.16);
}

.proclass li:hover a, .proclass li.cur a {
  background: url("../images/arrow2.png") no-repeat 0 21px;
  color: #333;
}

.proclass li a {
  display: block;
  padding: 12px 0 12px 30px;
  color: #888;
  background: url("../images/arrow.png") no-repeat 0 21px;
}

.left-contact {
  margin: 24px 0 0;
}

/* .left-contact:hover .pro-t {
  background-image: url("../images/titbg2.png");
} */

.left-contact .pro-t {
  margin: 0 0 20px;
}

.left-contact dl {
  color: #B6B4B7;
}

.left-contact dl label {
  font-size: 18px;
  color: #666666;
  display: block;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.left-contact dl a {
  color: #B6B4B7;
}

.left-contact dl a:hover {
  color: #F9492F;
  text-decoration: underline;
}

.left-contact dl dd {
  margin-bottom: 24px;
  line-height: 2;
}

.left-contact dl dd:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
}

.left-contact dl label {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.left-contact dl .mail label {
  background-image: url("../images/left-mail.png");
}

.left-contact dl .tel label {
  background-image: url("../images/left-tel.png");
}

.left-contact dl .add label {
  background-image: url("../images/left-add.png");
}

.content-product .product-list-ny ul {
  margin: 0 -15px;
}

.content-product .product-list-ny .imgshow img {
  width: 100%;
}

.content-product .product-list-ny li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.content-product .product-list-ny li {
  margin-bottom: 25px;
}

.content-right {
  float: right;
  width: 77%;
}

.product-list-ny .p-item {
  padding: 12px 30px 30px;
  border: 1px solid #EEEEEE;
  transition: all 0.5s;
}

.product-list-ny .p-item:hover {
  box-shadow: 0px 1px 40px 0px rgba(51, 51, 51, 0.13);
}

.product-list-ny .p-item:hover .see-more {
  background-image: url("../images/p-more2.png");
}

.product-list-ny .imgshow img {
  width: 100%;
}

.product-list-ny h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.product-list-ny h3 a {
  color: #404040;
  font-size: 18px;
  display: block;
}

.product-list-ny p {
  font-size: 14px;
  color: #666;
  line-height: 23px;
  height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-list-ny .see-more {
  margin: 16px 0 0;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/p-more.png");
}

.banner-ny img {
  width: 100%;
}

.prodis-cont .shareto {
  margin-top: 70px;
}

.prodis-cont .shareto a {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #CDCDCD;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}

.prodis-cont .shareto a .iconfont {
  font-size: 24px;
  color: #333333;
}

.prodis-cont .shareto a:hover .iconfont {
  color: #F9492F;
}

.prodis-cont .text {
  float: right;
  width: 52%;
}

.prodis-cont .text h3 {
  font-size: 30px;
  color: #333;
  margin: 0 0 50px;
}

.prodis-cont .text-p {
  font-size: 16px;
  color: #91908F;
  line-height: 1.8;
  font-weight: 400;
}

.prodis-swiper {
  float: left;
  width: 42%;
  box-sizing: border-box;
}

.prodis-swiper .swiper-slide img {
  width: 100%;
}

.prodis-swiper .swiper-slide .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 77px;
  height: 77px;
  background-size: 100%;
  background: url("../images/play.png") no-repeat;
}

.prodis-swiper .gallery-thumbs {
  padding: 20px;
}

.prodis-swiper .gallery-thumbs .swiper-slide {
  box-sizing: border-box;
}

.prodis-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.bot-pro-swiper {
  position: relative;
  padding: 0 10px;
}

.bot-pro-swiper .swiper-button-next, .bot-pro-swiper .swiper-button-prev {
  width: 26px;
  height: 100%;
  text-align: center;
  top: 0;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bot-pro-swiper .swiper-button-next:after, .bot-pro-swiper .swiper-button-prev:after {
  display: none;
}

.bot-pro-swiper .swiper-button-next {
  right: 0;
  background-image: url("../images/pro-next.png");
}

.bot-pro-swiper .swiper-button-prev {
  left: 0;
  background-image: url("../images/pro-prev.png");
}

.links {
  margin-top: 45px;
}

.links li {
  float: left;
  width: 30%;
  box-sizing: border-box;
  border-right: 1px solid #FFF;
  position: relative;
  height: 58px;
  margin-right: 10px;
}

.links a {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.08);
  color: #333;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  gap:10px;
}

.links a img {
  margin-right: 15px;
  vertical-align: middle;
  width: 30px;
}

.links a .h-img {
  display: none;
}

.links a:hover {
  background-color: #333;
  color: #FFF;
  height: 80px;
  box-shadow: 0 10px 10px 10px rgba(51, 51, 51, 0.15);
}

.links a:hover img {
  display: none;
}

.links a:hover .h-img {
  display: inline-block;
}

.prodis-tt {
  font-size: 30px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin: 80px 0 70px;
}

.tablexsocll .my-table {
  /*float: left;*/
  /*width: 32%;*/
  /*margin-right: 2%;*/
}
.tablexsocll .my-table img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tablexsocll .my-table:nth-child(3) {
  margin-right: 0;
}

.tablexsocll table {
  width: 100%;
  color: #999;
  font-size: 16px;
}

.tablexsocll table td {
  width: 50%;
  border: 1px solid #CCCCCC;
  padding: 14px;
}

.video-box {
  position: relative;
}

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

.video-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  background: url("../images/play.png") no-repeat;
  transform: translate(-50%, -50%);
}

.pdf-list ul {
  margin: 0 -70px;
}

.pdf-list .imgshow img {
  width: 100%;
}

.pdf-list li {
  float: left;
  width: 25%;
  padding: 0 70px;
  box-sizing: border-box;
}

.pdf-list h3 {
  margin: 24px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 400;
}

.pdf-list h3 a {
  font-size: 20px;
  color: #999;
}

.pdf-list .pdf-item {
  position: relative;
}

.pdf-list .pdf-item .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 24px;
  background: url("../images/down.png") no-repeat;
  z-index: 1;
}

.related-pro {
  position: relative;
}

.related-pro .swiper {
  padding: 20px 0 60px;
}

.related-pro .swiper-button-next, .related-pro .swiper-button-prev {
  width: 26px;
  height: 100%;
  text-align: center;
  top: 0;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.related-pro .swiper-button-next:after, .related-pro .swiper-button-prev:after {
  display: none;
}

.related-pro .swiper-button-next {
  right: 0;
  margin-right: -50px;
  background-image: url("../images/pro-next.png");
}

.related-pro .swiper-button-prev {
  left: 0;
  margin-left: -50px;
  background-image: url("../images/pro-prev.png");
}

.news-list li {
  overflow: hidden;
  padding: 32px 20% 32px 32px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 25px;
}

.news-list li:hover {
  box-shadow: 0px 2px 28px 1px rgba(51, 51, 51, 0.16);
}

.news-list li:hover h3 a {
  color: #333;
}

.news-list li:hover:after {
  opacity: 1;
}

.news-list li:after {
  position: absolute;
  content: '';
  width: 36px;
  height: 16px;
  background: url("../images/n-more.png") no-repeat;
  right: 5%;
  top: 50%;
  margin: -8px 0 0;
  opacity: 0;
}

.news-list h3 {
  font-size: 20px;
}

.news-list h3 a {
  color: #666;
}

.news-list p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .imgshow {
  float: left;
  width: 22%;
}

.news-list .imgshow img {
  width: 100%;
}

.news-list .text {
  float: right;
  width: 73%;
}

.news-list .date {
  color: #B3B3B3;
  background: url("../images/date.png") no-repeat 0 50%;
  padding-left: 30px;
  margin: 12px 0;
}

.content-news-detail {
  padding: 0 0 60px;
}

.content-news-detail .n-tt {
  font-size: 30px;
  color: #2D2D2D;
  font-weight: bold;
  text-align: center;
}

.content-news-detail .text {
  color: #666;
  font-size: 18px;
  line-height: 1.8;
}

.content-news-detail .text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.blog-subtt {
  margin: 12px 0 24px;
  padding: 0 0 36px;
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #BCBCBC;
}

.blog-subtt .date {
  background: url("../images/time.png") no-repeat 0 50%;
  padding-left: 20px;
  margin-right: 60px;
}

.blog-subtt .web-share a {
  color: #333;
  margin-right: 6px;
}

.blog-subtt .web-share a:hover {
  color: #F9492F;
}

.solution-list li {
  overflow: hidden;
  padding: 26px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 30px;
}

.solution-list li:hover {
  box-shadow: 0px 2px 28px 1px rgba(51, 51, 51, 0.16);
}

.solution-list li:hover h3 a {
  color: #333;
}

.solution-list h3 {
  font-size: 18px;
}

.solution-list h3 a {
  color: #333;
}

.solution-list p {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solution-list .text-p {
  margin: 22px 0;
}

.solution-list .imgshow {
  float: left;
  width: 17%;
}

.solution-list .imgshow img {
  width: 100%;
}

.solution-list .text {
  float: right;
  width: 79%;
}

.solution-list .see-more {
  font-size: 12px;
  border: 1px solid #333333;
  line-height: 1;
  padding: 12px 20px;
  color: #333;
  font-weight: bold;
  display: inline-block;
}

.solution-list .see-more:hover {
  background-color: #333;
  color: #FFF;
}

.odm-info .title {
  margin: 0 0 120px;
}
.odm-info  .infotabbox .d-info-cont:nth-child(1){
	display: flex;
}
.odm-info .d-info-cont {
  font-size: 18px;
  color: #666;
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  display: none;
}

.odm-info .d-info-cont .imgshow {
  width: 36%;
  flex-shrink: 0;
}

.odm-info .d-info-cont .imgshow img {
  max-width: 100%;
}

.odm-info .d-info-cont .text {
  width: 58%;
  flex-shrink: 0;
}

.odm-list {
  margin: 0 0 35px;
  border-bottom: 1px solid #ECE9E9;
  padding: 0 60px;
}

.odm-list h3 {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  margin: 20px 0 30px;
}

.odm-list li {
  text-align: center;
  float: left;
  width: 16.66%;
}

.odm-list li:hover .d-item:after ,.odm-list li.cur .d-item:after {
  width: 100%;
}

.odm-list li:hover .d-item .icon,.odm-list li.cur .d-item .icon {
  border-color: #F9492F;
}

.odm-list li:hover h3,.odm-list li.cur h3 {
  color: #F9492F;
}

.odm-list li:hover .icon img,.odm-list li.cur .icon img {
  display: none;
}

.odm-list li:hover .icon .h-img,.odm-list li.cur .icon .h-img {
  display: inline-block;
}

.odm-list li:nth-child(2n) .icon:after {
  display: none;
}

.odm-list li:nth-child(2n) .icon:before {
  content: '';
  position: absolute;
  width: 188px;
  height: 56px;
  background: url("../images/odm-bot.png") no-repeat;
  bottom: 0;
  left: 0;
  transform: translate(40%, 100%);
}

.odm-list li:nth-last-child(1) .icon:after {
  display: none;
}

.odm-list li:nth-last-child(1) .icon:before {
  display: none;
}

.odm-list .d-item {
  width: 136px;
  padding: 0 15px;
  position: relative;
}

.odm-list .d-item:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #F9492F;
  transition: all 0.5s;
}

.odm-list .icon {
  display: inline-block;
  width: 136px;
  height: 136px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 136px;
  border-radius: 50%;
  position: relative;
}

.odm-list .icon:after {
  content: '';
  position: absolute;
  width: 188px;
  height: 56px;
  background: url("../images/odm-top.png") no-repeat;
  top: 0;
  left: 0;
  transform: translate(40%, -100%);
}

.odm-list .icon img {
  vertical-align: middle;
}

.odm-list .h-img {
  display: none;
}

.odm-left {
  float: left;
  width: 51%;
}

.odm-left li {
  display: flex;
  padding: 18px 0;
  background: #FFFFFF;
  box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.06);
  font-size: 18px;
  color: #666666;
  align-items: center;
  border-left: 6px solid transparent;
  transition: all 0.5s;
  margin-bottom: 40px;
}

.odm-left li:hover {
  border-color: #F9492F;
}

.odm-left li .icon {
  width: 62px;
  height: 62px;
  background-color: #F2F2F2;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  margin: 0 40px 0 50px;
  flex-shrink: 0;
}

.odm-left li .icon img {
  vertical-align: middle;
}

.odm-left li p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odm-right {
  width: 45%;
  float: right;
}

.odm-right img {
  max-width: 100%;
}

.odm-servie {
  padding: 0 0 70px;
}

.about-info {
  margin: 0 0 100px;
}

.about-info h3 {
  font-size: 20px;
  color: #333;
  font-weight: 400;
/*   text-align: center; */
  margin-bottom: 10px;
}

.about-info .text-p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.about-info .text {
  float: left;
  width: 56%;
}

.about-info .imgshow {
  float: right;
  width: 40%;
}

.about-info .imgshow img {
  max-width: 100%;
}

.content-about .title {
  margin: 60px 0;
}

.about-cen {
  display: flex;
  background: url("../images/about-cenright.jpg") no-repeat 100% 50%;
  background-size: cover;
}

.about-cen .imgshow {
  width: 49.3%;
  flex-shrink: 0;
  float: left;
}

.about-cen .imgshow img {
  width: 100%;
}

.about-cen .text {
  float: right;
  width: 50.7%;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.82);
  color: #FFF;
  box-sizing: border-box;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-cen .text h3 {
  font-size: 38px;
}

.about-cen .text span {
  display: block;
  font-size: 20px;
  margin: 24px 0;
}

.about-cen .text p {
  font-size: 16px;
  line-height: 2;
}

.about-honor {
  margin: 0 0 100px;
  padding: 0 50px;
  position: relative;
}

.about-honor .swiper-slide {
  border: 1px solid #f4f4f4;
  transform: scale(0.8);
}

.about-honor .swiper-slide img {
  width: 100%;
}

.about-honor .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.about-honor .swiper-button-next, .about-honor .swiper-button-prev {
  width: 26px;
  height: 100%;
  text-align: center;
  top: 0;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.about-honor .swiper-button-next:after, .about-honor .swiper-button-prev:after {
  display: none;
}

.about-honor .swiper-button-next {
  right: 0;
  background-image: url("../images/pro-next.png");
}

.about-honor .swiper-button-prev {
  left: 0;
  background-image: url("../images/pro-prev.png");
}

.contact-cont .imgshow {
  float: right;
  width: 41%;
}

.contact-cont .imgshow img {
  width: 100%;
}

.contact-cont .msg-grid {
  float: left;
  width: 50%;
}

.contact-cont .title {
  margin: 0 0 60px;
}

.contact-cont.fixed {
    display:flex;
    flex-direction: row-reverse;
}

.imgshow.fixed {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pd8 {
    background-color: rgba(51, 51, 51, 0.88);
}

.con-list {
    /* transform: translateY(-50%); */
    /* margin-left: 10px; */
    /* float: left; */
    background-color: rgba(51, 51, 51, 0.88);
    color: #FFF;
    /* width: 430px; */
    box-sizing: border-box;
    padding: 30px 30px 1px;
}

.con-list a {
  color: #FFF;
}

.con-list h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.con-list li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 36px;
  line-height: 2;
  padding-left: 50px;
  background-position: 0 5px;
  background-repeat: no-repeat;
}

.con-list li a:hover {
  color: #F9492F;
}

.con-list .tel {
  background-image: url("../images/con-tel.png");
}

.con-list .mail {
  background-image: url("../images/con-mail.png");
}

.con-list .add {
  background-image: url("../images/con-add.png");
}

.con-list .shareto a {
  display: inline-block;
  margin: 0 40px 0px 0;
}

.con-list .shareto a:hover {
  color: #F9492F;
}

.msg-grid .usedComp {
  display: flex;
}

.msg-grid .usedComp:nth-child(5) {
  display: block;
  position: relative;
  padding: 40px 0 0 0px;
}

.msg-grid .usedComp:nth-child(5) label {
  position: absolute;
  left: 0;
  top: 0;
}

.msg-grid .usedComp:nth-child(5) .xhl-controls {
  padding-left: 140px;
  box-sizing: border-box;
}

.msg-grid .usedComp label {
  width: 130px;
  flex-shrink: 0;
  font-size: 18px;
  color: #666;
}

.msg-grid .xhl-input-xlarge {
  background-color: transparent;
  border-bottom: 1px solid #191919;
}

.msg-grid .xhl-controls {
  width: 100%;
}

.msg-grid .xhl-controls .xhl-textarea {
  background-color: transparent;
  border: 1px solid #191919;
}

.msg-grid #xhlFormSubmit {
  background-color: #131313;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  width: 185px;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
}

.content-service {
  background: url("../images/lingbg.jpg") no-repeat 50% 100%;
  padding: 0 0 1px;
}

.linemore {
  text-align: center;
  cursor: pointer;
  width: 50px;
  margin: -20px auto 110px;
}

.linemore .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B5B5B5;
  margin: 0 auto 16px;
}

.linemore.act img {
  transform: rotate(-180deg);
}

.service-list ul {
  position: relative;
}

.service-list ul:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ECECEC;
}

.service-list h3 {
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-list p {
  font-size: 18px;
  color: #858585;
}

.service-list li {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.service-list li .line {
  width: 232px;
  height: 1px;
  background-color: #ECECEC;
  position: absolute;
  left: 50%;
  top: 104px;
  transform: translateX(-66%);
}

.service-list li .line:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #F9492F;
  border-radius: 50%;
  left: 66%;
  margin: -5px 0 0 -4.5px;
  z-index: 2;
  top: 50%;
}

.service-list li .num {
  font-size: 16px;
  color: #888888;
  position: absolute;
  left: 65px;
  top: -30px;
}

.service-list li:nth-child(2n) .num {
  left: auto;
  right: 65px;
}

.service-list li:nth-child(2n) .line {
  transform: translateX(-34%);
}

.service-list li:nth-child(2n) .line:after {
  left: 34%;
}

.service-list li:nth-child(2n) .text {
  padding-left: 275px;
  padding-right: 0;
  float: right;
}

.service-list li:nth-child(2n) .imgshow {
  float: left;
  padding-left: 0;
  padding-right: 130px;
}

.service-list .text {
  margin-top: 70px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 275px;
}

.service-list .imgshow {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 130px;
}

.service-list .imgshow img {
  max-width: 100%;
}

@media screen and (max-width: 1566px) {
  .solu-swiper {
    padding: 0 60px;
  }
  .solu-swiper .swiper-button-prev {
    margin-left: 0;
  }
  .solu-swiper .swiper-button-next {
    margin-right: 0;
  }
  .related-pro .swiper-button-next {
    margin-right: 0;
  }
  .related-pro .swiper-button-prev {
    margin-left: 0;
  }
  .related-pro {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1024px){
		nav#menuPc li {
    margin-left: 8px !important;
}
}
@media screen and (max-width: 1466px) {
  .m-width-1440 {
    max-width: 1200px;
  }
	nav#menuPc li {
    margin-left: 15px;
}
  .pcnav li a {
    font-size: 14px;
    padding: 40px 2px 24px;
  }
  .title {
    margin: 50px 0;
  }
  .ind-news-list li {
    padding: 10px 20px;
  }
  .ind-news-list h3 {
    font-size: 20px;
  }
  .solu-cont h3 {
    font-size: 24px;
  }
  .solu-cont .text {
    font-size: 18px;
  }
  .pdf-list ul {
    margin: 0 -10px;
  }
  .pdf-list .imgshow img {
    width: 100%;
  }
  .pdf-list li {
    float: left;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .news-list h3 {
    font-size: 16px;
  }
  .odm-list .d-item {
    width: 100px;
  }
  .odm-list .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .odm-list .icon img {
    height: 40px;
  }
  .odm-list .icon:after {
    width: 110px;
    background-size: 100%;
    height: 36px;
    transform: translate(60%, -100%);
  }
  .odm-list li:nth-child(2n) .icon:before {
    width: 110px;
    background-size: 100%;
    height: 36px;
    transform: translate(60%, 100%);
  }
  .odm-info .d-info-cont .text,.odm-left li p{
    font-size: 14px;
  }
  
  .odm-left li {
    margin: 0 0 19px;
  }
  .about-cen .text h3 {
    font-size: 30px;
  }
  .con-list {
    transform: translateY(0);
    margin: 0;
  }
  .content-contact {
    padding: 0 0 30px;
  }
  .service-list li:nth-child(2n) .text {
    padding-left: 180px;
  }
  .service-list .text {
    padding-right: 180px;
  }
  .service-list p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  #menuPc {
    display: none;
  }
  #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: relative;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #F9492F;
    box-shadow: 0 1px 1px #333;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner .banner-content {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .swiper-slide .video-box {
    display: none;
  }
  .h-right {
    display: none;
  }
  .inner-20 {
    padding: 0 20px;
  }
  .header {
    position: relative;
    border: none;
  }
  .logo {
    margin: 28px 0 0;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .socllx {
    overflow-x: auto;
  }
  .pro-item-tab {
    white-space: nowrap;
    width: auto;
    display: block;
  }
  .pro-item-tab a {
    white-space: nowrap;
  }
  .index-product-grid .product-list li {
    width: 50%;
  }
  .index-news-grid .news-cont .imgshow {
    display: none;
  }
  .index-news-grid .news-cont .imgshow, .ind-news-list {
    width: 100%;
  }
  .ind-news-list .n-item {
    padding-right: 0;
  }
  .ind-news-list .date {
    position: relative;
    font-size: 14px;
  }
  .ind-news-list .see-more {
    display: none;
  }
  .ind-news-list h3 .h-t {
    width: 100%;
    white-space: initial;
  }
  .ind-news-list p {
    height: auto;
    display: block;
  }
  .ind-news-list li:hover {
    transform: translateX(0);
  }
  .solu-cont .imgshow, .solu-cont .text {
    width: 100%;
  }
  .solu-cont {
    display: block;
  }
  .solu-cont h3 {
    margin: 0 0 5px;
    font-size: 18px;
  }
  .solu-cont .text {
    font-size: 14px;
  }
  .index-about-grid .about-text {
    padding: 0;
  }
  .f-logo {
    width: 100%;
  }
  .f-nav {
    display: none;
  }
  .footer-box {
    padding: 30px 0;
  }
  .solu-swiper {
    padding: 0 40px;
  }
  .content-left {
    display: none;
  }
  .content-right {
    width: 100%;
  }
  .content-product .product-list-ny li {
    width: 50%;
  }
  .product-list-ny .p-item {
    padding: 0;
    border: none;
  }
  .product-list-ny .p-item .imgshow {
    border: 1px solid #eee;
  }
  .content-product .product-list-ny ul {
    margin: 0 -5px;
  }
  .content-product .product-list-ny .imgshow img {
    width: 100%;
  }
  .content-product .product-list-ny li {
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .prodis-swiper, .prodis-cont .text {
    width: 100%;
    margin-top: 20px;
  }
  .prodis-cont .text h3 {
    margin: 0 0 20px;
  }
  .prodis-cont .shareto {
    margin-top: 20px;
  }
  .links {
    margin: 20px 0 0;
  }
  .links ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .prodis-tt {
    margin: 30px 0;
  }
  .tablexsocll .my-table {
    width: 100%;
    margin: 0 0 20px;
    overflow-x: auto;
  }
  .pdf-list li {
    width: 50%;
    margin: 0 0 20px;
  }
  .related-pro {
    padding: 0 40px;
  }
  .news-list .imgshow, .news-list .text {
    width: 100%;
  }
  .news-list .imgshow {
    margin: 0 0 20px;
  }
  .news-list li {
    padding: 0;
  }
  .news-list .text {
    box-sizing: border-box;
    padding: 0 20px 10px;
  }
  .page-list {
    display: none;
  }
  .page-box {
    padding: 30px 0;
  }
  .content-news-detail .n-tt {
    line-height: 1.2;
  }
  .blog-subtt {
    display: block;
    text-align: center;
  }
  .blog-subtt .web-share {
    display: inline-block;
    width: 100%;
  }
  .blog-subtt .date {
    margin-right: 0;
    display: inline-block;
  }
  .solution-list .imgshow, .solution-list .text {
    width: 100%;
  }
  .solution-list li {
    padding: 0;
  }
  .solution-list .text {
    box-sizing: border-box;
    padding: 20px;
  }
  .odm-list {
    margin: 0;
    padding: 0;
  }
  .odm-list li {
    width: 50%;
    text-align: center;
  }
  .odm-list li .icon:after {
    display: none !important;
  }
  .odm-list li .icon:before {
    display: none !important;
  }
  .odm-list .d-item {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .odm-info .title {
    margin: 0 0 30px;
  }
  .odm-info .d-info-cont {
    display: block;
  }
  .odm-info .d-info-cont .imgshow, .odm-info .d-info-cont .text {
    width: 100%;
  }
  .odm-info .d-info-cont .imgshow {
    margin: 0 0 20px;
  }
  .odm-left, .odm-right {
    width: 100%;
  }
  .odm-left li .icon {
    margin: 0 10px;
  }
  .odm-left li {
    font-size: 14px;
  }
  .about-info .text, .about-info .imgshow {
    width: 100%;
  }
  .about-info .text {
    margin: 20px 0 0;
  }
  .about-cen .imgshow, .about-cen .text {
    width: 100%;
  }
  .about-cen {
    display: block;
  }
  .about-info {
    margin: 0 0 40px;
  }
  .about-cen .text {
    box-sizing: border-box;
    padding: 20px;
  }
  .about-honor {
    margin: 0;
  }
  .contact-cont .msg-grid, .contact-cont .imgshow {
    width: 100%;
    box-sizing: border-box;
  }
  .contact-cont .imgshow {
    margin: 0 0 20px;
  }
  .con-list {
    width: 100%;
  }
  .con-list .shareto a {
    margin: 0 10px 0 0;
  }
  .con-list li {
    margin: 0 0 10px 0;
  }
  .msg-grid .usedComp {
    display: block;
  }
  .msg-grid .usedComp:nth-child(5) .xhl-controls {
    padding: 0;
  }
  .search-list ul li .li-inner .img-box, .search-list ul li .li-inner .img-text {
    width: 100%;
  }
  .search-list ul li .li-inner .img-text {
    margin: 20px 0 0;
  }
  .search-list .img-text .t a {
    white-space: initial;
  }
  #toTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .content-about .title {
    margin: 30px 0;
  }
  .service-quality .shuline {
    display: none;
  }
  .odm-left li p {
    display: block;
  }
  .odm-list .d-item:after {
    display: none;
  }
  .service-list .text, .service-list .imgshow, .service-list li:nth-child(2n) .text, .service-list li:nth-child(2n) .imgshow {
    width: 100%;
    padding: 0;
  }
  .service-list .text {
    margin: 0 0 12px;
  }
  .service-list li .line {
    display: none;
  }
  .service-list ul:after {
    display: none;
  }
  .service-list h3 {
    margin: 0 0 12px;
  }
  .service-list li {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
  }
  .service-list h3 {
    white-space: initial;
  }
  .linemore {
    margin: 0 auto 40px;
  }
}


@media screen and (max-width: 768px) {
  .contact-cont {
    flex-direction: column !important;
  }
}


#dibunav{
	display: none;
}
@media only screen and (max-width: 750px) {
	#dibunav{
		width: 80%;
		position: fixed;
		display: block;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%,-50%);
		display: flex;
    	justify-content: center;
    	background: rgba(245,245,245,0.9);
    	border-radius: 100px;
    	z-index: 99;
    	box-shadow: 0px 26px 25px -29px #000;
	}
}
#dibunav .dibunav-con{
	width: 95%;
	display: -webkit-flex;
	display: flex;
}
#dibunav .dibunav-con li{
	text-align: center;
	float: left;
	width: 25%;
	padding: 16px 0px;
}
#dibunav .dibunav-con li{
	border-left: 1px solid #fff;
}
#dibunav .dibunav-con li:nth-child(1){
	border-left: none;
}
#dibunav .dibunav-con li a{
	color: white;
	text-align: center;
}
#dibunav .dibunav-con li a img{
	/*width: 100%;*/
	display: inline-block;
	margin: 0 auto;
}
@media only screen and (max-width: 450px) {
	#dibunav{
		width: 95%;
		height: 63px;
		background: #333;
	}
	#dibunav .dibunav-con li a img{
		width: 25px;
	}
	#dibunav .dibunav-con li{
		    padding: 8px 0px 10px 0;
	}
	.logo{
	    width: auto;
	    margin-top: 15px;
	}
	.nav-box{
	    float: none;
	}
}
@media only screen and (max-width: 320px) {
	#dibunav{
		width: 100%;
		bottom: -3%;
	}
	#dibunav .dibunav-con li a img{
		width: 20px;
	}
}



#xhl-launch-button-div{
margin-bottom:30px!important
}
html{
    margin-top:0 !important;
}