@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);
  }
}
@-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);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-swiper.wapBanner {
  display: none;
}
.banner-swiper .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;
}
.banner-swiper:hover .banner-prev {
  left: 3%;
}
.banner-swiper .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;
}
.banner-swiper:hover .banner-next {
  right: 3%;
}
.banner-swiper .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner-swiper .banner-pagination span {
  display: inline-block;
  border: 2px #fff solid;
  opacity: 1;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  background-color: transparent;
  margin-left: 30px !important;
  margin-right: 0 !important;
  cursor: pointer;
  outline: none;
  position: relative;
}
.banner-swiper .banner-pagination span:first-child {
  margin-left: 0 !important;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .banner-swiper.pcBanner .banner-pagination {
    bottom: 20px;
  }
  .banner-swiper.pcBanner .banner-pagination span {
    width: 10px;
    height: 10px;
    margin-left: 15px !important;
  }
  .banner-swiper.pcBanner .banner-prev {
    display: none;
  }
  .banner-swiper.pcBanner .banner-next {
    display: none;
  }
  .banner-swiper.wapBanner {
    display: block;
  }
  .banner-swiper .mbanner-pagination {
    font-size: 0;
    position: absolute;
    width: auto;
    width: 100%;
    left: 0;
    bottom: 20px;
    z-index: 3;
    text-align: center;
  }
  .banner-swiper .mbanner-pagination span {
    display: inline-block;
    border: 2px #fff solid;
    opacity: 1;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    background-color: transparent;
    margin: 0 8px !important;
    cursor: pointer;
    outline: none;
    position: relative;
  }
  .banner-swiper .mbanner-pagination span.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
}
.custom {
  padding: 80px 0;
  padding: 80px 0 40px;
}
.custom .dzBox {
  max-width: 1690px;
}
.custom .dzTit {
  line-height: 1;
  /* font-family: "Microsoft YaHei Light"; */
  text-align: center;
}
.custom .dzTit span {
  display: block;
  font-size: 42px;
  letter-spacing: 4px;
  color: #000000;
}
.custom .dzTit em {
  display: block;
  margin: 30px auto;
  width: 80px;
  height: 3px;
  background-color: #000000;
}
.custom .dzTit i {
  display: block;
  font-size: 24px;
  color: #666666;
}
.custom .dzList {
  margin-top: 50px;
}
.custom .dzList ul {
  margin: 0 -15px;
}
.custom .dzList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.custom .dzList ul li {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.custom .dzList ul li .item {
  width: 100%;
  background-color: #fafafa;
  padding: 46px 45px 0;
  padding: 15px 15px 0;
}
.custom .dzList ul li .item .pic {
  width: 100%;
  height: 0;
  padding-top: 143.3%;
  position: relative;
  overflow: hidden;
}
.custom .dzList ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom .dzList ul li .item .cont {
  height: 134px;
  padding-top: 30px;
  text-align: center;
}
.custom .dzList ul li .item .cont h4 {
  font-size: 20px;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom .dzList ul li .item .cont p {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin-top: 7px;
}
.custom .dzList ul li .item:hover .cont h4{
  color: #0863be;
}
@media screen and (max-width: 1600px) {
  .custom .dzList ul {
    margin: 0 -12px;
  }
  .custom .dzList ul li {
    float: left;
    padding: 0 12px;
  }
  .custom .dzList ul li .item {
    padding: 25px 25px 0;
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 1100px) {
  .custom {
    padding: 50px 0;
  }
  .custom .dzTit span {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .custom .dzTit em {
    margin: 25px auto;
    height: 2px;
    width: 50px;
  }
  .custom .dzTit i {
    font-size: 20px;
  }
  .custom .dzList {
    margin-top: 20px;
  }
  .custom .dzList ul {
    margin: 0 -15px;
  }
  .custom .dzList ul li {
    float: left;
    padding: 0 15px;
    margin-top: 30px;
    width: 50%;
  }
  .custom .dzList ul li .item {
    padding: 40px 40px 0;
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 640px) {
  .custom {
    padding: 35px 0;
  }
  .custom .dzTit span {
    font-size: 20px;
    letter-spacing: 0;
  }
  .custom .dzTit em {
    margin: 12px auto;
    width: 40px;
    height: 1px;
  }
  .custom .dzTit i {
    font-size: 15px;
  }
  .custom .dzList {
    margin-top: 10px;
  }
  .custom .dzList ul {
    margin: 0 -7px;
  }
  .custom .dzList ul li {
    float: left;
    padding: 0 7px;
    margin-top: 14px;
    width: 50%;
  }
  .custom .dzList ul li .item {
    padding: 12px 12px 0;
  }
  .custom .dzList ul li .item .cont {
    height: 100px;
    padding-top: 18px;
  }
  .custom .dzList ul li .item .cont h4 {
    font-size: 16px;
  }
  .custom .dzList ul li .item .cont p {
    font-size: 13px;
  }
}
.product {
  background-color: #fbfbfb;
  padding: 90px 0 116px;
  padding: 45px 0 90px;
}
.product .proTit {
  line-height: 1;
  /* font-family: "Microsoft YaHei Light"; */
  position: relative;
}
.product .proTit::before {
  content: "DIKAI";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #333333;
  font-family: Arial;
  font-size: 24px;
}
.product .proTit span {
  display: block;
  font-size: 42px;
  font-weight: bold;
}
.product .proTit i {
  display: block;
  font-family: Arial;
  font-size: 24px;
  margin-top: 22px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #666666;
}
.product .proBox {
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .proL {
  border-right: 1px solid #dddddd;
  width: 30.625%;
  padding-right: 5%;
  position: relative;
}
.product .proL .box {
  height: 100%;
  max-width: 358px;
  padding-top: 16%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.product .proL .box h4 {
  font-size: 30px;
  line-height: 1.5;
}
.product .proL .box .line {
  width: 60px;
  height: 2px;
  background-color: #333333;
  margin-top: 25px;
}
.product .proL .box p {
  line-height: 2;
  font-size: 18px;
  color: #666666;
  margin-top: 11%;
}
.product .proL .box .zxLink {
  display: block;
  margin-top: 16%;
  width: 160px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proL .box .zxLink:hover {
  background-color: #0863be;
  border-color: #0863be;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(8, 99, 190, 0.5);
}
.product .proL .pro-pagination {
  position: absolute;
  left: 0;
  bottom: 15%;
  font-size: 0;
}
.product .proL .pro-pagination span {
  position: relative;
  opacity: 1;
  width: 16px;
  height: 16px;
  background-color: #babfc4;
  cursor: pointer;
  outline: none;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.product .proL .pro-pagination span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/propageli.png) center 0 no-repeat;
  width: 28px;
  height: 14px;
  left: -6px;
  top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.product .proL .pro-pagination span:hover,
.product .proL .pro-pagination span.swiper-pagination-bullet-active {
  background-color: #035ebb;
}
.product .proL .pro-pagination span:hover::before,
.product .proL .pro-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.product .proSwiper {
  width: 63.75%;
  box-shadow: 0px 15px 46px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.product .proSwiper ul li {
  width: 100%;
  background-color: #fff;
  border: solid 15px #ffffff;
  position: relative;
  overflow: hidden;
}
.product .proSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 57.8%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper 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;
}
.product .proSwiper ul li .box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(19, 22, 26, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 28px 30px;
}
.product .proSwiper ul li .box .cont {
  flex: 1;
  min-width: 0;
}
.product .proSwiper ul li .box .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 24px;
  line-height: 1.8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .box .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .box .cont .line {
  width: 46px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 16px;
}
.product .proSwiper ul li .box .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #ffffff;
  margin-top: 16px;
}
.product .proSwiper ul li .box .liLink {
  font-size: 0;
  margin-left: 7%;
  margin-right: 2%;
  padding-bottom: 10px;
}
.product .proSwiper ul li .box .liLink .ljBtn {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  background-color: #ffaf3c;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .box .liLink .ljBtn:hover {
  background-color: #fff;
  color: #0863be;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product .proSwiper ul li .box .liLink .zgBtn {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  border: solid 1px #dddddd;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .box .liLink .zgBtn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0863be;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
/* .product .proSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
} */
@media screen and (max-width: 1320px) {
  .product .proL {
    border-right: 1px solid #dddddd;
    width: 30.625%;
    padding-right: 5%;
    position: relative;
  }
  .product .proL .box {
    height: 100%;
    max-width: 358px;
    padding-top: 14%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .product .proL .box h4 {
    font-size: 24px;
  }
  .product .proL .box p {
    font-size: 16px;
    margin-top: 10%;
  }
  .product .proL .box .zxLink {
    margin-top: 12%;
    width: 150px;
    line-height: 46px;
    font-size: 16px;
  }
  .product .proL .pro-pagination {
    bottom: 8%;
  }
  .product .proSwiper ul li {
    border: solid 12px #ffffff;
  }
  .product .proSwiper ul li .box {
    padding: 20px 20px;
  }
  .product .proSwiper ul li .box .cont .bt {
    font-size: 20px;
    line-height: 1.8;
  }
  .product .proSwiper ul li .box .liLink {
    margin-left: 6%;
    margin-right: 0;
  }
  .product .proSwiper ul li .box .liLink .ljBtn {
    width: 120px;
    line-height: 42px;
    font-size: 16px;
  }
  .product .proSwiper ul li .box .liLink .zgBtn {
    width: 120px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .product {
    padding: 60px 0;
  }
  .product .proTit::before {
    font-size: 20px;
  }
  .product .proTit span {
    font-size: 34px;
  }
  .product .proTit i {
    font-size: 20px;
    margin-top: 20px;
    line-height: 16px;
  }
  .product .proBox {
    margin-top: 40px;
  }
  .product .proL {
    width: 32.5%;
    padding-right: 4%;
  }
  .product .proSwiper ul li {
    border: solid 10px #ffffff;
  }
  .product .proSwiper ul li .box {
    padding: 20px 20px;
    position: relative;
    background-color: #fff;
  }
  .product .proSwiper ul li .box .cont .bt {
    font-size: 20px;
    line-height: 1.8;
    color: #333;
  }
  .product .proSwiper ul li .box .cont .line {
    background-color: #333;
  }
  .product .proSwiper ul li .box .cont p {
    color: #666;
  }
  .product .proSwiper ul li .box .liLink {
    margin-left: 6%;
    margin-right: 0;
  }
  .product .proSwiper ul li .box .liLink .ljBtn {
    display: block;
    width: 120px;
    line-height: 42px;
    font-size: 16px;
  }
  .product .proSwiper ul li .box .liLink .ljBtn:hover {
    background-color: #0863be;
    border-color: #0863be;
    color: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .product .proSwiper ul li .box .liLink .zgBtn {
    display: block;
    margin-left: 0;
    width: 120px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
  }
  .product .proSwiper ul li .box .liLink .zgBtn:hover {
    background-color: #0863be;
    border-color: #0863be;
    color: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 35px 0;
  }
  .product .proTit {
    text-align: center;
  }
  .product .proTit::before {
    display: none;
  }
  .product .proTit span {
    font-size: 30px;
  }
  .product .proTit i {
    font-size: 16px;
    margin-top: 15px;
    line-height: 12px;
  }
  .product .proBox {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .product .proL {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .product .proL .box {
    max-width: 100%;
    padding: 20px 0;
  }
  .product .proL .box h4 {
    font-size: 22px;
  }
  .product .proL .box .line {
    margin-top: 10px;
    height: 1px;
  }
  .product .proL .box p {
    margin-top: 10px;
    font-size: 14px;
  }
  .product .proL .box .zxLink {
    margin-top: 20px;
    line-height: 36px;
    font-size: 14px;
    width: 120px;
  }
  .product .proL .pro-pagination {
    position: absolute;
    left: auto;
    bottom: 35px;
    right: 0;
    width: auto;
  }
  .product .proL .pro-pagination span {
    margin-right: 0;
    margin-left: 10px;
    width: 8px;
    height: 8px;
  }
  .product .proL .pro-pagination span::before {
    display: none;
  }
  .product .proSwiper {
    margin-top: 20px;
    width: 100%;
    box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.06);
  }
  .product .proSwiper ul li .box {
    padding: 15px 0 5px;
    position: relative;
    background-color: #fff;
  }
  .product .proSwiper ul li .box .cont .bt {
    font-size: 16px;
  }
  .product .proSwiper ul li .box .cont .line {
    background-color: #333;
    height: 1px;
    width: 30px;
    margin-top: 8px;
  }
  .product .proSwiper ul li .box .cont p {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }
  .product .proSwiper ul li .box .liLink .ljBtn {
    width: 100px;
    line-height: 38px;
    font-size: 14px;
  }
  .product .proSwiper ul li .box .liLink .zgBtn {
    width: 100px;
    line-height: 36px;
    font-size: 14px;
  }
}
.application {
  position: relative;
  overflow: hidden;
}
.application * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.application .appSwiper ul li {
  width: 100%;
  height: 100%;
}
.application .appSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 806px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.application .appSwiper 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;
}
/* .application .appSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale08);
} */
.application .appNav {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 40%;
  width: 26%;
  max-width: 646px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.application .appNav .appTit {
  color: #ffffff;
  padding: 0 8.3% 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-content: flex-end;
  height: 168px;
}
.application .appNav .appTit span {
  /* font-family: "Microsoft YaHei Light"; */
  font-size: 42px;
  display: block;
  line-height: 1;
}
.application .appNav .appTit i {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-top: 18px;
  line-height: 1.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 14px;
}
.application .appNav ul li {
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0863be, #0863be);
  background-image: linear-gradient(to right, #0863be, #0863be);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.application .appNav ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 8.3%;
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
}
.application .appNav ul li:first-child::before {
  display: none;
}
.application .appNav ul li .item {
  padding: 0 8.3%;
  height: 106px;
  position: relative;
  overflow: hidden;
  max-width: 505px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.application .appNav ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  line-height: 106px;
  position: relative;
}
.application .appNav ul li .item .bt span {
  font-family: "BaronNeue";
  width: 30px;
  display: inline-block;
  vertical-align: top;
}
.application .appNav ul li .item .bt::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  top: 84px;
  left: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.application .appNav ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  font-size: 15px;
  color: #ffffff;
  margin-left: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.application .appNav ul li.active {
  background-size: 100% 100%;
}
.application .appNav ul li.active .item {
  height: 210px;
}
.application .appNav ul li.active .item .bt::before {
  width: 50px;
}
.application .appNav ul li.active .item p {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1100px) {
  .application .appSwiper ul li .pic {
    height: 560px;
  }
  .application .appNav {
    width: 436px;
    width: 306px;
  }
  .application .appNav .appTit {
    height: 128px;
  }
  .application .appNav .appTit span {
    font-size: 28px;
  }
  .application .appNav .appTit i {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  .application .appNav ul {
    margin-top: 6px;
  }
  .application .appNav ul li .item {
    height: 70px;
  }
  .application .appNav ul li .item .bt {
    line-height: 70px;
    font-size: 16px;
  }
  .application .appNav ul li .item .bt::before {
    top: 56px;
  }
  .application .appNav ul li .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
    font-size: 14px;
  }
  .application .appNav ul li.active .item {
    height: 146px;
  }
}
@media screen and (max-width: 768px) {
  .application .appSwiper ul li .pic {
    height: 0;
    padding-top: 56%;
  }
  .application .appNav {
    width: 100%;
    position: relative;
    background-color: #fff;
    max-width: 100%;
  }
  .application .appNav .appTit {
    height: 128px;
    text-align: center;
    color: #333;
  }
  .application .appNav .appTit span {
    font-size: 28px;
  }
  .application .appNav .appTit i {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.6;
    padding-bottom: 10px;
    color: #666;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
  .application .appNav ul {
    margin-top: 6px;
  }
  .application .appNav ul li::before {
    background-color: #333;
    margin: 0 5%;
  }
  .application .appNav ul li .item {
    height: 70px;
    padding: 0 5%;
  }
  .application .appNav ul li .item .bt {
    line-height: 70px;
    font-size: 16px;
    color: #333;
  }
  .application .appNav ul li .item .bt::before {
    top: 56px;
  }
  .application .appNav ul li .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .application .appNav ul li.active .item {
    height: 146px;
  }
  .application .appNav ul li.active .item .bt {
    color: #fff;
  }
  .application .appNav ul li.active .item p {
    color: #fff;
  }
}
.cooperate .msList {
  display: flex;
  justify-content: space-between;
}
.cooperate .msList > .line {
  width: 1px;
  height: 500px;
  background-color: #eeeeee;
  opacity: 0.5;
}
.cooperate .msList .msTit {
  width: 270px;
  height: 500px;
  padding-top: 100px;
}
.cooperate .msList .msTit h3 {
  /* font-family: "Microsoft YaHei Light"; */
  font-size: 38px;
  line-height: 1.3;
}
.cooperate .msList .msTit h3 span {
  display: block;
}
.cooperate .msList .msTit h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #333333;
  margin-top: 26px;
}
.cooperate .msList .msTit .tel {
  margin-top: 54px;
}
.cooperate .msList .msTit .tel span {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}
.cooperate .msList .msTit .tel span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  vertical-align: top;
  margin-right: 4px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/mstel.png) center center no-repeat;
}
.cooperate .msList .msTit .tel i {
  display: block;
  margin-top: 18px;
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  color: #ffaf3c;
  line-height: 24px;
}
.cooperate .msList .liBox {
  padding-top: 140px;
  height: 500px;
  width: 270px;
  position: relative;
}
.cooperate .msList .liBox * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .msList .liBox i {
  display: block;
  width: 36px;
  height: 36px;
}
.cooperate .msList .liBox i.ico1 {
  background: url(../images/msico1.png) center center no-repeat;
  background-size: contain;
}
.cooperate .msList .liBox i.ico2 {
  background: url(../images/msico2.png) center center no-repeat;
  background-size: contain;
}
.cooperate .msList .liBox i.ico3 {
  background: url(../images/msico3.png) center center no-repeat;
  background-size: contain;
}
.cooperate .msList .liBox em {
  position: absolute;
  right: 0;
  font-family: "BaronNeue";
  font-size: 179px;
  top: 196px;
  color: #f9f9f9;
  line-height: 128px;
  z-index: -1;
}
.cooperate .msList .liBox h4 {
  line-height: 1.5;
  font-size: 20px;
  margin-top: 86px;
}
.cooperate .msList .liBox p {
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  margin-top: 10px;
  padding-right: 45px;
}
.cooperate .msList .liBox:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.cooperate .msList .liBox:hover h4 {
  color: #0863be;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cooperate .msList .liBox:hover p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cooperate .msList .liBox:last-child p {
  padding-right: 66px;
}
@media screen and (max-width: 1620px) {
  .cooperate .msList > .line {
    height: 420px;
  }
  .cooperate .msList .msTit {
    width: 210px;
    height: 400px;
    padding-top: 60px;
  }
  .cooperate .msList .liBox {
    width: 210px;
    height: 420px;
    padding-top: 100px;
  }
  .cooperate .msList .liBox em {
    font-size: 140px;
    top: 180px;
    line-height: 100px;
    right: -10px;
  }
  .cooperate .msList .liBox p {
    padding-right: 20px;
  }
  .cooperate .msList .liBox:last-child p {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .cooperate .msList {
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .cooperate .msList > .line {
    display: none;
  }
  .cooperate .msList .msTit {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .cooperate .msList .msTit h3 {
    font-size: 32px;
  }
  .cooperate .msList .msTit h3 span {
    display: inline;
  }
  .cooperate .msList .msTit .tel {
    margin-top: 0;
  }
  .cooperate .msList .liBox {
    width: auto;
    height: auto;
    padding: 0 25px 0 0;
    max-width: 30%;
    margin-top: 50px;
  }
  .cooperate .msList .liBox em {
    font-size: 140px;
    top: 70px;
    line-height: 100px;
    right: 0;
  }
  .cooperate .msList .liBox h4 {
    margin-top: 66px;
  }
  .cooperate .msList .liBox p {
    padding-right: 0;
  }
  .cooperate .msList .liBox:last-child p {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .cooperate .msList {
    padding: 35px 0;
  }
  .cooperate .msList .msTit {
    flex-wrap: wrap;
  }
  .cooperate .msList .msTit h3 {
    font-size: 26px;
    width: 100%;
  }
  .cooperate .msList .msTit h3 span {
    display: inline;
  }
  .cooperate .msList .msTit h3::after {
    margin-top: 15px;
  }
  .cooperate .msList .msTit .tel {
    margin-top: 20px;
    width: 100%;
  }
  .cooperate .msList .msTit .tel span {
    font-size: 14px;
  }
  .cooperate .msList .msTit .tel i {
    margin-top: 10px;
    font-size: 26px;
  }
  .cooperate .msList .liBox {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #eee;
    padding-top: 22px;
    margin-top: 22px;
  }
  .cooperate .msList .liBox em {
    font-size: 80px;
    line-height: 60px;
    top: 60px;
  }
  .cooperate .msList .liBox h4 {
    margin-top: 15px;
  }
  .cooperate .msList .liBox p {
    margin-top: 5px;
  }
}
.title {
  line-height: 1;
  position: relative;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  line-height: 1;
  font-size: 42px;
  /* font-family: "Microsoft YaHei Light"; */
}
.title i {
  display: block;
  margin-top: 22px;
  line-height: 1.4;
  font-size: 18px;
  color: #666666;
  background: url(../images/titline.png) center center no-repeat;
}
@media screen and (max-width: 768px) {
  .title span {
    font-size: 26px;
  }
  .title i {
    font-size: 14px;
    margin-top: 15px;
  }
}
.case {
  background-color: #fbfbfb;
  padding: 80px 0 90px;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 35px 0;
  }
}
.case .caseNav {
  margin-top: 30px;
}
.case .caseNav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
}
.case .caseNav ul li {
  text-align: center;
  margin-top: 20px;
  min-width: 100px;
}
.case .caseNav ul li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseNav ul li a i {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  border: solid 1px #dbdbdb;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
}
.case .caseNav ul li a i img {
  max-width: 34px;
  max-height: 34px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
}
.case .caseNav ul li a:hover {
  color: #0863be;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseNav ul li a:hover i {
  border-color: #0863be;
}
.case .caseNav ul li a:hover i img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@media screen and (max-width: 768px) {
  .case .caseNav {
    margin-top: 10px;
  }
  .case .caseNav ul {
    margin: 0 -10px;
  }
  .case .caseNav ul li {
    padding: 0 10px;
    margin-top: 15px;
  }
  .case .caseNav ul li a {
    text-align: left;
  }
  .case .caseNav ul li a i {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
  }
  .case .caseNav ul li a i img {
    max-width: 20px;
    max-height: 20px;
  }
  .case .caseNav ul li a span {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 0;
  }
}
.case .caseSwiper {
  margin-top: 45px;
  padding: 0 8.625%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case .caseSwiper {
    margin-top: 30px;
  }
}
.case .caseSwiper .swiper-container {
  margin: 0 -20px;
}
.case .caseSwiper ul li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.case .caseSwiper ul li .item {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 15px 15px 0;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 71.8%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper 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;
}
.case .caseSwiper ul li .item .cont {
  padding: 34px 10px 0;
  position: relative;
  height: 212px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .more {
  display: block;
  z-index: 3;
  position: absolute;
  border-radius: 100%;
  left: 50%;
  top: -38px;
  margin-left: -38px;
  width: 76px;
  height: 76px;
  background: url(../images/casear.png) center center no-repeat;
  background-color: #0863be;
  border: 10px solid #fff;
  -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);
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  position: relative;
  z-index: 4;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont .line {
  width: 23px;
  height: 2px;
  background-color: #e8e8e8;
  margin: 8px auto 0;
}
.case .caseSwiper ul li .item .cont p {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 15px;
  color: #666666;
}
/* .case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
} */
.case .caseSwiper ul li .item:hover .cont {
  padding-top: 52px;
}
.case .caseSwiper ul li .item:hover .cont .more {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseSwiper ul li .item:hover .cont .bt {
  color: #0863be;
}
.case .page .case-prev {
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -20px;
  width: 23px;
  height: 40px;
  cursor: pointer;
  outline: none;
  background: url(../images/casel.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.case .page .case-prev:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.case .page .case-next {
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -20px;
  width: 23px;
  height: 40px;
  cursor: pointer;
  outline: none;
  background: url(../images/casel.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.case .page .case-next:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media screen and (max-width: 1400px) {
  .case .caseSwiper {
    padding: 0 4%;
  }
  .case .page .case-prev {
    left: 0;
  }
  .case .page .case-next {
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .case .caseSwiper {
    padding: 0 7%;
  }
  .case .caseSwiper ul li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .case .caseSwiper {
    padding: 0 10%;
  }
  .case .caseSwiper ul li {
    width: 100%;
  }
  .case .caseSwiper ul li .item .cont {
    padding-top: 15px;
    height: 150px;
  }
  .case .caseSwiper ul li .item .cont .more {
    display: none;
  }
  .case .caseSwiper ul li .item .cont .bt {
    font-size: 16px;
  }
  .case .caseSwiper ul li .item .cont .line {
    margin-top: 5px;
  }
  .case .caseSwiper ul li .item .cont p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
  }
  .case .caseSwiper .page .case-prev {
    background-size: contain;
    width: 16px;
  }
  .case .caseSwiper .page .case-next {
    background-size: contain;
    width: 16px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding-top: 58px;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysTit {
  text-align: center;
  color: #fff;
}
.youshi .ysTit i {
  display: block;
  font-family: "Arial Black";
  font-size: 60px;
  line-height: 35px;
}
.youshi .ysTit i::first-letter {
  color: #ffaf3c;
  font-size: 90px;
  line-height: 65px;
}
.youshi .ysTit span {
  display: block;
  font-size: 24px;
  margin-top: 24px;
}
.youshi .ysList {
  margin-top: 50px;
}
.youshi .ysList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.youshi .ysList ul li {
  float: left;
  width: 25%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.youshi .ysList ul li .item {
  width: 86%;
  max-width: 340px;
  margin: auto;
  height: 700px;
  padding-top: 112px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item i {
  margin-top: 0;
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.youshi .ysList ul li .item i:before,
.youshi .ysList ul li .item i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysList ul li .item i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysList ul li .item i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysList ul li .item i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysList ul li .item i.ico4 {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysList ul li .item .num1 {
  font-family: "BaronNeue";
  font-size: 72px;
  color: #ffaf3c;
  line-height: 78px;
  margin-top: -78px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysList ul li .item h4 {
  font-weight: bold;
  font-size: 24px;
  color: #fefefe;
  line-height: 1.4;
  margin-top: 40px;
}
@media screen and (max-width: 1480px) {
  .youshi .ysList ul li .item h4 {
    font-size: 20px;
  }
}
.youshi .ysList ul li .item .line {
  width: 1px;
  height: 33px;
  background-color: #ffffff;
  opacity: 0.3;
  margin: 16px auto 14px;
}
.youshi .ysList ul li .item .text {
  color: #dfdcdc;
  line-height: 36px;
  font-size: 14px;
}
.youshi .ysList ul li .item .num2 {
  font-family: "BaronNeue";
  font-size: 72px;
  color: #ffffff;
  opacity: 0.1;
  line-height: 52px;
  margin-top: 32px;
}
.youshi .ysList ul li .item .pic {
  display: block;
  height: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList 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;
}
.youshi .ysList ul li:hover,
.youshi .ysList ul li.on {
  background-color: rgba(255, 255, 255, 0.05);
}
.youshi .ysList ul li:hover .item,
.youshi .ysList ul li.on .item {
  padding-top: 66px;
}
.youshi .ysList ul li:hover .item i,
.youshi .ysList ul li.on .item i {
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysList ul li:hover .item .num1,
.youshi .ysList ul li.on .item .num1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.youshi .ysList ul li:hover .item h4,
.youshi .ysList ul li.on .item h4 {
  margin-top: 36px;
}
.youshi .ysList ul li:hover .item .line,
.youshi .ysList ul li.on .item .line {
  margin: 14px auto 8px;
}
.youshi .ysList ul li:hover .item .num2,
.youshi .ysList ul li.on .item .num2 {
  margin-top: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysList ul li:hover .item .text,
.youshi .ysList ul li.on .item .text {
  color: #ffffff;
}
.youshi .ysList ul li:hover .item .pic,
.youshi .ysList ul li.on .item .pic {
  padding-top: 60.3%;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1100px) {
  .youshi .ysList ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .youshi {
    padding: 35px 0;
  }
  .youshi .ysTit i {
    display: block;
    font-family: "Arial Black";
    font-size: 30px;
    line-height: 20px;
  }
  .youshi .ysTit i::first-letter {
    color: #ffaf3c;
    font-size: 46px;
    line-height: 32px;
  }
  .youshi .ysTit span {
    display: block;
    font-size: 24px;
    margin-top: 15px;
  }
  .youshi .ysList {
    margin-top: 30px;
  }
  .youshi .ysList ul li {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .youshi .ysList ul li .item {
    padding: 10px 0 20px;
    height: auto;
  }
  .youshi .ysList ul li .item i {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .youshi .ysList ul li .item .num1 {
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 50px;
    font-weight: bold;
  }
  .youshi .ysList ul li .item h4 {
    margin-top: 0;
    font-size: 18px;
  }
  .youshi .ysList ul li .item .line {
    margin: 10px auto 8px;
    width: 26px;
    height: 1px;
  }
  .youshi .ysList ul li .item .num2 {
    margin-top: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .youshi .ysList ul li .item .text {
    color: #ffffff;
    line-height: 28px;
  }
  .youshi .ysList ul li .item .pic {
    padding-top: 60.3%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .youshi .ysList ul li.on .item {
    padding: 10px 0 20px;
  }
  .youshi .ysList ul li.on .item h4 {
    margin-top: 0;
  }
  .youshi .ysList ul li.on .item .num2 {
    margin-top: -30px;
  }
}
@media screen and (max-width: 580px) {
  .youshi .ysList ul li {
    width: 100%;
  }
  .youshi .ysList ul li .item {
    max-width: inherit;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 128px 0;
}
.about .aboutText {
  width: 70%;
  max-width: 920px;
}
.about .aboutText .tip img {
  display: inline-block;
  vertical-align: top;
  font-size: 45px;
  font-weight: bold;
  color: #0863be;
  max-height: 44px;
  max-width: 100%;
}
.about .aboutText .tit {
  line-height: 1;
  margin-top: 88px;
  font-weight: bold;
  font-size: 30px;
  position: relative;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  margin-left: -160px;
  width: 521px;
  height: 1px;
  background-color: #dddddd;
  margin-top: 32px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 45px;
  height: 135px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  margin-top: 25px;
}
.about .aboutText .more {
  margin-top: 42px;
  display: block;
  width: 145px;
  height: 32px;
  line-height: 32px;
  background-color: #0863be;
  border-radius: 18px;
  text-align: center;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about .aboutText .more i {
  min-width: 5px;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0863be;
  border-radius: 18px;
  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;
}
.about .aboutText .more:hover {
  background: none;
  color: #0863be;
  box-shadow: 0 10px 10px -5px rgba(8, 99, 190, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .number {
  margin-top: 5px;
  max-width: 690px;
}
.about .number::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .number ul li {
  float: left;
  margin-top: 70px;
  width: 50%;
  min-width: 270px;
  font-size: 0;
}
.about .number ul li h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
}
.about .number ul li h4::after {
  content: "";
  width: 63px;
  height: 1px;
  background-color: #cccccc;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.about .number ul li p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 16px;
}
.about .number ul li p i {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-family: Arial;
  font-size: 42px;
  color: #0863be;
  line-height: 30px;
}
.about .number ul li p span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 14px;
  text-align: center;
}
.about .number ul li p span em {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 12px;
  margin-bottom: 2px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .about {
    padding: 100px 0;
  }
  .about .aboutText {
    width: 76%;
  }
  .about .aboutText .tit {
    margin-top: 50px;
  }
  .about .aboutText .text {
    margin-top: 20px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 36px;
    height: 108px;
  }
  .about .aboutText .more {
    margin-top: 30px;
  }
  .about .number ul li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding: 40px 0;
  }
  .about .aboutText {
    width: 100%;
  }
  .about .aboutText .tip {
    text-align: center;
  }
  .about .aboutText .tit {
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
  }
  .about .aboutText .tit::after {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .about .aboutText .text {
    margin-top: 15px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 32px;
    height: 128px;
  }
  .about .aboutText .more {
    margin-top: 30px;
  }
  .about .number ul li {
    margin-top: 25px;
  }
  .about .number ul li .item p i {
    font-size: 36px;
  }
}
.news {
  padding: 80px 0 70px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 35px 0;
  }
}
.news .newsList {
  margin-top: 65px;
}
.news .newsList .one {
  background-color: #fbfbfb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.news .newsList .one .pic {
  float: left;
  display: block;
  width: 595px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 69.25%;
  position: relative;
  overflow: hidden;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  flex: 1;
  padding: 0 4.4% 0 4.125%;
  min-width: 0;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont .en {
  font-family: Arial;
  font-size: 15px;
  margin-top: 6px;
  line-height: 12px;
  color: #999999;
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 32px;
  height: 96px;
  color: #666666;
  font-size: 15px;
  margin-top: 35px;
}
.news .newsList .one .cont .inBtn {
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.news .newsList .one .cont .inBtn .more {
  display: block;
  width: 175px;
  background-color: #fbfbfb;
  border: solid 1px #000000;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .inBtn .more:hover {
  border-color: #0863be;
  background-color: #0863be;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(8, 99, 190, 0.5);
}
.news .newsList .one .cont .inBtn .date {
  text-align: right;
  font-size: 14px;
  font-family: Arial;
}
.news .newsList .one .cont .inBtn .date span {
  display: block;
  font-family: "Arial Black";
  font-size: 50px;
  line-height: 38px;
  color: #cdcdcd;
}
.news .newsList .one .cont .inBtn .date i {
  display: block;
  margin-top: 14px;
  line-height: 10px;
  color: #cdcdcd;
  margin-right: 8px;
}
/* .news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
} */
.news .newsList .one:hover .cont .bt {
  color: #0863be;
}
.news .newsList .list {
  margin-top: 6px;
}
.news .newsList .list ul {
  margin: 0 -24px;
}
.news .newsList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  float: left;
  width: 33.33%;
  padding: 0 24px;
  margin-top: 45px;
}
.news .newsList .list ul li .item {
  position: relative;
}
.news .newsList .list ul li .item .date {
  position: absolute;
  right: 0;
  top: 10px;
  font-family: Arial;
  text-align: center;
}
.news .newsList .list ul li .item .date i {
  display: block;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 1px;
}
.news .newsList .list ul li .item .date span {
  display: block;
  font-size: 12px;
  color: #999999;
  line-height: 10px;
  margin-top: 12px;
}
.news .newsList .list ul li .item .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;
  margin-right: 100px;
}
.news .newsList .list ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #666666;
  margin-top: 2px;
  height: 30px;
  line-height: 30px;
  margin-right: 100px;
}
.news .newsList .list ul li .item .more {
  display: block;
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  line-height: 26px;
  font-size: 16px;
  color: #999999;
  padding-top: 10px;
  position: relative;
}
.news .newsList .list ul li .item .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  background-color: #0863be;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 2;
}
.news .newsList .list ul li .item .more::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 23px;
  height: 26px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .list ul li .item:hover .bt {
  color: #0863be;
}
.news .newsList .list ul li .item:hover .more {
  color: #0863be;
}
.news .newsList .list ul li .item:hover .more::before {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li .item:hover .more::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  animation: zyfd 1.5s linear infinite;
}
@media screen and (max-width: 1300px) {
  .news .newsList .one .pic {
    width: 500px;
  }
  .news .newsList .one .cont p {
    margin-top: 20px;
  }
  .news .newsList .one .cont .inBtn {
    margin-top: 25px;
  }
  .news .newsList .list ul li .item .bt {
    margin-right: 70px;
  }
  .news .newsList .list ul li .item p {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .news .newsList .one .pic {
    width: 380px;
  }
  .news .newsList .one .cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 32px;
    height: 64px;
  }
  .news .newsList .one .cont .inBtn .more {
    width: 140px;
    line-height: 42px;
  }
  .news .newsList .one .cont .inBtn .date span {
    font-size: 32px;
    line-height: 26px;
  }
  .news .newsList .list ul li {
    width: 50%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .news .newsList {
    margin-top: 30px;
  }
  .news .newsList .one {
    flex-wrap: wrap;
  }
  .news .newsList .one .pic {
    width: 100%;
  }
  .news .newsList .one .cont {
    padding: 15px 20px 25px;
  }
  .news .newsList .one .cont .bt {
    font-size: 16px;
  }
  .news .newsList .one .cont .en {
    font-size: 12px;
    margin-top: 0;
  }
  .news .newsList .one .cont p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
    margin-top: 10px;
  }
  .news .newsList .one .cont .inBtn {
    margin-top: 20px;
  }
  .news .newsList .one .cont .inBtn .more {
    width: 120px;
    line-height: 32px;
    font-size: 14px;
  }
  .news .newsList .one .cont .inBtn .date span {
    font-size: 20px;
    line-height: 16px;
  }
  .news .newsList .one .cont .inBtn .date i {
    margin-top: 5px;
  }
  .news .newsList .list ul li {
    width: 100%;
    margin-top: 15px;
  }
  .news .newsList .list ul li .item .date i {
    font-size: 30px;
    line-height: 24px;
  }
  .news .newsList .list ul li .item p {
    font-size: 14px;
    margin-top: 0;
  }
  .news .newsList .list ul li .item .more {
    margin-top: 10px;
    font-size: 14px;
    padding-top: 4px;
  }
  .news .newsList .list ul li .item .more::after {
    top: 4px;
  }
}
.contact {
  padding: 60px 0 50px;
  background-color: #f8f8f8;
}
.contact .lxBox {
  display: flex;
  justify-content: space-between;
}
.contact .lxBox .lxTit {
  padding-top: 10px;
}
.contact .lxBox .lxTit i {
  display: block;
}
.contact .lxBox .lxTit i img {
  display: inline-block;
  vertical-align: top;
}
.contact .lxBox .lxTit span {
  display: block;
  font-size: 22px;
  margin-top: 20px;
  line-height: 1;
}
.contact .lxBox .lxTit span::after {
  content: " /";
  font-size: 15px;
}
.contact .lxBox .lxTit em {
  display: block;
  font-size: 15px;
  letter-spacing: 5px;
  color: #999999;
  line-height: 1;
  margin-top: 42px;
}
.contact .lxBox ul {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.contact .lxBox ul li {
  text-align: center;
}
.contact .lxBox ul li.line {
  width: 1px;
  height: 150px;
  background-color: #eeeeee;
}
.contact .lxBox ul li i {
  display: block;
  margin: auto;
  width: 82px;
  height: 82px;
  background-color: #f8f8f8;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact .lxBox ul li i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact .lxBox ul li i.ico1::before {
  background: url(../images/lxico1.png) center center no-repeat;
}
.contact .lxBox ul li i.ico2::before {
  background: url(../images/lxico2.png) center center no-repeat;
}
.contact .lxBox ul li i.ico3::before {
  background: url(../images/lxico3.png) center center no-repeat;
}
.contact .lxBox ul li h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  margin-top: 20px;
}
.contact .lxBox ul li p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
  color: #666666;
}
@media screen and (max-width: 1100px) {
  .contact {
    padding: 50px 0;
  }
  .contact .lxBox {
    flex-wrap: wrap;
  }
  .contact .lxBox .lxTit {
    text-align: center;
    width: 100%;
  }
  .contact .lxBox .lxTit i {
    display: inline-block;
    vertical-align: bottom;
  }
  .contact .lxBox .lxTit span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
  }
  .contact .lxBox .lxTit span::after {
    display: none;
  }
  .contact .lxBox .lxTit em {
    margin-top: 20px;
  }
  .contact .lxBox ul {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 35px 0;
  }
  .contact .lxBox {
    flex-wrap: wrap;
  }
  .contact .lxBox .lxTit {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
  .contact .lxBox .lxTit i {
    display: inline-block;
    vertical-align: bottom;
  }
  .contact .lxBox .lxTit i img {
    max-height: 32px;
  }
  .contact .lxBox .lxTit span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
    font-size: 18px;
  }
  .contact .lxBox .lxTit span::after {
    display: none;
  }
  .contact .lxBox .lxTit em {
    margin-top: 20px;
  }
  .contact .lxBox ul {
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .contact .lxBox ul li {
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .contact .lxBox ul li.line {
    display: none;
  }
  .contact .lxBox ul li i {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
  }
  .contact .lxBox ul li h4 {
    margin-top: 0;
    padding-left: 70px;
    padding-top: 10px;
    font-size: 16px;
  }
  .contact .lxBox ul li p {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 70px;
  }
  .contact .lxBox ul li.on i {
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
  }
  .contact .lxBox ul li.on i:before {
    filter: grayscale(0) brightness(1);
  }
}
