h3,
div,
h4,
h2,
p,
img,
li,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
}

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url(../font/BebasNeue-Regular.ttf);
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url(../font/Roboto-Regular-14.ttf);
}

.zt {
  font-family: BebasNeue-Regular;
}

.ztone {
  font-family: Roboto-Regular;
}

.zw:hover {
  color: #FFFFFF !important;
  background-color: #1277be !important;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;
    display: flex!important;
    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 15px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}



.menu-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-btn span {
  width: 38px;
  display: block;
}

.menu-btn span i {
  display: block;
  height: 6px;
  border-radius: 3px;
  background: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.menu-btn span i:nth-child(2) {
  margin: 9px 0;
}

.menu-btn span i:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.menu-btn:hover span i:after {
  width: 45%;
}

.menu-btn:hover span i:nth-child(2):after {
  width: 75%;
}

.menu-btn:hover span i:nth-child(3):after {
  width: 55%;
}

.menu-btn span i {
  background: #FFFFFF;
}

.menu-btn span i:after {
  background: #000;
}

.fp-viewing-2 .menu-btn span i,
.fp-viewing-3 .menu-btn span i,
.fp-viewing-5 .menu-btn span i{
  background: #000 !important;
}

#header.active .nav .ui.menu .logo img {
  opacity: 0;
}

#header.active .nav .ui.menu .logo:after {
  opacity: 1;
}

#header.active2 {
  background: white;
  top: 0;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#header.active2 .nav .ui.menu .logo img {
  height: 80px;
}

#header.active2 .nav .ui.menu .logo img {
  opacity: 0;
}

#header.active2 .nav .ui.menu .logo:after {
  opacity: 1;
}

#header.active2 .nav .ui.menu .menu-btn span i {
  background: #333;
}

#header.active2 .nav .ui.menu .menu-btn span i:after {
  background: #23527c;
}

.nav-taps {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;

}

.nav-taps .logo {
  margin-top: 30px;
  margin-left: 85px;
  display: none;
}
.fp-viewing-0 .nav-taps .logo{
 display: inline-block;
}

.nav-taps .navigation-bar {
  float: right;
  margin-top: 30px;
  margin-right: 65px;
}

/*.bjone {
  background: url(../images/tuceng15.jpg) no-repeat;
  background-size: cover;
}*/
#banner{
  position: relative;
}
.bjone .content-one {
  position: absolute;
  left:12%;
  top:30%;
  z-index: 2;
  /*margin: 360px 0 0 218px;*/
  display: inline-block;
  color: #FFFFFF;
}

.bjone .content-one h4 {
  font-size: 58px;
  height: 45px;
  margin: 0 0 25px 0;
  letter-spacing: 1px;
  font-weight: 400;
}

.bjone .content-one h2 {
  height: 90px;
  font-size: 125px;
  margin: 0 0 41px 0;
  font-weight: 400;
  letter-spacing: 1px;
}

.bjone .content-one h5 {
  height: 23;
  margin: 0 0 35px 0;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 1px;
}

.bjone .content-one a {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 68px;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
  color: #0F75BD;
  transition: 1s ease;
}
.section-two{
  position: relative;
}
.section-two .map {
  position: absolute;
  top: 423px;
  left: 920px;
  z-index: 99;
}

.section-two .dotted {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 999;
}

.section-two .dotted img {
  width: 28px;
  height: 32px;
}

.section-two .map div[class^="pulse"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 0.0625rem #FFFFFF;
  border-radius: 50%;
  animation: pulse 2s linear infinite;
}

.section-two .map div .pulse2 {
  animation-delay: 0.4s;
}

.section-two .map div.pulse3 {
  animation-delay: 0.8s;
}
.section2{
  background: url(../images/1.png) no-repeat left bottom;
}

.play {
      width: 90px;
      height: 90px;
      line-height: 90px;
      border-radius: 100%;
      text-align: center;
      position: absolute;
      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;
      z-index: 88;
    }
    .play p {
      text-align: center;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
    }
    .play img {
      display: inline-block;
      vertical-align: middle;
      position: relative;
    }
    .play:after,
    .play:before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: inherit;
      background: rgba(15, 117, 189, 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;
    }
    .play:after {
      -webkit-animation-delay: .5s;
      -o-animation-delay: .5s;
      -ms-animation-delay: .5s;
      -moz-animation-delay: .5s;
      animation-delay: .5s;
    }


@keyframes pulse {
  70% {
    width: 125px;
    height: 125px;
    background-color: #0F75BD;
    opacity: 0.15;
  }

  100% {
    width: 158px;
    height: 158px;
    background-color: #0F75BD;
    opacity: 0;
  }
}

@-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: .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: .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: .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: .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;
      }
    }

.content-two {
  position: relative;
  top: 193px;
  left: 88px;
}

.content-two h2 {
  font-size: 83px;
  line-height: 78px;
  color: #0C0C0C;
  margin: 0 0 25px 0;
  font-weight: 400;
  letter-spacing: 1px;
}

.content-two h3 {
  height: 39px;
  color: #333333;
  font-size: 49px;
  margin: 0 0 34px 0;
  font-weight: 400;
  letter-spacing: 1px;
}

.content-two p {
  width: 549px;
  text-align: left;
  font-size: 16px;
  color: #666666;
  margin: 0 0 20px 0;
  line-height: 32px;
  /*text-transform: capitalize;*/
  font-family: auto;
}

.content-two a {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 209px;
  height: 57px;
  font-size: 25px;
  background-color: #FFFFFF;
  border: 2px solid #464646;
  color: #333333;
  font-weight: 400;
  letter-spacing: 1px;
  transition: 1s ease;
}

.picture-two img {
  width: 100%;
}

.section-three {
  position: relative;
}

.section-three .autoplay1 {
  position: absolute;
  top: 10%;
  left: 45%;
  z-index: -1;
  width: 100%;
}

/* huan */
/* .section-three .autoplay1 .zj {
  width: 449px;
  height: 659px;
} */
.section-three .avv {
  position: absolute;
  left: 1041px;
  top: 814px;
  z-index: 999;
}

.section-three .qwe {
  position: absolute;
  left: 1087px;
  top: 822px;
}

.section-three .qwe img {
  width: 29px;
  height: 8px;
}

.section-three .info-three .picture-two1 {
  height: 4.859375rem;
}

.section-three .info-three .content-three {
  position: relative;
  top: 339px;
  left: 130px;
  width: 561px;
  z-index: 99;
}

.section-three .info-three .content-three h2 {
  height: 73px;
  font-size: 101px;
  margin: 0 0 41px 0;
  letter-spacing: 1px;
  font-weight: 400;
}

.section-three .info-three .content-three h5 {
  float: right;
  height: 23px;
  font-size: 22px;
  margin: 0 0 42px 0;
  font-weight: 400;
  letter-spacing: 1px;
}

.section-three .info-three .content-three a {
  display: inline-block;
  font-weight: 400;
  float: right;
  width: 209px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 25px;
  color: #333333;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #333333;
  letter-spacing: 1px;
  transition: 1s ease;
}

.section-three .picture-three img {
  width: 93px;
  height: 931px;
}
.section3{
position: relative;
}
.section3 .title{
  position: absolute;
  right:5%;
  top:0;
  z-index: -1;
}
.section3 .column{
  vertical-align: middle;
}
.section3 .column:nth-child(2) img{
  position: relative;
  z-index: 1;
}
.section3 .column:nth-child(2){
  padding: 10% 6%;
  padding-right: 12%;
  text-align: right;
  position: relative;
  z-index: 3;
}
.section3 .column:nth-child(2) .index-product{
  position: absolute;
  left:-5%;
  top:10%;
  width:40%;
  z-index: 2;
}
.section3 .column:nth-child(2) .index-product .slick-dots {
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 105px;
  left:50%;
  margin-left: -52px;
}
.section3 .column:nth-child(2) .index-product .slick-dots li {
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: #c3c3c3;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius:30px;
  -ms-border-radius:30px;
  -o-border-radius: 30px;
  margin: 0 5px;
  display: inline-block;
}
.section3 .column:nth-child(2) .index-product .slick-dots li button {
  display: none;
}
.section3 .column:nth-child(2) .index-product .slick-dots li.slick-active {
  background: #000;
  width: 20px;
}
.section3 .column:nth-child(2) .text{
  position: relative;
  z-index: 3;
}
.section3 .column:nth-child(2) h3{
font-size: 100px;
    line-height: 90px;
    color: #0c0c0c;
    margin: 10px 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'BebasNeue-Regular';
}
.section3 .column:nth-child(2) p{
  font-size: 24px;
  color: #333333;

}
.section3 .column:nth-child(2) a.more{
  display: block;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 57px;
    line-height: 55px;
    border: 1px solid #000;
    color: #333;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 32px;
    transition: 1s ease;
    font-family: 'BebasNeue-Regular';
    text-align: center;
    float: right;
}

.section-four {
  background-color: #FFF6EC;
}

.section-four .navigation-bar-four {
  margin: 138px 0 20px 0;
}

.section-four .navigation-bar-four ul {
  margin-left: 176px;
}

.section-four .navigation-bar-four ul li {
  float: left;
  margin-left: 101px;
}

.section-four .navigation-bar-four ul li a {
  font-size: 24px;
  color: #D2C2A5;
  font-weight: 500;
  transition: 1s ease;
}

.section-four .navigation-bar-four ul li a:hover {
  color: #333333;
}

.section-four .picture-four {
  position: relative;
  width: 100%;
}

.section-four .picture-four .carousel-left {
  position: absolute;
  left: 63px;
  top: 221px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 99;
  transition: 1s ease;
}

.section-four .picture-four .carousel-left img {
  width: 18px;
  height: 21px;
  object-fit: cover;
}

.section-four .picture-four .carousel-right {
  position: absolute;
  right: 80px;
  top: 221px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: 1s ease;
}

.section-four .picture-four .carousel-right img {
  width: 19px;
  height: 21px;
  object-fit: cover;
  transition: 0.5s ease;
  z-index: 2;
}

.section-four .picture-four .carousel-left:hover,
.section-four .picture-four .carousel-right:hover {
  transform: scale(1.1);
}

.section-four .picture-four .autoplay {
  margin: 0 98px;

}

.section-four .picture-four .autoplay .autoplay-four {
  position: relative;
  padding: 0 10px;
}

.section-four .picture-four .autoplay .autoplay-four img {
  width: 100%;
  object-fit: cover;
}

.section-four .picture-four .autoplay .autoplay-four .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, .3);*/
  opacity: 0;
  transition: 1s ease;
  padding-top: 40%;
}

.section-four .picture-four .autoplay .autoplay-four .mask .li-content h4 {
  margin-bottom: 27px;
}

.section-four .picture-four .autoplay .autoplay-four .mask .li-content .ptn-one {
  font-size: 19px;
  color: #FFFFFF;
  border: none;
}

.section-four .picture-four .autoplay div .mask .li-content .ptn-two {
  font-size: 16;
  color: #FFFFFF;
  border: none;
}

.section-four .picture-four .autoplay div .autoplay-four:hover {
  transform: translateY(-10px);
}

.section-four .picture-four .autoplay div .autoplay-four:hover .mask {
  opacity: 1;
}

.section-four .autoplay-four {
  transition: 1s ease;
}

.section-four .btn-four {
  display: flex;
  justify-content: center;
}

.section-four .btn-four a {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 69px;
  border: 1px solid #000000;
  color: #333333;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 61px;
  transition: 1s ease;
}

.bjfive {
  background: url(../images/tuceng552kaobei.png) no-repeat;
  background-size: cover;
  z-index: 0;
  position: relative;
}
.bjfive:after{
  content: '';
  position: absolute;
  width:100%;
  height: 100%;
  left:0;
  top:0;
  z-index:1;
  background: rgba(0,0,0,.3);
}

/*.shade {
  position: absolute;
  background-color: #000000;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}*/

.section-five {
  text-align: center;
  margin-bottom: 75px;
  padding-top: 135px;
}

.section-five h2 {
  height: 65px;
  font-size: 90px;
  font-weight: 400;
  margin: 0.71875rem 0 27px 0;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.section-five h5 {
  height: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #FFFFFF;
}
.row-no-gutters{
  position: relative;
  z-index: 3;
  padding-bottom: 40px;
}
.content-five {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.content-five .content-five-one {
  color: #FFFFFF;
  text-align: center;
  margin: 0 75px;
}
.content-five .content-five-one a{
  color: #FFFFFF;
}
.content-five .content-five-one img {
  margin-bottom: 50px;
  object-fit: cover;
  transition: 0.5s ease;
}

.content-five .content-five-one img:hover {
  transform: translateY(-10px);
}

.content-five .content-five-one h3 {
  height: 25px;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 50px;
}

.content-five .content-five-one p {
  text-align: center;
  display: inline-block;
  width: 236px;
  font-size: 16px;
  margin: 0;
}

.btn-five {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 71px;
}

.btn-five a {
  width: 209px;
  height: 57px;
  line-height: 57px;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  transition: 1s ease;
  position: relative;
  z-index: 888;
}

.section-six {
  text-align: center;
}

.section-six h3 {
  height: 65px;
  font-size: 90px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 88px 0 25px 0;
}

.section-six p {
  height: 16px;
  font-size: 16px;
  margin: 0 0 47px 0;
}

.autophe {
  margin: 0 227px;
}

.autophe .autophe-six {
  position: relative;
  padding: 10px 10px 0;
}

.autophe .autophe-six .picture-six {
  width: 100%;
}
.autophe .autophe-six .img{
  position: relative;
}

.autophe .autophe-six .maskone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, .3);
  transition: 1s ease;
}

.autophe .autophe-six .maskone .picture-six-big {
  margin: 89px 0 0 37px;
  z-index: 99;
  opacity: 1;
}

.autophe .autophe-six .maskone .picture-six-big .time{
  color: #fff;
  font-size: 75px;
}
.autophe .autophe-six .maskone .picture-six-big .time span{
  font-size: 22px;
}

.autophe .autophe-six .maskone p {
  font-size: 18px;
  z-index: 99;
  color: #FFFFFF;
  padding: 30% 30px 0;
}
.autophe .autophe-six .maskone p a{
  color: #FFFFFF;
}
.autophe .autophe-six .btn-six h2 {
  line-height: 30px;
  text-align: center;
  margin: 20px 0;
  color: #333333;
  font-size: 18px;
  text-decoration: underline;
}
.autophe .autophe-six .btn-six h2 a{
  color: #333333;
}
.autophe .autophe-six .maskone:hover {
  opacity: 1;
}
#footer {
  background-color: #0B0C10;
}
#footer .row-no-gutters{
  padding-bottom: 0;
}
#footer{
  padding-bottom: 30px
}
#footer a{
  color: #fff !important;
}
#footer .section-seven-nav ul {
  margin: 50px 320px;
  margin-bottom:0; 
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .section-seven-nav ul li:nth-child(4) img {
  object-fit: cover;
}

#footer .section-seven-nav ul li {
  float: left;
  margin-left: 83px;
  height: 65px;
  line-height: 65px;
  color: #FFFFFF;
  font-size: 0.104167rem;
  vertical-align: bottom;
}

#footer .section-seven-nav ul li:first-child{
  margin-left: 0
}


#footer .section-seven-nav ul li a {
  color: #FFFFFF;
  font-size: 20px;
}

#footer .footer-er {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  color: #FFFFFF;
}

#footer .footer-er .wee {
  width: 117px;
  height: 117px;
  object-fit: cover;
}

#footer .footer-er dl {
  margin: 0 0 7px 43px;
  font-size: 18px;
}

#footer .footer-er dl img {
  margin-left: 10px;
  object-fit: cover;
}

#footer .zh {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .zh p {
  font-size: 12px;
  margin-right: 20px;
  color: #FFFFFF;
}

svg {
  max-height: 26px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: white;
}
svg text {
  fill: white;
}
svg:hover {
  fill: white;
}
svg g.en {
  display: block;
}
svg g.cn {
  display: none;
}

@media screen and (max-width: 1230px) {
.content-five .content-five-one{
  margin: 0 10px;
}
.bjone .content-one h2 {
    height: auto;
    font-size: 50px;
    margin: 0 0 0px;
}
.content-two h2,
.section-five h2,
.section-six h3 {
    font-size: 40px;
    line-height: 35px;
    margin: 0;
}
.content-two p{
  width:76%;
}
.autophe {
    margin: 0;
    padding: 0 15px;
}
.autophe .autophe-six .maskone .picture-six-big .time{
  font-size: 30px;
}
}

@media screen and (max-width: 1100px) {
  .nav-taps{
    display: none;
  }
.fp-section{
  height: auto !important;
}
.content-two {
    position: relative;
    top: auto;
    left: 0;
    padding: 15px;
}
.section3 .column:nth-child(2) h3 {
    font-size: 30px;
    line-height: 30px;
}
.section-four .picture-four .carousel-left,
.section-four .picture-four .carousel-right{
  top:35%;
}
.section-four .btn-four a{
  margin-bottom: 10px;
}
.bjfive{
  padding: 30px 0;
}
.content-five .content-five-one h3 {
    height: auto;
    font-size: 20px;
    margin: 0;
    margin-bottom: 16px;
}
}

@media screen and (max-width: 768px) {
.bjone .content-one h2{
  font-size: 30px;
}
.bjone .content-one h5{
  margin-bottom: 10px;
}
.content-two h3 {
    height: auto;
    font-size: 30px;
    margin: 0;
}
.bjfive,
.section-seven-nav{
  display: none;
}
.section-six h3{
  font-size: 28px;
  padding: 30px 0;
}
}

@media screen and (max-width: 700px) {
.bjone .content-one h4 {
    font-size: 30px;
    height: auto;
    margin: 0;
}
.bjone .content-one h5{
  font-size: 20px;
}

.bjone .content-one a{
  display: none;
}
.col-xs-6{
  width:100% !important;
}
.content-two p {
    width: 100%;
}
.col-xs-6:nth-child(2),
.play{
  display: none;
}
.section3 .grid-box.two>.column {
    width: 100%;
}
.section3 .column:nth-child(2) a.more{
  font-size: 16px;
}
.section-four .navigation-bar-four {
    margin: 20px 0;
}
.section-four .picture-four .autoplay {
    margin: 0;
    padding: 0 15px;
}
.section-four .btn-four a{
  font-size: 16px;
}
#footer .zh{
  display: inline-block;
}
#footer .zh p{
  width: 100%;
  text-align: center;
  margin-right: 0;
}
}


.inner-banner {
  height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/inner-banner.jpg");
  display: block;
  background-attachment: fixed;
  position: relative;
}
.inner-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.inner-banner .ui {
  height: 100%;
}
.inner-banner .box {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.inner-banner .box h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 60px;
  margin-bottom: 95px;
  word-wrap: break-word;
  
}
.inner-banner .box .mbx {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
  display: inline-block;
  margin: 0 5px; color:#fff;
}
.inner-page {
  display: inline-block;
  width: 100%;
  background: #f3f3f3;
}
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5 {
  
}
.inner-page .inner-nav {
  display: inline-block;
  float: right;
  position: relative;
}
.inner-page .inner-nav span {
  line-height: 40px;
  display: inline-block;
  padding: 0 40px;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  color: #777;
  min-width: 250px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.inner-page .inner-nav span em {
  display: inline-block;
  top: 13px;
  margin-left: 8px;
  font-size: 16px;
  float: right;
  position: absolute;
  right: 30px;
}
.inner-page .inner-nav span em i {
  display: block;
  line-height: 7px;
}
.inner-page .inner-nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px #999;
  -moz-box-shadow: 0 3px 5px #999;
  box-shadow: 0 3px 5px #999;
  padding: 10px 5px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  opacity: 0;
  z-index: -2;
}
.inner-page .inner-nav ul li {
  line-height: 40px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 15px;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .inner-nav ul li a {
  display: block;
}
.inner-page .inner-nav ul li:hover {
  background: #f3f3f4;
  font-weight: bold;
  color: #222;
}
.inner-page .inner-nav:hover ul {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  z-index: 1;
}
.inner-page .product-1 {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}
.inner-page .product-1 ul {
  margin: -20px;
}
.inner-page .product-1 ul li {
  width: 33.33333%;
  float: left;
  padding: 20px;
}
.inner-page .product-1 ul li .box {
  border: 1px solid #d8d8d8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
}
.inner-page .product-1 ul li .box:hover {
  -webkit-box-shadow: 0 0 20px #999;
  -moz-box-shadow: 0 0 20px #999;
  box-shadow: 0 0 20px #999;
}
.inner-page .product-1 ul li .box a.img-box {
  display: block;
  border-bottom: 1px solid #d8d8d8;
}
.inner-page .product-1 ul li .box .content {
  display: block;
  padding: 30px;
}
.inner-page .product-1 ul li .box .content h3 {
  font-size: 30px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .product-1 ul li .box .content h3:first-letter {
  text-transform: capitalize;
}
.inner-page .product-1 ul li .box .content h3:hover {
  color: #0f75bd;
}
.inner-page .product-1 ul li .box .content .date {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}
.inner-page .product-1 ul li .box .content .date i {
  font-size: 16px;
  margin-right: 5px;
}
.inner-page .product-1 ul li .box .content .date time {
  display: inline-block;
}
.inner-page .product-1 ul li .box .content .date .view {
  float: right;
}
.inner-page .product-1 ul li .box .content p {
  color: #777;
  line-height: 24px;
  font-size: 16px;
  
  margin-top: 30px;
}
.inner-page .product-1 ul li .box .btn {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  margin-bottom: -5px;
}
.inner-page .product-1 ul li .box .btn .more,
.inner-page .product-1 ul li .box .btn .cla {
  width: 50%;
  float: left;
  padding: 30px;
  text-align: center;
}
.inner-page .product-1 ul li .box .btn .more a {
  background: #222;
  color: white;
  font-size: 14px;
  line-height: 28px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .product-1 ul li .box .btn .more a:hover {
  background: #0f75bd;
}
.inner-page .product-1 ul li .box .btn .cla {
  border-left: 1px solid #d8d8d8;
}
.inner-page .product-1 ul li .box .btn .cla a {
  font-size: 14px;
  color: #0f75bd;
  line-height: 28px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .product-1 ul li .box .btn .cla a:hover {
  background: #222;
  color: white;
  font-size: 14px;
}
.inner-page .m-page {
  text-align: center;
	display:inline-block;
	width:100%;
	margin-top:20px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  margin: 0 5px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  background: #999;
  color: white;
}
.inner-page .m-page a:hover {
  background: #0f75bd;
  color: white;
}
.inner-page .m-link {
	padding-top: 15px;
	color: #333;
	font-size: 14px;
}
.inner-page .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.inner-page .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #0f75bd;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.inner-page .slick-dots li.slick-active {
  background: #0f75bd;
}
.inner-page .slick-dots li button {
  display: none;
}
.about-page {
  background: white;
}
.about-page .about-1 {
  padding: 110px 0;
}
.about-page .about-1 .about-1-top .left {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-top: 5px;
}
.about-page .about-1 .about-1-top .left p {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase;
}
.about-page .about-1 .about-1-top .left h2 {
  font-size: 34px;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
  line-height: 48px;
}
.about-page .about-1 .about-1-top .right {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  font-size: 15px;
  color: #777777;
  line-height: 24px;
  padding-left: 25px;
	max-height:216px;
	overflow:auto;
}
.about-page .about-1 .about-1-bottom {
  padding-top: 50px;
}
.about-page .about-1 .about-1-bottom ul {
  margin: 0 -15px;
}
.about-page .about-1 .about-1-bottom ul li {
  padding: 0 15px;
}
.about-page .about-1 .about-1-bottom ul li a {
  display: block;
}
.about-page .about-1 .about-1-bottom ul .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.about-page .about-1 .about-1-bottom ul .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #0f75bd;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .about-1-bottom ul .slick-dots li.slick-active {
  background: #0f75bd;
}
.about-page .about-1 .about-1-bottom ul .slick-dots li button {
  display: none;
}
.about-page .about-2 {
  background: #000;
}
.about-page .about-2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  text-align: center;
}
.about-page .about-2 .left .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.about-page .about-2 .left .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #0f75bd;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .left .slick-dots li.slick-active {
  background: #0f75bd;
}
.about-page .about-2 .left .slick-dots li button {
  display: none;
}
.about-page .about-2 .left li {
  padding: 0 8%;
}
.about-page .about-2 .left .head {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 2px solid #0f75bd;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.about-page .about-2 .left p {
  font-size: 17px;
  color: white;
  line-height: 28px;
  font-style: italic;
  margin: 20px 0;
}
.about-page .about-2 .left .name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0f75bd;
}
.about-page .about-2 .left .from {
  font-size: 16px;
  color: #999;
}
.about-page .about-2 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 {
  display: inline-block;
  width: 100%;
  padding: 120px 0 110px;
  background: #f7f7f7;
}
.about-page .about-3 ul {
  margin: -30px -70px;
}
.about-page .about-3 ul li {
  width: 33.3333%;
  float: left;
  text-align: center;
  padding: 30px 30px;
}
.about-page .about-3 ul li h3 {
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  margin: 15px 0 14px;
}
.about-page .about-3 ul li p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  /*height: 96px;*/
}
.about-page .about-4 {
	margin-top: -5px;
}
.about-page .about-4 li a {
  display: block;
}
.about-page .about-4 li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #0f75bd;
  z-index: 1;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  opacity: 0;
}
.about-page .about-4 li a .box {
  display: block;
  position: absolute;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: white;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 li a .box h3 {
  font-size: 30px;
}
.about-page .about-4 li a .box p {
  font-size: 16px;
  text-transform: capitalize;
  padding-top: 10px;
}
.about-page .about-4 li a:hover:before {
  opacity: 1;
}
.about-page .about-4 li a:hover .box {
  top: 50%;
  opacity: 1;
}
.about-page .about-5 {
  padding: 50px 0;
  text-align: center;
}
.about-page .about-5 li img {
  margin: 0 auto;
}
.about-page .about-6 {
  background: #f1f1f1;
  padding: 65px 0;
}
.about-page .about-6 .left {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #222;
  text-align: right;
  
}
.about-page .about-6 .right {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 25px;
}
.about-page .about-6 .right ul {
  display: inline-block;
  width: 100%;
}
.about-page .about-6 .right ul li {
  float: left;
  width: 40%;
  padding: 0 2px;
}
.about-page .about-6 .right ul li input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #999;
  background: none;
  outline: none;
  padding: 0 10px;
	font-size:14px;
}
.about-page .about-6 .right ul li input::-webkit-input-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input:-moz-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input::-moz-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input:-ms-input-placeholder {
  font-style: italic;
  color: #999;
}
.about-page .about-6 .right ul li input[type="submit"] {
  background: #0f75bd;
  border-color: #0f75bd;
  color: white;
  font-size: 20px;
  
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-6 .right ul li:last-child {
  width: 20%;
}
.product-page {
  padding: 120px 0;
  background: white;
}
.product-cat-page {
  padding: 80px 0;
}
.product-cat-page .product-class ul li {
  display: inline-block;
  width: 100%;
  background: white;
  margin: 30px 0;
}
.product-cat-page .product-class ul li a.img-box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.product-cat-page .product-class ul li .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-left: -5px;
  padding: 0 50px;
}
.product-cat-page .product-class ul li .right .content {
  display: block;
}
.product-cat-page .product-class ul li .right .content h3 {
  font-size: 34px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-class ul li .right .content h3:first-letter {
  text-transform: capitalize;
}
.product-cat-page .product-class ul li .right .content h3:hover {
  color: #0f75bd;
}
.product-cat-page .product-class ul li .right .content .date {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.product-cat-page .product-class ul li .right .content .date dd {
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-class ul li .right .content .date dd:hover {
  color: #0f75bd;
}
.product-cat-page .product-class ul li .right .content p {
  color: #777;
  line-height: 24px;
  font-size: 16px;
  
  margin-top: 30px;
}
.product-cat-page .product-class ul li .right .btn {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
}
.product-cat-page .product-class ul li .right .btn .more a {
  background: #222;
  color: white;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-class ul li .right .btn .more a:hover {
  background: #0f75bd;
}
.prodet-page {
  display: inline-block;
  padding: 120px 0;
  background: white;
}
.prodet-page h2 {
	font-size:34px;
	color:#333;
	margin-bottom:30px;
	max-width:60%;
}
.prodet-page .left {
  width: 70%;
  float: left;
  padding-right: 30px;
}
.prodet-page .left .prodet-1 {
  padding: 10px;
  border: 1px solid #d8d8d8;
}
.prodet-page .left .prodet-1 img {
  width: 100%;
}
.prodet-page .left .prodet-1 ul {
  position: relative;
}
.prodet-page .left .prodet-1 .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prodet-page .left .prodet-1 .slick-dots li {
  border-color: white;
}
.prodet-page .left .prodet-1 .slick-dots li.slick-active {
  background: white;
}
.prodet-page .left .prodet-1 .box {
  padding-top: 10px;
}
.prodet-page .left .prodet-1 .box p {
  /*margin-left: 15px;*/
  font-size: 14px;
  color: #999;
  display: inline-block;
}
.image-gallery li {
	padding: 0;
}
.prodet-page .left .prodet-1 .box p i {
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  color: #333;
}
.prodet-page .left .prodet-2 {
  padding: 40px 0;
}
.prodet-page .left .prodet-2 .options ul {
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .left .prodet-2 .options ul li {
  display: inline-block;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-right: 5%;
  padding-bottom: 10px;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.prodet-page .left .prodet-2 .options ul li:after {
  content: '';
  display: block;
  clear: both;
  border-bottom: 3px solid #0f75bd;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  opacity: 0;
}
.prodet-page .left .prodet-2 .options ul li:hover:after,
.prodet-page .left .prodet-2 .options ul li.active:after {
  opacity: 1;
}
.prodet-page .left .prodet-2 .value {
  padding-top: 40px;
}
.prodet-page .left .prodet-2 .value ul {
  position: relative;
  min-height: 100px;
}
.prodet-page .left .prodet-2 .value li {
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  color: #777;
  line-height: 28px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  -ms-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1.5), opacity 0.3s;
  opacity: 0;
  width: 100%;
}
.prodet-page .left .prodet-2 .value li.active {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}
.prodet-page .left .prodet-2 .value li table {
  width: 100% !important;
	height:auto !important;
}
.prodet-page .left .prodet-2 .value li table tr:nth-child(odd) {
  background: #F9F9F9;
}
.prodet-page .left .prodet-2 .value li table td {
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
	height:auto !important;
	width:auto !important;
}
.prodet-page .left .prodet-2 .value li table td:first-child {
  width: 40%;
}
.prodet-page .left .prodet-2 .value li .public-box h4,.prodet-page .left .prodet-2 .value li .public-box h5 {
	font-size:14px;
	
	font-weight:bold;
	line-height:20px;
}
.prodet-page .left .prodet-2 .value li .public-box dl dd {
	padding:10px;
}
.prodet-page .left .prodet-2 .value li .public-box dl {
	margin:-10px;
}
.prodet-page .left .prodet-2 .value li .public-box dl dd p {
	line-height:20px;
	margin-top:10px;
}
.prodet-page .left .prodet-2 .value li .public-box .img {
	margin-top:40px;
}
.prodet-page .left .prodet-2 .value li .public-box .img .img-box {
	display:block;
}
.prodet-page .left .prodet-2 .value li .public-box .img .img-box img {
	width:100%;
}
.prodet-page .left .prodet-2 .value li .public-box .img dl h5 {
	display:block;
	line-height:24px;
	padding:10px 15px;
	background:#eee;
	position:relative;
	z-index:1;
}
.prodet-page .left .prodet-3 {
  position: relative;
  z-index: 1;
}
.prodet-page .left .prodet-3 h2 {
  font-size: 24px;
  color: #666;
  
  text-transform: uppercase;
}
.prodet-page .left .prodet-3 ul {
  padding-top: 30px;
  margin: -20px;
}
.prodet-page .left .prodet-3 ul li {
  width: 25%;
  float: left;
  padding: 20px;
  white-space: nowrap;
}
.prodet-page .left .prodet-3 ul li img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .left .prodet-3 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-left: 10px;
}
.prodet-page .right {
  width: 30%;
  float: right;
}
.prodet-page .right .date {
  display: block;
}
.prodet-page .right .date .time {
  display: inline-block;
  width: 100%;
  position: relative;
}
.prodet-page .right .date .time:after {
  content: ':';
  position: absolute;
  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%);
  font-size: 28px;
  color: #222;
  font-weight: bold;
  -webkit-animation: opacity 1s infinite;
  -o-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .right .date .time .h,
.prodet-page .right .date .time .m {
  width: 45%;
  float: left;
  line-height: 150px;
  height: 150px;
  display: block;
  background: #333;
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.prodet-page .right .date .time .h em,
.prodet-page .right .date .time .m em {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  background: white;
  position: absolute;
  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%);
  line-height: 28px;
  color: #333;
}
.prodet-page .right .date .time .h p,
.prodet-page .right .date .time .m p {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: normal;
}
.prodet-page .right .date .time .m {
  float: right;
}
.prodet-page .right .date .years {
  display: block;
  line-height: 100px;
  height: 100px;
  background: #333;
  margin-top: 10px;
  color: white;
  font-size: 28px;
  text-align: center;
}
.prodet-page .right .date .years i {
  font-size: 28px;
  margin-right: 10px;
}
.prodet-page .right .recommend {
  padding: 40px 0;
}
.prodet-page .right .recommend h2 {
  font-size: 24px;
  color: #333;
  
  text-transform: uppercase;
}
.prodet-page .right .recommend ul li {
  display: block;
  padding-top: 30px;
}
.prodet-page .right .recommend ul li a.img-box {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}
.prodet-page .right .recommend ul li .box {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 25px;
  padding-right: 10px;
}
.prodet-page .right .recommend ul li .box h3 {
  font-size: 16px;
  color: #333;
  
  font-weight: bold;
}
.prodet-page .right .recommend ul li .box p {
  color: #777;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
.prodet-page .right .recommend ul li .box a.more {
  display: inline-block;
  line-height: 26px;
  background: #222;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .right .recommend ul li .box a.more:hover {
  background: #0f75bd;
}
.prodet-page .right .lxfs {
  text-align: center;
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
}
.prodet-page .right .lxfs h3 {
  font-size: 22px;
}
.prodet-page .right .lxfs p {
  color: #0f75bd;
  font-size: 18px;
  margin-top: 15px;
}
.service-page {
  background: white;
}
.service-page .service-1 {
  padding: 120px 0 80px;
  display: inline-block;
  width: 100%;
}
.service-page .service-1 ul li {
  width: 20%;
  float: left;
  padding: 30px 15px;
	text-align:center;
}
.service-page .service-1 ul li .box {
  border: 1px solid #0f75bd;
  padding: 35px 10px 40px;
  text-align: center;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.service-page .service-1 ul li .box img {
  height: 35px;
}
.service-page .service-1 ul li .box h3 {
  
  color: #565656;
  margin: 15px 0 20px;
  font-size: 20px;
}
.service-page .service-1 ul li .box p {
  color: #777;
  font-size: 13px;
  line-height: 24px;
  height: 72px;
}
.service-page .service-1 ul li .box:hover {
  border-color: white;
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
}
.service-page .service-2 ul li {
  display: block;
  background: #222;
}
.service-page .service-2 ul li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 ul li .left img {
  width: 100%;
}
.service-page .service-2 ul li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .service-2 ul li .right h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #c8c8c8;
  margin-bottom: 23px;
  
}
.service-page .service-2 ul li .right h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
}
.service-page .service-2 ul li .right p {
  line-height: 24px;
  color: #777;
  font-size: 15px;
  margin-bottom: 10px;
}
.service-page .service-2 ul li .right a.more {
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: block;
  max-width: 220px;
  font-size: 17px;
  font-weight: 500;
  background: #c5a46d;
  text-transform: uppercase;
}
.service-page .service-2 ul .slick-arrow {
  position: absolute;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 3px;
  border: none;
  background: white;
  outline: none;
  bottom: 0;
  right: 50%;
  display: block;
  overflow: hidden;
  color: transparent;
  z-index: 1;
}
.service-page .service-2 ul .slick-arrow:after {
  content: '';
  position: absolute;
  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%);
  font-size: 30px;
  color: #222;
  font-family: "FontAwesome";
}
.service-page .service-2 ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.service-page .service-2 ul .slick-arrow.slick-prev {
  margin-right: 67px;
}
.service-page .service-2 ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.service-page .service-3 {
  padding: 80px 0;
}
.service-page .service-3 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5%;
}
.service-page .service-3 .left h3 {
  font-size: 44px;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.service-page .service-3 .left p {
  font-size: 15px;
  line-height: 28px;
  color: #777;
  padding: 10px 0;
}
.service-page .service-3 .left a {
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: block;
  max-width: 220px;
  font-size: 17px;
  font-weight: 500;
  background: #c5a46d;
  text-transform: uppercase;
  margin-top: 30px;
}
.service-page .service-3 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 5px;
  text-align: center;
}
.service-page .service-3 .right img {
  margin: 0 auto;
}
.service-page .service-4 {
  background: url("../images/service-2.jpg") no-repeat center center fixed;
  padding: 100px 0;
  position: relative;
}
.service-page .service-4:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.service-page .service-4 h3 {
  font-size: 45px;
  color: white;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.service-page .service-4 ul {
  padding-top: 80px;
}
.service-page .service-4 ul li {
  color: white;
  display: inline-block;
  margin-right: 6%;
  text-align: center;
}
.service-page .service-4 ul li em {
  font-size: 60px;
}
.service-page .service-4 ul li p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.contact-page {
  background: white;
}
.contact-page .contact-1 {
  padding: 120px 0 80px;
}
.contact-page .contact-1 h2 {
  font-size: 40px;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.contact-page .contact-1 p {
  font-size: 15px;
  line-height: 24px;
  
  font-weight: bold;
  color: #999;
  margin-bottom: 30px;
}
.contact-page .contact-2 {
  display: inline-block;
  width: 100%;
  padding-top: 100px;
}
.contact-page .contact-2 h3 {
  font-size: 34px;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.contact-page .contact-2 .left {
  width: 35%;
  float: left;
  padding-right: 4%;
}
.contact-page .contact-2 .left .box {
  border: 1px solid #d8d8d8;
  padding: 22px 30px;
}
.contact-page .contact-2 .left .box ul li {
  padding: 12px 0;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}
.contact-page .contact-2 .left .box ul li em {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.contact-page .contact-2 .left .box ul li p {
  display: inline-block;
  text-align: right;
  font-size: 16px;
  color: #999;
  margin-right: 0;
  margin-left: auto;
}
.contact-page .contact-2 .left .box dl {
  text-align: center;
  padding-top: 30px;
}
.contact-page .contact-2 .left .box dl dd {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  color: #666;
}
.contact-page .contact-2 .right {
  width: 65%;
  float: right;
}
.contact-page .contact-2 .right p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.contact-page .contact-2 .right ul {
  margin: -10px;
  padding-top: 40px;
  display: inline-block;
}
.contact-page .contact-2 .right ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.contact-page .contact-2 .right ul li input,
.contact-page .contact-2 .right ul li textarea {
  width: 100%;
  line-height: 40px;
  border: 1px solid #d8d8d8;
  outline: none;
  background: white;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .right ul li input:focus,
.contact-page .contact-2 .right ul li textarea:focus {
  border-color: #0f75bd;
  background: rgba(169, 142, 96, 0.04);
}
.contact-page .contact-2 .right ul li input:-ms-input-placeholder,
.contact-page .contact-2 .right ul li textarea:-ms-input-placeholder {
  font-style: italic;
}
.contact-page .contact-2 .right ul li input::-ms-input-placeholder,
.contact-page .contact-2 .right ul li textarea::-ms-input-placeholder {
  font-style: italic;
}
.contact-page .contact-2 .right ul li input::-webkit-input-placeholder,
.contact-page .contact-2 .right ul li textarea::-webkit-input-placeholder {
  font-style: italic;
}
.contact-page .contact-2 .right ul li input[type="submit"],
.contact-page .contact-2 .right ul li textarea[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0 40px;
  background: #222;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 50px;
  height: 50px;
}
.contact-page .contact-2 .right ul li input[type="submit"]:hover,
.contact-page .contact-2 .right ul li textarea[type="submit"]:hover {
  background: #0f75bd;
}
.contact-page .contact-2 .right ul li textarea {
  height: 170px;
  resize: vertical;
}
.contact-page .contact-2 .right ul li:nth-last-child(2),
.contact-page .contact-2 .right ul li:nth-last-child(1) {
  width: 100%;
}
.contact-page .contact-3 {
  background: url("../images/contact-1.jpg") no-repeat center center fixed;
  padding: 150px 0;
  text-align: center;
  position: relative;
}
.contact-page .contact-3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
}
.contact-page .contact-3 h3 {
  font-size: 40px;
  color: white;
  text-transform: capitalize;
  margin-top: 50px;
}
.contact-page .contact-3 p {
  font-size: 18px;
  color: #0f75bd;
}
.faq-page {
  padding: 100px 0;
  background: white;
}
.faq-page ul li {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  background: #F9F9F9;
  padding: 15px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page ul li:hover {
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
}
.faq-page ul li .a {
  font-size: 16px;
  color: #333;
  padding-left: 60px;
  position: relative;
  line-height: 28px;
}
.faq-page ul li .a i.fa-question-circle {
  font-size: 28px;
  padding-left: 20px;
  color: #0f75bd;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-page ul li .a i.fa-plus {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  cursor: pointer;
  cursor: hand;
}
.faq-page ul li .q {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
  display: block;
  color: #666;
  padding-left: 60px;
  position: relative;
}
.faq-page ul li .q i.fa-quote-left {
  position: absolute;
  top: 0;
  left: 0;
  color: #222;
  font-size: 20px;
}
.news-page {
  padding: 100px 0;
  background: white;
}
.news-page .news-content ul li {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 10px;
  background: #F9F9F9;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-content ul li:hover {
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
}
.news-page .news-content ul li a.img-box {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-content ul li .content {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-left: -5px;
  padding: 0 25px;
  word-break: break-word;
}
.news-page .news-content ul li .content h3 {
  font-size: 24px;
  color: #333;
  text-transform: capitalize;
}
.news-page .news-content ul li .content p {
  font-size: 16px;
  color: #999;
  margin: 20px 0;
}
.news-page .news-content ul li .content a.more {
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  background: #0f75bd;
  color: white;
  font-size: 14px;
}
.newdet-page {
  padding: 100px 0;
  background: white;
}
.newdet-page .inner-content {
  padding: 20px 40px;
  background: #F9F9F9;
  word-break: break-word;
}
.newdet-page h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
}
.newdet-page time {
  font-size: 15px;
  color: #999;
  text-align: center;
  display: block;
  margin: 20px 0;
}
.newdet-page .content {
  border-bottom: 1px #d8d8d8 dashed;
  padding: 10px 0 30px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-indent: 1.5em;
}
.newdet-page .content p {
  padding: 8px 0;
}
.lg-page {
  background: white;
  padding: 100px 0;
}
.lg-page .nav {
    text-align: center;
    letter-spacing: -5px;
    margin-bottom: 25px;
}
.lg-page .nav ul li {
    display: inline-block;
    vertical-align: middle;
    
}
.lg-page .nav ul li a{
   color: #000;
   display: block;
   text-transform: capitalize;
   border: 1px solid #e4e4e4;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    font-size: 16px;
    color: #2f2f2f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
    letter-spacing: 0;
}
.lg-page .nav ul li:hover a{
  color: #fff;
}
.lg-page .nav ul li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.lg-page .nav ul li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lg-page .nav ul li a:hover,
.lg-page .nav ul li a.active {
    background: #337ab7;
    color: white;
}
.lg-page .inner-content ul {
  margin: -15px;
}
.lg-page .inner-content ul li {
  width: 20%;
  float: left;
  padding: 15px;
}
.lg-page .inner-content ul li a {
  display: block;
  padding: 5px;
  /*border: 1px solid #d8d8d8;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page .inner-content li a:hover {
  -webkit-box-shadow: 0 0 10px #CCCCCC;
  -moz-box-shadow: 0 0 10px #CCCCCC;
  box-shadow: 0 0 10px #CCCCCC;
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layui-layer-iframe {
  overflow: hidden;
}
.layui-layer-setwin .layui-layer-close2 {
  right: -15px !important;
  top: -15px !important;
}
@media screen and (max-width: 1450px) {
  .about-page .about-2 .left .slick-dots {
    padding-top: 15px;
  }
  .about-page .about-2 .left p {
    max-height: 112px;
    font-size: 15px;
    line-height: 22px;
  }
  .service-page .service-2 ul li .right h2 {
    white-space: nowrap;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .service-page .service-2 ul li .right p {
    margin-bottom: 30px;
  }
  #banner .slick-arrow {
    width: 40px;
    height: 60px;
    background-size: 13px !important;
  }
}
@media screen and (max-width: 1240px) {
  .ui.container {
    width: 996px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #banner li .content h2 {
    font-size: 40px;
    padding: 20px 0;
  }
  #banner li .content a {
    font-size: 15px;
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
  }
  #banner li .content p {
    font-size: 16px;
  }
  #index-body .init-1 .init-1-bottom ul li .right .box .content {
    width: 100%;
  }
  #index-body .init-1 .init-1-bottom ul li .right .box .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 70px;
    font-size: 15px;
  }
  #index-body h2 {
    font-size: 50px;
  }
  #index-body .init-2 .init-2-bottom ul li .right h3 {
    font-size: 34px;
    line-height: 40px;
  }
  #index-body .init-3 a img {
    max-width: 50px;
  }
  #index-body .init-5 .content {
    bottom: -40px;
    padding-top: 30px;
  }
  .about-page .about-2 .left p {
    font-size: 13px;
    line-height: 18px;
    max-height: 72px;
  }
  .about-page .about-2 .left .head {
    width: 80px;
    height: 80px;
  }
  .about-page .about-3 ul {
    margin: -20px;
  }
  .about-page .about-3 ul li {
    padding: 20px;
  }
  .inner-page .product-1 ul li .box .btn .cla a {
    font-size: 13px;
  }
  .inner-page .product-1 ul li .box .btn .more,
  .inner-page .product-1 ul li .box .btn .cla {
    padding: 10px;
  }
  .inner-page .product-1 ul li .box .content {
    padding: 15px;
  }
  .inner-page .product-1 ul li .box .content p {
    font-size: 14px;
    margin-top: 20px;
  }
  .inner-page .product-1 ul li .box .content h3 {
    font-size: 28px;
  }
  .inner-page .product-1 ul {
    margin: -10px;
  }
  .inner-page .product-1 ul li {
    padding: 10px;
  }
  .prodet-page .right .lxfs h3 {
    font-size: 18px;
  }
  .service-page .service-2 ul li .right h3 {
    display: none;
  }
  .service-page .service-2 ul li .right p {
    font-size: 13px;
    line-height: 18px;
  }
  .service-page .service-3 .left h3 {
    font-size: 36px;
  }
  .contact-page .contact-2 .left .box {
    padding: 10px;
  }
  #footer .footer-bottom {
    padding: 40px 0;
  }
}
@media screen and (max-width: 996px) {
  .ui.container {
    width: 100%;
  }
  .prodet-page h2 {
      max-width:100%;
      font-size:24px;
  }
  #header .h-top .left {
    display: none;
  }
  #header {
    position: fixed;
    z-index: 12;
	  top:0;
	  left:0;
	  width:100%;
  }
	#banner,.inner-banner {
		margin-top:50px;
	}
  #header .h-top .nav-open {
    display: block;
  }
  #header .nav {
    position: fixed;
    background: white;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100vh;
    overflow: auto;
    z-index: 100;
    padding-bottom: 30px;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
  }
  #header .nav.active {
    left: 0;
  }
  #header .nav .ui.menu .logo {
  	margin-top: 10px;
  }
  #header .nav .ui.menu .logo img {
  	max-width: 70%;
  }
  #header .nav .ui.menu .nav-close {
    display: block;
  }
  #header .nav .ui.menu .menu-box {
    padding-top: 40px;
  }
  #header .nav .ui.menu ul.menu > li {
    display: block;
    width: 100%;
    padding: 10px 0 !important;
  }
  #header .nav .ui.menu ul.menu > li ul.sub-menu {
    display: block !important;
    border-bottom: none !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    transform: rotate3d(0, 0, 0, 0) !important;
    -webkit-transform: rotate3d(0, 0, 0, 0) !important;
    -moz-transform: rotate3d(0, 0, 0, 0) !important;
    -ms-transform: rotate3d(0, 0, 0, 0) !important;
    -o-transform: rotate3d(0, 0, 0, 0) !important;
    position: relative !important;
    box-shadow: none !important;
    width: auto !important;
  }
  #header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  	line-height: 28px;
  }
  #header .nav .ui.menu .h-search {
    display: none !important;
  }
  #header .nav .ui.menu .search-box {
    display: inline-block;
    width: 100%;
    position: static;
    left: auto;
    top: auto;
    margin-top: 20px;
  }
  #header .nav .ui.menu .search-box form {
    position: relative;
    display: inline-block;
    width: 100%;
    left: auto;
    top: auto;
    margin-left: 0;
  }
  #header .nav .ui.menu .search-box form input[type="text"] {
    line-height: 40px;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    font-size: 14px;
  }
  #header .nav .ui.menu .search-box form input[type="submit"] {
    top: 12px;
  }
  #header .nav .ui.menu .search-box .close {
    display: none;
  }
  #index-body h2 {
    font-size: 40px;
  }
  #index-body h2 small {
    font-size: 18px;
  }
  #index-body .init-1 {
    padding: 50px 0;
  }
  #index-body .init-1 .init-1-bottom ul li .right .box .content h3 {
    font-size: 18px;
  }
  #index-body .init-1 .init-1-bottom ul li .right .box .content h3 small {
    display: none;
  }
  #index-body .init-1 .init-1-bottom ul li .right .box .content p {
    margin: 10px 0;
    line-height: 18px;
    font-size: 12px;
  }
  #index-body .init-1 .init-1-bottom ul .slick-arrow {
    bottom: 23px;
  }
  #index-body .init-2 .init-2-top ul li {
    line-height: 60px;
    height: 60px;
    font-size: 14px;
  }
  #index-body .init-2 .init-2-bottom ul li .right h4 {
    display: none;
  }
  #index-body .init-2 .init-2-bottom ul li .right h3 {
    font-size: 24px;
    line-height: 28px;
  }
  #index-body .init-2 .init-2-bottom ul li .right p {
    font-size: 15px;
    margin: 20px 0;
  }
  #index-body .init-3 {
    padding: 100px 0;
  }
  #index-body .init-3 h2 {
    font-size: 34px;
  }
  #index-body .init-5 .content {
    padding: 40px 10% 25px;
    background-size: auto 100%;
  }
  #index-body .init-5 .content p {
    font-size: 14px;
    margin: 10px 0;
  }
  #index-body .init-5 {
    padding-top: 80px;
  }
  #footer .footer-top .f-contact ul li {
    font-size: 16px;
  }
  #footer .footer-bottom p {
    font-size: 14px;
  }
  .about-page .about-2 .left li {
    padding: 10px 8%;
  }
  .about-page .about-2 .left .slick-dots {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .about-page .about-3 ul li p {
    font-size: 13px;
    line-height: 20px;
  }
  .about-page .about-3 ul li h3 {
    margin: 10px 0;
  }
  .about-page .about-4 li a .box h3 {
    font-size: 24px;
  }
  .about-page .about-4 li a .box p {
    font-size: 13px;
  }
  .inner-page .product-1 ul li {
    width: 50%;
  }
  .prodet-page .left {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
  .prodet-page .right {
    display: inline-block;
    float: none;
    width: 100%;
  }
  .prodet-page .right .date {
    display: none;
  }
  .prodet-page .right .recommend {
    display: inline-block;
    width: 100%;
  }
  .prodet-page .right .recommend ul {
    margin: 0 -10px;
  }
  .prodet-page .right .recommend ul li {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
  }
  .prodet-page .right .recommend ul li .box p {
    display: none;
  }
  .prodet-page .right .lxfs h3 {
    font-size: 24px;
  }
  .service-page .service-1 ul {
    margin: -20px -10px;
  }
  .service-page .service-1 ul li {
    padding: 20px 10px;
  }
  .service-page .service-1 ul li .box p {
    font-size: 12px;
    line-height: 19px;
    height: 76px;
  }
  .service-page .service-2 ul li .right h2 {
    font-size: 28px;
  }
  .service-page .service-2 ul .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .service-page .service-2 ul .slick-arrow:after {
    font-size: 24px;
  }
  .service-page .service-2 ul .slick-arrow.slick-prev {
    margin-right: 41px;
  }
  .service-page .service-3 .left h3 {
    font-size: 24px;
  }
  .service-page .service-4 h3 {
    font-size: 38px;
  }
  .service-page .service-4 ul {
    padding-top: 60px;
  }
  .service-page .service-4 ul em {
    font-size: 40px!important;
  }
  .lg-page ul li {
    width: 50%;
  }
  .contact-page .contact-1 h2 {
    font-size: 32px;
  }
  .contact-page .contact-2 .left,
  .contact-page .contact-2 .right {
    width: 100%;
    padding-right: 0;
    display: block;
    float: none;
  }
  .contact-page .contact-2 .left .box dl {
    padding-top: 10px;
  }
  .contact-page .contact-2 .right {
    padding-top: 40px;
  }
  .inner-banner {
    height: 300px;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    margin-bottom: 55px;
  }
	#ewm {
		display:none !important;
	}
}
@media screen and (max-width: 768px) {
  #header .h-top .right ul li {
    font-size: 12px;
  }
	.product-cat-page .product-class ul li .right {
		width:100%;
		padding:20px 15px;
	}
	.product-cat-page .product-class ul li a.img-box {
		width:100%;
	}
	.product-cat-page .product-class ul li .right .content h3 {
		font-size:28px;
	}
	.product-cat-page .product-class ul li .right .btn {
		padding-top:20px;
	}
  #header .h-top .right.wap {
    display: block;
  }
  #header .h-top .right.pc {
    display: none;
  }
  #banner li .content p {
    display: none;
  }
  #banner li .content h2 {
    font-size: 14px;
  }
  #banner li .content a {
    display: none;
  }
  #banner img.down {
    display: none;
  }
  #banner .slick-arrow {
    display: none !important;
  }
  #index-body h2 {
    font-size: 32px;
  }
  #index-body .init-1 .init-1-bottom ul li .right,
  #index-body .init-1 .init-1-bottom ul li .left {
    display: block;
    width: 100%;
    float: none;
  }
  #index-body .init-1 .init-1-bottom ul li .right {
    display: none;
  }
  #index-body .init-1 .init-1-bottom ul .slick-arrow {
    display: none !important;
  }
  #index-body .init-1 .init-1-bottom {
    margin-top: 20px;
  }
  #index-body .init-2 .init-2-bottom ul li .left {
    display: block;
    width: 100%;
  }
  #index-body .init-2 .init-2-bottom ul li .right {
    display: none;
  }
  #index-body .init-2 .init-2-top ul li {
    width: 50%;
    line-height: 60px;
    height: 60px;
    font-size: 12px;
  }
  #index-body .init-3 h2 {
    font-size: 24px;
  }
  #index-body .init-4 {
    padding-bottom: 60px;
  }
  #index-body .init-5 {
    background-size: auto 100%;
    background-position: right top -10px;
  }
  #index-body .init-4 ul li .content {
    padding: 10px 20px;
  }
  #index-body .init-4 ul li .content p {
    font-size: 12px;
    margin: 10px 0;
  }
  #index-body .init-6 {
    padding: 40px 0;
  }
  #footer .footer-top .f-contact ul li {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
  #footer .footer-bottom p {
    font-size: 13px;
  }
  .inner-banner {
    height: 200px;
  }
  .inner-banner .box h2 {
    font-size: 28px;
  }
  .about-page .about-1 .about-1-top .left,
  .about-page .about-1 .about-1-top .right {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .about-page .about-1 .about-1-top .left h2,
  .about-page .about-1 .about-1-top .right h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .about-page .about-1 .about-1-top .right {
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
    padding-top: 20px;
  }
  .about-page .about-1 {
    padding: 50px 0;
  }
  .about-page .about-2 .left,
  .about-page .about-2 .right {
    display: block;
    width: 100%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-3 {
    padding: 50px 0;
  }
  .about-page .about-3 ul li {
    width: 100%;
  }
  .about-page .about-3 ul li p {
    height: auto;
  }
  .about-page .about-6 .left,
  .about-page .about-6 .right {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .about-page .about-6 .right ul li {
    width: 100%;
    padding: 5px 0;
  }
  .about-page .about-6 .right ul li:last-child {
    width: 50%;
  }
  #footer .footer-top .f-contact {
    padding: 20px 0;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #footer .footer-bottom {
    padding: 15px 0;
  }
  .product-page {
    padding: 60px 0;
  }
  .inner-page .inner-nav {
    width: 100%;
  }
  .inner-page .inner-nav span {
    width: 100%;
  }
  .inner-page .product-1 ul li {
    width: 100%;
    display: block;
    float: none;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .left .prodet-2 .options ul li {
    margin-right: 3%;
    font-size: 12px;
  }
  .prodet-page .left .prodet-2 .value li {
    overflow: hidden;
    max-width: 100%;
  }
  .prodet-page .left .prodet-3 ul {
    margin: 0;
  }
  .prodet-page .left .prodet-3 ul li {
    width: 50%;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: -5px;
    padding: 10px;
  }
  .prodet-page .left .prodet-3 ul li span {
    font-size: 12px;
  }
  .prodet-page .right .recommend ul {
    margin: 0;
  }
  .prodet-page .right .recommend ul li {
    display: block;
    float: none;
    width: 100%;
    padding: 10px 0;
  }
  .inner-banner .box .mbx {
    font-size: 13px;
  }
  .lg-page ul li {
    width: 100%;
    float: none;
    display: block;
  }
  .news-page .news-content ul li a.img-box,
  .news-page .news-content ul li .content {
    display: block;
    width: 100%;
  }
  .news-page .news-content ul li .content {
    padding: 10px;
  }
  .news-page .news-content ul li .content p {
    font-size: 14px;
    margin: 10px 0;
  }
  .news-page .news-content ul li .content h3 {
    font-size: 20px;
  }
  .news-page .news-content ul li .content a.more {
    display: none;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .service-page .service-1 ul li {
    width: 33.333%;
  }
  .service-page .service-1 ul li .box {
    padding: 10px;
  }
  .service-page .service-1 ul li .box p {
    height: 57px;
  }
  .service-page .service-1 {
    padding: 50px 0;
  }
  .service-page .service-2 ul li .left,
  .service-page .service-2 ul li .right {
    width: 100%;
    display: block;
    float: none;
  }
  .service-page .service-2 ul li .left h2,
  .service-page .service-2 ul li .right h2 {
    font-size: 24px;
  }
  .service-page .service-2 ul .slick-arrow {
    display: none !important;
  }
  .service-page .service-3 {
    padding: 50px 0;
  }
  .service-page .service-3 .left,
  .service-page .service-3 .right {
    width: 100%;
  }
  .service-page .service-3 .left p,
  .service-page .service-3 .right p {
    font-size: 13px;
    line-height: 18px;
  }
  .service-page .service-3 .right {
    padding-top: 20px;
  }
  .service-page .service-4 h3 {
    font-size: 20px;
  }
  .service-page .service-4 {
    display: inline-block;
    width: 100%;
  }
  .service-page .service-4 ul li {
    margin-right: 0;
    width: 50%;
    float: left;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 h2,
  .contact-page .contact-2 h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 p {
    font-size: 13px;
    line-height: 22px;
  }
  .amap-container {
    height: 250px !important;
  }
  .contact-page .contact-2 .left .box ul li em,
  .contact-page .contact-2 .left .box ul li p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right ul li {
    width: 100%;
  }
  .contact-page .contact-3 h3 {
    font-size: 18px;
  }
  .contact-page .contact-3 p {
    font-size: 14px;
  }
  .contact-page .contact-3 {
    padding: 100px 0;
  }
  #header .nav {
    width: 80%;
  }
  .layui-layer-iframe {
    width: 95% !important;
  }
	.newdet-page .inner-content {
		padding:20px 15px;
	}
}

@media screen and (max-width: 700px) {
.lg-page .inner-content ul li {
    width: 50%;
}
.lg-page {
    padding: 30px 0;
}
.about-page .about-2 .left p{
  height: auto;
}
}
.wpulike.wpulike-default {
	vertical-align:top;
}
.about-page .about-6 .right div.wpcf7 .ajax-loader {
	display: none;
}
.wpulike.wpulike-default{
	display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
	display: inline-block;
	margin-right: 15px;
} 
.post-views-box{
  position: relative;
  /*margin: -116px 0 0 100px;*/
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}
.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
  width: 150px;
  text-align: center;
}
 
.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #0f75bd;
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


#mobile2 {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
  height: 100%;
}

#mobile2:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#mobile2 .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  display: none;
}

#mobile2 .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

#mobile2 #menu-on2 {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}

#mobile2 #menu-on2 i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

#mobile2 #menu-on2 i.line1 {
  top: 12px;
}

#mobile2 #menu-on2 i.line2 {
  top: 19px;
}

#mobile2 #menu-on2 i.line3 {
  top: 26px;
}

#mobile2 .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}

#mobile2 .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}

#mobile2 .menu-content::-webkit-scrollbar-button {
  display: none;
}

#mobile2 .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}

#mobile2 .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}

#mobile2 .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}

#mobile2 .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}

#mobile2 .menu-content .menu-logo {
  display: block;
}

#mobile2 .menu-content .menu-logo img {
  margin: 0 auto;
}

#mobile2 .menu-content .menu-list {
  margin: 40px 0;
}

#mobile2 .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}

#mobile2 .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  color: #333333 !important;
}

#mobile2 .menu-content .menu-list ul li a:hover {
  color: #ae8875;
  text-decoration: underline;
}

#mobile2 .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}

#mobile2 .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mobile2 .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}

#mobile2 .menu-content .menu-list ul li li li a:after {
  width: 12px;
}

#mobile2 .menu-content .mob-search form {
  position: relative;
}

#mobile2 .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}

#mobile2 .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

#mobile2 .menu-content .mob-yuy {
  margin: 40px 0;
}

#mobile2 .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}

#mobile2 .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#mobile2 .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#mobile2 .menu-content .mob-share ul li:hover {
  background: #ae8875;
}

#mobile2 .menu-content #menu-off2 {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}

#mobile2.active {
  right: 0;
}

#mobile2.active:before {
  left: 0;
}

#mobile2.active #menu-on2 i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}

#mobile2.active #menu-on2 i.line2 {
  opacity: 0;
}

#mobile2.active #menu-on2 i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}

#mobile2.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}

#mobile2.white .menu-content {
  background: white;
  color: black;
}

#mobile2.white .menu-content .menu-list ul li li a:after {
  background: black;
}

#mobile2.white .menu-content .mob-search form input {
  border: 1px solid black;
}

#mobile2.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.factory1-page {
  padding: 95px 0;
}
.factory1-page .container {
  width: 1260px;
}
.factory1-page .top ul.fac-ul li.fac-li {
  padding: 30px 0 100px;
  border-top: 1px solid #E1E1DF;
}
.factory1-page .top ul.fac-ul li.fac-li img {
  border-radius: 5px;
}
.factory1-page .top ul.fac-ul li.fac-li .box {
  position: relative;
  background: #F7F7F7;
}
.factory1-page .top ul.fac-ul li.fac-li .box .left {
  width: 46%;
}
.factory1-page .top ul.fac-ul li.fac-li .box .right {
  width: 54%;
}
.factory1-page .top ul.fac-ul li.fac-li .box .right .con-on {
  padding-left: 40px;
}
.factory1-page .top ul.fac-ul li.fac-li .box .right h4 {
  font-size: 30px;
  font-family: Helvetica Neue;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin: 45px 0 25px;
}
.factory1-page .top ul.fac-ul li.fac-li .box .right .cona {
  font-size: 18px;
  font-family: Roboto-Regular;
  font-weight: 400;
  color: #B1B1B1;
  line-height: 1.3;
  height: 100px;
  overflow: auto;
  max-width: 600px;
}
.factory1-page .top ul.fac-ul li.fac-li .box .right .con-list {
  position: absolute;
  right: 0;
  bottom: 30px;
  max-width: 770px;
}
.factory1-page .top ul.fac-ul li.fac-li .box .right .con-list ul {
  margin: 0 5px;
}
.factory1-page .top ul.fac-ul li.fac-li .box .right .con-list ul li {
  padding: 0 5px;
}
.factory1-page .top ul.fac-ul li.fac-li:nth-child(even) .box .left {
  position: relative;
  left: 54%;
}
.factory1-page .top ul.fac-ul li.fac-li:nth-child(even) .box .right .con-on {
  padding: 0;
  position: relative;
  left: -81%;
  text-align: right;
  max-width: 600px;
}
.factory1-page .top ul.fac-ul li.fac-li:nth-child(even) .box .right .con-list {
  left: 0;
  right: unset;
}
@media screen and (max-width: 1260px) {
  .container {
    width: 996px !important;
  }
  .factory1-page .top ul.fac-ul li.fac-li:nth-child(even) .box .left {
    position: relative;
    left: 0%;
  }
  .factory1-page .top ul.fac-ul li.fac-li:nth-child(even) .box .right .con-on {
    padding-left: 40px;
    position: relative;
    left: 0%;
    text-align: left;
    max-width: 100%
  }
  .factory1-page .top ul.fac-ul li.fac-li .box .right .con-list {
    position: static;
  }
}
@media screen and (max-width: 996px) {
  .container {
    width: 100% !important;
  }
  .factory1-page .top ul.fac-ul li.fac-li .box .left {
    width: 100%;
    text-align: center;
  }
  .factory1-page .top ul.fac-ul li.fac-li img {
    margin: 0 auto;
  }
  .factory1-page .top ul.fac-ul li.fac-li .box .right {
    width: 100%;
  }
  .factory1-page .top ul.fac-ul li.fac-li .box .right .con-on {
    padding-left: 0;
  }
  .factory1-page .top ul.fac-ul li.fac-li .box .right h4 {
    font-size: 24px;
    margin: 15px 0;
  }
  .factory1-page {
    padding: 60px 0;
  }
  .factory1-page .top ul.fac-ul li.fac-li:nth-child(even) .box .right .con-on {
    padding-left: 0;
  }
  .factory1-page .top ul.fac-ul li.fac-li {
    padding: 40px 0;
  }
  .factory1-page .top ul.fac-ul li.fac-li .box .right .cona {
    max-width: 100%;
    font-size: 18px;
    height: auto;
    margin-bottom: 20px;
  }
  .factory1-page .top ul.fac-ul li.fac-li .box .right .con-list {
    max-width: 100%;
  }
}
.inner-page .inner-nav ul li{
  position: relative;
}
.inner-page .inner-nav ul li .sub-menu{
  position: absolute;
  left: -100%;
  top:0;
  width: 100%;
  z-index: 999;
  display: none;
  background: #fff;
}
.inner-page .inner-nav ul li:hover .sub-menu{
  display: block;
}

@media screen and (max-height:900px){
  .section-five{
    padding-top: 30px;
  }
}
@media screen and (max-height:800px){
  .section.bjfive .btn-five {
    margin-top: 20px;
  }
}
@media screen and (max-height:750px){
  .section.bjfive .btn-five {
    margin-top: 20px;
  }
  .section-five{
    margin-bottom: 20px;
  }
}
@media screen and (max-height:700px){
  .content-five .content-five-one h3,
  .content-five .content-five-one img{
    margin-bottom: 20px;
  }
}
@media screen and (max-height:650px){
  .content-five .content-five-one p{
    max-height: 100px;
    overflow-y: scroll;
  }
}