@media screen and (max-width: 1000px) {
    .inner-banner {
      margin-top: 40px;
    }
  }
  #spotlight.show {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3) !important;
  }
  #spotlight .scene img {
    border: 10px solid white !important;
    border-radius: 10px;
  }
  #spotlight .header {
    background: black !important;
  }
  .more {
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
  }
  .more span {
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background: --main-color;
    display: inline-block;
    margin-right: 23px;
    border-radius: 100%;
    vertical-align: middle;
  }
  .more span img {
    vertical-align: middle;
    margin: auto;
  }
  .fw-500 {
    font-weight: 500;
  }
  @-webkit-keyframes zoom {
    0% {
      -webkit-clip-path: inset(0 50% 0 50%);
      clip-path: inset(0 50% 0 50%);
    }
    100% {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }
  @-moz-keyframes zoom {
    0% {
      clip-path: inset(0 50% 0 50%);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes zoom {
    0% {
      -webkit-clip-path: inset(0 50% 0 50%);
      clip-path: inset(0 50% 0 50%);
    }
    100% {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }
  @-webkit-keyframes zoom2 {
    from {
      opacity: 0;
      -webkit-clip-path: inset(0 100% 0 0%);
      clip-path: inset(0 100% 0 0%);
    }
    to {
      opacity: 1;
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }
  @-moz-keyframes zoom2 {
    from {
      opacity: 0;
      clip-path: inset(0 100% 0 0%);
    }
    to {
      opacity: 1;
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes zoom2 {
    from {
      opacity: 0;
      -webkit-clip-path: inset(0 100% 0 0%);
      clip-path: inset(0 100% 0 0%);
    }
    to {
      opacity: 1;
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }
  .zoom2 {
    -webkit-animation-name: zoom2;
    -moz-animation-name: zoom2;
    animation-name: zoom2;
  }
  @media screen and (max-width: 1630px) {
    .ui.container {
      max-width: 1450px;
    }
}
@media screen and (max-width: 1500px) {
    .ui.container {
      max-width: 1350px;
    }
    .font-40 {
        font-size: 35px;
      }
}
@media screen and (max-width: 1400px) {
    .ui.container {
      max-width: 1150px;
    }
    .font-40 {
        font-size: 31px;
      }
}
@media screen and (max-width: 1200px) {
    .ui.container {
      max-width: 970px;
    }
}
@media screen and (max-width: 1000px) {
    .ui.container {
      max-width: 700px;
    }
}
@media screen and (max-width: 700px) {
    .more span {
        width: 40px;
        height: 40px;
        line-height: 40px;
      }
      .font-40 {
        font-size: 25px;
      }
      .font-30 {
        font-size: 25px;
      }
}
*inner css start*/
span.tag {
  color: --main-color; 
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.8;
}
.inner-banner {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.inner-banner .content {
  position: absolute;
  width: 100%;
  top: 280px;
  left: 0;
}
.inner-banner .content .ui.container {
  color: #fff;
}
.inner-banner .content .ui.container h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.mbx {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.mbx.about {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 20px;
}
.mbx a,
.mbx span {
  margin: 0 10px;
}
.mbx a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mbx a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: --main-color;
}
.about-page .about-1 {
  padding: 135px 0;
  /*background: url(../images/about-1-rightjpg.jpg) center right no-repeat;*/
}
.about-page .about-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .ui.container .left {
  padding-right: 80px;
}
.about-page .about-1 .ui.container .left h3 {
  line-height: 1.64285714;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.about-page .about-1 .ui.container .left .content p {
  line-height: 2;
}
.about-page .about-1 .ui.container .right video{
  display: block;
  width: 100%;
}
.about-page .about-2 {
  padding: 40px;
}
.about-page .about-2 .ui.container {
  text-align: left;
}
.about-page .about-2 .ui.container .culturebox {
  background: url(../images/about-2-bj.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 25px;
}
.about-page .about-2 .ui.container .culturebox ul li .item {
  height: 600px;
  color: #fff;
  position: relative;
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 200px;
  z-index: 3;
  
}
 .about-page .about-2 .ui.container .culturebox ul li .item:before{
    content:"";
    background: #142c52;
    opacity: .8;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
  transition: .3s all;
z-index: -1;
  }
   .about-page .about-2 .ui.container .culturebox ul li .item:hover:before{
     transition: 0.3s all;
     top: 0;
     
   }
.about-page .about-2 .ui.container .culturebox ul li .item h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.about-page .about-2 .ui.container .culturebox ul li .item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
}
.about-page .about-3 {
  padding: 150px 0;
}
.about-page .about-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .ui.container .left {
  padding-left: 65px;
}
.about-page .about-3 .ui.container .left .yearbox {
  height: 750px;
  overflow: hidden;
  position: relative;
}
.about-page .about-3 .ui.container .left .yearbox svg {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 450px;
  height: 450px;
  z-index: 999;
  /*border: 2px solid #eee;*/
  border-radius: 100%;
}
.about-page .about-3 .ui.container .left .yearbox svg path {
  fill: none;
  stroke: --main-color;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
  stroke-dasharray: 0,800;
  stroke-dashoffset: 0;
}
.about-page .about-3 .ui.container .left .yearbox ul li {
  height: 250px;
}
.about-page .about-3 .ui.container .left .yearbox ul li h4 {
  line-height: 300px;
  color: #f8f8f9;
  font-weight: 700; 
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul .slick-current li h4 {
  color: --main-color;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul .slick-current li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .right {
  text-align: right;
}
.about-page .about-3 .ui.container .right ul {
  max-width: 500px;
  margin-left: auto;
  margin-right: 80px;
}
.about-page .about-3 .ui.container .right ul li {
  text-align: left;
  padding-bottom: 65px;
  padding-top: 30px;
}
.about-page .about-3 .ui.container .right ul li span {
  color: #aaa;
}
.about-page .about-3 .ui.container .right ul li h5 {
  margin-top: 20px;
}
.about-page .about-4 {
  height: 750px;
  position: relative;
  background: url(../images/about-4-bj.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 500px;
}
.about-page .about-4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.about-page .about-4 .ui.container {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
   -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 60px;
  width: 100%;
}
.about-page .about-4 .ui.container p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
}
.about-page .about-4 ul{
  margin: -10px;
}
.about-page .about-4 ul li{
  padding: 10px;
  text-align: center;
}
.about-page .about-4 ul li a{
  background: white;
  display: block;
  padding: 10px;
}
.about-page .about-4 ul li img{
  margin: auto;
}
.about-page .about-5 {
  padding: 160px 0;
  text-align: center;
}
.about-page .about-5 p {
  margin-top: 20px;
  margin-bottom: 35px;
}
.about-page .about-5 .samplelist li {
  padding: 0 35px;
}
.app-page {
  padding-top: 180px;
  padding-bottom: 140px;
}
.app-page .app-1 .appmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
.app-page .app-1 .appmain .right .text {
  margin-left: 55px;
}
.app-page .app-1 .appmain .text {
  max-width: 650px;
  text-align: left;
}
.app-page .app-1 .appmain .text h6 {
  text-transform: uppercase;
}
.app-page .app-1 .appmain .text .content {
  margin-top: 25px;
  margin-bottom: 45px;
}
.app-page .app-1 .appmain .text p {
  line-height: 2;
}
.sus-page .sus-banner{
  padding-top: 120px;
  padding-bottom: 30px;
}
.sus-page .sus-1 {
  padding: 80px 0;
}
.sus-page .sus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-1 .ui.container .left h5 {
  max-width: 750px;
}
.sus-page .sus-1 .ui.container .right {
  padding-left: 45px;
}
.sus-page .sus-1 .ui.container .right p {
  line-height: 2;
}
.sus-page .sus-2 {
  padding: 80px 0;
}
.sus-page .sus-2 .ui.container {
  text-align: left;
}
.sus-page .sus-2 .ui.container .honorbox {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #aaa;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist {
  margin: 0 -50px;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
  padding: 15px 50px;
  text-align: center;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
  margin: 0 auto;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
  margin-top: 20px;
  height: 75px;
  text-align: center;
  position: relative;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  background: --main-color;
  bottom: 0;
  left: 50%;
  margin-left: -32.5px;
}
.sus-page .sus-3 {
  padding: 80px 0;
}
.sus-page .sus-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-3 .top .left {
  text-align: right;
}
.sus-page .sus-3 .top .left h5 {
  color: --main-color;
}
.sus-page .sus-3 .top .right p {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}
.sus-page .sus-3 .main {
  margin-top: 0px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sus-page .sus-3 .main .left {
  padding-left: 100px;
  padding-right: 60px;
}
.sus-page .sus-3 .main .left h6 {
 
  margin: 30px 0;
}
.sus-page .sus-3 .main .left p {
  line-height: 2;
  margin-bottom: 65px;
}
.sus-page .sus-4 {
  padding-top: 20px;
  padding-bottom: 80px;
}
.sus-page .sus-4 .ui.container {
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox {
  margin-top: 25px;
  border-top: 1px solid #999;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist {
  margin: 0 -15px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
  padding: 15px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
  background: #f8f8f8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
  padding: 65px 60px;
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
  color: #000;
  font-weight: 700;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
  line-height: 2;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.manu-page {
  padding-top: 180px;
}
.manu-page .manu-1 {
  padding: 60px 0;
}
.manu-page .manu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.manu-page .manu-1 .ui.container .left {
  padding-right: 55px;
}
.manu-page .manu-1 .ui.container .right {
  padding-left: 40px;
}
.manu-page .manu-3 {
  padding: 100px 0;
}
.manu-page .manu-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manu-page .manu-3 .ui.container.bottom {
  margin-top: 60px;
}
.manu-page .manu-3 .ui.container .left {
  width: 55%;
  text-align: right;
}
.manu-page .manu-3 .ui.container .left .imgbox {
  display: inline-block;
  position: relative;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text {
  display: inline-block;
  position: absolute;
  width: 290px;
  height: 92px;
  text-align: left;
  color: #fff;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text p {
  position: absolute;
  width: 80%;
  max-width: 200px;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text.text1 {
  top: 70px;
  right: 92%;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text.text2 {
  bottom: 70px;
  right: 92%;
}
.manu-page .manu-3 .ui.container .left .imgbox ul {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  left: 0;
}
.manu-page .manu-3 .ui.container .left .imgbox ul li {
  text-align: center;
}
.manu-page .manu-3 .ui.container .left .imgbox ul li span {
  width: 81px;
  height: 81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: #0080d3;
  margin: 0 auto;
}
.manu-page .manu-3 .ui.container .right {
  width: 40%;
}
.manu-page .manu-3 .ui.container .right p {
  line-height: 2;
  margin: 15px 0;
}
.manu-page .manu-4 {
  padding-top: 40px;
  padding-bottom: 160px;
}
.manu-page .manu-4 .top .ui.container {
  text-align: left;
}
.manu-page .manu-4 .top .ui.container .main {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 55px;
  border-top: 1px solid #aaa;
}
.manu-page .manu-4 .top .ui.container .main .left {
  padding-right: 90px;
}
.manu-page .manu-4 .top .ui.container .main .right {
  padding-left: 35px;
}
.manu-page .manu-4 .bottom {
  margin-top: 100px;
}
.manu-page .manu-4 .bottom .ui.container {
  max-width: 1760px;
  padding: 0;
  margin-left: 0;
  margin-right: auto;
}
.manu-page .manu-4 .bottom ul.factorylist {
  margin: 0 -16px;
}
.manu-page .manu-4 .bottom ul.factorylist li {
  padding: 16px;
}
.strength-page .stren-1 {
  padding-top: 70px;
  padding-bottom: 160px;
}
.strength-page .stren-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-page .stren-1 .ui.container .right {
  padding-left: 90px;
  padding-right: 0;
}
.strength-page .stren-1 .ui.container .right h5 {
  line-height: 1.6;
}
.strength-page .stren-1 .ui.container .right p {
  line-height: 2;
  margin-top: 30px;
}
.strength-page .stren-1 .ui.container .right .top {
  text-align: left;
  padding-bottom: 40px;
  position: relative;
}
.strength-page .stren-1 .ui.container .right .top:before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.strength-page .stren-1 .ui.container .right .bottom {
  margin-top: 60px;
}
.strength-page .stren-2 {
  padding-top: 110px;
  padding-bottom: 70px;
  position: relative;
}
.strength-page .stren-2:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 675px;
  background: #054370;
}
.strength-page .stren-2 .ui.container {
  text-align: center;
}
.strength-page .stren-2 .ui.container h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist {
  margin: 0 -25px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li {
  padding: 25px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .img-box {
  border-radius: 35px 35px 0 0 ;
  overflow: hidden;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text {
  height: 360px;
  width: 100%;
  background: #fff;
  border-radius: 0 0 35px 35px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  padding: 0 45px;
  padding-top: 40px;
  text-align: left;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  height: 47px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text p {
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.strength-page .stren-3 {
  padding: 90px 0;
}
.strength-page .stren-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-page .stren-3 .ui.container .left {
  width: 38%;
  padding-right: 0%;
}
.strength-page .stren-3 .ui.container .left h3 {
  text-transform: uppercase;
  color: #000;
  margin: 25px 0;
  font-weight: bold;
}
.strength-page .stren-3 .ui.container .left p {
  line-height: 2;
}
.strength-page .stren-3 .ui.container .center {
  width: 30%;
}
.strength-page .stren-3 .ui.container .right {
  width: 25%;
}
.strength-page .stren-3 .ui.container .right ul.namelist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.strength-page .stren-3 .ui.container .right ul.namelist li:last-child {
  margin-bottom: 0;
}
.strength-page .stren-3 .ui.container .right ul.namelist li span {
  font-size: 18px;
}
.strength-page .stren-3 .ui.container .right ul.namelist li i {
  width: 0px;
  height: 1px;
  margin: 0 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: --main-color;
}
.strength-page .stren-3 .ui.container .right ul.namelist li p {
  text-transform: uppercase;
}
.strength-page .stren-3 .ui.container .right ul.namelist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: --main-color;
}
.strength-page .stren-3 .ui.container .right ul.namelist li.active i {
  width: 65px;
  margin: 0 20px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page .product-1 {
  padding-top: 197px;
  background: --main-color;
}
.product-page .product-1 .ui.container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px 30px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.product-page .product-1 .ui.container .main .left {
  padding: 0 45px;
  text-align: left;
  width: 35%;
}
.product-page .product-1 .ui.container .main .left h4 {
  font-weight: 700;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .product-1 .ui.container .main .left p {
  margin-top: 25px;
}
.product-page .product-2 {
  padding: 130px 0;
  background: #f5f5f5;
}
.product-page .product-2 .ui.container .sidebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-page .product-2 .ui.container .sidebox .side-left {
  width: 315px;
}
.product-page .product-2 .ui.container .sidebox .side-left h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form {
  position: relative;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"] {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-style: italic;
  color: #000;
  background: transparent;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-webkit-input-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-moz-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-moz-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-ms-input-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="submit"] {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/product-search-icon.png) center center no-repeat;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox {
  margin-top: 60px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist > li {
  background: #fff;
  position: relative;
  border-bottom: none!important;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li {
  position: relative;
  width: 100%;
  padding: 0 0;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li a {
  padding-left: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li i {
  font-size: 16px;
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  right: 0;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li ul.sub-menu {
  display: none;
}
.product-page .product-2 .ui.container .sidebox .side-right {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist {
  margin: 0 -15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li {
  padding: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 20px;
  background: #fff;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left {
  display: inline-block;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left h4 {
  display: inline-block;
  font-weight: 700;
  color: --main-color;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left p {
  color: --main-color;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid --main-color;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a i {
  font-size: 18px;
  color: --main-color;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item:hover .text a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.complete-page {
  padding-top: 210px;
}
.complete-page .complete1 {
  padding: 45px 0;
  z-index: 88;
  position: relative;
}
.complete-page .complete1 .ui.ui.container {
  max-width: 1210px;
  text-align: center;
}
.complete-page .complete1 .ui.ui.container h3 {
  font-weight: bold;
  margin-bottom: 30px;
}
.complete-page .complete1 .ui.ui.container p {
  max-width: 990px;
  margin: 0 auto;
}
.complete-page .complete1 .ui.ui.container .imgbox {
  margin-top: 30px;
}
.complete-page .complete2 {
  padding-top: 75px;
  padding-bottom: 35px;
}
.complete-page .complete2 .ui.container .top .main {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px solid #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.complete-page .complete2 .ui.container .top .main h4 {
  width: 48%;
  max-width: 700px;
  line-height: 1.6; 
}
.complete-page .complete2 .ui.container .top .main p {
  width: 45%;
  max-width: 715px;
  line-height: 2;
}
.complete-page .complete2 .ui.container .bottom {
  width: 100%;
  overflow: hidden;
  padding: 0 200px;
  margin-top: 90px;
}
.complete-page .complete2 .ui.container .bottom ul {
  width: 80%;
}
.complete-page .complete2 .ui.container .bottom .honorbox {
  padding-bottom: 130px;
  background: url(../images/complete-honor-bj.png) bottom center no-repeat;
  background-size: 98%;
}
.complete-page .complete3,
.complete-page .complete4 {
  padding-bottom: 80px;
  z-index: 88;
  position: relative;
}
.complete-page .complete3 .newsbox,
.complete-page .complete4 .content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #666;
}
.complete-page .complete4 .content{
  font-size: 16px;
  line-height: 2;
}
.complete-page .complete4 .content h4{
  color: #0075c1;
    font-size: 20px;
    line-height: 1.8;
    padding: 10px 0;
}
.complete-page .complete3 .newsbox ul.newslist {
  margin: 0 -30px;
}
.complete-page .complete3 .newsbox ul.newslist li {
  padding: 0 30px;
  text-align: left;
}
.complete-page .complete3 .newsbox ul.newslist li .item .time {
  font-size: 14px;
  lighting-color: 2;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 {
  margin: 20px 0;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: --main-color;
}
.complete-page .complete4:before {
  content: "";
  width: 90%;
  max-width: 900px;
  position: absolute;
  bottom: 0;
  height: 70%;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.complete-page .complete4 h3 {
  margin-bottom: 130px;
  font-weight: bold;
  color: #fff;
}
.complete-page .complete4 p {
  max-width: 630px;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto;
}
.prodet-page{
  padding-top: 180px;
}
.prodet-page .prodet-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.prodet-page .prodet-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .ui.container .left {
  width: 40%;
}
.prodet-page .prodet-1 .ui.container .left img{
  background: #f9f9f9;
}
.prodet-page .prodet-1 .ui.container .left ul.biglist li a {
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist {
  margin: 0 -15px;
  margin-top: 0px;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist li {
  padding: 15px;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist li a {
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .right {
  width: 55%;
}
.prodet-page .prodet-1 .ui.container .right h1 {
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px;
}
.prodet-page .prodet-1 .ui.container .right .box {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .right .box td,
.prodet-page .prodet-1 .ui.container .right .box th{
  border: none!important;
}
.prodet-page .prodet-1 .ui.container .right .box table tr:nth-child(even){
  background: none;
}
.prodet-page .prodet-1 .ui.container .right .box .top{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.prodet-page .prodet-1 .ui.container .right .box .top em{
  font-weight: bold;
}
.prodet-page .prodet-1 .ui.container .right .box i{
  font-size: 20px;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .box .content{
  
  margin-top: 45px;
}
.prodet-page .prodet-1 .ui.container .right .box .content .list{
  margin-bottom: 30px;
}
 
.prodet-page .prodet-1 .ui.container .right .box .content .title{
  margin-right: 20px;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd{
  padding: 0 0px;
  text-align: center;
  border: 1px solid #eee;
  
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .item{
  margin-right: 5px;
  text-align: center;
  padding: 20px 0;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd.active{
  border: 1px solid #000;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd span{
  margin-top: 10px;

}
.prodet-page .prodet-1 .ui.container .right .box .content .size .ddd{
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #eee;
  margin-right: 20px;
  margin-top: 20px;
  width: auto!important;
}
.prodet-page .prodet-1 .ui.container .right .box .content .size .ddd.active{
  border: 1px solid #000;
}
.prodet-page .prodet-1 .ui.container .right .box 
.prodet-page .prodet-1 .ui.container .right .text {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .cnashu {
  color: #8F8F8F!important;
}
.prodet-page .prodet-1 .ui.container .right .cnashu table {
  border: none;
}
.prodet-page .prodet-1 .ui.container .right .cnashu table td,
.prodet-page .prodet-1 .ui.container .right .cnashu table th {
  border: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.prodet-page .prodet-1 .ui.container .right .colorbox p {
  width: 100%;
  font-size: 16px;
  color: #8F8F8F;
  line-height: 1.5;
}
.prodet-page .prodet-1 .ui.container .right .colorbox p em {
  font-weight: bold;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist li {
  margin-right: 30px;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist li a {
  width: 45px;
  height: 45px;
  display: block;
}
.prodet-page .prodet-1 .ui.container .right .sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .ui.container .right .sharebox em {
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist li {
  font-size: 24px;
  color: #8F8F8F;
  margin-left: 25px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: --main-color;
}
.prodet-page .prodet-2 {
  padding: 90px 0;
}
.prodet-page .prodet-2 .ui.container .main {
  margin-top: 20px;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #eee;
}
.prodet-page .prodet-2 .ui.container .main .left {
  width: 40%;
}
.prodet-page .prodet-2 .ui.container .main .left h3 {
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ui.container .main .left p {
  line-height: 2;
  color: #000;
}
.prodet-page .prodet-2 .ui.container .main .right {
  width: 55%;
}
.prodet-page .prodet-2 .ui.container .main .right form {
  width: 100%;
}
.prodet-page .prodet-2 .ui.container .main .right form ul {
  width: 100%;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li label {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li select {
  background: #eee;
  color: #000;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li select option {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="text"] {
  width: 100%;
  border: none;
  background: #eee;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li textarea {
  width: 100%;
  height: 230px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 16px;
  line-height: 2;
  padding: 15px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li p {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li p input[type="checkbox"] {
  margin-right: 10px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background: --main-color;
  padding: 0 35px;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox .column {
  padding: 0 40px;
}
.product2-page .product-3 {
  padding-top: 140px;
  padding-bottom: 40px;
  background: --main-color;
}
.product2-page .product-3 .mbx {
  color: #fff;
  opacity: 0.5;
}
.product2-page .product-3 .navbox {
  margin-top: 70px;
}
.product2-page .product-3 .navbox .ui.container {
  text-align: center;
}
.product2-page .product-3 .navbox .ui.container h1 {
  font-weight: bold;
  color: #fff;
}
.product2-page .product-3 .navbox .ui.container h2 {
  
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  margin: 35px 0;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li {
  margin: 30px;
  padding: 0px;
 
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a{
 border: 1px solid transparent;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li.active a,
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li:hover a {
border-color: #fff;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a {
  padding: 15px;
  display: inline-block;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
  width: 69px;
  height: auto;
}
.product2-page .product-3 .navbox .ui.container .navcontent {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content {
  max-width: 880px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content.active {
  height: auto!important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 35px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown {
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.product2-page .product-4 {
  padding-top: 40px;
  padding-bottom: 100px;
}
.product2-page .product-4 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .top h5 {
  font-weight: bold;
  color: #000;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid #aaa;
  text-transform: uppercase;
}
.product2-page .product-4 .ui.container .top ul.cat2list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .top ul.cat2list li {
  margin-left: 40px;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product2-page .product-4 .ui.container .top ul.cat2list li.active a:before,
.product2-page .product-4 .ui.container .top ul.cat2list li:hover a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main {
  margin-top: 50px;
}
.product2-page .product-4 .ui.container .main ul.productlist {
  margin: 0 -18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li {
  padding: 18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item {
  border-radius: 10px;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  text-align: center;
  padding-bottom: 15px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 {
  height: 50px;
  font-weight: 700;
  position: relative;
  padding: 0 30px ;
  
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5:nth-child(1){
  min-height: 81px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 span {
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  filter: grayscale(1);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item{
  position: relative;
  overflow: hidden;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item:before{
  content:"";
  position: absolute;
  bottom:60px;
  width: 100%;
  left: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;

}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: --main-color;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item span {
  color: --main-color;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 5px;
  padding: 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(1) {
  background: #3994cf;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(2) {
  background: #39cf8e;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(3) {
  background: #cf9139;
}
.contact-page .mbx {
  padding-top: 155px;
}
.contact-page .contact-1 {
  padding: 70px 0;
}
.contact-page .contact-1 .ui.container {
  text-align: center;
}
.contact-page .contact-1 .ui.container h3 {
  text-align: center;
  color: #142c52;
  line-height: 1;
  margin-bottom: 35px;
}
.contact-page .contact-1 .ui.container form {
  width: 100%;
}
.contact-page .contact-1 .ui.container form ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .ui.container form ul li {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.contact-page .contact-1 .ui.container form ul li.btnbox {
  text-align: right;
}
.contact-page .contact-1 .ui.container form ul li.btnbox input[type="submit"] {
  margin-left: auto;
  margin-right: 0;
}
.contact-page .contact-1 .ui.container form ul li.wid50 {
  width: 48%;
}
.contact-page .contact-1 .ui.container form ul li .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .ui.container form ul li .bottom input[type="text"] {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 13px;
  cursor: pointer;
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox > div span {
  font-size: 16px;
  margin-left: 10px;
}
.contact-page .contact-1 .ui.container form ul li label {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.contact-page .contact-1 .ui.container form ul li select {
  background: #eee;
  color: #7d7d7d;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.contact-page .contact-1 .ui.container form ul li select option {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.contact-page .contact-1 .ui.container form ul li input[type="text"] {
  width: 100%;
  border: none;
  background: #eee;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.contact-page .contact-1 .ui.container form ul li textarea {
  width: 100%;
  height: 230px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 16px;
  padding: 15px;
}
.contact-page .contact-1 .ui.container form ul li p {
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.contact-page .contact-1 .ui.container form ul li p input[type="checkbox"] {
  margin-right: 10px;
}
.contact-page .contact-1 .ui.container form ul li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background: --main-color;
  padding: 0 35px;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.contact-page .contact-1 .ui.container form ul li input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-page .contact-2 {
  padding-top: 70px;
  padding-bottom: 150px;
}
.contact-page .contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .ui.container .left {
  width: 55%;
}
.contact-page .contact-2 .ui.container .right {
  width: 40%;
}
.contact-page .contact-2 .ui.container .right h5 {
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-page .contact-2 .ui.container .right .mailbox {
  margin: 55px 0;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
}
.contact-page .contact-2 .ui.container .right .btmbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-2 .ui.container .right .btmbox .left {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.contact-page .contact-2 .ui.container .right .btmbox .ewm {
  width: 125px;
  height: 125px;
  padding: 5px;
  background: #fff;
  display: block;
}
.font-55 {
  font-size: 55px;
}
.font-260 {
  font-size: 260px;
}
.font-127 {
  font-size: 127px;
}
.font-48 {
  font-size: 48px;
}
@media screen and (max-width: 1800px) {
  .font-260 {
    font-size: 190px;
    line-height: 210px!important;
  }
  .manu-page .manu-3 .ui.container .left .imgbox span.icon-text {
    display: none;
  }
  .strength-page .stren-1 .ui.container .right .bottom {
    margin-top: 20px;
  }
  .product-page .product-1 .ui.container .main .left p {
    margin-top: 25px;
    max-height: 300px;
    overflow-y: scroll;
  }
  .complete-page .complete2 .ui.container .bottom {
    padding: 0 60px;
  }
  .complete-page .complete3 .newsbox ul.newslist li .item h6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

}
  .complete-page .complete3 .newsbox ul.newslist li .item p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  @media screen and (max-width: 1600px) {
    .gxs-about .top .btmarea .ui.container .textbox{
    height: 200px;
  }
  }
  
@media screen and (max-width: 1400px) {
  .about-page .about-1 {
    padding: 120px 0;
  }
  .font-260 {
    font-size: 150px;
    line-height: 165px!important;
  }
  .about-page .about-3 .ui.container .left .yearbox {
    height: 600px;
  }
  .about-page .about-3 .ui.container .left .yearbox ul li {
    height: 200px;
  }
  .about-page .about-3 .ui.container .right ul li {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
  }
  
  .complete-page .complete2 .ui.container .bottom .honorbox {
    padding-bottom: 0;
    background: #fff;
  }
  .about-page .about-2 .ui.container .culturebox ul li .item {
    padding: 0 15px;
    padding-top: 50px;
    position: relative;

  }
 
  .app-page .app-1 .appmain .text .content {
    max-height: 200px;
    overflow-y: scroll;
  }
  .product-page .product-1 .ui.container .main .left p {
    max-height: 150px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 18px;
  }
  .sus-page .sus-3 .main .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox {
    margin: 20px 0;
  }.font-60 {
    font-size: 40px;
}
}
@media screen and (max-width: 1200px) {
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
    width: 54px;
    height: auto;
  }
  .font-28 {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .ui.container .left .content {
    max-height: 180px;
    overflow-y: scroll;
  }
  .about-page .about-3 .ui.container .left .yearbox ul li {
    height: 150px;
  }
  .about-page .about-3 .ui.container .left .yearbox {
    height: 450px;
  }
  .font-260 {
    font-size: 110px;
    line-height: 120px!important;
  }
  .inner-banner {
    height: 400px;
  }
  .inner-banner .content {
    top: 140px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-36 {
    font-size: 24px;
  }
  .gxs-about .top .content{
    top: 22%;
  }
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.font-18{
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .product2-page .product-4 .ui.container .top{
    display: none;
  }
  .about-page .about-1 {
    background: #fff;
  }
  .strength-page .stren-1 .ui.container .right h5{
    line-height: 1.8;
    font-size: 20px;
  }
  .about-page .about-1 .ui.container .left {
    padding-right: 20px;
  }
  .about-page .about-2 .ui.container .culturebox ul li .item {
    height: 400px;
  }
  .about-page .about-3 .ui.container .left {
    display: none;
  }
  .about-page .about-3 .ui.container .right {
    width: 100%;
  }
  .about-page .about-4 {
    height: 500px;
    padding-top: 130px;
  }
  .sus-page .sus-3 .top .left {
    padding-right: 40px;
  }
  .font-48 {
    font-size: 30px;
  }
  .font-16 {
    font-size: 14px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 30px 15px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 50px 15px;
  }
  .strength-page .stren-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .strength-page .stren-1 .ui.container .left {
    width: 100%;
  }
  .complete-page .complete2 .ui.container .bottom {
    display: none;
  }
  .font-127 {
    font-size: 82px;
  }
  .complete-page .complete4 {
    height: 680px;
    padding-top: 40px;
    display: none!important;
  }
  .strength-page .stren-3 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .strength-page .stren-3 .ui.container .center {
    width: 50%;
  }
  .strength-page .stren-3 .ui.container .right {
    width: 50%;
  }
  .product-page .product-1 .ui.container .main .left p {
    max-height: 60px;
    margin-top: 10px;
  }
  .product-page .product-1 .ui.container .main .left {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .left {
    padding-right: 0;
  }
  .product-page .product-2 .ui.container .sidebox .side-left {
    display: none;
  }
  .product-page .product-2 .ui.container .sidebox .side-right {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .left {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
    width: auto;
    height: auto;
  }
  .product-6{
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .ui.container .main .left h3{
    font-size: 20px;
    line-height: 1.8;
  }
  .product-7 .ui.container .tit h1{
    display: none!important;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-2 {
    padding: 20px 0;
  }
  .about-page .about-3 {
    padding: 20px 0;
  }
  .about-page .about-5 {
    padding: 20px 0;
    text-align: center;
  }
  .app-page {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .app-page .app-1 .appmain {
    margin-top: 20px;
  }
  .app-page .app-1 .appmain:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .app-page .app-1 .appmain .left {
    width: 100%;
    margin-top: 20px;
  }
  .app-page .app-1 .appmain .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .app-page .app-1 .appmain .right .text {
    padding: 0;
    margin-left: 0;
  }
  .sus-page .sus-1 .ui.container .left {
    width: 100%;
  }
  .sus-page .sus-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sus-page .sus-1 {
    padding: 20px 0;
  }
  .sus-page .sus-2 {
    padding: 20px 0;
  }
  .sus-page .sus-3 {
    padding: 20px 0;
  }
  .sus-page .sus-3 .top .left {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .top .right {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .main {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 .main .left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .sus-page .sus-3 .main .right {
    width: 100%;
  }
  .strength-page .stren-3 .ui.container .right {
    display: none;
  }
  .strength-page .stren-3 .ui.container .center {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .left {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .manu-page .manu-3 .ui.container .left {
    width: 100%;
    text-align: right;
  }
  .manu-page .manu-3 .ui.container .right {
    width: 100%;
  }
  .manu-page .manu-3 {
    padding: 20px 0;
  }
  .manu-page .manu-4 .top .ui.container .main {
    margin-top: 20px;
    padding-top: 20px;
  }
  .manu-page .manu-4 .top .ui.container .main .left {
    width: 100%;
    padding-right: 0;
  }
  .manu-page .manu-4 .top .ui.container .main .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text h6 {
    height: auto;
  }
  .strength-page .stren-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .product-page .product-1 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .product-1 .ui.container .main .right {
    margin-top: 20px;
  }
  .font-127 {
    font-size: 55px;
  }
  .product-page .product-2 {
    padding: 20px 0;
    background: #f5f5f5;
  }
  .complete-page .complete2 .ui.container .top .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .complete-page .complete2 .ui.container .top .main .left {
    width: 100%;
    padding-right: 0;
  }
  .complete-page .complete2 .ui.container .top .main .right {
    width: 100%;
    padding-left: 0;
  }
  .complete-page .complete4 h3 {
    margin-bottom: 40px;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li {
    margin: 10px;
    padding: 0px;
  }
  .product2-page .product-4 .ui.container .top ul.cat2list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product2-page .product-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .ui.container .main .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ui.container .main .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox .column {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li.wid50 {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li .bottom input[type="text"] {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-1 {
    padding: 20px 0;
  }
  .contact-page .contact-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-2 .ui.container .right .btmbox .ewm {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .manu-page .manu-3 .ui.container .left {
    display: none;
  }
  .complete-page .complete2 {
    display: none;
  }
  .about-page .about-4{
    height: 610px;
  }
  .font-127 {
    font-size: 40px;
  }
  .font-32,
  .font-24 {
    font-size: 20px!important;
    line-height: 1.8!important;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist {
    display: none;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-55 {
    font-size: 24px;
  }
  .font-24 {
    font-size: 14px;
    line-height: 2!important;
  }
  .about-page .about-3 .ui.container .right ul {
    margin-right: 0;
  }
  .product2-page .product-3 .navbox .ui.container .navcontent .content {
    font-size: 14px;
  }
}
.m-page{
  margin-top: 75px;
  
}
.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;

}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  background: #fff;
  font-size: 16px;
}
.m-page .wp-pagenavi span{
  background: #142c52;
  color: #fff;
}
.news-page {
  padding: 0px 0;
}
.news-page .list{
  min-height: 400px;
}
.news-page .list ul {
  margin: 0 0 100px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 30px;
  border: 1px solid #eee;
}

.news-page .list ul li .content h4 {
  font-size: 24px;
  font-weight: bold;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
      margin-top: 21px;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*height: 80px;*/
  color: #767676;
}

.newdet-page {
  padding: 0px 0;
  padding-bottom: 80px;
}
.newdet-page h2,
.newdet-page h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; 
}
 .m-link {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
 .m-link a {
  display: block;
}
 .m-link a:hover {
  text-decoration: underline;
}
/*inner css end*/
.about-his .ui.container span.gd {
  color: #142c52;
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 120px;
  width: 25%;
  text-align: right;
  display: block;
  font-weight: bold;
  line-height: 1;
}
.about-his .ui.container span.gd.active {
  /*position: absolute;
  top: 20px;
  left: 0;*/
}
.about-his .ui.container .yearbox {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}
.about-his .ui.container .yearbox ul {
  width: 100%;
}
.about-his .ui.container .yearbox ul li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-his .ui.container .yearbox ul li.active h4 {
  color: #142c52;
}
.about-his .ui.container .yearbox ul li h4 {
  
  color: #e7e7e7;
  font-weight: bold;
}
.about-his .ui.container .yearbox ul li .textbox {
  max-width: 480px;
  padding: 40px 0;
}
.about-his .ui.container .yearbox ul li .textbox span {
  color: --main-color;
}
.about-his .ui.container .yearbox ul li .textbox h5 {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .about-his .ui.container span.gd {
    display: none;
  }
  .about-his .ui.container .yearbox ul li h4 {
    display: none;
  }
  .about-his .ui.container .yearbox {
    width: 100%;
  }
  .about-his .ui.container .yearbox ul li .textbox {
    padding: 20px 0;
  }
}
.product-6{
 height: 620px;
 margin-top: 120px;
 position: relative;

}
.product-6 .content{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  
}
.product-6 .mbx{
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
  color: #fff;
}
.gxs-cate .ui.container .mainbox .top ul.catelist2 li a{
      width: 100%;
    max-width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    height: 75px; 
    font-weight: 700;
    
    cursor: pointer;
}
.product-7{
  padding-top: 70px;
  

}
.product-7 .ui.container{
  text-align: center;
padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  
}
.product-7 .ui.container .tit{
color: #142c52; 
font-weight: 700;
font-size: 42px;
line-height: 1.6;
text-transform: uppercase;

}
.product-7 .ui.container p{
  max-width:1055px;
  margin: 0 auto;
  line-height: 24/18;
}
@media screen and (max-width: 1400px){
  .news-page .list ul li .content h4{
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px){
  .news-page .list ul li .content h4{
    font-size: 18px; 
  }
}
@media screen and (max-width: 1000px) {
  .news-page .list ul li{
    width: 50% !important;
  }
  .product-6{
    margin-top: 40px;
  }
  .product-7 .ui.container .tit{
    font-size: 34px;
  }
  .sus-page .sus-banner{
    padding-top: 40px;
  }
  .prodet-page {
    padding-top: 80px;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li{
  flex-wrap: wrap
}
}
@media screen and (max-width: 700px) {
  .news-page .list ul li{
    width: 100% !important;
  }
 .product-7 .ui.container .tit{
    font-size: 20px;
  }
  .product2-page .product-4 .ui.container .top{
  display: none;
}
.product-6{
      height: auto;
    padding: 120px 0;
}
.product-6 .mbx{
  text-align: center;
    font-size: 16px;
    line-height: 2;
    padding-top: 35px;
}
}
 

.font-32 {
    font-size: 32px;
    line-height: 1.6;
}
.font-16 {
    font-size: 16px;
    line-height: 2;
}

.font-14 {
    font-size: 14px;
    line-height: 2;
}

.font-28 {
    font-size: 28px;
    line-height: 1.6;
}

.font-24 {
    font-size: 24px;
    line-height: 1.6;
}

.font-20 {
    font-size: 20px;
    line-height: 1.8;
}

 

.news-page .list ul li .content time{
  font-size: 16px;
    line-height: 2;
}

 

.gxs-product .productbox ul li .item .text .cplj {
  width: auto !important;
  height: auto !important;
  opacity: 1;
}

.download-page ul{
    margin:0px;
}
.download-page ul li{
    padding:15px;
}

.download-page ul li .box{
    background-color: #e9e9e9;
    padding:15px;
}

.download-page ul li .box .img{
    width:40%;
    vertical-align: middle;
}

.download-page ul li .box .text{
    width:60%;
    vertical-align: middle;
}

.download-page ul li .box .text p{
    margin-top: 10px;
    width: auto;
    height: 80px;
    line-height: 28px;
    position: relative;
    top: 0px;
    left: 0px;
}

.download-page ul li .box a{
    display: inline-block;
    padding:0 20px;
    height: 36px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    background-color: #e66518;
}

.download-page ul li .box a:hover{
  background-color: #000000;
}
.download-page .download-1 {
  background: url(../images/down11.jpg) no-repeat center;
  padding: 60px 0 80px;
}
.download-page .download-1 .top {
  max-width: 640px;
}
.download-page .download-1 .top .tit3 { 
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
.download-page .download-1 .top ul {
  margin-top: 40px;
}
.download-page .download-1 .top ul li {
  padding: 38px 0;
  border-bottom: 1px solid #CDCDCD;
}
.download-page .download-1 .top ul li .acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.download-page .download-1 .top ul li .acc .tit4 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}
.download-page .download-1 .top ul li .acc .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.download-page .download-1 .top ul li .acc .con .xiazai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.download-page .download-1 .top ul li .acc .con .xiazai p {
  font-weight: 500;
  font-size: 14px;
  color: #142c52;
  line-height: 2;
  margin-left: 14px;
}
.download-page .download-1 .top ul li .acc .con .view {
  margin-left: 45px;
}
@media screen and (max-width: 1000px) {
  .download-page ul li{
    width: 100%!important;
  }
  .download-page .download-1 {
    padding: 60px 0;
  }
  .download-page .download-1 .top ul li {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .download-page ul li .box .img{
    width: 100%!important;
  }
  .download-page ul li .box .text{
    width: 100%!important;
    padding: 15px;
  }

  .download-page ul li .box .text p{
    height: auto;
  }
  .download-page .download-1 .top ul li .acc .con .view {
    margin-left: 20px;
  }
  .download-page .download-1 .top ul li .acc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .download-1 .top ul li .acc .con {
    margin-top: 20px;
  }
}
.faq-page .faq-1 {
  margin-top: 100px;
  text-align: center;
}
.faq-page .faq-1 .tit3 { 
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 1;
  text-transform: capitalize
}
.faq-page .faq-2 {
  padding: 65px 0 130px;
}
.faq-page .faq-2 .top ul li {
  margin-bottom: 25px;
}
.faq-page .faq-2 .top ul li .con {
  position: relative;
  padding-left: 77px;
}
.faq-page .faq-2 .top ul li .con .tit4 {
   
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 1;
}
.faq-page .faq-2 .top ul li .con .cona {
   
  font-weight: 400;
  font-size: 18px;
  color: #181818;
  line-height: 24px;
  margin-top: 10px;
}
.faq-page .faq-2 .top ul li .cona::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 47px;
  background: url(../images/faq12.png) no-repeat center;
}
.faq-page .faq-2 .top ul li:last-child {
  margin-bottom: 0;
}
.video-page {
  padding: 62px 0 140px;
}
.video-page .container {
  width: 1190px;
}
.video-page .video-1 .img {
  position: relative;
}
.video-page .video-1 .img .tit4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Gilroy;
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
.video-page .video-2 {
  margin-top: 80px;
}
.video-page .video-2 .tit5 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
}
.video-page .video-2 .content ul {
  margin: 0 -15px;
}
.video-page .video-2 .content ul li {
  padding: 0 15px;
  margin-top: 40px;
}
.video-page .video-2 .content ul li video {
  width: 100%;
  height: 100%;
  max-height: 192px;
    object-fit: contain;
  background: #292826;
}
.video-page .video-2 .content ul li .tit5 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  margin-top: 10px;
}



.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: --main-color;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: --main-color;
    color: --main-color;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: --main-color;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: --main-color;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: --main-color;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: --main-color;
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.2);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: --main-color;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid --main-color;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: --main-color;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: --main-color;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: --main-color;
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.gallery-page{
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}

.sideBtn{ 
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 12;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #142c52;
    color: white;
    text-align: center;
    line-height: 52px;
    font-size: 23px;
    cursor: pointer; 
    margin: 12px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}


.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  /*border: 1px solid #e6e6e6;*/
  background: #00a0e9;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}



/********************************SEO Start**********************************/

#index-body .i-about .left .des h1 {
    display: inline;
}
#footer .center ul li {
    line-height: 2;
}
.seoPublic .Auxil-about .box .right .text {
    line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
    line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-size: 15px;
    line-height: 2;
    color: #666;
}
.seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
    line-height: 2;
    height: 5.8em;
}
.newdet-page .content {
    line-height: 2;
}
#mobile .menu-content .menu-list ul li a {
    font-size: 18px;
    line-height: 2;
}
#mobile .menu-content .menu-list ul li li a {
    font-size: 14px;
    line-height: 2;
}

.seoPublic .text a {
    color: #666;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 16px;
    line-height: 2;
}







@media screen and (max-width: 500px){
  #banner ul li .content .h2 {
    line-height: 1.9;
  }
  #index-body .i-category ul li .h4 {
    line-height: 2;
}
#index-body .i-about .left .tag {
    line-height: 2;
}
#index-body .i-news .left ul li .content .right .h3 {
    line-height: 2;
    padding-top: 10px;
}
#index-body .i-news .left ul li .top .h4 {
    line-height: 2;
}
#index-body .i-init6 .left .title {
    line-height: 2;
}
a.foota {
    display: none;
}
.seoIndustry.Auxil-industry {
    display: none;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 15px;
}
table td, table th {
    width: 71.4375px;
}
.product-7 {
    padding-top: 0;
}
}