p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
label,
i,
b {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
input {
  -webkit-appearance: none;
  /*去除input默认样式*/
}
ul {
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
.main {
  padding: 0 15px;
  box-sizing: border-box;
}
.bg-color {
  background: #fff;
}
.clear::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  zoom: 1;
}
.tet {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
.layui-layer-page {
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box {
  width: 260px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box img {
  display: block;
  width: 210px;
  height: 210px;
  margin: 0 auto;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box p {
  line-height: 28px;
}
.layui-layer-page .layui-layer-setwin {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: auto;
  bottom: -15px;
  font-size: 0;
  line-height: initial;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url(../images/search_close.png) center no-repeat;
  border: 1px solid #f5f5f5;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2:hover {
  background: url(../images/search_close.png) center no-repeat;
}
.web-header {
  position: relative;
  z-index: 100;
  background: #fff;
}
.web-header .header-nav {
  height: 4.5rem;
  min-height: 60px;
  position: relative;
  z-index: 100;
  transition: 0.4s;
}
.web-header .header-nav .nav-logo h1 a {
  display: block;
  font-size: 0;
}
.web-header .header-nav .nav-logo h1 a img {
  display: block;
  max-height: 4rem;
  min-height: 30px;
  transition: 0.4s;
}
.web-header .header-nav .nav-menu {
  display: flex;
}
.web-header .header-nav .nav-menu .wx-yuding a {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.web-header .header-nav .nav-menu .wx-yuding a i {
  width: 25px;
  height: 20px;
  margin-left: 8px;
  background: url(../images/wx.png) no-repeat center center;
  background-size: contain;
}
.web-header .header-nav .nav-menu .menu {
  margin-left: 2rem;
  height: 22px;
  width: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-direction: column;
}
.web-header .header-nav .nav-menu .menu span {
  width: 22px;
  height: 2px;
  background: #ff7702;
  transition: 0.3s;
  position: relative;
}
.web-header .header-nav .nav-menu .menu span i {
  position: absolute;
  left: -6px;
  top: 0;
  display: block;
  width: 3px;
  height: 2px;
  background: #ff7702;
}
.web-header .header-nav .nav-menu .click span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 10px;
  width: 24px;
}
.web-header .header-nav .nav-menu .click span:nth-of-type(2) {
  opacity: 0;
}
.web-header .header-nav .nav-menu .click span:nth-of-type(3) {
  transform: rotate(45deg);
  width: 24px;
  bottom: 10px;
}
.web-header .header-nav .nav-menu .click span i {
  opacity: 0;
}
.web-header .nav-sidebar {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  overflow: hidden;
}
.web-header .nav-sidebar .nav-list {
  border-top: 1px solid #e6e6e6;
  padding-top: 1rem;
  width: 12rem;
  height: calc(100% - 4rem);
  max-height: calc(100% - 60px);
  box-sizing: border-box;
  position: absolute;
  right: -12.5rem;
  bottom: 0;
  background: #fff;
  transition: 0.5s;
}
.web-header .nav-sidebar .nav-list li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
  padding: 0 15px;
}
.web-header .nav-sidebar .nav-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  font-size: 13px;
  color: #666;
}
.web-header .nav-sidebar .nav-list li a i {
  font-size: 12px;
}
.web-header .nav-sidebar .nav-list li.active {
  border-color: rgba(129, 151, 143, 0.4);
}
.web-header .nav-sidebar .nav-list li.active a {
  color: #ff7702;
}
.web-header .nav-sidebar .nav-list.active {
  right: 0;
}
.web-header .nav-sidebar .nav-list.active1 {
  height: calc(100% - 3.5rem);
  max-height: calc(100% - 55px);
}
.web-header .nav-sidebar.active {
  display: block;
}
.web-header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
}
.web-header.active .header-nav {
  height: 3.5rem;
  min-height: 55px;
}
.web-header.active .header-nav .nav-logo h1 a img {
  max-height: 3.8rem;
}
.titleBox {
  text-align: center;
}
.titleBox h2 {
  font-size: 24px;
  line-height: 1;
}
.titleBox p {
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  margin-top: 0.4rem;
}
.banner1 .swiper-slide img {
  display: block;
  width: 100%;
}
.banner1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  transition: 0.3s;
}
.banner1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.proType {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #999;
  font-size: 12px;
  margin-top: 1rem;
}
.proType a {
  font-size: 14px;
}
.index1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.index1 ul {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index1 ul li {
  width: 48.5%;
  margin-bottom: 1rem;
  transition: 0.4s;
}
.index1 ul li:last-of-type a {
  font-size: 1.1rem;
  color: #fff;
  background: #456df1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index1 ul li a {
  display: block;
  height: 100%;
}
.index1 ul li a img {
  display: block;
  height: 100%;
  width: 100%;
}
.index2 {
  padding-bottom: 2rem;
}
.index2 .de-message {
  margin-top: 2rem;
}
.index2 .de-message #formData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index2 .de-message #formData .form-tr {
  width: 100%;
  margin-bottom: 1rem;
}
.index2 .de-message #formData .form-tr p {
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.index2 .de-message #formData .form-tr input {
  width: 100%;
  height: 40px;
  background: transparent;
  color: #333;
  border: 1px solid transparent;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 8px;
  outline: none;
}
.index2 .de-message #formData .form-tr input::placeholder {
  color: #999;
}
.index2 .de-message #formData .textarea {
  width: 100%;
}
.index2 .de-message #formData .textarea textarea {
  width: 100%;
  color: #333;
  border: 1px solid transparent;
  padding: 10px 20px;
  height: 90px;
  background: #f5f5f5;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
}
.index2 .de-message #formData .textarea textarea::placeholder {
  color: #999;
}
.index2 .de-message #formData .codeBox {
  width: 320px;
}
.index2 .de-message #formData .codeBox .code {
  display: flex;
  align-items: flex-end;
}
.index2 .de-message #formData .codeBox .code input {
  width: 140px;
  height: 42px;
}
.index2 .de-message #formData .codeBox .code .verify {
  width: 120px;
  margin-left: 20px;
}
.index2 .de-message #formData .codeBox .code .verify img {
  width: 100%;
}
.index2 .de-message #formData .submitBox {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.index2 .de-message #formData .submitBox .submit {
  width: 100%;
  background: #ff7702;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  transition: 0.4s;
}
.index3 img {
  display: block;
  width: 100%;
  height: auto;
}
.index4 {
  padding: 2rem 0 0;
}
.index4 .index2-content {
  margin-top: 1.5rem;
}
.index4 .index2-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index4 .index2-content ul li {
  width: 48.5%;
  margin-bottom: 1rem;
}
.index4 .index2-content ul li a {
  display: block;
}
.index4 .index2-content ul li a .img {
  height: 10rem;
  overflow: hidden;
  position: relative;
}
.index4 .index2-content ul li a .img div {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.index4 .index2-content ul li a .img img {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.index4 .index2-content ul li a .img .side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.index4 .index2-content ul li a .img .side i {
  transition: 0.4s;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 36px;
  min-height: 36px;
  background: url(../images/icon7.png) no-repeat center center;
  background-size: contain;
}
.index4 .index2-content ul li a .info {
  padding: 0.4rem 0.5rem;
  background: #f5f5f5;
}
.index4 .index2-content ul li a .info h3 {
  font-size: 14px;
  transition: 0.4s;
  text-align: center;
}
.index4 .index2-content ul li a .info p {
  margin-top: 0.25rem;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  overflow: hidden;
  color: #666;
}
.index4 .more {
  display: block;
  margin: 1rem auto 0;
  width: 12rem;
  min-width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border-radius: 0.5rem;
  color: #fff;
  background: #ff7702;
  overflow: hidden;
}
.index5 {
  padding: 2rem 0;
}
.index5 .index5-swiper {
  margin-top: 1.5rem;
}
.index5 .index5-swiper .swiper-slide {
  width: 15rem;
}
.index5 .index5-swiper .swiper-slide a {
  display: block;
}
.index5 .index5-swiper .swiper-slide a .img {
  overflow: hidden;
}
.index5 .index5-swiper .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
}
.index5 .index5-swiper .swiper-slide a .info .t {
  border-bottom: 1px solid #cfcfcf;
  padding: 0.5rem 0;
  position: relative;
}
.index5 .index5-swiper .swiper-slide a .info .t::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px ;
  background: #ff7702;
  width: 0;
  transition: 0.5s;
}
.index5 .index5-swiper .swiper-slide a .info .t h3 {
  font-size: 1rem;
  color: #ff7702;
  text-align: center;
}
.index5 .index5-swiper .swiper-slide a .info .t p {
  font-size: 12px;
  color: #666;
}
.index5 .index5-swiper .swiper-slide a .info .desc {
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.index6 {
  padding-top: 1rem;
  background: #f5f5f5;
}
.index6 .index6-img {
  padding-top: 2rem;
  padding-bottom: 2px;
  background: #fff;
}
.index6 .index6-img img {
  display: block;
  width: 100%;
  height: auto;
}
.index6 .five-advantages {
  background: #fff;
}
.index6 .five-advantages .advantages {
  background: #f5f5f5;
  padding: 2rem 0.7rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.4);
}
.index6 .five-advantages .titleBox1 {
  display: flex;
  justify-content: center;
}
.index6 .five-advantages .titleBox1 p {
  font-size: 3rem;
  color: #2c99f4;
  line-height: 1;
  text-transform: uppercase;
}
.index6 .five-advantages .titleBox1 .t {
  display: flex;
  align-items: flex-end;
}
.index6 .five-advantages .titleBox1 .t h3 {
  font-size: 1.8rem;
  margin-left: 2rem;
}
.index6 .five-advantages .ul-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.index6 .five-advantages .ul-list .list {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.index6 .five-advantages .ul-list .list img {
  display: block;
  width: 100%;
  height: 100%;
}
.index6 .five-advantages .ul-list .list h3 {
  font-size: 1.2rem;
  padding: 0 0.5rem;
  color: #ff7702;
  font-weight: bold;
}
.index6 .five-advantages .ul-list .list p {
  font-size: 0.8rem;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}
.index7 {
  padding: 3rem 0;
}
.index7 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index7 .title .t h3 {
  font-size: 1.35rem;
}
.index7 .title .t p {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #666;
}
.index7 .title a {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.5rem;
  transition: 0.4s;
  border-radius: 50%;
  background: #ff7702;
  color: #fff;
  transform: rotate(-30deg);
}
.index7 .info {
  font-size: 14px;
  line-height: 24px;
  margin-top: 1.2rem;
  text-indent: 28px;
}
.index7 .desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.index7 .desc p {
  width: 45%;
  border-bottom: 1px solid #5c5c5c;
  text-align: center;
  padding: 0.75rem 0;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.index7 .desc p span {
  font-size: 1.5rem;
  color: #ff7702;
  display: inline-block;
  margin: 0 5px;
}
.index7 .desc a {
  width: 45%;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 1rem;
}
.index8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #f5f5f5;
}
.index8 .main {
  background: #fff;
  padding: 2rem 15px;
}
.index8 .main ul {
  margin-top: 1.5rem;
}
.index8 .main ul li {
  margin-bottom: 1.2rem;
}
.index8 .main ul li a {
  display: block;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
.index8 .main ul li a .t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index8 .main ul li a .t h3 {
  font-size: 16px;
  max-width: 80%;
}
.index8 .main ul li a .t p {
  font-size: 0.7rem;
}
.index8 .main ul li a .info {
  margin-top: 0.4rem;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  overflow: hidden;
  color: #666;
  text-indent: 26px;
}
.index8 .main ul li a .s {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  margin-top: 0.4rem;
}
.index8 .more {
  display: block;
  margin: 1rem auto 0;
  width: 12rem;
  min-width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border-radius: 0.5rem;
  color: #fff;
  background: #ff7702;
  overflow: hidden;
}
.index9 {
  padding: 2rem 0 4rem;
}
.index9 .index9-swiper {
  margin-top: 1.5rem;
}
.index9 .index9-swiper .swiper-slide {
  width: 18rem;
  height: 18rem;
  transition: 0.4s;
}
.index9 .index9-swiper .swiper-slide a {
  display: block;
  height: 100%;
}
.index9 .index9-swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.index9 .more {
  display: block;
  margin: 2rem auto 0;
  width: 12rem;
  min-width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border-radius: 0.5rem;
  color: #fff;
  background: #ff7702;
  overflow: hidden;
}
.web-footer {
  background: #333;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.web-footer .footer-info .footer-itme1 {
  position: relative;
}
.web-footer .footer-info .footer-itme1 h3 {
  font-size: 16px;
  color: #fff;
}
.web-footer .footer-info .footer-itme1 .list {
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
  width: 18.5rem;
  min-width: 185px;
}
.web-footer .footer-info .footer-itme1 .list p {
  color: #fff;
  line-height: 24px;
  font-size: 13px;
}
.web-footer .footer-info .footer-itme1 .list p a {
  color: #fff;
  font-size: 14px;
}
.web-footer .footer-info .footer-itme1 .wxBox {
  position: absolute;
  right: 0px;
  top: 10px;
}
.web-footer .footer-info .footer-itme1 .wxBox h3 {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.web-footer .footer-info .footer-itme1 .wxBox img {
  margin-top: 0.5rem;
  width: 6rem;
  min-width: 100px;
}
.web-footer .footer-info .footer-itme2 {
  padding-bottom: 1.2rem;
}
.web-footer .footer-info .footer-itme2 #formData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.web-footer .footer-info .footer-itme2 #formData .form-tr {
  width: 47%;
  margin-bottom: 0.75rem;
}
.web-footer .footer-info .footer-itme2 #formData .form-tr input {
  width: 100%;
  height: 40px;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #b3c1bc;
  outline: none;
}
.web-footer .footer-info .footer-itme2 #formData .form-tr input::placeholder {
  color: #fff;
}
.web-footer .footer-info .footer-itme2 #formData .textarea {
  width: 100%;
}
.web-footer .footer-info .footer-itme2 #formData .textarea textarea {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #b3c1bc;
  height: 4rem;
  padding-top: 1rem;
  outline: none;
}
.web-footer .footer-info .footer-itme2 #formData .textarea textarea::placeholder {
  color: #fff;
}
.web-footer .footer-info .footer-itme2 #formData .codeBox {
  width: 100%;
}
.web-footer .footer-info .footer-itme2 #formData .codeBox .code {
  display: flex;
  align-items: flex-end;
}
.web-footer .footer-info .footer-itme2 #formData .codeBox .code input {
  width: 160px;
}
.web-footer .footer-info .footer-itme2 #formData .codeBox .code .verify {
  width: 120px;
  margin-left: 1.5rem;
}
.web-footer .footer-info .footer-itme2 #formData .codeBox .code .verify img {
  width: 100%;
}
.web-footer .footer-info .footer-itme2 #formData .submitBox {
  width: 40%;
  margin-top: 0.5rem;
}
.web-footer .footer-info .footer-itme2 #formData .submitBox .submit {
  width: 160px;
  background: #fff;
  height: 40px;
  line-height: 40px;
  color: #333;
  text-align: center;
  display: block;
  transition: 0.4s;
}
.footer_bottom {
  border-top: 1px solid #a7b6b1;
  padding-top: 1rem;
  padding-bottom: 30px;
}
.footer_bottom .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_bottom p {
  color: #fff;
  min-width: 45%;
  margin-right: 2.5%;
}
.footer_bottom a {
  color: #fff;
}
.foot_nav {
  height: 3.6rem;
  min-height: 54px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 88;
  background: #ff7702;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-self: center;
  border-top: 1px solid rgba(129, 151, 143, 0.1);
}
.foot_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-self: center;
  width: 100%;
}
.foot_nav ul li {
  width: 25%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.foot_nav ul li a {
  color: #fff;
}
.foot_nav ul li a .iconfont {
  font-size: 24px;
  text-align: center;
  line-height: 1;
  display: block;
}
.foot_nav ul li a p {
  text-align: center;
  margin-top: 3px;
}
.sider-ul {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  padding: 0 2%;
}
.sider-ul a {
  color: #fff;
  margin-right: 5%;
  width: 30%;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 1rem;
  background: #cccccc;
  margin-bottom: 0.5rem;
}
.sider-ul a:nth-of-type(3n) {
  margin-right: 0;
}
.sider-ul .active {
  background: #ff7702;
}
.fixed-banner {
  width: 100%;
  height: 12.5rem;
}
.yudingBox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
.yudingBox li {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.yudingBox li span {
  font-size: 16px;
}
.yudingBox li:first-of-type {
  margin-top: 10px;
}
.yudingBox img {
  width: 175px;
  height: 175px;
  display: block;
  margin: 10px auto;
}
.yudingBox p {
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
/* 无内容 */
.no-goods,
.no-network {
  padding-top: 5rem;
  overflow: hidden;
  text-align: center;
}
.no-goods img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 11rem;
  min-width: 160px;
  max-height: 5.25rem;
}
.no-network img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 11rem;
  height: 8rem;
}
.no-goods p,
.no-network p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.rig-title {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.rig-title .crumbs {
  background: url(../images/icon3.png) no-repeat left bottom;
  background-size: contain;
  padding-left: 4.5rem;
  line-height: 2rem;
}
.rig-title .crumbs a {
  color: #000;
  font-size: 1rem;
}
.rig-title .crumbs span {
  color: #ff7702;
  font-size: 1rem;
}
.rightTitle {
  user-select: none;
  height: 3.5rem;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  display: flex;
}
.rightTitle .crumbsBox {
  margin-right: 10px;
  padding-left: 20px;
  background: url("../images/home-icon.png") no-repeat left center;
  background-size: auto;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.rightTitle .crumbsBox a {
  color: #333;
  font-size: 1.1rem;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  padding-top: 1.5rem;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 1.5rem;
  padding: 0 5px;
  height: 2rem;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 2rem;
  font-size: 1.1rem;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #ff7702;
  background: #ff7702;
}
.de-page-mian .page-inner a.prev {
  margin-right: 5px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 5px;
  margin-right: 5px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 1.1rem;
  margin-right: 0;
  width: 3rem;
  margin-left: 5px;
}
.de-page-mian .page-inner span,
.de-page-mian .page-inner input {
  display: none;
}
.de-page-mian .page-inner a:last-of-type {
  display: none;
}
.web-sider {
  margin-top: 1.5rem;
}
.web-sider .in-title {
  height: 4rem;
  width: 95%;
  margin: 0 auto;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.web-sider .in-title h3 {
  font-size: 18px;
  color: #fff;
}
.web-sider .in-title p {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.web-sider .sider-ul {
  min-height: 160px;
  border-top: none;
  background: #fff;
  padding: 0.75rem 15px 0;
}
.web-sider .sider-ul a {
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  position: relative;
  transition: 0.3s;
  color: #666;
}
.web-sider .sider-ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ff7702;
  transition: 0.5s;
}
.web-sider .sider-ul a:hover {
  color: #ff7702;
}
.web-sider .sider-ul a:hover::after {
  width: 100%;
}
.web-sider .news-sider-ul {
  min-height: 160px;
  border-top: none;
  background: #fff;
  padding: 0.75rem 15px 0;
}
.web-sider .news-sider-ul a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px dashed #ededed;
  position: relative;
  transition: 0.3s;
  color: #666;
}
.web-sider .news-sider-ul a:hover {
  color: #ff7702;
  border-color: #ff7702;
}
.commonInner .padd {
  min-height: 20rem;
  padding: 2rem 0 4rem;
}
.commonInner .page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.commonInner .page-nav a {
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  border-bottom: 1px solid transparent;
  transition: 0.4s;
  margin-right: 1rem;
}
.commonInner .page-nav a:last-of-type {
  margin-right: 0;
}
.commonInner .page-nav a.active {
  border-color: #2c99f4;
  color: #2c99f4;
}
.commonInner .newsPage {
  color: #323232;
  margin: 1rem 0;
}
.commonInner .newsPage .page-a {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.commonInner .newsPage a {
  color: #323232;
  font-size: 14px;
}
.commonInner .videoInfo {
  width: 100%;
  height: 18rem;
  margin: 0 auto 1rem;
}
.commonInner .company .company-content .title h2 {
  font-size: 18px;
  text-align: center;
}
.commonInner .company .company-content .left-company {
  overflow: hidden;
  margin-top: 1rem;
}
.commonInner .company .company-content .left-company article p {
  font-size: 14px;
  line-height: 24px;
}
.commonInner .company .company-content .left-company article img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .company .company-content .right-company {
  margin-top: 1.5rem;
}
.commonInner .company .company-content .right-company .img {
  background: #ff7702;
  border-radius: 8px;
}
.commonInner .company .company-content .right-company .img img {
  width: 100%;
  display: block;
  border-radius: 8px;
  position: relative;
  left: 5px;
  bottom: 5px;
}
.commonInner .company .index5-swiper {
  margin-top: 1.5rem;
}
.commonInner .company .index5-swiper .swiper-slide a {
  display: block;
}
.commonInner .company .index5-swiper .swiper-slide .img {
  height: 20rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.commonInner .company .index5-swiper .swiper-slide .img div {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.commonInner .company .index5-swiper .swiper-slide .img div img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
.commonInner .company-team {
  padding-top: 2rem;
}
.commonInner .company-team .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.commonInner .company-team .titleBox .box {
  display: flex;
  justify-content: space-between;
}
.commonInner .company-team .titleBox .box .swiper-button-black {
  position: static;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  transition: 0.4s;
  border-radius: 50%;
  background: #ff7702;
  margin-left: 1rem;
}
.commonInner .company-team .titleBox .box .swiper-button-black::after {
  display: none;
}
.commonInner .company-team .team-swiper {
  padding-top: 1.5rem;
}
.commonInner .company-team .team-swiper .swiper-slide {
  width: 16.5rem;
  padding: 1rem 0.75rem;
  box-sizing: border-box;
  background: #f5f5f5;
  transition: 0.5s;
  margin-right: 1rem;
}
.commonInner .company-team .team-swiper .swiper-slide a {
  display: block;
}
.commonInner .company-team .team-swiper .swiper-slide .img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  margin: 0 auto;
}
.commonInner .company-team .team-swiper .swiper-slide .info {
  margin-top: 1rem;
}
.commonInner .company-team .team-swiper .swiper-slide .info h3 {
  font-size: 1.2rem;
  text-align: center;
}
.commonInner .company-team .team-swiper .swiper-slide .info .desc {
  height: 40px;
  font-size: 0.9rem;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.25rem;
  overflow: hidden;
}
.commonInner .company-team .team-swiper .swiper-slide .info span {
  display: block;
  color: #2c99f4;
  margin-top: 0.5rem;
  transition: 0.3s;
  font-size: 0.9rem;
}
.commonInner .contact .de-contact {
  margin-top: 1.5rem;
  padding-bottom: 2rem;
}
.commonInner .contact .de-contact .contact-list .t h3 {
  font-size: 18px;
}
.commonInner .contact .de-contact .contact-list .info {
  margin-top: 0.5rem;
}
.commonInner .contact .de-contact .contact-list .info p {
  line-height: 24px;
  font-size: 14px;
}
.commonInner .contact .de-contact .contact-list .desc {
  margin-top: 1rem;
}
.commonInner .contact .de-contact .contact-list .desc p {
  font-size: 13px;
  line-height: 20px;
}
.commonInner .contact .de-contact .wxBox {
  margin-top: 1.5rem;
}
.commonInner .contact .de-contact .wxBox h3 {
  font-size: 14px;
  width: 10rem;
  min-width: 120px;
  text-align: center;
}
.commonInner .contact .de-contact .wxBox .img {
  width: 10rem;
  min-width: 120px;
}
.commonInner .contact .contact-map {
  width: 100%;
  height: 15rem;
  border-radius: 1rem;
  overflow: hidden;
}
.commonInner .contact .contact-map #dituContent {
  height: 100%;
}
.commonInner .news-page .de-news-list {
  margin-top: 2rem;
}
.commonInner .news-page .de-news-list .newsList {
  position: relative;
  margin-top: 1.2rem;
}
.commonInner .news-page .de-news-list .newsList li {
  margin-bottom: 1.2rem;
}
.commonInner .news-page .de-news-list .newsList li a {
  display: block;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
.commonInner .news-page .de-news-list .newsList li a .t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commonInner .news-page .de-news-list .newsList li a .t h3 {
  font-size: 16px;
  max-width: 80%;
}
.commonInner .news-page .de-news-list .newsList li a .t p {
  font-size: 0.7rem;
}
.commonInner .news-page .de-news-list .newsList li a .info {
  margin-top: 0.4rem;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  overflow: hidden;
  color: #666;
  text-indent: 26px;
}
.commonInner .news-page .de-news-list .newsList li a .s {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  margin-top: 0.4rem;
}
.commonInner .infoPage .news-detail-content .news-detail-title {
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.commonInner .infoPage .news-detail-content .news-detail-title .h3 {
  font-size: 16px;
  color: #323232;
  margin-bottom: 0.75rem;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  display: flex;
  justify-content: center;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b span {
  display: flex;
  align-items: center;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b span .iconfont {
  margin-right: 0.5rem;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b span:first-of-type {
  margin-right: 1rem;
}
.commonInner .infoPage .news-detail-content .news-detail {
  min-height: 300px;
}
.commonInner .infoPage .news-detail-content .news-detail .img {
  margin-bottom: 1rem;
}
.commonInner .infoPage .news-detail-content .news-detail .img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.commonInner .infoPage .news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}
.commonInner .infoPage .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .infoPage .news-detail-content .newsPage {
  color: #323232;
  margin: 1rem 0;
}
.commonInner .infoPage .news-detail-content .newsPage .page-a {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.commonInner .infoPage .news-detail-content .newsPage a {
  color: #323232;
  font-size: 14px;
}
.commonInner .job-page .de-job-list {
  margin-top: 1.5rem;
}
.commonInner .job-page .de-job-list .jobList li {
  margin-bottom: 1.2rem;
  transition: 0.4s;
}
.commonInner .job-page .de-job-list .jobList li a {
  display: block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #aaa;
}
.commonInner .job-page .de-job-list .jobList li a h3 {
  font-size: 16px;
  transition: 0.4s;
  background: url(../images/icon5.png) no-repeat right center;
}
.commonInner .job-page .de-job-list .jobList li a article {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 80px;
}
.commonInner .job-page .de-job-list .jobList li a article p {
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
.commonInner .job-page .jobsInfo {
  box-sizing: border-box;
  padding: 1rem;
  background: #f5f5f5;
  margin: 1.5rem auto 0;
  border-radius: 16px;
}
.commonInner .job-page .jobsInfo .h3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .job-page .jobsInfo .h3 .job-name {
  font-size: 16px;
  font-weight: bold;
}
.commonInner .job-page .jobsInfo .h3 .job-price {
  font-weight: bold;
  font-size: 16px;
  color: #ff7702;
}
.commonInner .job-page .jobsInfo .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.commonInner .job-page .jobsInfo .desc {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaa;
}
.commonInner .job-page .jobsInfo .desc p {
  color: #666666;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.commonInner .job-page .jobsInfo .desc p span {
  font-size: #444;
}
.commonInner .job-page .jobsInfo .jobs-content {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  min-height: 16px;
}
.commonInner .job-page .jobsInfo .jobs-content span {
  font-size: 15px;
}
.commonInner .job-page .jobsInfo .jobs-content p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.commonInner .job-page .jobsInfo .jobsPage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonInner .job-page .jobsInfo .jobsPage span {
  margin: 0 1rem;
  width: 1px;
  height: 24px;
  background: #999;
}
.commonInner .product-page .de-product-list {
  margin-top: 1.5rem;
}
.commonInner .product-page .productList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.commonInner .product-page .productList li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 1.2rem;
}
.commonInner .product-page .productList li:nth-of-type(2n) {
  margin-right: 0;
}
.commonInner .product-page .productList li a {
  display: block;
}
.commonInner .product-page .productList li a .img {
  box-sizing: border-box;
  height: 32.8125vw;
  overflow: hidden;
}
.commonInner .product-page .productList li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.commonInner .product-page .productList li a h3 {
  text-align: center;
  margin-top: 0.5rem;
  transition: 0.3s;
  font-size: 14px;
}
.commonInner .product-info-page .info-main .pro-swiper {
  box-sizing: border-box;
  --swiper-navigation-color: #000;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 26px;
  /* 设置按钮大小 */
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22rem;
  min-height: 180px;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff7702;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-button-black {
  opacity: 0.6;
  width: 25px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.5);
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-button-disabled {
  opacity: 0.3;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-button-prev {
  top: calc(50% - 17px);
  margin: 0 auto;
  left: 10px;
  right: auto;
}
.commonInner .product-info-page .info-main .pro-swiper .swiper-button-next {
  top: calc(50% - 17px);
  margin: 0 auto;
  left: auto;
  right: 10px;
}
.commonInner .product-info-page .info-main .info-main-rig {
  margin-top: 1rem;
  box-sizing: border-box;
}
.commonInner .product-info-page .info-main .info-main-rig .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.commonInner .product-info-page .info-main .info-main-rig .desc {
  margin-top: 10px;
}
.commonInner .product-info-page .info-main .info-main-rig .desc p {
  font-size: 13px;
  color: #666;
  line-height: 25px;
}
.commonInner .product-info-page .info-main .info-main-rig .desc p a {
  color: #666;
  font-size: 13px;
}
.commonInner .product-info-page .info-main .info-main-rig .btn {
  margin-top: 1.2rem;
  display: flex;
}
.commonInner .product-info-page .info-main .info-main-rig .btn .lx {
  font-size: 14px;
  width: 140px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #ff7702;
  text-align: center;
  border-radius: 8px;
  transition: 0.4s;
}
.commonInner .product-info-page .info-main .info-main-rig .price {
  font-size: 24px;
  color: #ff7702;
  margin-top: 0.5rem;
}
.commonInner .product-info-page .info-main .info-main-rig .param {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.commonInner .product-info-page .info-main .info-main-rig .param p {
  font-size: 13px;
  line-height: 25px;
  width: auto;
  min-width: 50%;
}
.commonInner .product-info-page .info-main .info-main-rig .newsPage {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 50px;
}
.commonInner .product-info-page .info-main .info-main-rig .newsPage .page-a {
  font-size: 14px;
  color: #666;
  max-width: 48%;
}
.commonInner .product-info-page .info-main .info-main-rig .newsPage .page-a a {
  color: #666;
  font-size: 14px;
}
.commonInner .product-info-page .info-center {
  margin-top: 1.5rem;
}
.commonInner .product-info-page .info-center .infoCenter-right {
  box-sizing: border-box;
  background: #fff;
}
.commonInner .product-info-page .info-center .infoCenter-right .center-title {
  height: 30px;
  margin-bottom: 1rem;
  font-size: 16px;
  color: #ff7702;
  border-bottom: 1px solid #c7c3c0;
}
.commonInner .product-info-page .info-center .infoCenter-right .center-content {
  min-height: 15rem;
}
.commonInner .product-info-page .info-center .infoCenter-right .center-content p {
  font-size: 14px;
  line-height: 24px;
}
.commonInner .product-info-page .info-center .infoCenter-right .center-content img {
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .course-page .de-course-list {
  margin-top: 1.5rem;
}
.commonInner .course-page .de-course-list .courseList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .course-page .de-course-list .courseList li {
  width: 48.5%;
  margin-bottom: 1rem;
}
.commonInner .course-page .de-course-list .courseList li a {
  display: block;
}
.commonInner .course-page .de-course-list .courseList li .img {
  overflow: hidden;
  height: 10rem;
  border-radius: 0.5rem;
}
.commonInner .course-page .de-course-list .courseList li .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.4s;
}
.commonInner .course-page .de-course-list .courseList li h3 {
  font-size: 13px;
  margin-top: 0.5rem;
  text-align: center;
  transition: 0.4s;
}
.commonInner .online-page .de-online-list {
  margin-top: 1.5rem;
}
.commonInner .online-page .de-online-list .onlineList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commonInner .online-page .de-online-list .onlineList li {
  width: 48.5%;
  margin-bottom: 1rem;
}
.commonInner .online-page .de-online-list .onlineList li a {
  display: block;
}
.commonInner .online-page .de-online-list .onlineList li a .img {
  height: 10rem;
  overflow: hidden;
  position: relative;
}
.commonInner .online-page .de-online-list .onlineList li a .img div {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.commonInner .online-page .de-online-list .onlineList li a .img img {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.commonInner .online-page .de-online-list .onlineList li a .img .side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonInner .online-page .de-online-list .onlineList li a .img .side i {
  transition: 0.4s;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 36px;
  min-height: 36px;
  background: url(../images/icon7.png) no-repeat center center;
  background-size: contain;
}
.commonInner .online-page .de-online-list .onlineList li a .info {
  padding: 0.4rem 0.5rem;
  background: #f5f5f5;
}
.commonInner .online-page .de-online-list .onlineList li a .info h3 {
  font-size: 14px;
  transition: 0.4s;
  text-align: center;
}
.commonInner .online-page .de-online-list .onlineList li a .info p {
  margin-top: 0.25rem;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  overflow: hidden;
  color: #666;
}
.commonInner .works-page .de-works-list {
  margin-top: 1.5rem;
}
.commonInner .works-page .de-works-list .worksList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .works-page .de-works-list .worksList li {
  width: 14.35rem;
  margin-bottom: 1rem;
}
.commonInner .works-page .de-works-list .worksList li a {
  display: block;
}
.commonInner .works-page .de-works-list .worksList li .img {
  overflow: hidden;
  height: 14.35rem;
}
.commonInner .works-page .de-works-list .worksList li .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.4s;
}
.commonInner .works-page .de-works-list .worksList li h3 {
  font-size: 14px;
  margin-top: 0.5rem;
  text-align: center;
  transition: 0.4s;
}
.commonInner .video-page .de-video-list {
  margin-top: 1.5rem;
}
.commonInner .video-page .de-video-list .videoList li {
  margin-bottom: 1.2rem;
}
.commonInner .video-page .de-video-list .videoList li a {
  display: block;
}
.commonInner .video-page .de-video-list .videoList li a .img {
  height: 16rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
.commonInner .video-page .de-video-list .videoList li a .img div {
  height: 100%;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonInner .video-page .de-video-list .videoList li a .img div i {
  transition: 0.4s;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 36px;
  min-height: 36px;
  background: url(../images/icon7.png) no-repeat center center;
  background-size: contain;
}
.commonInner .video-page .de-video-list .videoList li a h3 {
  font-size: 15px;
  transition: 0.4s;
  text-align: center;
  margin-top: 0.5rem;
}
.commonInner .activity-page .de-activity-list {
  margin-top: 1.5rem;
}
.commonInner .activity-page .de-activity-list .activityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commonInner .activity-page .de-activity-list .activityList li {
  width: 48.5%;
  margin-bottom: 1.25rem;
}
.commonInner .activity-page .de-activity-list .activityList li a {
  display: block;
}
.commonInner .activity-page .de-activity-list .activityList li a .img {
  height: 10.5rem;
  overflow: hidden;
}
.commonInner .activity-page .de-activity-list .activityList li a .img div {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.commonInner .activity-page .de-activity-list .activityList li a .img img {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.commonInner .activity-page .de-activity-list .activityList li a h3 {
  font-size: 14px;
  text-align: center;
  transition: 0.4s;
  padding: 0.5rem 0;
  background: #f5f5f5;
}
.commonInner .activity-page .de-activity-list .activityList li:hover a .img div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.commonInner .activity-page .de-activity-list .activityList li:hover a h3 {
  color: #fff;
  background: #ff7702;
}
.commonInner .teacher-page .de-teacher-list {
  margin-top: 1.5rem;
}
.commonInner .teacher-page .de-teacher-list .teacherList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .teacher-page .de-teacher-list .teacherList li {
  width: 48.5%;
  padding: 1rem 0.5rem;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #f5f5f5;
  transition: 0.5s;
}
.commonInner .teacher-page .de-teacher-list .teacherList li a {
  display: block;
}
.commonInner .teacher-page .de-teacher-list .teacherList li .img {
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 50%;
  margin: 0 auto;
}
.commonInner .teacher-page .de-teacher-list .teacherList li .info {
  margin-top: 0.5rem;
}
.commonInner .teacher-page .de-teacher-list .teacherList li .info h3 {
  font-size: 1.3rem;
  text-align: center;
}
.commonInner .teacher-page .de-teacher-list .teacherList li .info .desc {
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.9rem;
  overflow: hidden;
  margin-top: 0.3rem;
}
.commonInner .teacher-page .de-teacher-list .teacherList li .info span {
  display: block;
  color: #2c99f4;
  margin-top: 0.4rem;
  transition: 0.3s;
}
.commonInner .teacher-page .de-teacher-list .teacherList li:hover {
  transform: translateY(-12px);
}
.commonInner .teacher-page .de-teacher-list .teacherList li:hover .info span {
  color: #ff7702;
}
.commonInner .teacher-page .de-teacher-info .teacher-info .img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.commonInner .teacher-page .de-teacher-info .teacher-info .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.commonInner .teacher-page .de-teacher-info .teacher-info .info {
  margin-top: 1.5rem;
}
.commonInner .teacher-page .de-teacher-info .teacher-info .info .t h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.commonInner .teacher-page .de-teacher-info .teacher-info .info .desc {
  margin-top: 0.5rem;
}
.commonInner .teacher-page .de-teacher-info .teacher-info .info .desc p {
  font-size: 15px;
  line-height: 28px;
}
.commonInner .teacher-page .de-teacher-info .newsPage {
  margin-top: 2rem;
}
.commonInner .teacher-page .de-teacher-info .newsPage .page-a {
  background: #f5f5f5;
  width: 100%;
  padding: 0.5rem;
  font-size: 15px;
  text-align: center;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.commonInner .teacher-page .de-teacher-info .newsPage .page-a a {
  font-size: 15px;
}
.nav_box {
  height: 4rem;
}
.nav_box p {
  color: #999;
  font-size: 1.2rem;
}
.nav_box p a {
  font-size: 1.2rem;
  color: #999;
}
.nav_box img {
  width: 2rem;
  height: 2rem;
}
.wx {
  position: fixed;
  right: 1rem;
  bottom: 14rem;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 88;
}
.wx img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}
.wx_box p:nth-of-type(2) {
  background: #ff7702;
}
.come {
  display: block;
  margin: 1rem auto 2rem;
  width: 8rem;
  background: #ff7702;
  height: 2.5rem;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  font-size: 1rem;
}
.search_pagenation {
  text-align: center;
  margin-top: 1rem;
}
.search_pagenation a {
  display: inline-block;
  width: 4rem;
  height: 1.8rem;
  font-size: 1rem;
  background: #ff7702;
  color: #fff;
  line-height: 1.8rem;
  margin: 0 0.25rem;
}
.search_pagenation .noothers {
  display: none;
}
