/*轮播*/
.banner {
  padding-top: 99px;
}
.ban_img {
  background: #fff;
}
.ban_img .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ban_img .swiper-slide img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 7s;
  transition: all 7s;
}
.ban_img .swiper-slide img:nth-child(2) {
  display: none;
}
.ban_img .swiper-slide .c-bg2 {
  display: none;
}
.ban_img .swiper-slide-active img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.ban_img .swiper-pagination-bullet {
  opacity: 1;
}
.ban_img .c-dot {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
}
.ban_img .swiper-pagination {
  position: relative;
  text-align: center;
}
.loading {
  display: inline-block;
  margin: 0 5px;
  width: 26px;
  height: 26px;
  position: relative;
  border: 2px solid transparent;
  background: transparent;
}
.loading.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.2);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 9px;
  top: 9px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
  background-color: #fff;
}
.loading .left,
.loading .right {
  opacity: 0;
  width: 15px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  left: -2px;
  top: -2px;
}
.loading.swiper-pagination-bullet-active .left,
.loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.loading .right {
  left: auto;
  right: -2px;
  top: -2px;
}
.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 30px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 15px 0 0 15px;
  border-right: 0;
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 15px 15px 0;
  border: 2px solid #fff;
  border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@keyframes c-zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
}
.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}
#subject {
  overflow: hidden;
}
/*产品中心*/
#subject .ProductsServices {
  margin-top: 68px;
}
#subject .ProductsServices dl {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
}
#subject .ProductsServices dt {
  position: relative;
  width: 19.334%;
  margin-right: 0.83%;
  margin-bottom: 0.867%;
}
#subject .ProductsServices dt .tit {
  position: absolute;
  padding-left: 38px;
  background-color: #154a9a;
}
#subject .ProductsServices dt .tit h2 {
  padding-top: 17px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
#subject .ProductsServices dt .tit p {
  position: relative;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
}
#subject .ProductsServices dt .tit p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #d9d9d9;
}
#subject .ProductsServices dt .tit > a {
  margin-top: 61px;
  padding-bottom: 23px;
  color: #fff;
  border-bottom: none;
  background-image: url("../images/product_list_2_17.png");
}
#subject .ProductsServices dt .tit > a:before {
  display: none;
}
#subject .ProductsServices .eq_list dd {
  width: 19.334%;
  margin-right: 0.83%;
  margin-bottom: 0.867%;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}
#subject .ProductsServices .eq_list dd:nth-child(5n) {
  margin-right: 0;
}
#subject .ProductsServices .eq_list dd .text_box {
  padding: 0 29px;
  transition: all 0.4s;
}
#subject .ProductsServices .eq_list dd .text_box h4 {
  padding-top: 22px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 52px;
  font-weight: 500;
  color: #333;
  position: relative;
}
#subject .ProductsServices .eq_list dd .text_box h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #bbb;
}
#subject .ProductsServices .eq_list dd .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  box-sizing: border-box;
  background: rgba(35, 95, 186, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
}
#subject .ProductsServices .eq_list dd .bg h4 {
  padding-top: 22px;
  margin: 0 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  color: #ffffff;
  transform: translateY(20%);
  transition: all 0.8s;
}
#subject .ProductsServices .eq_list dd .bg h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #bbb;
}
#subject .ProductsServices .eq_list dd .bg .tab {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#subject .ProductsServices .eq_list dd .bg .tab p {
  margin: 0 32px;
  font-size: 14px;
  line-height: 24px;
  -webkit-line-clamp: 3;
  color: #fff;
}
#subject .ProductsServices .eq_list dd .bg .tab a {
  width: 170px;
  height: 40px;
  margin: 16px auto 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 19px;
  border: solid 1px #eee;
  transition: all 0.3s;
}
#subject .ProductsServices .eq_list dd .bg .tab a:hover {
  color: #154a9a;
  background-color: #fff;
}
#subject .ProductsServices .eq_list dd .images {
  transition: all 0.8s;
}
#subject .ProductsServices .eq_list dd:hover .text_box {
  transform: translate(0, 20px);
  opacity: 0;
}
#subject .ProductsServices .eq_list dd:hover .bg {
  opacity: 1;
}
#subject .ProductsServices .eq_list dd:hover .bg h4 {
  transform: translateY(0%);
}
#subject .ProductsServices .eq_list dd:hover .bg .tab {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0%);
}
#subject .ProductsServices .eq_list dd:hover .images {
  transform: translate(0, -10%);
}
@media (max-width: 1200px) {
  #subject .ProductsServices dt,
  #subject .ProductsServices dd {
    width: 24.2% !important;
    margin-right: 1%!important;
    margin-bottom: 1%!important;
  }
  #subject .ProductsServices dt .tit p {
    line-height: 47px;
  }
  #subject .ProductsServices .eq_list dd:nth-child(5n) {
    margin-right: 1%;
  }
  #subject .ProductsServices .eq_list dd:nth-child(4n) {
    margin-right: 0!important;
  }
}
@media (max-width: 1024px) {
  #subject .ProductsServices .Ps_list .eq_list li {
    width: 48.334%;
    margin-right: 3.2%;
    margin-bottom: 3.2%;
  }
  #subject .ProductsServices .Ps_list .eq_list li:nth-child(3n) {
    margin-right: 3.2%;
  }
  #subject .ProductsServices .Ps_list .eq_list li:nth-child(2n) {
    margin-right: 0;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab {
    margin-top: 100px;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab a {
    height: 40px;
    margin: 22px auto 0;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab {
    margin-top: 45px;
  }
  #subject .ProductsServices {
    margin-top: 40px;
  }
  #subject .ProductsServices .eq_list dd .bg h4 {
    margin: 0 12px;
  }
  #subject .ProductsServices .eq_list dd .bg .tab {
    margin-top: 17px;
  }
  #subject .ProductsServices .eq_list dd .bg .tab p {
    margin: 0 12px;
    font-size: 12px;
    line-height: 20px;
  }
  #subject .ProductsServices .eq_list dd .text_box {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  #subject .ProductsServices .Ps_list .eq_list li {
    margin-bottom: 20px;
  }
  #subject .ProductsServices .Ps_list .eq_list li {
    width: 100%;
    margin-right: 0% !important;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab {
    margin-top: 34px;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab a {
    height: 36px;
    margin: 12px auto 0;
    line-height: 36px;
  }
  #subject .ProductsServices dt,
  #subject .ProductsServices dd {
    width: 49.5% !important;
    margin-right: 1%!important;
    margin-bottom: 1%!important;
  }
  #subject .ProductsServices dd:nth-child(2n) {
    margin-right: 0!important;
  }
  #subject .ProductsServices .eq_list dd .text_box h4,
  #subject .ProductsServices .eq_list dd .bg h4 {
    padding-top: 0px;
    font-size: 16px;
  }
}
#subject {
  /*应用程序支持*/
  /*关于我们*/
}
#subject .Application {
  position: relative;
  margin-top: 66px;
  padding-top: 114px;
  padding-bottom: 46px;
  background: url("../images/en_home_02.jpg") no-repeat left top / cover;
}
#subject .Application .mainsVw {
  margin-top: 54px;
}
#subject .Application .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 90px;
  background: url("../images/ce_home_07.png") no-repeat left center / 80% #fff;
}
#subject .Application .text {
  float: left;
  width: 33.8%;
  padding-right: 119px;
  box-sizing: border-box;
}
#subject .Application .text .title h2 {
  padding-bottom: 19px;
  font-size: 42px;
  font-weight: 500;
  color: #222;
}
#subject .Application .text .title h2:before {
  background-color: #999;
}
#subject .Application .text p {
  margin-bottom: 37px;
  margin-top: 48px;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
#subject .Application .list {
  float: right;
  width: 66%;
}
#subject .Application .list ul {
  margin-left: -24px;
}
#subject .Application .list ul li {
  float: left;
  width: 25%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#subject .Application .list ul li a {
  margin-left: 24px;
  padding: 32px 17px;
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: #fff;
  border-bottom: 3px solid #fff;
}
#subject .Application .list ul li a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-right: 10px;
  border-right: 1px solid #dddd;
}
#subject .Application .list ul li a span img:nth-child(2) {
  display: none;
}
#subject .Application .list ul li a .con {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 13px;
  color: #666;
}
#subject .Application .list ul li a:hover {
  border-bottom-color: #154a9a;
}
#subject .Application .list ul li a:hover span img:nth-child(1) {
  display: none;
}
#subject .Application .list ul li a:hover span img:nth-child(2) {
  display: block;
}
#subject .Application .list ul li a:hover .con {
  color: #154a9a;
}
@media (max-width: 1500px) {
  #subject .Application .text {
    padding-right: 43px;
  }
  #subject .Application .list ul li a span {
    padding-right: 4px;
  }
  #subject .Application .list ul li a .con {
    font-size: 15px;
    padding-left: 5px;
  }
  #subject .Application .list ul li a {
    padding: 25px 8px;
  }
}
@media (max-width: 1400px) {
  #subject .Application .text .title h2 {
    font-size: 36px;
  }
  #subject .Application .list ul li {
    width: 33.33333333%;
  }
  #subject .Application .list ul li a span {
    padding-right: 10px;
  }
  #subject .Application .list ul li a .con {
    font-size: 15px;
    padding-left: 15px;
  }
  #subject .Application .list ul li a {
    padding: 15px 8px;
  }
}
@media (max-width: 1200px) {
  #subject .Application .text {
    padding-right: 20px;
  }
}
@media (max-width: 1100px) {
  #subject .Application .text {
    width: 100%;
  }
  #subject .Application .list {
    width: 100%;
    margin-top: 20px;
  }
  #subject .Application #subject .Application .text p {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #subject .Application {
    margin-top: 30px;
    padding-top: 50px;
  }
  #subject .Application .bg {
    height: 32px;
  }
  #subject .Application .text .title h2 {
    font-size: 28px;
  }
  #subject .Application .list ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #subject .Application .text p {
    margin-bottom: 20px;
    margin-top: 26px;
    font-size: 14px;
    line-height: 23px;
  }
}
#subject .about {
  margin-top: 80px;
  margin-bottom: 50px;
}
#subject .about .images {
  float: left;
  width: 52%;
  margin-bottom: 20px;
  padding-right: 10px;
  box-sizing: border-box;
}
#subject .about .con {
  float: right;
  width: 43%;
  margin-bottom: 20px;
  padding-left: 10px;
}
#subject .about .con .title h2 {
  font-size: 42px;
  font-weight: 500;
  color: #222;
  height: 72px;
  line-height: 72px;
}
#subject .about .con .text {
  margin-top: 28px;
}
#subject .about .con .text p {
  height: 120px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  -webkit-line-clamp: 4;
}
#subject .about .con .mores {
  margin-top: 10px;
  border: 0;
  text-align: left;
}
#subject .about .con .mores:hover {
  color: #154a9a;
}
#subject .about .con .list {
  margin-top: 42px;
}
#subject .about .con .list ul {
  display: flex;
  justify-content: space-between;
}
#subject .about .con .list ul li {
  text-align: center;
}
#subject .about .con .list ul li p {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
#subject .about .con .list ul li p span {
  font-size: 36px;
}
#subject .about .con .list ul li > span {
  padding-top: 8px;
  display: block;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 1400px) {
  #subject .about .images {
    padding-right: 0;
  }
  #subject .about .con .list {
    margin-top: 10px;
  }
  #subject .about .con .title h2 {
    font-size: 36px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 992px) {
  #subject .about .images {
    width: 100%;
  }
  #subject .about .con {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #subject .about {
    margin-top: 38px;
    margin-bottom: 20px;
  }
  #subject .about .con .list ul li p {
    font-size: 14px;
  }
  #subject .about .con .list ul li p span {
    font-size: 28px;
  }
  #subject .about .con .list ul li > span {
    padding-top: 4px;
    font-size: 12px;
  }
}
#subject .in_news {
  padding-top: 30px;
  padding-bottom: 67px;
  background-color: #f6f6f6;
}
#subject .in_news .top .title {
  float: left;
}
#subject .in_news .top .title h2 {
  font-size: 42px;
  padding-bottom: 6px;
}
#subject .in_news .top .mores {
  margin-top: 45px;
  float: right;
}
#subject .in_news .list {
  margin-top: 58px;
}
#subject .in_news .list ul {
  margin-left: -45px;
}
#subject .in_news .list ul li {
  float: left;
  width: 33.33333333%;
  margin-bottom: 20px;
}
#subject .in_news .list ul li a {
  margin-left: 45px;
}
#subject .in_news .list ul li a .text {
  padding: 27px 31px 33px;
  background-color: #fff;
}
#subject .in_news .list ul li a .text p {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
#subject .in_news .list ul li a .text span {
  margin-top: 11px;
  display: block;
  font-size: 15px;
  color: #666;
}
#subject .in_news .list ul li a .text span img {
  width: 16px;
}
#subject .in_news .list ul li a:hover .text p {
  color: #154a9a;
}
@media (max-width: 1200px) {
  #subject .in_news .list ul li a .text {
    padding: 12px 15px 19px;
  }
}
@media (max-width: 1024px) {
  #subject .in_news .list ul li a .text p {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  #subject .in_news .list ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #subject .in_news {
    padding-bottom: 33px;
  }
  #subject .in_news .list ul li {
    width: 100%;
  }
  #subject .in_news .top .mores {
    margin-top: 20px;
    width: 113px;
  }
  #subject .in_news .list {
    margin-top: 26px;
  }
}
.mores {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  background: transparent;
  transition: all 0.3s;
}
.mores span {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 10px;
  background: url("../images/en_home_53.png") no-repeat center center / cover;
}
.mores:hover {
  border-color: #fff;
  background: #fff;
}
@media (max-width: 1200px) {
  .mores {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=en_index.css.map */