@charset "UTF-8";
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.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;
}
.banner {
  width: 100%;
  height: 606px;
  position: relative;
  display: block;
  overflow: hidden;
  /* 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: #015fc2;
}
.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;
  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;
}
@keyframes -webkit-criss-cross-left1 {
  0% {
    left: -15px;
  }
  50% {
    left: 50%;
    width: 15px;
    height: 15px;
  }
  100% {
    left: 50%;
    width: 200px;
    height: 200px;
  }
}
@keyframes criss-cross-left1 {
  0% {
    left: -15px;
  }
  50% {
    left: 50%;
    width: 15px;
    height: 15px;
  }
  100% {
    left: 50%;
    width: 200px;
    height: 200px;
  }
}
@-webkit-keyframes criss-cross-right1 {
  0% {
    right: -15px;
  }
  50% {
    right: 50%;
    width: 15px;
    height: 15px;
  }
  100% {
    right: 50%;
    width: 200px;
    height: 200px;
  }
}
@keyframes criss-cross-right1 {
  0% {
    right: -15px;
  }
  50% {
    right: 50%;
    width: 15px;
    height: 15px;
  }
  100% {
    right: 50%;
    width: 200px;
    height: 200px;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  padding: 75px 0 50px;
}
.about .content-1:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .content-1 .aboutPic {
  float: left;
  width: 678px;
  height: 400px;
  overflow: hidden;
  display: block;
  position: relative;
}
.about .content-1 .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
}
.about .content-1 .aboutPic:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: '';
  border: solid 10px #f4f4f4;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .content-1 .aboutText {
  float: right;
  width: 430px;
  border-top: 3px #ccc solid;
  position: relative;
}
.about .content-1 .aboutText .en {
  position: absolute;
  right: 0;
  top: 30px;
  text-align: right;
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
  line-height: 40px;
  color: #cccccc;
  text-transform: uppercase;
}
.about .content-1 .aboutText h3 {
  font-size: 30px;
  line-height: 1;
  margin-top: 35px;
  font-weight: bold;
}
.about .content-1 .aboutText .aboutMore {
  display: block;
  width: 122px;
  height: 33px;
  line-height: 33px;
  border-radius: 17px;
  border: solid 1px #cccccc;
  margin-top: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about .content-1 .aboutText .aboutMore:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .content-1 .aboutText .aboutMore:hover {
  color: #fff;
}
.about .content-1 .aboutText .aboutMore:before,
.about .content-1 .aboutText .aboutMore:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 15px;
  height: 15px;
  background: #d11f1f;
  border-radius: 50%;
  z-index: -1;
}
.about .content-1 .aboutText .aboutMore:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about .content-1 .aboutText .aboutMore:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about .content-1 .aboutText .aboutMore:hover:before {
  -webkit-animation: criss-cross-left1 0.6s both;
  animation: criss-cross-left1 0.6s both;
}
.about .content-1 .aboutText .aboutMore:hover:after {
  -webkit-animation: criss-cross-right1 0.6s both;
  animation: criss-cross-right1 0.6s both;
}
.about .content-1 .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 30px;
  height: 180px;
  margin-top: 92px;
}
.about .content-1 .aboutText .text:hover {
  color: #015fc2;
}
.aboutLink {
  background: #015fc2;
  height: 140px;
}
.aboutLink a {
  display: block;
  float: left;
  width: 400px;
  height: 140px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.aboutLink a:before {
  content: "";
  display: block;
  position: absolute;
  background: #d11f1f;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
}
.aboutLink a.a1 {
  background-color: #3585d9;
}
.aboutLink a.a2 {
  background-color: #609edf;
}
.aboutLink a.a3 {
  background-color: #3585d9;
}
.aboutLink a span {
  display: inline-block;
  height: 48px;
  padding-top: 46px;
  line-height: 1;
  position: relative;
  left: -30px;
}
.aboutLink a span img {
  float: left;
  width: 54px;
  height: 48px;
  margin-right: 20px;
}
.aboutLink a span i {
  display: block;
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
  padding-top: 12px;
}
.aboutLink a span em {
  display: block;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  padding-top: 8px;
  text-transform: uppercase;
}
.aboutLink a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.title {
  text-align: center;
  line-height: 1;
}
.title p {
  font-family: Arial;
  font-size: 30px;
  text-transform: uppercase;
  color: #cacaca;
}
.title h3 {
  margin-top: 12px;
  font-size: 24px;
  color: #3b3939;
}
.title h3:after,
.title h3:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  vertical-align: middle;
  background-color: #434343;
}
.title h3:before {
  margin-right: 13px;
}
.title h3:after {
  margin-left: 13px;
}
.product {
  padding: 70px 0;
  overflow: hidden;
}
.product .proBox {
  padding-top: 25px;
  margin-right: -33px;
}
.product .proBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proNav {
  float: left;
  margin-top: 20px;
  width: 275px;
  height: 434px;
  background: #015fc2 url(../images/proLbg.jpg) center top no-repeat;
  margin-right: 33px;
}
.product .proBox .proNav .tit {
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 30px 0;
}
.product .proBox .proNav .tit h4 {
  font-size: 20px;
  font-weight: bold;
}
.product .proBox .proNav .tit .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto 0;
}
.product .proBox .proNav .tit p {
  margin-top: 10px;
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .proBox .proNav ul {
  margin-left: 18px;
  height: 192px;
}
.product .proBox .proNav ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proNav ul li {
  float: left;
  width: 130px;
  height: 32px;
  line-height: 32px;
}
.product .proBox .proNav ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  background: url(../images/pronavli.png) left center no-repeat;
  padding-left: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .proNav ul li a:hover {
  padding-left: 0;
  background: none;
}
.product .proBox .proNav ul li.even {
  width: 120px;
}
.product .proBox .proNav .tel {
  padding-left: 42px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  background: #015fc2 url(../images/protelbg.png) left center no-repeat;
  margin-top: 40px;
}
.product .proBox ul.list li {
  float: left;
  width: 273px;
  height: 205px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  position: relative;
  margin: 20px 33px 0 0;
}
.product .proBox ul.list li .pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .proBox ul.list 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;
}
.product .proBox ul.list li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  -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;
  padding: 0;
}
.product .proBox ul.list li .text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.product .proBox ul.list li .text .bt {
  width: 210px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  color: #fff;
  float: left;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
.product .proBox ul.list li .text .ico {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  padding: 16px;
  position: relative;
  z-index: 2;
}
.product .proBox ul.list li .text .ico img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
.product .proBox ul.list 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 ul.list li:hover .text {
  height: 100%;
  padding-top: 55px;
}
.product .proBox ul.list li:hover .text:before {
  background: #015fc2;
}
.product .proBox ul.list li:hover .text .bt {
  width: 243px;
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
}
.product .proBox ul.list li:hover .text .ico {
  width: 100%;
  text-align: center;
  padding: 16px 0;
}
.product .proBox ul.list li:hover .text .ico img {
  width: 32px;
  height: 32px;
}
.product .proBox ul.list li:first-child {
  width: 582px;
  height: 432px;
}
.product .proBox ul.list li:first-child .text .bt {
  width: 519px;
}
.product .proBox ul.list li:first-child:hover .text {
  padding-top: 168px;
}
.product .proBox ul.list li:first-child:hover .text .bt {
  width: 552px;
}
@keyframes xz {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
.advantage {
  width: 100%;
  overflow: hidden;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding: 50px 0 20px;
}
.advantage .advbox {
  width: 1200px;
  margin: 0 auto;
}
.advantage .advbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .advbox .tit {
  color: #fff;
  text-align: center;
}
.advantage .advbox .tit h4 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.advantage .advbox .tit p {
  width: 400px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: solid 1px #ffffff;
  margin: 20px auto 0;
  font-size: 16px;
}
.advantage .advbox .advList {
  position: relative;
  margin-top: 40px;
}
.advantage .advbox .advList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .advbox .advList ul li {
  width: 270px;
  float: left;
  margin-left: 40px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantage .advbox .advList ul li p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  line-height: 30px;
  height: 240px;
}
.advantage .advbox .advList ul li:first-child {
  margin-left: 0;
}
.advantage .advbox .advList ul li .pic {
  margin-top: 40px;
  width: 246px;
  height: 246px;
  padding: 9px;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
}
.advantage .advbox .advList ul li .pic img {
  width: 246px;
  height: 246px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: -1;
}
.advantage .advbox .advList ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 246px;
  height: 246px;
  padding: 6px;
  border: dashed 3px #cccccc;
  transition: all 0.6s ease;
  border-radius: 50%;
}
.advantage .advbox .advList ul li .pic h4 {
  margin-top: 90px;
  font-size: 20px;
  color: #d11f1f;
}
.advantage .advbox .advList ul li .pic h4:after {
  content: "";
  display: block;
  margin: 18px auto 0;
  width: 0;
  height: 0;
  border-width: 15px 9px 0;
  border-style: solid;
  border-color: #015fc2 transparent transparent;
}
.advantage .advbox .advList ul li .pic .en {
  margin-top: 18px;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
}
.advantage .advbox .advList ul li:hover {
  top: -10px;
}
.advantage .advbox .advList ul li:hover .pic:before {
  animation: xz 25s linear infinite;
}
.advantage .advbox .advList ul .item2 .pic h4:after,
.advantage .advbox .advList ul .item4 .pic h4:after {
  border-color: #fff transparent transparent;
}
.advantage .advbox .advList ul .item2 .pic h4,
.advantage .advbox .advList ul .item4 .pic h4,
.advantage .advbox .advList ul .item2 .pic .en,
.advantage .advbox .advList ul .item4 .pic .en {
  color: #fff;
}
.case {
  padding: 50px 0 70px;
  background: url(../images/casebg.jpg) center 164px no-repeat;
  height: 824px;
}
.case .caseBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 48px;
  padding-top: 38px;
  height: 528px;
}
.case .caseBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .hd {
  float: left;
  width: 150px;
  margin-left: 30px;
}
.case .caseBox .hd ul li {
  margin-bottom: 30px;
  height: 140px;
  width: 140px;
  background: #fff;
  border: 5px #679fda solid;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
}
.case .caseBox .hd ul li i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #d11f1f;
  line-height: 1;
  margin-top: 27px;
}
.case .caseBox .hd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 28px;
  width: 120px;
  margin: 17px auto 0;
  line-height: 28px;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
}
.case .caseBox .bd {
  float: right;
  margin-right: 75px;
  width: 900px;
  height: 528px;
}
.case .caseBox .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .bd ul li {
  width: 868px;
  height: 508px;
  background-color: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  position: relative;
}
.case .caseBox .bd ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 14px 23px 14px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -23px;
}
.case .caseBox .bd ul li .pic {
  width: 868px;
  height: 508px;
  overflow: hidden;
  display: block;
}
.case .caseBox .bd ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseBox .bd ul li .text {
  width: 575px;
  height: 230px;
  position: absolute;
  right: 16px;
  bottom: 60px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 35px;
}
.case .caseBox .bd ul li .text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseBox .bd ul li .text .bt {
  font-size: 16px;
  line-height: 1;
  display: block;
  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 .line {
  margin-top: 20px;
  width: 30px;
  height: 2px;
  background-color: #d11f1f;
}
.case .caseBox .bd ul li .text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 16px;
}
.case .caseBox .bd ul li .text .more {
  display: block;
  width: 28px;
  height: 28px;
  margin: 25px auto 0;
}
.case .caseBox .bd ul li .text .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.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:hover .text .bt {
  color: #015fc2;
}
.case .caseBox .bd ul li.item1:before {
  top: 60px;
}
.case .caseBox .bd ul li.item2:before {
  top: 240px;
}
.case .caseBox .bd ul li.item3:before {
  top: 420px;
}
.case .caseTel {
  margin-top: 52px;
  text-align: center;
  color: #fff;
}
.case .caseTel .caseMore {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 34px;
  border-radius: 2px;
  border: solid 1px #ffffff;
  line-height: 34px;
  color: #fff;
  text-align: center;
  margin-right: 12px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.case .caseTel .caseMore:hover {
  border-color: #d11f1f;
}
.case .caseTel .caseMore:before,
.case .caseTel .caseMore:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 15px;
  height: 15px;
  background: #d11f1f;
  border-radius: 50%;
  z-index: -1;
}
.case .caseTel .caseMore:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.case .caseTel .caseMore:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.case .caseTel .caseMore:hover:before {
  -webkit-animation: criss-cross-left1 0.6s both;
  animation: criss-cross-left1 0.6s both;
}
.case .caseTel .caseMore:hover:after {
  -webkit-animation: criss-cross-right1 0.6s both;
  animation: criss-cross-right1 0.6s both;
}
.case .caseTel span {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.message {
  height: 171px;
  background: url(../images/messagebg.jpg) center top no-repeat;
  padding-top: 29px;
}
.message .messageBox {
  width: 1200px;
  margin: 0 auto;
}
.message .messageBox .formbox {
  width: 798px;
  height: 146px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: 399px;
}
.message .messageBox .formbox .tit {
  float: left;
  padding-left: 22px;
  padding-top: 55px;
  font-size: 18px;
  color: #fff;
  width: 243px;
}
.message .messageBox .formbox .tit i {
  font-family: Arial;
  font-size: 14px;
}
.message .messageBox .formbox .left {
  width: 270px;
  padding-top: 2px;
}
.message .messageBox .formbox label {
  float: left;
  margin-top: 6px;
  display: block;
  position: relative;
  width: 100%;
}
.message .messageBox .formbox label input {
  font-size: 12px;
  display: block;
  width: 100%;
  line-height: 36px;
  height: 36px;
  box-sizing: border-box;
  background: none;
  border: none;
  border-bottom: 1px #fff solid;
  padding: 0 15px 0 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}
.message .messageBox .formbox label input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .messageBox .formbox label .username {
  margin-right: 15px;
}
.message .messageBox .formbox label span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .messageBox .formbox label span img {
  display: block;
  width: 18px;
  height: 18px;
}
.message .messageBox .formbox label i {
  position: absolute;
  right: 5px;
  top: 0;
  color: #fff;
  line-height: 36px;
  display: block;
}
.message .messageBox .formbox label input:focus,
.message .messageBox .formbox label input:active {
  padding-left: 10px;
}
.message .messageBox .formbox label input:focus + span,
.message .messageBox .formbox label input:active + span {
  background-color: transparent;
  transform: translatex(-30px);
}
.message .messageBox .formbox label textarea {
  font-size: 12px;
  display: block;
  width: 194px;
  height: 80px;
  box-sizing: border-box;
  background: none;
  line-height: 24px;
  border: 1px #fff solid;
  padding: 5px 15px 5px 10px;
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .messageBox .formbox label textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .messageBox .formbox .right {
  float: right;
  width: 194px;
  padding-top: 10px;
  margin-right: 44px;
}
.message .messageBox .formbox .right i {
  right: -15px;
}
.message .messageBox .formbox .submitform {
  clear: both;
  margin-top: 10px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px #fff solid;
  background: none;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}
.message .messageBox .formbox .submitform:hover {
  border-color: #d11f1f;
}
.message .messageBox .formbox .submitform:before,
.message .messageBox .formbox .submitform:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 15px;
  height: 15px;
  background: #d11f1f;
  border-radius: 50%;
  z-index: -1;
}
.message .messageBox .formbox .submitform:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.message .messageBox .formbox .submitform:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.message .messageBox .formbox .submitform:hover:before {
  -webkit-animation: criss-cross-left1 0.6s both;
  animation: criss-cross-left1 0.6s both;
}
.message .messageBox .formbox .submitform:hover:after {
  -webkit-animation: criss-cross-right1 0.6s both;
  animation: criss-cross-right1 0.6s both;
}
.message .messageBox .mbanner1 {
  margin-left: 100px;
  line-height: 1;
  padding-top: 145px;
  float: left;
}
.message .messageBox .mbanner1 .w1 {
  font-size: 20px;
}
.message .messageBox .mbanner1 .w2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 21px;
}
.message .messageBox .mbanner1 .tel {
  margin-top: 29px;
}
.message .messageBox .mbanner1 .tel span {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding-left: 52px;
  background: url(../images/mbantel.png) 5px center no-repeat;
  font-family: Bodoni,times;
  font-weight: bold;
  font-size: 30px;
  vertical-align: top;
  width: 220px;
}
.message .messageBox .mbanner1 .tel .lybtn {
  margin-left: 16px;
  display: inline-block;
  width: 178px;
  height: 42px;
  background-color: #015fc2;
  border: 1px #015fc2 solid;
  border-radius: 22px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.message .messageBox .mbanner1 .tel .lybtn:before,
.message .messageBox .mbanner1 .tel .lybtn:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.message .messageBox .mbanner1 .tel .lybtn:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.message .messageBox .mbanner1 .tel .lybtn:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.message .messageBox .mbanner1 .tel .lybtn:hover:before {
  -webkit-animation: criss-cross-left1 0.6s both;
  animation: criss-cross-left1 0.6s both;
}
.message .messageBox .mbanner1 .tel .lybtn:hover:after {
  -webkit-animation: criss-cross-right1 0.6s both;
  animation: criss-cross-right1 0.6s both;
}
.message .messageBox .mbanner1 .tel .lybtn:hover {
  color: #015fc2;
}
.news .newsBox {
  width: 1200px;
  margin: 0 auto;
}
.news .newsBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsL {
  background: url(../images/newsLbg.png) center top no-repeat;
  width: 300px;
  height: 635px;
  line-height: 1;
  color: #fff;
  text-align: center;
  float: left;
  position: relative;
  top: -77px;
}
.news .newsBox .newsL .en {
  font-family: Arial;
  font-size: 30px;
  text-transform: uppercase;
  padding-top: 182px;
}
.news .newsBox .newsL h3 {
  font-size: 24px;
  margin-top: 28px;
}
.news .newsBox .newsL h3:before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 1px;
  margin-right: 18px;
  background: #fff;
  vertical-align: middle;
}
.news .newsBox .newsL h3:after {
  content: "";
  display: inline-block;
  width: 41px;
  height: 1px;
  margin-left: 18px;
  vertical-align: middle;
  background: #fff;
}
.news .newsBox .newsSlide {
  float: right;
  width: 800px;
  padding-top: 40px;
}
.news .newsBox .newsSlide .hd {
  line-height: 1;
  position: relative;
  font-size: 24px;
  margin-left: -10px;
}
.news .newsBox .newsSlide .hd span {
  font-size: 24px;
  padding: 0 10px;
  cursor: pointer;
}
.news .newsBox .newsSlide .hd span a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 0 12px;
  line-height: 24px;
  overflow: hidden;
  display: none;
}
.news .newsBox .newsSlide .hd span a:after,
.news .newsBox .newsSlide .hd span a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 2px solid;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsBox .newsSlide .hd span a:before {
  top: 0;
  left: 0;
  border-color: #d11f1f transparent transparent #d11f1f;
}
.news .newsBox .newsSlide .hd span a:after {
  right: 0;
  bottom: 0;
  border-color: transparent #d11f1f #d11f1f transparent;
}
.news .newsBox .newsSlide .hd span a:hover:after,
.news .newsBox .newsSlide .hd span a:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsBox .newsSlide .hd span a:hover {
  color: #d11f1f;
}
.news .newsBox .newsSlide .hd span.on {
  color: #d11f1f;
}
.news .newsBox .newsSlide .hd span.on a {
  display: block;
}
.news .newsBox .newsSlide .bd {
  margin-top: 27px;
}
.news .newsBox .newsSlide .bd ul > li .one {
  height: 178px;
  position: relative;
}
.news .newsBox .newsSlide .bd ul > li .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsSlide .bd ul > li .one .pic {
  display: block;
  overflow: hidden;
  width: 300px;
  height: 178px;
  float: left;
}
.news .newsBox .newsSlide .bd ul > li .one .pic img {
  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;
}
.news .newsBox .newsSlide .bd ul > li .one .text {
  float: right;
  width: 450px;
}
.news .newsBox .newsSlide .bd ul > li .one .text h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 10px;
}
.news .newsBox .newsSlide .bd ul > li .one .text h5 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsSlide .bd ul > li .one .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 15px;
}
.news .newsBox .newsSlide .bd ul > li .one .text .link {
  margin-top: 45px;
  display: inline-block;
  color: #015fc2;
}
.news .newsBox .newsSlide .bd ul > li .one .text .link:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsSlide .bd ul > li .one .text .link:hover {
  color: #d11f1f;
}
.news .newsBox .newsSlide .bd ul > li .one:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  background: #d11f1f;
  width: 0;
  height: 1px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsSlide .bd ul > li .one:hover:after {
  width: 100%;
}
.news .newsBox .newsSlide .bd ul > li .one: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);
}
.news .newsBox .newsSlide .bd ul > li .one:hover h5 a {
  color: #d11f1f;
}
.news .newsBox .newsSlide .bd ul > li .list {
  margin-left: -80px;
  margin-top: 16px;
}
.news .newsBox .newsSlide .bd ul > li .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsSlide .bd ul > li .list .item {
  margin-top: 30px;
  width: 360px;
  height: 106px;
  float: left;
  margin-left: 80px;
}
.news .newsBox .newsSlide .bd ul > li .list .item:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsSlide .bd ul > li .list .item .date {
  width: 80px;
  height: 104px;
  border: solid 1px #cccccc;
  text-align: center;
  float: left;
  position: relative;
}
.news .newsBox .newsSlide .bd ul > li .list .item .date:after,
.news .newsBox .newsSlide .bd ul > li .list .item .date:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsBox .newsSlide .bd ul > li .list .item .date:before {
  top: -1px;
  left: -1px;
  border-color: #d11f1f transparent transparent #d11f1f;
}
.news .newsBox .newsSlide .bd ul > li .list .item .date:after {
  right: -1px;
  bottom: -1px;
  border-color: transparent #d11f1f #d11f1f transparent;
}
.news .newsBox .newsSlide .bd ul > li .list .item .date i {
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  padding-top: 3px;
}
.news .newsBox .newsSlide .bd ul > li .list .item .date i:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #015fc2;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsSlide .bd ul > li .list .item .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 22px;
}
.news .newsBox .newsSlide .bd ul > li .list .item .text {
  width: 260px;
  float: right;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .newsSlide .bd ul > li .list .item .text h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  line-height: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.news .newsBox .newsSlide .bd ul > li .list .item .text h5 a {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsSlide .bd ul > li .list .item .text h5 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsSlide .bd ul > li .list .item .text p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-top: 10px;
}
.news .newsBox .newsSlide .bd ul > li .list .item:hover .date:after,
.news .newsBox .newsSlide .bd ul > li .list .item:hover .date:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsBox .newsSlide .bd ul > li .list .item:hover .date i:after {
  background-color: #d11f1f;
}
.news .newsBox .newsSlide .bd ul > li .list .item:hover .text h5 a {
  color: #d11f1f;
}
.news .aqSlide {
  width: 1200px;
  margin: 0 auto;
  background-color: #f4f4f4;
  position: relative;
  top: -30px;
}
.news .aqSlide:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .aqSlide .aqHd {
  width: 300px;
  height: 140px;
  background-color: #015fc2;
  float: left;
  text-align: center;
}
.news .aqSlide .aqHd h4 {
  line-height: 1;
  padding-top: 40px;
}
.news .aqSlide .aqHd h4 a {
  color: #fff;
  font-size: 20px;
}
.news .aqSlide .aqHd .tab {
  margin-top: 23px;
}
.news .aqSlide .aqHd .tab span {
  display: inline-block;
  width: 24px;
  height: 25px;
  margin: 0 5px;
  cursor: pointer;
}
.news .aqSlide .aqHd .tab span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news .aqSlide .aqHd .tab span.prev {
  background: url(../images/aqarrowL.png) center center no-repeat;
}
.news .aqSlide .aqHd .tab span.next {
  background: url(../images/aqarrowR.png) center center no-repeat;
}
.news .aqSlide .bd {
  overflow: hidden;
  height: 140px;
  width: 900px;
  float: right;
}
.news .aqSlide .bd ul li {
  position: relative;
  width: 280px;
  float: left;
  margin-left: 15px;
  padding-top: 32px;
  height: 108px;
}
.news .aqSlide .bd ul li .wen {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  padding-left: 35px;
}
.news .aqSlide .bd ul li .wen b {
  width: 20px;
  height: 20px;
  background-color: #384652;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.news .aqSlide .bd ul li .wen p {
  color: #4d4d4d;
}
.news .aqSlide .bd ul li .wen p a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .aqSlide .bd ul li .wen p a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .aqSlide .bd ul li .wen p a:hover {
  color: #d11f1f;
}
.news .aqSlide .bd ul li .da {
  line-height: 24px;
  font-size: 12px;
  position: relative;
  padding-left: 35px;
  margin-top: 20px;
  height: 88px;
}
.news .aqSlide .bd ul li .da b {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #015fc2;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.news .aqSlide .bd ul li .da p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 23px;
  height: 46px;
  color: #666;
}
.news .aqSlide .bd ul li .da p a {
  color: #015fc2;
  display: inline-block;
}
.news .aqSlide .bd ul li .da p a:hover {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.news .aqSlide .bd ul li:hover .wen p a {
  color: #d11f1f;
}
.links .linksBox {
  margin: 20px auto 40px;
  width: 1198px;
  border: solid 1px #e1e1e1;
  border-radius: 5px 0 0 5px;
  height: 50px;
  overflow: hidden;
}
.links .linksBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.links .tit {
  font-size: 14px;
  float: left;
  background: url(../images/linkstit.png) left center no-repeat;
  width: 78px;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  color: #fff;
}
.links .list {
  width: 1070px;
  float: left;
  line-height: 50px;
}
.links .list a {
  display: inline-block;
  margin-left: 40px;
  font-size: 14px;
  color: #1a1919;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:hover {
  color: #015fc2;
}
