<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 156px;
  height: 50px;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .language {
  float: right;
  position: relative;
  margin-top: 26px;
  background: url(../images/dh.png) no-repeat 0 center;
}
.header .language .tit {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 38px;
  font-size: 16px;
  color: #555555;
}
.header .language .tit a{font-size: 16px;}
.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 &gt; ul {
  display: inline-block;
}
.header .nav &gt; ul &gt; li {
  float: left;
  margin: 0 20px;
}
.header .nav &gt; ul &gt; li:last-child {
  float: left;
  margin: 0 0 0 20px;
}
.header .nav &gt; ul &gt; li.d1 {
  position: relative;
}
.header .nav &gt; ul &gt; li.d2.now &gt; a {
  background-image: url(../images/arrow2.png);
}
.header .nav &gt; ul &gt; li.d2 &gt; a {
  background: url(../images/arrow1.png) no-repeat right 0 center;
}
.header .nav &gt; ul &gt; li &gt; a {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  display: block;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
}
.header .nav &gt; ul &gt; li.on &gt; a,
.header .nav &gt; ul &gt; li:hover &gt; a,
.header .nav &gt; ul &gt; li.now &gt; 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: 15%;
  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 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;
}
.o_big_con{ overflow:hidden; position:relative;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table; }
.o_big_con .cons .wrap2{ height:100%; display:table; }
.o_big_con .h2{font-weight:normal; display:table-cell; vertical-align:middle;   text-transform:uppercase; text-align:center;}
.o_big_con .h2 label{ position:absolute; width:100%; top:0; left:0;color:rgba(255,255,255,1.0); font-weight: bold;}
.o_big_con .h2 span{ display:block; overflow:hidden; color:rgba(255,255,255,0.2); line-height:1;  padding-top:18px; font-weight:lighter; position:relative;}
@media only screen and (max-width: 1400px) {
  .header .nav &gt; ul &gt; li {
    margin: 0 26px;
  }
  .footer .link-list .list {
    width: 140px;
  }
}
.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: 45%;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
  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;
  margin-bottom:10px;
  font-weight: bold;
}
.banner .swiper-slide .p2 {
  font-size: 28px;
}
.banner .swiper-slide .btn-group {
  margin-top: 40px;
}
.banner .swiper-slide .btn-group a {
  color: #fff;
  margin: 0 16px;
}
.banner .swiper-slide .btn-group a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-white {
    font-size: 18px !important;
	border: 1px solid #fff;
}
.btn-white, .btn-black {
    min-width: 170px;
    max-width: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    height: 45px !important;
    line-height: 43px !important;
    padding: 0 20px;
}
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 .ystitle {
  text-align: center;
}
.main .ystitle .tit {
  line-height: 40px;
  font-size: 36px;
  color: #333333;
}
.main .ystitle .tit::after,
.main .ystitle .tit::before {
  content: " ";
  width: 12px;
  height: 2px;
  background: #333333;
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px;
}
.main .ystitle .txt {
  font-size: 16px;
  color: #999999;
  margin-top: 16px;
}

.main .product {
  padding: 72px 0;
}
.main .product .content {
  margin-top: 10px;
  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 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: 33.3333%;
  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: 0.7;
}
.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: 32px;
  font-weight:bold;
  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: 200px;
  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 .title en {
  display: block;
  vertical-align: middle;
  font-size:14px;
  font-weight:normal;
  line-height: 22px;
  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: 33.3333%;
}
.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 .solution {
  padding: 72px 0 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: #f9f9f9;
  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: 72px 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: #f9f9f9;
}
.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: 37px;
}
.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 .youshi {
  background: #f9f9f9;
  margin-top:56px;
  position: relative;
}
.main .youshi:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .youshi .content,
.main .youshi .pic {
  width: 50%;
  float: right;
}
.main .youshi img {
  width: 100%;
  display: block;
}
.main .youshi .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 .youshi .pic img {
  display: none;
}
.main .youshi .content {
  padding:60px 70px;
  position: relative;
}
.main .youshi .top {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 70px;
  z-index: 5;
}
.main .youshi .title {
  max-width: 500px;
  font-size: 32px;
  color: #333333;
}
.main .youshi .title span {
  color: #1c72ba;
}
.main .youshi .swiper-container {
  margin-top: 40px;
}
.main .youshi .swiper-button-next,
.main .youshi .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 .youshi .swiper-button-next {
  margin-right: 200px;
  background-image: url(../images/arrow17.png);
}
.main .youshi .swiper-button-prev {
  background-image: url(../images/arrow16.png);
}
.main .youshi .txt {
  padding-left: 62px;
  background: no-repeat 0 14px;
  margin-top: 54px;
  max-width: 632px;
}
.main .youshi .txt .p1 {
  font-size: 22px;
  color: #444444;
  margin-bottom: 10px;
}
.main .youshi .txt .p2 {
  line-height: 26px;
  font-size: 15px;
  color: #666666;
}
.main .youshi .txt .y {
  font-size: 14px;
}
.main .youshi .txt .y span {
  font-size: 30px;
  margin-right: 6px;
}
.main .hzpp {
  padding:0 0 50px 0;
}
.main .hzpp .wrap {
  position: relative;
}
.main .hzpp .swiper-button-next,
.main .hzpp .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 .hzpp .swiper-button-prev {
  left: -68px;
  background-image: url(../images/arrow6.png);
}
.main .hzpp .swiper-button-prev:hover {
  border: solid 1px #1c72ba;
  background-image: url(../images/arrow8.png);
}
.main .hzpp .swiper-button-next {
  right: -68px;
  background-image: url(../images/arrow7.png);
}
.main .hzpp .swiper-button-next:hover {
  border: solid 1px #1c72ba;
  background-image: url(../images/arrow9.png);
}
.main .hzpp .swiper-container {
  padding: 0 10px;
}
.main .hzpp .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 .hzpp .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 .hzpp .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 .hzpp .swiper-slide a:hover {
  box-shadow: 0 0 10px 1px #ddd;
}
.main .hzpp .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 &gt; ul &gt; li {
  float: left;
  position: relative;
  text-align: center;
}
.column-menu .menu &gt; ul &gt; li:hover &gt; a,
.column-menu .menu &gt; ul &gt; li.on &gt; a {
  background: #1c72ba;
  color: #fff;
}
.column-menu .menu &gt; ul &gt; li &gt; 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: -100px;
}
.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;
}
.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;
}
.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;
  margin-top:50px;
  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: #0066b4;
  padding: 50px 46px;
}
.about-page .contact .support:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .contact .support .title {
  font-size: 24px;
  color: #fff;
  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: #fff;
  padding-left: 34px;
  background: no-repeat 0 6px;
  margin-bottom: 12px;
}
.about-page .contact .support .t a {
  font-size: 15px;
  color: #fff;
}
.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: #fff;
  margin-top: 6px;
}
.about-page .message {
  padding: 66px 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;
}
.about-page .honor:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .honor li {
  width: 25%;
  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-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 {
  padding: 66px 38px 80px 0;
}
.news-page .details .title {
  line-height: 36px;
  font-size: 24px;
  text-align:center;
  color: #333333;
  font-weight: bold;
}
.news-page .details .info {
  line-height: 25px;
  font-size: 15px;
  text-align:center;
  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: 33.3333%;
  padding: 0 20px;
  margin-bottom: 40px;
  float: left;
}
.solution-list li a {
  display: block;
  position: relative;
  height: 435px;
  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 {
  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-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-size: 100% 100%;
}
.layui-layer-phimg {
  padding: 20px;
  box-sizing: initial;
}
.layui-layer-imgbar {
  bottom: -20px !important;
  display: block;
}
.layui-layer-imgtit {
  background: #f0f0;
}
.i_title{ text-align:center;position: relative; line-height: 1.2;  margin-top:7%;}
.i_title .h3{font-weight: normal;position: absolute; bottom: 56%;left: 0; width:100%;color: #1c72ba;}
.i_title .p{ text-transform:uppercase; color:#f1f0f0;}
.i_more{display:block; width:190px;  color:#fff !important; margin:0 auto; font-size:14px !important; text-align:center; height:48px; line-height:48px;border-radius:30px;transition:all 0.3s; margin-top:3%; position:relative; overflow:hidden; z-index:0; background:#1c72ba; margin-bottom:7%; }
.i_more:after{ content:""; position:absolute; left:0; top:0; height:100%; width:0; background:#ff6900;transition:all 0.3s; z-index:-1;}
.i_more:hover{ color:#fff;  text-indent:5px;}
.i_more:hover:after{ width:100%;}

/*数字*/
.gywm{overflow:hidden; background:url(../images/i_img7.jpg) center center no-repeat; background-size:cover; height:555px;}
.gywm .counter{  text-align:center;  max-width:1360px; margin:0 auto;margin-top:6%;}
.gywm .counter ul li{ float:left; width:25%;   transition:all 0.3s; position:relative; text-align:center; margin-bottom:4%; }
.gywm .counter ul li:after{ content:""; position:absolute; right:0; top:50%; margin-top:-38px; height:76px; width:1px; background:rgba(237,237,237,0.2);}
.gywm .counter ul li:last-child:after{ width:0;}
.gywm .counter ul li .txts2{ display:inline-block; vertical-align:top; text-align:left; padding-left:3%; padding-right:3%; }
.gywm .counter ul li .nums{ color:#333; line-height:1;}
.gywm .counter span{display:inline-block; vertical-align:top; overflow:hidden; letter-spacing:1px; color:#1c72ba; font-weight:bold; }
.gywm .counter label{display:inline-block;vertical-align:top; margin-top:-5%; line-height:2;font-weight:500; font-size:14px; color:#1c72ba;  }
.gywm .counter .h6{ font-weight: normal; font-size:14px;  overflow:hidden; line-height:24px;  margin-top:2px; margin-bottom:6px; color:#6d6d6d;}
.gywm .counter ul li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
/*关于我们*/
.gsjj{ background:#fff; overflow:hidden; position:relative; text-align:center; margin-top:-292px;-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.05); box-shadow: 0 5px 25px rgba(0,0,0,0.05); padding-bottom:5%;}
.gsjj .boxs{ margin:0 auto; width:96%; max-width:1000px;}
.gsjj .i_one_t .h3{ float:none;}
.gsjj .i_one_t .h3 span{ width:100%;}
/*.gsjj .h3{ color:#000000; line-height:1.3; margin-top:5%; font-weight:normal;}*/
.gsjj .p2{line-height:26px;overflow:hidden;color:#666666; font-size:14px;margin-top:4%; }
.gsjj .i_title{ margin-top:10%;}
.gsjj .i_more{ margin-top:7%; margin-bottom:0;}
/*新闻资讯*/
.i_a{ margin-top:3%; overflow:hidden; text-align:center;}
.i_a a{ display:inline-block; vertical-align:top; padding-left:15px; padding-right:15px;min-width:180px; height:46px; line-height:42px; overflow:hidden; border:2px solid #dddddd; color:#666666; font-size:14px; border-radius:30px;transition:all 0.3s; margin-left:8px; margin-right:8px; background:#fff;}
.i_a a:hover{ background:#1c72ba; color:#fff; border-color:#1c72ba;}
.i_a a.on{ background:#1c72ba; color:#fff;border-color:#1c72ba;}
.i_a a.on:hover{ opacity:0.8;filter:Alpha(opacity=80);}
.i_news_bg{ background:#f8f8f8; overflow:hidden;}
.i_news{ overflow:hidden; margin-top:3%;}
.i_news .divhidden{opacity:0;filter:Alpha(opacity=0);transition:all 0.3s; display:block; height:0; overflow:hidden; margin-bottom:1%;}
.i_news .divhidden.on{opacity:1.0;filter:Alpha(opacity=100); height:auto;}
.i_news .i_news_l{ float:left; width:960px; margin-right:60px; position:relative; padding-top:577px; overflow:hidden;}
.i_news .i_news_l img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.i_news .i_news_l:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.i_news .i_news_l .bgs{ background:rgba(0,0,0,0.2); overflow:hidden; position:absolute; top:0; left:0; width:100%; height:100%;}
.i_news .i_news_l .bgs .boxs{transform: translate(-50%, 0%); position:absolute; bottom:10%; left:50%; width:94%; max-width:866px; }
.i_news .i_news_l .bgs .boxs .h3{ font-weight:normal; height:34px; line-height:34px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff;}
.i_news .i_news_l .bgs .boxs .p{ line-height:22px; height:44px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:14px;color:#fff; margin-top:20px;}
.i_news .i_news_r{ overflow:hidden;}
.i_news .i_news_r .i_news_ul{ overflow:hidden;}
.i_news .i_news_r .i_news_ul .inr-list{display: block;margin-bottom: 40px; padding-bottom:39px; overflow:hidden; border-bottom:1px solid #dddddd; text-align:left; padding-right:2%;transition:all 0.3s;}
.i_news .i_news_r .i_news_ul .inr-list:last-child{ margin-bottom:0;}
.i_news .i_news_r .i_news_ul .inr-list .date{ height:30px; line-height:30px; overflow:hidden; color:#999999; font-size:14px;}
.i_news .i_news_r .i_news_ul .inr-list .h3{ font-size: 20px;color: #333333;line-height: 28px; height:28px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition:all 0.3s; font-weight:normal; margin-top:13px;}
.i_news .i_news_r .i_news_ul .inr-list .p{  line-height:22px; height:44px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:14px;color:#999999; margin-top:10px;}
.i_news .i_news_r .i_news_ul .inr-list:hover .h3{color:#1c72ba;}
.i_news .i_news_r .i_news_ul .inr-list:hover{ border-color:#1c72ba;}
@media screen and (max-width: 1400px) {
/*轮显*/
.main .banner .swiper-button-prev{ margin-left:0px;}
.main .banner .swiper-button-next{ margin-right:0px;}
/*产品中心*/
/*.i_one_a .scroller{ display:block;}
.i_one_a .scroller li{ width:16.66%;}
.i_one_a .scroller li dd{ width:100%;}*/
/*数字*/
.gywm{ height:500px;}
/*新闻资讯*/
.i_news .i_news_l{ width:860px; margin-right:30px; padding-top:517px;}
.i_news .i_news_l .bgs .boxs{ bottom:5%;}
.i_news .i_news_r .i_news_ul .inr-list{ margin-bottom:28px; padding-bottom:28px;}
}

@media screen and (max-width: 1260px) {
/*应用领域*/
.i_application ul li .p{ margin-top:23px; font-size:14px;}
.i_application ul li .h3{ font-size:16px; margin-top:12px;}
.i_application ul li .ico img{ height:42px;}
.i_application ul li:first-child .h3{ font-size:22px;}
.i_application ul li:first-child .cons .ico img{ height:68px;}
/*产品中心*/
.i_one_a{ height:131px;}
.i_one_a .scroller li dd i{  margin-top:30px;}
.i_one_a .scroller li dd .h4{ font-size:15px; margin-top:15px; margin-bottom:20px;}
.i_one ul li .txts .cons{ padding-top:20px; padding-bottom:20px;}
.i_one ul li .txts .p{ font-size:14px;}
/*数字*/
.gywm{ height:480px;}
/*新闻资讯*/
.i_news .i_news_l{ width:760px; margin-right:20px; padding-top:457px;}
.i_news .i_news_r .i_news_ul .inr-list .date{ height:26px; line-height:26px;}
.i_news .i_news_r .i_news_ul .inr-list .h3{ margin-top:8px;}
.i_news .i_news_r .i_news_ul .inr-list{ margin-bottom:21px; padding-bottom:21px;}
}

@media screen and (max-width: 1100px) {
/*轮显*/
.o_big_con .h2 span{ padding-top:12px;}

.lzpic2{display: block;}
.lzpic1{display: none;}
/*.banner .swiper-container{ position:static;}*/
.banner .swiper-pagination { bottom:25px;}
.banner .swiper-pagination .swiper-pagination-bullet {margin: 0 8px;}
/*.banner .text { display:none;}*/
/*新闻资讯*/
.i_news .i_news_l{ width:660px; margin-right:12px; padding-top:397px;}
.i_news .i_news_r .i_news_ul .inr-list{ margin-bottom:12px;padding-bottom:12px;}
.i_news .i_news_r .i_news_ul .inr-list .p{ margin-top:8px;}
.i_news .i_news_r .i_news_ul .inr-list .h3{ margin-top:6px;}

}

@media screen and (max-width: 960px) {
/*轮显*/
.banner .text .small{ width:140px; height:46px; line-height:46px;}
.banner .text .desc{ font-size:15px;}
/*应用领域*/
.i_application ul li{ width:49.5%; margin-right:1%; margin-bottom:1%;}
.i_application ul li:first-child{ float:none; width:100%; margin-right:0;}
.i_application ul li .h3{ font-size:18px;}
.i_application ul li .p{ font-size:16px; margin-top:33px;}
.i_application ul li .ico img{ height:48px;}
.i_application ul li .boxs{ max-width:400px;}

/*产品中心*/
.i_one_a{ height:119px;}
.i_one_a .scroller li dd i{ width:42px; height:42px; margin-top:22px;}
.i_one_a .scroller li dd .h4{ font-size:14px; margin-top:12px; margin-bottom:15px;}
.i_one ul li{ width:49%;}
.i_one ul li:nth-child(3n+0){ margin-right:2%;}
.i_one ul li:nth-child(2n+0){ margin-right:0;}
.i_more{ width:150px; height:40px; line-height:40px;}
/*数字*/
.gywm{ height:450px;}
/*新闻资讯*/
.i_a a{ margin-left:1%; margin-right:1%; min-width:140px; height:40px; line-height:36px;}

.i_news .i_news_l{ width:100%; float:none; margin-right:0; padding-top:60.2%;}
.i_news .i_news_l .bgs .boxs{ bottom:8%;}
.i_news .i_news_r{ margin-top:3%;}
.i_news .i_news_r .i_news_ul .inr-list{ margin-bottom:3%; padding-bottom:3%;}
.i_news .i_news_r .i_news_ul .inr-list .p{ height:auto;}
.i_news .i_news_r .i_news_ul .inr-list .h3{ font-size:18px;}
}

@media screen and (max-width: 780px) {
/*轮显*/
.banner .swiper-pagination { bottom:20px;}
.banner .swiper-pagination .swiper-pagination-bullet { margin: 0 5px;}
/*数字*/
.gywm .counter ul li{ width:50%;}
.gywm .counter ul li .txts2{ text-align:center;}
.gywm .counter ul li:nth-child(3){ clear:both;}
.gywm .counter ul li:nth-child(2):after{ width:0;}
/*关于我们*/
.gsjj{ margin-top:-200px;}

}
@media screen and (max-width: 640px) {
/*应用领域*/
.i_application ul li .p{ margin-top:23px; font-size:14px;}
.i_application ul li .h3{ font-size:16px; margin-top:12px;}
.i_application ul li .ico img{ height:42px;}
/*产品中心*/
.i_one_a{ height:117px;}
.i_one_a .scroller{ display:block;}
.i_one_a .scroller li{ width:33.33%;}
.i_one_a .scroller li dd{ width:100%;}

/*.i_one_a .scroller{ position:absolute;}
.i_one_a .scroller li{ width:auto;}
.i_one_a .scroller li dd{ padding-left:25px; padding-right:25px;}*/
.i_one_a .scroller li dd i{ width:40px; height:40px;}
.i_one ul li .txts .cons{ padding-top:15px; padding-bottom:15px;}
.i_one ul li .txts .p{ line-height:20px; font-size:13px;}
.i_one ul li:hover .txts .p{margin-top:5px; height:40px;}
.i_more{ width:140px; height:36px; line-height:36px; font-size:14px;}
/*数字*/
.gywm{ height:370px;}
.gywm .counter ul li{ overflow:hidden;}
.gywm .counter ul li .txts2{ margin-top:10px;}
.gywm .counter{ margin-top:7%;}
.gywm .counter label{ font-size:13px;}
.gywm .counter .h6{ font-size:13px;}
/*关于我们*/
.gsjj{ margin-top:-110px;}
/*新闻资讯*/
.i_a{ margin-top:3%;}
.i_a a{ height:34px; line-height:30px; font-size:14px;}
.i_news .i_news_l .bgs .boxs .h3{ font-size:18px;}
.i_news .i_news_l .bgs .boxs .p{ margin-top:10px;}
}

@media screen and (max-width: 480px) {
/*轮显*/
.o_big_con .h2{ font-size:18px; padding-top:20px;}

.banner .swiper-pagination { bottom:10px;}
.banner .swiper-pagination .swiper-pagination-bullet { margin: 0 4px;}
.banner .text .small{ width:130px; height:36px; line-height:36px; margin-top:30px;}
.banner .text .desc{ font-size:14px;}
/*应用领域*/
.i_title{ margin-top:9%;}
.i_application ul li .p{ margin-top:12px; font-size:13px;}
.i_application ul li .h3{ font-size:15px; height:24px; line-height:24px; margin-top:5px;}
.i_application ul li .ico{ bottom:10px; background-size:16px 17px;}
.i_application ul li .ico img{ height:36px;}
.i_application ul li:first-child .cons .ico img{ height:58px;}
.i_application ul li:first-child .cons .ico{ background-size:22px 22px; padding-bottom:40px;}
/*产品中心*/
.i_one_a{ height:114px;}
/*.i_one_a .scroller li dd{ padding-left:20px; padding-right:20px;}*/
.i_one_a .scroller li dd i{ width:37px; height:37px;}
.i_one_a .scroller li dd .h4{ font-size:13px;}
.i_one ul li{border-radius: 6px;}
.i_one ul li .txts .cons{ padding-top:10px; padding-bottom:10px;}
.i_one ul li:hover .txts .p{ height:0; margin-top:0;}
.i_one ul li:hover .txts{ background:#fff; border-top-color:#dddddd;}
.i_one ul li .txts .h3{ height:20px; line-height:20px;}
.i_one ul li:hover .txts .h3{ color:#444444; }
.i_more{ width:120px; height:34px; line-height:34px; font-size:13px; margin-top:4%;}
/*数字*/
.gywm{ height:330px;}
.gywm .counter label{ font-size:12px;}
.gywm .counter .h6{ font-size:12px; line-height:20px;}
/*关于我们*/
.gsjj .p2{ font-size:13px; line-height:22px; margin-top:4%;}
.gsjj{ margin-top:-130px; padding-bottom: 8%;}
/*新闻资讯*/
.i_a a{ font-size:13px; min-width:120px;}
.i_news .i_news_r .i_news_ul .inr-list .h3{ font-size:16px; }
.i_news .i_news_l .bgs .boxs .p{ font-size:13px;}
.i_news .i_news_l .bgs .boxs .h3{ font-size:16px;}
.i_news .i_news_r .i_news_ul .inr-list{ padding-bottom:4%; margin-bottom:4%;}
}
@media screen and (max-width: 420px) {
/*轮显*/
.banner .text .small{ width:120px; height:32px; line-height:32px; font-size:13px;}
.banner .text .desc{ font-size:13px;}
/*应用领域*/
.i_application ul li .p{ font-size:12px; margin-top:10px;}
.i_application ul li .h3{ font-size:14px; height:22px; line-height:22px;}
.i_application ul li .ico img{ height:30px;}
/*产品中心*/
.i_one_a .scroller li dd .h4{ font-size:12px;}
.i_one ul li .txts .h3{ font-size:14px;}
/*数字*/
.gywm{ height:320px;}
/*新闻资讯*/
.i_a a{ font-size:12px;}
.i_news .i_news_r .i_news_ul .inr-list .h3{ font-size:15px; }
.i_news .i_news_r .i_news_ul .inr-list .p{ font-size:13px; line-height:20px;}
}
@keyframes mymove6
{
	from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(60px) translateX(0);
  transform: translateY(60px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}

@-webkit-keyframes mymove6
{
	/*from { filter:alpha(opacity=0);opacity:0; margin-bottom:-20%;}
	to {margin-bottom:3%;filter:alpha(opacity=1);opacity:1;}*/
	from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(60px) translateX(0);
  transform: translateY(60px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}


@import url(lrtk3.css);
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #dddddd;
}
/*定义滚动条轨道 内阴影+圆角*/
.scrollbar::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #dddddd;
}
/*定义滑块 内阴影+圆角*/
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #4293f4;
}
/*滑块效果*/
.scrollbar::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    background-color: #4293f4;
}
.f64{ font-size:64px;}
.f60{ font-size:60px;}
.f55{ font-size:55px;}
.f52{ font-size:52px;}
.f50{ font-size:50px;}
.f48{ font-size:48px;}
.f46{ font-size:46px;}
.f42{ font-size:42px;}
.f40{ font-size:40px;}
.f36{ font-size:36px;}
.f32{ font-size:32px;}
.f30{ font-size:30px;}
.f28{ font-size:28px;}
.f26{ font-size:26px;}
.f24{ font-size:24px;}
.f22{ font-size:22px;}
.divhidden{ display:none;}
.wrap { width:96%;}
.wrap2 { width:96%;}
.wrap12 { width:96%;}
.wrap3 {
  max-width: 1800px;
  width: 96%;
  margin: 0 auto;
}
.wrap3:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.c_l{ clear:both; font-size:0; overflow:hidden; height:0;}
/**底部**/
#footer{ color:#dddddd; font-size:14px; line-height:20px; background:#333333; }
#footer a{ color:#999999; }
#footer a:hover{ color:#fff; }
#footer .top{ /*border-top:1px solid #efefef;*/ padding-top:70px; }
#footer .menu li{ float:left; display:inline-block; width:12%; padding-right: 2%; max-width:180px; }
#footer .menu .contact{ float:right; width:28%; text-align:right; color:#fff; max-width:none; padding-right:0; }
#footer .menu .title{ margin-bottom:14px; text-transform: uppercase; font-size:16px; line-height:24px; color:#fff; }
#footer .menu .contact .title{ font-size:18px;}
#footer .menu .aBox{ padding-top:2%;}
#footer .menu .aBox .div{ padding:5px 0; }
#footer .menu .aBox .div a{ display:inline-block; transform:translateX(0); transition:all .3s;}
#footer .menu .aBox .div a:hover{ transform:translateX(2px);  }
#footer .menu .contact .tels{  overflow:hidden; line-height:32px; }
#footer .menu .contact .tels:hover{ opacity:0.8;filter:Alpha(opacity=80);}
#footer .menu .contact .label{ color:#fff; font-size:16px; line-height:32px; display:inline-block; vertical-align:top;}
#footer .menu .contact .p{ line-height:28px; overflow:hidden; font-size:16px; color:#cccccc; margin-top:2%; margin-bottom:7%;}
#footer .menu .contact .weixin{ display:inline-block; overflow:hidden; text-align:center; color:#fff; font-size:12px;width:115px;}
#footer .menu .contact .weixin img{  margin:0 auto; display:block; width:100%; margin-bottom:8px;}
#footer .menu .contact .ftotop{ display:inline-block; clear:both; padding-right:20px; color:#fefefe; background:url(../images/foot_pic1.png) right center no-repeat; background-size:12px 18px; margin-top:15%; font-size:16px;}
#footer .menu .contact a{ color:#ddd; }
#footer .menu .contact a:hover{ color:#fff; }
#footer .bot{ margin-top:25px; padding:29px 0; line-height:22px; color:#666666; font-size:14px; border-top:1px solid #666666; }
#footer .bot .f_l{ float:left;}
#footer .bot .f_l a{color:#666666;}
#footer .bot .f_l a:hover{color:#fff;}
#footer .bot .f_l span{ padding-left:30px;}

/*分享*/
#footer .foot_a{ float:right;}
#footer .foot_a ul li{float:left; margin-right:15px; width:22px; height:18px; background-repeat:no-repeat; background-size:100% 100%;transition:all 0.3s;}
#footer .foot_a ul li:last-child{ margin-right:0;}
#footer .foot_a ul li a{ display:block; width:100%; height:100%;margin:0; position:relative;transition:all 0.3s;}
#footer .foot_a ul li a:hover{filter: Alpha(Opacity=80);opacity: 0.8;}
#footer .foot_a ul li.weixin{ /*background-image:url(../images/fx1.png); */}
#footer .foot_a ul li.weixin a{ background:url(../images/fx2.png) center center no-repeat;background-size:100% 100%;}
#footer .foot_a ul li.weixin a:hover{filter: Alpha(Opacity=100);opacity: 1.0; background-image:url(../images/fx2_on.png);}
#footer .foot_a ul li.weixin .wem1{width: 203px; bottom:30px; text-align: center;  position: absolute; margin-left:-90px;margin-top: -203px; background-image: url(../img/ewm.png);background-repeat: no-repeat; height:0; overflow:hidden;transition:all 0.3s;}
#footer .foot_a ul li.weixin .wem1 img{ width:155px; height:155px; margin-right:5px;transition:all 0.3s; }
#footer .foot_a ul li.weixin a:hover .wem1{ height:195px;padding-top: 20px; padding-bottom:20px;}
#footer .foot_a ul li.sinna{ background-image:url(../images/fx3.png);}
#footer .foot_a ul li.sinna:hover{ background-image:url(../images/fx3_on.png);}
#footer .foot_a ul li.qq{ background-image:url(../images/fx1.png);}
#footer .foot_a ul li.qq:hover{ background-image:url(../images/fx1_on.png);}

#footer .foot_a ul li a{ display:block; width:100%; height:100%;}
/*#footer .foot_a ul li:hover{ background-color:#fff;}*/

.foot_a .social-share .social-share-icon{ width:22px; height:18px; line-height:18px; vertical-align:top;}
.foot_a .social-share .social-share-icon:hover{background:none;}
.foot_a .social-share .icon-qq:before{ content:"";}
.foot_a .social-share .icon-qq{ border:0;}
.foot_a .social-share .icon-qq:hover{ background-image:url(../images/fx1_on.png);background-size:100% 100%;}
.foot_a .social-share .icon-wechat:before{ content:"";}
.foot_a .social-share .icon-wechat{ border:0;}
.foot_a .social-share .icon-wechat:hover{ background-image:url(../images/fx2_on.png);background-size:100% 100%;}
.foot_a .social-share .icon-weibo:before{ content:"";}
.foot_a .social-share .icon-weibo{ border:0;}
.foot_a .social-share .icon-weibo:hover{ background:url(../images/fx3_on.png) no-repeat;background-size:100% 100%;}
@media screen and (max-width: 1400px) {
.f64{ font-size:54px;}
.f60{ font-size:50px;}
.f55{ font-size:45px;}
.f52{ font-size:42px;}
.f50{ font-size:41px;}
.f48{ font-size:40px;}
.f46{ font-size:38px;}
.f42{ font-size:37px;}
.f40{ font-size:36px;}
.f36{ font-size:32px;}
.f32{ font-size:30px;}
.f30{ font-size:29px;}
.f28{ font-size:25px;}
.f26{ font-size:24px;}
.f24{ font-size:22px;}
.f22{ font-size:20px;}




}
@media screen and (max-width: 1200px) {
.f64{ font-size:50px;}
.f60{ font-size:46px;}
.f55{ font-size:40px;}
.f52{ font-size:38px;}
.f50{ font-size:37px;}
.f48{ font-size:36px;}
.f46{ font-size:35px;}
.f42{ font-size:33px;}
.f40{ font-size:32px;}
.f36{ font-size:28px;}
.f32{ font-size:26px;}
.f30{ font-size:25px;}
.f28{ font-size:23px;}
.f26{ font-size:22px;}
.f24{ font-size:21px;}
.f22{ font-size:19px;}
/**底部**/
    #footer{ padding-top:30px; }
    #footer .top{ padding-top:25px; }
    #footer .menu{ display:block; float:none; }
    #footer .bot{  padding:19px 0; }
}
@media screen and (max-width: 1100px) {


}
@media screen and (max-width: 960px) {
.f64{ font-size:45px;}
.f60{ font-size:41px;}
.f55{ font-size:35px;}
.f52{ font-size:33px;}
.f50{ font-size:32px;}
.f48{ font-size:31px;}
.f46{ font-size:30px;}
.f42{ font-size:29px;}
.f40{ font-size:28px;}
.f36{ font-size:24px;}
.f32{ font-size:22px;}
.f30{ font-size:21px;}
.f28{ font-size:21px;}
.f26{ font-size:21px;}
.f24{ font-size:20px;}
.f22{ font-size:18px;}
/**底部**/
#footer .menu li{ display:none;}
#footer .menu .contact{ display:block; width:100%; text-align:center;float:none; }
#footer .menu .contact .ftotop{ float:right; margin-top:6%; font-size:14px;}
#footer .menu .contact .tels{ font-size:24px;}
#footer .bot .f_l span{ display:block; padding-left:0;}

}

@media screen and (max-width: 780px) {
.f64{ font-size:40px;}
.f60{ font-size:36px;}
.f55{ font-size:30px;}
.f52{ font-size:28px;}
.f50{ font-size:28px;}
.f48{ font-size:28px;}
.f46{ font-size:27px;}
.f42{ font-size:27px;}
.f40{ font-size:26px;}
.f36{ font-size:22px;}
.f32{ font-size:21px;}
.f30{ font-size:20px;}
.f28{ font-size:19px;}
.f26{ font-size:19px;}
.f24{ font-size:18px;}
.f22{ font-size:17px;}
/**底部**/
    #footer{ padding-top:10px; font-size:13px; }
    #footer .top{ padding-top:15px; }
	#footer .menu{ text-align:center;}
	#footer .menu .contact{ margin-top:3%;}
	#footer .menu .contact .p{  line-height:22px; margin-top:3%; margin-bottom:6%;}
	#footer .bot{ margin-top:20px; padding:10px 0; text-align:center;}
	#footer .bot .f_l{ float:none; display:block;}
/*分享*/
#footer .foot_a{ margin-top:2%; float:none; display:block;}
#footer .foot_a ul li{ display:inline-block; float:none; vertical-align:top;}
}

@media screen and (max-width: 640px) {
.f64{ font-size:36px;}
.f60{ font-size:32px;}
.f55{ font-size:26px;}
.f52{ font-size:25px;}
.f50{ font-size:25px;}
.f48{ font-size:25px;}
.f46{ font-size:24px;}
.f42{ font-size:24px;}
.f40{ font-size:24px;}
.f36{ font-size:20px;}
.f32{ font-size:19px;}
.f30{ font-size:18px;}
.f28{ font-size:17px;}
.f26{ font-size:17px;}
.f24{ font-size:16px;}
.f22{ font-size:15px;}
.main .physician{ padding:6% 0;}
.main .pctitle .entit{ font-size:13px;margin: 5px 0 15px 0;}
.main .pctitle .line{ width:40px; height:3px;}


}
@media screen and (max-width: 520px) {

}
@media screen and (max-width: 480px) {
.f64{ font-size:32px;}
.f60{ font-size:28px;}
.f55{ font-size:22px;}
.f52{ font-size:21px;}
.f50{ font-size:21px;}
.f48{ font-size:21px;}
.f46{ font-size:20px;}
.f42{ font-size:20px;}
.f40{ font-size:20px;}
.f36{ font-size:18px;}
.f32{ font-size:17px;}
.f30{ font-size:16px;}
.f28{ font-size:15px;}
.f26{ font-size:15px;}
.f24{ font-size:15px;}
.f22{ font-size:14px;}

 /**底部**/
#footer .menu .contact .p{ font-size:14px;}

}
@media screen and (max-width: 420px) {

}
@media screen and (max-width: 360px) {
.f64{ font-size:30px;}
.f60{ font-size:26px;}
.f55{ font-size:20px;}
.f52{ font-size:20px;}
.f50{ font-size:20px;}
.f48{ font-size:20px;}
.f46{ font-size:19px;}
.f42{ font-size:19px;}
.f40{ font-size:19px;}
.f36{ font-size:18px;}
.f32{ font-size:16px;}
.f30{ font-size:15px;}
.f28{ font-size:14px;}
.f26{ font-size:14px;}
.f24{ font-size:14px;}
.f22{ font-size:13px;}
.main .pctitle .entit{ font-size:12px;}

}

.returnTop {
  width: 47px;
  height: 47px;
  background: url(../images/returnTop.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: fixed;
  z-index: 90;
  bottom: 54px;
  right: 54px;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .returnTop {
    bottom: 20px;
    right: 20px;
  }
  .main .banner .swiper-pagination {
    bottom: 20px;
  }
}
.pages{ margin-top:30px;}
#pagelist{ line-height:42px;color:#666; padding:15px;}
#pagelist a{ width:62px; text-align:center; float:left; border:1px solid #e5e5e5;background:#fff; height:44px; font-size:14px;color:#666; line-height:44px; margin-left:5px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#1c72ba;border:1px solid #1c72ba;color:#fff;}
#pagelist a:hover{background:#1c72ba;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:44px; font-size:13px; height:44px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}

.clearfix{ clear:both;}

@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}</pre></body></html>