* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.main {
  max-width: 1740px !important;
  margin: 0 auto !important;
  padding: 0px 10px;
}

.main_900 {
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 0px 10px;
}

.main_1220 {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0px 10px;
}

.main_1200 {
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 0px 10px;
}

body,
html {
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

.H80 {
  height: 90px;
}

.header {
  text-align: center;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding: 0px 400px;
  transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
}

.header.active {
  box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.1);
}


@media screen and (min-width:1200px) {

  .header .logo {
    position: absolute;
    left: 50px;
    top: 0px;
    height: 90px;
    text-align: left;
    padding-top: 12px;
    text-align: center;
  }

  .header .logo a {
    /* line-height: 80px; */
    color: #6a489d;
  }

  .header .logo a strong {
    font-size: 12px;
    color: #999;
    display: block;
    text-align: left;
  }

  .header .logo a strong span {
    display: block;
    font-size: 12px;
  }

  .header .logo a img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin-top: 8px;
  }

  .header .fr {
    position: absolute;
    right: 50px;
    top: 0px;
    border-left: 1px solid #e4e1e8;
    padding-left: 40px;
    height: 90px;
  }

  .header .fr .conus {
    border-radius: 30px;
    padding: 0px 20px;
    height: 34px;
    line-height: 32px;
    display: inline-block;
    margin-top: 33px;
    margin-right: 20px;
    font-family: 'C-News';
  }

  .header .fr .lang {
    background: url('../images/icon2.png') no-repeat center center;
    width: 30px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  }

  .header .fr .user {
    background: url('../images/rw.png') no-repeat center center;
    min-width: 30px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
  }

  .header .fr .user .login {
    display: block;
  }

  .header .fr .user .logout {
    display: none;
  }

  .header .fr .user.logged_in .login,
  .header .fr .user.submitted .login {
    display: none;
  }

  .header .fr .user.logged_in .logout,
  .header .fr .user.submitted .logout {
    display: block;
  }

  .user-name {
    /* display: none; line-height: 80px;color: #323232;font-weight: bold;width: 60px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */
    display: none;
    border-radius: 50%;
    /* border: 1px solid #999; */
    height: auto;
    line-height: initial;
    margin-top: 28px;
    /* padding: 4px; */
    max-width: 60px;
    /* height: 40px; */
    text-align: center;
    line-height: 40px;
    /* background: #a2a2a2; */
    color: #666;
    /* margin-left: 10px; */
    font-size: 14px;
  }

  .user_links {
    position: absolute;
    width: 100px;
    top: 100%;
    left: -50px;
    background-color: #8861cf;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    border-radius: 5px;
  }

  .header .fr .user:hover .user_links,
  .header .fr .user.submitted .user_links {
    visibility: visible;
    opacity: 1;
  }

  .user_links a {
    padding: 12px;
    text-align: center;
    color: #fff;
  }

  .header .fr .search {
    background: url('../images/icon3.png') no-repeat center center;
    width: 30px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  }

  .m_jb {
    background: linear-gradient(90deg, #901c9c 0, #5661e1 100%);
    color: #fff;
  }

  .header .fr .conus:hover {
    background: linear-gradient(90deg, #901c9c 0, #901c9c 100%);
  }

  .header .nav .num1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .header .nav .num1>li {
    /* display: inline-block; vertical-align: top; */
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
  }

  .header .nav .num1>li>a {
    line-height: 90px;
    color: #333;
    font-size: 18px;
    padding: 0px 20px;
    display: block;
    font-family: 'C-News';
    letter-spacing: 0px;
    position: relative;
  }

  .header .nav .num2 {
    position: absolute;
    background: #fff;
    top: 90px;
    width: 100%;
    left: 0px;
    border-top: 1px solid #e6e6e6;
    display: none;
    text-align: left;
  }

  .header .nav .num2>li {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
  }

  .header .nav .num2>li>h3 {
    font-family: 'C-News';
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .header .nav .num2>li>h3>a {
    color: #333;
    text-transform: uppercase;
  }

  .header .nav .num2>li>h3>a:hover {
    color: #7030a0;
  }

  .header .nav .num2>li>.a-lick {
    text-align: left;
  }

  .header .nav .num2>li>.a-lick>a {
    font-family: 'C-News';
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
  }

  .header .nav .num2>li>.a-lick>a:hover {
    color: #7030a0;
  }

  .header .nav .nav-1 {
    padding-left: 70%;
  }

  .header .nav .nav-2 {
    padding-left: 23.8%;
  }

  .header .nav .nav-3 {
    padding-left: 34.4%;
  }

  .header .nav .nav-4 {
    text-align: center;
    padding-left: 2%;
  }

  .header .nav .nav-5 {
    text-align: center;
    padding-left: 24.5%;
  }


  /* .header .nav .num1>li:hover .num2 { display: block; } */
  /* .header .nav .num1>li:hover>a:after { content: ''; background: #7030a0; width: 6px; height: 6px; display: block; position: absolute; bottom: 15px; left: 50%; margin-left: -3px; border-radius: 50%;  } */
  /* .header .nav .num1>li.active>a:after { content: ''; background: #7030a0; width: 6px; height: 6px; display: block; position: absolute; bottom: 15px; left: 50%; margin-left: -3px; border-radius: 50%;  }
.header .nav .num1>li.active>a { color: #7030a0; }
 */
  /* .header .nav .num1>li:hover>a { color: #7030a0; } */

  .header .nav .num1 .num1-zk.mouse-in>a {
    color: #8029b7;
  }

  .header .nav .num1 .num1-zk>a:after {
    content: '';
    background: #7030a0;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    opacity: 0;
  }

  .header .nav .num1 .num1-zk.mouse-in>a:after {
    bottom: 15px;
    opacity: 1;
  }


  .sign_header {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .sign_header .fr {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .sign_header .nav .num1>li>a {
    color: #fff;
  }

  .sign_header .fr .lang {
    background: url('../images/icon2_m.png') no-repeat center center;
  }

  .sign_header .fr .search {
    background: url('../images/icon3_m.png') no-repeat center center;
  }



}



.pc-back {
  position: fixed;
  z-index: 88;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.pc-back-search {
  position: fixed;
  z-index: 88;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.pc-back-lang {
  position: fixed;
  z-index: 88;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.a-search {
  position: absolute;
  top: 80px;
  background: #fff;
  left: 0px;
  width: 100%;
  text-align: left;
  z-index: 99;
  padding: 15px 50px;
  border-top: 1px solid #eaeaea;
  display: none;
}

.a-search .txt {
  width: 100%;
  font-size: 30px;
  font-family: 'C-News'
}

.a-search .but {
  position: absolute;
  background: url('../images/icon66.png') no-repeat center center;
  width: 69px;
  height: 69px;
  right: 40px;
  top: 0px;
  z-index: 9;
}

.a-lang {
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 90px;
  width: 274px;
  background: #fff;
  border-top: 1px solid #eaeaea;
  display: none;
}

.a-lang a {
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  color: #333;
  padding: 0px 9px;
  font-family: 'C-News';
  font-size: 17px;
}

.a-lang a:hover {
  color: #7030a0;
}






/* @media screen and (min-width:1600px) {

.header .nav a { font-size: 20px; }

} */


.banner {
  height: calc(100vh - 80px);
}

.banner .swiper-slide {
  height: 100%;
  padding-top: 4%;
}

.banner .swiper-slide .text {
  text-align: center;
  border-bottom: none;
}

.banner .swiper-slide .text h3 {
  font-size: 50px;
  color: #ffffff;
  font-family: 'C-Medium';
  text-transform: uppercase;
}

.banner .swiper-slide .text .text-p {
  max-width: 60%;
  margin: 0 auto;
  margin-top: 40px;
}

.banner .swiper-slide .text p {
  color: #ffffff;
  font-size: 30px;
  font-family: 'C-Book';
  letter-spacing: 1px;
}

.banner .swiper-slide .text .m_a {
  margin-top: 45px;
}

.banner .swiper-slide .text .m_a_black {
  margin-top: 45px;
}

.m_a {
  height: 55px;
  display: inline-block;
  /* width: 170px; */
  padding: 0px 40px;
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  font-family: 'C-News';
  position: relative;
  z-index: 8;
}

.m_a em {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: -40px;
  z-index: 8;
  overflow: hidden;
}

.m_a:before {
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 25px;
  top: 50%;
  border-radius: 50%;
  z-index: 9;
  margin-top: -2px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m_a span {
  position: relative;
  z-index: 9;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m_a i {
  width: 100%;
  border: 1px solid #fff;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

/* .m_a i:after { content: ''; position: absolute; right: 0px; top: 0px; width: 0%; height: 100%; background: #7030a0;
	transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s;  }
.m_a:hover i:after { width: 100%; opacity: 1; }
.m_a:hover i { border: 1px solid #7030a0;  } */

.m_a:hover i {
  border: 1px solid #7030a0;
  background: #7030a0;
}

.m_a:hover span {
  color: #fff;
  margin-left: 30px;
}

.m_a:hover:after {
  background: #fff;
}

.m_a em:before {
  content: '';
  background: #fff;
  right: 65px;
  top: 0px;
  width: 25px;
  position: absolute;
  height: 1px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m_a em:after {
  content: '';
  background: #7030a0;
  right: 90px;
  top: 0px;
  width: 40px;
  position: absolute;
  height: 1px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m_a:hover:before {
  background: #fff;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.m_a:hover em:before {
  right: 0px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.m_a:hover em:after {
  right: 25px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}


.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  margin: 0px 12px !important;
  opacity: 0.5;
  outline: none;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.banner .ban-pag {
  bottom: 60px !important;
}

.m_tit {
  text-align: center;
}

.m_tit h2 {
  font-size: 24px;
  color: #333;
  font-family: 'C-Medium';
  position: relative;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.m_tit h2:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  background: #666666;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 25px;
}

.m_tit p {
  font-size: 30px;
  font-family: 'C-Book';
  line-height: 42px;
  letter-spacing: 1px;
}

.m_tit p a {
  color: #333;
  font-weight: bold;
}

.m_tit p a:hover {
  color: #7030a0;
}

.m_tit_white {
  text-align: center;
}

.m_tit_white h2 {
  font-size: 24px;
  color: #fff;
  font-family: 'C-Medium';
  position: relative;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.m_tit_white h2:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 25px;
}

.m_tit_white p {
  font-size: 30px;
  font-family: 'C-Book';
  line-height: 42px;
  letter-spacing: 1px;
  color: #fff;
}


.in-about {
  padding: 100px 0px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.in-about {
  width: 80%;
  margin: 0 auto;
}

.in-about .list {
  margin-top: 55px;
  text-align: center;
  padding-left: 150px;
  padding-right: 180px;
}

.in-about .list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.in-about .list ul li strong {
  display: block;
  font-size: 50px;
  color: #333333;
  font-family: 'C-Book';
}

.in-about .list ul li span {
  font-size: 16px;
  font-family: 'C-News';
  color: #333333;
}

.in-about-back {
  position: relative;
  overflow: hidden;
}

.in-about-back .icon-1 {
  position: absolute;
  left: 5%;
  top: 8%;
}

.in-about-back .icon-2 {
  position: absolute;
  left: 10%;
  top: 14%;
}

.in-about-back .icon-3 {
  position: absolute;
  right: 20%;
  top: 0%;
}

.in-about-back .icon-4 {
  position: absolute;
  right: 0%;
  top: 15%;
}

.in-about-back h6 {
  margin-top: 60px;
}

.m_a_black {
  height: 55px;
  display: inline-block;
  /* width: 170px; */
  padding: 0px 40px;
  line-height: 55px;
  color: #666;
  font-size: 16px;
  font-family: 'C-News';
  position: relative;
  z-index: 8;
  text-align: center;
}

.m_a_black em {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #666666;
  top: 50%;
  left: -40px;
  z-index: 8;
  overflow: hidden;
}

.m_a_black:before {
  content: '';
  background: #666666;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 25px;
  top: 50%;
  border-radius: 50%;
  z-index: 9;
  margin-top: -2px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m_a_black span {
  position: relative;
  z-index: 9;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m_a_black i {
  width: 100%;
  border: 1px solid #666;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

/* .m_a_black i:after { content: ''; position: absolute; right: 0px; top: 0px; width: 0%; height: 100%; background: #7030a0;
	transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s;  }
.m_a_black:hover i:after { width: 100%; opacity: 1; }
.m_a_black:hover i { border: 1px solid #7030a0;  } */

.m_a_black:hover i {
  background: #7030a0;
  border: 1px solid #7030a0;
}






.showmore {
  margin-top: 50px;
}

.showmore .next {
  text-align: center;
}

.showmore .next.hidden {
  display: none !important;
}

.showmore .next a {
  height: 55px;
  display: inline-block;
  padding: 0px 40px;
  line-height: 55px;
  color: #666;
  font-size: 16px;
  font-family: 'C-News';
  position: relative;
  z-index: 8;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-radius: 60px;
  border: 1px solid #666;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.showmore .next a:before {
  content: '';
  background: #666666;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 25px;
  top: 50%;
  border-radius: 50%;
  z-index: 9;
  margin-top: -2px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.showmore .next a:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #666666;
  top: 50%;
  left: -40px;
  z-index: 8;
  overflow: hidden;
}

.showmore .next a:hover {
  background: #7030a0;
  color: #fff;
}

.showmore .next a:hover:before {
  background: #fff;
}

.showmore .next a:hover:after {
  background: #fff;
}


.showmore .first {
  display: none !important;
}

.showmore .previous {
  display: none !important;
}

.showmore .page {
  display: none !important;
}

.showmore .last {
  display: none !important;
}



.m_a_black:hover span {
  color: #fff;
  margin-left: 12px;
}

.m_a_black:hover:after {
  background: #fff;
}

.m_a_black em:before {
  content: '';
  background: #fff;
  right: 65px;
  top: 0px;
  width: 25px;
  position: absolute;
  height: 1px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m_a_black em:after {
  content: '';
  background: #7030a0;
  right: 90px;
  top: 0px;
  width: 40px;
  position: absolute;
  height: 1px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m_a_black:hover:before {
  background: #fff;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.m_a_black:hover em:before {
  right: 0px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.m_a_black:hover em:after {
  right: 25px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.gray-back {
  background: #f2f2f2;
}

.in-products {
  padding-top: 100px;
}

.in-products .tit {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
}

.in-products .tit span {
  flex: 1;
  height: 60px;
  text-align: center;
  text-align: center;
  border-top: 2px solid #e4e4e4;
  position: relative;
  font-family: 'C-Medium';
  font-size: 18px;
  line-height: 60px;
  cursor: pointer;
  color: #999999;
}

.in-products .tit span:after {
  content: '';
  position: absolute;
  left: 0px;
  top: -2px;
  height: 2px;
  width: 0px;
  background: #999999;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.in-products .tit span:hover:after {
  width: 100%;
}

.in-products .tit span:hover {
  color: #333;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.in-products .tit span.active:after {
  width: 100%;
}

.in-products .tit span.active {
  color: #333;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.table-con-1 {
  background: url('../images/ban2.jpg') no-repeat center center;
  padding: 80px 0px;
  background-size: cover;
  position: relative;
}

.table-con-1:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: url('../images/icon15.png') no-repeat center top;
  height: 100%;
  z-index: 9;
  background-size: cover;
}

/* .table-con-1:after { content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; background: url('../images/icon9.png') repeat-x left top; height: 589px; } */

.table-con-1:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: url('../images/ylian.gif') repeat-x left top;
  height: 100%;
  z-index: 8;
  opacity: 0.8;
}

.table-con-1 .main {
  position: relative;
  z-index: 12;
}

.table-con-1 .had {
  text-align: center;
  text-align: center;
}

.table-con-1 .had .img img {
  margin: 0 auto;
}

.table-con-1 .had p {
  margin-top: 50px;
  font-size: 30px;
  line-height: 42px;
  font-family: 'C-Book';
  color: #fff;
}

.table-con-1 .list {
  margin-top: 80px;
  padding: 0px 8%;
}

.table-con-1 .list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.table-con-1 .list ul li {
  margin: 0px 3%;
  flex: 1;
  text-align: center;
  font-family: 'C-News';
}

.table-con-1 .list ul li .img img {
  margin: 0 auto;
}

.table-con-1 .list ul li h3 {
  font-size: 24px;
  color: #333333;
  margin-top: 60px;
}

.table-con-1 .list ul li p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-top: 20px;
}

.table-con-1 .list ul li h6 {
  margin-top: 30px;
}

.table-con-1 .list img,
.table-con-2 .list img,
.table-con-3 .list img {
  max-width: 100%;
  max-height: 400px !important;
}

.table-con-1 .list ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.table-con-2 {
  position: relative;
  background: linear-gradient(180deg, #09abb3 0, #fff 40%);
}

.table-con-2 .list {
  padding: 80px 4%;
}

.table-con-2 .list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.table-con-2 .list ul li {
  margin: 0px 0%;
  flex: 1;
  text-align: center;
  font-family: 'C-News';
}

.table-con-2 .list ul li .img {
  position: relative;
  z-index: 9;
}

.table-con-2 .list ul li .img img {
  margin: 0 auto;
}

.table-con-2 .list ul li .icon {
  margin-top: -25%;
}

.table-con-2 .list ul li .icon .pic2 {
  display: none;
}

.table-con-2 .list ul li .icon img {
  margin: 0 auto;
}

.table-con-2 .list ul li .text {
  position: relative;
  z-index: 9;
  margin-top: -5%;
}

.table-con-2 .list ul li .text h3 {
  font-size: 24px;
  color: #333333;
}

.table-con-2 .list ul li .text p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}

.table-con-2 .list ul li h6 {
  margin-top: 30px;
}

.table-con-2 .list ul li .al {
  display: block;
}

.table-con-2 .list ul li .al:hover .icon .pic2 {
  display: block;
  opacity: 1;
}

.table-con-2 .list ul li .al:hover .icon .pic1 {
  display: none;
}


.table-con-3 {
  position: relative;
  background: linear-gradient(180deg, #18b5ac 0, #fff 40%);
}

.table-con-3 .list {
  padding: 80px 4%;
}

.table-con-3 .list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.table-con-3 .list ul li {
  margin: 0px 0%;
  flex: 1;
  text-align: center;
  font-family: 'C-News';
}

.table-con-3 .list ul li .img {
  position: relative;
  z-index: 9;
}

.table-con-3 .list ul li .img img {
  margin: 0 auto;
}

.table-con-3 .list ul li .text {
  position: relative;
  z-index: 9;
}

.table-con-3 .list ul li .text h3 {
  font-size: 24px;
  color: #333333;
}

.table-con-3 .list ul li .text p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}

.table-con-3 .list ul li h6 {
  margin-top: 30px;
}



.in-solutions-back {
  background: #00aac9;
  padding: 100px 0px;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

.in-solutions {
  position: relative;
  z-index: 9;
}

.in-solutions .a-tab-box {
  background: #fff;
  margin-top: 50px;
  overflow: hidden;
}

.in-solutions .a-tab-box .a-tab-con {
  display: flex;
  flex-direction: row;
}

.in-solutions .a-tab-box .a-tab-con .img {
  flex: 0 0 50%;
  width: 50%;
  position: relative;
}

.in-solutions .a-tab-box .a-tab-con .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.in-solutions .a-tab-box .a-tab-con .img:after {
  content: '';
  background: url('../images/icon14.png') no-repeat right center;
  position: absolute;
  width: 153px;
  z-index: 9;
  height: 100%;
  top: 0px;
  right: 0px;
}

.in-solutions .a-tab-box .a-tab-con .text {
  padding: 0px 5%;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}



.in-solutions .a-tab-box .a-tab-con .text h3 {
  font-family: 'C-Medium';
  text-transform: uppercase;
  font-size: 40px;
  color: #333;
  width: 100%;
}

.in-solutions .a-tab-box .a-tab-con .text p {
  font-family: 'C-News';
  font-size: 18px;
  color: #666666;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 28px;
  width: 100%;
  word-wrap: break-word;
}

.in-solutions .a-tab-box .a-tab-tit {
  display: flex;
  flex-direction: row;
  background: #31bbd4;
}

.in-solutions .a-tab-box .a-tab-tit span {
  height: 80px;
  background: #31bbd4;
  color: #fff;
  font-size: 20px;
  font-family: 'C-News';
  flex: 1;
  text-align: center;
  display: block;
  line-height: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  cursor: pointer;
  position: relative;
}

.in-solutions .a-tab-box .a-tab-tit span:last-child {
  border-right: none;
}

.in-solutions .a-tab-box .a-tab-tit span:hover {
  background: #46c2d8;
}

.in-solutions .a-tab-box .a-tab-tit span:before {
  content: '';
  background: #81e1f2;
  left: 10%;
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 0px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.in-solutions .a-tab-box .a-tab-tit span:hover:before {
  width: 80%;
}

.in-solutions .a-tab-box .a-tab-tit span.active {
  background: #46c2d8;
}


.jparticle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}



.in-news {
  padding: 100px 0px;
}

.in-news .list {
  overflow: hidden;
  margin-top: 30px;
}

.in-news .list ul {
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-direction: row;
}

.in-news .list ul li {
  width: 33.33%;
  padding: 0px 25px;
}

.in-news .list ul li .al {
  background: #f2f2f2;
  display: block;
  height: 100%;
}

.in-news .list ul li .img {
  overflow: hidden;
  position: relative;
}

.in-news .list ul li .img strong {
  color: #fff;
  font-family: 'C-News';
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 5px 15px;
  border-radius: 40px;
}

.blue {
  background: #0085ca;
}

.red {
  background: #d30547;
}

.green {
  background: #0fb9de;
}

.in-news .list ul li .img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  width: 100%;
}

.in-news .list ul li .al:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.in-news .list ul li .text {
  padding: 30px;
  padding-right: 100px;
  font-family: 'C-News';
}

.in-news .list ul li .text h3 {
  color: #000000;
  font-size: 24px;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.in-news .list ul li .text strong {
  font-size: 16px;
  color: #898989;
  display: block;
  margin-top: 30px;
}

.in-news .list ul li .text .icon {
  margin-left: 2px;
}

.in-news .list ul li .text .icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 1px;
  background: #7030a0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.in-news .list ul li .text .icon:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #7030a0;
  border-radius: 50%;
  margin-top: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}

.in-news .list ul li .al:hover .icon:before {
  width: 60px;
}

.in-news .list ul li .al:hover .text h3 {
  color: #7030a0;
}

.in-news .more {
  text-align: center;
  margin-top: 40px;
}


.in-events {
  padding: 100px 0px;
}

.in-events .item {
  background: #fff;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  border: 1px solid #e6e6e6;
}

.in-events .item .fl {
  padding: 70px 80px;
  width: 70%;
  border-right: 1px solid #e6e6e6;
}

.in-events .item .fl .al {
  display: flex;
  flex-direction: row;
}

.in-events .item .fl .time {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 320px;
  background: #004775;
}

.in-events .item .fl .time .con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'C-Book';
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 8;
}

.in-events .item .fl .time strong {
  font-size: 40px;
}

.in-events .item .fl .time i {
  font-size: 40px;
  line-height: 20px;
}

.in-events .item .fl .time h3 {
  font-size: 16px;
  font-family: 'C-Medium';
}

.in-events .item .fl .text {
  padding-left: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}


.in-events .item .fl .text strong {
  padding: 5px 15px;
  font-size: 14px;
  font-family: 'C-News';
  border-radius: 20px;
  display: inline-block;
  color: #fff;
}

.in-events .item .fl .text h3 {
  font-size: 33px;
  color: #333333;
  font-family: 'C-Book';
  margin-top: 26px;
  width: 100%
}

.in-events .item .fl .text p {
  font-size: 24px;
  color: #666666;
  margin-top: 20px;
  font-family: 'C-News';
  width: 100%
}

.in-events .item .fr {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.in-events .item .fr .al {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  width: 194px;
  height: 194px;
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
}


.in-events .item .fl .text .icon {
  margin-left: 2px;
  margin-top: 10px;
}

.in-events .item .fl .text .icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 1px;
  background: #7030a0;
  transition: all 0.6s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}

.in-events .item .fl .text .icon:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #7030a0;
  border-radius: 50%;
  margin-top: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -1px;
}

.in-events .item .fl .time:after {
  content: '';
  background: #0c5a8c;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
}


.in-events .item .fl .al:hover .icon:before {
  width: 60px;
}

.in-events .item .fl .al:hover .text h3 {
  color: #7030a0;
}

.in-events .item .fl .al:hover .time:after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  opacity: 1;
}

.in-events .more {
  text-align: center;
  margin-top: 40px;
}

.in-events .item .fl .al-g .time {
  background: #c3c3c3;
}

.in-events .item .fl .al-g .time:after {
  background: #c3c3c3;
}

.in-events .item .fl .al-g:hover .text h3 {
  color: #333333;
}

.in-events .item .fl .al-g:hover .icon:before {
  width: 0px;
}


.footer {
  background: linear-gradient(90deg, #901c9c 0, #5661e1 100%);
  color: #fff;
}

.footer .item {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.footer .item .fl {
  flex: 0 0 70%;
  width: 70%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 60px 0px;
}

.footer .item .fr {
  flex: 0 0 30%;
  width: 30%;
  padding: 60px 0px;
  padding-left: 80px;
  padding-top: 134px;
}

.footer .item .fr a {
  font-size: 16px;
  font-family: 'C-News';
  color: #ffffff;
  margin-bottom: 10px;
}

.footer .item .fr a:after {
  content: '';
  background: url('../images/icon17.png') no-repeat center center;
  width: 7px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.footer .item .list {
  display: flex;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}

.footer .item .list dl {
  flex: 1;
  margin-right: 80px;
  font-family: 'C-News';
}

.footer .item .list dl dt {
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}

.footer .item .list dl dt:after {
  content: '';
  background: url('../images/icon17.png') no-repeat center center;
  width: 7px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.footer .item .list dl dd {
  margin-top: 20px;
}

.footer .item .list dl dd a {
  color: #f2f2f2;
  font-family: 'C-News';
}

.footer .item .list dl dd .li-a-xt {
  margin-bottom: 10px;
}


.sign-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: none;
  width: 100%;
}

.footer .fot .con .fl {
  opacity: 0.8;
}

.footer .fot .con .fr {
  opacity: 0.8;
}


.a-xt {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  display: inline-block;
}

.a-xt:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  height: 1px;
  width: 0%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.a-xt:hover:before {
  width: 100%;
}

.a-xt-zs {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  display: inline-block;
}

.a-xt-zs:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #7030a0;
  height: 1px;
  width: 0%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.a-xt-zs:hover:before {
  width: 100%;
}


.footer .fot {
  background: rgba(0, 0, 0, 0.3);
}

.footer .fot .con {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'C-News';
  font-size: 12px;
}

.footer .fot .con .fl {
  flex: 0 0 70%;
  width: 70%;
  line-height: 24px;
}

.footer .fot .con .fr {
  flex: 0 0 30%;
  width: 30%;
  padding-left: 80px;
}

.footer .fot .con .fr .al {
  display: inline-block;
  vertical-align: top;
}

.footer .fot .con .fr .al a {
  color: #fff;
  margin-right: 10px;
  position: relative;
}

.footer .fot .con .fr .al a:after {
  content: '';
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.footer .fot .con .fr .al:last-child a {
  margin-right: 0px;
}

.footer .fot .con .fr .al:last-child a:after {
  display: none;
}

.phone-nav {
  display: none;
}

.phone-user {
  display: none;
}

.a-slider {
  display: none;
}

.crumbs {
  padding-left: 50px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #eaeaea;
}

.crumbs a {
  font-family: 'C-News';
  background: url('../images/icon20.png') no-repeat right center;
  padding-right: 20px;
  margin-right: 15px;
  color: #999999;
}

.crumbs a:hover {
  color: #333;
}

.crumbs a:last-child {
  background: none;
}

.ban {
  height: 440px;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ban h3 {
  font-family: 'C-Medium';
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}


.m-nav {
  text-align: center;
  background: #f2f2f2;
  padding-top: 60px;
}

.m-nav .con {
  display: flex;
  height: 60px;
  border-top: 2px solid #e4e4e4;
  line-height: 60px;
}

.m-nav .con a {
  flex: 1;
  font-family: 'C-Medium';
  font-size: 18px;
  color: #999;
  position: relative;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m-nav .con a:before {
  content: '';
  background: #999;
  width: 0%;
  top: -2px;
  left: 50%;
  height: 2px;
  position: absolute;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m-nav .con a:after {
  content: '';
  background: #999;
  width: 0%;
  top: -2px;
  right: 50%;
  height: 2px;
  position: absolute;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m-nav .con a:hover:before {
  width: 51%;
  left: 0px;
}

.m-nav .con a:hover:after {
  width: 51%;
  right: 0px;
}

.m-nav .con a:hover {
  color: #333;
}

.m-nav .con a.active:before {
  width: 50%;
}

.m-nav .con a.active:after {
  width: 50%;
}

.m-nav .con a.active {
  color: #333;
}

.m_tit_xt {
  border-bottom: 1px solid #e4e4e4;
}

.m_tit_size h2 {
  font-size: 34px;
}

.company {
  padding: 100px 0px;
}

.company .had {
  padding: 60px 5%;
  font-family: 'C-Book';
  font-size: 30px;
  text-align: center;
  line-height: 45px;
}

.company .had a {
  font-weight: bold;
  color: #333;
}

.company .had a:hover {
  color: #8c21a1;
}

.company .con {
  display: table;
  table-layout: fixed;
  background: #f2f2f2;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.company .con .text {
  display: table-cell;
  width: 50%;
  padding: 30px 40px;
  vertical-align: middle;
}

.company .con .text p {
  margin: 20px 0px;
  font-family: 'C-News';
  font-size: 18px;
  line-height: 30px;
}

.company .con .text p a {
  color: #333;
  font-weight: bold;
}

.company .con .text p a:hover {
  color: #8c21a1;
}

.company .con .img {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  background: #000000;
  cursor: pointer;
  position: relative;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.company .con .img img {
  height: 100%;
  object-fit: cover;
}

.company .con .img:after {
  content: '';
  background: rgba(0, 0, 0, 0.6) url('../images/a1.png') no-repeat center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.company .list {
  padding: 70px 12%;
  text-align: center;
  background: linear-gradient(90deg, #01b2ad 0, #0eb9dc 100%);
}

.company .list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.company .list ul li strong {
  display: block;
  font-size: 50px;
  color: #fff;
  font-family: 'C-Book';
}

.company .list ul li span {
  font-size: 16px;
  font-family: 'C-News';
  color: #fff;
}


.news {
  padding-top: 100px;
}

.news .had {
  margin-top: 30px;
  position: relative;
}

.news .had .fl {
  height: 55px;
  line-height: 55px;
}

.news .had .fl a {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #999999;
  margin-right: 60px;
  font-family: 'C-Medium';
  text-transform: uppercase;
  position: relative;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.news .had .fl a:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #999999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  border-radius: 50%;
  margin-top: -3px;
}

.news .had .fl a:hover,
.news .had .fl a.active {
  color: #7030a0;
}

.news .had .fl a:hover:before,
.news .had .fl a.active:before {
  background: #7030a0;
}

.news .had .fr {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}

.news .had .fr .sel {
  height: 55px;
  width: 240px;
  font-family: 'C-News';
  padding: 0px 20px;
  border-radius: 30px;
  appearance: none;
  -webkit-appearance: none;
  background: url('../images/icon21.png') no-repeat 90% center;
  margin-left: 10px;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  border: solid 1px #a9a9a9;
  outline: none;
  background-color: #fff;
  -ms-user-select: none;
  user-select: none;
}

select::-ms-expand {
  display: none;
  -ms-user-select: none;
  user-select: none;
}


.in-news-list {
  padding-top: 0px;
}

.in-news-list .list {
  margin-top: 0px;
}

.in-news-list .list ul {
  flex-wrap: wrap;
}

.in-news-list .list ul li {
  margin-top: 50px;
}

.details_ban {
  height: 500px;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}

.details_ban .icon:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.details_ban .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 9;
}

.details_ban .text strong {
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  padding: 8px 16px;
  margin-bottom: 30px;
  font-family: 'C-News'
}

.details_ban .text h1 {
  font-family: 'C-Book';
  font-size: 40px;
  color: #fff;
}

.details_ban .text span {
  font-family: 'C-News';
  font-size: 16px;
  display: block;
  margin-top: 15px;
  color: #fff;
  text-align: center;
}

.details {
  padding: 50px 60px;
  padding-bottom: 60px;
  margin-top: -60px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.details p {
  font-family: 'C-News';
  font-size: 18px;
  color: #666666;
  margin: 30px 0px;
  line-height: 26px;
}

.details strong {
  font-weight: bold;
  color: #333;
}

.details ul li {
  list-style-type: disc;
}

.details ol li {
  list-style-type: decimal;
}


.details img {
  height: auto !important;
}

.m-top-xt {
  border-top: 1px solid #e6e6e6;
}

.events-list {
  padding-top: 0px;
}

.details_ban_white {
  height: auto;
  padding: 7% 0px;
}

.details_ban_white .text h1 {
  color: #333333;
}

.details_ban_white .text h3 {
  font-size: 24px;
  color: #666666;
  font-family: 'C-News';
  letter-spacing: 2px;
  position: relative;
}

.details_ban_white .text h3:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #666666;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  border-radius: 50%;
}

.details_ban_white .text span {
  color: #666666;
  font-family: 'C-Book';
  font-size: 24px;
  display: block;
}

.details_ban_white .text em {
  font-family: 'C-Medium';
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

.events-details {
  margin-top: -60px;
  background: #fff;
  position: relative;
  z-index: 9;
  padding-right: 280px;
  min-height: 280px;
}

.events-details .img {
  position: absolute;
  right: 0px;
  width: 280px;
  height: 280px;
  border: 1px solid #e8e8e8;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events-details .text {
  padding: 50px 60px;
}

.events-details .text p {
  font-family: 'C-News';
  font-size: 18px;
  color: #666666;
  margin: 30px 0px;
  line-height: 26px;
}

.event-details-dwo {
  overflow: hidden;
}

.event-details-dwo .list-box {
  overflow: hidden;
}

.event-details-dwo .list-li {
  width: 50%;
  padding: 0px 25px;
  margin-top: 30px;
}

.event-details-dwo .list {
  display: flex;
  flex-direction: row;
  margin-left: -25px;
  margin-right: -25px;
}

.event-details-dwo .item .fl {
  padding: 20px;
}

.event-details-dwo .item .fl .time {
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
}

.event-details-dwo .item .fl .time strong {
  font-size: 20px;
}

.event-details-dwo .item .fr .al {
  width: 89px;
  height: 89px;
  display: block;
}

.event-details-dwo .item .fl {
  /* flex: 0 0 80%; */
  width: 80%;
}

.event-details-dwo .item .fr {
  width: 20%;
}

.event-details-dwo .item .fl .text h3 {
  font-size: 20px;
  margin-top: 20px;
}

.event-details-dwo .item .fl .text p {
  font-size: 14px;
  margin-top: 10px;
}

.event-details-dwo .item .fl .text {
  padding-left: 40px;
}

.event-details-dwo .item .fl .text strong {
  font-size: 12px;
}

.event-details-dwo .item {
  height: 100%;
  margin-top: 0px;
}


.contact {
  padding: 100px 0px;
}

.contact .con .img {
  width: 50%;
}

.contact .con .img img {
  width: 100%;
  height: 100%;
}

.contact .con {
  background: #f2f2f2;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  overflow: hidden;
}

.contact .con .text {
  width: 50%;
  padding: 40px;
  position: relative;
  /* padding-bottom: 120px; */
}

.contact .con .text p {
  font-family: 'C-News';
  font-size: 18px;
  margin-top: 16px;
}

.contact .con .text em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

/* .contact .con .text h3 { } */
.contact .con .text h6 {
  position: absolute;
  bottom: 40px;
  left: 80px;
}

.contact .con .text .text-tit {
  border-bottom: 1px solid #dadada;
}

.contact .con .text .text-tit strong {
  font-size: 20px;
  color: #333333;
  padding-bottom: 12px;
  display: inline-block;
  font-family: 'C-Medium';
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}

.contact .con .text .text-tit strong.active:after {
  content: '';
  background: #7030a0;
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 1px;
}

.contact .con .text .text-con {
  margin-top: 30px;
}

.contact .con .text-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}


.contact .form {
  margin-top: 60px;
  border: 1px solid #e4e4e4;
  border-right: none;
}

.contact .form .had {
  padding: 30px;
  border-right: 1px solid #e4e4e4;
}

.contact .form .had h3 {
  font-size: 24px;
  color: #333333;
  font-family: 'C-Medium';
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact .form .had p {
  font-size: 16px;
  color: #666666;
  font-family: 'C-News';
  margin: 5px 0px;
}

.contact .form .had p a {
  font-size: 16px;
  color: #7030a0;
  text-decoration: underline;
}

.contact .form .had p a:hover {
  color: #581d85;
}

.contact .form .had-1 {
  padding: 30px;
  border-right: 1px solid #e4e4e4;
}

.contact .form .had-1 p {
  font-family: 'C-News';
  line-height: 26px;
  font-size: 16px;
}

.contact .form .list ul li {
  position: relative;
  float: left;
  width: 50%;
  position: relative;
  padding-left: 230px;
  font-family: 'C-Medium';
  border-top: 1px solid #e4e4e4;
  min-height: 51px;
}

.contact .form .list ul li .con-txt {
  background: #f4f4f4;
  height: 100%;
  border-right: 1px solid #e4e4e4;
}

.contact .form .list ul li label {
  position: absolute;
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  width: 230px;
  top: 0px;
  left: 0px;
}

.contact .form .list ul li .txt {
  background: #f4f4f4;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  width: 100%;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.contact .form .list ul li .yzm .txt {
  border-right: none;
}


.contact .form .list ul li .txtbox {
  height: 160px;
  background: #f4f4f4;
  border: none;
  width: 100%;
  padding: 10px;
  line-height: 26px;
  border-left: 1px solid #e4e4e4;
  display: block;
  border-right: 1px solid #e4e4e4;
}

.contact .form .list .but {
  padding: 30px;
  padding-left: 30px;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.contact .form .list .but .sub_but {
  border: 1px solid #e4e4e4;
  padding: 12px 20px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.contact .form .list .but .sub_but:hover {
  background: #8b22a2;
  color: #fff;
  border: 1px solid #8b22a2;
}

.contact .form .list ul .heit-1 .con-txt {
  min-height: 50px;
  background: #fff;
}

.contact .form .list ul .heit-2 .con-txt {
  min-height: 160px;
  background: #fff;
}

.contact .form .list ul li .yzm {
  padding-right: 140px;
}

.contact .form .list ul li .yzm img {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  right: 10px;
  border-radius: 30px;
}


.distributor-contact {
  padding: 0px;
}



.tablebox table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.tablebox table tr th {
  background-color: #f0f0f0;
  padding: 20px 30px;
  font-size: 16px;
  color: #333;
  text-align: left;
  font-family: 'C-News';
}

.tablebox table tr td {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 30px;
  font-family: 'C-News';
}

.tablebox table tr td:first-child {
  color: #7030a0;
}

.tablebox table .td1 {
  width: 20%;
}

.tablebox table .td2 {
  width: 16%;
}

.tablebox table .td3 {
  width: 17%;
}

.tablebox table .td4 {
  width: 30%;
}

.tablebox table .td5 {
  width: 17%;
}

.careers {
  padding: 100px 0px;
}

.faq {
  padding: 100px 0px;
  overflow: hidden;
}

.faq .xiala {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.faq .xiala .sel {
  height: 55px;
  width: 240px;
  font-family: 'C-News';
  padding: 0px 20px;
  border-radius: 30px;
  appearance: none;
  -webkit-appearance: none;
  background: url('../images/icon21.png') no-repeat 90% center;
  margin-left: 10px;
  outline: none;
}


.faq .xiala dl {
  position: relative;
  margin-right: 10px;
  width: 240px;
  margin: 0 auto;
  z-index: 77;
}

.faq .xiala dl dt {
  height: 55px;
  font-family: 'C-News';
  padding: 0px 20px;
  border-radius: 30px;
  appearance: none;
  -webkit-appearance: none;
  background: #fff url('../images/icon21.png') no-repeat 90% center;
  outline: none;
  line-height: 55px;
  border: 1px solid #999;
  text-align: left;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.faq .xiala dl dd {
  display: none;
  position: absolute;
  top: 66px;
  left: 0px;
  background: #fff;
  width: 100%;
  z-index: 0;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 5px;
}

/* .faq .xiala dl dd:before { content: ''; border: 6px solid; border-color: transparent transparent #fff transparent ; position: absolute; top: -12px; left: 50%; margin-left: -6px; } */

.faq .xiala dl dd a {
  display: block;
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #eaeaea;
  font-family: 'C-News';
}

.faq .xiala dl dd a:hover {
  background: #7030a0;
  color: #fff;
}



.faq .list {
  margin-top: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.faq .list ul {}

.faq .list ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 33px 30px;
  padding-left: 114px;
  position: relative;
  cursor: pointer;
  counter-increment: recipe-steps-counter;
}

.faq .list ul li .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f2f2f2;
  position: absolute;
  left: 30px;
  top: 20px;
  line-height: 60px;
  text-align: center;
  font-family: 'C-Medium';
  color: #999999;
}

.faq .list ul li .icon:after {
  content: counter(recipe-steps-counter);
  font-size: 20px;
  text-align: center;
  font-family: 'C-Medium';
  color: #999999;
}

.faq .list ul li.active .icon:after {
  color: #fff;
}


.faq .list ul li .tit {
  font-size: 24px;
  color: #333333;
  font-family: 'C-News';
  position: relative;
}

/* background: url('../images/icon28.png') no-repeat right center;  */
.faq .list ul li .tit strong {
  display: block;
  /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */
  padding-right: 0;
}

.faq .list ul li .text {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'C-News';
  color: #666666;
  line-height: 32px;
  padding-top: 20px;
  display: none;
}

.faq .list ul li .text img {
  height: auto !important;
}

.faq .list ul li.active {
  background: #f2f2f2;
}

.faq .list ul li.active .tit strong {
  color: #7030a0;
  background: url('../images/icon29.png') no-repeat right center;
}

.faq .list ul li.active .icon {
  background: #7030a0;
  color: #fff;
}

.faq h6 {
  text-align: center;
  margin-top: 40px;
}

.faq .list h3 {
  cursor: pointer;
  font-family: 'C-Medium';
  font-size: 28px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  padding: 30px 12px;
  text-align: left;
  background: #f7f7f7;
  border-bottom: 1px solid #f1f1f1;
}

.faq .left-box {
  width: 35%;
  float: left;
}

.faq .right-box {
  width: 60%;
  float: right;
}

.download {
  padding: 100px 0px;
}

.download .tit {
  border: 1px solid #f2f2f2;
  margin-top: 30px;
  display: flex;
  padding: 40px 2%;
}

.download .tit a {
  flex: 1;
  text-align: center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.download .tit a img {
  margin: 0 auto;
}

.download .tit a p {
  font-size: 16px;
  font-family: 'C-News';
  margin-top: 20px;
}

.download .tit a:hover {
  color: #7030a0;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
}

.download .list {
  width: 100%;
}

.download .list h3 {
  cursor: pointer;
  font-family: 'C-Medium';
  font-size: 18px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  padding: 16px 12px;
  text-align: left;
  background: #f7f7f7;
  border-bottom: 1px solid #f1f1f1;
}

/* .download .list ul { display: none; } */
.download .list ul li {
  background: #f2f2f2;
  padding: 0px 30px;
  position: relative;
  margin-bottom: 10px;
}

.download .list ul li:last-child {
  border-bottom: none;
}

.download .list ul li .al {
  padding: 14px 0px;
  font-size: 14px;
  color: #333333;
  display: block;
  font-family: 'C-News';
  padding-right: 100px;
  display: block;
}

.download .list ul li i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

.download .list ul li i:before {
  content: '';
  background: #7030a0;
  width: 0px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.download .list ul li i:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7030a0;
  margin-right: 10px;
  position: relative;
}

.download .list ul li strong {
  font-family: 'C-News';
  font-size: 14px;
  position: absolute;
  right: 30px;
  color: #666666;
  text-decoration: underline;
}

.download .list ul li strong:after {
  content: '';
  background: url('../images/icon35.png') no-repeat left center;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 15px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 8px;
}

.download .list ul li .al:hover i:before {
  width: 35px;
}

.download .list ul li .al:hover {
  color: #7030a0;
}

.download .list ul li .al:hover strong {
  color: #7030a0;
}

.download .list h3.active-d {
  color: #7030a0;
}

.download .left-box {
  width: 20%;
  float: left;
}

.download .right-box {
  width: 76%;
  float: right;
}

.contact-text {
  padding: 40px 0px;
  padding-bottom: 0px;
}

.contact-text p {
  font-family: 'C-News';
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}


.products-box {
  background: #f2f2f2;
}

.products {
  padding: 100px 0px;
  padding-bottom: 75px;
}

.products .list {
  overflow: hidden;
}

.products .list ul {
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.products .list ul li {
  width: 33.33%;
  padding: 0px 25px;
  margin: 25px 0px;
}

.products .list ul li .al {
  background: #fff;
  display: block;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* .products .list ul li .img { height: 400px; width: 100%; display: flex; justify-content: center; align-items: center; padding: 30px; } */
.products .list ul li .img {
  height: 400px;
  padding: 30px;
}

.products .list ul li .img img {
  margin: 0 auto;
}

.products .list ul li strong {
  font-size: 24px;
  font-family: 'C-News';
  display: block;
  margin-top: 20px;
}

.products .list ul li .text {
  position: absolute;
  top: 10%;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 10%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  opacity: 0;
}

.products .list ul li .text h3 {
  font-family: 'C-News';
  color: #7030a0;
  font-size: 24px;
  margin-bottom: 20px;
}

.products .list ul li .text p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  font-family: 'C-News';
  margin-bottom: 25px;
  width: 100%;
}

.products .list ul li .al:hover .text {
  opacity: 1;
  top: 0px;
}


.products1 {
  position: relative;
}

.products1 .img {
  width: 100%;
  height: 100%;
}

.products1 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.products1 .text {
  width: 45%;
  padding-left: 8%;
  padding-right: 3%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: flex-start;
}

.products1 .text h3 {
  font-size: 40px;
  font-family: 'C-Medium';
  text-transform: uppercase;
  color: #333;
}

.products1 .text .text-p {
  width: 100%;
}

.products1 .text p {
  font-size: 24px;
  font-family: 'C-News';
  margin-top: 25px;
  width: 100%;
  display: block;
}

.products1 .white {
  color: #fff;
}

.products1 .white h3 {
  color: #fff;
}

.products-ban {
  height: 800px;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.products-ban .text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  background: url('../images/ban_back.png') no-repeat left center;
}

.products-ban .text h3 {
  font-size: 40px;
  font-family: 'C-Medium';
  color: #333333;
}

.products-ban .text p {
  font-size: 25px;
  font-family: 'C-Medium';
  text-transform: uppercase;
  width: 40%;
  color: #333333;
  margin-top: 20px;
}

.training-ban {
  height: 800px;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.training-ban .text {
  display: table-cell;
  vertical-align: middle;
  background: url('../images/ban_back1.png') no-repeat left center;
}

.training-ban .text h3 {
  font-size: 50px;
  font-family: 'C-Medium';
  color: #333;
  text-transform: uppercase;
}

.training-ban .text p {
  font-size: 24px;
  color: #666;
  font-family: 'C-Book';
  width: 40%;
  margin-top: 20px;
}


.prod_details {
  background: #666666;
  padding: 80px 0px;
}

.prod_details ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.prod_details ul li {
  width: 17.33%;
  margin: 10px 8%;
  text-align: center;
  color: #fff;
}

.prod_details ul li img {
  margin: 0 auto;
}

.prod_details ul li h3 {
  font-family: 'C-Medium';
  font-size: 16px;
  margin-top: 30px;
}

.prod_details ul li p {
  margin-top: 15px;
  line-height: 22px;
  font-family: 'C-News';
}

.z_prod_details ul li {
  width: 17.33%;
  margin: 10px 8%;
}



.prod_details_1 {
  padding: 100px 0px;
}

.prod_details_1 .item {
  display: flex;
  flex-direction: row;
}

.prod_details_1 .item .text {
  width: 50%;
  display: flex;
  padding-right: 10%;
  justify-content: center;
  flex-direction: column;
}

.prod_details_1 .item .text h3 {
  font-size: 40px;
  color: #333;
  font-family: 'C-Medium';
}

.prod_details_1 .item .text p {
  font-size: 18px;
  color: #333333;
  font-family: 'C-News';
  margin-top: 20px;
  line-height: 26px;
}

.prod_details_1 .item .text p strong {
  font-weight: bold;
}

.prod_details_1 .item .prod-details-swp {
  width: 50%;
}

.prod_details_1 .item .prod-details-swp .swiper-slide .img {
  height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acces_details_1 {
  padding: 100px 0px;
}

.acces_details_1 .item .text {
  width: 100%;
}

.acces_details_1 .item .text h3 {
  font-size: 26px;
  color: #333;
  font-family: 'C-Medium';
  margin-top: 30px;
}

.acces_details_1 .item .text p {
  font-size: 18px;
  color: #333333;
  font-family: 'C-News';
  margin-top: 20px;
  line-height: 26px;
}

.acces_details_1 .item .text p img {
  height: auto !important;
}


.m-a-icon {
  display: block;
  margin-top: 30px;
  position: relative;
}

.m-a-icon span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #666666;
  font-family: 'C-News';
  position: relative;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m-a-icon:after {
  content: '';
  background: url('../images/icon35.png') no-repeat left center;
  width: 12px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -1px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.m-a-icon:hover {
  color: #5a4492;
}

.m-a-icon span:before {
  content: '';
  background: #5a4492;
  left: 0px;
  bottom: -1px;
  width: 0%;
  height: 1px;
  position: absolute;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  z-index: 9;
}

.m-a-icon:hover span {
  padding-right: 15px;
}

.m-a-icon:hover span:before {
  width: 100%;
}

.m-a-icon:hover:after {
  background: url('../images/icon35_m.png') no-repeat left center;
}

.m-a-icon1:after {
  background: url('../images/icon48.png') no-repeat left center;
  width: 14px;
  height: 14px;
}

.m-a-icon1:hover:after {
  background: url('../images/icon48_m.png') no-repeat left center;
}

.m-a-icon2:after {
  background: url('../images/icon49.png') no-repeat left center;
  width: 21px;
  height: 25px;
}

.m-a-icon2:hover:after {
  background: url('../images/icon50.png') no-repeat left center;
}


.prod-details-swp {
  padding-bottom: 50px;
  margin-top: 30px;
}

.prod_details_1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b2b2b2;
  margin: 0px 8px !important;
  opacity: 1;
  outline: none;
}

.prod_details_1 .swiper-pagination-bullet-active {
  background: #666666;
}


.prod_details_2 {
  padding: 100px 0px;
  background: url('../images/img15.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.prod_details_2 .item {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
  overflow: hidden;
  justify-content: center;
}

.prod_details_2 .item .tit {
  width: 32%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.prod_details_2 .item .tit span {
  display: block;
  margin: 8px 0px;
  font-family: 'C-Medium';
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.prod_details_2 .item .tit span:before {
  content: '';
  background: #666666;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0px;
}

/* .prod_details_2 .item .con { width: 68%; position: relative; }
.prod_details_2 .item .con ul li { display: none; }

.prod_details_2 .item .tit span:hover { color: #7030a0; margin-left: 10px; }
.prod_details_2 .item .tit span:hover:before { content: ''; background: #7030a0;  }

.prod_details_2 .item .tit span.active { color: #7030a0; }
.prod_details_2 .item .tit span.active:before { background: #7030a0; } */

/* .prod_details_2 .item .con .list ul li:nth-child(1) .yuan { width: 5px; height: 5px; border-radius: 50%; border: 10px solid #7030a0; background: #fff; padding: 5px; display: inline-block; top: 15%; left: 39%; position: absolute; z-index: 9; }
.prod_details_2 .item .con .list ul li:nth-child(1) .xt { width: 50%; height: 1px; background: #7030a0; position: absolute; left: 39%; top: 15%; margin-top: 16px; z-index: 8; display: none; }
.prod_details_2 .item .con .list ul li:nth-child(1) .xt:after { content: ''; width: 5px; height: 5px; border-radius: 50%; position: absolute; right: 0px; top: -2px; background: #7030a0; display: none; }
.prod_details_2 .item .con .list ul li:nth-child(1) .text { position: absolute; right: 10%; top: 22%; width: 30%; display: none; }

.prod_details_2 .item .con .list ul li:nth-child(2) .yuan { width: 5px; height: 5px; border-radius: 50%; border: 14px solid #7030a0; background: #fff; padding: 5px; display: inline-block; top: 39%; left: 15%; position: absolute; z-index: 9; }
.prod_details_2 .item .con .list ul li:nth-child(2) .xt { width: 75%; height: 1px; background: #7030a0; position: absolute; left: 15%; top: 42.8%;  z-index: 8; display: none; }
.prod_details_2 .item .con .list ul li:nth-child(2) .xt:after { content: ''; width: 5px; height: 5px; border-radius: 50%; position: absolute; right: 0px; top: -2px; background: #7030a0; display: none; }
.prod_details_2 .item .con .list ul li:nth-child(2) .text { position: absolute; right: 10%; top: 18%; width: 30%; display: none; }

.prod_details_2 .item .con .list ul li:nth-child(3) .yuan { width: 5px; height: 5px; border-radius: 50%; border: 10px solid #7030a0; background: #fff; padding: 5px; display: inline-block; top: 72%; left: 28%; position: absolute; z-index: 9; }
.prod_details_2 .item .con .list ul li:nth-child(3) .xt { width: 50%; height: 1px; background: #7030a0; position: absolute; left: 15%; top: 42.8%;  z-index: 8;  }
.prod_details_2 .item .con .list ul li:nth-child(3) .xt:after { content: ''; width: 5px; height: 5px; border-radius: 50%; position: absolute; right: 0px; top: -2px; background: #7030a0;  }
.prod_details_2 .item .con .list ul li:nth-child(3) .text { position: absolute; right: 10%; top: 18%; width: 30%; }
.prod_details_2 .item .con .list ul li .text h3 { font-size: 24px; color: #7030a0; font-family: 'C-Medium';}
.prod_details_2 .item .con .list ul li .text p { font-family: 'C-News'; font-size: 16px; line-height: 24px; color: #666666; margin-top: 10px; }
 */
.common {
  position: relative;
  width: 68%;
}

.common .list ul li .yuan {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 10px solid #7030a0;
  background: #fff;
  padding: 5px;
  display: inline-block;
  position: absolute;
  z-index: 9;
}

.common .list ul li .yuan.active {
  border: 8px solid #fff;
  background: #7030a0;
  padding: 8px;
}

.common .list ul .li_1 .yuan {
  top: 15%;
  left: 39%;
}

.common .list ul .li_2 .yuan {
  top: 30%;
  left: 15%;
}

.common .list ul .li_3 .yuan {
  top: 62%;
  left: 28%;
}

.common .list ul li .text-had {
  display: none;
}

.common .list ul li .text {
  position: absolute;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  top: 0px;
  right: 10%;
  width: 40%;
}

.common .list ul li .text h3 {
  font-size: 24px;
  color: #7030a0;
  font-family: 'C-Medium';
}

.common .list ul li .text p {
  font-family: 'C-News';
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-top: 10px;
}

.prod_details_2 .item .tit span:hover {
  color: #7030a0;
  margin-left: 10px;
}

.prod_details_2 .item .tit span:hover:before {
  content: '';
  background: #7030a0;
}

.prod_details_2 .item .tit span.active {
  color: #7030a0;
}

.prod_details_2 .item .tit span.active:before {
  background: #7030a0;
}





.prod_details_3 {
  margin-top: 100px;
}

.prod_details_3 .list {
  margin-top: 40px;
}

.prod_details_3 .list ul {
  border-bottom: 1px solid #e6e6e6;
}

.prod_details_3 .list ul li {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0px;
  cursor: pointer;
}

.prod_details_3 .list ul li {
  display: flex;
  flex-direction: row;
}

.prod_details_3 .list ul li h3 {
  font-size: 16px;
  color: #7030a0;
  font-family: 'C-Medium';
  width: 30%;
  padding-right: 10%;
  background: url('../images/icon46.png') no-repeat left 5px;
  padding-left: 20px;
}

.prod_details_3 .list ul li .text {
  width: 60%;
  font-family: 'C-News';
  display: none;
}

.prod_details_3 .list ul li .text p {
  line-height: 26px;
}

.prod_details_3 .list ul li.active h3 {
  background: url('../images/icon47.png') no-repeat left 5px;
}

.prod_details_3 h6 {
  text-align: center;
  margin-top: 50px;
}


.prod_details_3 .tit {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.prod_details_3 .tit span {
  flex: 1;
  height: 60px;
  text-align: center;
  text-align: center;
  border-top: 2px solid #e4e4e4;
  position: relative;
  font-family: 'C-Medium';
  font-size: 18px;
  line-height: 60px;
  cursor: pointer;
  color: #999999;
}

.prod_details_3 .tit span:after {
  content: '';
  position: absolute;
  left: 0px;
  top: -2px;
  height: 2px;
  width: 0px;
  background: #999999;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.prod_details_3 .tit span:hover:after {
  width: 100%;
}

.prod_details_3 .tit span:hover {
  color: #333;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.prod_details_3 .tit span.active:after {
  width: 100%;
}

.prod_details_3 .tit span.active {
  color: #333;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}




.prod_details_4 {
  margin-top: 100px;
}

.prod_details_4 .list {
  overflow: hidden;
  margin-top: 30px;
}

.prod_details_4 .list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.prod_details_4 .list ul li {
  width: 50%;
  padding: 0px 25px;
}

.prod_details_4 .list ul li .text {
  border: 1px solid #e6e6e6;
  padding: 40px;
  height: 100%;
}

.prod_details_4 .list ul li .text h3 {
  font-family: 'C-Medium';
  font-size: 18px;
  color: #333333;
}

.prod_details_4 .list ul li .text p {
  font-size: 14px;
  font-family: 'C-News';
  margin-top: 10px;
  line-height: 20px;
}

.prod_details_4 h6 {
  text-align: center;
}


.prod_details_5 {
  margin-top: 100px;
}

.prod_details_5 .tab-tit {
  display: flex;
  flex-direction: row;
}

.prod_details_5 .tab-tit span {
  flex: 1;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #999999;
  border-bottom: 2px solid #e4e4e4;
  position: relative;
  font-family: 'C-Medium';
  font-size: 18px;
  cursor: pointer;
}

.prod_details_5 .tab-tit span:before {
  content: '';
  height: 2px;
  background: #7030a0;
  width: 0px;
  position: absolute;
  left: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  bottom: -2px;
}

.prod_details_5 .tab-tit span:after {
  content: '';
  height: 2px;
  background: #7030a0;
  width: 0px;
  position: absolute;
  right: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  bottom: -2px;
}

.prod_details_5 .tab-tit span:hover:before,
.prod_details_5 .tab-tit span.active:before {
  width: 51%;
  left: 0px;
}

.prod_details_5 .tab-tit span:hover:after,
.prod_details_5 .tab-tit span.active:after {
  width: 51%;
  right: 0px;
}

.prod_details_5 .tab-tit span:hover,
.prod_details_5 .tab-tit span.active {
  color: #7030a0;
}

.prod_details_5 .tab-con .list {
  overflow: hidden;
}

.prod_details_5 .tab-con .list ul {
  margin-left: -25px;
  margin-right: -25px;
}

.prod_details_5 .tab-con .list ul li {
  width: 50%;
  padding: 0px 25px;
  float: left;
  margin-top: 50px;
}

.prod_details_5 .tab-con .list ul li .al {
  background: #f2f2f2;
  display: block;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.prod_details_5 .tab-con .list ul li .img {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.prod_details_5 .tab-con .list ul li strong {
  font-size: 24px;
  font-family: 'C-News';
  display: block;
  margin-top: 20px;
}

.prod_details_5 .tab-con .list ul li h6 {
  text-align: center;
}

.prod_details_6 {
  background: #f2f2f2;
  padding: 100px 0px;
  margin-top: 100px;
}

.prod_details_6 h6 {
  text-align: center;
  margin-top: 40px;
}

.contrast-gray {
  background: #f2f2f2;
  padding: 100px 0px;
}

.contrast .list {
  overflow: hidden;
  margin-top: 40px;
}

.contrast .list ul {
  display: flex;
  flex-direction: row;
  margin-left: -25px;
  margin-right: -25px;
}

.contrast .list ul li {
  width: 50%;
  padding: 0px 25px;
  text-align: center;
}

.contrast .list ul li .saxu .sel {
  height: 55px;
  width: 240px;
  font-family: 'C-News';
  padding: 0px 20px;
  border-radius: 30px;
  appearance: none;
  -webkit-appearance: none;
  background: url('../images/icon21.png') no-repeat 90% center;
  margin-left: 10px;
  outline: none;
  border: 1px solid #a9a9a9;
}

.contrast .list ul li .saxu .img {
  background: #fff;
  margin-top: 50px;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.contrast .item {
  margin-top: 60px;
  overflow: hidden;
}

.contrast .item h3 {
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.contrast .item ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -25px;
  margin-right: -25px;
}

.contrast .item ul li {
  width: 50%;
  padding: 0px 25px;
  margin-top: 20px;
}

.contrast .item ul li p {
  font-family: 'C-News';
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  margin: 8px 0px;
  word-wrap: break-word;
}

.crumbs-tit {
  background: #5a4492;
  padding: 0px 50px;
  height: 55px;
  line-height: 55px;
}

.crumbs-tit .tit {
  float: right;
  font-family: 'C-News';
}

.crumbs-tit .tit .tit-a-xt {
  display: inline-block;
  vertical-align: top;
}

.crumbs-tit .tit a {
  color: #fff;
  margin-left: 30px;
  line-height: 24px;
}

.crumbs-tit strong {
  font-family: 'C-News';
  font-size: 24px;
  color: #fff;
  /* text-transform: uppercase; */
}


.training {
  padding: 100px 0px;
}

.m-text-p {
  font-family: 'C-Book';
  font-size: 30px;
  color: #666666;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  line-height: 45px;
}

.training .item {
  background: #f2f2f2;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  overflow: hidden;
}

.training .item .text {
  padding: 40px;
  width: 50%;
}

.training .item .text p {
  font-size: 18px;
  color: #666666;
  margin: 20px 0px;
  font-family: 'C-News';
  line-height: 26px;
}

.training .item .img {
  width: 50%;
}

.training .item .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.training1 {
  background: #f2f2f2;
  padding: 100px 0px;
}

.training-swp {
  margin-top: 50px;
}

.training-swp .swiper-slide {
  background: #ffffff;
  display: flex;
  flex-direction: row;
}

.training-swp .swiper-slide .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.training-swp .swiper-slide .text p {
  font-size: 30px;
  font-family: 'C-Book';
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
}

.training-swp .swiper-slide .img {
  width: 50%;
}

.training-swp .swiper-slide .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.training-pag {
  width: 50% !important;
  bottom: 30px !important;
}

.training-swp .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b2b2b2;
  margin: 0px 12px !important;
  opacity: 1;
  outline: none;
}

.training-swp .swiper-pagination-bullet-active {
  background: #666666;
}



.training2 {
  padding: 100px 0px;
}

.training2 .list {
  overflow: hidden;
}

.training2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -25px;
  margin-right: -25px;
}

.training2 .list ul li {
  width: 33.33%;
  padding: 0px 25px;
}

.training2 .list ul li .al {
  background: #f2f2f2;
  display: block;
  height: 100%;
}

.training2 .list ul li .img {
  overflow: hidden;
}

.training2 .list ul li .img img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}

.training2 .list ul li .text {
  padding: 30px;
}

.training2 .list ul li .text h3 {
  font-size: 24px;
  color: #333;
  font-family: 'C-News';
}

.training2 .list ul li .text p {
  font-size: 16px;
  color: #666666;
  font-family: 'C-News';
  margin-top: 15px;
  line-height: 24px;
}

.training2 .list ul li .al:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.training2 .list ul li .al:hover .text h3 {
  color: #5a4492;
}

.training3 {
  margin-top: 100px;
  padding-top: 0px;
}

.training3 .list ul li {
  width: 33.33%;
}

.training3 .list ul li strong {
  color: #7030a0;
  display: block;
  margin-bottom: 10px;
}

.distributor {
  padding: 100px 0px;
}

.distributor .tit {
  margin-top: 40px;
  text-align: center;
}

.distributor .tit a {
  font-size: 24px;
  color: #999999;
  font-family: 'C-Medium';
  text-transform: uppercase;
  position: relative;
  margin: 0px 20px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.distributor .tit a:before {
  content: '';
  background: #999999;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}

.distributor .tit a:hover {
  color: #333;
}

.distributor .tit a:hover:before {
  background: #5a4492;
}

.distributor .text-p {
  background: #f2f2f2;
  padding: 50px 10%;
  font-size: 30px;
  font-family: 'C-Book';
  line-height: 46px;
  text-align: center;
  margin-top: 40px;
}

.distributor .text {
  display: flex;
  flex-direction: row;
}

.distributor .text p {
  flex: 1;
  color: #fff;
  padding: 70px 6%;
  color: #fff;
  font-size: 18px;
  font-family: 'C-News';
  text-align: center;
  line-height: 30px;
}

.distributor .text p:nth-child(1) {
  background: linear-gradient(90deg, #00b2ab 0, #0fb9dd 100%);
}

.distributor .text p:nth-child(2) {
  background: linear-gradient(90deg, #0283c9 0, #6f31a0 100%);
}

.distributor .text-p1 {
  background: #f2f2f2;
  font-size: 16px;
  font-family: 'C-News';
  line-height: 28px;
  padding: 40px 24%;
  text-align: center;
  color: #666666;
}


.distributor-form-box {
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  /* border-right: 1px solid #e4e4e4;  */
}

.distributor-form {
  /* width: 50%; */
  width: 100%;
  float: left;
}

.distributor-form .list {
  border-top: 1px solid #e4e4e4;
}

.distributor-form .list ul li {
  position: relative;
  width: 100%;
  position: relative;
  padding-left: 230px;
  font-family: 'C-Medium';
  border-bottom: 1px solid #e4e4e4;
  font-weight: normal;
}

.distributor-form .list ul li label {
  position: absolute;
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  width: 230px;
  top: 0px;
  left: 0px;
  font-family: 'C-Medium';
  font-weight: normal;
  background: #fff;
}

.distributor-form .list ul li .txt {
  background: #f4f4f4;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  width: 100%;
  border-left: 1px solid #e4e4e4;
}

.distributor-form .list ul li .txtbox {
  height: 160px;
  background: #f4f4f4;
  border: none;
  width: 100%;
  padding: 10px;
  line-height: 26px;
  border-left: 1px solid #e4e4e4;
  display: block;
}

.distributor-form .list .but {
  padding: 30px;
  padding-left: 60px;
}

.distributor-form .list ul li .con-txt {
  background: #f4f4f4;
  position: relative;
}

.distributor-form .list ul .yzm-pic .yzm {
  padding-right: 100px;
}

.distributor-form .list ul li .yzm img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

.distributor-form .list ul .yzm-pic .check {
  padding: 18px 10px;
  border-left: 1px solid #e4e4e4;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #e4e4e4;
}

.distributor-form .list ul .yzm-pic .check input[type="checkbox"] {
  background: url('../images/icon56.png') no-repeat left center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 8px;
  cursor: pointer;
}

.distributor-form .list ul .yzm-pic .check input[type="checkbox"]:checked {
  background: url('../images/icon56_m.png') no-repeat left center;
}

.distributor-form .list ul .yzm-pic .check a {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 14px;
  background: url('../images/icon57.png') no-repeat right center;
  padding-right: 16px;
  top: 50%;
  margin-top: -9px;
}

.distributor-form .list ul .yzm-pic .check a:hover {
  color: #5a4492;
  background: url('../images/icon58.png') no-repeat right center;
}


/* .distributor-form { margin-top: 30px;  } */

.distributor-form-box {
  margin-top: 30px;
}

.distributor-form .had {
  border-top: 1px solid #e4e4e4;
  padding: 30px;
}

.distributor-form .had h3 {
  font-family: 'C-Medium';
  font-size: 24px;
  color: #333333;
  text-transform: uppercase;
}

.distributor-form .had p {
  font-size: 16px;
  color: #666666;
  font-family: 'C-News';
  line-height: 24px;
  margin-top: 10px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-weight: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}

.distributor-form1 {
  border-right: 1px solid #e4e4e4;
}

.distributor-form2 .had h3 {
  text-align: center;
  padding: 29px 0px;
}

.distributor-form .list .but .al {
  font-size: 14px;
  margin-left: 20px;
  background: url('../images/icon57.png') no-repeat right center;
  padding-right: 18px;
}

.distributor-form .list .but .al:hover {
  color: #5a4492;
  background: url('../images/icon58.png') no-repeat right center;
}

.partners {
  padding: 100px 0px;
}

.partners ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-top: 40px;
}

.partners ul li {
  width: 20%;
  border: 1px solid #e4e4e4;
  margin-top: -1px;
  margin-left: -1px;
}

.partners ul li .al {
  padding: 20px;
  display: block;
  height: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xs-ove {
  display: none !important;
}


.solutions {
  margin-top: 100px;
}

.solutions .item {
  padding: 30px 0px 60px;
  border-bottom: 1px solid #e4e4e4;
  flex-direction: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solutions .item .text {
  /* width: 50%; */
  position: relative;
  /* padding-bottom: 40px;  */
}

.solutions .item .text h6 {
  position: absolute;
  bottom: 0px;
}

.solutions .item .text .mt {
  margin-top: 30px;
}

.solutions .item .text h3 {
  font-size: 26px;
  font-family: 'C-Medium';
  color: #333333;
  text-transform: uppercase;
}

.solutions .item .text p {
  font-family: 'C-Book';
  font-size: 18px;
  margin-top: 20px;
  /* padding-right: 100px; */
  line-height: 30px;
}

.solutions .item .img {
  width: 50%;
}

.solutions-swp .swiper-slide .text {
  text-align: left;
  display: block;
  padding: 60px;
  font-family: 'C-News';
}

.solutions-swp .swiper-slide .text h3 {
  font-size: 40px;
  color: #333;
  font-family: 'C-Medium';
  text-transform: uppercase;
}

.solutions-swp .swiper-slide .text p {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  padding-right: 10%;
}

.solutions-pag {
  text-align: left;
  padding-left: 60px;
}

.training2 .list ul li .text strong {
  font-size: 16px;
  color: #898989;
  display: block;
  margin-top: 30px;
}

.training2 .list ul li .text .icon {
  margin-left: 2px;
}

.training2 .list ul li .text .icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 1px;
  background: #7030a0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.training2 .list ul li .text .icon:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #7030a0;
  border-radius: 50%;
  margin-top: 8px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0px;
}

.training2 .list ul li .al:hover .text .icon:before {
  width: 60px;
}

.training2 .list ul li .al:hover strong {
  color: #7030a0;
}

.training2 h6 {
  text-align: center;
}

.solutions-1 .list ul li .text {
  background: #f2f2f2;
}

.solutions-1 .list ul li .al {
  background: #f2f2f2;
}


.foot-fd {
  position: fixed;
  top: 42%;
  right: 10px;
  z-index: 99;
  display: none;
}

.foot-fd .dh .dh-icon {
  position: relative;
  z-index: 12;
  background: #fff url('../images/icon72.svg') center/36px 36px no-repeat;
  border: 1px solid #8e8e8e;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.foot-fd .dh .dh-icon:hover {
  background: #0085ca url('../images/icon72_m.svg') center/36px 36px no-repeat;
  border: 1px solid #0085ca;
}

.foot-fd .zx {
  position: relative;
}

.foot-fd .zx .icon {
  background: #fff url('../images/icon73.svg') center/36px 36px no-repeat;
  border: 1px solid #8e8e8e;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.foot-fd .zx .icon:hover {
  background: #6f3b8c url('../images/icon73_m.svg') center/36px 36px no-repeat;
  border: 1px solid #6f3b8c;
}

.foot-fd .zx .xmbb {
  background: #fff url('../images/xmbb.png') no-repeat center center;
  border: 1px solid #8e8e8e;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  background-size: 60%;
}

.foot-fd .zx .xmbb:hover {
  background: #f9f2d0 url('../images/xmbb.png') no-repeat center center;
  border: 1px solid #9e8f97;
  background-size: 60%;
}

.foot-fd .zx .yjsq {
  background: #fff url('../images/yjsq.png') no-repeat center center;
  border: 1px solid #8e8e8e;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  background-size: 60%;
}

.foot-fd .zx .yjsq:hover {
  background: #7844d8 url('../images/yjsq.png') no-repeat center center;
  border: 1px solid #7844d8;
  background-size: 60%;
}

.foot-fd .zx strong {
  line-height: 60px;
  padding: 0px 20px;
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: absolute;
  top: 0px;
  right: 30px;
  display: block;
  white-space: nowrap;
  color: #fff;
  font-family: 'C-News';
  font-size: 14px;
  z-index: 8;
  width: 0px;
  padding-right: 0px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  overflow: hidden;
}

.foot-fd .zx:hover strong {
  width: 140px;
  opacity: 1;
}

/*.foot-fd .zx:first-of-type strong { width: 140px;  opacity: 1;  }*/
.foot-fd .zxen:hover strong {
  width: 180px;
  opacity: 1;
  font-size: 12px;
}

.foot-fd .top {
  background: #fff url('../images/icon74.png') no-repeat center center;
  border: 1px solid #8e8e8e;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}

.sign {
  background: url('../images/img41.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sign .form {
  padding: 40px;
  background: #fff;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 540px;
  height: 410px;
  margin: auto;
  font-family: 'C-Medium';
}

.sign .form h3 {
  font-size: 40px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sign .form ul li {
  border: 1px solid #e4e4e4;
  padding: 5px;
  background: #f4f4f4;
  margin-top: 15px;
  position: relative;
}

.sign .form ul li .txt {
  width: 100%;
  padding: 10px;
  background: none;
}

.sign .form .but {
  border: 1px solid #666666;
  padding: 10px 50px;
  background: none;
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
  border-radius: 30px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.sign .form .sign-yzm {
  padding-right: 130px;
}

.sign .form .sign-yzm .captcha-ctn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -18px;
}

.sign .form .sign-yzm .captcha {
  width: 86px;
  height: 36px;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

.sign .form .but:hover {
  background: #604294;
  color: #fff;
}


.loading-layer {
  z-index: 1300;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.err-msg {
  color: #f45555;
  position: absolute;
  top: 50%;
  line-height: 1.5em;
  margin-top: -0.75em;
  right: 15px;
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
  transition: .3s;
}

.err-msg.show {
  opacity: 1
}


.successful-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1400;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
  background: linear-gradient(90deg, rgba(144, 28, 156, .9) 0, rgba(86, 97, 225, .9) 100%);
}

.successful-layer img {
  width: 108px;
  height: auto;
  transform: rotate(-90deg);
  opacity: 0;
  transition: .5s;
}

.submitted .successful-layer {
  opacity: 1;
  visibility: visible;
}

.submitted .successful-layer img {
  opacity: 1;
  transform: none;
}

.user .successful-layer img {
  width: 28px;
}


/* 搜索 */
.search-box {
  font-family: 'C-News';
}

.search_content {
  padding-top: 100px;
  padding-bottom: 50px;
  min-height: 450px;
}

.searchbox1 {

  width: 50%;
  height: 44px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.searchbox1 .searchtext {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  border: 1px solid #999;
  padding-left: 20px;
  padding-right: 80px;
  box-sizing: border-box;

}

.search-error {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
}

.search-type {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 20px;
}

.search-result-empry {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
}

.searchbtn {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url('../images/fdj.png') no-repeat center center;
  height: 44px;
  width: 60px;
}

.searchbtn:hover {
  background: url('../images/fdj_hover.png') no-repeat center center;
}

.search-box {
  border-top: 1px solid #eaeaea;
}

.search_news ul li {
  padding: 30px 0px;
  border-bottom: 1px solid #e8e8e8;
  font-family: 'C-News';
}

.search_news ul li h4 a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: 'C-News';
}

.search_news ul li h4 a:hover {
  color: #53338c;
}

.search_news ul li p {
  margin-top: 10px;
  line-height: 26px;
  font-size: 14px;
  max-height: 52px;
  overflow: hidden;
  text-align: justify;
}

.search_news ul li span {
  font-weight: bold;
  color: #000;
  display: block;
  margin-top: 10px;
}

.search_news ul li h6 a {
  font-size: 14px;
  color: #53338c;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.search_news ul li h6 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  background: #53338c;
  left: 0px;
  height: 1px;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  z-index: 2;
}

.search_news ul li h6 a:hover {
  color: #53338c;
  padding-left: 20px;
}

.search_news ul li h6 a:hover:after {
  content: '';
  position: absolute;
  bottom: -2px;
  background: #53338c;
  left: 0px;
  height: 1px;
  width: 100%;
  z-index: 2
}


.a-careers-box {
  padding: 100px 0px;
}

.a-careers {
  margin-top: 40px;
}

.a-careers p {
  font-family: 'C-News';
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
}





.inquiryform {
  padding: 36px;
}

.inquiryform .form {
  border: 1px solid #e4e4e4;
  border-right: none;
  border-top: none;
}

.inquiryform .form .list ul li {
  position: relative;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 230px;
  font-family: 'C-Medium';
  border-top: 1px solid #e4e4e4;
  min-height: 51px;
}

.inquiryform .form .list ul li .con-txt {
  background: #f4f4f4;
  height: 100%;
}

.inquiryform .form .list ul li label {
  position: absolute;
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  width: 230px;
  top: 0px;
  left: 0px;
}

.inquiryform .form .list ul li label span {
  color: #d62121;
}

.inquiryform .form .list ul li .txt {
  background: #f4f4f4;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  width: 100%;
  border-left: 1px solid #e4e4e4;
}

.inquiryform .form .list ul li .sel {
  background: #f4f4f4;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  width: 100%;
  border: none;
  border-left: 1px solid #e4e4e4;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/icon21.png') no-repeat 95% center;
}



.inquiryform .form .list ul {
  border-right: 1px solid #e4e4e4;
}

.inquiryform .form .list ul li .txtbox {
  height: 160px;
  background: #f4f4f4;
  border: none;
  width: 100%;
  padding: 10px;
  line-height: 26px;
  border-left: 1px solid #e4e4e4;
  display: block;
}

.inquiryform .form .list .but {
  padding: 30px;
  padding-left: 30px;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.inquiryform .form .list .but .sub_but {
  border: 1px solid #e4e4e4;
  padding: 12px 20px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.inquiryform .form .list .but .sub_but:hover {
  background: #8b22a2;
  color: #fff;
  border: 1px solid #8b22a2;
}

.inquiryform .form .list ul .heit-1 .con-txt {
  min-height: 50px;
  background: #fff;
}

.inquiryform .form .list ul .heit-2 .con-txt {
  min-height: 160px;
  background: #fff;
}

.inquiryform .form .list ul li .yzm {
  padding-right: 140px;
}

.inquiryform .form .list ul li .yzm img {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  right: 10px;
  border-radius: 30px;
}



.cookie {
  position: fixed;
  padding: 30px;
  background: #f2f2f2;
  z-index: 77;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-right: 380px;
}

.cookie p {
  font-size: 16px;
  line-height: 26px;
}

.cookie .cookie-click {
  cursor: pointer;
  background: linear-gradient(90deg, #901c9c 0, #5661e1 100%);
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  padding: 13px 30px;
  display: inline-block;
  position: absolute;
  right: 80px;
  top: 30px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.cookie .cookie-click:hover {
  background: linear-gradient(90deg, #901c9c 0, #00aac9 100%);
}


.layui-layer {
  max-width: 800px;
  border-radius: 10px !important;
}

.layui-layer-title {
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(90deg, #901c9c 0, #5661e1 100%);
  color: #fff !important;
  height: 50px !important;
  line-height: 50px !important;
}

.layui-layer-setwin {
  right: 0px !important;
  top: 0px !important;
  width: 50px;
  height: 50px;
}

.layui-layer-setwin .layui-layer-close1 {
  background-position: 0px 0px !important;
  background: url('../images/za1.png') no-repeat center center !important;
  background-size: 15px auto !important;
  margin-left: 0px;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.layui-layer-setwin .layui-layer-close1:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}


.acces_details_2 {
  margin-bottom: 100px;
}

.acces-swp {
  overflow: hidden;
  margin-top: 30px;
}

.acces-swp .swiper-slide .al {
  background: #f2f2f2;
  display: block;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.acces-swp .swiper-slide .img {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.acces-swp .swiper-slide strong {
  font-size: 24px;
  font-family: 'C-News';
  display: block;
  margin-top: 20px;
}

/* .acces-swp .swiper-pagination-bullet { width:10px; height:10px; background:#b2b2b2;  margin:0px 8px !important; opacity:1; outline:none;  }
.acces-swp .swiper-pagination-bullet-active { background:#666666; } */

.acces_next {
  background: rgba(0, 0, 0, 0.5);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 70px;
  width: 40px;
  outline: none;
  margin-top: -35px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.acces_prev {
  background: rgba(0, 0, 0, 0.5);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 70px;
  width: 40px;
  outline: none;
  margin-top: -35px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.acces_next:hover {
  background-color: #901c9c;
}

.acces_prev:hover {
  background-color: #901c9c;
}

.legal-back {
  background: #f0f0f0;
  padding: 100px 0px;
}

.legal {
  background: #fff;
  padding: 20px 80px 80px;
}

.legal h3 {
  font-size: 26px;
  color: #333;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}

.legal p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

/* 2021年3月21日 xw 项目报备*/

.custom-form .form .list ul li .sel {
  background: #f4f4f4;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  width: 100%;
  border: none;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/icon21.png') no-repeat 95% center;
}

p.validate-error-msg {
  position: absolute;
  right: 8px;
  top: 15px;
  color: red;
  font-size: 12px;
}

input.validate-error-msg {
  border: 1px solid red !important;
}

div.form .errorSummary {
  border: 2px solid #C00;
  padding: 7px 7px 12px 7px;
  margin: 0 0 20px 0;
  background: #FEE;
  font-size: 0.9em;
}

div.form .errorMessage {
  color: red;
  font-size: 0.9em;
}

div.form .errorSummary p {
  margin: 0;
  padding: 5px;
}

div.form .errorSummary ul {
  margin: 0;
  padding: 0 0 0 20px;
}


.download .search-box {
  width: 35%;
}

.download .search-box input {
  border: 1px solid #f2f2f2;
  height: 48px;
  background: #f7f7f7;
  padding: 12px;
  width: 100%;
}

.nodata-box {
  padding: 32px;
  text-align: center;
  width: 100%;
  /* position: absolute; */
}

.nodata-img {
  width: 200px;
  height: 200px;
  display: inline-block;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.user-link {
  color: #8627a7;
}

.user-link:hover {
  text-decoration: underline;
}

button[disabled],
html input[disabled] {
  opacity: 0.8;
}


.custom-btn {
  border: 1px solid #666666;
  padding: 10px 50px;
  background: none;
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
  border-radius: 30px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
}

.custom-btn:hover {
  background: #8b22a2;
  color: #fff;
  border: 1px solid #8b22a2;
}

.custom-btn.primary {
  background: #8b22a2;
  color: #fff;
  border: 1px solid #8b22a2;
}

.custom-btn.mini {
  margin-top: 0;
  height: 36px;
  line-height: 36px;
  padding: 0;
  width: 95px;
  font-size: 14px;
}

/* register */

.reg-btn {
  padding: 12px 20px;
  color: #fff;
  background: #ad65be;
  border: 1px solid #ad65be;
  transition: all 0.6s;
  width: 166px;
  border-radius: 30px;
  -webkit-transition: all 0.6s;
}

.reg-btn:hover {
  background: #8b22a2;
  border: 1px solid #8b22a2;
}

.input-checkbox input[type="checkbox"] {
  background: url('../images/icon56.png') no-repeat left center !important;
  background-position-x: 10px !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
}

.input-checkbox input[type="checkbox"]:checked {
  background: url('../images/icon56_m.png') no-repeat left center !important;
  background-position-x: 10px !important;
}

/* .input-checkbox input[type="checkbox"] { background: url('../images/icon56.png') no-repeat left center !important; background-position-x: 10px !important; width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-right: 8px; cursor: pointer; }
.input-checkbox input[type="checkbox"]:checked { background: url('../images/icon56_m.png') no-repeat left center !important; background-position-x: 10px !important; } */



/* layout */
.mb-10 {
  margin-bottom: 10px;
}

/* color */
.c-red {
  color: #d30547;
}

.c-green {
  color: #0fb9de;
}

#newBridge {
  display: none !important;
}