.index-title h3.title {
  font-size: 30px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  position: relative;
  top: -20px;
}
.index-title p.desc {
  font-size: 20px;
  text-align: center;
  margin: 0;
  color: #000000;
  position: relative;
  top: -14px;
}

.one {
  padding: 60px 0;
}
.one .prod-left .left-title {
  background: #000;
  padding: 12px 10px 12px 20px;
}
.one .prod-left .left-title h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #ff0505;
}
.one .prod-left .left-title h1 span {
  font-size: 14px;
  color: #ff0505;
}
.one .prod-left .left-nav li {
  white-space: nowrap;
  background: #e6e6e6;
  margin: 0px !important;
  background: -webkit-linear-gradient(top, white 0%, whitesmoke 72%, #edecec 100%);
}
.one .prod-left .left-nav li a {
  color: #666666;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  display: block;
  padding: 10px 10px 10px 20px;
  font-size: 15px;
  font-weight: 300;
}
.one .prod-right {
  padding-left: 40px;
}
.one .prod-right .prod-list .list-title {
  position: relative;
  border-bottom: 3px solid;
  border-color: #000000;
  height: 50px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.one .prod-right .prod-list .list-title h2 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin: 0;
}
.one .prod-right .prod-list .list-title a {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 14px;
  color: #000000;
  display: block;
  text-decoration: none;
}
.one .prod-right .prod-list .list-title a:hover {
  color: #dc0b0d;
}
.one .prod-right .prod-list .ul-list {
  margin-left: -15px;
  margin-right: -15px;
}
.one .prod-right .prod-list .ul-list li {
  display: inline-block;
  margin: 0 0 25px;
  padding: 0 12px;
}
.one .prod-right .prod-list .ul-list li .img {
  background: none;
  border: 2px solid #fff;
  border-radius: 10px !important;
  transition: all 0.6s;
  overflow: hidden;
}
.one .prod-right .prod-list .ul-list li .img img {
  border-style: none;
  border-radius: 10px;
  transition: all 0.6s;
}
.one .prod-right .prod-list .ul-list li h4 {
  padding: 12px 20px;
  font-size: 16px;
  text-align: center;
}
.one .prod-right .prod-list .ul-list li h4 a {
  color: #000000;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.6s;
}
.one .prod-right .prod-list .ul-list li h4 a:hover {
  color: #999999;
  text-decoration: none;
}
.one .prod-right .prod-list .ul-list li:hover .img a img {
  transform: scale(1.4);
}

.two {
  padding: 60px 0;
  background: url("../images/case-bg.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
}
.two .case-list {
  margin: 30px auto 0px;
  list-style: none;
  text-align: center;
}
.two .case-list li {
  margin: 0 0 20px;
  padding: 13px;
  vertical-align: top;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease 0s;
}
.two .case-list li .contantbox {
  padding: 5px 5px 0px;
  background: white;
  transition: all 300ms ease 0s;
}
.two .case-list li .contantbox figure {
  margin: 0px;
  position: relative;
}
.two .case-list li .contantbox figure img {
  max-width: 100%;
  display: block;
  position: relative;
  margin: 0px auto;
}
.two .case-list li .contantbox .txtbox a:hover {
  text-decoration: none;
}
.two .case-list li .contantbox .txtbox h3 {
  margin: 0px;
  padding: 10px 0px;
  font-size: 16px;
  text-align: center;
  color: black;
  transition: all 300ms ease 0s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.two .case-list li:hover {
  transform: translateY(-10px);
}
.two .case-list li:hover .contantbox {
  background: #dc0b0d;
}
.two .case-list li:hover .contantbox .txtbox h3 {
  color: #fff;
}

.three {
  padding: 60px 0;
  margin-top: 30px;
  background: url("../images/about-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.three .about-content {
  margin-top: 10px;
  padding: 15px;
  background: white;
}
.three .about-content .more-link {
  text-align: center;
  margin: 20px auto 0 auto;
}
.three .about-content a.btnmore {
  padding: 5px 14px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 5px;
  color: white;
  margin: 10px auto;
  text-align: center;
  background: black;
  transition: all 0.3s ease 0s;
}

.four {
  padding: 50px 0;
}
.four .news-title {
  position: relative;
}
.four .news-title .title-box {
  float: left;
}
.four .news-title .title-box h2 {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 50px;
  font-weight: bold;
  color: #909090;
  margin: 0px;
  line-height: 60px;
}
.four .news-title .title-box p {
  color: #1a1819;
  padding-left: 165px;
  font-size: 20px;
}
.four .news-title .title-box p.title {
  margin: 0px;
  line-height: 35px;
}
.four .news-title .title-box p.desc {
  font-size: 15px;
  line-height: 25px;
}
.four .news-title .more-box {
  float: right;
}
.four .news-title .more-box a {
  margin-top: 1px;
  padding: 5px 15px;
  border: 1px solid;
  color: black;
  display: block;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.four .news-title .more-box a:hover {
  background: black;
  padding-left: 15px;
  color: white;
  border-color: black;
  text-decoration: none;
}
.four .news-list ul {
  padding: 0px;
  margin: 20px 0px 0px;
  list-style: none;
}
.four .news-list ul li {
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  margin-bottom: 14px;
  position: relative;
}
.four .news-list ul li .timelist {
  width: 13%;
  float: left;
  text-align: center;
  background: black;
  padding: 5px 0px;
  transition: all 300ms ease 0s;
}
.four .news-list ul li .timelist .day {
  margin: 0px;
  font-size: 52px;
  color: white;
}
.four .news-list ul li .timelist .time {
  display: inline-block;
  line-height: 30px;
  color: white;
  font-size: 17px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.four .news-list ul li .contentlist {
  width: 87%;
  background: #cccccc;
  position: absolute;
  right: 0px;
  height: 100%;
  padding: 15px 0px 0px 30px;
  transition: all 300ms ease 0s;
}
.four .news-list ul li .contentlist h3.title {
  font-size: 20px;
  line-height: 30px;
  color: black;
  margin: 0px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 78%;
}
.four .news-list ul li .contentlist p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.four .news-list ul li:hover .contentlist {
  background: black;
}
.four .news-list ul li:hover .contentlist h3 {
  color: white;
}
.four .news-list ul li:hover .contentlist p {
  color: white;
}

.five {
  padding: 20px 0px;
}
.five .msg .left-body {
  padding: 30px 0;
}
.five .msg .left-body form .form-group {
  margin: 0 0 15px 0;
}
.five .msg .left-body form .form-group button {
  width: 100%;
  background-color: #2e3332;
  border: none;
  transition: all 300ms ease 0s;
  color: white;
}
.five .msg .left-body form .form-group button:hover {
  background-color: #787878;
  color: white;
}
.five .tel {
  padding-top: 30px;
}
.five .tel .tel-title h3 {
  color: black;
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
}
.five .tel .tel-title h3 span {
  color: black;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}
.five .tel .tel-body .phonebox {
  margin-top: 14px;
}
.five .tel .tel-body .phonebox img {
  display: inline-block;
  vertical-align: top;
}
.five .tel .tel-body .phonebox .phonetitle {
  display: inline-block;
  padding-left: 10px;
}
.five .tel .tel-body .phonebox .phonetitle h3 {
  color: black;
  margin: 0px;
  font-size: 16px;
}
.five .tel .tel-body .phonebox .phonetitle p {
  color: black;
  font-size: 28px;
  font-weight: bold;
}

.pro_con {
  padding: 30px;
}

.news_con {
  padding: 30px;
}
.news_con .ny_right .content .other_list li {
  background-color: white;
  margin-bottom: 20px;
  border-width: 10px;
  border-style: solid;
  border-color: #f7f7f7;
  border-image: initial;
  padding: 15px;
  transition: all 0.3s ease 0s;
}
.news_con .ny_right .content .other_list li h4 {
  font-size: 22px;
  margin: 0px 0px 20px;
}
.news_con .ny_right .content .other_list li h4 a {
  color: #373737;
}
.news_con .ny_right .content .other_list li p.des {
  color: #656565;
}
.news_con .ny_right .content .other_list li p.info {
  margin-bottom: 0px;
  font-size: 16px;
  color: #a3afb7;
  margin-top: 10px;
}
.news_con .ny_right .content .other_list li p.info span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #header .topbox {
    display: none;
  }
  #header .topnav {
    background: #ffffff;
  }
  #header .topnav .navbar-default {
    background: #ffffff;
  }
  #header .topnav .navbar-default .navbar-brand {
    display: block;
    padding: 0;
  }
  #header .topnav .navbar-default .navbar-nav {
    background: #1a1819;
  }

  .fullSlide .index-case {
    display: none;
  }

  .one .prod-right {
    padding: 0 15px;
    margin-top: 20px;
  }

  .four {
    padding: 50px 15px;
  }
  .four .news-list ul li .timelist {
    width: 30%;
  }
  .four .news-list ul li .contentlist {
    width: 70%;
  }

  .single_con {
    padding: 15px;
  }

  .news_con {
    padding: 0;
    margin-top: 20px;
  }
  .news_con img {
    width: 100%;
  }
  .news_con .ny_left {
    display: none;
  }

  .pro_con {
    padding: 0;
    margin-top: 30px;
  }
  .pro_con img {
    width: 100%;
  }
  .pro_con .ny_left {
    display: none;
  }
  .pro_con .ny_right .prod-ul {
    padding-left: 10px;
  }
  .pro_con .ny_right .prod-ul li {
    padding: 0 10px 0 0;
  }
  .pro_con .ny_right .crumbs-title {
    margin-left: -5px;
  }
}

/*# sourceMappingURL=style.css.map */
