﻿@charset "utf-8";
/* CSS Document */

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
  margin: 0;
  padding: 0;
}

/* IE5.xIE6бbug */
* html body {
  overflow-x: hidden;
}

* html iframe,
* html frame {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.u-line-2 {
  -webkit-line-clamp: 2
}

.u-line-3 {
  -webkit-line-clamp: 3
}

.u-line-4 {
  -webkit-line-clamp: 4
}

.u-line-5 {
  -webkit-line-clamp: 5
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

/* body */
body {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Microsoft Yahei,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif';
  -webkit-text-size-adjust: none;
  background: #FFF;
  /* max-width: 1920px; */
  /* overflow: hidden; */
  overflow-x: hidden;
  margin: 0 auto;
}

i,
em,
cite {
  font-style: normal;
}

/* a */
a {
  color: #757575;
  font-size: 14px;
  text-decoration: none;
}

a:hover {
  color: #ea1c27;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

textarea,
input {
  vertical-align: middle;
  font-size: 14px;
  outline: none
}

iframe {
  border: 0
}

/* li */
ul,
li {
  list-style-type: none;
}

/* img */
body img {
  border: 0 none;
  vertical-align: middle;
}

/* h* */
h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}


/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

input:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.8);
}

input:focus::-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.8);
}

input:focus::-o-input-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}

input:focus::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.8);
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.8);
}

input::-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.8);
}

input::-o-input-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}

input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.8);
}

/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/*返回顶部*/
.totop {
  position: fixed;
  right: 50%;
  margin-right: -528px;
  z-index: 10000;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 62px;
  background: url(../images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
}




/**************************************PC网站头部**********************************************/

.top-T_Wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: #FFF;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  /* background: rgba(0, 0, 0, 0.1); */

}

/* .top-T_Wrap.black{
    background: #FFF;
	-moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
	box-shadow: 0 0 10px rgba(128, 128, 128, 0.4); 
} */

.SitePC .top-T_Wrap .top-T {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 86%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.SitePC .top-T_Wrap .top-T .logo {
  width: 240px;
  text-indent: -99em;
  height: 120px;
  background: url(../images/logo.png?v=23354) left center no-repeat;
  background-size: auto 100px;
  overflow: hidden;
  display: flex;
}


.SitePC .top-T_Wrap .top-T .hea-R {
  display: none
}

.topLeft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/***********nav*******/
.SitePC .top-T_Wrap .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SitePC .top-T_Wrap .nav li {
  text-align: center;
  position: relative;
}

.SitePC .top-T_Wrap .nav li>a {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  height: 120px;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
}


/* .SitePC .top-T_Wrap.black .nav li>a {
    color: #333;
} */

.SitePC .top-T_Wrap .nav li>a span {
  position: relative;
  z-index: 100;
  padding-top: 55px;
  box-sizing: border-box;
}

.SitePC .top-T_Wrap .nav li>a:hover,
.SitePC .top-T_Wrap .nav li>a.cur,
.SitePC .top-T_Wrap .nav li:hover>a {
  color: #ea1c27;
  /* font-weight: bold; */
}

.SitePC .top-T_Wrap .nav li>a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  z-index: 10;
  height: 4px;
  background: #ea1c27;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.SitePC .top-T_Wrap .nav li>a:hover::after,
.SitePC .top-T_Wrap .nav li>a.cur::after,
.SitePC .top-T_Wrap .nav li:hover>a::after {
  width: 64px;
}

.SitePC .navwrap_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url(../images/wzlogo.png) 28px 15px no-repeat;
  background-size: 230px auto;
}

/* .ProBoxWrap {
	width: 220px;
	display: none;
	-moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
	box-shadow: 0 5px 5px rgba(128, 128, 128, 0.2);
	text-align: left;
	z-index: 100;
	position: absolute;
	left: -15px;
	background:#ea1c27;
} */

.SitePC .ProBoxWrap .ProBox {
  margin: 0 auto;
}

.SitePC .ProBoxWrap .ProBox .T a {
  display: block;
  height: 40px;
  text-align: center;
  text-transform: capitalize;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}

.SitePC .ProBoxWrap .ProBox .T a:hover {
  color: #fff;
}


.SitePC .ProBoxWrap .ProBox .T:nth-child(1) {
  margin-top: 10px;
}

.SitePC .ProBoxWrap .ProBox .T:nth-last-child(1) {
  margin-bottom: 10px;
}


.searchBott {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.searchBott a.icon {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.searchBott a.icon.wx {
  background: url(../images/iwx.png) left center no-repeat;
  background-size: 100%;
}

.searchBott a.icon.qq {
  background: url(../images/iqq.png) left center no-repeat;
  background-size: 100%;
}

.searchBott a.icon.wb {
  background: url(../images/idy.png) left center no-repeat;
  background-size: 100%;
}

.searchBott a.icon.wx:hover {
  background: url(../images/iwxa.png) left center no-repeat;
  background-size: 100%;
}

.searchBott a.icon.qq:hover {
  background: url(../images/iqqa.png) left center no-repeat;
  background-size: 100%;
}

.searchBott a.icon.wb:hover {
  background: url(../images/idya.png) left center no-repeat;
  background-size: 100%;
}

.searchBott .boo_left {
  display: flex;
  justify-content: flex-start;
  margin-right: 60px;
}

.lang,
.langwap {
  background: url(../images/waplan.png) left center no-repeat;
  padding-left: 28px;
  background-size: 22px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.langwap {
  display: none;
}

.lang:hover,
.langwap:hover {
  background: url(../images/waplanc.png) left center no-repeat;
  background-size: 22px;
}

.webapp .langwap {
  position: absolute;
  right: 60px;
  top: 0;
  display: block;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.xl {
  position: absolute;
  width: 180px;
  z-index: 100;
  left: -30px;
  transition-property: display;
  transition-duration: 0.5s;
  transition-delay: 1s;
  transition: 0.5s;
  visibility: hidden;
  overflow: hidden;
}

.ProBoxWrap {
  width: 180px;
  text-align: left;
  transition: 0.5s;
  background: rgba(235, 55, 63, 0.3);
  /* border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px; */
  transform: translateY(-100%);
  overflow: hidden;
}

.SitePC .top-T_Wrap .nav li:hover .xl {
  visibility: visible;
}

.SitePC .top-T_Wrap .nav li:hover .ProBoxWrap {
  visibility: visible;
  transform: translate(0px);
}


.topRight {
  /* display: flex;
justify-content: flex-end;
align-items: center; */
  height: 120px;
}

.SitePC .top-T_Wrap .top-T .searchBtn {
  display: block;
  cursor: pointer;
  z-index: 100;
  height: 100%;
  z-index: 10;
  margin-left: 30px;
}



.seach {
  overflow: hidden;
  width: 354px;
  background: url(../images/search.png) center top no-repeat;
  background-size: 100%;
  height: 52px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seach .keys {
  width: 160px;
  height: 36px;
  border: 0;
  background: none;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "微软雅黑";
  position: relative;
  z-index: 1;
}

.seach .text .btns {
  border: 0;
  background: url(../images/fdj.png) center center no-repeat;
  background-size: 16px auto;
  height: 36px;
  cursor: pointer;
  z-index: 10;
  width: 50px;
}

.webapp .seach {
  display: none;
}

/**************************************PC网站头部 结束**********************************************/

.PicScroll {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  padding-top: 120px;
}

.PicScroll .swiper-container {
  width: 100%;
  height: 100%;
}

.PicScroll .swiper-slide img {
  width: 100%;
}

.PicScroll .swiper-slide {
  text-align: center;
}

.webapp .PicScroll {
  padding-top: 50px;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.webapp .pagination {
  bottom: 2px;
}

.PicScroll .swiper-pagination-bullets {
  bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  right: 0;
  margin: auto;
  /**/
}

.PicScroll .swiper-pagination-bullet {
  background: none;
  width: 50px;
  height: 20px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.PicScroll .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #bcbebe;
  margin: auto;
}

.PicScroll .swiper-pagination-bullet-active {
  /* border: 1px solid #ea1c27; */
}

.PicScroll .swiper-pagination-bullet-active::after {
  background: #ea1c27;
}


.homeWrap .top-T_Wrap {
  /* background: #FFF; */
}



.aboutWrap {
  position: relative;
  margin: 0 auto;
  width: 86%;
  box-sizing: border-box;
  padding: 80px 0;
}

.aboutWrap .pubtitle {
  font-size: 26px;
  color: #353535;
}

.aboutWrap .pubtitle .en {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
}

.aboutWrap .pubtitle .en span {
  color: #ea1c27;
}

.aboutWrap .company {
  padding: 50px 0 35px;
  box-sizing: border-box;
  color: #b0b0b0;
}

.aboutWrap strong {
  font-size: 24px;
  line-height: 34px;
  display: block;
  color: #353535;
}


.aboutWrap .text {
  color: #717070;
  line-height: 34px;
  font-size: 17px;
  display: block;
}


.aboutWrap .ab_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.aboutWrap .more {
  font-size: 16px;
  color: #FFF;
  padding: 10px 35px;
  background: #ea1c27;
}

.aboutWrap .more span {
  font-family: '宋体';
}

.aboutWrap .aboutNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

.aboutWrap .aboutNav li a {
  text-align: center;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
}

.aboutWrap .aboutNav li a span {
  width: 115px;
  display: block;
  background: #000;
  height: 115px;
  margin-bottom: 12px;
  transition: all 0.5s linear 10ms;
  transform: translateY(0%) rotateY(0deg);
}

.aboutWrap .aboutNav li a:hover,
.aboutWrap .aboutNav li.cur a {
  color: #2c2c2c;
}


.aboutWrap .aboutNav li:nth-child(1) a span {
  background: url(../images/ic01.png) center center no-repeat;
  background-size: 100%;
}

.aboutWrap .aboutNav li:nth-child(2) a span {
  background: url(../images/ic02.png) center center no-repeat;
  background-size: 100%;
}

.aboutWrap .aboutNav li:nth-child(3) a span {
  background: url(../images/ic03.png) center center no-repeat;
  background-size: 100%;
}

.aboutWrap .aboutNav li:nth-child(4) a span {
  background: url(../images/ic04.png) center center no-repeat;
  background-size: 100%;
}


.aboutWrap .aboutNav li a:hover span {
  transform: translateY(0%) rotateY(360deg);
}


.aboutWrap .aboutNav li:nth-child(1):hover a span,
.aboutWrap .aboutNav li.cur a span {
  background: url(../images/ic01a.png) center center no-repeat;
  background-size: 100%;
}

.aboutWrap .aboutNav li:nth-child(2):hover a span {
  background: url(../images/ic02a.png) center center no-repeat;
  background-size: 100%;
}

.aboutWrap .aboutNav li:nth-child(3):hover a span {
  background: url(../images/ic03a.png) center center no-repeat;
  background-size: 100%;
}

.aboutWrap .aboutNav li:nth-child(4):hover a span {
  background: url(../images/ic04a.png) center center no-repeat;
  background-size: 100%;
}




/***首页产品***/

.inproWrap {
  background: url(../images/probj.jpg) center bottom no-repeat #ececec;
  background-size: 100%;
  padding: 80px 0 60px;
}

.inproTitle {
  margin: 0 auto;
  box-sizing: border-box;
  color: #404040;
  line-height: 40px;
  font-size: 30px;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
}

.inproTitle strong {
  display: block;
  font-size: 34px;
  margin-bottom: 25px;
}

.inproTitle span {
  display: block;
}

.inproTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 4px;
  margin: auto;
  background: #ea1c27;
}


.inproWrap .inproNav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.inproWrap .inproNav li {
  margin: 0 30px;
}

.inproWrap .inproNav li a {
  text-align: center;
  color: #575757;
  display: block;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  padding: 14px 0;
  width: 200px;
}



.inproWrap .inproNav li a:hover,
.inproWrap .inproNav li.cur a {
  color: #FFF;
  background: #ea1c27;
}

.myProductWrap {
  display: none;
}

.tabWrap .myProductWrap:nth-child(1) {
  display: block;
}

.myProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(86% + 40px);
  flex-wrap: wrap;
  margin: 0 auto;
}

.myProduct .li {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 25%;
  padding: 0 20px 40px;
  box-sizing: border-box;
}

.myProduct .li .boxText {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  /* border: 1px solid #e0e0e0; */
  box-shadow: 0 0 8px rgb(0 0 0 / 6%);
}

.myProduct .li .pic {
  /* border-radius: 4px; */
  height: 100%;
  background: #f4f4f4;
  overflow: hidden;

}

.myProduct .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.myProduct .li:hover .pic img {
  transform: scale(1.1);
}

.myProduct .li .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  background: #FFF;
  height: 70px;
  color: #393939;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.myProduct .li .titleBox::after {
  position: absolute;
  content: '';
  top: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(8, 60, 109, 0), rgba(8, 60, 109, .3) 50%, rgba(8, 60, 109, 0));

}

.myProduct .li .titleBox>div {
  width: 90%;
  text-align: center;
}

.myProduct .li:hover .titleBox {
  color: #FFF;
  font-size: 18px;
  background: rgba(234, 28, 39, 0.5);
}



/* 样品中心 */

.sampleCenter {
  padding: 80px 0 60px;
}

.sampleCenter .sampleBox {
  display: flex;
  width: 86%;
  margin: 0 auto;
  padding: 90px 0 50px;
}

.sampleCenter .sampleBox .sampleBigImg {
  width: 630px;
  height: 630px;
  -moz-box-shadow: -2px 0 8px rgba(128, 128, 128, 0.2);
  -webkit-box-shadow: -2px 0 8px rgba(128, 128, 128, 0.2);
  box-shadow: -2px 0 8px rgba(128, 128, 128, 0.2);
  box-sizing: border-box;
  padding: 20px;
}

.sampleCenter .sampleBox img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.sampleCenter .sampleBox .sampSmall {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sampleCenter .sampleBox .sampSmall .Items {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.sampleCenter .sampleBox .sampSmall .Items .ls {
  width: 33.33%;
  height: calc((630px - 70px) / 3);
  background: #f1f1f1;
  overflow: hidden;
}

.sampleCenter .sampleBox .sampSmall .Items .ls:hover img {
  transform: scale(1.3);
}

.sampleCenter .sampleBox .sampSmall .Items .ls img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.sampleCenter .sampleBox .sampSmall .Items .ls:nth-child(2n) {
  background: #d5d5d5;
}

.sampleCenter .sampleBox .sampSmall .btns {
  height: 70px;
  display: flex;
  color: #000;
  box-sizing: border-box;
  padding: 10px 0;
}

.sampleCenter .sampleBox .sampSmall .btns .num {
  font-size: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #474747;
}

.sampleCenter .sampleBox .sampSmall .btns .num i {
  color: #ea1c27;
}

.sampleCenter .sampleBox .sampSmall .btns>.lt {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sampleCenter .sampleBox .sampSmall .btns .btn {
  background: #f1f1f1;
  font-size: 26px;
  font-family: '宋体';
}

.sampleCenter .sampleBox .sampSmall .btns .btn:hover {
  background: #ea1c27;
  color: #fff;
}

.sampleCenter .sampleBox .sampSmall .Items a {
  position: relative;
  height: 100%;
  display: block;
}


.sampleCenter .sampleBox .sampSmall .Items a .title {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(24, 89, 151, 0.4);
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sampleCenter .sampleBox .sampSmall .Items a .title strong {
  text-align: center;
  color: #fff;
  display: block;
  font-weight: normal;
  line-height: 24px;
  z-index: 22;
  padding: 0 10px;
}

.sampleCenter .sampleBox .sampSmall .Items a .title strong:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}

.sampleCenter .sampleBox .sampSmall .Items a:hover .title,
.sampleCenter .sampleBox .sampSmall .Items .ls.cur a .title {
  opacity: 1;
  transform: scale(1);
}

.sampleCenter .sampleBox .sampSmall .Items a:hover .title strong,
.sampleCenter .sampleBox .sampSmall .Items .ls.cur a .title strong {
  animation-delay: 0s;
  animation-name: fadeInUp;
  animation-duration: 0.6s;
  visibility: visible;
}

/* 视频中心 */

.VideoCenter {
  padding: 80px 0 60px;
  background: url(../images/videobj.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  box-sizing: border-box;
  min-height: 1120px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.VideoCenter .inproTitle {
  border: 0;
}

.VideoCenter .videoBox {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  position: relative;
}

.VideoCenter .videoBox img {
  width: 886px;
}

/* .VideoCenter .videoBox .video {
    background: #FFF;
    width: 820px;
    height: 480px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
} */



/* 应用领域 */

.yingyong {
  color: rgba(70, 70, 70, 0.5);
  background: url(../images/shuju.jpg) center bottom no-repeat #ececec;
  background-size: 100%;
  box-sizing: border-box;
  padding: 80px 0 100px;
  position: relative;
}



.yingContent .cn,
.yingContent .en {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 60px;
}

.yingContent .cn {
  color: rgba(70, 70, 70, 1);
  font-size: 40px;
  font-weight: bold;
}

.yingContent {
  width: auto;
  font-size: 16px;
}


.conNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  max-width: 1300px;
  margin: 0 auto;
}

.conNav li strong {
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #ea1c27;
  font-family: Arial, Helvetica, sans-serif;
}

.conNav li strong i {
  font-size: 18px;
  font-weight: normal;
  padding-left: 5px;
}

.conNav li a {
  color: rgba(70, 70, 70, 0.5);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 20px;
  padding: 60px 0;
}




.liboxTwo {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 90px 0 0;
}

.liboxTwo .p {
  width: 270px;
  height: 150px;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  -moz-box-shadow: 0 0 15px rgba(128, 128, 128, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(128, 128, 128, 0.2);
  box-shadow: 0 0 15px rgba(128, 128, 128, 0.2);
  margin: 0 20px;
}

.liboxTwo .p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.liboxTwo .p a {
  color: #999999;
}

/***成功案例****/

.detialBox.nycaseList {
  width: calc(86% + 40px);
  max-width: 1320px;
  margin: 30px auto 0;
  overflow: hidden;

}

.caseList {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.caseList li {
  width: 25%;
  margin-bottom: 40px;
}

.caseLi3 li {
  width: 20%;
  margin-bottom: 20px;

}

/* .caseLi9 li{
    width: 20%;
    margin-bottom: 20px;

} */

.caseList li a {
  display: block;
  position: relative;
  margin: 0 20px;
  /* min-height: 150px; */
  font-size: 16px;
  overflow: hidden;
  box-shadow: 0 7px 7px rgb(0 0 0 / 5%), 0 7px 7px rgb(0 0 0 / 5%);
  box-sizing: border-box;
}

.caseList li a>img {
  width: 100%;
  height: 100%;
  /* border: 1px solid #e7e7e7; */
  object-fit: cover;
  min-height: 130px;
}

/* .caseLi9 li a>img{
    min-height: 412px;
} */

.caseList li .subtitle {
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.caseList li a .title {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.caseList li a .title img {
  width: 30px;
  display: block;
  margin: 0 auto 10px;
  border: 0;
  max-width: 30px;
}

.caseList li a .title strong {
  text-align: center;
  color: #fff;
  display: block;
  font-weight: normal;
  line-height: 24px;
  z-index: 22;
  padding: 0 10px;
}

.caseList li a:hover .title {
  opacity: 1;
  transform: scale(1);
}

.caseList li a:hover .title img,
.caseList li a:hover .title strong {
  animation-delay: 0s;
  animation-name: fadeInUpBig;
  animation-duration: 1s;
  visibility: visible;
}

.webapp .caseList li a:hover .title {
  display: none;
}

.webapp .nycaseList {
  width: auto;
  margin-top: 15px;
}

.webapp .nycaseList .nyLeft {
  float: inherit;
  width: auto;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.webapp .nycaseList .nyLeft .nyLeftBox {
  width: auto;
}

.webapp .nycaseList .nyLeft .nyLeftBox .ewm {
  display: none;
}

.webapp .nycaseList .nyLeft .nyLeftBox .Lefttitle {
  display: none;
}

.webapp .nycaseList .nyLeft .LeftList li {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 2px;
  line-height: 35px;
}

.webapp .nycaseList .nyLeft .LeftList li a {
  padding: 0 10px;
  font-size: 14px;
}


.nybaner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.nybaner img {
  width: 100%;
  object-fit: cover;
  max-height: 750px;
}

.webapp .nybaner img {
  height: 160px;
}


/**关于我们**/




/*新闻中心*/
.newsWrap {
  position: relative;
  padding: 90px 0;
  z-index: 10;
}

.newsTitleWrap {
  border-bottom: 1px solid #aebac8;
}

.newsTitleWrap .inproTitle {
  border: 0;
  color: #575757;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 25px;
}

.newsTitleWrap .inproTitle strong {
  font-size: 28px;
  margin-bottom: 10px;
  color: #484848;
  font-weight: normal;
}



.newsTitle,
.news {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 86%;
}

.newsTitle>div:nth-child(1),
.Ul_list {
  width: 630px;
  margin-right: 50px;
}

.newsTitle>div:nth-child(2),
.serverBox {
  flex: 1;
}

.news {
  padding-top: 60px;
}

.serverBox .serText {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 36px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-indent: 2em;
  border-bottom: 1px solid #cfcfcf;
}

.serverBox img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.newLeft {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.newLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newLeft:hover img {
  transform: scale(1.3);
}

.Ul_list {
  /* width: 1230px; */
}

.Ul_list .li {
  flex: 1;
  box-sizing: border-box;
  margin-top: 40px;
}

.Ul_list .li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 40px;
  color: #000;
  position: relative;
}

.Ul_list .li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: 6px solid #f2f1ef;
  background: #ea1c27;
}

.Ul_list .li .text {
  box-sizing: border-box;
  font-size: 15px;
  color: #616161;
  min-height: 48px;
}

.Ul_list .li .title {
  font-size: 18px;
}



.Ul_list .li .year {
  color: #c5c5c5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0;
}

.fooban {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.fooban .imgs {
  width: 100%;
}

.fooban .fooContent {
  position: absolute;
  width: 86%;
  margin: auto;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.fooban .fooContent a {
  margin-right: 30px;
  color: #fff;
  font-size: 15px;
}


/*内页样式*/

.Loc_navigationWrap {
  border-bottom: 1px solid #e8e8e8;
}

.Loc_navigationWrap.proloc .Loc_navigation {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* padding: 0; */
  justify-content: space-between;
  -webkit-justify-content: space-between;
}


/* .Loc_navigationWrap.proloc .Loc_navigation > div {
  flex: 1;
} */

.Loc_navigationWrap.proloc .Loc_navigation .locright {
  position: relative;
  white-space: nowrap;
  margin: 0;
  margin-left: 40px;
}

.Loc_navigation {
  width: 1280px;
  /* background: #f5f5f5;*/
  position: relative;
  font-size: 18px;
  margin: 0 auto;
  color: #999;
  padding: 18px 0;
}

.Loc_navigation .locright {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/dqwz.png) left center no-repeat;
}

.Loc_navigation a {
  font-size: 14px;
  color: #999;
}

.Loc_navigation span {
  font-family: "宋体";
  padding: 0 5px;
}

.webapp .Loc_navigation .leftloc {
  display: none;
}

.webapp .proloc .Loc_navigation {
  display: block;
}


.webapp .Loc_navigation {
  width: auto;
  padding: 15px 10px;
}

.webapp .Loc_navigation .LeftList {
  /* -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; */
  display: none;
}

.webapp .Loc_navigation .locright {
  position: relative;
  left: 0;
  margin: 0 !important;
}

.LeftList {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.LeftList li {
  line-height: 30px;
  margin-right: 40px;
}

.LeftList li a {
  font-size: 16px;
  color: #4c4c4c;
  overflow: hidden;
  display: block;
}

.LeftList li a:hover,
.LeftList li a.cur {
  color: #ea1c27;
}

.webapp .Loc_navigation .LeftList {
  /* -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; */
  display: none;
}

.LeftBox ul {
  display: block;
}

.LeftBox ul .cur {
  border: 1px solid #ea1c27;
  color: #ea1c27;
}

.leftbt {
  text-align: center;
  padding: 20px 0;
  background: #ea1c27;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.LeftBox {
  width: 100%;
  transition: all 0.5s;
  /* position: inherit; */
  top: 0;
}

.LeftBox .Lefttitle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ea1c27;
  border: 1px solid #ea1c27;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.LeftBox ul li {
  margin: 10px 0;
}

.LeftBox ul li a {
  font-size: 16px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #3a3a3c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding: 12px 15px;
  line-height: 24px;
}

.LeftBox ul li a:hover {
  border: 1px solid #ea1c27;
  color: #ea1c27;
}

.LeftBox ul li a:active {
  border: 1px solid #ea1c27;
  color: #ea1c27;
}

.nyContent {
  width: 1280px;
  margin: 20px auto 0;

}

.detialBox {
  width: 86%;
  max-width: 1280px;
  margin: 0 auto;
}

.nyContent .nyLeft {
  width: 210px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 50px;
  /* position: sticky;
    top: 100px; */
}

.nyContent .nyRight {
  width: 270px;
  margin-bottom: 40px;
}

.nyContent .nyRightAbout {
  width: 970px;
  float: right;
}

.nyContent .spltext {
  width: 1280px;
  margin: 50px auto;
  overflow: hidden;
}

.nyContent .spltext .left {
  float: left;
  font-size: 16px;
}

.nyContent .spltext .left h1 {
  margin: 30px 0 20px 0;
  font-size: 36px;
}

.nyContent .spltext .right {
  position: relative;
  float: right;
  width: 700px;
  height: 160px;
}

.nyContent .spltext .right li {
  float: left;
  width: auto;
}

.nyContent .spltext .right h2 {
  margin: 0 0 10px 0;
}

.nyContent .spltext .right a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #ffd200;
  border-radius: 5px;
}

.webapp .nyContent .spltext {
  width: auto;
  margin: 20px auto 40px;
}

.webapp .nyContent .spltext .left {
  float: initial;
  text-align: center;
}

.webapp .nyContent .spltext .left h1 {
  font-size: 24px;
}

.webapp .nyContent .spltext .right {
  display: none;
}

/*右侧产品*/

.proworap.nyContent {
  width: 1280px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}

.nyRightnewpro {
  flex: 1;
}


/* .LeftBox:hover .subpro {
	display: block;
} */

.LeftBox ul {
  display: block;
}

.LeftBox ul .cur {
  border: 1px solid #ea1c27;
  color: #ea1c27;
}

.leftbt {
  text-align: center;
  padding: 20px 0;
  background: #ea1c27;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.LeftBox {
  width: 100%;
  transition: all 0.5s;
  /* position: inherit; */
  top: 0;
}

.LeftBox .Lefttitle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ea1c27;
  border: 1px solid #ea1c27;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.LeftBox ul li {
  margin: 10px 0;
}

.LeftBox ul li a {
  font-size: 16px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #3a3a3c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding: 12px 15px;
  line-height: 24px;
}

.LeftBox ul li a:hover {
  border: 1px solid #ea1c27;
  color: #ea1c27;
}

.LeftBox ul li a:active {
  border: 1px solid #ea1c27;
  color: #ea1c27;
}

.ny-catact {
  width: 80%;
  overflow: hidden;
  margin: 40px auto;
}

.nyContent .nyLeft .nyLeftBox {
  width: inherit;
  transition: all 0.5s;
  position: inherit;
  top: 0;
}

/**列表页浮动导航**/
.nyContent .nyLeft .FloatNav {
  position: fixed;
  top: 140px;
  z-index: 99;
  width: 210px;
}

.nycaseList .nyLeft .FloatNav {
  position: fixed;
  top: 220px;
  z-index: 99;
}



/**右侧**/

.nyContent .nyRight .Right_box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 270px;
  background: #f7f7f7;
  margin-bottom: 20px;
}

.nyContent .nyRight .Righttitle {
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}

.nyContent .nyRight .Righttitle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: 4px;
  background: #ea1c27;
}

.nyContent .nyRight .RightList {
  padding: 0 10px 10px;
}

.nyContent .nyRight .RightList a {
  margin-bottom: 10px;
  font-size: 14px;
  /* background: url("../images/dian.png") left 2px no-repeat; padding-left: 20px;*/
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  display: block;
}

.nyContent .nyRight .RightList a:hover {
  color: #ea1c27;
}


.proTwoList {}

.proTwoList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.proTwoList ul li {
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.proTwoList ul li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #262626;
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
  position: relative;
}

.proTwoList ul li .box .Btn {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.proTwoList ul li .box .Btn {
  border-radius: 50px;
  background: #ec6600;
  color: #FFF;
  font-size: 12px;
  padding: 6px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.proTwoList ul li .box .Btn:hover {
  background: #ec6600;
  color: #FFF;
}

.webapp .proTwoList ul li .box .Btn {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 15px;
}

.proTwoList ul li .box .pic img {
  width: 450px;
}

.proTwoList ul li .box .bt {
  color: #ea1c27;
  font-size: 26px;
  margin-bottom: 20px;
}

.proTwoList ul li .box .text {
  flex: 1;
  margin-left: 60px;
  font-size: 12px;
}

.proTwoList ul li .box .text .bld {
  font-size: 16px;
  color: #ea1c27;
}

.nyContent .nyRight .Right_box_pro {
  background: #fff;
}

.nyContent .nyRight .Right_box_pro a {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 26px;
}

.nyContent .nyRight .Right_box_pro a img {
  border: 1px solid #f8f8f8;
  display: block;
  max-width: 99%;
}

.nyContent .nyRight .Right_box_pro .RightList {
  padding: 0;
}

.ny-right-about {
  width: auto;
  overflow: hidden;
  margin: 0 auto;
  min-height: 400px;
  margin-bottom: 80px;
  font-size: 14px;
  color: #474747;
  padding-top: 15px;
}

.ny-right-about img {
  max-width: 100%;
}

.ny-right-about .ContA {
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
}

.ny-right-about .ContB {
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ny-right-about .ContB>div {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40%;
  font-size: 20px;
  color: #464646;
  line-height: 42px;
}

.ny-right-about .ContC {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 18px;
  color: #828282;
  line-height: 36px;
}

.webapp .ContA {
  font-size: 20px !important;
  padding: 0;
}

.webapp .ny-right-about .ContB {
  flex-wrap: wrap;
}

.webapp .ny-right-about .ContB>div {
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  padding: 20px 0;
}

.webapp .ny-right-about .ContB>div p {
  margin-bottom: 5px;
  margin-top: 5px;
}

.webapp .ny-right-about .ContC {
  flex-wrap: wrap;
  font-size: 15px;
}

.webapp .zcbox {
  padding: 0 !important;
  flex-wrap: wrap;
}

.webapp .zcbt {
  font-size: 30px !important;
}

.webapp .zcsubtitle {
  margin: 10px 0 !important;
}

.webapp .omrzbt {
  font-size: 24px !important;
  line-height: 36px !important;
  margin-bottom: 10px;
}

/**内新闻列表**/

.ny-right-news {
  width: auto;
  margin: 0 auto;
  min-height: 300px;
  padding-top: 20px;
}

.ny-right-news ul {
  margin-bottom: 20px;
}

.ny-right-news li {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 20px 0;
  margin-bottom: 40px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  box-shadow: 0 2px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%);
}

.ny-right-news li:hover {
  z-index: 10;
  background: #ea1c27;
}

.ny-right-news li:hover .bt {
  border-color: rgba(255, 255, 255, 0.2);
}

.ny-right-news li:hover .rq span {
  border-color: rgba(255, 255, 255, 0.1);
}

.ny-right-news li:hover a,
.ny-right-news li:hover .bt .text {
  color: #fff;
}

.ny-right-news li .pic {
  width: 190px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #f8f8f8;
  overflow: hidden;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.ny-right-news li .pic img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  left: -50%;
  top: 0;
  bottom: 0;
  right: -50%;
}

.ny-right-news li .rq {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  font-size: 26px;
  line-height: 32px;
  color: #7a7a7a;
}

.ny-right-news li .rq span {
  position: relative;
  display: block;
  font-size: 16px;
}

.ny-right-news li:hover .rq {
  color: #fff !important;
}

.ny-right-news li:hover .bt strong {
  color: #fff !important;
}

.ny-right-news li .bt {
  display: block;
  position: relative;
  margin-left: 130px;
  width: 78%;
  color: #333;
  height: 120px;
  transition: all 0.3s;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 1px solid #e8e8e8;
  overflow: hidden;
}

.ny-right-news li .bt strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 600;
}

.ny-right-news li .bt .text {
  height: 70px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ny-right-news li .fotsh {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.ny-right-news li:hover .fotsh {
  display: block;
}

.ny-right-news li .fotsh .pare1 a.p_weixin {
  background: url("../images/share/sh01.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .fotsh .pare1 a.p_sqq {
  background: url("../images/share/sh03.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .fotsh .pare1 a.p_tsina {
  background: url("../images/share/sh02.png") left center no-repeat;
  padding-left: 25px;
}

.btfot {
  right: 0;
  color: #d6d6d6;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.btfot .v {
  background: url("../images/i02.png") left center no-repeat;
  padding-left: 25px;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.btfot .fotsh {
  position: absolute;
  right: 80px;
  bottom: 0;
  cursor: pointer;
}

.btfot .fotsh .s {
  background: url("../images/i03.png") left center no-repeat;
  padding-left: 25px;
}

.btfot .fotsh .pare1 {
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 0 5px 10px;
  position: absolute;
  left: -25px;
  top: 24px;
  width: 90px;
  background: #fff;
  z-index: 10;
}

.btfot .fotsh .pare1 a {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
}

.btfot .fotsh .pare1 a.p_weixin {
  background: url("../images/share/sh01.png") left center no-repeat;
  padding-left: 25px;
}

.btfot .fotsh .pare1 a.p_sqq {
  background: url("../images/share/sh03.png") left center no-repeat;
  padding-left: 25px;
}

.btfot .fotsh .pare1 a.p_tsina {
  background: url("../images/share/sh02.png") left center no-repeat;
  padding-left: 25px;
}

.btfot .fotsh .pare1:after {
  content: "";
  position: absolute;
  left: 43px;
  top: -4px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
}

.btfot .fotsh:hover .pare1 {
  display: block;
}

.btfot .d {
  /* background: url("../images/i01.png") left center no-repeat; padding-left: 25px;*/
  margin-left: 15px;
}

.ny-right-news li:hover>.text .bt {
  color: #ea1c27;
}

.ny-right-pro2 li .text {
  /* height: 90px; */
  display: block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  color: #4c4c4c;
}

.ny-right-pro2 li .text .bt {
  width: auto;
  margin: 10px 0;
  padding: 0;
  height: 48px;
  border: 0;
  display: block;
  font-size: 16px;
  line-height: 48px;
  color: #1a1a1a;
  position: relative;
}


/*#region 搜索结果#*/

.ny-search-news {
  padding: 0px 0 30px;
}

.ny-search-news li {
  position: relative;
  margin-bottom: 20px;
}

.ny-search-news li a {
  font-size: 16px;
  color: #1a1a1a;
}

.ny-search-news li .d {
  position: absolute;
  right: 0;
  top: 0;
  color: #d6d6d6;
  font-size: 14px;
}

.ny-search-news li a:hover {
  color: #ea1c27;
}


/*#endregion#*/
/**********************新闻详情*************************/

.nyShowLeft {
  width: auto;
}

.nyShowLeft .ShowNewsTitle {
  font-size: 36px;
  line-height: 50px;
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-top: 20px;
}

.nyShowLeft .ShowProTitle {
  font-size: 24px;
  text-align: left;
  line-height: 36px;
  margin-bottom: 5px;
  color: #1a1a1a;
}

.nyShowLeft .ShowProTitle.xh {
  font-size: 16px;
  margin-bottom: 15px;
}

.nyShowLeft .ShowNewsBox {
  margin-bottom: 90px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 15px;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft {
  transition: all 0.5s;
  position: inherit;
  width: 110px;
  z-index: 10;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData {
  text-align: center;
  font-family: "Arial";
  color: #1a1a1a;
  font-size: 36px;
  overflow: hidden;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p {
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  vertical-align: bottom;
  position: relative;
  z-index: 6;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData i {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .author {
  text-align: center;
  color: #808080;
  line-height: 20px;
  margin-top: 30px;
  font-size: 14px;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .author span {
  display: block;
  padding: 2px 0;
  margin-bottom: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #ea1c27;
  color: #fff;
}


/**详情页页浮动导航**/

.nyShowLeft .ShowNewsBox .NewsBoxLeft .FloatNav {
  position: fixed;
  top: 140px;
  width: 110px;
  z-index: 12;
}


/**详情页页右边浮动导航**/

.NewsRight .FloatNav {
  position: fixed;
  top: 90px;
  z-index: 12;
}

/**分享**/

.shareWrap {
  position: relative;
}

.shareWrap .gb_res_t {
  display: block;
  text-align: center;
  color: #1a1a1a;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  margin-top: 40px;
}

.shareWrap .gb_res_t:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto;
}

.shareWrap .gb_res_t span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  vertical-align: bottom;
  position: relative;
  z-index: 6;
}

.shareWrap .bdsharebuttonbox {
  position: relative;
}

.shareWrap .bdsharebuttonbox a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto 10px;
  display: block;
  position: relative;
}

.shareWrap .bdsharebuttonbox a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 5;
}

.shareWrap .bdsharebuttonbox .bds_tsina:after {
  background: url(../images/share/x01.png) no-repeat center center;
  background-size: 25px;
}

.shareWrap .bdsharebuttonbox .bds_weixin:after {
  background: url(../images/share/x02.png) no-repeat center center;
  background-size: 22px;
}

.shareWrap .bdsharebuttonbox .bds_sqq:after {
  background: url(../images/share/x03.png) no-repeat center center;
  background-size: 22px;
}

.shareWrap .bdsharebuttonbox a:before {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  transition: all 0.3s;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
}

.shareWrap .bdsharebuttonbox a:hover:before {
  width: 50px;
  height: 50px;
  transform: scale(1);
}

.shareWrap .bdsharebuttonbox a.bds_tsina {
  background: #f56467;
}

.shareWrap .bdsharebuttonbox a.bds_weixin {
  background: #8dc81b;
}

.shareWrap .bdsharebuttonbox a.bds_sqq {
  background: #68a5e1;
}

.shareWrap .bdsharebuttonbox li.wx:hover .qrcodeBox {
  display: block;
}

.shareWrap .bdsharebuttonbox .qrcodeBox {
  text-align: center;
  position: absolute;
  left: 100px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  top: -60px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10;
}

.shareWrap .bdsharebuttonbox .qrcodeBox canvas {
  width: 140px !important;
  margin: 0 auto;
}

.shareWrap .bdsharebuttonbox .qrcodeBox .title {
  font-size: 14px;
  margin-bottom: 10px;
}

.nyShowLeft .ShowNewsBox .NewsBoxRight {
  padding-left: 50px;
  margin-left: 50px;
  flex: 1;
  min-height: 500px;
  border-left: 1px solid #e6e6e6;
}

.ny-news-nr {
  width: auto;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}

.ny-news-nr a {
  color: #2310e5;
  font-size: 16px;
  text-decoration: underline;
}

.ny-news-nr img {
  max-width: 100%;
  height: auto !important;
}

.MainPicture {
  margin-bottom: 10px;
}

.MainPicture img {
  text-align: center;
  display: block;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
}



/* 应用领域 */
.applicationList {
  overflow: hidden;
  padding: 30px 0;
}

.applicationList li {
  display: flex;
  padding: 30px 0;
}

.applicationList li .pic {
  width: 240px;
  height: 180px;
  border: 1px solid #ccc;
}

.applicationList li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.applicationList li .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
}

.applicationList li .text .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.webapp .applicationList li {
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

.webapp .applicationList li .pic {
  max-width: 100%;
  width: auto;
}

.webapp .applicationList li .text {
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  line-height: 28px;
}

.webapp .applicationList li .text .tit {
  font-size: 16px;
}

/**tag和本文链接**/

.newsOther {
  margin: 10px 0;
  font-size: 14px;
  color: #000;
}

.newsOther a {
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.newsOther a:hover {
  color: #ea1c27;
}


/*推荐产品*/

#RecProducts {
  line-height: 70px;
  border-top: 1px solid #e6e6e6;
  font-size: 18px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}

#RecProducts:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: 4px;
  background: #ea1c27;
}

.RecProductsList {
  width: auto;
  overflow: hidden;
}

.RecProductsList li {
  width: 25%;
  float: left;
  margin-bottom: 10px;
}

.RecProductsList li .LiBox {
  width: auto;
  margin: 0 5px;
  overflow: hidden;
  text-align: center;
}

.RecProductsList li .LiBox .pic {
  width: auto;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: relative;
}

.RecProductsList li .LiBox .pic a {
  display: block;
  border: 1px solid #e8e8e8;
}

.RecProductsList li .LiBox .pic img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block;
}

.RecProductsList li .LiBox .text {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 5px 0;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}

/*子导航*/
.SubnavWrap {
  background: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid #e6e6e6
}

.Subnav {
  height: 62px;
  width: 85%;
  margin: 0 auto;
  position: relative
}

.Subnav .SubLogo {
  display: block;
  width: 354px;
  background: url("../images/logo03.png") no-repeat left center;
  background-size: auto 56px;
  height: 100%;
}


.Subnav .SubnavBox {
  border: 1px solid #fff;
  border-bottom: 0;
  position: absolute;
  width: 40px;
  padding-left: 22px;
  padding-top: 22px;
  height: 39px;
  left: 300px;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
}

.Subnav .SubnavBox .more-icon {
  display: inline-block;
  width: 20px;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.Subnav .SubnavBox .more-icon i {
  display: block;
  width: 20px;
  height: 10px;
  position: relative
}

.Subnav .SubnavBox .more-icon .box-t:before,
.Subnav .SubnavBox .more-icon .box-t:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: #9a9a9a;
  transition: transform .3s 0.3s;
  -webkit-transition: transform .3s 0.3s;
}

.Subnav .SubnavBox .more-icon .box-t:after {
  left: 10px;
}

.Subnav .SubnavBox .more-icon .box-b:before,
.Subnav .SubnavBox .more-icon .box-b:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: #9a9a9a;
}

.Subnav .SubnavBox .more-icon .box-b:after {
  left: 10px;
}

.Subnav .SubnavBox:hover .more-icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.Subnav .SubnavBox:hover .more-icon .box-t:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.Subnav .SubnavBox:hover .box-t:before,
.Subnav .SubnavBox:hover .box-t:after {
  background: #ea1c27
}

.Subnav .SubnavBox:hover .box-b:before,
.Subnav .SubnavBox:hover .box-b:after {
  background: #ea1c27
}

.Subnav .SubnavBox .SubTowNav {
  border: 1px solid #e6e6e6;
  display: none;
  width: 330px;
  position: absolute;
  top: 61px;
  left: -1px;
  z-index: 101;
  background: #FFF;
}

.Subnav .SubnavBox .SubTowNav .ProBox {
  margin: 0 auto;
  padding: 25px 0 25px;
  overflow: hidden
}

.Subnav .SubnavBox .SubTowNav .ProBox .T {
  float: left;
  width: 110px;
  text-align: center;
}

.Subnav .SubnavBox .SubTowNav .ProBox .T a {
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #808080;
  font-size: 14px;
}

.Subnav .SubnavBox .SubTowNav .ProBox .T a:hover {
  color: #ea1c27
}

.Subnav .SubnavBox:hover .SubTowNav {
  display: block;
}

.Subnav .SubnavBox:hover {
  border: 1px solid #e6e6e6;
  border-bottom: 0
}

.Subnav .SubnavBox:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -1px;
  z-index: 1022
}

.Subnav .SubnavText {
  position: absolute;
  left: 380px;
  top: 0;
  line-height: 60px;
  font-size: 18px;
  color: #1a1a1a;
  margin: auto;
  z-index: 10;
}


/**详情页处理浮动效果**/
.show-postion .nyShowLeft .ShowNewsBox .NewsBoxLeft.FloatNav {
  top: 90px
}

/**********************新闻详情结束*************************/

.proworap.nyContent {
  width: 1280px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.webapp .Loc_navigationWrap.proloc .Loc_navigation .locright {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1;
  /* white-space: normal; */
}



.webapp .proworap.nyContent {
  flex-wrap: wrap;
}

.webapp .proworap.nyContent.prolist2 .nyLeft {
  display: block;
  width: 100%;
  padding: 10px 5px;
  margin: 0;
}

.webapp .proworap.nyContent .LeftBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.webapp .proworap.nyContent .LeftBox ul li {
  margin: 4px;
}

.webapp .proworap.nyContent .LeftBox .Lefttitle {
  display: none;
}

.webapp .proworap.nyContent .LeftBox ul li a {
  padding: 4px 10px;
  font-size: 14px;
}


.webapp .Pro_ul_list {
  padding: 0 5px;
}

.webapp .Pro_ul_list li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 0;
  box-sizing: border-box;
}

.webapp .Pro_ul_list li .box {
  margin: 0 10px;
}

/*样式2*/

.Pro_ul_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.Pro_ul_list li {
  width: 33.33%;
  margin: 0 0 45px;
}

.Pro_ul_list li .box {
  margin: 0 25px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 6%), 0 5px 10px rgb(0 0 0 / 10%);
}

.Pro_ul_list li .box .xian {
  position: absolute;
  z-index: 11;
  display: none;
  background: #001149;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Pro_ul_list li .box .L {
  left: -0px;
  top: 0;
  height: 0;
  width: 1px;
}

.Pro_ul_list li .box .R {
  right: -0px;
  bottom: 0;
  height: 0;
  width: 1px;
}

.Pro_ul_list li .box .T {
  right: 0px;
  top: 0;
  height: 1px;
  width: 0;
}

.Pro_ul_list li .box .F {
  left: -0px;
  bottom: 0;
  height: 1px;
  width: 0;
}

.Pro_ul_list li:hover .box .L,
.Pro_ul_list li:hover .box .R {
  height: 100%;
}

.Pro_ul_list li:hover .box .T,
.Pro_ul_list li:hover .box .F {
  width: 100%;
}

.Pro_ul_list li .pic {
  width: auto;
  height: 100%;
  top: 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: inherit;
}

.Pro_ul_list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Pro_ul_list li:hover .pic img {
  transform: scale(1.2);
}

.Pro_ul_list li .text {
  width: auto;
  margin: 10px auto;
  height: 80px;
  text-align: center;
  position: relative;
}

.Pro_ul_list li .text .bt {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
  padding: 0 10px;
}

.Pro_ul_list li .text .btfot .d {
  float: left;
}

.Pro_ul_list li:hover .box {
  background: none;
  /* border: 1px solid #ea1c27; */
}

.webapp .Pro_ul_list li .text .bt {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.webapp .Pro_ul_list li .text {
  height: 50px;
}

/*footer*/
.footWrap {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  z-index: 5;
}


.footWrap .foot {
  width: 86%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #5a5a5a;
  padding: 40px 0 30px;
  font-size: 14px;
}


.footWrap .foot .aboutfot {
  padding: 0 80px;
  position: relative;
}

.footWrap .foot .aboutfot::after,
.footWrap .foot .aboutfot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #f1f0ef;
}

.footWrap .foot .aboutfot::before {
  right: 0;
  left: auto;
}


.foot .fooLeft {
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.foot .fooLeft .add {
  font-size: 14px;
  margin-top: 20px;
}

.foot .fooLeft .add .li {
  display: flex;
  margin-top: 5px;

}

.foot .fooLeft .add .li>div:nth-child(1) {
  white-space: nowrap;
}

.foot .fooLeft .add .l_r {
  flex: 1;
}

.foot .fooLeft .ewmimg img {
  max-width: 70%;
}

.foot .footlx .bt {
  font-size: 17px;
  position: relative;
  margin: 0 0 30px;
  font-weight: bold;
  white-space: nowrap;
}

/* .foot .footlx .bt::after{
	position: absolute;
	content: '';
	width: 60px;
	height:2px;
	border-radius: 10px;
	background: #33a0db;
	left: 0;
	bottom: 0;
} */

.foot .footlx .list {}

.foot .footlx .list li {
  line-height: 36px;
}

.foot .footlx .list li a {
  font-size: 15px;
  color: #5a5a5a;
}

.foot .footlx .list li a:hover {
  color: #ea1c27;
}

.copyWrap {
  margin-right: 80px;
  flex: 1;
  line-height: 30px;
  color: #959595;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copyWrap .tit {
  font-size: 22px;
  color: #363636;
  font-weight: 500;
}

.copyWrap .subtit {
  line-height: 30px;
  color: #959595;
  font-size: 14px;
  font-weight: normal;
  margin-top: 30px;
}

.copyWrap .copy {
  position: relative;

}

.copyWrap a {
  font-size: 14px;
  color: #959595;
}




/*翻页*/
.pageNavi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.wp-pagenavi {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  CLEAR: both;
  bORDER: #e6e6e6 1px solid;
  display: inline-block;
  font-size: 14px
}

.wp-pagenavi A {
  display: inline-block;
  PADDING-RIGHT: 15px;
  BORDER-RIGHT: #e6e6e6 1px solid;
  PADDING-LEFT: 15px;
  PADDING-BOTTOM: 6px;
  PADDING-TOP: 6px;
  TEXT-DECORATION: none
}

.wp-pagenavi SPAN {
  display: inline-block;
  BORDER-RIGHT: #e6e6e6 1px solid;
  PADDING-RIGHT: 15px;
  PADDING-LEFT: 15px;
  PADDING-BOTTOM: 6px;
  PADDING-TOP: 6px;
  TEXT-DECORATION: none
}

.wp-pagenavi A:hover {
  background: #a1a2a4;
  color: #FFF
}

.wp-pagenavi SPAN.current {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  FONT-WEIGHT: bold
}

.wp-pagenavi SPAN:nth-last-child(1) {
  border-right: 0
}

.wp-pagenavi a:nth-last-child(1) {
  border-right: 0
}

/*******************************************************移动端样式**************************************************************/

@media screen and (max-width: 1100px) {
  .linkWrap {
    display: none
  }

  .aboutfot {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .seach {
    width: 280px;
    height: 41px;
  }

  .seach .keys {
    width: 120px;
  }

  .searchBott .boo_left {
    margin-right: 30px;
  }

  .searchBott {
    padding-top: 35px;
  }

  .newLeft {
    height: 240px;
  }

  .newsTitle>div:nth-child(1),
  .Ul_list {
    width: 550px;
  }

  .Ul_list .li {
    /* margin-left: 30px; */
  }

  .SitePC .top-T_Wrap .top-T .logo {
    /* width: 200px; */
  }
}

@media screen and (max-width: 1450px) {

  .aboutWrap .aboutNav {
    width: 70%;
  }

  .newsTitle>div:nth-child(1),
  .Ul_list {
    width: 450px;
  }


  .SitePC .top-T_Wrap .top-T {
    width: 95%;
  }

  .SitePC .top-T_Wrap .top-T .logo {
    /* width: 170px; */
  }


  .sampleCenter .sampleBox .sampleBigImg {
    width: 500px;
    height: 500px;
  }

  .sampleCenter .sampleBox .sampSmall .Items .ls {
    height: calc((500px - 70px) / 3);
  }

  .yingContent .imgList .liboxTwo:nth-child(1) {
    width: 80%;
    margin: 0 auto;
  }

  .liboxTwo .p {
    height: 130px;
  }
}


@media screen and (max-width: 1150px) {

  .newLeft {
    display: none;
  }

  .newsTitle>div:nth-child(1),
  .Ul_list {
    width: 450px;
  }

  .Ul_list .li {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .topRight {
    display: none;
  }

  .lang {
    display: none;
  }

  .sampleCenter .sampleBox {
    flex-wrap: wrap;
  }

  .sampleCenter .sampleBox .sampleBigImg {
    width: 100%;
    height: auto;
  }

  .sampleCenter .sampleBox .sampSmall .Items .ls {
    height: calc((100vw - 70px) / 3);
  }

  .liboxTwo .p {
    height: 100px;
  }
}


.searchBox li {
  max-width: 1280px;
  margin: 0 auto 20px;
}

.searchBox li a {
  display: block;
  position: relative;
  background: #f5f5f5;
  padding: 15px;
  font-size: 18px;
}

.searchBox li a span {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  font-size: 15px;
  display: block;
}

body.webapp {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
}

.webapp {
  max-width: 640px;
  margin: 0 auto;
}

.webapp .Tel {
  display: none
}

.webapp .top-T_Wrap {
  max-width: 640px;
  background: #FFF
}

.webapp .top-T_Wrap .top-T {
  height: 50px;
  width: auto;
  position: relative;
}

.webapp.homeWrap {
  margin-top: 0
}

.webapp .top-T_Wrap .top-T .logo {
  width: auto;
  display: block;
  text-indent: -99em;
  height: 50px;
  width: 100%;
  background: url(../images/waplogo.jpg?v=3535) 5px center no-repeat;
  background-size: auto 35px;
  overflow: hidden;
}

.webapp .top-T_Wrap .top-T .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.webapp .top-T_Wrap .top-T .hea-R {
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 0;
  cursor: pointer;
  display: block
}

.webapp .top-T_Wrap .top-T .hea-R img {
  height: 100%;
}

.webapp .seachWrap {
  display: none
}

.searchFoot {
  overflow: hidden;
  height: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.searchFoot .keys {
  width: 290px;
  height: 45px;
  border: 0;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  font-family: "微软雅黑";
  position: relative;
  background: #f5f5f5;
  z-index: 1;
}

.searchFoot .btns {
  border: 0;
  background: #ffaf00;
  height: 45px;
  cursor: pointer;
  /* position: absolute;
    right: 0;
    top: 0; */
  color: #FFF;
  z-index: 10;
  padding: 0;
  width: 90px;
  margin-left: 5px;
}

.webapp .seach {
  display: none;
}

.webapp .swiper-pagination-switch {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}

.webapp .footWrap {
  height: auto;
  /* display: none; */
  min-height: auto;
  padding: 0
}

.webapp .footWrap .foot {
  width: auto;
  padding: 20px;
  /* background: none; */
  min-height: auto;
  height: auto;
  margin-right: 10px;
}

.webapp .footWrap .foot .aboutfot {
  display: none;
}

.webapp .foot .List {
  display: none
}

.webapp .footWrap::after {
  width: 10px;
}

.webapp .foot .List:nth-last-child(2) {
  display: block;
  width: auto !important;
  padding: 20px;
}


.webapp .foot .fooLeft .ewmimg img {
  max-width: 60%;
}

.webapp .foot .fooLeft .add {
  margin-top: 15px;
}

.webapp .Ul_list .li a::after {
  border-width: 5px;
  width: 8px;
  height: 8px;
  top: 2px;
}

.webapp .aboutWrap strong {
  font-size: 20px;
}

.webapp .Ul_list .li a {
  padding-left: 30px;
}

.webapp .searchFoot {
  display: none;
}

.webapp .fooban .fooContent {
  width: auto;
  padding: 0 15px;
  left: 0;
}

.webapp .fooban .imgs {
  height: 70px;
  width: auto;
  object-fit: cover;
}

.webapp .fooban .fooContent a {
  margin-right: 15px;
}

.webapp .fooban .fooContent>a:nth-child(1) {
  display: none;
}

.webapp .fooban .fooContent a img {
  width: 30px;

}

.webapp .footWrap .Partner {
  display: none
}

.webapp .copyWrap {
  display: none;
  font-size: 12px;
}



.webapp .copyWrap .copy {
  text-align: center;
  padding: 10px 20px;
  height: 50px;
  width: auto
}

.webapp .copyWrap .copy>div:nth-last-child(1) {
  display: none;
}

.webapp .copyWrap a {
  font-size: 12px;
}


/****移动端首页***/

.webapp .buttonTab {
  width: 120px;
  height: 35px;
}

.webapp .buttonTab .pagination {
  font-size: 16px;
  width: 65px;
  margin-top: -15px;
}


.webapp .abt_top {
  flex-direction: column;
  margin-bottom: 10px;
}

.webapp .topR {
  margin-top: 15px;
  width: 60%;
}


.webapp .toplx {
  display: none;
}



.webapp .liboxTwo {
  flex-wrap: wrap;
  margin: 0;
}

.webapp .liboxTwo .p {
  width: calc(33.33% - 10px);
  height: 80px;
  margin: 5px 5px;
  font-size: 12px;
}

.webapp .yingContent .imgList {
  padding: 10px 10px 30px;
}

.webapp .liboxTwo:nth-child(2) .p:nth-last-child(1),
.webapp .liboxTwo:nth-child(2) .p:nth-last-child(2),
.webapp .liboxTwo:nth-child(1) .p:nth-last-child(1) {
  display: none;
}

.webapp .yingContent .imgList .liboxTwo:nth-child(1) {
  width: 100%;
}

.webapp .conNav {
  justify-content: center;
  flex-wrap: wrap;
}

.webapp .conNav li {
  width: 33.33%;
}

.webapp .wappro {
  display: block;
  width: auto;
  margin: 0 5px
}

.webapp .wappro li {
  width: 50%;
  margin-bottom: 10px;
  float: left;
}

.webapp .wappro li a {
  display: block;
  border: 1px solid #f6f6f6;
  margin: 0 5px;
}

.webapp .wappro li .Box {
  margin: 0 5px;
}

.webapp .wappro li .pic {
  width: 100%;
  height: auto
}

.webapp .wappro li .pic p {
  display: none;
  width: 0;
  height: 0
}

.webapp .wappro li .pic:after {
  width: 0;
  height: 0
}

.webapp .wappro li .title {
  font-size: 14px;
}

.webapp .IndexPro {
  display: none;
}

.webapp .wappro .text {
  text-align: center;
}

.webapp .wappro .text strong {
  font-size: 18px
}

.webapp .wappro .text ul li a {
  font-size: 14px;
  line-height: 50px;
  background: url("../images/jt.png") right center no-repeat;
  background-size: 18px;
  padding-right: 20px
}

.webapp .wappro .pic img {
  width: 100%
}



.webapp .nyRightnewpro {
  width: 100% !important
}

.webapp .caseList {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  width: auto
}

.webapp .caseList li {
  width: 50%;
  height: auto;
  margin: 0;
}

.webapp .caseList li a {
  width: 100%;

}

.webapp .caseList li a p {
  top: 0;
  bottom: 0;
  display: inline-table;
  line-height: 16px;
}

.webapp .caseList li a p span {
  margin-bottom: 0;
  width: 50px;
  height: 50px;
}

.webapp .caseList li a p span img {
  width: 50px;
}

.webapp .caseList li a p strong {
  font-size: 16px;
}

.webapp .caseList li a p i {
  padding: 0 8px
}

.webapp .caseList li a img {
  width: 100%
}

.webapp .caseList li a:after {
  display: none;
  z-index: 10;
}

.webapp .caseList li a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.webapp .caseList li a:hover strong {
  opacity: 0;
  filter: alpha(opacity=0);
}


.webapp .honorWrap .honor {
  width: auto;
  overflow: hidden;
}

.webapp .honorWrap .honorbt {
  width: auto;
  margin: 0;
  padding: 20px;
}

.webapp .honorWrap .honorbt strong {
  font-size: 30px;
}

/* .webapp .honor li {
	width: 23% !important;
} */



/* .webapp .caseWrap {
	display: none;
}

*/

/****移动端首页结束******/

/****移动内页****/
.webapp .Loc_navigation {
  /* display: none */
}


.webapp .nyContent {
  width: auto;
  margin-top: 10px;
}

.webapp .nyContent .nyLeft {
  float: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 20px;
}

.webapp .nyContent .nyLeft .nyLeftBox {
  width: auto
}

.webapp .nyContent .nyLeft .nyLeftBox .Lefttitle {
  display: none
}

.webapp .nyContent .nyLeft .nyLeftBox .ewm {
  display: none;
}

.webapp .nyContent .nyLeft .LeftList li {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2px;
  line-height: 35px
}

.webapp .nyContent .nyLeft .LeftList li a {
  padding: 0 10px;
  font-size: 14px;
}

.webapp .nyContent .nyRightAbout {
  float: inherit;
  width: auto;
  padding: 0 20px
}

.webapp .nyContent .nyCenter {
  float: inherit;
  width: auto;
  padding: 0 20px;
  margin-left: 0
}

.webapp .nyContent .nyRight {
  width: auto;
  padding: 0 20px;
  float: inherit
}

.webapp .nyContent .nyRight .Right_box {
  width: auto;
  overflow: hidden;
  float: inherit
}

.webapp .ny-right-about img {
  max-width: 100%
}

/*新闻列表*/
.webapp .ny-right-news li .pic {
  width: 110px;
  height: 80px;
}

.webapp .ny-right-news li .text {}

.webapp .ny-right-news li .text .bt {
  font-size: 16px;
  line-height: 20px;
}

.webapp .ny-right-news li .text .btfot .d {
  display: none
}

/*产品列表样式1*/
.webapp .ny-right-pro li .text .bt {
  margin-bottom: 0
}

.webapp .ny-right-pro li .text .btfot .d {
  display: block
}

.webapp .ny-right-pro li .pic {
  width: 100px;
  height: 100px;
}

.webapp .ny-right-pro li .text {
  margin-left: 120px;
  height: 100px;
  min-height: 100px
}

.webapp .ny-right-pro li .text .nr {
  display: block;
  height: 36px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
}

/*产品列表样式2*/

.webapp .ny-right-pro2 li {
  width: 48%;
  height: auto;
  margin: 0 0 10px;
}

.webapp .ny-right-pro2 li:nth-child(2n) {
  float: right
}

.webapp .ny-right-pro2 li .pic {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 150px;
  overflow: hidden
}

.webapp .ny-right-pro2 li .pic img {
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
}

.webapp .ny-right-pro2 li .text {
  text-align: center;
  margin-left: 0;
  height: auto;
  width: auto;
  padding: 0 !important;
}

.webapp .ny-right-pro2 li .text .btfot {
  display: none;
  ;
}

.webapp .ny-right-pro2 li .text .bt {
  font-size: 14px;
}

.webapp .ny-right-pro2 {
  margin: 0 10px
}

.webapp .ny-right-pro2 ul {
  width: 100%
}

/*详情*/
.webapp .nyShowLeft {
  float: inherit;
  width: auto;
  padding: 0 15px;
}

.webapp .nyShowLeft .ShowNewsTitle {
  font-size: 22px;
  line-height: 30px;
  margin-top: 15px;
}

.webapp .nyShowLeft .ShowNewsBox {
  padding-top: 10px;
  margin-bottom: 20px;
}

.webapp .nyShowLeft .ShowNewsBox .NewsBoxLeft {
  display: none
}

.webapp .nyShowLeft .ShowNewsBox .NewsBoxRight {
  float: inherit;
  width: auto;
  padding: 0;
  border: 0;
  margin: 0;
  min-height: 300px;
}

.webapp .nyShowLeft .ShowNewsBox .NewsBoxRight img {
  max-width: 100%;
  height: auto !important;
}

.webapp .RecProductsList {
  width: auto;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
}

.webapp .RecProductsList li {
  width: auto;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.webapp .jqzoom img {
  width: 100%
}

.webapp .jqzoom {
  width: 99%;
  height: 99%
}

.webapp .show_left {
  width: 100%
}

.webapp #preview {
  width: 100%
}

.webapp #spec-n5 {
  width: 100%;
}

.webapp #spec-list {
  width: 100%
}

.webapp .list-h {
  width: 100%
}

.webapp .list-h li {
  width: 17%;
  height: 100%;
  margin: 10px 5px 0 5px;
}

.webapp .list-h li img {
  width: 97%;
}

.webapp .parameter {
  width: 100%;
}

.webapp .parameter li {
  width: 24.5%;
  font-size: 12px;
}

.webapp .parameter li h3 {
  font-size: 12px
}

.webapp .parameter li span {
  font-size: 12px;
  padding: 0;
  line-height: 16px;
}

.webapp .nyShowLeft .ShowProTitle {
  font-size: 18px;
  width: auto;
}

.webapp ul.list-h li.cur:after {
  width: 92%;
  height: 92%
}

.webapp .MainPicture img {
  width: 95%
}

.webapp .nyShowLeft .ShowProTitle {
  font-size: 18px
}

/*右边产品*/
.webapp .nyContent .nyRight .Right_box_pro .RightList {
  overflow: hidden
}

.webapp .nyContent .nyRight .Right_box_pro .RightList a {
  width: 46%;
  margin: 0 2%;
  float: left;
  margin-bottom: 20px;
}

.webapp .nyContent .nyRight .Right_box_pro a img {
  width: 98%
}

/*****移动内页结束*****/


/*导航*/
.webapp #navwrap {
  position: fixed;
  left: 0;
  z-index: 99999;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.webapp #navwrap.winshow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.webapp .navwrap_wrap {
  position: absolute;
  top: 0;
  width: 150px;
  right: 0;
  height: 100%;
  background: rgba(234, 28, 39, 0.8);
  -webkit-transform: translateX(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateX(150px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.webapp .winshow .navwrap_wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.webapp #navwrap .navwrap_wrap ul {
  width: 150px;
  padding: 10px 0;
  height: auto;
}

.webapp #navwrap .navwrap_wrap ul li {
  width: 100%;
  margin: 0 auto;
  /* border-bottom: 1px solid #e5e5e5; */
  height: 55px;
  line-height: 55px;
}

.webapp #navwrap .navwrap_wrap ul li a {
  font-size: 14px;
  text-align: center;
  display: block;
  color: #FFF
}

.webapp .navwrap_title {
  height: 30px;
  width: 150px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJDMkJDMzIwMDc5MDExRTc5MzEyODQ1RUQwMjM5QUJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJDMkJDMzIxMDc5MDExRTc5MzEyODQ1RUQwMjM5QUJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkMyQkMzMUUwNzkwMTFFNzkzMTI4NDVFRDAyMzlBQkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkMyQkMzMUYwNzkwMTFFNzkzMTI4NDVFRDAyMzlBQkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/PRqvAAAC50lEQVR42uzd3XHiMBAHcPEfCqCEXAdOBZc8+fFawBXkroJMOuA6SAv3yBOTCi4lpAQ64FYZmfEREutbK613ZseMwcL+zRqBhGF1Op3UEv6xHm/s9/uOFg+UN5SvlE993x/nGqDtqgagY1QWx7ihxU/K75RvlL9pO22kYB6g0Q6UW8o78+CD2VB0GANt82hstNFfWn93BjSVd4nVSUec4HVX7n6YAnaftCEWcQZPjQU3Av75oi1xiBZ4Ol7OgPSCuDMdh3hESzxttZtWoI576YgOePfjOxRMuvOjZEQfvMsKFIvoi6djde2TiEuDlMfK/bzxPlSgTyVeef8oBu9TQCGIwXhfAjaOGAVvFrBRxGh4VoCNIUbFswZsBDE6nhNg5YhJ8JwBK0VMhucFWBliUjxvwEoQk+MFATJHzIIXDGiCG2LWz/GItNMj4nNhxOyDIIi483qHhoKIRUaQkOBASiAWG35DolMpJ2LRsctUgLkQiw/8pgRMjchi1Dw1YCpENlMOOQBjI7Kar8kFGAuR3WRXTsBQRJYzhbkBfRHZTrOWAHRFZD1HvVblYjDL7QyiUown+EsC2iIqrnglT2GX05ktHhdAH0Q238vhAuiCyOpLTZwANxaveewCjPAOloCs5p1RGd4lYicdcBMAwQIRzPFeZzqWTWnENXO8aW+7nWlrbmq1mQr0wRu4ViIqwFOcEVEJHltEVITHEhGV4bFDRIV4rBBRKR4bRFSMxwIRleMVR0QDeEUR0QheMUQ0hFcEEY3hZUcMAmR+YbYVovnFpvyAlVzVnhwRDeNlQUTjeMkRIQAvKSKE4CVDhCC8JIgQhhcdEQLxoiJCKF40RAjGe4++74MQEYIXerFyC4iQjheKCEe8Z3qi29bwQhDhiDeoxsMB8WZagdsFzxnxcQr4Y8FzRvyvAl8WPGfEtyngblyx4Fkh6k706QxoetVbyl/mjmHB+4A4GBtt9I3WvRfcavk7jLD4J8AAOuAam2/BASgAAAAASUVORK5CYII=') center center no-repeat;
  margin-top: 10px;
  background-size: 20px;
}



.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 1);
  z-index: 10000000;
  left: 0;
  right: 0;
  top: 0;
}

.loading .pic {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background: url('data:image/gif;base64,R0lGODlhlQCgAPcEAP///93d3ZmZmbu7uwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFDQAEACwAAAAAlQCgAAAI/wAJCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJcySAmzdr6iSJs+fOnx17Cs0JtKjFoUKNKp2I1OfSpw6b4oRKdaFUolWzFrwKQKvXgVy/mgQQoGyArhjDYgwwoO0AtGLBmjULt6JaiwEE6NX7Nq7Am3PpXrxLke3evX3jkg1sdvDViwMOHw7gdzHjs0cf25U8ufJlwRQJRwTAubPiz6Alin6Yt/Reyp5R14W4OqprvbArW748O6rm0bcFYPb7F/Xw0b8htnbdW+xu3qqTR43sOjHxgcaP+5Y6mrrr6waz5//e3jSi99IDwIeXjZw7xPOS06svKJ629IXw48/fmt2+e4f5Idaces8x9lBtCAXI14DzFTjXgfclpKBw+yHkIF0MEoQgf7cNMF6FGhqHVUIbyhXchyDKJSJDJQq0nGsoplgce1ZFSF9wGYJ4YWoW2ohdcBTKeBBgNJLoo4sn5ggTAB56GCNTO2rXY1ILvciZlBWx5ZaSB2q55UYrsuhUlR2CGR+XLHrplpMZRfmRlaZdVFZ+1mW55p1vYRlRkRzByddgZZ24Fp54noXmQXyaiZ5dZAEZJF6EEvpkVIwdKhGc8lE0oWSTshappEfNZelEL3bK0KacZqTmp27pKeaYIAH/Rtaof6GaapurstokrVBp6ehkvFo4p65rNqaer7/i5qqcxOIZ7E6GJYvbSMM26+SIVS1mK2IejmVtsdgqNau0r6nE5LdtmaqTn0A+mxa66fZKrl7utkkWuurGxG514bKkbbP5wrStcGXp9C+rAb9kK1v12pTrnQm7hGqdRVVb6FL7tpXVwxG/5GfHNanZcEql6gbrUkMJqfLKLLfs8sswxyzzzDTXbPPNOAt5LrwIz/cwz2syGO28wXV73dBE84vowPMarRjT5Do9UNLSZioW1dIahPWvVn8FNdFab+0ocWKPXVDZRRP39bzhrc01yNC67ajUYMndIdw/IY02xRoC/93zsX5/infOhBdu+OGIJ6744ow37vjjkIuUMlWTi1UyVZd7FeDgKn2clVswYtxh10AxCSTpO008ckhM7ouY6EAyvK7et3F+0sAerp6W6dLabpLrnL2le2hE+34S8KUND9y8xqOEPGfKN/S8ZLNme1bxv7dVdVnRn6Rt1M0nND1i4cNEe+wfLRY13X4hmyz3GzVaNfvgnUvusntGzaus+Nt7Vv8W0t77VFU1vMQJJJmbCNN8Nz3UPSQ/5buRfioyMAY6ylAUDJ1H2OXAhgDmgms5EQDxo8GOcBBQrvMd7w7DphCWsE+1UxXt+MYU+IRPUAxhi7FIeBtFCSh+xdLIvf9iWKXzqOt89FqdyIwivxcOiTTx6V8Ku2cU4JkKiskjE45ghsXSHPE2Skrhy4CnpC5Sj0Xoa9kU0cicNOFwZUgUDpfMeEASZSyCQMkYa8D4kDfKaIXBOxAfAdQhKs4EkBO0TRsfWEgZbaqDQyIiIcuUoglBElGDZGR1Kpk22mRykpusUNFGRce9kHJT+0EkC2lVyml1p3aGXEkrXZm/RdbSlp65G1M+6SlYHs2PnsSlcoDpFTISz4mCJObGtlgYXgYTmcsU5vKyuBloVuWER3GmeaxJuc0NRpLNDF4svXce+t0Sei784XV2Zs5ponNQX1LcLMd5uFnikXH7oqfh5hkpuTZps5/uvBVA7RIgGg50myw8qEa8c0mFOvShEI2oRCdK0Ypa9KIxCQgAIfkEBQ0ABAAsDQAJAGQANwAACP8ACQgcSLCgwYMIEyokGKBhw4UQI0qcSDGiw4sVM2rcmPEiRo4gQ4ok4PHjyJMoF5Z0mLKlS4YrA7ycmTKmTJo4Q9rMyXPjzp4iB5A8+VMkgKNHWw5YuvSmzpgjkUolypTp0KcrjUqdqrOqV5FFOW7d2tWrVawltY5NCjKA2apoPYZcyxXkW7gcw1akS7bs3bZQxfIFQPWuUJ+BNQ4mjNLwAKcV9U5c7NJw3sR7B1e2rFFyRMovHXfGLHEx4813IUv0vBD0TNGRSUM0nRP2RNYJXePkfFu2Qt003fK26Du35p6OVSvEbZB2T+GpVxdvDry2bZXTCZo+DTQ58ayzjwO5Hej4MUTmArePHwj9rXS54cUrFHq4sWHlB+G3rm5wgID//+G3kXcWXRUfXRD5B+B/NQ2XEn8FLSihAAJmFJ1L8iU04YQjXdhShghtuGF9nZlVoVp9QSTiiG3hhdNYFK3IIYk+AUUYdxLJOKFQJ65Hk44SLuXjkEBKaOCQyBUJII9IAhWAkgsC0GOTKEEJIJVAWckglklCyWV3StL4JU0KyijmmK/peCaaoZXJIZvrbQgnkgtOOadBAQEAIfkEBQ0ABAAsJAAJAGUANwAACP8ACQgcSLCgwYMIByhUiLChw4cQI0qcSHAhQ4oYM2rcWNGiwgAcQ4ocKdCjRZIoU0o0uVCly5cFWV6ESTOlzAE1c5K8qbMnR54+RTLEiRIoyQBIQaocIKBp06IyUSZFutSp1Z1RR06ditLq1ZFGOW7lStLr15BhN45N2tWsU6FZxa6lqtXtWY1pMc5l29auUrxxNe7929csAcIU804c/NLu042KJTJ2ydQu0YyRIQ5GnNLx5cSBF09+Wdky5tCSR8P0fJplxs05S7v9HDEzws2cKTtubVKv6pqyvdJ+aPvg75y7QbsWPTfoYQLJV6J2eFynYwETixOsnjPAdQG5DWqtFwjb+cDr0pdr3mt+oHf0EMeXby/weviYvSNyD/rebvqZD+2nEQAEEkhRdAE+d992AmJU4IMTIegSeyQ9aCEAK/lHE4UhXehhbRq+xCFHHn4Iolc6rdVhiSZKZNWCUvFFIost6ncYhvQNSGONOda0I4s96vQjkEH6OOSFRRp5pIVJwoThkhA2+RKUBUpJE5UGWjkllVpeyWWXWw4JppI0jpnTj2YKWWKaPiEpUkAAIfkEBQ0ABAAsRQAJAE0ATAAACP8ACQgkIKDgwIMIEypcyLChQ4YDCkoc8LCixYsXI0qciLGjx44bQ34cSXJhyI0lU6Y8KVGly48sCwZ4SbNigJgCaup0iHOnT4U9XQagSPEnQpwzU84cwHRAUqM3Y7psStXowKAlqWp96hMrSa1Uue5EmhVsU7E1o7Isa5Yp2ppePbZ1a5Wg1JFznda1y/Ltw6Fz96o9+bXtXoFxMwY+nPhv3sOIY/ptuPjwYJEd8xZlfFexYciR114EbBb0VcmezU72eRmlRdKlTfMlbDPv6p+NFWqWHfrkbYGPebdu6RB2bN6ziRcPjrw3gd8EbKcNQF1uarDTqVdnPRf63+faw3OjP64yvHnvclUrPX/+p/HNI9nLtxp2vXzzlknen9/c5n7+/TH0H3vPBdjQgO0ZeCCC4im4EIMNOpgQhNpJqBCFFVo4IYUaXghhhwL+VyCIHopIYogAnohihCoWl2GLMMYo44w01mjjjTjmqOOOPI4EwI9ABinkkET+GGCRSCYpZH9KNqkkb05GWSSUUlYJJJVWVollllFuyWWTyH0JJpNiIilQQAAh+QQFDQAEACxaABIAOABkAAAI/wAJCBxIsKDAAQQQGlzIsKFDhwIiRlT4sKJFhwEISJRI8aLHjxs3fhx5MaRIkigZmjyZsiWBACtZukwZM+JMlzUF3MRZc2fKATU7+rwItOfQj0VjCj36MKnJpUwbOjUZFaTSqhanboSKdaHRrg97ZgTbMCfZhjBzjj1bMG1MtirVwjUod+5AtyuPBkDIle7boRkHCO5L8OvNvYMHV7w6M3Dix2u9riRM9LHlyJK3zrTMeQBmg3gbd+b8eWFppAlHQz7LV/VjsmNdrwbrWPbg0z5r20aI2+fuxL0P/1bMejjlnYh321X+Em7y0cGxurZL8Pnr6F2tC8ZeXDD17+DDi6MfT768+fPo06tfj7Z5xvfu48Of3xx5gPv48+vfz//+4f4ABqifSwIWWGBLBibYH4IKNogfgw42SGCECf5HYYC5yachfRzWx96HIIYo4ogklmjiiXMBoOKK5q3ooorjvSgjAOHNKCN4Ns5IXY42psijjnD92CNbQgJ5Fo1F3nhkkkqSxeSLRD7pYpBS0kjlk3ZJmSWT3yWJo5Di8ViekeRB+VBAACH5BAUNAAQALFoAKgA4AGQAAAj/AAkIHEiwoMGDCAsOILAwocOHEBEKmDixYcSLGA1SpGgxo8eEATaKFPCx5MGRI02qHIASpcqSLFumfJlRpkuaEAMwtDkTp8MBMXlS9AkxqNCJRB3qPIq0Y9KBS5kOfXpSKlKqVa1izXrU6VaBRm0S0PnVYFiXXsuC5ZlW7UCZQN0+vCn3YUiKZOvq3cu3r9+/gAMLHky4sOHDSscq1sl4sePGkInqBEq5suXLmOPizMy5s2XFJj2LFr1ytGnML0+rplx6terUrkeDbh07s+THuCPrno24t+/fwIMLH068uHGEAZLnJay8OfPm0JfzjR49MHXovOtep+53+/Xp3rnriA0vfjx57HvPo9eu3rn59tLVwk+eEQAB+ybnRwTAv/9L/Qn1JyB+Kqnn0IAD4kTegQj655N3DDbIn2TfBSjhhElVF6GEVLn30IUO+gUihn+NSKCIIwJmYmArqggiiy/CeKGMM7pYY4kp2sghjQ3yiKCPP+q4I44xEjmkkUEKmSCQJAJp2JJqBQQAIfkEBQ0ABAAsRQBLAE0ATAAACP8ACQgcSLCgwYMIEw5YyLChw4cQByScSLFiwQECMmrcyLGjRwESLYocOfCjyZMbQ5JciRClS5csYxp8SdOjzJsEaurciPPmzp09YwbI+dOlyqArhxY9eRQpy4hQoy4c6rSq1atYs2rdyrWr169gw4odS7as2bNo06rtGqAh1bVCIb6FK7JtRLorpc7Fi9Bu1L18DUplGABwYL+DFwY2iDhx08OOGy4WHHnqZIFDK0s0jFfzY76FCVQmwJmuxMqlO0dOHbSw656Rt7qejbMxVNYyZ9Puafshbpa6dSPtTThr8NfDBT4UCaB5c4vHdw9fXtG5dejRf4/MTNL69YrZtWeY9f6dYnjxVsmXN5/drPrn2NuTfQ9gu/yx9OvHj46fPsnw8733H4Bi+TfgfV/ldyCCXCmYFIEJCggchF0Z+CCDWzl44XERSigUhuN5OCF/Xln4IYkNmrghhxmqOCKLLarXGopaufiicCmKmBuMIep4U3Al+vhjaB2SdxlFGh5ZUJJKLilkkwTYCCWTUEb55JRGVomQd1oaFBAAIfkEBQ0ABAAsJABgAGQANwAACP8ACQgcSLCgwYMIEypcaFCAQwEMI0qcSLEiwocYLWrcyFEixo8DBnQcSVLjgI8oRZZcyTIhSpQEVLacufLky5Q0c5K8eVOnz408ef4c6jHoS6JIEwYgYPRo0qcFlzbFKBPqU6lTH1rdGjKrw61gbWbVCIBAWaJLR4r0ShGA27dEQ4ZUyzbi27tncwaQK5fuVLt47+rlyzdtx6aAA7vVSbgvSaw9FyoWTHNv45CGSYp9WBXhZLgRl2ZeeNnxyo+JP4cOwHo0QsulZ4qcK/nzYoatc4cuTduqbdAKcwuPyBvz1t+rhbOWWNw38uTKmRd37fN33oXKW0uEffmp9YnZl0+1bI70+fbwFKeXt00xPHWFvNerbo++Yvyf3+lnt1i8c0vz4NVnX2w65adfdBVx1x1NAAa4n0n3/ceeRu5tpJ6E81lUoYURlmRgggLyx9t7Fn0I4oMclkbiRCaeiGCKKo7UoIYhQhhjRxN2tGFHHW6UI0c7cjQiSRkCWSOFMRHGkmIlBQmkkhje9tiRGy0l0opgHeRkllttySVUXn6ZVJhiokVlmWaiiOZVZ675k5pusqldnAYFBAAh+QQFDQAEACwMAGAAZQA3AAAI/wAJCBxIsKDBgQASKjzIsKHDhxAjSmyosGLCiRgzatxY0KJHABxDihwp8KNHkihTPjT5UaVLlyxZvpxJMqZJmjg12ryZs2fEnS19Cj0I9CTIoUhLFj2ZNOlSi02dPq0YFenUhVWHXs26EUAAAl8nTh0ZoGzYngEEqBWA8alIs3B9rl07QGJRsnDj4pw7ty5EoCTz5t3LV63fvzJRCjabs/BasUwVL2YM8avliAMcP7ZLVeXkshIHiBY9UTNbrgI/n304urVE0wJWN1Utm2Hr25VhCzgaVXXo26MjpjVdWyjt38APP9Rd1Tdy4KWJz/6MMTnp6I7BJnX+HDf27EiPT6y0rhxiZs3lcYofbz3jecfpX9Iu7pC8e9g+17NPrvF94fgp6bcfdPeZlpOA3bnWH34zIZhgcBwZ2CB1HNm30XCaTThZSBZq9JWEnlFYYXscYQieZCJu1OFGzKG42EgrsggiXi/CSKJI0gW2oY38kZShi3rxSOBI8IUYpJDe+diXfJShFKNIdV2H2oNSTpnVk1YmhWWWQ23JpU9efplTmGLi1GOZUSWJZlNq4hQQACH5BAUNAAQALAMASwBNAEwAAAj/AAkIBECwoMGDCBMSFMiwocOHECNKJKCwokWEEzNqnHixY8eNIEN6HKkwpMmMJFMaPMkSosqXLWMyfKlSpkyaKW3axPlR506eJX0KHUq0qNGjSJMqXcq0qdOnUKNKnUq1qtWrWLP6DMA1gFabXcN+PRm2LNexIM2qRTvRq9qybCW+fRvX4Vy6dQXexZt379q+fuECDtw1r17Cheu6RXx2MGLDjBu39NqUMdgBmAdQRkrYZ+bMm436Ffr5c+ihe4mWzpyU79bVoFsLHgqbNcgBLMUWrY15o1cBwAWcjhqAt+aNwYMTGP7UOG6NyaNXNc7cbvTkVJ2DvK5canHe1R9ykgc+lXrI8cKJGw8ZAH352ifdR+XNUr5T7fHHhz9Kn6z9publx11z/dU3HoGwLdcSevvRBt5k/7W2XkwRHvUdfDJVWNSFGFKo31ITxtTegUpxWJpPGhJl4mcokgjiakIxCKBpW6Vo1HPPxeiiYRHZyCMBMv740IgDCgmRjzwiaViQRjY0AHc5NulkdFFK6VB3AgUEACH5BAUNAAQALAMAKgA4AGQAAAj/AAkIHEhQIICDBwsqXMiwocOCCCM+nEhxYsSLACpq3Iix48aPDjt6BEmSoEiRJUueRJkS5EqWLTW+PBmz4kyaNS3exJhT586LPR/+lJgxaMihCY02RJpUKUOmTpcOjXr0JlWhM69iXanVJ8+uFL+CHUu2rNmzaNOqXcu2rdu3ZQMQkEt3rt26eO/qzRmgr9+/gAML9ltzsOHDgVsiXrw4JePHgx1Dnky4JOXLii8/LqwZcc+8oPWGrgu3tOnTqFOrXs26tevXCgMMmD3grWzatOWyxc1bN1rewNPeBo7bN1i5xImbTZ7cOFXmzJ1Hhd5c63DquLvKJoA9u3Sj17uPog1PXeD3oOShcx/bPbtK0g7TJ68poL6AifKBn684wL79h/nlFlN//v3nkHr7aURggfc9RFxfPTFooIPuRShhfRTVVluCH8l1oQAcXvVhg2gFMCKIao2olokqpvjhigS8uJaMai3IYG1p2VggjmmNyONZOvr343I+unjhkGUFad8ARaHVopEM2tXjhyFSdeKKT04pYVsXuqVklV3ZeNpsUlIUEAAh+QQFDQAEACwDABIAOABkAAAI/wAJCBxIsKDBgwgBKFSIsKHDhxAXSoRIsWJDiRgtarSIMePGjw47TgRJ0qDIkSVTnkSZkuTKhS1VvgQQs+TMmi5f4sy5cufHmTR9arwplCPRohSPIo2ocynTnk4fAo0qVSnVgkCDXj1odavArF5Ndj0YoGwAn1MdmjWLtinCtXBxjh0IN25Nt2Tr2pV5Uq1evXw9vv37NzBDiIQLuySglWJixVfPPq4blsBkylsvY/aqeW3lzmw5gz4bdjRp0Zcr002t2vLj1gQTwy4IeLZBz7Zz697Nu7fv38CDCx+OVLLl48aTI19uvOaA59CjS59O/XnLs9Wza5eecrt37yW/i4yn3n28eejhz58viV39d+fus+NUTp+5feXE8+vfz7+///8ABkicAAQKcJptAxSoYG7WKbggbAk66OAAqlEooYQUZkZAhBc6GBaHHXp4VYghbkVihyOeKOFxUYF4IotRqTjhgUvJWKB1VNlIIIU0IqWjAGHpmKFXNg5J5Iuwkdjjhyvy5uKSs1Fo5FUBAQA7') center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 30px;
  padding: 20px;
}



/*loading*/
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #181818;
  background-size: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  opacity: 1;
  z-index: 1009;
  display: none
}

#loading .cir1 {
  width: 102px;
  height: 102px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -51px;
  margin-top: -51px;
  background: url(../images/loading_logo.jpg) center center no-repeat;
  background-size: 60px;
}

#loading .cir2 {
  width: 104px;
  height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -52px;
  margin-top: -52px;
  transform: rotate(-90deg);
  stroke-dasharray: 630;
  animation: dash 2s linear forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: 630;
  }

  to {
    stroke-dashoffset: 0;
  }
}

#loading.anistop {
  opacity: 0;
  z-index: -1;
}


/**返回**/
.GoTop {
  position: fixed;
  right: 10px;
  bottom: 20px;
}

.GoTop a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  line-height: 16px;
  background: #FFF
}

.GoTop a.icon-back {
  padding-top: 6px;
  height: 34px;
}

.GoTop a.icon-gotop {
  background: url(../images/top.png) center center no-repeat #FFF;
  background-size: 35px;
}

.GoTop a:hover {
  border: 1px solid #e10601;
  color: #e10601
}

.GoTop a.icon-gotop:hover {
  background: url(../images/topa.png) center center no-repeat #FFF;
  background-size: 35px;
}

.SitePC .GoTop {
  right: 50%;
  margin-right: -660px
}

.SitePC .GoTop a {
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 18px;
}

.SitePC .GoTop .icon-back {
  padding-top: 9px !important;
  height: 43px !important
}

.show_left {
  margin: 0 auto;
  position: relative;
}

.webapp .nyShowLeft .ShowProTitle {
  font-size: 18px;
  width: auto;
  text-align: center;
}


/*图片放大镜样式*/

#preview .text {
  line-height: 34px;
  position: relative;
  /* flex: 1; */
  width: 440px;
}

#preview .text strong {
  font-size: 16px;
  color: #ea1c27;
  text-align: left;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}

#preview .text .parameter {
  line-height: 36px;
  font-size: 16px;
  color: #232323;
}

#preview .text .Tel {
  line-height: 36px;
  font-size: 16px;
  color: #232323;
  margin-bottom: 20px;
}

#preview .text .Tel span {
  color: #2e319e;
  font-size: 18px;
  padding-right: 15px;
}

#preview .text .btn {
  width: auto;
  text-align: center;
}

#preview .text .btn a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 110px;
  height: 90px;
  float: left;
  color: #232323;
  text-decoration: none;
}

#preview .text .btn a img {
  width: 80px;
  display: block;
  margin: 0 auto;
}

#preview {
  width: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.webapp #preview .text {
  width: 100%;
}

.webapp #preview .text strong {
  font-size: 14px;
  line-height: 24px;
}

.jqzoom {
  margin-right: 30px;
  max-width: 550px;
  flex: 1;
  border: 1px solid #e4e4e4;
  background: #eeefef;
  overflow: hidden;
  position: relative;
}

.jqzoom img {
  width: 100%;
}

.zoomdiv {
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 1000px;
  background: #fff;
  border: 1px solid #e4e4e4;
  display: none;
  text-align: center;
  overflow: hidden;
}

.bigimg {
  width: 800px;
  height: 800px;
  border: 1px solid #e4e4e4;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  background: #fede4f center center no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  cursor: move;
}

.list-h li {
  height: 92px;
  width: 92px;
  float: left;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#spec-n5 {
  width: 99px;
  overflow: hidden;
  float: right;
}

#spec-list {
  width: 99px;
  overflow: hidden;
  position: relative;
}

ul.list-h li img {
  border: 1px solid #e8e8e8;
  display: block;
  margin: 0 auto;
  width: 88px;
}

ul.list-h li.cur:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 86px;
  height: 86px;
  border: 2px solid #dc241c;
  position: absolute;
}


/*为什么选择我们*/
#why {
  width: auto;
  margin: 0 auto;
  padding: 20px 0;
}

#why .whytitle {
  width: auto;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #bfcce5;
}

#why .whytitle span {
  float: left;
  font-size: 18px;
  height: 46px;
  color: #333333;
  border-bottom: 4px solid #ea1c27;
}

#why .text {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin-top: 24px;
}

#why img {
  padding-top: 20px;
}


.proproperty {
  font-size: 16px;
  color: #FFF;
  margin: 20px 0;
  width: auto;
  border-bottom: 1px solid #e4e4e4;
  height: 40px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.proproperty li {
  width: 130px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  background: #f5f5f5;
  color: #4c4c4c;
}

.proproperty li.cur {
  background: #ea1c27;
  color: #FFF;
}

.meuCont .caseList li a {
  /* cursor: auto; */
}

.meuCont .caseList li a .title {
  display: none;
}

.webapp .proproperty li {
  width: 30%;
  white-space: nowrap;
  font-size: 15px;
  margin-right: 5px;
}

.proproperty li a {
  font-size: 18px;
  color: #fff;
}



.webapp .myProduct {
  width: auto;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0 5px;
}

.webapp .inproWrap .inproNav {
  padding: 30px 15px;
}

.webapp .myProduct .li {
  width: 50%;
  padding: 0 5px 10px;
}

.webapp .inproWrap .inproNav li {
  margin: 0 5px;
}

.webapp .inproWrap .inproNav li a {
  width: auto;
  padding: 4px 15px;
  white-space: nowrap;
  font-size: 14px;
}

.webapp .myProduct .li .more {
  display: none;
}

.webapp .myProduct .li .title::after {
  display: none;
}

.webapp .myProduct .li .title {
  padding: 0;
  text-align: center;
  font-size: 15px;
}

.webapp .myProduct .li .titleBox {
  height: 40px;
  font-size: 13px;
}


/* .webapp .Ul_list .li{
	width: 380px ;
} */
.myProductSwiperD {
  padding: 10px 0;
}

.webapp .myProductSwiperD {
  /* width:900px; */
}



.webapp .news .newsbt {
  flex-direction: row;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}

.webapp .newsWrap {
  padding: 30px 0;
}


.webapp .news .newsbt {
  font-size: 20px;
}

.webapp .news .newsbt .xian {
  width: 30px;
  height: 3px;
  margin: 10px 0 30px;
}


.nyaboutbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 80px 0;
}

.nyaboutbox>div {
  font-size: 18px;
  line-height: 56px;
  width: 47%;
}

.nyaboutbox>div.nyaboutimg {
  /* flex: 1; */
}

.nyaboutbox>div.nyaboutimg img {
  max-width: 100%;
}

.nyaboutbox .nyabouttext {
  /* width: 50%; */
}

.nyaboutbox .nyabouttext .bt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
}

.webapp .nyaboutbox {
  flex-wrap: wrap;
  padding: 10px 0;
}

.webapp .nyaboutbox>div {
  margin-right: 0;
  width: 100%;
}

.nycontact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}

.nycontact>div {
  width: 46%;
  padding: 20px 0;
  font-size: 18px;
  margin: 0 2%;
  border-bottom: 1px solid #e8e8e8;
}

.webapp .nycontact {
  display: block;
  width: 95%;
}

.webapp .nycontact>div {
  width: auto;
  margin: 0;
  font-size: 15px;
}



.contactbj {
  background: url(../images/contact.png) top center no-repeat;
  background-size: 100%;
  padding-bottom: 100px;
}

.contactbj .nyContent {
  padding-top: 50px;
}

.contacttitle {
  text-align: center;
  padding: 60px 0 20px;
  color: #777;
  font-size: 15px;
}

.contacttitle strong {
  display: block;
  font-size: 38px;
  color: #333;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 10px;
}

.contact-info {
  width: 821px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
}

.contact-info .nycontact {
  width: auto;
  align-items: flex-start;
}

.contact-info .nycontact .leftXX {
  width: 100px;
  font-size: 28px;
  color: #494949;
  /* font-weight: bold; */
  line-height: 40px;
  padding: 0 0;
}

.contact-info .nycontact .rightXX {
  flex: 1;
  border-left: 1px solid #dedede;
  padding: 0 0 0 60px;
}

.contact-info .nycontact>div {
  border-bottom: 0;
}

.contact-info .nycontact .rightXX>div {
  margin-bottom: 15px;
  color: #333;
}

.contact-info .nycontact .rightXX>div .red {
  font-size: 30px;
  color: #ea1c27;
  font-weight: bold;
}

.gsmc {
  font-size: 20px;
  /* font-weight: bold; */
  color: #444444 !important;
  margin-bottom: 25px;
  display: block;
}

.webapp .contacttitle {
  padding: 30px 40px 20px;
  font-size: 12px;
}

.webapp .contacttitle strong {
  font-size: 30px;
}

.webapp .contact-info {
  width: auto;
  padding: 20px;
}

.webapp .contactbj .nyContent {
  padding: 0 30px;
}

.webapp .contact-info .nycontact .leftXX {
  display: none;
}

.webapp .contact-info .nycontact .rightXX {
  padding: 0;
  border: 0;
}

.webapp .contactbj {
  background: url(../images/contact.png) bottom center no-repeat;
  background-size: 200%;
  padding-bottom: 100px;
}

.webapp .contact-info .nycontact .rightXX>div .red {
  font-size: 20px;
}

.webapp .contact-info .nycontact .rightXX img {
  max-width: 100%;
}

.meuCont {
  font-size: 16px;
  line-height: 30px;
}

.meuCont img {
  max-width: 100%;
}

.webapp .nyaboutbox {
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.webapp .nyaboutbox>div.nyaboutimg {
  margin-right: 0;
  margin: 10px 0;
}

.webapp .nyaboutbox .nyabouttext {
  min-width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 36px;
}

.webapp .caseList {
  padding: 0 5px;
}

.webapp .caseList li {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 10px;
}

.webapp .caseList li a>img {
  min-height: 100px;
}

.webapp .caseList li a {
  margin: 0;
}

.webapp .jqzoom img {
  width: 100%;
  position: relative;
}

.webapp .jqzoom {
  width: 100%;
  height: auto;
  margin: 0;
}

.webapp .show_left {
  width: 100%;
}

.webapp #preview {
  width: 100%;
  flex-wrap: wrap;
}

.webapp #spec-n5 {
  width: 100%;
}

.webapp #spec-list {
  width: 100%;
}

.webapp .list-h {
  width: 100%;
}

.webapp .list-h li {
  width: 16%;
  height: 100%;
  margin: 10px 1px 0 1px;
}

.webapp .list-h li img {
  width: 95% !important;
}

.webapp .parameter {
  width: 100%;
}

.webapp .parameter li {
  width: 24.5%;
  font-size: 12px;
}

.webapp .parameter li h3 {
  font-size: 12px;
}

.webapp .parameter li span {
  font-size: 12px;
  padding: 0;
  line-height: 16px;
}

.webapp .nyShowLeft .ShowProTitle {
  font-size: 18px;
  width: auto;
  margin-top: 10px;
}

.webapp ul.list-h li.cur:after {
  width: 92%;
  height: 92%;
}

.webapp .MainPicture img {
  width: 95%;
}


/*右边产品*/

.webapp .nyContent .nyRight .Right_box_pro .RightList {
  overflow: hidden;
}

.webapp .nyContent .nyRight .Right_box_pro .RightList a {
  width: 46%;
  margin: 0 2%;
  float: left;
  margin-bottom: 20px;
}

.webapp .nyContent .nyRight .Right_box_pro a img {
  width: 98%;
}

.webapp .nyShowLeft .ShowNewsBox .NewsBoxLeft {
  display: none;
}

.webapp .winshow .navwrap_wrap .lang {
  display: none;
}


.waplxclr,
.waplx {
  display: none;
}

.webapp .waplxclr {
  display: block;
  width: 100%;
  height: 45px;
  overflow: hidden;
}

.webapp .waplx {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  width: 100%;
  height: 45px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  position: fixed;
  background: #ea1c27;
}

.webapp .waplx a {
  color: #ffffff;
  font-size: 0.9em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-box-flex: 1;
}

.webapp .waplx a:nth-child(1),
footer a:nth-child(2),
footer a:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.webapp .waplx a:hover {
  background: none;
  color: #fff;
}

.webapp .waplx a:visited {
  color: #fff;
}

.webapp .waplx img {
  width: 20px;
  margin-top: -4px;
}


.webapp .foot .fooLeft .fooImg img {
  max-width: 80%;
}


/*新闻列表*/

.webapp .ny-right-news {
  padding: 0 20px;
}

.webapp .ny-right-news li {
  padding: 10px 15px 25px;
  margin: 15px 0;
  box-shadow: 0 7px 14px rgb(0 0 0 / 12%), 0 1px 10px rgb(0 0 0 / 5%);
  border-bottom: none;
  transition: 0s;
}

.webapp .ny-right-news li .rq {
  width: 100%;
  left: 0;
  display: none;
}

.webapp .ny-right-news li .rq span {
  position: absolute;
  bottom: 10px;
  left: 15px;
  margin: auto;
  font-size: 12px;
  width: auto;
  height: auto;
  line-height: normal;
  border: 0;
}

.webapp .ny-right-news li .bt {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.webapp .ny-right-news li .bt strong {
  font-size: 14px;
  margin-top: 0;
}

.webapp .ny-right-news li .pic {
  width: 110px;
  height: 80px;
}

.webapp .ny-right-news ul {
  padding: 0 !important;
}

.webapp .ny-right-news li .text .btfot .fotsh {
  display: none;
}

.webapp .ny-right-news li .text .btfot .v {
  display: none;
}

.webapp .ny-right-news .webno {
  display: none;
}

.webapp .ny-right-news li .text .bt {
  width: auto;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}

.webapp .ny-right-news li:hover .fotsh {
  display: none;
}

.webapp .ny-right-news li .text .btfot .d {
  margin-left: 0;
  position: relative;
}

.webapp .ny-right-news li .text {
  height: auto;
  margin: 0;
  font-size: 12px;
}


.fa_Float {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 100;
}

.fa_Float_icon {
  width: 50px;
  height: 50px;
  background: rgba(19, 194, 102, 0.8);
  border-radius: 100px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.fa_Float_icon img {
  width: 60%;
}

.fa_clearfix {
  position: relative;
  margin-bottom: 7px;
  display: block;
}

.fa_clearfix .fa_Float_info {
  background: rgba(19, 194, 102, 1);
  color: #FFF;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  float: left;
  position: absolute;
  right: 55px;
  top: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  max-width: 0;
  white-space: nowrap;
  font-weight: 300;
}

.fa_clearfix:hover .fa_Float_icon {
  background: rgba(19, 194, 102, 1);
}

.fa_clearfix:hover .fa_Float_info {
  display: block;
  max-width: 400px;
  padding: 0 20px;
}


.procontent .meuCont {
  display: none;
}

.webapp .ny-right-about {
  padding: 0 10px;
}

.wapAlbumNav {
  display: none;
}

.webapp .wapAlbumNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 15px 0;
}

.webapp .wapAlbumNav a {
  font-size: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #3a3a3c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding: 5px 15px;
  line-height: 24px;
}

.webapp .wapAlbumNav li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.webapp .wapAlbumNav a.cur {
  border: 1px solid #ea1c27;
  color: #ea1c27;
}


.wapyoushi {
  display: none;
}

.webapp .wapyoushi {
  display: block;
  padding: 30px 20px;
}

.webapp .wapyoushi img {
  width: 100%;
}

.webapp .youshi {
  display: none;
}

.webapp .yingContent {
  width: auto;
  margin-top: 0px;
  font-size: 12px;
}

.webapp .yingContent .text strong {
  font-size: 30px;
}

.webapp .yingyong {
  padding: 0px 0;
}

.webapp .yingbt .en {
  font-size: 30px;
}

.webapp .yingbt .cn {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}

.webapp .yingbt .tips {
  padding: 20px 15px;
  font-size: 12px;
}

.webapp .searchBtn {
  display: none;
}

.webapp .topRight {
  position: absolute;
  right: 60px;
  top: 0;
  display: block;
  height: 100%;
}

.webapp .lang {
  display: block;
}

.webapp .searchBott {
  padding-top: 12px;
}

.webapp .boo_left {
  display: none;
}

.webapp .foot .fooLeft strong {
  font-size: 18px;
  line-height: 30px;
}

.webapp .yingContent .cn {
  padding-top: 30px;
  font-size: 20px;
}

.webapp .yingContent .en {
  font-size: 14px;
}

.webapp .yingContent .cn,
.webapp .yingContent .en {
  /* font-size: 20px; */
  padding-left: 15px;
  line-height: 30px;
  padding-right: 15px;
}

.webapp .VideoCenter .videoBox img {
  width: 100%;
}

.webapp .conNav li a {
  padding: 10px 0;
  font-size: 12px;
  white-space: nowrap;
}

.webapp .VideoCenter {
  min-height: auto;
  padding: 30px;
}

.webapp .VideoCenter .videoBox {
  margin-top: 30px;
}

.webapp .conNav li strong {
  font-size: 25px;
  line-height: 24px;
}

.webapp .sampleCenter .sampleBox .sampSmall .Items .ls {
  height: 60px;
}

.webapp .sampleCenter .sampleBox .sampSmall .btns .num {
  font-size: 16px;
}

.webapp .sampleCenter .sampleBox .sampSmall .btns {
  height: 50px;
}

.webapp .sampleCenter .sampleBox .sampSmall .btns .btn {
  font-size: 20px;
}

.webapp .sampleCenter .sampleBox .sampSmall .Items a .title strong {
  font-size: 12px;
}

.webapp .sampleCenter .sampleBox {
  width: auto;
  padding: 15px;
}


.webapp .sampleCenter,
.webapp .inproWrap {
  padding: 30px 0;
}

.webapp .inproTitle {
  width: auto;
  font-size: 16px;
  padding: 10px 10px;
}

.webapp .inproTitle strong {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}

.webapp .inproTitle::after {
  width: 120px;
}

.webapp .aboutWrap .more {
  display: none;
}

.webapp .aboutWrap .aboutNav {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  flex-wrap: wrap;
}

.webapp .aboutWrap {
  width: auto;
  padding: 30px 10px;
}

.webapp .aboutWrap .ab_bottom {
  margin-top: 30px;
}

.webapp .aboutNav li {
  /* margin-bottom: 20px; */
}

.webapp .aboutWrap .aboutNav li a span {
  width: 54px;
  height: 54px;
}

.webapp .aboutWrap .aboutNav li a {
  font-size: 14px;
}

.webapp .aboutWrap .pubtitle .en {
  font-size: 30px;
  margin-bottom: 5px;
}

.webapp .aboutWrap .pubtitle {
  font-size: 20px;
}

.webapp .aboutWrap .company {
  padding: 30px 0 10px;
}

.webapp .aboutWrap .text {
  font-size: 14px;
}

.webapp .newsTitle>div {
  width: 100%;
  margin: 0;
}

.webapp .newsTitle>div:nth-child(2) {
  display: none;
}


.webapp .news {
  flex-direction: column;
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
}

.webapp .news>div {
  margin: 0;
}

.webapp .Ul_list {
  width: auto;
  overflow: hidden;
  flex-wrap: wrap;
}

.webapp .serverBox .serText {
  font-size: 14px;
  line-height: 26px;
}

.webapp .foot .fooLeft {
  padding: 0;
}

.webapp .Ul_list .li .title {
  font-size: 16px;
}

.webapp .Ul_list .li .text {
  font-size: 14px;
}

.webapp .Ul_list .li .year {
  padding: 5px 0;
}

html,
body.webapp {
  overflow-x: hidden;
}

.wxewmshow {
  position: relative;
}

.wxewmshow .ewmbBox {
  text-align: center;
  position: absolute;
  left: -60px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  top: 40px;
  width: 140px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10;

}

.wxewmshow:hover .ewmbBox {
  display: block;
}

iframe {
  max-width: 100%;
}

.webapp iframe {
  max-height: 260px;
}

.appAboutNav {
  display: none;
}

.webapp .appAboutNav {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
  padding-top: 15px;
}

.appAboutNav li {
  margin: 0 10px;
  flex: 1;
}

.appAboutNav li a {
  white-space: nowrap;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #3a3a3c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding: 6px 0;
  line-height: 24px;
}

.appAboutNav li a.cur {
  color: #fff;
  background: #ea1c27;
  border-color: #ea1c27;
}

.webapp .ShowNewsBox .caseList {
  padding: 0;
}

.map-info {
  height: 0;
}

tr {
  white-space: nowrap;
}