@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: #222;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #222;
  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: #222;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #222;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #03546c;
}
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;
  width: 100%;
  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;
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  outline: 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: #007a9e;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.article {
  line-height: 26px;
  font-size: 16px;
  color: #555;
}
.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%;
  position: relative;
  overflow: hidden;
}
.head-top {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #333;
  z-index: 90;
  color: #9e9e9e;
  position: relative;
}
.head-top a {
  color: #9e9e9e;
}
.head-top .search-box {
  float: left;
  position: relative;
}
.head-top .search-box .search-btn {
  width: 42px;
  height: 30px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
  opacity: .5;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.head-top .search-box .search-btn:hover {
  opacity: 1;
}
.head-top .search-box .search-bar {
  width: 300px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 95;
  display: none;
}
.head-top .search-box .search-bar .btn {
  width: 40px;
  height: 40px;
  float: right;
  background: url(../images/search.png) no-repeat center #007a9e;
}
.head-top .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.head-top .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 40px 0 0;
}
.head-top .search-box .search-bar .inpu input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #eee;
}
.head-top .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.head-top .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.head-top .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.head-top .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.head-top .language {
  float: left;
}
.head-top .language a {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}
.head-top .language a.on,
.head-top .language a:hover {
  color: #fff;
}
.head-top .language a::after {
  content: " ";
  width: 1px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  left: -1px;
  top: 50%;
  z-index: 2;
  background: #555;
}
.header {
  width: 100%;
  height: 92px;
  left: 0;
  z-index: 80;
  background: #fff;
  position: relative;
}
.header.fixed {
  position: fixed;
  top: 0;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 59px;
  margin-top: 17px;
}
.header .logo img {
  height: 100%;
}
.header .phone {
  margin-top: 32px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #007a9e;
  float: right;
  padding-left: 26px;
  background: url(../images/phone.png) no-repeat 0 center;
}
.header .nav .tit,
.header .menu-btn {
  display: none;
}
.header .nav {
  float: right;
  margin-right: 20px;
  position: relative;
}
.header .nav > ul > li {
  float: left;
  position: relative;
}
.header .nav > ul > li > a {
  padding: 0 19px;
  display: block;
  height: 92px;
  line-height: 92px;
  font-size: 16px;
  overflow: hidden;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li > a:hover {
  color: #007a9e;
}
.header .nav .buoy {
  height: 3px;
  background: #007a9e;
  position: absolute;
  bottom: 0;
}
.header .nav .sub {
  min-width: 140px;
  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;
}
.header .nav .sub li {
  margin-top: 1px;
}
.header .nav .sub li a {
  background: url(../images/mainFilter.png);
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.header .nav .sub li a:hover {
  background: #007a9e;
}
.header,
.header .logo,
.header .phone .header .nav > ul > li > a {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header.small {
  height: 60px;
  border-bottom: solid 1px #eee;
}
.header.small .logo {
  height: 40px;
  margin-top: 10px;
}
.header.small .phone {
  margin-top: 16px;
}
.header.small .nav > ul > li > a {
  height: 60px;
  line-height: 60px;
}
.header-brace {
  height: 92px;
  display: none;
}
.footer {
  background: #1d2122;
  padding-top: 50px;
  color: #777;
}
.footer a {
  color: #777;
}
.footer a:hover {
  color: #fff;
}
.footer p {
  margin-bottom: 4px;
}
.footer .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .link ul {
  overflow: hidden;
}
.footer .link li {
  width: 50%;
  float: left;
  margin-bottom: 4px;
}
.footer .link li:nth-child(2n+1) {
  clear: left;
}
.footer .qrcode {
  width: 84px;
  float: right;
  text-align: center;
  margin-top: 4px;
}
.footer .qrcode img {
  width: 100%;
  display: block;
}
.footer .qrcode .txt {
  line-height: 24px;
}
.footer .copy {
  border-top: solid 1px #272b2c;
  margin-top: 38px;
  line-height: 20px;
  padding: 20px 0;
  text-align: center;
}
.footer .copy p {
  padding: 0 18px;
  display: inline-block;
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  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;
  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: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.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: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 26px;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: #fff;
  opacity: .6;
  border: solid 2px #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;
}
.banner .swiper-pagination-bullet-active {
  background: none;
  opacity: 1;
}
@keyframes pcbtn1 {
  0% {
    width: 80%;
    height: 80%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes pcbtn1 {
  0% {
    width: 80%;
    height: 80%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes pcbtn1 {
  0% {
    width: 80%;
    height: 80%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes pcbtn1 {
  0% {
    width: 80%;
    height: 80%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.pcbtn {
  width: 50px;
  height: 50px;
  border: solid 1px #007a9e;
  padding: 4px;
  display: block;
  position: relative;
  border-radius: 50%;
}
.pcbtn.w {
  border: solid 1px #fff;
}
.pcbtn.w::before {
  background: url(../images/arrow2.png) no-repeat center #ffffff;
}
.pcbtn.w::after {
  border: solid 1px #fff;
}
.pcbtn:hover::after {
  animation: pcbtn1 .6s infinite;
  -moz-animation: pcbtn1 .6s infinite;
  -webkit-animation: pcbtn1 .6s infinite;
  -o-animation: pcbtn1 .6s infinite;
}
.pcbtn::before,
.pcbtn::after {
  content: " ";
  border-radius: 50%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcbtn::before {
  width: 100%;
  height: 100%;
  background: url(../images/arrow1.png) no-repeat center #007a9e;
  position: relative;
  z-index: 5;
}
.pcbtn::after {
  width: 80%;
  height: 80%;
  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;
  border: solid 1px #007a9e;
}
.main .pctitle {
  text-align: center;
  font-size: 30px;
}
.main .entitle {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.main .entitle::before,
.main .entitle::after {
  content: " ";
  width: 10px;
  height: 1px;
  background: #999;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}
.main .product {
  padding: 50px 0 76px 0;
}
.main .product .content {
  margin-top: 36px;
}
.main .product .box {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
  background: #000;
}
.main .product .box:nth-child(4n+1) {
  clear: left;
}
.main .product .box:hover img {
  opacity: .5;
}
.main .product img {
  width: 100%;
  display: block;
  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 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 30px;
}
.main .product .tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.main .product .txt {
  line-height: 1.6em;
  color: #fff;
  margin: 20px 0 26px 0;
  padding-top: 20px;
  position: relative;
}
.main .product .txt::after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main .application {
  padding: 54px 0 80px 0;
  background: url(../images/application_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .application .pctitle {
  color: #fff;
}
.main .application ul {
  margin: 36px -3px 0 -3px;
}
.main .application ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .application li {
  width: 25%;
  float: left;
  padding: 0 3px;
  margin-bottom: 6px;
}
.main .application li:nth-child(4n+1) {
  clear: left;
}
.main .application a {
  display: block;
  padding: 36px 30px 56px 30px;
  border-radius: 4px;
  text-align: center;
  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 .application a:hover {
  background: #007a9e;
}
.main .application a:hover .icon1 {
  display: none;
}
.main .application a:hover .icon2 {
  display: block;
}
.main .application a:hover .txt {
  color: #fff;
}
.main .application .icon2,
.main .application .icon1 {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}
.main .application .icon2 img,
.main .application .icon1 img {
  max-width: 100%;
  vertical-align: middle;
}
.main .application .icon2 {
  display: none;
  background: #fff;
}
.main .application .tit {
  font-size: 18px;
  color: #fff;
  margin: 14px 0 8px 0;
}
.main .application .txt {
  line-height: 1.4em;
  color: #bdbdbd;
  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 .about {
  padding: 80px 0;
}
.main .about .wrap {
  position: relative;
}
.main .about .content {
  width: 560px;
  float: left;
  padding: 24px 0 50px 0;
}
.main .about .title {
  height: 140px;
  background: no-repeat 0 0;
  background-size: auto 100%;
  padding-top: 52px;
}
.main .about .pctitle {
  text-align: left;
}
.main .about .entitle {
  text-align: left;
}
.main .about .entitle::before {
  display: none;
}
.main .about .text {
  line-height: 1.6em;
  font-size: 14px;
  color: #555;
  margin: 24px 0 90px 0;
}
.main .about .pic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 537px;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .about .pic img {
  width: 100%;
  display: none;
}
.about .trait {
  margin-top: 52px;
}
.about .trait:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about .trait li {
  width: 33.3333%;
  min-height: 44px;
  float: left;
  position: relative;
  padding: 0 18px 0 70px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 1.6em;
}
.about .trait li::after {
  content: " ";
  width: 1px;
  height: 24px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 2;
}
.about .trait li:first-child {
  padding-left: 60px;
}
.about .trait li:first-child .icon {
  left: 0;
}
.about .trait li:first-child::after {
  display: none;
}
.about .trait .icon {
  width: 50px;
  text-align: center;
  position: absolute;
  left: 16px;
  top: 5px;
  z-index: 5;
}
.about .trait img {
  max-width: 100%;
}
.container .banner {
  height: 300px;
  position: relative;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.container .banner .wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  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;
  padding-bottom: 18px;
}
.container .banner .title {
  font-size: 40px;
  color: #fff;
  opacity: .5;
}
.container .banner .crumbs {
  line-height: 20px;
  color: #999;
  padding-left: 20px;
  background: url(../images/crumbs.png) no-repeat 0 center;
  margin-top: 30px;
}
.container .banner .crumbs a {
  color: #999;
}
.container .banner .crumbs a:hover {
  color: #fff;
}
.about-page .about {
  padding: 44px 0 70px 0;
}
.about-page .about .slogan {
  line-height: 36px;
  font-size: 24px;
  color: #333;
}
.about-page .about .trait {
  max-width: 560px;
  margin-top: 0;
}
.about-page .about .trait li {
  color: #007a9e;
}
.about-page .about .article {
  margin-top: 34px;
}
.about-page .honor {
  padding: 50px 0;
  background: #f8f8f8;
}
.about-page .honor .title {
  text-align: center;
  font-size: 24px;
  color: #333;
}
.about-page .honor .swiper-container {
  margin-top: 40px;
  padding-bottom: 30px;
}
.about-page .honor 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 .honor .swiper-slide {
  border: solid 3px #ddd;
  overflow: hidden;
  cursor: pointer;
}
.about-page .honor .swiper-slide: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 .honor .swiper-pagination {
  bottom: 0;
}
.about-page .honor .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  margin: 0 4px;
  background: #ccc;
  border-radius: 0;
  opacity: 1;
}
.about-page .honor .swiper-pagination-bullet-active {
  background: #007a9e;
}
.product-page,
.application-page {
  padding: 44px 0;
}
.application-list ul {
  margin: 0 -4px;
}
.application-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.application-list li {
  width: 25%;
  float: left;
  padding: 0 4px;
  margin-bottom: 8px;
}
.application-list li:nth-child(4n+1) {
  clear: left;
}
.application-list .box {
  border-radius: 4px;
  border: solid 1px #eee;
  padding: 56px 24px 68px 24px;
  text-align: center;
}
.application-list .box:hover {
  padding: 24px 24px;
  background: #007a9e;
  border: solid 1px #007a9e;
}
.application-list .box:hover .tit,
.application-list .box:hover .txt {
  color: #fff;
}
.application-list .box:hover .pcbtn {
  display: block;
}
.application-list .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}
.application-list .icon img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.application-list .tit {
  font-size: 18px;
  margin: 14px 0 10px 0;
}
.application-list .txt {
  line-height: 1.4em;
  color: #999;
}
.application-list .pcbtn {
  margin: 26px auto 0 auto;
  display: none;
}
.product-list ul {
  margin: 0 -5px;
}
.product-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-list li {
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.product-list .box {
  overflow: hidden;
  position: relative;
  background: #000;
  border-radius: 4px;
}
.product-list .box:nth-child(4n+1) {
  clear: left;
}
.product-list .box:hover img {
  opacity: .5;
}
.product-list img {
  width: 100%;
  display: block;
  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 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 30px;
}
.product-list .tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.product-list .txt {
  line-height: 1.6em;
  color: #fff;
  margin: 20px 0 26px 0;
  padding-top: 20px;
  position: relative;
}
.product-list .txt::after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-page .introduction .content,
.product-page .introduction .pic {
  width: 50%;
  float: right;
  border-radius: 4px;
  overflow: hidden;
}
.product-page .introduction 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-page .introduction .content {
  padding-left: 50px;
}
.product-page .introduction .title {
  font-size: 22px;
  padding: 24px 0;
}
.product-page .introduction .text {
  line-height: 24px;
  font-size: 14px;
  color: #888;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 26px 0 10px 0;
}
.product-page .introduction .text p {
  margin-bottom: 12px;
}
.product-page .introduction .text span {
  color: #555;
}
.product-page .share {
  line-height: 26px;
  margin-top: 26px;
}
.product-page .social-share {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  height: 26px;
}
.product-page .social-share a {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative;
  background: no-repeat center;
  background-size: 100% 100%;
  filter: grayscale(100%) contrast(180%);
  -webkit-filter: grayscale(100%) contrast(180%);
  -moz-filter: grayscale(100%) contrast(180%);
  -ms-filter: grayscale(100%) contrast(180%);
  -o-filter: grayscale(100%) contrast(180%);
}
.product-page .social-share a:hover {
  filter: grayscale(0%) contrast(100%);
  -webkit-filter: grayscale(0%) contrast(100%);
  -moz-filter: grayscale(0%) contrast(100%);
  -ms-filter: grayscale(0%) contrast(100%);
  -o-filter: grayscale(0%) contrast(100%);
}
.product-page .social-share .icon-qq {
  background-image: url(../images/share1.png);
}
.product-page .social-share .icon-wechat {
  background-image: url(../images/share2.png);
}
.product-page .social-share .icon-weibo {
  background-image: url(../images/share3.png);
}
.product-page .details {
  margin-top: 54px;
}
.product-page .details .title {
  border-bottom: solid 1px #eee;
  height: 44px;
}
.product-page .details .title .tit {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #444;
  border-bottom: solid 2px #007a9e;
}
.product-page .details .article {
  padding: 34px 0;
}
.contact-page .contact {
  padding: 52px 0 80px 0;
}
.contact-page .message,
.contact-page .address {
  width: 50%;
  float: left;
}
.contact-page .address {
  padding-right: 76px;
}
.contact-page .address .row {
  border-bottom: solid 1px #eee;
  padding: 28px 0;
}
.contact-page .address .row:first-child {
  padding-top: 0;
}
.contact-page .address .row:last-child {
  border-bottom: none;
}
.contact-page .address .tit {
  line-height: 28px;
  font-size: 18px;
  color: #007a9e;
}
.contact-page .address .tit i {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.contact-page .address .txt {
  line-height: 20px;
  color: #777;
  margin-top: 24px;
}
.contact-page .address .txt a {
  color: #777;
}
.contact-page .address .txt p {
  margin-bottom: 6px;
}
.contact-page .message .title {
  font-size: 18px;
  color: #007a9e;
  margin-bottom: 16px;
}
.contact-page .message .row {
  margin: 0 -6px;
}
.contact-page .message .row .col {
  padding: 0 6px;
  margin-bottom: 16px;
}
.contact-page .message .tit {
  line-height: 32px;
  color: #999;
}
.contact-page .message .tit span {
  color: #fe1212;
}
.contact-page .message .row textarea,
.contact-page .message .row input {
  width: 100%;
  line-height: 20px;
  padding: 20px;
  background: #f8f8f8;
}
.contact-page .message .row textarea {
  height: 192px;
  resize: none;
}
.contact-page .message .btn {
  display: inline-block;
  background: #007a9e;
  margin-top: 2px;
}
.contact-page .message .btn::after {
  background: #03546c;
}
.contact-page .message .btn input {
  padding: 0 26px;
  height: 46px;
  color: #fff;
  cursor: pointer;
}
.contact-page .map {
  background: #000;
}
.contact-page #allmap {
  height: 436px;
  opacity: .9;
}
.single-page {
  padding: 44px 0;
}
.single-page img {
  max-width: 100%;
}
