@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 {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .banner-page {
  width: 7.29166667%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 6;
  height: 100%;
}
.banner .banner-pagination {
  position: absolute;
  text-align: center;
  z-index: 5;
  width: 100%;
  top: 50%;
  height: 94px;
  margin-top: -47px;
  left: 0;
}
.banner .banner-pagination span {
  opacity: 1;
  display: block;
  width: 18px;
  height: 18px;
  border: solid 2px #c8c8c8;
  outline: none;
  margin: 10px auto;
  border-radius: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  border-color: #004b91;
  background-color: #004b91;
}
.banner .banner-prev {
  position: absolute;
  width: 13px;
  height: 22px;
  left: 50%;
  margin-left: -27px;
  bottom: 0;
  background: url(../images/bl.png) center center no-repeat;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.banner .banner-prev:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.banner .banner-next {
  position: absolute;
  width: 13px;
  height: 22px;
  right: 50%;
  margin-right: -27px;
  bottom: 0;
  background: url(../images/br.png) center center no-repeat;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.banner .banner-next:before {
  content: "";
  display: block;
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #c8c8c8;
}
.banner .banner-next:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  font-size: 36px;
  color: #222222;
  -webkit-text-stroke: 0.7px #222;
}
.title .line {
  width: 90px;
  height: 1px;
  background-color: #222222;
  margin: 15px auto 0;
}
.title p {
  margin-top: 22px;
  font-size: 16px;
  color: #666666;
}
.trait {
  padding: 80px 0;
}
.trait .tdBox {
  margin-top: 32px;
}
.trait .tdBox .tip {
  text-align: center;
  line-height: 26px;
  color: #888888;
}
.trait .tdBox .list {
  margin-top: 34px;
}
.trait .tdBox .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.trait .tdBox .list ul li {
  float: left;
  width: 285px;
  margin-left: 20px;
}
.trait .tdBox .list ul li:first-child {
  margin-left: 0;
}
.trait .tdBox .list ul li i {
  display: block;
  height: 90px;
  overflow: hidden;
  margin: auto;
  border: solid 1px #d3d3d3;
  border-bottom: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.trait .tdBox .list ul li i:before,
.trait .tdBox .list 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;
}
.trait .tdBox .list ul li i.ico1:before,
.trait .tdBox .list ul li i.ico1:after {
  background: url(../images/tdico1.png) center center no-repeat;
}
.trait .tdBox .list ul li i.ico2:before,
.trait .tdBox .list ul li i.ico2:after {
  background: url(../images/tdico2.png) center center no-repeat;
}
.trait .tdBox .list ul li i.ico3:before,
.trait .tdBox .list ul li i.ico3:after {
  background: url(../images/tdico3.png) center center no-repeat;
}
.trait .tdBox .list ul li i.ico4:before,
.trait .tdBox .list ul li i.ico4:after {
  background: url(../images/tdico4.png) center center no-repeat;
}
.trait .tdBox .list ul li:hover i {
  border-color: #004b91;
}
.trait .tdBox .list ul li:hover i:before,
.trait .tdBox .list ul li:hover i:after {
  top: -100%;
}
.trait .tdBox .list ul li .cont {
  height: 150px;
  background-color: #ebeff5;
  text-align: center;
  padding: 38px 15px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.trait .tdBox .list ul li .cont h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.trait .tdBox .list ul li .cont h5 {
  line-height: 18px;
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.trait .tdBox .list ul li:hover .cont {
  background: #004b91;
}
.trait .tdBox .list ul li:hover .cont h4 {
  color: #fff;
}
.trait .tdBox .list ul li:hover .cont h5 {
  color: #fff;
}
.product {
  background-color: #ebeff5;
  padding: 80px 0;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.product .proNav a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004b91, #004b91);
  background-image: linear-gradient(to right, #004b91, #004b91);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
  margin: 0 5px;
}
.product .proNav a:hover {
  background-size: 100% 100%;
  color: #fff;
}
.product .proNav ul {
  position: relative;
  z-index: 2;
  padding: 15px 0;
}
.product .proNav ul li {
  border-bottom: dashed 1px #c5c5c5;
}
.product .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  height: 40px;
  line-height: 39px;
  position: relative;
  padding: 0 40px 0 20px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004b91, #004b91);
  background-image: linear-gradient(to right, #004b91, #004b91);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proNav ul li > a:before {
  content: "";
  background: url(../images/proLli.png) center center no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 0;
  width: 12px;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav ul li > a:after {
  content: "";
  background: url(../images/proLlih.png) center center no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 40px;
  top: 0;
  width: 12px;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav ul li:hover > a {
  background-size: 100% 100%;
  color: #fff;
}
.product .proNav ul li:hover > a:before {
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.product .proNav ul li:hover > a:after {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.product .list {
  padding: 0 20px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  float: left;
  position: relative;
  margin-top: 40px;
  width: 25%;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 74.41860465%;
  position: relative;
  overflow: hidden;
}
.product .list li .pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0;
  background-color: #000;
  transition: all 0.6s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%);
  clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%);
}
.product .list li .pic:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: scale(2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px -30px;
  z-index: 2;
  background: #fff url(../images/proadd.png) no-repeat center center;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .list 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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list li:hover .pic:before {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);
  clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);
}
.product .list li:hover .pic:after {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  color: #666666;
  background: #fff;
  font-size: 16px;
  position: relative;
  padding-right: 80px;
  padding-left: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .bt:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: #004b91 url(../images/promore.png) center center no-repeat;
  border-left: 10px solid #ebeff5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover .bt {
  color: #004b91;
}
.youshi {
  background-color: #1a1b1e;
  padding: 80px 0;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysBox {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.youshi .ysBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysPic {
  float: left;
  width: 960px;
  height: 540px;
  overflow: hidden;
}
.youshi .ysPic li {
  width: 960px;
  height: 540px;
}
.youshi .ysPic li img {
  display: block;
  width: 960px;
  height: 540px;
}
.youshi .ysCont {
  float: left;
  width: 490px;
  margin-left: 66px;
  padding-top: 20px;
}
.youshi .ysCont .tit {
  line-height: 1;
  color: #ffffff;
  height: 106px;
  background: url(../images/ystitline.png) 0 bottom no-repeat;
}
.youshi .ysCont .tit h3 {
  font-size: 32px;
  -webkit-text-stroke: 0.4px #fff;
}
.youshi .ysCont .tit h4 {
  margin-top: 20px;
  font-size: 18px;
}
.youshi .ysCont .list {
  height: 155px;
  margin-top: 110px;
  overflow: hidden;
}
.youshi .ysCont .list li {
  padding-top: 10px;
  color: #ffffff;
  height: 175px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.youshi .ysCont .list li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .list li h4 {
  font-weight: bold;
  font-size: 22px;
}
.youshi .ysCont .list li .text {
  line-height: 28px;
  margin-top: 34px;
}
.youshi .ysCont .list li:hover h4 {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.youshi .ysCont .list li:hover .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysCont .page {
  margin-top: 30px;
  height: 30px;
}
.youshi .ysCont .page .prev {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border: solid 1px #878787;
  background: url(../images/ysl.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .page .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysCont .page .next {
  display: block;
  margin-left: 10px;
  float: left;
  width: 30px;
  height: 30px;
  background: #004b91 url(../images/ysr.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .page .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysPic2 {
  float: right;
  width: 360px;
  height: 340px;
  overflow: hidden;
  opacity: 0.6;
  position: relative;
  top: 450px;
}
.youshi .ysPic2 li {
  width: 960px;
  height: 540px;
}
.youshi .ysPic2 li img {
  display: block;
  width: 960px;
  height: 540px;
}
.youshi .hd {
  margin-top: 80px;
}
.youshi .hd li {
  float: left;
  width: 266px;
  height: 170px;
  background-color: #383b42;
  margin-left: 30px;
  text-align: center;
  padding-top: 30px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd li:first-child {
  margin-left: 0;
}
.youshi .hd li i {
  display: block;
  width: 60px;
  height: 70px;
  overflow: hidden;
  margin: auto;
}
.youshi .hd li i:before,
.youshi .hd 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 .hd li i.ico1:before,
.youshi .hd li i.ico1:after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd li i.ico2:before,
.youshi .hd li i.ico2:after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd li i.ico3:before,
.youshi .hd li i.ico3:after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd li i.ico4:before,
.youshi .hd li i.ico4:after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd li h4 {
  margin-top: 10px;
  font-size: 20px;
}
.youshi .hd li.on {
  background-color: #004b91;
}
.youshi .hd li.on i:before,
.youshi .hd li.on i:after {
  top: -100%;
}
.hot {
  padding: 80px 0;
}
.hot .hotBox {
  margin-top: 40px;
}
.hot .hotBox .one {
  width: 530px;
  float: left;
}
.hot .hotBox .one .pic {
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .hotBox .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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .hotBox .one:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.hot .hotBox .one .cont {
  background-color: #ebeff5;
  height: 240px;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .hotBox .one .cont .box {
  height: 240px;
  background-color: #ffffff;
  padding: 20px 30px 0;
  position: relative;
  bottom: 30px;
}
.hot .hotBox .one .cont .box .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .hotBox .one .cont .box .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.hot .hotBox .one .cont .box .line {
  height: 1px;
  background-color: #d3d3d3;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004b91, #004b91);
  background-image: linear-gradient(to right, #004b91, #004b91);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.hot .hotBox .one .cont .box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  color: #888888;
  margin-top: 15px;
}
.hot .hotBox .one .cont .box .date {
  line-height: 1;
  margin-top: 22px;
}
.hot .hotBox .one:hover .cont {
  box-shadow: 0 10px 15px -5px rgba(0, 75, 145, 0.1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hot .hotBox .one:hover .cont .box .line {
  background-size: 100% 100%;
}
.hot .hotBox .one:hover .cont .box .bt {
  color: #004b91;
}
.hot .hotBox .list {
  float: right;
  width: 630px;
}
.hot .hotBox .list li {
  width: 630px;
  height: 275px;
  background-color: #ebeff5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 30px;
  margin-top: 40px;
}
.hot .hotBox .list li:first-child {
  margin-top: 0;
}
.hot .hotBox .list li .date {
  float: left;
  width: 100px;
  height: 110px;
  background-color: #333333;
  text-align: center;
  color: #fff;
  font-family: Arial;
  line-height: 1;
  padding-top: 25px;
  position: relative;
  top: 53px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .hotBox .list li .date i {
  font-weight: bold;
  font-size: 40px;
  font-family: Arial;
}
.hot .hotBox .list li .date span {
  display: block;
  margin-top: 4px;
}
.hot .hotBox .list li .cont {
  width: 470px;
  height: 215px;
  background-color: #ffffff;
  padding: 26px 30px 0;
  float: right;
}
.hot .hotBox .list li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .hotBox .list li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.hot .hotBox .list li .cont .line {
  height: 1px;
  background-color: #d3d3d3;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004b91, #004b91);
  background-image: linear-gradient(to right, #004b91, #004b91);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.hot .hotBox .list li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  color: #888888;
  margin-top: 15px;
}
.hot .hotBox .list li .cont .date {
  line-height: 1;
  margin-top: 22px;
}
.hot .hotBox .list li:hover {
  box-shadow: 0 10px 15px -5px rgba(0, 75, 145, 0.1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hot .hotBox .list li:hover .date {
  background: #004b91;
}
.hot .hotBox .list li:hover .cont .bt {
  color: #004b91;
}
.hot .hotBox .list li:hover .cont .line {
  background-size: 100% 100%;
}
.case {
  padding: 80px 0;
  background-color: #ebeff5;
}
.case .caseBox {
  margin-top: 40px;
}
.case .caseBox .list {
  height: 400px;
  overflow: hidden;
}
.case .caseBox .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .bd ul {
  height: 400px;
}
.case .caseBox .bd li {
  float: left;
  width: 277px;
  height: 400px;
  position: relative;
  margin-left: 30px;
  background: #fff;
}
.case .caseBox .bd li .pic {
  display: block;
  width: 100%;
  height: 200px;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.case .caseBox .bd 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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .bd li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox .bd li .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 200px;
  background-color: #ffffff;
  text-align: center;
  padding: 0 25px;
  padding-top: 120px;
}
.case .caseBox .bd li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
}
.case .caseBox .bd li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .bd li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
  line-height: 24px;
}
.case .caseBox .bd li .cont .more {
  width: 28px;
  height: 60px;
  border: solid 2px transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 30px;
  background: url(../images/caseli2.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.case .caseBox .bd li .cont .more:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.case .caseBox .bd li:hover .bt {
  color: #004b91;
}
.case .caseBox .bd li:hover .more {
  border-color: #004b91;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.case .caseBox .bd li.item1 {
  margin-left: 0;
  width: 585px;
  height: 400px;
  position: relative;
}
.case .caseBox .bd li.item1 .pic {
  width: 585px;
  height: 400px;
}
.case .caseBox .bd li.item1 .cont {
  background: transparent;
  position: initial;
}
.case .caseBox .bd li.item1 .cont .more {
  display: none;
}
.case .caseBox .bd li.item1 .cont p {
  display: none;
}
.case .caseBox .bd li.item1 .cont a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 80px 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  color: #fff;
  font-weight: normal;
  padding-top: 84px;
  line-height: 56px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.case .caseBox .bd li.item1 .cont a:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 34px;
  height: 8px;
  width: 40px;
  background: url(../images/caseli1.png) center center no-repeat;
}
.case .caseBox .bd li.item1 .cont a:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.case .caseBox .bd li.item3 .pic {
  top: auto;
  bottom: 0;
}
.case .caseBox .bd li.item3 .cont {
  top: 0;
}
.case .caseBox .prev {
  display: block;
  position: absolute;
  left: -70px;
  top: 198px;
  width: 30px;
  height: 30px;
  border: solid 1px #878787;
  background: url(../images/ar3.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .caseBox .next {
  display: block;
  position: absolute;
  right: -70px;
  top: 198px;
  width: 30px;
  height: 30px;
  background: #004b91 url(../images/ysr.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .hd {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.case .hd li {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: solid 2px #b6b6b6;
  margin: 0 5px;
  cursor: pointer;
}
.case .hd li.on {
  background-color: #004b91;
  border-color: #004b91;
}
.case .moreLink {
  display: block;
  height: 52px;
  line-height: 52px;
  width: 200px;
  margin: 60px auto 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .moreLink:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .moreLink:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .moreLink:hover {
  color: #fff;
}
.case .moreLink:hover:before {
  height: 50%;
  background-color: #004b91;
}
.case .moreLink:hover:after {
  height: 50%;
  background-color: #004b91;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center center no-repeat fixed;
  height: 300px;
}
.mbanner1 .text {
  text-align: center;
  color: #fff;
  padding-top: 80px;
}
.mbanner1 .text .t1 {
  line-height: 1;
  font-size: 22px;
}
.mbanner1 .text .t2 {
  margin-top: 40px;
  line-height: 35px;
  font-size: 15px;
}
.mbanner1 .text .t2 .tel {
  display: inline-block;
  vertical-align: top;
}
.mbanner1 .text .t2 .tel:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 15px;
  animation: msClock2 1.4s linear infinite;
  background: url(../images/mbantel.png) center center no-repeat;
}
.mbanner1 .text .t2 .tel i {
  font-weight: bold;
  font-size: 18px;
  font-family: Arial;
}
.mbanner1 .text .t2 .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 35px;
  font-size: 15px;
  background-color: #ffffff;
  margin-left: 40px;
  text-align: center;
  line-height: 35px;
  -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;
}
.mbanner1 .text .t2 .zxLink: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;
}
.mbanner1 .text .t2 .zxLink:hover {
  background: none;
  color: #fff;
}
.mbanner1 .text .t2 .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.mbanner1 .text .line {
  width: 600px;
  height: 1px;
  background-color: #ffffff;
  margin: 52px auto 0;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding: 80px 0;
}
.about .aboutPic {
  width: 600px;
  position: relative;
  float: left;
  height: 670px;
}
.about .aboutPic .aboutSwiper {
  position: absolute;
  right: 0;
  top: 0;
  width: 960px;
  height: 590px;
}
.about .aboutPic .pic {
  display: block;
  width: 960px;
  height: 590px;
}
.about .aboutPic .pic img {
  display: block;
  width: 960px;
  height: 590px;
}
.about .aboutPic .about-swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #004b91;
  padding-top: 30px;
  width: 300px;
  height: 80px;
  text-align: center;
  font-size: 0;
}
.about .aboutPic .about-swiper-pagination span {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: solid 2px #f5f5f5;
  background: transparent;
  opacity: 1;
  border-radius: 0;
  margin: 0 5px;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutPic .about-swiper-pagination span.swiper-pagination-bullet-active {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.about .aboutText {
  float: right;
  width: 600px;
  height: 590px;
  background: #fff;
  padding: 80px 55px 0 70px;
}
.about .aboutText h4 {
  font-size: 24px;
  line-height: 1;
}
.about .aboutText .line {
  margin-top: 30px;
  height: 1px;
  background-color: #d3d3d3;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  line-height: 26px;
  height: 234px;
  font-size: 14px;
  color: #888888;
  margin-top: 44px;
  text-indent: 2em;
  text-align: justify;
}
.about .aboutText .moreLink {
  display: block;
  margin-top: 54px;
  width: 40px;
  height: 40px;
  border: solid 2px #d6d6d6;
  background: url(../images/aboutmore.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .moreLink:hover {
  color: #fff;
  border-color: #004b91;
  background: #004b91 url(../images/aboutmoreh.png) center center no-repeat;
  border-radius: 100%;
}
.about .aLink {
  margin-top: 60px;
}
.about .aLink:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aLink a {
  float: left;
  display: block;
  width: 33.33333%;
  margin-left: -1px;
  border: solid 1px #d3d3d3;
  height: 150px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 148px;
}
.about .aLink a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 71px;
  height: 100px;
  overflow: hidden;
  margin: auto;
  margin-right: 20px;
}
.about .aLink a i:before,
.about .aLink 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;
}
.about .aLink a i.ico1:before {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aLink a i.ico1:after {
  background: url(../images/aboutico1h.png) center center no-repeat;
}
.about .aLink a i.ico2:before {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aLink a i.ico2:after {
  background: url(../images/aboutico2h.png) center center no-repeat;
}
.about .aLink a i.ico3:before {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aLink a i.ico3:after {
  background: url(../images/aboutico3h.png) center center no-repeat;
}
.about .aLink a .cn {
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a .en {
  font-size: 16px;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 6px;
}
.about .aLink a:hover {
  background-color: #004b91;
  border-color: #004b91;
}
.about .aLink a:hover i:before,
.about .aLink a:hover i:after {
  top: -100%;
}
.about .aLink a:hover .cn {
  color: #fff;
}
.about .aLink a:hover .en {
  color: #fff;
}
.news {
  background-color: #ebeff5;
  padding: 80px 0;
}
.news .newsBox {
  margin-top: 40px;
}
.news .newsTab {
  position: relative;
  text-align: center;
}
.news .newsTab ul {
  font-size: 0;
}
.news .newsTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul li {
  display: inline-block;
  margin: 0 10px;
}
.news .newsTab ul li a {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #d0d4d9;
  color: #333333;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004b91, #004b91);
  background-image: linear-gradient(to right, #004b91, #004b91);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.news .newsTab ul li.on a {
  background-size: 100% 100%;
  color: #ffffff;
}
.news .newsTabs {
  margin-top: 40px;
  height: 560px;
  overflow: hidden;
}
.news .one {
  float: left;
  width: 530px;
  height: 560px;
  background-color: #ffffff;
  padding: 70px 60px 0;
}
.news .one .cont {
  height: 210px;
}
.news .one .date {
  line-height: 20px;
  font-family: Arial;
  font-size: 26px;
  color: #666666;
  position: relative;
}
.news .one .date:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #b8b8b8;
}
.news .one .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  margin-top: 30px;
}
.news .one .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .one p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 22px;
  height: 66px;
  color: #888888;
  margin-top: 26px;
}
.news .one .pic {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.news .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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .one:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .one:hover .bt {
  color: #004b91;
}
.news .list {
  float: right;
  width: 630px;
}
.news .list li {
  height: 100px;
  background-color: #ffffff;
  margin-top: 15px;
  padding: 25px 30px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li:first-child {
  margin-top: 0;
}
.news .list li .date {
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 46px;
  height: 46px;
  padding-right: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list li .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 30px;
  background: url(../images/newsli.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .list li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  height: 100%;
  top: 0;
  width: 30px;
  background: url(../images/newslih.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .list li:hover {
  background: #004b91;
}
.news .list li:hover .date {
  color: #fff;
}
.news .list li:hover .bt {
  color: #fff;
}
.news .list li:hover .bt:before {
  right: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .list li:hover .bt:after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}
.news .newsSwiper {
  float: left;
  width: 360px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 30px 0;
}
.news .newsSwiper .tit {
  line-height: 20px;
  height: 20px;
}
.news .newsSwiper .tit span {
  font-size: 20px;
  font-weight: bold;
}
.news .newsSwiper .tit i {
  vertical-align: bottom;
  color: #999999;
  font-size: 14px;
  margin-left: 5px;
}
.news .newsSwiper .swiper-container {
  margin-top: 20px;
}
.news .newsSwiper .swiper-container li .pic {
  display: block;
  width: 300px;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.news .newsSwiper .swiper-container li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .swiper-container li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsSwiper .swiper-container li .cont {
  height: 178px;
  padding-top: 20px;
}
.news .newsSwiper .swiper-container li .cont .bt {
  font-size: 16px;
  line-height: 36px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsSwiper .swiper-container li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper .swiper-container li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
}
.news .newsSwiper .swiper-container li .cont .more {
  display: block;
  margin-top: 22px;
  width: 110px;
  height: 40px;
  background-color: #004b91;
  border-radius: 8px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  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;
}
.news .newsSwiper .swiper-container li .cont .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #004b91;
  border-radius: 8px;
  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;
}
.news .newsSwiper .swiper-container li .cont .more:hover {
  background: none;
  color: #004b91;
}
.news .newsSwiper .swiper-container li .cont .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .newsSwiper .swiper-container li .cont:hover .bt {
  color: #004b91;
}
.news .newsSwiper .news-pagination {
  text-align: center;
  margin-top: 40px;
  height: 2px;
}
.news .newsSwiper .news-pagination span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 2px;
  background-color: #999999;
  border-radius: 1px;
  margin: 0 5px;
  opacity: 1;
  outline: none;
}
.news .newsSwiper .news-pagination span.swiper-pagination-bullet-active {
  background: #004b91;
  width: 40px;
}
.news .newsR {
  float: right;
  width: 880px;
}
.news .newsR .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsR .one .pic {
  display: block;
  width: 240px;
  height: 170px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  float: left;
}
.news .newsR .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .one:hover .pic {
  box-shadow: 0px 3px 7px rgba(51, 51, 51, 0.1);
}
.news .newsR .one:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsR .one .date {
  width: 115px;
  text-align: center;
  line-height: 1;
  float: left;
  padding-top: 5px;
}
.news .newsR .one .date i {
  display: block;
  font-size: 48px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .one .date span {
  display: block;
  color: #999999;
  margin-top: 15px;
}
.news .newsR .one .cont {
  float: right;
  width: 525px;
}
.news .newsR .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 28px;
  height: 28px;
}
.news .newsR .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #888888;
  margin-top: 16px;
}
.news .newsR .one .cont .more {
  display: block;
  margin-top: 22px;
  width: 110px;
  height: 40px;
  border-radius: 8px;
  border: solid 1px #bbbbbb;
  line-height: 38px;
  color: #999999;
  font-size: 16px;
  text-align: center;
}
.news .newsR .one .cont .more:hover {
  background: #004b91;
  color: #fff;
}
.news .newsR .one:hover .date i {
  color: #004b91;
}
.news .newsR .one:hover .cont .bt {
  color: #004b91;
}
.news .newsR .one:hover .cont .more {
  border-color: #004b91;
  color: #004b91;
}
.news .newsR .one:hover .cont .more:hover {
  background: #004b91;
  color: #fff;
}
.news .newsR .list {
  margin-top: 26px;
}
.news .newsR .list ul {
  margin-right: -40px;
}
.news .newsR .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsR .list li {
  float: left;
  width: 420px;
  margin-right: 40px;
  height: 61px;
  line-height: 60px;
  border-bottom: 1px dashed #ccc;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsR .list li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #004b91;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsR .list li:hover:after,
.news .newsR .list li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsR .list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 330px;
  font-size: 16px;
  color: #666666;
  position: relative;
  z-index: 2;
}
.news .newsR .list li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .list li span {
  float: right;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list li:hover a {
  color: #004b91;
}
.news .newsR .list li:hover span {
  color: #004b91;
}
.message {
  padding: 80px 0;
}
.message .lyBox {
  background: url(../images/lyimg.jpg) 0 0 no-repeat;
  padding-left: 470px;
  height: 550px;
}
.message .formbox {
  height: 390px;
  background-color: #ebeff5;
  padding: 60px 50px 0;
}
.message .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .formbox input,
.message .formbox textarea {
  margin-bottom: 20px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  background: #fff;
  border: solid 1px #fff;
  line-height: 38px;
  padding: 0 10px 0 47px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username,
.message .formbox textarea.username {
  background: #fff url(../images/inpxm.png) 19px center no-repeat;
  margin-right: 30px;
}
.message .formbox input.usertel,
.message .formbox textarea.usertel {
  background: #fff url(../images/inpdh.png) 19px center no-repeat;
}
.message .formbox input.xqcontent,
.message .formbox textarea.xqcontent {
  background: #fff url(../images/inpnr.png) 19px 12px no-repeat;
  width: 100%;
  height: 150px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
}
.message .formbox input.codeText,
.message .formbox textarea.codeText {
  padding-left: 20px;
}
.message .formbox input::-webkit-input-placeholder,
.message .formbox textarea::-webkit-input-placeholder {
  color: #666666;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input:focus,
.message .formbox textarea:focus,
.message .formbox input:active,
.message .formbox textarea:active {
  border-color: rgba(0, 75, 145, 0.7);
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox textarea:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder,
.message .formbox textarea:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  position: relative;
  float: left;
}
.message .formbox .code .imgCode {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 40px;
  border: none;
  display: block;
  z-index: 2;
}
.message .formbox .submitform {
  float: right;
  width: 300px;
  height: 40px;
  background-color: #004b91;
  border: none;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.message .formbox .submitform:hover {
  background-color: #004b91;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 8px 10px -5px rgba(0, 75, 145, 0.5);
}
.message .links {
  padding-top: 35px;
  padding-left: 20px;
}
.message .links .list {
  overflow: hidden;
  line-height: 42px;
  margin-right: -20px;
  font-size: 0;
  height: 84px;
  margin-right: -45px;
}
.message .links .list a {
  color: #666666;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0 45px;
  left: -10px;
}
.message .links .list a:before {
  content: "/";
  display: block;
  position: absolute;
  text-align: center;
  left: -50px;
  width: 10px;
  height: 100%;
  color: #b6b6b6;
}
.message .links .list a:hover {
  color: #004b91;
}
