* {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.header .pull-left img {
  width: 220px;
  margin-top: 8px;
}

.header .nav-tabs {
  border-bottom: none !important;
}

.header .nav-tabs li {
  padding: 0 20px;
}

.header .nav-tabs a {
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding: 0;
  color: #666;
  font-size: 18px;
  border: none;
  border-radius: 0;
}

.header .nav-tabs a:hover,
.header .nav-tabs a:focus {
  border: none;
  background: none;
}

.header .nav-tabs a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dca548;
  visibility: hidden;
  transform: scaleX(0);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.header .nav-tabs a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

/* banner */

.banner {
  width: 100%;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 520px;
  background-color: #272e34;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 1000%;
  overflow: hidden;
}

.swiper-slide {
  height: 520px;
  float: left;
}

.swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide .container {
  padding-left: 100px;
}

.swiper-slide .container h2 {
  margin-top: 160px;
  line-height: 48px;
  font-size: 30px;
  color: #fff;
}

.swiper-slide .container p {
  margin-top: 30px;
  max-width: 420px;
  line-height: 46px;
  font-size: 22px;
  color: #fff;
}

/* banner bar */

.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  background-color: #dca548;
}

/* h2 */

.history h2,
.video h2,
.inspect h2,
.video h2 {
  margin: 0;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 24px;
  color: #dca548;
  position: relative;
}

.history h2:after,
.inspect h2:after,
.video h2:after {
  content: ' ';
  width: 2em;
  height: 2px;
  background-color: #d9d9d9;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 20px;
}

/* history */

.history {
  padding-bottom: 80px;
  background-color: #f7f7f5;
}

.history h2 {
  margin: 40px 0;
}

.history .icon {
  display: block;
  margin: 0 auto;
  width: 150px;
  line-height: 100px;
  text-align: center;
}

.history .col-md-4 {
  padding-bottom: 40px;
}

.history .h-box {
  margin: 0 auto;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #fff;
  transition: all ease-out .2s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-out .1s;
  -moz-transition: all ease-out .1s;
}

.history .h-box:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
}

.history h3 {
  text-align: center;
}

.history p {
  text-align: center;
}

/* video */

.video {
  height: 780px;
  background-image: url("../img/banner3.png");
  background-repeat: no-repeat;
  background-position: center;
}

.video h2 {
  color: #fff;
  margin-top: 40px;
}

.video h2:before {
  content: ' ';
  width: 48px;
  height: 49px;
  background-image: url("../img/down.png");
  background-repeat: no-repeat;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -66px;
}

.video h2:after {
  background-color: #e0e0e0;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}

.video-js {
  display: block;
  margin: 60px auto;
  width: 866px;
  height: 487px;
}

.video-js.vjs-playing .vjs-tech {
  pointer-events: auto;
}

/* inspect-slider */

.inspect {
  background-color: #f7f7f5;
}

.inspect .container {
  position: relative;
}

.inspect-wrap {
  margin: 100px auto;
  width: 866px;
  height: 310px;
  overflow: hidden;
  position: relative;
}

.inspect-slider {
  width: 100%;
  height: 930px;
  transition: ease-out all .3s;
  position: absolute;
  left: 0;
  top: 0;
}

.slider-item {
  height: 310px;
}

.slider-item h3 {
  font-size: 15px;
  margin: 30px 0;
  position: relative;
}

.slider-item h3:after {
  width: 30px;
  height: 2px;
  content: ' ';
  background-color: #17daa3;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.slider-item-img {
  width: 462px;
  float: left;
}

.slider-item-txt {
  width: 404px;
  height: 310px;
  padding-left: 50px;
  padding-right: 30px;
  letter-spacing: 2px;
  background-color: #fff;
  float: left;
}

.slider-item-txt p {
  line-height: 24px;
  color: #87949e;
  font-size: 14px;
}

.slider-bar {
  overflow: hidden;
  position: absolute;
  left: 360px;
  bottom: 10px;
}

.slider-bar a {
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  color: #ccc;
  background-color: #fff;
}

.slider-bar a:hover,
.slider-bar a.active {
  color: #fff;
  background-color: #dca548;
}

/* creed */

.creed {
  height: 505px;
  background-image: url(../img/banner4.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.footer {
  width: 100%;
  height: 140px;
  padding-top: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-pro,
.footer-job {
  position: static;
}

.footer p {
  font-size: 14px;
  color: #fff;
}

.footer span {
  display: inline-block;
  padding-left: 2em;
  margin: 0 20px;
  position: relative;
}

.footer .phone:before,
.footer .time:before {
  content: ' ';
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-phone.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.footer .time:before {
  background-image: url("../img/icon-time.png");
}

/* tool */

.tool {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.tool.active {
  display: block;
}

.tool .icon {
  display: block;
  margin-bottom: 50px;
  width: 64px;
  height: 64px;
  background-color: #e6a42d;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.tool .icon-weixin {
  background-image: url("../img/icon-wx.png");
}

.tool .icon-top {
  background-image: url("../img/icon-top.png");
}

.tool .icon img {
  display: none;
}

.tool .icon:hover .img-weixin {
  display: block;
  transition: ease-out all .3s;
  position: absolute;
  left: -170px;
  top: -55px;
}

/* product */

.banner-pro img,
.banner-honor img,
.banner-job img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.pro:nth-child(2n) {
  background: #f7f8fa;
}

.pro .container {
  height: 600px;
  position: relative;
}

.pro-txt {
  letter-spacing: 3px;
  position: absolute;
}

.pro-txt h2 {
  font-size: 24px;
  position: relative;
  margin: 30px auto;
}

.pro-txt h2:after {
  content: ' ';
  width: 1em;
  height: 2px;
  background: #17daa3;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.pro-txt p {
  color: #87949e;
  font-size: 16px;
  line-height: 30px;
}

.pro-txt a {
  display: block;
  padding: 10px;
  width: 120px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  background-color: #18cfaa;
  text-decoration: none;
}

.pro-txt a:hover {
  background-color: #16c09e;
}

.pro-img {
  position: absolute;
}

.pro01 .pro-txt {
  width: 400px;
  left: 0;
  top: 140px;
}

.pro01 .pro-img {
  right: 0;
  top: 100px;
}

.pro02 .pro-txt {
  width: 400px;
  right: 0;
  top: 140px;
}

.pro02 .pro-img {
  left: 0;
  top: 100px;
}

.pro03 .pro-txt {
  width: 500px;
  left: 0;
  top: 140px;
}

.pro03 .pro-img {
  right: 0;
  top: 50px;
}

.pro04 .pro-txt {
  width: 400px;
  right: 0;
  top: 140px;
}

.pro04 .pro-img {
  left: 0;
  top: 120px;
}

.pro05 .pro-txt {
  width: 500px;
  left: 0;
  top: 140px;
}

.pro05 .pro-img {
  width: 663px;
  height: 425px;
  padding: 40px 50px;
  background-image: url("../img/pro-05.png");
  background-repeat: no-repeat;
  right: 0;
  top: 80px;
}

.pro05 .pro-list-wrap {
  width: 100%;
  height: 287px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.pro05 .pro-list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pro05 .pro-list li {
  margin: 20px auto;
  padding-left: 60px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}

.pro05 .pro-list img {
  position: absolute;
  left: 0;
  top: 5px;
}

.pro05 .pro-list h4 {
  font-size: 16px;
  position: relative;
}

.pro05 .pro-list span {
  font-size: 14px;
  color: #a5afb6;
  position: absolute;
  right: 0;
  top: 2px;
}

.pro05 .pro-list p {
  font-size: 14px;
  color: #a5afb6;
}

/* honor */
.honor {
  /*padding: 100px 0;*/
}

.honor .col-md-4 {
  margin: 20px auto;
}

.honor-img,
.honor-txt {
  width: 80%;
  margin: 0 auto;
}

.honor-img img {
  max-width: 100%;
}

.honor-txt {
  border-bottom: 1px solid #d3d5d6;
}

.honor-txt h2 {
  color: #ba8c3e;
  font-size: 24px;
  margin: 10px auto;
}

.honor-txt p {
  color: #666;
  font-size: 14px;
  overflow: hidden;
}

.honor-txt .pull-right {
  color: #ba8c3e;
}

/* col-md-8 */

.job .row {
  position: relative;
}

.job .col-md-8 {
  padding: 40px;
  margin: 40px 0;
  border: 1px solid #e1e3e6;
}

.job-side {
  width: 30%;
  height: 500px;
  padding: 20px;
  border: 1px solid #e1e3e6;
  position: absolute;
  right: 0;
  top: 40px;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.job-side-avatar {
  padding-bottom: 20px;
  padding-left: 50px;
  border-bottom: 1px solid #e8eaec;
  position: relative;
}

.job-side-avatar p {
  margin: 0;
  font-size: 14px;
}

.job-side-avatar img {
  background: #dca548;
  position: absolute;
  left: 0;
  top: 0;
}

.job-side-list {

}

.job-side-list li {
  margin-top: 15px;
}

.job-side-list a {
  display: block;
  line-height: 30px;
  text-indent: 1em;
  color: #666;
}

.job-side-list a:hover {
  font-weight: bold;
}

.job-title {
  color: #dca548;
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
}

.job-title:after {
  content: ' ';
  width: 4px;
  height: 22px;
  background-color: #dca548;
  position: absolute;
  left: -40px;
  top: 0;
}

.job-hd,
.job-bd {
  line-height: 30px;
  color: #87949e;
}

.job-hd {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8eaec;
}

.job-bd h4 {
  color: #171717;
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0;
}

/*2019-01-28*/
.bless {
  width: 1400px;
  height: 400px;
  margin-top: 0;
  margin-left: -700px;
  background-image: url("../img/bless.png?v=2020");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100
}

.bless-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50px;
  right: 20px;
  cursor: pointer;
}

.bless-shadow{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
	position: fixed;
    left: 0;
    top: 0;
}

@media screen and (min-width: 768px) {
}

.nav-logo {
  float: left;
  width: 220px;
  margin-top: 8px;
  overflow: hidden;
}

.nav-logo a {
  margin: 0;
  padding: 0;
}

.navbar-inverse {
  border: none;
  background-color: #fff;
  box-shadow: 0 1px 5px #e5e5e5;
}

.navbar-inverse .navbar-nav > li {
  padding: 0 20px;
}

.navbar-inverse .navbar-nav > li > a {
  width: 100%;
  line-height: 80px;
  font-size: 18px;
  color: #666;
  padding: 0;
  border: none;
  border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #666;
  border: none;
  background: none;
}

.navbar-inverse .navbar-nav a::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #dca548;
  visibility: hidden;
  transform: scaleX(0);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-inverse .navbar-nav a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #999;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #999;
}

.navbar-inverse .navbar-toggle {
  border-color: #999;
}

.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse{
  border-color: #eee;
}

@media screen and (max-width: 768px) {

  .job-side{
    width: 100%!important;
    height: auto!important;
    position: static;
  }
  
  .nav-logo {
    width: 138px;
    height: 40px;
    margin-top: 5px;
  }

  .navbar-inverse .navbar-nav > li {
    padding: 0 20px;
  }

  .navbar-inverse .navbar-nav > li > a {
    line-height: 40px;
    font-size: 14px;
  }

  .header .pull-left{
    float: none!important;
    text-align: center;
  }
  .header .nav-tabs li{
  	padding: 0;
  }
  .header .nav-tabs a{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: 10px;
  }
  .swiper-container {
    height: auto;
  }

  .swiper-pagination {
    bottom: 5px
  }

  .swiper-slide {
    height: auto;
    background-size: cover;
  }


  /* video */
  .video{
    height: 515px;
  }
  .video-js {
    width: 320px!important;
    height: 180px!important;
  }
  .vjs-tech {
    width: 320px !important;
    height: 180px!important;
  }

  .vjs-playing .vjs-tech {
    width: 100% !important;
  }

  .videoJs-dimensions {
    width: 320px;
  }

  .video .container:last-child,
  .inspect .container:last-child {
    width: 100% !important;
    padding: 0 !important;
  }
  .inspect-wrap{
    width: 320px;
    margin: 10px auto;
  }
  .slider-item-img{
    width: 320px;
  }
  .slider-item-img img{
    width: 100%;
  }
  .slider-item-txt{
    display: none;
  }
  .slider-bar{
    left: 120px;
    bottom: 40px;
  }

  /* product */
  .pro .container {
    height: auto;
  }

  .pro-txt {
    width: auto !important;
    position: static;
  }

  .pro-img {
    width: auto !important;
    position: static;
  }

  .pro-img img {
    width: 100%;
  }

  .pro05 .pro-img {
    width: auto;
    padding: 0;
    background-image: none;
  }

  .pro05 .pro-list img {
    width: 49px;
    height: 49px;
  }

  .creed{
    height: 230px;
    background-size: contain;
  }

  .bless{
    width: 320px;
    height: 153px;
    background-size: cover;
    top: 0;
    margin-left: -160px;
    margin-top: 158px;
  }
}
