@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #999999;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #999999;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #0fafc6;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col12,
.col {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #0fafc6;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 26px;
  font-size: 15px;
  color: #555555;
  text-align: justify;
}
.article video,
.article iframe,
.article img {
  max-width: 100%;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.head-top {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
}
.search {
  float: right;
  border: solid 1px #eeeeee;
  border-radius: 4px;
  background: #fff;
  margin-top: 5px;
  overflow: hidden;
}
.search:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.search .btn input {
  width: 28px;
  height: 28px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}
.search .inpu {
  padding-right: 28px;
}
.search .inpu input {
  width: 100%;
  line-height: 28px;
  padding: 0 8px;
  color: #999;
}
.header {
  width: 100%;
  height: 120px;
  background: #fff;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 58px;
  margin-top: 30px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #ebebeb;
}
.header .logo:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.header .logo img {
  height: 100%;
}
.header .menu-btn {
  display: none;
}
.head-contact {
  float: right;
  margin-top: 38px;
}
.head-contact > div {
  min-height: 40px;
  padding-left: 44px;
  float: left;
  background: no-repeat 0 2px;
  position: relative;
}
.head-contact .photo {
  background-image: url(../images/head_contact1.png);
}
.head-contact .mail {
  background-image: url(../images/head_contact2.png);
  margin-left: 58px;
}
.head-contact .mail::after {
  content: " ";
  width: 1px;
  height: 32px;
  background: #ebebeb;
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -16px;
  z-index: 4;
}
.head-contact .p2 a,
.head-contact .p2 {
  font-size: 18px;
  color: #0fafc6;
}
.nav {
  width: 100%;
  background: #0fafc6;
}
.nav.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}
.nav .wrap {
  position: relative;
}
.nav .wrap > ul > li {
  float: left;
  position: relative;
  background: url(../images/nav_line.png) no-repeat 0 center;
  width: 10%;
  text-align: center;
  z-index: 10;
}
.nav .wrap > ul > li:first-child {
  background: none;
}
.nav .wrap > ul > li > a {
  height: 56px;
  line-height: 56px;
  display: block;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.nav .buoy {
  width: 120px;
  height: 100%;
  background: #00d3f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.nav .sub {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 90;
  display: none;
}
.nav .sub li {
  margin-top: 1px;
}
.nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  background: #0fafc6;
}
.nav .sub li a:hover {
  background: #00d3f1;
}
.nav .search,
.nav .head-contact {
  display: none;
}
.nav-brace {
  height: 56px;
  display: none;
  clear: both;
}
.footer {
  background: #242e2f;
  color: #9a9a9a;
}
.footer a {
  color: #9a9a9a;
}
.footer a:hover {
  color: #fff;
}
.footer .friendship {
  padding: 30px 20px 30px 0;
  position: relative;
  border-bottom: solid 1px #374041;
}
.footer .friendship .btn {
  width: 14px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 5;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat center;
}
.footer .friendship .btn.on {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.footer .friendship .box {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.footer .friendship .box.on {
  height: auto;
}
.footer .friendship a {
  font-size: 12px;
  padding: 0 13px;
  position: relative;
  white-space: nowrap;
}
.footer .friendship a:last-child::after {
  display: none;
}
.footer .friendship a::after {
  content: " ";
  width: 1px;
  height: 12px;
  background: #404849;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  margin-top: -6px;
}
.footer .row {
  position: relative;
}
.footer .link-list {
  float: left;
  line-height: 26px;
  margin-top: 38px;
}
.footer .link-list .list {
  width: 170px;
  float: left;
}
.footer .link-list ul {
  margin-top: 14px;
  padding-left: 2px;
}
.footer .link-list .tit {
  font-size: 16px;
  color: #0fafc6;
  padding-left: 8px;
  position: relative;
  display: block;
  line-height: 26px;
}
.footer .link-list .tit::after {
  content: " ";
  width: 2px;
  height: 16px;
  background: #0fafc6;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.footer .contact {
  float: right;
  text-align: right;
  margin-top: 40px;
}
.footer .contact .photo {
  min-height: 40px;
  background: url(../images/photo1.png) no-repeat right 0 top 2px;
  padding-right: 48px;
  margin-bottom: 16px;
}
.footer .contact .photo p {
  margin-bottom: 2px;
}
.footer .contact p {
  margin-bottom: 6px;
}
.footer .contact .p1 a,
.footer .contact .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #0fafc6;
}
.footer .qrcode {
  width: 128px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 1;
}
.footer .qrcode img {
  width: 100%;
  display: block;
}
.footer .title {
  background: url(../images/footer_line.gif) repeat-x 0 center;
  margin-top: 24px;
}
.footer .title img {
  width: 100%;
  display: block;
}
.footer .title .logo {
  width: 172px;
  margin: 0 auto;
  padding: 0 20px;
  background: #242e2f;
}
.footer .copy {
  line-height: 24px;
  padding: 14px 0 40px 0;
}
.footer .copy:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.fixed-sidebar {
  width: 56px;
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translate(0, -51%);
  -webkit-transform: translate(0, -51%);
  -moz-transform: translate(0, -51%);
  -ms-transform: translate(0, -51%);
  -o-transform: translate(0, -51%);
  z-index: 90;
  text-align: center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixed-sidebar li {
  position: relative;
  border: solid 1px #eee;
  border-top: none;
}
.fixed-sidebar li:first-child {
  border-top: solid 1px #eee;
}
.fixed-sidebar li:hover a {
  background: #0fafc6;
}
.fixed-sidebar li:hover .icon {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
}
.fixed-sidebar li:hover .txt {
  color: #fff;
}
.fixed-sidebar li a {
  height: 62px;
  display: block;
  padding-top: 10px;
  background: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixed-sidebar li a .icon {
  height: 20px;
  line-height: 20px;
  filter: brightness(40%);
  -webkit-filter: brightness(40%);
  -moz-filter: brightness(40%);
  -ms-filter: brightness(40%);
  -o-filter: brightness(40%);
}
.fixed-sidebar li a .icon img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li a .txt {
  line-height: 20px;
  color: #777777;
  margin-top: 4px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixed-sidebar li .hide {
  height: 62px;
  line-height: 62px;
  position: absolute;
  bottom: 0;
  right: 62px;
  z-index: 5;
  background: #fff;
  white-space: nowrap;
  display: none;
  border: solid 1px #0fafc6;
}
.fixed-sidebar li .phone {
  padding: 0 20px;
  font-size: 18px;
}
.fixed-sidebar li .qrcode {
  width: 134px;
  height: 134px;
  padding: 4px;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  height: 170px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner {
  background: no-repeat center 0;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 2px #0fafc6;
  background: none;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #0fafc6;
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
  margin: 0;
}
.main .banner {
  overflow: hidden;
}
.main .banner .swiper-slide {
  position: relative;
}
.main .banner .content {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  color: #333;
  text-align: right;
}
.main .banner .content .text {
  display: inline-block;
  text-align: left;
}
.main .banner .blue {
  color: #0fafc6;
}
.main .banner .p1 {
  font-size: 58px;
  font-weight: bold;
}
.main .banner .p2 {
  font-size: 26px;
  margin: 14px 0 4px 0;
}
.main .banner .p3 {
  font-size: 14px;
}
.main .banner .p1,
.main .banner .p2,
.main .banner .p3 {
  position: relative;
  top: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.main .banner .p1.on,
.main .banner .p2.on,
.main .banner .p3.on {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .tit {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 4px 0 12px 0;
}
.main .pctitle .line {
  width: 18px;
  height: 1px;
  background: #0fafc6;
  position: relative;
  margin: 3px auto;
}
.main .pctitle .line::after,
.main .pctitle .line::before {
  content: " ";
  width: 22px;
  height: 1px;
  background: #0fafc6;
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
}
.main .pctitle .line::after {
  width: 14px;
  top: 3px;
}
.main .pctitle.white .en,
.main .pctitle.white .tit {
  color: #fff;
}
.main .pctitle.white .line::before,
.main .pctitle.white .line::after,
.main .pctitle.white .line {
  background: #fff;
}
.main .about,
.main .advantage,
.main .product {
  padding: 50px 20px 60px 20px;
}
.main .product img {
  width: 100%;
  display: block;
}
.main .product .gallery-thumbs {
  margin-top: 46px;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.main .product .gallery-thumbs .swiper-slide {
  text-align: center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.main .product .gallery-thumbs .swiper-slide span {
  width: 53px;
  height: 53px;
  display: block;
  margin: 0 auto 6px auto;
  background: #565656;
  border-radius: 50%;
}
.main .product .gallery-thumbs .swiper-slide-thumb-active {
  color: #0fafc6;
}
.main .product .gallery-thumbs .swiper-slide-thumb-active span {
  background: #0fafc6;
}
.main .product .menu {
  margin-bottom: 38px;
}
.main .product .menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .menu a {
  float: left;
  padding: 0 24px;
  margin: 0 10px 10px 0;
  line-height: 32px;
  border-radius: 32px;
  border: solid 1px #dddddd;
  font-size: 16px;
  color: #555555;
  font-weight: bold;
  position: relative;
}
.main .product .menu a::after {
  left: 14px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999;
  border-width: 4px;
  margin-top: -4px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .product .menu a:hover {
  background: #0fafc6;
  border: solid 1px #0fafc6;
  color: #fff;
}
.main .product .menu a:hover::after {
  border-left-color: #fff;
}
.main .product .list {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.main .product .list ul {
  margin: 0 -5px;
}
.main .product .list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .list li {
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.main .product .list li:nth-child(2n+1) {
  clear: left;
}
.main .product .list li img {
  width: 100%;
  display: block;
}
.main .product .list li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .product .list li a:hover::after {
  opacity: 1;
}
.main .product .list li a:hover span {
  bottom: 0;
}
.main .product .list li a::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/product_filter.png);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .list li span {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -48px;
  z-index: 10;
  padding: 0 40px 0 18px;
  background: url(../images/arrow2.png) no-repeat right 20px center #0fafc6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .right {
  width: 50%;
  float: right;
  padding-left: 5px;
  position: relative;
}
.main .product .right img {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .right a {
  display: block;
  position: relative;
}
.main .product .right a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .product .right .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px;
}
.main .product .right .text .box {
  background: #fff;
  padding: 16px;
}
.main .product .right .text .tit,
.main .product .right .text .txt {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .right .text .tit {
  font-size: 20px;
  font-weight: bold;
  color: #0fafc6;
}
.main .product .right .text .txt {
  font-size: 14px;
  color: #777;
}
.main .product .right .btn {
  position: absolute;
  bottom: 106px;
  right: 14px;
  z-index: 5;
}
.main .product .right .swiper-button-prev,
.main .product .right .swiper-button-next {
  float: right;
  width: 80px;
  height: 48px;
  background: url(../images/arrow3.png) no-repeat center #0fafc6;
  position: static;
  opacity: 1;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .right .swiper-button-prev:hover,
.main .product .right .swiper-button-next:hover {
  background-color: #00d3f1;
}
.main .product .right .swiper-button-next {
  background-color: #147482;
  background-image: url(../images/arrow2.png);
}
.main .advantage {
  background: url(../images/advantage_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .advantage .content {
  margin-top: 38px;
  position: relative;
}
.main .advantage .swiper-button-next,
.main .advantage .swiper-button-prev {
  width: 30px;
  height: 54px;
  top: 50%;
  margin: -27px 0 0 0;
  background: no-repeat center rgba(255, 255, 255, 0.3);
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .advantage .swiper-button-next:hover,
.main .advantage .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.main .advantage .swiper-button-prev {
  left: -68px;
  background-image: url(../images/arrow3.png);
}
.main .advantage .swiper-button-next {
  right: -68px;
  background-image: url(../images/arrow2.png);
}
.main .advantage .swiper-slide a {
  text-align: center;
  display: block;
  background: #ffffff;
  padding: 22px 10px 40px 10px;
}
.main .advantage .swiper-slide a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.main .advantage .swiper-slide a:hover .tit,
.main .advantage .swiper-slide a:hover .en,
.main .advantage .swiper-slide a:hover .txt {
  color: #fff;
}
.main .advantage .swiper-slide a,
.main .advantage .swiper-slide .tit,
.main .advantage .swiper-slide .en,
.main .advantage .swiper-slide .txt {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .advantage .swiper-slide .icon {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 32px auto;
}
.main .advantage .swiper-slide .icon img {
  width: 100%;
  display: block;
}
.main .advantage .swiper-slide .tit {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.main .advantage .swiper-slide .en {
  font-family: "Arial", arial;
  color: #999999;
  margin: 6px 0 30px 0;
}
.main .advantage .swiper-slide .txt {
  line-height: 24px;
  color: #777777;
}
.main .news {
  background: #f8f8f8;
  padding: 50px 0;
}
.main .news .content {
  margin: 38px 0 0 0;
}
.main .news .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .list {
  width: 383px;
  float: left;
  background: #fff;
  margin: 0 0 20px 20px;
  padding: 0 20px 20px 20px;
}
.main .news .list:nth-child(3n+1) {
  margin-left: 0;
}
.main .news .title {
  padding: 23px 0;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
.main .news .title a {
  font-size: 12px;
  float: right;
}
.main .news .pic {
  overflow: hidden;
}
.main .news .pic img {
  width: 100%;
  display: block;
}
.main .news ul {
  margin-top: 22px;
}
.main .news li {
  height: 36px;
  line-height: 36px;
}
.main .news li a:hover .tit {
  color: #0fafc6;
}
.main .news li .date {
  float: right;
  color: #777777;
}
.main .news li .tit {
  color: #555555;
  padding-right: 20px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.about .content {
  position: relative;
  margin: 44px 0;
}
.about .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about .pic,
.about .text {
  width: 50%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.about img {
  width: 100%;
  display: block;
}
.about .pic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  overflow: hidden;
}
.about .pic img {
  display: none;
}
.about .text {
  float: left;
  background-image: url(../images/about_bg.jpg);
  padding: 66px 40px;
  line-height: 24px;
  color: #fff;
}
.about .text .tit {
  font-size: 18px;
  font-weight: bold;
}
.about .text .txt {
  font-size: 14px;
  margin: 24px 0 0 0;
}
.about .text .btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  margin-top: 68px;
}
.about .text .btn::after {
  background: #147482;
}
.about .text .btn span {
  padding: 0 44px 0 18px;
  color: #0fafc6;
  background: url(../images/arrow4.png) no-repeat right 18px center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.about .text .btn:hover span {
  color: #fff;
  background: url(../images/arrow5.png) no-repeat right 8px center;
}
.about .features {
  text-align: center;
}
.about .features:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about .features .col {
  position: relative;
}
.about .features .col:first-child::after {
  display: none;
}
.about .features .col::after {
  content: " ";
  width: 1px;
  height: 60px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 2;
}
.about .features .p1 {
  line-height: 40px;
  color: #0fafc6;
}
.about .features .num {
  font-size: 42px;
  font-weight: bold;
}
.about .features .val {
  display: none;
}
.about .features sup {
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.about .features .p2 {
  color: #333;
}
.container .banner {
  height: 300px;
  position: relative;
}
.container .banner img {
  display: none;
}
.container .banner .title {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  line-height: 40px;
}
.container .banner .en {
  font-size: 16px;
}
.container .banner .tit {
  font-size: 36px;
  color: #fff;
}
.container .crumbs {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  color: #fff;
  background: url(../images/crumbs.png) no-repeat 0 center;
  padding-left: 20px;
  line-height: 20px;
}
.container .crumbs a {
  color: #fff;
}
.section-menu {
  background: #f8f8f8;
}
.section-menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.section-menu .tit {
  display: none;
}
.section-menu li {
  float: left;
  margin-right: 60px;
}
.section-menu li.on a {
  border-bottom: solid 2px #0fafc6;
  color: #0fafc6;
}
.section-menu li a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #333;
}
.section-menu li a:hover {
  color: #0fafc6;
}
.paging {
  text-align: center;
  margin-top: 50px;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 4px;
}
.paging li a {
  width: 48px;
  height: 42px;
  line-height: 42px;
  display: block;
  background: #eeeeee;
  font-family: "Arial", arial;
  color: #333;
}
.paging li.on a,
.paging li a:hover {
  background-color: #0fafc6;
  color: #fff;
}
.paging li.prev a {
  background: url(../images/arrow7.png) no-repeat center #ffffff;
}
.paging li.prev a:hover {
  background: url(../images/arrow3.png) no-repeat center #0fafc6;
}
.paging li.next a {
  background: url(../images/arrow8.png) no-repeat center #ffffff;
}
.paging li.next a:hover {
  background: url(../images/arrow2.png) no-repeat center #0fafc6;
}
.about-page {
  padding: 50px 0;
}
.about-page .about .content {
  margin-top: 0;
}
.about-page .about .article {
  border-top: solid 1px #ebebeb;
  margin-top: 42px;
  padding-top: 38px;
}
.about-page .about .article .tit {
  font-weight: bold;
  color: #0fafc6;
}
.about-page .history {
  margin: 0 auto;
  position: relative;
  padding: 64px 0;
}
.about-page .history .line {
  width: 1px;
  height: 100%;
  background: #dddddd;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.about-page .history .before {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background: #0fafc6;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
  z-index: 3;
}
.about-page .history .after {
  width: 78px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(../images/arrow6.png) no-repeat center #0fafc6;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -39px;
  z-index: 5;
}
.about-page .history ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .history li {
  width: 658px;
  float: left;
}
.about-page .history li:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.about-page .history li:hover .year {
  background: #0fafc6;
}
.about-page .history li:hover .year::after {
  background-image: url(../images/year3.png);
}
.about-page .history li .year {
  width: 116px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #cccccc;
  font-size: 18px;
  color: #fff;
  float: right;
  position: relative;
  z-index: 2;
  margin-top: 84px;
}
.about-page .history li .year::after {
  content: " ";
  width: 62px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -62px;
  margin-top: -5px;
  z-index: 2;
  background: url(../images/year1.png) no-repeat;
  background-size: 100% auto;
}
.about-page .history li .cont {
  width: 440px;
  float: left;
  padding: 30px 30px 24px 30px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.about-page .history li .cont .pic {
  overflow: hidden;
}
.about-page .history li .cont .text {
  line-height: 25px;
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
}
.about-page .history li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.about-page .history li:nth-child(even) {
  float: right;
  margin-top: -230px;
}
.about-page .history li:nth-child(even):hover .year::after {
  background-image: url(../images/year4.png);
}
.about-page .history li:nth-child(even) .year {
  float: left;
}
.about-page .history li:nth-child(even) .year::after {
  left: auto;
  right: -62px;
  background-image: url(../images/year2.png);
}
.about-page .history li:nth-child(even) .cont {
  float: right;
}
.about-page .recruitment li {
  margin-bottom: 30px;
  background: #fff;
}
.about-page .recruitment li.on .top {
  background-image: url(../images/recruitment_icon2.png);
  background-color: #0fafc6;
  color: #fff;
}
.about-page .recruitment li .top {
  padding: 18px 56px 18px 24px;
  box-sizing: border-box;
  background: url(../images/recruitment_icon1.png) no-repeat right 24px center #f5f5f5;
  background-size: 28px 28px;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.about-page .recruitment li .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .recruitment li .top span {
  width: 25%;
  float: left;
}
.about-page .recruitment li .down {
  padding: 10px 24px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  display: none;
}
.about-page .recruitment li .down .txt {
  margin-top: 32px;
}
.about-page .recruitment li .down .tit {
  font-size: 18px;
  color: #0fafc6;
  margin-bottom: 10px;
}
.product-page {
  padding: 40px 0 70px 0;
}
.product-page.pd2 {
  padding: 0 0 70px 0;
}
.product-page .menu {
  padding: 25px 0;
  border-bottom: solid 1px #f3f3f3;
}
.product-page .menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-page .menu li {
  float: left;
  margin-right: 10px;
  position: relative;
}
.product-page .menu li.on > a {
  background: #0fafc6;
  border: solid 1px #0fafc6;
  color: #fff;
}
.product-page .menu li.on > a::after {
  border-left-color: #fff;
}
.product-page .menu li.on .sub,
.product-page .menu li.on .brace {
  display: block;
}
.product-page .menu li > a {
  height: 34px;
  line-height: 32px;
  border-radius: 32px;
  padding: 0 17px 0 24px;
  display: inline-block;
  border: solid 1px #dddddd;
  position: relative;
  font-size: 16px;
  color: #555555;
}
.product-page .menu li > a::after {
  left: 13px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #777777;
  border-width: 3px;
  margin-top: -3px;
  z-index: 2;
}
.product-page .menu .sub {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  display: none;
}
.product-page .menu .sub:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-page .menu .sub a.on,
.product-page .menu .sub a:hover {
  color: #0fafc6;
}
.product-page .menu .sub a {
  float: left;
  clear: both;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  margin-top: 10px;
  white-space: nowrap;
}
.product-page .menu .brace {
  display: none;
}
.product-list {
  margin: 30px 0;
}
.product-list ul {
  margin: 0 -5px;
}
.product-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-list li {
  width: 25%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.product-list li:nth-child(4n+1) {
  clear: left;
}
.product-list li a {
  display: block;
  position: relative;
  text-align: center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li a:hover::after {
  opacity: 1;
}
.product-list li a:hover .txt {
  background-image: url(../images/arrow2.png);
  background-color: #0fafc6;
  color: #fff;
  text-align: left;
}
.product-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.product-list li a::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/product_filter.png);
  z-index: 5;
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.product-list li .pic {
  overflow: hidden;
}
.product-list li .txt {
  height: 48px;
  line-height: 48px;
  padding: 0 18px;
  font-size: 16px;
  color: #555555;
  background: no-repeat center right 20px #eeeeee;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.video-list ul {
  margin: 0 -10px;
}
.video-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.video-list li {
  width: 33.3333%;
  float: left;
  margin-bottom: 22px;
  padding: 0 10px;
}
.video-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.video-list li a {
  display: block;
}
.video-list li a:hover img {
  opacity: .5;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.video-list li a:hover .icon {
  opacity: 1;
}
.video-list li a:hover .icon .t {
  margin-top: 18px;
}
.video-list li a:hover .text {
  background: #0fafc6;
}
.video-list li a:hover .tit {
  border-bottom: solid 1px #fff;
}
.video-list li a:hover .tit,
.video-list li a:hover .txt {
  color: #fff;
}
.video-list li .pic {
  position: relative;
  overflow: hidden;
  background: #000;
}
.video-list li .icon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  text-align: center;
  transform: translate(0, -52%);
  -webkit-transform: translate(0, -52%);
  -moz-transform: translate(0, -52%);
  -ms-transform: translate(0, -52%);
  -o-transform: translate(0, -52%);
  opacity: 0;
}
.video-list li .icon .i {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  background: url(../images/video_icon.png) no-repeat center;
  background-size: 100%;
}
.video-list li .icon .t {
  line-height: 22px;
  font-size: 16px;
  color: #fff;
  margin-top: 100px;
}
.video-list li .icon .t::before,
.video-list li .icon .t::after {
  content: " ";
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}
.video-list li .icon,
.video-list li .text,
.video-list li .tit,
.video-list li .txt,
.video-list li .icon .t {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.video-list li .text {
  background: #f8f8f8;
  padding: 5px 20px;
}
.video-list li .tit {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  border-bottom: solid 1px #eaeaea;
}
.video-list li .txt {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #777;
  margin: 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.product-page .photo {
  width: 47%;
  float: left;
}
.product-page .photo img {
  width: 100%;
  display: block;
}
.product-page .photo .swiper-button-next,
.product-page .photo .swiper-button-prev {
  width: 30px;
  height: 54px;
  margin: -27px 0 0 0;
  background: no-repeat center #d3d3d3;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.product-page .photo .swiper-button-next:hover,
.product-page .photo .swiper-button-prev:hover {
  background-color: #0fafc6;
}
.product-page .photo .swiper-button-prev {
  background-image: url(../images/arrow3.png);
  left: 18px;
}
.product-page .photo .swiper-button-next {
  background-image: url(../images/arrow2.png);
  right: 18px;
}
.product-page .introduction {
  width: 47%;
  float: right;
  margin-top: 24px;
}
.product-page .introduction .title {
  font-size: 30px;
  color: #333333;
  margin-bottom: 18px;
}
.product-page .introduction .p3,
.product-page .introduction .p2,
.product-page .introduction .p1 {
  line-height: 24px;
  font-size: 14px;
  color: #555555;
}
.product-page .introduction .p3 p,
.product-page .introduction .p2 p,
.product-page .introduction .p1 p {
  margin-bottom: 6px;
}
.product-page .introduction .p2 {
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  padding: 26px 0;
  margin: 24px 0 38px 0;
}
.product-page .introduction .p2 span {
  color: #999;
}
.product-page .introduction .p3 a {
  font-size: 30px;
  font-weight: bold;
  color: #0fafc6;
}
.product-page .introduction .btn {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  background: #0fafc6;
  margin-top: 46px;
}
.product-page .introduction .btn::after {
  background: #00d3f1;
}
.product-page .introduction .btn span {
  padding: 0 22px 0 56px;
  background: url(../images/contact.png) no-repeat 22px center;
  font-size: 16px;
  color: #fff;
}
.product-page .pctitle {
  background: #f8f8f8;
  height: 58px;
  line-height: 58px;
}
.product-page .pctitle h2 {
  float: left;
  margin-left: 26px;
  border-bottom: solid 2px #0fafc6;
  font-size: 18px;
  color: #0fafc6;
}
.product-page .pctitle a {
  float: right;
  margin-right: 16px;
  padding-right: 35px;
  background: url(../images/arrow9.png) no-repeat right 10px center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-page .pctitle a:hover {
  color: #0fafc6;
  background-position: right 0 center;
}
.product-page .details {
  margin: 64px 0;
}
.product-page .article {
  line-height: 36px;
  font-size: 16px;
  color: #777777;
  margin-top: 40px;
}
.product-page .article .tit {
  font-weight: bold;
  color: #333333;
}
.product-page .recommend .product-list {
  margin: 22px 0 0 0;
}
.product-center ul {
  margin: 0 -12px;
}
.product-center ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-center li {
  width: 33.3333%;
  float: left;
  padding: 0 12px;
  margin-bottom: 24px;
}
.product-center li:nth-child(3n+1) {
  clear: left;
}
.product-center li a {
  display: block;
  position: relative;
  background: #000;
  text-align: center;
  overflow: hidden;
}
.product-center li a:hover img {
  opacity: .35;
}
.product-center li a:hover .text {
  bottom: 50%;
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
}
.product-center li a:hover .i {
  margin-bottom: 10px;
  opacity: 1;
}
.product-center li a:hover .i img {
  opacity: 1;
}
.product-center li a:hover .t {
  background: transparent;
}
.product-center li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.product-center li .text,
.product-center li .i,
.product-center li .t {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-center li .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 8px;
}
.product-center li .text .i {
  width: 53px;
  height: 53px;
  margin: 0 auto 200px auto;
  opacity: 0;
}
.product-center li .text .t {
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-list li a {
  padding: 42px 38px;
  display: block;
}
.news-list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-list li a:hover {
  background: #f8f8f8;
}
.news-list li .date {
  float: left;
  width: 98px;
  border-right: solid 1px #0fafc6;
  line-height: 20px;
  color: #999999;
}
.news-list li .date span {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #0fafc6;
  display: block;
  margin-bottom: 10px;
}
.news-list li .text {
  padding-left: 164px;
}
.news-list li .tit,
.news-list li .txt {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-list li .tit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.news-list li .txt {
  font-size: 14px;
  color: #777777;
  margin-top: 4px;
}
.news-page {
  padding: 50px 0;
}
.news-page .details {
  background: #fff;
  padding: 30px;
}
.news-page .details .title {
  text-align: center;
  padding-bottom: 28px;
}
.news-page .details .title .tit {
  line-height: 40px;
  font-size: 30px;
  color: #333333;
}
.news-page .details .title .info {
  line-height: 22px;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.news-page .details .title #share1 {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 14px;
}
.news-page .details .title #share1 a {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
  position: relative;
  background: no-repeat center;
  background-size: 100% 100%;
  outline: none;
}
.news-page .details .title #share1 .icon-wechat {
  background-image: url(../images/share1.png);
}
.news-page .details .title #share1 .icon-weibo {
  background-image: url(../images/share3.png);
}
.news-page .details .title #share1 .icon-qq {
  background-image: url(../images/share2.png);
}
.news-page .details .article {
  padding: 44px 0;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.news-page .details .bottom {
  margin-top: 52px;
}
.news-page .details .bottom:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-page .details .bottom a {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-page .details .bottom a:hover {
  color: #0fafc6;
}
.news-page .details .bottom .next,
.news-page .details .bottom .prev {
  width: 300px;
}
.news-page .details .bottom .next {
  margin-left: 40px;
}
.news-page .details .bottom .return {
  float: right;
  background: url(../images/return.png) no-repeat 0 center;
  padding-left: 28px;
}
.case-page {
  padding: 46px 0 60px 0;
}
.case-list ul {
  margin: 0 -8px;
}
.case-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.case-list li {
  width: 25%;
  padding: 0 8px;
  margin-bottom: 16px;
  text-align: center;
  float: left;
}
.case-list li:nth-child(4n+1) {
  clear: left;
}
.case-list li a {
  display: block;
}
.case-list li a:hover .pic::after {
  opacity: 1;
}
.case-list li a:hover img {
  opacity: .5;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.case-list li a:hover .text {
  background: #0fafc6;
}
.case-list li a:hover .tit,
.case-list li a:hover .txt {
  color: #fff;
}
.case-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.case-list li .pic {
  overflow: hidden;
  position: relative;
  background: #000;
}
.case-list li .pic::after {
  content: " ";
  width: 54px;
  height: 54px;
  background: url(../images/case-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
}
.case-list li .text {
  padding: 18px;
}
.case-list li .tit,
.case-list li .txt {
  height: 30px;
  line-height: 30px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.case-list li .tit {
  font-size: 18px;
  color: #333;
}
.case-list li .pic::after,
.case-list li .text,
.case-list li .tit,
.case-list li .txt {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.supply-page {
  padding: 40px 0 60px 0;
}
.supply-list li {
  margin-bottom: 25px;
}
.supply-list li a {
  display: block;
  background: #f8f8f8;
}
.supply-list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.supply-list li a:hover .tit,
.supply-list li a:hover .p1 {
  color: #0fafc6;
}
.supply-list li .pic {
  width: 394px;
  overflow: hidden;
  float: left;
}
.supply-list li img {
  width: 100%;
  display: block;
}
.supply-list li .text {
  padding: 38px 48px 0 445px;
}
.supply-list li .tit,
.supply-list li .p1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.supply-list li .tit {
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #333333;
}
.supply-list li .p2,
.supply-list li .p1 {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #555555;
}
.supply-list li .p2 span,
.supply-list li .p1 span {
  color: #999999;
}
.supply-list li .p2 {
  height: auto;
  border-top: solid 1px #e4e4e4;
  margin-top: 28px;
  padding: 20px 0;
}
.supply-list li .btn {
  height: 38px;
  line-height: 38px;
  padding: 0 27px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background: #0fafc6;
}
.supply-list li .btn::after {
  background: #147482;
}
.certificate {
  padding: 50px 0 60px 0;
}
.certificate .list ul {
  margin: 0 -13px;
}
.certificate .list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.certificate .list li {
  width: 25%;
  float: left;
  padding: 0 13px;
  margin-bottom: 25px;
  text-align: center;
}
.certificate .list li:nth-child(4n+1) {
  clear: left;
}
.certificate .list li .box {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.certificate .list li .box:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.certificate .list li .box:hover .pic::after {
  opacity: 1;
}
.certificate .list li .box:hover .pic span {
  padding-top: 58px;
  opacity: 1;
}
.certificate .list li .box:hover .txt {
  background: #0fafc6;
  color: #fff;
}
.certificate .list li .ts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.certificate .list li .pic {
  overflow: hidden;
  position: relative;
  border: solid 1px #eeeeee;
  border-bottom: none;
}
.certificate .list li .pic::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/product-center-filter.png);
  z-index: 2;
  opacity: 0;
}
.certificate .list li .pic span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 5;
  background: url(../images/see.png) no-repeat center 0;
  font-size: 16px;
  color: #fff;
  padding-top: 300px;
  opacity: 0;
}
.certificate .list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.certificate .list li .txt {
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  color: #333333;
  background: #f8f8f8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.certificate .list li .pic::after,
.certificate .list li .pic span,
.certificate .list li .txt {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contact-page .contact {
  padding: 60px 0;
}
.contact-page .contact:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contact-page .contact .map,
.contact-page .contact .content {
  width: 48%;
  float: left;
}
.contact-page .contact .map {
  float: right;
  border: solid 3px #eeeeee;
}
.contact-page .contact .map #allmap {
  height: 535px;
}
.contact-page .contact .tit {
  font-size: 16px;
  font-weight: bold;
  color: #0fafc6;
  margin-bottom: 24px;
}
.contact-page .contact .txt {
  padding-left: 38px;
  background: no-repeat 0 4px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin-bottom: 20px;
}
.contact-page .contact .txt a {
  font-size: 14px;
  color: #333;
}
.contact-page .contact .line {
  height: 1px;
  background: #eeeeee;
  margin: 10px 0 28px 0;
}
.contact-page .message {
  background: #f8f8f8;
  padding: 36px 0 50px 0;
}
.contact-page .message .title {
  font-size: 16px;
  font-weight: bold;
  color: #0fafc6;
  margin-bottom: 18px;
}
.contact-page .message .row {
  margin: 0 -4px;
}
.contact-page .message .col {
  padding: 0 4px;
  margin-bottom: 8px;
}
.contact-page .message textarea,
.contact-page .message input[type="text"] {
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  padding: 14px;
  background: #fff;
  border: solid 1px #eeeeee;
}
.contact-page .message textarea::-webkit-input-placeholder,
.contact-page .message input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.contact-page .message textarea:-moz-placeholder,
.contact-page .message input[type="text"]:-moz-placeholder {
  color: #999999;
}
.contact-page .message textarea::-moz-placeholder,
.contact-page .message input[type="text"]::-moz-placeholder {
  color: #999999;
}
.contact-page .message textarea:-ms-input-placeholder,
.contact-page .message input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.contact-page .message textarea {
  height: 152px;
  resize: vertical;
}
.contact-page .message .btn {
  background: #0fafc6;
  margin-top: 12px;
  display: inline-block;
}
.contact-page .message .btn::after {
  background: #00d3f1;
}
.contact-page .message .btn input {
  width: 132px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: none;
}
.single-page {
  padding: 60px 0;
}
.download-list ul {
  margin: 0 -16px;
}
.download-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.download-list li {
  width: 33.3333%;
  float: left;
  padding: 0 16px;
  margin-bottom: 32px;
}
.download-list li a {
  display: block;
  padding: 1px;
  background: #f7f5f5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.download-list li a:hover {
  background: #0fafc6;
}
.download-list li a:hover .tit,
.download-list li a:hover .btn {
  color: #fff;
}
.download-list li a:hover .btn {
  background-image: url(../images/download2.png);
}
.download-list li .tit {
  height: 60px;
  line-height: 30px;
  padding: 0 34px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.download-list li .btn {
  border-top: solid 1px #fff;
  height: 94px;
  line-height: 94px;
  padding: 0 34px;
  background: url(../images/download1.png) no-repeat right 40px center;
  font-size: 15px;
  color: #888888;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.gray {
  background: #f7f7f7;
}
@media screen and (max-width: 1100px) {
  .layui-layer-iframe {
    overflow-y: visible !important;
  }
}

.BMap_bubble_content .content {
  width: 100%!important;
}

