/**
 * 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: "Microsoft Yahei", Arial, "瀹嬩綋", "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;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .col-xs-6:nth-child(2n+1) {
    padding-right: 7.5px;
  }
  .col-xs-6:nth-child(2n) {
    padding-left: 7.5px;
  }
}
.header {
  width: 100%;
  z-index: 9;
}
@media (max-width: 991px) {
  .header {
    height: 75px;
  }
}
.header .container {
  position: relative;
}
.header .top {
  height: 90px;
  padding: 13px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header .top {
    height: 75px;
    padding: 4px 0;
  }
}
.header .top .logo {
  float: left;
  height: 64px;
}
.header .top .logo img {
  height: 100%;
}
@media (max-width: 480px) {
  .header .top .logo {
    height: 50px;
    margin-top: 8px;
  }
}
.header .top .info {
  float: right;
  overflow: hidden;
}
.header .top .info .tel {
  float: left;
  color: #ff9a01;
  padding-top: 20px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .header .top .info .tel {
    display: none;
  }
}
.header .top .info .tel a:hover {
  opacity: .8;
}
.header .top .info .c-search {
  width: 200px;
  margin-top: 16px;
  float: left;
  border: 1px solid #e4e4e4;
  margin-right: 22px;
}
@media (max-width: 991px) {
  .header .top .info .c-search {
    display: none;
  }
}
.header .top .info .c-search .text {
  width: 170px;
  float: left;
  height: 30px;
  padding: 0 10px;
}
.header .top .info .c-search .btn {
  background: url(../images/search.png) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin-top: 6px;
  outline: none;
}
.header .top .info .c-search input {
  outline: none;
  font-size: 12px;
  border: none;
}
.header .top .info .c-search ::-webkit-input-placeholder {
  color: #999;
}
.header .top .info .language {
  float: left;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .header .top .info .language {
    display: none;
  }
}
.header .top .info .language a {
  font-size: 12px;
  color: #999;
}
.header .top .info .language a::after {
  content: '|';
  margin: 0 10px;
  color: #ccc;
}
.header .top .info .language a:last-child::after {
  display: none;
}
.header .top .info .language a:hover {
  color: #015197;
}
.header .top .info .phone-language {
  display: none;
  padding-top: 22px;
  margin-right: 46px;
  font-size: 18px;
  color: #999;
}
@media (max-width: 991px) {
  .header .top .info .phone-language {
    display: block;
  }
}
.header .search {
  position: absolute;
  right: 100px;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .header .search {
    display: block;
  }
}
.header .search a {
  display: block;
  margin: 0 auto;
  margin-top: 23.5px;
  width: 20px;
  height: 20px;
  background: url(../images/search-phone.png) no-repeat;
  background-size: cover;
}
.header .searchbox {
  font-size: 1.4rem;
  line-height: 48px;
  position: absolute;
  z-index: 9999;
  display: none;
  top: 75px;
  width: 100%;
  padding: 5px 12px;
  vertical-align: middle;
  background: #f4f4f4;
}
.header .searchbox input {
  outline: none;
}
.header .searchbox input:focus {
  border-color: #ccc;
  opacity: .7;
}
.header .searchbox input {
  line-height: 22px;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  color: #666;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
.header .searchbox .btn {
  position: absolute;
  right: 24px;
  top: 13px;
  width: 20px;
  height: 20px;
  padding: 0;
  background: url(../images/search-phone.png) no-repeat;
  background-size: cover;
}
.header .navwrap {
  width: 100%;
  background-color: #015197;
  position: relative;
}
.header .nav {
  text-align: center;
}
@media (max-width: 991px) {
  .header .nav {
    display: none;
  }
}
.header .nav > .item {
  display: inline-block;
  line-height: 14px;
  transition: all .2s ease;
  color: #ffffff;
  padding: 18px 0;
  position: relative;
}
.header .nav > .item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  display: inline-block;
  height: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header .nav > .item.more a::after {
  font-family: "iconfont";
  content: '\e602';
  float: right;
  font-weight: bold;
  color: #bdbdbd;
  margin-top: 2px;
  margin-left: 4px;
}
.header .nav > .item.active {
  color: #015197;
}
.header .nav > .item:hover .level-2 {
  height: auto;
  color: #666;
}
.header .nav > .item > a {
  display: block;
  padding: 0 40px;
}
.header .nav > .item > a:hover {
  background: none;
}
.header .nav .level-2 {
  position: absolute;
  top: 50px;
  z-index: 9;
  line-height: 2.14285714;
  background-color: #fff;
  /*min-width: 180px;*/
  display: none;
  color: #666;
  padding: 0 40px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  text-align: left;
}
@media (max-width: 991px) {
  .header .nav .level-2 {
    top: 110px;
  }
}
.header .nav .level-2 li {
  font-size: 13px;
  list-style: none;
}
.header .nav .level-2 li:hover a {
  color: #015197;
}
.header .nav .level-2 li:first-child {
  margin-top: 20px;
}
.header .nav .level-2 li:last-child {
  margin-bottom: 20px;
}
.header .nav .level-2 a {
  padding: 0;
  line-height: 2.14285714;
  display: block;
}
.header .nav .level-2 a::after {
  display: none;
}
.header .navigation {
  line-height: 48px;
  position: absolute;
  z-index: 99999;
  top: 75px;
  width: 100%;
  left: 0;
  display: none;
  overflow: visible;
  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-2 > li.more::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;
  color: #666;
  font-family: 'HankenBook';
}
.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;
  font-family: 'HankenLight';
}
.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: 18px;
  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: 2px;
  transition-duration: .5s;
  border-radius: 2px;
  background: #999;
}
.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: -7px;
}
.header .toggle .icon::after {
  top: 7px;
}
.header.nav-open .toggle .icon {
  width: 0;
}
.header.nav-open .toggle .icon::before {
  transform: translateY(7px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
  transform: translateY(-7px) rotate(-45deg);
}
.online {
  width: 50px;
  z-index: 3;
  position: fixed;
  right: 0;
  top: 40%;
}
@media (max-width: 767px) {
  .online {
    display: none;
  }
}
.online a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/online.png) no-repeat rgba(0, 0, 0, 0.8);
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #454545;
}
.online a:last-child {
  border-bottom: none;
}
.online a.online-1 {
  background-position: 0px 0px;
}
.online a.online-1:hover {
  background-color: #b4961a;
}
.online a.online-2 {
  background-position: 0 -50px;
}
.online a.online-2:hover {
  background-color: #3dbb2a;
}
.online a.online-3 {
  background-position: 0 -100px;
}
.online a.online-3:hover {
  background-color: #00affb;
}
.online a.online-4 {
  background-position: 0 -150px;
}
.online a.online-4:hover {
  background-color: #3b589b;
}
.online a.online-5 {
  background-position: 0 -200px;
}
.online a.online-5:hover {
  background-color: #33d055;
}
.online a.online-6 {
  background-position: 0 -250px;
}
.online a.online-6:hover {
  background-color: #000;
}
.online a.online-5 img {
  display: block;
  width: 138px;
  height: 138px;
  border: 2px solid #33d055;
  position: absolute;
  right: 54px;
  top: 0px;
  z-index: 999;
  display: none;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.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: 22px;
}
@media (max-width: 991px) {
  .banner .owl-theme .owl-controls .owl-pagination {
    bottom: 12px;
  }
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page span {
  background: #ffffff;
  border-radius: 0;
  width: 30px;
  height: 5px;
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background-color: #fff;
}
.banner .owl-theme .owl-controls .owl-buttons {
  display: none;
}
.banner .container {
  max-width: 1170px;
  position: relative;
}
.banner .location {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  left: 0;
  background-color: rgba(1, 81, 151, 0.8);
  color: #fff;
  padding: 10px 25px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner .location {
    display: none;
  }
}
.banner .location h3 {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.banner .location h3::before {
  content: '鈥?;
  color: #ff9a01;
  margin-right: 10px;
}
.banner .location > div {
  float: right;
}
.banner .location > div a {
  line-height: 30px;
  font-size: 13px;
  display: inline-block;
}
.banner .location > div a::after {
  content: '>';
  margin: 0 4px;
  float: right;
}
.banner .location > div a:last-child::after {
  display: none;
}
.banner .location > div a:hover {
  text-decoration: underline;
}
.banner .location > div::before {
  content: '\e6e2';
  font-family: "iconfont";
  font-size: 20px;
  float: left;
  margin: 4px 10px 0 0;
}
.news-scroll .bx-wrapper {
  border: none;
  box-shadow: none;
  padding: 10px 15px;
  line-height: 30px;
  background: none;
  margin-bottom: 0;
}
.news-scroll .bx-viewport {
  height: 28px!important;
}
.news-scroll .info {
  position: relative;
}
.news-scroll h3 {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  height: 30px;
}
.news-scroll h3::after {
  font-family: "iconfont";
  content: '\e605';
  font-size: 18px;
  float: right;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .news-scroll h3::after {
    display: none;
  }
}
.news-scroll h3:hover {
  color: #015197;
}
.news-scroll p {
  font-size: 12px;
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .news-scroll p {
    display: none;
  }
}
.news-scroll p:hover {
  color: #015197;
}
.news-scroll .bx-wrapper .bx-pager {
  display: none;
}
.news-scroll h2 {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  line-height: 50px;
  top: 0;
  position: absolute;
  left: 15px;
}
.news-scroll h2::after {
  font-family: "iconfont";
  content: '\e605';
  font-size: 18px;
  float: right;
  margin-top: 2px;
}
.news-scroll .news {
  padding-left: 30px;
}
.news-scroll .bx-controls-direction {
  width: 20px;
  position: relative;
  right: 0;
  float: right;
}
.news-scroll .bx-controls-direction a {
  right: 0;
  background: none;
  width: 10px;
  height: 10px;
}
.news-scroll .bx-wrapper .bx-prev {
  right: 0;
  top: -6px;
}
.news-scroll .bx-wrapper .bx-prev::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #d4d4d4;
}
.news-scroll .bx-wrapper .bx-prev:hover::before {
  border-bottom: 6px solid #9c9c9c;
}
.news-scroll .bx-wrapper .bx-next {
  right: 0;
  top: 6px;
}
.news-scroll .bx-wrapper .bx-next::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #d4d4d4;
}
.news-scroll .bx-wrapper .bx-next:hover::before {
  border-top: 6px solid #9c9c9c;
}
.box {
  padding: 50px 0;
}
.title {
  position: relative;
  overflow: hidden;
}
.title h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.title h2 span {
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  padding-left: 14px;
  margin-left: 14px;
  border-left: 1px solid #ededed;
}
@media (max-width: 767px) {
  .title h2 span {
    display: block;
    margin-top: 14px;
    border-left: none;
    margin-left: 20px;
  }
}
.title h2::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
}
.title a.more {
  position: absolute;
  right: 0;
  top: 6px;
  color: #015197;
  font-size: 12px;
  text-align: center;
}
.title a.more::after {
  content: '+';
  display: inline-block;
  width: 11px;
  height: 11px;
  line-height: 9px;
  color: #fff;
  float: right;
  margin-top: 3px;
  border-radius: 50%;
  background-color: #015197;
  margin-left: 6px;
}
.title a.more:hover::after {
  animation: fadeInRight .6s 0s ease both;
}
.box-product {
  background-color: #f5f5f5;
}
.box-product .info {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 12px;
}
.box-product .list {
  padding-left: 8px;
  padding-right: 8px;
}
.box-product .list .item {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 20px;
  margin: 8px 0;
}
.box-product .list .item .pic {
  width: 36%;
  float: left;
  overflow: hidden;
}
.box-product .list .item .pic .img-box {
  padding-bottom: 136.36363636%;
  transition: transform .6s ease;
}
.box-product .list .item .note {
  width: 64%;
  float: left;
  padding-left: 20px;
}
.box-product .list .item .note h3 {
  font-size: 14px;
  font-weight: bold;
}
.box-product .list .item .note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.66666667;
  color: #666;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-product .list .item .note a.more {
  border: 1px solid #014e92;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.box-product .list .item .note a.more span {
  color: #014e92;
}
.box-product .list .item .note a.more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: #015197;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -8em, 0);
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.box-product .list .item .note a.more:hover span {
  color: #fff;
}
.box-product .list .item .note a.more:hover:before {
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.box-product .list .item:hover .pic .img-box {
  transform: scale(1.1);
}
.box-product .list .item:hover .note h3 {
  color: #015197;
}
.about-news .about .title h2::before {
  background-position: -24px 0;
}
.about-news .about .text {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-top: 24px;
}
.about-news .about .text .note {
  background: #f2f6fa;
  overflow: hidden;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .about-news .about .text .note {
    padding: 0 15px 20px 15px;
  }
}
.about-news .about .text .note img {
  margin-right: 20px;
  float: left;
}
@media (max-width: 480px) {
  .about-news .about .text .note img {
    width: 100%;
    float: none;
  }
}
.about-news .about .text .note h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 34px 0 14px 0;
}
.about-news .about .text .note p {
  font-size: 12px;
  line-height: 1.66666667;
  margin: 0;
}
.about-news .about .text .note a.more {
  color: #015197;
  font-size: 12px;
  margin-top: 24px;
  display: inline-block;
  text-align: center;
}
.about-news .about .text .note a.more::after {
  content: '+';
  display: inline-block;
  width: 11px;
  height: 11px;
  line-height: 9px;
  color: #fff;
  float: right;
  margin-top: 3px;
  border-radius: 50%;
  background-color: #015197;
  margin-left: 6px;
}
.about-news .about .text .note a.more:hover::after {
  animation: fadeInRight .6s 0s ease both;
}
@media (max-width: 991px) {
  .about-news .news {
    margin-top: 40px;
  }
}
.about-news .news .title h2::before {
  background-position: -48px 0;
}
.about-news .news ul {
  padding: 0;
  margin: 25px 0 0 0;
}
.about-news .news ul li {
  list-style: none;
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  position: relative;
  padding: 15px;
  margin-top: 11px;
}
.about-news .news ul li:first-child {
  margin-top: 0;
}
.about-news .news ul li .date {
  width: 65px;
  height: 70px;
  background-color: #015197;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  text-align: center;
}
.about-news .news ul li .date h4 {
  font-size: 24px;
  margin: 12px 0 4px 0;
}
.about-news .news ul li .date p {
  margin: 0;
  font-size: 12px;
}
.about-news .news ul li .note {
  padding-left: 80px;
}
.about-news .news ul li .note h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about-news .news ul li .note p {
  font-size: 12px;
  color: #666666;
  line-height: 1.66666667;
  height: 40px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-news .news ul li .note a {
  display: block;
}
.about-news .news ul li:hover .note h3 {
  color: #015197;
}
.box-case {
  padding-top: 0;
}
.box-case .title h2::before {
  background-position: -72px 0;
}
.box-case .item {
  margin-top: 25px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.box-case .item .img-box {
  padding-bottom: 62.96296296%;
}
.box-case .item .img-box img {
  transition: transform .6s ease;
}
.box-case .item .note {
  padding: 20px;
  text-align: center;
}
.box-case .item .note h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box-case .item .note p {
  font-size: 12px;
  color: #888888;
  line-height: 1.66666667;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .box-case .item .note p {
    height: 60px;
  }
}
.box-case .item:hover .img-box img {
  transform: scale(1.1);
}
.box-case .item:hover .note h3 {
  color: #015197;
}
.box-import {
  padding-bottom: 50px;
}
.box-import .text {
  background-color: #e3eff9;
  border: 1px solid #d5e6f7;
  padding: 50px 30px;
}
@media (max-width: 767px) {
  .box-import .text {
    padding: 30px 15px;
  }
}
.box-import .text h3 {
  font-size: 20px;
}
.box-import .text p {
  font-size: 12px;
  line-height: 1.66666667;
  color: #666;
}
.box-import .text a.more {
  color: #015197;
  font-size: 12px;
  margin-top: 24px;
  display: inline-block;
  text-align: center;
}
.box-import .text a.more::after {
  content: '+';
  display: inline-block;
  width: 11px;
  height: 11px;
  line-height: 9px;
  color: #fff;
  float: right;
  margin-top: 3px;
  border-radius: 50%;
  background-color: #015197;
  margin-left: 6px;
}
.box-import .text a.more:hover::after {
  animation: fadeInRight .6s 0s ease both;
}
.box-import .text img {
  max-width: 100%;
}
.footer {
  background-color: #34373a;
  color: #fff;
}
.footer .foot {
  padding: 52px 0 30px;
  overflow: hidden;
  border-bottom: 1px solid #46484a;
}
.footer .foot-nav {
  width: 74%;
  float: left;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer .foot-nav {
    width: 100%;
  }
}
.footer .foot-nav div {
  width: 16.66666667%;
  float: left;
  min-height: 176px;
}
@media (max-width: 767px) {
  .footer .foot-nav div {
    width: 33.33333333%;
  }
}
.footer .foot-nav div h3 {
  font-size: 14px;
  color: #fff;
}
.footer .foot-nav div a {
  display: block;
  font-size: 12px;
  color: #848687;
  line-height: 2.16666667;
}
.footer .foot-nav div a:hover {
  color: #fff;
}
.footer .contact {
  width: 26%;
  float: left;
}
@media (max-width: 991px) {
  .footer .contact {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer .contact {
    margin-top: 0;
  }
}
.footer .contact ul {
  padding: 0;
  margin: 0;
}
.footer .contact ul li {
  margin: 0 15px;
  display: inline-block;
  margin-top: 15px;
}
.footer .contact ul li img {
  max-width: 80px;
}
.footer .contact ul li p {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 3;
}
.footer .contact ul li:first-child {
  margin-left: 0;
}
.footer .contact .tel::before {
  font-family: "iconfont";
  content: '\e6d4';
  display: inline-block;
  border: 1px solid #676a6b;
  border-radius: 9px;
  width: 48px;
  height: 49px;
  float: left;
  font-size: 30px;
  color: #7e8285;
  line-height: 49px;
  margin-right: 10px;
  text-align: center;
}
.footer .contact .tel h3 {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 0;
}
.footer .contact .tel p {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 28px;
}
.footer .link {
  color: #848687;
  font-size: 12px;
  line-height: 2.16666667;
  padding: 18px 0;
}
.footer .link span {
  color: #fff;
}
.footer .link a::after {
  content: '|';
  margin: 0 8px;
}
.footer .link a:hover {
  color: #fff;
}
.copyright {
  padding: 12px 0;
  line-height: 28px;
  background-color: #2b2f31;
  overflow: hidden;
}
.copyright p {
  margin: 0;
  font-size: 12px;
  color: #848687;
  display: inline-block;
  color: #999;
}
.copyright p a {
  color: #fff;
  margin-left: 26px;
}
.copyright p a:hover {
  text-decoration: underline;
}
.copyright .whatsapp {
  float: right;
  margin-left: 24px;
  color: #10ae09;
}
.copyright .whatsapp::before {
  font-family: "iconfont";
  content: '\e6b5';
  font-size: 22px;
  float: left;
  margin-right: 4px;
}
.copyright .whatsapp:hover {
  color: #ba86c0;
}
.copyright .share {
  float: right;
  width: 180px;
}
@media (max-width: 1199px) {
  .copyright .share {
    float: none;
  }
}
.copyright .share span {
  font-size: 12px;
  float: left;
  color: #848687;
}
.content {
  overflow: hidden;
}
.side {
  width: 21%;
  float: left;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  border-left: 1px solid #e3e9ee;
  border-right: 1px solid #e3e9ee;
}
@media (max-width: 991px) {
  .side {
    display: none;
  }
}
.side .sidenav ul {
  padding: 0;
  margin: 0;
}
.side .sidenav ul li {
  list-style: none;
  padding: 10px 25px;
  line-height: 30px;
  border-bottom: 1px solid #e3e9ee;
  font-size: 13px;
}
.side .sidenav ul li::before {
  font-family: "iconfont";
  content: '\e612';
  margin-right: 6px;
  color: #9b9b9b;
  float: left;
}
.side .sidenav ul li a {
  display: block;
}
.side .sidenav ul li:hover,
.side .sidenav ul li.active {
  background-color: #f6f9fc;
  color: #015197;
}
.side .sidenav ul li:hover::before,
.side .sidenav ul li.active::before {
  color: #015197;
}
.side .side-pro {
  padding: 35px 25px;
  text-align: center;
  border-bottom: 1px solid #e3e9ee;
}
.side .side-pro h3 {
  font-size: 18px;
  text-align: left;
  margin: 0;
}
.side .side-pro .bx-wrapper {
  box-shadow: none;
  border: none;
}
.side .side-pro .bx-wrapper .bx-pager {
  display: none;
}
.side .side-pro .bx-wrapper .bx-controls-direction a {
  top: 108%;
  margin: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.side .side-pro .bx-wrapper .bx-prev {
  width: 24px;
  height: 24px;
  background: url(../images/icon.png) no-repeat #ffffff;
  background-size: cover;
  background-position: -120px 0;
}
.side .side-pro .bx-wrapper .bx-next {
  width: 24px;
  height: 24px;
  background: url(../images/icon.png) no-repeat #ffffff;
  background-size: cover;
  background-position: -96px 0;
}
.side .side-pro .slide {
  padding-top: 30px;
}
.side .side-pro .slide .pic {
  width: 80px;
  margin: 0 auto;
}
.side .side-pro .slide p {
  font-size: 12px;
  margin: 20px 0 0 0;
}
.side .side-pro .slide .bx-pager {
  display: none;
}
.side .side-news {
  padding: 35px 25px;
  text-align: center;
  border-bottom: 1px solid #e3e9ee;
}
.side .side-news h3 {
  font-size: 18px;
  text-align: left;
  margin: 0;
}
.side .side-news .item {
  padding: 10px 0;
  margin-top: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.side .side-news .item h3 {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.side .side-news .item p {
  text-align: left;
  font-size: 12px;
  color: #666666;
  line-height: 1.66666667;
  max-height: 40px;
  margin: 6px 0 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.side .side-news .item:hover h3 {
  color: #015197;
}
.side .side-contact {
  padding: 35px 25px 64px 25px;
}
.side .side-contact h3 {
  font-size: 18px;
  text-align: left;
  margin: 0;
}
.side .side-contact .tel {
  margin-top: 30px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  padding: 12px 0;
}
.side .side-contact .tel::before {
  font-family: "iconfont";
  content: '\e6e3';
  margin-right: 6px;
  float: left;
  font-size: 40px;
  color: #3f93dd;
}
.side .side-contact .tel span {
  font-size: 12px;
  color: #999999;
}
.side .side-contact .tel p {
  font-family: Arial;
  font-size: 20px;
  color: #3f93dd;
  margin: 0;
  font-weight: bold;
}
.side .side-contact .tel a:hover {
  color: #015197;
}
.wrap {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .wrap {
    padding: 50px 40px 9999px 40px;
    margin-bottom: -9910px;
    float: left;
    width: 79%;
    border-right: 1px solid #e3e9ee;
  }
}
.wrap .title-in h2 {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #015197;
}
.wrap .title-in p {
  margin: 0;
  font-size: 13px;
  line-height: 1.84615385;
  font-weight: bold;
}
.wrap-about .text {
  margin-top: 8px;
}
.wrap-about .text p {
  font-size: 13px;
  color: #666666;
  line-height: 1.84615385;
  margin: 0;
}
.wrap-about .text img {
  max-width: 100%;
}
.wrap-about .power {
  margin-top: 50px;
}
.wrap-about .power .item {
  margin-top: 20px;
}
.wrap-about .power .item h4 {
  font-size: 13px;
  line-height: 1.84615385;
  margin: 0;
  font-weight: bold;
}
.wrap-about .power .item h4::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  margin-top: 10px;
}
.wrap-about .power .item p {
  font-size: 13px;
  color: #666666;
  line-height: 1.84615385;
  margin: 4px 0 0 0;
}
.wrap-culture .text p {
  font-size: 13px;
  line-height: 2.76923077;
  margin: 0;
}
.wrap-culture .text p::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  margin-top: 16px;
}
.wrap-develop .info {
  margin-top: 46px;
}
.wrap-develop .info ul {
  padding: 0 0 0 6px;
  margin: 0;
  position: relative;
}
.wrap-develop .info ul li {
  list-style: none;
  border-left: 2px dashed #ff9a01;
  padding-left: 25px;
  padding-top: 40px;
}
.wrap-develop .info ul li:first-child {
  padding-top: 60px;
}
.wrap-develop .info ul li:last-child {
  padding-bottom: 34px;
}
.wrap-develop .info ul li h3 {
  position: relative;
  font-size: 20px;
  color: #ff9a01;
  font-weight: bold;
  margin-top: 0;
}
.wrap-develop .info ul li h3::before {
  content: '';
  display: block;
  position: absolute;
  left: -32px;
  background: #ffffff;
  border: 2px solid #ff9a01;
  width: 12px;
  height: 12px;
  top: 6px;
  border-radius: 50%;
}
.wrap-develop .info ul li p {
  font-size: 13px;
  color: #666666;
  line-height: 1.84615385;
  margin: 0;
}
.wrap-develop .info ul::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 1px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #ff9a01;
}
.wrap-network .text {
  margin-top: 30px;
}
.wrap-network .text p {
  margin: 0;
  font-size: 13px;
  color: #666666;
  line-height: 1.84615385;
}
.wrap-network .text img {
  max-width: 100%;
}
.wrap-customer .item {
  margin-top: 35px;
}
.wrap-customer .item .img-box {
  padding-bottom: 70.37037037%;
}
.wrap-customer .item .img-box img {
  transition: transform .6s ease;
}
.wrap-customer .item p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 20px 0 0 0;
  font-size: 14px;
  text-align: center;
}
.wrap-customer .item:hover .img-box img {
  transform: scale(1.1);
}
/**
 * page
 */
.page {
  overflow: hidden;
  text-align: center;
  clear: both;
  margin-top: 60px;
}
.page a {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  min-width: 43px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #999;
  margin: 0 4px;
  transition: all 0.2s linear;
  overflow: hidden;
  padding: 0 16px;
}
.page a:first-child,
.page a:last-child {
  margin: 0 10px;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .page a:first-child,
  .page a:last-child {
    padding: 0 4px;
  }
}
.page a.active,
.page a:hover {
  background-color: #015197;
  border-color: #015197;
  color: #fff;
}
.wrap-job table {
  width: 100%;
  margin-top: 30px;
}
.wrap-job table th {
  background-color: #e8e8e8;
  font-size: 13px;
  line-height: 1.53846154;
  padding: 10px 25px;
}
@media (max-width: 767px) {
  .wrap-job table th {
    padding: 10px 15px;
  }
}
.wrap-job table th:nth-child(2),
.wrap-job table th:nth-child(3),
.wrap-job table th:nth-child(4) {
  text-align: center;
}
.wrap-job table td {
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.wrap-job table td:first-child {
  text-align: left;
}
.wrap-job table td a {
  display: block;
  padding: 10px 25px;
  line-height: 1.53846154;
  font-size: 13px;
  color: #666666;
}
@media (max-width: 767px) {
  .wrap-job table td a {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  .wrap-job table td:first-child {
    width: 38%;
  }
  .wrap-job table td:nth-child(2),
  .wrap-job table td:nth-child(3),
  .wrap-job table td:nth-child(4) {
    width: 16%;
  }
  .wrap-job table td:nth-child(5) {
    width: 10%;
  }
}
.wrap-job table tr:hover a {
  color: #015197;
}
.wrap-job-show .job-title h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
}
.wrap-job-show .text {
  margin-top: 30px;
}
.wrap-job-show .text p {
  font-size: 13px;
  color: #666666;
  line-height: 2.15384615;
  margin: 0;
}
.wrap-job-show .text b {
  color: #333333;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.wrap-job-show .text b::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  margin-top: 12px;
}
.wrap-job-show .text a:hover {
  color: #015197;
  text-decoration: underline;
}
.wrap-news .info {
  padding: 0;
  margin: 4px 0 0 0;
}
.wrap-news .info li {
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 0;
  overflow: hidden;
  transition: all .4s ease;
}
.wrap-news .info li .pic {
  width: 20%;
  float: left;
}
@media (max-width: 1199px) {
  .wrap-news .info li .pic {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .wrap-news .info li .pic {
    width: 36%;
  }
}
.wrap-news .info li .pic .img-box {
  padding-bottom: 75%;
}
.wrap-news .info li .pic .img-box img {
  transition: transform .6s ease;
}
.wrap-news .info li .note {
  width: 80%;
  float: left;
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .wrap-news .info li .note {
    width: 76%;
  }
}
@media (max-width: 767px) {
  .wrap-news .info li .note {
    width: 64%;
  }
}
.wrap-news .info li .note h3 {
  font-size: 16px;
  margin: 10px 0 12px 0;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-news .info li .note p {
  font-size: 13px;
  color: #666666;
  line-height: 1.69230769;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap-news .info li .note span {
  color: #ff9a01;
  font-size: 13px;
  display: inline-block;
}
.wrap-news .info li .note span::before {
  font-family: "iconfont";
  content: '\e633';
  margin-right: 4px;
  font-size: 16px;
  float: left;
}
.wrap-news .info li:hover {
  background-color: #f7f7f7;
}
.wrap-news .info li:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-news .info li:hover .note h3 {
  color: #015197;
}
.wrap-news-show .news-title {
  text-align: center;
}
.wrap-news-show .news-title h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.wrap-news-show .news-title p {
  background-color: #f5f5f5;
  margin: 20px 0 0 0;
  padding: 5px 0;
  line-height: 25px;
}
.wrap-news-show .news-title p span {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin: 0 20px;
}
.wrap-news-show .text {
  margin-top: 32px;
}
.wrap-news-show .text p {
  font-size: 13px;
  color: #666666;
  line-height: 1.84615385;
  margin: 0;
}
.wrap-news-show .text img {
  max-width: 100%;
}
.wrap-news-show .relate {
  padding: 25px 0;
  border-top: 1px solid #d5d5d5;
  margin-top: 54px;
}
.wrap-news-show .relate a {
  font-size: 13px;
  line-height: 2.30769231;
  display: block;
}
.wrap-news-show .relate a:hover {
  color: #015197;
}
.wrap-news-show a.return {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 34px;
  border-radius: 2px;
  background-color: #015197;
}
.wrap-news-show a.return:hover {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-case .info,
.wrap-clinical .info {
  margin-left: -11px;
  margin-right: -11px;
}
.wrap-case .list,
.wrap-clinical .list {
  padding: 0 11px;
}
.wrap-case .item,
.wrap-clinical .item {
  margin: 17px 0;
  padding: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.09);
}
.wrap-case .item .pic .img-box,
.wrap-clinical .item .pic .img-box {
  padding-bottom: 62.96296296%;
}
.wrap-case .item .pic .img-box img,
.wrap-clinical .item .pic .img-box img {
  transition: transform .6s ease;
}
.wrap-case .item .note,
.wrap-clinical .item .note {
  padding: 15px;
}
.wrap-case .item .note h3,
.wrap-clinical .item .note h3 {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}
.wrap-case .item .note p,
.wrap-clinical .item .note p {
  font-size: 13px;
  color: #666666;
  line-height: 1.76923077;
  height: 92px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.wrap-case .item:hover,
.wrap-clinical .item:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.wrap-case .item:hover .pic .img-box img,
.wrap-clinical .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-case .item:hover .note h3,
.wrap-clinical .item:hover .note h3 {
  color: #015197;
}
.wrap-clinical .item .note p {
  height: 69px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wrap-case-show .case-title h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.wrap-case-show .text {
  margin-top: 15px;
}
.wrap-case-show .text p {
  font-size: 13px;
  color: #666666;
  line-height: 1.76923077;
  margin: 0;
}
.wrap-case-show .text img {
  max-width: 100%;
}
.wrap-equipment .info {
  margin-left: -10px;
  margin-right: -10px;
}
.wrap-equipment .list {
  padding-left: 10px;
  padding-right: 10px;
}
.wrap-equipment .list .item {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
  margin: 17px 0;
}
.wrap-equipment .list .item .pic {
  width: 32%;
  float: left;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-equipment .list .item .pic {
    width: 36%;
  }
}
.wrap-equipment .list .item .pic .img-box {
  padding-bottom: 136.36363636%;
  transition: transform .6s ease;
}
.wrap-equipment .list .item .note {
  width: 68%;
  float: left;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .wrap-equipment .list .item .note {
    width: 64%;
  }
}
.wrap-equipment .list .item .note h3 {
  font-size: 14px;
  font-weight: bold;
}
.wrap-equipment .list .item .note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.66666667;
  color: #666;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wrap-equipment .list .item .note a.more {
  border: 1px solid #014e92;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.wrap-equipment .list .item .note a.more span {
  color: #014e92;
}
.wrap-equipment .list .item .note a.more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: #015197;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -8em, 0);
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.wrap-equipment .list .item .note a.more:hover span {
  color: #fff;
}
.wrap-equipment .list .item .note a.more:hover:before {
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wrap-equipment .list .item:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.wrap-equipment .list .item:hover .pic .img-box {
  transform: scale(1.1);
}
.wrap-equipment .list .item:hover .note h3 {
  color: #015197;
}
.wrap-equipment-show .e-title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.wrap-equipment-show .text {
  margin-top: 15px;
}
.wrap-equipment-show .text p {
  margin: 0;
  font-size: 13px;
  color: #666666;
  line-height: 1.76923077;
}
.wrap-equipment-show .text h4 {
  font-size: 16px;
  font-weight: bold;
}
.wrap-equipment-show .text img {
  max-width: 100%;
}
.wrap-equipment-show .text ul {
  padding: 0;
  overflow: hidden;
}
.wrap-equipment-show .text ul li {
  list-style: none;
  text-align: center;
  width: 50%;
  float: left;
  margin-top: 30px;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .wrap-equipment-show .text ul li {
    width: 100%;
    padding: 0;
  }
}
.wrap-equipment-show .text ul li p {
  margin-top: 25px;
}
.wrap-video ul {
  padding: 0 40px;
  margin: 30px 0 0 0;
  border-bottom: 1px solid #f6f9fc;
}
.wrap-video ul li {
  list-style: none;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  position: relative;
  border: 1px solid #fff;
  border-bottom: none;
  margin: 0 2px;
}
.wrap-video ul li a {
  font-size: 13px;
  display: block;
  padding: 0 24px;
}
.wrap-video ul li:hover,
.wrap-video ul li.active {
  color: #ff9a01;
  border-color: #e3e9ee;
}
.wrap-video ul li:hover::after,
.wrap-video ul li.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
}
.wrap-video .video {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #000;
}
.wrap-video .video .img-box {
  padding-bottom: 57.5%;
  z-index: 0;
}
.wrap-video .video .img-box img {
  transition: all .4s ease;
}
.wrap-video .video .video-box {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.wrap-video .video .iframe {
  display: none;
  width: 100%;
}
.wrap-video .video .play {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 22%;
  margin-bottom: 100%;
  background: url(../images/play.png) no-repeat;
  background-size: cover;
}
.wrap-video .item {
  text-align: center;
  margin-top: 35px;
  overflow: hidden;
}
.wrap-video .item p {
  font-weight: bold;
  margin: 20px 0 0 0;
}
.wrap-video .item:hover .video .img-box img {
  opacity: .5;
  transform: scale(1.1);
}
.wrap-service .text p {
  width: 40%;
  margin: 10px 0;
  display: inline-block;
}
.wrap-service .text p::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
  margin-right: 20px;
  float: left;
  margin-top: 8px;
}
.wrap-team .text {
  margin-top: 30px;
}
.wrap-team .text p {
  font-size: 13px;
  color: #666666;
  line-height: 1.76923077;
  margin: 0;
}
.wrap-team .text img {
  max-width: 100%;
}
.wrap-client .info {
  margin-top: 30px;
  overflow: hidden;
}
.wrap-client .info .pic {
  width: 60%;
  float: left;
}
@media (max-width: 1199px) {
  .wrap-client .info .pic {
    width: 100%;
  }
}
.wrap-client .info .pic img {
  width: 100%;
  display: block;
}
.wrap-client .info .note {
  padding: 6% 30px;
  width: 40%;
  float: left;
  background-color: #ff9a01;
}
@media (min-width: 1200px) {
  .wrap-client .info .note {
    padding-bottom: 999px;
    margin-bottom: -999px;
  }
}
@media (max-width: 1199px) {
  .wrap-client .info .note {
    width: 100%;
  }
}
.wrap-client .info .note p {
  font-size: 14px;
  color: #ffffff;
  line-height: 2.14285714;
  margin: 0;
  font-weight: bold;
}
.wrap-client .info .note a:hover {
  text-decoration: underline;
}
.wrap-client .client .c-title {
  margin-top: 40px;
}
.wrap-client .client .c-title h3 {
  font-size: 14px;
  font-weight: bold;
}
.wrap-client .client .c-title p {
  font-size: 13px;
  color: #666666;
  line-height: 1.76923077;
}
.wrap-client .client form .item {
  margin-top: 18px;
}
.wrap-client .client form p {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #999999;
  line-height: 2.33333333;
  margin: 0;
}
.wrap-client .client form input,
.wrap-client .client form textarea {
  width: 100%;
  max-width: 350px;
  padding: 5px 14px;
  line-height: 2.14285714;
  border: 1px solid #eaeaea;
  outline: none;
  resize: vertical;
}
.wrap-client .client form input:focus,
.wrap-client .client form textarea:focus {
  border-color: #ccc;
}
.wrap-client .client form .btn {
  margin-left: 50px;
  background-color: #015197;
  color: #fff;
  padding: 0 48px;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-weight: bold;
}
.wrap-client .client form .btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wrap-contact .info {
  overflow: hidden;
}
.wrap-contact .info .left {
  width: 56%;
  float: left;
  padding-right: 25px;
  padding-bottom: 24px;
  border-right: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
  .wrap-contact .info .left {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.wrap-contact .info .left .text h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrap-contact .info .left .text p {
  font-size: 13px;
  color: #666666;
  line-height: 2.30769231;
  margin: 0;
}
.wrap-contact .info .left .text a:hover {
  text-decoration: underline;
}
.wrap-contact .info .left .pic {
  max-width: 140px;
  padding: 18px;
  border: 1px solid #eaeaea;
  display: inline-block;
  margin-right: 12px;
  text-align: center;
  margin-top: 30px;
}
.wrap-contact .info .left .pic img {
  width: 100%;
}
.wrap-contact .info .left .pic p {
  font-size: 12px;
  margin: 16px 0 0 0;
  color: #666;
}
.wrap-contact .info .right {
  width: 44%;
  float: left;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .wrap-contact .info .right {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 30px;
  }
}
.wrap-contact .info .right h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrap-contact .info .right p {
  font-size: 13px;
  color: #666666;
  line-height: 2.30769231;
  margin: 0;
}
.wrap-contact .map {
  border: 1px solid #e0e0e0;
  height: 300px;
  overflow: hidden;
  margin-top: 40px;
}
.wrap-contact .map img {
  height: 100%;
}
.wrap-message h4 {
  font-size: 13px;
  color: #666666;
  line-height: 1.76923077;
}
.wrap-message form {
  max-width: 668px;
}
.wrap-message form .item {
  position: relative;
  margin-top: 20px;
  padding-left: 65px;
}
.wrap-message form p {
  vertical-align: top;
  font-size: 12px;
  color: #999999;
  line-height: 2.33333333;
  margin: 0;
  position: absolute;
  left: 15px;
}
.wrap-message form input,
.wrap-message form textarea {
  width: 100%;
  padding: 5px 14px;
  line-height: 2.14285714;
  border: 1px solid #eaeaea;
  outline: none;
  resize: vertical;
}
.wrap-message form input:focus,
.wrap-message form textarea:focus {
  border-color: #ccc;
}
.wrap-message form .btn {
  background-color: #015197;
  color: #fff;
  padding: 0 48px;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-weight: bold;
}
.wrap-message form .btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wrap-product .top-pic img {
  max-width: 100%;
}
.wrap-product .item {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  padding: 24px;
  overflow: hidden;
  margin: 30px 0;
}
.wrap-product .item .pic {
  width: 22%;
  float: left;
  padding: 0 24px;
}
@media (max-width: 1199px) {
  .wrap-product .item .pic {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .wrap-product .item .pic {
    width: 34%;
    padding: 0;
  }
}
.wrap-product .item .pic .img-box {
  padding-bottom: 136.36363636%;
}
.wrap-product .item .pic .img-box img {
  transition: transform .6s ease;
}
.wrap-product .item .note {
  width: 78%;
  float: left;
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .wrap-product .item .note {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .wrap-product .item .note {
    width: 66%;
  }
}
.wrap-product .item .note h3 {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-product .item .note span {
  font-size: 12px;
  color: #999999;
}
.wrap-product .item .note p {
  font-size: 13px;
  color: #666666;
  line-height: 1.84615385;
  height: 72px;
  margin: 22px 0 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 480px) {
  .wrap-product .item .note p {
    margin-top: 10px;
  }
}
.wrap-product .item .note a {
  display: block;
}
.wrap-product .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-product .item:hover .note h3 {
  color: #015197;
}
.wrap-product-show .pro-show .text {
  padding-left: 10px;
}
.wrap-product-show .pro-show .p-title {
  padding-bottom: 6px;
  border-bottom: 1px solid #d5d5d5;
}
.wrap-product-show .pro-show .p-title h3 {
  font-size: 20px;
  margin: 30px 0 16px;
  color: #015197;
  font-weight: bold;
}
.wrap-product-show .pro-show .p-title p {
  font-size: 13px;
  line-height: 1.84615385;
}
.wrap-product-show .pro-show .note {
  padding: 30px 0;
}
.wrap-product-show .pro-show .note p {
  font-size: 13px;
  color: #666666;
  line-height: 1.84615385;
  margin: 0;
}
.wrap-product-show .pro-show .link a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 42px;
  background-color: #ff9a01;
}
.wrap-product-show .pro-show .link a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-product-show .album {
  width: 100%;
  position: relative;
}
.wrap-product-show .album .img-box {
  padding-bottom: 136.36363636%;
}
.wrap-product-show .album .img-box img {
  width: 100%;
}
.wrap-product-show .album .sync {
  margin: 0 -6px;
}
.wrap-product-show .album .sync1 {
  width: 100%;
  margin: 6px 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}
.wrap-product-show .album .sync1 .item {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 60px 80px;
}
.wrap-product-show .album .owl-theme {
  padding: 10px 0;
}
.wrap-product-show .album .sync2 {
  padding: 0 30px;
  width: 100%;
  padding-top: 15px;
}
.wrap-product-show .album .sync2 .synced .item {
  border: 1px solid #c8def2;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}
.wrap-product-show .album .sync2 .item {
  border: 1px solid #fff;
  cursor: pointer;
  margin: 6px;
  padding: 10px 14px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}
.wrap-product-show .album .owl-theme .owl-controls {
  width: 100%;
  position: absolute;
}
.wrap-product-show .album .owl-theme .owl-controls .owl-buttons {
  width: 100%;
  overflow: hidden;
}
.wrap-product-show .album .owl-theme .owl-controls div.owl-prev,
.wrap-product-show .album .owl-theme .owl-controls div.owl-next {
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 99;
  background: none;
  margin-top: 12%;
}
.wrap-product-show .album .owl-theme .owl-controls div.owl-prev::before,
.wrap-product-show .album .owl-theme .owl-controls div.owl-next::before {
  font-family: "iconfont";
  float: left;
  display: block;
  color: #c8c8c8;
  font-size: 40px;
}
@media (max-width: 991px) {
  .wrap-product-show .album .owl-theme .owl-controls div.owl-prev,
  .wrap-product-show .album .owl-theme .owl-controls div.owl-next {
    margin-top: 14%;
  }
}
@media (max-width: 767px) {
  .wrap-product-show .album .owl-theme .owl-controls div.owl-prev,
  .wrap-product-show .album .owl-theme .owl-controls div.owl-next {
    margin-top: 16%;
  }
}
@media (max-width: 480px) {
  .wrap-product-show .album .owl-theme .owl-controls div.owl-prev,
  .wrap-product-show .album .owl-theme .owl-controls div.owl-next {
    margin-top: 14%;
  }
}
@media (max-width: 360px) {
  .wrap-product-show .album .owl-theme .owl-controls div.owl-prev,
  .wrap-product-show .album .owl-theme .owl-controls div.owl-next {
    margin-top: 10%;
  }
}
.wrap-product-show .album .owl-theme .owl-controls div.owl-prev {
  left: -30px;
}
.wrap-product-show .album .owl-theme .owl-controls div.owl-prev::before {
  content: '\e75b';
}
.wrap-product-show .album .owl-theme .owl-controls div.owl-next {
  right: -30px;
}
.wrap-product-show .album .owl-theme .owl-controls div.owl-next::before {
  float: right;
  content: '\e637';
}
.wrap-product-show .parameter {
  margin-top: 60px;
}
.wrap-product-show .parameter .category {
  overflow: hidden;
  width: 100%;
  background-color: #f2f2f2;
}
.wrap-product-show .parameter .category ul {
  padding: 10px 20px 0 20px;
  margin: 0;
  overflow: hidden;
  background-color: #f2f2f2;
}
.wrap-product-show .parameter .category ul li {
  display: inline-block;
  list-style: none;
  padding: 0 30px;
  font-weight: bold;
}
.wrap-product-show .parameter .category ul li:first-child.active {
  border-left: none;
}
.wrap-product-show .parameter .category ul li a {
  height: 40px;
  line-height: 40px;
  display: block;
}
.wrap-product-show .parameter .category ul li.active {
  background-color: #fff;
  color: #ff9a01;
}
.wrap-product-show .parameter .note {
  padding: 30px 0 40px;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}
.wrap-product-show .parameter .note p {
  margin: 0;
  font-size: 13px;
  color: #666666;
  line-height: 1.84615385;
}
.wrap-product-show .parameter .note img {
  max-width: 100%;
}
.wrap-product-show .info .item {
  padding-left: 55px;
  position: relative;
  margin-top: 40px;
}
.wrap-product-show .info .item::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/pro-show.png) no-repeat;
}
.wrap-product-show .info .item h3 {
  font-size: 13px;
  color: #333333;
  line-height: 1.84615385;
  font-weight: bold;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-product-show .info .item h3::before {
  content: '';
  display: block;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  margin-top: 10px;
  margin-right: 10px;
}
.wrap-product-show .info .item p {
  font-size: 13px;
  color: #666666;
  line-height: 1.84615385;
  margin: 0;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
