@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: "Source Han Sans", "Noto Sans CJK", "思源黑体", "Arial", "arial";
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Source Han Sans", "Noto Sans CJK", "思源黑体", "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: "Source Han Sans", "Noto Sans CJK", "思源黑体", "Arial", "arial";
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #04599c;
}
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;
}
body.hide {
  overflow: hidden;
}
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
}
.white {
  background: #fff;
}
.lzpic2 {
  display: none;
}
.col,
.row {
  width: 100%;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col,
.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: #1c72ba;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 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: 80px;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
}
.header.shadow {
  box-shadow: 0 1px 4px 1px #eee;
}
.header .logo {
  width: 130px;
  height: 35px;
  float: left;
  overflow: hidden;
  margin-top: 22px;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .language {
  float: right;
  position: relative;
  margin-top: 30px;
  background: url(../images/language.png) no-repeat 0 center;
}
.header .language .tit {
  height: 20px;
  line-height: 20px;
  padding: 0 20px 0 28px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat right 0 center;
  font-size: 16px;
  color: #555555;
  font-family: "Arial", arial;
}
.header .language .tit.on {
  background-image: url(../images/arrow2.png);
}
.header .language .list {
  position: absolute;
  top: 20px;
  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: 106;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #1c72ba;
  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: #1c72ba;
  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: #04599c;
}
.header .menu-btn {
  display: none;
}
.header .nav {
  margin: 0 auto;
  text-align: center;
}
.header .nav .shou {
  display: none;
}
.header .nav > ul {
  display: inline-block;
}
.header .nav > ul > li {
  float: left;
  margin: 0 36px;
}
.header .nav > ul > li.d1 {
  position: relative;
}
.header .nav > ul > li.d2.now > a {
  background-image: url(../images/arrow2.png);
}
.header .nav > ul > li.d2 > a {
  background: url(../images/arrow1.png) no-repeat right 0 center;
}
.header .nav > ul > li > a {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  display: block;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li:hover > a,
.header .nav > ul > li.now > a {
  color: #1c72ba;
}
.header .nav .sub {
  display: none;
}
.header .nav .sub1 {
  min-width: 120px;
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.header .nav .sub1 li {
  margin-top: 1px;
}
.header .nav .sub1 li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  background: #1c72ba;
}
.header .nav .sub1 li a:hover {
  background: #1b91f4;
}
.header .nav .sub2 {
  background: #eee;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
.header .nav .sub2::after {
  content: " ";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #ebebeb;
}
.header .nav .sub2 ul {
  padding: 0 228px 0 0;
  position: relative;
  z-index: 2;
  background: #eee;
}
.header .nav .sub2 ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header .nav .sub2 li {
  width: 100/7%;
  float: left;
}
.header .nav .sub2 li a {
  display: block;
  padding: 56px 5px;
}
.header .nav .sub2 li a:hover .icon1 {
  display: none;
}
.header .nav .sub2 li a:hover .icon2 {
  display: block;
}
.header .nav .sub2 li a:hover .txt {
  color: #1c72ba;
}
.header .nav .sub2 li .icon2,
.header .nav .sub2 li .icon1 {
  height: 64px;
  line-height: 64px;
}
.header .nav .sub2 li .icon2 img,
.header .nav .sub2 li .icon1 img {
  max-height: 100%;
  vertical-align: middle;
  margin-top: -4px;
}
.header .nav .sub2 li .icon2 {
  display: none;
}
.header .nav .sub2 li .txt {
  line-height: 20px;
  font-size: 14px;
  color: #444444;
}
.header .nav .sub2 .support {
  float: right;
  width: 228px;
  height: 242px;
  text-align: left;
  background: #ebebeb;
  padding: 50px 0 0 54px;
  position: relative;
  z-index: 3;
}
.header .nav .sub2 .support .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.header .nav .sub2 .support .p2 {
  line-height: 24px;
  font-size: 14px;
  color: #444444;
  margin: 18px 0;
}
.header .nav .sub2 .support .p2 a {
  font-size: 14px;
  color: #444444;
}
.header .nav .sub2 .support .btn {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url(../images/arrow3.png) no-repeat center #1c72ba;
}
.header .nav .sub2 .support .btn:hover {
  background-color: #04599c;
}
.footer {
  background: url(../images/footer_bg.jpg) no-repeat center bottom 0 #f0f0f0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 64px;
}
.footer .tit {
  font-size: 18px;
  color: #282828;
  font-weight: bold;
}
.footer .link-list {
  float: left;
}
.footer .link-list .list {
  width: 210px;
  float: left;
}
.footer .link-list .list:nth-child(2),
.footer .link-list .list:nth-child(3) {
  width: 344px;
}
.footer .link-list ul {
  margin-top: 40px;
}
.footer .link-list li {
  line-height: 20px;
  margin-bottom: 14px;
}
.footer .link-list li a {
  font-size: 15px;
  color: #333333;
}
.footer .link-list li a:hover {
  color: #1c72ba;
}
.footer .focus {
  float: right;
  width: 278px;
}
.footer .focus .txt {
  line-height: 28px;
  font-size: 15px;
  color: #333333;
  margin: 36px 0 20px 0;
}
.footer .focus .txt a {
  font-size: 15px;
  color: #333333;
}
.footer .focus .qrcode {
  width: 110px;
  overflow: hidden;
  box-shadow: 0 0 12px 2px #f6f6f6;
}
.footer .focus .qrcode img {
  width: 100%;
  display: block;
}
.footer .bottom {
  line-height: 20px;
  font-size: 14px;
  color: #555555;
  padding: 22px 0;
  margin-top: 60px;
}
.footer .bottom .l {
  margin-right: 20px;
}
.footer .bottom a {
  font-size: 14px;
  color: #555555;
}
.footer .bottom a:hover {
  color: #1c72ba;
}
@media only screen and (max-width: 1400px) {
  .header .nav > ul > li {
    margin: 0 26px;
  }
  .footer .link-list .list {
    width: 140px;
  }
  .footer .link-list .list:nth-child(2),
  .footer .link-list .list:nth-child(3) {
    width: 300px;
  }
}
.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: #777;
}
.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;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 72px;
  height: 30px;
  margin: -15px 0 0 0;
  opacity: 1;
  outline: none;
}
.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
  content: " ";
  position: absolute;
  top: 15px;
  z-index: 1;
  width: 64px;
  height: 1px;
  background: #fff;
  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;
}
.banner .swiper-button-next:hover::after,
.banner .swiper-button-prev:hover::after {
  opacity: 1;
}
.banner .swiper-button-prev {
  background: url(../images/arrow4.png) no-repeat 0 center;
  left: 26px;
}
.banner .swiper-button-prev::after {
  right: -16px;
}
.banner .swiper-button-prev:hover::after {
  right: 0;
}
.banner .swiper-button-next {
  background: url(../images/arrow5.png) no-repeat right 0 center;
  right: 26px;
}
.banner .swiper-button-next::after {
  left: -16px;
}
.banner .swiper-button-next:hover::after {
  left: 0;
}
.banner .swiper-pagination {
  bottom: 44px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  border: solid 1px #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .text {
  width: 100%;
  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;
  color: #fff;
  text-align: center;
}
.banner .swiper-slide .p1 {
  font-size: 48px;
  font-weight: bold;
}
.banner .swiper-slide .p2 {
  font-size: 28px;
}
a.pcmore {
  font-size: 15px;
  color: #333333;
}
.pcmore {
  display: block;
  width: 128px;
  height: 44px;
  line-height: 44px;
  text-indent: 8px;
  font-size: 15px;
  color: #333333;
  background: url(../images/arrow10.png) no-repeat right 15px center;
  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;
}
.pcmore:hover {
  color: #1c72ba;
  background-position: right 5px center;
}
.pcmore:hover::before {
  left: -10px;
}
.pcmore:hover::after {
  left: 10px;
}
.pcmore::before,
.pcmore::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/pcmore_line.png);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcmore::after {
  top: auto;
  bottom: 0;
}
.pcmore.w {
  color: #fff;
  background-image: url(../images/arrow3.png);
}
.pcmore.w::before,
.pcmore.w::after {
  background-image: url(../images/solution_line.png);
}
.swiper-pagination {
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px #404040;
  background: none;
  opacity: 1;
  margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #404040;
}
.main .columntitle {
  text-align: center;
}
.main .columntitle .tit {
  line-height: 40px;
  font-size: 36px;
  color: #333333;
}
.main .columntitle .tit::after,
.main .columntitle .tit::before {
  content: " ";
  width: 12px;
  height: 2px;
  background: #333333;
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px;
}
.main .columntitle .txt {
  font-size: 16px;
  color: #999999;
  margin-top: 16px;
}
.main .product {
  padding: 72px 0;
}
.main .product .content {
  margin-top: 50px;
  position: relative;
  padding: 0 36px;
}
.main .product .swiper-slide {
  text-align: center;
  position: relative;
  padding: 0 10px;
  z-index: 2;
  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 .product .swiper-slide img,
.main .product .swiper-slide .tit,
.main .product .swiper-slide .line,
.main .product .swiper-slide .txt {
  opacity: 0.7;
  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 .swiper-slide::before,
.main .product .swiper-slide::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -8px;
  width: 8px;
  height: 100%;
  background: url(../images/product_shadow1.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .product .swiper-slide::before {
  left: auto;
  right: -8px;
  background-image: url(../images/product_shadow2.png);
}
.main .product .swiper-slide img {
  width: 100%;
  display: block;
}
.main .product .swiper-slide .tit {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .swiper-slide .line {
  width: 140px;
  height: 1px;
  background: #e1e1e1;
  margin: 20px auto;
}
.main .product .swiper-slide .txt {
  height: 56px;
  line-height: 28px;
  font-size: 15px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .swiper-slide .btn {
  width: 132px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #1c72ba;
  border-radius: 40px;
  font-size: 15px;
  color: #1c72ba;
  display: block;
  margin: 26px auto 0 auto;
}
.main .product .swiper-slide .btn:hover {
  background: #1c72ba;
  color: #fff;
}
.main .product .swiper-slide .pcmore {
  margin: 26px auto 0 auto;
}
.main .product .swiper-slide-active {
  z-index: 9;
}
.main .product .swiper-slide-active::before,
.main .product .swiper-slide-active::after {
  opacity: 1;
}
.main .product .swiper-slide-active img,
.main .product .swiper-slide-active .tit,
.main .product .swiper-slide-active .line,
.main .product .swiper-slide-active .txt {
  opacity: 1;
}
.main .case .swiper-button-next,
.main .product .swiper-button-next,
.main .case .swiper-button-prev,
.main .product .swiper-button-prev {
  width: 18px;
  height: 30px;
  top: 50%;
  margin: -15px 0 0 0;
  background-repeat: 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;
  outline: none;
}
.main .case .swiper-button-prev,
.main .product .swiper-button-prev {
  left: -18px;
  background-image: url(../images/arrow6.png);
}
.main .case .swiper-button-prev:hover,
.main .product .swiper-button-prev:hover {
  background-image: url(../images/arrow8.png);
}
.main .case .swiper-button-next,
.main .product .swiper-button-next {
  right: -18px;
  background-image: url(../images/arrow7.png);
}
.main .case .swiper-button-next:hover,
.main .product .swiper-button-next:hover {
  background-image: url(../images/arrow9.png);
}
.main .solution .content {
  margin-top: 68px;
  background: #333;
}
.main .solution .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .solution .box {
  width: 20%;
  float: left;
  position: relative;
  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;
}
.main .solution .box img {
  width: 100%;
  display: block;
}
.main .solution .box .filter2,
.main .solution .box .filter1 {
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/solution_filter1.png) repeat-x 0 0;
  background-size: auto 100%;
  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 .box .filter2 {
  height: 100%;
  background: url(../images/solution_filter2.png);
  background-repeat: inherit;
  opacity: 1;
}
.main .solution .box .pic {
  height: 630px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .solution .box .title {
  width: 100%;
  min-height: 72px;
  line-height: 72px;
  font-size: 24px;
  color: #ecf0f0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 5;
  text-align: center;
  padding: 20px 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 .box .title::after,
.main .solution .box .title::before {
  width: 100px;
  height: 1px;
  background: url(../images/solution_line.png);
  content: " ";
  position: absolute;
  top: 0;
  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: 2;
}
.main .solution .box .title::after {
  top: auto;
  bottom: 0;
}
.main .solution .box .title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  margin-top: -10px;
}
.main .solution .box .text {
  width: 100%;
  position: absolute;
  left: 100px;
  bottom: 40px;
  z-index: 10;
  padding: 0 44px;
  color: #fff;
  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 .box .text .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .solution .box .text .txt {
  height: 48px;
  line-height: 24px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 20px 0 36px 0;
}
.main .solution .box.on {
  width: 40%;
}
.main .solution .box.on .filter2 {
  opacity: 0;
}
.main .solution .box.on .filter1 {
  opacity: 1;
}
.main .solution .box.on .title {
  opacity: 0;
}
.main .solution .box.on .text {
  opacity: 1;
  left: 0;
}
.main .case {
  padding: 72px 0;
}
.main .case .content {
  margin: 50px -10px 0 -10px;
  position: relative;
}
.main .case .swiper-container {
  padding: 10px 10px 54px 10px;
}
.main .case .swiper-button-prev {
  left: -50px;
}
.main .case .swiper-button-next {
  right: -50px;
}
.main .case .swiper-slide:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .case .swiper-slide .pic {
  width: 47%;
  float: right;
  box-shadow: 0 5px 10px 2px #c7c7c7;
  position: relative;
  z-index: 2;
}
.main .case .swiper-slide .pic img {
  width: 100%;
  display: block;
}
.main .case .swiper-slide .cont {
  width: 53%;
  float: left;
  background: #f0f0f0;
  padding: 56px 44px;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.main .case .swiper-slide .tt {
  font-size: 14px;
  color: #c0c0c0;
}
.main .case .swiper-slide .tit,
.main .case .swiper-slide .txt {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .case .swiper-slide .tit {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin: 6px 0;
}
.main .case .swiper-slide .txt {
  font-size: 15px;
  color: #777777;
  margin-bottom: 62px;
}
.main .news {
  padding: 0 0 110px 0;
}
.main .news .content {
  margin-top: 56px;
}
.main .news .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .left {
  width: 45%;
  float: left;
}
.main .news .left a {
  display: block;
  background: #f1f0f0;
}
.main .news .left a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .left 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 .news .left a:hover .tit {
  color: #1c72ba;
}
.main .news .left .pic {
  overflow: hidden;
}
.main .news .left .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 .news .left .text {
  padding: 22px 36px 36px 36px;
}
.main .news .left .tt,
.main .news .left .tit {
  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;
}
.main .news .left .tt {
  font-size: 14px;
  color: #c0c0c0;
}
.main .news .left .tt span {
  font-size: 12px;
  padding: 0 6px;
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
}
.main .news .left .tit {
  font-size: 23px;
  font-weight: bold;
  color: #333333;
}
.main .news .left .more {
  font-size: 15px;
  color: #333333;
  padding-right: 22px;
  background: url(../images/arrow10.png) no-repeat right 0 center;
  display: inline-block;
  margin-top: 40px;
  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 .news .left .more:hover {
  padding-right: 32px;
}
.main .news .left .pcmore {
  margin-top: 40px;
}
.main .news ul {
  width: 55%;
  float: right;
  padding: 0 30px;
}
.main .news ul li {
  margin-bottom: 58px;
}
.main .news ul li:last-child {
  margin-bottom: 0;
}
.main .news ul li a {
  display: block;
}
.main .news ul li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news ul li a:hover .tit {
  color: #1c72ba;
}
.main .news ul li .date {
  float: left;
  width: 98px;
  font-size: 15px;
  color: #888888;
  text-align: center;
  padding: 0 20px;
  border-right: solid 1px #e1e1e1;
  font-family: "Arial", arial;
}
.main .news ul li .date span {
  font-size: 42px;
  color: #333333;
  display: block;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.main .news ul li .text {
  padding: 4px 0 0 120px;
}
.main .news ul li .tit,
.main .news ul li .txt {
  height: 34px;
  line-height: 34px;
  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 .news ul li .tit {
  font-size: 18px;
  color: #222222;
}
.main .news ul li .txt {
  font-size: 14px;
  color: #888888;
}
.main .whyus {
  background: url(../images/whyus_bg.png) no-repeat right 0 bottom 0 #f0f0f0;
  position: relative;
}
.main .whyus:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .whyus .content,
.main .whyus .pic {
  width: 50%;
  float: right;
}
.main .whyus img {
  width: 100%;
  display: block;
}
.main .whyus .pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .whyus .pic img {
  display: none;
}
.main .whyus .content {
  padding: 90px 70px;
  position: relative;
}
.main .whyus .top {
  width: 100%;
  position: absolute;
  top: 90px;
  left: 70px;
  z-index: 5;
}
.main .whyus .title {
  max-width: 500px;
  font-size: 34px;
  font-weight: bold;
  color: #333333;
}
.main .whyus .title span {
  color: #1c72ba;
}
.main .whyus .swiper-container {
  margin-top: 40px;
}
.main .whyus .swiper-button-next,
.main .whyus .swiper-button-prev {
  width: 38px;
  height: 38px;
  margin: 6px 0 0 0;
  right: 0;
  top: 0;
  position: static;
  float: right;
  background: no-repeat center;
  outline: none;
}
.main .whyus .swiper-button-next {
  margin-right: 200px;
  background-image: url(../images/arrow17.png);
}
.main .whyus .swiper-button-prev {
  background-image: url(../images/arrow16.png);
}
.main .whyus .txt {
  padding-left: 52px;
  background: no-repeat 0 14px;
  margin-top: 54px;
  max-width: 632px;
}
.main .whyus .txt .p1 {
  font-size: 22px;
  color: #444444;
  margin-bottom: 10px;
}
.main .whyus .txt .p2 {
  line-height: 26px;
  font-size: 15px;
  color: #666666;
}
.main .whyus .txt .y {
  font-size: 14px;
  color: #444444;
}
.main .whyus .txt .y span {
  font-size: 50px;
  font-weight: bold;
  margin-right: 6px;
}
.main .cooperation {
  padding: 50px 0;
}
.main .cooperation .wrap {
  position: relative;
}
.main .cooperation .swiper-button-next,
.main .cooperation .swiper-button-prev {
  width: 38px;
  height: 38px;
  border: solid 1px #c2c2c2;
  outline: none;
  position: absolute;
  top: 50%;
  margin: -19px 0 0 0;
  background: no-repeat center;
  background-size: 10px 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 .cooperation .swiper-button-prev {
  left: -68px;
  background-image: url(../images/arrow6.png);
}
.main .cooperation .swiper-button-prev:hover {
  border: solid 1px #1c72ba;
  background-image: url(../images/arrow8.png);
}
.main .cooperation .swiper-button-next {
  right: -68px;
  background-image: url(../images/arrow7.png);
}
.main .cooperation .swiper-button-next:hover {
  border: solid 1px #1c72ba;
  background-image: url(../images/arrow9.png);
}
.main .cooperation .swiper-container {
  padding: 0 10px;
}
.main .cooperation .swiper-slide {
  padding: 10px 0;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 .cooperation .swiper-slide a {
  display: block;
  overflow: hidden;
  box-shadow: 0 0 0 0 #ddd;
  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 .cooperation .swiper-slide a:hover {
  box-shadow: 0 0 10px 1px #ddd;
}
.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);
}
.container .paging {
  text-align: center;
  margin-top: 40px;
}
.container .paging:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .paging ul {
  display: inline-block;
}
.container .paging li {
  float: left;
  margin: 0 3px;
}
.container .paging a {
  width: 62px;
  height: 44px;
  line-height: 42px;
  border: solid 1px #e5e5e5;
  background: #fff;
  display: block;
  font-family: "Arial", arial;
  font-size: 16px;
  color: #555555;
}
.container .paging li.on a,
.container .paging a:hover {
  border: solid 1px #1c72ba;
  background: #1c72ba;
  color: #fff;
}
.column-menu {
  background: #f0f0f0;
}
.column-menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.column-menu.white {
  background: #fff;
}
.column-menu .crumbs {
  float: left;
  padding-left: 32px;
  background: url(../images/crumbs.png) no-repeat 0 center;
  line-height: 70px;
  font-size: 15px;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.column-menu .crumbs span {
  padding: 0 10px;
}
.column-menu .crumbs a {
  font-size: 15px;
  color: #777777;
}
.column-menu .crumbs a:hover {
  color: #1c72ba;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu > ul > li {
  float: left;
  position: relative;
  text-align: center;
}
.column-menu .menu > ul > li:hover > a,
.column-menu .menu > ul > li.on > a {
  background: #1c72ba;
  color: #fff;
}
.column-menu .menu > ul > li > a {
  display: block;
  min-width: 146px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 15px;
  color: #777777;
}
.column-menu .menu .sub {
  width: 170%;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
  display: none;
}
.column-menu .menu .sub a {
  display: block;
  height: 54px;
  line-height: 54px;
  background: #1c72ba;
  font-size: 15px;
  color: #fff;
}
.column-menu .menu .sub li.on a,
.column-menu .menu .sub li a:hover {
  background: #04599c;
}
.about-page .introduce {
  padding: 64px 0;
}
.about-page .introduce img {
  max-width: 100%;
}
.about-page .introduce .title {
  line-height: 52px;
  font-size: 50px;
  font-weight: bold;
  color: #333333;
  font-family: "Arial", arial;
}
.about-page .introduce .title span {
  color: #1c72ba;
}
.about-page .introduce .pic {
  width: 600px;
  float: right;
  margin-top: -130px;
}
.about-page .introduce .pic img {
  width: 100%;
  display: block;
}
.about-page .introduce .p1 {
  font-size: 26px;
  color: #333333;
  margin: 52px 0 20px 0;
}
.about-page .introduce .p2 {
  line-height: 32px;
  font-size: 15px;
  color: #555555;
}
.about-page .introduce p {
  margin-bottom: 20px;
}
.about-page .forward {
  background: url(../images/forward_bg.jpg) no-repeat center 0;
  background-attachment: fixed;
  min-height: 418px;
  padding: 76px 0;
}
.about-page .forward .content {
  width: 798px;
  float: right;
  color: #fff;
}
.about-page .forward .content ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .forward .content li {
  width: 33.333%;
  float: left;
  border-top: solid 1px rgba(255, 255, 255, 0.14);
  border-left: solid 1px rgba(255, 255, 255, 0.14);
  text-align: center;
  padding: 20px;
}
.about-page .forward .content li:nth-child(1),
.about-page .forward .content li:nth-child(2),
.about-page .forward .content li:nth-child(3) {
  border-top: none;
}
.about-page .forward .content li:nth-child(3n+1) {
  border-left: none;
}
.about-page .forward .content li .p1 {
  font-size: 18px;
  color: #fff;
}
.about-page .forward .content li .p1 span {
  font-size: 60px;
  font-weight: bold;
  margin-right: 8px;
}
.about-page .forward .content li .p2 {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
.about-page .forward .content .text {
  line-height: 32px;
  font-size: 15px;
  margin-top: 30px;
}
.about-page .history {
  background: url(../images/history_bg.jpg) no-repeat center bottom 0;
  padding: 68px 0;
}
.about-page .history .wrap {
  position: relative;
}
.about-page .history .swiper-button-next,
.about-page .history .swiper-button-prev {
  width: 18px;
  height: 30px;
  top: 50%;
  margin: 30px 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;
}
.about-page .history .swiper-button-prev {
  left: -64px;
  background-image: url(../images/arrow6.png);
}
.about-page .history .swiper-button-prev:hover {
  background-image: url(../images/arrow8.png);
}
.about-page .history .swiper-button-next {
  right: -64px;
  background-image: url(../images/arrow7.png);
}
.about-page .history .swiper-button-next:hover {
  background-image: url(../images/arrow9.png);
}
.about-page .history .title {
  font-size: 32px;
  color: #333333;
}
.about-page .history .swiper-container {
  margin-top: 70px;
}
.about-page .history .swiper-slide {
  padding-left: 8px;
}
.about-page .history .swiper-slide img {
  width: 100%;
  display: block;
}
.about-page .history .swiper-slide .text {
  height: 220px;
  padding: 0 0 80px 22px;
  border-left: solid 1px #f0f0f0;
  position: relative;
  z-index: 8;
}
.about-page .history .swiper-slide .text::after {
  content: " ";
  width: 8px;
  height: 88px;
  position: absolute;
  left: -8px;
  top: 0;
  z-index: 1;
  background: #0baeee;
}
.about-page .history .swiper-slide .text span {
  display: block;
  height: 146px;
  line-height: 24px;
  font-size: 14px;
  color: #555555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.about-page .history .swiper-slide .years {
  font-size: 55px;
  color: #444444;
  font-weight: 300;
  margin: 22px 0;
}
.about-page .history .swiper-slide .years span {
  font-size: 22px;
  font-weight: 500;
}
.about-page .history .swiper-slide:nth-child(2n) .text::after {
  background: #f37110;
}
.about-page .history .swiper-slide:nth-child(3n) .text::after {
  background: #40ab39;
}
.about-page .history .swiper-slide:nth-child(4n) .text::after {
  background: #d32b34;
}
.about-page .history .swiper-slide:nth-child(even) {
  padding-top: 104px;
}
.about-page .history .swiper-slide:nth-child(even) .text {
  padding: 80px 0 0 22px;
}
.about-page .history .swiper-slide:nth-child(even) .text::after {
  left: -8px;
  top: 84px;
}
.about-page .recruitment {
  padding: 70px 0;
}
.about-page .recruitment .title {
  font-size: 32px;
  color: #333333;
  float: left;
}
.about-page .recruitment .classify {
  float: right;
  position: relative;
}
.about-page .recruitment .classify .tit {
  min-width: 304px;
  height: 54px;
  line-height: 52px;
  border: solid 1px #f0f0f0;
  padding: 0 40px 0 20px;
  background: url(../images/arrow11.png) no-repeat right 20px center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.about-page .recruitment .classify .tit.on {
  background-image: url(../images/arrow12.png);
}
.about-page .recruitment .classify ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 54px;
  z-index: 5;
  border: solid 1px #f0f0f0;
  background: #fff;
  display: none;
}
.about-page .recruitment .classify ul li.on a,
.about-page .recruitment .classify ul a:hover {
  color: #1c72ba;
}
.about-page .recruitment .classify ul a {
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #f0f0f0;
  text-indent: 20px;
  font-size: 16px;
  color: #333333;
  display: block;
}
.about-page .recruitment-list {
  margin-top: 32px;
}
@media only screen and (max-width: 1500px) {
  .about-page .history .swiper-button-prev,
  .about-page .history .swiper-button-next {
    width: 30px;
    height: 40px;
    background-color: #fff;
    background-size: 12px auto;
    background-position: center;
  }
  .about-page .history .swiper-button-prev {
    left: 16px;
  }
  .about-page .history .swiper-button-next {
    right: 10px;
  }
}
.recruitment-list .top,
.recruitment-list .toptit {
  font-size: 16px;
  color: #fff;
  padding: 20px 90px 20px 15px;
  background: #1c72ba;
}
.recruitment-list .top:after,
.recruitment-list .toptit:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recruitment-list .top span,
.recruitment-list .toptit span {
  width: 25%;
  display: block;
  line-height: 30px;
  padding: 0 0 0 20px;
  float: left;
}
.recruitment-list li .top {
  border-bottom: solid 1px #dcdcdc;
  background: url(../images/arrow13.png) no-repeat right 50px center;
  cursor: pointer;
}
.recruitment-list li .top span {
  color: #333333;
}
.recruitment-list li .top.on {
  background-image: url(../images/arrow14.png);
}
.recruitment-list li .cont {
  padding: 0 58px;
  line-height: 32px;
  font-size: 16px;
  color: #888888;
  background: #f5f5f5;
  display: none;
}
.recruitment-list li .cont a {
  font-size: 16px;
  color: #888888;
}
.recruitment-list li .cont .text {
  padding: 38px 0;
}
.recruitment-list li .cont .tit {
  color: #333333;
  font-weight: bold;
}
.recruitment-list li .cont .txt {
  color: #333333;
  padding: 30px 0;
  border-top: solid 1px #ededed;
}
.recruitment-list li .cont .txt a {
  color: #333333;
}
.about-page .menu {
  text-align: center;
}
.about-page .menu ul {
  display: inline-block;
}
.about-page .menu li {
  float: left;
  margin: 0 9px;
}
.about-page .menu li.on a:hover,
.about-page .menu li.on a {
  background: #1c72ba;
  color: #fff;
}
.about-page .menu li a {
  min-width: 140px;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background: #f0f0f0;
  font-size: 15px;
  color: #333333;
  display: block;
  border-radius: 46px;
}
.about-page .menu li a:hover {
  color: #1c72ba;
}
.about-page .recruitment .process {
  background: url(../images/process_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 120px 80px;
  margin-top: 48px;
}
.about-page .recruitment .process ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .recruitment .process li {
  width: 25%;
  float: left;
  background: url(../images/arrow15.png) no-repeat right 0 top 56px;
  padding-right: 20px;
  text-align: center;
}
.about-page .recruitment .process li:last-child {
  background: none;
}
.about-page .recruitment .process li .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.about-page .recruitment .process li .icon img {
  width: 100%;
  display: block;
}
.about-page .recruitment .process li .p1 {
  font-size: 16px;
  color: #333333;
  margin: 18px 0 10px 0;
}
.about-page .recruitment .process li .p2 {
  font-family: "Arial", arial;
  font-size: 16px;
  color: #999999;
}
.about-page .contact {
  background: #f0f0f0;
  padding: 66px 0 98px 0;
}
.about-page .contact .title1 {
  text-align: center;
}
.about-page .contact .title1 .tit {
  font-size: 30px;
  color: #333333;
}
.about-page .contact .title1 .txt {
  font-size: 15px;
  color: #999999;
  margin-top: 14px;
}
.about-page .contact .content {
  background: #fff;
  box-shadow: 0 4px 10px 2px #e7e7e7;
}
.about-page .contact .layout {
  background: #0066b4;
  padding: 36px 42px;
  margin-top: 48px;
}
.about-page .contact .layout:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .contact .layout .title {
  font-size: 32px;
  color: #fff;
  clear: both;
}
.about-page .contact .address {
  width: 62%;
  background: url(../images/address_bg.jpg) no-repeat 0 0;
  padding-top: 50px;
  float: left;
}
.about-page .contact .address ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .contact .address li:nth-child(1) {
  margin-left: 100px;
}
.about-page .contact .address li {
  width: 288px;
  float: left;
  margin-bottom: 22px;
  padding-left: 58px;
  font-family: "Arial", arial;
  color: #fff;
}
.about-page .contact .address li .p1 {
  font-size: 20px;
}
.about-page .contact .address li .p2 {
  line-height: 20px;
  font-size: 14px;
  opacity: 0.5;
}
.about-page .contact .cu {
  width: 38%;
  float: right;
  background: url(../images/address_bg2.png) no-repeat 0 0;
  background-size: 1px 100%;
  color: #fff;
  padding: 18px 0 0 64px;
}
.about-page .contact .cu .tit {
  font-size: 24px;
  font-family: "Arial", arial;
  margin-bottom: 22px;
}
.about-page .contact .cu .row {
  margin-bottom: 20px;
}
.about-page .contact .cu .p1 {
  font-size: 18px;
  opacity: 0.5;
}
.about-page .contact .cu .p2 {
  line-height: 24px;
  font-size: 15px;
  margin-top: 10px;
}
.about-page .contact .cu .p2 a {
  font-size: 15px;
  color: #fff;
}
.about-page .contact .support {
  background: #fff;
  padding: 50px 46px;
}
.about-page .contact .support:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .contact .support .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 34px;
}
.about-page .contact .support .l {
  width: 65%;
}
.about-page .contact .support .col {
  width: 50%;
}
.about-page .contact .support .t {
  line-height: 26px;
  font-size: 15px;
  color: #333333;
  padding-left: 34px;
  background: no-repeat 0 6px;
  margin-bottom: 12px;
}
.about-page .contact .support .t a {
  font-size: 15px;
  color: #333333;
}
.about-page .contact .support .qrcode {
  float: right;
  width: 116px;
  text-align: center;
}
.about-page .contact .support .qrcode img {
  width: 100%;
  display: block;
}
.about-page .contact .support .qrcode .pic {
  overflow: hidden;
  height: 116px;
}
.about-page .contact .support .qrcode .txt {
  font-size: 15px;
  color: #333333;
  margin-top: 6px;
}
.about-page .message {
  padding: 80px 0;
}
.about-page .message .title {
  font-size: 30px;
  color: #333333;
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 22px;
  margin-bottom: 24px;
}
.about-page .message .tips1 {
  font-size: 15px;
  color: #888888;
}
.about-page .message .tips2 {
  line-height: 24px;
  font-size: 15px;
  color: #555555;
  padding-left: 40px;
  background: url(../images/tips2.png) no-repeat 0 4px;
}
.about-page .message .inpubox {
  margin: 42px -18px;
}
.about-page .message .inpubox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .message .inpubox .inpu {
  width: 33.333%;
  float: left;
  padding: 0 18px;
  margin-bottom: 28px;
}
.about-page .message textarea,
.about-page .message input[type='text'] {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 20px;
  border: solid 1px #e0e0e0;
  font-size: 15px;
  color: #333;
}
.about-page .message textarea::-webkit-input-placeholder,
.about-page .message input[type='text']::-webkit-input-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea:-moz-placeholder,
.about-page .message input[type='text']:-moz-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea::-moz-placeholder,
.about-page .message input[type='text']::-moz-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea:-ms-input-placeholder,
.about-page .message input[type='text']:-ms-input-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea {
  height: 258px;
  line-height: 22px;
  padding: 20px;
  margin-top: 24px;
  resize: none;
}
.about-page .message button,
.about-page .message input[type='submit'],
.about-page .message input[type='button'] {
  width: 158px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #fff;
  background: #1c72ba;
  margin-top: 32px;
  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 .message button:hover,
.about-page .message input[type='submit']:hover,
.about-page .message input[type='button']:hover {
  background: #04599c;
}
.about-page .honor {
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  box-sizing: border-box;
  margin-top: 40px;
}
.about-page .honor:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .honor li {
  width: 100/6%;
  float: left;
  padding: 18px;
  box-sizing: border-box;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.about-page .honor li:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.about-page .honor li:hover::after {
  width: 100%;
}
.about-page .honor li::after {
  content: " ";
  width: 0;
  height: 2px;
  background: #1c72ba;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  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 .honor li .pic {
  overflow: hidden;
  background: url(../images/honor-border.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 20px;
}
.about-page .honor 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;
}
.about-page .honor li .txt {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #555555;
  margin-top: 9px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page,
.product-page {
  padding: 60px 0 90px 0;
}
.product-list {
  margin: 0 -38px;
}
.product-list .titxx {
  font-size: 30px;
  color: #333;
  padding: 0 38px;
  margin: 30px 0 50px 0;
  text-align: center;
  position: relative;
}
.product-list .titxx::before {
  content: " ";
  background: #eee;
  position: absolute;
  width: 400px;
  height: 1px;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.product-list .titxx::after {
  content: " ";
  width: 60px;
  height: 4px;
  display: block;
  background: #1c72ba;
  margin: 10px auto 0 auto;
}
.product-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-list li {
  width: 33.333%;
  padding: 0 38px;
  margin-bottom: 38px;
  float: left;
  text-align: center;
}
.product-list li a {
  display: block;
  position: relative;
  top: 0px;
  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 {
  box-shadow: 0 3px 15px 4px #eeeeee;
  top: -2px;
}
.product-list li .pic {
  height: 291px;
  overflow: hidden;
}
.product-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;
}
.product-list li .text {
  padding: 14px 20px 40px 20px;
}
.product-list li .text .tit {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.product-list li .text .line {
  width: 140px;
  height: 1px;
  background: #e1e1e1;
  margin: 22px auto 18px auto;
}
.product-list li .text .txt {
  height: 56px;
  line-height: 28px;
  font-size: 15px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media only screen and (max-width: 1400px) {
  .product-list li .pic {
    height: 245px;
  }
}
.product-page .introduce {
  background: url(../images/product_introduce_bg.jpg) no-repeat right 0 bottom 0;
}
.product-page .introduce:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-page .introduce .photo {
  width: 48%;
  float: left;
}
.product-page .introduce .photo img {
  width: 100%;
  display: block;
}
.product-page .introduce .photo .swiper-button-next,
.product-page .introduce .photo .swiper-button-prev {
  width: 18px;
  height: 30px;
  top: 50%;
  margin: -15px 0 0 0;
  background-repeat: 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;
  outline: none;
}
.product-page .introduce .photo .swiper-button-prev {
  left: 10px;
  background-image: url(../images/arrow6.png);
}
.product-page .introduce .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow8.png);
}
.product-page .introduce .photo .swiper-button-next {
  right: 10px;
  background-image: url(../images/arrow7.png);
}
.product-page .introduce .photo .swiper-button-next:hover {
  background-image: url(../images/arrow9.png);
}
.product-page .introduce .content {
  width: 47%;
  float: right;
  padding-top: 76px;
}
.product-page .introduce .content .title {
  font-size: 34px;
  color: #333333;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 28px;
}
.product-page .introduce .content .text {
  line-height: 24px;
  font-size: 16px;
  color: #555555;
  padding: 42px 0;
}
.product-page .introduce .content .text .tit {
  font-size: 20px;
  margin-bottom: 32px;
}
.product-page .introduce .content .text p {
  margin-bottom: 16px;
}
.product-page .related {
  border-top: solid 1px #f2f2f2;
  margin-top: 54px;
}
.product-page .related .title {
  line-height: 34px;
  padding-left: 15px;
  margin: 46px 0;
  font-size: 30px;
  color: #333333;
  border-left: solid 4px #1c72ba;
}
.case-list {
  margin: 0 -18px;
}
.case-list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.case-list li {
  width: 33.333%;
  float: left;
  padding: 0 18px;
  margin-bottom: 42px;
}
.case-list li a {
  display: block;
}
.case-list li a:hover .pic {
  box-shadow: 0 2px 8px 2px #d4d4d4;
}
.case-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);
}
.case-list li a:hover .btn {
  border: none;
  border-radius: 44px;
  color: #fff;
  background-color: #1c72ba;
  background-image: url(../images/arrow3.png);
  text-indent: 28px;
}
.case-list li .pic {
  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;
}
.case-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;
}
.case-list li .tit {
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 1px #f0f0f0;
  margin: 8px 0 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.case-list li .txt {
  height: 60px;
  line-height: 30px;
  font-size: 15px;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.case-list li .btn {
  width: 128px;
  height: 44px;
  line-height: 42px;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  text-indent: 14px;
  font-size: 15px;
  color: #333333;
  background: url(../images/arrow10.png) no-repeat right 22px center;
  margin-top: 26px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.case-list li .pcmore {
  margin-top: 26px;
}
.news-list {
  margin-bottom: 66px;
}
.news-list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-list li a {
  display: block;
  padding: 52px 0;
  position: relative;
}
.news-list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-list li a:hover .line::after {
  width: 100%;
}
.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 .line {
  width: 100%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news-list li .line::after {
  width: 0;
  height: 1px;
  content: " ";
  background: #1c72ba;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  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 .pic {
  width: 306px;
  height: 195px;
  position: relative;
  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 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.news-list li .right {
  width: 218px;
  height: 196px;
  float: right;
  border-left: solid 1px #eaeaea;
  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;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  opacity: 0;
  width: 138px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #1c72ba;
  font-size: 15px;
  color: #fff;
}
.news-list li .date {
  font-size: 26px;
  font-family: "Arial", arial;
  color: #e0e0e0;
  font-weight: bold;
  text-align: right;
  padding-top: 50px;
  box-sizing: border-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;
}
.news-list li .date span {
  display: block;
  font-size: 62px;
  font-weight: normal;
}
.news-list li .text {
  padding: 40px 280px 0 354px;
  box-sizing: border-box;
}
.news-list li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #2a2736;
  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: #888888;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar {
  width: 388px;
  float: right;
  padding-top: 54px;
}
.sidebar .title {
  line-height: 60px;
  font-size: 22px;
  color: #333333;
}
.sidebar .news li:last-child a {
  border-bottom: none;
}
.sidebar .news li a {
  padding: 16px 0;
  display: block;
  border-bottom: solid 1px #e6e6e6;
  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: #1b91f4;
}
.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: 970px;
  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: 0.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 {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 40px 0;
  margin: 30px 0;
}
.news-page .details .prevnext {
  font-size: 15px;
  color: #555555;
}
.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: #1c72ba;
}
.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: 1400px) {
  .sidebar {
    width: 300px;
  }
  .news-page .details {
    width: 860px;
  }
}
.solution-page {
  padding: 70px 0;
}
.solution-list {
  margin: 0 -20px;
}
.solution-list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.solution-list li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
  float: left;
}
.solution-list li a {
  display: block;
  position: relative;
  height: 560px;
  overflow: hidden;
}
.solution-list li a:hover .pcmore {
  margin-top: 38px;
  height: 44px;
}
.solution-list li a:hover .filter {
  background-image: url(../images/solution-list-filter2.png);
}
.solution-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;
}
.solution-list li .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/solution-list-filter1.png) repeat-x 0 0;
  background-size: auto 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;
}
.solution-list li .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 38px;
  z-index: 5;
  padding: 0 36px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  color: #fff;
}
.solution-list li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.solution-list li .txt {
  height: 48px;
  line-height: 24px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 18px;
}
.solution-list li .pcmore {
  margin-top: 0px;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .solution-list li a {
    height: 477px;
  }
}
.solution-page .title {
  line-height: 34px;
  font-size: 24px;
  color: #333333;
  border-left: solid 4px #1c72ba;
  padding-left: 20px;
  margin-bottom: 20px;
}
.solution-page .pctitle {
  line-height: 86px;
  font-size: 24px;
  color: #1c72ba;
  position: relative;
  margin-bottom: 40px;
}
.solution-page .pctitle span {
  width: 180px;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.solution-page .pctitle span::after {
  width: 34%;
  height: 2px;
  background: #1c72ba;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.solution-page .related,
.solution-page .peculiarity,
.solution-page .overview {
  border-top: solid 1px #f0f0f0;
  padding: 28px 0;
}
.solution-page .related:after,
.solution-page .peculiarity:after,
.solution-page .overview:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.solution-page .overview .l {
  width: 56%;
}
.solution-page .overview .text {
  line-height: 32px;
  font-size: 15px;
  color: #555555;
}
.solution-page .overview .pic {
  width: 38%;
  float: right;
  text-align: center;
  margin-top: 20px;
}
.solution-page .overview .pic img {
  max-width: 100%;
}
.solution-page .peculiarity ul {
  margin: 0 -12px;
}
.solution-page .peculiarity li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 12px;
}
.solution-page .peculiarity li .box {
  padding: 34px 26px 38px 26px;
  border: solid 1px #f0f0f0;
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-color: #fff;
}
.solution-page .peculiarity li .box:hover {
  background-color: #0065b5;
  box-shadow: 0 0 8px 1px #c6ddee;
  border: solid 1px #0065b5;
}
.solution-page .peculiarity li .box:hover .icon1 {
  display: none;
}
.solution-page .peculiarity li .box:hover .icon2 {
  display: block;
}
.solution-page .peculiarity li .box:hover .txt {
  color: #fff;
}
.solution-page .peculiarity li .icon2,
.solution-page .peculiarity li .icon1 {
  width: 56px;
  height: 56px;
  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;
}
.solution-page .peculiarity li .icon2 img,
.solution-page .peculiarity li .icon1 img {
  width: 100%;
  display: block;
}
.solution-page .peculiarity li .icon2 {
  display: none;
}
.solution-page .peculiarity li .txt {
  line-height: 24px;
  font-size: 15px;
  color: #555555;
  margin-top: 28px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.solution-page .related ul {
  margin: 0 -11px;
}
.solution-page .related li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 11px;
}
.solution-page .related li a {
  display: block;
  padding-bottom: 36px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.solution-page .related li a:hover {
  box-shadow: 0 2px 10px 2px #eeeeee;
}
.solution-page .related li a:hover .pic::after {
  opacity: 1;
}
.solution-page .related li .pic {
  overflow: hidden;
  position: relative;
}
.solution-page .related 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;
}
.solution-page .related li .pic::after {
  content: " ";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background: url(../images/product_icon.png);
  background-size: 100% 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -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;
}
.solution-page .related li .tit {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.single-page {
  padding: 60px 0;
}
.single-page iframe,
.single-page video,
.single-page img {
  max-width: 100%;
}
.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: #1c72ba;
}
.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: #1c72ba;
}
.layui-layer-photos .layui-layer-content,
.layui-layer-page .layui-layer-content,
.layui-layer-content {
  overflow: visible !important;
}
.layui-layer-iconext.layui-layer-imgprev {
  left: -30px;
  display: block !important;
}
.layui-layer-iconext.layui-layer-imgnext {
  right: -30px;
}
.layui-layer-imguide {
  display: block !important;
}
.layui-layer-content {
  background: url(../images/honor-border.jpg) no-repeat;
  background-size: 100% 100%;
}
.layui-layer-phimg {
  padding: 20px;
  box-sizing: initial;
}
.layui-layer-imgbar {
  bottom: -20px !important;
  display: block;
}
.layui-layer-imgtit {
  background: #f0f0;
}
