

@font-face {
  font-family: "pangmenzhengdao";
  src: url("/fonts/pangmenzhengdao.TTF") format("truetype");
}
@font-face {
  font-family: "alibabapuhuiti";
  src: url("/fonts/ALIBABA-PUHUITI-REGULAR.OTF") format("opentype");
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("/fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("/fonts/SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("/fonts/SourceHanSansCN-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("/fonts/SourceHanSansCN-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}


html body{
  font-size: 16px;
  background-color: #fff;
  font-family: "alibabapuhuiti";
}

@media (max-width: 1280px) {

}
@keyframes jjp {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0.5turn);
  }
  100% {
    transform: rotate(1turn);
  }
}
.banner-dh {
  position: absolute;
  width: 30vw;
  height: 35vw;
  left: 18vw;
  bottom: 5vw;
  z-index: 99999999999999999999;
}
.banner-dh .dh-div1 {
  width: 100%;
  height: 8px;
  background: #8e8f98;
}
.banner-dh .dh-div2 {
  width: 8px;
  height: calc(100% - 16px);
  background: #8e8f98;
}
.banner-dh .dh-div3 {
  width: 100%;
  height: 8px;
  background: #8e8f98;
}
.wrap {
  width: 1400px;
  margin: 0 auto; max-width:94%;
}
.wrap2 {
  width: 1200px;
  margin: 0 auto; max-width:94%;
}
.center {
  text-align: center;
}
#lizi {
  position: absolute;
  top: 26%;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 4%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
.header-box .logo1 {
  display: inline-block;
}
.header-box .logo2 {
  display: none;
}
.header-box:hover {
  background-color: #fff;
}
.header-box:hover .nav-li > a {
  color: #000;
  text-shadow: none;
}
.header-box:hover .logo2 {
  display: inline-block;
}
.header-box:hover .logo1 {
  display: none;
}
.header-box .nav-ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header-box .nav-li > a {
  position: relative;
  display: block;
  padding: 30px 15px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 3px #555;
}
.header-box .nav-li > a::after {
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  content: '';
  display: none;
  width: 80%;
  height: 2px;
  background-color: #e82b2b;
  z-index: 9999;
}
.header-box .nav-li {
  position: relative;
}
.header-box .nav-li:hover .nav-child {
  display: block;
}
.header-box .nav-li:hover .nav-child > li {
  padding: 0 20px;
  text-align: center;
}
.header-box .nav-li:hover .dif-child-nav.nav-child {
  display: flex;
}
.header-box .nav-li:hover a::after {
  display: block;
}
.header-box .nav-li .nav-child-div {
  position: absolute;
}
.header-box .nav-li .right-tab {
  display: none;
}
.header-box .nav-li .right-tab p {
  padding: 0 20px;
}
.header-box .nav-li .right-tab p:first-child a {
  border: none;
}
.header-box .nav-li .left-tab.active {
  background-color: #1f3f99;
}
.header-box .nav-li .right-tab.active {
  display: block;
}
.header-box .nav-li .dif-child-nav.nav-child {
  padding: 0 !important;
  width: 500px;
}
.header-box .nav-li .dif-child-nav.nav-child .nav-child-left {
  width: 40%;
  padding: 20px 0;
  border-right: 1px solid #dcdddd;
}
.header-box .nav-li .dif-child-nav.nav-child .nav-child-left a {
  display: block;
  padding: 20px;
}
.header-box .nav-li .dif-child-nav.nav-child .nav-child-left p {
  margin-bottom: 10px;
}
.header-box .nav-li .dif-child-nav.nav-child .nav-child-left .left-tab.active a {
  color: #fff;
}
.header-box .nav-li .dif-child-nav.nav-child .nav-child-right {
  width: 60%;
  padding-bottom: 30px;
}
.header-box .nav-li .nav-child {
  display: none;
  width: 120px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  padding: 10px 0 !important;
  top: 100%;
  z-index: 99;
  background-color: #fff;
}
.header-box .nav-li .nav-child li:first-child .top-inner-nav {
  border: none;
}
.header-box .nav-li .top-inner-nav {
  line-height: 2.5em;
  padding: 0;
  border-top: 1px solid #dcdddd;
  display: block;
}
.header-box .nav-li .top-inner-nav:hover {
  color: #e82b2b;
}
.header-box .language {
  width: 100px;
  height: 35px;
  background-color: #fff;
  position: relative;
  border-radius: 16px;
}
.header-box .language > p {
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.header-box .language > p img {
  padding: 0 6px;
}
.header-box .language:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.header-box .language:hover .language-ul {
  transition: all 1s;
  height: 62px;
  z-index: 99;
}
.header-box .language-ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0 5px;
  height: 0px;
  overflow: hidden;
  background-color: #fff;
}
.header-box .language-ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.header-box .language-ul li a {
  display: block;
  line-height: 30px;    text-align: center;
}
.header-box .language-ul li a img {
  padding-left: 10px;
  padding-right: 6px;
}
.index-banner .index-swiper {
  --swiper-navigation-size: 50px;
  /* 设置按钮巨细 默认是44px */
  --swiper-pagination-color: #e82b2b;
  /* 两种都可以 */
}
.index-banner .swiper-button-next {
  right: 10px;
  left: auto;
  color: rgba(255, 255, 255, 0.3);
  z-index: 99999;
}
.index-banner .swiper-button-prev {
  color: rgba(255, 255, 255, 0.3);
  left: 10px;
  right: auto;
  z-index: 99999;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide .index-banner-text {
  transition: all 0.5s;
  left: 6%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 9;
}
.index-banner .swiper-slide .index-banner-text p {
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
}
.index-banner .swiper-slide img {
  transition: all 0.1s;
  transform: scale(1);
}
.index-banner .swiper-slide .text-box {
  overflow: hidden;
}
.index-banner .swiper-slide .text-box h2 {
  opacity: 1;
  -webkit-transform: translateY(125%);
  transform: translateY(125%);
  -webkit-transition: -webkit-transform 0.9s ease-out 0.5s;
  transition: -webkit-transform 0.9s ease-out 0.5s;
  transition: transform 0.9s ease-out 0.5s;
  transition: transform 0.9s ease-out 0.5s, -webkit-transform 0.9s ease-out 0.5s;
  will-change: transform;
}
.index-banner .swiper-slide .text-box p {
  opacity: 1;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: -webkit-transform 0.9s ease-out 0.5s;
  transition: -webkit-transform 0.9s ease-out 0.5s;
  transition: transform 0.9s ease-out 0.5s;
  transition: transform 0.9s ease-out 0.5s, -webkit-transform 0.9s ease-out 0.5s;
  will-change: transform;
}
.index-banner .swiper-slide.swiper-slide-active .index-banner-text {
  transition: all 1;
}


.index-banner .swiper-slide.swiper-slide-active img {
  transition: all 1s;
  transform: scale(1.05);
}

.index-banner .swiper-slide h2{font-family: "pangmenzhengdao";}

.index-banner .swiper-slide.swiper-slide-active .text-box h2 {font-family: "pangmenzhengdao";
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.9s ease-out 0.5s;
  transition: -webkit-transform 0.9s ease-out 0.5s;
  transition: transform 0.9s ease-out 0.5s;
  transition: transform 0.9s ease-out 0.5s, -webkit-transform 0.9s ease-out 0.5s;
  will-change: transform;
}
.index-banner .swiper-slide.swiper-slide-active .text-box p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.9s ease-out 0.5s;
  transition: -webkit-transform 0.9s ease-out 0.5s;
  transition: transform 0.9s ease-out 0.5s;
  transition: transform 0.9s ease-out 0.5s, -webkit-transform 0.9s ease-out 0.5s;
  will-change: transform;
}
.index-banner .index-banner-title {
  font-size: 82px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 1px 3px #555;
}

@media screen and (max-width: 1600px) {

	.index-banner .index-banner-title {
    		font-size: 68px;
	}
}
@media screen and (max-width: 1400px) {

	.index-banner .index-banner-title {
    		font-size: 60px;
	}
}
@media screen and (max-width: 1200px) {
  
	.header-box {
    padding: 15px 2%;
  }
	.index-banner .index-banner-title {
    		font-size: 50px;
	}
	

}




.index-banner .index-banner-title span {
  color: #ffc600;
  padding-right: 10px;
  font-weight: normal;
}
.index-banner .index-banner-title b {
  color: #ffc600;
  font-weight: normal;
}
.index-banner .index-banner-title:nth-child(2) {
  padding-left: 100px;
}
.index-banner .index-banner-img img {
  width: 100%;
}
.index-banner .index-swiper-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6%;
  z-index: 99;
}
.index-banner .index-swiper-bot .bot-bg {
  position: absolute;
  width: 100%;
  right: 10%;
  top: 0;
}
.index-banner .index-swiper-bot .bot-bg img {
  width: 100%;
}
.index-banner .index-swiper-bot .swiper-button-next {
  right: 15%;
  left: auto;
  color: #000;
  bottom: 6px;
  top: auto;
}
.index-banner .index-swiper-bot .swiper-button-prev {
  right: 18.5%;
  left: auto;
  color: #000;
  bottom: 6px;
  top: auto;
}
.index-banner .index-swiper-bot .swiper-pagination {
  right: 22%;
  left: auto;
  top: auto;
  bottom: 6px;
  display: inline-block;
  width: auto;
}
.title-com .title-h2 {
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 30px;
}
.title-com .title-p {
  font-size: 20px;
  color: #666;
}
.index-case-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
.index-case-top .right p a {
  display: inline-block;
  font-size: 18px;
  color: #666;
  padding-bottom: 14px;
}
.index-case-top .right p a:hover {
  border-bottom: 2px solid #ffc600;
  color: #e82b2b;
}
.index-case-con-bg {
  background-image: url(/images/pic_index_case_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-case-con {
  display: flex;
  width: 1400px;
  height: 650px;
  margin: 0 auto;
}
.index-case-con .wid4 {
  display: block;
  width: 25%;
  padding: 180px 48px 70px;
  color: #fff;
}
.index-case-con .wid4:hover {
  background-color: #011c46;
}
.index-case-con .wid4:hover h3 {
  transition: all 0.6s;
  margin-top: 60px;
  font-size: 24px;
}
.index-case-con .wid4:hover p {
  transition: all 0.6s;
  opacity: 1;
}
.index-case-con .wid4 .img {
  text-align: center;
}
.index-case-con .wid4 h3 {
  transition: all 0.6s;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 1em;
  font-size: 20px;
  text-align: center;
}
.index-case-con .wid4 p {
  transition: all 0.6s;
  font-size: 14px;
  line-height: 26px;
  opacity: 0;
}
.index-pro {
  padding: 90px 0 80px;
  background-image: url(/images/pic_index_pro_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-pro .index-pro-con {
  padding: 70px 0 0;
  display: flex;
}
.index-pro .index-pro-con .left {
  width: 50%;
}
.index-pro .index-pro-con .right {
  width: 50%;
}


.index-pro .index-pro-con .index-pro-img {
  height: 400px; display:flex;
 align-items: center;}

.index-pro .index-pro-con .index-pro-img img {
  height: auto; display:block;
}



.index-pro .index-pro-con .index-pro-swiper .swiper-slide {
  text-align: center;
}
.index-pro .index-pro-con .index-pro-swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  opacity: 1;
}
.index-pro .index-pro-con .index-pro-swiper .swiper-slide.swiper-slide-active h4::after {
  transition: all 0.6s;
  transform: scale(1);
}
.index-pro .index-pro-con .index-pro-swiper .swiper-slide img {
  transition: all 0.6s;
  transform: scale(0.85);
  opacity: 0.5;
}
.index-pro .index-pro-con .index-pro-swiper h4 {
  display: inline-block;
  padding: 35px 0 0;
  line-height: 1em;
}
.index-pro .index-pro-con .index-pro-swiper h4::after {
  margin-top: 15px;
  display: block;
  width: 100%;
  height: 4px;
  content: '';
  background-color: #ffc600;
  transform: scale(0);
}
.index-pro .index-pro-con .index-pro-swiper .swiper-button-next {
  width: 33%;
  height: 100%;
  right: 0;
  left: auto;
  top: 0;
  opacity: 0;
}
.index-pro .index-pro-con .index-pro-swiper .swiper-button-prev {
  width: 33%;
  height: 100%;
  right: auto;
  left: 0;
  top: 0;
  opacity: 0;
}
.index-pro .index-pro-con .index-pro-swiper .swiper-button-next:after,
.index-pro .index-pro-con .index-pro-swiper .swiper-rtl .swiper-button-prev:after {
  width: 100%;
  height: 100%;
}
.index-pro .index-pro-con .index-pro-swiper .swiper-button-prev:after,
.index-pro .index-pro-con .index-pro-swiper .swiper-rtl .swiper-button-next:after {
  width: 100%;
  height: 100%;
}
.index-pro .right {
  padding: 85px 90px;
}
.index-pro .right .swiper-slide {
  opacity: 0 !important;
  transition: all 0.5s;
}
.index-pro .right .swiper-slide-active.swiper-slide {
  opacity: 1 !important;
}
.index-pro .right h3 {
  line-height: 1em;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal;
}
.index-pro .right h3::after {
  margin-top: 20px;
  display: block;
  width: 120px;
  height: 3px;
  content: '';
  background-color: #ffc600;
}
.index-pro .right p {
  color: #666;
  line-height: 2em;
}
.index-pro .right .more {
  margin-top: 70px;
}
.index-pro .right .more a {
  display: inline-block;
  padding: 0 44px;
  border-radius: 8px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: #e82b2b;
}
.index-pro .right .more a:hover {
  color: #000;
}
.index-teach {
  padding: 80px 0 100px;
}
.index-teach .teach-swiper-box {
  padding-top: 40px;
  position: relative;
  --swiper-navigation-size: 30px;
  /* 设置按钮巨细 默认是44px */
  --swiper-pagination-color: #e82b2b;
  /* 两种都可以 */
}
.index-teach .teach-swiper-box .swiper-bot {
  position: relative;
  width: 1150px;
  height: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.index-teach .teach-swiper-box .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  width: 990px;
  height: 3px;
  margin-bottom: 20px;
  margin-right: auto;
  background-color: #ccc;
}
.index-teach .teach-swiper-box .swiper-pagination-progressbar-fill {
  background-color: #ffc600;
}
.index-teach .teach-swiper-box .swiper-button-next,
.index-teach .teach-swiper-box .swiper-button-prev {
  position: relative;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  border: 1px solid #ccc;
  color: #7f7f7f !important;
  width: 45px;
  height: 45px;
  border-radius: 8px;
}
.index-teach .teach-swiper-box .swiper-button-prev {
  margin-right: 28px;
}
.index-teach .swiper-slide {
  position: relative;
}
.index-teach .index-teach-img {
  width: 100%;
  height: 100%;
}
.index-teach .index-teach-img img {
  width: 100%;
  height: auto;
}
.index-teach .index-teach-text {
  padding: 30px 0 0 25px;
  position: absolute;
  left: 0;
  width: 100%;
  
bottom: 0;
}

.index-teach .index-teach-text h4 {
  
	font-size: 20px;
  
	color: #fff;

padding: 0 0px 0 20px;
	background-image: url(/images/pic_play00.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
line-height: 2em;
    height: 2em;
text-align: end;

}


.index-teach .index-teach-text p {
  margin-top: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  padding: 0 30px 0 60px;
  line-height: 35px;
  background-image: url(/images/pic_play00.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 14px;
  color: #fff;
}
.yhzn {
  height: 688px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.yhzn .text {
  margin: auto 0;
  width: 38%;
}
.yhzn .text h2 {
  margin-bottom: 25px;
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  line-height: 1.5em;
}
.yhzn .text p {
  margin-bottom: 25px;
  font-size: 17px;
  color: #fff;
  line-height: 2em;
}
.yhzn .text a {
  display: inline-block;
  padding: 0 44px;
  border-radius: 8px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: #e82b2b;
}
.yhzn .text a:hover {
  color: #000;
}
.index-news .swiper-bot {
  position: relative;
  width: 1150px;
  height: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.index-news .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  width: 990px;
  height: 3px;
  margin-bottom: 20px;
  margin-right: auto;
  background-color: #ccc;
}
.index-news .swiper-pagination-progressbar-fill {
  background-color: #ffc600;
}
.index-news .swiper-button-next,
.index-news .swiper-button-prev {
  position: relative;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  border: 1px solid #ccc;
  color: #7f7f7f !important;
  width: 45px;
  height: 45px;
  border-radius: 8px;
}
.index-news .swiper-button-prev {
  margin-right: 28px;
}
.index-news {
  padding-bottom: 160px;
  position: relative;
  min-height: 900px;
  margin-bottom: 50px;
}
.index-news .title-com .title-h2 .tab {
  margin-right: 35px;
  opacity: 0.5;
  cursor: pointer;
}
.index-news .title-com .title-h2 .tab.active {
  opacity: 1;
}
.index-news .index-news-text h4 {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .index-news-text p {
  color: #666;
  line-height: 2em;
  height: 4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .news-swiper-box {
  position: absolute;
  min-height: 528px;
  top: 250px;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0 !important;
  transition-duration: 0.2s;
  transition: all 0s;
  --swiper-navigation-size: 30px;
  /* 设置按钮巨细 默认是44px */
  --swiper-pagination-color: #e82b2b;
  /* 两种都可以 */
}
.index-news .news-swiper-box.active {
  transition-duration: 0.2s;
  transition: all 0s;
  opacity: 1 !important;
  z-index: 9;
}
.yhzn.yhzn-qd {
  height: 795px;
}
.yhzn.yhzn-qd .text h2 {
  font-weight: bold;
}
.footer {
  background-color: #0e1e4b;
  padding-top: 75px;
}
.footer .footer-box {
  display: flex;
  justify-content: space-between;
}
.footer .left {
  width: 65%;
}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
}
.footer .footer-nav a {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
}
.footer .footer-nav a:hover {
  color: #e82b2b;
  opacity: 1;
}
.footer .footer-top-nav {
  color: #FFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  font-size: 16px;
}
.footer .footer-inner-nav {
  opacity: 0.5;
  margin-bottom: 15px;
}
.footer .right {
  width: 320px;
}
.index-news-img img{
width: 100%;
    aspect-ratio: 3/2;
}
.por-com .text p a{color: #0000ee;}
.footer .right ul li {
  
	color: #FFF;
  opacity: 0.5;
  margin-bottom: 15px;
  font-size: 14px;

    background-repeat: no-repeat;
    background-position: -1px 1px;
    background-size: 15px 15px;

}
.footer .right ul li:nth-child(2){
	    padding-left:20px;
	    background-image: url(/images/icon01.png);
}	
.footer .right ul li:nth-child(3){
	    padding-left:20px;
	    background-image: url(/images/icon02.png);
}
.footer .right ul li:nth-child(4){
	    padding-left:20px;
	    background-image: url(/images/icon03.png);
}
.footer .right ul li:nth-child(5){
	    padding-left:20px;
	    background-image: url(/images/icon03.png);
}


.footer .right ul li:first-child {
  opacity: 1;
  display: inline-block;
  color: #FFF;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  font-size: 16px;
}
.footer .footer-bot {
  border-top: 1px solid #333;
}
.footer .footer-bot .wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 25px;
}
.footer .footer-bot .wrap p {
  color: #fff;
  font-size: 14px;
}
.footer .footer-bot .wrap p:last-child {
  padding-right: 120px;
}
.com-banner {
  position: relative;
}
.com-banner .banner-img {
  width: 100%;
}
.com-banner .banner-img img {
  width: 100%;
}
.com-banner .banner-text {
  width: 550px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.com-banner .banner-text h2 {
  font-size: 48px;
  color: #fff;
  font-weight: normal;
}
.title h3 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
@keyframes dh1 {
  0% {
    transform: scale(0.8);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.pxjd {
  padding: 90px 0 70px;
}
.pxjd .px-img {
  display: flex;
  justify-content: center;
}
.pxjd .px-img .db-box > div {
  position: absolute;
}
.pxjd .px-img .db-box > div .img {
  position: relative;
  animation: dh1 3s linear infinite;
  cursor: pointer;
}
.pxjd .px-img .db-box > div .img img {
  z-index: 1;
  display: block;
  position: relative;
}
.pxjd .px-img .db-box > div .img:hover + .dian-text {
  opacity: 1;
  display: block;
}
.pxjd .px-img .db-box > div .dian-text {
  position: absolute;
  left: -14px;
  bottom: 156%;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  width: 250px;
  display: none;
  transition: all 0.6s;
  box-shadow: 0px 0px 12px 1px #ccc;
  z-index: 9;
}
.pxjd .px-img .db-box > div .dian-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 15px;
}
.pxjd .px-img .db1 {
  top: 41%;
  left: 54.8%;
}
.pxjd .px-img .db2 {
  top: 57%;
  left: 51%;
}
.pxjd .px-img .db3 {
  top: 65%;
  left: 39.7%;
}
.pxjd .px-img .db4 {
  top: 64%;
  left: 60.8%;
}
.pxjd .px-img .db5 {
  top: 70%;
  left: 49.5%;
}
.pxjd .px-img .db6 {
  top: 83.6%;
  left: 51.5%;
}
.pxjd .px-img .db7 {
  top: 84.6%;
  left: 51%;
}
.pxjd .px-img .img {
  position: relative;
}
.pxjd .px-swiper {
  margin-top: 40px;
}
.pxjd .px-swiper .wrap {
  width: 1500px;
}
.pxjd .thumbs1 {
  display: none;
  margin-bottom: 40px;
}
.pxjd .thumbs1 .swiper-slide {
  cursor: pointer;
  text-align: center;
}
.pxjd .thumbs1 .swiper-slide h5 {
  font-size: 16px;
  line-height: 1.8em;
}
.pxjd .thumbs1 .swiper-slide p {
  font-size: 16px;
  line-height: 1.8em;
}
.pxjd .thumbs1 .swiper-slide .text {
  position: relative;
}
.pxjd .thumbs1 .swiper-slide.swiper-slide-thumb-active.swiper-slide-visible {
  position: relative;
}
.pxjd .thumbs1 .swiper-slide.swiper-slide-thumb-active.swiper-slide-visible .text::after {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  content: '';
  width: 138px;
  height: 3px;
  background-color: #ffc600;
}
.pxjd .gallery1 .swiper-wrapper {
  padding: 30px 0;
}
.pxjd .gallery1 .swiper-slide .text {
  padding: 20px 0;
  text-align: center;
  transition: all 0s;
}
.pxjd .gallery1 .swiper-slide .img {
  width: 100%;
}
.pxjd .gallery1 .swiper-slide .img img {
  width: 100%;
}
.pxjd .gallery1 .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
}
.pxjd .gallery1 .swiper-slide.swiper-slide-active .text {
  background-color: #24348c;
  color: #fff;
}
.ar {
  display: inline-block;
  padding: 0 88px;
  margin-top: 30px;
  line-height: 60px;
  background-color: #e82b2b;
  font-size: 18px;
  color: #fff;
  border-radius: 20px;
}
.ar:hover {
  background-color: #fff;
  color: #dd2225;
}
.yysq {
  padding: 160px 0;
  background-image: url(/images/pic_bt-bg_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.yysq .title {
  margin-bottom: 35px;
}
.yysq .title h3 {
  color: #fff;
}
.yysq p {
  font-size: 18px;
  line-height: 1.8em;
}
.com-banner.left-banner .banner-text {
  left: 28vw;
}
.case {
  display: flex;
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 35px 0;
}
.case .case-con {
  display: flex;
}
.case .wid4 {
  display: block;
  width: 25%;
  padding: 50px 0;
  color: #333;
}
.case .wid4:hover {
  background-color: #f4f5fa;
}
.case .wid4:hover h4 {
  transition: all 0.6s;
  color: #1f3f99;
}
.case .wid4:hover p {
  transition: all 0.6s;
  opacity: 1;
}
.case .wid4:hover .img img {
  transform: scale(1.15);
}
.case .wid4 .img {
  text-align: center;
  height: 135px;
}
.case .wid4 .img img {
  height: 118px;
  transition: all 0.6s;
}
.case .wid4 h4 {
  transition: all 0.6s;
  margin-top: 30px;
  margin-bottom: 0px;
  line-height: 1em;
  font-size: 18px;
  text-align: center;
}
.case .wid4 p {
  display: none;
  transition: all 0.6s;
  font-size: 14px;
  line-height: 26px;
  opacity: 0;
}
.case-box {
  position: relative;
  min-height: 750px;
}
.cse-bot.active {
  opacity: 1;
  z-index: 9;
}
.cse-bot.active .text {
  transform: translateY(-50%);
  transition: all 1s;
}
.cse-bot {
  width: 100%;
  transition: all 1s;
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cse-bot .wrap2 {
  position: relative;
  min-height: 750px;
}
.cse-bot .text {
  width: 40%;
  position: absolute;
  transform: translateY(-30%);
  top: 50%;
  left: 60%;
  transition: all 0s;
}
.cse-bot .title {
  margin-bottom: 25px;
}
.cse-bot .title h3 {
  color: #002daa;
}
.cse-bot p {
  font-size: 18px;
  line-height: 1.8em;
}
.com-title .com-title-box {
  display: block;
  padding: 70px 0 50px;
}
.case-swiper-box {
  width: 1480px;
  margin: 0 auto;
  padding: 0 0 140px;
  position: relative;
  --swiper-navigation-size: 30px;
  /* 设置按钮巨细 默认是44px */
  --swiper-pagination-color: #e82b2b;
  /* 两种都可以 */
}
.case-swiper-box .swiper-bot {
  position: relative;
  width: 1150px;
  height: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.case-swiper-box .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  width: 990px;
  height: 3px;
  margin-bottom: 20px;
  margin-right: auto;
  background-color: #ccc;
}
.case-swiper-box .swiper-pagination-progressbar-fill {
  background-color: #ffc600;
}
.case-swiper-box .swiper-button-next,
.case-swiper-box .swiper-button-prev {
  position: relative;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  border: 1px solid #ccc;
  color: #7f7f7f !important;
  width: 45px;
  height: 45px;
  border-radius: 8px;
}
.case-swiper-box .swiper-button-prev {
  margin-right: 28px;
}
.case-swiper-box .swiper-slide {
  position: relative;
}
.case-swiper-box .index-teach-img {
  width: 100%;
  height: 100%;
}
.case-swiper-box .index-teach-img img {
  width: 100%;
  height: 400px;
}
.case-swiper-box .index-teach-text {
  padding: 20px 0px 0 20px;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: auto;
}


.case-swiper-box .index-teach-text h4 {
  
    font-size: 22px;
    color: #fff;
    padding: 0px;
    background-image: url(/images/pic_play002.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 2em;
    height: 2em;
    text-align: end;
 padding-right:20px;
}



.case-swiper-box .index-teach-text p {
  margin-top: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0 30px 0 60px;
  line-height: 35px;
  background-image: url(/images/pic_play_bg_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 14px;
  color: #fff;
}
.wrap.wrap2 {
  width: 1480px !important;
}
.nd-bot {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}
.nd-bot .left a {
  display: inline-block;
  font-size: 18px;
  display: block;
  line-height: 2em;
  color: #666;
  font-size: 16px;
}
.nd-bot .left a span {
  color: #000;
}
.nd-bot .right a {
  display: inline-block;
  line-height: 58px;
  padding: 0 50px;
  border-radius: 20px;
  background-color: #dd2225;
  color: #fff;
}
.nd-bot .right a span {
  margin-left: 10px;
  border-bottom: 5px solid rgba(102, 102, 102, 0);
  border-top: 5px solid rgba(102, 102, 102, 0);
  border-right: 5px solid rgba(102, 102, 102, 0);
  border-left: 8px solid #1947ba;
}
.nd-bot .right a:hover {
  color: #000;
}
.nd-bot .right a:hover span {
  border-left: 8px solid #fff;
}
.case-detail {
  padding: 100px 0 40px;
}
.case-detail .sj {
  padding: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.case-detail .sj .left span {
  margin-right: 20px;
  color: #999;
}
.case-detail .sj .right a {
  color: #111;
  margin-left: 50px;
}
.case-detail .sj .right a img {
  margin-right: 10px;
}
.case-detail .sj .right a:hover {
  color: #dd2225;
}
.case-detail .content-box {
  padding: 20px 0 100px;
}
.case-detail .content-box p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
  line-height: 1.6em;
}
.case-detail .content-box h4,
.case-detail .content-box h3 {
  padding: 10px 0 8px;
  font-size: 20px;
  color: #000;
}
.case-detail .content-box h5 {
  margin-bottom: 5px;
  color: #000;
}
.case-detail .content-box em {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.teach-video .tv-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 45px;
  border-top: 1px solid #ddd;
}
.teach-video .tv-box .tv-des {
  position: relative;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 4%;
}
.teach-video .tv-box .tv-des:nth-of-type(2n) {
  margin-right: 0;
}
.teach-video .tv-box .index-teach-img {
  width: 100%;
  height: 100%;
}
.teach-video .tv-box .index-teach-img img {
  width: 100%;
  height: auto;
}

.case-detail .content-box section p{color: inherit;}
.teach-video .tv-box .index-teach-text {
  padding: 30px 0 0 25px;
  position: absolute;
  left: 0;
  width: 100%;
      bottom: 0;
}

.teach-video .tv-box .index-teach-text h4 {
      
font-size: 20px;
    color: #fff;
    padding: 0 0px 0 20px;
    background-image: url(/images/pic_play00.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 2em;
    height: 2em;
	text-align: end;
 padding-right:20px;
}

.teach-video .tv-box .index-teach-text p {
  margin-top: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  padding: 0 30px 0 60px;
  line-height: 35px;
  background-image: url(/images/pic_play_bg_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 14px;
  color: #fff;
}
.demo {
  text-align: center;
  margin-top: 50px;
}
.demo #productDemo {
  text-align: center;
}
.demo .layui-laypage .layui-laypage-curr em {
  color: #dd2225;
  font-size: 15px;
}
.demo .layui-laypage a,
.demo .layui-laypage button,
.demo .layui-laypage input,
.demo .layui-laypage select,
.demo .layui-laypage span {
  border: none;
}
.demo .layui-laypage a {
  font-size: 15px;
}


.por-com.pro-bg1 .text p {
  padding-left: 28px;
 background:none !important; background-image: url(/images/sz.png);
  background-repeat: no-repeat;
  background-position: 0px 12px;
  background-size: 18px 18px;
}


.por-com.pro-bg1 .text p img{ width:24px;  
    margin-left: -30px;
    margin-right: 10px;


}


.por-com {
  padding: 85px 0;
}
.por-com .pro-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.por-com .text {
  width: 50%;
}
.por-com .text h3 {
  margin-bottom: 40px;
  font-size: 46px;
  color: #002daa;
}
.por-com .text p {
  font-size: 18px;
  color: #666666;
  line-height: 40px;
}
.pro-bg2 {
  background-image: url(/images/pic_pro2_bg_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-bg3 {
  background-image: url(/images/pic_pro3_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.com-banner.left-banner.about-banner .banner-text h2 {
  margin-bottom: 20px;
}
.com-banner.left-banner.about-banner .banner-text p {
  font-size: 17px;
  color: #fff;
  line-height: 1.8em;
}
.aboutUs {
  padding: 90px 0 100px;
  background-image: url(/images/pic_about_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.aboutUs .aboutUs-con h3 {
  margin-bottom: 40px;
  font-size: 40px;
}
.aboutUs .aboutUs-con p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 30px;
}
.about-swiper {
  min-height: 830px;
  padding: 150px 0;
  background-image: url(/images/pic_sw_bg_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  sbackground-position: center;
}
.about-swiper h3 {
  font-size: 40px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 80px;
}
.about-swiper .border {
  width: 100%;
  height: 1px;
  background-color: #22398c;
  z-index: 1;
  position: relative;
}
.about-swiper .about-swiper-box {
  margin-top: -36px;
  position: relative;
  z-index: 9;
  width: 1600px ;
  margin: -36px auto 0;
}
.about-swiper .about-swiper-box .text {
  color: #fff;
}
.about-swiper .about-swiper-box .text h4 {
  font-size: 40px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.about-swiper .about-swiper-box .text p {
  font-size: 17px;
  line-height: 1.8em;
  margin-bottom: 10px;
}

.about-swiper .about-swiper-box .text p a{    color: inherit ;}


.about-swiper .about-swiper-box .jt {
  position: relative;
  z-index: 9;
}
.about-swiper .about-swiper-box .swiper-slide {
  opacity: 0.7;
  transition: all 0.6s;
}
.about-swiper .about-swiper-box .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.about-swiper .about-swiper-box .swiper {
  --swiper-theme-color: #ccc;
  /* 设置Swiper气概 */
  --swiper-navigation-color: #898989;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 55px;
  /* 设置按钮巨细 */
}
.about-swiper .about-swiper-box .swiper-button-prev {
  left: -50px;
  top: 63%;
  opacity: 0.8;
}
.join-row {
  padding: 0 0 300px;
  margin-top: -28px;
}
.join-row .join-row-box {
  display: flex;
  flex-wrap: wrap;
}
.join-row .wid2 {
  display: block;
  width: 48.5%;
  margin-right: 3%;
}
.join-row .wid2:nth-of-type(2n) {
  margin-right: 0;
}
.join-row .wid2 img {
  transition: all 0.6s;
}
.join-row .wid2:hover .img img {
  transform: scale(1.1);
}
.join-row .wid2:hover h4 {
  color: #002daa;
}
.join-row .wid2:hover p {
  color: #002daa;
}
.join-row .text {
  padding: 25px 25px 15px;
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px #ddd;
}
.join-row h4 {
  margin: 0 0 10px;
  font-size: 24px;
}
.join-row p {
  font-size: 18px;
  line-height: 1.8em;
  color: #999;
}
.join-row p span {
  margin-left: 5px;
  display: inline-block;
  transform: scaleY(2);
  transform-origin: center;
  font-size: 16px;
}
.join-row .img {
  overflow: hidden;
}
.join-detail {
  padding: 0 0 120px;
}
.join-detail .join-input {
  margin-top: -30px;
}
.join-detail .join-input .input {
  position: relative;
}
.join-detail .join-input .input input {
  width: 100%;
  height: 65px;
  border: 1px solid #ddd;
  outline: none;
  padding-left: 20px;
  font-size: 16px;
}
.join-detail .join-input .input a {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
  top: 50%;
}
.join-detail .sel ul {
  display: flex;
  padding: 15px 10px 40px;
}
.join-detail .sel ul li {
  margin-right: 30px;
}
.join-detail .sel ul li a {
  color: #999;
}
.join-detail .sel ul li:first-child a {
  color: #333 !important;
}
.join-detail .sel ul li:hover a {
  color: #002daa;
}
.join-detail .sel ul li.active a {
  color: #002daa;
}
.join-detail h4 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}
.join-detail .join-des {
  cursor: pointer;
  padding: 30px 0 40px;
  border-top: 1px solid #ddd;
}
.join-detail .join-des h4 {
  font-size: 24px;
  color: #333333;
  padding: 0;
  margin-bottom: 5px;
  font-weight: normal;
}
.join-detail .join-des h5 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: normal;
}
.join-detail .join-des p {
  color: #666;
  font-size: 14px;
  line-height: 1.6em;
}
.join-detail .join-des:hover h4,
.join-detail .join-des:hover h5,
.join-detail .join-des:hover p {
  color: #002daa;
}
.join-des.active .qp-show-div {
  display: block;
}
.join-des.active.reback .qp-show-div {
  display: none;
}
.qp-show-div {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 9999;
}
.qp-show {
  display: flex;
  align-items: center;
  height: 100%;
}
.qp-show .qp-show-box {
  margin: 0 auto;
}
.qp-show .join-show {
  width: 1245px;
  padding: 80px;
  background-color: #fff;
}
.qp-show .top {
  margin-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.qp-show .top h4,
.qp-show .top h5 {
  color: #333333 !important;
}
.qp-show .bot h5 {
  margin: 25px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333333 !important;
}
.qp-show .bot p {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #666 !important;
}
.qp-show .suba {
  margin-top: 50px;
}
.qp-show .suba a {
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  padding: 0 65px;
  background-color: #c7010b;
  color: #fff;
}
.qp-show .suba a:hover {
  background-color: #002daa;
}
.new {
  padding: 110px 0 60px;
}
.new .wrap {
  width: 1480px;
}
.new .new-input {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 90px;
}
.new .new-input input {
  line-height: 45px;
  width: 500px;
  border: 1px solid #ddd;
  outline: none;
  padding-left: 20px;
}
.new .new-input a {
  display: inline-block;
  line-height: 47px;
  padding: 0 50px 0 30px;
  background-color: #002daa;
  color: #fff;
  margin-left: -5px;
}
.new .new-input a img {
  margin-right: 5px;
}
.new .new-box {
  display: flex;
  flex-wrap: wrap;
}
.new .new-box .new-con {
  display: inline-block;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 3%;
}
.new .new-box .text {
  background-color: #fafafa;
  padding: 25px;
}
.new .new-box .img {
  overflow: hidden;
}
.new .new-box .img img {
  width: 100%;
  transition: all 0.6s;aspect-ratio: 3/2;
}
.new .new-box .new-con:nth-of-type(3n) {
  margin-right: 0;
}
.new .new-box h4 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6em;
  height: 3.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new .new-box p {
  font-size: 16px;
  line-height: 1.6em;
  height: 4.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
}
.new .new-box .bot {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.new .new-box .bot img {
  display: inline-block;
}
.new .new-box .bot .rq {
  margin-right: 10px;
}
.new .new-box .bot .jt-on {
  margin-left: auto;
  display: none;
}
.new .new-box .bot .jt-off {
  display: inline-block;
  margin-left: auto;
}
.new .new-box .bot p {
  line-height: 1.8em;
  height: 1.8em;
  color: #e1a253 !important;
}
.new .new-box .new-con:hover h4,
.new .new-box .new-con:hover p {
  color: #fff;
}
.new .new-box .new-con:hover .bot .jt-off {
  display: none;
}
.new .new-box .new-con:hover .bot .jt-on {
  display: inline-block;
}
.new .new-box .new-con:hover .text {
  background-color: #005bac;
}
.new .new-box .new-con:hover .img img {
  transform: scale(1.1);
}
.new .more {
  text-align: center;
}
.new .more a {
  font-size: 18px;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 10px 5px;
}
.new .more a:hover {
  border-bottom: 2px solid #e1a253;
}
.xwxq h3 {
  font-size: 30px;
  font-weight: normal;
}
.xwxq {
  padding: 100px 0 40px;
}
.xwxq .wrap {
  width: 1250px;
}
.xwxq h3 {
  text-align: center;
}
.xwxq .sj {
  padding: 20px 0 30px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.xwxq .sj .left span {
  margin-right: 20px;
  color: #999;
}
.xwxq .content-box h4 {
  padding: 10px 0 5px;
  font-size: 18px;
  color: #000;
}
.xwxq .content-box h5 {
  margin-bottom: 5px;
  color: #000;
}
.xwxq .content-box em {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}


.case-detail .content-box em{
	display: initial;
}


.pxsp-video video{width:100% }
.pxsp-video video{width:100% }
.wrap{
	max-width:90%;
}
.case-detail video{ max-width: 100%;}
.menu {
  display: none;
  float: right;
  margin-top: 31px;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.menu span {
  position: absolute;
  transition: 0.3s;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background: #ffc600;
  display: block;
  margin-bottom: 5px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.menu .span2 {
  top: 8.4px;
}
.menu .span3 {
  top: 17px;
}
.menu.on .span1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.on .span2 {
  opacity: 0;
}
.menu.on .span3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}





#onSubmit{
	cursor:pointer;
}
.form-box.active {
  display: flex;
}
.form-box {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.form-box .form-title h2 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 24px;
  color: #002daa;
  font-weight: bold;
}
.form-box .form-con {
  width: 50%;
  padding: 25px 100px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 10px -1px #666;
}
.form-box input {
  padding: 0 10px;
  width: 350px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
}
.form-box .top span {
  display: inline-block;
  width: 10px;
  font-weight: bold;
  font-size: 18px;
}
.form-box .top span:first-child {
  color: red;
}
.form-box .top span:last-child {
  width: auto;
}
.form-box .inputtext {
  border: solid 1px #cdcdcd;
  vertical-align: middle;
  outline: none;
}
.form-box #dateInput {
  width: 150px;
}
.form-box .input-box {
  margin: 5px 0 15px;
}
.form-box .radio-box {
  margin: 5px 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.form-box .radio-box input {
  display: inline;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.form-box .radio-box .radio {
  width: 33.33%;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.form-box .radio-box .radio.radio2 {
  width: 50%;
}
.form-box .radio-box label {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
}
.form-box .radio-box label:hover {
  color: #002daa;
}
.form-box select {
  width: 150px;
  height: 30px;
  line-height: 30px;
}
.form-box #q8{
  width: 250px;
}
.form-box .check-box {
  margin: 5px 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.form-box .check-box input {
  display: inline;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.form-box .check-box .check {
  width: 50%;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.form-box .check-box label {
  font-size: 16px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  cursor: pointer;
}
.form-box .check-box label:hover {
  color: #002daa;
}
.form-box .sub {
  text-align: center;
}
.form-box .sub a {
  margin-top: 0;
  border-radius: 8px;
  display: inline-block;
  padding: 0 30px;
  background-color: #005bac;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}


.form-con{
    position: relative;
}
.form-close i{
    display: inline-block;
    width:25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    transition: all .6s;
}
.form-close i:hover{
    transform: rotate(180deg);
    color: red;
}
@media screen and (max-width: 1400px){
    .form-box .form-con{
        width: 68%;
    }
	.form-box .radio-box label{
		padding:0 5px;
	}
}

@media screen and (max-width: 1200px) {
  
	.header-box {
    padding: 15px 2%;
  }
	
	

}
@media screen and (max-width: 900px) {
  body {
    margin-top: 60px;
  }
  .header-box {
    position: fixed;
    padding: 10px 2%;
  }
  .header-box .nav {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: -10px 10px 20px -12px #000;
    visibility: hidden;
    right: -300px;
    transition: all 0.6s;
    float: right;
  }
  .header-box .nav.active {
    visibility: visible;
    right: 0;
  }
  .header-box .nav-ul {
    display: block;
  }
  .header-box {
    background-color: #fff;
  }
  .header-box .nav-li > a {
    color: #000;
    text-shadow: none;
  }
  .header-box .logo2 {
    display: inline-block;
  }
  .header-box .logo1 {
    display: none;
  }
  .menu {
    display: block;
    margin-top: 10px;
  }
  .header-box .nav-li > a {
    padding: 5px 15px;
    border-bottom: 1px dashed #ccc;
  }
  .wrap {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
  }
  .index-case-con {
    width: 100%;
  }
  .index-teach .teach-swiper-box .swiper-bot {
    width: 80%;
  }
  .index-news .swiper-bot {
    width: 80%;
  }
  .index-banner .index-swiper-bot .bot-bg {
    display: none;
  }
  .header-box .language {
    margin-left: auto;
    margin-right: 30px;
  }
  .index-banner .index-banner-title {
    font-size: 24px;
  }
  .title-com .title-h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .index-case-top {
    padding: 40px 0;
  }
  .index-case-con .wid4 {
    padding: 100px 10px 0;
  }
  .index-case-con .wid4 p {
    opacity: 1;
  }
  .index-pro .index-pro-con {
    padding: 40px 0 0;
    overflow: hidden;
    display: block;
  }
  .index-pro .index-pro-con .left {
    width: 100%;
  }
  .index-pro .index-pro-con .right {
    width: 100%;
    padding: 30px;
  }
  .index-pro .right .more {
    margin-top: 30px;
  }
  .index-pro {
    padding: 40px 0;
  }
  .index-teach {
    padding: 40px 0px;
  }
  .index-teach .teach-swiper-box .swiper-bot {
    height: 70px;
  }
  .index-teach .teach-swiper-box .swiper-pagination {
    width: 70%;
  }
  .index-teach .teach-swiper-box {
    --swiper-navigation-size: 25px;
  }
  .yhzn {
    height: auto;
    padding: 40px 20px;
    background-size: auto;
  }
  .header-box .logo {
    width: 100px;
  }
  .index-banner .index-swiper {
    --swiper-navigation-size: 25px;
  }
  .index-case-top .left p {
    line-height: 1.5em;
  }
}

.about-honor {
  padding: 60px 0 90px;
  background-color: #f6f6f6;
}
.about-honor .honor-category a {
  display: inline-block;    cursor: pointer;
  color: #000;
  margin-right: 40px;
  opacity: 0.8;font-size: 24px;
}
.about-honor .honor-category a:hover {
  color: #002daa;
}
.about-honor .honor-category a.active {
  color: #002daa;
  opacity: 1;
}
.about-honor .text {
  padding: 0 5%;
  width: 80%;
  font-size: 16px;
}
.about-honor .img {
  width: 20%;
}
.about-honor li {
 display: flex;
background-color: #fff;
  padding: 45px 40px;
  width: 48.5%;
    align-items: center;
  margin-right: 3%;  margin-bottom: 3%;
}
.about-honor .ul-box{
	    position: relative;
    
}
.about-honor ul {
padding-top: 40px;
        display: flex;
        flex-wrap: wrap;
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .6s;
    z-index: -1;

    }
.about-honor ul.active{
position: relative;
opacity: 1;
    z-index: 1;
}

.about-honor li:nth-of-type(2n) {
  margin-right: 0;
}






@media screen and (max-width: 768px) {
  .index-banner .index-banner-title {
    font-size: 18px;
  }
  .index-case-top .left {
    width: 70%;
  }
  .index-case-con {
    flex-wrap: wrap;
  }
  .index-case-con .wid4 {
    padding: 20px 10px 0;
    width: 50%;
  }
  .index-case-con {
    height: auto;
  }
  .index-case-con .wid4 h3 {
    transition: all 0.6s;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 18px;
  }
  .index-case-con-bg {
    padding: 20px 5px 35px;
  }
  .index-pro .index-pro-con .index-pro-img {
    height: 230px;
  }
  .title-com .title-p {
    font-size: 16px;
    color: #666;
line-height: 1.5em;
  }
  .title-com .title-h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .index-pro .index-pro-con {
    padding: 10px 0 0;
  }
  .index-pro .right h3 {
    line-height: 1em;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
  }
  .index-pro .right h3::after {
    margin-top: 10px;
    display: block;
    width: 70px;
  }
  .index-pro .right .more {
    margin-top: 20px;
  }
  .index-pro .right .more a {
    font-size: 16px;
  }

 .index-news .news-swiper-box{
        top: 140px;
    }
    .index-news .index-news-text h4{

    }
    .index-news .index-news-text{
        padding: 0 20px;
    }
    .index-news .index-news-text h4 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.5em;
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: initial;
        overflow: visible;
    }
    .index-news .swiper-bot{
        height: 45px;
    }
    .index-news .swiper-pagination{
        width: 60%;
        margin-bottom: 15px;
    }
    .index-news .news-swiper-box{
        --swiper-navigation-size:25px;
    }
    .index-news{
        min-height: 570px;
    }
    .index-news .swiper-button-prev {
        margin-right: 20px;
    }
    .index-news .swiper-button-next, .index-news .swiper-button-prev{
        width: 35px;
        height: 35px;
    }
.index-pro .right .more a{
        line-height: 35px;
        padding: 0 20px;
    }
    .index-pro {
        padding: 40px 0 0;
    }
    .index-teach .index-teach-text h4 {
        font-size: 16px;
    }
    .index-teach .index-teach-text{
        padding: 20px 0 0 20px;
    }
    .yhzn .text{
        width: 100%;
    }
    .yhzn .text h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .yhzn .text p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .yhzn.yhzn-qd {
        height: auto;
    }
    .yhzn .text a {
        display: inline-block;
        padding: 0 20px;
        border-radius: 8px;
        line-height: 35px;
        font-size: 16px;
        color: #fff;
        background-color: #e82b2b;
    }
    .footer .left{
        display: none;
    }
    .footer {
        background-color: #0e1e4b;
        padding-top: 30px;
    }
    .footer .right ul li:first-child {
        opacity: 1;
        display: inline-block;
        color: #FFF;
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: none;
        font-size: 16px;
    }
    .footer .right ul li {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .footer .footer-bot .wrap{
        display: block;
        padding: 5px 0;
    }
    .footer .footer-bot .wrap p{
        line-height: 1.8em;
    }

.header-box .nav-li .nav-child{
        position: relative;
        width: auto;
        transform: translateX(0%);
 	display: none ;
    }
    .header-box .nav-li .dif-child-nav.nav-child .nav-child-left{
        width: 100%;
        padding: 10px 0;
    }
    .header-box .nav-li .right-tab{
        display: block;
    }
    .header-box .nav-li .dif-child-nav.nav-child .nav-child-right {
        width: 100%;
        padding-bottom: 5px;
        display: none !important;
    }
    .header-box .nav-li .dif-child-nav.nav-child .nav-child-left .left-tab.active a{
        color: #333;
    }
    .header-box .nav-li .left-tab.active {
         background-color: #fff; 
    }
    .header-box .nav-li .dif-child-nav.nav-child .nav-child-left a{
        padding: 10px;
    }
.header-box .nav-li .dif-child-nav.nav-child {
        width: auto;
        left: 0;
    }
.header-box .nav-li:hover .nav-child{
display: none;
}


.header-box .nav-li .dif-child-nav.nav-child .nav-child-left p {
  margin-bottom: 0;
}

.header-box .nav-li .dif-child-nav.nav-child .nav-child-left {
  padding: 0;
}

.case {
  width: 100%;
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
}

.case .case-con {
  flex-wrap: wrap;
}

.case .wid4 {
  width: 50%;
  padding: 20px 0;
}

.cse-bot .wrap2 {
  min-height: 70vw;
}

.title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.cse-bot p {
  font-size: 16px;
  line-height: 1.8em;
    text-shadow: 0px 4px 10px #fff;
}

.cse-bot .text {
  width: 70%;
  position: absolute;
  transform: translateY(-30%);
  top: 43%;
  left: 16%;
  transition: all 0s;
}

.cse-bot .title {
  margin-bottom: 5px;
}

.case-box {
  position: relative;
  min-height: 70vw;
}
.com-banner .banner-text {
  width: auto;
}

.com-banner .banner-text h2 {
  font-size: 20px;
}

.case .wid4 h4 {
  margin-top: 5px;
}

.por-com .pro-row {
  display: block;
}

.por-com .img {
  text-align: center;
}

.por-com {
  padding: 40px 0;
overflow: hidden;
}

.por-com .text {
  width: 94%;
  margin: 0 auto;
}

.por-com .text h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #002daa;
}

.por-com.pro-bg1 .text p {
  padding-left: 22px;
  line-height: 1.5em;
  background-position: 0px 4px;
  background-size: 15px 16px;
}
.por-com .text p {
  line-height: 1.5em;
}
.new {
  padding: 40px 0;
}

.new .new-input input {
  width: 65%;
}

.new .new-input {
  margin-bottom: 30px;
}

.new .new-input a {
  padding: 0 20px;
}

.new .new-box .new-con {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 3%;
}

.new .new-box h4 {
  height: auto;
  font-size: 18px;
}

.new .new-box p {
  font-size: 16px;
  line-height: 1.6em;
  height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}

.new .new-box .text {
  padding: 20px;
}

.case-detail {
  padding: 40px 0;
}

.case-detail .sj {
  display: block;
	text-align: center;
  padding: 10px 0;
}

.wrap2 {
  width: 94%;
}
.sj .left {
  margin-bottom: 10px;
}

.case-detail .sj .right a {
  margin-left: 0;
}

.case-detail .sj .right a:nth-of-type(n+2) {
  margin-left: 30px;
}

.case-detail .sj .right a img {
  margin-right: 5px;
  width: 16px;
}

.case-detail .content-box h3 {
  padding: 10px 0 8px;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.nd-bot {
  display: block;
}

.nd-bot .right a {
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 10px;
  margin-top: 15px;
}

.nd-bot .right {
  text-align: center;
}
.case-detail .title{
  text-align: center;
}


.case-detail .content-box p {
  margin-bottom: 10px;
}

.case-detail .content-box {
  padding: 20px 0 0px;
}
.pxjd {
  padding: 40px 0;
}

.teach-video .tv-box {
  margin-top: 20px;
  padding-top: 20px;
}

.teach-video .tv-box .tv-des {
  position: relative;
  width: 100%;
  margin-right: 0;
}

.teach-video .tv-box .index-teach-text {
  padding: 15px 0 0 15px;
}

.teach-video .tv-box .index-teach-text h4 {
  font-size: 16px;
  line-height: 1.8em;
}

.demo {
  margin-top: 25px;
}

.about-swiper .about-swiper-box {
  width: 100%;
}

.about-swiper .about-swiper-box {
  padding: 0 5%;
  margin: -20px auto 0;

}

.com-banner.left-banner.about-banner .banner-text p {
  display: none;
}

.aboutUs {
  padding: 40px 0;
}

.aboutUs .aboutUs-con h3 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.aboutUs .aboutUs-con p {
  font-size: 16px;
  margin-bottom: 15px;
}

.about-swiper h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 30px;
}

.about-swiper {
  min-height: auto;
  padding: 40px 0;
}

.about-swiper .about-swiper-box .jt {
  width: 40px;
}

.about-swiper .about-swiper-box .text h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 19px 0 10px;
}

.about-swiper .about-swiper-box .text p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.join-row .join-row-box {
  display: block;
}

.join-row .wid2 {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 5%;
}

.join-row .text {
  padding: 15px;
}

.join-row h4 {
  margin: 0 0 5px;
  font-size: 20px;
}

.join-row {
  padding: 0 0 40px;
}
.yysq {
  padding: 40px 0;
}

.yysq .title {
  margin-bottom: 10px;
}

.ar {
  display: inline-block;
  padding: 0px 20px;
  margin-top: 10px;
  line-height: 40px;
  background-color: #e82b2b;
  font-size: 16px;
  color: #fff;
  border-radius: 15px;
}
.pxjd .px-swiper {
  margin-top: 10px;
}

.yysq p {
  font-size: 16px;
  line-height: 1.5em;
}
.pxjd .gallery1 .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.pxjd .gallery1 .swiper-slide h4 {
  margin-bottom: 8px;
}

.pxjd .gallery1 .swiper-wrapper {
  padding: 10px 0;
}


.case-swiper-box {
  width: 100%;
padding: 0 0 40px;
}

.case-swiper-box .swiper-bot {
  width: 100%;
}
.com-title .com-title-box {
    display: block;
    padding: 40px 0;
}

.case-swiper-box .index-teach-img img {
  height: auto;
}

.case-swiper-box .index-teach-text {
  padding: 0 15px;
}
.case-swiper-box .index-teach-text h4 {
  font-size: 18px;
}

.case-swiper-box .swiper-bot {
  height: 50px;
  width: 80%;
}

.case-swiper-box .swiper-pagination {
      width: 60%;
    margin-bottom: 15px;
}

.case-swiper-box .swiper-button-next,
.case-swiper-box .swiper-button-prev {
  width: 35px;
  height: 35px;
}

.case-swiper-box {
  --swiper-navigation-size: 25px;
}


.join-detail .join-input .input input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  outline: none;
  padding-left: 15px;
  font-size: 14px;
}

.join-detail h4 {
  font-size: 20px;
  padding-bottom: 10px;
}

.join-detail .join-des {
  padding: 20px 0;
}

.join-detail .join-des h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.join-detail .join-des h5 {
  margin-bottom: 10px;
}

.join-detail {
  padding: 0px 0 40px;
}

.qp-show-div {
  min-height: 100vh;
  overflow-y: scroll;
}

.qp-show .join-show {
      width: 100vw;
  padding: 40px 20px;
}

.join-detail .join-des .qp-show-box h4 {
  font-size: 20px;
  font-weight: bold;
}

.join-detail .join-des h5 {
  margin-bottom: 10px;
}

.qp-show .bot h5 {
  margin: 10px 0;
}

.qp-show .top {
  text-align: center;
}

.qp-show .suba {
  margin-top: 30px;
  text-align: center;
}

.qp-show .suba a {
  font-size: 16px;
  padding: 0 30px;
  border-radius: 10px;
}
.qp-show {
    height: auto;
    min-height: 100vh;
}



}

@media screen and (max-width: 768px){
    
    .form-box{
        position: absolute;
        top: 130px;
    }
    .form-box .form-con {
        width: 85%;
        padding: 10px;

    }
    .form-box input{
        width: 100%;
    }
    .form-box .top span{
        font-size: 15px;
    }
    .form-box .radio-box .radio{
        width: 50%;
    }
    .form-box .check-box label{
        font-size: 14px;
    }
    .form-box .form-title h2{
        font-size: 20px;
    }
    .form-close i{
        top: 5px;
        right: 10px;
    }
.form-box .check-box .check{
        width: 100%;
    }


}

<!--耗时1754087453.8343秒-->