﻿@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;
  }
}
/* 水波纹特效 */
body {
  background: #fff url(../images/bg.png) center top repeat;
}
.banner {
  width: 100%;
  height: 550px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  /* The Nivo Slider styles */
  /* If an image is wrapped in a link */
  /* The slices and boxes in the Slider */
}
.banner .nivoSlider {
  position: relative;
  width: 1920px;
  height: 100%;
  text-align: center;
  left: 50%;
  margin-left: -960px;
}
.banner .nivoSlider img {
  display: none;
  width: auto;
  margin: 0 auto;
  height: auto;
}
.banner .nivoSlider a {
  border: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
.banner .nivo-controlNav-bg {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 44px;
  z-index: 100;
}
.banner .nivo-controlNav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 101;
  text-align: center;
  font-size: 0;
}
.banner .nivo-controlNav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border: 0;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #999;
}
.banner .nivo-controlNav a.active {
  width: 40px;
  background: #093ca1;
}
.banner .nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.banner .nivo-prevNav {
  left: 0px;
}
.banner .nivo-nextNav {
  right: 0px;
}
.banner .nivo-directionNav a {
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
}
.banner a.nivo-nextNav {
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBr.png) center center no-repeat;
  right: 50%;
  margin-right: -600px;
}
.banner a.nivo-prevNav {
  left: 50%;
  margin-left: -600px;
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBl.png) center center no-repeat;
}
.banner .nivo-caption {
  display: none !important;
}
.banner .ribbon {
  width: 111px;
  height: 111px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 300;
}
.banner .nivoSlider {
  position: relative;
}
.banner .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 auto;
}
.banner .nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  text-align: center;
}
.banner .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}
.banner .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
.banner .nivo-html-caption {
  display: none;
}
.title {
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  background:url(../images/titlebg.jpg) no-repeat;
}
.title h3 {
  font-size: 30px;
  color: #2f2f2f;
  font-weight: bold;
}
.title h3 span {
  color: #093ca1;
}
.title .line {
  height: 4px;
  margin-top: 19px;
  background: url(../images/titline.png) center center no-repeat;
}
.title p {
  margin-top: 14px;
  font-size: 16px;
  color: #474747;
  line-height:20px;
}
.sort {
  padding: 70px 0 78px;
}
.sort .sortBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 58px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #06599f;
}
.sort .sortBox dl {
  border-top: solid 1px #06599f;
  background-color: #f5f4f9;
}
.sort .sortBox dl:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.sort .sortBox dl:first-child {
  border-top: none;
}
.sort .sortBox dl dt {
  background: #fff;
  font-weight: bold;
  text-align: center;
  width: 106px;
  float: left;
  height: 245px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #585858;
  padding-top: 90px;
}
.sort .sortBox dl dd {
  width: 1092px;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sort .sortBox dl.imgdl dt {
  height: 245px;
  padding-top: 90px;
}
.sort .sortBox dl.imgdl dd {
  padding: 12px 0 4px 15px;
}
.sort .sortBox dl.imgdl dd a {
  display: block;
  float: left;
}
.sort .sortBox dl.imgdl dd a i {
  display: block;
  width: 175px;
  height: 84px;
  border: solid 1px #eaeaea;
  position: relative;
  z-index: 1;
}
.sort .sortBox dl.imgdl dd a i:after,
.sort .sortBox dl.imgdl dd a i:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sort .sortBox dl.imgdl dd a i:before {
  top: -1px;
  left: -1px;
  border-color: #093ca1 transparent transparent #093ca1;
}
.sort .sortBox dl.imgdl dd a i:after {
  right: -1px;
  bottom: -1px;
  border-color: transparent #093ca1 #093ca1 transparent;
}
.sort .sortBox dl.imgdl dd a i img {
  display: block;
  width: 100%;
  height: 100%;
}
.sort .sortBox dl.imgdl dd a span {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.sort .sortBox dl.imgdl dd a:hover i:after,
.sort .sortBox dl.imgdl dd a:hover i:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sort .sortBox dl.imgdl dd a:hover span {
  color: #093ca1;
}
.sort .sortBox dl.wzdl dt {
  height: 116px;
  padding-top: 40px;
}
.sort .sortBox dl.wzdl dd {
  padding: 10px 15px;
  position: relative;
  height: 116px;
}
.sort .sortBox dl.wzdl dd a {
  display: block;
  float: left;
  line-height: 24px;
  color: #093ca1;
  font-weight: bold;
  padding: 0 16px;
  margin: 4px 0;
}
.sort .sortBox dl.wzdl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  background: #093ca1;
  border-radius: 20px;
  color: #fff;
}
.sort .sortBox dl.wzdl dd .more {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.product {
  padding: 0 0 0px;
}
.product .proBox {
  width: 1200px;
  margin: 0 auto;
}
.product .proBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proL {
  float: left;
  width: 272px;
  background: #093ca1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top:35px;
}
.product .proBox .proL .tit {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 32px auto 0;
  width: 212px;
  height: 110px;
  border: solid 1px #ffffff;
  line-height: 1;
  text-align: center;
  color: #fefefe;
  padding: 24px 0 0;
}
.product .proBox .proL .tit .w1 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: SourceHanSerifCN Regular, 'Times New Roman', Times, serif;
}
.product .proBox .proL .tit .w2 {
  font-size: 24px;
  margin-top: 10px;
}
.product .proBox .proL .proNav {
  padding: 14px 26px;
}
.product .proBox .proL .proNav ul li {
  border-top: 1px #3a63b4 solid;
}
.product .proBox .proL .proNav ul li:first-child {
  border-top: none;
}
.product .proBox .proL .proNav ul li > a {
  background: url(../images/proLli.png) 34px center no-repeat;
  display: block;
  font-size: 16px;
  color: #fff;
  padding-left: 70px;
  height: 50px;
  line-height: 50px;
}
.product .proBox .proL .proNav ul li > a:hover {
  padding-left: 75px;
}
.product .proBox .proL .proNav ul li .secs {
  margin: 5px 0 15px;
}
.product .proBox .proL .proNav ul li .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proL .proNav ul li .secs a {
  display: block;
  padding-left: 70px;
  color: #fefefe;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.product .proBox .proL .proNav ul li .secs a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  background-color:#FFFFFF; color:#000000;
}
.product .proBox .proL .proTel {
  height: 128px;
  line-height: 1;
  padding: 40px 10px 0 90px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #03318c url(../images/proLtel.png) 30px center no-repeat;
}
.product .proBox .proL .proTel .w1 {
  font-size: 16px;
  color: #fefefe;
}
.product .proBox .proL .proTel .w2 {
  font-family: Arial;
  font-size: 26px;
  margin-top: 14px;
}
.product .proBox .proL .proTel .tel {
  background: url(../images/protel.png) 0 center no-repeat;
  font-size: 20px;
  margin-top: 21px;
  font-weight: bold;
  padding-left: 40px;
}
.product .proBox .proR {
 
  float: right;
  width: 924px;
}
.product .proBox .proR .title {
  width: 790px;
}
.product .proBox .proR ul {
  position: relative;

}
.product .proBox .proR ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proR ul li {
  float: left;
  margin: 32px 0 0 34px;
  width: 274px;
  height: 292px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  padding: 1px;
  background-color: #f5f5f5;
  position: relative;
}
.product .proBox .proR ul li:after,
.product .proBox .proR 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 .proR ul li:before {
  top: 0;
  left: 0;
  border-color: #093ca1 transparent transparent #093ca1;
}
.product .proBox .proR ul li:after {
  right: 0;
  bottom: 0;
  border-color: transparent #093ca1 #093ca1 transparent;
}
.product .proBox .proR ul li:hover:after,
.product .proBox .proR ul li:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proBox .proR ul li:after,
.product .proBox .proR ul li:before {
  z-index: -1;
}
.product .proBox .proR ul li .pic {
  display: block;
  width: 272px;
  height: 232px;
  overflow: hidden;
}
.product .proBox .proR ul li .pic img {
  display: block;
  width: 272px;
  height: 232px;
  -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;
}
.product .proBox .proR ul li .bt {
  height: 58px;
  line-height: 58px;
  display: block;
  position: relative;
  background-color: #f5f5f5;
  z-index: 1;
  padding: 0 40px 0 20px;
  font-size: 16px;
  background: url(../images/proli.png) 240px center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .proR ul li .bt:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #093ca1 url(../images/prolih.png) 240px center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.product .proBox .proR ul li:hover .pic img {
  -webkit-transform: scale(1.12) rotate(0);
  -moz-transform: scale(1.12) rotate(0);
  -o-transform: scale(1.12) rotate(0);
  transform: scale(1.12) rotate(0);
}
.product .proBox .proR ul li:hover .bt {
  color: #fff;
}
.product .proBox .proR ul li:hover .bt:before {
  width: 100%;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  height: 263px;
  margin-bottom:30px;
}
.mbanner1 .text {
  padding-top: 60px;
  color: #fff;
  float: right;
  line-height: 1;
}
.mbanner1 .text .line {
  width: 43px;
  height: 5px;
  background-color: #ffffff;
}
.mbanner1 .text .w1 {
  font-size: 26px;
  font-weight: bold;
  line-height:35px;
}
.mbanner1 .text .w2 {
  margin-top: 19px;
  font-size: 24px;
}
.mbanner1 .text .tel {
  margin-top: 27px;
  line-height: 42px;
  font-size: 19px;
}
.mbanner1 .text .tel i {
  font-family: Arial;
  font-size: 31px;
  vertical-align: middle;
}
.mbanner1 .text .tel img {
  width: 33px;
  height: 33px;
  vertical-align: middle;
  margin-right: 8px;
}
.mbanner1 .text .tel .zxlink {
  display: inline-block;
  width: 169px;
  height: 42px;
  background-color: #f10606;
  border-radius: 19px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 420px;
  -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;
}
.mbanner1 .text .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 .text .tel .zxlink:hover,
.mbanner1 .text .tel .zxlink:focus,
.mbanner1 .text .tel .zxlink:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mbanner1 .text .tel .zxlink:hover:before,
.mbanner1 .text .tel .zxlink:focus:before,
.mbanner1 .text .tel .zxlink:active:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mbanner1 .text .tel .zxlink:hover {
  animation: pulse 1s ease;
}
.case {
  padding: 68px 0 80px;
}
.case .caseBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 52px;
  position: relative;
}
.case .caseBox .bd {
  overflow: hidden;
  height: 290px;
}
.case .caseBox .bd ul{
margin-right:-44px
}
.case .caseBox .bd ul li {
  width: 370px;
  height: 288px;
  border: solid 1px #c9c9c9;
  float: left;
  margin-right: 44px;
  position: relative;
}
.case .caseBox .bd ul li .pic {
  display: block;
  width: 370px;
  height: 288px;
  overflow: hidden;
  position: relative;
}
.case .caseBox .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.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .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);
}
.case .caseBox .bd ul li .text {
  position: absolute;
  width: 100%;
  height: 64px;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 0 70px 0 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .bd ul li .text:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #093ca1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: -1;
}
.case .caseBox .bd ul li .text .bt {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox .bd ul li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .bd ul li .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  line-height: 1;
}
.case .caseBox .bd ul li .text .more {
  display: block;
  position: absolute;
  width: 60px;
  height: 64px;
  right: 0;
  margin-right: 0;
  bottom: 0;
  background: #2f2f2f url(../images/caseli.png) center center no-repeat;
}
.case .caseBox .bd ul li .text i {
  display: block;
}
.case .caseBox .bd ul li .text i:after,
.case .caseBox .bd ul li .text i:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: -1;
}
.case .caseBox .bd ul li .text i:before {
  top: 20px;
  left: 20px;
  border-color: #fff transparent transparent #fff;
}
.case .caseBox .bd ul li .text i:after {
  right: 20px;
  bottom: 20px;
  border-color: transparent #fff #fff transparent;
}
.case .caseBox .bd ul li:hover .text {
  height: 100%;
  padding: 0 30px;
}
.case .caseBox .bd ul li:hover .text .bt {
  padding-top: 70px;
  text-align: center;
}
.case .caseBox .bd ul li:hover .text p {
  white-space: normal;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  margin-top: 20px;
}
.case .caseBox .bd ul li:hover .text .more {
  background: url(../images/caseli.png) center center no-repeat;
  right: 50%;
  margin-right: -17px;
  width: 33px;
  height: 33px;
  bottom: 70px;
}
.case .caseBox .bd ul li:hover .text i:after,
.case .caseBox .bd ul li:hover .text i:before {
  width: 328px;
  height: 246px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.imgHd span {
  display: block;
  width: 30px;
  height: 53px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -27px;
}
.imgHd span:hover {
  color: #093ca1;
}
.imgHd span.prev {
  background: url(../images/jtL.png) center center no-repeat;
  left: -54px;
}
.imgHd span.prev:hover {
  background: url(../images/jtLh.png) center center no-repeat;
}
.imgHd span.next {
  right: -54px;
  background: url(../images/jtR.png) center center no-repeat;
}
.imgHd span.next:hover {
  background: url(../images/jtRh.png) center center no-repeat;
}
.advantage {
  padding: 0 0 80px;
}
.advantage .ysTitle {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
.advantage .ysTitle .w1 {
  font-family: Arial;
  font-size: 39px;
  line-height: 30px;
  height: 30px;
  color: #333333;
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-weight: bold;
}
.advantage .ysTitle .w2 {
  font-size: 30px;
  margin-top: 14px;
  font-weight: bold;
}
.advantage .ysTitle .w2 span {
  color: #093ca1;
}
.advantage .ysTitle .w3 {
  margin-top: 14px;
  font-size: 18px;
  line-height:20px;
}
.advantage .advBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.advantage .advBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .advBox ul li {
  float: left;
}
.advantage .advBox ul li .advL {
  float: left;
  width: 101px;
  height: 384px;
  background-color: #2f2f2f;
  color: #fff;
  padding: 18px 24px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.advantage .advBox ul li .advL .num {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  text-align: center;
  font-family: Arial;
  font-size: 30px;
  color: #e6e6e6;
  margin-bottom: 20px;
}
.advantage .advBox ul li .advL .sp {
  color: #b3b3b3;
}
.advantage .advBox ul li .advL .sp .cn {
  float: left;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 16px;
  width: 16px;
  padding-left: 10px;
}
.advantage .advBox ul li .advL .sp .en {
  float: right;
  padding-right: 6px;
  width: 14px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 14px;
}
.advantage .advBox ul li .advR {
  float: left;
  width: 0;
  height: 384px;
  overflow: hidden;
  background-color: #fafafa;
  margin-left: 1px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advBox ul li .advR .pic {
  width: 676px;
  height: 299px;
  position: relative;
  overflow: hidden;
}
.advantage .advBox ul li .advR .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);
}
.advantage .advBox ul li .advR .pic:hover: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);
}
.advantage .advBox ul li .advR .pic img {
  display: block;
  width: 676px;
  height: 299px;
}
.advantage .advBox ul li .advR .text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  padding: 14px 26px 0;
}
.advantage .advBox ul li.on .advL {
  background: #093ca1;
}
.advantage .advBox ul li.on .advL .num {
  background: #fff;
  color: #093ca1;
}
.advantage .advBox ul li.on .advL .sp {
  color: #fff;
}
.advantage .advBox ul li.on .advR {
  width: 688px;
}
.mbanner2 {
  background: url(../images/mbanner2.jpg) center 0 no-repeat;
  height: 307px;
}
.mbanner2 .text {
  padding-top: 80px;
  color: #fff;
  line-height: 1;
}
.mbanner2 .text .w1 {
  font-size: 26px;
  font-weight: bold;
}
.mbanner2 .text .w2 {
  margin-top: 19px;
  font-size: 20px;
  line-height:30px;
}
.mbanner2 .text .tel {
  margin-top: 27px;
  line-height: 42px;
  font-size: 19px;
}
.mbanner2 .text .tel i {
  font-family: Arial;
  font-size: 31px;
  vertical-align: middle;
}
.mbanner2 .text .tel img {
  width: 33px;
  height: 33px;
  vertical-align: middle;
  margin-right: 8px;
}
.mbanner2 .text .tel .zxlink {
  display: inline-block;
  width: 169px;
  height: 42px;
  background-color: #e20606;
  border-radius: 19px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 400px;
  -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;
}
.mbanner2 .text .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;
}
.mbanner2 .text .tel .zxlink:hover,
.mbanner2 .text .tel .zxlink:focus,
.mbanner2 .text .tel .zxlink:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mbanner2 .text .tel .zxlink:hover:before,
.mbanner2 .text .tel .zxlink:focus:before,
.mbanner2 .text .tel .zxlink:active:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mbanner2 .text .tel .zxlink:hover {
  animation: pulse 1s ease;
}
.witness {
  padding: 80px 0 0;
  height: 400px;
  position: relative;
  background: url(../images/jzbg.png) center top no-repeat;
}
.witness .title h3 {
  color: #093ca1;
}
.witness .witBox {
  width: 1200px;
  margin: 55px auto 0;
  position: relative;
}
.witness .witBox .bd {
  overflow: hidden;
  height: 280px;
}
.witness .witBox .bd ul{
  margin-right: -50px;
}
.witness .witBox .bd ul li {
  width: 260px;
  height: 270px;
  border: solid 1px #c9c9c9;
  margin-right: 50px;
  position: relative;
float: left;
}
.witness .witBox .bd ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #093ca1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
}
.witness .witBox .bd ul li:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.witness .witBox .bd ul li .pic {

  border: solid 0 #ffffff;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.witness .witBox .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.witness .witBox .bd ul li .text {
  padding: 0;
  text-align: center;
}
.witness .witBox .bd ul li .text .bt {
  font-size: 18px;
  color: #5d5f5e;
  display: block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.witness .witBox .bd ul li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.witness .witBox .bd ul li .text p {
  font-size: 12px;
  color: #5d5f5e;
  line-height: 1;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.witness .witBox .bd ul li .text .link {
  display: block;
  width: 138px;
  height: 36px;
  background-color: #093ca1;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  margin: 36px auto 0;
  -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;
}
.witness .witBox .bd ul li .text .link: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;
}
.witness .witBox .bd ul li .text .link:hover,
.witness .witBox .bd ul li .text .link:focus,
.witness .witBox .bd ul li .text .link:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.witness .witBox .bd ul li .text .link:hover:before,
.witness .witBox .bd ul li .text .link:focus:before,
.witness .witBox .bd ul li .text .link:active:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.witness .witBox .bd ul li .text .link:hover {
  animation: pulse 1s ease;
}
.witness .witBox .bd ul li .text .more {
  display: block;
  width: 136px;
  height: 34px;
  line-height: 34px;
  border-radius: 18px;
  border: solid 1px #06599f;
  margin: 12px auto 0;
  color: #06599f;
  -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;
}
.witness .witBox .bd ul li .text .more: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;
}
.witness .witBox .bd ul li .text .more:hover,
.witness .witBox .bd ul li .text .more:focus,
.witness .witBox .bd ul li .text .more:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.witness .witBox .bd ul li .text .more:hover:before,
.witness .witBox .bd ul li .text .more:focus:before,
.witness .witBox .bd ul li .text .more:active:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.witness .witBox .bd ul li .text .more:hover {
  animation: pulse 1s ease;
}
.witness .witBox .bd ul li:hover .pic {
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  border: 2px #fff solid;
  width: 144px;
  height: 144px;
}
.witness .witBox .bd ul li:hover .bt,
.witness .witBox .bd ul li:hover p {
  color: #fff;
}
.witness .witBox .bd ul li:hover .link {
  background-color: #fafafa;
  color: #093ca1;
}
.witness .witBox .bd ul li:hover .more {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.about {
  width: 1200px;
  margin: 0 auto;
  padding: 68px 0 53px;
}
.about:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutPic {
  float: left;
  width: 616px;
  height: 396px;
  overflow: hidden;
  position: relative;
  position:absolute;
  z-index:9999;
}
.about .aboutPic: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);
}
.about .aboutPic:hover: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);
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
}
.about .aboutText {
  width: 550px;
  float: right;
  padding-top: 32px;
}
.about .aboutText .en {
  height: 30px;
  line-height: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #cbcbcb;
}
.about .aboutText .tit {
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1;
}
.about .aboutText .tit a {
  display: block;
  color: #093ca1;
}
.about .aboutText .text {
  width: 636px;
  height: 300px;
  background: #093ca1 url(../images/abouttbg.jpg) right bottom no-repeat;
  position: relative;
  margin-top: 22px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: -90px;
  padding: 28px 8px 28px 62px;
}
.about .aboutText .text p {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  text-align: justify;
  text-indent: 2em;
}
.about .aboutText .tel {
  margin-top: 23px;
  line-height: 42px;
  font-size: 19px;
  color: #093ca1;
}
.about .aboutText .tel i {
  font-family: Arial;
  font-size: 31px;
  vertical-align: middle;
}
.about .aboutText .tel img {
  width: 33px;
  height: 33px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.about .aboutText .tel .zxlink {
  display: inline-block;
  width: 169px;
  height: 42px;
  background-color: #2f2f2f;
  border-radius: 19px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 20px;
  -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;
}
.about .aboutText .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;
}
.about .aboutText .tel .zxlink:hover,
.about .aboutText .tel .zxlink:focus,
.about .aboutText .tel .zxlink:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.about .aboutText .tel .zxlink:hover:before,
.about .aboutText .tel .zxlink:focus:before,
.about .aboutText .tel .zxlink:active:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.about .aboutText .tel .zxlink:hover {
  animation: pulse 1s ease;
}
.show {
  background: url(../images/showbg.jpg) right center no-repeat;
}
.showSlide {
  width: 1200px;
  margin: 0 auto;
  height: 294px;
  position: relative;
}
.showSlide > .hd {
  text-align: center;
  font-size: 0;
  position: absolute;
  top: -22px;
  width: 100%;
  z-index: 2;
}
.showSlide > .hd a {
  font-size: 18px;
  display: inline-block;
  width: 188px;
  height: 54px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 15px;
}
.showSlide > .hd a em {
  display: block;
  width: 186px;
  height: 52px;
  line-height: 52px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 0;
}
.showSlide > .hd a em img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 12px;
}
.showSlide > .hd a em.current {
  background-color: #2f2f2f;
  border: solid 1px #0e4c9c;
  color: #fff;
}
.showSlide > .hd a.on .parent {
  -webkit-transform: scale(1) rotateX(90deg);
  -moz-transform: scale(1) rotateX(90deg);
  -o-transform: scale(1) rotateX(90deg);
  transform: scale(1) rotateX(90deg);
  top: -50%;
}
.showSlide > .hd a.on .current {
  top: -100%;
}
.showSlide > .bd {
  padding-top: 76px;
  height: 172px;
  overflow: hidden;
}
.showSlide > .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showSlide > .bd ul{
  margin-right: -68px;
}

.showSlide > .bd ul li {
  width: 184px;
  height: 172px;
  overflow: hidden;
  float: left;
  margin-right: 68px;
  position: relative;
  z-index: 1;
}
.showSlide > .bd ul li .pic {
  width: 184px;
  height: 134px;
  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;
  line-height: 1;
  padding-top: 22px;
  text-align: center;
  color: #fff;
  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 .imgSlide {
  margin: 0 auto;
  position: relative;
}
.showSlide .imgSlide .bd {
  width: 1200px;
  overflow: hidden;
}
.showSlide .showHd span {
  display: block;
  width: 21px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: 52px;
  margin-top: 0;
}
.showSlide .showHd span:hover {
  color: #093ca1;
}
.showSlide .showHd span.prev {
  background: url(../images/showjtL.png) center center no-repeat;
  left: -45px;
}
.showSlide .showHd span.prev:hover {
  background: url(../images/showjtLh.png) center center no-repeat;
}
.showSlide .showHd span.next {
  right: -45px;
  background: url(../images/showjtR.png) center center no-repeat;
}
.showSlide .showHd span.next:hover {
  background: url(../images/showjtRh.png) center center no-repeat;
}
.news {
  padding: 70px 0 60px;
  background: #fdfdfd url(../images/newsbg.jpg) center bottom no-repeat;
}
.news .newsBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 56px;
}
.news .newsBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .tit {
  height: 28px;
  border-bottom: 1px #c9c9c9 solid;
  line-height: 20px;
}
.news .newsBox .tit span {
  font-size: 18px;
  color: #0e4c9c;
  float: left;
}
.news .newsBox .tit span i {
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
}
.news .newsBox .tit .more {
  float: right;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
  padding: 0 10px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.news .newsBox .tit .more:hover {
  color: #fff;
  background: #093ca1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  border-radius: 12px;
}
.news .newsBox .newsL {
  width: 330px;
  float: left;
  margin-left: 65px;
}
.news .newsBox .newsL:first-child {
  margin-left: 0;
}
.news .newsBox .newsL .one {
  margin-top: 16px;
  width: 330px;
  height: 158px;
  overflow: hidden;
  position: relative;
}
.news .newsBox .newsL .one .pic {
  display: block;
  width: 330px;
  height: 158px;
}
.news .newsBox .newsL .one .pic img {
  width: 100%;
  height: 100%;
  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.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsL .one .bt {
  position: absolute;
  left: 0;
  bottom: -40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(9, 60, 161, 0.7);
  width: 100%;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .newsL .one: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 .newsL .one:hover .bt {
  bottom: 0;
}
.news .newsBox .newsL .list ul li {
  line-height: 47px;
  position: relative;
  border-bottom: 1px #cfcfcf dashed;
}
.news .newsBox .newsL .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #093ca1;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsL .list ul li:hover:after {
  width: 100%;
}
.news .newsBox .newsL .list ul li span {
  font-size: 12px;
  float: right;
  color: #5f5f5f;
}
.news .newsBox .newsL .list ul li a {
  display: block;
  width: 245px;
  font-size: 14px;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsL .list ul li a:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.news .newsBox .newsL .list ul li a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 6px;
  background: url(../images/newsli.png) right center no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.news .newsBox .newsL .list ul li:hover a {
  color: #093ca1;
}
.news .newsBox .newsL .list ul li:hover span {
  color: #093ca1;
}
.news .newsBox .newsR {
  width: 410px;
  float: right;
}
.news .newsBox .newsR .listSlide {
  height: 444px;
  margin-top: 18px;
  overflow: hidden;
}
.news .newsBox .newsR .listSlide ul li {
  height: 84px;
  padding: 25px 0 15px;
  border-bottom: 1px #cfcfcf dashed;
  position: relative;
}
.news .newsBox .newsR .listSlide ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #093ca1;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .listSlide ul li:hover:after {
  width: 100%;
}
.news .newsBox .newsR .listSlide ul li .bt {
  position: relative;
  padding-left: 38px;
}
.news .newsBox .newsR .listSlide ul li .bt i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: #2f2f2f;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}
.news .newsBox .newsR .listSlide ul li .bt a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 22px;
}
.news .newsBox .newsR .listSlide ul li .bt a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsR .listSlide ul li p {
  padding-left: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #808080;
  margin-top: 8px;
}
.news .newsBox .newsR .listSlide ul li:hover .bt a {
  color: #093ca1;
}
.news .newsBox .newsR .list ul li {
  margin-top: 5px;
  line-height: 48px;
  position: relative;
  border-bottom: 1px #e9e9e9 dashed;
}
.news .newsBox .newsR .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #093ca1;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .list ul li:hover:after {
  width: 100%;
}
.news .newsBox .newsR .list ul li span {
  font-size: 14px;
  float: right;
  color: #666;
}
.news .newsBox .newsR .list ul li a {
  display: block;
  width: 390px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsR .list ul li a:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.news .newsBox .newsR .list ul li a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #959595;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.news .newsBox .newsR .list ul li:hover a {
  color: #093ca1;
}
.news .newsBox .newsR .list ul li:hover a:before {
  background: #093ca1;
}
.links {
  background-color: #fafafa;
  padding: 15px 0;
}
.links .linksBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.links .linksBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.links .tit {
  float: left;
  line-height: 30px;
  font-size: 15px;
  color: #093ca1;
}
.links .list {
  line-height: 30px;
  width: 1080px;
  float: left;
  overflow: hidden;
}
.links .list li {
  position: relative;
  left: -5px;
  float: left;
}
.links .list li:before {
  content: "|";
  color: #808080;
}
.links .list a {
  display: inline-block;
  margin: 0 15px;
  color: #808080;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:hover {
  color: #093ca1;
}
.message {
  padding: 42px 0 28px;
  height: 36px;
  text-align: center;
  background: url(../images/footerbg.jpg) center top no-repeat;
  font-size: 0;
}
.message input {
  height: 36px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 0 13px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message input::-webkit-input-placeholder {
  color: #cacaca;
}
.message input:focus,
.message input:active {
  top: -5px;
}
.message input.xqcontent {
  width: 314px;
  margin-right: 19px;
}
.message input.usertel {
  width: 205px;
  margin-right: 15px;
}
.message input.username {
  width: 158px;
  margin-right: 15px;
}
.message .submitform {
  display: inline-block;
  width: 166px;
  height: 36px;
  background-color: #2f2f2f;
  border: none;
  font-size: 18px;
  color: #ffffff;
  border-radius: 5px;
  vertical-align: top;
  cursor: pointer;
  -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;
}
.message .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 .submitform:hover,
.message .submitform:focus,
.message .submitform:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.message .submitform:hover:before,
.message .submitform:focus:before,
.message .submitform:active:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.message .submitform:hover {
  animation: pulse 1s ease;
}
