@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;
  height: 650px;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 650px;
  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;
  margin-left: 130px;
}
.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: #0449b1;
  border-color: #0449b1;
}
.title {
  width: 1280px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.title:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.title:before {
  content: "";
  display: block;
  position: absolute;
  right: 68px;
  top: 26px;
  width: 1180px;
  height: 1px;
  background: #eee;
  z-index: -1;
}
.title h3 {
  font-size: 24px;
  line-height: 1;
  float: left;
  background: #fff;
  padding-right: 15px;
}
.title h3 i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 38px;
  margin-right: 8px;
}
.title h3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 26px;
  height: 6px;
  background: url(../images/titspot.png) center center no-repeat;
  position: relative;
  top: -2px;
}
.title p {
  font-size: 16px;
  color: #999999;
  margin-top: 18px;
}
.title .line {
  width: 86px;
  height: 2px;
  background-color: #313131;
  margin-top: 18px;
}
.title .moreLink {
  float: right;
  font-family: Arial;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 16px;
}
.title .moreLink:hover {
  color: #0449b1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product {
  padding: 60px 0;
}
.product .list {
  margin-top: 40px;
}
.product .list ul {
  margin-right: -30px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  float: left;
  position: relative;
  margin-right: 30px;
  margin-top: 30px;
  width: 297px;
  height: 315px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .pic {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.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-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0;
  background-color: #0449b1;
  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: 41px;
  height: 41px;
  border-radius: 50%;
  transform: scale(2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px -20px;
  z-index: 2;
  background: url(../images/proadd.png) no-repeat center center;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .list 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);
}
.product .list li:hover .pic:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -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 .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
.product .list li .cont .bt:hover {
  color: #0449b1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list li .cont .more {
  display: block;
  margin: auto;
  width: 122px;
  height: 32px;
  border-radius: 20px;
  border: solid 1px rgba(108, 108, 108, 0.3);
  line-height: 30px;
  color: #666666;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list li .cont .more:before {
  content: "<";
  display: inline-block;
  margin-right: 10px;
  color: #999;
  font-family: SimSun;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover {
  border-color: #0449b1;
}
.product .list li:hover .cont .more {
  border-color: #0449b1;
  background-color: #0449b1;
  color: #fff;
}
.product .list li:hover .cont .more:before {
  color: #fff;
}
.youshi {
  border-bottom: 6px solid #0449b1;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysTit {
  padding-top: 60px;
  text-align: center;
}
.youshi .ysTit h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  background: url(../images/ystit.png) center center no-repeat;
}
.youshi .ysTit p {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  color: #a3a3a3;
  line-height: 12px;
  margin-top: 20px;
}
.youshi .ysBox {
  margin-top: 40px;
  height: 600px;
}
.youshi .ysBox .ysPic {
  width: 650px;
  height: 420px;
  float: right;
  margin-right: 70px;
}
.youshi .ysBox .ysPic .bd {
  width: 650px;
  height: 420px;
  overflow: hidden;
}
.youshi .ysBox .ysPic li img {
  display: block;
  width: 650px;
  height: 420px;
}
.youshi .ysBox .ysPic2 {
  width: 340px;
  height: 220px;
  position: absolute;
  z-index: 2;
  top: 200px;
  right: 0;
}
.youshi .ysBox .ysPic2 .bd {
  width: 340px;
  height: 220px;
  overflow: hidden;
}
.youshi .ysBox .ysPic2 li img {
  display: block;
  width: 340px;
  height: 220px;
}
.youshi .ysBox .ysCont {
  width: 540px;
  position: relative;
  z-index: 1;
  float: left;
}
.youshi .ysBox .ysCont:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 860px;
  height: 230px;
  background: #0449b1;
}
.youshi .ysBox .ysCont .bd {
  width: 540px;
  height: 230px;
  overflow: hidden;
}
.youshi .ysBox .ysCont .bd li {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding-top: 40px;
  padding-right: 35px;
  color: #fff;
}
.youshi .ysBox .ysCont .bd li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .ysCont .bd li h4 span {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.youshi .ysBox .ysCont .bd li h4 i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-family: Arial;
  font-size: 18px;
  color: #fefefe;
  text-transform: uppercase;
}
.youshi .ysBox .ysCont .bd li h4 i:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 19px;
  background-color: #fff;
  margin: 0 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.youshi .ysBox .ysCont .bd li .text {
  line-height: 36px;
  color: #fefefe;
  margin-top: 18px;
  font-size: 15px;
}
.youshi .ysBox .ysCont .bd li:hover h4 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysBox .ysCont .bd li:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysBox .ysTel {
  margin-top: 60px;
}
.youshi .ysBox .ysTel:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysBox .ysTel .tel {
  float: left;
  position: relative;
  padding-left: 65px;
  color: #ffffff;
  line-height: 1;
  height: 46px;
  font-size: 16px;
}
.youshi .ysBox .ysTel .tel:before {
  content: "";
  display: block;
  width: 45px;
  height: 40px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
.youshi .ysBox .ysTel .tel i {
  display: block;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
}
.youshi .ysBox .ysTel .zxLink {
  margin-left: 45px;
  float: left;
  width: 136px;
  height: 36px;
  background-color: #0449b1;
  border-radius: 20px;
  margin-top: 10px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  -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 .ysBox .ysTel .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 20px;
  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 .ysBox .ysTel .zxLink:hover {
  background: none;
}
.youshi .ysBox .ysTel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .ysBox .ban {
  margin-top: 48px;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 1;
  font-family: "Microsoft YaHei Light";
}
.youshi .ysBox .hd {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.youshi .ysBox .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysBox .hd ul li {
  float: left;
  width: 25%;
  text-align: center;
  height: 140px;
  background-color: #fbfbfb;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 25px;
  border-left: 2px solid #e9e9e9;
  cursor: pointer;
  position: relative;
}
.youshi .ysBox .hd ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 100%;
  border: 12px transparent solid;
  border-bottom: 0 transparentr solid;
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd ul li:first-child {
  border-left: none;
}
.youshi .ysBox .hd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd ul li .en {
  width: 94px;
  height: 24px;
  line-height: 24px;
  background: #0449b1;
  margin: auto;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
.youshi .ysBox .hd ul li h4 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 14px;
  line-height: 1;
}
.youshi .ysBox .hd ul li h5 {
  text-transform: uppercase;
  font-size: 18px;
  color: #999999;
  margin-top: 14px;
  line-height: 15px;
}
.youshi .ysBox .hd ul li.on {
  background: #0449b1;
}
.youshi .ysBox .hd ul li.on:before {
  border-bottom: 12px #0449b1 solid;
  bottom: 100%;
}
.youshi .ysBox .hd ul li.on .en {
  background: #333;
}
.youshi .ysBox .hd ul li.on h4,
.youshi .ysBox .hd ul li.on h5 {
  color: #fff;
}
.case {
  padding: 60px 0;
}
.case .caseBox {
  margin-top: 40px;
}
.case .caseSwiper {
  width: 1200px;
  margin: auto;
}
.case .caseSwiper li {
  width: 400px;
  height: 338px;
}
.case .caseSwiper li .item {
  padding: 30px 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper li .item .pic {
  display: block;
  height: 230px;
  border: solid 1px #eeeeee;
  position: relative;
  overflow: hidden;
  border-radius: 11px;
  padding: 5px;
}
.case .caseSwiper li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.case .caseSwiper li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 18px;
  margin-top: 20px;
  text-align: center;
}
.case .caseSwiper li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper li .item:hover .pic {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.case .caseSwiper li .item:hover .bt {
  color: #0449b1;
}
.case .caseSwiper li.swiper-slide-active .item {
  padding: 0;
}
.case .caseSwiper li.swiper-slide-active .item .pic {
  height: 300px;
}
.case .case-prev {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 133px;
  width: 60px;
  height: 40px;
  border: solid 1px #ccc;
  background: url(../images/casel.png) center center no-repeat;
  outline: none;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .case-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .case-next {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 133px;
  width: 60px;
  height: 40px;
  border: solid 1px #ccc;
  background: url(../images/caser.png) center center no-repeat;
  outline: none;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .case-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about {
  padding-top: 60px;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutL {
  float: left;
  width: 400px;
}
.about .aboutL .tit {
  position: relative;
  z-index: 1;
  padding-left: 167px;
  padding-top: 120px;
  height: 322px;
}
.about .aboutL .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 126px;
  top: 0;
  z-index: -1;
  width: 268px;
  height: 322px;
  border: solid 8px #0449b1;
}
.about .aboutL .tit .en {
  font-size: 90px;
  font-family: Arial;
  font-weight: bold;
  line-height: 76px;
  color: #0449b1;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 20px;
}
.about .aboutL .tit h3 {
  display: inline-block;
  font-weight: bold;
  color: #0449b1;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 13px;
  line-height: 1;
  font-size: 24px;
}
.about .aboutL .tit .tel {
  margin-top: 85px;
  color: #4b4b4b;
  line-height: 1;
}
.about .aboutL .tit .tel i {
  display: block;
  font-size: 26px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.about .aboutL .aLink {
  margin-top: 100px;
}
.about .aboutL .aLink:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutL .aLink a {
  display: block;
  float: left;
  text-align: center;
  margin-left: 92px;
  position: relative;
}
.about .aboutL .aLink a:first-child {
  margin-left: 0;
}
.about .aboutL .aLink a:first-child:before {
  display: none;
}
.about .aboutL .aLink a:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 45px;
  left: -46px;
  top: 28px;
  background: #dddddd;
}
.about .aboutL .aLink a i {
  display: block;
  width: 70px;
  height: 70px;
  border: solid 1px #dddddd;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutL .aLink a i:before,
.about .aboutL .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 .aboutL .aLink a i.ico1:before {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aboutL .aLink a i.ico1:after {
  background: url(../images/aboutico1h.png) center center no-repeat;
}
.about .aboutL .aLink a i.ico2:before {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aboutL .aLink a i.ico2:after {
  background: url(../images/aboutico2h.png) center center no-repeat;
}
.about .aboutL .aLink a i.ico3:before {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aboutL .aLink a i.ico3:after {
  background: url(../images/aboutico3h.png) center center no-repeat;
}
.about .aboutL .aLink a:hover i {
  border-color: #0449b1;
  background: #0449b1;
}
.about .aboutL .aLink a:hover i:before,
.about .aboutL .aLink a:hover i:after {
  top: -100%;
}
.about .aboutL .aLink a span {
  display: block;
  font-size: 16px;
  margin-top: 17px;
  line-height: 1;
}
.about .aboutText {
  float: right;
  width: 844px;
}
.about .aboutText .line {
  width: 55px;
  height: 5px;
  background-color: #0449b1;
}
.about .aboutText h4 {
  font-weight: bold;
  font-size: 24px;
  color: #4b4b4b;
  line-height: 1;
  margin-top: 15px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  text-align: justify;
  color: #4b4b4b;
  margin-top: 20px;
}
.about .aboutText .text .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutText .text .more:hover {
  color: #0449b1;
}
.about .aboutPic {
  margin-top: 22px;
}
.about .aboutPic:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutPic .pic {
  overflow: hidden;
  width: 534px;
  height: 364px;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 30px;
}
.about .aboutPic .pic img {
  display: block;
  width: 534px;
  height: 364px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.about .aboutPic .pic:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 15px 15px -8px rgba(4, 73, 177, 0.5);
}
.about .aboutPic .pic:hover img {
  -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);
}
.about .aboutPic .video {
  float: left;
  overflow: hidden;
  width: 280px;
  height: 364px;
}
.about .aboutPic .video img {
  width: 280px;
  height: 364px;
}
.news {
  padding-top: 60px;
}
.news .newsTab {
  margin-top: 30px;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul {
  text-align: center;
  font-size: 0;
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.news .newsTab ul li a {
  display: block;
  width: 150px;
  height: 45px;
  border-radius: 6px;
  border: solid 1px #dddddd;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsTab ul li.on a {
  background: #0449b1;
  color: #fff;
  border-color: #0449b1;
}
.news .newsTabs {
  margin-top: 40px;
  height: 549px;
  overflow: hidden;
}
.news .newsTabs .newsList {
  height: 549px;
}
.news .newsTabs .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTabs .newsList .one {
  float: left;
  width: 490px;
  position: relative;
}
.news .newsTabs .newsList .one:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #0449b1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .newsList .one .pic {
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.news .newsTabs .newsList .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTabs .newsList .one .cont {
  padding-top: 30px;
  height: 249px;
  border-bottom: 1px solid #ddd;
}
.news .newsTabs .newsList .one .cont .date {
  line-height: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
.news .newsTabs .newsList .one .cont .date i {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  margin-right: 10px;
}
.news .newsTabs .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  margin-top: 28px;
}
.news .newsTabs .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .newsList .one .cont p {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 10px;
}
.news .newsTabs .newsList .one .cont .more {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-family: Arial;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/newsar.png) right center no-repeat;
}
.news .newsTabs .newsList .one .cont .more:hover {
  color: #0449b1;
}
.news .newsTabs .newsList .one:hover:before {
  width: 62px;
}
.news .newsTabs .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 .newsTabs .newsList .one:hover .cont .bt {
  color: #0449b1;
}
.news .newsTabs .newsList .one:hover .cont .more {
  background: url(../images/newsarh.png) right center no-repeat;
}
.news .newsTabs .newsList .list {
  width: 750px;
  float: right;
  position: relative;
}
.news .newsTabs .newsList .list ul li {
  height: 163px;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-top: 30px;
}
.news .newsTabs .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsTabs .newsList .list ul li:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #0449b1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .newsList .list ul li .pic {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .newsList .list ul li .pic img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .newsList .list ul li .text {
  width: 590px;
  float: right;
  position: relative;
}
.news .newsTabs .newsList .list ul li .text h4 {
  height: 20px;
  line-height: 20px;
  position: relative;
}
.news .newsTabs .newsList .list ul li .text h4 .bt {
  width: 480px;
  float: left;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsTabs .newsList .list ul li .text h4 .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .newsList .list ul li .text h4 span {
  font-size: 14px;
  float: right;
  color: #666666;
}
.news .newsTabs .newsList .list ul li .text p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 8px;
  color: #777;
}
.news .newsTabs .newsList .list ul li .text .more {
  margin-top: 14px;
  height: 35px;
  position: relative;
  display: block;
}
.news .newsTabs .newsList .list ul li .text .more:after {
  content: "";
  display: block;
  background: url(../images/newsar.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 35px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTabs .newsList .list ul li .text .more span {
  display: block;
  float: left;
  width: 110px;
  height: 35px;
  border-radius: 6px;
  border: solid 1px #dddddd;
  text-align: center;
  line-height: 33px;
  font-family: Arial;
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
}
.news .newsTabs .newsList .list ul li:hover:before {
  width: 62px;
}
.news .newsTabs .newsList .list ul li:hover .bt {
  color: #0449b1;
}
.news .newsTabs .newsList .list ul li:hover .more span {
  border-color: #0449b1;
  color: #0449b1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0449b1, #0449b1);
  background-image: linear-gradient(to right, #0449b1, #0449b1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsTabs .newsList .list ul li:hover .more span:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .newsList .list ul li:hover .more span:hover {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTabs .newsList .list ul li:hover .more:after {
  background: url(../images/newsarh.png) center center no-repeat;
}
.links {
  padding: 60px 0;
}
.links .linksBox .tit {
  float: left;
  padding-top: 2px;
}
.links .linksBox .tit h3 {
  padding-left: 23px;
  background: url(../images/linksico.png) 0 center no-repeat;
  letter-spacing: 8px;
  line-height: 1;
}
.links .linksBox .tit h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
  line-height: 30px;
  margin-top: 10px;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #666666;
  margin-left: 20px;
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/linksli.png) 0 center no-repeat;
}
.links .linksBox .list a:hover {
  color: #0449b1;
  background: url(../images/linkslih.png) 0 center no-repeat;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.message {
  margin-top: 30px;
  padding-top: 35px;
  background: url(../images/footerbg.jpg) center 0 no-repeat;
}
.message .lyBox {
  height: 236px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.14);
  border-radius: 15px;
  padding-top: 62px;
  padding-left: 44px;
  padding-right: 34px;
}
.message .lyBox .return {
  position: absolute;
  z-index: 2;
  right: 33px;
  top: -30px;
  width: 54px;
  height: 72px;
  border-radius: 5px;
  text-align: center;
  font-family: "Arial Black";
  color: #ffffff;
  line-height: 10px;
  padding-top: 42px;
  background: #0449b1 url(../images/fhico.png) center 10px no-repeat;
  cursor: pointer;
}
.message .lyBox .title {
  float: left;
  padding-top: 26px;
}
.message .lyBox .title:after {
  content: "";
  position: absolute;
  width: 83px;
  height: 4px;
  left: 263px;
  top: 26px;
  background-color: #0449b1;
}
.message .lyBox .title .en {
  font-weight: bold;
}
.message .lyBox .title h3:after {
  display: none;
}
.message .lyBox .title p {
  font-size: 18px;
  letter-spacing: 9px;
  margin-top: 26px;
}
.message .lyBox .formbox {
  float: right;
}
.message .lyBox .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .lyBox .formbox .form {
  float: left;
  width: 622px;
}
.message .lyBox .formbox .form:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .lyBox .formbox input,
.message .lyBox .formbox textarea {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 305px;
  height: 54px;
  border-radius: 5px;
  border: solid 1px #dfdfdf;
  line-height: 52px;
  padding: 0 10px 0 60px;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .lyBox .formbox input.username,
.message .lyBox .formbox textarea.username {
  background: url(../images/inpxm.png) 20px center no-repeat;
  margin-right: 12px;
}
.message .lyBox .formbox input.usertel,
.message .lyBox .formbox textarea.usertel {
  background: url(../images/inpdh.png) 20px center no-repeat;
}
.message .lyBox .formbox input.xqcontent,
.message .lyBox .formbox textarea.xqcontent {
  background: url(../images/inpnr.png) 20px center no-repeat;
  margin-right: 12px;
  margin-top: 12px;
}
.message .lyBox .formbox input.codeText,
.message .lyBox .formbox textarea.codeText {
  background: url(../images/inpyzm.png) 20px center no-repeat;
}
.message .lyBox .formbox input::-webkit-input-placeholder,
.message .lyBox .formbox textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .lyBox .formbox input:focus,
.message .lyBox .formbox textarea:focus,
.message .lyBox .formbox input:active,
.message .lyBox .formbox textarea:active {
  border-color: rgba(4, 73, 177, 0.8);
}
.message .lyBox .formbox input:focus::-webkit-input-placeholder,
.message .lyBox .formbox textarea:focus::-webkit-input-placeholder,
.message .lyBox .formbox input:active::-webkit-input-placeholder,
.message .lyBox .formbox textarea:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .lyBox .formbox .code {
  float: left;
  margin-top: 12px;
  position: relative;
  width: 305px;
  height: 54px;
}
.message .lyBox .formbox .code .imgCode {
  position: absolute;
  right: 10px;
  top: 7px;
  border: none;
  display: block;
  width: 90px;
  height: 38px;
  z-index: 2;
}
.message .lyBox .formbox .submitform {
  margin-left: 20px;
  float: left;
  width: 148px;
  height: 118px;
  background-color: #333333;
  border-radius: 0px 20px 0px 20px;
  line-height: 42px;
  letter-spacing: 9px;
  line-height: 30px;
  padding: 26px 0 26px 9px;
  border: none;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.message .lyBox .formbox .submitform:after {
  content: '';
  position: absolute;
  display: block;
  width: 140px;
  height: 112px;
  border-radius: 0px 20px 0px 20px;
  border: solid 2px #ffffff;
  opacity: 0.16;
  left: 4px;
  top: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .lyBox .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0449b1;
  border-radius: 0px 20px 0px 20px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.message .lyBox .formbox .submitform:hover {
  background: none;
  color: #0449b1;
}
.message .lyBox .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.message .lyBox .formbox .submitform:hover:after {
  border-color: #0449b1;
}
