<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: #005a94;
  
}
html,
body {
  height: 100%;
}
body.hide {
  overflow: hidden;
}
.taxian:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1440px) {
  .wrap {
    max-width: 1200px;
  }
}
.wrap12 {
  max-width: 1200px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap12:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.article {
  line-height: 40px;
  font-size: 16px;
  color: #666666;
}
.article img {
  max-width: 100%;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainfilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  /*background: url(../images/header_bg.png);*/
  background-color:rgba(0,130,230,.9) ;
}
.header .logo {
  width: 339px;
  height: 58px;
  float: left;
  overflow: hidden;
  margin-top: 21px;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .searchBox {
  float: right;
  margin-top: 39px;
  position: relative;
  padding-left: 58px;
  background: url(../images/searchbox_line.png) repeat-y 0 0;
}
.header .searchBox .searchBtn {
  width: 22px;
  height: 22px;
  background: url(../images/searchbtn.png) no-repeat center;
  cursor: pointer;
}
.header .searchBox .searchBar {
  width: 300px;
  height: 40px;
  position: absolute;
  right: -9px;
  top: 60px;
  z-index: 95;
  border: solid 2px #eee;
  box-sizing: border-box;
  display: none;
}
.header .searchBox .searchBar .inpu {
  width: 258px;
  height: 36px;
  float: left;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .btn {
  width: 36px;
  height: 36px;
  float: right;
  background: url(../images/searchbtn.png) no-repeat center #0082e6;
  border-left: solid 2px #eee;
}
.header .searchBox .searchBar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .phone,
.header .menuBtn {
  display: none;
}
.header .nav {
  float: right;
}
.header .nav .tit {
  display: none;
}
.header .nav &gt; ul &gt; li {
  float: left;
  position: relative;
}
.header .nav &gt; ul &gt; li &gt; a {
  height: 100px;
  line-height: 10px;
  padding: 0 28px;
  display: block;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header .nav &gt; ul &gt; li span {
  width: 100%;
  height: 100px;
  line-height: 100px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header .nav &gt; ul &gt; li.on &gt; a span:first-child,
.header .nav &gt; ul &gt; li:hover &gt; a span:first-child {
  margin-top: -100px;
}
.header .nav:hover &gt; ul &gt; li.on &gt; a span:first-child {
  margin-top: 0px;
}
.header .nav:hover &gt; ul &gt; li &gt; a:hover span:first-child {
  margin-top: -100px;
}
.header .nav .sub {
  min-width: 100%;
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 90;
  padding-top: 2px;
}
.header .nav .sub li a {
  /*background: #0082e6;*/ background: #0082e6;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.header .nav .sub li a:hover {
  /*background: #005a94;*/ background: #00508e;
}
.bannera {
  margin-top: 70px;
}
.footer {
  width: 100%;
  background: #212121;
  padding-top: 58px;
}
.footer .linkBox {
  float: left;
}
.footer .linkBox .list {
  width: 230px;
  float: left;
}
.footer .linkBox .tit {
  line-height: 20px;
  font-size: 18px;
  color: #fff;
}
.footer .linkBox ul {
  margin-top: 32px;
}
.footer .linkBox ul li {
  line-height: 30px;
}
.footer .linkBox ul li a {
  font-size: 14px;
  color: #999999;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .linkBox ul li a:hover {
  color: #fff;
}
.footer .contact {
  width: 300px;
  float: left;
}
.footer .contact .txt {
  clear: both;
  margin-bottom: 14px;
}
.footer .contact .p1 {
  width: 86px;
  float: left;
  font-size: 16px;
  color: #999999;
}
.footer .contact .p2 {
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  padding-left: 90px;
  box-sizing: border-box;
}
.footer .contact .p2 a {
  font-size: 14px;
  color: #fff;
}
.footer .share {
  width: 300px;
  float: right;
}
.footer .share .bdsharebuttonbox {
  padding: 0;
  margin: 0;
}
.footer .share a {
  /*width: 50px;
  height: 50px;*/
  width: 130px;
  height: 130px;
  
  float: left;
  margin: 0 0 0 21px;
  background: no-repeat;
  background-size: 100% 100%;
}
.footer .share a.bds_weixin {
  /*background-image: url(../images/share1.png);*/background-image: url(../images/aewm.jpg);
}
.footer .share a.bds_tsina {
  background-image: url(../images/share2.png);
}
.footer .share a.bds_qzone {
  background-image: url(../images/share3.png);
}
.footer .share a.bds_tqq {
  background-image: url(../images/share4.png);
}
.footer .copyright {
  margin-top: 65px;
  border-top: solid 1px #333333;
  line-height: 22px;
  font-size: 14px;
  color: #666666;
  padding: 28px 0;
}
.footer .copyright a {
  font-size: 14px;
  color: #666666;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .copyright a:hover {
  color: #fff;
}
.fixedSidebar {
  width: 80px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 90;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.fixedSidebar li {
  margin-top: 1px;
  position: relative;
}
.fixedSidebar li:hover a {
  background: #0082e6;
}
.fixedSidebar li a {
  height: 80px;
  display: block;
  padding-top: 16px;
  box-sizing: border-box;
  background: #333333;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.fixedSidebar li a .icon {
  height: 30px;
  line-height: 30px;
}
.fixedSidebar li a .icon img {
  vertical-align: middle;
}
.fixedSidebar li a .txt {
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 4px;
}
.fixedSidebar li .hide {
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 5;
  background: #0082e6;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  background: #0082e6;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 142px;
  height: 142px;
  right: 81px;
  padding: 8px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1440px) {
  .header .nav &gt; ul &gt; li &gt; a {
    padding: 0 36px;
  }
  .footer {
    padding-top: 38px;
  }
  .footer .linkBox .list {
    width: 180px;
  }
  .footer .linkBox ul {
    margin-top: 22px;
  }
  .footer .copyright {
    margin-top: 35px;
    padding: 20px 0;
  }
}
@keyframes rotating1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes rotating1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotating1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes rotating1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotating2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes rotating2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes rotating2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-o-keyframes rotating2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.banner{ /*padding-bottom:92px;*/ padding-top: 92px;}
.main .banner img {
  width: 100%;
  display: block;
}
.main .banner .pic2 {
  display: none;
}
.main .banner .swiper-slide .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
}
.main .banner .swiper-slide .p1 {
  font-size: 72px;
}
.main .banner .swiper-slide .line {
  width: 50px;
  height: 4px;
  background: #fff;
  margin: 28px 0 52px 0;
}
.main .banner .swiper-slide .p2 {
  font-size: 48px;
}
.main .banner .swiper-slide .p3 {
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 18px;
  background: url(../images/paly.png) no-repeat 0 center;
  margin-top: 55px;
}
.main .banner .swiper-slide .p3:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .banner .swiper-slide .p3 span {
  line-height: 30px;
  float: left;
  background: url(../images/banner_line.png) repeat-x 0 bottom;
  cursor: pointer;
}
.main .banner .swiper-pagination {
  max-width: 1440px;
  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);
  text-align: left;
  padding: 0;
  bottom: 30px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 46px;
  height: 5px;
  border: solid 1px #fff;
  margin-right: 28px;
  opacity: 1;
  background: none;
}
.main .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  height: 6px;
}
.main .popupVideo {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 120;
  width: 960px;
  display: none;
}
.main .popupVideo video {
  width: 100%;
}
.main .publicTitle:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .publicTitle .tit {
  float: left;
  font-size: 48px;
  color: #000;
}
.main .publicTitle .more {
  width: 178px;
  height: 48px;
  line-height: 48px;
  border: solid 1px #0082e6;
  float: right;
  text-indent: 20px;
  font-size: 16px;
  color: #0082e6;
  margin-top: 5px;
  background: url(../images/arrow1.png) no-repeat right 20px center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .publicTitle .more:hover {
  color: #fff;
  text-indent: 40px;
  background: url(../images/arrow2.png) no-repeat right 10px center #0082e6;
}
.main .platform {
  padding: 92px 0;
}
.main .platform .content {
  margin-top: 48px;
  position: relative;
  height: 720px;
  background: url(../images/platform1.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .platform .content img {
  width: 100%;
  display: block;
}
.main .platform .content .circle {
  width: 450px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
  animation: rotating1 5s infinite;
  -moz-animation: rotating1 5s infinite;
  -webkit-animation: rotating1 5s infinite;
  -o-animation: rotating1 5s infinite;
  animation-timing-function: linear;
}
.main .platform .content .circle img {
  width: 100%;
  display: block;
}
.main .platform .content .center {
  width: 320px;
  height: 320px;
  line-height: 320px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: url(../images/platform_center.png) no-repeat;
  background-size: 100% 100%;
  z-index: 5;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  animation: rotating2 5s infinite;
  -moz-animation: rotating2 5s infinite;
  -webkit-animation: rotating2 5s infinite;
  -o-animation: rotating2 5s infinite;
  animation-timing-function: linear;
}
.main .platform .content .center span {
  width: 320px;
  height: 320px;
  line-height: 320px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: block;
  animation: rotating1 5s infinite;
  -moz-animation: rotating1 5s infinite;
  -webkit-animation: rotating1 5s infinite;
  -o-animation: rotating1 5s infinite;
  animation-timing-function: linear;
}
.main .platform .content ul li {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
}
.main .platform .content ul li a {
  display: block;
}
.main .platform .content ul li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .platform .content ul li a:hover .icon {
  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 .platform .content ul li .icon {
  width: 80px;
  height: 80px;
  float: left;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .platform .content ul li .icon img {
  width: 100%;
  display: block;
}
.main .platform .content ul li .txt {
  float: left;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
}
.main .platform .content ul li:nth-child(1) {
  transform: translate(120px, -291px);
  -webkit-transform: translate(120px, -291px);
  -moz-transform: translate(120px, -291px);
  -ms-transform: translate(120px, -291px);
  -o-transform: translate(120px, -291px);
}
.main .platform .content ul li:nth-child(2) {
  transform: translate(256px, -37px);
  -webkit-transform: translate(256px, -37px);
  -moz-transform: translate(256px, -37px);
  -ms-transform: translate(256px, -37px);
  -o-transform: translate(256px, -37px);
}
.main .platform .content ul li:nth-child(3) {
  transform: translate(115px, 220px);
  -webkit-transform: translate(115px, 220px);
  -moz-transform: translate(115px, 220px);
  -ms-transform: translate(115px, 220px);
  -o-transform: translate(115px, 220px);
}
.main .platform .content ul li:nth-child(4) {
  transform: translate(-115px, 220px);
  -webkit-transform: translate(-115px, 220px);
  -moz-transform: translate(-115px, 220px);
  -ms-transform: translate(-115px, 220px);
  -o-transform: translate(-115px, 220px);
}
.main .platform .content ul li:nth-child(5) {
  transform: translate(-256px, -37px);
  -webkit-transform: translate(-256px, -37px);
  -moz-transform: translate(-256px, -37px);
  -ms-transform: translate(-256px, -37px);
  -o-transform: translate(-256px, -37px);
}
.main .platform .content ul li:nth-child(6) {
  transform: translate(-120px, -291px);
  -webkit-transform: translate(-120px, -291px);
  -moz-transform: translate(-120px, -291px);
  -ms-transform: translate(-120px, -291px);
  -o-transform: translate(-120px, -291px);
}
.main .platform .content ul li:nth-child(4),
.main .platform .content ul li:nth-child(5),
.main .platform .content ul li:nth-child(6) {
  left: auto;
  right: 50%;
}
.main .platform .content ul li:nth-child(4) .icon,
.main .platform .content ul li:nth-child(5) .icon,
.main .platform .content ul li:nth-child(6) .icon {
  float: right;
}
.main .platform .content ul li:nth-child(4) .txt,
.main .platform .content ul li:nth-child(5) .txt,
.main .platform .content ul li:nth-child(6) .txt {
  float: right;
  margin-right: 20px;
  margin-left: 0;
}
.main .solution {
  padding-bottom: 70px;
}
.main .solution .solutionList {
  margin-top: 54px;
}
.main .case {
  background: url(../images/case_bg.jpg) no-repeat 0 bottom #f5f5f5;
  padding: 92px 0 130px 0;
}
.main .case .content {
  margin-top: 58px;
}
.main .case .box {
  width: 710px;
  float: left;
  margin: 0 0 20px 20px;
}
.main .case .box:first-child {
  margin-left: 0;
}
.main .case .box a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .case .box a:hover .text {
  background: url(../images/casefilter2.png);
}
.main .case .box 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 .case .box img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .case .box .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url(../images/casefilter.png);
  font-size: 18px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .case .box .text span {
  height: 70px;
  line-height: 70px;
  display: block;
  background: url(../images/solutionlist_icon.png) no-repeat right 20px center;
  padding: 0 80px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news {
  padding: 98px 0;
}
.main .news .tab {
  width: 340px;
  float: left;
  border: solid 1px #e4e4e4;
  border-bottom: none;
  box-sizing: border-box;
  margin-top: 56px;
}
.main .news .tab li.on a {
  border-bottom: solid 1px #0082e6;
}
.main .news .tab li.on a .tit {
  color: #0082e6;
}
.main .news .tab li.on a .date {
  background-image: url(../images/arrow4.png);
}
.main .news .tab li a {
  display: block;
  border-bottom: solid 1px #e4e4e4;
  padding: 28px;
  box-sizing: border-box;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .tab li .tit {
  height: 60px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .tab li .date {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  margin-top: 32px;
  background: url(../images/arrow3.png) no-repeat right center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .tabBox {
  margin-top: 56px;
  overflow: hidden;
  float: left;
}
.main .news .tabBox .pic {
  width: 618px;
  float: left;
  overflow: hidden;
}
.main .news .tabBox .pic 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 .tabBox .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .one {
  width: 460px;
  float: right;
  margin-top: 56px;
}
.main .news .one a {
  display: block;
}
.main .news .one a:hover .pic 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 .one a:hover .text .tit {
  color: #0082e6;
}
.main .news .one a:hover .text .date {
  background-image: url(../images/arrow4.png);
}
.main .news .one .pic {
  overflow: hidden;
}
.main .news .one .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .one .text {
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
  padding: 26px 30px 30px 30px;
}
.main .news .one .text .tit {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .one .text .txt {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 20px;
}
.main .news .one .text .date {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  background: url(../images/arrow3.png) no-repeat right center;
  margin-top: 32px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.solutionList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.solutionList li {
  width: 460px;
  float: left;
  margin: 0 0 30px 30px;
  overflow: hidden;
  position: relative;
}
.solutionList li:nth-child(3n+1) {
  margin-left: 0;
}
.solutionList li img {
  width: 100%;
  display: block;
}
.solutionList li a {
  display: block;
  position: relative;
}
.solutionList li a:hover .text {
  background: url(../images/solutionlistfilter.png) no-repeat;
  background-size: 100% 100%;
}
.solutionList li a:hover .p2 {
  height: auto;
}
.solutionList li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  text-align: center;
  background-size: 100% 100%;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.solutionList li .text .box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.solutionList li .text .p1 {
  font-size: 20px;
}
.solutionList li .text .p2 {
  font-size: 24px;
  margin-top: 12px;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.solutionList li .text .icon {
  height: 30px;
  background: url(../images/solutionlist_icon.png) no-repeat center 0;
  margin-top: 34px;
}
@media only screen and (max-width: 1440px) {
  .main .banner .swiper-pagination {
    max-width: 1200px;
  }
  .main .platform .content {
    height: 600px;
  }
  .main .platform .content .circle {
    width: 350px;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .main .platform .content .center {
    width: 220px;
    height: 220px;
    line-height: 220px;
    font-size: 40px;
  }
  .main .platform .content .center span {
    width: 220px;
    height: 220px;
    line-height: 220px;
  }
  .main .platform .content ul li .icon {
    width: 60px;
    height: 60px;
  }
  .main .platform .content ul li .txt {
    line-height: 60px;
    margin-left: 10px;
  }
  .main .platform .content ul li:nth-child(1) {
    transform: translate(104px, -241px);
    -webkit-transform: translate(104px, -241px);
    -moz-transform: translate(104px, -241px);
    -ms-transform: translate(104px, -241px);
    -o-transform: translate(104px, -241px);
  }
  .main .platform .content ul li:nth-child(2) {
    transform: translate(216px, -28px);
    -webkit-transform: translate(216px, -28px);
    -moz-transform: translate(216px, -28px);
    -ms-transform: translate(216px, -28px);
    -o-transform: translate(216px, -28px);
  }
  .main .platform .content ul li:nth-child(3) {
    transform: translate(100px, 186px);
    -webkit-transform: translate(100px, 186px);
    -moz-transform: translate(100px, 186px);
    -ms-transform: translate(100px, 186px);
    -o-transform: translate(100px, 186px);
  }
  .main .platform .content ul li:nth-child(4) {
    transform: translate(-98px, 186px);
    -webkit-transform: translate(-98px, 186px);
    -moz-transform: translate(-98px, 186px);
    -ms-transform: translate(-98px, 186px);
    -o-transform: translate(-98px, 186px);
  }
  .main .platform .content ul li:nth-child(5) {
    transform: translate(-216px, -28px);
    -webkit-transform: translate(-216px, -28px);
    -moz-transform: translate(-216px, -28px);
    -ms-transform: translate(-216px, -28px);
    -o-transform: translate(-216px, -28px);
  }
  .main .platform .content ul li:nth-child(6) {
    transform: translate(-98px, -241px);
    -webkit-transform: translate(-98px, -241px);
    -moz-transform: translate(-98px, -241px);
    -ms-transform: translate(-98px, -241px);
    -o-transform: translate(-98px, -241px);
  }
  .main .platform .content ul li:nth-child(4) .txt,
  .main .platform .content ul li:nth-child(5) .txt,
  .main .platform .content ul li:nth-child(6) .txt {
    margin-right: 10px;
  }
  .main .case .box {
    width: 590px;
    margin-bottom: 16px;
  }
  .main .news .tab {
    width: 300px;
  }
  .main .news .tab li a {
    padding: 20px;
  }
  .main .news .tab li .date {
    margin-top: 22px;
  }
  .main .news .tabBox .pic {
    width: 528px;
  }
  .main .news .one {
    width: 350px;
  }
  .main .news .one .text {
    padding: 26px;
  }
  .solutionList li {
    width: 380px;
  }
}
.container {
  background: #f5f5f5;
}
.container .banner img {
  width: 100%;
  display: block;
}
.container .banner .pic2 {
  display: none;
}
.container .menu {
  background: #fff;
}
.container .menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .menu .tit {
  display: none;
}
.container .menu li {
  float: left;
  margin-right: 80px;
}
.container .menu li a {
  height: 97px;
  line-height: 97px;
  display: block;
  font-size: 18px;
  color: #666666;
  border-bottom: 3px solid #fff;
}
.container .menu li a:hover {
  color: #0082e6;
  border-bottom: 3px solid #0082e6;
}
.container .menu li.on a {
  color: #0082e6;
  border-bottom: solid 3px #0082e6;
}
.container .paging1 {
  text-align: center;
}
.container .paging1 ul {
  display: inline-block;
}
.container .paging1 ul li {
  float: left;
  margin: 0 10px;
}
.container .paging1 ul li.on a,
.container .paging1 ul li a:hover {
  background: #0082e6;
  color: #fff;
}
.container .paging1 ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  display: block;
  font-size: 18px;
  color: #333333;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.container .paging1 .next,
.container .paging1 .prev {
  background: #fff;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  font-size: 16px;
  color: #333333;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.container .paging1 .next:hover,
.container .paging1 .prev:hover {
  background: #0082e6;
  color: #fff;
}
.container .paging1 .next {
  float: right;
}
.platformPage .publicTitle {
  text-align: center;
  font-size: 48px;
  color: #000;
}
.platformPage .wisdom {
  padding: 72px 0;
  background: #fff;
}
.platformPage .wisdom .content {
  margin-top: 32px;
}
.platformPage .wisdom .pic {
  float: left;
}
.platformPage .wisdom .pic img {
  max-width: 100%;
}
.platformPage .wisdom .text {
  max-width: 720px;
  float: right;
  margin-top: 118px;
}
.platformPage .wisdom .text .tit {
  line-height: 40px;
  font-size: 30px;
  color: #000;
}
.platformPage .wisdom .text .line {
  width: 30px;
  height: 3px;
  background: #cccccc;
  margin: 18px 0 36px 0;
}
.platformPage .wisdom .text .txt {
  line-height: 36px;
  font-size: 18px;
  color: #333333;
}
.platformPage .frameBox {
  background: #f5f5f5;
  padding: 75px 0;
}
.platformPage .frameBox .content {
  text-align: center;
  margin-top: 45px;
}
.platformPage .frameBox .content img {
  max-width: 100%;
}
.platformPage .platform {
  background: #fff;
  padding: 80px 0 100px 0;
}
.platformPage .platform img {
  max-width: 100%;
}
.platformPage .municipal {
  padding: 72px 0;
}
.platformPage .municipal .slogan {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  max-width: 1000px;
  margin: 32px auto 0 auto;
}
.platformPage .municipal .tit {
  font-size: 36px;
  color: #000;
  text-align: center;
}
.platformPage .municipal .article {
  margin-top: 72px;
}
@media only screen and (max-width: 1440px) {
  .platformPage .wisdom .text {
    max-width: 620px;
    margin-top: 118px;
  }
}
.solutionPage .solutionList {
  padding: 80px 0;
}
.solutionPage .introduction {
  background: #fff;
  padding: 100px 0;
}
.solutionPage .introduction .pic {
  max-width: 478px;
  float: left;
}
.solutionPage .introduction .pic img {
  width: 100%;
  display: block;
}
.solutionPage .introduction .text {
  max-width: 720px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  float: right;
  margin-top: 60px;
}
.solutionPage .advantage {
  background: url(../images/advantage_bg.jpg) no-repeat center 0 #f5f5f5;
}
.solutionPage .advantage .title {
  text-align: center;
  font-size: 48px;
  color: #000;
  padding: 70px 0;
}
.solutionPage .advantage .row {
  border-bottom: solid 1px #e2e2e2;
  padding: 100px 0;
}
.solutionPage .advantage .row:nth-child(odd) .pic {
  float: left;
}
.solutionPage .advantage .row:nth-child(odd) .text {
  float: right;
}
.solutionPage .advantage .row:last-child {
  border-bottom: none;
}
.solutionPage .advantage .pic {
  max-width: 720px;
  float: right;
}
.solutionPage .advantage .pic img {
  width: 100%;
  display: block;
}
.solutionPage .advantage .text {
  float: left;
  max-width: 550px;
  margin-top: 100px;
}
.solutionPage .advantage .text .tit {
  line-height: 40px;
  font-size: 30px;
  color: #000000;
}
.solutionPage .advantage .text .line {
  width: 30px;
  height: 3px;
  background: #cccccc;
  margin: 18px 0 36px 0;
}
.solutionPage .advantage .text .txt {
  line-height: 30px;
  font-size: 18px;
  color: #666666;
}
.solutionPage .concept {
 /* background: #fff;*/
  padding: 76px 0;
}
.solutionPage .concept .title {
  text-align: center;
}
.solutionPage .concept .title .tit {
  line-height: 40px;
  font-size: 36px;
  color: #000;
}
.solutionPage .concept .title .txt {
  line-height: 30px;
  font-size: 24px;
  color: #0082e6;
  margin-top: 14px;
}
.solutionPage .concept .article {
  margin-top: 96px;
}
@media only screen and (max-width: 1440px) {
  .solutionPage .introduction .text {
    max-width: 620px;
  }
  .solutionPage .advantage .pic {
    max-width: 620px;
  }
  .solutionPage .advantage .text {
    max-width: 550px;
    margin-top: 50px;
  }
}
.newsPage {
  padding: 80px 0;
}
.newsPage .newsList {
    margin-bottom: 30px;
    width: 80%;
    margin: 0 10%;
}
.newsPage .newsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li {
  /*width: 460px;
  float: left;*/
  margin: 0 0 30px 0px;
}
.newsPage .newsList li:nth-child(3n+1) {
  margin-left: 0;
}
.newsPage .newsList li a {
  display: block;
  background: #fff;
  width: 100%;
}
.newsPage .newsList li a:after {
  display: block;
  content: "";
  clear: both;
}
.newsPage .newsList li a:hover .pic 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);
}
.newsPage .newsList li a:hover .text {
  border-bottom: solid 2px #0082e6;
  padding-bottom: 29px;
}
.newsPage .newsList li a:hover .text .tit {
  color: #0082e6;
}
.newsPage .newsList li a:hover .text .date {
  background-image: url(../images/arrow4.png);
}
.newsPage .newsList li .pic {
  height: 240px;
  width: 380px;
  overflow: hidden;
  float: right;
}
.newsPage .newsList li .pic img {
  width: 100%;
  height:100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .text {
  /*padding: 26px 30px 30px 30px;
  border: solid 1px #e4e4e4;*/
  box-sizing: border-box;
  float: left;
  width: 65%;
  margin-top: 5%;
  margin-left: 1%;
}
.newsPage .newsList li .text .tit {
  height: 20px;
  line-height: 20px;
  font-size: 22px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .text .txt {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  margin-top: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .text .date {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  background: url(../images/arrow3.png) no-repeat right 0 center;
  margin-top: 36px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .details .title {
  text-align: center;
  padding-bottom: 36px;
  border-bottom: solid 1px #e4e4e4;
}
.newsPage .details .title .tit {
  line-height: 40px;
  font-size: 30px;
  color: #000;
}
.newsPage .details .title .date {
  font-size: 18px;
  color: #666666;
  margin-top: 14px;
}
.newsPage .details .title .share {
  line-height: 14px;
  font-size: 14px;
  color: #000;
  margin-top: 20px;
}
.newsPage .details .title .share .bdsharebuttonbox {
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
}
.newsPage .details .title .share a {
  width: 16px;
  height: 14px;
  float: left;
  margin: 0 22px 0 0;
  background: no-repeat center 0;
  background-size: auto 100%;
}
.newsPage .details .title .share a.bds_weixin {
  background-image: url(../images/share5.png);
}
.newsPage .details .title .share a.bds_sqq {
  background-image: url(../images/share6.png);
}
.newsPage .details .title .share a.bds_qzone {
  background-image: url(../images/share7.png);
}
.newsPage .details .article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.newsPage .paging2 {
  border-top: solid 1px #e4e4e4;
  padding-top: 40px;
}
.newsPage .paging2 .next,
.newsPage .paging2 .prev {
  width: 148px;
  height: 50px;
  line-height: 50px;
  background: url(../images/arrow5.png) no-repeat 35px center #ffffff;
  text-indent: 65px;
  float: left;
  font-size: 16px;
  color: #333333;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.newsPage .paging2 .next {
  background: url(../images/arrow6.png) no-repeat right 35px center #ffffff;
  text-indent: 35px;
  margin-left: 20px;
}
.newsPage .paging2 .prev:hover {
  background: url(../images/arrow7.png) no-repeat 25px center #0082e6;
  color: #fff;
  text-indent: 75px;
}
.newsPage .paging2 .next:hover {
  background: url(../images/arrow8.png) no-repeat right 25px center #0082e6;
  color: #fff;
  text-indent: 25px;
}
.newsPage .paging2 .return {
  width: 148px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #0082e6;
  box-sizing: border-box;
  background: url(../images/arrow9.png) no-repeat 27px center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  text-indent: 55px;
  font-size: 16px;
  color: #0082e6;
  float: right;
}
.newsPage .paging2 .return:hover {
  background-image: url(../images/arrow10.png);
  background-color: #0082e6;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .newsPage .newsList li {
    width: 380px;
  }
  .newsPage .newsList li .pic {
    height: 264px;
  }
  .newsPage .newsList li .text {
    padding: 16px 20px 20px 20px;
  }
  .newsPage .newsList li a:hover .text {
    padding-bottom: 19px;
  }
}
.casePage {
  padding: 80px 0;
}
.casePage .caseList {
  margin-bottom: 40px;
}
.casePage .caseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .caseList li {
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.casePage .caseList li:nth-child(odd) {
  margin-left: 0;
  padding: 0 10px 0 0;
}
.casePage .caseList li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.casePage .caseList li a:hover .text {
  background: url(../images/casefilter2.png);
}
.casePage .caseList 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);
}
.casePage .caseList li img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.casePage .caseList li .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url(../images/casefilter.png);
  font-size: 18px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.casePage .caseList li .text span {
  height: 70px;
  line-height: 70px;
  display: block;
  background: url(../images/solutionlist_icon.png) no-repeat right 20px center;
  padding: 0 80px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .introduction {
  padding: 80px 0;
}
.aboutPage .history {
  padding: 80px 0;
  background: #fff;
}
.aboutPage .history .title {
  text-align: center;
  font-size: 48px;
  color: #000;
}
.aboutPage .history .content {
  position: relative;
  margin-top: 48px;
  padding: 90px 0 110px 0;
}
.aboutPage .history .content .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cccccc;
}
.aboutPage .history .content .line::before {
  content: " ";
  width: 19px;
  height: 19px;
  position: absolute;
  left: -9px;
  top: 0;
  z-index: 5;
  background: url(../images/history_line1.gif) no-repeat;
}
.aboutPage .history .content .line::after {
  content: "咨询";
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: absolute;
  left: -50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  background: #0082e6;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}
.aboutPage .history .content ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .history .content li {
  width: 724px;
  float: right;
}
.aboutPage .history .content li:nth-child(even) {
  float: left;
}
.aboutPage .history .content li:nth-child(even) .icon {
  float: right;
  background: url(../images/history_icon2.png) no-repeat;
}
.aboutPage .history .content li:nth-child(even) .text {
  float: left;
  text-align: right;
}
.aboutPage .history .content li .icon {
  width: 49px;
  height: 9px;
  float: left;
  background: url(../images/history_icon1.png) no-repeat;
  position: relative;
  z-index: 5;
  margin-top: 16px;
}
.aboutPage .history .content li .text {
  width: 640px;
  float: right;
}
.aboutPage .history .content li .text .p1 {
  font-size: 30px;
  color: #0082e6;
}
.aboutPage .history .content li .text .p2 {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  margin-top: 12px;
}
.aboutPage .publicTitle {
  text-align: center;
  font-size: 48px;
  color: #000;
}
.aboutPage .honor {
  padding: 80px 0;
  text-align: center;
}
.aboutPage .honor .swiper-container {
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
  background: #fff;
  margin-top: 56px;
}
.aboutPage .honor .swiper-container .swiper-slide {
  border-right: solid 1px #e4e4e4;
  box-sizing: border-box;
  padding: 28px;
  text-align: center;
  overflow: hidden;
}
.aboutPage .honor .swiper-container .swiper-slide:last-child {
  border: none;
}
.aboutPage .honor .swiper-container .swiper-slide img {
  max-width: 100%;
}
.aboutPage .honor .swiper-container .swiper-slide .text {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
}
.aboutPage .honor .swiper-container .swiper-slide .text  a{

  font-size: 16px;


}
.aboutPage .honor .swiper-container .swiper-button-prev,
.aboutPage .honor .swiper-container .swiper-button-next {
  display: none;
}
.aboutPage .honor .next,
.aboutPage .honor .prev {
  width: 42px;
  height: 30px;
  background: url(../images/arrow11.png) no-repeat center #0082e6;
  border-radius: 14px;
  cursor: pointer;
  margin: 38px 10px 0 10px;
  display: inline-block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .honor .next:hover,
.aboutPage .honor .prev:hover {
  /*background-color: #005a94;*/
  background-color: #000;
}
.aboutPage .honor .next {
  background: url(../images/arrow12.png) no-repeat center #0082e6;
}
.aboutPage .recruitment {
  padding: 80px 0;
}
.aboutPage .recruitment .list {
  margin: 50px 0 40px 0;
}
.aboutPage .recruitment .list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .recruitment .list li {
  margin-bottom: 30px;
}
.aboutPage .recruitment .list li.on .top {
  background-image: url(../images/recruitment_icon2.png);
  background-color: #0082e6;
  color: #fff;
}
.aboutPage .recruitment .list li .top {
  background: url(../images/recruitment_icon1.png) no-repeat right 30px center #ffffff;
  font-size: 16px;
  color: #333232;
  padding: 15px 30px;
  box-sizing: border-box;
  cursor: pointer;
  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;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.aboutPage .recruitment .list li .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .recruitment .list li .top .txt {
  width: 23.3333%;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .recruitment .list li .top .txt:first-child {
  width: 30%;
}
.aboutPage .recruitment .list li .cont {
  padding: 24px;
  box-sizing: border-box;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  display: none;
}
.aboutPage .recruitment .list li .cont .tit {
  font-size: 16px;
  color: #135da9;
  margin-bottom: 10px;
}
.aboutPage .recruitment .view {
  background: url(../images/recruitment_view.jpg) no-repeat #318eca;
  background-attachment: fixed;
  background-size: 100% auto;
  text-align: center;
  padding: 60px 0;
  margin-top: 80px;
}
.aboutPage .recruitment .view .p1 {
  line-height: 40px;
  font-size: 30px;
  color: #fff;
}
.aboutPage .recruitment .view .p2 {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
  background: url(../images/recruitment_view2.png) no-repeat center bottom;
}
.aboutPage .cooperation {
  padding: 80px 0;
}
.aboutPage .cooperation .list {
  margin-top: 58px;
  border-top: solid 1px #e4e4e4;
  border-left: solid 1px #e4e4e4;
  box-sizing: border-box;
}
.aboutPage .cooperation .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .cooperation .list li {
  width: 20%;
  height:auto !important;
  float: left;
  border-right: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
  box-sizing: border-box;
  overflow: hidden;
}
.aboutPage .cooperation .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);
}
.aboutPage .cooperation .list li img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .contact {
  padding: 80px 0;
}
.aboutPage .contact #allmap {
  height: 560px;
  margin-top: 56px;
}
.aboutPage .contact .address {
  text-align: center;
  background: #fff;
  margin:30px 0;
}
.aboutPage .contact .address:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .contact .address .box {
  width: 33.333%;
  float: left;
  background: url(../images/address_line.gif) no-repeat 0 60px;
  padding: 60px 20px 56px 20px;
  box-sizing: border-box;
}
.aboutPage .contact .address .box:first-child {
  background: none;
}
.aboutPage .contact .address .box .icon {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.aboutPage .contact .address .box .icon img {
  width: 100%;
  display: block;
}
.aboutPage .contact .address .box .tit {
  line-height: 30px;
  font-size: 18px;
  color: #666666;
  margin-top: 26px;
}
.aboutPage .contact .address .box .txt {
  line-height: 30px;
  font-size: 18px;
  color: #000000;
}
.aboutPage .contact .address .box .txt a {
  font-size: 18px;
  color: #000000;
}
.aboutPage .message {
  background: #fff;
  padding: 70px 0;
  margin:30px 0 ;
}
.aboutPage .message .title {
  text-align: center;
  font-size: 36px;
  color: #000000;
}
.aboutPage .message .content {
  margin-top: 56px;
}
.aboutPage .message .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .message .content .r,
.aboutPage .message .content .l {
  width: 710px;
}
.aboutPage .message .content textarea,
.aboutPage .message .content input[type='text'] {
  width: 100%;
  float: left;
  height: 72px;
  line-height: 70px;
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
}
.aboutPage .message .content textarea::-webkit-input-placeholder,
.aboutPage .message .content input[type='text']::-webkit-input-placeholder {
  color: #666666;
}
.aboutPage .message .content textarea:-moz-placeholder,
.aboutPage .message .content input[type='text']:-moz-placeholder {
  color: #666666;
}
.aboutPage .message .content textarea::-moz-placeholder,
.aboutPage .message .content input[type='text']::-moz-placeholder {
  color: #666666;
}
.aboutPage .message .content textarea:-ms-input-placeholder,
.aboutPage .message .content input[type='text']:-ms-input-placeholder {
  color: #666666;
}
.aboutPage .message .content textarea {
  height: 256px;
  resize: none;
  line-height: 30px;
  padding: 10px 20px;
}
.aboutPage .message .content .btn {
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: center;
  display: block;
  background: #0082e6;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .message .content .btn:hover {
  /*background: #005a94;*/ background: #bf1a1a;
}
@media only screen and (max-width: 1440px) {
  .aboutPage .history .content li {
    width: 605px;
  }
  .aboutPage .history .content li .text {
    width: 520px;
  }
  .aboutPage .message .content .r,
  .aboutPage .message .content .l {
    width: 590px;
  }
}
@media only screen and (min-width: 1200px) {
  .main .news .tabBox,
  .main .news .tab,
  .main .news .publicTitle,
  .main .case .publicTitle,
  .main .solution .solutionList li,
  .main .solution .publicTitle,
  .main .platform .content,
  .main .platform .publicTitle {
    position: relative;
    top: 150px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
  }
  .main .news .tabBox.an,
  .main .news .tab.an,
  .main .news .publicTitle.an,
  .main .case .publicTitle.an,
  .main .solution .solutionList li.an,
  .main .solution .publicTitle.an,
  .main .platform .content.an,
  .main .platform .publicTitle.an {
    top: 0;
    opacity: 1;
  }
  .main .case .content .box:nth-child(1) {
    position: relative;
    left: -500px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
  }
  .main .case .content .box:nth-child(1).an {
    left: 0;
    opacity: 1;
  }
  .main .news .one,
  .main .case .content .box:nth-child(3),
  .main .case .content .box:nth-child(2) {
    position: relative;
    right: -500px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
  }
  .main .news .one.an,
  .main .case .content .box:nth-child(3).an,
  .main .case .content .box:nth-child(2).an {
    right: 0;
    opacity: 1;
  }
}
</pre></body></html>