/**
 * style.less
 * 层叠样式表
 */
/**
 * base.less
 * 通用样式
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  box-sizing: border-box;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img-circle {
  border-radius: 50%;
}
img-rounded {
  border-radius: 0.3rem;
}
img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: .25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all 0.2s ease-in-out;
}
img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-box {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}
.img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.img-box img[src=""],
.img-box img:not([src]) {
  border: 0;
  opacity: 0;
}
@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- */
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/OswaldRegularunhinted.eot');
  src: url('../fonts/OswaldRegularunhinted.eot') format('embedded-opentype'), url('../fonts/OswaldRegularunhinted.woff2') format('woff2'), url('../fonts/OswaldRegularunhinted.woff') format('woff'), url('../fonts/OswaldRegularunhinted.ttf') format('truetype'), url('../fonts/OswaldRegularunhinted.svg#OswaldRegularunhinted') format('svg');
}
@font-face {
  font-family: 'Sansation_Regular';
  src: url('../fonts/Sansation_Regular.eot');
  src: url('../fonts/Sansation_Regular.eot') format('embedded-opentype'), url('../fonts/Sansation_Regular.woff2') format('woff2'), url('../fonts/Sansation_Regular.woff') format('woff'), url('../fonts/Sansation_Regular.ttf') format('truetype'), url('../fonts/Sansation_Regular.svg#Sansation_Regular') format('svg');
}
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSansRegular.eot');
  src: url('../fonts/ClearSansRegular.eot') format('embedded-opentype'), url('../fonts/ClearSansRegular.woff2') format('woff2'), url('../fonts/ClearSansRegular.woff') format('woff'), url('../fonts/ClearSansRegular.ttf') format('truetype'), url('../fonts/ClearSansRegular.svg#ClearSansRegular') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.header .container {
  position: relative;
}
.header .container-pc {
  padding-top: 20px;
  height: 130px;
}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;}
.rslides li:first-child {position: relative;display: block;float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;border: 0;}
.slide_container {position: relative;width: 100%;}
.slide {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.slide li {position: absolute;width: 100%;left: 0;top: 0;}
.slide img {display: block;position: relative;z-index: 1;height: auto;width: 100%;border: 0;}
.slide .caption {display: block;position: absolute;z-index: 2;font-size: 20px;text-shadow: none;color: #fff;background: #000;background: rgba(0,0,0, .8);left: 0;right: 0;bottom: 0;padding: 10px 20px;margin: 0;max-width: none;}
.slide_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);top: 52%;left: 0;opacity: 0.7;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 61px;width: 38px;/*background: transparent url("../images/qhq.png") no-repeat left top;*/margin-top: -45px;}
.slide_nav:active {opacity: 1.0;}
.slide_nav.next {left: auto;background-position: right top;right: 0;}
@media (max-width: 767px) {
  .header .container-pc {
    display: none;
  }
  .title{ margin-top:0px;}
}
.header .container-pc .logo {
  float: left;
  height: 100%;
}
.header .container-pc .toplink {
  position: absolute;
  right: -100px;
  z-index: 9;
  font-size: 12px;
  color: #999999;
}
.header .container-pc .toplink a {
  display: inline-block;
  line-height: 24px;
  margin: 0 7px;
}
.header .container-pc .toplink a:hover {
  text-decoration: underline;
}
.header .container-pc .toplink .link-1::before,
.header .container-pc .toplink .link-2::before {
  font-family: "iconfont";
  color: #e1002a;
  font-size: 16px;
  float: left;
  margin-right: 6px;
}
.header .container-pc .toplink .link-1::before {
  content: '\e622';
}
.header .container-pc .toplink .link-2::before {
  content: '\e641';
}
.header .container-pc .navbar {
  padding-right: 250px;
  float: right;
  position: relative;
  font-family: 'Oswald';
}
.header .container-pc .nav > .item {
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.header .container-pc .nav > .item .nav-active {
  color: #fff;
  background: #0082dc;
}
.header .container-pc .nav > .item.active > a,
.header .container-pc .nav > .item:hover > a {
  color: #0082dc;
}
.header .container-pc .nav > .item.more > a::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  margin-left: 5px;
  border-top-color: #fff;
}
.header .container-pc .nav > .item > a {
  display: block;
  font-size: 16px;
  margin-left: 0;
  padding:0 20px;
  line-height: 106px;
}
@media (max-width: 991px) {
  .header .container-pc .nav > .item > a {
    margin-left: 15px;
  }
}
.header .container-wap {
  display: none;
  height: 75px;
}
@media (max-width: 767px) {
  .header .container-wap {
    display: block;
  }
}
.header .container-wap .logo {
  height: 100%;
  float: left;
  padding: 10px 0;
}
.header .container-wap .logo a img {
  display: block;
  float: left;
  height: 100%;
}
.header .container-wap .navbar {
  height: 100%;
  position: relative;
}
.header .container-wap .language {
  color: #0082dc;
  position: absolute;
  font-weight: bold;
  top: 22.75px;
  right: 80px;
  font-size: 22px;
}
.header .container-wap .language a:hover {
  color: #0082dc;
}
.header .container-wap .toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 67px;
  height: 75px;
  cursor: pointer;
}
.header .container-wap .toggle .icon,
.header .container-wap .toggle .icon::before,
.header .container-wap .toggle .icon::after {
  position: absolute;
  width: 30px;
  height: 4px;
  transition-duration: .5s;
  border-radius: 2px;
  background: #0082dc;
}
.header .container-wap .toggle .icon {
  top: 35.5px;
  left: 16.25px;
}
.header .container-wap .toggle .icon::before,
.header .container-wap .toggle .icon::after {
  left: 0;
  content: '';
  background: inherit;
}
.header .container-wap .toggle .icon::before {
  top: -9px;
}
.header .container-wap .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);
}
.header .navigation {
  line-height: 48px;
  position: absolute;
  z-index: 99;
  top: 75px;
  display: none;
  width: 100%;
  border-top: solid 3px #0082dc;
  border-bottom: solid 3px #0082dc;
  background-color: #fff;
}
.header .navigation .level-1 > li::after,
.header .navigation .level-2 > li::after,
.header .navigation .level-2 > 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 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: inherit;
}
.header .navigation .level-1 li {
  position: relative;
  border-bottom: solid 1px #e4e4e4;
}
.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;
}
.header .navigation .level-2 a {
  padding: 0 2em 0 3em;
}
.header .navigation .level-2 li:first-child {
  border-top: solid 1px #e4e4e4;
}
.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;
}
.header .navigation .level-3 a {
  font-size: .8em;
  padding-left: 4em;
}
.online {
  width: 134px;
  z-index: 3;
  position: fixed;
  right: 10px;
  top: 40%;
  z-index: 9;
  font-family: 'Sansation_Regular';
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 4px;
  box-shadow: 4px 4px 4px 2px #e3e3e3;
}
@media (max-width: 767px) {
  .online {
    display: none;
  }
}
.online h3 {
  font-size: 11px;
  line-height: 24px;
  background-color: #e1002a;
  color: #fff;
  text-align: center;
  margin: 0;
}
.online .online-1,
.online .online-2,
.online .online-3 {
  border-bottom: 1px dashed #cbcbcb;
  display: block;
  line-height: 30px;
  font-size: 13px;
}
.online .online-1::before,
.online .online-2::before,
.online .online-3::before {
  content: '';
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin: 6px 8px 0 8px;
  background: url(../images/online.png) no-repeat;
}
.online .online-2::before {
  background-position: 0 -30px;
}
.online a:hover {
  color: #e1002a;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.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: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
.banner .owl-theme .owl-controls {
  display: none;
}
.banner .owl-theme .owl-controls .owl-pagination {
  display: none;
}
.banner .owl-theme .owl-controls .owl-buttons {
  display: none;
}
.title {
  text-align: center;
  font-family: 'Oswald';
  margin-top: -40px;
  position: relative;
  z-index: 9;
  color: #505050;
  text-transform: uppercase;
}
.title h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
}
.title h2::before {
  content: '';
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  margin: 0 auto;
  background: url(../images/icon.png) no-repeat #ffffff;
  background-position: 30px 20px;
}
.title h2::after {
  content: '';
  display: block;
  width: 77px;
  height: 1px;
  margin: 14px auto;
  background-color: #e1002a;
}
.ie8 .title {
  margin-top: 30px;
}
.about-box {
  position: relative;
  z-index: 10;
}
.about-box .text {
  line-height: 24px;
  color: #505050;
  margin-top: 30px;
}
.about-box .more {
  text-align: center;
  margin-top: 30px;
}
.about-box .more a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px;
  background-color: #e1002a;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  border-bottom: 3px solid #97001c;
}
.about-box .more a:hover {
  text-decoration: underline;
}
.product-box {
  background: url(../images/productbg.jpg) no-repeat center;
  background-size: cover;
  background-position: 0 134px;
  padding-bottom: 204px;
  margin-top: -70px;
  position: relative;
}
@media (max-width: 767px) {
  .product-box {
    padding-bottom: 50px;
  }
  .title{ margin-top:0px;}
}
.product-box .title {
  width: 275px;
  height: 275px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 140px;
  color: #404040;
  overflow: hidden;
}
.product-box .title h3 {
  margin: 0;
  font-size: 19px;
  line-height: 30px;
  font-weight: normal;
}
.product-box .title h2 {
  font-size: 30px;
  margin: 0;
  line-height: 50px;
}
.product-box .title h2::before {
  display: none;
}
.product-box .list {
  padding-top: 55px;
  margin: 0 -7.5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-box .list {
    padding-top: 40px;
  }
}
.product-box .list .img-box:hover img {
  transform: scale(1.1);
}
.product-box .list .img-box img {
  width: 100%;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
.product-box .list .item {
  padding: 0 7.5px;
  overflow: hidden;
}
.product-box .list .pic {
  background-color: #fff;
  padding: 8px;
  margin-top: 15px;
}
.product-box .list .pic:nth-child(4n+1) {
  margin-left: 0;
}
.product-box .list .pic p {
  color: #616161;
  font-size: 15px;
  margin: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-box .list .more {
  background-color: #4897d8;
  font-family: 'Oswald';
  text-align: center;
  overflow: hidden;
  display: block;
  margin-bottom: 40px;
}
.product-box .list .more p {
  color: #fff;
  font-size: 18px;
  padding-top: 30%;
  margin: 0;
}
.product-box .list .more p::after {
  font-family: "iconfont";
  content: '\e61d';
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 34px;
  border-radius: 50%;
  margin: 14px auto;
  border: 2px solid #fff;
}
.news-box {
  padding-bottom: 40px;
}
.news-box h2 {
  font-size: 25px;
  margin: 0;
  font-weight: normal;
  position: relative;
  z-index: 99;
  padding-top: 60px;
}
.news-box h2::before {
  content: '';
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 44%;
  top: 0;
  background: url(../images/icon.png) no-repeat #ffffff;
  background-position: -100px 10px;
}
.news-box .list {
  margin-top: 40px;
}
.news-box .list .date {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 2px solid #b6b6b6;
  float: left;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}
.news-box .list .date span {
  border-bottom: 1px solid #d5d5d5;
  display: block;
  font-size: 12px;
  color: #5f5f5f;
}
.news-box .list .date p {
  margin: 0;
  font-size: 15px;
  color: #8d8c8c;
}
.news-box .list .note {
  width: 86%;
  float: right;
}
@media (max-width: 991px) {
  .news-box .list .note {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .news-box .list .note {
    width: 86%;
  }
}
.news-box .list .note a:hover {
  text-decoration: underline;
}
.news-box .list .note h3 {
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: normal;
  color: #006eb6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  line-height: 20px;
}
.news-box .list .note p {
  font-family: 'ClearSans';
  line-height: 20px;
  margin: 14px 0;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .list .note a.more {
  width: 104px;
  height: 31px;
  line-height: 31px;
  display: block;
  border: 1px solid #b1c3d3;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #e1002a;
}
.item-box {
  background: url(../images/itembg.jpg) no-repeat center;
  background-size: cover;
  padding: 64px 0;
}
.item-box .info {
  margin: 0 -7.5px;
}
.item-box .item {
  padding: 15px 7.5px;
}
.item-box .item .pic {
  position: relative;
}
.item-box .item .pic .img-box {
  padding-bottom: 71.11801242%;
}
.item-box .item .pic:hover img {
  transform: scale(1.1);
}
.item-box .item .pic .img-box img {
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.item-box .item .pic h3 {
  position: absolute;
  top: 40%;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  font-family: 'Oswald';
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}
.item-box .item .pic h3 a {
  display: block;
}
.item-box .item .note {
  background-color: #fff;
  padding: 10px 20px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.item-box .item .note p {
  display: inline-block;
  width: 85%;
  font-size: 13px;
  color: #505050;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
}
.item-box .item .note a.more::after {
  font-family: "iconfont";
  content: '\e61d';
  float: right;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  color: #e1002a;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 4px;
  border: 2px solid #dfdfdf;
}
.foot-box {
  background-color: #333333;
  color: #999999;
  padding: 40px 0;
  overflow: hidden;
}
.foot-box .note {
  width: 80%;
  float: left;
}
@media (max-width: 991px) {
  .foot-box .note {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .foot-box .note {
    width: 100%;
  }
}
.foot-box .note h3 {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
}
.foot-box .note h3 a {
  color: #999999;
  font-style: italic;
}
.foot-box .note p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}
.foot-box .note a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot-box .footlogo {
  width: 20%;
  float: right;
  border-left: 1px solid #888888;
}
.foot-box .footlogo img {
  float: right;
  max-width: 151px;
}
@media (max-width: 991px) {
  .foot-box .footlogo {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .foot-box .footlogo {
    width: 100%;
    border-left: none;
  }
  .foot-box .footlogo img {
    float: left;
  }
}
.wrap {
  padding-bottom: 100px;
  /*overflow: hidden;*/
}
.sub-box {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .sub-box {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .sub-box {
    display: none;
  }
}
.sub-box .sub-title {
  font-family: 'Oswald';
}
.sub-box .sub-title h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #e1002a;
}
.sub-box .main-sub ul > li {
  cursor: pointer;
  line-height: 35px;
  overflow: hidden;
  margin-bottom: 1px;
}
.sub-box .main-sub ul > li.current,
.sub-box .main-sub ul > li:hover {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.sub-box .main-sub ul > li.current .msub,
.sub-box .main-sub ul > li:hover .msub {
  background-color: #e1002a;
  color: #fff;
}
.sub-box .main-sub ul > li.current .msub::before,
.sub-box .main-sub ul > li:hover .msub::before {
  content: '-';
  background-color: #0082dc;
}
.sub-box .main-sub ul > li .msub {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  background-color: #e1eef5;
  font-size: 16px;
}
.sub-box .main-sub li.on a {
    background-color: #e1002a;
    color: #fff;
}
.sub-box .main-sub ul > li .msub::before {
  content: '+';
  width: 36px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  background-color: #b0d1e3;
}
.sub-box .main-sub ul > li:hover {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.sub-box .main-sub ul > li .second-sub {
  display: none;
  background-color: #f5f8fa;
  padding: 10px 0;
}
.sub-box .main-sub ul > li .second-sub a {
  display: block;
}
.sub-box .main-sub ul > li .second-sub li {
  padding: 0 26px 0 36px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-box .main-sub ul > li .second-sub li a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e1002a;
  float: left;
  margin-top: 10px;
  margin-right: 6px;
}
.sub-box .main-sub ul > li .second-sub li:hover {
  color: #e1002a;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.subbb{
  color: #e1002a;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.sub-box .sub-contact {
  padding: 10px 10px 40px 10px;
  margin-top: 10px;
  background: url(../images/contactsubbg.jpg) no-repeat bottom right #f5f8fa;
}
.sub-box .sub-contact .note {
  font-family: 'Oswald';
}
.sub-box .sub-contact .note p {
  margin: 0;
  line-height: 24px;
  color: #616161;
  font-size: 13px;
  word-break: break-word;
}
.sub-box .sub-contact .note a:hover {
  color: #0082dc;
  text-decoration: underline;
}
.sub-box .video {
  height: 200px;
  background-position: top right;
  position: relative;
  margin-top: 10px;
  text-align: center;
  background: url(../images/video.jpg) no-repeat;
  background-size: cover;
}
.sub-box .video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}
.sub-box .video:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.sub-box .video .video-box {
  position: relative;
  z-index: 2;
}
.sub-box .video .iframe {
  display: none;
  width: 100%;
}
.sub-box .video .play {
  display: inline-block;
  margin-top: 55px;
  width: 36px;
  height: 36px;
  background: url(../images/play.png);
  background-size: cover;
}
.wrap-in {
  width: 78%;
  float: right;
}
@media (max-width: 991px) {
  .wrap-in {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .wrap-in {
    width: 100%;
  }
}
.wrap-in .banner-in {
  margin-top: 30px;
}
.wrap-in .banner-in img {
  width: 100%;
}
.wrap-in .title-in {
  border-bottom: 1px solid #dadada;
  margin-top: 30px;
  overflow: hidden;
}
.wrap-in .title-in h3 {
  font-family: 'Oswald';
  font-size: 20px;
  line-height: 40px;
  color: #e1002a;
  float: left;
  font-weight: bold;
}
.wrap-in .title-in ul {
  float: right;
  margin-top: 14px;
  color: #868686;
}
@media (max-width: 480px) {
  .wrap-in .title-in ul {
    /*float: left;*/
  }
}
.wrap-in .title-in ul::before {
  font-family: "iconfont";
  content: '\e650';
  float: left;
  margin-right: 4px;
  color: #e1002a;
}
.wrap-in .title-in ul li {
  float: left;
  font-size: 11px;
}
.wrap-in .title-in ul li:hover {
  text-decoration: underline;
}
.wrap-in .title-in ul li::after {
  content: '>';
  margin: 0 4px;
}
.wrap-in .title-in ul li:last-child::after {
  content: '';
}
.about-wrap .text {
  padding: 30px 16px 0 16px;
}
.about-wrap .text img {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .about-wrap .text img {
    float: none;
  }
}
.about-wrap .text p {
  margin: 0;
  color: #868686;
  line-height: 26px;
  word-break: break-all;
}
.certificate-wrap .info {
  margin: 0 -5px;
  margin-top: 10px;
}
.certificate-wrap .list {
  text-align: center;
  margin-top: 18px;
  float: left;
  padding: 0 10px;
  cursor: pointer;
}
.certificate-wrap .list:hover .img-box {
  border-color: #e1002a;
}
.certificate-wrap .list .img-box {
  border: 1px solid #dcdcdc;
  padding-bottom: 150.28571429%;
}
.certificate-wrap .list .img-box img {
  width: 100%;
}
.certificate-wrap .list p {
  line-height: 36px;
  color: #525252;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search {
  float: right;
  margin-right: 48px;
  width: 215px;
  margin-top: 4px;
  border: 2px solid #e1002a;
  border-radius: 6px;
  margin-bottom: 10px;
}
.search .text {
  width: 154px;
  float: left;
  margin-left: 12px;
  height: 34px;
  padding: 2px 0;
  color: red;
  border: none;
}
.toplink .text2{
  color: red;
}
.search .btn {
  background: url(../images/search.png) no-repeat center;
  width: 36px;
  height: 32px;
  float: right;
  border: 0;
  cursor: pointer;
}
.search input {
  border-radius: 40px;
  outline: none;
  font-size: 12px;
}
.product-wrap .info {
  margin: 0 -2.5px;
}
.product-wrap .img-box img {
  width: 100%;
}
.product-wrap .list {
  padding-bottom: 6px;
  padding: 0 5px;
  margin-top: 10px;
}
.product-wrap .list:hover p {
  color: #e1002a;
}
.product-wrap .list .note {
  padding-bottom: 8px;
  background-color: #f2f2f2;
}
.product-wrap .list p {
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #fff;
  height: 55px;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-wrap .list a.more {
  margin: 10px 6px 0 6px;
  display: block;
  background-color: #fff;
  line-height: 20px;
  text-align: center;
  color: #999;
  font-size: 13px;
}
.product-wrap .list a.more:hover {
  color: #e1002a;
}
.product-wrap .list a.more::after {
  font-family: "iconfont";
  content: '\e60b';
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  float: right;
  background-color: #e1002a;
}
.product-wrap .page {
  margin-top: 30px;
}
.zoomDiv {
  z-index: 999;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .zoomDiv {
    position: absolute;
  }
}
.zoomMask {
  z-index: 1;
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
}
@media (max-width: 767px) {
  .zoomMask {
    display: none;
  }
}
.product-show-wrap {
  overflow: hidden;
  position: relative;
}
.product-show-wrap .pro-show {
  width: 100%;
  padding-right: 37%;
  margin-top: 10px;
  padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .product-show-wrap .pro-show {
    padding-right: 33%;
  }
}
@media (max-width: 991px) {
  .product-show-wrap .pro-show {
    padding-right: 38%;
  }
}
@media (max-width: 767px) {
  .product-show-wrap .pro-show {
    padding-right: 36%;
  }
}
@media (max-width: 767px) {
  .product-show-wrap .pro-show {
    padding-right: 38%;
  }
}
.product-show-wrap .pro-show .ms-thumb-list.ms-dir-v {
  height: 100%;
  width: 150px;
  right: 0;
  top: 0;
}
@media (max-width: 480px) {
  .product-show-wrap .pro-show .ms-thumb-list.ms-dir-v {
    width: 120px;
  }
}
.product-show-wrap .pro-show .ms-thumb-list {
  overflow: hidden;
  position: absolute;
}
.product-show-wrap .ms-thumb {
  width: 150px;
  height: 103px;
}
@media (max-width: 480px) {
  .product-show-wrap .ms-thumb {
    width: 120px;
    height: 83px;
  }
}
.product-show-wrap .ms-view {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.product-show-wrap .master-slider {
  border: 1px solid #e5e5e5;
}
.product-show-wrap .ms-slide-bgcont img {
  width: 100%;
}
.product-show-wrap .ms-thumb-frame {
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .product-show-wrap .ms-thumb-frame {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .product-show-wrap .ms-thumb-frame {
    margin-bottom: 16px;
  }
}
.product-show-wrap .ms-thumb-frame img {
  border: 1px solid #e5e5e5;
}
.product-show-wrap .ms-thumb-frame-selected img {
  border-color: #928d8d;
}
.product-show-wrap .ms-slide {
  position: absolute;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding-bottom: 4px;
}
.product-show-wrap .ms-slide .ms-slide-bgcont,
.product-show-wrap .ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.product-show-wrap .parameter {
  margin-top: 40px;
}
.product-show-wrap .parameter .ptitle {
  color: #333333;
  background-color: #f1f1f1;
  height: 42px;
  padding-left: 20px;
}
.product-show-wrap .parameter .ptitle h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
}
.product-show-wrap .parameter .text {
  padding: 20px 0;
}
.product-show-wrap .parameter .text p {
  margin: 0;
  line-height: 24px;
}
.product-show-wrap .parameter .text img {
  max-width: 100%;
}
.product-show-wrap .parameter .inquiry p {
  padding: 10px;
  font-size: 13px;
}
.product-show-wrap .parameter .inquiry td {
  width: 50%;
}
.product-show-wrap .parameter .inquiry .read {
  color: #333333;
}
.product-show-wrap .parameter .inquiry input {
  height: 34px;
}
.product-show-wrap .parameter .inquiry textarea {
  height: 88px;
}
.product-show-wrap .parameter .inquiry input,
.product-show-wrap .parameter .inquiry textarea {
  width: 94%;
  color: #9f9f9f;
  font-size: 12px;
  line-height: 34px;
  margin: 10px 0;
  text-indent: 10px;
  border: 1px solid #e5e5e5;
  outline: none;
  resize: vertical;
}
.product-show-wrap .parameter .inquiry input:focus,
.product-show-wrap .parameter .inquiry textarea:focus {
  border: 1px solid #e1002a;
}
.product-show-wrap .parameter .inquiry .submit {
  width: 146px;
  height: 34px;
  margin-top: 10px;
  background-color: #e1002a;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
}
.product-show-wrap .parameter .inquiry .submit:hover {
  text-decoration: underline;
}
.news-wrap .list ul {
  margin-top: 14px;
  overflow: hidden;
}
.news-wrap .list li {
  padding: 10px;
  border: 1px solid #f3f3f3;
  margin-top: 10px;
  overflow: hidden;
}
.news-wrap .list li:hover {
  background-color: #e1002a;
}
.news-wrap .list li:hover .note h3,
.news-wrap .list li:hover .note span,
.news-wrap .list li:hover p {
  color: #fff;
}
.news-wrap .list li .pic {
  width: 22%;
  float: left;
}
@media (max-width: 991px) {
  .news-wrap .list li .pic {
    width: 32%;
  }
}
.news-wrap .list li .pic .img-box {
  padding-bottom: 62.5%;
}
.news-wrap .list li .pic .img-box img {
  width: 100%;
}
.news-wrap .list li .note {
  width: 75%;
  float: right;
}
@media (max-width: 991px) {
  .news-wrap .list li .note {
    width: 65%;
  }
}
.news-wrap .list li .note h3 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-wrap .list li .note span {
  color: #0082dc;
  font-size: 12px;
}
.news-wrap .list li .note span::before {
  font-family: "iconfont";
  content: '\e633';
  margin-right: 8px;
}
.news-wrap .list li .note a {
  display: block;
}
.news-wrap .list li .note p {
  margin: 0;
  line-height: 22px;
  font-size: 13px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page {
  overflow: hidden;
  text-align: center;
  clear: both;
  margin-top: 50px;
}
.page a {
  display: inline-block;
  width: 26px;
  height: 26px;
  color: #696969;
  line-height: 26px;
  border: 1px solid #d1dae4;
}
.page a.active,
.page a:hover {
  background: #e1002a;
  color: #fff;
  border-color: #e1002a;
}
.news-show-wrap .news-title h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 20px 0;
}
.news-show-wrap .news-title span {
  color: #0082dc;
  font-size: 12px;
}
.news-show-wrap .news-title span::before {
  font-family: "iconfont";
  content: '\e633';
  margin-right: 8px;
}
.news-show-wrap .text {
  margin-top: 16px;
}
.news-show-wrap .text img {
  float: right;
  margin: 0 0 10px 10px;
}
@media (max-width: 991px) {
  .news-show-wrap .text img {
    float: none;
  }
}
.news-show-wrap .text p {
  margin: 0;
  color: #868686;
  line-height: 22px;
  word-break: break-all;
}
.contact-wrap .text {
  background: url(../images/contactbg.jpg) no-repeat right bottom;
  padding-bottom: 60px;
}
.contact-wrap .text h3 {
  margin: 26px 0;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.contact-wrap .text p {
  padding-left: 30px;
}
.contact-wrap .text .icon-1,
.contact-wrap .text .icon-2,
.contact-wrap .text .icon-3 {
  background: url(../images/contacticon.jpg) no-repeat;
  margin: 0;
  line-height: 30px;
}
.contact-wrap .text .icon-1 {
  background-position: 0 15px;
}
.contact-wrap .text .icon-2 {
  background-position: 0 -39px;
}
.contact-wrap .text .icon-3 {
  background-position: 0 -68px;
}
.contact-wrap .text a:hover {
  text-decoration: underline;
}
.contact-wrap .service .stitle h3 {
  font-size: 14px;
  color: #333333;
  margin: 14px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-wrap .service .stitle p {
  color: #999999;
  font-size: 13px;
}
.contact-wrap .service ul {
  overflow: hidden;
}
.contact-wrap .service li {
  border-bottom: 1px dashed #dddddd;
  overflow: hidden;
  padding: 35px 0 24px 0;
}
.contact-wrap .service li .pic {
  width: 14%;
  float: left;
}
@media (max-width: 991px) {
  .contact-wrap .service li .pic {
    width: 20%;
  }
}
.contact-wrap .service li .pic .img-box {
  padding-bottom: 118.62745098%;
}
.contact-wrap .service li .pic .img-box img {
  border: 1px solid #dcdcdc;
  width: 100%;
}
.contact-wrap .service li .note {
  width: 82%;
  float: right;
}
@media (max-width: 991px) {
  .contact-wrap .service li .note {
    width: 76%;
  }
}
.contact-wrap .service li .note p {
  margin: 0;
  line-height: 30px;
}
.contact-wrap .service li .note p b {
  color: #333;
}
.contact-wrap .service li .note a:hover {
  text-decoration: underline;
}
.contact-wrap .map {
  margin-top: 40px;
  height: 282px;
  overflow: hidden;
}
.contact-wrap .map img {
  height: 100%;
}
.contact-wrap .inquiry {
  margin-top: 40px;
}
.contact-wrap .inquiry p {
  color: #333;
}
.contact-wrap .inquiry table {
  width: 100%;
}
.contact-wrap .inquiry tr,
.contact-wrap .inquiry td {
  width: 100%;
}
.contact-wrap .inquiry input,
.contact-wrap .inquiry textarea {
  text-indent: 10px;
  line-height: 34px;
  color: #b1b1b1;
  margin-top: 15px;
  border: 1px solid #e1e1e1;
  outline: none;
}
.contact-wrap .inquiry input:focus,
.contact-wrap .inquiry textarea:focus {
  border-color: #0082dc;
}
.contact-wrap .inquiry input {
  height: 34px;
  width: 40%;
  margin-right: 24px;
}
.contact-wrap .inquiry textarea {
  width: 100%;
  resize: vertical;
}
.contact-wrap .inquiry .send {
  display: block;
  width: 130px;
  height: 35px;
  background-color: #3f95f1;
  line-height: 35px;
  color: #fff;
  text-align: center;
  margin-top: 22px;
}
.contact-wrap .inquiry .send:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  // .search {
  //   display: none;
  // }
}



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: red;
}
input:-o-placeholder, textarea:-o-placeholder {
    color:@c6;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:@c6;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:@c6;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
input:focus::-o-placeholder, textarea:focus::-o-placeholder {
    color:#c5c5c5;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color:#c5c5c5;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
    color:#c5c5c5;
}


.header .search {
  float: right;
  border: none;
}
.header .search a {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  color: #999;
  position: absolute;
  right: 130px;
  top: 28px;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: -66px 0;
}
.header .searchbox {
  line-height: 48px;
  position: absolute;
  z-index: 9999;
  top: 80px;
  display: none;
  width: 100%;
  left: 0;
  vertical-align: middle;
}
.header .searchbox input:focus {
  outline: none;
}
.header .searchbox .search-pc {
  position: relative;
}
.header .searchbox input {
  line-height: 50px;
  width: 100%;
  margin: 0;
  padding: 0 30px 0 15px;
  color: #666;
  border: none;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.header .searchbox .sbtn {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0 auto;
  color: #999;
  position: absolute;
  right: 30px;
  top: 16px;
  background: none;
  outline: none;
  border: none;
  background: url(../images/search.png) no-repeat;
}

@media (max-width: 768px) {
  .search {
    display: none;
  }
}

.navbar dl {
    background-color: #efefef !important;
}