@charset "utf-8";
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #0857b3;
  color: #fff;
}
::-moz-selection {
  background-color: #0857b3;
  color: #fff;
}
::-webkit-selection {
  background-color: #0857b3;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  outline: 0;
  outline: none;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
textarea {
  outline: none;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
img {
  border: none;
  background: none;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 1200px;
  margin: 0 auto;
}
body {
  min-width: 1220px;
  overflow-x: hidden;
}
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
/* ˮ������Ч */
.header {
  width: 100%;
  background: #0857b3;
  height: 85px;
  position: relative;
  z-index: 10000;
}
.header * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header .topBar {
  height: 36px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 35px;
  color: #cccccc;
}
.header .topBar .left {
  padding-left: 24px;
  background: url(../images/tophome.png) left center no-repeat;
}
.header .topBar .right .tel {
  float: left;
  padding-left: 21px;
  background: url(../images/toptel.png) left center no-repeat;
}

.nav_bg {
  height: 85px;
  width: 100%;
}
.nav_bg .menu {
  width: 1200px;
  margin: 0 auto;
  height: 85px;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu .logo {
  float: left;
  padding-top: 11px;
}
.nav_bg .menu .logo img {
  width: 373px;
  height: 63px;
  vertical-align: top;
}
.nav_bg .menu .nav {
  height: 85px;
  font-size: 0;
  margin: 0;
  float: right;
}
.nav_bg .menu .nav > li {
  position: relative;
  float: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 1px;
}
.nav_bg .menu .nav > li:first-child {
  margin-left: 0;
}
.nav_bg .menu .nav > li > a {
  display: block;
  height: 85px;
  color:#FFFFFF;
  line-height: 85px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0 15px;
}
.nav_bg .menu .nav > li:hover > a,
.nav_bg .menu .nav > li.another > a,
.nav_bg .menu .nav > li.on > a {
  color: #fff;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 120px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -60px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
}
.nav_bg .menu .nav .sec a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  padding: 0 10px;
  border-top: 1px #eee solid;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0857b3, #0857b3);
  background-image: linear-gradient(to right, #0857b3, #0857b3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .sec a:hover {
  background-size: 100% 100%;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs {
  background: #fff;
  width: 1180px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 85px;
  left: -550px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  padding: 0 10px 20px;
  display: none;
}
.nav_bg .menu .nav .secs:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.nav_bg .menu .nav .secs li.nlayer1 {
  float: left;
  width: 275px;
  padding: 10px 10px 0;
  background: none;
  margin: 12px 0 0;
}
.nav_bg .menu .nav .secs li.nlayer1 img {
  width: 275px;
  height: 150px;
}
.nav_bg .menu .nav .secs li.nlayer1:nth-child(4) {
  border-right: none;
}
.nav_bg .menu .nav .secs li.nlayer1 > a {
  display: block;
  text-align: center;
  line-height: 34px;
  height: 34px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a {
  background: #d9d9d9;
  margin-top: 10px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0857b3, #0857b3);
  background-image: linear-gradient(to right, #0857b3, #0857b3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs .nlayer2 a {
  margin-top: 4px;
  text-align: center;
  width: 265px;
  display: block;
  line-height: 30px;
  height: 30px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0857b3, #0857b3);
  background-image: linear-gradient(to right, #0857b3, #0857b3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs .nlayer2 a:after {
  content: "";
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  background: #0857b3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.indexBody .header {
  background: #0857b3;
}
.indexBody .nav_bg {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.indexBody .nav_bg .menu .logo a {
  display: block;
  width: 373px;
  height: 63px;
  overflow: hidden;
  background: url(../images/logo.png) center top no-repeat;
  -webkit-transition: all 0 ease-out;
  transition: all 0 ease-out;
}
.indexBody .nav_bg .menu .logo a img {
  position: relative;
  top: -100px;
}
.indexBody .nav_bg .menu .nav > li > a {
  color: #fff;
}
.indexBody .nav_bg .menu .nav > li:hover > a,
.indexBody .nav_bg .menu .nav > li.another > a,
.indexBody .nav_bg .menu .nav > li.on > a {
  color: #fff;
}
.indexBody .fixedNav .menu .logo a {
  background: none;
}
.indexBody .fixedNav .menu .logo a img {
  top: 0;
}
.indexBody .fixedNav .menu .nav > li > a {
  color: #fff;
}
.footer {
  background-color: #1c1c1c;
  color: #fff;
}
.footer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.footer a {
  color: #fff;
}
.footer .footerBox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 50px 0 40px;
}
.footer .footerBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footerBox .fontnNav {
  border-left: 1px #434343 solid;
  float: right;
  overflow: hidden;
  padding-left: 70px;
}
.footer .footerBox .fontnNav dl {
  float: left;
  width: 146px;
  margin-left: 20px;
  height: 230px;
}
.footer .footerBox .fontnNav dl dt {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.footer .footerBox .fontnNav dl dd {
  margin-top: 18px;
}
.footer .footerBox .fontnNav dl dd a {
  display: block;
  color: #999;
  line-height: 36px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerBox .fontnNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footerBox .fontnNav dl dd a:hover {
  color: #fff;
}
.footer .footerBox .fontnNav dl.dl4 {
  width: 80px;
}
.footer .footerBox .footerText {
  width: 410px;
  height: 240px;
  float: left;
  position: relative;
}
.footer .footerBox .footerText .w1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-top: 2px;
}
.footer .footerBox .footerText .w1 img {
  vertical-align: top;
}
.footer .footerBox .footerText .w2 {
  font-size: 24px;
  color: #fefefe;
  line-height: 1;
  margin: 12px 0;
  font-weight: bold;
}
.footer .footerBox .footerText p {
  line-height: 42px;
  color: #999;
}
.footer .footerBox .footerText .ewm {
  position: absolute;
  right: 0;
  top: 60px;
  background: url(../images/ewmbg.png) center top no-repeat;
  width: 84px;
  height: 84px;
  padding: 12px;
}
.footer .footerBox .footerText .ewm img {
  width: 84px;
  height: 84px;
  vertical-align: top;
}
.footer .copyright {
  height: 48px;
  line-height: 48px;
  border-top: 1px #434343 solid;
  text-align: center;
  color: #666;
  padding: 15px 0;
}
.footer .copyright a {
  color: #666;
}
.footer .copyright a:hover {
  color: #fff;
}
.footer .copyright img {
  vertical-align: middle;
}







.header_ny {
  width: 100%;
  background: #fff;
  height: 121px;
  position: relative;
  z-index: 10000;
}
.header_ny * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header_ny .topBar {
  height: 36px;
  background: #056187;
  line-height: 35px;
  color: #cccccc;
}
.header_ny .topBar .left {
  padding-left: 24px;
  background: url(../images/tophome.png) left center no-repeat;
}
.header_ny .topBar .right .tel {
  float: left;
  padding-left: 21px;
  background: url(../images/toptel.png) left center no-repeat;
}

@charset "UTF-8";
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
/* ˮ������Ч */
/*banner*/
.pics_wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pics_wrap .html5zoo-img-0 img {
  width: 100%;
}
.pics_wrap .html5zoo-arrow-left-0 {
  left: 10% !important;
  background-color: rgba(8, 87, 179, 0.7) !important;
  border-radius: 100%;
}
.pics_wrap .html5zoo-arrow-right-0 {
  right: 10% !important;
  background-color: rgba(8, 87, 179, 0.7) !important;
  border-radius: 100%;
}
.pics_wrap .html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}
.pics_wrap .html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 47% !important;
}
.pics_wrap .html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}
.pics_wrap #focus {
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.pics_wrap #focus ul {
  height: 188px;
  position: absolute;
}
.pics_wrap #focus ul li {
  float: left;
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.pics_wrap #focus ul li a img {
  height: 188px;
  width: 255px;
}
.pics_wrap #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.pics_wrap #focus .btnBg {
  position: absolute;
  width: 255px;
  height: 20px;
  left: 0;
  bottom: 0;
  background: #000;
}
.pics_wrap #focus .btn {
  position: absolute;
  width: 255px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 0;
  text-align: right;
}
.pics_wrap #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 25px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}
.pics_wrap #focus .btn span.on {
  background: #fff;
}
.pics_wrap #bannerCircle,
.pics_wrap #bannerArrow {
  display: none;
}
.hotLink {
  position: relative;
  z-index: 1;
  padding: 32px 0 40px;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px rgba(11, 2, 5, 0.06);
}
.hotLink ul {
  width: 1200px;
  margin: 0 auto;
}
.hotLink ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hotLink ul li {
  float: left;
  width: 171.42857143px;
  text-align: center;
}
.hotLink ul li a {
  display: block;
}
.hotLink ul li a i {
  width: 78px;
  height: 78px;
  display: block;
  border: solid 1px #7d7d7d;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hotLink ul li a span {
  display: block;
  line-height: 1;
}
.hotLink ul li a .cn {
  font-size: 16px;
  margin-top: 15px;
}
.hotLink ul li a .en {
  font-size: 12px;
  color: #ccc;
  margin-top: 7px;
}
.hotLink ul li.item1 a i {
  background: url(../images/proico1.png) center -1px no-repeat;
}
.hotLink ul li.item2 a i {
  background: url(../images/proico2.png) center -1px no-repeat;
}
.hotLink ul li.item3 a i {
  background: url(../images/proico3.png) center -1px no-repeat;
}
.hotLink ul li.item4 a i {
  background: url(../images/proico4.png) center -1px no-repeat;
}
.hotLink ul li.item5 a i {
  background: url(../images/proico5.png) center -1px no-repeat;
}
.hotLink ul li.item6 a i {
  background: url(../images/proico6.png) center -1px no-repeat;
}
.hotLink ul li.item7 a i {
  background: url(../images/proico7.png) center -1px no-repeat;
}
.hotLink ul li a:hover i {
  background-color: #0857b3;
  border: solid 1px #0857b3;
  background-position: center -81px;
}
.title {
  text-align: center;
  line-height: 1;
  width: 1200px;
  margin: 0 auto;
}
.title h3 {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}
.title .line {
  background: url(../images/titline.png) center top no-repeat;
  height: 2px;
  margin-top: 14px;
}
.title p {
  margin-top: 14px;
  color: #999999;
  font-size: 16px;
}
.product {
  padding: 50px 0;
  background-color: #f9f9f9;
}
.product .proBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 8px;
  position: relative;
}
.product .proBox .swiper-container {
  height: 525px;
}
.product .proBox .swiper-slide {
  width: 1226px;
  overflow: hidden;
  height: 525px;
}
.product .proBox .swiper-slide ul {
  width: 1226px;
}
.product .proBox .swiper-slide ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .swiper-slide ul li {
  width: 278px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  margin: 26px 26px 0 0;
  z-index: 1;
  float: left;
  position: relative;
}
.product .proBox .swiper-slide ul li:after,
.product .proBox .swiper-slide ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proBox .swiper-slide ul li:before {
  top: -1px;
  left: -1px;
  border-color: #0857b3 transparent transparent #0857b3;
}
.product .proBox .swiper-slide ul li:after {
  right: -1px;
  bottom: -1px;
  border-color: transparent #0857b3 #0857b3 transparent;
}
.product .proBox .swiper-slide ul li:hover:after,
.product .proBox .swiper-slide ul li:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proBox .swiper-slide ul li:hover:before {
  height: 100%;
}
.product .proBox .swiper-slide ul li .pic {
  display: block;
  width: 278px;
  height: 180px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product .proBox .swiper-slide ul li .pic img {
  display: block;
  max-width:100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.product .proBox .swiper-slide ul li:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.product .proBox .swiper-slide ul li .bt {
  text-align: center;
  display: block;
  line-height: 54px;
  height: 54px;
  padding: 0 10px;
  color: #999;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .swiper-slide ul li .bt:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #0857b3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: -1;
}
.product .proBox .swiper-slide ul li:hover .bt {
  color: #fff;
}
.product .proBox .swiper-slide ul li:hover .bt:before {
  width: 100%;
}
.product .proBox .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 40px;
  height: 16px;
  line-height: 1;
  font-size: 0;
}
.product .proBox .swiper-pagination span {
  display: inline-block;
  text-indent: 2em;
  width: 16px;
  height: 16px;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proBox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0857b3;
}
.product .proBox .pro-button-prev {
  display: block;
  background: url(../images/proL.png) center center no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 42px;
  position: absolute;
  left: -76px;
  top: 50%;
  margin-top: -38px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proBox .pro-button-prev:hover {
  background: url(../images/proLH.png) center center no-repeat;
}
.product .proBox .pro-button-next {
  display: block;
  background: url(../images/proR.png) center center no-repeat;
  width: 40px;
  height: 40px;
  margin-left: 42px;
  position: absolute;
  right: -76px;
  top: 50%;
  margin-top: -38px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proBox .pro-button-next:hover {
  background: url(../images/proRH.png) center center no-repeat;
}
.solution {
  padding-top: 50px;
}
.solution .solutionBox {
  height: 500px;
  overflow: hidden;
  margin-top: 30px;
}
.solution .solutionBox .swiper-slide {
  width: 20%;
  margin-right: 1px;
  height: 500px;
  overflow: hidden;
  position: relative;
  cursor: url('../images/hand.png'), auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .solutionBox .swiper-slide .pic {
  position: relative;
  left: 50%;
  margin-left: -330px;
  width: 660px;
  height: 600px;
  display: block;
}
.solution .solutionBox .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: url('../images/hand.png'), auto;
}
.solution .solutionBox .swiper-slide .tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 500px;
  font-size: 32px;
  font-weight:bold;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}

.solution .solutionBox .swiper-slide .text {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 530px;
  height: 310px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -265px;
  margin-top: -155px;
  padding: 92px 58px 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(0);
  -moz-transform: scale(0) rotate(0);
  -o-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
  cursor: auto;
}
.solution .solutionBox .swiper-slide .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  line-height: 1;
}
.solution .solutionBox .swiper-slide .text p {
  font-size: 16px;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666;
}
.solution .solutionBox .swiper-slide .text .more {
  margin: 10px auto 0;
  display: block;
  padding: 10px;
  width: 37px;
  height: 11px;
  background: url(../images/fajt.png) center center no-repeat;
}
.solution .solutionBox .swiper-slide:hover {
  width: 660px !important;
}
.solution .solutionBox .swiper-slide:hover .tit {
  opacity: 0;
  filter: alpha(opacity=0);
}
.solution .solutionBox .swiper-slide:hover .text {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case {
  padding: 40px 0 45px;
  position: relative;
}
.case .caseBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 32px;
}
.case .caseBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .bd {
  float: left;
  width: 960px;
  height: 540px;
  overflow: hidden;
}
.case .caseBox .bd li {
  width: 960px;
  height: 540px;
  position: relative;
}
.case .caseBox .bd li .pic {
  overflow: hidden;
}
.case .caseBox .bd li .pic img {
  width: 960px;
  height: 540px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .bd li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.case .caseBox .bd li .bt {
  position: absolute;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox .hd {
  float: right;
  width: 212px;
}
.case .caseBox .hd ul li {
  margin-bottom: 18px;
}
.case .caseBox .hd ul li .pic {
  width: 212px;
  height: 122px;
  display: block;
  overflow: hidden;
}
.case .caseBox .hd ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.case .caseBox .hd .more {
  width: 212px;
  height: 122px;
  background-color: #0857b3;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding-top: 25px;
}
.case .caseBox .hd .more img {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.case .caseBox .hd .more span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
  line-height: 1;
}
.case .caseBox .hd .more:hover img {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.aqBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 102px;
}
.aqBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.aqBox .aqTitle {
  width: 168px;
  line-height: 1;
  float: left;
}
.aqBox .aqTitle h3 {
  font-size: 24px;
  color: #0857b3;
  padding-left: 40px;
  height: 34px;
  line-height: 34px;
  background: url(../images/aqtit.png) left 0 no-repeat;
}
.aqBox .aqTitle p {
  font-size: 14px;
  margin-top: 12px;
  color: #999999;
}
.aqBox .aqSwiper {
  height: 100px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  float: right;
  width: 1030px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.aqBox .aqSwiper .swiper-container {
  height: 80px;
  overflow: hidden;
}
.aqBox .aqSwiper .swiper-slide {
  line-height: 40px;
  float: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.aqBox .aqSwiper .swiper-slide:before {
  content: "";
  display: block;
  height: 0;
  width: 306px;
  left: 18px;
  bottom: 0;
  border-bottom: 1px #ececec dotted;
  position: absolute;
}
.aqBox .aqSwiper .swiper-slide:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #0857b3;
  left: 18px;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.aqBox .aqSwiper .swiper-slide:nth-child(2n):before {
  display: none;
}
.aqBox .aqSwiper .swiper-slide span {
  float: right;
  color: #999;
  display: block;
}
.aqBox .aqSwiper .swiper-slide a {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  padding-left: 20px;
  background: url(../images/aqli.png) left center no-repeat;
}
.aqBox .aqSwiper .swiper-slide:hover:after {
  width: 306px;
}
.aqBox .aqSwiper .swiper-slide:hover a {
  background: url(../images/aqliH.png) left center no-repeat;
  color: #0857b3;
}
.aqBox .aqSwiper .swiper-slide:hover span {
  color: #0857b3;
}
.aqBox .aq-button-prev {
  background: #313131 url(../images/aqL.png) center center no-repeat;
  width: 68px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 3;
}
.aqBox .aq-button-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.aqBox .aq-button-next {
  background: #0857b3 url(../images/aqR.png) center center no-repeat;
  width: 68px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 68px;
  bottom: 3px;
  z-index: 3;
}
.aqBox .aq-button-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.advantage {
  margin-top: 50px;
}
.advantage .advBox {
  margin-top: 30px;
  width: 1920px;
  height: 720px;
  left: 50%;
  margin-left: -960px;
  background: url(../images/ysbg.jpg) center top no-repeat;
  position: relative;
}
.advantage .advBox ul li {
  width: 965px;
  height: 180px;
  padding-left: 360px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advBox ul li .ico {
  width: 170px;
  height: 180px;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 57px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advBox ul li .ico img {
  width: 70px;
  height: 70px;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantage .advBox ul li .text {
  float: left;
  width: 400px;
  padding-left: 20px;
  padding-top: 40px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advBox ul li .text h4 {
  line-height: 96px;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advBox ul li .text h4 span {
  font-size: 18px;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.advantage .advBox ul li .text h4 i {
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advBox ul li .text p {
  height: 0;
  overflow: hidden;
  line-height: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advBox ul li.on {
  background: rgba(8, 87, 179, 0.7);
}
.advantage .advBox ul li.on .ico {
  background: #0857b3;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.advantage .advBox ul li.on .ico img {
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.advantage .advBox ul li.on .text h4 {
  line-height: 24px;
  margin-bottom: 24px;
}
.advantage .advBox ul li.on .text h4 span {
  font-size: 24px;
}
.advantage .advBox ul li.on .text h4 i {
  width: 36px;
}
.advantage .advBox ul li.on .text p {
  line-height: 30px;
  height: 30px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.about {
  padding-top: 48px;
  position: relative;
}
.about .aboutBox {
  background: url(../images/aboutbg.jpg) center top no-repeat;
  height: 410px;
  margin-top: 30px;
  padding-top: 18px;
}
.about .aboutPic {
  float: left;
  width: 550px;
  height: 331px;
  overflow: hidden;
  margin-left: 12px;
  border-radius: 5px;
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText {
  width: 580px;
  float: right;
}
.about .aboutText .tit {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .text {
  line-height: 30px;
  color: #666;
  margin-top: 28px;
  text-align: justify;
}
.about .aboutText .aboutNum {
  margin-top: 44px;
}
.about .aboutText .aboutNum li {
  float: left;
  text-align: center;
  padding: 0 50px;
  background: url(../images/numline.png) 0 center no-repeat;
}
.about .aboutText .aboutNum li.li1 {
  padding-left: 0;
  background: none;
}
.about .aboutText .aboutNum li.li3 {
  padding-right: 0;
}
.about .aboutText .aboutNum li .num {
  font-family: Impact;
  font-size: 48px;
  line-height: 60px;
}
.about .aboutText .aboutNum li .num i {
  font-family: Impact;
}
.about .aboutText .aboutNum li p {
  font-size: 16px;
  margin-top: 14px;
  line-height: 1;
}
.mbanner1 {
  background: #0857b3;
  height: 145px;
  color: #ffffff;
  line-height: 1;
  padding-top: 55px;
}
.mbanner1 .inContent {
  position: relative;
}
.mbanner1 .w1 {
  font-size: 34px;
  font-weight: bold;
}
.mbanner1 .w2 {
  margin-top: 17px;
  font-size: 21px;
}
.mbanner1 .w3 {
  margin-top: 10px;
  font-size: 12px;
  color: #6c92bf;
  text-transform: uppercase;
}
.mbanner1 .tel {
  position: absolute;
  background: url(../images/mbantel.png) 0 top no-repeat;
  top: -9px;
  right: 0;
  padding-left: 67px;
}
.mbanner1 .tel p {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 2px;
  height: 48;
}
.mbanner1 .tel .zxLink {
  display: block;
  width: 130px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 19px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #0857b3;
  margin-top: 18px;
}
.mbanner1 .tel .zxLink:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.mbanner1 .tel .zxLink:hover,
.mbanner1 .tel .zxLink:focus,
.mbanner1 .tel .zxLink:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.mbanner1 .tel .zxLink:hover:before,
.mbanner1 .tel .zxLink:focus:before,
.mbanner1 .tel .zxLink:active:before {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.mbanner1 .tel .zxLink:hover {
  background: #fff;
  color: #0857b3;
}
.showSlide {
  padding: 50px 0;
  background-color: #f9f9f9;
}
.showSlide > .hd {
  text-align: center;
  font-size: 0;
}
.showSlide > .hd a {
  font-size: 18px;
  display: inline-block;
  width: 160px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  border: solid 1px #aaaaaa;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.showSlide > .hd a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #0857b3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0;
  height: 100%;
}
.showSlide > .hd a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: #0857b3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0;
  height: 100%;
}
.showSlide > .hd a.on {
  color: #fff;
  border-color: #0857b3;
}
.showSlide > .hd a.on:before,
.showSlide > .hd a.on:after {
  width: 50%;
}
.showSlide > .bd {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.showSlide > .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showSlide > .bd ul li {
  width: 260px;
  height: 210px;
  overflow: hidden;
  float: left;
  margin: 0 11px;
  position: relative;
  z-index: 1;
}
.showSlide > .bd ul li .pic {
  width: 260px;
  height: 180px;
  display: block;
  overflow: hidden;
  position: relative;
}
.showSlide > .bd ul li .pic:after {
  position: absolute;
  transition: 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.showSlide > .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.showSlide > .bd ul li .bt {
  display: block;
  font-size: 14px;
  padding-top: 15px;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.showSlide > .bd ul li:hover .pic:after {
  -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.showSlide > .bd ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.showSlide > .bd ul li:hover .bt {
  color: #0857b3;
}
.showSlide .imgSlide {
  width: 1128px;
  margin: 0 auto;
}
.showSlide .imgHd span {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 75px;
}
.showSlide .imgHd span:hover {
  color: #0857b3;
}
.showSlide .imgHd span.prev {
  background: url(../images/showjtL.png) center center no-repeat;
  left: 0;
}
.showSlide .imgHd span.prev:hover {
  background: url(../images/showjtLh.png) center center no-repeat;
}
.showSlide .imgHd span.next {
  right: 0;
  background: url(../images/showjtR.png) center center no-repeat;
}
.showSlide .imgHd span.next:hover {
  background: url(../images/showjtRh.png) center center no-repeat;
}
.news {
  padding: 58px 0 42px;
  background: url(../images/newsbg.jpg) center top no-repeat;
}
.news .newsBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.news .newsBox .swiper-container {
  width: 100%;
  height: 404px;
}
.news .newsBox .swiper-slide {
  width: 360px;
  height: 404px;
  margin-right: 60px;
  border: solid 1px #ececec;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .swiper-slide .pic {
  display: block;
  width: 358px;
  height: 250px;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  cursor: url(../images/hand.png), default;
}
.news .newsBox .swiper-slide .pic img {
  width: 358px;
  height: 250px;
  display: block;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .swiper-slide:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsBox .swiper-slide .text {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 15px 25px;
  height: 154px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsBox .swiper-slide .text .date {
  position: absolute;
  left: 25px;
  top: -38px;
  width: 70px;
  height: 100px;
  background-color: #0857b3;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news .newsBox .swiper-slide .text .date i {
  display: block;
  font-size: 30px;
  line-height: 1;
  padding-top: 25px;
}
.news .newsBox .swiper-slide .text .date span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}
.news .newsBox .swiper-slide .text:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background: #0857b3;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  bottom: -50%;
  left: 50%;
  border-radius: 100%;
}
.news .newsBox .swiper-slide .text .bt {
  display: block;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 35px;
}
.news .newsBox .swiper-slide .text p {
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
}
.news .newsBox .swiper-slide .text .more {
  display: inline-block;
  margin-top: 25px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #999;
  padding: 0;
}
.news .newsBox .swiper-slide .text .more i {
  font-size: 14px;
}
.news .newsBox .swiper-slide:hover .pic {
  border-color: rgba(8, 87, 179, 0.6);
}
.news .newsBox .swiper-slide:hover .text:before {
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 0;
  bottom: 0;
}
.news .newsBox .swiper-slide:hover .text .date {
  background: #fff;
  color: #0857b3;
}
.news .newsBox .swiper-slide:hover .text .bt {
  color: #fff;
}
.news .newsBox .swiper-slide:hover .text p {
  color: #eee;
}
@keyframes lamp {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.news .newsBox .swiper-slide:hover .text .more {
  color: #fff;
}
.news .newsBox .swiper-slide:hover .text .more i {
  animation: lamp 1s ease-in-out infinite;
}
.news .newsBox .swiper-slide:hover .text .more:hover {
  background: #fff;
  color: #0857b3;
  padding: 0 10px;
}
.flow {
  width: 1200px;
  margin: 0 auto;
}
.flow .list {
  margin-top: 42px;
  position: relative;
}
.flow .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.flow .list ul {
  height: 134px;
  background: url("../images/lcline.png") no-repeat center 40px #ffffff;
}
.flow .list ul li {
  float: left;
  width: 100px;
  margin-left: 112px;
  position: relative;
  padding-bottom: 54px;
}
.flow .list ul li:first-child {
  margin-left: 23px;
}
.flow .list ul li i {
  width: 100px;
  height: 100px;
}
.flow .list ul li i img {
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100%;
}
.flow .list ul li p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-top: 18px;
  line-height: 1;
}
.flow .list ul li .pro-mark {
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(11, 5, 8, 0.1);
  position: absolute;
  top: 50%;
  left: 23%;
  width: 0;
  height: 0;
  transition: .6s;
}
.flow .list ul li .pro-mark img {
  display: block;
  margin: 10px auto 0;
  width: 0;
  height: 0;
  transition: .6s;
}
.flow .list ul li .pro-mark .pro-zi {
  width: 0;
  height: 0;
  margin: 30px auto 0;
  line-height: 20px;
  transition: .6s;
  overflow: hidden;
}
.flow .list ul li .pro-mark .pro-zi b {
  font-size: 18px;
  color: #333;
}
.flow .list ul li .pro-mark .pro-zi span {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.flow .list ul li:hover .pro-mark {
  left: -71px;
  top: -70px;
  width: 242px;
  height: 270px;
}
.flow .list ul li:hover .pro-mark img {
  width: 224px;
  height: 180px;
}
.flow .list ul li:hover .pro-mark .pro-zi {
  width: 224px;
  height: 27px;
}
.links {
  width: 1200px;
  margin: 0 auto;
}
.links .tit {
  background: url(../images/linkstit.png) right center no-repeat;
  line-height: 1;
  font-size: 16px;
  color: #666;
  height: 16px;
}
.links .list {
  line-height: 30px;
  margin: 16px -15px 0;
}
.links .list a {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/linkli.png) left center no-repeat;
  color: #999;
  margin: 0 15px;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #0857b3;
}
.message {
  height: 38px;
  background-color: #222222;
  position: relative;
  margin-top: 94px;
}
.message .form {
  width: 1324px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: -1px -18px 34px rgba(246, 246, 246, 0.75);
  border-radius: 40px;
  position: absolute;
  left: 50%;
  margin-left: -662px;
  top: -44px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 68px;
  padding-top: 22px;
}
.message .form label {
  position: relative;
  display: block;
  float: left;
  margin-right: 22px;
}
.message .form input {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  height: 40px;
  border: solid 1px #e1e7ee;
  line-height: 38px;
  font-size: 14px;
  padding: 0 15px 0 40px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .form input::-webkit-input-placeholder {
  color: #ccc;
}
.message .form input:focus,
.message .form input:active {
  padding: 0 40px 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.message .form input.usertel {
  margin-right: 18px;
}
.message .form input.xqcontent {
  width: 444px;
}
.message .form span {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 11px;
  line-height: 16px;
  display: block;
  color: #ccc;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .form span img {
  vertical-align: middle;
  float: left;
  width: 22px;
  height: 18px;
}
.message .form input:focus + span,
.message .form input:active + span {
  left: 200px;
  font-size: 0;
}
.message .form input.xqcontent:focus + span,
.message .form input.xqcontent:active + span {
  left: 410px;
}
.message .form .submitform {
  width: 217px;
  height: 44px;
  background-color: #0857b3;
  border-radius: 21px;
  border: none;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  margin-left: 12px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  outline: none;
}
.message .form .submitform:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.message .form .submitform:hover,
.message .form .submitform:focus,
.message .form .submitform:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.message .form .submitform:hover:before,
.message .form .submitform:focus:before,
.message .form .submitform:active:before {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.lc-h{

	width:1110px;

	height:215px;

	margin:0 auto;
	margin-top: 30px;

	overflow:hidden;

	background-color:rgba(0,0,0,.3);

}

.lc-m{

	width:999999px;

	position:relative;

}	

.lc-li{

	float:left;

}

