@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;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #20377b solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #20377b;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-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;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-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;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: inline-block;
  vertical-align: top;
}
.title i img {
  display: inline-block;
  vertical-align: top;
  max-height: 24px;
}
.title b {
  display: block;
  font-size: 32px;
  margin-top: 10px;
}
.title b em {
  font-weight: bold;
  color: #fec106;
}
.title b em:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fec106;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.title b em:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #fec106;
  border-radius: 100%;
  margin: 0 13px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  display: block;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  color: #00ae66;
  font-size: 15px;
  background: url(../images/morebg.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  text-align: center;
}
.titBox .more:hover {
  color: #20377b;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.titBox .search {
  float: right;
  width: 394px;
  height: 56px;
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  padding-right: 70px;
}
.titBox .search .searchInp {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: none;
  padding: 0 35px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .search .searchInp::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.titBox .search .searchInp::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.titBox .search .searchInp:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.titBox .search .searchInp:focus::-webkit-input-placeholder,
.titBox .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .searchInp:focus::-moz-placeholder,
.titBox .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .searchInp:focus:-ms-input-placeholder,
.titBox .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .submitBtn {
  background: #20377b url(../images/searchico.png) center center no-repeat;
  width: 70px;
  height: 56px;
  border-radius: 0px 12px 12px 0px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.titBox .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product {
  padding: 70px 0 55px;
}
.product .proNav {
  margin-top: 50px;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
}
.product .proNav ul li {
  margin-top: -1px;
}
.product .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 182px;
  height: 145px;
  background: url(../images/pronavli.png) center bottom no-repeat;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a i {
  width: 56px;
  height: 56px;
  background-color: #f6f6f6;
  display: block;
  border-radius: 100%;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
}
.product .proNav ul li > a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product .proNav ul li > a .cn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 12px;
  height: 26px;
  line-height: 26px;
}
.product .proNav ul li > a .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  color: #999999;
  margin: 0 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover > a,
.product .proNav ul li.on > a {
  background-image: url(../images/pronavli.png);
  color: #20377b;
}
.product .proNav ul li:hover > a i,
.product .proNav ul li.on > a i {
  background-color: #20377b;
}
.product .proNav ul li:hover > a i img,
.product .proNav ul li.on > a i img {
  filter: grayscale(100) brightness(4);
}
.product .proNav ul li:hover > a .en,
.product .proNav ul li.on > a .en {
  color: #20377b;
}
.product .proNav .tel {
  height: 26px;
  line-height: 26px;
  margin-top: 216px;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
}
.product .proNav .tel:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  vertical-align: bottom;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/protel.png) center center no-repeat;
}
.product .proNav .zxLink {
  display: block;
  margin: auto;
  margin-top: 26px;
  width: 160px;
  height: 50px;
  background-color: #ffc355;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 0 5px rgba(254, 193, 6, 0.2);
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .zxLink:hover {
  background-color: #20377b;
  box-shadow: 0 0 0 8px rgba(32, 55, 123, 0.2);
}
.product .proList {
  margin-top: 25px;
}
.product .proList ul {
  margin-right: -26px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-right: 26px;
  margin-top: 25px;
  float: left;
}
.product .proList ul li .item {
  width: 300px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 225px;
  border: 10px solid #f5f5f5;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt {
  height: 48px;
  line-height: 48px;
  padding-right: 60px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .more {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  font-size: 12px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .more:after {
  content: "";
  width: 14px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/proli.png) 0 center no-repeat;
  margin-left: 6px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: rotate(1.1);
  -moz-transform: rotate(1.1);
  -o-transform: rotate(1.1);
  transform: rotate(1.1);
}
.product .proList ul li .item:hover .bt {
  color: #20377b;
}
.product .proList ul li .item:hover .more {
  color: #20377b;
}
.product .proList ul li .item:hover .more:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.features {
  background: url(../images/tsbg.jpg) center 0 no-repeat;
  padding-top: 68px;
  padding-bottom: 33px;
}
.features .tsTit {
  text-align: center;
  line-height: 1;
}
.features .tsTit b {
  display: block;
  font-size: 32px;
}
.features .tsTit b em {
  font-weight: bold;
  color: #fec106;
}
.features .tsTit i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  line-height: 15px;
  margin-top: 20px;
  letter-spacing: 2px;
  color: #999999;
}
.features .tsBox {
  margin-top: 47px;
  height: 610px;
}
.features .tsBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/tsline.png) center 100px no-repeat;
}
.features .tsBox .tsimg {
  background: url(../images/tsimg.png) 0 center no-repeat;
  position: absolute;
  width: 613px;
  height: 630px;
  left: 50%;
  margin-left: -307px;
  top: -10px;
}
.features .tsBox ul li {
  height: 80px;
  position: absolute;
  padding-top: 22px;
  padding-right: 95px;
  text-align: right;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.features .tsBox ul li em {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.features .tsBox ul li em:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 66px;
  height: 66px;
  border: dashed 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.features .tsBox ul li i {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.features .tsBox ul li i:before,
.features .tsBox 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;
}
.features .tsBox ul li i.ico1:before {
  background: url(../images/tsico1.png) center center no-repeat;
}
.features .tsBox ul li i.ico1:after {
  background: url(../images/tsico1h.png) center center no-repeat;
}
.features .tsBox ul li i.ico2:before {
  background: url(../images/tsico2.png) center center no-repeat;
}
.features .tsBox ul li i.ico2:after {
  background: url(../images/tsico2h.png) center center no-repeat;
}
.features .tsBox ul li i.ico3:before {
  background: url(../images/tsico3.png) center center no-repeat;
}
.features .tsBox ul li i.ico3:after {
  background: url(../images/tsico3h.png) center center no-repeat;
}
.features .tsBox ul li i.ico4:before {
  background: url(../images/tsico4.png) center center no-repeat;
}
.features .tsBox ul li i.ico4:after {
  background: url(../images/tsico4h.png) center center no-repeat;
}
.features .tsBox ul li i.ico5:before {
  background: url(../images/tsico5.png) center center no-repeat;
}
.features .tsBox ul li i.ico5:after {
  background: url(../images/tsico5h.png) center center no-repeat;
}
.features .tsBox ul li i.ico6:before {
  background: url(../images/tsico6.png) center center no-repeat;
}
.features .tsBox ul li i.ico6:after {
  background: url(../images/tsico6h.png) center center no-repeat;
}
.features .tsBox ul li i.ico7:before {
  background: url(../images/tsico7.png) center center no-repeat;
}
.features .tsBox ul li i.ico7:after {
  background: url(../images/tsico7h.png) center center no-repeat;
}
.features .tsBox ul li i.ico8:before {
  background: url(../images/tsico8.png) center center no-repeat;
}
.features .tsBox ul li i.ico8:after {
  background: url(../images/tsico8h.png) center center no-repeat;
}
.features .tsBox ul li h4 {
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.features .tsBox ul li h5 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 12px;
  color: #999999;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.features .tsBox ul li:hover em,
.features .tsBox ul li.on em {
  background-color: #20377b;
}
.features .tsBox ul li:hover em:before,
.features .tsBox ul li.on em:before {
  border-color: #fff;
}
.features .tsBox ul li:hover i:before,
.features .tsBox ul li.on i:before,
.features .tsBox ul li:hover i:after,
.features .tsBox ul li.on i:after {
  top: -100%;
}
.features .tsBox ul li:hover h4,
.features .tsBox ul li.on h4,
.features .tsBox ul li:hover h5,
.features .tsBox ul li.on h5 {
  color: #20377b;
}
.features .tsBox ul li.li5,
.features .tsBox ul li.li6,
.features .tsBox ul li.li7,
.features .tsBox ul li.li8 {
  text-align: left;
  padding-left: 95px;
  padding-right: 0;
}
.features .tsBox ul li.li5 em,
.features .tsBox ul li.li6 em,
.features .tsBox ul li.li7 em,
.features .tsBox ul li.li8 em {
  left: 0;
}
.features .tsBox ul li.li1 {
  right: 992px;
  top: 63px;
}
.features .tsBox ul li.li2 {
  right: 1049px;
  top: 197px;
}
.features .tsBox ul li.li3 {
  right: 1049px;
  top: 331px;
}
.features .tsBox ul li.li4 {
  right: 992px;
  top: 465px;
}
.features .tsBox ul li.li5 {
  left: 992px;
  top: 63px;
}
.features .tsBox ul li.li6 {
  left: 1049px;
  top: 197px;
}
.features .tsBox ul li.li7 {
  left: 1049px;
  top: 331px;
}
.features .tsBox ul li.li8 {
  left: 992px;
  top: 465px;
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  padding-top: 62px;
}
.about .aboutBox {
  height: 712px;
}
.about .aboutEn {
  position: absolute;
}
.about .aboutText {
  float: left;
  width: 606px;
  height: 712px;
  background-color: rgba(32, 55, 123, 0.9);
  position: relative;
  color: #ffffff;
  padding: 190px 62px 0 65px;
}
.about .aboutText:before {
  content: "A";
  display: block;
  position: absolute;
  font-family: Arial;
  font-weight: bold;
  line-height: 186px;
  font-size: 260px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  right: -10px;
  top: 0;
}
.about .aboutText .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.about .aboutText .tit:after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 20px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 42px;
  height: 210px;
  color: #ffffff;
  font-size: 15px;
  margin-top: 26px;
}
.about .aboutText .more {
  margin-top: 78px;
  width: 180px;
  height: 60px;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fec106;
  border-radius: 10px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  background-color: #333333;
  margin-left: 6px;
}
.about .aboutText .more:hover:before {
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.about .aboutR {
  float: right;
  width: 606px;
}
.about .aboutR .title {
  text-align: right;
}
.about .aboutR .number {
  margin-top: 60px;
}
.about .aboutR .number ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutR .number ul li {
  height: 112px;
  background: url(../images/numli.png) 0 0 no-repeat;
  padding-top: 35px;
  padding-left: 46px;
  text-align: center;
}
.about .aboutR .number ul li h4 {
  font-weight: bold;
  font-family: Arial;
  font-size: 36px;
  line-height: 26px;
}
.about .aboutR .number ul li h4 i {
  font-weight: bold;
}
.about .aboutR .number ul li .line {
  width: 18px;
  height: 1px;
  background-color: #333333;
  margin: 13px auto 0;
}
.about .aboutR .number ul li p {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.about .aboutR .number ul li p em {
  font-size: 14px;
  color: #999999;
}
.about .aboutR .tip {
  margin-top: 80px;
  text-align: right;
  line-height: 1;
  font-size: 16px;
  color: #666666;
}
.about .aboutR .tip .t1 {
  position: relative;
}
.about .aboutR .tip .t1:before {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  right: 0;
  width: 75px;
  height: 1px;
  background-color: #333333;
}
.about .aboutR .tip .t2 {
  margin-top: 32px;
}
.about .aboutR .aboutEn {
  text-transform: uppercase;
  line-height: 74px;
  font-family: Arial;
  font-weight: bold;
  font-size: 100px;
  color: #ffffff;
  opacity: 0.2;
  margin-left: 42px;
  margin-top: 152px;
}
.case {
  padding: 70px 0 45px;
}
.case .titBox .title {
  float: left;
}
.case .titBox .tel {
  float: right;
  height: 26px;
  line-height: 26px;
  margin-top: 23px;
  font-size: 16px;
  color: #666666;
  position: relative;
}
.case .titBox .tel:after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 1px;
  background-color: #20377b;
  right: 100%;
  top: 50%;
  margin-right: 26px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .titBox .tel:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 26px;
  vertical-align: top;
  margin-right: 14px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/fatel.png) center center no-repeat;
}
.case .titBox .tel i {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.case .caseBox {
  margin-top: 50px;
  min-height: 440px;
}
.case .caseBox .caseNav {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding-right: 57px;
  border-right: 1px solid #ddd;
}
.case .caseBox .caseNav ul li {
  margin-top: 45px;
  position: relative;
}
.case .caseBox .caseNav ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 1px;
  background-color: #dddddd;
  top: 50%;
  right: -58px;
}
.case .caseBox .caseNav ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #dddddd;
  border-radius: 100%;
  right: -61px;
  top: 23px;
}
.case .caseBox .caseNav ul li:first-child {
  margin-top: 0;
}
.case .caseBox .caseNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #dddddd;
  line-height: 50px;
  text-align: center;
  padding: 0 5px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseNav ul li:hover a,
.case .caseBox .caseNav ul li.on a {
  background-color: #20377b;
  color: #fff;
  border-color: #20377b;
}
.case .one {
  width: 1050px;
  height: 440px;
  background-color: #fbfbfb;
  margin-left: 270px;
  padding: 10px 45px 10px 10px;
}
.case .one .pic {
  display: block;
  float: left;
  width: 560px;
  height: 420px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .one .cont {
  float: right;
  padding-top: 50px;
  width: 380px;
}
.case .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #20377b;
  font-weight: bold;
}
.case .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .one .cont .line {
  width: 2px;
  height: 40px;
  background-color: #2f4584;
  margin-top: 30px;
}
.case .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 40px;
  height: 120px;
  color: #666666;
  font-size: 15px;
  margin-top: 25px;
}
.case .one .cont .more {
  margin-top: 38px;
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  position: relative;
  color: #20377b;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .one .cont .more i {
  min-width: 4px;
}
.case .one .cont .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #20377b;
}
.case .one .cont .more:hover {
  background-color: #20377b;
  padding: 0 15px;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(32, 55, 123, 0.5);
}
.case .one:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case .caseList {
  position: relative;
  margin-top: 10px;
}
.case .caseList ul {
  margin-right: -40px;
}
.case .caseList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  margin-right: 40px;
  margin-top: 30px;
}
.case .caseList ul li .item {
  width: 400px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic {
  display: block;
  width: 100%;
  height: 300px;
  border: 10px solid #f5f5f5;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .item .bt:hover {
  color: #20377b;
}
.case .caseList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseList ul li .item: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 .caseList ul li .item:hover .bt {
  color: #20377b;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 160px;
  height: 900px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysPic {
  float: right;
  width: 600px;
  height: 600px;
  margin-right: -37px;
}
.youshi .ysPic .bd {
  overflow: hidden;
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 100%;
}
.youshi .ysPic .bd ul li {
  width: 600px;
  height: 600px;
  border-radius: 100%;
}
.youshi .ysPic .bd ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysCont {
  float: left;
  width: 660px;
}
.youshi .ysCont .ysTit img {
  display: block;
  height: 112px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  margin-top: 84px;
  height: 348px;
}
.youshi .ysCont .bd ul li .item {
  height: 348px;
  padding-top: 10px;
  position: relative;
  color: #ffffff;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .num {
  position: absolute;
  top: 10px;
  left: 6px;
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
  width: 60px;
  height: 38px;
  border-radius: 6px;
  line-height: 38px;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .num:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fec106;
  border-radius: 6px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .tit {
  position: relative;
}
.youshi .ysCont .bd ul li .item .tit span {
  display: block;
  line-height: 38px;
  font-weight: bold;
  font-size: 24px;
  margin-left: 84px;
}
.youshi .ysCont .bd ul li .item .tit i {
  display: block;
  font-family: Arial;
  font-size: 15px;
  margin-top: 20px;
  line-height: 1;
  letter-spacing: 2px;
}
.youshi .ysCont .bd ul li .item .text {
  font-size: 15px;
  line-height: 42px;
  margin-top: 52px;
}
.youshi .ysCont .bd ul li .item:hover .num {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .hd ul {
  display: flex;
  justify-content: space-between;
  background: url(../images/yshdli.png) 0 17px no-repeat;
}
.youshi .ysCont .hd ul li {
  flex: 1;
  cursor: pointer;
  background: url(../images/yshdli.png) right 17px no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  padding-right: 4px;
  color: #fff;
}
.youshi .ysCont .hd ul li h4 {
  font-size: 18px;
  line-height: 1;
}
.youshi .ysCont .hd ul li i {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  overflow: hidden;
  margin: auto;
}
.youshi .ysCont .hd ul li i:before,
.youshi .ysCont .hd 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;
}
.youshi .ysCont .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .ysCont .hd ul li:hover,
.youshi .ysCont .hd ul li.on {
  color: #fec106;
}
.youshi .ysCont .hd ul li:hover h4,
.youshi .ysCont .hd ul li.on h4 {
  font-weight: bold;
}
.youshi .ysCont .hd ul li:hover i,
.youshi .ysCont .hd ul li.on i {
  border-color: #20377b;
}
.youshi .ysCont .hd ul li:hover i:before,
.youshi .ysCont .hd ul li.on i:before,
.youshi .ysCont .hd ul li:hover i:after,
.youshi .ysCont .hd ul li.on i:after {
  top: -100%;
}
.youshi .page {
  position: absolute;
  right: 110px;
  bottom: -85px;
  z-index: 2;
}
.youshi .page .prev {
  display: block;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/ysl.png) 0 center no-repeat;
  width: 40px;
  height: 50px;
}
.youshi .page .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .page .next {
  display: block;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/ysr.png) 0 center no-repeat;
  width: 40px;
  height: 50px;
  margin-left: 80px;
}
.youshi .page .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .tel {
  position: absolute;
  left: 0;
  height: 50px;
  line-height: 50px;
  left: 5px;
  bottom: -85px;
  z-index: 2;
  color: #fff;
  font-size: 16px;
}
.youshi .tel:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  vertical-align: top;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}
.youshi .tel i {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: bold;
}
.news {
  padding: 70px 0;
  background: url(../images/newsbg.jpg) center bottom no-repeat;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 14px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 101px;
  position: relative;
}
.news .newsTab ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -51px;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #dddddd;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li:first-child:before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  line-height: 34px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 34px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a 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;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #20377b;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 50px;
  margin-bottom: -35px;
  position: relative;
  z-index: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
  height: 816px;
}
.news .list1 ul {
  margin-right: -70px;
}
.news .list1 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 ul li {
  float: left;
  margin-right: 70px;
  width: 380px;
}
.news .list1 ul li .pic {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border: 10px solid #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .cont {
  height: 150px;
  padding-top: 30px;
}
.news .list1 ul li .cont .tt {
  position: relative;
  padding-left: 105px;
}
.news .list1 ul li .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li .cont .tt .date {
  font-weight: bold;
  font-family: Arial;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 25px;
  z-index: 1;
}
.news .list1 ul li .cont .tt .date:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
  width: 100%;
  height: 6px;
  background-color: #e9e9e9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #999999;
  margin-top: 14px;
  font-size: 14px;
}
.news .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news .list1 ul li:hover .cont .tt .bt {
  font-weight: bold;
  color: #20377b;
}
.news .list1 ul li:hover .cont .tt .date:before {
  background-color: #20377b;
}
.news .list2 ul {
  margin-right: -53px;
}
.news .list2 ul li {
  border-top: 1px solid #e9e9e9;
  float: left;
  width: 333px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .item {
  width: 280px;
  height: 182px;
  padding-top: 32px;
  position: relative;
}
.news .list2 ul li .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  background-color: #20377b;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .item .date {
  background: url(../images/dateli.png) 0 14px no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .item .date i {
  display: block;
  font-size: 14px;
  line-height: 12px;
  color: #999999;
}
.news .list2 ul li .item .date span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-left: 22px;
  line-height: 18px;
  margin-top: 12px;
}
.news .list2 ul li .item .bt {
  margin-top: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
}
.news .list2 ul li .item:hover {
  color: #20377b;
}
.news .list2 ul li .item:hover:before {
  width: 100%;
}
.news .list2 ul li .item:hover .date {
  background-image: url(../images/datelih.png);
  color: #20377b;
}
.news .list2 ul li .item:hover .bt {
  color: #20377b;
  font-weight: bold;
}
.message {
  background: url(../images/lybg.jpg) center 0 no-repeat;
}
.message .lyBox {
  height: 300px;
  padding-top: 56px;
}
.message .lyBox .formbox {
  float: left;
  padding-right: 58px;
  position: relative;
  width: 736px;
  margin-left: 146px;
}
.message .lyBox .formbox .tit {
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}
.message .lyBox .formbox .tit span {
  font-weight: bold;
  font-size: 24px;
  margin-right: 15px;
}
.message .lyBox .formbox .tit i {
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: bottom;
}
.message .lyBox .formbox input {
  float: left;
  display: block;
  border: none;
  background: none;
  width: 330px;
  height: 40px;
  background-color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  position: relative;
  padding-left: 38px;
  padding-right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .lyBox .formbox input.username {
  background: url(../images/inpxm.png) 10px center no-repeat;
  background-color: #ffffff;
  margin-right: 18px;
  margin-bottom: 28px;
}
.message .lyBox .formbox input.usertel {
  background: url(../images/inpdh.png) 10px center no-repeat;
  margin-bottom: 28px;
  background-color: #ffffff;
}
.message .lyBox .formbox input.xqcontent {
  background: url(../images/inpnr.png) 10px center no-repeat;
  margin-right: 18px;
  background-color: #ffffff;
}
.message .lyBox .formbox input.codeText {
  background: url(../images/inpyzm.png) 10px center no-repeat;
  background-color: #ffffff;
  padding-left: 14px;
}
.message .lyBox .formbox input::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .lyBox .formbox input::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .lyBox .formbox input:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .lyBox .formbox input:focus,
.message .lyBox .formbox input:active {
  border-color: #20377b;
  z-index: 2;
}
.message .lyBox .formbox input:focus::-webkit-input-placeholder,
.message .lyBox .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .lyBox .formbox .code {
  position: relative;
  display: block;
  float: left;
}
.message .lyBox .formbox .code .imgCode {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 86px;
  height: 34px;
  border: none;
  display: block;
  z-index: 2;
}
.message .lyBox .formbox .submitform {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42px;
  height: 110px;
  background-color: #ffffff;
  text-align: center;
  line-height: 1;
  color: #20377b;
  font-size: 16px;
  overflow: hidden;
  padding: 23px 13px;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .lyBox .formbox .submitform:hover {
  background-color: #fec106;
  box-shadow: 0 0 10px rgba(254, 193, 6, 0.5);
}
.message .lyBox .ewm {
  float: right;
  width: 120px;
  text-align: center;
  margin-right: 54px;
  margin-top: 37px;
}
.message .lyBox .ewm img {
  display: block;
  width: 120px;
  height: 120px;
  background: url(../images/ewmbg.png) 0 center no-repeat;
  padding: 8px;
}
.message .lyBox .ewm span {
  display: block;
  color: #fff;
  letter-spacing: 1px;
  color: #fefeff;
  margin-top: 17px;
}
.message .lyBox .honor {
  float: right;
  margin-top: 44px;
  width: 142px;
  text-align: center;
}
.message .lyBox .honor .pic {
  display: block;
  width: 142px;
  height: 107px;
  background: url(../images/honorbg.png) center 0 no-repeat;
  padding: 7px;
  background-color: #fff;
}
.message .lyBox .honor .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.message .lyBox .honor .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fefeff;
  margin-top: 14px;
  line-height: 34px;
  height: 34px;
}
.links {
  padding: 52px 0;
}
.links .linksBox {
  display: flex;
  z-index: 1;
  line-height: 32px;
}
.links .tit {
  float: left;
  width: 154px;
  border-right: 1px solid #aaa;
  height: 56px;
}
.links .tit i {
  text-transform: uppercase;
  font-family: "FuturaBT";
  font-size: 40px;
  color: #20377b;
  display: block;
  line-height: 30px;
  font-weight: bold;
}
.links .tit span {
  display: block;
  font-size: 18px;
  letter-spacing: 14px;
  line-height: 1;
  margin-top: 10px;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  width: 1180px;
  margin-top: -6px;
  margin-bottom: -6px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #20377b;
}
