@charset "utf-8";

/*-----------------------------------------------------------*/
/*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%;
  font-size: 14px;
}
body {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
  padding-left: 302px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1560px) {
  body {
    padding-left: 220px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    padding-left: 0;
    padding-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  body {
    padding-left: 0;
    padding-top: 50px;
  }
}
.swiper-container .swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container .swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.inHeader {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 302px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.inHeader * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inHeader .logo {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inHeader .logo a {
  width: 100%;
  align-items: center;
  padding: 0 20px;
  display: table;
}
.inHeader .logo a img {
  display: table-cell;
  display: block;
  margin: auto;
  max-width: 100%;
  /*max-height: 44px;*/
  object-fit: contain;
}
.inHeader .inMenu {
  width: 100%;
  flex: 1;
  padding: 3vh 0 0;
}
.inHeader .inMenu .inNavico {
  display: none;
}
.inHeader .inMenu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.inHeader .inMenu ul li {
  position: relative;
  width: 100%;
  flex: 1;
}
.inHeader .inMenu ul li > a {
  height: 100%;
  width: 200px;
  padding-left: 40px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #4c4c4c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
      cursor: pointer;
}
.inHeader .inMenu ul li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.inHeader .inMenu ul li > a i {
  line-height: 1;
  text-transform: uppercase;
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  color: #d8d8d8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .inMenu ul li:hover > a,
.inHeader .inMenu ul li.another > a {
  color: #e6ab3a;
}
.inHeader .inMenu ul li:hover > a i,
.inHeader .inMenu ul li.another > a i {
  color: #e6ab3a;
}
.inHeader .inMenu ul li .dow {
  position: absolute;
  left: 100%;
  top: 0;
  background: #f5a13d;
  width: 200px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
}
.inHeader .inMenu ul li .dow a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  padding: 0 10px;
}
.inHeader .inMenu ul li .dow a:hover {
  padding-left: 20px;
}
.inHeader .inMenu ul li:hover .dow,
.inHeader .inMenu ul li.on .dow {
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
}
.inHeader .icoBox {
  height: 16.5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inHeader .icoBox .icon {
  font-size: 0;
  text-align: center;
  height: 30px;
}
.inHeader .icoBox .icon .tel {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
.inHeader .icoBox .icon .tel:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/tel.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border: 1px #f5a13d solid;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.inHeader .icoBox .icon .tel .telDow {
  position: absolute;
  width: 200px;
  left: -30px;
  bottom: 36px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #f5a13d;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
  z-index: 6;
}
.inHeader .icoBox .icon .tel .telDow:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: 100%;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-top: 7px #f5a13d solid;
}
.inHeader .icoBox .icon .tel:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inHeader .icoBox .icon .tel:hover .telDow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: inherit;
}
.inHeader .icoBox .icon .zxLink {
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  position: relative;
  background: url(../images/zxico.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border: 1px #f5a13d solid;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .icoBox .icon .zxLink:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inHeader .icoBox .icon .searchBox {
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
.inHeader .icoBox .icon .searchBox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ssico.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border: 1px #f5a13d solid;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.inHeader .icoBox .icon .searchBox .search {
  position: absolute;
  width: 200px;
  right: -30px;
  bottom: 36px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #f5a13d;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
  z-index: 6;
}
.inHeader .icoBox .icon .searchBox .search:before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 100%;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-top: 7px #f5a13d solid;
}
.inHeader .icoBox .icon .searchBox .search .searchInp {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 30px 0 0 30px;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .icoBox .icon .searchBox .search .searchInp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inHeader .icoBox .icon .searchBox .search .searchInp::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inHeader .icoBox .icon .searchBox .search .searchInp:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inHeader .icoBox .icon .searchBox .search .searchInp:focus::-webkit-input-placeholder,
.inHeader .icoBox .icon .searchBox .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inHeader .icoBox .icon .searchBox .search .searchInp:focus::-moz-placeholder,
.inHeader .icoBox .icon .searchBox .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inHeader .icoBox .icon .searchBox .search .searchInp:focus:-ms-input-placeholder,
.inHeader .icoBox .icon .searchBox .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inHeader .icoBox .icon .searchBox .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inHeader .icoBox .icon .searchBox .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inHeader .icoBox .icon .searchBox:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inHeader .icoBox .icon .searchBox:hover .search {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: inherit;
}
.inHeader .icoBox .xunpan {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #a4a4a4;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}
.inHeader .icoBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #f5a13d;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(235, 97, 0, 0.15);
}
.inHeader .icoBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #f5a13d;
}
.inHeader .icoBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.inHeader .menu1 {display:none;} 
@media screen and (max-width: 1560px) {
  .inHeader {
    width: 220px;
  }
  .inHeader .logo {
    height: 80px;
  }
  .inHeader .logo a img {
    max-height: 30px;
  }
  .inHeader .menu ul li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .inHeader {
    width: 100%;
    height: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
  .inHeader .logo {
    width: auto;
    height: 100%;
    border-bottom: none;
  }
  .inHeader .icoBox {
    display: none;
  }
  .inHeader .inMenu {
    padding-top: 0;
    width: auto;
    flex: none;
  }
  .inHeader .inMenu .inNavico {
    width: 24px;
    height: 20px;
    position: relative;
    display: block;
    margin-right: 20px;
    padding: 9px 0;
  }
  .inHeader .inMenu .inNavico i {
    display: block;
    width: 100%;
    height: 2px;
    background: #999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .inHeader .inMenu .inNavico:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .inHeader .inMenu .inNavico:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999;
    left: 50%;
    margin-left: -12px;
    bottom: 50%;
    margin-bottom: -10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .inHeader .inMenu ul {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 150px;
    background: #fff;
    top: 100%;
    height: auto;
    padding: 20px 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .inHeader .inMenu ul li > a {
    padding: 10px 30px;
  }
  .inHeader .inMenu ul li .dow {
    display: none;
  }
  .inHeader .inMenu.on .inNavico i {
    opacity: 0;
  }
  .inHeader .inMenu.on .inNavico:before {
    margin-top: -1px;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
  }
  .inHeader .inMenu.on .inNavico:after {
    margin-bottom: -1px;
    -webkit-transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
  .inHeader .inMenu.on ul {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 990px) {
    .inHeader .menu0 {display:none;} 
    .inHeader .menu1 {display:block;} 
}
@media screen and (max-width: 640px) {
  .inHeader {
    height: 50px;
  }
}
.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-page {
  position: fixed;
  z-index: 8;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.inSwiper .in-page .in-pagination {
  width: 10px;
  margin: auto;
}
.inSwiper .in-page .in-pagination li {
  width: 10px;
  height: 10px;
  background-color: #a3a3a3;
  border-radius: 100%;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  -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);
}
.inSwiper .in-page .in-pagination li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-left: 1px solid #4d4c4a;
  border-bottom: 1px solid #4d4c4a;
  border-radius: 100%;
  -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);
  opacity: 0;
}
.inSwiper .in-page .in-pagination li:hover span {
  opacity: 1;
  background: #f5a13d;
}
.inSwiper .in-page .in-pagination li.active {
  background: #4d4c4a;
}
.inSwiper .in-page .in-pagination li.active:before {
  opacity: 1;
}
.inSwiper .in-page .pageNum {
  font-weight: bold;
  font-family: Arial;
  font-size: 18px;
  color: #4e5050;
  line-height: 1;
  padding-top: 15px;
  letter-spacing: -1px;
}
@media screen and (max-width: 769px) {
  .inSwiper .in-page .pageNum {
    display: none;
  }
}
.inSwiper .in-page .pageNum:before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background-color: #a3a3a3;
  margin: auto;
  margin-bottom: 15px;
}
.inSwiper .in-page .pageNum .num1 {
  font-size: 24px;
  color: #f5a13d;
}
.inBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.inBox .indexNav {
  height: 120px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1560px) {
  .inBox .indexNav {
    height: 80px;
  }
}
.inBox .indexNav .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  height: 100%;
}
.inBox .indexNav .title h3 {
  font-size: 30px;
  color: #f3982c;
  white-space: nowrap;
  font-weight: 600;
  margin-left: 41%;
}
.inBox .indexNav .title h3 span{
  color: #333333;
}
.inBox .indexNav .title h4 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #d6d6d6;
  margin-top: 10px;
  white-space: nowrap;
}
.inBox .indexNav .more {
  float: right;
  height: 100%;
  display: block;
  width: 120px;
  font-family: Arial;
  font-size: 12px;
  border-left: 1px #eeeeee solid;
  border-right: 1px #eeeeee solid;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9599a2;
  white-space: nowrap;
}
.chusnjh{
  font-size: 39px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #f3982c;
  text-transform: uppercase;
  display: inline-block;
  padding: 2% 0 2% 6%;
}
.chusnjh span{
  color: #333333;
}
@media screen and (max-width: 1560px) {
  .inBox .indexNav .more {
    width: 140px;
  }
}
.inBox .indexNav .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 5px;
  background: url(../images/morear.png) 0 center no-repeat;
  margin-left: 15px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}
.inBox .indexNav .more i {
  min-width: 5px;
}
@media screen and (min-width: 1110px) {
  .inBox .indexNav .more:hover {
    color: #f5a13d;
  }
  .inBox .indexNav .more:hover:after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
    animation: zyfd 1.5s linear infinite;
  }
}
.inBox .indexNav ul {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  height: 100%;
}


.inBox .indexNav ul li {
  border-left: 1px #eeeeee solid;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
  background: url(../images/am.png) 90% center no-repeat;
}
.inBox .indexNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #8c8c8c;
  padding: 0 35px;
}
.inBox .indexNav ul li a:hover {
  color: #f5a13d;
}
@media screen and (max-width: 1560px) {
  .inBox .indexNav ul li a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 769px) {
  .inBox .indexNav {
    height: 50px;
  }
  .inBox .indexNav .title h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .inBox .indexNav .title h4 {
    margin-top: 6px;
  }
  .inBox .indexNav ul {
    display: none;
  }
}

.inBox61 .indexNav ul li{
  background: none;
}


.inBox .indexCont {
  /* flex: 1; */
  display: flex;
  align-items: center;
}
.inBox.inBox5 .indexNav ul li {
  width: 180px;
  background: none;
}
.inBox.inBox5 .indexNav ul li a span {
  padding: 0;
}
.pcBanner {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 0;
}
.pcBanner .swiper-slide {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pcBanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.pcBanner img {
  width: 100%;
  display: block;
}
.pcBanner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.pcBanner .banner-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pcBanner:hover .banner-prev {
  left: 2%;
  display: none
}
.pcBanner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.pcBanner:hover .banner-next {
  right: 2%;
  cursor: pointer;
  display: none;
}
.pcBanner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 95%;
  left: 0;
  bottom: 60px!important;
  z-index: 3;
  text-align: right;
}
.pcBanner .banner-pagination span {
  width: 29px;
  height: 29px;
  background:url(../images/ab2.png) no-repeat;
  margin: 0 10px;
  display: inline-block;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pcBanner .banner-pagination span.swiper-pagination-bullet-active {
  width: 29px;
  height: 29px;
  background:url(../images/ab1.png) no-repeat;
}
.wapBanner {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.wapBanner .swiper-slide {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wapBanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.wapBanner img {
  width: 100%;
  display: block;
}
.wapBanner .wapBanner-pagination {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .pcBanner {
    display: none;
  }
  .wapBanner {
    display: block;
  }
}
.proBox {
  padding: 0 3% 0 100px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .proBox {
    padding-left: 3%;
  }
}
.proBox .proSwiper {
  margin: 0 -25px;
  position: relative;
  padding-bottom: 4%;
}
@media screen and (max-width: 1560px) {
  .proBox .proSwiper {
    margin: 0 -15px;
  }
}
.proBox .proSwiper ul li {
  width: 25%;
  padding: 0 25px;
  padding-top: 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 1560px) {
  .proBox .proSwiper ul li {
    padding: 0 15px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .proBox .proSwiper ul li {
    padding-top: 0;
  }
}
.proBox .proSwiper ul li .item {
  padding-top: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}
.proBox .proSwiper ul li .item .series {
  height: 46px;
  background: url(../images/prolixl.png) right 0 no-repeat;
  padding-right: 30px;
  margin: 0 20px;
}
.proBox .proSwiper ul li .item .series .t1 {
  font-family: Arial;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.proBox .proSwiper ul li .item .series .t2 {
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
  color: #1c2023;
  font-family: Arial;
  font-size: 18px;
}
.proBox .proSwiper ul li .item .pic {
  display: block;
  height: 0;
  width: 86%;
  padding-top: 86%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 7%;
}
.proBox .proSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 1110px) {
  .proBox .proSwiper 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);
  }
}
.proBox .proSwiper ul li .item .cont {
  height: 200px;
  padding: 14px 8% 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 600;
  color: #333333;
}
.proBox .proSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.proBox .proSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #9599a2;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .cont .ghgh{
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.proBox .proSwiper ul li .item .cont .more {
  margin-top: 20px;
  display: inline-block;
  height: 100%;
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #9599a2;
  line-height: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .cont .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 5px;
  background: url(../images/morear.png) right center no-repeat;
  margin-left: 15px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.proBox .proSwiper ul li .item .cont .more i {
  min-width: 5px;
}
@media screen and (min-width: 1110px) {
  .proBox .proSwiper ul li .item .cont .more:hover {
    color: #f5a13d;
  }
  .proBox .proSwiper ul li .item .cont .more:hover:after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
    animation: zyfd 1.5s linear infinite;
  }
}
@media screen and (max-width: 1560px) {
  .proBox .proSwiper ul li .item .cont {
    height: 160px;
    padding-top: 10px;
  }
  .proBox .proSwiper ul li .item .cont p {
    margin-top: 6px;
  }
  .proBox .proSwiper ul li .item .cont .more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .proBox .proSwiper ul li {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1100px) {
  .proBox .proSwiper ul li.swiper-slide-next {
    padding-top: 0;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item {
    padding-top: 20px;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .pic {
    /* margin-top: 20px;
    margin-bottom: 20px; */
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont {
    background: #f5a13d;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont .bt {
    color: #fff;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont p {
    color: #fff;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont .more {
    color: #fff;
  }
  .proBox .proSwiper ul li.swiper-slide-next .item .cont .more:after {
    background: url(../images/morearh.png) right center no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (min-width: 1110px) {
  .proBox .proSwiper ul li:hover {
    padding-top: 0;
  }
  .proBox .proSwiper ul li:hover .item {
    padding-top: 20px;
  }
  .proBox .proSwiper ul li:hover .item .pic {
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
  }
  .proBox .proSwiper ul li:hover .item .cont {
    background: #f5a13d;
  }
  .proBox .proSwiper ul li:hover .item .cont .bt {
    color: #fff;
  }
  .proBox .proSwiper ul li:hover .item .cont p {
    color: #fff;
  }
  .proBox .proSwiper ul li:hover .item .cont .more {
    color: #fff;
  }
  .proBox .proSwiper ul li:hover .item .cont .more:after {
    background: url(../images/morearh.png) right center no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (min-width: 1100px) {
  .proBox .pro-prev {
    position: absolute;
    left: 95px;
    bottom: -6px;
    width: 28px;
    height: 28px;
    background-color: #404040;
    border-radius: 100%;
    font-family: SimSun;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 99999;
  }
  .proBox .pro-prev:before {
    content: "<";
  }
  .proBox .pro-prev:hover {
    background-color: #202c5c;
  }
.swipssation .swiper-pagination-progressbar-fill{
  background: #f3982c;
} 

  .proBox .pro-next {
    z-index: 99999;
    position: absolute;
    left: 135px;
    bottom: -6px;
    width: 28px;
    height: 28px;
    background-color: #404040;
    border-radius: 100%;
    font-family: SimSun;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .proBox .pro-next:before {
    content: ">";
  }
  .proBox .pro-next:hover {
    background-color: #202c5c;
  }
}
.ysSwiper {
  height: 100%;
  width: 100%;
  cursor: url(../images/gesture2.png), default;
}
.ysSwiper img {
  cursor: url(../images/gesture2.png), default;
}
.ysSwiper ul {
  height: 100%;
  width: 100%;
}
.ysSwiper ul li {
  height: 100%;
  width: 25%;
  border-left: 1px solid #f1f1f1;
  float: left;
  overflow: hidden;
}
.ysSwiper ul li .pic {
  width: 100%;
  height: 62.5%;
}
.ysSwiper ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ysSwiper ul li:hover .pic img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ysSwiper ul li .cont {
  height: 50%;
  width: 100%;
  position: relative;
}
.ysSwiper ul li .cont .box1 {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ysSwiper ul li .cont .box1 .line1 {
  width: 1px;
  height: 30px;
  background-color: #e2e2e2;
  margin: 0 auto 20px;
}
.ysSwiper ul li .cont .box1 .num {
  font-family: "Swiss721BT Light", "MicrosoftYaHei Light";
  font-size: 30px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}
.ysSwiper ul li .cont .box1 h4 {
  margin-top: 24px;
  font-size: 18px;
  color: #404040;
  line-height: 1;
}
.ysSwiper ul li .cont .box1 h5 {
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  color: #afafaf;
  margin-top: 12px;
}
.ysSwiper ul li .cont .box1 .line2 {
  width: 1px;
  height: 30px;
  background-color: #e2e2e2;
  margin: 20px auto 0;
}
.ysSwiper ul li .cont .box2 {
  position: absolute;
  background: #f5a13d;
  z-index: 2;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 56px 10%;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ysSwiper ul li .cont .box2 .num {
  font-family: "Swiss721BT Light", "MicrosoftYaHei Light";
  font-size: 36px;
  line-height: 24px;
  font-weight: 100;
}
.ysSwiper ul li .cont .box2 h4 {
  margin-top: 20px;
  line-height: 1;
  font-size: 30px;
}
.ysSwiper ul li .cont .box2 h5 {
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  margin-top: 15px;
}
.ysSwiper ul li .cont .box2 .text {
  line-height: 30px;
  text-align: left;
  height: 166px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ysSwiper ul li .cont .box2 .add {
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 36px;
  font-family: "MicrosoftYaHei Light";
  font-weight: 100;
}
.ysSwiper ul li .cont .box2 .add:before {
  content: "+";
}
.ysSwiper ul li:hover .cont .box2,
.ysSwiper ul li.on .cont .box2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1025px) {
  
  .ysSwiper ul li .cont .box2 {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 30px;
    min-height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .ysSwiper ul li .cont .box2 .num {
    font-size: 30px;
  }
  .ysSwiper ul li .cont .box2 h4 {
    font-size: 20px;
    margin-top: 12px;
  }
  .ysSwiper ul li .cont .box2 h5 {
    margin-top: 10px;
  }
  .ysSwiper ul li .cont .box2 .text {
    height: auto;
    padding: 15px 0;
  }
}
.case {
  width: 100%;
  height: 100%;
  background: url(../images/casebg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 769px) {
  .case {
    background: none;
  }
}
.case .caseSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseSwiper ul li {
  height: 100%;
  overflow: hidden;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 56.2%;
  height: 100%;
  float: right;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.04) rotate(0);
  -moz-transform: scale(1.04) rotate(0);
  -o-transform: scale(1.04) rotate(0);
  transform: scale(1.04) rotate(0);
}
.case .caseSwiper ul li .cont {
  float: left;
  width: 43.8%;
  height: 100%;
  padding: 7% 6% 0;
}
.case .caseSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .cont .bt:hover {
  color: #f5a13d;
}
.case .caseSwiper ul li .cont .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
  color: #cdcdcd;
  text-transform: uppercase;
}
.case .caseSwiper ul li .cont .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 48px;
  height: 144px;
  margin-top: 7%;
  color: #939393;
}
.case .caseSwiper ul li .cont .text span {
  font-family: Arial;
  font-size: 18px;
  color: #f5a13d;
}
.case .caseSwiper ul li .cont .text p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseSwiper ul li .cont .more {
  margin-top: 12%;
  display: block;
  height: 56px;
  width: 152px;
  position: relative;
}
.case .caseSwiper ul li .cont .more em {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: solid 2px #f5a13d;
  border-radius: 100%;
}
.case .caseSwiper ul li .cont .more em:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  width: 109px;
  height: 1px;
  background-color: #eaeaea;
}
.case .caseSwiper ul li .cont .more span {
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  height: 56px;
  width: 56px;
  padding: 7px;
}
.case .caseSwiper ul li .cont .more span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px #f5a13d dashed;
  position: absolute;
  right: 0;
  top: 0;
}
.case .caseSwiper ul li .cont .more span i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: solid 1px #eaeaea;
  padding: 17px;
}
.case .caseSwiper ul li .cont .more span i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #f5a13d;
}
.case .caseSwiper ul li .cont .more:hover span:before {
  animation: casemore 8s linear infinite;
}
@keyframes casemore {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1025px) {
  .case .caseSwiper ul li .pic {
    float: none;
    width: 100%;
    height: 50%;
  }
  .case .caseSwiper ul li .cont {
    width: 100%;
    float: none;
    padding-right: 75px;
  }
  .case .caseSwiper ul li .cont .bt {
    font-size: 16px;
  }
  .case .caseSwiper ul li .cont .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    height: 90px;
    margin-top: 3%;
  }
  .case .caseSwiper ul li .cont .more {
    margin-top: 5%;
    height: 36px;
    width: 132px;
  }
  .case .caseSwiper ul li .cont .more em {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  .case .caseSwiper ul li .cont .more em:before {
    width: 95px;
  }
  .case .caseSwiper ul li .cont .more span {
    width: 36px;
    height: 36px;
  }
  .case .caseSwiper ul li .cont .more span i {
    padding: 7px;
  }
}
.case .casePage {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 43.8%;
  width: 60px;
  margin-left: -30px;
  z-index: 2;
}
.case .casePage .case-prev {
  width: 60px;
  height: 60px;
  background: url(../images/caset.png) center center no-repeat;
  background-color: #525252;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .casePage .case-prev:hover {
  background-color: #f5a13d;
}
.case .casePage .case-next {
  width: 60px;
  height: 60px;
  background: url(../images/caseb.png) center center no-repeat;
  background-color: #525252;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .casePage .case-next:hover {
  background-color: #f5a13d;
}
.case .casePage ul li {
  width: 60px;
  height: 60px;
  border: solid 1px #b0b0b0;
  margin-top: -1px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .casePage ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .casePage ul li.active {
  border: solid 3px #f5a13d;
}
@media screen and (max-width: 1025px) {
  .case .casePage {
    left: 100%;
    margin-left: -60px;
    width: 40px;
  }
  .case .casePage .case-prev,
  .case .casePage .case-next {
    width: 40px;
    height: 40px;
  }
  .case .casePage ul li {
    height: 40px;
    width: 40px;
  }
}
.case .cageNum {
  position: absolute;
  left: 6%;
  bottom: 18%;
  font-family: Impact;
  font-size: 18px;
  line-height: 1;
  color: #a2a2a2;
}
@media screen and (max-width: 1025px) {
  .case .cageNum {
    left: auto;
    bottom: 20px;
    right: 75px;
  }
}
.case .cageNum .cageNum1 {
  color: #f5a13d;
  font-size: 36px;
}
.about {
  width: 100%;
  height: 100%;
  background: url(../images/aboutbg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}
.about .aboutPic {
  float: right;
  width: 33%;
  position: relative;
  z-index: 1;
  top: 0px;
}
.about .aboutPic:before {
  content: "";
  left: 27.4%;
  top: -10px;
  display: block;
  position: absolute;
  z-index: -1;
  width: 47.24%;
  height: 52.5%;
  background: url(../images/aboutpicbg.jpg) center 0 no-repeat;
  background-size: 100%;
  display: none;
}
.about .aboutPic .pic {
  width: 100%;
  /* height: 79.3848%; */
}
.rongyud{
  overflow: hidden;
}
.hudsnj{
  position: relative;
}

.rongyud .swiper-wrapper .swiper-slide{
  padding: 3%;
  box-sizing: border-box;
  background: #fff;
}
.rndhu img{
  width: 100%;
  height: auto;
}


.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aboutText {
  float: left;
  width: 63%;
  height: 100%;
  padding: 7% 6% 0;
}
.jsinh{
  font-size: 39px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #f3982c;
  text-transform: uppercase;
}
.jsinh span{
  color: #333333;
}
.shidnh{
  width: 78px;
	height: 3px;
	background-color: #202c5c;
  margin: 2% 0;
}
.about .aboutText .t1 {
  background: #f5a13d;
  padding-left: 5px;
  letter-spacing: 5px;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  width: 204px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}
.about .aboutText .t2 {
  font-weight: bold;
  font-family: Arial;
  font-size: 36px;
  line-height: 1;
  margin-top: 8%;
  text-transform: uppercase;
}
.about .aboutText .text {
  color: #a1a1a1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 48px;
  height: 110px;
  margin-top: 6%;
}
.zhenid{
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swipeaddext{
  position: absolute;
  bottom: -50px;
  left: 37px;
  background: url(../images/b2.png) no-repeat;
  width: 30px;
  height: 30px;
  z-index: 999;
  cursor: pointer;
}
.swipeaddext:hover{
  background: url(../images/b4.png) no-repeat;
}
.swipasddrev{
  position: absolute;
  bottom: -50px;
  left: 0px;
  background: url(../images/b1.png) no-repeat;
  width: 30px;
  height: 30px;
  z-index: 999;
  cursor: pointer;
}
.swipasddrev:hover{
  background: url(../images/b3.png) no-repeat;
}

.inBox3 {
  background: url(../images/neig.jpg) center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.hudnsjhle{
  width: 40%;
  box-sizing: border-box;
  padding: 4% 0 0 5%;
}
.hudnsjhrt{
  width: 60%;
}
.hudnsjhrt img{
  width: 100%;
  height: auto;
}











.hudnsjhle_a{
  background: url(../images/agg.jpg) left center no-repeat;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
  text-transform: uppercase;
  padding-left: 25px;
}
.hudnsjhle_b{
  font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height:60px;
	letter-spacing: 0px;
	color: #333333;
}
.hudnsjhle_b span{
  color: #f3982c;
  font-weight: 600;
}

.pinhi{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
  padding: 2% 0;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hudnsjhle_c{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
  box-sizing: border-box;
  padding: 2% 0;
}
.hufnjh {
  margin-top: 10%;
}
.hufnjh li{
  width: 48%;
  cursor: pointer;
}

.inBox32{
  background: #f7f7f7;
}

.hufnjh li:hover .hufnjh_img img{
  filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(260%) contrast(93%);
}
.hufnjh li:hover .hufnjh_img{
  background-color: #f3982c;
}

.ysSwiper .swiper-wrapper .swiper-slide:hover .cont{
   background: #f3982c;
}

.ysSwiper .swiper-wrapper .swiper-slide:hover .box1 .num{
   color: #fff;
}

.ysSwiper .swiper-wrapper .swiper-slide:hover .box1 h4{
  color: #fff;
}
.ysSwiper .swiper-wrapper .swiper-slide:hover .box1 h5{
  color: #fff;
}

.hufnjh_img{
  float: left;
  width: 76px;
	height: 76px;
	background-color: #e3e3e3;
  border-radius: 50%;
  line-height: 76px;
  text-align: center;
}
.hufnjh_img img{
  max-width: 100%;
  height: auto;
}
.hufnjhnei{
  float: right;
  width: 65%;
}
.hufnjhnei_a{
  font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}
.hufnjhnei_a a{
  color: #333333;
}

.hufnjhnei_c{
  width: 24px;
	height: 3px;
	background-color: #202c5c;
}
.hufnjhnei_b{
  font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about .aboutText .tip {
  font-family: Arial;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #a1a1a1;
  margin-top: 4%;
}
@media screen and (max-width: 1025px) {
  .about .aboutPic {
    float: none;
    width: 75%;
    margin-left: 25%;
    margin-top: 8%;
    top: 0;
  }
  .about .aboutText {
    float: none;
    width: 100%;
    padding: 5% 20px 0;
  }
  .about .aboutText .t1 {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 172px;
  }
  .about .aboutText .t2 {
    font-size: 22px;
    margin-top: 4%;
    white-space: normal;
  }
  .about .aboutText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 25px;
    height: 75px;
    margin-top: 4%;
  }
  .about .aboutText .tip {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 18px;
    height: 54px;
    margin-top: 4%;
  }
}
.news {
  width: 100%;
  height: 100%;
}
.news .newsSwiper {
  height: 100%;
}
.news .newsSwiper ul {
  height: 100%;
}
.news .newsSwiper ul li {
  width: 25%;
  border-left: 1px solid #eeeeee;
  height: 100%;
  padding: 0 3%;
  display: flex;
  align-items: center;
}
.news .newsSwiper ul li .item {
  width: 100%;
}
.news .newsSwiper ul li .item .day {
  font-family: Arial;
  font-size: 60px;
  line-height: 1;
  color: #d6d6d6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .date {
  font-family: Arial;
  font-size: 14px;
  color: #363636;
  line-height: 1;
  margin-top: 20%;
}
.news .newsSwiper ul li .item .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 5%;
}
.news .newsSwiper ul li .item .bt:hover {
  color: #f5a13d;
}
.news .newsSwiper ul li .item .more {
  display: inline-block;
  margin-top: 5%;
  line-height: 2;
  color: #c2c2c2;
  font-family: Arial;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .more i {
  min-width: 5px;
}
.news .newsSwiper ul li .item .more:hover {
  color: #f5a13d;
}
.news .newsSwiper ul li .item .pic {
  margin-top: 12%;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 58.2%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #959595;
  margin-top: 10%;
}
.news .newsSwiper ul li .item .more2 {
  height: 20px;
  width: 65px;
  display: block;
  margin-top: 10%;
  background: url(../images/newsar.png) right center no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .more2:hover {
  animation: zyfd 1.5s linear infinite;
}
@media screen and (min-width: 769px) {
  .news .newsSwiper ul li .item:hover .day {
    color: #f5a13d;
  }
  .news .newsSwiper 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);
  }
  .news .newsSwiper ul li .item:hover .more2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media screen and (max-width: 769px) {
  .news .newsSwiper ul li {
    padding: 0 8%;
  }
  .news .newsSwiper ul li .item .day {
    font-size: 30px;
  }
  .news .newsSwiper ul li .item .date {
    margin-top: 5%;
  }
  .news .newsSwiper ul li .item .bt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    height: 50px;
    margin-top: 3%;
  }
  .news .newsSwiper ul li .item .more {
    margin-top: 3%;
  }
  .news .newsSwiper ul li .item .pic {
    margin-top: 4%;
  }
  .news .newsSwiper ul li .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 25px;
    height: 75px;
    margin-top: 3%;
  }
  .news .newsSwiper ul li .item .more2 {
    margin-top: 3%;
  }
}
.contact {
  width: 100%;
  height: 100%;
}
.contact:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.contact .lxList {
  float: left;
  width: 33.33%;
  padding: 5% 3% 0 6%;
  height: 100%;
  display: flex;
  align-items: center;
}
.contact .lxList .box .t1 {
  background: #f5a13d;
  padding-left: 5px;
  letter-spacing: 5px;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  width: 204px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}
.contact .lxList .box .t2 {
  font-weight: bold;
  font-family: Arial;
  font-size: 36px;
  line-height: 1;
  margin-top: 8%;
  text-transform: uppercase;
}
.contact .lxList .box .t3 {
  font-size: 24px;
  line-height: 1;
  margin-top: 3%;
}
.contact .lxList .box ul {
  padding-top: 5%;
}
.contact .lxList .box ul p {
  padding-left: 10px;
  color: #838383;
  line-height: 28px;
  margin-top: 3%;
}
.contact .lxList .box .ewm {
  margin-top: 16%;
  text-align: center;
}
.contact .lxList .box .ewm img {
  width: 40%;
  height: 45%;
  background-color: #fff;
  border: solid 10px #b0b0b0;
  text-align: center;
}
.contact .message {
  float: left;
  background-color: #ffffff;
  width: 33.33%;
  height: 88vh;
  padding: 0 3%;
  display: flex;
  align-items: center;
}
.contact .message .formbox {
  max-width: 325px;
  margin: auto;
}
.contact .message .formbox .tit {
  color: #8c8c8c;
  line-height: 26px;
}
.contact .message .formbox .textarea {
  height: 100%;
  position: relative;
  padding-top: 40%;
  margin-top: 10%;
}
.contact .message .formbox input,
.contact .message .formbox textarea {
  display: block;
  border: none;
  background: none;
  width: 100%;
  height: 50px;
  margin-top: 10%;
  border: solid 1px #f7f7f7;
  line-height: 48px;
  padding: 0 10px 0 48px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.contact .message .formbox input.username,
.contact .message .formbox textarea.username {
  background: url(../images/inpxm.png) 22px center no-repeat;
  background-color: #f7f7f7;
}
.contact .message .formbox input.usertel,
.contact .message .formbox textarea.usertel {
  background: url(../images/inpdh.png) 24px center no-repeat;
  background-color: #f7f7f7;
}
.contact .message .formbox input.codeText,
.contact .message .formbox textarea.codeText {
  background: url(../images/inpyzm.png) 20px center no-repeat;
  background-color: #f7f7f7;
}
.contact .message .formbox input.xqcontent,
.contact .message .formbox textarea.xqcontent {
  background: url(../images/inpnr.png) 20px 16px no-repeat;
  background-color: #f7f7f7;
  height: 100%;
  line-height: 24px;
  padding-top: 12px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
}
.contact .message .formbox input::-webkit-input-placeholder,
.contact .message .formbox textarea::-webkit-input-placeholder {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.contact .message .formbox input::-moz-placeholder,
.contact .message .formbox textarea::-moz-placeholder {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.contact .message .formbox input:-ms-input-placeholder,
.contact .message .formbox textarea:-ms-input-placeholder {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.contact .message .formbox input:focus,
.contact .message .formbox textarea:focus,
.contact .message .formbox input:active,
.contact .message .formbox textarea:active {
  border-color: #f5a13d;
}
.contact .message .formbox input:focus::-webkit-input-placeholder,
.contact .message .formbox textarea:focus::-webkit-input-placeholder,
.contact .message .formbox input:active::-webkit-input-placeholder,
.contact .message .formbox textarea:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.contact .message .formbox input:focus::-moz-placeholder,
.contact .message .formbox textarea:focus::-moz-placeholder,
.contact .message .formbox input:active::-moz-placeholder,
.contact .message .formbox textarea:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.contact .message .formbox input:focus:-ms-input-placeholder,
.contact .message .formbox textarea:focus:-ms-input-placeholder,
.contact .message .formbox input:active:-ms-input-placeholder,
.contact .message .formbox textarea:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.contact .message .formbox .code {
  position: relative;
  display: block;
}
.contact .message .formbox .code .imgCode {
  position: absolute;
  width: 90px;
  height: 36px;
  right: 10px;
  bottom: 7px;
  border: none;
  display: block;
  z-index: 2;
}
.contact .message .formbox .submitform {
  margin-top: 10%;
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: #202c5c;
  line-height: 50px;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact .message .formbox .submitform i {
  min-width: 5px;
}
.contact .message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #202c5c;
  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;
}
.contact .message .formbox .submitform:hover {
  background: none;
  color: #202c5c;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(32, 44, 92, 0.5);
}
.contact .message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.contact .map {
  background: url(../images/ditu.jpg) center center no-repeat;
  width: 33.33%;
  height: 100%;
  float: left;
}
@media screen and (max-width: 769px) {
  .contact .lxList {
    width: 100%;
    font: none;
    height: 50%;
    padding: 0 20px;
  }
  .contact .lxList .box .t1 {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 172px;
  }
  .contact .lxList .box .t2 {
    margin-top: 3%;
    font-size: 20px;
    white-space: normal;
  }
  .contact .lxList .box .t3 {
    font-size: 16px;
    margin-top: 2%;
  }
  .contact .lxList .box ul {
    padding-top: 3%;
  }
  .contact .lxList .box ul li {
    margin-top: 0;
    line-height: 25px;
    padding-left: 0;
  }
  .contact .lxList .box .ewm {
    margin-top: 3%;
    display: none;
  }
  .contact .lxList .box .ewm img {
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
  .contact .message {
    width: 100%;
    height: 50%;
    font: none;
    padding: 0 20px;
  }
  .contact .message .formbox {
    max-width: 360px;
    width: 100%;
  }
  .contact .message .formbox .tit {
    line-height: 20px;
    font-size: 13px;
    text-align: center;
  }
  .contact .message .formbox .textarea {
    padding-top: 16%;
    margin-top: 2%;
  }
  .contact .message .formbox input,
  .contact .message .formbox textarea {
    height: 26px;
    margin-top: 2%;
    line-height: 24px;
    padding: 0 10px 0 34px;
  }
  .contact .message .formbox input.username,
  .contact .message .formbox textarea.username {
    background-position: 10px center;
  }
  .contact .message .formbox input.usertel,
  .contact .message .formbox textarea.usertel {
    background-position: 10px center;
  }
  .contact .message .formbox input.codeText,
  .contact .message .formbox textarea.codeText {
    background-position: 10px center;
  }
  .contact .message .formbox input.xqcontent,
  .contact .message .formbox textarea.xqcontent {
    background-position: 10px 6px;
    line-height: 20px;
    padding-top: 4px;
  }
  .contact .message .formbox .code {
    position: relative;
    display: block;
  }
  .contact .message .formbox .code .imgCode {
    width: 70px;
    height: 24px;
    right: 10px;
    bottom: 3px;
  }
  .contact .message .formbox .submitform {
    margin-top: 2.5%;
    height: 30px;
    line-height: 30px;
  }
  .contact .map {
    display: none;
  }
}
@-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, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  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 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 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 fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}
.fadeInUp {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}
.fadeInRight {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.fadeInLeft {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.ani-slide .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ani-slide .fadeInDown:nth-child(1) {
  animation-delay: 0.12s;
}
.ani-slide .fadeInDown:nth-child(2) {
  animation-delay: 0.24s;
}
.ani-slide .fadeInDown:nth-child(3) {
  animation-delay: 0.36s;
}
.ani-slide .fadeInDown:nth-child(4) {
  animation-delay: 0.48s;
}
.ani-slide .fadeInDown:nth-child(5) {
  animation-delay: 0.6s;
}
.ani-slide .fadeInDown:nth-child(6) {
  animation-delay: 0.72s;
}
.ani-slide .fadeInDown:nth-child(7) {
  animation-delay: 0.84s;
}
.ani-slide .fadeInDown:nth-child(8) {
  animation-delay: 0.96s;
}
.ani-slide .fadeInDown:nth-child(9) {
  animation-delay: 1.08s;
}
.ani-slide .fadeInDown:nth-child(10) {
  animation-delay: 1.2s;
}
.ani-slide .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ani-slide .fadeInUp:nth-child(1) {
  animation-delay: 0.12s;
}
.ani-slide .fadeInUp:nth-child(2) {
  animation-delay: 0.24s;
}
.ani-slide .fadeInUp:nth-child(3) {
  animation-delay: 0.36s;
}
.ani-slide .fadeInUp:nth-child(4) {
  animation-delay: 0.48s;
}
.ani-slide .fadeInUp:nth-child(5) {
  animation-delay: 0.6s;
}
.ani-slide .fadeInUp:nth-child(6) {
  animation-delay: 0.72s;
}
.ani-slide .fadeInUp:nth-child(7) {
  animation-delay: 0.84s;
}
.ani-slide .fadeInUp:nth-child(8) {
  animation-delay: 0.96s;
}
.ani-slide .fadeInUp:nth-child(9) {
  animation-delay: 1.08s;
}
.ani-slide .fadeInUp:nth-child(10) {
  animation-delay: 1.2s;
}
.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;
}


.links {
  margin-top: 0px;
  position: relative;
  width: 180px;
}
.links .tit {
    height: 40px;
    border-radius: 30px;
    border: solid 1px #f2f2f2;
    padding: 0 34px;
    line-height: 40px;
    background: url(../images/linksar.png) 226px center no-repeat;
}
.links .list {
  width: 100%;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 20px;
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.links .list .box {
  max-height: 200px;
  overflow: auto;
  padding: 0 10px;
}
.links .list .box::-webkit-scrollbar {
  width: 2px;
}
.links .list a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
}
.links .list a:hover {
  color: #06997d;
}
.links:hover .list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: inherit;
}

.swipssation {
  position: absolute;
  top: 64vh!important;
  width: 90%!important;
  left: 9%!important;
}


.mouseBox{position:absolute; left: 50%; margin-left: -24px; bottom: 40px; z-index: 99; text-align: center; cursor: pointer;}
.mouseIco{border-radius: 20px;width: 30px;height: 45px;border: 3px solid #fff;margin: 0 auto 5px;display: block;position: relative;}
.mouseIco i{
 width: 3px;
 height: 10px;
 border-radius: 1px;
 display: block;
 background-color: #fff;
 position: absolute;
 left: 50%;
 margin-left: -1px;
 top: 5px;
 animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
 }
.mouseBox p{color: #fff;font-size: 12px;}
@keyframes mouse-dot{
    from{opacity: 0; }
    33%{opacity: 1; }
    to{transform: translateY(10px); opacity: 0; }
}

.xianh{
  position: absolute;
  bottom: 68px;
  width: 36%;
  border-bottom: #fff 1px dashed;
  z-index: 999;
  left: 51%;
}


@media(max-width:1500px){
  .hufnjhnei {
    float: right;
    width: 60%;
}
}

@media(max-width:1440px){
  .xianh {
    position: absolute;
    bottom: 68px;
    width: 32%;
    border-bottom: #fff 1px dashed;
    z-index: 999;
    left: 52%;
}
.chusnjh{
  font-size: 32px;
}
.swipssation {
  position: absolute;
  top: 58vh!important;
  width: 90%!important;
  left: 9%!important;
}
.hudnsjhle_b{
  font-size: 32px;
}
.pinhi{
  font-size: 14px;
}
.jsinh{
  font-size: 33px;
}
.inBox .indexNav ul li {

  background: url(../images/am.png) 98% center no-repeat;
}



}

@media(max-width:1366px){
  .hudnsjhle_b {
    font-size: 28px;
}
.hufnjhnei_a{
  font-size: 18px;
}
.jsinh {
  font-size: 30px;
}
}

@media(max-width:1200px){
  .hudnsjhle_c{
    font-size: 14px;
    line-height: 28px;
  }
  .hufnjh_img{
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 8px;
    line-height: 33px;
  }
}
@media(max-width:1024px){
  .swipssation{
    display: none;
  }
  .ysSwiper ul li .cont {
    height: 29%;
    width: 100%;
    position: relative;
}
.about .aboutPic{
  display: none;
}
}

@media(max-width:992px){
  .chusnjh {
    font-size: 25px;
}
.hudnsjhrt{
  display: none;
}
.hudnsjhle{
  width: 100%;
}
.jsinh {
  font-size: 25px;
  line-height: 35px;
}
}


