/**
 * style.less
 * 层叠样式表
 */
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1481266234445');
  src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1481266234445') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');

  /* IE9*/
  /* iOS 4.1- */
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, "PingFang SC";
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited,
a:link {
  color: inherit;
  text-decoration: none;
}
.img-box {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}
.img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-box img[src=""],
.img-box img:not([src]) {
  border: 0;
  opacity: 0;
}
.header {
  height: 150px;
}
@media (max-width: 991px) {
  .header {
    height: 75px;
  }
}
.header .container {
  position: relative;
}
@media (max-width: 767px) {
  .header .container {
    padding: 0;
  }
}
.header .top {
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 991px) {
  .header .top {
    border-bottom: none;
  }
}
.header .top .top-1 {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  overflow: visible;
}
.header .top .info p {
  display: inline-block;
  color: #a3a3a3;
  font-size: 16px;
  margin-left: 26px;
  margin-bottom: 0;
}
.header .top .info a:hover {
  color: #df3842;
}
@media (max-width: 1199px) {
  .header .top .info {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .header .top .info {
    display: none;
  }
}
.header .logo {
  height: 100%;
  padding: 16px 0;
  max-width: 390px;
  float: left;
}
.header .logo img {
  width: 100%;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .header .logo {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    float: left;
    padding-left: 15px;
  }
}
.header .search {
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1199px) {
  .header .search {
    top: 24px;
    right: 15px;
    display: block;
  }
}
@media (max-width: 991px) {
  .header .search {
    top: 24px;
    right: 70px;
    display: block;
  }
}
.header .search a {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: url(../images/search-phone.png) no-repeat;
  background-size: cover;
}
.header .query {
  float: left;
  line-height: 34px;
  position: relative;
  width: 230px;
  height: 34px;
  padding-left: 19px;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .header .query {
    display: none;
  }
}
.header .query input {
  width: 190px;
  height: 28px;
  line-height: 28px;
  border: none;
  outline: none;
  font-size: 12px;
  padding-left: 20px;
  color: #cccccc;
}
.header .query a.btn {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 22px;
  height: 22px;
  background: url(../images/search.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header .query {
    padding-left: 20px;
    width: 200px;
  }
  .header .query input {
    width: 150px;
  }
}
.header .searchbox {
  font-size: 1.4rem;
  line-height: 48px;
  position: absolute;
  z-index: 9999;
  display: none;
  width: 100%;
  padding: 5px 12px;
  vertical-align: middle;
  background: #f4f4f4;
}
.header .searchbox input:focus {
  border-color: #df3842;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(223, 56, 66, 0.3);
}
.header .searchbox input[type='submit'] {
  width: 28%;
}
.header .searchbox input {
  line-height: 22px;
  width: 70%;
  margin: 0;
  padding: 5px 10px;
  color: #666;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
.header .nav {
  width: 100%;
}
@media (max-width: 991px) {
  .header .nav {
    display: none;
  }
}
.header .nav > .item {
  float: left;
  line-height: 48px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media (max-width: 991px) {
  .header .nav > .item {
    line-height: 40px;
  }
}
.header .nav > .item > a {
  text-transform: uppercase;
}
.header .nav > .item:hover {
  color: #df3842;
}
.header .nav > .item:hover .level-2 {
  height: auto;
  color: #666;
}
.header .nav > .item:hover.more a::after {
  color: #df3842;
}
.header .nav > .item:hover .bg {
  opacity: 1;
}
.header .nav > .item.more a::after {
  content: '\e602';
  font-family: "iconfont";
  font-size: 18px;
  color: #cccccc;
}
.header .nav > .item a {
  display: block;
  padding: 0 25px;
  /*padding: 0 30px;*/
}
@media (max-width: 1199px) {
  .header .nav > .item a {
    padding: 0 12px;
  }
}
.header .nav .level-2 {
  position: absolute;
  top: 48px;
  z-index: 9;
  line-height: 2.14285714;
  background-color: #fff;
  min-width: 220px;
  display: none;
  color: #666;
  padding: 0 30px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.23);
  border-radius: 1px;
}
@media (max-width: 991px) {
  .header .nav .level-2 {
    top: 110px;
  }
}
.header .nav .level-2 li {
  list-style: none;
}
.header .nav .level-2 li:hover a {
  color: #df3842;
}
.header .nav .level-2 li:first-child {
  margin-top: 22px;
}
.header .nav .level-2 li:last-child {
  margin-bottom: 22px;
}
.header .nav .level-2 a {
  padding: 0;
  font-size: 13px;
  line-height: 2.76923077;
}
.header .nav .level-2 a::after {
  display: none;
}
.header .navigation {
  line-height: 48px;
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  left: 0;
  display: none;
  overflow: visible;
  border-top: solid 2px #df3842;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.23);
}
.header .navigation .level-1 > li.more::after,
.header .navigation .level-2 > li::before,
.header .navigation .level-3 > li::after,
.header .navigation .level-3 > li::before {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 12px;
  height: 12px;
  content: '';
  background: url(../images/menu.png) no-repeat;
  background-size: cover;
}
.header .navigation .level-1 {
  padding: 0;
}
.header .navigation .level-1 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: inherit;
}
.header .navigation .level-1 li {
  position: relative;
}
.header .navigation .level-1 > li > a {
  padding: 0 2em 0 1em;
}
.header .navigation .level-1 > li::after {
  background-position: -36px 0;
}
.header .navigation .level-1 > li.active::after,
.header .navigation .level-1 > li:hover::after {
  background-position: -96px 0;
}
.header .navigation .level-1 > li.more::after {
  background-position: -12px 0;
}
.header .navigation .level-1 > li.more:hover::after {
  background-position: -72px 0;
}
.header .navigation .level-1 > li.more.active::after {
  background-position: -84px 0;
}
.header .navigation .level-1 > li.active > a,
.header .navigation .level-1 > li:hover > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.header .navigation .level-2 {
  display: none;
  padding: 0;
}
.header .navigation .level-2 a {
  padding: 0 2em 0 3em;
}
.header .navigation .level-2 li:last-child {
  border-bottom: none;
}
.header .navigation .level-2 > li::before {
  right: auto;
  left: 1.5em;
  background-position: 0 0;
}
.header .navigation .level-2 > li::after {
  background-position: -48px 0;
}
.header .navigation .level-2 > li.more.active::after {
  background-position: -84px 0;
}
.header .navigation .level-2 > li.more::after {
  background-position: -12px 0;
}
.header .navigation .level-3 {
  line-height: 40px;
  display: none;
  padding: 0;
}
.header .navigation .level-3 a {
  font-size: .8em;
  padding-left: 4em;
}
.header .navigation .level-3 > li::before {
  right: auto;
  left: 2em;
  background-position: 0 0;
}
.header .navigation .level-3 > li::after {
  background-position: -48px 0;
}
.header .navigation .level-3 > li.more.active::after {
  background-position: -84px 0;
}
.header .navigation .level-3 > li.more::after {
  background-position: -12px 0;
}
.header .toggle {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .header .toggle {
    display: block;
  }
}
.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after {
  position: absolute;
  width: 30px;
  height: 4px;
  transition-duration: .5s;
  border-radius: 2px;
  background: #df3842;
}
.header .toggle .icon {
  top: 18.75px;
  left: 9px;
}
.header .toggle .icon::before,
.header .toggle .icon::after {
  left: 0;
  content: '';
  background: inherit;
}
.header .toggle .icon::before {
  top: -9px;
}
.header .toggle .icon::after {
  top: 9px;
}
.header.nav-open .toggle .icon {
  width: 0;
}
.header.nav-open .toggle .icon::before {
  transform: translateY(9px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
  transform: translateY(-9px) rotate(-45deg);
}
.online {
  width: 50px;
  z-index: 3;
  position: fixed;
  right: 0;
  top: 40%;
}
@media (max-width: 767px) {
  .online {
    display: none;
  }
}
.online div {
  position: relative;
}
.online div:hover p {
  transform: translateX(0px);
}
.online > div > a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/online.png) no-repeat rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 9;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 2px;
}
.online > div > a:last-child {
  border-bottom: none;
}
.online > div > a.online-1 {
  background-position: 0px 0px;
}
.online > div > a.online-2 {
  background-position: 0 -50px;
}
.online > div > a.online-3 {
  background-position: 0 -100px;
}
.online > div > a.online-4 {
  background-position: 0 -150px;
}
.online > div > a.online-5 {
  background-position: 0 -200px;
}
.online > div > a.online-6 {
  background-position: 0 -250px;
}
.online > div > a:hover {
  background-color: rgba(223, 56, 66, 0.75);
}
.online > div > a.online-1 img {
  display: block;
  width: 150px;
  height: 150px;
  padding: 6px;
  border: 2px solid rgba(223, 56, 66, 0.75);
  position: absolute;
  right: 54px;
  top: 0px;
  z-index: 999;
  display: none;
}
.online p {
  border: 2px solid rgba(223, 56, 66, 0.75);
  position: absolute;
  right: 54px;
  width: 220px;
  padding: 0 10px;
  height: 52px;
  display: block;
  line-height: 48px;
  text-align: center;
  top: 0px;
  z-index: 0;
  background-color: #fff;
  transform: translateX(280px);
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #d8d8d8;
}
.banner img {
  width: 100%;
  display: block;
}
@media (max-width: 1199px) {
  .banner .owl-theme {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 991px) {
  .banner .owl-theme {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 767px) {
  .banner .owl-theme {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
  }
}
.banner .owl-theme .owl-controls {
  margin: 0;
}
.banner .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 26px;
}
@media (max-width: 991px) {
  .banner .owl-theme .owl-controls .owl-pagination {
    bottom: 12px;
  }
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 30px;
  height: 4px;
  margin: 0 4px;
  background-color: #fff;
  opacity: 1;
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background-color: #df3842;
}
.banner .owl-theme .owl-controls .owl-buttons {
  display: none;
}
.banner h3 {
  position: absolute;
  top: 30%;
  font-size: 30px;
  color: #eeeeee;
}
@media (max-width: 480px) {
  .banner h3 {
    top: 10%;
  }
}
.banner h3 b {
  color: #fff;
}
.box {
  padding-top: 100px;
}
@media (max-width: 480px) {
  .box {
    padding-top: 50px;
  }
}
.title {
  text-align: center;
  position: relative;
  margin-bottom: 12px;
}
.title h2 {
  font-size: 20px;
  position: relative;
  margin: 0;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 3px solid #cccccc;
}
.title h2::after {
  content: '';
  display: block;
  width: 40%;
  height: 3px;
  background-color: #df3842;
  position: absolute;
  bottom: -3px;
}
.title p {
  margin: 0;
  color: #999;
  margin-top: 14px;
}
.title a.more {
  display: inline-block;
  width: 82px;
  height: 24px;
  line-height: 24px;
  background-color: #444444;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.title a.more:hover {
  background-color: #df3842;
}
.box-product .list {
  margin-top: 30px;
  text-align: center;
}
.box-product .list .pic {
  position: relative;
}
.box-product .list .pic .img-box {
  padding-bottom: 80%;
}
.box-product .list .mask {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 9px;
  opacity: 0;
  background-color: rgba(223, 56, 66, 0.83);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.box-product .list .mask p {
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: block;
  margin: 0;
  padding-top: 30px;
  border: 1px solid #cba7a9;
  color: #fff;
  position: relative;
  display: flex;
  text-align: center;
}
.box-product .list .mask p span {
  display: block;
  margin: auto;
  text-align: center;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.box-product .list .mask p span::after {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-top: 20px;
  background: url(../images/icon.png) no-repeat;
  background-position: -192px 0;
}
.box-product .list h4 {
  margin: 0;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.83);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.box-product .list:hover .mask {
  opacity: .83;
  background-color: #df3842;
}
.box-product .list:hover .mask p span {
  transform: translateY(-6px);
}
.box-product .list:hover h4 {
  color: #fff;
  background-color: rgba(223, 56, 66, 0.83);
}
.box-product a.more {
  display: block;
  margin-top: 20px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #444444;
  color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.box-product a.more::after {
  content: '';
  display: inline-block;
  width: 64px;
  height: 24px;
  background: url(../images/icon.png) no-repeat;
  background-position: -256px 0;
}
.box-product a.more:hover {
  background-color: #df3842;
}
.box-about .title {
  text-align: left;
}
.box-about .video {
  position: relative;
  overflow: hidden;
  padding: 24px;
  margin-top: 34px;
  border: 1px solid #dbd9d9;
}
@media (max-width: 991px) {
  .box-about .video {
    margin-bottom: 50px;
  }
}
.box-about .video .img-box {
  padding-bottom: 71.42857143%;
  background-color: #000;
}
.box-about .video .video-box {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.box-about .video .iframe {
  display: none;
  width: 100%;
}
.box-about .video .play {
  display: inline-block;
  width: 57px;
  height: 56px;
  background: url(../images/play.png) no-repeat;
  background-size: cover;
}
.box-about .video:hover img {
  opacity: .8;
}
.box-about .text {
  padding: 30px;
  margin-top: 34px;
  border: 1px solid #dbd9d9;
  overflow: hidden;
  color: #888888;
}
@media (max-width: 480px) {
  .box-about .text {
    padding: 30px 15px;
  }
}
.box-about .text .list {
  width: 54%;
  float: left;
  padding-right: 20px;
  border-right: 1px solid #e7e6e6;
}
@media (max-width: 767px) {
  .box-about .text .list {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.box-about .text .list p {
  font-size: 16px;
  margin: 0;
  line-height: 2;
  display: flex;
  padding-left: 20px;
  position: relative;
}
.box-about .text .list p::before {
  content: '•';
  display: inline-block;
  color: #df3842;
  margin-right: 10px;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.box-about .text .note {
  width: 46%;
  float: left;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .box-about .text .note {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-left: 0;
    border-top: 1px solid #e7e6e6;
  }
}
.box-about .text .note p {
  font-size: 16px;
  margin: 0;
  line-height: 2;
}
.box-news {
  padding-bottom: 100px;
}
.box-news .list {
  margin-top: 45px;
}
.box-news .list:hover .pic a.more {
  opacity: 1;
}
.box-news .list:hover .n-title h3 {
  color: #df3842;
}
.box-news .pic {
  overflow: hidden;
  position: relative;
}
.box-news .pic .img-box {
  padding-bottom: 65%;
}
.box-news .pic a.more {
  position: absolute;
  bottom: 18px;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 224px;
  display: block;
  padding: 0 56px;
  height: 38px;
  line-height: 38px;
  border-radius: 10px;
  text-align: center;
  background-color: #df3842;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.box-news .pic a.more::after {
  font-family: "iconfont";
  content: '\e6f9';
  margin-left: 10px;
  float: right;
  font-size: 20px;
  opacity: .8;
  margin-top: 2px;
}
.box-news a {
  display: block;
}
.box-news .n-title {
  margin-top: 24px;
  overflow: hidden;
}
.box-news .n-title .date {
  width: 64px;
  height: 60px;
  background-color: #df3842;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 6px;
  float: left;
  margin-right: 20px;
}
.box-news .n-title .date p {
  margin: 0;
}
.box-news .n-title h3 {
  font-size: 18px;
  margin: 8px 0;
  line-height: 1.33333333;
  overflow: hidden;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-news .note {
  margin-top: 14px;
}
.box-news .note p {
  color: #666666;
  line-height: 1.71428571;
  overflow: hidden;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-news .note span {
  display: inline-block;
  color: #999999;
  margin-right: 30px;
  margin-top: 20px;
}
.box-news .note span:last-child {
  margin-right: 0;
}
.box-news .note span:last-child::before {
  content: '\e706';
  margin-top: -2px;
}
.box-news .note span::before {
  font-family: "iconfont";
  content: '\e67e';
  color: #cccccc;
  font-size: 20px;
  margin-right: 10px;
  float: left;
  margin-top: -4px;
}
.box-footer {
  background-color: #363333;
  color: #999999;
  padding: 36px 0 56px;
}
.box-footer h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
.box-footer .foot-nav {
  width: 48%;
  float: left;
  overflow: hidden;
}
@media (max-width: 991px) {
  .box-footer .foot-nav {
    width: 100%;
  }
}
.box-footer .foot-nav > div {
  width: 40%;
  float: left;
}
.box-footer .foot-nav > div:last-child {
  width: 60%;
}
.box-footer .foot-nav > div a {
  display: block;
  line-height: 2.14285714;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.box-footer .foot-nav > div a::before {
  content: '>';
  margin-right: 8px;
}
.box-footer .foot-nav > div a:hover {
  color: #fff;
  transform: translateX(6px);
}
.box-footer .foot-message {
  width: 22%;
  float: left;
}
@media (max-width: 991px) {
  .box-footer .foot-message {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .box-footer .foot-message {
    width: 100%;
  }
}
.box-footer .foot-message .text {
  position: relative;
}
.box-footer .foot-message .text::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 6px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #525252;
  border-right: 10px solid transparent;
}
.box-footer .foot-message .text.text-1::before {
  bottom: 5px;
}
.box-footer .foot-message input,
.box-footer .foot-message textarea {
  margin-top: 10px;
  width: 100%;
  background: none;
  border: none;
  font-size: 12px;
  border-bottom: 1px solid #424545;
  line-height: 38px;
  padding: 0 12px;
  outline: none;
}
.box-footer .foot-message textarea {
  line-height: 30px;
  resize: vertical;
}
.box-footer .foot-message ::-webkit-input-placeholder {
  color: #999999;
}
.box-footer .foot-message .send {
  color: #fff;
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  text-decoration: underline;
}
.box-footer .foot-message .send::before {
  content: '>';
  float: left;
  margin-right: 6px;
}
.box-footer .foot-message .send:hover {
  color: #df3842;
}
.box-footer .foot-contact {
  width: 30%;
  float: left;
  padding-left: 6%;
}
@media (max-width: 991px) {
  .box-footer .foot-contact {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .box-footer .foot-contact {
    width: 100%;
    padding-left: 0;
  }
}
.box-footer .foot-contact .note p {
  display: flex;
  color: #999999;
}
.box-footer .foot-contact .note p::before {
  font-family: "iconfont";
  content: '\e60d';
  color: #fff;
  margin-right: 10px;
  display: block;
  float: left;
  width: 20px;
  font-size: 18px;
}
.box-footer .foot-contact .note p.icon-2::before {
  content: '\e69f';
}
.box-footer .foot-contact .note p.icon-3::before {
  content: '\e680';
}
.box-footer .foot-contact .note p.icon-4::before {
  content: '\e752';
  font-size: 15px;
}
.box-footer .foot-contact .note p.icon-5::before {
  content: '\e646';
  font-size: 15px;
}
.box-footer .foot-contact .note p.icon-6::before {
  content: '\e682';
  font-size: 14px;
}
.box-footer .foot-contact .note p.icon-7::before {
  content: '\e9d9';
  font-size: 18px;
}
.box-footer .foot-contact .note a:hover {
  text-decoration: underline;
}
.copyright {
  padding: 14px 0;
  background-color: #2d2a2a;
}
.copyright p {
  line-height: 1.42857143;
  margin: 0;
  color: #eeeeee;
  display: inline-block;
}
.copyright p a {
  font-style: italic;
  margin-left: 24px;
}
.copyright p a:hover {
  color: #fff;
}
.copyright .link {
  float: right;
  height: 20px;
}
@media (max-width: 767px) {
  .copyright .link {
    float: left;
    margin-top: 12px;
  }
}
.copyright .link a {
  display: inline-block;
  margin: 0 8px;
}
.copyright .link a:last-child {
  margin-right: 0;
}
.copyright .link a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: 0 0px;
}
.copyright .link a:hover {
  opacity: 0.6;
}
.copyright .link .link-2::after {
  background-position: -20px 0px;
}
.copyright .link .link-3::after {
  background-position: -40px 0px;
}
/**
 * page
 */
.page {
  overflow: hidden;
  text-align: center;
  clear: both;
  margin-top: 10px;
}
.page a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #999999;
  border-radius: 50%;
  border: 1px solid #999999;
  margin: 0 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.page a:first-child::before,
.page a:last-child::before {
  font-family: "iconfont";
  content: '\e9da';
  font-size: 18px;
}
.page a:first-child::before {
  content: '\e683';
}
.page a.active,
.page a:hover {
  background-color: #df3842;
  border-color: #df3842;
  color: #fff;
}
.sub-box {
  height: 62px;
  margin-top: -62px;
}
.sub-box .category {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 62px;
  max-width: 1170px;
  padding: 0 20px;
  background-color: rgba(223, 56, 66, 0.9);
}
.sub-box .category ul {
  position: absolute;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding: 22px 20px;
  white-space: nowrap;
}
.sub-box .category ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  list-style: none;
}
.sub-box .category ul li:hover a,
.sub-box .category ul li.active a {
  border-bottom: 2px solid #e6aeb0;
}
.sub-box .category ul a {
  line-height: 18px;
  margin: 0 8px;
  color: #fff;
}
.wrap-location {
  margin-top: 30px;
}
.wrap-location .location {
  float: right;
}
.wrap-location a {
  color: #999999;
  font-size: 12px;
}
.wrap-location a::after {
  content: '/';
  margin: 0 4px;
}
.wrap-location a:last-child::after {
  display: none;
}
.wrap-location a:hover {
  color: #df3842;
}
.wrap {
  padding: 40px 0 100px;
}
.wrap-about h3 {
  text-align: center;
  margin: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .wrap-about h3 {
    font-size: 20px;
  }
}
.wrap-about p {
  margin: 0;
  color: #666666;
  line-height: 1.85714286;
}
.wrap-about img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.wrap-honor .list {
  margin-bottom: 26px;
}
.wrap-honor .list:hover .pic {
  border-color: #df3842;
}
.wrap-honor .list:hover p {
  color: #df3842;
}
.wrap-honor .pic {
  padding: 18px;
  border: 1px solid #cccccc;
}
.wrap-honor .pic .img-box {
  padding-bottom: 150%;
}
.wrap-honor p {
  text-align: center;
  margin-top: 20px;
  color: #666666;
  height: 36px;
  overflow: hidden;
}
.wrap-video .list {
  margin-bottom: 30px;
}
.wrap-video .list p {
  margin-top: 14px;
  text-align: center;
  color: #999999;
}
.wrap-video .list:hover p {
  color: #df3842;
}
.wrap-video .video {
  background-position: top right;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #000;
}
.wrap-video .video .img-box {
  padding-bottom: 75%;
}
.wrap-video .video .video-box {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.wrap-video .video .iframe {
  display: none;
  width: 100%;
}
.wrap-video .video .play {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-product .list {
  margin-top: 30px;
  text-align: center;
}
.wrap-product .list .pic {
  position: relative;
}
.wrap-product .list .pic .img-box {
  padding-bottom: 80%;
}
.wrap-product .list .mask {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 9px;
  opacity: 0;
  background-color: rgba(223, 56, 66, 0.83);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.wrap-product .list .mask p {
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: block;
  margin: 0;
  padding-top: 30px;
  border: 1px solid #cba7a9;
  color: #fff;
  position: relative;
  display: flex;
  text-align: center;
}
.wrap-product .list .mask p span {
  display: block;
  margin: auto;
  text-align: center;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.wrap-product .list .mask p span::after {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-top: 20px;
  background: url(../images/icon.png) no-repeat;
  background-position: -192px 0;
}
.wrap-product .list h4 {
  margin: 0;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.83);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.wrap-product .list:hover .mask {
  opacity: .83;
  background-color: #df3842;
}
.wrap-product .list:hover .mask p span {
  transform: translateY(-6px);
}
.wrap-product .list:hover h4 {
  color: #fff;
  background-color: rgba(223, 56, 66, 0.83);
}
.wrap-product-list .list {
  margin-bottom: 30px;
}
.wrap-product-list .list p {
  margin-top: 14px;
  text-align: center;
  color: #999999;
  height: 38px;
    overflow: hidden;
}
.wrap-product-list .list:hover p {
  color: #df3842;
}
.wrap-product-list .pic .img-box {
  padding-bottom: 80%;
}
.wrap-product-show .album {
  width: 100%;
  position: relative;
}
.wrap-product-show .album .img-box {
  padding-bottom: 80%;
}
.wrap-product-show .album .img-box img {
  width: 100%;
}
.wrap-product-show .album .sync {
  margin: 0 -11px;
}
.wrap-product-show .album .sync1 {
  width: 100%;
}
.wrap-product-show .album .sync1 .item {
  width: 100%;
  background: #fff;
  text-align: center;
}
.wrap-product-show .album .sync2 {
  width: 100%;
  padding-top: 10px;
}
.wrap-product-show .album .sync2 .synced .item .img-box img {
  border-color: #df3842;
}
.wrap-product-show .album .sync2 .item {
  cursor: pointer;
  margin: 0 12px;
}
.wrap-product-show .album .owl-theme .owl-controls .owl-buttons {
  display: none;
}
.wrap-product-show .text h3 {
  font-size: 28px;
  margin: 60px 0 50px;
}
@media (max-width: 1199px) {
  .wrap-product-show .text h3 {
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .wrap-product-show .text h3 {
    margin: 30px 0 20px;
  }
}
.wrap-product-show .text h4 {
  font-size: 16px;
  color: #df3842;
}
.wrap-product-show .text .note p {
  color: #666666;
  line-height: 2.14285714;
  margin: 0;
}
.wrap-product-show .pre-next {
  float: right;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-product-show .pre-next {
    margin-top: 30px;
  }
}
.wrap-product-show .pre-next a {
  color: #888888;
  line-height: 18px;
  display: inline-block;
}
.wrap-product-show .pre-next a::before {
  font-family: "iconfont";
  content: '\e684';
  float: left;
  font-size: 16px;
  margin: 0 10px;
  color: #bebebe;
}
.wrap-product-show .pre-next a:hover {
  text-decoration: underline;
}
.wrap-product-show .pre-next a:first-child::before {
  float: right;
  content: '\e9db';
}
.wrap-product-show .parameter {
  padding: 30px 40px;
  border: 1px solid #e3e2e2;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .wrap-product-show .parameter {
    padding: 25px 15px;
  }
}
.wrap-product-show .parameter .note p {
  color: #666666;
  line-height: 2.14285714;
  margin: 0;
}
.wrap-product-show .p-title h3 {
  margin-top: 0;
  font-size: 24px;
}
.wrap-product-show .relate {
  padding: 30px 40px;
  border: 1px solid #e3e2e2;
  margin-top: 80px;
}
.wrap-product-show .relate .info {
  position: relative;
  margin: 36px -36px 30px 0;
}
.wrap-product-show .relate .owl-carousel {
  width: 100%;
  padding-right: -30px;
}
.wrap-product-show .relate .item {
  margin-right: 36px;
  text-align: center;
}
.wrap-product-show .relate .img-box {
  padding-bottom: 80%;
}
.wrap-product-show .relate .owl-pagination {
  display: none;
}
.wrap-product-show .relate .owl-controls .owl-buttons .owl-prev,
.wrap-product-show .relate .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 40%;
  width: 24px;
  height: 24px;
  float: right;
  padding: 0;
  margin: 0;
  background: none;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  opacity: 1;
}
.wrap-product-show .relate .owl-controls .owl-buttons .owl-prev::before,
.wrap-product-show .relate .owl-controls .owl-buttons .owl-next::before {
  font-family: "iconfont";
  content: '\e6c5';
  text-align: center;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .wrap-product-show .relate .owl-controls .owl-buttons .owl-prev,
  .wrap-product-show .relate .owl-controls .owl-buttons .owl-next {
    width: 24px;
    height: 24px;
  }
  .wrap-product-show .relate .owl-controls .owl-buttons .owl-prev::before,
  .wrap-product-show .relate .owl-controls .owl-buttons .owl-next::before {
    line-height: 24px;
  }
}
.wrap-product-show .relate .owl-controls .owl-buttons .owl-prev:hover,
.wrap-product-show .relate .owl-controls .owl-buttons .owl-next:hover {
  border-color: #aaa;
}
.wrap-product-show .relate .owl-controls .owl-buttons .owl-prev:hover::before,
.wrap-product-show .relate .owl-controls .owl-buttons .owl-next:hover::before {
  color: #aaa;
}
.wrap-product-show .relate .owl-controls .owl-buttons .owl-prev {
  left: -30px;
}
.wrap-product-show .relate .owl-controls .owl-buttons .owl-prev::before {
  content: '\e9cd';
}
.wrap-product-show .relate .owl-controls .owl-buttons .owl-next {
  right: 4px;
}
.wrap-product-show .display {
  margin-top: 80px;
}
.wrap-product-show .display .p-title {
  padding: 0 40px;
}
.wrap-product-show .display .img-box {
  margin-top: 36px;
  padding-bottom: 70%;
}
@media (max-width: 767px) {
  .wrap-product-show .display .img-box {
    margin-top: 15px;
  }
}
.wrap-news .pic {
  overflow: hidden;
}
.wrap-news .pic .img-box {
  padding-bottom: 55%;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.wrap-news .note {
  padding: 20px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.wrap-news .note h4 {
  margin: 0 0 14px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-news .note span {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
}
.wrap-news .note span::before {
  font-family: "iconfont";
  content: '\e706';
  font-size: 20px;
  float: left;
  color: #ccc;
  margin-right: 14px;
}
.wrap-news .note p {
  font-size: 12px;
  line-height: 2;
  height: 72px;
  color: #999999;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wrap-news .list {
  margin-bottom: 40px;
}
.wrap-news .list:hover .pic .img-box {
  transform: scale(1.1);
}
.wrap-news .list a {
  display: block;
}
.wrap-news .list:hover .note {
  color: #fff;
  background-color: #df3842;
}
.wrap-news .list:hover span,
.wrap-news .list:hover p {
  color: #fff;
}
.wrap-news .list:hover span::before,
.wrap-news .list:hover p::before {
  color: #fff;
}
.wrap-news-show .news-title {
  text-align: center;
}
.wrap-news-show .news-title h3 {
  margin-top: 0;
}
.wrap-news-show .news-title span {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.wrap-news-show .news-title span::before {
  font-family: "iconfont";
  content: '\e706';
  font-size: 20px;
  float: left;
  color: #ccc;
  margin-right: 14px;
}
.wrap-news-show .text {
  margin-top: 50px;
}
.wrap-news-show .text p {
  margin: 0;
  line-height: 1.71428571;
  color: #666666;
}
.wrap-news-show .text img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.wrap-contact .c-title h3 {
  font-size: 20px;
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .wrap-contact .text {
    margin-bottom: 40px;
  }
}
.wrap-contact .text p {
  display: flex;
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
}
.wrap-contact .text p::before {
  font-family: "iconfont";
  content: '\e7e9';
  color: #df3842;
  margin-right: 20px;
  display: block;
  float: left;
  width: 20px;
  font-size: 24px;
}
.wrap-contact .text p.icon-2::before {
  content: '\e606';
}
.wrap-contact .text p.icon-3::before {
  content: '\e601';
  font-size: 20px;
}
.wrap-contact .text p.icon-4::before {
  content: '\e646';
  font-size: 20px;
}
.wrap-contact .text p.icon-5::before {
  content: '\e680';
}
.wrap-contact .text p.icon-6::before {
  content: '\e752';
}
.wrap-contact .text p.icon-7::before {
  content: '\e682';
  font-size: 18px;
}
.wrap-contact .text p.icon-8::before {
  content: '\e9d9';
  font-size: 22px;
}
.wrap-contact .text a:hover {
  text-decoration: underline;
}
.wrap-contact .message input,
.wrap-contact .message textarea {
  margin-bottom: 20px;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  line-height: 38px;
  padding: 0 12px;
  outline: none;
}
.wrap-contact .message textarea {
  line-height: 30px;
  resize: vertical;
}
.wrap-contact .message ::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}
.wrap-contact .message .send {
  width: 106px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border: 1px solid #cccccc;
  margin-top: 20px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media (max-width: 991px) {
  .wrap-contact .message .send {
    margin-top: 0;
  }
}
.wrap-contact .message .send:hover {
  background-color: #df3842;
  border-color: #df3842;
  color: #fff;
}
.wrap-contact .map {
  margin-top: 70px;
  overflow: hidden;
}
.wrap-contact .map img {
  max-width: 100%;
}
.wrap-support .s-title h3 {
  text-align: center;
  margin: 0 0 20px 0;
}
.wrap-support .s-title p {
  color: #df3842;
  line-height: 2.14285714;
  margin: 0;
}
.wrap-support .row {
  padding: 0 5%;
}
@media (max-width: 767px) {
  .wrap-support .row {
    padding: 0;
  }
}
.wrap-support .row .list {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}
.wrap-support .row p {
  line-height: 1.71428571;
  font-size: 18px;
  color: #666666;
}
.wrap-support .row input {
  border: none;
  border-bottom: 1px solid #999999;
  outline: none;
  padding: 0 10px;
  line-height: 1.71428571;
}
.wrap-support .row .radio {
  color: #999;
  line-height: 30px;
  margin-top: 70px;
}
.wrap-support .row .radio h4 {
  font-size: 16px;
  margin: 0 0 20px 0;
  color: #666;
  font-weight: normal;
}
.wrap-support .row .regular-radio {
  display: none;
}
.wrap-support .row .regular-radio + label {
  -webkit-appearance: none;
  border: 1px solid #666666;
  padding: 8px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  top: 3px;
  float: left;
  cursor: pointer;
}
.wrap-support .row .regular-radio:checked + label:after {
  content: ' ';
  width: 6px;
  height: 6px;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #666;
}
.wrap-support .row .regular-radio:checked + label {
  color: #99a1a7;
  border: 1px solid #666666;
}
.wrap-support .row .choose {
  width: 33.3%;
  display: block;
  font-size: 14px;
  float: left;
  color: #333;
  line-height: 20px;
  margin-top: 6px;
  margin-bottom: 14px;
}
.wrap-support .row .choose-1 {
  width: auto;
}
@media (max-width: 1199px) {
  .wrap-support .row .choose {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .wrap-support .row .choose {
    width: auto;
    margin-right: 20px;
  }
}
.wrap-support .row .choose-box .choose {
  width: 14%;
}
@media (max-width: 1199px) {
  .wrap-support .row .choose-box .choose {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .wrap-support .row .choose-box .choose {
    width: 25%;
  }
}
.wrap-support .row a.send {
  width: 170px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  display: block;
  text-align: center;
  color: #df3842;
  margin-top: 30px;
  border: 1px solid #df3842;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.wrap-support .row a.send:hover {
  background-color: #df3842;
  color: #fff;
}
.wrap-support .list-1 input {
  width: 100%;
}
.wrap-support .list-3 .text {
  overflow: hidden;
  margin-bottom: 20px;
}
.wrap-support .list-3 span {
  display: block;
  width: 26%;
  float: left;
  line-height: 34px;
}
@media (max-width: 1199px) {
  .wrap-support .list-3 span {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .wrap-support .list-3 span {
    width: 40%;
  }
}
.wrap-support .list-3 input {
  width: 40%;
  float: left;
}
@media (max-width: 991px) {
  .wrap-support .list-3 input {
    width: 60%;
  }
}
.wrap-support .list-4 input {
  width: 100%;
  margin: 16px 0;
}
.wrap-support .list-4 textarea {
  padding-top: 16px;
  width: 100%;
  line-height: 60px;
  border: none;
  outline: none;
  resize: none;
  background: url(../images/support_bg.jpg) repeat;
}



/**
 * Date : 2020年4月13日17:49:07
 * @author HSM
 * @toDo 首页新闻加滚动
 */
.owl-news .item{
  padding: 0 15px;
}
.owl-controls {
  margin-top: 15px;
}
