.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 {
  width: 100%;
  height: 580px;
  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: 14px;
  height: 14px;
  text-indent: -9999px;
  margin: 0 8px;
  border-radius: 20px;
  cursor: pointer;
  background: #fbf8ef;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .nivo-controlNav a.active {
  background: #23207e;
}
.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: -640px;
}
.banner a.nivo-prevNav {
  left: 50%;
  margin-left: -640px;
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBl.png) center center no-repeat;
}
@media (min-width: 1460px) {
  .banner a.nivo-nextNav {
    margin-right: -720px;
  }
  .banner a.nivo-prevNav {
    margin-left: -720px;
  }
}
@media (min-width: 1680px) {
  .banner a.nivo-nextNav {
    margin-right: -800px;
  }
  .banner a.nivo-prevNav {
    margin-left: -800px;
  }
}
.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;
}
.search {
  height: 38px;
  background-color: #f0f0f0;
  padding: 21px 0;
  line-height: 38px;
}
.search .xunpan {
  float: left;
  cursor: pointer;
  position: relative;
  background: url(../images/topxp.png) 0 center no-repeat;
  padding-left: 33px;
}
.search .xunpan i {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #23207e;
  margin: 0 5px;
}
.search .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #23207e;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(35, 32, 126, 0.15);
}
.search .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #23207e;
}
.search .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.search .searchBox {
  float: right;
  width: 406px;
  height: 38px;
  background-color: #d8d8d8;
  border-radius: 3px;
  overflow: hidden;
}
.search .searchBox label {
  float: left;
  width: 76px;
  height: 37px;
  background-color: #23207e;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.search .searchBox .searchInp {
  width: 284px;
  height: 38px;
  line-height: 38px;
  background: none;
  border: none;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 35px;
  font-size: 14px;
}
.search .searchBox .searchInp::-webkit-input-placeholder {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.search .searchBox .searchInp:focus::-webkit-input-placeholder,
.search .searchBox .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.search .searchBox .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  color: #fff;
  width: 46px;
  height: 38px;
  cursor: pointer;
  border: none;
  float: right;
  border-radius: 0 18px 18px 0;
}
.search .searchBox .submitBtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.product {
  padding: 60px 0 40px;
}
.product .proL {
  float: left;
  background: #23207e url(../images/proL.png) center bottom no-repeat;
  border-radius: 3px;
  width: 300px;
  height: 590px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.product .proL:after {
  content: "";
  display: block;
  width: 330px;
  height: 60px;
  background: url(../images/proty.png) center center no-repeat;
  position: absolute;
  left: -15px;
  bottom: -30px;
  z-index: -1;
}
.product .proL .tit {
  height: 82px;
  color: #fff;
  padding-top: 48px;
  padding-left: 42px;
}
.product .proL .tit p {
  font-size: 26px;
  font-weight: 100;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.product .proL .tit h3 {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 15px;
}
.product .proL .tit h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 3px;
  background-color: #fafafa;
  margin-right: 16px;
}
.product .proL .proNav {
  margin: 0 20px;
  border-top: 4px #fff solid;
  padding-top: 14px;
}
.product .proL .proNav ul {
  position: relative;
  z-index: 2;
}
.product .proL .proNav ul li {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.product .proL .proNav ul li > a {
  display: block;
  border-bottom: 1px #ffe6de solid;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.product .proL .proNav ul li > a:before {
  content: "";
  display: inline-block;
  background: url(../images/pronavli.png) center center no-repeat;
  width: 10px;
  height: 17px;
  margin: 0 22px 0 25px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proL .proNav ul li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #ffd954;
  border-radius: 5px;
  z-index: -1;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proL .proNav ul li > a:hover {
  color: #23207e;
  border-color: #23207e;
}
.product .proL .proNav ul li > a:hover:after {
  width: 100%;
}
.product .proL .proNav ul li > a:hover:before {
  background: url(../images/pronavlih.png) center center no-repeat;
}
.product .proL .zxLink {
  width: 160px;
  height: 35px;
  background-color: #fafafa;
  border-radius: 3px;
  display: block;
  line-height: 35px;
  margin: 40px auto 0;
  color: #23207e;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ffd954, #ffd954);
  background-image: linear-gradient(to right, #ffd954, #ffd954);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.product .proL .zxLink img {
  margin-right: 8px;
  width: 17px;
  height: 19px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.product .proL .zxLink:hover {
  background-size: 100% 100%;
}
.product .proR {
  width: 846px;
  float: right;
}
.product .proR ul {
  margin-right: -18px;
  margin-top: -20px;
}
.product .proR ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proR ul li {
  margin: 20px 18px 0 0;
  width: 270px;
  height: 304px;
  background-color: #f0f0f0;
  padding: 5px 5px 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  background-color: #fcfcfc;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(bottom, #23207e, #23207e);
  background-image: linear-gradient(to top, #23207e, #23207e);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-size: 100% 0%;
}
.product .proR ul li:hover {
  background-size: 100% 100%;
}
.product .proR ul li .pic {
  display: block;
  width: 260px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proR ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR ul 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);
}
.product .proR ul li .bt {
  height: 49px;
  display: block;
  line-height: 49px;
  padding: 0 30px 0 10px;
  font-size: 16px;
  background: url(../images/proli.png) 238px center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proR ul li:hover .bt {
  color: rgba(255, 255, 255, 0.9999);
  background: url(../images/prolih.png) 238px center no-repeat;
}
.flow {
  background: url(../images/lcbg.jpg) center top no-repeat;
  height: 350px;
}
.flow .tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 116px;
  margin-left: 30px;
  line-height: 1;
  height: 54px;
  padding-top: 56px;
}
.flow .list {
  margin: 62px 0;
  position: relative;
}
.flow .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.flow .list ul {
  height: 134px;
  margin-right: -4px;
}
.flow .list ul li {
  float: left;
  width: 80px;
  margin-left: 108px;
  position: relative;
}
.flow .list ul li:first-child {
  margin-left: -4px;
}
.flow .list ul li i {
  display: block;
  width: 74px;
  height: 74px;
  margin: auto;
}
.flow .list ul li i img {
  display: block;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 100%;
}
.flow .list ul li p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 22px;
  letter-spacing: 2px;
  line-height: 1;
}
.flow .list ul li .pro-mark {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 92, 151, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  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;
  transition: .6s;
  overflow: hidden;
  padding: 0 12px;
  letter-spacing: 1px;
}
.flow .list ul li .pro-mark .pro-zi b {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.flow .list ul li .pro-mark .pro-zi span {
  font-size: 12px;
}
.flow .list ul li:hover .pro-mark {
  margin-left: -96px;
  top: -50px;
  width: 190px;
  height: 200px;
}
.flow .list ul li:hover .pro-mark img {
  width: 170px;
  height: 138px;
}
.flow .list ul li:hover .pro-mark .pro-zi {
  width: 170px;
  height: 50px;
  line-height: 50px;
}
.title {
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  line-height: 1;
}
.title .en {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #23207e;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.title h3 {
  font-size: 32px;
  letter-spacing: 6px;
}
.title .line {
  margin-top: 14px;
  font-size: 0;
}
.title .line:before,
.title .line:after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 44px;
  background-color: #23207e;
}
.title .line:after {
  background-color: #ffd954;
}
.title p {
  font-size: 12px;
  letter-spacing: 2px;
  color: #666666;
  line-height: 24px;
  margin-top: 9px;
}
.advantage {
  position: relative;
  margin-top: 95px;
  background: url(../images/ysbg.jpg) center bottom no-repeat;
}
.advantage .title {
  padding-top: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
.advantage .title .en {
  height: 52px;
  font-size: 66px;
  line-height: 52px;
}
.advantage .advBox {
  height: 520px;
  overflow: hidden;
}
.advantage .advBox li {
  height: 520px;
  width: 1200px;
}
.advantage .advBox li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .advBox li .pic {
  float: right;
  width: 576px;
  height: 520px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.advantage .advBox li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantage .advBox 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);
}
.advantage .advBox li .cont {
  width: 505px;
  float: left;
  margin-top: 118px;
  height: 402px;
}
.advantage .advBox li .cont .tit h4 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
.advantage .advBox li .cont .tit p {
  color: #666666;
  margin-top: 11px;
  line-height: 1;
}
.advantage .advBox li .cont .tit .line {
  margin-top: 12px;
  font-size: 0;
}
.advantage .advBox li .cont .tit .line:before,
.advantage .advBox li .cont .tit .line:after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 44px;
  background-color: #23207e;
}
.advantage .advBox li .cont .tit .line:after {
  background-color: #ffd954;
}
.advantage .advBox li .cont .text {
  margin-top: 36px;
  height: 208px;
}
.advantage .advBox li .cont .text p {
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  padding-left: 22px;
  position: relative;
}
.advantage .advBox li .cont .text p:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #23207e;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 13px;
}
.advantage .advBox li .cont .zxLink {
  width: 160px;
  height: 35px;
  background-color: #dfe4ee;
  border-radius: 3px;
  display: block;
  line-height: 35px;
  color: #23207e;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ffd954, #ffd954);
  background-image: linear-gradient(to right, #ffd954, #ffd954);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.advantage .advBox li .cont .zxLink img {
  margin-right: 8px;
  width: 17px;
  height: 19px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.advantage .advBox li .cont .zxLink:hover {
  background-size: 100% 100%;
}
.advantage .advTab {
  height: 199px;
}
.advantage .advTab ul {
  float: left;
}
.advantage .advTab ul li {
  border-left: 3px #f0f0f0 solid;
  text-align: center;
  width: 208px;
  height: 199px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  float: left;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.advantage .advTab ul li:first-child {
  border-left: none;
}
.advantage .advTab ul li i {
  display: block;
  width: 55px;
  height: 90px;
  overflow: hidden;
  margin: auto;
  border-bottom: 1px #7a78af dashed;
}
.advantage .advTab ul li i:before,
.advantage .advTab ul li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advTab ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.advantage .advTab ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.advantage .advTab ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.advantage .advTab ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.advantage .advTab ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.advantage .advTab ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.advantage .advTab ul li p {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
  font-weight: bold;
}
.advantage .advTab ul li.on {
  color: #ffd954;
}
.advantage .advTab ul li.on i {
  border-color: #ffd954;
}
.advantage .advTab ul li.on i:before,
.advantage .advTab ul li.on i:after {
  top: -100%;
}
.advantage .advTab .text {
  float: right;
  line-height: 1;
  margin-right: -11px;
  margin-top: 29px;
}
.advantage .advTab .text .t1 {
  font-size: 30px;
  color: #fad553;
  font-weight: 100;
}
.advantage .advTab .text .t2 {
  font-size: 18px;
  margin-top: 16px;
  letter-spacing: 11px;
  color: #ffffff;
}
.advantage .advTab .text .t3 {
  font-size: 20px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
}
.advantage .advTab .text .t3:before {
  float: right;
  width: 440px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  display: block;
  position: relative;
  top: 6px;
  margin-right: 11px;
}
.advantage .advTab .text .t4 {
  margin-top: 15px;
  font-family: SimHei;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.case {
  padding: 75px 0 50px;
  width: 1200px;
  margin: 0 auto;
}
.case:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .title {
  float: left;
  width: 400px;
  height: 230px;
}
.case .title p {
  width: 355px;
}
.case ul li {
  float: left;
  width: 800px;
  height: 230px;
  background-color: #f2f3f5;
}
.case ul li .text {
  float: left;
  width: 400px;
  height: 230px;
  background: url(../images/caselibg.jpg) center center no-repeat;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px 0;
}
.case ul li .text .bt {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding-left: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case ul li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case ul li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  margin-top: 35px;
}
.case ul li .text .more {
  text-align: right;
  margin-top: 10px;
}
.case ul li .text .more a {
  display: inline-block;
  width: 56px;
  height: 10px;
  background: url(../images/more.png) center center no-repeat;
}
.case ul li .text .more a:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  background: url(../images/moreh.png) center center no-repeat;
}
.case ul li .pic {
  display: block;
  width: 400px;
  height: 230px;
  overflow: hidden;
  float: right;
}
.case ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case 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);
}
.case ul li:hover .text .bt {
  color: #23207e;
}
.case .caseMore {
  float: left;
  width: 400px;
  height: 230px;
  background-color: #090563;
  background: #23207e url(../images/casemorebg.jpg) center center no-repeat;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 95px;
}
.case .caseMore a {
  display: block;
  width: 148px;
  height: 38px;
  border-radius: 5px;
  border: solid 1px #f0f0f0;
  margin: 0 auto;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  -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;
}
.case .caseMore a: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;
}
.case .caseMore a:hover,
.case .caseMore a:focus,
.case .caseMore a:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.case .caseMore a:hover:before,
.case .caseMore a:focus:before,
.case .caseMore a:active:before {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.case .caseMore a:hover {
  background: #fff;
  color: #23207e;
}
.case .caseSwiper {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}
.case .caseSwiper .swiper-container {
  margin: 0 auto;
  width: 100%;
}
.case .caseSwiper .swiper-slide {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 34px;
  width: 274px;
  height: 259px;
  margin-bottom: 10px;
}
.case .caseSwiper .swiper-slide .pic {
  display: block;
  width: 274px;
  height: 205px;
  overflow: hidden;
}
.case .caseSwiper .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .swiper-slide .bt {
  display: block;
  height: 54px;
  background-color: #ffffff;
  box-shadow: 2px 3px 8px 0px rgba(3, 0, 0, 0.05);
  border: solid 1px #f5f5f5;
  font-size: 16px;
  padding: 0 50px 0 20px;
  color: #666666;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #23207e, #23207e);
  background-image: linear-gradient(to right, #23207e, #23207e);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.case .caseSwiper .swiper-slide .bt:after {
  content: ">";
  position: absolute;
  display: block;
  font-size: 14px;
  color: #999999;
  width: 18px;
  height: 18px;
  border: solid 1px #999;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-family: SimSun;
  right: 20px;
  top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .swiper-slide: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 .caseSwiper .swiper-slide:hover .bt {
  background-size: 100% 100%;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9999);
}
.case .caseSwiper .swiper-slide:hover .bt:after {
  border-color: #fff;
  color: #fff;
}
.case .link {
  margin-top: 40px;
  text-align: center;
}
.case .link a {
  display: inline-block;
  width: 162px;
  height: 40px;
  background-color: #348bd9;
  border-radius: 19px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  margin: 0 13px;
}
.about {
  padding: 20px 0 30px;
  background-color: #f8f9fb;
  height: 625px;
}
.about .aboutMore {
  position: absolute;
  right: 0;
  top: 0;
  width: 148px;
  height: 40px;
  background-color: #dfe4ee;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 16px;
  color: #23207e;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #23207e, #23207e);
  background-image: linear-gradient(to right, #23207e, #23207e);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.about .aboutMore:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.about .aboutPic {
  float: left;
  width: 597px;
  height: 625px;
  position: relative;
}
.about .aboutPic img {
  display: block;
  width: 957px;
  height: 625px;
  border-radius: 0px 40px 40px 0px;
  position: absolute;
  right: 0;
  top: 0;
}
.about .aboutText {
  width: 545px;
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 72px;
}
.about .aboutText h4 {
  color: #23207e;
  font-size: 16px;
  font-weight: bold;
  margin-top: 55px;
  letter-spacing: 3px;
}
.about .aboutText .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  text-align: justify;
  letter-spacing: 3px;
  margin-top: 18px;
  color: #666;
}
.about .aboutText .link {
  margin-top: 55px;
  border-left: 1px #d8d8d8 solid;
  border-top: 1px #d8d8d8 solid;
}
.about .aboutText .link:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .link a {
  display: block;
  border-right: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
  width: 272px;
  height: 110px;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #23207e, #23207e);
  background-image: linear-gradient(to right, #23207e, #23207e);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.about .aboutText .link a i {
  display: block;
  width: 78px;
  height: 86px;
  overflow: hidden;
  margin: auto;
  border-right: 1px #d8d8d8 solid;
  float: left;
  margin-right: 32px;
  position: relative;
}
.about .aboutText .link a i:before,
.about .aboutText .link a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutText .link a i:after {
  left: -100%;
}
.about .aboutText .link a i.ico1:before {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aboutText .link a i.ico1:after {
  background: url(../images/aboutico1h.png) center center no-repeat;
}
.about .aboutText .link a i.ico2:before {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aboutText .link a i.ico2:after {
  background: url(../images/aboutico2h.png) center center no-repeat;
}
.about .aboutText .link a i.ico3:before {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aboutText .link a i.ico3:after {
  background: url(../images/aboutico3h.png) center center no-repeat;
}
.about .aboutText .link a i.ico4:before {
  background: url(../images/aboutico4.png) center center no-repeat;
}
.about .aboutText .link a i.ico4:after {
  background: url(../images/aboutico4h.png) center center no-repeat;
}
.about .aboutText .link a .cn {
  display: block;
  padding-top: 24px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
.about .aboutText .link a .en {
  display: block;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 14px;
  color: #666666;
}
.about .aboutText .link a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.about .aboutText .link a:hover i:before {
  left: 100%;
}
.about .aboutText .link a:hover i:after {
  left: 0;
}
.about .aboutText .link a:hover .en {
  color: rgba(255, 255, 255, 0.9999);
}
.news {
  padding: 52px 0 62px;
}
.news .newsTab {
  float: left;
  width: 250px;
  background: url(../images/xwlbg.jpg) center bottom no-repeat;
}
.news .newsTab .title {
  border-bottom: 1px #c3c2d9 dashed;
  height: 128px;
}
.news .newsTab ul {
  margin: 16px 0 32px;
}
.news .newsTab li a {
  height: 56px;
  line-height: 56px;
  display: block;
  padding: 0 0 0 7px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #23207e, #23207e);
  background-image: linear-gradient(to right, #23207e, #23207e);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  font-size: 16px;
}
.news .newsTab li a i {
  display: inline-block;
  width: 22px;
  height: 24px;
  overflow: hidden;
  margin: auto;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  top: -2px;
}
.news .newsTab li a i:before,
.news .newsTab li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab li a i:after {
  left: -100%;
}
.news .newsTab li a i.ico1:before {
  background: url(../images/nico1.png) center center no-repeat;
}
.news .newsTab li a i.ico1:after {
  background: url(../images/nico1h.png) center center no-repeat;
}
.news .newsTab li a i.ico2:before {
  background: url(../images/nico2.png) center center no-repeat;
}
.news .newsTab li a i.ico2:after {
  background: url(../images/nico2h.png) center center no-repeat;
}
.news .newsTab li a i.ico3:before {
  background: url(../images/nico3.png) center center no-repeat;
}
.news .newsTab li a i.ico3:after {
  background: url(../images/nico3h.png) center center no-repeat;
}
.news .newsTab li.on a {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
  padding-left: 20px;
}
.news .newsTab li.on a i:before {
  left: 100%;
}
.news .newsTab li.on a i:after {
  left: 0;
}
.news .newsTab .zxLink {
  height: 56px;
  background-color: #ffd954;
  text-align: center;
  line-height: 56px;
  display: block;
  color: #fff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #23207e, #23207e);
  background-image: linear-gradient(to right, #23207e, #23207e);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  font-size: 16px;
}
.news .newsTab .zxLink:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 24px;
  margin-right: 20px;
  background: url(../images/qqb.png) center center no-repeat;
}
.news .newsTab .zxLink:hover {
  background-size: 100% 100%;
}
.news .newsTabs {
  float: right;
  width: 890px;
}
.news .newsTabs .one {
  float: left;
  width: 575px;
  height: 218px;
  background-color: #f8f9fb;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsTabs .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTabs .one .pic {
  overflow: hidden;
  width: 262px;
  height: 198px;
  display: block;
  float: left;
  margin-right: 30px;
}
.news .newsTabs .one .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .one: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);
}
.news .newsTabs .one .text {
  height: 198px;
  width: 240px;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsTabs .one .text .date {
  height: 80px;
}
.news .newsTabs .one .text .date span {
  float: left;
  text-align: center;
  color: #23207e;
  display: block;
  line-height: 1;
  font-weight: bold;
  padding-top: 6px;
}
.news .newsTabs .one .text .date i {
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}
.news .newsTabs .one .text .date .more {
  float: right;
  width: 18px;
  height: 34px;
  display: block;
  background: url(../images/njth.png) center center no-repeat;
  margin-top: 16px;
}
.news .newsTabs .one .text .date .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .one .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  margin-top: 3px;
}
.news .newsTabs .one .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .one .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  margin-top: 8px;
  color: #666;
}
.news .newsTabs .one:hover .bt {
  color: #23207e;
}
.news .newsTabs .two {
  width: 289px;
  height: 218px;
  border: dashed 1px #a0a0a0;
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .two .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
}
.news .newsTabs .two .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .two p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  margin-top: 8px;
  color: #666;
}
.news .newsTabs .two .date {
  height: 60px;
  margin-top: 8px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTabs .two .date span {
  float: left;
  text-align: center;
  color: #cccccc;
  display: block;
  line-height: 1;
  font-weight: bold;
  padding-top: 6px;
}
.news .newsTabs .two .date i {
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}
.news .newsTabs .two .date .more {
  float: right;
  width: 18px;
  height: 34px;
  display: block;
  background: url(../images/njt.png) center center no-repeat;
  margin-top: 16px;
}
.news .newsTabs .two .date .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  background: url(../images/njth.png) center center no-repeat;
}
.news .newsTabs .two:hover {
  border: solid 1px #23207e;
}
.news .newsTabs .two:hover .bt {
  color: #23207e;
}
.news .newsTabs .two:hover .more {
  background: url(../images/njth.png) center center no-repeat;
}
.news .newsTabs .two:hover .date {
  color: #23207e;
}
.news .newsTabs .list {
  float: left;
  margin-right: -46px;
  margin-top: 14px;
}
.news .newsTabs .list p {
  width: 400px;
  margin-right: 46px;
  margin-left: 22px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  line-height: 56px;
  float: left;
  border-bottom: 1px #eee solid;
  position: relative;
}
.news .newsTabs .list p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #23207e;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .list p:hover:after {
  width: 100%;
}
.news .newsTabs .list p:before {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  top: 22px;
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .list p .date {
  float: right;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 12px;
}
.news .newsTabs .list p .bt {
  float: left;
  display: block;
  width: 310px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsTabs .list p:hover:before {
  background: #23207e;
}
.news .newsTabs .list p:hover .bt {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .list p:hover .date,
.news .newsTabs .list p:hover a {
  color: #23207e;
}
.news .newsL {
  width: 780px;
  float: left;
}
.news .newsL .list {
  padding-top: 18px;
}
.news .newsL .list ul {
  margin-right: -40px;
}
.news .newsL .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsL .list ul li {
  width: 370px;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  float: left;
  border-bottom: 1px #eee solid;
  position: relative;
}
.news .newsL .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #23207e;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .list ul li:hover:after {
  width: 100%;
}
.news .newsL .list ul li .date {
  float: right;
  color: #666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .list ul li .bt {
  float: left;
  color: #666;
  display: block;
  width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsL .list ul li .bt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 4px;
  background-color: #bdbdbd;
  margin-right: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news .newsL .list ul li:hover .bt {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .list ul li:hover .bt:before {
  background: #23207e;
}
.news .newsL .list ul li:hover .date,
.news .newsL .list ul li:hover a {
  color: #23207e;
}
.news .newsR {
  float: right;
  width: 360px;
}
.news .newsR li {
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 30px 25px;
  border-top-right-radius: 30px 25px;
  border-bottom-right-radius: 30px 25px;
  border-bottom-left-radius: 30px 25px;
  background-color: #23207e;
  padding: 0 30px;
  margin-top: 23px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1857a3, #1857a3);
  background-image: linear-gradient(to right, #1857a3, #1857a3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.news .newsR li:first-child {
  margin-top: 0;
}
.news .newsR li .date {
  float: right;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR li .bt {
  float: left;
  color: #fff;
  display: block;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsR li:hover {
  background-size: 100% 100%;
}
.news .newsR li:hover .bt {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.message {
  background: url(../images/lybg.jpg) center 0 no-repeat;
  height: 448px;
}
.message .title {
  position: absolute;
  left: 0;
  top: 180px;
}
.message .title h3,
.message .title p {
  color: #fff;
}
.message .messageText {
  margin-left: 400px;
}
.message .messageText .inContant {
  border-top: solid 2px #280e82;
  border-bottom: solid 2px #280e82;
}
.message .messageText .inContant:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .messageText .inContant .text {
  float: left;
  line-height: 40px;
  padding: 19px 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 158px;
}
.message .messageText .tel {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 33px;
}
.message .messageText #allmap {
  float: right;
  width: 382px;
  height: 158px;
  background-color: #d8d8d8;
  border-left: solid 2px #280e82;
  border-right: solid 2px #280e82;
  font-size: 14px;
}
.message .formbox {
  margin-right: -30px;
  margin-top: 34px;
}
.message .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .formbox label {
  display: block;
  height: 46px;
  position: relative;
  width: 385px;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
}
.message .formbox label input {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  background-color: #f3f3f3;
  border: none;
  line-height: 46px;
  padding: 0 15px 0 46px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox label input::-webkit-input-placeholder {
  color: #333333;
}
.message .formbox label input.username {
  background: #f3f3f3 url(../images/inpxm.png) 18px center no-repeat;
}
.message .formbox label input.usertel {
  background: #f3f3f3 url(../images/inpdh.png) 18px center no-repeat;
}
.message .formbox label input:focus,
.message .formbox label input:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.message .formbox label input:focus::-webkit-input-placeholder,
.message .formbox label input:active::-webkit-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.message .formbox label .code {
  position: relative;
}
.message .formbox label .code .codeText {
  padding: 0 15px;
}
.message .formbox label .code .imgCode {
  width: 114px;
  height: 46px;
  display: block;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.message .formbox label .xqcontent {
  background: #f3f3f3 url(../images/inpnr.png) 18px 13px no-repeat;
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 108px;
  padding: 10px 15px 10px 46px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox label .xqcontent::-webkit-input-placeholder {
  color: #333333;
}
.message .formbox label .xqcontent:focus,
.message .formbox label .xqcontent:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.message .formbox label .xqcontent:focus::-webkit-input-placeholder,
.message .formbox label .xqcontent:active::-webkit-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.message .formbox .submitform {
  width: 100%;
  background: #23207e;
  height: 46px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  line-height: 36px;
  color: #fff;
  margin-top: 16px;
  position: relative;
  -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 .formbox .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 .formbox .submitform:hover,
.message .formbox .submitform:focus,
.message .formbox .submitform:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.message .formbox .submitform:hover:before,
.message .formbox .submitform:focus:before,
.message .formbox .submitform:active:before {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.links {
  padding: 94px 0 50px;
}
.links .tit {
  float: left;
  width: 154px;
  position: relative;
  border-right: 1px #666 solid;
}
.links .tit i {
  font-weight: bold;
  font-size: 40px;
  line-height: 32px;
  text-transform: uppercase;
  height: 32px;
  display: block;
}
.links .tit span {
  display: block;
  font-size: 18px;
  letter-spacing: 14px;
  line-height: 1;
  margin-top: 9px;
}
.links .list {
  width: 1045px;
  float: right;
}
.links .list a {
  margin-left: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
}
.links .list a:hover {
  color: #23207e;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

