body {
  background: #fff;
}
.header {
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  overflow: hidden;
}
.header .logo {
  float: left;
  margin-top: 4px;
}
.header .logo a {
  display: block;
}
.header .logo a span {
  font-size: 0;
}
.header .sub-logo {
  float: left;
  line-height: 86px;
  font-size: 18px;
  color: #f00;
}
.header .nav {
  float: left;
  margin-left: 30px;
}
.header .nav li {
  float: left;
  margin-right: 13px;
  border-top: 4px solid transparent;
}
.header .nav li.active {
  border-top-color: #f00;
}
.header .nav li.active a {
  color: #f00;
}
.header .nav li:hover {
  border-top-color: #f00;
}
.header .nav li:hover a {
  color: #f00;
}
.header .nav li a {
  display: block;
  padding: 33px 10px;
  font-size: 16px;
  color: #333;
}
.nav-info {
  width: 100%;
  height: 80px;
  background-color: #f6f6f6;
  background-image: url("../images/bg.png");
}
.nav-info h3 {
  line-height: 80px;
  font-size: 24px;
}
.about {
  padding-top: 50px;
  width: 100%;
  height: 100%;
}
.about .about-l {
  float: left;
  width: 300px;
  color: #333;
}
.about .about-l .title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
}
.about .about-l .about-menu li {
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e7e7;
}
.about .about-l .about-menu li a {
  font-size: 16px;
  color: #333;
}
.about .about-l .about-menu li a.active {
  color: #f00;
}
.about .about-l .about-menu li a i {
  vertical-align: middle;
}
.about .about-r {
  float: left;
  width: 850px;
  margin-left: 50px;
}
.about .about-r .about-cont {
  font-size: 14px;
  margin-bottom: 18px;
}
.about .about-r .swiper-container {
  margin-top: 40px;
  width: 600px;
  height: 400px;
}
.about .about-r .swiper-container img {
  width: 100%;
}
.news {
  padding-top: 50px;
  width: 100%;
}
.news .news-l {
  float: left;
  width: 250px;
}
.news .news-l .title {
  margin-bottom: 18px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.news .news-l .news-remond-list .news-remond-item {
  position: relative;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
}
.news .news-l .news-remond-list .news-remond-item a {
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}
.news .news-l .news-remond-list .news-remond-item a:hover {
  color: #f00;
}
.news .news-l .news-remond-list .news-remond-item a i {
  position: absolute;
  margin-left: -16px;
}
.news .news-r {
  float: left;
  margin-left: 50px;
  width: 850px;
}
.news .news-r .news-list .news-item {
  margin-bottom: 65px;
}
.news .news-r .news-list .news-item .news-item-l {
  float: left;
}
.news .news-r .news-list .news-item .news-item-l .time {
  display: block;
  padding: 8px 0 5px;
  width: 82px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #e10707;
  color: #fff;
}
.news .news-r .news-list .news-item .news-item-l .time em {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.news .news-r .news-list .news-item .news-item-l i {
  display: block;
  width: 82px;
  line-height: 55px;
  font-size: 30px;
  text-align: center;
  color: #e10707;
  background: #eef0f2;
}
.news .news-r .news-list .news-item .news-item-r {
  float: left;
  margin-left: 30px;
  width: 640px;
}
.news .news-r .news-list .news-item .news-item-r .news-title {
  margin-bottom: 30px;
  line-height: 27px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.news .news-r .news-list .news-item .news-item-r .news-desc {
  margin-bottom: 20px;
}
.news .news-r .news-list .news-item .news-item-r .news-desc a {
  line-height: 1.5;
  color: #747474;
  font-size: 16px;
}
.news .news-r .news-title {
  margin-bottom: 28px;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
}
.news .news-r .news-content {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #747474;
}
.mod-product {
  padding-top: 50px;
}
.mod-product .mod-product-l {
  float: left;
  width: 250px;
}
.mod-product .mod-product-l .title {
  margin-bottom: 18px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.mod-product .mod-product-l .category-list li {
  position: relative;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
}
.mod-product .mod-product-l .category-list li:hover a,
.mod-product .mod-product-l .category-list li.active a {
  color: #f00;
}
.mod-product .mod-product-l .category-list li a {
  display: block;
  color: #333;
  font-size: 16px;
}
.mod-product .mod-product-l .category-list li a i {
  position: absolute;
  margin-left: -16px;
  top: 14px;
  vertical-align: middle;
}
.mod-product .mod-product-l .category-list li.l3 {
  padding-left: 30px;
}
.mod-product .mod-product-l .contact {
  width: 100%;
  margin-top: 40px;
}
.mod-product .mod-product-l .contact .form-group {
  margin-bottom: 14px;
}
.mod-product .mod-product-l .contact .form-group input {
  box-sizing: border-box;
  padding-left: 10px;
  width: 100%;
  height: 28px;
  line-height: 30px;
  border: 1px solid #ccc;
}
.mod-product .mod-product-l .contact .form-group textarea {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
}
.mod-product .mod-product-l .contact .btn-sub {
  display: block;
  width: 190px;
  height: 40px;
  cursor: pointer;
  background: #e80707;
  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.mod-product .mod-product-l .contact .btn-sub:hover {
  background: rgba(247,146,103,0.95);
}
.mod-product .mod-product-r {
  float: left;
  width: 850px;
  margin-left: 50px;
  overflow: hidden;
}
.mod-product .mod-product-r .mod-product-r-title {
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 14px;
  color: #747474;
}
.mod-product .mod-product-r .mod-product-r-list .mod-product-r-item {
  margin-bottom: 40px;
}
.mod-product .mod-product-r .mod-product-r-list .mod-product-r-item .mod-product-r-item-title {
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 14px;
  color: #747474;
}
.mod-product .mod-product-r .mod-product-r-list .mod-product-r-item-cont .sub-cont {
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 14px;
  color: #747474;
}
.mod-product .mod-product-r .mod-product-r-list .mod-product-r-item-cont .desc {
  float: left;
  margin-right: 48px;
}
.mod-product .mod-product-r .mod-product-r-list .mod-product-r-item-cont .desc img {
  display: block;
  width: 235px;
  height: 175px;
}
.mod-product .mod-product-r .mod-product-r-list .mod-product-r-item-cont .desc span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #747474;
}
.mod-product .mod-product-r .category-list {
  margin-bottom: 55px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  overflow: hidden;
}
.mod-product .mod-product-r .category-list .category-item {
  float: left;
  margin-right: 30px;
  border-top: 1px solid transparent;
}
.mod-product .mod-product-r .category-list .category-item.active {
  border-top: 1px solid #f00;
}
.mod-product .mod-product-r .category-list .category-item.active a {
  color: #f00;
}
.mod-product .mod-product-r .category-list .category-item a {
  display: block;
  font-size: 18px;
}
.mod-product .mod-product-r .products-list .products-item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 6px;
}
.mod-product .mod-product-r .products-list .products-item .product-top {
  display: block;
  position: relative;
  height: 200px;
  overflow: hidden;
}
.mod-product .mod-product-r .products-list .products-item .product-top:hover .product-layout {
  left: 0;
}
.mod-product .mod-product-r .products-list .products-item .product-top img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-product .mod-product-r .products-list .products-item .product-top span {
  display: block;
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0;
  line-height: 35px;
  font-size: 24px;
  background: rgba(157,42,37,0.7);
  text-align: center;
  color: #fff;
}
.mod-product .mod-product-r .products-list .products-item .product-top .product-layout {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(232,7,7,0.43)), color-stop(1, rgba(232,7,7,0.43)));
  background-image: -webkit-linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  background-image: -moz-linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  background-image: -ms-linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  background-image: -o-linear-gradient(top, rgba(232,7,7,0.43) 0%, rgba(232,7,7,0.43) 100%);
  z-index: 100;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
}
.mod-product .mod-product-r .products-list .products-item .product-top .product-layout .product-layout-top {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -55px;
}
.mod-product .mod-product-r .products-list .products-item .product-top .product-layout .product-layout-top a {
  display: inline-block;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  color: rgba(232,7,7,0.43);
}
.mod-product .mod-product-r .products-list .products-item .product-top .product-layout .product-layout-top a:first-child {
  margin-left: 0;
}
.mod-product .mod-product-r .products-list .products-item .product-top .product-layout .product-layout-top a:first-child i {
  margin-left: 10px;
}
.mod-product .mod-product-r .products-list .products-item .product-top .product-layout .product-layout-top a:hover {
  background: #fff;
}
.mod-product .mod-product-r .products-list .products-item .product-top .product-layout .product-layout-title {
  position: absolute;
  top: 120px;
  font-size: 16px;
  background: none;
}
.mod-product .mod-product-r .products-list .products-item .product-bottom {
  margin: 20px 0;
}
.mod-product .mod-product-r .products-list .products-item .product-bottom a {
  display: block;
  line-height: 27px;
  font-size: 18px;
}
.mod-product .mod-product-r .products-list .products-item .product-bottom a.product-desc {
  font-size: 14px;
}
.mod-product .mod-product-r .detail-content {
  padding-top: 10px;
  width: 100%;
}
.mod-product .mod-product-r .detail-content .detail-menu li {
  float: left;
  width: 33.2%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #e7e7e7;
  border-top: 2px solid transparent;
  border-left: 1px solid #f1f2f2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mod-product .mod-product-r .detail-content .detail-menu li:hover {
  background: #fff;
  border-top-color: #f1f1f1;
}
.mod-product .mod-product-r .detail-content .detail-menu li.active {
  background: #fff;
  border-top-color: #f00;
}
.mod-product .mod-product-r .detail-content .detail-menu li a {
  display: block;
  font-size: 16px;
}
.mod-product .mod-product-r .detail-content .detail-menu li a i {
  margin-right: 10px;
}
.mod-product .mod-product-r .detail-content .detail-cont {
  width: 100%;
  height: 600px;
  position: relative;
}
.mod-product .mod-product-r .detail-content .detail-cont .cont {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 850px;
  padding: 15px;
  border: 1px solid #f1f2f2;
  border-top: none;
  line-height: 1.5;
  font-size: 14px;
  color: #747474;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mod-product .mod-product-r .detail-content .detail-cont .cont ~ .cont {
  opacity: 0;
}
.contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact .contact-l {
  float: left;
  width: 528px;
}
.contact .contact-l .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.contact .contact-l .info {
  color: #747474;
  font-size: 16px;
}
.contact .contact-l a {
  display: block;
  color: #747474;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact .contact-l a:hover {
  color: #f00;
}
.contact .contact-r {
  float: left;
  margin-left: 50px;
  width: 620px;
}
.contact .contact-r .form-group {
  margin-bottom: 20px;
}
.contact .contact-r .form-group input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding-left: 10px;
  height: 30px;
  border: 1px solid #ccc;
}
.contact .contact-r .form-group textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  height: 150px;
  border: 1px solid #ccc;
}
.contact .contact-r .btn-sub {
  display: block;
  width: 190px;
  height: 40px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #e80707;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .contact-r .btn-sub:hover {
  background: rgba(247,146,103,0.95);
}
.foot {
  margin-top: 40px;
  padding: 43px 0 40px;
  background-color: #363839;
  border-color: #e9eaee;
  border-top-width: 12px;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.foot .wrap {
  width: 1024px;
}
.foot .wrap dl {
  float: left;
  width: 240px;
  height: 150px;
}
.foot .wrap dl dt {
  margin-bottom: 25px;
  font-size: 18px;
  color: #bfbfbf;
}
.foot .wrap dl dd {
  line-height: 22px;
  color: #bfbfbf;
}
.foot .wrap dl dd a {
  color: #bfbfbf;
  font-size: 14px;
}
.foot .wrap dl dd a:hover {
  color: #f00;
}
.foot .wrap dl:first-child {
  margin-right: 75px;
}
.foot .wrap dl:last-child {
  width: 469px;
}
.foot .wrap dl:last-child dd {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.foot .wrap dl:last-child dd .form input {
  width: 290px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #101114;
  background: #c3c1c0;
  border: 1px solid #ccc;
}
.foot .wrap dl:last-child dd .form .btn-sub {
  display: inline-block;
  padding: 7px 40px;
  cursor: pointer;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.footer {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #282a2b;
}
.footer .wrap {
  width: 1024px;
}
.footer .wrap p {
  color: #8c8c8c;
}
.goTop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #7a6e6e;
  text-align: center;
  color: #f00;
}
.goTop:hover {
  background: #f00;
  color: #fff;
}
.goTop i {
  font-size: 18px;
}
