@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;
}
.banner {
  position: relative;
  z-index: 1;
  height: 668px;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 668px;
  top: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: 0 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background-color: #fff;
  border-color: #fff;
}
.search {
  background: url(../images/searchbg.jpg) center 0 no-repeat;
  height: 74px;
}
.search .inContent {
  line-height: 28px;
  padding-top: 23px;
}
.search .inContent .slogan {
  float: left;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  background: url(../images/slogan.png) 0 center no-repeat;
}
.search .inContent .slogan b {
  color: #333333;
}
.search .inContent .searchBox {
  float: right;
  height: 28px;
  border: none;
  border-left: 1px solid rgba(109, 124, 154, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 0.96);
}
.search .inContent .searchBox .searchInp {
  color: #fff;
  width: 340px;
  padding: 0 30px;
  height: 28px;
  line-height: 28px;
  background: none;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.search .inContent .searchBox .searchInp::-webkit-input-placeholder {
  color: #6d7c9a;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.search .inContent .searchBox .searchInp::-moz-placeholder {
  color: #6d7c9a;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.search .inContent .searchBox .searchInp:-ms-input-placeholder {
  color: #6d7c9a;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.search .inContent .searchBox .searchInp:focus,
.search .inContent .searchBox .searchInp:active {
  z-index: 2;
}
.search .inContent .searchBox .searchInp:focus::-webkit-input-placeholder,
.search .inContent .searchBox .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.search .inContent .searchBox .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  width: 26px;
  height: 28px;
  cursor: pointer;
  position: relative;
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 0.96);
}
.search .inContent .searchBox .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search .inContent .searchBox:hover {
  border-color: #fff;
}
.title {
  line-height: 1;
  position: relative;
}
.title h4 {
  font-size: 54px;
  font-weight: bold;
  font-family: "SourceHanSerifCN Bold", 'Times New Roman', Times, serif;
  line-height: 44px;
}
.title h4:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.title h3 {
  font-size: 24px;
  margin-top: 18px;
}
.product {
  padding: 70px 0 80px;
  background: url(../images/probg.jpg) center bottom no-repeat;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav .title h4 span {
  display: block;
  float: left;
  color: #2449a4;
  background-image: linear-gradient(91deg, #16294e 0%, #1f386a 27%, #274785 55%, #162f67 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product .proNav .more {
  margin-top: 12px;
  float: right;
  width: 65px;
  height: 65px;
  background-image: linear-gradient(0deg, #16294e 0%, #1f386a 27%, #274785 55%, #162f67 100%);
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
}
.product .proNav .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -1px;
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
}
.product .proNav .more:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -14px;
  width: 2px;
  height: 28px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
}
.product .proNav .more:hover {
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.product .proNav .more:hover:before,
.product .proNav .more:hover:after {
  -webkit-transform: scale(1) rotate(135deg);
  -moz-transform: scale(1) rotate(135deg);
  -o-transform: scale(1) rotate(135deg);
  transform: scale(1) rotate(135deg);
}
.product .proNav .navDl {
  width: 900px;
  float: right;
  margin-right: 20px;
}
.product .proNav .navDl dl {
  line-height: 36px;
  margin-top: 14px;
}
.product .proNav .navDl dl:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .navDl dl:first-child {
  margin-top: 0;
}
.product .proNav .navDl dl dt {
  width: 95px;
  float: left;
}
.product .proNav .navDl dl dt a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #000000;
}
.product .proNav .navDl dl dt a:hover {
  color: #2449a4;
}
.product .proNav .navDl dl dd {
  float: left;
  width: 825px;
  overflow: hidden;
  margin-right: -20px;
}
.product .proNav .navDl dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  color: #444;
  padding: 0 28px 0 29px;
  position: relative;
  left: -25px;
}
.product .proNav .navDl dl dd a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #aaaaaa;
}
.product .proNav .navDl dl dd a:hover {
  color: #2449a4;
}
.product .proNav a1 {
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  height: 45px;
  line-height: 43px;
  border-radius: 30px;
  border: solid 1px #dedede;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 10px 5px 0;
}
.product .proNav a1:hover {
  border-color: #2449a4;
  color: #2449a4;
}
.product .list {
  margin: 22px auto;
  width: 94%;
  max-width: 1720px;
  min-width: 1280px;
}
.product .list ul {
  margin: 0 -18px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  width: 20%;
  padding: 0 18px;
  margin-top: 40px;
}
.product .list ul li .item {
  background-color: #ffffff;
  padding: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .pic {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.product .list ul li .item .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .tt {
  position: relative;
  border-bottom: 6px solid #ddd;
  background-color: #f8f8f8;
  height: 64px;
  margin-top: 20px;
}
.product .list ul li .item .tt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 6px;
  width: 0;
  background-color: #db241a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product .list ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  position: relative;
  padding: 0 60px 0 30px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(90deg, #16294e 0%, #1f386a 27%, #274785 55%, #162f67 100%);
  background-image: linear-gradient(90deg, #16294e 0%, #1f386a 27%, #274785 55%, #162f67 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .list ul li .item .tt .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  width: 22px;
  height: 100%;
  background: url(../images/proli.png) -30px center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .list ul li .item:hover {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.22);
}
.product .list ul li .item:hover .pic {
  border-color: #2449a4;
  box-shadow: 0 0 12px rgba(36, 73, 164, 0.2);
}
.product .list 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);
}
.product .list ul li .item:hover .tt:before {
  width: 100%;
}
.product .list ul li .item:hover .tt .bt {
  background-size: 100% 100%;
  color: #fff;
}
.product .list ul li .item:hover .tt .bt:before {
  background-position: 0 center;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1620px) {
  .product .list ul {
    margin: 0 -10px;
  }
  .product .list ul li {
    padding: 0 10px;
    margin-top: 30px;
  }
  .product .list ul li .item {
    padding: 10px;
  }
  .product .list ul li .item .tt .bt {
    padding: 0 45px 0 20px;
  }
  .product .list ul li .item .tt .bt:before {
    right: 20px;
  }
}
.product .mTt {
  margin-top: 70px;
  text-align: center;
  height: 52px;
  line-height: 52px;
}
.product .mTt .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 52px;
  background-image: linear-gradient(91deg, #16294e 0%, #1f386a 27%, #274785 55%, #162f67 100%);
  color: #fff;
  border-radius: 4px;
}
.product .mTt .zxLink:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 26px;
  background: url(../images/zxico.png) center center no-repeat;
  margin-right: 12px;
}
.product .mTt .zxLink:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(36, 73, 164, 0.5);
}
.product .mTt .tel {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 24px;
  margin-left: 100px;
}
.product .mTt .tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 34px;
  height: 33px;
  animation: msClock2 1.4s linear infinite;
  background: url(../images/proTel.png) center center no-repeat;
  margin-right: 20px;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 770px;
  padding-top: 208px;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .hd {
  position: absolute;
  width: 1152px;
  height: 172px;
  background-image: linear-gradient(91deg, #16294e 0%, #1f386a 27%, #274785 55%, #162f67 100%);
  left: -310px;
  top: -120px;
  z-index: 2;
  padding-left: 310px;
  border-radius: 0px 10px 10px 0px;
}
.youshi .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .hd ul li {
  float: left;
  width: 60px;
  height: 172px;
  padding-top: 42px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 110px;
}
.youshi .hd ul li:first-child {
  margin-left: 0;
}
.youshi .hd ul li i {
  display: block;
  width: 50px;
  height: 55px;
  overflow: hidden;
  margin: auto;
}
.youshi .hd ul li i:before,
.youshi .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 .hd ul li i.ico1:before,
.youshi .hd ul li i.ico1:after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:before,
.youshi .hd ul li i.ico2:after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:before,
.youshi .hd ul li i.ico3:after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:before,
.youshi .hd ul li i.ico4:after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li i.ico5:before,
.youshi .hd ul li i.ico5:after {
  background: url(../images/ysico5.png) center center no-repeat;
}
.youshi .hd ul li h4 {
  line-height: 1;
  font-size: 16px;
  margin-top: 14px;
}
.youshi .hd ul li.on i:before,
.youshi .hd ul li.on i:after {
  top: -100%;
}
.youshi .ysMin:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysPic {
  width: 658px;
  height: 460px;
  float: right;
}
.youshi .ysPic .bd {
  width: 658px;
  height: 460px;
  border: solid 4px #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li {
  width: 658px;
  height: 460px;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 658px;
  height: 460px;
}
.youshi .ysPic .bd:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 15px -5px rgba(255, 255, 255, 0.3);
}
.youshi .ysCont {
  width: 556px;
  height: 460px;
  position: relative;
  z-index: 1;
  padding-top: 132px;
  float: left;
  color: #ffffff;
}
.youshi .ysCont .tit h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.youshi .ysCont .tit h3 i {
  color: #999999;
  font-size: 16px;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 15px;
}
.youshi .ysCont .tit h4 {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 268px;
}
.youshi .ysCont .bd li .item {
  height: 268px;
  padding-top: 52px;
}
.youshi .ysCont .bd li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd li .item h4 {
  font-size: 30px;
  line-height: 1;
}
.youshi .ysCont .bd li .item h4 b {
  font-family: Arial;
  font-size: 72px;
  line-height: 54px;
  vertical-align: bottom;
  margin-right: 10px;
}
.youshi .ysCont .bd li .item .line {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  margin-top: 20px;
}
.youshi .ysCont .bd li .item .text {
  line-height: 30px;
  margin-top: 44px;
}
.youshi .ysCont .bd li:hover h4 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysCont .bd li:hover .line {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  opacity: 0.4;
}
.youshi .ysCont .bd li:hover .text {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysCont .tt {
  margin-top: 33px;
}
.youshi .ysCont .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont .tt .tel {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  background-color: #444;
  border-radius: 24px 0px 0px 26px;
  font-size: 30px;
  color: #ffffff;
  float: left;
}
.youshi .ysCont .tt .zxLink {
  float: left;
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background-color: #1470c7;
  border-radius: 0px 25px 25px 0px;
  font-size: 18px;
  color: #ffffff;
  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;
}
.youshi .ysCont .tt .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #db241a;
  border-radius: 0px 25px 25px 0px;
  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;
}
.youshi .ysCont .tt .zxLink:hover {
  background: #fff;
  color: #2449a4;
}
.youshi .ysCont .tt .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case {
  padding: 70px 0;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .caseBox {
  height: 468px;
}
.case .caseBox .tit {
  position: absolute;
  left: 616px;
  top: 38px;
  z-index: 2;
}
.case .caseBox .tit h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.case .caseBox .tit h3 i {
  display: inline-block;
  font-size: 80px;
  font-weight: bold;
  font-family: "SourceHanSerifCN Bold", 'Times New Roman', Times, serif;
  line-height: 62px;
  vertical-align: bottom;
  margin-right: 18px;
  position: relative;
  top: 2px;
}
.case .page {
  height: 24px;
  right: 0;
  top: 78px;
  position: absolute;
  z-index: 3;
}
.case .page:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 24px;
  background-color: #ffffff;
}
.case .page .case-prev {
  float: left;
  width: 35px;
  height: 24px;
  background: url(../images/casel.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: none;
  cursor: pointer;
}
.case .page .case-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .page .case-next {
  float: left;
  width: 35px;
  height: 24px;
  background: url(../images/caser.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: none;
  margin-left: 60px;
  cursor: pointer;
}
.case .page .case-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .caseSwiper {
  height: 468px;
  overflow: hidden;
}
.case .caseSwiper li {
  height: 486px;
}
.case .caseSwiper li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper li .pic {
  display: block;
  width: 558px;
  height: 468px;
  border-radius: 6px;
  border: solid 1px #e4e4f4;
  float: left;
  padding: 5px;
  overflow: hidden;
  position: relative;
}
.case .caseSwiper li .pic i {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.case .caseSwiper 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.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper li .cont {
  width: 544px;
  padding-top: 130px;
  float: right;
  margin-right: 138px;
}
.case .caseSwiper li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 40px;
}
.case .caseSwiper li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper li .cont .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 15px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 100%;
}
.case .caseSwiper li .cont .line {
  height: 1px;
  background-color: #cccce7;
  margin-top: 8px;
}
.case .caseSwiper li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #bcc3db;
  margin-top: 28px;
}
.case .caseSwiper 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 .list {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.case .list ul {
  margin-right: -34px;
}
.case .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list ul li {
  float: left;
  width: 206px;
  height: 160px;
  margin-right: 34px;
  overflow: hidden;
  position: relative;
}
.case .list ul li .pic {
  display: block;
  width: 100%;
  height: 160px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.case .list ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.case .list ul 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;
}
.case .list ul li .bt {
  width: 194px;
  height: 30px;
  position: absolute;
  left: 6px;
  bottom: -40px;
  border-radius: 0 0 4px 4px;
  line-height: 30px;
  padding: 0 10px;
  background: rgba(36, 73, 164, 0.7);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  color: #fff;
}
.case .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .list ul li:hover .bt {
  bottom: 6px;
}
.case .list ul 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);
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding: 70px;
}
.about .aboutBox .tip {
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 1;
}
.about .aboutBox .tip .t1 {
  line-height: 1;
  font-size: 16px;
  position: relative;
}
.about .aboutBox .tip .t1:before {
  content: "";
  width: 138px;
  height: 1px;
  background-color: #aaaaaa;
  position: absolute;
  left: -168px;
  top: 50%;
}
.about .aboutBox .tip .t2 {
  font-size: 14px;
  color: #666666;
  margin-top: 18px;
}
.about .aboutPic {
  width: 380px;
  float: right;
  position: relative;
  padding-top: 132px;
}
.about .aboutPic .honor {
  width: 380px;
  height: 380px;
  position: relative;
  background-color: #2449a4;
  border: 10px #2449a4 solid;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .honor img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about .aboutPic .honor:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 15px -5px rgba(36, 73, 164, 0.3);
}
.about .aboutText {
  float: left;
  width: 825px;
  position: relative;
}
.about .aboutText h5 {
  font-size: 20px;
  margin-top: 50px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #666666;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: justify;
}
.about .aboutText .more {
  display: block;
  text-align: center;
  margin-top: 42px;
  width: 130px;
  height: 36px;
  background-image: linear-gradient(91deg, #16294e 0%, #1f386a 27%, #274785 55%, #162f67 100%);
  line-height: 36px;
  border-radius: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
.about .aboutText .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(36, 73, 164, 0.5);
}
.about .aboutText .number {
  margin-top: 66px;
}
.about .aboutText .number ul {
  text-align: center;
  margin-right: -140px;
}
.about .aboutText .number ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .number ul li {
  float: left;
  height: 80px;
  line-height: 1;
  color: #555555;
  text-align: center;
  border-left: 1px solid #999999;
  padding-left: 110px;
  margin-right: 110px;
}
.about .aboutText .number ul li:first-child {
  background: none;
  padding-left: 0;
  border-left: none;
}
.about .aboutText .number ul li h4 {
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.about .aboutText .number ul li h4 i {
  display: inline-block;
  font-family: Arial;
  font-size: 60px;
  vertical-align: top;
  color: #444444;
  line-height: 42px;
  padding-top: 10px;
  margin-right: 5px;
}
.about .aboutText .number ul li h4 .add {
  font-size: 24px;
  line-height: 14px;
}
.about .aboutText .number ul li p {
  color: #666666;
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
}
.showTabs {
  margin-top: 40px;
}
.showTabs .bd {
  height: 252px;
  overflow: hidden;
}
.showTabs .bd ul {
  margin-right: -41px;
}
.showTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showTabs .bd ul li {
  float: left;
  width: 294px;
  margin-right: 41px;
}
.showTabs .bd ul li .pic {
  display: block;
  height: 202px;
  border: solid 1px #dddddd;
  padding: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .bd ul li .pic i {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.showTabs .bd ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .bd ul li .bt {
  margin-top: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  background-color: #f8f8f8;
  line-height: 40px;
  padding: 0 35px 0 10px;
  color: #666666;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(91deg, #16294e 0%, #1f386a 27%, #274785 55%, #162f67 100%);
  background-image: linear-gradient(91deg, #16294e 0%, #1f386a 27%, #274785 55%, #162f67 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: left center;
}
.showTabs .bd ul li .bt:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../images/showli.png) -20px center no-repeat;
}
.showTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.showTabs .bd ul li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.showTabs .bd ul li:hover .bt:after {
  background-position: 0 center;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news {
  padding-top: 70px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
  padding-bottom: 78px;
}
.news .title {
  color: #fff;
}
.news .title h3 a {
  color: #ffffff;
}
.news .title .line {
  width: 40px;
  height: 3px;
  background-color: #2449a4;
  margin-top: 30px;
}
.news .newsBox {
  margin-top: 60px;
}
.news .newsTab {
  float: left;
  padding-top: 20pox;
  width: 210px;
}
.news .newsTab ul {
  text-align: center;
  font-size: 0;
}
.news .newsTab ul li {
  display: block;
}
.news .newsTab ul li a {
  display: block;
  height: 98px;
  line-height: 1;
  padding-top: 33px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  position: relative;
}
.news .newsTab ul li a:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  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 .newsTab ul li a:hover:after,
.news .newsTab ul li a.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsTab ul li a span {
  display: block;
  font-size: 16px;
  color: #ffffff;
}
.news .newsTab ul li a i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.news .newsTab ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  width: 18px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsTab ul li.on a:before {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsTabs {
  float: right;
  overflow: hidden;
  height: 440px;
  width: 1050px;
}
.news .newsList {
  height: 440px;
}
.news .newsList .one {
  float: left;
  width: 360px;
  height: 440px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 14px 0;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 260px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.news .newsList .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 .newsList .one .cont {
  padding: 28px 10px 0;
  height: 170px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .date {
  font-size: 24px;
  line-height: 18px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  margin-top: 15px;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
  margin-top: 5px;
}
.news .newsList .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 .newsList .one:hover .bt {
  color: #2449a4;
}
.news .newsList .list {
  float: right;
  width: 660px;
}
.news .newsList .list ul li {
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  position: relative;
  height: 80px;
  margin-top: 40px;
}
.news .newsList .list ul li:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  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 .newsList .list ul li:hover:after,
.news .newsList .list ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li .tt {
  line-height: 38px;
  height: 38px;
}
.news .newsList .list ul li .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li .tt .date {
  float: right;
  font-family: Arial;
  color: #999999;
}
.news .newsList .list ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 550px;
  font-size: 16px;
  position: relative;
  color: #ffffff;
}
.news .newsList .list ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .tt .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 20px;
}
.news .newsList .list ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  color: #dddddd;
  margin-top: 2px;
}
.news .newsList .list ul li .more {
  display: block;
  width: 30px;
  height: 18px;
  margin-top: 17px;
  margin-left: 15px;
  background: url(../images/newsli.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links {
  padding: 12px 0 50px;
  background: url(../images/newsbg.jpg) center -767px no-repeat;
}
.links .linksBox .tit {
  float: left;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.links .linksBox .list {
  float: right;
  line-height: 36px;
  width: 1250px;
  margin-right: -50px;
  overflow: hidden;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #999999;
  padding-right: 30px;
  left: -25px;
  color: #dddddd;
}
.links .linksBox .list a:before {
  content: "|";
  display: inline-block;
  margin-right: 30px;
  color: #dddddd;
}
.links .linksBox .list a:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .linksBox .lxList {
  float: right;
  margin-right: 15px;
  width: 300px;
  height: 166px;
  background-color: #2449a4;
  border-radius: 20px 20px 0 0;
  color: #fff;
  padding: 38px 30px 0;
}
.links .linksBox .lxList ul li {
  padding-left: 45px;
  line-height: 30px;
  min-height: 30px;
  margin-top: 20px;
}
.links .linksBox .lxList ul li.li1 {
  background: url(../images/lxico1.png) 0 0 no-repeat;
  font-size: 24px;
  margin-top: 0;
}
.links .linksBox .lxList ul li.li2 {
  background: url(../images/lxico2.png) 0 0 no-repeat;
  line-height: 24px;
  padding-top: 3px;
}
