@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  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 {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 922px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 180px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: solid 1px #ffffff;
  text-align: center;
  margin-left: 76px;
  cursor: pointer;
  position: relative;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: block;
  position: absolute;
  left: -73px;
  top: 50%;
  width: 68px;
  height: 1px;
  background-color: #f3f3f3;
}
.banner .osSlider-main .slider-nav li:first-child {
  margin-left: 0;
}
.banner .osSlider-main .slider-nav li:first-child:before {
  display: none;
}
.banner .osSlider-main .slider-nav li.active {
  background: #355ca1;
  border-color: #355ca1;
}
.number {
  height: 0;
  position: relative;
  z-index: 6;
}
.number .numberBox {
  background: url(../images/numberbg.png) center 0 no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 150px;
}
.number .numberBox ul {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.number .numberBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.number .numberBox ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.number .numberBox ul li h4 {
  line-height: 32px;
}
.number .numberBox ul li h4 i {
  font-family: Arial;
  font-size: 36px;
}
.number .numberBox ul li h4 span {
  font-family: YouYuan;
  font-size: 36px;
}
.about {
  padding-top: 136px;
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  height: 756px;
}
.about .aboutText {
  padding-left: 610px;
}
.about .aboutText .tit {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.about .aboutText .tit:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #355ca1;
  margin-top: 27px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  margin-top: 54px;
  color: #666666;
}
.about .aboutText .aboutMore {
  display: block;
  margin-top: 94px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-color: #355ca1;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.about .aboutText .aboutMore:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #355ca1;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .aboutMore:hover {
  background: none;
  color: #355ca1;
}
.about .aboutText .aboutMore:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.mbanner1 {
  height: 232px;
  background: url(../images/probg.jpg) center 0 no-repeat;
}
.mbanner1 .text {
  width: 910px;
  padding-top: 75px;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.mbanner1 .text .t1 {
  font-size: 24px;
  font-weight: bold;
}
.mbanner1 .text .tel {
  line-height: 24px;
  font-size: 18px;
  margin-top: 30px;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.mbanner1 .text .tel:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
  animation: msClock 1.5s linear infinite;
  background: url(../images/mbtel.png) 0 center no-repeat;
  position: relative;
  top: -2px;
}
.mbanner1 .text .tel i {
  font-family: Arial;
  font-size: 30px;
  color: #f6c25d;
}
.product {
  padding: 100px 0 88px;
  background: url(../images/probg.jpg) center -232px no-repeat;
}
.product h3 {
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.product h3 a {
  color: #fff;
}
.product .proNav {
  font-size: 0;
  margin-top: 36px;
}
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .left {
  width: 850px;
  height: 96px;
  overflow: hidden;
}
.product .proNav .left a {
  font-size: 14px;
  margin-top: 18px;
  line-height: 30px;
  display: inline-block;
  margin-right: 50px;
  color: #88bae6;
}
.product .proNav .left a:hover {
  color: #fff;
  font-weight: bold;
}
.product .proNav .search {
  margin-top: 36px;
  float: right;
  width: 310px;
  border-radius: 20px;
  position: relative;
}
.product .proNav .search .searchInp {
  width: 100%;
  height: 40px;
  color: #fff;
  line-height: 38px;
  background: none;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 14px;
  border-radius: 20px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .search .searchInp::-webkit-input-placeholder {
  color: #dddddd;
}
.product .proNav .search .searchInp:focus,
.product .proNav .search .searchInp:active {
  border-color: #fff;
}
.product .proNav .search .searchInp:focus::-webkit-input-placeholder,
.product .proNav .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .proNav .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  border-radius: 0 20px 20px 0;
  width: 60px;
  height: 38px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .proBox {
  margin-top: 70px;
  position: relative;
  height: 430px;
}
.product .proBox:before {
  content: "";
  display: block;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 369px;
}
.product .proBox .swiper-container {
  height: 430px;
  overflow: hidden;
  width: 1200px;
}
.product .proBox .swiper-slide {
  width: 380px;
  height: 430px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.product .proBox .swiper-slide .pic {
  display: block;
  width: 380px;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.product .proBox .swiper-slide .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 .swiper-slide .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -100%;
  background: rgba(53, 92, 161, 0.8) url(../images/proadd.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proBox .swiper-slide:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.product .proBox .swiper-slide:hover .pic:before {
  top: 0;
}
.product .proBox .swiper-slide .di {
  display: block;
  margin: auto;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  margin-top: 75px;
  border-radius: 50%;
  position: relative;
}
.product .proBox .swiper-slide .di:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: solid 1px #51bbed;
  position: absolute;
  border-radius: 50%;
  left: -4px;
  top: -4px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proBox .swiper-slide .bt {
  text-align: center;
  line-height: 24px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 30px;
}
.product .proBox .swiper-slide:hover .di {
  background: #51bbed;
}
.product .proBox .swiper-slide:hover .di:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proBox .swiper-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/pl.png) center center no-repeat;
  background-color: #0670cc;
  right: -60px;
  left: auto;
  top: 250px;
}
.product .proBox .swiper-button-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .proBox .swiper-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/pr.png) center center no-repeat;
  background-color: #054882;
  left: auto;
  right: -60px;
  top: 208px;
}
.product .proBox .swiper-button-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.advantage {
  height: 622px;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.advantage .ysTabs {
  float: left;
  padding-top: 142px;
}
.advantage .ysTitle {
  font-size: 32px;
  color: #1a2447;
  font-weight: bold;
  line-height: 1;
}
.advantage .list {
  margin-top: 68px;
}
.advantage .list li {
  width: 580px;
}
.advantage .list li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .list li h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.advantage .list li p {
  line-height: 36px;
  margin-top: 22px;
}
.advantage .zxLink {
  display: block;
  width: 160px;
  height: 45px;
  background-color: #355ca1;
  line-height: 45px;
  color: #fff;
  margin-top: 50px;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.advantage .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #355ca1;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.advantage .zxLink:hover {
  background: none;
  color: #355ca1;
}
.advantage .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.advantage .ysTab {
  float: right;
  padding-top: 162px;
  margin-right: 72px;
}
.advantage .ysTab ul {
  width: 382px;
}
.advantage .ysTab ul li {
  float: left;
  margin-right: 86px;
  width: 105px;
  height: 80px;
  border: solid 1px #a6b7e3;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-align: center;
  font-size: 18px;
  color: #a6b7e3;
  line-height: 1;
  padding-top: 12px;
}
.advantage .ysTab ul li i {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 5px;
}
.advantage .ysTab ul li i:before,
.advantage .ysTab 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 .ysTab ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.advantage .ysTab ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.advantage .ysTab ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.advantage .ysTab ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.advantage .ysTab ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.advantage .ysTab ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.advantage .ysTab ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.advantage .ysTab ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.advantage .ysTab ul li i.ico5:before {
  background: url(../images/ysico5.png) center center no-repeat;
}
.advantage .ysTab ul li i.ico5:after {
  background: url(../images/ysico5h.png) center center no-repeat;
}
.advantage .ysTab ul li.on {
  border-color: #fff;
  color: #fff;
  font-weight: bold;
}
.advantage .ysTab ul li.on i:before,
.advantage .ysTab ul li.on i:after {
  top: -100%;
}
.title {
  border-bottom: 1px #ddd solid;
}
.title h3 {
  width: 1200px;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  font-size: 24px;
}
.title h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 4em;
  height: 2px;
  background: #355ca1;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.title h3 a:hover {
  color: #355ca1;
}
.news {
  padding: 80px 0;
  background: url(../images/newsbg.jpg) center bottom no-repeat;
}
.news .inContent {
  margin-top: 50px;
}
.news .newsList {
  float: left;
  width: 380px;
  margin-left: 30px;
}
.news .newsList:first-child {
  margin-left: 0;
}
.news .newsList .one {
  width: 380px;
  height: 215px;
  position: relative;
  overflow: hidden;
}
.news .newsList .one .pic {
  display: block;
  width: 380px;
  height: 215px;
  overflow: hidden;
}
.news .newsList .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  background: rgba(53, 92, 161, 0.8);
  color: #fff;
  line-height: 40px;
}
.news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.18) rotate(0);
  -moz-transform: scale(1.18) rotate(0);
  -o-transform: scale(1.18) rotate(0);
  transform: scale(1.18) rotate(0);
}
.news .newsList .one:hover .bt {
  bottom: 0;
}
.news .newsList h4 {
  margin-top: 50px;
  border-bottom: 1px #ddd solid;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 16px;
  font-weight: bold;
}
.news .newsList h4 a:hover {
  color: #355ca1;
}
.news .newsList ul {
  margin-top: 8px;
}
.news .newsList ul li {
  height: 48px;
  line-height: 48px;
  position: relative;
}
.news .newsList ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #355ca1;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li:hover:after {
  width: 100%;
}
.news .newsList ul li:hover:after {
  width: 100%;
}
.news .newsList ul li .date {
  float: right;
  color: #999999;
}
.news .newsList ul li .bt {
  float: left;
  width: 280px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsList ul li .bt:before {
  content: "·";
  display: inline-block;
  color: #355ca1;
  margin-right: 6px;
  font-weight: bold;
}
.news .newsList ul li:hover .bt {
  color: #355ca1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList ul li:hover .bt:before {
  border-color: #355ca1;
}
.news .newsList .newsMore {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #355ca1;
  border-radius: 22px;
  margin-top: 42px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  line-height: 42px;
  overflow: hidden;
  z-index: 1;
}
.news .newsList .newsMore:before {
  content: 'more';
  display: inline-block;
  text-transform: uppercase;
  width: 0;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .newsMore:hover {
  width: 110px;
}
.news .newsList .newsMore:hover:before {
  width: 60px;
}
.case {
  padding: 80px 0 158px;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case h3 {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 30px;
  line-height: 1;
}
.case .list {
  margin-top: 77px;
}
.case .list ul {
  margin-top: 40px;
  margin-right: -34px;
}
.case .list .tip {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}
.case .list li {
  float: left;
  margin-top: 30px;
  margin-right: 34px;
  width: 260px;
  height: 130px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.case .list li .pic {
  display: block;
  width: 260px;
  height: 130px;
  overflow: hidden;
}
.case .list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list 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 .list li .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  text-align: center;
  line-height: 130px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  left: 0;
  top: 0;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform: perspective(400px) rotateX(90deg);
  -moz-transform: perspective(400px) rotateX(90deg);
}
.case .list li:before,
.case .list li:after {
  content: '';
  background-color: #355ca1;
  height: 150%;
  width: 100%;
  border-radius: 0 100% 0 0;
  opacity: 0;
  position: absolute;
  left: -50%;
  top: 100%;
  z-index: 1;
  transition: border-radius 0.5s ease-out, top 0.5s ease-out, opacity 0.3s ease-out;
}
.case .list li:after {
  border-radius: 100% 0 0 0;
  left: 50%;
}
.case .list li:hover:before,
.case .list li:hover:after {
  top: -50%;
  opacity: 0.9;
  border-radius: 0 34% 0 0;
}
.case .list li:hover:after {
  border-radius: 34% 0 0 0;
}
.case .list li:hover .bt {
  transform: perspective(400px) rotate(0deg);
  -webkit-transform: perspective(400px) rotate(0deg);
  -moz-transform: perspective(400px) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.case .list li .caseMore {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  line-height: 128px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 60px;
  color: #355ca1;
  z-index: 2;
}
.case .list li:hover .caseMore {
  color: #fff;
}
.message {
  background: url(../images/lybg.jpg) center top no-repeat;
  height: 800px;
}
.message h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 160px;
}
.message .formbox {
  width: 435px;
  margin: auto;
  margin-top: 94px;
}
.message .formbox input {
  margin-bottom: 35px;
  display: block;
  height: 50px;
  line-height: 48px;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px 0 40px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username {
  background: url(../images/inpxm.png) 16px center no-repeat;
}
.message .formbox input.usertel {
  background: url(../images/inpdh.png) 16px center no-repeat;
}
.message .formbox input.codeText {
  background: url(../images/inpyzm.png) 16px center no-repeat;
}
.message .formbox input::-webkit-input-placeholder {
  color: #ffffff;
}
.message .formbox input:focus,
.message .formbox input:active {
  border-color: #fff;
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .xqcontent {
  margin-bottom: 35px;
  display: block;
  height: 80px;
  line-height: 20px;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px 0 40px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../images/inpnr.png) 16px 16px no-repeat;
  padding: 12px 10px 12px 40px;
}
.message .formbox .xqcontent::-webkit-input-placeholder {
  color: #ffffff;
}
.message .formbox .xqcontent:focus,
.message .formbox .xqcontent:active {
  border-color: #fff;
}
.message .formbox .xqcontent:focus::-webkit-input-placeholder,
.message .formbox .xqcontent:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .cade {
  position: relative;
}
.message .formbox .imgCode {
  position: absolute;
  width: 92px;
  height: 38px;
  top: 6px;
  right: 6px;
}
.message .formbox .submitform {
  display: block;
  margin: 55px auto 0;
  width: 200px;
  height: 50px;
  background-color: #355ca1;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.message .formbox .submitform:hover {
  background: none;
}
.message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.links {
  background: #355ca1;
  padding: 24px 0;
  line-height: 30px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.links .tit {
  font-size: 14px;
  float: left;
  font-weight: bold;
  color: #fff;
  width: 80px;
}
.links .list {
  float: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 1120px;
  position: relative;
  left: -10px;
}
.links .list a {
  margin-left: 30px;
  display: inline-block;
  font-size: 14px;
  color: #acd7fb;
}
.links .list a:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
