/*
2017 carry
*/




/*@font-face {font-family: 'siyuan';
    src: url('../webfont3/webfont.eot');
    src: url('../webfont3/webfont.eot?#iefix') format('embedded-opentype'),
    url('../webfont3/webfont.woff') format('woff'),
    url('../webfont3/webfont.ttf') format('truetype'),
    url('../webfont3/webfont.svg#webfont') format('svg');
}
.siyuan{
    font-family:"siyuan" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}*/

@font-face{font-family:"siyuan";
  src:url('../web/siyuan-light.woff') format('woff'),
  url('../web/siyuan-light.ttf') format('truetype');
  font-style:normal;
  font-weight:400}




body,
button,
input,
select,
textarea {
    font: 14px "siyuan",Arial !important;
}




a {
  color: #333333;
}
a:hover {
  color: #c10213;
}

.anima {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.mypic img {
  transition: 0.6s transform;
  transform: translateZ(0);
}
.mypic:hover img {
  transform: scale(1.1, 1.1);
  transition: 2s transform;
}
.wrap {
  /* 内页banner */
  /* 内页小导航 */
  /* aboutus */
  /* nano */
  /* job */
  /* aboutus */
  /* articlelist */
  /* productarticle */
  /* article */
  /* layui */
}
.wrap .main1200 {
  width: 63.15789474%;
  margin: 0 auto;
}
.wrap .main1400 {
  width: 73.68421053%;
  margin: 0 auto;
}
.wrap .main1500 {
  width: 78.94736842%;
  margin: 0 auto;
}
.wrap .main1600 {
  width: 84.21052632%;
  margin: 0 auto;
}
.wrap .w1030 {
  width: 1030px;
  margin: 0 auto;
}
.wrap .w1200 {
  width: 63.15789474%;
  margin: 0 auto;
}
.wrap .w1000 {
  width: 52.63157895%;
  margin: 0 auto;
}
.wrap .header{
  border-bottom: 3px solid #c10212;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.wrap .header.curr{
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.wrap .header.curr .head-top .mlogo img{
    margin-top: 22px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.box-content{
    width:100%;
    height:123px;
}
.headerbox{
  width: 100%;
  padding-left: 14%;
  box-sizing: border-box;
}
.headerbox:after,
.wrap .header .main1400:after,
.wrap .header .nav-search:after{
    display:block;
    content:'';
    clear:both;
}
.wrap .header .head-top {
  height: 50px;
  text-align: center;
  padding: 35px 0;
    float:left;
    width:177px;
}
.wrap .header .head-top .phone {
  display: none;
}
.wrap .header .head-nav {
  /*height: 118px;*/
  /*border-top: 1px solid #e5e5e5;*/
  /*border-bottom: 1px solid #efeff0;*/
  position: relative;
    float:right;
    width:calc(100% - 177px);
}
.wrap .header .bmfnav {
  line-height: 83px;
  /*width:calc(100% - 152px);*/
  width:100%;
  /*float:left;*/
  background: url(../images/nav_bg.png?v=2022) no-repeat center left;
  background-size: 100% 100%;
  padding-left: 50px;
  box-sizing: border-box;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
}
.wrap .header .bmfnav .phone {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}
.wrap .header .bmfnav .phone i {
  font-size: 20px;
  vertical-align: middle;
}
.wrap .header .bmfnav li {
  float: left;
  /*margin-right: 3%;*/
  /*padding:20px 0;*/
  display:block;
  /*position:relative;*/
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
}
.wrap .header .bmfnav li:after{
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  background: #d57984;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wrap .header .bmfnav li:last-of-type:after{
  background: transparent;
}
.wrap .header .bmfnav li>a{
  color: #fff;
}
.wrap .header .bmfnav li:last-of-type {
    margin-right:0 !important;
}
.wrap .header .bmfnav li .dprow{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    top:81px;
    width: 100%;
    z-index: 10;
    display:none;
    background:#fff;
    padding: 20px 10px;
    /*padding: 15% 10%;*/
    /*height:230px;*/
}
.wrap .header .bmfnav li .dprow:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -20px;
  width: 0;
  height: 0;
  border-width: 8px 8px 12px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.wrap .header .bmfnav li:nth-of-type(1) .dprow .nav-stair .first-downlist .nav-stair-title-t{
    /*font-weight:bold;*/
    /*font-size:16px;*/
    text-align:left;
    padding:0 15px;
}
.wrap .header .bmfnav li:nth-of-type(1) .dprow .nav-stair .first-downlist .nav-stair-title-t a{
  color:#c10213;
}
.wrap .header .bmfnav li:nth-of-type(1) .nav-stair .first-downlist{
    width: 100%;
    float:left;
    padding: 5px 0;
    text-align: left;
}
.wrap .header .bmfnav li:nth-of-type(1) .nav-stair .first-downlist .sub-downlist{
}
.wrap .header .bmfnav li:nth-of-type(1) .nav-stair .first-downlist .sub-downlist .first-downlist{

    display:flex;
    flex-wrap: wrap;
    padding: 5px 10px;
}
.wrap .header .bmfnav li:nth-of-type(1) .nav-stair .first-downlist .sub-downlist .first-downlist a{

    padding:0 6px;
}
.sub-downlist .first-downlist{
  width: 100% !important
}
/*.wrap .header .bmfnav li:nth-of-type(1) .dprow{*/
/*display:block;*/
/*}*/
.nav-stair{
    width: 100%;
    text-align: center;
}
.wrap .header .bmfnav li:first-of-type .nav-stair:first-of-type .nav-stair-title{

    display:none;
}
.nav-stair:after{
  content: "";
  display: block;
  clear: both;
}
.nav-stair .first-downlist,
.nav-stair-title{
    line-height: 1.5;
    padding: 10% 0;

}
.nav-stair-title-t{
    /*font-weight:bold;*/
}
.wrap .header .downup {
  width: 100%;
  height: 300px;
  background: url("../images/downlistbg.png?v=2022") repeat;
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  z-index: 99;
}
.wrap .header .downup .dprow {
  display: none;
}
.wrap .header .downup .downlist {
  width: 33.333%;
  padding-top: 25px;
  float: left;
  padding-left: 25px;
}
.wrap .header .downup .downlist .item {
  font-size: 18px;
  padding-bottom: 10px;
}
.wrap .header .downup .downlist a {
  display: inline-block;
  line-height: 35px;
}
.wrap .header .downup .downproduct {
  width: 50%;
  padding-top: 38px;
  float: right;
}
.wrap .header .downup .downproduct .libox {
  width: 510px;
  height: 164px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
}
.wrap .header .downup .downproduct .libox .pic {
  width: 136px;
  height: 164px;
  float: left;
}
.wrap .header .downup .downproduct .libox .pic img {
  width: 100%;
}
.wrap .header .downup .downproduct .libox .txt {
  width: 330px;
  float: right;
}
.wrap .header .downup .downproduct .libox .txt .title {
  font-size: 18px;
  line-height: 25px;
  height: 25px;
  width: 100%;
  overflow: hidden;
}
.wrap .header .downup .downproduct .libox .txt p {
  color: #666;
  display: inline-block;
  padding: 16px 0;
}
.wrap .header .downup .downproduct .libox .txt .mbutton {
  display: block;
  border-radius: 5px;
  font-size: 14px;
  width: 130px;
  padding-right: 15px;
  height: 39px;
  line-height: 39px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  background: url("../images/arrow-black.png?v=2022") 120px center no-repeat;
}
.wrap .navbox {
  position: relative;
}
.wrap .boxsearch {
  height: 40px;
  top: 0;
  right: 14%;
  position: absolute;
  z-index: 100;
}
.wrap .boxsearch .cnen {
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  border-left: solid #e5e5e5 1px;
    font-weight: bold;
}
.wrap .boxsearch .cnen:nth-of-type(2) {
    border-right: solid #e5e5e5 1px;
}
.wrap .boxsearch .search {
  width: 232px;
  height: 40px;
  position: relative;
  /*cursor: pointer;*/
  float: left;
  /*background: #c10213 url("../images/search.png?v=2022") center center no-repeat;*/
  background: #fff;
}
.nav-search{
  width:100%;
  position:relative;
}
/*.nav-search-con{
  position: absolute;
  right: 0;
  top: 51px;
  width: 230px;
  z-index: 9;
  display:none;
  box-shadow:0 3px 5px #666;
}*/
.nav-search-con{
  width: 234px;
  height: 100%;
}
.wrap .navbox:after,
.nav-search-con:after,
.boxsearch:after{
  display: block;
  content: "";
  clear: both;
}
.search-input{
  width:92%;
  height:44px;
  border:none;
  padding:0 4%;
}
.nav-search-con .search-btn{
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #514749;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.nav-search-con .search-input{
  float: left;
  height:40px;
  padding: 0 10px;
  width: calc(100% - 40px);
  box-sizing: border-box;
}
.language-tit{
  float: left;
  /*font-size: 16px;*/
  color: #333;
}
.language-tit img{
  vertical-align: middle;
  margin-right: 5px;
}
.language-box{
  float: left;
  margin-right: 20px;
}
.language-box:after{
  display: block;
  content: "";
  clear: both;
}
.language-con{
  float: left;
  height: 100%;
  margin-top: 4px;
  position: relative;
}
.language-links a:hover{
  color: #c10212;
  border-bottom: 1px solid #c10212;
}
.language-name{
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.language-name img {
  width: 100%;
  display: block;
}
.language-links{
  display: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 120px;
  margin-left: -10px;
  padding: 20px 30px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 36px;
}
.language-links a {
  display: block;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 35px;
  line-height: 30px;
}
.language-links li:nth-of-type(1) a {
  background-image: url(../images/language-icons-us.png?v=2022);
}
.language-links li:nth-of-type(2) a {
  background-image: url(../images/language-icons-jp.png?v=2022);
}
.language-links li:nth-of-type(3) a {
  background-image: url(../images/language-icons-de.png?v=2022);
  border-bottom: 0;
}

.wrap .h-banner {
  width: 100%;
  position: relative;
    /*z-index: -1;*/
    /*height:680px;*/
}
.wrap .h-banner video{
    margin-top: -160px;
    display: block;
    margin-bottom: -130px;

}
.wrap .h-banner .swiper-button-next{
    right: 40px;
    color:#fff;
}
.wrap .h-banner .swiper-button-prev{
    color:#fff;
    left: 40px;
}

.wrap .h-banner img {
  width: 100%;
}
.wrap .h-banner .bantxt {
  position: absolute;
  top: 24%;
  left: 12%;
  width: 543px;
  color: #fff;
}
.wrap .h-banner .bantxt .txth2 span.span1 {
  font-size: 72px;
  font-weight: bold;
}
.wrap .h-banner .bantxt .txth2 span.span2 {
  font-size: 60px;
}
.wrap .h-banner .bantxt p {
  font-size: 20px;
  padding-top: 20px;
  line-height: 35px;
  font-style: italic;
}
.wrap .h-block01 {
  width: 100%;
  height: 320px;
  position: relative;
  background: url("../images/homeblock01bg.jpg?v=2022") center top no-repeat;
    z-index: 2;
}
.wrap .h-block01 .bl01ul {
  position: relative;
}
.wrap .h-block01 .bl01ul li {
  width: 23%;
  background: #fff;
  box-shadow: 0 0px 30px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0px 30px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0px 30px rgba(0,0,0,.3);
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  top: -70px;
}
.wrap .h-block01 .bl01ul li:hover {
  top: -80px;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
}
.wrap .h-block01 .bl01ul li .pic {
  position: relative;
  overflow: hidden;
}
.wrap .h-block01 .bl01ul li img {
  width: 100%;
}
.wrap .h-block01 .bl01ul li .txt {
  width: 90%;
  padding: 24px 5%;
}
.wrap .h-block01 .bl01ul li .txt p.title {
  color: #c10213;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 24px;
}
.wrap .h-block01 .bl01ul li .txt p.hide {
  line-height: 18px;
  height: 90px;
  overflow: hidden;
  color: #666;
}
.wrap .h-block01 .bl01ul li .txt p.title:hover {
  color: #333333;
}
.wrap .h-block01 .bl01ul li:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.3);
  -moz-box-shadow: 0 15px 30px rgba(0,0,0,.3);
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .h-block01 .bl01ul li.li01 {
  /* top: -70px; */
  left: 0;
}
.wrap .h-block01 .bl01ul li.li02 {
  /* top: -110px; */
  left: 25%;
}
.wrap .h-block01 .bl01ul li.li03 {
  /* top: -70px; */
  left: 50%;
}
.wrap .h-block01 .bl01ul li.li04 {
  /* top: -110px; */
  left: 75%;
}
/* .wrap .h-block01 .bl01ul li.li01:hover,
.wrap .h-block01 .bl01ul li.li03:hover {
  top: -80px;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
}
.wrap .h-block01 .bl01ul li.li02:hover,
.wrap .h-block01 .bl01ul li.li04:hover {
  top: -120px;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
} */
.wrap .h-block02 {
  width: 100%;
  background: #fff;
  color: #333;
}
.wrap .h-block02 a {
  color: #ffffff;
}
.wrap .h-block02 a:hover {
  color: #c10213;
}
.wrap .h-block02 .top-title {
  padding-top: 70px;
  font-size: 36px;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding-bottom: 60px;
}
.wrap .h-block02 .bl02ul {
  width: 100%;
  height: 295px;
}
.wrap .h-block02 .bl02ul .ulrow {
  width: 21%;
  margin-right: 2%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
}
.wrap .h-block02 .bl02ul .ulrow .pic {
  /*width: 100%;*/
  /*margin-bottom: 45px;*/
  text-align: center;
    width:100px;
}
.wrap .h-block02 .bl02ul .ulrow .pic img {
  max-width: 56px;
  max-height: 56px;
}
.wrap .h-block02 .bl02ul .ulrow .txt {
  /*width: 100%;*/
    width:calc(100% - 100px);
  /*height: 100px;*/
  line-height: 25px;
  text-align: left;
  overflow: hidden;
    align-self: center;
}
.wrap .h-block02 .bl02ul .ulrow .txt p {
  width: 90%;
  margin: 0 auto;
}
.wrap .h-block02 .bl02ul .ulrow .txt p .check-look{
  color: #c10213;
  text-decoration: underline;
}
.wrap .h-block02 .bl02ul.areaspro {
  height: auto;
  text-align: center;
}

@keyframes passdown {
    0%{
        transform: translate(0, 0);
    }
    30% {
        transform: translate(0, 20px);
    }
    60% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}


.wrap .h-block02 .bl02ul.areaspro .ulrow {
  width: 29%;
  margin-bottom: 40px;
  cursor: pointer;
}
.wrap .h-block02 .bl02ul.areaspro .ulrow:hover .pic{
  -webkit-animation: passdown 1s linear;
  -moz-animation: passdown 1s linear;
  -o-animation: passdown 1s linear;
  animation: passdown 1s linear;
}
.Features-equipment{
    background:url("../images/nanoArch-new03.jpg?v=2022") center bottom no-repeat #efedee !important;
    padding-bottom:60px;
}
.wrap .Features-box{
    background:#efedee;
}
.Features-box .areaspro{
    display:flex;
    padding-bottom:60px;
}
.Features-box .flex-box{
    width:42%;
    padding-left: 8%;
    align-self: center;
}
.Features-box .img{
    width:50%;
    text-align:center;
    align-self: center;
}
.Features-box .img img{
    max-width:100%;
}
.wrap .h-block02 .bl02ul.areaspro .flex-box .ulrow{
  width:100%;
    display: flex;
    margin-bottom: 24px;
}
/*.wrap .h-block02 .bl02ul.areaspro .flex-box{*/
    /*width:32%;*/
    /*padding-left: 14%;*/
/*}*/
.wrap .h-block02 .applybutton {
  width: 323px;
  margin: 0 auto;
}
.wrap .h-block02 .applybutton .layui-btn {
  width: 323px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background: #c10213;
  margin: 0 auto;
  margin-top: 38px;
  border-radius: 30px;
  cursor: pointer;
}
.wrap .h-block02 .applybutton i {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  background: url("../images/arrow-down.png?v=2022") 0 center no-repeat;
}
.wrap .product-block02.h-block02 {
  background: #fff;
  height: 500px;
}
.wrap .product-block02.h-block02 a {
  color: #000000;
}
.wrap .product-block02.h-block02 a:hover {
  color: #c10213;
}
.wrap .product-block02.h-block02 .top-title {
  color: #000;
}
.wrap .product-block02.h-block02 .bl02ul .ulrow .pic img {
  border-color: #e1e0e0;
}
/*.wrap .areasproblock.h-block02 {
  height: 750px;
}*/
.wrap .servicesproblock.h-block02 {
  height: 500px;
  background: #faf9f9;
}
.wrap .product-block03.h-block02 {
  background: #fff;
}
.wrap .product-block03.h-block02 .top-title {
  color: #000;
}
/*.wrap .product-block03.services .pb03ul li {
  width: 23%;
  padding:0 1%;
}*/
.wrap .product-block03 {
  height: auto;
}
.wrap .product-block03 .pb03ul {
  width: 100%;
  padding-bottom: 70px;
}
.wrap .product-block03 .pb03ul li {
  float: left;
  width: 96%;
  padding:5% 1.666%;
}
.wrap .product-block03 .pb03ul li .pic {
  width: 245px;
  height: 217px;
    line-height:217px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
    text-align:center;
}
.wrap .product-block03 .pb03ul li .pic img {
  /*width: 100%;*/
}
.wrap .product-block03 .pb03ul li .txt {
  color: #000;
  font-size: 18px;
  padding-top: 40px;
  text-align: center;
}
.wrap .product-block03 .pb03ul li .txt:hover{
  color: #c10213;
}
.wrap .h-block03.product-block04 {
  background: #faf9f9;
  height: 660px;
}
.wrap .h-block03.product-block04 .top-title {
  color: #000;
  padding-bottom: 60px;
}
.wrap .h-block03.enrequire {
  background: url("../images/enrequire.jpg?v=2022") center 0 no-repeat;
  height: auto;
  padding-bottom: 40px;
}
.wrap .h-block03.enrequire .top-title {
  color: #fff;
  font-size: 40px;
  padding-bottom: 40px;
  font-weight: normal;
}
.wrap .h-block03.enrequire .bl03ul li {
  background: none;
  width: 23%;
  margin: 0;
}
.wrap .h-block03.enrequire .bl03ul li .txt p.title {
  color: #fff;
  height: 25px;
}
.wrap .h-block03.enrequire .bl03ul li .txt p {
  color: #fff;
  height: auto;
}
.wrap .h-block03.enrequire .bl03ul li .txt span {
  display: inline-block;
  padding-left: 15px;
  background: url("../images/enrequire-circle.png?v=2022") left top 9px no-repeat;
}
.wrap .h-block03.enrequire .bl03ul li .txt i {
  font-style: none;
  font-size: 12px;
}
.wrap .h-block03.enrequire .bl03ul li:hover {
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
}
.wrap .h-block03.enrequire.case {
  background: #fff;
}
.wrap .h-block03.enrequire.case .top-title {
  color: #333;
}
.wrap .h-block03.enrequire.case .bl03ul li {
  background: none;
}
.wrap .h-block03.enrequire.case .bl03ul li .txt p {
  color: #666;
  height: auto;
  font-size:22px;
}
.wrap .h-block03.enrequire.case .bl03ul li .txt p.Showcase-tit-p{
  font-size: 14px;
}
.wrap .h-block03 {
  width: 100%;
  height: 705px;
  background: #fff;
}
.wrap .h-block03 .top-title {
  padding-top: 70px;
  font-size: 50px;
  color: #c10213;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}
.wrap .h-block03 .top-p {
  line-height: 25px;
  font-size: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.wrap .h-block03 .bl03ul li {
  width: 21%;
  padding: 1%;
  margin:0 1%;
  background: #fff;
  float: left;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .h-block03 .bl03ul li .pic {
  position: relative;
  overflow: hidden;
    width: 100%;
    height: 200px;
    text-align: center;
    border-bottom: 1px solid #fafafa;
}
.wrap .h-block03 .bl03ul li img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
}
.wrap .h-block03 .bl03ul li img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap .h-block03 .bl03ul li .txt {
  width: 100%;
  padding: 24px 0 10px 0;
}
.wrap .h-block03 .bl03ul li .txt .desc {
  line-height: 20px;
  color: #666;
  width: 100%;
  height: 80px;
  overflow: hidden;
  font-weight: normal !important;
}
.wrap .h-block03 .bl03ul li .txt .desc p{
  width: 100%;
  color: inherit;
  /*display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;*/
}
.wrap .h-block03 .bl03ul li .txt p.title {
  color: #000;
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.wrap .h-block03 .bl03ul li .txt a {
  color: #000000;
}
.wrap .h-block03 .bl03ul li .txt a:hover {
  color: #333333;
}
.wrap .h-block03 .bl03ul li:hover {
  box-shadow: 0 15px 30px #ccc;
  -webkit-box-shadow: 0 15px 30px #ccc;
  -moz-box-shadow: 0 15px 30px #ccc;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .h-block03 .bl03ul.homemore {
  height: 445px;
  background: #fff!important;
}
.wrap .h-block03 .bl03ul.homemore li {
  width: 320px;
  padding: 10px;
  margin: 0;
}
.wrap .h-block03 .bl03ul.homemore .bx-viewport {
  height: 460px!important;
}
.wrap .h-block03 .bl03ul.homemore .bx-wrapper .bx-prev {
  left: -64px;
}
.wrap .h-block03 .bl03ul.homemore .bx-wrapper .bx-next {
  right: -64px;
}
.wrap .h-block03 .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  padding:30px 0;
}
.wrap .h-block03.other {
  width: 100%;
  height: auto;
  background: #fafafa;
  padding-bottom: 40px;
}
.wrap .h-block03.other .bl03ul.homemore {
  background: none!important;
}
.wrap .h-block03.other .bx-wrapper .bx-viewport {
  background: none;
}
.wrap .h-block03.prodetails {
  background: #faf9f9;
  height: auto;
  padding-bottom: 82px;
}
.wrap .h-block03.prodetails .text-r-name{
  border:1px solid #000;
}

.wrap .h-block03.prodetails .top-title {
  color: #000;
  font-weight: bold;
}
.wrap .h-block03.prodetails .details {
/*  width: 48.4375%;*/
  width: 83.33333333%;
  margin: 0 auto;
  padding: 30px 0 0 0;
  font-size: 16px;
  text-indent: 2em;
  line-height: 30px;
}
.wrap .h-block03.prodetails .tablebox {
  width: 83.33333333%;
  margin: 0 auto;
  text-align: center;
}
.wrap .h-block03.prodetails .tablebox .spfbig {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.wrap .h-block03.prodetails .tablebox .xingneng-text{
  font-size: 16px;
  line-height: 30px;
  padding:10px 0;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.wrap .h-block03.prodetails .tablebox .spfmid {
  font-size: 14px;
  color: #333;
}
.wrap .h-block03.prodetails .tablebox .spfmini {
  font-size: 14px;
  color: #666;
}
.wrap .h-block03.prodetails .tablebox .pd20 {
  padding: 20px 5px;
}
.wrap .h-block03.prodetails .tablebox .pdb5 {
  padding-bottom: 5px;
}
.wrap .h-block03.prodetails .tablebox .pdt5 {
  padding-bottom: 5px;
}
.wrap .h-block03.prodetails .tablebox .pdb20 {
  padding-bottom: 20px;
  display: inline-block;
}
.wrap .h-block03.prodetails .tablebox .pdt20 {
  padding-top: 20px;
  display: inline-block;
}
/*.wrap .h-block03.prodetails .tablebox .hafl {
  width: 30%;
  display: inline-block;
}*/
.wrap .h-block03.prodetails .tablebox .hafl.l {
  padding-left: 5%;
}
.wrap .h-block03.prodetails .tablebox .hafl.r {
  padding-right: 5%;
}
.wrap .h-block03.prodetails .tablebox .spacingl {
  letter-spacing: 4px;
}
.wrap .h-block03.prodetails .tablebox .topname {
  font-size: 24px;
  font-weight: bold;
  margin-left: 40px;
  text-align: left;
  display: block;
}
.wrap .h-block03.prodetails .tablebox .otxt {
  font-weight: bold;
  margin-left: 40px;
}
.wrap .h-block03.prodetails .tablebox td {
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
}
.wrap .h-block03.references {
  background: #f4f4f4;
  height: auto;
  padding-bottom: 80px;
}
.wrap .h-block03.references .top-title {
  color: #000;
  padding-bottom: 40px;
}
.wrap .h-block03.references .bx-wrapper .bx-prev {
  left: -50px;
}
.wrap .h-block03.references .bx-wrapper .bx-next {
  right: -50px;
}
.wrap .h-block03.references .referencesbox {
  width: 100%;
}
.wrap .h-block03.references .referencesbox .robox {
  width: 102%;
}
.wrap .h-block03.references .referencesbox .row {
  width: 92%;
  float: none;
  padding: 1.5% 1.5%;
  margin: 0 auto;
  background: #FFF;
}
.wrap .h-block03.references .referencesbox .row .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap .h-block03.references .referencesbox .row .pic img {
  width: 100%;
  /*-webkit-transition: all 0.4s linear;*/
  /*-moz-transition: all 0.4s linear;*/
  /*-o-transition: all 0.4s linear;*/
  /*-ms-transition: all 0.4s linear;*/
  /*transition: all 0.4s linear;*/
}
.wrap .h-block03.references .referencesbox .row .pic img:hover{
  /*-webkit-transform: scale(1.1);*/
  /*-moz-transform: scale(1.1);*/
  /*-o-transform: scale(1.1);*/
  /*-ms-transform: scale(1.1);*/
  /*transform: scale(1.1);*/
}
.wrap .h-block03.references .referencesbox .row .txt {
  width: 100%;
  text-align: center;
}
.wrap .h-block03.references .referencesbox .row .txt a {
  font-weight: bold;
  color: #cc2236;
  display: block;
  padding-top: 33px;
}
.wrap .h-block03.references .referencesbox .row .txtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  width: 100%;
  height: 52px;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.wrap .h-block03.references .referencesbox .row .txtintro {
  line-height: 25px;
  height: 100px;
  overflow: hidden;
}
.wrap .h-video {
  width: 100%;
  cursor: pointer;
  position: relative;
  background: url(../images/homevideo.jpg?v=2022) center center no-repeat;
}
/*.wrap .h-video img {
  width: 100%;
}*/
.wrap .h-video .hvtxt {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
/*  position: absolute;
  top: 20%;
  left: 0;*/
  text-align: center;
  color: #fff;
}
.wrap .h-video .hvtxt .hvtxth2 {
  font-size: 48px;
  color: #fff;
}
.wrap .h-video .hvtxt p {
  width: 43.95833333%;
  margin: 0 auto;
  padding-top: 40px;
  line-height: 24px;
}
.wrap .h-video .hvtxt .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-top: 68px;
  background: url(../images/videoicon.png?v=2022) 0 0 no-repeat;
}
.wrap .w1600 {
  width: 1600px;
  margin: 0 auto;
}
.wrap .header .bmfnav li{
  /*margin-right: 6.8%;*/
}
.bx-wrapper .bx-viewport{
	background: none !important;
}

.wrap .h-form {
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #f4f4f4;
}
.wrap .h-form .top-title {
  padding-top: 70px;
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-bottom: 50px;
}
.wrap .h-form .top-title span {
  font-size: 14px;
}
.wrap .h-form .top-title i {
  color: #c10213;
}
.wrap .h-form .form-button {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 40px;
}
.wrap .h-form .form-button .button {
  display: inline-block;
  font-size: 18px !important;
  background: rgba(193,2,19,.8);
  padding: 0 32px;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: 0;
  line-height: 50px !important;
}
.wrap .h-form .form-close {
  text-align: center;
  color: #999;
  font-size: 18px;
  margin-top: 25px;
  cursor: pointer;
}
.wrap .h-form.open {
  height: auto;
  padding-bottom: 30px;
}
.wrap .nbanner {
  width: 100%;
  position: relative;
  overflow:hidden;
}
.wrap .nbanner img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.wrap .nbanner .txt {
  width: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  top: 25%;
  z-index: 1;
}
.wrap .nbanner .txt h1 {
  font-size: 50px;
}
.wrap .nbanner .txt h2 {
    font-size: 50px;
}
.wrap .nbanner .txt .line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 25px 0;
}
.wrap .nbanner .txt p {
  font-size: 22px;
  padding:0 5%;
  line-height: 42px;
}

.wrap .Equipment .txt {
    width: 62%;
}

.wrap .secondnav {
  position: relative;
  width: 100%;
  height: 1px;
}
.wrap .secondnav .navbox {
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
  background: url("../images/garybg.png?v=2022") repeat;
}
.wrap .secondnav .navbox.fixed {
  position: fixed;
  top: 0;
}
.wrap .secondnav .rowpr {
  position: relative;
  height: 50px;
}
.wrap .secondnav .navrow {
  width: 100%;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wrap .secondnav .navrow a {
  color: #fff;
  display: block;
}
.wrap .secondnav .navrow a:hover {
  color: #c10213;
}
.wrap .secondnav .navrow a.active {
  background: #c10213;
  padding-top: 10px;
  color: #ffffff;
}
.wrap .secondnav .navrow.active {
  background: #c10213;
  padding-top: 20px;
}
.wrap .secondnav .navrow.active a {
  color: #ffffff;
}
.wrap .aboutus {
  width: 100%;
}
.wrap .aboutus .ablock .top-title {
  font-size: 50px;
  font-weight: bold;
  padding-top: 100px;
  text-align: center;
}
.wrap .aboutus .ablock .top-title .span01 {
  color: #c10213;
}
.wrap .aboutus .ablock .top-title .span02 {
  color: #000;
}
.wrap .aboutus .ablock .top-title .span03 {
  color: #fff;
}
.wrap .aboutus .ablock p.intr {
  line-height: 36px;
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 65px;
  text-align: center;
}
.wrap .aboutus .ablock .w1000 {
  width: 1000px;
  margin: 0 auto;
}
.wrap .aboutus .ablock .nlogo .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9;
}
.wrap .aboutus .ablock .nlogo .bx-wrapper .bx-prev {
  left: -50px;
  background: url(../images/controls.png?v=2022) no-repeat 0 -32px;
}
.wrap .aboutus .ablock .nlogo .bx-wrapper .bx-next {
  right: -50px;
  background: url(../images/controls.png?v=2022) no-repeat -43px -32px;
}
.wrap .aboutus .ablock01 {
  width: 100%;
  height: 1000px;
  background: url("../images/about01bg01.jpg?v=2022") 0 0 no-repeat;
    background-position: center;
}
.wrap .aboutus .ablock01 .videoblock {
  width: 980px;
  height: 480px;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  margin: 0 auto;
}
.wrap .aboutus .ablock02 {
  width: 100%;
  height: 980px;
  background: url("../images/about01bg02.jpg?v=2022") 0 0 no-repeat;
    background-position: center;
}
.wrap .aboutus .ablock02 .ablk02box {
  margin-top: 35px;
  color: #fff;
}
.wrap .aboutus .ablock02 .ablk02box p {
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}
.wrap .aboutus .ablock02 .ablk02box p.txtop {
  text-align: center;
  font-size: 24px;
  line-height: 37px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.wrap .aboutus .ablock02 .ablk02box p.txbottomh2 {
  font-size: 26px;
  margin-top: 45px;
  margin-bottom: 35px;
  text-align: center;
}
.wrap .aboutus .ablock03 {
  width: 100%;
  height: 500px;
  background: url("../images/about01bg03.png?v=2022") center 0 no-repeat;
    background-position: center;
}
.wrap .aboutus .ablock03 .rowbox {
  padding-top: 80px;
}
.wrap .aboutus .ablock03 .rowbox .pic {
  width: 90%;
  border: 1px solid #e5e5e5;
}
.wrap .aboutus .about-team {
  margin-top: 86px;
  margin-bottom: 108px;
}
.wrap .aboutus .about-team .team-row {
  padding: 25px 3.33333333%;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.wrap .aboutus .about-team .team-row .tr-name {
  font-size: 24px;
  color: #000;
}
.wrap .aboutus .about-team .team-row .tr-line {
  width: 19px;
  height: 1px;
  background: #dedede;
  margin: 18px 0;
}
.wrap .aboutus .about-team .team-row .tr-content {
  line-height: 24px;
  color: #666;
}
.wrap .aboutus .about-team .team-row:hover {
  background: #c10213;
}
.wrap .aboutus .about-team .team-row:hover .tr-name {
  color: #fff;
}
.wrap .aboutus .about-team .team-row:hover .tr-line {
  background: #fff;
}
.wrap .aboutus .about-team .team-row:hover .tr-content {
  color: #fff;
}
.wrap .aboutus .about-future {
  width: 100%;
  overflow: hidden;
}
.wrap .aboutus .about-future .furue-box {
  height: 512px;
  margin: 110px 0;
  position: relative;
}
.wrap .aboutus .about-future .furue-box .slitem {
  height: 512px;
}
.wrap .aboutus .about-future .furue-box .fb-row {
  max-width: 320px;
  width: 100%;
  padding:0 2%;
  box-sizing: border-box;
  margin:0 auto;
}
.wrap .aboutus .about-future .furue-box .fb-row .pic {
  width: 100%;
}
.wrap .aboutus .about-future .furue-box .fb-row h2 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #c10213;
  padding: 20px 0;
}
.wrap .aboutus .about-future .furue-box .fb-row p {
  width: 100%;
  color: #666;
  line-height: 25px;
}
.wrap .aboutus .about-future .furue-box .slitem:nth-child(even) .fb-row {
  margin-top: 99px;
}
.wrap .aboutus .about-future .bx-wrapper {
  top: 0;
  left: -9999px;
}
.wrap .aboutus .about-future .bx-wrapper:nth-child(1) {
  left: 0;
}
.wrap .aboutus .about-future .yearNum {
  width: 100%;
  height: 250px;
  margin-top: 110px;
  background: url("../images/yearbg.jpg?v=2022") left 45px repeat-x;
  position: relative;
}
.wrap .aboutus .about-future .yearNum .yearbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap .aboutus .about-future .yearNum .yearitem {
  text-align: center;
}
.wrap .aboutus .about-future .yearNum .year {
  font-size: 72px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  cursor: pointer;
  background: #fff;
  display: inline-block;
}
.wrap .aboutus .about-future .yearNum .year.active {
  color: #c10213;
}
.wrap .aboutus .about-future .yearNum .line {
  width: 2px;
  height: 120px;
  margin: 0 auto;
  margin-top: 30px;
  background: #c10213;
  display: none;
}
.wrap .aboutus .about-future .yearNum .line.active {
  display: block;
}
.wrap .aboutus .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.wrap .aboutus .bx-wrapper .bx-controls-direction a {
  top: 0;
  width: 160px;
  height: 100%;
  padding-top: 0;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.wrap .aboutus .bx-wrapper .bx-prev {
  left: 0;
  background: #ffffff url("../images/controls-left.png?v=2022") 100px center no-repeat;
}
.wrap .aboutus .bx-wrapper .bx-next {
  right: 0;
  background: #ffffff url("../images/controls-right.png?v=2022") 30px center no-repeat;
}
.wrap .aboutus .about-address {
  background: #ffffff;
}
.wrap .aboutus .about-address .w1250 {
  width: 1250px;
  margin: 85px auto;
}
.wrap .aboutus .about-address .aaleft {
  width: 657px;
  padding-top: 60px;
  float: left;
}
.wrap .aboutus .about-address .aaright {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  min-height: 520px;
  float: right;
}
.wrap .aboutus .about-address .items {
  line-height: 25px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
    width:100%;
}
.wrap .aboutus .about-address .items:last-of-type{
    border:none;
}
.wrap .aboutus .about-address .items .qzi {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
}
.wrap .aboutus .about-address .items .qzi img {
  width: 100%;
}
.wrap .aboutus .about-address .items .txt {
  width: calc(100% - 100px);
  float: right;
}
.wrap .aboutus .about-address .items .txt-row2 {
  float: left;
  width: 50%;
}
.wrap .aboutus .about-address .items .qztxt {
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
}
.wrap .aboutus .about-address .items .subtit {
  font-size: 18px;
  margin-bottom: 10px;
}
.wrap .aboutus .about-address .items .hdtxt {
  font-size: 18px;
  color: #c10213;
  font-weight: bold;
  padding: 8px 0 12px 0;
}
.wrap .aboutus .about-address .items p {
  padding-bottom: 10px;
}
.wrap .aboutus .about-address .items p span {
  color: #666;
}
.wrap .aboutus .about-address .items strong {
  font-size: 18px;
}
.wrap .aboutus .about-address .items .red {
  color: #c10213;
}
.wrap .aboutus .about-address .items .office-title {
  cursor: pointer;
}
.wrap .aboutus .about-address .items .office-intro {
  display: none;
}
.wrap .aboutus .about-address .items .office-intro:after{
    display:block;
    content:'';
    clear:both;
}
.wrap .aboutus .about-address .items .contact-box {
  margin-top: 30px;
}
.wrap .aboutus .about-address .items .office-intro .li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.wrap .aboutus .about-address .items .contact-info:after {
  display: block;
  content: "";
  clear: both;
}
.wrap .aboutus .about-address .items .contact-info .li {
  float: left;
  width: 25%;
}
.wrap .aboutus .about-address .items .contact-info .li .inside {
  display: inline-block;
  text-align: center;
}
.wrap .aboutus .about-address .items .contact-info .icon{
    display: block;
    margin: 0 auto 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #c10213;
    text-align: center;
    line-height: 48px;
    color: #c10213;
    font-size: 22px;
    padding: 0;
}
.wrap .aboutus .about-address .items .contact-info .p {
  font-weight: bold;
}
.wrap .aboutus .about-address .items .contact-info .num {
  font-weight: normal;
}
.wrap .nano .nano-itmes {
  width: 100%;
  overflow: hidden;
  position: relative;
    text-align:center;
}
.wrap .nano .itmes {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.wrap .nano .item-row {
  width: 58%;
  margin-top: 190px;
  color: #fff;
  height:325px;
}
.wrap .nano .item-row h2 {
  font-size: 50px;
}
.wrap .nano .item-row .line {
  height: 1px;
  width: 50px;
  background: #fff;
  margin: 38px 0;
  display: inline-block;
}
.wrap .nano .item-row .intro {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 38px;
}
.wrap .nano .item-row a.more {
  font-size: 18px;
}
.wrap .nano .rcenter {
  width: 100%;
  margin-top: 150px;
  text-align: center;
}
.wrap .nano a {
  color: #ffffff;
}
.wrap .nano a:hover {
  color: #c10213;
}
.wrap .nano .itmes01 {
  background: url("../images/nano-tu01.jpg?v=2022") center top no-repeat;
}
.wrap .nano .itmes02 {
  background: url("../images/nano-tu02.jpg?v=2022") center top no-repeat;
}
.wrap .nano .itmes03 {
  background: url("../images/nano-tu03.jpg?v=2022") center top no-repeat;
}
.wrap .nano .newslist {
  background: #f5f5f5;
}
.wrap .nano .newslist ul {
  padding: 55px 0;
}
.wrap .nano .newslist ul li {
  width: 440px;
  height: 294px;
  margin-top: 28px;
  margin-right: 25px;
  margin-bottom: 28px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  position: relative;
}
.wrap .nano .newslist ul li .li-line {
  width: 5px;
  height: 294px;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap .nano .newslist ul li .li-con {
  width: 376px;
  margin-left: 37px;
  padding-top: 32px;
}
.wrap .nano .newslist ul li .li-con .time {
  font-size: 16px;
  padding-bottom: 22px;
  color: #333;
}
.wrap .nano .newslist ul li .li-con .title {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
}
.wrap .nano .newslist ul li .li-con .intro {
  font-size: 16px;
  padding-bottom: 20px;
  color: #666;
}
.wrap .nano .newslist ul li .li-con a {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.wrap .nano .newslist ul li .li-con a:hover {
  color: #c10213;
}
.wrap .nano .newslist ul li .bgcred {
  background: red;
}
.wrap .nano .newslist ul li .bgcorange {
  background: orange;
}
.wrap .nano .newslist ul li .bgcgreen {
  background: green;
}
.wrap .nanoblock {
  position: relative;
}
.wrap .nanoblock .nanotxt {
  max-width: 575px;
  width: 45%;
  position: absolute;
  height: auto;
  color: #fff;
}
.wrap .nanoblock .nanotxt .natile {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
.wrap .nanoblock .nanotxt .nap {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.wrap .nanoblock .nanotxt .nap-title{
  font-size: 24px;
  font-weight: 700;
}

.wrap .nanoblock .nanotxt .icon {
  margin-top: 60px;
  display:none;
}
.wrap .nanoblock .txtpor {
  top: 25%;
  right: 18%;
}
.wrap .nanoblock .txtpor.lrt {
  top: 30%;
  right: 6%;
}

.wrap .nanoblock .txtpor.s240 {
    top: 30%;
    left: 6%;
    right:auto;
}
.wrap .nanoblock .txtpol {
  top: 35%;
  left: 20%;
}
.wrap .nanoblock .txtpol-b {
  top: 15%;
  left: 7%;
  color:#333;
}

.wrap .pagination a {
  line-height: 25px;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #333;
  margin: 0 5px;
}
.wrap .pagination span {
  line-height: 25px;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 5px;
  color: #ccc;
}
.wrap .job {
  background: #f6f6f6;
}
.wrap .job .joblist {
  background: #f5f5f5;
}
.wrap .job .joblist ul {
  font-size: 0;
  padding: 55px 0;
}
.wrap .job .joblist ul li {
  width: 30%;
  height: 294px;
  margin-top: 28px;
  margin-right: 5%;
  margin-bottom: 28px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.wrap .job .joblist ul li:nth-of-type(3n){
  margin-right: 0;
}
.wrap .job .joblist ul li .li-line {
  width: 5px;
  height: 294px;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap .job .joblist ul li .li-con {
/*  width: 376px;*/
  margin-left: 37px;
  padding-right: 10px;
  padding-top: 32px;
}
.wrap .job .joblist ul li .li-con .time {
  font-size: 16px;
  padding-bottom: 22px;
  color: #333;
}
.wrap .job .joblist ul li .li-con .title {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 15px;
}
.wrap .job .joblist ul li .li-con .intro {
  font-size: 16px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #666;
}
.wrap .job .joblist ul li .li-con .sq {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.wrap .job .joblist ul li .li-con a:hover {
  color: #c10213;
}
.wrap .job .joblist ul li .bgcred {
  background: red;
}
.wrap .job .joblist ul li .bgcorange {
  background: orange;
}
.wrap .job .joblist ul li .bgcgreen {
  background: green;
}
.wrap .job .jobcontant {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-top: -152px;
}
.wrap .job .jobcontant .jcontent {
  width: 1000px;
  padding: 55px 100px;
  background: #fff;
}
.wrap .job .jobcontant .backbutton {
  font-size: 18px;
  display: inline-block;
  width: 168px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #999;
}
.wrap .job .jobcontant a.backbutton:hover {
  color: #c10213;
}
.wrap .job .jobcontant .jtitle {
  width: 930px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  padding: 0 35px;
  color: #fff;
  background: #c10213;
  margin: 32px 0;
}
.wrap .job .jobcontant .jtitle .price {
  float: right;
  font-size: 20px;
}
.wrap .job .jobcontant .jjob {
  width: 930px;
  margin: 0 auto;
  line-height: 26px;
}
.wrap .abrow {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.wrap .abrow .fla {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.wrap .abrow .abtxt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 48%;
  z-index: 2;
}
.wrap .abrow .abtxt .tname {
  font-size: 36px;
}
.wrap .abrow .abtxt .tname a {
  color: #ffffff;
}
.wrap .abrow .abtxt .tname a:hover {
  color: #c10213;
}
.wrap .abrow .abtxt p {
  font-size: 14px;
  padding-top: 15px;
}
.wrap .abrow .more {
  display: block;
  background: #8d9199 url("../images/about-arrow.png?v=2022") right center no-repeat;
  width: 0px;
  height: 25px;
  line-height: 25px;
  padding-right: 25px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 60px;
  right: 40px;
  text-indent: 999px;
  border-radius: 15px;
}
.wrap .literature a {
  line-height: 25px;
  padding-bottom: 20px;
  display: block;
}
.wrap .article-list .listtab {
  padding: 20px 0 77px;
}
.wrap .article-list .listtab .tabrow {
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #e5e5e5;
  font-size: 18px;
}
.wrap .article-list .listtab .tabrow a{
  display: block;
}
.wrap .article-list .listtab .tabrow:hover,
.wrap .article-list .listtab .tabrow.active {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.wrap .article-list .listtab .tabrow:hover a,
.wrap .article-list .listtab .tabrow.active a {
  color: #fff;
}
.wrap .article-list .listul {
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 0;
}
.wrap .article-list .listul li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  background: #f8f8f8;
  margin-bottom: 50px;
  margin-left: 1%;
  margin-right: 1%;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .article-list .listul li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrap .article-list .listul li img {
  width: 100%;
}
.wrap .article-list .listul li .txt {
  width: 90%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.wrap .article-list .listul li .txt .time {
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.wrap .article-list .listul li .txt p {
  line-height: 20px;
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.wrap .article-list .listul li .txt h3.title {
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.wrap .article-list .listul li .txt p.section-text{
  height: 60px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wrap .article-list .listul li .txt a {
  color: #000000;
}
.wrap .article-list .listul li .txt a:hover {
  color: #333333;
}
.wrap .article-list .listul li:hover {
  box-shadow: 0 15px 30px #ccc;
  -webkit-box-shadow: 0 15px 30px #ccc;
  -moz-box-shadow: 0 15px 30px #ccc;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .article-list .listul02 {
  margin-bottom: 50px;
  margin-top: 20px;
}
.wrap .article-list .listul02 li {
  width: 47%;
  float: left;
  margin-bottom: 50px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.wrap .article-list .listul02 li .pic {
  width: 100%;
  height: 305px;
  overflow: hidden;
}
.wrap .article-list .listul02 li img {
  width: 100%;
}
.wrap .article-list .listul02 li .txt {
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
}
.wrap .article-list .listul02 li .txt .time {
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.wrap .article-list .listul02 li .txt p {
  line-height: 20px;
  color: #666;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.wrap .article-list .listul02 li .txt p.title {
  color: #000;
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.wrap .article-list .listul02 li .txt a {
  color: #000000;
}
.wrap .article-list .listul02 li .txt a:hover {
  color: #333333;
}
.wrap .article-list .listul03 {
  margin: 100px 0;
}
.wrap .article-list .listul03 li {
  width: 100%;
  height: 238px;
  float: left;
  border-top: 1px solid #ccc;
  /*border-right: 1px solid #ccc;*/
}
.wrap .article-list .listul03 .search-inp{
    margin-bottom:20px;
}
.wrap .article-list .listul03 .search-inp:after{
  display:block;
  clear:both;
  content:' ';
}
.wrap .article-list .listul03 .search-inp input{
    padding:10px 10px;
    float:right;
}
.wrap .article-list .listul03 .search-inp .search-box{
    float:right;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#fff;
    cursor:pointer;
    background:#c10213;
    padding:0 20px;
}
.wrap .article-list .listul03 li.sear {
    height:150px;
}
.wrap .article-list .listul03 li.sear .libox{
    padding-top: 17px;
}
.wrap .article-list .listul03 li.sear .libox .txt{
    width:100%;
}
.wrap .article-list .listul03 li:nth-child(even) {
  border-right: 0;
}
.wrap .article-list .listul03 .libox {
  width: 90%;
  height: 106px;
  margin: 0 auto;
  padding-top: 66px;
}

.wrap .article-list .listul03 .libox .pic {
  width: 23%;
  height: 106px;
  float: left;
}
.wrap .article-list .listul03 .libox .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap .article-list .listul03 .libox .txt {
  width: 73%;
  float: right;
}
.wrap .article-list .listul03 .libox .txt .title {
  font-size: 18px;
  line-height: 25px;
  height: 25px;
  width: 100%;
  overflow: hidden;
}
.wrap .article-list .listul03 .libox .txt i {
  color: #666;
  display: inline-block;
  padding: 16px 0;
}
.wrap .article-list .listul03 .libox .txt .mbutton {
  display: block;
  border-radius: 5px;
  font-size: 14px;
  width: 145px;
  height: 39px;
  line-height: 39px;
  color: #fff;
  text-align: center;
  background: #999999 url("../images/arrow-right.png?v=2022") 20px center no-repeat;
    cursor:pointer;
}
.wrap .product-article .pablock01 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.wrap .product-article .pablock01 .pro-intro .pic {
  float: left;
  width: 28.33333333%;
}
.wrap .product-article .pablock01 .pro-intro .pic img {
  width: 100%;
}
.wrap .product-article .pablock01 .pro-intro .txt {
  width: 60.58333333%;
  float: left;
  margin-left: 60px;
}
.wrap .product-article .pablock01 .pro-intro .txt .txtitle {
  padding: 25px 0;
  font-size: 40px;
}
.wrap .product-article .pablock01 .pro-intro .txt p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.wrap .product-article .pablock01 .attributelist {
  padding-top: 90px;
}
.wrap .product-article .pablock01 .attributelist .al-row {
  width: 215px;
  float: left;
}
.wrap .product-article .pablock01 .attributelist .al-row .pic {
  width: 119px;
  margin: 0 auto;
}
.wrap .product-article .pablock01 .attributelist .al-row .pic img {
  width: 100%;
}
.wrap .product-article .pablock01 .attributelist .al-row .txt {
  width: 100%;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-top: 27px;
}
.wrap .product-article .pablock01 .attributelist .al-dian {
  width: 110px;
  height: 190px;
  background: url("../images/dian.png?v=2022") center center no-repeat;
  float: left;
}
.wrap .product-article .pablock01 .attr {
  font-size: 24px;
  padding-top: 30px;
}
.wrap .product-article .pablock01 .attrlist {
  padding: 20px 0 40px 0;
}
.wrap .product-article .pablock01 .attrlist a {
  padding-right: 20px;
}
.wrap .product-article .pablock01 a.more3d {
  color: #c10e13;
  font-size: 18px;
  padding-top: 10px;
}
.wrap .paft {
  width: 100%;
  overflow: hidden;
}
.wrap .paft .paft-row {
  position: relative;
}
.wrap .paft .paft-row .paft-txt {
  width: 100%;
  color: #fff;
  font-size: 30px;
  padding-top: 80px;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  text-align: center;
}
.wrap .article-con {
  background: #f6f6f6;
}
.wrap .article-con .aconbox {
  padding-bottom: 100px;
}
.wrap .article-con .aconbox .ableft {
  /*width: 850px;*/
  width: 100%;
  float: left;
  background: #fff;
}
.wrap .article-con .aconbox .ableft .content {
  /*width: 750px;*/
  width: calc(100% - 240px);
  margin: 0 auto;
  padding: 44px 120px;
}
.wrap .article-con .aconbox .ableft .content img{
    width:500px !important;
    max-width:100%;
    height:auto !important;
}
.wrap .article-con .aconbox .ableft .content .title {
  color: #c10213;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
    margin-bottom: 20px;
}
.wrap .article-con .aconbox .ableft .content .time {
  font-size: 16px;
  color: #999;
  padding-top: 20px;
  padding-bottom: 30px;
  font-style: italic;
    display:none;
}
.wrap .article-con .aconbox .ableft .content .ctbox {
  line-height: 25px;
  font-size: 15px;
  color: #555;
}
.wrap .article-con .aconbox .ableft .content .ctbox em {
  font-style: italic;
}
.wrap .article-con .aconbox .ableft .morearticle {
  padding-top: 42px;
}
.wrap .article-con .aconbox .ableft .morearticle .tap {
  font-size: 20px;
  color: #333;
  margin-bottom: 24px;
}
.wrap .article-con .aconbox .ableft .morearticle ul li {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-bottom: 24px;
  padding-left: 20px;
  background: url("../images/arrow-red.png?v=2022") left 10px no-repeat;
}
.wrap .article-con .aconbox .pt20 {
  padding-top: 20px;
}
.wrap .article-con .aconbox .abright {
  display: none;
  width: 330px;
  float: right;
  background: #fff;
  padding-top: 33px;
}
.wrap .article-con .aconbox .abright .abr-items {
  width: 288px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.wrap .article-con .aconbox .abright .abr-items .items-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 18px;
}
.wrap .article-con .aconbox .abright .abr-items .item-row01 {
  padding-bottom: 20px;
}
.wrap .article-con .aconbox .abright .abr-items .item-row01 .pic {
  width: 287px;
  height: 112px;
  overflow: hidden;
  margin-bottom: 15px;
}
.wrap .article-con .aconbox .abright .abr-items .item-row01 .pic img {
  width: 100%;
  height: 112px;
}
.wrap .article-con .aconbox .abright .abr-items .item-row01 a {
  line-height: 25px;
}
.wrap .article-con .aconbox .abright .abr-items .item-row02 {
  padding-bottom: 33px;
}
.wrap .article-con .aconbox .abright .abr-items .item-row02 .pic {
  width: 90px;
  height: 67px;
  overflow: hidden;
  float: left;
}
.wrap .article-con .aconbox .abright .abr-items .item-row02 .pic img {
  width: 100%;
  height: 67px;
}
.wrap .article-con .aconbox .abright .abr-items .item-row02 a {
  display: inline-block;
  height: 66px;
  width: 186px;
  overflow: hidden;
  float: right;
  line-height: 22px;
}
.wrap .article-con .aconbox .abright .abr-items .item-more {
  color: #c10213;
  font-style: italic;
}
.wrap .article-con .aconbox .abright .item-down {
  padding-top: 30px;
}
.wrap .abrow:hover .more {
  width: 50px;
  text-indent: 0;
}
.wrap .layui-input {
  height: 45px;
}
.wrap .layui-select {
  height: 45px;
  width: 100%;
  background: #fff url(../images/down-icon.png?v=2022) no-repeat right 10px center;
}
.layui-input.has-error,
.layui-select.has-error,
.layui-textarea.has-error{
  border-color: red !important;
}
.wrap .textarea-other {
  min-height: 130px;
}
.wrap .layui-carousel,
.wrap .layui-carousel > [carousel-item] > * {
  background: none;
}
.wrap .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
  left: -75px;
}
.wrap .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  right: -75px;
}
.wrap .video-alert {
  width: 750px;
  height: 450px;
  padding: 14px 28px 28px;
  border-radius: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -224px;
  margin-left: -389px;
  z-index: 100;
  background: #fff;
  display: none;
}
.wrap .video-alert .title {
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 5px;
  position: relative;
}
.wrap .video-alert .title .close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: -30px;
  right: -45px;
  cursor: pointer;
  background: url("../images/close.png?v=2022") 0 0 no-repeat;
}
.wrap .nanoNav {
  width: 100%;
  height: 80px;
  line-height: 30px;
  font-size: 18px;
  background: #09090b;
}
.wrap .nanoNav .selectpro {
  float: left;
  color: #fff;
  display: inline-block;
  position: relative;
}
.wrap .nanoNav .selectpro .nanop {
  cursor: pointer;
  padding: 25px 30px 25px 0;
  background: url("../images/arrowdown.png?v=2022") right center no-repeat;
}
.wrap .nanoNav .selectpro .nanoplist {
  position: absolute;
  top: 80px;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  display: none;
  z-index: 3;
}
.wrap .nanoNav .selectpro .nanoplist a {
  color: #333;
}
.wrap .nanoNav .selectpro .nanoplist .row {
  width: 240px;
  line-height: 50px;
  padding: 0 50px;
  border-bottom: 1px solid #ddd;
}
.wrap .nanoNav .toform {
  float: right;
  padding: 25px 0;
}
.wrap .nanoNav .toform a {
  color: #c10213;
}
/*.wrap .nano-arch .archrow {
  position: relative;
  background: #f9f8f8;
}
.wrap .nano-arch .archrow .pic {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.wrap .nano-arch .archrow .pic img {
  width: 100%;
}
.wrap .nano-arch .archrow .txt {
  width: 50%;
  position: absolute;
  top: 15%;
  right: 0;
  padding-bottom: 30px;
}*/
.wrap .nano-arch .archrow{
  display: table;
  width: 100%;
  background: #f9f8f8;
}
.wrap .nano-arch .archrow a{
  display: block;
}
.wrap .nano-arch .archrow .pic{
    /*display: block;*/
    height:235px;
    width: 50%;
    vertical-align: top;
    float:left;
    background-size:cover;
}
.wrap .nano-arch .archrow .pic img{
  width: 100%;
}
.wrap .nano-arch .archrow .txt{
    /*display: table-cell;*/
    float:left;
    display: table;
    height: 235px;
    width: 50%;
    vertical-align: top;
}

.wrap .nano-arch .archrow .pic img{
  width:100%;
}
/*.wrap .nano-arch .archrow .pic.pic01{*/
  /*background: url(../images/nanoallpic01.jpg?v=2022) center center no-repeat;*/
  /*background-size: cover;*/
/*}*/
/*.wrap .nano-arch .archrow .pic.pic02{*/
  /*background: url(../images/nanoallpic02.jpg?v=2022) center center no-repeat;*/
  /*background-size: cover;*/
/*}*/
/*.wrap .nano-arch .archrow .pic.pic03{*/
  /*background: url(../images/nanoallpic03.jpg?v=2022) center center no-repeat;*/
  /*background-size: cover;*/
/*}*/
/*.wrap .nano-arch .archrow .pic.pic04{*/
  /*background: url(../images/nanoallpic04.jpg?v=2022) center center no-repeat;*/
  /*background-size: cover;*/
/*}*/
/*.wrap .nano-arch .archrow .pic.pic05{*/
  /*background: url(../images/nanoallpic05.jpg?v=2022) center center no-repeat;*/
  /*background-size: cover;*/
/*}*/




.wrap .nano-arch .archrow .txt h3 {
  font-size: 36px;
  color: #c10213;
  padding-bottom: 15px;
}
.wrap .nano-arch .archrow .txt a {
  color: #c10213;
}
.wrap .nano-arch .archrow .txt p {
  width: 100%;
  line-height: 25px;
    font-size:18px;
  overflow: hidden;
}
.wrap .nano-arch .archrow .txt .txtbox {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
/*  padding-top:4%;
  padding-bottom: 2%;*/
  min-height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.wrap .nano-arch .archrow .txt.note {
  right: auto;
  left: 0;
}
.wrap .nano-arch .archrow .txt.note .txtbox{
  padding-right: 6.25%;
/*  float: right;*/
}
.wrap .nanorange {
  width: 100%;
  /*height: 400px;*/
    overflow:hidden;
    padding-bottom:40px;
  background: url("../images/nanorangebg.jpg?v=2022") 0 0 no-repeat;
    background-size: cover;
}
.wrap .nanorange .rangerow {
  width: 48%;
  padding-top: 2%;
  display: table;
}
.wrap .nanorange .rangerow .pic {
  width: 220px;
  height: 220px;
  display: table-cell;
  vertical-align: middle;
}
.wrap .nanorange .rangerow .pic img {
  border-radius: 50%;
}
.wrap .nanorange .rangerow .txt {
  padding-left: 20px;
  display: table-cell;
  width: 410px;
  padding-top: 33px;
  line-height: 30px;
  color: #fff;
  vertical-align: middle;
}
.bmf404 {
  text-align: center;
  width: 100%;
  display: table;
}
.bmf404 a {
  display: table-cell;
  vertical-align: middle;
}
.bakctop {
  width: 43px;
  height: 69px;
  display: block;
  position: fixed;
  bottom: 18%;
  right: 5%;
  display: none;
  background: url("../images/backtop.png?v=2022") 0 0 no-repeat;
}
.msidebar {
  width: 74%;
  background: #333;
  position: fixed;
  left: -75%;
  top: 0;
  z-index: 52;
  overflow-y: auto;
  font-size: 14px;
  height: 100vh;
  min-height: 0 !important;
}
.msidebar .sblogo {
  width: 60%;
  margin: 0 auto;
  background: none;
}
.msidebar .sblogo img {
  width: 100%;
}
.msidebar .styletop {
  background: #333;
  padding-top: 1.071rem;
}
.msidebar .styletop .row {
  color: #fff;
}
.msidebar .styletop .row .to {
  width: 86%;
  line-height: 1.428rem;
  padding: 0.8925rem 7%;
  display: block;
  color: #fff;
  border-bottom: 1px solid #444;
}
.msidebar .styletop .row i {
  width: 0.7854rem;
  height: 0.4641rem;
  margin-top: 0.4284rem;
  display: block;
  float: right;
}
.msidebar .styletop .row .up {
  background: url("../images/down.png?v=2022") right center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.msidebar .styletop .row ul {
  color: #282828;
  background: #f6f6f6;
  width: 80%;
  padding: 1.071rem 0;
  padding-left: 20%;
  display: none;
}
.msidebar .styletop .row ul li {
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
}
.msidebar .styletop .row ul li a {
  color: #282828;
}
.msidebar .styletop .row.active {
  background: #fff;
}
.msidebar .styletop .row.active .to {
  color: #c10231;
  border-bottom: 1px solid #f1f1f1;
}
.msidebar .styletop .row.active .up {
  background: url("../images/up.png?v=2022") right center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.msidebar .styletop .row.active ul {
  display: block;
}
.msidebar.sidebarright {
  left: auto;
  right: -75%;
}

.scale-img{
/*    position: relative;
    z-index: -1;
    left: 50%;
    margin-left: -960px;*/
}

.pro-img-pc{
  display:block;
  width: 100%;
}
.pro-img-moblie{
  display:none;
}
.Learn-more{
  display:none;
}

  .anima-more{
    display: block;
    background: #8d9199 url(../images/about-arrow.png?v=2022) right center no-repeat;
    width: 0px;
    height: 25px;
    line-height: 25px;
    padding-right: 25px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 40px;
    text-indent: 999px;
    border-radius: 15px;
    transition: 0.6s;
  }
  .wrap .nano .nano-itmes:hover .anima-more{
    width: 50px;
    text-indent: 0;
    transition: 0.6s;
  }


  .language-mobile{
    display:none;
  }


/*20180416*/
.main-center1400{
  max-width: 1400px;
  margin:0 auto;
  height: 372px;
}
.banner-top-text{
  position: absolute;
  top: 40%;
  left: 14%;
  z-index: 1;
}
.banner-top-text-desktop{
  top: 20%;
  left: 5%;
}
.banner-top-text .banner-top-title{
  font-size: 34px;
  margin-bottom: 20px;
}
.banner-top-text .banner-top-info{
  font-size: 20px;
  margin-top: 20px;
}
.banner-top-text .banner-top-name{
  font-size: 40px;
}
.banner-top-text .banner-top-name{
  font-size: 40px;
}
.banner-top-xaddon-img{
    width:35%;
    margin-bottom:30px;
}
.banner-top-xaddon-img img{
    width:60%;
}
.banner-top-xaddon{
    font-size:28px;
    width:35%;
}
.text-r-name{
  display: inline-block;
  width:18px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  border:1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -30px;
  margin-left: -5px;
}
.text-sr-name{
  display: inline-block;
  font-size: 26px;
  color: #FFF;
  margin-top: -10px;
  vertical-align: top;
}

.motai-box{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 1000;
}
.ulrow-hide-box{
  position: absolute;
  left: 50%;
  top:50%;
  margin-left: -365px;
  margin-top: -260px;
  width: 730px;
  height: 517px;
  background: #FFF;
  padding:45px 70px;
  box-sizing: border-box;
}
.close-box{
  position: absolute;
  right: -18px;
  top: -18px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ca2239;
  color: #FFF;
  font-size: 30px;
  border-radius: 50%;
}
.close-box:hover{
  color: #FFF !important;
}

.ulrow-table-row{
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.ulrow-table-img{
  display: table-cell;
  width: 275px;
}
.ulrow-table-img img{
  width: 100%;
}
.ulrow-table-text{
  display: table-cell;
  vertical-align:middle;
  font-size: 16px;
  padding-left: 40px;
}

.center-banner{
  position: relative;
  height: 372px;
  background: url(../images/center-banner.jpg?v=2022) center center no-repeat;
}

.center-box{
    float: right;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 614px;
    z-index: 1;
    padding: 30px;
    color: #FFF;
}
.center-box .center-title{
  font-size: 30px;
  color: #FFF;
  font-weight: 700;
}
.center-box .center-text{
  font-size: 16px;
  margin-top: 40px;
  line-height: 30px;
}
.gray-bg{
  background: #f7f7f7 !important;
}

.min-height-block{
  min-height: 443px;
  background: url(../images/print-img.jpg?v=2022) right center no-repeat;
  background-size: contain;
}


.tedian-box{
  display: table;
  width: 100%;
    min-height: 640px;
}
.tedian-box-left{
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-left: 7%;
    padding-top:60px;
    padding-bottom: 60px;
    padding-right: 7%;
    color: #000;
}
.tedian-box-right{
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: url(../images/print-img.jpg?v=2022) center center no-repeat;
}

.tedian-sub-box{
    margin-bottom: 40px;
}
.tedian-box-left .tedian-title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}
.tedian-box-left .tedian-sub-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.tedian-box-left .tedian-text{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}



.language-mobile{
  display:none;
}

.nanoblockphone-show{
  display: none;
}

.wrap .nanoblock .txtpol-b.single-box{
  top:35%;
}


.emaill-icon{
  display: inline-block;
  width:18px;
  height: 22px;
  background: url(../images/index-icon-4.png?v=2022) left top no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.phone-icon{
  display: inline-block;
  width:18px;
  height: 18px;
  background: url(../images/index-icon-2.png?v=2022) left top no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}


.wrap .header .downup .first-downlist{
  width: 60%;
}
.wrap .header .downup .first-downlist thead td{
  line-height: 35px;
  font-size:18px;
  font-weight: 700;
}

.sub-title{
  color: #333;
  font-size:14px;
  padding:5px 0;
  background: url(../images/arrow-black.png?v=2022) right center no-repeat;
}


.wrap .h-block03 .bl03ul .caseslider li{
  width: 90%;
  margin: 0 2%;
  padding: 3%;
}
/*下载中心侧边栏*/
.article_wrap{
  position: relative;
}
.menu_left{
  width: 220px;
  float: left;
  margin-top: 100px;
}
.article_wrap .listul03{
  float: right;
 width: -moz-calc(100% - 250px);
 width: -webkit-calc(100% - 250px);
 width: calc(100% - 250px)
}
.menu_left .all_title{
  background: #c10213;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
}
.menu_left .menu_box{
  padding:0 30px;
  border:1px solid #d6d6d6;
  border-top:none;
}
.menu_item{
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.menu_item:last-of-type{
  border-bottom: none;
}
.menu_item .menu_title{
  font-size:18px;
  color: #333;
  padding-bottom: 10px;
  cursor: pointer;
}
.menu_item .menu_list p a{
  font-size:14px;
  color: #999999;
  display: block;
  padding:5px 0;
}
.menu_title{
  position: relative;
}
.down_icon{
  position: absolute;
  right: 0;
  top:10px;
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url(../images/down-icon.png?v=2022) left top no-repeat;
}
.menu_show .down_icon{
  position: absolute;
  right: 0;
  top:10px;
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url(../images/up-icon.png?v=2022) left top no-repeat;
}
.menu_list{
  display: none;
}

.tx-r-cor{
    border:1px solid #c10213;
}


.pc-show{
    display:block;
}
.mobile-hide{
    display:none;
}

.rangerow-title{
    color: #fff;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    text-align: center;
}


.error-page-wrap{
  text-align:center;
  padding: 285px 0;
}
.error-tit{
  font-size:62px;
  font-weight:bold;
}
.error-info{
  font-weight:bold;
  margin: 30px 0;
}
.error-a{
  width:165px;
  height:50px;
  text-align:center;
  line-height:50px;
  font-size:15px;
  border-radius:5px;
  background:#c10213;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.error-a:hover{
  color: #fff;
}

.materials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 130px 0 100px;
}
.materials-headings{
  width: 200px;
  margin-top: 50px;
}

.material-heading-row {
  /*color: #777777;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 14px;
}
.material-heading-row label {
  font-weight: 600;
  color: #E5001A;
  min-width: 50px;
  display: block;
}
.materials-box .top-title{
  color: #000;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding-top: 70px;
  padding-bottom: 30px;
}
.materials-table-wrap {
  width: 100%;
}
.materials-table-wrap{
}
.materials-table-wrap tr {
    /*border-bottom: 1px solid #E5E5E5;*/
    margin: 15px 0;
}
.materials-table-wrap tr:nth-child(odd) {
    background: #fdf5f6;
}
.materials-table-wrap th{
  background: #fff;
  border: 1px solid #E5E5E5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  background: #c10213;
  color: #fff;
}
.materials-table-wrap th span,
.materials-table-wrap td span{
  font-size: 12px;
  color: #000;
}

.materials-table-wrap td.col-top {
    /*color: #E5001A;*/
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0px;
    width: 144px;
    font-size: 16px;
    text-align: center;
}
.materials-table-wrap td.txt-bold {
    text-align: left;
    padding: 0 10px;
}
.materials-table-wrap td {
    padding: 10px 5px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #E5E5E5;
}
.materials-table-wrap td.col-heading {
    /*color: #00173B;*/
    width: 190px;
    text-align: left;
    /* text-transform: uppercase; */
    padding-left: 0;
    padding: 10px;
    font-weight: bold;
}

.materials-box table{
  border: 1px solid #E5E5E5;
}
.materials-mobile-wrap{
  display: none;
}

.case-box{
  padding: 100px 0;
}
.case-list li{
  border-bottom: 1px solid #E5E5E5;
  padding: 30px 0;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.scientific-case li{
  padding-left: 210px;
}
.industry-case li{
  padding-left: 170px;
}
.scientific-case .case-info{
  margin-left: 120px;
}
.case-list li:last-of-type{
  border-bottom: 0;
}
.case-list li:after,
.case-desc:after{
  display: block;
  content: "";
  clear: both;
}
.case-img{
  float: left;
  overflow: hidden;
  width: 350px;
}
.case-img img{
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.case-img img:hover{
  transform: scale(1.1);
  transition: all 0.6s;
}
.case-info{
  float: left;
  margin-left: 100px;
}
.case-tit{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.case-desc{
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.case-application{
  margin-bottom: 10px;
}
.case-name{
  width: 90px;
  float: left;
  color: #333;
}
.case-desc div{
  float: left;
}

.wrap .header .head-top .mlogo img{
    height:42px;
    margin-top: 4px;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.serve-customers-wrap{
    position:relative;
}

.serve-customers-tit{
    width:calc(100% - 2px);
    height:98px;
    line-height:98px;
    font-size:20px;
    border:1px solid #e2e2e2;
    background:#fff;
    text-align:center;
}

.serve-customers-wrap .swiper-button-prev{
    left:-90px;
}
.serve-customers-wrap .swiper-button-next{
    right:-90px;
}
.serve-customers-wrap .swiper-button-prev, .serve-customers-wrap .swiper-button-next{
    width:50px;
    height:50px;
    line-height:56px;
    text-align:center;
    border-radius:50%;
    background:#fff;
}
.serve-customers-wrap .swiper-button-prev:after, .serve-customers-wrap .swiper-button-next:after{
    font-size:22px;
    color:#353535;
}



.Our-Products-wrap{
    background-color: #f2f2f3;
    padding: 70px 0 60px 0;
}

.Our-Products{
    width: 93%;
    max-width: 1400px;
    margin:0 auto;

}

.Our-Products:after{
    display:block;
    content:'';
    clear:both;
}

.filter-column{
    width: 100%;
    /*float:left;*/
    margin-bottom:30px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.filter-column-li{
    border-bottom: 1px solid;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.filter-column-tit{
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}
.filter-column-tit:after{
    display:block;
    content:'';
    clear:both;
}
.filter-column-tit span{
    float:right;
    display:none;
}
.filter-column-tit span:first-of-type{
    display:block;
}

.filter-column-tit.curr span:first-of-type{
    display:none;
}
.filter-column-tit.curr span:last-of-type{
    display:block;
}

.filter-column-next{
    padding:12px 15px 4px;
    display:none;
}
.filter-column-text{
    padding: 1px 0 3px 22px;
    position:relative;
    cursor:pointer;
    margin: 0 12px;
}
.filter-column-text:before{
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../images/icon-checkbox-off.png?v=2022) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    background-size: cover;
    content: "";
}

.filter-column-text.curr:before{
    background-image: url(../images/icon-checkbox-on.png?v=2022);
}

.product-column{
    width: 100%;
    /*float:right;*/
}
.product-column:after{
    display:block;
    content:'';
    clear:both;
}
.product-column-li{
    float:left;
    width:32%;
    /*height:202px;*/
    overflow:hidden;
    margin-right:2%;
    margin-bottom:30px;
    text-align:center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    opacity: 0.5;
}
.product-column-li.curr{
    opacity: 1;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.product-column-li:nth-of-type(3n){
    margin-right:0;
}
.product-column-img{
    width:100%;
    height:260px;
}
.product-column-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.product-column-tit{
    padding: 20px 10px 0 12px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #e5001a;
    /*text-transform: uppercase;*/
    position: relative;
    display: inline-block;
}

.evaluation-box{
    margin-bottom:60px;
}
.evaluation-box .top-title{
    font-size: 36px;
    padding-bottom: 30px;
    padding-top: 45px;
    color: #c10213;
    text-align: center;
    font-weight: 700;
}
.evaluation-box .customer-wrap{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.evaluation-li{
    width:calc(49% - 82px);
    /*float:left;*/
    /*margin-right:2%;*/
    margin-bottom:25px;
    /*height:188px;*/
    overflow:hidden;
    padding:40px;
    background:#fafafa;
    border:1px solid #dbdbdb;
}
/*.evaluation-li:nth-of-type(2n){*/
    /*margin-right:0;*/
/*}*/
.evaluation-tit{
    color:#666666;
    line-height:26px;
    position:relative;
    text-indent: 29px;
}
.colon-l{
    position:absolute;
    left: -40px;
    /*top: 6px;*/
    top: -20px;
    color: #efdada;
    font-size: 60px;
    font-family: 'swiper-icons';
}
.colon-r{
    position:absolute;
    right: -34px;
    bottom: -15px;
    color:#efdada;
    font-size:60px;
    font-family: 'swiper-icons';
}
.evaluation-name{
    text-align:right;
    margin-top:20px;
}
.evaluation-name span{
    position:relative;
}
.evaluation-name span:after{
    display:block;
    content:'';
    clear:both;
    position:absolute;
    left: -70px;
    top: 6px;
    width:60px;
    height:2px;
    background:#c00e1c;
}

.award-box{
    background:#fafafa;
    padding-bottom:40px;
}
.award-box .top-title{
    font-size: 36px;
    padding-bottom: 30px;
    padding-top: 45px;
    color: #c10213;
    text-align: center;
    font-weight: 700;
}
.award-box .customer-wrap{

    margin-top: 60px;
}
.award-li{
    width:100%;
    /*float:left;*/
    margin-bottom:25px;
    /*height:410px;*/
    background:#c00e1c;
    color:#fff;
    position:relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border:1px solid #c00e1c;
}
.award-li:nth-of-type(2n){
    background:#020e28;
    border-color:#020e28;
}
.award-li:nth-of-type(2n){

}
.award-li-p{
    padding:25px 40px;
    width:calc(50% - 80px);
    align-self: center;
}
.award-li-pic{
    width:50%;
    height:460px;

}
.award-li-pic img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.award-li-img{
    /*position:absolute;*/
    /*right:40px;*/
    /*top:-68px;*/
    border:1px solid #dbdbdb;
    /*border-radius:50%;*/
    margin-bottom:20px;
    overflow:hidden;
    width:40%;
    height:100px;
    line-height:100px;
    text-align:center;
    background:#fff;
}
.award-li-img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.award-li-tit{
    font-size:16px;
    margin-bottom:30px;
    padding-bottom:20px;
    position:relative;
}
.award-li-tit:after{
    position:absolute;
    left:0;
    bottom:0;
    width:65px;
    height:2px;
    background:#fff;
    display:block;
    content:'';
    clear:both;
}
.award-li-info{
    color:rgba(255,255,255,0.7);
}


.process-box{

}
.wrap .process-box .top-title{
    padding-bottom: 6px;
}
.process-box-t{
    font-size:16px;
    text-align:center;
}
.process-box-c{
    padding:60px 0;
}
.process-box-con{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.process-box-con-middle{
    padding:30px 0;
}
.process-box-con-middle .process-box-list{
    margin-left:auto;
    margin-right:9.5%;
}
.process-box-li{
    width:21%;
    text-align:center;
    background:#f6f6f6;
    margin:10px 0;
    padding:20px 0;
    border:1px solid #f6f6f6;
}
.process-box-li.curr{
    background:#fff;
    border-color:#dbdbdb;
}
.process-box-list{
    align-self: center;
}
.process-box-tit{
    margin-top:10px;
    font-size:18px;
}



.application-box{

}
.application-li{
    display:flex;
    justify-content: space-between;
    border-bottom:1px solid #dadada;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.application-info{
    width:calc(100% - 240px - 165px);

}
.application-info a{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.application-li-img{
    width:86px;
}
.application-li-p{
    width:calc(100% - 110px);
}
.application-li-tit{
    font-size:24px;
    margin-bottom:10px;

}
.application-li-text{
    line-height:28px;
}
.application-li-pic{
    width:240px;

}
.application-li-pic .swiper-slide{
    /*width:calc(100% - 2px) !important;*/
    overflow:hidden;
    /*height:128px;*/
    /*line-height:124px;*/
    text-align:center;
    /*border:1px solid #d7d7d7;*/
}
.application-li-pic-tit{
    margin-bottom:8px;
}
.application-li-pic-i{
    width: calc(100% - 2px);
    height:128px;
    line-height:126px;
    border:1px solid #d7d7d7;
}
.application-li-pic .swiper-slide img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.application-li-pic .swiper-container{
    padding-bottom:30px;
}
.application-li-pic .swiper-container{

}

.application-li-pic .swiper-pagination-bullet-active{
    background:#ed1c26;
}




.history-box{
    padding:50px 0;
}
.history-li{
}
.history-years{
    color:#c10213;
    font-size:30px;
    font-weight:bold;
    margin:30px 0 22px 0;
}
.history-inof{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom: 1px solid #d8d8d8;
}
.history-tit{
    width:calc(100% - 250px);
    align-self: center;
    font-weight:bold;
    font-size:16px;
}
.history-tit b{
    color:#c10213;
}
.history-img{
    width:160px;
    cursor:pointer;
    border: 1px solid rgba(0,0,0,.1);
    /*position:relative;*/
}
.history-img img{
    width:100%;

    /*-webkit-transition: all 0.4s linear;*/
    /*-moz-transition: all 0.4s linear;*/
    /*-o-transition: all 0.4s linear;*/
    /*-ms-transition: all 0.4s linear;*/
    /*transition: all 0.4s linear;*/
}
.history-img:hover img{

    /*-webkit-transition: all 0.4s linear;*/
    /*-moz-transition: all 0.4s linear;*/
    /*-o-transition: all 0.4s linear;*/
    /*-ms-transition: all 0.4s linear;*/
    /*transition: all 0.4s linear;*/
    /*-webkit-transform: scale(1.2);*/
    /*-moz-transform: scale(1.2);*/
    /*-o-transform: scale(1.2);*/
    /*-ms-transform: scale(1.2);*/
    /*transform: scale(1.2);*/

}


.precision-top{
    padding:45px 0;
    display:flex;
    justify-content: space-between;
}
.precision-info{
    width:calc(100% - 490px);
    align-self: center;
}
.precision-tit{
    font-size:30px;
    font-weight:bold;
    margin-bottom:10px;
}
.precision-p{
    font-size:16px;
    line-height:26px;
}
.precision-h3{
    margin-top:30px;
    font-size:18px;
    font-weight:bold;
}
.precision-text{

}

.precision-img{
    width:440px;
    border:1px solid #d7d7d7;
    height: 300px;
    line-height: 296px;
    text-align: center;
}
.precision-img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


.problem-box{
    padding:65px 0;
    background:#000e28;
}

.problem-li{
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,0.1);
    padding-bottom:35px;
    margin-bottom:35px;

    /*display:flex;*/
    /*justify-content: space-between;*/

}
.problem-li:last-of-type{
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}
.problem-info{
    line-height:28px;
}
.problem-tit{
    font-size:24px;
    margin-bottom:20px;

}
.problem-p{
    color:rgba(255,255,255,0.5);
}
.problem-text{
    color:rgba(255,255,255,0.8);
}
.problem-more{
    text-align:right;
    padding: 10px 0;
}
.problem-more a{
    padding:10px 25px;
    border-radius:25px;
    color:#fff;
    border:1px solid #fff;
    transition: 400ms;
}
.problem-more a:hover{
    transition: 400ms;
    background:#fff;
    color:#000;
}


.page-case-box{
    padding: 40px 0 15px 0;
}
.page-case-tit{
    font-size:30px;
    font-weight:bold;
    margin-bottom:15px;
}
.page-case-con{

    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-case-li{
    width: 49%;
    margin-bottom:28px;
    display:flex;
    justify-content: space-between;
    border:1px solid #d7d7d7;
}
.page-case-li-img{
    width:50%;
    align-self: center;

}
.page-case-li-img img{
    max-width:100%;
    max-height:100%;

}
.page-case-li-info{
    width:50%;
    background:#f7f7f7;
    padding:24px;
    border-left:1px solid #d7d7d7;

}
.page-case-li-tit{
    font-weight:bold;
    font-size:16px;
    margin-bottom:6px;
}
.page-case-li-text{

}
.page-case-li-p{
    padding-left:10px;
    position:relative;
}
.page-case-li-p:after{
    display:block;
    content:'';
    clear:both;
    position:absolute;
    left:0;
    top:6px;
    background:#ed1c26;
    width:6px;
    height:6px;
    border-radius:50%;

}


.page-case-more{
    margin-bottom:80px;
}
.page-case-more .page-case-tit{
    margin-bottom:6px;
}
.page-case-more-p{

}
.page-case-more-box{
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #cccfd4;
}
.page-case-more-li{
    background:#f2f2f2;
    display:block;
    padding:30px;
    font-size:16px;
    margin-bottom:20px;
}
.page-case-more-li-time{
    color:#7e7e7e;
    margin-bottom:10px;
}
.page-case-more-li-tit{

}


.overlay, .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.overlay{
    background: rgba(4,28,64,.95);
    background: linear-gradient(90deg, rgba(4, 28, 64, 0.95) 30%, rgba(229, 0, 26, 0.4) 100%);
    /*z-index: -1;*/
}

.video-text{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: calc(100% - 55px);
    z-index: 2;
    color:#fff;
    display: flex;
    align-items: center;
}
.video-text .text1{
    font-size: 2.6rem;
    /*font-weight:bold;*/
}
.video-text .text2{
    font-size: 3.75rem;
    margin:20px 0;
}
.video-text .text3{
    font-size: 1.25rem;
    color:#999;
    margin-top:10px;
}

.wrap .system-introduction{
    height:auto;
    padding:90px 0;
    background:#efedee;
}
.system-introduction .wrap{
    display:flex;
    justify-content: space-between;
    width: 83.33333333%;
    margin: 0 auto;
}
.system-introduction .img{
    width:556px;
}
.system-introduction .img img{
    /*width:100%;*/
}
.system-introduction .info{
    width:calc(100% - 640px);
    align-self: center;
}
.system-introduction-s240 .info{
    width:auto;
    margin-left:20px;
}
.system-introduction .info .top-title{
    text-align:left;
    color: #000;
    padding-top:0;
}
.system-introduction .info .details{
    line-height:30px;
    font-size: 18px;
}


.wrap .performance-wrap{
    background:#fff !important;
}
.performance-table table{

}
.performance-table table th{
    background:#c10212;
    font-size:30px;
    color:#fff;
    padding:8px 30px;

}
.performance-table table td{
    text-align:left !important;
    padding:18px 30px;
    font-size:18px;
    line-height:32px !important;
}
.performance-table table tr:nth-of-type(2n){
    background:#f0f0f0;
}

.Features-equipment2{
    padding-bottom: 120px;background: url('../images/img10.png?v=2022') right center no-repeat #efedee !important;
}

.Features-equipment5{
    background: url('../images/img9.jpg?v=2022') right bottom no-repeat #efedee !important;
}

.h-banner .swiper-container-banner{
    /*display:none;*/
}


.mobile-show-tb{
    display:none;
}
.pc-show-tb{
    display:table;
}


.down-form-bg{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index: 30;
    display:none;
}
.down-form{
    position:fixed;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-220%);
    -moz-transform: translate(-50%,-220%);
    -o-transform: translate(-50%,-220%);
    -ms-transform: translate(-50%,-220%);
    transform: translate(-50%,-220%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width:600px;
    background:#fff;
    border-radius:8px;
    z-index: 31;
    min-height:200px;
    padding:35px;

}
.down-form.curr{
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.down-form-title{
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;

}
.down-form-title span{
    font-size:14px;
    margin-left:15px;
}
.down-form-title b{
    color:#c10212;
}
.down-form-close{
    position:absolute;
    right:-10px;
    top:-10px;
    background:#fff;
    border-radius:50%;
    width:28px;
    height:28px;
    text-align:center;
    line-height:28px;
    box-shadow:0 0 5px rgba(0,0,0,.4);
    cursor:pointer;
}
.down-form-close .layui-icon{
    font-size:20px;
}
.down-form-li{
    margin-bottom:20px;
}

.down-form-li.has-error input,.down-form-li.has-error textarea{
    border-color:#c10212;
    box-shadow: 0 0 8px rgba(193,2,18,0.4);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.down-form-tit{
    margin-bottom:6px;
}
.down-form-tit span{
    color:#c10212;
    margin-left:3px;
}
.down-form-input{

}
.down-form-input input,.down-form-input textarea{
    width:100%;
    background:#fff;
    border:1px solid #eee;
    border-radius:5px;
    padding:12px 15px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    box-sizing: border-box;
}
.down-form-sub{
    width:100%;
    padding:14px 0;
    border-radius:5px;
    background:#c10212;
    cursor:pointer;
    color:#fff;
    text-align:center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.down-form-sub:hover{
    opacity: 0.7;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.down-form-code:after {
  content: "";
  display: block;
  clear: both;
}
.down-form-code input {
  width: calc(100% - 115px);
  float: left;
}
.down-form-code button {
  width: 110px;
  float: left;
  padding: 12px 0px;
  border: 0;
  background: #c10212;
  border-radius: 5px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}
.down-form-code button:disabled {
  background: #ccc;
}


.Exaddon-sw{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.wrap .h-block03.references .referencesbox .Exaddon-sw .row{
    width:31.33%;
    margin:0 3% 2.5% 0;
    padding:0;

}
.wrap .h-block03.references .referencesbox .Exaddon-sw .row:nth-of-type(3n){
    margin-right:0;
}

.top-title span {
  font-size: 24px;
}
.white-box {
  background-color: #fff;
}
.gray-box {
  background-color: #f6f6f6;
}
.pad-spacing {
  padding: 70px 0;
}
.margin-spacing {
  margin: 70px 0;
}
.maintit {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.maintit.center {
  text-align: center;
}
.maintit span {
  font-size: 24px;
}
.subtit {
  font-size: 24px;
  margin-bottom: 20px;
}
.img-three {
  margin-top: 30px;
  display: flex;
}
.img-three .img{
  width: calc(100%/3 - 6.7px);
  margin-right: 10px;
  background: #000;
  text-align: center;
}
.img-three .img:nth-child(3n){
  margin-right: 0;
}
.img-three img,
.img-three video {
  width: 100%;
}

.terminal-intro {
  position: relative;
}
.terminal-intro img {
  width: 100%;
}
.terminal-intro .txtbox {
  width: 50%;
  position: absolute;
  top: 10%;
  left: 5%;
}
.terminal-intro .info {
  font-size: 16px;
  line-height: 1.8;
}

.terminal-pro .performance-table table th{
  font-size: 28px;
}

.terminal-property {
  background: #f6f6f6;
}
.terminal-property-con{
  display: flex;
  align-items: center;
}
.terminal-property-con .txtbox {
  width: 50%;
}
.terminal-property-con .imgbox {
  width: 50%;
  text-align: right;
}
.terminal-property-con .imgbox img {
  max-width: 100%;
}
.terminal-property-con .row {
  margin-bottom: 40px;
}
.terminal-property-con .row:last-child {
  margin-bottom: 0;
}
.property-list .ulrow{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
}
.property-list .ulrow .pic {
  text-align: center;
  width: 56;
  flex-shrink: 0;
}
.property-list .ulrow .pic img{
  max-width: 100%;
  max-height: 56px;
}
.property-list .ulrow .txt {
  flex-grow: 1;
  margin-left: 30px;
}


.terminal-features {
  padding-left: 0;
  margin-bottom: 50px;
}
.terminal-features:last-child {
  margin-bottom: 0;
}
.job-process {
  border: 1px solid #f5f5f5;
  padding: 90px 0;
}

.job-process-con {
  display: flex;
  position: relative;
}
.job-process-con:before {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  background-color: #efefef;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  z-index: -1;
}
.job-process-con li {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 16px;
}
.job-process-con li:not(:last-child):after {
  content: "";
  display: block;
  width: 33px;
  height: 29px;
  background: url(../images/ico-arrow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 33px;
  right: -33px;
}
.job-process-con .imgbox {
  text-align: center;
  display: flex;
  justify-content: center;
}
.job-process-con .img {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  font-size: 0;
  margin: 0 4px;
  line-height: 120px;
  background-color: #fff;
  
}
.job-process-con .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.job-process-con .date:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #c10212;
  box-sizing: border-box;
  margin: 10px auto;
  background-color: #fff;
}

.application-list{
  display: flex;
  flex-wrap: wrap;
}
.application-list li {
  width: 25%;
  padding: 30px;
  text-align: center;
  border-right: 1px solid #efeded;
  border-bottom: 1px solid #efeded;
  box-sizing: border-box;
}
.application-list li:nth-child(4n){
  border-right: 0;
}
.application-list li:nth-last-child(1),
.application-list li:nth-last-child(2),
.application-list li:nth-last-child(3){
  border-bottom: 0;
}
.application-list li .icon {
  height: 70px;
}
.application-list li .icon img {
  max-height: 100%;
}
.application-list li .name {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}
.application-list li .info {
  line-height: 1.8;
  color: #666;
}
.line {
  margin: 50px 0;
  width: 100%;
  height: 2px;
  background-color: #dddddd;
}
.disc-list {
}
.disc-list li {
  margin: 10px 0;
  padding-left: 10px;
  position: relative;
}
.disc-list li:before{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #c10212;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.terminal-case .subtit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.terminal-case .txt {
  text-align: center;
  margin-top: 5px;
}
.half-box {
  margin: 30px 0;
}
.half-box:after {
  content: "";
  display: block;
  clear: both;
}
.half-box .half {
  float: left;
  width: 48%;
  margin-right: 4%;
  
  box-sizing: border-box;
} 
.half-box .half .img {
  border: 1px solid #dddddd;
}
.half-box .half img,
.half-box .half video {
  width: 100%;
}
.half-box .half:nth-child(2){
  margin-right: 0;
}
.half-box2 {
  display: flex;
  flex: wrap;
}
.half-box2 .half .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}