@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: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 12px;
  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: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  outline: none;
}
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;
}
a:hover {
  color: #2c3541;
}
body.hide {
  overflow: hidden;
}
.wrap {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.col,
.row {
  width: 100%;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.l {
  float: left;
}
.r {
  float: right;
}
.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: #018ae2;
  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;
}
.white {
  background: #fff;
}
.gray {
  background: #f7f7f7;
}
.article {
  line-height: 28px;
  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);
}
.loading-top {
  width: 40px;
  height: 40px;
  background: url(../images/loading.gif) no-repeat center;
  background-size: 100% 100%;
  position: fixed;
  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: 999;
  display: none;
}
.wrapper {
  width: 100%;
  position: relative;
  /* padding-top: 99px; */
  overflow: hidden;
}
.header {
  width: 100%;
  height: 99px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.2);
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 99px;
}
.header .logo img {
  height: 100%;
  display: block;
}
.header .menu-btn {
  display: none;
}
.header .nav {
  float: left;
  margin-left: 12px;
  position: relative;
}
.header .nav .tit {
  display: none;
}
.header .nav > ul > li {
  float: left;
  position: relative;
}
.header .nav > ul > li:first-child > a::after {
  display: none;
}
.header .nav > ul > li > a {
  height: 99px;
  line-height: 99px;
  padding: 0 30px;
  display: block;
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  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 .nav > ul > li > a::after {
  content: " ";
  width: 1px;
  height: 15px;
  background: #e4e4e4;
  position: absolute;
  left: 0;
  top: 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%);
  z-index: 2;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li:hover > a {
  color: #018ae2;
}
.header .nav .sub {
  min-width: 140px;
  position: absolute;
  top: 99px;
  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);
  display: none;
}
.header .nav .sub li {
  background: #eee;
}
.header .nav .sub li a {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  padding: 0 10px;
}
.header .nav .sub li a:hover {
  background: #018ae2;
  color: #fff;
}
.header .nav .buoy {
  width: 60px;
  height: 2px;
  background: #018ae2;
  position: absolute;
  top: 0;
  left: 46px;
  z-index: 2;
}
.header .search-box {
  float: right;
  margin: 24px 10px 0 0;
  position: relative;
}
.header .search-box .search-btn {
  width: 50px;
  height: 50px;
  background: url(../images/search1.png) no-repeat center;
  cursor: pointer;
}
.header .search-box .search-bar {
  width: 360px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 95;
  background: #eee;
  display: none;
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/search2.png) no-repeat center #018ae2;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  height: 50px;
  padding-right: 50px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 15px;
  color: #666;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .language {
  float: right;
  position: relative;
  margin-top: 24px;
}
.header .language .tit {
  height: 50px;
  line-height: 50px;
  padding: 0 24px 0 14px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat right 12px center;
  font-size: 15px;
  color: #444444;
  position: relative;
}
.header .language .tit.on {
  background-image: url(../images/arrow2.png);
}
.header .language .tit::before,
.header .language .tit::after {
  content: " ";
  width: 1px;
  height: 15px;
  background: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  z-index: 2;
}
.header .language .tit::after {
  left: auto;
  right: 0;
}
.header .language .list {
  position: absolute;
  top: 36px;
  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: 5;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #018ae2;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #018ae2;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.header .language li a:hover {
  background: #2c3541;
}
.header .contact {
  width: 50px;
  height: 50px;
  background: url(../images/contact1.png) no-repeat center;
  float: right;
  margin-top: 24px;
  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 .contact:hover {
  background-image: url(../images/contact2.png);
}
.header,
.header .logo,
.header .nav > ul > li > a,
.header .contact,
.header .language,
.header .search-box {
  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 #ddd; */
}
.header.small .logo {
  height: 60px;
}
.header.small .nav > ul > li > a {
  height: 60px;
  line-height: 60px;
}
.header.small .nav .sub {
  top: 60px;
}
.header.small .contact,
.header.small .language,
.header.small .search-box {
  margin-top: 5px;
}
@media only screen and (max-width: 1440px) {
  .header .nav {
    margin-left: 0;
  }
  .header .nav > ul > li > a {
    padding: 0 26px;
  }
}
.footer {
  background: #2c3541;
  padding: 68px 20px 0 20px;
}
.footer .link-list {
  float: left;
}
.footer .link-list .list {
  min-width: 148px;
  min-height: 184px;
  padding: 0 40px 0 18px;
  border-left: solid 1px #333b46;
  position: relative;
  float: left;
}
.footer .link-list .list::after {
  content: " ";
  width: 2px;
  height: 18px;
  background: #018ae2;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
}
.footer .link-list .tit {
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.footer .link-list ul {
  margin-top: 22px;
}
.footer .link-list li {
  line-height: 20px;
  margin-bottom: 10px;
}
.footer .link-list li a {
  font-size: 14px;
  color: #5f656c;
}
.footer .link-list li a:hover {
  color: #fff;
}
.footer .contact {
  float: left;
  padding-top: 15px;
}
.footer .contact .btn {
  width: 118px;
  height: 36px;
  line-height: 36px;
  background: url(../images/contact3.png) no-repeat 18px center #018ae2;
  display: block;
  text-indent: 44px;
  font-size: 14px;
  color: #fff;
}
.footer .contact .btn:hover {
  background-color: #4eb0f7;
}
.footer .contact .txt {
  margin-top: 34px;
  text-align: right;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.footer .contact .txt span {
  display: none;
}
.footer .contact .txt a {
  font-size: 14px;
  color: #fff;
}
.footer .qrcode {
  float: left;
  margin-left: 28px;
  text-align: center;
}
.footer .qrcode .pic {
  width: 126px;
}
.footer .qrcode .pic img {
  width: 100%;
  display: block;
}
.footer .qrcode .txt {
  font-size: 14px;
  color: #dddddd;
  margin-top: 12px;
}
.footer .phone {
  border-top: solid 1px #333b46;
  border-bottom: solid 1px #333b46;
  margin-top: 58px;
  padding: 44px 0;
}
.footer .phone:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .phone .box {
  width: 25%;
  float: left;
  background: url(../images/phone.png) no-repeat 0 8px;
  padding: 8px 0 8px 60px;
  line-height: 22px;
}
.footer .phone .tit {
  font-size: 14px;
  color: #5f656c;
}
.footer .phone .txt {
  font-family: "Arial", arial;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.footer .copy {
  line-height: 22px;
  font-size: 14px;
  color: #5f656c;
  padding: 34px 0;
}
.footer .copy a {
  font-size: 14px;
  color: #5f656c;
}
.footer .copy a:hover {
  color: #fff;
}
@media only screen and (max-width: 1340px) {
  .footer .link-list .list {
    min-width: 130px;
    padding: 0 20px 0 16px;
  }
  .footer .qrcode {
    margin-left: 20px;
  }
  .footer .qrcode .pic {
    width: 100px;
  }
  .footer .phone .box:first-child {
    width: 34%;
  }
  .footer .phone .box {
    width: 22%;
  }
}
.fixed-sidebar {
  width: 78px;
  position: fixed;
  right: 0;
  top: 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%);
  z-index: 90;
  text-align: center;
}
.fixed-sidebar li {
  margin-top: 5px;
  position: relative;
}
.fixed-sidebar li:hover a {
  background: #2c3541;
}
.fixed-sidebar li a {
  height: 66px;
  display: block;
  padding-top: 10px;
  background: #018ae2;
  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;
}
.fixed-sidebar li a .icon img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li a .txt {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  margin-top: 6px;
}
.fixed-sidebar li .hide {
  height: 66px;
  line-height: 66px;
  position: absolute;
  top: 0;
  right: 78px;
  z-index: 5;
  background: #2c3541;
  white-space: nowrap;
  display: none;
}
.fixed-sidebar li .phone {
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixed-sidebar li .qrcode {
  width: 138px;
  height: 138px;
  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: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 58px;
  height: 58px;
  top: 50%;
  margin: -29px 0 0 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  outline: none;
  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-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: #018ae2;
}
.banner .swiper-button-prev {
  left: 74px;
  background-image: url(../images/arrow3.png);
}
.banner .swiper-button-next {
  right: 74px;
  background-image: url(../images/arrow4.png);
}
.banner .swiper-pagination {
  bottom: 48px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  margin: 0 4px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #018ae2;
}
.main .pd70 {
  padding: 70px 20px;
}
.main .columntitle {
  text-align: center;
}
.main .columntitle .tit {
  font-size: 34px;
  color: #333333;
}
.main .columntitle .tit span {
  color: #018ae2;
}
.main .columntitle .txt {
  font-size: 15px;
  color: #888888;
  margin-top: 12px;
}
.main .product .classify {
  margin: 40px 0 0 0;
  padding: 40px 50px;
}
.main .product .classify:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .classify .title {
  width: 322px;
  float: left;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.main .product .classify .title .en {
  font-family: "Arial", arial;
}
.main .product .classify .title .en span {
  color: #018ae2;
}
.main .product .classify .title .tit span {
  background: url(../images/arrow5.png) no-repeat;
  width: 8px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.main .product .classify ul {
  padding-left: 322px;
}
.main .product .classify ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .classify li {
  width: 33.333%;
  height: 40px;
  float: left;
  border-left: solid 1px #ebebeb;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .classify li a {
  padding-left: 54px;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #555555;
  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 .classify li a:hover {
  color: #018ae2;
}
.main .product .classify li a:hover::before {
  width: 38px;
  margin-right: 10px;
}
.main .product .classify li a::before {
  content: " ";
  width: 0px;
  height: 1px;
  background: #018ae2;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 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 .hot {
  box-shadow: 0 4px 20px 6px #e1e1e1;
  margin: 32px 0;
}
.main .product .hot:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .hot .pic {
  width: 50%;
  float: left;
  padding: 35px 6%;
  max-height: 404px;
  overflow: hidden;
}
.main .product .hot .pic img {
  width: 90%;
  display: block;
}
.main .product .hot .pic img {

}
.main .product .hot .text {
  width: 50%;
  float: right;
  padding: 6% 6% 0 0;
}
.main .product .hot .icon {
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  padding: 0 16px;
  font-size: 15px;
  color: #fff;
  background: #2c3541;
  display: inline-block;
}
.main .product .hot .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 16px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .hot .txt {
  height: 56px;
  line-height: 28px;
  font-size: 15px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .hot .btn {
  margin-top: 42px;
}
.main .product .hot .btn:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .hot .btn a {
  width: 158px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 48px;
  float: left;
  background: #e9edf0;
  font-size: 15px;
  color: #333333;
  margin-right: 15px;
  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 .hot .btn a:nth-child(2) {
  background: #018ae2;
  color: #fff;
}
.main .product .hot .btn a:hover {
  background: #2c3541;
  color: #fff;
}
.main .product .list ul {
  margin: 0 -16px;
}
.main .product .list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .list li {
  width: 33.333%;
  float: left;
  padding: 0 16px;
  margin-bottom: 20px;
}
.main .product .list li a {
  display: block;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.main .product .list li a:hover .tit {
  color: #018ae2;
}
.main .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);
}
.main .product .list li img {
  width: 100%;
  display: block;
  height: 303px;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .product .list li .text {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  padding:15px 32px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .product .list li .tit,
.main .product .list li .see {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .list li .tit {
  font-size: 24px;
  font-weight: bold;
  color: #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;
}
.main .product .list li .see {
  font-size: 15px;
  color: #999999;
}
.main .why {
  position: relative;
  height: 664px;
  background: url(../images/why_bg.jpg) no-repeat right 82px bottom 82px #2c3541;
}
.main .why .swiper-slide {
  position: relative;
}
.main .why .swiper-slide:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .why .pic {
  width: 50%;
  height: 664px;
  float: left;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .why .pic img {
  width: 100%;
  display: none;
}
.main .why .title,
.main .why .btn,
.main .why .cont {
  width: 646px;
  color: #fff;
  position: absolute;
  top: 212px;
  left: 50%;
  z-index: 5;
  padding-left: 62px;
}
.main .why .btn {
  top: auto;
  bottom: 128px;
}
.main .why .btn .swiper-button-prev,
.main .why .btn .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  opacity: 1;
  outline: none;
  margin: 0 14px 0 0;
  background: no-repeat center #ffffff;
  position: static;
  top: 0;
  left: 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 .why .btn .swiper-button-prev {
  background-image: url(../images/arrow6.png);
}
.main .why .btn .swiper-button-prev:hover {
  background-image: url(../images/arrow8.png);
  background-color: #018ae2;
}
.main .why .btn .swiper-button-next {
  background-image: url(../images/arrow7.png);
}
.main .why .btn .swiper-button-next:hover {
  background-image: url(../images/arrow9.png);
  background-color: #018ae2;
}
.main .why .title {
  line-height: 50px;
  top: 90px;
}
.main .why .title .en {
  font-family: "Arial", arial;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  opacity: .2;
}
.main .why .title .tit {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.main .why .title .tit span {
  color: #018ae2;
}
.main .why .line {
  width: 1px;
  height: 74px;
  background: #434b55;
}
.main .why .p1 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 24px 0;
}
.main .why .p2 {
  height: 104px;
  line-height: 26px;
  font-size: 14px;
  color: #ffffff;
  opacity: .5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .advantage .content {
  padding: 0 100px;
  margin-top: 50px;
  position: relative;
  height: 610px;
}
.main .advantage .swiper-container {
  padding: 10px 0;
}
.main .advantage .swiper-button-prev,
.main .advantage .swiper-button-next {
  width: 50px;
  height: 50px;
  top: 50%;
  margin: -25px 0 0 0;
  background: no-repeat center rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  outline: none;
  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-prev:hover,
.main .advantage .swiper-button-next:hover {
  background-color: #018ae2;
}
.main .advantage .swiper-button-prev {
  left: 75px;
  background-image: url(../images/arrow8.png);
}
.main .advantage .swiper-button-next {
  right: 75px;
  background-image: url(../images/arrow9.png);
}
.main .advantage .swiper-slide {
  margin-top: 34px;
  width: 420px;
  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-slide a {
  display: block;
  border: solid 1px #e7e7e7;
  border-radius: 4px;
  padding: 35px 40px 48px 40px;
  text-align: center;
  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;
}
.main .advantage .swiper-slide img {
  width: 100%;
  display: block;
}
.main .advantage .swiper-slide .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin: 36px 0 28px 0;
  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 .advantage .swiper-slide .txt {
  height: 50px;
  line-height: 24px;
  font-size: 15px;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -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 .advantage .swiper-slide .add {
  width: 40px;
  height: 0px;
  margin: 0 auto;
  background: url(../images/add.png) no-repeat center #f5c500;
  overflow: hidden;
  border-radius: 50%;
  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-slide-active {
  margin-top: 0;
  box-shadow: 0 2px 8px 1px #ececec;
}
.main .advantage .swiper-slide-active a {
  background: #018ae2;
}
.main .advantage .swiper-slide-active a:hover {
  background: #4eb0f7;
}
.main .advantage .swiper-slide-active .tit,
.main .advantage .swiper-slide-active .txt {
  color: #fff;
}
.main .advantage .swiper-slide-active .txt {
  opacity: .7;
}
.main .advantage .swiper-slide-active .add {
  height: 40px;
  margin-top: 30px;
}
.main .cooperation .swiper-container {
  margin-top: 42px;
  padding-bottom: 52px;
}
.main .cooperation .swiper-pagination {
  bottom: 0;
}
.main .cooperation .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: solid 2px #a9aaaa;
  opacity: 1;
  background: none;
}
.main .cooperation .swiper-pagination .swiper-pagination-bullet-active {
  background: #018ae2;
  border: solid 2px #018ae2;
}
.main .cooperation .swiper-slide a {
  overflow: hidden;
  display: block;
}
.main .cooperation .swiper-slide 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 .cooperation .swiper-slide 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;
}
.main .solution {
  background: url(../images/solution_bg.jpg) no-repeat center bottom 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .solution .plan {
  margin: 30px 0 44px 0;
  position: relative;
}
.main .solution .plan .swiper-button-next,
.main .solution .plan .swiper-button-prev {
  width: 18px;
  height: 30px;
  top: 50%;
  margin: -15px 0 0 0;
  outline: none;
  background: no-repeat;
  background-size: 100% 100%;
  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 .solution .plan .swiper-button-prev {
  left: -50px;
  background-image: url(../images/arrow10.png);
}
.main .solution .plan .swiper-button-prev:hover {
  background-image: url(../images/arrow12.png);
}
.main .solution .plan .swiper-button-next {
  right: -50px;
  background-image: url(../images/arrow11.png);
}
.main .solution .plan .swiper-button-next:hover {
  background-image: url(../images/arrow13.png);
}
.main .solution .plan .swiper-container {
  padding: 15px 0;
}
.main .solution .plan .swiper-slide {
  position: relative;
  top: 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 .solution .plan .swiper-slide:hover {
  box-shadow: 0 1px 8px 1px #d4d4d4;
  top: -15px;
}
.main .solution .plan .swiper-slide:hover a {
  opacity: 1;
}
.main .solution .plan .swiper-slide .box {
  border: solid 1px #e7e7e7;
  border-radius: 2px;
  padding: 36px 26px;
}
.main .solution .plan .swiper-slide .icon {
  height: 58px;
}
.main .solution .plan .swiper-slide .icon img {
  max-height: 100%;
}
.main .solution .plan .swiper-slide .tit,
.main .solution .plan .swiper-slide .txt {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .solution .plan .swiper-slide .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 12px 0 16px 0;
}
.main .solution .plan .swiper-slide .txt {
  height: 72px;
  font-size: 15px;
  color: #888888;
  -webkit-line-clamp: 3;
}
.main .solution .plan .swiper-slide .num {
  font-family: "Arial", arial;
  font-size: 14px;
  color: #333333;
  margin-top: 14px;
}
.main .solution .plan .swiper-slide a {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 2px;
  overflow: hidden;
  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 .solution .plan .swiper-slide a img {
  width: 100%;
  display: block;
}
.main .solution .more {
  width: 174px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 48px;
  background: #018ae2;
  font-size: 15px;
  color: #fff;
  box-shadow: 0 2px 15px 2px #bbd8ea;
  display: block;
  margin: 0 auto;
  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 .solution .more:hover {
  background: #2c3541;
}
.main .solution .data {
  margin-top: 70px;
  background: #cbf1f3;
}
.main .solution .data:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .solution .data li {
  width: 20%;
  float: left;
  background: #3c5679;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
.main .solution .data li:nth-child(2) {
  background: #3b78b1;
}
.main .solution .data li:nth-child(3) {
  background: #4eb0f7;
}
.main .solution .data li:nth-child(4) {
  background: #69d2ff;
}
.main .solution .data li:nth-child(5) {
  background: #8ddce0;
}
.main .solution .data li .icon {
  height: 36px;
}
.main .solution .data li .icon img {
  max-height: 100%;
}
.main .solution .data li .txt {
  font-size: 14px;
  margin: 16px 0 10px 0;
}
.main .solution .data li .num {
  font-family: "Arial", arial;
  font-size: 40px;
  line-height: 60px;
}
.main .solution .data li .num sup {
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}
.main .about {
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 668px;
  position: relative;
}
.main .about .content {
  width: 100%;
  background: url(../images/about_filter.png);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-385px, -50%);
  -webkit-transform: translate(-385px, -50%);
  -moz-transform: translate(-385px, -50%);
  -ms-transform: translate(-385px, -50%);
  -o-transform: translate(-385px, -50%);
  z-index: 5;
  padding: 52px 0;
}
.main .about .cont {
  width: 886px;
  margin-left: 150px;
  padding-right: 20px;
}
.main .about .en {
  font-family: "Arial", arial;
  font-size: 65px;
  font-weight: bold;
  color: #333333;
}
.main .about .en span {
  color: #018ae2;
}
.main .about .title {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  position: relative;
  margin: 32px 0;
}
.main .about .title::after {
  content: " ";
  width: 62px;
  height: 2px;
  background: #018ae2;
  position: absolute;
  left: -84px;
  top: 50%;
  z-index: 2;
}
.main .about .txt {
  height: 96px;
  line-height: 32px;
  font-size: 15px;
  color: #444444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .about .btn {
  margin-top: 78px;
}
.main .about .btn:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .about .btn a {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 48px;
  float: left;
  margin-right: 18px;
  background: #2c3541;
  font-size: 15px;
  color: #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;
}
.main .about .btn a:hover {
  background: #018ae2;
}
.main .newsbox .content {
  margin: 0 -16px;
}
.main .newsbox .box {
  width: 33.333%;
  padding: 0 16px;
  float: left;
}
.main .newsbox .title {
  margin-bottom: 26px;
}
.main .newsbox .title:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .newsbox .title .tit {
  float: left;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  line-height: 36px;
}
.main .newsbox .title .more {
  float: right;
  width: 48px;
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
  font-family: "Arial", arial;
  font-size: 12px;
  color: #fff;
  background: #2c3541;
  margin-top: 12px;
  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 .newsbox .title .more:hover {
  background: #018ae2;
}
.main .newsbox .news li {
  border-bottom: solid 1px #eeeeee;
}
.main .newsbox .news li:nth-child(1) {
  border: none;
  margin-bottom: 12px;
}
.main .newsbox .news li:nth-child(1) a:hover .text {
  height: 50px;
}
.main .newsbox .news li:nth-child(1) 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 .newsbox .news li:nth-child(1) .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url(../images/mainfilter.png);
  padding: 0 10px;
  height: 0;
  overflow: hidden;
}
.main .newsbox .news li:nth-child(1) .text .tit,
.main .newsbox .news li:nth-child(1) .text .date {
  color: #fff;
}
.main .newsbox .news li .pic {
  height: 180px;
  overflow: hidden;
}
.main .newsbox .news li .pic 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;
}
.main .newsbox .news li .pic img {
  margin-top: -40px;
}
.main .newsbox .news li a {
  position: relative;
  display: block;
}
.main .newsbox .news li a:hover .tit {
  color: #018ae2;
}
.main .newsbox .news li .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  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 .newsbox .news li .text:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .newsbox .news li .date {
  float: right;
  width: 90px;
  text-align: right;
  font-family: "Arial", arial;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
}
.main .newsbox .news li .tit {
  font-size: 15px;
  color: #444444;
  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 .newsbox .problem .prev,
.main .newsbox .problem .next {
  width: 36px;
  height: 36px;
  float: right;
  background: url(../images/arrow14.png) no-repeat center #2c3541;
  outline: none;
  cursor: pointer;
  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 .newsbox .problem .prev:hover,
.main .newsbox .problem .next:hover {
  background-color: #4eb0f7;
}
.main .newsbox .problem .prev {
  background: url(../images/arrow15.png) no-repeat center #018ae2;
}
.main .newsbox .problem .swiper-container {
  max-height: 396px;
}
.main .newsbox .problem .swiper-slide a {
  display: block;
  border-bottom: solid 1px #eeeeee;
  padding: 26px 0;
}
.main .newsbox .problem .swiper-slide a:hover .tit {
  color: #018ae2;
}
.main .newsbox .problem .swiper-slide .tit,
.main .newsbox .problem .swiper-slide .txt {
  padding-left: 36px;
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  font-size: 15px;
  color: #444444;
  background: url(../images/problem1.png) no-repeat 2px 2px;
  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 .newsbox .problem .swiper-slide .txt {
  height: 48px;
  color: #999999;
  -webkit-line-clamp: 2;
  background-image: url(../images/problem2.png);
  margin-top: 6px;
}
.main .friendship {
  padding: 0 20px 38px 20px;
}
.main .friendship .title {
  float: left;
  width: 124px;
  position: relative;
}
.main .friendship .title::after {
  content: " ";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  z-index: 2;
  background: #dde2e6;
}
.main .friendship .title .en {
  font-family: "Arial", arial;
  font-size: 32px;
  font-weight: bold;
  color: #d9d9d9;
}
.main .friendship .title .tit {
  font-size: 16px;
  color: #444444;
}
.main .friendship ul {
  padding: 6px 0 0 124px;
}
.main .friendship ul li {
  line-height: 20px;
  float: left;
  margin: 0 0 10px 32px;
}
.main .friendship ul li a {
  font-size: 14px;
  color: #828282;
}
.main .friendship ul li a:hover {
  color: #018ae2;
}
@media only screen and (max-width: 1340px) {
  .main .why .title,
  .main .why .btn,
  .main .why .cont {
    width: 600px;
  }
  .main .about .cont {
    width: 800px;
  }
}
.column-menu {
  border-bottom: solid 1px #f4f4f4;
  padding: 0 20px;
}
.column-menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.column-menu .crumbs {
  line-height: 60px;
  height: 60px;
  font-size: 15px;
  color: #555555;
  padding-left: 28px;
  background: url(../images/crumbs.png) no-repeat 0 center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.column-menu .crumbs span {
  padding: 0 2px;
}
.column-menu .crumbs a {
  font-size: 15px;
  color: #555555;
}
.column-menu .crumbs a:hover {
  color: #018ae2;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  float: left;
  margin-left: 14px;
}
.column-menu .menu li.on a,
.column-menu .menu li a:hover {
  background: #018ae2;
  color: #fff;
}
.column-menu .menu li a {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  display: block;
  font-size: 15px;
  color: #444444;
}
.paging {
  text-align: center;
  margin-top: 40px;
}

.paging {
  display: flex;
  margin: 0 2px;
  justify-content: center;
  align-items: center;
}
.paging  a, .page-status ,
.paging  a:hover {
  background: #018ae2;
  border: solid 1px #018ae2;
  color: #fff;
}
.page-numbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging  a , .page-status {
  display: block;
  padding: 8px 15px;
  line-height: 22px;
  border: solid 1px #e5e5e5;
  font-size: 14px;
  color: #555555;
  background: #fff;
  font-family: "Arial", arial;
  margin: 0px 5px;
}
.industry-page,
.sample-page,
.single-page,
.support-page,
.about-page,
.product-page {
  padding: 60px 20px;
}
.product-list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-list ul {
  margin: 0 -13px;
}
.product-list li {
  width: 33.3333%;
  padding: 0 13px;
  margin-bottom: 50px;
  float: left;
  text-align: center;
}
.product-list li a {
  display: block;
  position: relative;
  top: 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 a:hover {
  top: -14px;
}
.product-list li a:hover .pic {
  box-shadow: 0 0 14px 5px #f1f1f1;
}
.product-list li a:hover .tit {
  color: #018ae2;
}
.product-list li a:hover .btn {
  background: url(../images/arrow17.png) no-repeat right 12px center #018ae2;
  color: #fff;
}
.product-list li .pic {
  border: solid 1px #ececec;
  overflow: hidden;
  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 .pic img {
  width: 100%;
  display: block;
  
}
.product-list li .text {
  padding: 0 20px;
}
.product-list li .txt,
.product-list li .tit {
  height: 25px;
  line-height: 25px;
  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;
}
.product-list li .tit {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 18px 0;
}
.product-list li .txt {
  height: 50px;
  -webkit-line-clamp: 2;
  font-size: 15px;
  color: #999999;
}
.product-list li .btn {
  width: 134px;
  height: 38px;
  line-height: 36px;
  border-radius: 38px;
  border: solid 1px #018ae2;
  padding-right: 12px;
  margin: 22px auto 0 auto;
  font-size: 15px;
  color: #018ae2;
  background: url(../images/arrow16.png) no-repeat right 24px 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 .photo {
  width: 40.4%;
  float: left;
}
.product-page .photo img {
  width: 100%;
  display: block;
}
.product-page .photo .swiper-container {
  border: solid 1px #ececec;
}
.product-page .photo .swiper-button-prev,
.product-page .photo .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 0;
  background: no-repeat center rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  outline: none;
  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 .photo .swiper-button-prev:hover,
.product-page .photo .swiper-button-next:hover {
  background-color: #018ae2;
}
.product-page .photo .swiper-button-prev {
  left: 12px;
  background-image: url(../images/arrow8.png);
}
.product-page .photo .swiper-button-next {
  right: 12px;
  background-image: url(../images/arrow9.png);
}
.product-page .introduction {
  float: right;
  width: 56%;
}
.product-page .introduction .title {
  line-height: 40px;
  font-size: 32px;
  color: #018ae2;
  font-weight: bold;
}
.product-page .introduction .txt {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  background: url(../images/product_title.png) no-repeat 0 8px;
  background-size: 18px 18px;
  padding-left: 26px;
  border-bottom: solid 1px #e5e5e5;
  margin-top: 25px;
  padding-bottom: 8px;
}
.product-page .introduction .txt span {
  color: #444;
}
.product-page .introduction ul {
  margin: 30px 0;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #666666;
  padding-left: 24px;
  background: url(../images/introduction-list.png) no-repeat 5px 8px;
}

.product-page .introduction ul li span {
  color: #444;
}
.product-page .introduction .btn {
  width: 152px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #018ae2;
  border-radius: 3px;
  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-page .introduction .btn:hover {
  background: #2c3541;
}
.product-page .pctitle {
  border-bottom: solid 1px #e5e5e5;
  line-height: 72px;
  background: url(../images/product_title.png) no-repeat 0 center;
  padding-left: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #bcbcbc;
  margin-bottom: 56px;
}
.product-page .pctitle:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-page .pctitle span {
  float: left;
  margin-left: 18px;
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}
.product-page .pctitle span::after {
  content: " ";
  width: 1px;
  height: 20px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 2;
}
.product-page .pctitle .tit,
.product-page .pctitle span.on {
  float: left;
  color: #333333;
  border-bottom: solid 3px #018ae2;
}
.product-page .pctitle .tit,
.product-page .pctitle span:nth-child(1) {
  padding: 0;
  margin: 0;
}
.product-page .pctitle .tit::after,
.product-page .pctitle span:nth-child(1)::after {
  display: none;
}
.product-page .details {
  margin: 45px 0;
}
.product-page .technology:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-page .technology .text,
.product-page .technology .pic {
  width: 50%;
  float: left;
  padding: 0 30px;
}
.product-page .technology .pic {
  text-align: center;
}
.product-page .technology .pic img {
  max-width: 100%;
}
.product-page .technology .text {
  line-height: 36px;
  font-size: 15px;
  color: #555555;
}
.product-page .technology .text .tit {
  font-size: 18px;
  color: #333333;
  margin-bottom: 26px;
}
.product-page .article {
  display: none;
}
.about-page {
  background: no-repeat center bottom 0;
}
.about-page .about .title .en {
  font-family: "Arial", arial;
  font-size: 46px;
  color: #333333;
  font-weight: bold;
}
.about-page .about .title .tit {
  font-size: 32px;
  color: #222222;
  font-weight: bold;
}
.about-page .about .title span {
  color: #018ae2;
}
.about-page .about .text {
  width: 54%;
  float: left;
  line-height: 28px;
  font-size: 14px;
  color: #555555;
  margin-top: 30px;
}
.about-page .about .pic {
  width: 43%;
  float: right;
  margin-top: -50px;
  position: relative;
}
.about-page .about .pic img {
  width: 100%;
  display: block;
}
.about-page .about .pic::after {
  content: " ";
  width: 112px;
  height: 72px;
  position: absolute;
  right: -20px;
  bottom: -18px;
  z-index: -1;
  background: #f0f0f0;
}
.about-page .data {
  margin-top: 80px;
}
.about-page .data ul {
  margin: 0 -16px;
}
.about-page .data ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .data li {
  width: 50%;
  float: left;
  padding: 0 16px;
  margin-bottom: 35px;
}
.about-page .data li .box {
  background: url(../images/about-data-bg.png);
  box-shadow: 0 0 26px 10px #f5f5f5;
  padding: 50px 46px 42px 46px;
  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-page .data li .box:hover {
  background: #018ae2;
}
.about-page .data li .box:hover .icon1 {
  display: none;
}
.about-page .data li .box:hover .icon2 {
  display: block;
}
.about-page .data li .box:hover .p1,
.about-page .data li .box:hover .p2 {
  color: #fff;
}
.about-page .data li .icon2,
.about-page .data li .icon1 {
  height: 44px;
}
.about-page .data li .icon2 img,
.about-page .data li .icon1 img {
  max-height: 100%;
}
.about-page .data li .icon2 {
  display: none;
}
.about-page .data li .p1 {
  line-height: 60px;
  font-family: "Arial", arial;
  font-size: 68px;
  color: #333333;
  margin: 26px 0 10px 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;
}
.about-page .data li .p1 sup {
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 4px;
}
.about-page .data li .p2 {
  line-height: 24px;
  font-size: 14px;
  color: #555555;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.recruitment .top,
.recruitment .head {
  padding: 21px 140px 21px 64px;
  background: #018ae2;
}
.recruitment .top:after,
.recruitment .head:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recruitment .top span,
.recruitment .head span {
  width: 20%;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  color: #fff;
  float: left;
}
.recruitment .top span:first-child,
.recruitment .head span:first-child {
  width: 40%;
  text-align: left;
}
.recruitment .top {
  background: url(../images/arrow18.png) no-repeat right 32px center #ffffff;
  border-bottom: solid 1px #dcdcdc;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
}
.recruitment .top.now {
  background-image: url(../images/arrow19.png);
}
.recruitment .top span {
  color: #333333;
}
.recruitment .cont {
  background: #f5f5f5;
  border-bottom: solid 1px #dcdcdc;
  line-height: 30px;
  font-size: 15px;
  color: #888888;
  padding: 46px 58px;
  display: none;
}
.recruitment .cont .dark {
  color: #333333;
}
.about-page .feedback .title {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}
.about-page .feedback .tit {
  font-size: 20px;
  color: #333;
  margin: 30px 0;
}
.about-page .feedback .row {
  margin-bottom: 30px;
}
.about-page .feedback label {
  line-height: 20px;
  font-size: 16px;
  color: #555;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
.about-page .feedback input[type='checkbox'],
.about-page .feedback input[type='radio'] {
  width: 20px;
  height: 20px;
  background: url(../images/radio1.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
.about-page .feedback input[type='checkbox']:checked,
.about-page .feedback input[type='radio']:checked {
  background-image: url(../images/radio2.png);
}
.about-page .feedback input[type='checkbox'] {
  background-image: url(../images/checkbox1.png);
}
.about-page .feedback input[type='checkbox']:checked {
  background-image: url(../images/checkbox2.png);
}
.about-page .feedback textarea,
.about-page .feedback input[type='text'] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: solid 1px #ddd;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
}
.about-page .feedback textarea::-webkit-input-placeholder,
.about-page .feedback input[type='text']::-webkit-input-placeholder {
  color: #999999;
}
.about-page .feedback textarea:-moz-placeholder,
.about-page .feedback input[type='text']:-moz-placeholder {
  color: #999999;
}
.about-page .feedback textarea::-moz-placeholder,
.about-page .feedback input[type='text']::-moz-placeholder {
  color: #999999;
}
.about-page .feedback textarea:-ms-input-placeholder,
.about-page .feedback input[type='text']:-ms-input-placeholder {
  color: #999999;
}
.about-page .feedback textarea {
  height: 200px;
  line-height: 20px;
  resize: none;
  padding: 10px;
}
.about-page .feedback .verify {
  padding-right: 180px;
}
.about-page .feedback .vpic {
  width: 160px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  float: right;
  margin-top: -2px;
  cursor: pointer;
}
.about-page .feedback .vpic img {
  width: 100%;
  vertical-align: middle;
}
.about-page .feedback button,
.about-page .feedback input[type='submit'],
.about-page .feedback input[type='button'] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #018ae2;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  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-page .feedback button:hover,
.about-page .feedback input[type='submit']:hover,
.about-page .feedback input[type='button']:hover {
  background: #4eb0f7;
}
.about-page .contact .title {
  font-size: 36px;
  color: #333;
  text-align: center;
}
.about-page .contact .slogan {
  line-height: 30px;
  font-size: 16px;
  color: #999;
  text-align: center;
  margin: 10px 0;
}
.about-page .contact .content {
  margin-top: 40px;
  box-shadow: 0 3px 20px 8px #f1f1f1;
}
.about-page .contact #allmap {
  height: 382px;
}
.about-page .contact .address {
  padding: 40px 54px;
}
.about-page .contact .address .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  text-align: left;
}
.about-page .contact .address .text {
  width: 84%;
  line-height: 30px;
  font-size: 15px;
  color: #333;
  margin-top: 20px;
  float: left;
}
.about-page .contact .address .text a {
  font-size: 15px;
  color: #333;
}
.about-page .contact .address .text p {
  width: 50%;
  float: left;
  margin-bottom: 8px;
  background: no-repeat 0 6px;
  padding-left: 32px;
}
.about-page .contact .address .qrcode {
  float: right;
  text-align: center;
}
.about-page .contact .address .qrcode img {
  width: 100%;
  display: block;
}
.about-page .contact .address .qrcode .box {
  width: 110px;
  float: left;
  margin-left: 10px;
}
.about-page .contact .address .qrcode .txt {
  line-height: 30px;
  font-size: 16px;
  color: #444;
}
.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: 10px 0 0 0;
  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;
}
.download-list li a:hover {
  background: #018ae2;
}
.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: 88px;
  line-height: 88px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  padding: 0 34px;
  border-bottom: solid 1px #f0f0f0;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  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 {
  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;
}
.single-page iframe,
.single-page video,
.single-page img {
  max-width: 100%;
}
.news-page {
  padding: 20px 20px 60px 20px;
}
.news-page .paging {
  margin-top: 60px;
}
.news-list li a {
  display: block;
  padding: 40px 0;
  position: relative;
  background: url(../images/news_line.png) repeat-x left 0 bottom 0;
}
.news-list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-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);
}
.news-list li a:hover .date {
  opacity: 0;
}
.news-list li a:hover .btn {
  opacity: 1;
}
.news-list li .pic {
  width: 264px;
  float: left;
  overflow: hidden;
}
.news-list li .pic 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;
}
.news-list li .right {
  width: 130px;
  height: 166px;
  float: right;
  position: relative;
}
.news-list li .btn {
  position: absolute;
  right: 0;
  top: 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%);
  z-index: 2;
  opacity: 0;
  width: 126px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #018ae2;
  font-size: 15px;
  color: #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;
}
.news-list li .date {
  font-size: 20px;
  font-family: "Arial", arial;
  color: #e0e0e0;
  font-weight: bold;
  text-align: right;
  padding-top: 50px;
  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-list li .date span {
  display: block;
  font-size: 35px;
  font-weight: normal;
}
.news-list li .text {
  padding: 30px 180px 0 306px;
}
.news-list li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-list li .txt {
  height: 56px;
  line-height: 28px;
  font-size: 15px;
  color: #777777;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar {
  width: 320px;
  float: right;
  padding-top: 40px;
}
.sidebar .title {
  line-height: 60px;
  font-size: 22px;
  color: #333333;
}
.sidebar .news li:last-child a {
  background: none;
}
.sidebar .news li a {
  padding: 16px 0;
  display: block;
  background: url(../images/news_line.png) repeat-x left 0 bottom 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;
}
.sidebar .news li a:hover .tit {
  color: #018ae2;
}
.sidebar .news li .tit,
.sidebar .news li .txt {
  height: 30px;
  line-height: 30px;
  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;
}
.sidebar .news li .tit {
  font-size: 16px;
  color: #333333;
}
.sidebar .news li .txt {
  font-size: 14px;
  color: #c8c8c8;
}
.news-page .details {
  width: 928px;
  float: left;
  padding: 66px 38px 80px 0;
  border-right: solid 1px #f0f0f0;
}
.news-page .details .title {
  line-height: 36px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.news-page .details .info {
  line-height: 25px;
  font-size: 15px;
  color: #c8c8c8;
  margin-top: 14px;
}
.news-page .details #share2 {
  float: right;
}
.news-page .details #share2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-page .details #share2 a {
  width: 30px;
  height: 30px;
  margin: 0 0 0 8px;
  float: left;
  background: no-repeat;
  background-size: 100% 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: .4;
}
.news-page .details #share2 a:hover {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.news-page .details #share2 .icon-qq {
  background-image: url(../images/share1.png);
}
.news-page .details #share2 .icon-weibo {
  background-image: url(../images/share2.png);
}
.news-page .details #share2 .icon-wechat {
  background-image: url(../images/share3.png);
  position: relative;
}
.news-page .details .article {
  background: url(../images/news_line.png) repeat-x 0 0;
  padding: 40px 0;
  margin: 30px 0 0 0;
}
.news-page .details .prevnext {
  background: url(../images/news_line.png) repeat-x 0 0;
  font-size: 15px;
  color: #555555;
  padding-top: 30px;
}
.news-page .details .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-page .details .prevnext a {
  font-size: 15px;
  color: #555555;
}
.news-page .details .prevnext a:hover {
  color: #018ae2;
}
.news-page .details .prevnext .l,
.news-page .details .prevnext .r {
  width: 50%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page .details .prevnext .r {
  text-align: right;
}
@media only screen and (max-width: 1340px) {
  .sidebar {
    width: 300px;
  }
  .news-page .details {
    width: 820px;
  }
}
.sample-list ul {
  margin: 0 -13px;
}
.sample-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.sample-list li {
  width: 33.333%;
  float: left;
  padding: 0 13px;
  margin-bottom: 26px;
}
.sample-list li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.sample-list li a:hover .tit1 {
  opacity: 0;
}
.sample-list li a:hover .filter {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.sample-list li a:hover .tit2 {
  opacity: 1;
}
.sample-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;
}
.sample-list li .tit1 {
  width: 100%;
  position: absolute;
  height: 70px;
  line-height: 70px;
  padding: 0 26px;
  left: 0;
  bottom: 0;
  z-index: 3;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sample-list li .filter {
  background: url(../images/sample_filter.png);
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  opacity: 0;
  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);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sample-list li .tit2 {
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  padding-top: 50px;
  background: url(../images/sample_icon.png) no-repeat center 0;
  position: absolute;
  left: 0;
  top: 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%);
  z-index: 6;
  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;
}
.industry-list ul {
  margin: 0 -11px;
}
.industry-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.industry-list li {
  width: 20%;
  float: left;
  padding: 0 11px;
  margin-bottom: 22px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  top: 0;
  position: relative;
}
.industry-list li:hover {
  top: -15px;
}
.industry-list li:hover .box {
  box-shadow: 0 1px 8px 1px #d4d4d4;
}
.industry-list li:hover a {
  opacity: 1;
}
.industry-list li .box {
  border: solid 1px #e7e7e7;
  border-radius: 2px;
  padding: 36px 26px;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.industry-list li .icon {
  height: 58px;
}
.industry-list li .icon img {
  max-height: 100%;
}
.industry-list li .tit,
.industry-list li .txt {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.industry-list li .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 12px 0 16px 0;
}
.industry-list li .txt {
  height: 72px;
  font-size: 15px;
  color: #888888;
  -webkit-line-clamp: 3;
}
.industry-list li .num {
  font-family: "Arial", arial;
  font-size: 14px;
  color: #333333;
  margin-top: 14px;
}
.industry-list li a {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 2px;
  overflow: hidden;
  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;
}
.industry-list li a img {
  width: 100%;
  display: block;
}
.industry-page .details .title {
  text-align: center;
  font-size: 32px;
  color: #333333;
}
.industry-page .details .title span {
  width: 46px;
  height: 4px;
  background: #018ae2;
  display: block;
  margin: 20px auto 0 auto;
}
.industry-page .details .text {
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  color: #888888;
  margin: 26px auto 46px auto;
  max-width: 710px;
}
.industry-page .details ul {
  margin: 0 -12px;
}
.industry-page .details li {
  width: 25%;
  float: left;
  padding: 0 12px;
  margin-bottom: 35px;
}
.industry-page .details li a {
  display: block;
  border-bottom: solid 1px #e9e9e9;
}
.industry-page .details 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);
}
.industry-page .details li a:hover .txt {
  color: #018ae2;
  background-position: right 6px center;
}
.industry-page .details li .pic {
  overflow: hidden;
  border: 1px solid #ddd;
}
.industry-page .details li .pic img {
  width: 100%;
    height: 240px;
  object-fit: cover;
  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;
}
.industry-page .details li .txt {
  height: 56px;
  line-height: 56px;
  font-size: 15px;
  color: #444444;
  padding-right: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  background: url(../images/arrow7.png) no-repeat right 16px center;
  background-size: 8px auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.map-page {
  padding: 50px 0;
}
.map-page .row {
  margin-bottom: 20px;
}
.map-page .row .tit {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  background: #f1efeb;
  font-size: 16px;
  color: #018ae2;
}
.map-page .row ul {
  margin-top: 10px;
}
.map-page .row ul li {
  width: 25%;
  float: left;
  padding: 5px;
}
.map-page .row ul li a {
  width: 100%;
  line-height: 22px;
  display: block;
  border: dotted 1px #999;
  font-size: 14px;
  color: #666;
  padding: 10px;
}
.map-page .row ul li a:hover {
  color: #018ae2;
}



@font-face { font-family: 'icomoon'; src:url(../fonts/icomoon.eot); src: url(../fonts/icomoon.eot) format('embedded-opentype'),  url(../fonts/icomoon.ttf) format('truetype'),  url(../fonts/icomoon.woff) format('woff'),  url(../fonts/icomoon.svg) format('svg'); font-weight: normal; font-style: normal}
[class^="icon-"], [class*=" icon-"] {font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale}
.icon-more:before{content:"\e900"}
.icon-office:before{content:"\e901"}
.icon-ruanzhuang:before{content:"\e902"}
.icon-ruodian:before{content:"\e903"}
.icon-xiaofang:before{content:"\e904"}
.icon-page-guanyu:before{content:"\e905"}
.icon-page-lianxi:before{content:"\e906"}
.icon-page-xitong:before{content:"\e907"}
.icon-page-youshi:before{content:"\e908"}
.icon-ml:before{content:"\e909"}
.icon-next:before{content:"\e90a"}
.icon-pre:before{content:"\e90b"}
.icon-cailliao:before{content:"\e90c"}
.icon-chengben:before{content:"\e90d"}
.icon-fengshui:before{content:"\e90e"}
.icon-foot-addess:before{content:"\e90f"}
.icon-foot-map:before{content:"\e910"}
.icon-foot-tel:before{content:"\e911"}
.icon-goutong:before{content:"\e912"}
.icon-qq:before{content:"\e913"}
.icon-sheji:before{content:"\e914"}
.icon-shouji:before{content:"\e915"}
.icon-top:before{content:"\e916"}
.icon-tuandui:before{content:"\e917"}
.icon-weibo:before{content:"\e918"}
.icon-weixin:before{content:"\e919"}
.icon-yzspt:before{content:"\e91a"}
.icon-zhaoming:before{content:"\e91b"}
.icon-zhiliang:before{content:"\e91c"}
.icon-sq:before{content:"\e91d"}


.intr-w {
  padding: 100px 0;
  background-color: #f7f7f7;
}
.page{width: 92%;max-width: 1300px;margin: 0 auto;position: relative;}
.intr-w em,.intr-w i{
  font-style: normal;
}
.intr-w .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intr-w .con {
  width: 45%;
}
.intr-w .con h6 {
  display: block;
  font-size: 72px;
  font-weight: bold;
  opacity: 0.1;
  line-height: 1;
  margin-bottom: -25px;
}
.intr-w .con h1 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.intr-w .con h1 i {
  color: #018ae2;
}
.intr-w .con .text {
  margin-top: 20px;
  line-height: 1.75;
  color: #666;
  font-size: 15px;
}
.intr-w .con ul {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.intr-w .con ul p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.intr-w .con ul p em {
  font-size: 50px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.intr-w .con ul p i {
  margin-bottom: 5px;
}
.intr-w .con ul span {
  color: #454545;
  font-size: 13px;
  text-transform: uppercase;
}
.intr-w .con .more {
  display: block;
  width: 120px;
  line-height: 45px;
  text-align: center;
  background-color: #018ae2;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}
.intr-w .con .more:hover {
  opacity: 0.75;
}
.intr-w .pic {
  width: 50%;
}

.intr-w img{
  max-width: 100%;
}



.footer-w {
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
}

.footer-w a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-w a:hover {
  color: #fff;
}

.footer-w h5 {
  color: #fff;
}

.footer-w .page {
  max-width: 1400px;
}

.footer-w .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}

.footer-w .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-w .page .top .f-nav {
  width: 55%;
  display: flex;
}

.footer-w .page .top .f-nav ul {
  flex: auto;
}

.footer-w .page .top .f-nav ul li {
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}

.footer-w .page .top .f-nav ul li a {
  font-size: 15px;
}

.footer-w .page .top .rg {
  width: 40%;
  max-width: 470px;
}

.footer-w .page .top .rg .form-con input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}

.footer-w .page .top .rg input[type="submit"] {
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}

.footer-w .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #1a5cbd;
}

.footer-w .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}

.footer-w .page .btm .lf {
  display: flex;
}

.footer-w .page .btm .lf .info {
  max-width: 400px;
  min-width: 300px;
  margin-right: 50px;
}

.footer-w .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}

.footer-w .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}

.footer-w .page .btm .lf .info li p {
  display: flex;
}

.footer-w .page .btm .lf .info li p span {
  flex: 1;
}

.footer-w .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
}

.footer-w .page .btm .lf .follow ul {
  margin-top: 15px;
  display: flex;
}

.footer-w .page .btm .lf .follow ul li {
  position: relative;
  margin-right: 20px;
}

.footer-w .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}

.footer-w .page .btm .lf .follow ul li .pic img {
  height: 110px;
}

.footer-w .page .btm .lf .follow ul li p {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.footer-w .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.footer-w .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}

.footer-w .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}

#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background: url(../images/download2.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.75);
  transform: scaleY(-1);
}

#clickTop:hover {
  opacity: 1;
}


@media screen and (max-width: 980px) {
  .footer-w .top {
    display: none !important;
  }
  .footer-w .page .btm{
    display: block;
  }
  .footer-w .page .btm .lf{
    display: block;
  }
  .footer-w .page .btm .lf .follow ul li .pic img{
    height: auto;
  }
  .footer-w .follow{
    margin: 15px 0;
  }
  .footer-w .page .btm .rg{
    text-align: left;
  }
  .wrapper{
    padding-bottom: 0 !important;
  }
}