@-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-o-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  p{
    font-size: 16px;
  }
#index-body a.more {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: block;
  width: 205px;
  height: 50px;
  margin-top: 30px;
  line-height: 50px;
  font-size: 18px;
  padding-left: 30px;
  text-transform: uppercase;
  color: #004ea2;
  border: 1px solid #004ea2;
  font-weight: 700;
  background: url(../images/more-btn.png) no-repeat 80% center;
}
#index-body a.more:hover {
  background: #004ea2 url(../images/more-btn-h.png) no-repeat 80% center;
  color: #fff;
}
  #index-body .i-about {
  padding-bottom: 50px;
}
#index-body .i-about .grid-box {
  margin-top: -30px;
}
#index-body .i-about .grid-box .column {
  vertical-align: middle;
}
#index-body .i-about .grid-box .column:nth-child(1) {
  padding-right: 6%;
}
#index-body .i-about .grid-box .column:nth-child(1) .img {
  border: 8px solid #fff;
  position: relative;
}
#index-body .i-about .grid-box .column:nth-child(1) .img .biaoji {
  position: absolute;
  width: 40%;
  padding: 0 20px;
  background: #fff;
  right: 0;
  bottom: 8%;
}
#index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .grid-box {
  margin-top: 0;
}
#index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column {
  width: 40%;
  color: #004ea2;
  padding: 0;
}
#index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column h2 {
  font-size: 76px;
  font-weight: 700;
}
#index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column:nth-child(2) {
  width: 60%;
  padding-left: 5px;
}
#index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column:nth-child(2) h3 {
  font-size: 18px;
  text-transform: uppercase;
}
#index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column:nth-child(2) h4 {
  font-size: 30px;
  text-transform: uppercase;
}
#index-body .i-about .grid-box .column:nth-child(1) .img img {
  border-bottom: 12px solid #004ea2;
}

#index-body .i-about .grid-box .column:nth-child(2) p,#index-body .i-about .grid-box .column:nth-child(2) .pageintro {
  color: #878787;
  line-height: 30px;
  margin: 20px 0;
  font-size: 16px;
}
#index-body .i-about .grid-box .column:nth-child(2) .pageintro h1{
  display: inline;
}

#index-body .i-about .grid-box .column:nth-child(2) ul li {
  padding: 8px 0;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 700;
  background: url(../images/gou.png) no-repeat left center;
}
#index-body .i-news {
  padding: 30px 0 100px;
}
#index-body .i-news .tit {
  text-align: center;
}
#index-body .i-news .news-list {
  margin-top: 50px;
}
#index-body .i-news .news-list ul li {
  padding: 0 8px;
}
#index-body .i-news .news-list ul li .img-box .text {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 20px;
}
#index-body .i-news .news-list ul li .img-box .text h2 {
  font-size: 24px;
  font-weight: 700;
}
#index-body .i-news .news-list ul li .img-box .text p {
  font-weight: 300;
  margin: 8px 0;
  color: #404040;
  line-height: 28px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
    #index-body a.more {
    font-size: 16px;
  }
    #index-body .i-about .grid-box .column:nth-child(2) p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .i-about .grid-box .column:nth-child(2) ul li {
    font-size: 15px;
  }
    #index-body .i-about .grid-box{
    margin-top: 0;
  }
}
@media screen and (max-width: 1400px) {
   #index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column h2 {
    font-size: 40px;
  }
  #index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column:nth-child(2) h4 {
    font-size: 18px;
  }
  #index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column:nth-child(2) h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body a.more{
    width: 190px;
    height: 40px;
    line-height: 40px;
  }
    #index-body .i-about .grid-box .column {
    width: 100%;
    padding: 0;
  }
  #index-body .i-about .grid-box .column:nth-child(1) {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
    #index-body .i-about .grid-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
    #index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column h2 {
    font-size: 26px;
  }
  #index-body .i-about .grid-box .column:nth-child(1) .img .biaoji .column:nth-child(2) h4 {
    font-size: 15px;
  }
    #index-body .i-news {
    padding: 30px 0;
  }
    #index-body .i-news .news-list ul li .img-box .text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
/*.container {
    width: 1448px;
  }
  .inner-page .container {
    width: 1230px;
  }*/
.images-box {
    overflow: hidden;
    position: relative;
  }
  .images-box img {
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
  }
  .images-box:hover img {
    transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  }
  .scroll-box {
    overflow: hidden;
    position: relative;
  }
  .scroll-box ul {
    width: 9999px;
  }
  .scroll-box ul li {
    float: left;
  }
  h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
/*.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}*/
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
.menu-btn-content{
    position:fixed;border-radius: 2px;
    right:3%;
    top:124px;
    z-index:99;
    width:25%;
    background:#fff;
    padding:4% 3%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display:none;
}
.menu-btn-content.active{
    display:block;
}
.menu-btn-content .box h2{
    font-size: 30px;
}
.menu-btn-content .box p{
    color: grey;
    line-height:26px;
}
.menu-btn-content .box .message{
    margin-top:50px;
}
.menu-btn-content .box h3{
    font-size: 20px;
}
.menu-btn-content .box .message ul li{
    line-height:30px;
    margin:10px 0;
    color: grey;
}
.menu-btn-content .box .message ul li .fa{
    font-size:20px;
    color:#004ea2;
    margin-right:6px;
}
.tit h3 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #004ea2;
    text-transform: uppercase;
  }
  .tit h2 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
  }
  .tit h2 span {
    color: #004ea2;
  }
  .tit p {
    color: #606060;
  }
  svg {
    max-height: 30px;
    width: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    fill: #666666;
  }
  svg text {
    fill: #666666;
  }
  svg:hover {
    fill: #666666;
  }
  svg g.en {
    display: block;
  }
  svg g.cn {
    display: none;
  }
  @media screen and (max-width: 1000px){
    .huhu {
      display: none !important;
    }
  
  }
  @media screen and (max-width: 1600px) {
    .container {
      width: 1400px;
    }
    .tit h2{
      font-size: 40px;
      line-height: 45px;
    }
}
@media screen and (max-width: 1400px) {
    .container {
      width: 1200px;
    }
    .tit h2{
      font-size: 32px;
      line-height: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .container,
    .inner-page .container {
      width: 970px;
    }
}
@media screen and (max-width: 1000px) {
    .container,
    .inner-page .container {
      width: 700px;
    }
}
@media screen and (max-width: 700px) {
    .container,
    .inner-page .container {
      width: 100%;
    }
    .inner-banner.singlephoneset{
        padding-top: 10px;
    }
    table {
        display: block;
        width: 100%;
        overflow-x: scroll;
    }
    .tit h2{
        font-size: 20px;
        line-height:36px;
    }
}
.inner-banner {
    display: block;
    height: 500px;
    padding-top: 180px;
    color: #fff;
    background-position: center center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.inner-banner:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006aaa;
    opacity: 1;
}
.inner-banner .box {
    text-align: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
.inner-banner .box .content {
    max-width: 1230px;
    margin: 0 auto;
    text-align: left;
}
.inner-banner i.tag {
    font-size: 14px;
    color: white;
    position: relative;
    padding-left: 14px;
    display: block;
}
.inner-banner i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.inner-banner h2 {
    font-size: 40px;
    line-height: 1.2;
    color: white;
    position: relative;
    margin: 20px 0;
    text-transform:capitalize;
    z-index: 1;
}
.inner-banner h2:after {
    content: attr(data-text);
    font-size: 120px;
    color: transparent;
    text-stroke:1px rgb(233 233 233 / 20%);
    -webkit-text-stroke: 1px rgb(233 233 233 / 20%);
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
    opacity: 0;
}
.inner-banner .btn {
    margin-top: 70px;
    position: relative;
    z-index: 2;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    background: #006aaa;
    color: white;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .btn a.more.contact {
    padding-left: 20px;
    background: white;
    color: black;
    margin-left: 10px;
    padding-right: 0;
}
.inner-banner .btn a.more.contact i {
    text-align: center;
    color: white;
    background: #006aaa;
    width: 50px;
    margin-left: 20px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 15px;
}
.inner-banner .btn a.more:hover {
    background: #111;
    color: white;
}
.inner-banner .box .content .mbx {
    display: block;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
    display: inline-block;
    text-transform:capitalize;
}
.inner-banner .box .content .mbx a:hover {
    text-decoration: underline;
}
.inner-banner.active:after {
    opacity: .7;
    -webkit-transition: 1.2s 1s;
    -moz-transition: 1.2s 1s;
    -ms-transition: 1.2s 1s;
    -o-transition: 1.2s 1s;
    transition: 1.2s 1s;
}
.inner-banner.active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner.active .box h2:after {
    left: -10%;
    opacity: 1;
    -webkit-transition: 1.8s .5s;
    -moz-transition: 1.8s .5s;
    -ms-transition: 1.8s .5s;
    -o-transition: 1.8s .5s;
    transition: 1.8s .5s;
}

.inner-page {
  padding: 80px 0;
}
.inner-page .m-page {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.product-page .sidebarBox .right .cataintro{
  font-size: 14px;
  line-height: 28px;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  line-height: 27px;
  height: 27px;
  border-bottom: 3px solid #c1c1c1;
  font-size: 14px;
  color: black;
  padding: 0 10px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-color: #004ea2;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #004ea2;
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #004ea2;
  border-color: #004ea2;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.about-page {
  padding: 80px 0 0;
}
.about-page .init-1 {
  position: relative;
}
.about-page .init-1:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 510px solid #f6f6f6;
  border-left: 510px solid transparent;
  right: 0;
  top: -80px;
  z-index: -1;
}
.about-page .init-1 p {
  color: #878787;
  font-size: 16px;
  line-height: 30px;
}
.about-page .init-1 .grid-box .column:nth-child(2) {
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 12%;
}
.about-page .init-1 .grid-box .column:nth-child(2) .tit {
  margin-bottom: 30px;
}
@keyframes example {
  0% {
    background-color: rgba(203, 225, 243, 0.5);
  }
  25% {
    background-color: rgba(203, 225, 243, 0.7);
  }
  50% {
    background-color: #cbe1f3;
  }
  100% {
    background-color: #cbe1f3;
  }
}
.about-page .init-1 .i-num {
  padding: 50px 0;
}
.about-page .init-1 .i-num ul li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 5px;
  color: #fff;
  position: relative;
}
.about-page .init-1 .i-num ul li:after {
  content: '';
  position: absolute;
  width: 76px;
  height: 76px;
  background: #cbe1f3;
  left: 23%;
  top: 0;
  z-index: -1;
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-1 .i-num ul li h2 {
  font-size: 50px;
  color: #004ea2;
  font-weight: bold;
  padding-top: 36px;
}
.about-page .init-1 .i-num ul li p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
}
.about-page .init-2 {
  background: #f6f6f6;
  padding: 80px 0 0;
  position: relative;
  padding-bottom: 3vw;
}
.about-page .init-2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16%;
  /*background: #fff;*/
  right: 0;
  bottom: 0;
  z-index: 0;
}
.about-page .init-2:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 550px solid #e3e3e3;
  border-right: 550px solid transparent;
  left: 0;
  top: 0px;
  z-index: 0;
}
.about-page .init-2 .top {
  position: relative;
  z-index: 1;
}
.about-page .init-2 .top .column {
  vertical-align: middle;
}
.about-page .init-2 .top p {
  text-align: right;
  font-size: 16px;
  color: #565656;
}
.about-page .init-2 .three-part {
  margin-top: 45px;
  position: relative;
  z-index: 3;

}
.about-page .init-2 .three-part ul li {
  padding: 16px 0;
}
.about-page .init-2 .three-part ul li .box {
  /*background: #fff url(../images/why-bg_03.jpg) no-repeat top center;*/
  text-align: center;
  padding: 0 1.3vw;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  cursor: pointer;
  position: relative;
}
.about-page .init-2 .three-part ul li .box a.more{
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #000;
  margin: 0 auto;
  text-transform: capitalize;
  font-size: 16px;
}
.about-page .init-2 .three-part ul li .box:after {
  display: none;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 100px solid #1b1b1b;
  border-left: 68px solid transparent;
}
.about-page .init-2 .three-part ul li .box .img {
  /*background: #004ea2;*/
  width: 165px;
  height: 165px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
  /*padding-top: 28px;*/
}
.about-page .init-2 .three-part ul li .box .img img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-2 .three-part ul li .box h2 {
  font-size: 24px;
  margin: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.about-page .init-2 .three-part ul li .box p {
  color: #868686;
  line-height: 28px;
  font-weight: 300;
  height: 84px;
  font-size: 16px;
}
/*.about-page .init-2 .three-part ul li:hover .box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.about-page .init-2 .three-part ul li:hover .box img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}*/
.about-page .init-history {
  padding: 80px 0;
  display: none;
}
.about-page .init-history .tit {
  text-align: center;
}
.about-page .init-history .history-list {
  margin-top: 60px;
  position: relative;
}
.about-page .init-history .history-list:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  left: 50%;
  top: 0;
}
.about-page .init-history .history-list .list p {
  font-weight: 300;
  color: #504a44;
  font-size: 16px;
  line-height: 26px;
}
.about-page .init-history .history-list .list .i-text {
  float: right;
  width: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: relative;
}
.about-page .init-history .history-list .list .i-text:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  left: -8px;
  top: 43px;
  z-index: 1000;
}
.about-page .init-history .history-list .list .i-text:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #004ea2;
  left: -15px;
  top: 36px;
  z-index: 999;
}
.about-page .init-history .history-list .list .i-text .text1 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-history .history-list .list .i-text .text1 .grid-box {
  padding-left: 30px;
}
.about-page .init-history .history-list .list .i-text .text1 .grid-box .column {
  padding: 5px 15px;
  vertical-align: middle;
  width: 50%;
}
.about-page .init-history .history-list .list .i-text .text1 .grid-box .column.column-text {
  float: left;
}
.about-page .init-history .history-list .list .i-text .text1 .grid-box .column.column-img {
  float: right;
}
.about-page .init-history .history-list .list .i-text .text1 .grid-box .column h4 {
  font-size: 36px;
}
.about-page .init-history .history-list .list .i-text .text1 .grid-box .column p {
  font-size: 16px;
  color: #7a7a7a;
}
.about-page .init-history .history-list .list .i-text .text1:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.about-page .init-history .history-list .list:nth-child(2n) .i-text {
  float: left;
}
.about-page .init-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box {
  padding: 0 30px 0 0;
}
.about-page .init-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column.column-text {
  float: right;
}
.about-page .init-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column.column.img {
  float: left;
}
.about-page .init-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column h4,
.about-page .init-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column p {
  text-align: right;
}
.about-page .init-history .history-list .list:nth-child(2n) .i-text:before {
  left: auto;
  right: -8px;
}
.about-page .init-history .history-list .list:nth-child(2n) .i-text:after {
  left: auto;
  right: -15px;
}
.about-page .init-video {
  background: url(../images/video-bg_06.jpg) no-repeat center;
  background-size: cover;
  padding: 260px 0 164px;
}
.about-page .init-video .tit {
  color: #fff;
}
.about-page .init-video .btn {
  margin-top: 20px;
}
.about-page .init-video .btn div {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 65px;
  text-transform: capitalize;
}
.about-page .init-video .btn .img {
  margin-left: 20px;
}
.about-page .i-network {
  padding: 45px 0 10px;
}
.about-page .about-i-partner {
  padding: 65px 5%;
  background: #004ea2;
}
.about-page .about-i-partner ul li {
  position: relative;
  padding: 0 10px;
}
/*.about-page .about-i-partner ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 48px;
  top: 30%;
  right: 0;
  z-index: 2;
  background: #000;
}*/
.about-page .about-i-partner ul li img {
  display: block;
  margin: 0 auto;
}
.development-page {
  padding-bottom: 0;
}
.development-page .init-1 {
  padding-bottom: 80px;
}
.development-page .init-1 .tit {
  margin-bottom: 20px;
}
.development-page .init-1 p {
  line-height: 30px;
  font-size: 16px;
}
.development-page .init-1 .rd-list {
  margin-top: 30px;
}
.development-page .init-1 .rd-list ul li {
  padding: 0 4px;
}
.development-page .init-1 .rd-list ul li .img-box {
  position: relative;
}
.development-page .init-1 .rd-list ul li .img-box .text {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(0, 106, 170, 0), rgba(0, 106, 170, 0.8));
  display: table;
}
.development-page .init-1 .rd-list ul li .img-box .text h2 {
  padding-bottom: 20px;
  display: table-cell;
  vertical-align: bottom;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.development-page .init-test {
  background: #f7f7f7;
  padding: 100px 0;
}
.development-page .init-test .grid-box.two .column {
  width: 66.6%;
  volume: middle;
}
.development-page .init-test .grid-box.two .column p {
  font-size: 16px;
  color: #303030;
  margin: 10px 0;
}
.development-page .init-test .grid-box.two .column:nth-child(1) {
  padding-right: 4%;
}
.development-page .init-test .grid-box.two .column:nth-child(2) {
  width: 33.3%;
  padding: 0 5px;
}
.development-page .init-test .grid-box.three .column {
  padding: 0 5px;
}
.development-page .init-test .box {
  text-transform: uppercase;
  text-align: center;
  padding: 60px 50px;
  width: 100%;
  height: 100%;
  background: url(../images/border.png) no-repeat center;
  background-size: 100% 100%;
}
.development-page .init-test .box img {
  margin-bottom: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.development-page .init-test .box h2 {
  font-size: 33px;
  font-weight: 700;
  color: #004ea2;
}
.development-page .init-test .box h3 {
  font-size: 27px;
  font-weight: 700;
}
.development-page .init-test .box:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}

.product-page {
  padding: 100px 0;
}
.product-page .sidebarBox h1{
  font-size: 26px;
  line-height: 46px;
  margin-bottom: 10px;
}

.product-page .sidebarBox .category-intro{
  line-height: 2;
  margin-bottom: 2vw;
  font-size: 16px;
}
.product-page .sidebarBox .left {
  width: 30%;
  padding-right: 30px;
}
.product-page .sidebarBox .left .box {
  padding: 35px 20px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.product-page .sidebarBox .left .box:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .left .box h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.product-page .sidebarBox .left .box h4:after {
  content: '';
  width: 72px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  background: #004ea2;
}
.product-page .sidebarBox .left .box .list {
  padding-top: 20px;
}
.product-page .sidebarBox .left .box .list ul li {
  background: white;
}
.product-page .sidebarBox .left .box .list ul li a {
  display: block;
  padding: 15px;
  padding-right: 25px;
  padding-left: 20px;
  background: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sidebarBox .left .box .list ul li a i {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}
.product-page .sidebarBox .left .box .list ul li a i:after {
  content: '+';
}
.product-page .sidebarBox .left .box .list ul li a:hover,.product-page .sidebarBox .left .box .list ul li.active>a {
  color: white;
  background: #004ea2;
  text-align: left;
}

.product-page .sidebarBox .left .box .list ul li a:hover i {
  opacity: 1;
}
.product-page .sidebarBox .left .box .list ul li .second-category li a{
  font-weight: normal;
  font-size: 16px;
}
.product-page .sidebarBox .left .box .list ul li ul li a{
  padding-left: 40px;
  position: relative;  
}
.product-page .sidebarBox .left .box .list ul li ul li a:after{
content: '';
position: absolute;
left:20px;
width: 10px;
height: 2px;
background: #004ea2;
top:28px;z-index: 2;
}
.product-page .sidebarBox .left .box .info {
  margin-top: 20px;
}
.product-page .sidebarBox .left .box .info ul li {
  margin-bottom: 17px;
}
.product-page .sidebarBox .left .box .info ul li a {
  padding: 15px 10px 15px 55px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
}
.product-page .sidebarBox .left .box .info ul li a i {
  position: absolute;
  left: 12px;
  top: 8px;
  max-width: 34px;
}
.product-page .sidebarBox .left .box .info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .right {
  width: 70%;
}
.product-page .sidebarBox .right .list ul {
  margin: -6px;
}
.product-page .sidebarBox .right .list ul li {
  padding: 6px;
  padding-bottom:12px;
}
.product-page .sidebarBox .right .list ul li a.img-box {
  display: block;
  border:1px solid #eee;
  text-align: center;
}
.product-page .sidebarBox .right .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
  /* 兼容IE5~IE9 */
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .right .list ul li a.img-box img {
  /*width: 100%;*/
  margin: 0 auto;
}
.product-page .sidebarBox .right .list ul li a.img-box i.fa {
  font-size:14px;
   color: #004ea2;
   position:absolute;
   right:20px;
   bottom:22px;
}
.product-page .sidebarBox .right .list ul li .intro{
    padding:15px;
    background:#eeeeee;  position:relative;
}
.product-page .sidebarBox .right .list ul li:hover .intro{
    background:#004ea2;
}
.product-page .sidebarBox .right .list ul li a.img-box h6 {
  font-size: 18px;
  font-weight: bold;
  color: #004ea2;
  line-height: 28px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 2rem;
}
.product-page .sidebarBox .right .list ul li a.img-box small {
  display: block;
  font-size: 16px;
  color: #004ea2;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 5px;
  text-decoration: none;
}
/*.product-page .sidebarBox .right .list ul li a.img-box:hover:after {*/
/*  opacity: 1;*/
/*}*/
.product-page .sidebarBox .right .list ul li:hover .intro,
.product-page .sidebarBox .right .list ul li:hover i.fa,
.product-page .sidebarBox .right .list ul li:hover h6,
.product-page .sidebarBox .right .list ul li:hover small{
  color:#fff !important;
}
.prodet-page {
  padding: 140px 0 100px;
}
.prodet-page .prodet-1 .left {
  width: 40%;
}
.prodet-page .prodet-1 .left .bigImg {
  display: block;
  border: 1px solid #eee;
}
/*.prodet-page .prodet-1 .left .bigImg img {
  width: 100%;
}*/
.prodet-page .prodet-1 .left .bigImg a {
  display: block;
  position: relative;
  text-align: center;
}
.prodet-page .prodet-1 .left .bigImg a:after {
  content: "\f07d";
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  text-align: center;
  background: #444;
  color: white;
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-family: "FontAwesome";
  font-size: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .left .small {
  margin-top: 17px;
  padding: 0 10%;
}
.prodet-page .prodet-1 .left .small .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left .small ul {
  margin: 0 -3px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 0 3px;
  
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;border: 1px solid #eee;
}
.prodet-page .prodet-1 .left .small ul li a img {
  width: 100%;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  border: none;
  background: none;
  position: absolute;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  color: #777;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev {
  left: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next {
  right: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:hover:after {
  color: #004ea2;
}


.prodet-page .product-parameters h3{
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.prodet-page .product-parameters{
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.prodet-page .product-parameters .content{
  margin-top: 1.5vw;
}
.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 4%;
}
.prodet-page .prodet-1 .right .content{
  max-height: 500px;
  overflow-y: scroll;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 24px;
  color:#004ea2;
  font-weight: bold;
  margin: 15px 0;
}

.prodet-page .prodet-1 .right .btn {
  display: block;
  margin: 45px 0 20px;
  padding: 35px 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 10px;
  padding: 0 25px;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #004ea2;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .share h5 {
  display: inline-block;
  vertical-align: middle;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 13px;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #004ea2;
}
.prodet-page .prodet-2 {
  padding: 40px 0 90px;
}
.prodet-page .prodet-2 .inner-faq-list{
    border-top:2px solid #000;
}
 .prodet-page .prodet-2 .inner-faq-list .item {
  margin-bottom: 5px; border-bottom:1px solid #eeeeee;
}
.prodet-page .prodet-2 .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .inner-faq-list .item .q {
  padding: 30px 70px 30px 40px;
  padding-left:0;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.prodet-page .prodet-2 .inner-faq-list .item .q.active {
  color: #000;
}
.prodet-page .prodet-2 .inner-faq-list .item .q.active .icon i {
  transform: rotate(90deg);
}
.prodet-page .prodet-2 .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 105px;
  transition: 500ms ease;
}
.prodet-page .prodet-2 .inner-faq-list .item .q .icon i {
  font-size: 20px;
  transition: 500ms ease;
}
.prodet-page .prodet-2 .inner-faq-list .item .a {
  padding: 30px;
}
.prodet-page .prodet-2 .inner-faq-list .item .a .singleproset{
  padding-left: 30px;
  margin-top: 20px;
  color: #646464;
  font-size: 16px;
  line-height: 30px;
}

.prodet-page .prodet-2 .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font: 16px/30px ro-l;
  color: #646464;
}
.prodet-page .prodet-2 .inner-faq-list .item .a table{
  width: 100%;
}
.prodet-page .prodet-2 .inner-faq-list .item .a table tr td{
  border: 1px solid #eee;
  padding: 10px;
}
/*.prodet-page .prodet-2 .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}*/
.prodet-page .prodet-3{
    margin-top:50px;
}
.prodet-page .prodet-3 .arrows img{
    margin-left:10px;
    cursor:pointer;
}
.prodet-page .prodet-3 h3 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.prodet-page .prodet-3 .list {
  margin-top: 46px;
}
.prodet-page .prodet-3 .list ul {
  margin: -13px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 13px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  display: block;
  border: 1px solid #eee;
  text-align: center;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  display: block;
  /*width: 100%;*/
  margin: 0 auto;
}
.prodet-page .prodet-3 .list ul li h6 {
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  color: #1b1b1b;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .list ul li:hover h6 {
  color: #004ea2;
}
.indusknow h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 1.2;
   color: #004ea2;
    text-align:center;    
     }
.indusknow h3 {
     font-size: 24px;
    line-height: 2;    
    margin-bottom: 10px;
    margin-top: 12px;
    color: black;
    padding: 0 1px;
     }
.indusknow {
 font-size: 16px;
    line-height: 28px;
    padding: 20px 150px 20px;
    position: relative;
    color: #606060; 
    }
.contact-page{
    padding-bottom:0;
}
.contact-page .contact-1 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list{
  margin-bottom: 30px;
}
.contact-page .contact-1 .list h3{
  font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.contact-page .contact-1 .list p{
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-1 .list p .fa{
  font-size: 20px;
  margin-right: 2px;
  width: 30px;
  text-align: center;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #004ea2;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #004ea2;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-weight: bold;
  font-size: 22px;
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 80px;
}

.service-page .qr-list ul {
  margin: -10px;
}
.service-page .qr-list ul li {
  padding: 10px;
}
.service-page .qr-list ul li .box {
  padding: 45px 25px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.service-page .qr-list ul li .box .img {
  width: 40%;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text {
  width: 60%;
  padding-left: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text h3 {
  font-size: 42px;
  color: #131313;
  margin-bottom: 10px;
  line-height: 1;
}
.service-page .qr-list ul li .box .text p {
  font-size: 18px;
  color: #131313;
  line-height: 1.6;
}
.service-page .qr-list ul li .box .text p em {
  font-weight: bold;
}
.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.gallery-page {
  padding: 120px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li:hover h5 {
  color: #004ea2;
}
.news-page {
  padding: 100px 0;
}
.news-page .list ul {
  margin: -10px;
}
.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: 15px;
  border: 1px solid #eee;
}
.news-page .list ul li .content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.news-page .list ul li .content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
  color: white;
  background: #004ea2;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}

/*culture*/
.team-page {
    position: relative;
    padding: 130px 0 90px;
}
.team-page .ui.container {
    max-width: 1230px;
}
.team-page:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: #f1f1f1;
}
.team-page i.tag {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 14px;
    display: block;
}
.team-page i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.team-page h2 {
    font-size: 54px;
    line-height: 1;
    color: black;
    position: relative;
    margin-top: 10px;
    text-transform: capitalize;
}
.team-page h2:after {
    content: attr(data-text);
    font-size: 220px;
    color: white;
    text-stroke:1px #dedede;
    -webkit-text-stroke: 1px #dedede;
    line-height: .6;
    position: absolute;
    bottom: 0;
    left: -12%;
    z-index: -2;
}
.team-page .text {
    font-size: 18px;
    color: #7b7b7b;
    line-height: 1.4;
    max-width: 700px;
    margin: 20px 0 60px;
}
.team-page .list ul {
    margin: -18px;
}
.team-page .list ul li {
    padding: 18px;
}
.team-page .list ul li a.img {
    display: block;
    position: relative;
}
.team-page .list ul li a.img span {
    line-height: 73px;
    height: 60px;
    padding:  0 10px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 47px;
    color: #006aaa;
}
.team-page .list ul li h5 {
    padding: 30px 25px;
    background: white;
    text-align: center;
    font-size: 20px;
    color: #515151;
    line-height: 1.2;
    text-transform: none;
    min-height: 108px;
}
.support-page {
    padding: 90px 0;
}
.support-page .left {
    width: 55%;
    vertical-align: middle;
}
.support-page .left ul {
    margin: -6px;
}
.support-page .left ul li {
    padding: 6px;
}
.support-page .left ul li a.img {
    display: block;
    position: relative;
}
.support-page .left ul li a.img .box2 {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    padding: 0 10%;
    text-align: center;
}
.support-page .left ul li a.img .box2 h5 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin: 12px 0;
}
.support-page .left ul li a.img .box2 p {
    font-size: 14px;
    color: #444444;
    line-height: 1;
}
.support-page .right {
    width: 45%;
    padding-left: 50px;
    vertical-align: middle;
}
.support-page .right i.tag {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 14px;
    display: block;
}
.support-page .right i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.support-page .right h2 {
    font-size: 54px;
    line-height: 1;
    color: black;
    position: relative;
    margin: 5px 0;
}
.support-page .right h2:after {
    content: attr(data-text);
    font-size: 145px;
    color: white;
    text-stroke:1px #dedede;
    -webkit-text-stroke: 1px #dedede;
    line-height: .6;
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: -2;
}
.support-page .right .content {
    margin: 40px 0 30px;
    font-size: 18px;
    color: #7b7b7b;
    line-height: 1.4;
}
.support-page .right .list {
    font-size: 18px;
    color: #7b7b7b;
}
.support-page .right .list ul li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    line-height: 30px;
    font-size:24px; color:#000;
}
.support-page .right .list ul li p{
    font-size:16px;
    line-height:30px;color: #7b7b7b;
}
.support-page .right .list ul li i {
    position: absolute;
    left: 0;
    top: 7px;
}
.support-page .right .list ul li:last-child {
    margin-bottom: 0;
}
    .capacity-page .i-capacity{
        padding:50px 0;
    }
.capacity-page .i-capacity .content{
    margin-top:30px;
}
@media screen and (max-width: 1700px) {
  .about-page .init-1 .grid-box .column:nth-child(2) {
    padding-top: 0;
  }
  .about-page .init-1 p {
    font-size: 15px;
  }
  .inner-banner.active .box h2:after{
    left: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .init-1 .grid-box .column:nth-child(2) .tit {
    margin-bottom: 2px;
  }
  .about-page .init-1 .grid-box .column {
    vertical-align: bottom;
  }
  .about-page .init-1 .i-num ul li h2 {
    font-size: 30px;
  }
  .about-page .init-2 .three-part ul li .box h2 {
    font-size: 20px;
  }
  .about-page .init-history .history-list .list .i-text .text1 .grid-box .column h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .development-page .init-test .box h2 {
    font-size: 25px;
  }
  .development-page .init-test .box h3 {
    font-size: 20px;
  }
  .development-page .init-1 .rd-list ul li .img-box .text h2 {
    font-size: 20px;
  }
  .newdet-page,
  .news-page,
  .gallery-page,
  .faq-page,
  .product-page,
  .honor-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 14px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 14px;
    margin: 2px 5px;
  }
  .prodet-page .prodet-2 {
    padding: 40px 0;

  }
 
  .product-page .sidebarBox .left .box h4 {
    font-size: 20px;
  }
  .product-page .sidebarBox .left .box .list ul li a {
    font-size: 16px;
  }
  .product-page .sidebarBox .left .box .info ul li a {
    font-size: 14px;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    font-size: 18px;
	line-height:34px;
  }
}
@media screen and (max-width: 1000px) {
  .grid-box.two>.column{
    margin-left: 0;
  }
    .inner-banner h2{
    font-size: 18px;
    line-height: 32px;
    padding: 23px 12px 17px 0;
    }
    .inner-banner h2:after{
        font-size:100px;
    }
  .about-page .init-1 {
    padding: 0 15px;
  }
  .about-page .init-1 .grid-box .column {
    width: 100%;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .development-page .init-test .box {
    padding: 30px;
  }
  .development-page .init-test .box h2 {
    font-size: 18px;
  }
  .development-page .init-test .box h3 {
    font-size: 16px;
  }
  .development-page .init-test .grid-box.two .column p,
  .development-page .init-1 p {
    font-size: 15px;
  }
  .product-page .sidebarBox .left {
    display: none;
  }
  .product-page .sidebarBox .right {
    width: 100%;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-banner {
    height: 352px;
    padding-top: 65PX;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 12px;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin: 15px 0;
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    font-size: 14px;
	line-height:2;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    margin-top: 20px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .map {
    margin-top: 50px;
  }
  .faq-page ul li h4 {
    font-size: 18px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
  .gallery-page .list ul li h5 {
    font-size: 16px;
  }
  .news-page .list ul li .content h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content p {
    font-size: 13px;
    margin: 10px 0;
  }
  .news-page .list ul li .content a.more {
    font-size: 12px;
    padding: 0 15px;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    position: static;
    color: black;
        -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    margin-top: 15px;
  }
.team-page h2:after,.support-page .right h2:after{
    font-size: 120px;
}
.team-page h2,.support-page .right h2 {
    font-size: 40px;
}
.team-page .list ul li a.img span {
    font-size: 30px;
    height: 40px;
    line-height: 52px;
}
.team-page .list ul li h5 {
    font-size: 14px;
    padding: 15px 10px;
}
.team-page .list ul li h5 {
    min-height: 62px;
}
.support-page .right {
    width: 100% !important;
    padding-left: 0;
    padding-top: 30px;
}
.support-page .left {
    width: 100%!important;
    padding-right: 0;
}
.support-page .left ul li a.img .box2 i img {
    max-height: 46px;
}
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

}
@media screen and (max-width: 700px) {
  .about-page .init-1 .i-num ul li {
    width: 33.3%;
    margin-bottom: 20px;
  }
  .about-page .init-1 .i-num ul li h2 {
    font-size: 20px;
  }
  .about-page .init-2:after {
    border-top: 150px solid #e3e3e3;
    border-right: 150px solid transparent;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }

  .prodet-page .prodet-3 h3 {
    font-size: 24px;
  }
   .team-page h2, .support-page .right h2{
        font-size: 32px;
    }
    .team-page h2:after, .support-page .right h2:after{
        font-size: 70px;
-webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    }
    .team-page, .support-page {
        padding: 40px 0;
    }
    .support-page .left ul li a.img .box2 {
        top: 10%;
    }
    .product-page .sidebarBox .right .list ul li{
      width: 100%;
    }
    .inner-banner .btn{
      margin-top: 15px;
    }
    .contact-page{
      padding: 20px 0;
    }
    .contact-page .contact-1 .list h3,
      .contact-page .contact-2 .right h3{
      font-size: 20px;
    }
    .contact-page .contact-1 .list{
      width: 100% !important;
    }
    .inner-banner h2:after {
      font-size: 60px;
    }
}
@media screen and (max-width: 500px) {
  .about-page .init-video {
    padding: 50px 0;
  }
  .about-page .init-2 .top .column {
    width: 100%;
    margin-bottom: 10px;
  }
  .about-page .init-2 .top p {
    text-align: left;
  }
  .about-page .init-2 .three-part {
    margin-top: 30px;
  }
  .about-page .init-history .history-list .list .i-text .text1 .grid-box .column {
    width: 100%;
  }
  .about-page .init-history .history-list .list .i-text .text1 .grid-box .column p {
    font-size: 14px;
  }
  .about-page .init-video .btn div {
    font-size: 16px;
  }
  .about-page .i-network {
    padding: 30px 0;
  }
  .about-page .about-i-partner ul li {
    padding: 0 5px;
  }
  .development-page .init-test .grid-box.two .column p,
  .development-page .init-1 p {
    font-size: 14px;
  }
  .development-page .init-test .grid-box.two .column:nth-child(1),
  .development-page .init-test .grid-box.two .column,
  .development-page .init-test .grid-box.two .column:nth-child(2) {
    width: 100%;
  }
  .development-page .init-test .grid-box.three > .column {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .honor-page .list ul .slick-slide li {
    left: 0 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .honor-page .list {
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right .btn a {
    margin: 2px;
    padding: 0 5px;
  }

  .prodet-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
.team-page h2, .support-page .right h2 {
        font-size: 26px;
    }
    .team-page h2:after, .support-page .right h2:after {
        font-size: 50px;
        left: 0;
    }
}

/*add*/

.culture_box {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.culture_box .culture_item {
  display: inline-block;
  width: 16%;
  height: 100%;
  border-right: 1px solid #e2e2e2;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  cursor: pointer;
}

.culture_box .culture_item .small {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.culture_box .culture_item .small em {
  display: block;
  font-size: 24px;
  color: #3e3e3e;
  line-height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -72px;
  left: 50%;
  margin-left: -50px;
}

.culture_box .culture_item .small i {
  display: block;
  font-size: 24px;
  width: 150px;
  color: #a8a8a8;
  line-height: 26px;
  position: absolute;
  top: 50%;
  margin-top: 55px;
  right: 50%;
  margin-right: -75px;
  text-align: left;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.culture_box .culture_item .small img {
  display: none;
  position: absolute;
  top: 198px;
  left: 92px;
}

.culture_box .culture_item.item_1 .small i,
.culture_box .culture_item.item_2 .small i {
  margin-top: 30px;
}

.culture_box .culture_item .small .small_line {
  display: block;
  width: 0px;
  height: 55px;
  border-left: 1px solid #cecece;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: 30px;
}

.culture_box .culture_item .big {
  display: block;
  width: 100%;
  padding: 25px 6%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  background: rgba(0, 106, 170, .9);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.culture_box .culture_item .big strong {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: normal;
  vertical-align: middle;
}

.culture_box .culture_item .big strong em {
  font-size: 24px;
  line-height: 24px;
  margin-left: 5px;
  vertical-align: middle;
}

.culture_box .culture_item .big p {
  font-size: 12px;
  line-height: 22px;
  color:#fff;
}

.culture_box .culture_item:last-child {
  border: 0;
}

.culture_box .culture_item.item_1 {
  background: url(../images/culture_img1.png) no-repeat center top;
  background-size:100%;
}

.culture_box .culture_item.item_2 {
  background: url(../images/culture_img2.png) no-repeat center top;
  background-size:100%;
}

.culture_box .culture_item.item_3 {
  background: url(../images/culture_img3.png) no-repeat center top;
  background-size: auto 100%;
}

.culture_box .culture_item.item_4 {
  background: url(../images/culture_img4.png) no-repeat center top;
  background-size: auto 100%;
}

.culture_box .culture_item.show-inline-block {
  width: 84%;
}

.culture_box .culture_item.show-inline-block .small {
  opacity: 0;
}

.culture_box .culture_item.show-inline-block .big {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.quality-page .init-1 .tit {
  margin-bottom: 30px;
}
.quality-page .init-1 p {
  color: #2e2e2e;
  font-size: 18px;
  line-height: 30px;
}
.quality-page .init-2 {
  padding: 80px 0 30px;
}
.quality-page .init-2 .quality-list ul li {
  padding: 10px;
}
.quality-page .init-2 .quality-list ul li .img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.quality-page .init-2 .quality-list ul li .img .text {
  text-align: center;
  padding: 20px 10px;
}
.quality-page .init-2 .quality-list ul li .img .text p {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.test-page {
  padding-top: 200px;
  padding-bottom: 0;
}
.test-page .init-1 .video .tit {
  position: absolute;
  right: 0;
  top: -90px;
  z-index: 2;
}
.test-page .init-1 .video .tit h2 {
  font-size: 78px;
}
.video-page .video {
  position: relative;
}
.video-page .video:after{ 
  content: '';position: absolute;
  background-image: linear-gradient(rgba(229,229,229,.1), rgba(0,106,170,.9));
  width: 100%;
  height: 100%;
  left:0;
  bottom: 0;
  z-index: 2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.video-page .video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.video-page .video .play p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 6px 0;
}
.video-page .video .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.video-page .video .play:after,
.video-page .video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.video-page .video .play:after {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.test-page .init-1 p {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.5;
}
.test-page .init-2 {
  padding: 80px 0;
  background: url(../images/test-bg_02.jpg) no-repeat center;
  background-size: cover;
}
.test-page .init-2 .tit h2 {
  color: #fff;
}
.test-page .init-2 .column{
  padding: 20px;
}
.capacity-page p {
  font-size: 18px;
  margin: 20px 0;
  line-height:32px;
}
.capacity-page .init-1 p{
  padding-bottom: 80px;
  margin-bottom: 0;
}
.capacity-page .init-2 {
  padding: 80px 0 40px;
  background: #f7f7f7;
}
.capacity-page{
  padding-bottom: 0;
}
.capacity-page .init-2 .line {
  border-bottom: 1px solid #eeeeee;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 105px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  margin-top: 40px;
}
.capacity-page .init-2 .line:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 5px;
  background: #006aaa;
  left: 52px;
  bottom: 2px;
}
.capacity-page .init-2 .line span {
  width: 105px;
  height: 105px;
  display: inline-block;
  line-height: 105px;
  background: #006aaa;
  text-align: center;
  font-size: 66px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
}
.capacity-page .init-2{
  text-align: center;
}
.capacity-page .init-2 .grid-box .column{
padding:0;
}
.capacity-page .init-2 img,
.capacity-page .init-2 .video{
border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.capacity-page .init-2 .video{
  text-align: center;
}
.capacity-page .init-2.v1 .grid-box .column,
.capacity-page .init-2.v3 .grid-box.three .column,
.capacity-page .init-2.v6 .grid-box.three .column{
width: 32.33%;
margin-right: 1.5%;
margin-bottom: 20px;
}
.capacity-page .init-2.v3 .grid-box.three .column:nth-child(3),
.capacity-page .init-2.v1 .grid-box .column:nth-child(3),
.capacity-page .init-2.v6 .grid-box.three .column:nth-child(3){
margin-right: 0;
}
.capacity-page .init-2.v10 .grid-box .column,
.capacity-page .init-2.v4 .grid-box .column{
  width:66.5%;
}
.capacity-page .init-2.v10 .grid-box .column:nth-child(1),
.capacity-page .init-2.v4 .grid-box .column:nth-child(1){
  width:33.5%;
  padding-right: 20px;
}
.capacity-page .init-2.v11 .grid-box.three .column{
width: 32.33%;
margin-right: 1.5%;
margin-bottom: 20px;
padding-right: 0;
}
.capacity-page .init-2.v11 .grid-box.three .column:nth-child(3){
margin-right: 0;
}
.capacity-page .init-2 .quality-list .column{
  padding: 10px;
  width: 50% !important;
}
.capacity-page .init-2 .quality-list .column .img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.capacity-page .init-2 .quality-list .column .img .text {
  text-align: center;
  padding: 20px 10px;
}
.capacity-page .init-2 .quality-list .column .img .text p {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.newdet-page table,
.newdet-page table tr td{
  border: none;
}
.newdet-page table tr td{
  padding: 5px;
}
@media screen and (max-width: 1200px) {
  .test-page .init-1 .video .tit h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 1000px){
   .culture_box .culture_item .small em{
    font-size: 16px !important;
  }
  .culture_box .culture_item .small i{
    font-size: 20px!important;
  }
  .culture_box .culture_item .big strong{
    font-size: 20px!important;
  }
  .indusknow {
  display: none !important;
   }
}
@media screen and (max-width: 700px) {
.capacity-page .init-2 .line{
    font-size: 25px;
  }
  .capacity-page .init-2 .line span{
    font-size: 38px;
  }
  .capacity-page p,
  .capacity-page .init-2 .quality-list .column .img .text p{
    font-size: 16px;
	line-height:30px;
  }
  .video-page .video .play p{
    display: none;
  }
  .test-page .init-1 .video .tit h2 {
    font-size: 25px;
}
.news-page .list ul li{
  width: 100% !important;
}
.newdet-page h2{
  font-size: 20px;
}
.newdet-page table tr td{
  display: block;
  width: 100% !important;
}
}
@media screen and (max-width: 500px) {
  .culture_box .culture_item .big strong{
    font-size: 20px;
  }
  .culture_box .culture_item .small em{
    margin-left: -28px;
    font-size: 12px;
  }
  .gallery-page .list .grid-box.four>.column{
    width: 50%;
  }
  
}
@media screen and (max-width: 360px) {
  .inner-banner .box .content .mbx{
    font-size: 14px;
  }
  .inner-banner h2{
    font-size: 18px;
    margin: 5px 0;
  }
  .inner-banner .btn a.more{
    padding: 0 15px;
  }
  .inner-banner .btn a.more.contact{
    margin-left: 2px;
  }
}
/*add*/
.prodet-page .prodet-3 .list ul .slick-track{
  margin-left: 0;
}

