body {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  padding: 0;
  margin: 0;
}
.container {
  width: 1200px;
  padding: 0;
}
a {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
.btn,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
#fancybox-wrap {
  box-sizing: content-box;
}
#fancybox-wrap * {
  box-sizing: content-box;
}
#fancybox-overlay {
  background: #000000 !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  transition: opacity 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.swiper-button-prev {
  background: url("../img/icon_last.png");
}
.swiper-button-next {
  background: url("../img/icon_next.png");
}
.nav-bar {
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: #173477;
}
.nav-bar .container {
  width: 1300px;
}
.nav-bar .department {
  float: left;
  margin-top: 25px;
}
.nav-bar .department > .btn {
  color: #4A90E2;
  padding: 4px 12px;
  background: transparent;
  border-color: #4A90E2;
  border-style: solid none solid solid;
}
.nav-bar .department > .btn.dropdown-toggle {
  padding: 4px 15px;
  border-style: solid;
}
.nav-bar .department > .btn.dropdown-toggle .caret {
  margin-left: 20px;
}
.nav-bar .department > .dropdown-menu {
  min-width: 100%;
}
.nav-bar .department > .dropdown-menu a:hover {
  color: #fff;
}
.nav-bar .language {
  float: right;
  margin-top: 30px;
}
.nav-bar .language > .btn {
  box-shadow: none;
  padding: 0;
}
.nav-bar .language > .dropdown-toggle {
  color: #EA4D4D;
}
.nav-bar .language > .dropdown-menu {
  right: 0;
  left: auto;
}
.nav-bar .language > .dropdown-menu a:hover {
  color: #fff;
  background: #4a90e2;
}
.nav-bar .language .icon-language {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../img/icon-language.png");
  vertical-align: middle;
  margin: 2px;
}
.nav-bar .dropdown-menu {
  min-width: auto;
  border-radius: 0;
  background: #173477;
}
.nav-bar .dropdown-menu a {
  color: #fff;
}
.nav-bar .dropdown-menu a:hover {
  background: #4a90e2;
}
.nav-bar .navbar-nav {
  float: right;
  margin-right: 10px;
}
.nav-bar .navbar-nav > li {
  float: left;
}
.nav-bar .navbar-nav > li > a {
  position: relative;
  display: block;
  text-align: center;
  height: 80px;
  padding: 30px 5px 0;
}
.nav-bar .navbar-nav > li > a:focus,
.nav-bar .navbar-nav > li > a:hover {
  color: #fff;
  background: transparent;
}
.nav-bar .navbar-nav > li.active a {
  color: #fff;
}
.nav-bar .navbar-nav > li.active a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 5px;
  content: "";
  margin-left: -3px;
  border-style: none solid solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent #BDC2C5;
}
[lang='zh-CN'] .nav-bar .container {
  width: 1200px;
}
h1.logo {
  float: left;
  width: 205px;
  height: 43px;
  text-indent: -9999em;
  margin: 20px 15px 0 0;
  background: url("../img/logo.png");
}
.banner .carousel-inner .item {
  height: auto;
  background: transparent;
}
.banner .carousel-inner .item img {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  position: static;
}
.banner .carousel-caption {
  top: 80px;
  bottom: auto;
}
.banner h2 {
  font-size: 40px;
  line-height: 1.2;
}
.products {
  padding: 80px 0 0;
}
.products .nav-tabs {
  text-align: center;
  border: none;
  margin-bottom: 20px;
}
.products .nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.products .nav-tabs > li.active > a,
.products .nav-tabs > li.active > a:focus,
.products .nav-tabs > li.active > a:hover,
.products .nav-tabs > li a {
  margin: 0;
  border: none;
  background: transparent;
}
.products .nav-tabs > li a {
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  color: #757779;
  padding: 0 0 10px;
}
.products .nav-tabs > li.active > a,
.products .nav-tabs > li a:hover {
  color: #EA4D4D;
}
.products .nav-tabs > li.active a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 5px;
  content: "";
  margin-left: -3px;
  border-style: solid solid none;
  border-width: 5px 5px 0;
  border-color: #EA4D4D transparent transparent;
}
.products .tab-pane ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products .tab-pane ul li {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 24px;
  color: #173477;
}
.products .tab-pane ul li.center {
  background: url("../img/prduct_line.png") center no-repeat;
}
.products .tab-pane ul li a:hover {
  color: #ea4d4d;
}
.products .tab-pane img {
  width: 360px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
.products .tab-pane img:hover {
  transform: scale(1.1);
}
.products .btn-all-products {
  display: block;
  width: 234px;
  line-height: 40px;
  color: #fff;
  padding: 0;
  margin: 70px auto 0;
  background: #173477;
  transition: background-color 0.3s ease;
}
.products .btn-all-products:hover {
  background: #ea4d4d;
}
.intro {
  padding: 80px 0;
  margin-top: 70px;
  background: #f8f9fb;
}
.intro .container {
  /*height: 460px;*/
  padding-right: 570px;
  background: url("../img/intro.png") right top no-repeat;
}
.intro h2 {
  font-size: 30px;
  line-height: 40px;
  color: #0C141D;
  margin-bottom: 20px;
}
.intro p {
  color: #757779;
  margin-bottom: 20px;
}
.intro span {
  font-size: 12px;
  line-height: 20px;
  color: #EA4D4D;
  margin-right: 15px;
}
.intro i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.intro .icon-locate {
  background: url("../img/icon_location.png") center no-repeat;
}
.intro .icon-tel {
  background: url("../img/icon_phone.png") center no-repeat;
}
.intro .icon-fax {
  background: url("../img/icon_fax.png") center no-repeat;
}
.intro .icon-mail {
  background: url("../img/icon_email.png") center no-repeat;
}
.equipment {
  position: relative;
  padding: 80px 0;
  background-image: url("../img/equipment-bg.jpg");
  background-size: cover;
}
.equipment h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 70px;
}
.equipment .swiper-slide {
  text-align: center;
}
.equipment .swiper-container {
  height: 277px;
}
.equipment .swiper-button-next,
.equipment .swiper-button-prev {
  position: absolute;
  top: 55%;
}
.equipment .swiper-button-prev {
  right: 50%;
  margin-right: 620px;
}
.equipment .swiper-button-next {
  left: 50%;
  margin-left: 620px;
}
.equipment img {
  opacity: 0.95;
  filter: alpha(opacity=95);
  transition-property: opacity,transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.equipment img:hover {
  transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.inspection {
  padding: 70px 0;
  background: #fff;
}
.inspection h2 {
  text-align: center;
  color: #0C141D;
  margin-bottom: 70px;
}
.inspection .cells div {
  float: left;
  width: 300px;
  height: 400px;
}
.inspection .cells .img {
  overflow: hidden;
  background: #000;
}
.inspection .cells .img img {
  width: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.inspection .cells .img img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1.1);
}
.inspection .cells .text {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 40px 20px;
  background: #173477;
}
.inspection .cells .text h3 {
  font-size: 34px;
  margin-bottom: 20px;
}
.inspection .cells .text p {
  color: #E3E4E5;
}
.inspection .cells .text .icon-arrow-down,
.inspection .cells .text .icon-arrow-up {
  position: absolute;
  left: 20px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent;
}
.inspection .cells .text .icon-arrow-up {
  bottom: 100%;
  border-bottom-color: #173477;
}
.inspection .cells .text .icon-arrow-down {
  top: 100%;
  border-top-color: #173477;
}
.certificate {
  position: relative;
  height: 570px;
  overflow: hidden;
  padding: 80px 0;
  background-image: url("../img/certificate-bg.jpg");
  background-size: cover;
}
.certificate .swiper-slide {
  text-align: center;
}
.certificate h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 70px;
}
.certificate .swiper-button-next,
.certificate .swiper-button-prev {
  position: absolute;
  top: 56%;
}
.certificate .swiper-button-prev {
  right: 50%;
  margin-right: 620px;
}
.certificate .swiper-button-next {
  left: 50%;
  margin-left: 620px;
}
.certificate img {
  opacity: 0.95;
  filter: alpha(opacity=95);
  transition-property: opacity,transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.certificate img:hover {
  transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.contact {
  position: relative;
  z-index: 1;
  height: 510px;
  padding-right: 700px;
}
.contact .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  padding-top: 30px;
}
.contact .content h2 {
  font-size: 30px;
  color: #0C141D;
}
.contact .panel {
  box-shadow: none;
}
.contact .panel-default {
  border: none;
}
.contact .panel-default > .panel-heading {
  background: none;
  border: none;
  padding-left: 40px;
}
.contact .panel-title > a {
  color: #EA4D4D;
}
.contact .panel-title > a.collapsed {
  color: #757779;
}
.contact .panel-title > a.collapsed:hover {
  color: #EA4D4D;
}
.contact .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.contact .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.contact .panel-default > .panel-collapse {
  padding-left: 40px;
}
.contact .panel-body {
  padding: 0;
}
.contact .panel-title a {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-left: -40px;
}
.contact .panel-title a i.icon-location {
  position: absolute;
  top: -2px;
  left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_location_20_red.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact .panel-title a.collapsed i.icon-location {
  background-image: url("../img/icon_location_20_grey.png");
}
.contact .panel-title a.collapsed:hover i.icon-location {
  background-image: url("../img/icon_location_20_red.png");
}
.footer {
  background: #173477;
  padding: 20px;
}
.footer .logo {
  display: inline-block;
  width: 154px;
  height: 32px;
  vertical-align: middle;
  background: url("../img/logo_foot.png");
}
.footer .dropup {
  display: inline-block;
  margin-left: 10px;
}
.footer .dropup > .btn {
  color: #4A90E2;
  padding: 4px 12px;
  background: transparent;
  border-color: #4A90E2;
  border-style: solid none solid solid;
}
.footer .dropup > .btn.dropdown-toggle {
  padding: 4px 15px;
  border-style: solid;
}
.footer .dropup > .btn.dropdown-toggle .caret {
  margin-left: 20px;
}
.footer .dropup > .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  background: #173477;
}
.footer .dropup > .dropdown-menu a {
  color: #fff;
}
.footer .dropup > .dropdown-menu a:hover {
  background: #4a90e2;
}
.footer .copyright {
  color: #fff;
  padding-top: 10px;
  margin: 0;
}
.footer .sns {
  position: relative;
  float: right;
  margin-top: -50px;
}
.footer .sns span {
  position: relative;
  float: left;
  margin-left: 20px;
}
.footer .sns i {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.footer .sns .icon-fb {
  background: url("../img/social-facebook.png");
}
.footer .sns .icon-wx {
  background: url("../img/social-wechat.png");
}
.footer .sns .icon-li {
  background: url("../img/social-linkedin.png");
}
.footer .sns .icon-al {
  background: url("../img/social-alibaba.png");
}
.footer .sns .qrcode {
  position: absolute;
  display: none;
  bottom: 100%;
  left: 50%;
  width: 120px;
  height: 130px;
  margin-bottom: 10px;
  margin-left: -60px;
  background: url("../img/qrcode-bg.png");
}
.footer .sns .qrcode img {
  display: block;
  margin: 10px auto 0;
}
.footer .sns span:hover .qrcode {
  display: block;
}
.title {
  height: 200px;
  background-image: url("../img/title.jpg");
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 40px;
}
.title h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.list {
  padding-bottom: 90px;
}
.list .filter {
  margin-bottom: 40px;
}
.list .filter a {
  float: left;
  line-height: 40px;
  color: #757779;
  padding: 0 20px;
  margin-right: 20px;
}
.list .filter a.active,
.list .filter a:hover {
  color: #fff;
  background: #EA4D4D;
}
.list ul {
  list-style: none;
  padding: 0;
}
.list ul li {
  position: relative;
  float: left;
  width: 400px;
  overflow: hidden;
  text-align: center;
  margin: 0 -1px -1px 0;
  border: solid 1px #E5E5E5;
  transition: border-color 0.3s ease;
}
.list ul li a {
  font-size: 20px;
  color: #173477;
}
.list ul li img {
  transition: transform 0.3s ease;
}
.list ul li:hover {
  z-index: 1;
  border-color: #ea4d4d;
}
.list ul li:hover a {
  color: #ea4d4d;
}
.list ul li:hover img {
  transform: scale(1.05);
}
.list ul li p {
  padding: 20px 0;
  margin: 0;
}
.breadcrumb {
  padding-top: 40px;
  margin-bottom: 20px;
  background: transparent;
}
.breadcrumb a {
  color: #757779;
}
.breadcrumb a:hover {
  color: #0C141D;
}
.breadcrumb li.active {
  color: #173477;
}
.detail-carousel img {
  margin: 0 auto;
}
.detail-carousel .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.detail-carousel .carousel-control {
  width: 5%;
}
.detail-carousel .carousel-control.left {
  background: url("../img/icon_left.png") left center no-repeat;
}
.detail-carousel .carousel-control.right {
  background: url("../img/icon_right.png") right center no-repeat;
}
.detail-carousel .carousel-indicators li {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 2px;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.17);
}
.detail-carousel .carousel-indicators li.active {
  background: #EA4D4D;
}
.description {
  position: relative;
  padding: 60px 80px;
  margin: 40px 0 90px;
  background: #f8f9fb;
}
.description a {
  color: #0e7efe;
  text-decoration: underline;
}
.description h2 {
    font-size: 24px;
    padding: 40px 0;
    margin: 0;
    border-top: solid 1px #dfdfdf;
}
.description h2 a {
  position: relative;
  display: block;
  color: #0C141D;
  text-decoration: none;
}
.description h2 a::after {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 29px;
  height: 18px;
  content: "";
  background: url("../img/icon_down.png");
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.description h2 a.collapsed::after {
  transform: rotate(-180deg);
}
.description h2.name {
  padding-top: 0;
  border: none;
  color: #173477;
}
.description h2.name a {
  color: inherit;
}
.description ul {
  list-style: none;
  padding: 0;
}
.description li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
.description li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #EA4D4D;
}
.description .well {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 30px;
}
.description .product-parament {
  float: left;
}
.description .product-parament .group {
  margin-bottom: 25px;
}
.description .product-parament span {
  float: left;
  width: 130px;
}
.description .product-parament em {
  display: block;
  margin-left: 140px;
  font-style: normal;
}
.description .img {
  float: left;
  margin-left: 80px;
}
.description img {
  max-width: 100%;
}
.description .note {
  color: #757779;
  margin-top: 20px;
}
.description .btn-download {
  display: block;
  width: 333px;
  height: 100px;
  line-height: 100px;
  background: url("../img/btn_download.png");
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  padding: 0 70px 0 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-swiper {
  position: relative;
}
.detail-swiper .swiper-container {
  height: 500px;
  color: #fff;
  text-align: center;
  border: solid 1px #ccc;
}
.detail-swiper .swiper-slide {
  position: relative;
  width: 500px;
  height: 100%;
}
.detail-swiper .swiper-slide::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: #ccc;
}
.detail-swiper .swiper-slide img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.detail-swiper .pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.detail-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.detail-swiper .swiper-visible-switch {
  background: #aaa;
}
.detail-swiper .swiper-active-switch {
  background: #fff;
}
.detail-swiper .swiper-button-next,
.detail-swiper .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}
.detail-swiper .swiper-button-prev {
  left: -80px;
  background: url("../img/icon_left.png") center no-repeat;
}
.detail-swiper .swiper-button-next {
  right: -80px;
  background: url("../img/icon_right.png") center no-repeat;
}
.modal video {
  width: 100%;
}
