@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);
  }
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  min-width: 1380px;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .in-pagination {
  position: absolute;
  left: auto;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.inSwiper .in-pagination span {
  width: 40px;
  height: 20px;
  margin: 10px 0;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.inSwiper .in-pagination span:before {
  content: "";
  display: block;
  background-color: #f48519;
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inSwiper .in-pagination span.swiper-pagination-bullet-active:before {
  width: 100%;
}
.inBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.inBox .inBoxFlex {
  width: 1280px;
  margin: auto;
  padding-top: 110px;
}
.header {
  height: 0;
}
.nav_bg {
  background-color: rgba(255, 255, 255, 0.8);
}
.banner {
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../images/bannerbg.jpg) center center no-repeat;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner::before{
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
	background-color: #042142;
  opacity: 0.4;
}
.banner video {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.banner .bannertxt {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  margin-top: 24%;
  width: 800px;
  z-index: 3;
}
.banner .bannertxt img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.title {
  line-height: 1;
}
.title span {
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  font-size: 36px;
}
.title i {
  text-transform: uppercase;
  color: #f48519;
  font-family: Arial;
  font-size: 30px;
  margin-left: 16px;
  line-height: 36px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.title em {
  display: block;
  font-size: 16px;
  margin-top: 22px;
}
.inBox2 {
  background: url(../images/aboutbg.jpg) center center no-repeat;
  position: relative;
}
.inBox2 .aboutText {
  margin-left: 610px;
  font-family: "楷体","KaiTi";
}
.inBox2 .aboutText .title i {
  font-family: "楷体","KaiTi";
}
.inBox2 .aboutText .tit {
  font-size: 22px;
  line-height: 1;
  margin-top: 50px;
  font-weight: bold;
}
.inBox2 .aboutText .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 31px;
  height: 124px;
  margin: auto;
  color: #787878;
  margin-top: 20px;
  font-size: 16px;
}
.inBox2 .aboutText .more {
  display: inline-block;
  margin-top: 68px;
  margin-top: 38px;
  line-height: 34px;
  font-family: Arial;
  font-size: 14px;
  position: relative;
  left: 0;
  padding: 0 20px;
  margin-left: 62px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "楷体","KaiTi";
}
.inBox2 .aboutText .more::before {
  content: "";
  position: absolute;
  left: -62px;
  top: 50%;
  display: block;
  width: 54px;
  height: 1px;
  background-color: #f48519;
}
.inBox2 .aboutText .more:hover {
  background-color: #f48519;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(244, 133, 25, 0.5);
  left: 5px;
}
.inBox2 .aboutText .aLink {
  margin-top: 95px;
}
.inBox2 .aboutText .aLink::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inBox2 .aboutText .aLink a {
  display: block;
  float: left;
  text-align: center;
  margin-left: 82px;
  width: 106px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox2 .aboutText .aLink a:first-child {
  margin-left: 0;
}
.inBox2 .aboutText .aLink a i {
  display: block;
  overflow: hidden;
  margin: auto;
  width: 106px;
  height: 106px;
  background-color: #f48519;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox2 .aboutText .aLink a i:before,
.inBox2 .aboutText .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;
}
.inBox2 .aboutText .aLink a i.ico1:before,
.inBox2 .aboutText .aLink a i.ico1:after {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.inBox2 .aboutText .aLink a i.ico2:before,
.inBox2 .aboutText .aLink a i.ico2:after {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.inBox2 .aboutText .aLink a i.ico3:before,
.inBox2 .aboutText .aLink a i.ico3:after {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.inBox2 .aboutText .aLink a i.ico4:before,
.inBox2 .aboutText .aLink a i.ico4:after {
  background: url(../images/aboutico4.png) center center no-repeat;
}
.inBox2 .aboutText .aLink a span {
  display: block;
  font-size: 16px;
  padding-top: 16px;
  line-height: 36px;
  position: relative;
  z-index: 2;
}
.inBox2 .aboutText .aLink a:hover {
  color: #f48519;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.inBox2 .aboutText .aLink a:hover i {
  box-shadow: 0 0 15px rgba(244, 133, 25, 0.5);
}
.inBox2 .aboutText .aLink a:hover i:before,
.inBox2 .aboutText .aLink a:hover i:after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.inBox2.ani-slide .aboutText {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.inBox3 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/probg.jpg) center center no-repeat;
  background-size: cover;
}
.inBox3 .proNav {
  margin-top: 56px;
}
.inBox3 .proNav ul {
  width: 640px;
}
.inBox3 .proNav ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inBox3 .proNav ul li {
  float: left;
  width: 66px;
  margin-right: 94px;
  text-align: center;
}
.inBox3 .proNav ul li a {
  display: block;
  margin-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox3 .proNav ul li a i {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 6px;
  border: solid 1px #bfbfbf;
  position: relative;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #f48519;
  border-color: #f48519;
}
.inBox3 .proNav ul li a i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox3 .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 36px;
  font-size: 16px;
  margin-top: 10px;
}
.inBox3 .proNav ul li a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.inBox3 .proNav ul li:hover a {
  color: #f48519;
}
.inBox3 .proNav ul li:hover a i {
  border-color: #f48519;
}
.inBox3 .proNav ul li:hover a i img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.inBox3 .proNav .search {
  position: absolute;
  right: 130/1776*100%;
  top: 0.14rem;
  height: 0.58rem;
  width: 0.58rem;
  background-color: #f48519;
  border-radius: 100%;
  z-index: 6;
}
.inBox3 .proNav .search .searchIco {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 0 0.1rem rgba(244, 133, 25, 0.2);
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
}
.inBox3 .proNav .search .searchIco em {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inBox3 .proNav .search .searchIco em.searchShow {
  background: url(../images/topSearch.png) center center no-repeat;
}
.inBox3 .proNav .search .searchIco em.searchHide {
  background: url(../images/topSehide.png) center center no-repeat;
}
.inBox3 .proNav .search .searchIco.topSearch em {
  top: -100%;
}
.inBox3 .proNav .search .searchBox {
  width: 0;
  height: 40px;
  position: absolute;
  right: 100%;
  background: #fff;
  top: 50%;
  margin-top: -20px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inBox3 .proNav .search .searchBox .searchInp {
  width: 250px;
  height: 40px;
  border: none;
  line-height: 40px;
  background: none;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
}
.inBox3 .proNav .search .searchBox .searchInp::-webkit-input-placeholder {
  color: #adadad;
}
.inBox3 .proNav .search .searchBox .searchInp:focus::-webkit-input-placeholder,
.inBox3 .proNav .search .searchBox .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBox3 .proNav .search .searchBox .submitBtn {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/searchico.png) center center no-repeat;
  width: 50px;
  height: 40px;
  cursor: pointer;
  border: none;
  float: right;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.inBox3 .proNav .search .searchBox.searchShow {
  width: 300px;
}
.inBox3 .proNav .search .searchBox.searchShow .submitBtn {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.inBox3 .proNav .search .searchBox.searchShow .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inBox4 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/casebg.jpg) center center no-repeat;
  background-size: cover;
}
.inBox4 .inBoxFlex {
  width: 100%;
}
.inBox4 .title {
  text-align: center;
}
.inBox4 .caseNav {
  background: url(../images/casenavbg.jpg) center center no-repeat;
  background-size: cover;
  height: 425px;
  padding-top: 124px;
  margin-top: 95px;
}
.inBox4 .caseNav .hd {
  width: 1280px;
  margin: auto;
}
.inBox4 .caseNav .hd ul {
  display: flex;
  justify-content: space-between;
}
.inBox4 .caseNav .hd ul li {
  float: left;
}
.inBox4 .caseNav .hd ul li a {
  display: block;
  width: 290px;
  height: 222px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  padding-top: 46px;
}
.inBox4 .caseNav .hd ul li a i {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox4 .caseNav .hd ul li a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.inBox4 .caseNav .hd ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
}
.inBox4 .caseNav .hd ul li a em {
  display: block;
  width: 110px;
  height: 32px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  margin: 10px auto 0;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox4 .caseNav .hd ul li a em::before {
  content: "+";
}
.inBox4 .caseNav .hd ul li a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: rgba(244, 133, 25, 0.85);
  color: #fff;
}
.inBox4 .caseNav .hd ul li a:hover i {
  filter: grayscale(100) brightness(3);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.inBox5 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/newsbg.jpg) center center no-repeat;
  background-size: cover;
  padding-right: 144/1920*100%;
}
.inBox5:before {
  content: "";
  display: block;
  position: absolute;
  width: 144/1920*100%;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
}
.inBox5 .titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inBox5 .titBox .title {
  float: left;
}
.inBox5 .titBox .title a {
  color: #fff;
}
.inBox5 .titBox .more {
  float: right;
  width: 120px;
  height: 42px;
  background-color: #f48519;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin-top: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox5 .titBox .more:hover {
  background-color: #fff;
  color: #f48519;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.inBox5 .newsBox {
  position: relative;
}
.inBox5 .newsTab {
  margin-top: 75px;
}
.inBox5 .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inBox5 .newsTab ul {
  display: flex;
  justify-content: space-between;
}
.inBox5 .newsTab ul li {
  width: 50%;
  float: left;
}
.inBox5 .newsTab ul li a {
  display: block;
  text-align: center;
  line-height: 52px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 18px;
}
.inBox5 .newsTab ul li.on a {
  background-color: #f48519;
}
.inBox5 .newsTabs {
  margin-top: 55px;
  position: relative;
  overflow: hidden;
  height: 345px;
  background-color: rgba(2, 13, 35, 0.7);
  padding-top: 62px;
}
.inBox5 .newsTabs .bd {
  display: flex;
  height: 220px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox5 .newsSwiper {
  width: 1280px;
  height: 220px;
}
.inBox5 .newsSwiper ul {
  display: flex;
}
.inBox5 .newsSwiper ul li {
  height: 220px;
  width: 420px;
  margin-right: 10px;
  position: relative;
  color: #fff;
  padding-top: 62px;
  padding-left: 145px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #f48519, #f48519);
  background-image: linear-gradient(to right, #f48519, #f48519);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox5 .newsSwiper ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #ffffff;
  opacity: 0.3;
  left: 122px;
  top: 72px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox5 .newsSwiper ul li .date {
  text-align: right;
  position: absolute;
  left: 0;
  top: 72px;
  width: 96px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox5 .newsSwiper ul li .date i {
  display: block;
  font-weight: bold;
  line-height: 18px;
  font-family: Arial;
  font-size: 25px;
}
.inBox5 .newsSwiper ul li .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 15px;
  line-height: 10px;
}
.inBox5 .newsSwiper ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: 0;
}
.inBox5 .newsSwiper ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inBox5 .newsSwiper ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  margin-top: 16px;
  color: #ffffff;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox5 .newsSwiper ul li:hover {
  background-size: 100% 100%;
}
.inBox5 .news-prev {
  position: absolute;
  left: -92px;
  width: 53px;
  height: 53px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  bottom: 140px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox5 .news-prev::before {
  content: "";
  display: block;
  background: url(../images/newsl.png) center center no-repeat;
  width: 100%;
  height: 100%;
}
.inBox5 .news-prev:hover {
  background-color: #f48519;
  border-color: #f48519;
}
.inBox5 .news-next {
  position: absolute;
  right: -92px;
  width: 53px;
  height: 53px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  bottom: 140px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox5 .news-next::before {
  content: "";
  display: block;
  background: url(../images/newsr.png) center center no-repeat;
  width: 100%;
  height: 100%;
}
.inBox5 .news-next:hover {
  background-color: #f48519;
  border-color: #f48519;
}
.inBox6 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/lxbg.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  display: block;
}
.inBox6 .lxList {
  margin-left: 865px;
  padding-top: 60px;
}
.inBox6 .lxList ul {
  margin-top: 58px;
}
.inBox6 .lxList ul li {
  margin-top: 46px;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0;
  padding-left: 78px;
  min-height: 50px;
}
.inBox6 .lxList ul li:first-child {
  margin-top: 0;
}
.inBox6 .lxList ul li.li1 {
  background: url(../images/lxico1.png) 0 0 no-repeat;
}
.inBox6 .lxList ul li.li2 {
  background: url(../images/lxico2.png) 0 0 no-repeat;
}
.inBox6 .lxList ul li.li3 {
  background: url(../images/lxico3.png) 0 0 no-repeat;
}
.inBox6 .links {
  max-width: 1280px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 55px;
  display: flex;
}
.inBox6 .links .tit {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  white-space: nowrap;
}
.inBox6 .links .list {
  margin-right: -20px;
}
.inBox6 .links .list a {
  font-size: 16px;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 20px;
}
.inBox6 .links .list a:hover {
  color: #f48519;
  text-decoration: underline;
}
.inBox6 .links .list a:hover:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes lv-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
@keyframes lv-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
@-webkit-keyframes lv-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
@keyframes lv-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.opacity0 {
  opacity: 0;
}
.ani-slide .lv-fadeInLeft {
  -webkit-animation-name: lv-fadeInLeft;
  animation-name: lv-fadeInLeft;
  animation-fill-mode: forwards;
}
.ani-slide .lv-fadeInRight {
  -webkit-animation-name: lv-fadeInRight;
  animation-name: lv-fadeInRight;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
}

