#ipo1,#ipo2{
	position: relative;
	top: -90px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15rem;
  fill: currentColor;
  overflow: hidden;
}
/*手机样式，4846*/
.w100{
  width: 100%;
}

.w80{
  width: 80%;
  margin: 0 auto;
}
.w80s{
  width: 95%;
  float:left;
}


.c{
  clear: both;
}

em{
  font-style: normal;
}

i{
  font-style: normal;
}

.fullScreen {
  height: 100vh;
}
.fullScreen > .swiper-container {
  width: 100%;
  height: 100%;
}
.fullScreen > .swiper-container > .swiper-wrapper > .swiper-slide {
  height: 100%;
}
.fullScreen > .swiper-container > .swiper-wrapper > .swiper-slide > div {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.fullScreen > .swiper-container > .swiper-pagination {
  right: auto;
  left: 6.25rem;
}
.fullScreen > .swiper-container > .swiper-pagination > span {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #fff;
  text-align: left;
  opacity: 1;
}
.fullScreen > .swiper-container > .swiper-pagination > span p {
  line-height: 45px;
  transition: 0.2s;
}
.fullScreen > .swiper-container > .swiper-pagination > span span {
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-right: 1.875rem;
  vertical-align: middle;
  transition: 0.2s;
  background: #fff;
  opacity: 0.6;
}
.fullScreen > .swiper-container > .swiper-pagination > span span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 33.333%;
  width: 100%;
  background: #4f9839;
  opacity: 0;
}
.fullScreen > .swiper-container > .swiper-pagination > span span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 33.333%;
  width: 100%;
  background: #be2520;
  opacity: 0;
}
.fullScreen > .swiper-container > .swiper-pagination > span font {
  opacity: 0;
}
.fullScreen > .swiper-container > .swiper-pagination .swiper-pagination-bullet-active p {
  opacity: 1;
}
.fullScreen > .swiper-container > .swiper-pagination .swiper-pagination-bullet-active span {
  height: 3.125rem;
  width: 1px;
  margin-left: 1px;
  border: 0;
}
.fullScreen > .swiper-container > .swiper-pagination .swiper-pagination-bullet-active span::before {
  opacity: 1;
}
.fullScreen > .swiper-container > .swiper-pagination .swiper-pagination-bullet-active span::after {
  opacity: 1;
}
.fullScreen > .swiper-container > .swiper-pagination .swiper-pagination-bullet-active font {
  opacity: 1;
}
.fullScreen > .swiper-container .active > span {
  color: #000;
}
.fullScreen > .swiper-container .active > span span {
  background: #000;
}
.fullScreen > .swiper-container .active .swiper-pagination-bullet-active span {
  background: #fff;
}
.color {
  color: #e6e6e6;
}
.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 3px;
  left: 0;
  border-radius: 2px;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header_box {
  background: #000;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.5s;
  display: none;
}
.header_box .header_main {
  width: 94%;
  margin: auto;
}
.header_box .header_main .logo img {
  height: 34px;
}
.header_box .header_main .menu_botton {
  display: flex;
  align-items: center;
}
.header_box .header_main .menu_botton span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: -2px;
  cursor: pointer;
}
.header_box .header_main .menu_botton span::before {
  top: -7px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header_box .header_main .menu_botton span::after {
  bottom: -7px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.lpk_nav {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 5;
  transform: translateX(100%);
  transition: 0.5s;
}
.lpk_nav .bpx {
  height: 100%;
}
.lpk_nav .bpx .bg {
  width: 20%;
  height: 100%;
}
.lpk_nav .bpx .main {
  width: 80%;
  background: #fff;
  height: 100%;
  overflow: hidden;
}
.lpk_nav .bpx .main .boxTop {
  height: 54px;
  position: relative;
}
.lpk_nav .bpx .main .boxTop h1 {
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  color: #000;
}
.lpk_nav .bpx .main .boxTop p {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
  display: none;
}
.lpk_nav .bpx .main .boxTop p span {
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: rgba(0, 0, 0, 0.9);
  border-top: none;
  border-left: none;
  cursor: pointer;
  z-index: 2;
}
.lpk_nav .bpx .main .boxBot {
  height: calc(100% - 54px);
  position: relative;
  transition: 0.5s;
}
.lpk_nav .bpx .main .boxBot ul {
  padding-left: 20px;
}
.lpk_nav .bpx .main .boxBot ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.lpk_nav .bpx .main .boxBot ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.lpk_nav .bpx .main .boxBot ul li .left {
  width: 80%;
}
.lpk_nav .bpx .main .boxBot ul li .left a {
  font-size: 15px;
  color: #000;
  display: block;
  line-height: 45px;
}
.lpk_nav .bpx .main .boxBot ul li .right {
  width: 20%;
  box-sizing: border-box;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.lpk_nav .bpx .main .boxBot ul li .right::after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: rgba(0, 0, 0, 0.5);
  border-top: none;
  border-left: none;
  right: 50%;
  margin-left: 4px;
}
.lpk_nav .bpx .main .boxBot ul li .select_nav {
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
  background: #fff;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 20px;
}
.lpk_nav .bpx .main .boxBot ul li .select_nav p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.lpk_nav .bpx .main .boxBot ul li .select_nav p:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.lpk_nav .bpx .main .boxBot ul li .select_nav p a {
  font-size: 15px;
  color: #000;
  display: block;
  line-height: 45px;
}
.lpk_body {
  overflow: hidden;
}
.lpk_body .lpk_nav {
  transform: translateX(0%);
}
.lpk_body .header_box {
  transform: translateX(-80%);
}
.lpk_body .header_box .header_main .menu_botton span {
  background-color: transparent;
}
.lpk_body .header_box .header_main .menu_botton span::before {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lpk_body .header_box .header_main .menu_botton span::after {
  bottom: 0;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.mob_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  display: none;
}
.mob_header .mob_top {
  width: 90%;
  margin: auto;
}
.mob_header .mob_top .btn {
  line-height: 50px;
}
.mob_header .mob_top .btn span {
  font-size: 26px;
  color: #666;
}
.mob_header .bob_nav {
  width: 90%;
  margin: 50px auto;
  padding-bottom: 50px;
  height: calc(100% - 150px);
  overflow-y: scroll ;
}
.mob_header .bob_nav .nav_item {
  border-bottom: 1px solid #eee;
}
.mob_header .bob_nav .nav_item > a {
  line-height: 55px;
  font-size: 15px;
  width: 100%;
}
.mob_header .bob_nav .nav_item > a span {
  color: #000;
}
.mob_header .bob_nav .nav_item > a i {
  color: #999;
  transition: 0.4s;
  display: inline-block;
}
.mob_header .bob_nav .nav_item > a span {
  color: #000;
}
.mob_header .bob_nav .nav_item > a i {
  color: #999;
  transition: 0.4s;
  display: inline-block;
}
.mob_header .bob_nav .nav_item .nav_titlt {
  line-height: 55px;
  font-size: 15px;
}
.mob_header .bob_nav .nav_item .nav_titlt i {
  color: #999;
  transition: 0.4s;
}

.mob_header .bob_nav .nav_item .act i {
  transform: rotate(90deg);
}
.mob_header .bob_nav .nav_item .nav_select {
  display: none;
}
.mob_header .bob_nav .nav_item .nav_select .select_item {
  border-top: 1px dashed #eee;
}
.mob_header .bob_nav .nav_item .nav_select .select_item > a {
  display: block;
  width: 100%;
  color: #666;
  line-height: 50px;
}
.w1720 {
  max-width: 1720px;
  width: 94%;
  margin: auto;
}
.color_border {
  position: relative;
  width: 46px;
  height: 2px;
  background: #fff;
}
.color_border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 33.333%;
  height: 100%;
  background: #4f9839;
}
.color_border::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333%;
  height: 100%;
  background: #be2520;
}
.viveMore {
  width: 12.75rem;
  line-height: 3.875rem;
  background: #fff;
  transition: 0.4s;
}
.viveMore a {
  display: block;
  text-align: center;
  color: #000;
  transition: 0.4s;
}
.viveMore a img {
  filter: invert(100%);
  margin-left: 5px;
  margin-top: -2px;
  transition: 0.4s;
}
.viveMore:hover {
  background: #000;
}
.viveMore:hover a {
  color: #fff;
}
.viveMore:hover a img {
  filter: invert(0%);
}
.liner {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  /* background: #fff; */
  display: block;
  transform: translateX(-50%);
}
.liner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 33.333%;
  height: 100%;
  /* background: #4f9839; */
}
.liner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333%;
  height: 100%;
  /* background: #be2520; */
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: 0.4s;
}
.index_header .box {
  height: 120px;
  transition: 0.4s;
  position: relative;
}
.index_header .box .logo {
  width: 160px;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_header .box .logo a img {
  height: 48px;
}
.index_header .box .nav .item {
  margin: 0 2.5rem;
  position: relative;
}
.index_header .box .nav .item > a {
  font-size: 16px;
  color: #e1e1e1;
  display: inline-block;
  line-height: 120px;
  transition: 0.4s;
}
.index_header .box .nav .item ul {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  padding: 0.625rem 0;
  background: #fff;
  display: none;
  transition: 0.4s;
}
/*.index_header .box .nav .item:nth-child(2) ul {*/
/*  display: none;*/
/*}*/
/*.index_header .box .nav .item:nth-child(4) ul {*/
/*  display: none;*/
/*}*/
.index_header .box .nav .item ul li a {
  font-size: 1.125rem;
  color: #808080;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 3.125rem;
  transition: 0.4s;
}
.index_header .box .nav .item ul li a:hover {
  color: #000;
}
.index_header .box .nav .item ul .active a {
  color: #000;
}
.index_header .box .nav .item:hover > a {
  color: #fff;
}
.index_header .box .nav .item:hover ul {
  display: block;
}
.index_header .box .nav .item:nth-child(2):hover ul {
  display: none;
}
.index_header .box .nav .item:nth-child(4):hover ul {
  display: none;
}

.index_header .box .nav .act > a {
  color: #fff;
}
.index_header .box .call {
  line-height: 120px;
  font-size: 18px;
  font-family: 'gilroy_light';
  color: #fff;
  transition: 0.4s;
}
.index_header .box .code {
  line-height: 120px;
  font-size: 18px;
  font-family: 'gilroy_light';
  color: #fff;
  transition: 0.4s;
}
.index_header .box .codeimg {
  display: none;
  position: absolute;
  right: -2.1%;
  top: 70%;
}
.index_header .box .code:hover .codeimg {
  display: block;
}
.index_header .box .call img {
  vertical-align: revert;
  margin-right: 0.625rem;
}
.header .box {
  height: 90px;
}
.header .box .liner {
  opacity: 0;
}
.header .box .nav .item a {
  line-height: 90px;
}
.header .box .nav .item ul {
  top: 90px;
}
.header .box .call {
  line-height: 90px;
}
.header .box .code {
  line-height: 90px;
}
.index_banner .swiper-container {
  height: 100%;
}

.swiper-wrapper-pc{
  display: block;
}

.swiper-wrapper-mobile{
  display: none;
}

.index_banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.index_banner .swiper-slide video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.1);
  transition: 6s;
}
.index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner .swiper-slide .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
}
.index_banner .swiper-slide .box .main {
  max-width: 1096px;
  margin: auto;
  width: 94%;
}
.index_banner .swiper-slide .box .main .content1 {
  font-size: 3.15rem;
  color: #fff;
}
.index_banner .swiper-slide .box .main .content1 span {
  font-family: 'gilroy_light';
}
.index_banner .swiper-slide .box .main .content2 {
  margin: 2rem 0;
}
.index_banner .swiper-slide .box .main .content3 {
  /* font-size: 1.625rem; */
  color: #fff;
  font-size: 1.2rem;
  text-transform:uppercase;
}
.index_banner .swiper-slide .box .main .content4 {
  font-size: 1rem;
  color: #fff;
  margin-top: 0.5rem;
}
.index_banner .swiper-slide .box .main .content5 {
  position: absolute;
    left: 20%;
    bottom: 10rem;
}
.index_banner .swiper-slide-active .img img {
  transform: scale(1);
}
.index_banner .page {
  position: absolute;
  top: 50%;
  right: 6.25rem;
  transform: translateY(-50%);
  font-family: 'gilroy_light';
  font-size: 14px;
  z-index: 2;
  color: #fff;
}
.index_banner .page .num {
  transform: rotate(90deg);
}
.index_banner .page p {
  height: 7.1875rem;
  width: 0.125rem;
  margin: 1.25rem auto;
  background: #fff;
  opacity: 0.5;
}
.index_banner .page .tot {
  opacity: 0.5;
  transform: rotate(90deg);
}
.index_banner .button {
  position: absolute;
  left: 6.25rem;
  bottom: 0rem;
  z-index: 2;
  padding: 1rem 2rem;
  background: linear-gradient(to right, #8d56e9, #96b7f5);
}
.index_banner .button span {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.8;
}
.index_banner .button .icon {
  font-size: 2rem;
}
.index_banner .button span:hover {
  opacity: 1;
}
.index_banner .button .btn_right {
  /* margin-left: 1.875rem; */
}
.index_banner .down {
  position: absolute;
  left: 4.875rem;
  bottom: 4.125rem;
  z-index: 2;
}
.index_banner .down span {
  font-size: 18px;
  display: block;
  color: #fff;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}
.index_banner .down span:hover {
  background: #fff;
  color: #000;
}
.sideNav {
  display: none;
}
.index_about .img {
  height: 100%;
}
.index_about .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_about .box .main {
  margin: auto;
  text-align: center;
}
.index_about .box .main .content1 {
  font-size: 3rem;
  color: #fff;
}
.index_about .box .main .content1 span {
  font-family: 'gilroy_light';
}
.index_about .box .main .content2 {
  margin-top: 2.875rem;
  line-height: 2rem;
  color: #fff;
}
.index_about .box .main .content3 .viveMore {
  margin: 3.25rem auto 0;
}
/*首页产品开始*/
.index_product .box {
  height: 100%;
  width: 40rem;
  background: #fff;
  z-index: 3;
  position: relative;
}
.tabser-container{
  width: calc(100% - 40rem);
  height: 100%;
  background: #ccc;
}

.boxTop .swiper-button-next-product, .boxTop .swiper-button-prev-product{
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(to right, #8d56e9, #96b7f5);
    border-radius: 50%;
    top: calc(50% + 1rem);
}

.boxTop .swiper-button-next-product{
    
    left: calc(17% + 3.5rem);
}

.boxTop .swiper-button-prev-product{
    left: 17%;
}

.boxTop .swiper-button-next-product:after, .boxTop .swiper-button-prev-product:after {
    font-size: 1rem;
    color: #fff;
}

.tabs a{
  width: 50%;
  text-align: left;
  margin-bottom: 2rem;
}

.tabs a.active{
      color: #840586;
}

.swiper-container-baned{
  height: 100%;
}

.swiper-container-baned .swiper-pagination-bullet {
    width: 1.5rem;
    height: 0;
    display: inline-block;
    background: #fff;
    opacity: 0.5;
    color: #fff;
    font-size: 1.25rem;
    position: relative;
}

.swiper-pagination-baned {
    bottom: 5rem !important;
    right: 5rem !important;
    left: auto !important;
    width: auto !important;
}

.swiper-container-baned .swiper-pagination-bullet-active::after {
    content: '';
    width: 1.5rem;
    height: 2px;
    background: #181818;
    position: absolute;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
}
.swiper-container-baned .swiper-pagination-bullet::after {
    content: '';
    width: 1.5rem;
    height: 2px;
    background: #888;
    position: absolute;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
}

.swiper-container-baned>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
}

.tabser-container .swiper-pagination-bullet-active {
    opacity: 1 !important;
    color: #fff;
}


/*第二个系列*/
.swiper-container-baned2{
  height: 100%;
}

.swiper-container-baned2 .swiper-pagination-bullet {
    width: 1.5rem;
    height: 0;
    display: inline-block;
    background: #fff;
    opacity: 0.5;
    color: #fff;
    font-size: 1.25rem;
    position: relative;
}

.swiper-pagination-baned2 {
    bottom: 5rem !important;
    right: 5rem !important;
    left: auto !important;
    width: auto !important;
}
.swiper-container-baned2 .swiper-pagination-bullet-active::after {
  content: '';
  width: 1.5rem;
  height: 2px;
  background: #181818;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}
.swiper-container-baned2 .swiper-pagination-bullet::after {
  content: '';
  width: 1.5rem;
  height: 2px;
  background: #888;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}

.swiper-container-baned2>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1rem;
}

.banedtxt{
  position: absolute;
  left: 7rem;
  bottom: 7rem;
  z-index: 9;
  color: #fff;
  width: 18rem;
  line-height: 180%;
  font-size: 1rem;
}
.banedtxt span{
  font-size: 2.5rem;
  display: block;
  margin-bottom: 2rem;
}
/*第二结束*/

.index_product .box .boxTop {
  height: calc(100% - 18rem);
  width: 65%;
  margin: 0 auto;
}

.index_product .box .boxTop ul{
  width: 60%;
  margin-top: 3.5rem;
}
.index_product .box .boxTop h5 {
  padding-top: 14rem;
  font-size: 3rem;
  line-height: 2rem;
  color: #000;
  font-family: 'gilroy_light';
  margin-bottom: 2.8125rem;
}
.index_product .box .boxTop ul li {
  margin-bottom: 2rem;
  display: block;
  float: left;
  margin-left: 1rem;
  width: calc(50% - 2rem);
}
.index_product .box .boxTop ul li:nth-child(2n) {
  margin-left: 3rem;
}
.index_product .box .boxTop ul li a {
  font-size: 16px;
  color: #999;
  /*font-family: 'albb_medium';*/
  transition: 0.4s;
}
.index_product .box .boxTop ul .active a {
  color: #000;
}

.index_product .box .boxBot {
  height: 18rem;
  background: #0c0d21;
  position: relative;
  padding-left: 5rem;
}
.index_product .box .boxBot .text {
  padding-top: 12rem;
}
.index_product .box .boxBot .text h5 {
  font-size: 3rem;
  line-height: 3.4375rem;
  font-family: 'gilroy_light';
  color: #fff;
}
.index_product .box .boxBot .text h6 {
  font-size: 3rem;
  line-height: 3.4375rem;
  color: #FFF;
}
.index_product .box .boxBot .button {
  position: absolute;
  left: 7rem;
  top: -10rem;
}
.index_product .box .boxBot .button span {
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  text-align: center;
}
.index_product .box .boxBot .button span.btn_left{
  background: linear-gradient(to right, #8d56e9, #96b7f5);
}
.index_product .box .boxBot .button span.btn_right{
  background: linear-gradient(to right, #8d56e9, #96b7f5);
  margin-left: 0.5rem;
}
.index_product .box .boxBot .button span:hover {
  color: #000;
}
.index_product .box .img_list {
    position: absolute;
    height: 16.5625rem;
    top: 60%;
    left: 50%;
    transform: translate(-50%);
    width:55%;
    overflow: hidden;
}

.img_list .swiper-pagination-ban{
    bottom: 35% !important;
}
.index_product .box .img_list p {
  height: 100%;
}
.index_product .box .img_list img {
  height: 100%;
}
.index_product .img {
  height: 100%;
  position: absolute;
  width: calc(100% - 40.25rem);
  right: 0;
}
.index_product .img .banner_none {
  margin: 10rem;
}
.index_product .img .banner {
  height: 100%;
}
.index_product .img .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index_product .img .active {
  display: block;
}
.index_product .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 60%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.index_product .img .xian {
  position: absolute;
  top: 0;
  left: 23.125rem;
  height: 100%;
  z-index: 1;
}
.index_product .img .xian img {
  height: 100%;
}
/* .index_product::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50%;
  background: #000;
  width: 6.25rem;
  z-index: 3;
} */
.index_product .xian_ {
  position: absolute;
  top: 0;
  right: 3.75rem;
  height: 100%;
  z-index: 3;
}
.index_product .xian_ img {
  height: 100%;
  transform: rotate(180deg);
}
.index_honor {
  background: #eaeaea;
}
.index_honor .box {
  height: 100%;
  position: relative;
  z-index: 2;
}
.index_honor .box .boxleft {
  width: 53%;
  position: relative;
}
.index_honor .box .boxleft .boxlefttop {
  width: 100%;
  height: 26rem;
  display: block;
  background: #0c0d21;
  color:#fff;
  position: absolute;
  left: 0%;
  top: 0;
  padding-left: 10%;
}
.index_honor .box .boxleft .boxlefttop h3{
  font-size: 3rem;
    margin-top: 18%;
}
.index_honor .box .boxleft .boxlefttop em{
  font-size: 1.12rem;
  line-height: 180%;
  margin-top: 2.6rem;
  display: block;
}

/* 首页样式 */
.index_licheng{
  width: 100%;
  background: #fff url(../images/index_licheng.jpg) no-repeat center top;
  background-size: cover;
}

.mindex_licheng{
  display: none;
}

.pindex_licheng{
  display: block;
}

.licheng_box{
  height: 100%;
}

.index_licheng h3{
  text-align: center;
  font-size: 3rem;
  color: #fff;
  margin-top: 11.5rem;
  width: 100%;
}
.index_licheng em{
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  line-height: 180%;
  width: 38rem;
  margin: 0 auto;
}

.boxTop .itiyanleft, .boxTop .itiyanright {
  width: 25%;
  height: 100%;
}

.boxTop .itiyanmid {
  width: 50%;
  height: 100%;
}




.boxTop dl {
  position: relative;
  height: 50%;
  width: 25%;
}

.boxTop dl:nth-child(2) {
  height: 100%;
  width: 50%;
}

.boxTop dl:nth-child(4) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.boxTop dl:nth-child(5) {
  position: absolute;
  right: 0;
  bottom: 0;
}


.itiyanmid dl {
  height: 100%;
  width: 100%;
}


.boxTop dl dt{
  height: 100%;
}

.boxTop dl dt img{
  height: 100%;
}



.boxTop dl:nth-child(2) dd {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 0 1rem 2rem;
  background: linear-gradient(to right, #090148, #870486);
}
.boxTop dd {
  position: absolute;
  bottom: 8%;
  left: 8%;
  font-size: 1.25rem;
  color: #fff;
}

.boxTop dd span {
  font-size: 0.8rem;
}
.tiyandianer span {
  text-align: center;
  margin: 1rem auto;
}

.index_tener .box {
  height: 100%;
}

.index_tener .box .index_newser {
  height: calc(100% - 21rem);
}

.index_tener .box .index_newser .boxLeft {
  color: #fff;
  width: calc(100% - 43rem);
}

.index_tener .box .index_newser .boxLeft img{
  height: 100%;
}

.index_tener .box .index_newser .boxRight {
  width: 43rem;
  background: #d0d0d0;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 0 6rem;
}

.index_tener .box .index_newser .boxRight .top {
  font-size: 2.25rem;
  color: #101010;
  margin-top: 7.5rem;
  line-height: 2.375rem;
}

.index_tener .box .index_newser .swiper-container-news{
  height: 100%;
  position: relative;
}

.index_tener .box .index_newser .swiper-container-news .boxRight dl dt{
  font-size: 1.875rem;
  color: #363636;
  line-height: 180%;
  margin-top: 4rem;
}

.index_tener .box .index_newser .swiper-container-news .boxRight dl dd{
  font-size: 1rem;
  color: #393939;
  line-height: 180%;
  margin-top: 2rem;
}

.index_tener .box .index_newser .swiper-container-news .boxRight dl dd.index_newstime{
  font-size: 0.875rem;
  color: #adadad;
  line-height: 180%;
  margin-top: 3rem;
}

.index_tener .box .index_newser .swiper-container-news .boxRight dl dd.index_newstime span{
  color: #8d8d8d;
}


.index_tener .box .index_newsed {
  height: 21rem;
  width: 100%;
  background: #1b1b1b;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.index_newsed .box .boxBot h5 {
  font-size: 3rem;
  color: #fff;
  padding-top: 2.625rem;
}

.index_newsed .box .boxBot em {
    font-size: 1.125rem;
    line-height: 180%;
    width: 14rem;
    display: block;
    margin: 1.5rem auto;
    color: #fff;
}
.index_newsed .box .boxBot .banner {
  margin-top: 2.5rem;
}
.index_newsed .box .boxBot .banner .swiper-container {
  height: 10rem;
}
.index_newsed .box .boxBot .banner .item {
  text-align: center;
  position: relative;
}
.index_newsed .box .boxBot .banner .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: -6.125rem;
  height: 100%;
  width: 1px;
  background: #494949;
}
.index_newsed .box .boxBot .banner .item div {
  height: 2.75rem;
}
.index_newsed .box .boxBot .banner .item p {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 0.5rem;
}
.index_newsed .box .boxBot .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.375rem;
}
.index_newsed .box .boxBot .button span {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: block;
  opacity: 0.8;
  transition: 0.4s;
}
.index_newsed .box .boxBot .button span:hover {
  opacity: 1;
}
.index_newsed .box .boxBot .button .btn_right {
  margin-top: 1.5rem;
}

.index_newser .swiper-pagination-bullet {
  width:4.5rem;
  height: 0px;
  display: inline-block;
  border-radius: 50%;
  background: #888;
  opacity: .6;
  color: #888;
  font-size: 1.125rem;
  position: relative;
}

.index_newser .swiper-pagination-bullet-active {
  opacity: 1;
  color: #181818;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.index_newser .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  right: 6rem;
  bottom: 3rem;
  width: 37rem;
  left: auto;
}

.index_newser .swiper-pagination-bullet::after {
  content: '';
  width: 1.5rem;
  height: 2px;
  background: #888;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}

.index_newser .swiper-pagination-bullet-active::after {
  content: '';
  width: 1.5rem;
  height: 2px;
  background: #181818;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}

.index_newsed  dl{
    color: #fff;
    width: calc(100% / 3);
    float: left;
    background: #0c0d21;
    text-align: left;
    position: relative;
}

.index_newsed  dl dt{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    opacity: 0.4;
}

.index_newsed  dl dd{
  width: 90%;
}

.index_newsed  dl dd.dd_title{
  font-size: 1.5rem;
  position: absolute;
  left: 5%;
  top: 4rem;
}

.index_newsed  dl dd.dd_des{
  font-size: 0.875rem;
  position: absolute;
  left: 5%;
  top: 9rem;
}

.index_newsed  dl dd.dd_time{
  font-size: 0.75rem;
  position: absolute;
  left: 5%;
  top: 14rem;
}

.index_newsed dl dd.dd_title a, .index_newsed dl dd.dd_des a, .index_newsed dl dd.dd_time a{
  color: #fff;
}

.index_zhaoshangtxt{
    position: absolute !important;
    left: 50%;
    top: 9rem;
    color: #fff;
    transform: translateX(-50%);
    text-align: center;
}

.index_zhaoshangtxt h3{
    font-size: 3rem;
}

.index_zhaoshangtxt em{
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 180%;
  display: block;
}

.zhaoshangform {
  position: absolute !important;
  left: 50%;
  top: 60%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.zhaoshangform input{
  width: 15rem;
  height: 3rem;
  line-height: 3rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  color: #fff;
  text-indent: 0.5rem;
  font-size: 1.125rem;
  margin-right: 1rem;
}

.zhaoshangform button{
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
  background: linear-gradient(to right, #925eef, #96abf5);
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
}


.hezuoform {
  position: absolute !important;
  left: 50%;
  top: 60%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.hezuoform input{
  width: 15rem;
  height: 3rem;
  line-height: 3rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  color: #fff;
  text-indent: 0.5rem;
  font-size: 1.125rem;
  margin-right: 1rem;
}

.hezuoform button{
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
  background: linear-gradient(to right, #925eef, #96abf5);
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
}

.about_licheng h5{
  font-size: 3rem;
  margin-top: 1rem;
}

.about_licheng em{
  font-size: 1rem;
  margin-top: 3rem;
}

.about_licheng .about_lichengswiper{
  overflow: hidden;
  margin-top: 4rem;
}

.about_licheng .about_lichengswiper{
  overflow: hidden;
}

.about_licheng .about_lichengswiper em{
  color: #0c0d21;
  font-size: 2rem;
  display: block;
  margin-top: 1rem;
}
.about_licheng .about_lichengswiper em span{
  font-size: 0.75rem;
}
.about_licheng .about_lichengswiper i{
  font-size: 1.125rem;
  color: #8a8a8a;
  margin-top: 1rem;
  display: block;
  line-height: 180%;
}

.swiper-container-aboutlicheng{
  padding-bottom: 1rem;
}


.swiper-container-aboutlicheng .swiper-scrollbar-drag {
  background: #0c0d21;
}



.boxleftbot{
  width: 100%;
  height: calc(100% - 26rem);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: #fff url(../images/lishibg.jpg) no-repeat left bottom; */
}

.boxleftbot .boxleftbotbg{
  height: 100%;
}

.boxleftbot .boxleftbotbg img{
  height: 100%;
}

.boxleftbot ul{
  position: absolute;
    bottom: 45%;
    left: 5%;
    width: 95%;
  /* background: #fff url(../images/lishibg.jpg) no-repeat left bottom; */
}

.boxleftbot ul li{
  display: block;
    float: left;
    width: 15rem;
    padding-left: 15%;
}
.boxleftbot ul li em{
  display: block;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
}
.index_honor .box .boxCen {
  height: 100%;
  display: flex;
  align-items: center;
  width: 21.25rem;
}
.index_honor .box .boxCen .main .top h5 {
  font-size: 2.375rem;
  color: #000;
}
.index_honor .box .boxCen .main .top h6 {
  font-size: 1.75rem;
  color: #000;
}
.index_honor .box .boxCen .main .bot {
  margin-top: 4.125rem;
}
.index_honor .box .boxCen .main .bot div {
  background: #000;
  position: relative;
  top: 0;
}
.index_honor .box .boxCen .main .bot div a {
  color: #fff;
}
.index_honor .box .boxCen .main .bot div:hover {
  top: -5px;
}

.index_honor .box .boxRight {
  width: 47%;
  position: relative;  
  background: #d0d0d0;
}

.index_honor .box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.875rem;
}
.index_honor .box .button span {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: block;
  opacity: 0.8;
  transition: 0.4s;
}
.index_honor .box .button span:hover {
  opacity: 1;
}
.index_honor .box .button .btn_right {
  margin-top: 1.5rem;
}
.index_honor .box .boxRight .honorswiper{
  width: 40%;
  margin:36% auto;
  position: relative;
  font-size: 1.8rem;
}
.index_honor .box .boxRight .honorswiper em{
  text-align: center;
  display: block;
}
.index_honor .box .boxRight .swiper-container-honor{
  
}
.swiper-button-next-honor, .swiper-button-prev-honor{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(to right, #9463f2, #96a7f5);
}

.swiper-button-next-honor:after, .swiper-button-prev-honor:after {
  font-size: 1.2rem !important;
  color: #fff;
}

.swiper-button-prev-honor {
  left: -70px;
  right: auto;
}

.swiper-button-next-honor {
  right: -70px;
  left: auto;
}
.index_honor .box .boxRight .honorwzbg{
  position: absolute;
    left: 12%;
    top: 17%;
    width: 36%;
}

.index_honor .box .boxRight .honoryuan{
    width:  38rem;
    height: 38rem;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    top: 10%;  
}


.index_ten {
  background: url(../images/ten.jpg) no-repeat;
  background-size: cover;
}
.index_ten .box {
  height: 100%;
}
.index_ten .box .boxTop {
  height: calc(100% - 21rem);
  position: relative;
}
.index_ten .box .boxTop .boxLeft {
  margin-left: 23rem;
  color: #fff;
  margin-top: 7.5rem;
  width: 32.5rem;
}
.index_ten .box .boxTop .boxLeft .content1 {
  font-size: 3.375rem;
}
.index_ten .box .boxTop .boxLeft .content2 {
  font-size: 2.125rem;
}
.index_ten .box .boxTop .boxLeft .content3 {
  margin-top: 5rem;
  font-size: 1.875rem;
}
.index_ten .box .boxTop .boxLeft .content4 {
  margin-top: 1.625rem;
  font-size: 0.9375rem;
  color: #999;
  line-height: 1.75rem;
}
.index_ten .box .boxTop .boxLeft .content5 {
  margin-top: 4rem;
}
.index_ten .box .boxTop .boxRight {
  width: 42rem;
  background: #1b1b1b;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 0 6rem;
}
.index_ten .box .boxTop .boxRight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 1px;
  background: #434343;
}
.index_ten .box .boxTop .boxRight::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #434343;
}
.index_ten .box .boxTop .boxRight .top {
  font-size: 1.625rem;
  color: #fff;
  margin-top: 7.5rem;
  line-height: 2.375rem;
}
.index_ten .box .boxTop .boxRight .call {
  margin-top: 2.625rem;
}
.index_ten .box .boxTop .boxRight .call h5 {
  font-size: 2.25rem;
  color: #fff;
  font-family: 'gilroy_bold';
}
.index_ten .box .boxTop .boxRight .call p {
  font-size: 1rem;
  color: #fff;
  font-family: 'gilroy_regular';
}
.index_ten .box .boxTop .boxRight .main {
  margin-top: 5.625rem;
}
.index_ten .box .boxTop .boxRight .main .item .input_item {
  border-bottom: 1px solid #434343;
  width: 30%;
  transition: 0.4s;
}
.index_ten .box .boxTop .boxRight .main .item .input_item:hover {
  border-bottom: 1px solid #fff;
}
.index_ten .box .boxTop .boxRight .main .item .input_item input {
  height: 3.125rem;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
}
.index_ten .box .boxTop .boxRight .main .item .input_item select {
  height: 3.125rem;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.index_ten .box .boxTop .boxRight .main .item .input_item select option {
  background: #000;
}
.index_ten .box .boxTop .boxRight .main .item .input_item input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.index_ten .box .boxTop .boxRight .main .item .input_item input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.index_ten .box .boxTop .boxRight .main .item .input_item input:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.index_ten .box .boxTop .boxRight .main .item .input_item input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.index_ten .box .boxTop .boxRight .main .item1 {
  margin-top: 1.625rem;
}
.index_ten .box .boxTop .boxRight .main .item1 .select_item {
  width: 45%;
  border-bottom: 1px solid #434343;
  transition: 0.4s;
}
.index_ten .box .boxTop .boxRight .main .item1 .select_item:hover {
  border-bottom: 1px solid #fff;
}
.index_ten .box .boxTop .boxRight .main .item1 .select_item select {
  height: 3.125rem;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.index_ten .box .boxTop .boxRight .main .item1 .select_item select option {
  background: #000;
}
.index_ten .box .boxTop .boxRight .main .item2 {
  margin-top: 1.625rem;
}
.index_ten .box .boxTop .boxRight .main .item2 input {
  display: block;
  width: 48%;
  height: 3.125rem;
  border: 0;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: 0.4s;
}
.index_ten .box .boxTop .boxRight .main .item2 input:hover {
  background: #434343;
  color: #fff;
}
.index_ten .box .boxBot {
  height: 21rem;
  width: 100%;
  background: #1b1b1b;
  box-sizing: border-box;
  position: relative;
  padding-top: 5.5rem;
  text-align: center;
}
.index_ten .box .boxBot::before {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 1px;
  background: #434343;
}
.index_ten .box .boxBot::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #434343;
}
.index_ten .box .boxBot h5 {
  font-size: 3rem;
  color: #fff;
  padding-top: 2.625rem;
}

.index_ten .box .boxBot em {
    font-size: 1.125rem;
    line-height: 180%;
    width: 14rem;
    display: block;
    margin: 1.5rem auto;
    color: #fff;
}
.index_ten .box .boxBot .banner {
  margin-top: 2.5rem;
}
.index_ten .box .boxBot .banner .swiper-container {
  height: 10rem;
}
.index_ten .box .boxBot .banner .item {
  text-align: center;
  position: relative;
}
.index_ten .box .boxBot .banner .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: -6.125rem;
  height: 100%;
  width: 1px;
  background: #494949;
}
.index_ten .box .boxBot .banner .item div {
  height: 2.75rem;
}
.index_ten .box .boxBot .banner .item p {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 0.5rem;
}
.index_ten .box .boxBot .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.375rem;
}
.index_ten .box .boxBot .button span {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: block;
  opacity: 0.8;
  transition: 0.4s;
}
.index_ten .box .boxBot .button span:hover {
  opacity: 1;
}
.index_ten .box .boxBot .button .btn_right {
  margin-top: 1.5rem;
}
.index_news .box {
  height: 100%;
  padding-top: 7.5rem;
  box-sizing: border-box;
}
.index_news .box .boxLeft {
  width: 29.375rem;
  margin-left: 20.9375rem;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0 4.75rem 0;
  position: relative;
}
.index_news .box .boxLeft .list {
  margin-top: 11.75rem;
}
.index_news .box .boxLeft .list .swiper-slide .item a .time {
  font-family: 'gilroy_light';
  font-size: 1rem;
  color: #000;
}
.index_news .box .boxLeft .list .swiper-slide .item a .tit {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  color: #000;
}
.index_news .box .boxLeft .button {
  margin-top: 5.25rem;
}
.index_news .box .boxLeft .button .left span {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: block;
  opacity: 0.5;
  transition: 0.4s;
}
.index_news .box .boxLeft .button .left span:hover {
  opacity: 1;
}
.index_news .box .boxLeft .button .left .btn_right {
  margin-left: 1rem;
}
.index_news .box .boxLeft .button .right {
  font-size: 1rem;
  font-family: 'gilroy_light';
  line-height: 1.75rem;
}
.index_news .box .boxLeft .page {
  position: absolute;
  top: 0rem;
  left: 4.75rem;
  font-size: 1.5rem;
  font-family: 'gilroy_light';
}
.index_news .box .boxLeft .page span {
  color: #000;
}
.index_news .box .boxLeft .page font {
  color: #999999;
}
.index_news .box .boxRight {
  margin-right: 6.25rem;
  width: 58.625rem;
}
.index_news .box .boxRight .main .boxTop {
  height: 11.75rem;
}
.index_news .box .boxRight .main .boxTop .left div {
  font-size: 2.25rem;
  color: #000;
}
.index_news .box .boxRight .main .boxTop .left p {
  font-size: 1rem;
  color: #000;
}
.index_news .box .boxRight .main .boxTop .right {
  width: 80%;
  text-align: right;
}
.index_news .box .boxRight .main .boxTop .right h5 {
  font-size: 2.375rem;
}
.index_news .box .boxRight .main .boxTop .right p {
  font-size: 1rem;
  margin-top: 1.0625rem;
}
.index_news .box .boxRight .main .boxBot img {
  width: 100%;
}
.index_footer {
  background: #000000;
}
.index_footer .box {
  margin: 0 6.25rem 0 25.625rem;
}
.index_footer .box .boxTop {
  margin-top: 12rem;
}
.index_footer .box .boxTop .item h6 {
  font-size: 1.125rem;
  color: #fff;
}
.index_footer .box .boxTop .item ul {
  margin-top: 3.75rem;
}
.index_footer .box .boxTop .item ul li {
  margin-bottom: 0.875rem;
}
.index_footer .box .boxTop .item ul li:last-child {
  margin-bottom: 0;
}
.index_footer .box .boxTop .item ul li a {
  font-size: 1.125rem;
  color: #fff;
}
.index_footer .box .boxCen {
  margin-top: 6rem;
  padding: 3.4375rem 0;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
.index_footer .box .boxCen .left p {
  margin-right: 8rem;
}
.index_footer .box .boxCen .left p:last-child {
  margin-right: 0;
}
.index_footer .box .boxCen .right {
  text-align: right;
}
.index_footer .box .boxCen .right .top {
  font-family: 'gilroy_regular';
  font-size: 1rem;
  color: #fff;
}
.index_footer .box .boxCen .right .top span {
  font-family: 'gilroy_bold';
  color: #fff;
  font-size: 1.625rem;
}
.index_footer .box .boxCen .right .bot {
  margin-top: 1rem;
}
.index_footer .box .boxCen .right .bot p {
  margin-left: 2rem;
  padding: 0;
  height: 20px;
  margin-right: 0;
  background: none;
  position: relative;
}
.index_footer .box .boxCen .right .bot p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
}
.index_footer .box .boxBot {
  margin-top: 6rem;
}
.index_footer .box .boxBot .left a {
  font-size: 1rem;
  color: #999;
  display: inline-block;
}
.index_footer .box .boxBot .left span {
  display: inline-block;
  font-size: 1rem;
  color: #999;
  margin: 0 1.25rem;
}
.index_footer .box .boxBot .right a {
  font-size: 1rem;
  color: #575757;
  display: inline-block;
}
.fll_banner {
  position: relative;
}
.fll_banner .img img {
  width: 100%;
}
.fll_banner .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.fll_banner .box h5 {
  font-size: 3.75rem;
  color: #fff;
}
.fll_banner .box div {
  position: relative;
  width: 2.875rem;
  margin: 2rem auto 0;
}
.w1520 {
  width: 80vw;
  margin: auto;
}
.fll_bread {
  margin-top: 2.8125rem;
  position: static;
  top: 90px;
}
.fll_bread .box {
  border-bottom: 1px solid #ccc;
}
.fll_bread .box ul li {
  margin: 0 2.2rem;
  position: relative;
}
.fll_bread .box ul li a {
  font-size: 1.5rem;
  color: #666666;
  display: inline-block;
  line-height: 4rem;
  transition: 0.4s;
}
.fll_bread .box ul li a:hover {
  color: #000;
}
.fll_bread .box ul li .liner {
  width: 4rem;
  bottom: -1px;
}
.fll_bread .box ul .active a {
  color: #000;
}
.p85 {
  padding-top:20px;
}

.b85 {
  padding-bottom: 5.3125rem;
}
.m85 {
  margin-top: 5.3125rem;
}
.p85_ {
  padding-bottom: 5.3125rem;
}
.swiper-container-licheng{
  width: 72%;
  max-width: 1560px;
  color: #fff;
  height: calc(100% - 15rem);
}
.swiper-container-licheng dl{
  width: calc(100% / 6);
  max-width: 15rem;
  z-index: 9;
}
.swiper-container-licheng {
  position: relative;
}
.swiper-container-licheng .swiper-slide-one dl:nth-child(1){
  top: 24%;
  left: 8%;
  position: absolute;
}
.swiper-container-licheng .swiper-slide-one dl:nth-child(2){
  top: 58%;
  left: 23%;
  position: absolute;
}
.swiper-container-licheng .swiper-slide-one dl:nth-child(3){
  top: 18%;
  left: 39%;
  position: absolute;
}
.swiper-container-licheng .swiper-slide-one dl:nth-child(4){
  top: 60%;
  left: 55%;
  position: absolute;
}
.swiper-container-licheng .swiper-slide-one dl:nth-child(5){
  top:1%;
  left: 69%;
  position: absolute;
}
.swiper-container-licheng .swiper-slide-one dl:nth-child(6){
  top: 34%;
  left: 84%;
  position: absolute;
}
.swiper-container-licheng dl dt{
  font-size: 2.25rem;
}
.swiper-container-licheng dl dt span{
  font-size: 1rem;
}
.swiper-container-licheng dl dd.navline{
  margin: 0.3rem 0;
}
.swiper-container-licheng dl dd{
  font-size: 1rem;
  line-height: 180%;
}
.pro_box .box .list {
  display: -webkit-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 70px;
}
.pro_box .box .list .item a {
  display: block;
  position: relative;
}
.pro_box .box .list .item a .img img {
  width: 100%;
  transition: 0.4s;
}
.pro_box .box .list .item a .tit {
  position: absolute;
  left: 0%;
  bottom: 2rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.5625rem;
  z-index: 2;
  color: #fff;
  transition: 0.4s;
}
.pro_box .box .list .item a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  transition: 0.4s;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
}
.pro_box .box .list .item a .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 1.5625rem;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.pro_box .box .list .item a .main h5 {
  font-size: 1.25rem;
  color: #fff;
}
.pro_box .box .list .item a .main div {
  margin-top: 1.5rem;
}
.pro_box .box .list .item a .main div p {
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.pro_box .box .list .item a .more {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.5625rem;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.pro_box .box .list .item a .more span {
  font-size: 14px;
  display: inline-block;
  margin-left: 0.3125rem;
  position: relative;
  left: 0;
  transition: 0.4s;
}
.pro_box .box .list .item a .more:hover span {
  left: 0.625rem;
}
.pro_box .box .list .item:hover a .img img {
  filter: blur(5px);
}
.pro_box .box .list .item:hover a .tit {
  opacity: 0;
}
.pro_box .box .list .item:hover a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.pro_box .box .list .item:hover a .main {
  opacity: 1;
}
.pro_box .box .list .item:hover a .more {
  opacity: 1;
}
.pro_box .box .list .active a .img img {
  filter: blur(5px);
}
.pro_box .box .list .active a .tit {
  opacity: 0;
}
.pro_box .box .list .active a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.pro_box .box .list .active a .main {
  opacity: 1;
}
.pro_box .box .list .active a .more {
  opacity: 1;
}
.pro_box .box .page {
  margin-top: 5rem;
}
.pro_box .box .page .left a {
  font-size: 1.25rem;
  font-family: 'gilroy_light';
  color: #666666;
  display: inline-block;
  margin-right: 3.125rem;
  line-height: 3.125rem;
}
.pro_box .box .page .left a:hover {
  color: #000;
  font-family: 'gilroy_bold';
}
.pro_box .box .page .left .act {
  color: #000;
  font-family: 'gilroy_bold';
}
.pro_box .box .page .right {
  border: 1px solid #ccc;
  position: relative;
}
.pro_box .box .page .right a {
  display: inline-block;
  line-height: 3rem;
  width: 5rem;
  text-align: center;
  transition: 0.4s;
}
.pro_box .box .page .right a:hover {
  color: #fff;
  background: #000;
}
.pro_box .box .page .right::after {
  content: '';
  position: absolute;
  top: 15%;
  height: 70%;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  background: #ccc;
}
.footer {
  padding: 5.25rem 0;
}
.footer .box {
  margin: auto;
}
.footer .box .boxTop {
  margin-top: 0;
}
.proInfo_box {
  margin-top: 7.5rem;
}
.proInfo_box .box .boxLeft {
  width: 60.75rem;
}
.proInfo_box .box .boxLeft .left {
  width: 74%;
}
.proInfo_box .box .boxLeft .left img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.proInfo_box .box .boxLeft .right {
  height: 51.65rem;
  width: 24%;
  position: relative;
}
.proInfo_box .box .boxLeft .right::before {
  content: '';
  position: absolute;
  top: 0;
  right: -3rem;
  height: 100%;
  width: 1px;
  background: #ccc;
}
.proInfo_box .box .boxLeft .right::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(-3rem);
  height: 4rem;
  width: 2px;
  background: #000;
}
.proInfo_box .box .boxLeft .right .banner {
  height: 100%;
}
.proInfo_box .box .boxLeft .right .banner .swiper-container {
  height: 100%;
}
.proInfo_box .box .boxLeft .right .banner .swiper-container .swiper-slide {
  height: 262px;
  position: relative;
}
.proInfo_box .box .boxLeft .right .banner .swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
  opacity: cover;
}
.proInfo_box .box .boxLeft .right .banner .swiper-container .swiper-slide p {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
}
.proInfo_box .box .boxLeft .right .banner .swiper-container .swiper-slide p span {
  display: block;
  margin: auto;
}
.proInfo_box .box .boxLeft .right .banner .swiper-container .active p {
  opacity: 1;
}
.proInfo_box .box .boxLeft .right .btn {
  position: absolute;
  width: 100%;
  line-height: 40px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
.proInfo_box .box .boxLeft .right .btn span {
  color: #fff;
  opacity: 0.7;
  transition: 0.4s;
}
.proInfo_box .box .boxLeft .right .btn:hover {
  background: #000;
}
.proInfo_box .box .boxLeft .right .btn:hover span {
  opacity: 1;
}
.proInfo_box .box .boxLeft .right .btnLeft {
  top: 0;
}
.proInfo_box .box .boxLeft .right .btnRight {
  bottom: 0;
}
.proInfo_box .box .boxRight {
  width: 28.125rem;
}
.proInfo_box .box .boxRight h5 {
  font-size: 1.25rem;
  line-height: 5rem;
  border-top: 1px solid #ccc;
}
.proInfo_box .box .boxRight .item {
  font-size: 1rem;
  color: #333;
  line-height: 2rem;
  border-top: 1px solid #ccc;
  padding: 1.5rem 0;
}
.proInfo_box1 {
  margin: 6.875rem 0;
}
.proInfo_box1 h5 {
  font-size: 3rem;
  text-align: center;
}
.proInfo_box1 .img {
  text-align: center;
   max-width: 49.375rem;
   margin: 3.375rem auto 0;
}
.proInfo_box1 .img img {
 width: 100%;
}
.service_box h1 {
  font-size: 3rem;
  text-align: center;
}
.service_box .box {
  position: relative;
  width: 80vw;
  margin: auto;
  max-width: 1176px;
}
.service_box .box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 79%;
  background: #f3f3f3;
}
.service_box .box .boxLeft {
  width: calc(100% - 35rem);
  position: relative;
  box-sizing: border-box;
  padding-right: 3rem;
  z-index: 1;
}
.service_box .box .boxLeft .content1 div {
  margin-top: 5.125rem;
  font-family: 'gilroy_light';
  font-size: 2.25rem;
}
.service_box .box .boxLeft .content1 p {
  font-size: 2rem;
}
.service_box .box .boxLeft .content2 {
  padding-left: 5.875rem;
  margin-top: 3.125rem;
  position: relative;
}
.service_box .box .boxLeft .content2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 9.75rem;
  background: #000;
}
.service_box .box .boxLeft .content2 .item {
  margin-bottom: 2rem;
}
.service_box .box .boxLeft .content2 .item div {
  font-size: 1.25rem;
  color: #000;
}
.service_box .box .boxLeft .content2 .item .viveMore {
  background: #000;
  margin-left: 1.75rem;
}
.service_box .box .boxLeft .content2 .item .viveMore a {
  color: #fff;
  font-size: 1rem;
}
.service_box .box .boxRight {
  width: 34.375rem;
  position: relative;
  z-index: 1;
}
.service_box .box .boxRight img {
  width: 100%;
  vertical-align: middle;
}
.service_box .box .boxRight::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 10rem;
  background: #000;
  height: 1px;
  transform: translateX(100%);
}
.service_box .box2 {
  background: #000;
  min-height: 100px;
}
.service_box1 {
  background: #000;
  min-height: 100px;
  padding: 8.125rem 0;
}
.service_box1 .box {
  position: relative;
  width: 80vw;
  margin: auto;
  max-width: 1176px;
}
.service_box1 .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 79%;
  background: #252525;
}
.service_box1 .box .boxLeft {
  width: calc(100% - 35rem);
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
.service_box1 .box .boxLeft .content1 {
  text-align: right;
}
.service_box1 .box .boxLeft .content1 div {
  margin-top: 5.125rem;
  font-family: 'gilroy_light';
  font-size: 2.25rem;
  color: #fff;
}
.service_box1 .box .boxLeft .content1 p {
  font-size: 2rem;
  color: #fff;
}
.service_box1 .box .boxLeft .content2 {
  padding-right: 5.875rem;
  margin-top: 3.125rem;
  position: relative;
  padding-left: 6.875rem;
}
.service_box1 .box .boxLeft .content2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 9.75rem;
  background: #fff;
}
.service_box1 .box .boxLeft .content2 .item {
  margin-bottom: 2rem;
}
.service_box1 .box .boxLeft .content2 .item div {
  font-size: 1.25rem;
  color: #cccccc;
}
.service_box1 .box .boxRight {
  width: 34.375rem;
  position: relative;
  z-index: 1;
}
.service_box1 .box .boxRight img {
  width: 100%;
  vertical-align: middle;
}
.service_box1 .box .boxRight::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 10rem;
  background: #fff;
  height: 1px;
  transform: translateX(-100%);
}
.service_box3 {
  padding: 8.125rem 0;
}
.service_box3 .box {
  position: relative;
  width: 80vw;
  margin: auto;
  max-width: 1176px;
}
.service_box3 .box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 79%;
  background: #f3f3f3;
}
.service_box3 .box .boxLeft {
  width: calc(100% - 35rem);
  position: relative;
  box-sizing: border-box;
  padding-right: 3rem;
  z-index: 1;
}
.service_box3 .box .boxLeft .content1 div {
  margin-top: 5.125rem;
  font-family: 'gilroy_light';
  font-size: 2.25rem;
}
.service_box3 .box .boxLeft .content1 p {
  font-size: 2rem;
}
.service_box3 .box .boxLeft .content2 {
  padding-left: 5.875rem;
  margin-top: 3.125rem;
  position: relative;
}
.service_box3 .box .boxLeft .content2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 9.75rem;
  background: #000;
}
.service_box3 .box .boxLeft .content2 .item {
  margin-bottom: 2rem;
}
.service_box3 .box .boxLeft .content2 .item div {
  font-size: 1.25rem;
  color: #000;
}
.service_box3 .box .boxLeft .content2 .item .viveMore {
  background: #000;
  margin-left: 1.75rem;
}
.service_box3 .box .boxLeft .content2 .item .viveMore a {
  color: #fff;
  font-size: 1rem;
}
.service_box3 .box .boxRight {
  width: 34.375rem;
  position: relative;
  z-index: 1;
}
.service_box3 .box .boxRight img {
  width: 100%;
  vertical-align: middle;
}
.service_box3 .box .boxRight::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 10rem;
  background: #000;
  height: 1px;
  transform: translateX(100%);
}
.serviceCity_box .box .boxTop {
  text-align: center;
}
.serviceCity_box .box .boxTop h5 {
  font-size: 3rem;
}
.serviceCity_box .box .boxTop .xian {
  width: 40px;
  margin: 1.25rem auto;
  height: 2px;
  background: #e6e6e6;
}
.serviceCity_box .box .boxTop p {
  font-size: 1.25rem;
}
.serviceCity_box .box .boxTop p span {
  font-family: 'gilroy_light';
  font-size: 2rem;
}
.serviceCity_box .box .boxTop .img img {
  max-width: 100%;
}
.serviceCity_box1 .box {
  display: -webkit-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 5rem;
}
.serviceCity_box1 .box .item h5 {
  font-size: 1.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #333;
}
.serviceCity_box1 .box .item .main {
  margin-top: 1.5625rem;
}
.serviceCity_box1 .box .item .main p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2.25rem;
}
.fll_word {
  background: #f5f5f5;
}
.fll_word .box .boxleft {
  box-sizing: border-box;
  position: relative;
  width: 44.125rem;
  padding-left: 10vw;
  padding-right: 6.125rem;
  padding-top: 6.875rem;
  padding-bottom: 4.5rem;
}
.fll_word .box .boxleft::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  background: #c9c9c9;
}
.fll_word .box .boxleft .content1 {
  position: relative;
  z-index: 1;
}
.fll_word .box .boxleft .content1 h5 {
  font-size: 3rem;
  font-family: 'gilroy_light';
  border-bottom: 1px solid #333;
  padding-bottom: 2rem;
}
.fll_word .box .boxleft .content2 {
  position: relative;
  z-index: 1;
  margin-top: 7.5rem;
}
.fll_word .box .boxleft .content2 img {
  width: 100%;
}
.fll_word .box .boxleft .content3 {
  margin-top: 6.875rem;
  height: 9.75rem;
}
.fll_word .box .boxleft .content3 ul li {
  line-height: 2rem;
  margin-bottom: 1.875rem;
}
.fll_word .box .boxleft .content3 ul li:last-child {
  margin-bottom: 0;
}
.fll_word .box .boxleft .content3 ul li a {
  font-size: 1.125rem;
  color: #999;
  font-family: 'gilroy_regular';
  text-transform: uppercase;
}
.fll_word .box .boxleft .content3 ul .active a {
  font-family: 'gilroy_Medium';
  color: #000;
}
.fll_word .box .banner_none {
  display: none;
}
.fll_word .box .boxRight {
  width: calc(100% - 44.125rem);
  position: relative;
}
.fll_word .box .boxRight .swiper-slide img {
  width: 100%;
  opacity: cover;
}
.fll_word .box .boxRight .button {
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: 2;
  background: #fff;
  line-height: 4.375rem;
  padding: 0 1.375rem;
}
.fll_word .box .boxRight .button span {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
.fll_word .box .boxRight .button span:hover {
  opacity: 1;
}
.fll_word .box .boxRight .button .btn_right {
  margin-left: 1.875rem;
}
.fll_word1 .box h5 {
  font-size: 3rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5rem;
  max-width: 34.875rem;
}
/* .fll_word1 .box .main {
  margin-top: 4.6875rem;
  display: -webkit-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4%;
  grid-row-gap: 4.25rem; 
}*/

.fll_word1 .box .main .item {
  width: calc(33.33% - 1rem);
    margin-right: 1.5rem;
}
.fll_word1 .box .main .item:nth-child(3n) {
  margin-right: 0;
}
.fll_word1 .box .main .item a {
  display: block;
}
.fll_word1 .box .main .item a .content1 {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 48%;
}
.fll_word1 .box .main .item a .content1 img {
  width: 100%;
  transition: 0.4s;
}
.fll_word1 .box .main .item a .content2 {
  font-size: 1rem;
  font-family: 'gilroy_light';
  color: #999;
  margin: 2.625rem 0 1.5rem;
}
.fll_word1 .box .main .item a .content3 {
  font-size: 1.5rem;
  color: #000;
}
.fll_word1 .box .main .item a .content4 {
  margin: 1rem 0;
}
.fll_word1 .box .main .item a:hover .content1 img {
  transform: scale(1.1);
}
.fll_word1 .page {
  margin-top: 5rem;
}
.fll_word1 .page .left a {
  font-size: 1.25rem;
  font-family: 'gilroy_light';
  color: #666666;
  display: inline-block;
  margin-right: 3.125rem;
  line-height: 3.125rem;
}
.fll_word1 .page .left a:hover {
  color: #000;
  font-family: 'gilroy_bold';
}
.fll_word1 .page .left .act {
  color: #000;
  font-family: 'gilroy_bold';
}
.fll_word1 .page .right {
  border: 1px solid #ccc;
  position: relative;
}
.fll_word1 .page .right a {
  display: inline-block;
  line-height: 3rem;
  width: 5rem;
  text-align: center;
  transition: 0.4s;
}
.fll_word1 .page .right a:hover {
  color: #fff;
  background: #000;
}
.fll_word1 .page .right::after {
  content: '';
  position: absolute;
  top: 15%;
  height: 70%;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  background: #ccc;
}
/*联系我们*/

.m2lxul1 li {

  text-align: center;

  width:96%;

  margin-bottom: 7.02vw;

}

.m2lxul1 li span {

  display: inline-block;

  height: 50px;

  width: 50px;

  position: relative;

}

.m2lxul1 li span img {

  position: absolute;

  left: 50%;

  top: 50%;

  border: none;

  max-width: 100%;

  height: auto;

  transform: translate(-50%,-50%);

}

.m2lxul1 li p {

  font-size: 16px;

  line-height: 30px;
  margin:0;

  /* letter-spacing: 1px; */

}

/*联系我们结束*/

/*招商加盟*/
.hezuo{
  width: 100%;
  position: relative;
  background: #0c0d21;
  color: #fff;
}

.hezuo .hezuozs{
  transform: translateY(6rem);
}

.hezuo_left{
  width: 60%;
}
.hezuo_right{
  width: calc(40% - 2rem);
  text-align: left;
  margin-left: 2rem;
}
.hezuo_right h5{
  font-size: 3rem;
}
.hezuo_right em{
  font-size: 1.12rem;
  line-height: 180%;
}
.hezuo_right h6{
  font-size: 2.25rem;
  margin-top: 8rem;
  margin-left: 7rem;
}
.hezuo_right i{
  font-size: 1rem;
  line-height: 180%;
  margin: 1rem 0;
  margin-left: 7rem;
  display: block;
  width: 16rem;
}

.hezuo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 2rem;
}

.hezuo .swiper-pagination-bullet{
  width: 0;
  height: 0;
  opacity:1;
}

.hezuo .swiper-pagination-bullet-active {
  text-decoration: underline;
}

.hezuo_right .spicq{
  margin-left: 7rem;
}

.hezuo_right .spicq img{
  width: 100%;
}

.kaidian{
  margin-top: 5rem;
  color: #fff;
}

.kaidian h5{
  font-size: 3rem;
}
.kaidian em{
  font-size: 1.12rem;
  line-height: 180%;
}
.kaidianleft{
  width: 50%;
  background: #0c0d21;
  position: relative;
}

.kaidianleft .kdwenzibg{
  position: absolute;
    bottom: 10%;
    left: 10%;
}

.kaidianleft .kaidianltxt{
  position: absolute;
    left: 10%;
}

.kaidianleft .kdwenzibg img{
  width: 80%;
}

.kaidianleft .kdline{
  position: absolute;
  top: 0%;
  left: -10%;
}



.kaidianleft .kaidianlpic{
  transform: translateX(50%);
  position: relative;
  z-index: 99;
  
}

.kaidianleft .kaidianlpic em{
  margin-top: 0.5rem;
  font-size: 1.5rem;
  display: block;
}



.kaidianltxt{
  position: absolute;
}


.kaidianright{
  width: 50%;
  background: #efefef;
  position: relative;
}

.kaidianright .kaidianrpic{
  width: 40%;
    position: absolute;
    right: 15%;
    bottom: 5%;
    z-index: 99;
}

.tiyandian .tiyanleft{
  width: 25%;
}

.tiyandian  dl{
  position: relative;
}

.tiyandian  dd{
  position: absolute;
  bottom: 8%;
  left: 8%;
  font-size: 1.25rem;
  color: #fff;
}

.tiyandian  dd span{
  font-size: 0.8rem;
}


.tiyandian .tiyanmid{
  width: 50%;
}

.tiyanmid dl dd{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 0 1rem 2rem;
  background: linear-gradient(to right, #090148, #870486);
}


.tiyandian .tiyanright{
  width: 25%;
}

.tiyandianer h3{
  text-align: center;
  font-size: 3rem;
  color: #1a1a1a;
  display: block;
  width: 100%;
}
.tiyandianer span{
  text-align: center;
  margin: 1rem auto;
}

.tiyandianer em{
  text-align: center;
  font-size: 1.1rem;
  color: #1a1a1a;
  display: block;
  width: 100%;
  line-height: 200%;margin-bottom: 2rem;
}

.zhengshu{
  overflow: hidden;
}
.zhengshu .zhengshul{
  width: 55%;
  background: #dadada;
  padding-left: 10%;
  position: relative;
}

.zhengshu .zhengshul h3{
  font-size: 3rem;
  color: #1a1a1a;
}

.zhengshu .zhengshul span{
  display: block;
  margin: 1rem auto 0.6rem;
}

.zhengshu .zhengshul em{
  font-size: 1.25rem;
  color: #666;
  line-height: 180%;
}

.zhengshuwzbg{
  position: absolute;
  right: 5%;
  bottom: 37%;
}

.zhengshu .zhengshur{
  width: 35%;
  background: #0c0d21;
}

.zhenghuswiper{
  position: relative;
}

.swiper-container-zhengshu{
  width: 90%;
  margin-top: 0 auto;
}

.swiper-button-next-zhengshu{
  right: 60px;
  left: auto;
  width: 3rem;
    height: 3rem;
    background: linear-gradient(to right, #9361f1, #96a6f5);
    border-radius: 50%;
}

.swiper-button-prev-zhengshu{
  left: -30px;
  right: auto;
  width: 3rem;
    height: 3rem;
    background: linear-gradient(to right, #9361f1, #96a6f5);
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 1.5rem;
  color: #fff;
}

.zhengshur{
  position: relative;
}
.zhengshur .zhengshura{
  position: absolute;
    left: -8%;
    top: 50%;
    transform: translateY(-50%);
}
.zhengshur .zhengshura img{
  display: block;
}
.zhengshur .zhengshura span{
  font-size: 1.25rem;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 1rem;
}

.zhengshur .zhengshurb{
  position: absolute;
    right: -25%;
    top: 50%;
    transform: translateY(-50%);
}

.zhengshur .zhengshurb span{
  font-size: 1.25rem;
    text-align: center;
    display: block;
    color: #0c0d21;
    margin-top: 1rem;
}


.case .caseleft{
  width: 50%;
  background: #0c0d21;
  position: relative;
}

.case .caseleft h3{
  width: 90%;
  height: calc(50% - 7rem);
  background: #efefef;
  font-size: 3rem;
  color: #1a1a1a;
  padding-top: 5rem;
  padding-left: 10%;
}

.case .caseleft ul{
  position: absolute;
  left: 10%;
  bottom: 0;
  font-size: 1rem;
}

.case .caseleft ul li {
  line-height: 300%;
}

.case .caseleft ul li a{
  color: #fff;
}

.case .caseright{
  width: 50%;
  background: #efefef;
}
.case .caseleftpic{
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
  background: #efefef;
}

.hezuo{
  position: relative;
}

.hezuo .hezuotxt{
  position: absolute;
  left: 50%;
  top: 5.12rem;
  transform: translateX(-50%);
  text-align: center;
}

.hezuo .hezuotxt h3{
  font-size: 3rem;
}

.hezuo .hezuotxt em{
  font-size: 1.12rem;
  line-height: 180%;
  margin-top: 2.9rem;
  display: block;
}


/*招商加盟结束*/


.pingpai_box {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 1.875rem;
}
.pingpai_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f1f1f1;
}
.pingpai_box .box {
  position: relative;
  z-index: 1;
}
.pingpai_box .box .title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2.875rem;
}
.pingpai_box .box .title h5 {
  font-size: 3rem;
  max-width: 34.875rem;
  margin-bottom: 1.375rem;
}
.pingpai_box .box .title p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.75rem;
}
.pingpai_box .box .main {
  margin-top: 3.125rem;
  display: -webkit-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 6%;
  grid-row-gap: 6.25rem;
  position: relative;
  padding: 3.125rem 0;
}
.pingpai_box .box .main::after {
  content: '';
  position: absolute;
  left: 23.5%;
  top: 3.125rem;
  height: calc(100% - 6.25rem);
  width: 1px;
  background: #e6e6e6;
}
.pingpai_box .box .main::before {
  content: '';
  position: absolute;
  top: 3.125rem;
  height: calc(100% - 6.25rem);
  right: 23.5%;
  width: 1px;
  background: #e6e6e6;
}
.pingpai_box .box .main .item {
  box-sizing: border-box;
  position: relative;
}
.pingpai_box .box .main .item:first-child::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -3.125rem;
  height: 1px;
  width: 80vw;
  background: #e6e6e6;
}
.pingpai_box .box .main .item .content1 {
  font-size: 1.375rem;
}
.pingpai_box .box .main .item .content1 span {
  font-family: 'gilroy_light';
}
.pingpai_box .box .main .item .content2 {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #999;
  line-height: 2rem;
  text-align: justify;
}
.pingpai_box1 {
  position: relative;
}
.pingpai_box1 .img img {
  width: 100%;
}
.pingpai_box1 .box h5 {
  position: absolute;
  z-index: 1;
  left: 10vw;
  top: 5.3125rem;
  font-size: 3rem;
  color: #fff;
}
.pingpai_box1 .box .main {
  position: absolute;
  left: 10vw;
  top: 20.625rem;
  width: 80vw;
}
.pingpai_box1 .box .main p {
  font-size: 1.75rem;
  color: #fff;
  width: 50%;
  margin-bottom: 6.25rem;
}
.pingpai_box1 .box .main p span {
  font-weight: bold;
}
.pingpai_box1 .box .main p:nth-child(2n) {
  text-align: right;
}
.pingpai_box2 .box .boxLeft {
  width: 51rem;
}
.pingpai_box2 .box .boxLeft .content1 h5 {
  font-size: 3rem;
}
.pingpai_box2 .box .boxLeft .content1 p {
  font-size: 1.5rem;
  margin-top: 1.25rem;
}
.pingpai_box2 .box .boxLeft .content2 {
  padding: 3.5rem 0;
  border-bottom: 1px solid #ccc;
}
.pingpai_box2 .box .boxLeft .content2 h6 {
  font-size: 1.25rem;
}
.pingpai_box2 .box .boxLeft .content2 p {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.pingpai_box2 .box .boxLeft .content3 {
  margin-top: 3.375rem;
  position: relative;
}
.pingpai_box2 .box .boxLeft .content3 .left p {
  font-size: 1.5rem;
  line-height: 3.375rem;
}
.pingpai_box2 .box .boxLeft .content3 .right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pingpai_box2 .box .boxLeft .content3 .right p {
  width: 11.125rem;
  border: 1px solid #000;
  text-align: center;
  margin-top: 1.5rem;
  transition: 0.4s;
}
.pingpai_box2 .box .boxLeft .content3 .right p a {
  font-size: 1.125rem;
  color: 'albb_light';
  color: #000;
  display: block;
  line-height: 3.5rem;
  transition: 0.4s;
}
.pingpai_box2 .box .boxLeft .content3 .right p a img {
  filter: invert(100%);
  margin-right: 0.5rem;
  transition: 0.4s;
}
.pingpai_box2 .box .boxLeft .content3 .right p:hover {
  background: #000;
}
.pingpai_box2 .box .boxLeft .content3 .right p:hover a {
  color: #fff;
}
.pingpai_box2 .box .boxLeft .content3 .right p:hover a img {
  filter: invert(0%);
}
.pingpai_box2 .box .boxRight {
  width: 41.5rem;
  background: #1b1b1b;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 8rem 6rem;
}
.pingpai_box2 .box .boxRight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 1px;
  background: #434343;
}
.pingpai_box2 .box .boxRight::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #434343;
}
.pingpai_box2 .box .boxRight .top {
  font-size: 1.625rem;
  color: #fff;
  line-height: 2.375rem;
}
.pingpai_box2 .box .boxRight .call {
  margin-top: 2.625rem;
}
.pingpai_box2 .box .boxRight .call h5 {
  font-size: 2.25rem;
  color: #fff;
  font-family: 'gilroy_bold';
}
.pingpai_box2 .box .boxRight .call p {
  font-size: 1rem;
  color: #fff;
  font-family: 'gilroy_regular';
}
.pingpai_box2 .box .boxRight .main {
  margin-top: 5.625rem;
}
.pingpai_box2 .box .boxRight .main .item .input_item {
  border-bottom: 1px solid #434343;
  width: 30%;
  transition: 0.4s;
}
.pingpai_box2 .box .boxRight .main .item .input_item:hover {
  border-bottom: 1px solid #fff;
}
.pingpai_box2 .box .boxRight .main .item .input_item input {
  height: 3.125rem;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  cursor: pointer;
}
.pingpai_box2 .box .boxRight .main .item .input_item select {
  height: 3.125rem;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.pingpai_box2 .box .boxRight .main .item .input_item select option {
  background: #000;
}
.pingpai_box2 .box .boxRight .main .item .input_item input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.pingpai_box2 .box .boxRight .main .item .input_item input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.pingpai_box2 .box .boxRight .main .item .input_item input:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.pingpai_box2 .box .boxRight .main .item .input_item input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.pingpai_box2 .box .boxRight .main .item1 {
  margin-top: 1.625rem;
}
.pingpai_box2 .box .boxRight .main .item1 .select_item {
  width: 45%;
  border-bottom: 1px solid #434343;
  transition: 0.4s;
}
.pingpai_box2 .box .boxRight .main .item1 .select_item:hover {
  border-bottom: 1px solid #fff;
}


.pingpai_box2 .box .boxRight .main .item1 .select_item input {
  height: 3.125rem;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  cursor: pointer;
}
.pingpai_box2 .box .boxRight .main .item1 .select_item select option {
  background: #000;
}
.pingpai_box2 .box .boxRight .main .item1 .select_item input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.pingpai_box2 .box .boxRight .main .item1 .select_item input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.pingpai_box2 .box .boxRight .main .item1 .select_item input:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.pingpai_box2 .box .boxRight .main .item1 .select_item input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}


.index_ten  .box .boxRight .main .item1 .select_item input {
  height: 3.125rem;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  cursor: pointer;
}
.index_ten  .box .boxRight .main .item1 .select_item select option {
  background: #000;
}
.index_ten  .box .boxRight .main .item1 .select_item input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.index_ten  .box .boxRight .main .item1 .select_item input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.index_ten  .box .boxRight .main .item1 .select_item input:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.index_ten  .box .boxRight .main .item1 .select_item input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}



.pingpai_box2 .box .boxRight .main .item1 .select_item select {
  height: 3.125rem;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.pingpai_box2 .box .boxRight .main .item1 .select_item select option {
  background: #000;
}
.pingpai_box2 .box .boxRight .main .item2 {
  margin-top: 1.625rem;
}
.pingpai_box2 .box .boxRight .main .item2 input {
  display: block;
  width: 48%;
  height: 3.125rem;
  border: 0;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: 0.4s;
}
.pingpai_box2 .box .boxRight .main .item2 input:hover {
  background: #434343;
  color: #fff;
}
.news_box .box .content1 h5 {
  font-size: 3rem;
}
.news_box .box .content1 p {
  font-family: 'gilroy_light';
  font-size: 1rem;
  margin-top: 2rem;
}
.news_box .box .content2 {
  margin-top: 5rem;
  position: relative;
}
.news_box .box .content2 .banner .item {
  position: relative;
}
.news_box .box .content2 .banner .item .boxLeft {
  width: 45%;
  overflow: hidden;
}
.news_box .box .content2 .banner .item .boxLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.news_box .box .content2 .banner .item .boxRight {
  width: 55%;
  box-sizing: border-box;
  padding: 5rem 4rem;
  background: #000;
}
.news_box .box .content2 .banner .item .boxRight .time {
  font-size: 1rem;
  color: #fff;
  font-family: 'gilroy_light';
}
.news_box .box .content2 .banner .item .boxRight .title {
  font-size: 1.625rem;
  color: 'albb_light';
  color: #fff;
  margin-top: 0.75rem;
}
.news_box .box .content2 .banner .item .boxRight .text {
  font-size: 1rem;
  color: #999;
  margin-top: 2.625rem;
}
.news_box .box .content2 .banner .item .boxRight .more {
  margin-top: 7.25rem;
}
.news_box .box .content2 .banner .item .boxRight .more a {
  font-size: 1rem;
  color: #fff;
  transition: 0.4s;
}
.news_box .box .content2 .banner .item .boxRight .more a img {
  margin-right: 0.75rem;
}
.news_box .box .content2 .banner .item .boxRight .more a:hover {
  font-weight: bold;
}
.news_box .box .content2 .banner .item .page {
  position: absolute;
  right: 3.375rem;
  z-index: 2;
  top: 10rem;
}
.news_box .box .content2 .banner .item .page .he {
  font-size: 4.25rem;
  font-family: 'gilroy_light';
  color: #fff;
}
.news_box .box .content2 .banner .item .page .ti {
  font-size: 2.125rem;
  color: #ccc;
  font-family: 'gilroy_light';
}
.news_box .box .content2 .banner .item:hover .boxLeft img {
  transform: scale(1.1);
}
.news_box .box .content2 .button {
  position: absolute;
  z-index: 2;
  bottom: 5rem;
  right: 3.375rem;
}
.news_box .box .content2 .button span {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: block;
  opacity: 0.5;
  transition: 0.4s;
}
.news_box .box .content2 .button span:hover {
  opacity: 1;
}
.news_box .box .content2 .button .btn_right {
  margin-left: 1.5rem;
}
.newsInfo_box .box .content1 a {
  font-size: 16px;
  color: #000;
  transition: 0.4s;
}
.newsInfo_box .box .content1 a span {
  display: inline-block;
  margin-right: 0.3125rem;
}
.newsInfo_box .box .content1 a:hover {
  /*font-family: 'albb_medium';*/
}
.newsInfo_box .box .content2 {
  margin-top: 4rem;
  text-align: center;
}
.newsInfo_box .box .content2 h5 {
  font-size: 2.625rem;
  color: #000;
}
.newsInfo_box .box .content2 h6 {
  font-size: 1rem;
  color: 'gilroy_light';
  color: #999;
  margin-top: 1.25rem;
}
.newsInfo_box .box .content3 {
  width: 750px;
  margin: 0 auto;
  margin-top: 5rem;
}

.newsInfo_box .box .content3 img {
  width: 100%;
}

.newsInfo_box .box .content3 video {
  width: 100%;
}
.newsInfo_box .box .content3 p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2.5rem;
  text-align: justify;
}
.newsInfo_box .box .content3 p img {
  width: 100%;
}
.newsInfo_box .box .content4 {
  margin-top: 6.875rem;
}
.newsInfo_box .box .content4 .feng {
  max-width: 48%;
}
.newsInfo_box .box .content4 .feng > a > p {
  font-size: 1.75rem;
  color: #666;
}
.newsInfo_box .box .content4 .feng div {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.75rem;
}
.newsInfo_box .box .content4 .feng div img {
  margin-right: 1rem;
}
.newsInfo_box .box .content4 .feng div span {
  display: inline-block;
}
.newsInfo_box .box .content4 .feng:hover a p {
  color: #000;
}
.newsInfo_box .box .content4 .left img {
  transform: rotateY(180deg);
}
.newsInfo_box .box .content4 .right {
  text-align: right;
}
.newsInfo_box .box .content4 .right div {
  flex-flow: row-reverse;
}
.newsInfo_box .box .content4 .right div img {
  margin-right: 0;
  margin-left: 1rem;
}
.about_box {
  overflow: hidden;
}
.about_box .box .boxLefts {
  width: 45%;
  margin-left: 5%;
}

.about_box .box .boxLefts h2{
  font-size: 28px;
  color: #fff;
  margin-top:20%;
}

.about_box .box .boxLefts .about_des{
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  margin-top:30px;
  
}
.about_box .box .boxLeft {
  width: 40%;
}

.w100 .about_boxpic{
  width: calc(50% - 5rem);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.about_box .box .boxLeft h2{
  font-size: 2.25rem;
  color: #393737;
}

.about_box .box .boxLeft .about_des{
  font-size: 16px;
  line-height: 27px;
  color: #8a8a8a;
  margin-top:30px;
}

.abouusz{
  width: 100%;
  box-sizing: border-box;
  margin-top: 4rem;
}
.abouusz .item{
  padding: 0 2.5rem;
    margin: auto;
    border-right: 1px solid #434343;
}
.abouusz .item:nth-last-child(1){
    border-right: none;
}
.abouusz .item .top {
  font-size: 1.25rem;
  color: #8a8a8a;
  text-align: center;
}

.abouusz .item .bot {
  margin-top: 0.625rem;
  color: #555056;
}

.abouusz .item .bot span {
  font-size: 3rem;
}

.abouusz .item .bot font {
  font-size: 1.5rem;
  color: #000;
}

.about_zhihui{
  position: relative;
}

.about_zhpic{
  z-index: 1;
}

.about_zhihui .about_zhl{
  width: 50%;
  display: block;
  background: #fff;
}

.about_zhihui .about_zhr{
  width: 50%;
  display: block;
  background: #eaeaea;
  z-index: 0;
  position: absolute;
  right: 0;
  height: 100%;
}

.about_zhihuides{
  background: #0c0d21;
  color: #fff;
  z-index: 9;
  width: 55%;
    height: 12rem;
    position: relative;
    transform: translateY(-25%);
    float: right;
    padding: 2rem 0 0 2rem;
}

.about_zhihuides em{
  font-style: normal;
  font-size: 16px;
  line-height:28px;
}

.about_zhihuides i{
  font-style: normal;
  font-size: 17px;
}

.about_video{
 position: relative;
}


.videosz .item {
  padding: 0 2.5rem;
  border-right: 1px solid #434343;
  margin: 0;
}

.about_shiming{
  position: absolute;
  top: 35%;
  left: 18%;
  letter-spacing:0.5rem;
}
.about_shiming span{
      margin: 1rem 0 0 0;
}
.about_shiming em{
  font-size: 36px;
  line-height:50px;
  color: #000;
}

.about_shiming i{
  font-size: 20px;
  color: #393939;
}
.about_shiming .videosz .bot {
  color: #282828;
  text-align: center;
    letter-spacing: 0;
}
/* .about_shiming .videosz .bot .counter{
  color: #282828;
}

.about_shiming .videosz .bot font{
  color: #282828;
} */

.about_shiming .videosz .top{
  color: #282828;
  letter-spacing: 0;
}

.biaoshi .about_box .box .boxLeft h2{
  color: #fff;
}


.biaoshi .about_box .box .boxLeft .about_des{
  color: #fff;
}

.biaoshi_img{
  width: calc(50% - 5rem);
  position: absolute;
  right: 0;
  top: 5rem;
}

.about_box .box .boxLeft .content1 img {
  width: 100%;
}
.about_box .box .boxLeft .content2 {
  margin-top: 5rem;
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: justify;
}
.about_box .box .boxRight {
  width: calc(50% - 5rem);
}
.about_box .box .boxRight .content1 {
  font-size: 3rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
}
.about_box .box .boxRight .content2 {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  margin-top: 3.75rem;
}
.about_box .box .boxRight .content3 {
  margin-top: 5.625rem;
}
.about_box .box .boxRight .content3 .content3_ {
  position: relative;
  width: calc(100% + 12.5rem);
}
.about_box .box .boxRight .content3 .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.about_box .box .boxRight .content3 .main .viveMore {
  margin: auto;
}
.about_box1 .box .boxLeft {
  width: 50%;
}
.about_box1 .box .boxLeft img {
  width: 100%;
}
.about_box1 .box .boxRight {
  width: 50%;
  background: #1f1f1f;
  box-sizing: border-box;
  padding: 7.75rem 11.25rem 0;
  position: relative;
}
.about_box1 .box .boxRight h5 {
  font-size: 3rem;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.about_box1 .box .boxRight .content1 {
  color: #999;
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  margin-top: 7.1875rem;
  padding-left: 7.8125rem;
}
.about_box1 .box .boxRight .content2 {
  color: #999;
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  margin-top: 6.25rem;
  padding-right: 7.25rem;
}
.about_box1 .box .boxRight .content3 {
  background: #000;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 3.625rem 2.5rem;
  box-sizing: border-box;
  border-top: 1px solid #434343;
}
.about_box1 .box .boxRight .content3 .item {
  padding: 0 2.5rem;
  margin: auto;
  border-right: 1px solid #434343;
}
.about_box1 .box .boxRight .content3 .item:last-child {
  border: 0;
}
.about_box1 .box .boxRight .content3 .item .top {
  font-size: 1.25rem;
  color: #ccc;
}
.about_box1 .box .boxRight .content3 .item .bot {
  margin-top: 0.625rem;
  color: #fff;
}
.about_box1 .box .boxRight .content3 .item .bot span {
  font-size: 3rem;
}
.about_box1 .box .boxRight .content3 .item .bot font {
  font-size: 1.5rem;
  color: #ccc;
}
.about_box1 .box .boxRight .img {
  position: absolute;
  top: 8rem;
  left: -9.375rem;
}
.about_box1 .box .boxRight .img img {
  width: 22.375rem;
}
.about_box2 {
  background: #fff;
}
.about_box2 .box > h5 {
  font-size: 3rem;
}
.about_box2 .box .main {
  margin-top: 5.625rem;
  margin-left: 10vw;
  position: relative;
}
.about_box2 .box .main .banner .swiper-slide {
  width: 60.1875rem;
}
.about_box2 .box .main .banner .item .boxLeft {
  width: 30rem;
  box-sizing: border-box;
  padding-left: 5.25rem;
  position: relative;
}
.about_box2 .box .main .banner .item .boxLeft::before {
  position: absolute;
  content: '';
  left: 2.5rem;
  top: 0.625rem;
  width: 1px;
  background: #ccc;
  height: 7.1875rem;
}
.about_box2 .box .main .banner .item .boxLeft h5 {
  font-size: 2.5rem;
  font-family: 'gilroy_light', 'albb_light';
}
.about_box2 .box .main .banner .item .boxLeft p {
  font-size: 1rem;
  color: #000;
  margin-top: 1.875rem;
  max-width: 20rem;
  line-height: 2rem;
}
.about_box2 .box .main .banner .item .boxRight img {
  width: 29.3125rem;
}
.about_box2 .box .main .button {
  position: absolute;
  top: 2.8125rem;
  z-index: 2;
  right: 25rem;
}
.about_box2 .box .main .button img {
  filter: invert(100%);
  cursor: pointer;
}
.about_box2 .box1 {
  margin-top: 4rem;
}
.about_box2 .box1 .mian {
  position: relative;
}
.about_box2 .box1 .mian::before {
  content: '';
  position: absolute;
  width: 100%;
  background: #ccc;
  height: 1px;
  top: 9px;
  left: 0;
}
.about_box2 .box1 .mian ul {
  position: relative;
  z-index: 1;
}
.about_box2 .box1 .mian ul li {
  text-align: center;
  cursor: pointer;
}
.about_box2 .box1 .mian ul li .top {
  transition: 0.4s;
  transform: scale(0);
}
.about_box2 .box1 .mian ul li .bot {
  font-size: 1rem;
  color: #999;
  margin-top: 0.9375rem;
  transition: 0.4s;
}
.about_box2 .box1 .mian ul .active .top {
  transform: scale(1);
}
.about_box2 .box1 .mian ul .active .bot {
  color: #000;
}
.about_box3 {
  background: url(../images/bg1.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 3.75rem 0;
}
.about_box3 .box .item {
  width: 25%;
  text-align: center;
}
.about_box3 .box .item .top span {
  font-size: 4.25rem;
  font-family: 'gilroy_light';
  color: #fff;
}
.about_box3 .box .item .top font {
  font-size: 2rem;
  color: #fff;
}
.about_box3 .box .item .bot {
  font-size: 1.75rem;
  color: #fff;
}

.about_box4{
  background: #fff url(../images/wenhua.jpg) no-repeat center top;
  padding-bottom: 8rem;
}

.about_box4 .box > h5 {
  font-size: 2.25rem;
  text-transform: uppercase;
  width: 90%;
    margin: 3rem auto;
    padding-top: 3rem;
}
.about_wenhua{
  width: 38%;
  background: #fff;
  transform: translateX(130%);
}
.about_box4 .box .main .boxLeft {
  border-top: 1px solid #ccc;
  width: 90%;
  margin: 0 auto;
}
.about_box4 .box .main .boxLeft .left {
  width: 10rem;
}
.about_box4 .box .main .boxLeft .left p {
  border-bottom: 1px solid #ccc;
}
.about_box4 .box .main .boxLeft .left p a {
  font-size: 1.125rem;
  color: #000;
  display: block;
  line-height: 4.875rem;
}
.about_box4 .box .main .boxLeft .left .active a {
  /*font-family: 'albb_regular';*/
}
.about_box4 .box .main .boxLeft .right {
  width: 28rem;
}
.about_box4 .box .main .boxLeft .right .tit {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 2rem;
}
.about_box4 .box .main .boxLeft .right .tit span {
  display: inline-block;
  margin-right: 2rem;
}
.about_box4 .box .main .boxLeft .right .text p {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
}
.about_box4 .box .main .boxLeft .right .text p img {
  width: 100%;
}
.about_box4 .box .main .boxRight {
  width: 45.5%;
}
.about_box4 .box .main .boxRight img {
  width: 100%;
  margin-top: -4rem;
}
@media screen and (max-width: 1680px) {
  .index_news .box .boxLeft {
    margin-left: 16.25rem;
  }
  .index_footer .box {
    margin: 0 6.25rem 0 16.25rem;
  }
}
@media screen and (max-width: 1440px) {
  .index_header .box {
    height: 80px;
  }
  .index_header .box .nav .item a {
    line-height: 80px;
    font-size: 16px;
  }
  .index_header .box .nav .item ul {
    top: 80px;
  }
  .index_header .box .call {
    line-height: 80px;
  }
  .index_news .box .boxLeft .page {
    top: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .proInfo_box .box .boxLeft .right .banner .swiper-container .swiper-slide {
    height: 190px;
  }
}
@media screen and (max-width: 1200px) {
  .index_header {
    display: none;
  }
  .header_box {
    display: block;
  }
  .fullScreen > .swiper-container > .swiper-pagination {
    display: none;
  }
  .index_banner .page {
    display: none;
  }
  .index_product .box .img_list {
    right: 3%;
    height: 10rem;
  }
  .index_product::after {
    display: none;
  }
  .index_product .img .xian {
    display: none;
  }
  .index_product .xian_ {
    display: none;
  }
  .index_product .img > div {
    height: 100%;
  }
  .index_product .img > div .banner {
    height: 100%;
  }
  .index_product .img > div .banner div {
    height: 100%;
  }
  .index_product .box {
    width: 50%;
  }
  .index_product .img::after {
    width: 50%;
  }
  .index_product .box .boxTop {
    padding: 0 2.5rem;
  }
  .index_product .box .boxBot {
    padding: 0 2.5rem;
    display: none;
  }
  .index_product .box .boxBot .button {
    left: 2.5rem;
  }
  .index_product .box .boxBot .text h6 {
    font-size: 2.4rem;
  }
  .index_honor .box .boxleft {
    padding-left: 0;
    width: 60%;
  }
  .index_honor .box .boxleft .swiper-slide {
    text-align: center;
  }
  .index_honor .box .boxleft .banner {
    display: flex;
    align-items: center;
  }
  .index_honor .box .boxleft .swiper-slide img {
    top: 0;
  }
  .index_honor .box .boxleft .swiper-container {
    height: auto;
    width: 100%;
  }
  .index_honor::after {
    width: 40%;
  }
  .index_honor .box .boxCen {
    width: 37%;
  }
  .index_honor .box .boxCen .main .top h5 {
    color: #fff;
  }
  .index_honor .box .boxCen .main .top h6 {
    color: #fff;
  }
  .index_honor .box .boxRight {
    display: none;
  }
  .index_honor .box .button {
    right: 4%;
  }
  .index_ten .box .boxBot {
    display: none;
  }
  .index_ten .box .boxTop .boxLeft {
    margin-left: 3%;
  }
  .index_ten .box .boxTop .boxLeft {
    width: 37%;
  }
  .index_ten .box .boxTop .boxRight {
    width: 58%;
    padding: 0 3rem;
  }
  .index_ten .box .boxTop {
    height: 100%;
  }
  .index_news .box .boxLeft {
    width: 27%;
    margin-left: 3%;
    padding: 0 1.75rem 0;
  }
  .index_news .box .boxLeft .page {
    left: 1.75rem;
  }
  .index_news .box .boxRight {
    margin-right: 3%;
    width: 62%;
  }
  .index_footer .box {
    margin: 0 3%;
  }
  .index_footer .box .boxCen .left p {
    margin-right: 4rem;
  }
  .lpk_pc_ .index_ten .box .boxTop .boxRight{
  	  display: none;
  }
  .lpk_pc_ .index_ten .box .boxTop {
      /* height: 70%; */
  }
/*  .lpk_pc_ .index_ten .box .boxBot {
      display: block;
      padding: 0;
	  height: 30%;
	  width: 100%;
  } */
}
@media screen and (max-width: 780px) {
	.index_ten .box .boxTop .boxLeft {
	    margin-top: 12.5rem;
	}
	.index_product .img .banner img{
		height: auto;
	}
 
  .index_product .box {
    height: auto;
    bottom: 0;
    width: 100%;
    top: 4rem;
	
  }
  .index_product .box .boxBot .text {
    /* padding: 6rem 0 4rem; */
  }
  .index_product .img::after {
    display: none;
  }
  .index_product .box .boxTop {
    padding: 0 2.5rem 1rem;
    height: 50%;
  }
  .index_product .box .boxTop h5 {
    padding-top: 3rem;
  }
  .index_honor .box .boxleft {
    height: 50%;
    width: 100%;
  }
  .index_honor::after {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
  .index_honor .box .boxCen {
    width: 94%;
    height: 50%;
    margin-left: 3%;
  }
  .index_honor .box .button {
    top: 70%;
  }
  .index_ten .box .boxTop .boxLeft {
    width: 94%;
  }
  .index_ten .box .boxTop .boxRight {
    width: 100%;
  }
  .index_news .box .boxLeft {
    width: 94%;
    margin: auto;
    border-right: 0;
  }
  .index_news .box .boxRight {
    width: 94%;
    margin: auto;
  }
  .index_news .box .boxLeft .list {
    margin-top: 7.75rem;
  }
  .index_news .box .boxRight .main .boxTop {
    height: auto;
    margin-bottom: 2rem;
  }
  .index_news .box .boxLeft .button {
    margin-top: 4.25rem;
  }
  .index_footer .box .boxCen .left {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .index_footer .box .boxCen .right {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  .index_footer .box .boxCen .right .bot {
    justify-content: center;
  }
  .index_footer .box .boxBot .left p {
    width: 100%;
    margin: 0.5rem 0;
  }
  .index_footer .box .boxBot {
    margin-top: 0;
    padding: 3rem 0;
  }
  .index_footer .box .boxBot .left span:first-child {
    display: none;
  }
  .index_footer .box .boxTop {
    display: none;
  }
  .index_footer .box .boxCen {
    margin-top: 0;
    border-top: 0;
  }
  .fll_banner .box h5 {
    font-size: 3rem;
  }
  .w1520 {
    width: 94%;
  }
  .about_box .box .boxLeft {
    width: 100%;
  }
  .about_box .box .boxRight {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
  .about_box .box .boxRight .content3 .content3_ {
    width: 100%;
  }
  .about_box .box .boxRight .content3 .content3_ > img {
    width: 100%;
  }
  .about_box1 .box .boxRight .img {
    display: none;
  }
  .about_box1 .box .boxLeft {
    width: 100%;
  }
  .about_box1 .box .boxRight {
    width: 100%;
    padding: 3rem;
  }
  .about_box1 .box .boxRight h5 {
    text-align: left;
  }
  .about_box1 .box .boxRight .content1 {
    padding-left: 0;
  }
  .about_box1 .box .boxRight .content1 {
    margin-top: 3rem;
  }
  .about_box3 .box .item .top span {
    font-size: 3.25rem;
  }
  .about_box3 .box .item .bot {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_box4 .box .main .boxLeft {
    width: 100%;
  }
  .about_box4 .box .main .boxRight {
    width: 100%;
    margin-top: 3rem;
  }
  .about_box4 .box .main .boxLeft .left {
    width: 12rem;
  }
  .about_box4 .box .main .boxRight img {
    margin-top: 0;
  }
  .about_box2 .box .main .banner .item .boxLeft {
    width: 100%;
    padding-left: 0;
  }
  .about_box2 .box .main .banner .item .boxRight {
    margin-top: 2rem;
  }
  .about_box2 .box .main .button {
    right: 5rem;
  }
  .about_box2 .box > h5 {
    margin-left: 3%;
  }
  .about_box2 .box .main {
    margin-top: 3rem;
    margin-left: 3%;
  }
  .about_box2 .box1 .mian {
    overflow: scroll;
    padding-bottom: 2rem;
  }
  .about_box2 .box1 .mian ul {
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .about_box2 .box1 .mian ul li {
    margin: 0 2%;
  }
  .footer {
    padding: 0;
  }
  .proInfo_box {
    margin-top: 5rem;
  }
  .proInfo_box .box .boxLeft .right {
    height: 42.65rem;
  }
  .proInfo_box .box .boxRight {
    margin-top: 2rem;
    width: 100%;
  }
  .proInfo_box1 {
    margin: 5rem 0;
  }
  .service_box .box .boxLeft {
    width: 100%;
  }
  .service_box .box .boxRight {
    width: 100%;
  }
  .service_box .box .boxRight::after {
    display: none;
  }
  .service_box .box {
    width: 94%;
  }
  .service_box1 .box .boxRight {
    width: 100%;
  }
  .service_box1 .box .boxLeft {
    width: 100%;
  }
  .service_box1 .box {
    position: relative;
    width: 94%;
    margin: auto;
    max-width: 1176px;
  }
  .service_box1 {
    padding: 5rem 0;
  }
  .service_box3 .box .boxLeft {
    width: 100%;
  }
  .service_box3 .box .boxRight {
    width: 100%;
  }
  .service_box3 {
    padding: 5rem 0;
  }
  .service_box3 .box {
    width: 94%;
  }
  .fll_bread .box {
    overflow: scroll;
    padding-bottom: 2rem;
  }
  .fll_bread .box ul {
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .fll_bread .box ul li {
    margin: 0 2%;
  }
  .serviceCity_box1 .box {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 3rem;
  }
  .fll_word .box .boxleft {
    width: 100%;
    padding: 5rem 3% 3rem;
  }
  .fll_word .box .boxleft .content2 {
    margin-top: 3rem;
    text-align: center;
  }
  .fll_word .box .boxleft .content2 img {
    width: 50%;
  }
  .fll_word .box .boxleft::after {
    height: 23rem;
  }
  .fll_word .box .boxleft .content3 {
    margin-top: 3rem;
  }
  .fll_word .box .boxRight {
    width: 94%;
    margin: auto;
  }
  .fll_word1 .box .main {
    grid-template-columns: repeat(2, 48%);
  }
  .pingpai_box .box .main {
    grid-template-columns: repeat(3, 1fr);
  }
  .pingpai_box1 {
    background: #333;
    height: 50rem;
    position: relative;
  }
  .pingpai_box1 .box h5 {
    left: 3%;
    top: 24rem;
    font-size: 2.4rem;
  }
  .pingpai_box1 .box .main p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .pingpai_box1 .box .main {
    left: 3%;
    top: 32rem;
    width: 94%;
  }
  .pingpai_box2 .box .boxLeft {
    width: 100%;
  }
  .pingpai_box2 .box .boxRight {
    width: 100%;
    margin-top: 3rem;
  }
  .index_footer .box .boxBot {
    text-align: center;
  }
  .index_footer .box .boxBot .right {
    width: 100%;
  }
  .pingpai_box2 .box .boxRight {
    padding: 5rem 3rem;
  }
  .news_box .box .content2 .banner .item .boxLeft {
    width: 100%;
  }
  .news_box .box .content2 .banner .item .boxRight {
    width: 100%;
  }
  .news_box .box .content2 .banner .item .boxRight {
    padding: 3rem;
  }
  .newsInfo_box .box .content4 .feng {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .newsInfo_box .box .content4 .right div {
    flex-flow: initial;
  }
  .newsInfo_box .box .content4 .right div img {
    margin-right: 1rem;
    margin-left: 0;
  }
  .newsInfo_box .box .content4 .right {
    margin-top: 1rem;
  }
  .newsInfo_box .box .content4 .right div img {
    transform: rotateY(180deg);
  }
  .newsInfo_box .box .content4 {
    margin-top: 5rem;
  }
  .index_banner .down {
    display: none;
  }
  .news_box .box .content2 .banner .item .page {
    display: none;
  }
  .fll_banner{
	  margin-top: 54px;
  }
  .index_honor .box .boxleft .swiper-slide img{
  	height: 256px;
  }
}
@media screen and (max-width: 500px) {
	.service_box .box::after{
		display: none;
	}
	.service_box1 .box::after{
		display: none;
	}
	.service_box3 .box::after{
		display: none;
	}
	
	
	.lpk_pc_ .index_ten .box .boxTop .boxRight .main{
		display: none;
	}
	.index_ten .box .boxTop .boxRight {
	    padding: 0 3%;
	}
	.index_ten .box .boxTop .boxRight{
		background: none;
	}
	.about_box2 .box .main .banner .item .boxLeft::before{
		display: none;
	}
	.index_banner .swiper-slide .box .main .content1{
		font-size: 1.5rem;
	}
  .index_banner .swiper-slide .box .main .content1 span{
    font-size: 2.5rem;
  }
  
.swiper-wrapper-pc{
  display: none;
}

.swiper-wrapper-mobile{
  display: block;
}
  .index_about .box .main .content1 {
    font-size: 2.5rem;
    padding: 0 1rem;
  }
  .index_product .box{
    top: 4.5rem;
    width: 100%;
    height: 25rem;
  }

  .index_product .tabser-container{
    width: 100%;
    height: calc(100% - 29.5rem);
    background: #0c0d21;
    position: absolute;
    bottom: 0;
  }  
  .index_product .tabser-container img{
    width: 100%;
  }  
  .index_product .tabser-container .banedtxt{
    position: absolute;
    left: 5%;
    bottom: 3rem;
    z-index: 9;
    color: #fff;
    width: 90%;
    line-height: 180%;
    font-size: 1rem;
  }   
  .index_product .box .boxBot .text h5 {
    font-size: 1.5rem;
  }
  .index_product .box .boxBot .text h6 {
    font-size: 1.5rem;
    color: #fff;
  }
  .index_product .box .boxBot .button {
    left: 2.5rem;
    top: 2.5rem;
  }
  .index_product .img{
    width: 100%;
  }
  .index_product .box .img_list{
    transform: translateY(-30%);
    height: 15rem;
    right: 2.5rem !important;
    left: auto;
    display: none;
  }
  .index_product .box .boxTop{
      height: 25rem;
      width: auto;
      position: relative;
      padding: 0 2.5rem;
  }
  
  .boxTop .swiper-button-next-product, .boxTop .swiper-button-prev-product{
      bottom: 10%;
    top: auto;
  }
  
  .boxTop .swiper-button-prev-product {
    left: 2.5rem;
}
  
    .boxTop .swiper-button-next-product {
    left: 6rem;
}


  
  .index_product .box .boxTop h5{
      font-size: 2.5rem;
  }
  .index_product .box .boxTop .tabs a{
      margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #666;
  }
  .index_product .box .boxTop .tabs a.active{
  color: #840586;
}



.index_licheng{
  width: 100%;
  background: #fff url(../images/mindex.jpg) no-repeat center top;
  background-size: cover;
}

.mindex_licheng{
  display: block;
}

.pindex_licheng{
  display: none;
}

.index_licheng .swiper-button-next-licheng, .index_licheng .swiper-button-prev-licheng{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(to right, #9463f2, #96a7f5);
}

.swiper-container-licheng dl {
  width: 100%;
  z-index: 9;
  top: 15% !important;
  left: 25% !important;
  position: absolute;
}
.swiper-container-licheng .swiper-slide-one:nth-child(3) dl, .swiper-container-licheng .swiper-slide-one:nth-child(4) dl, .swiper-container-licheng .swiper-slide-one:nth-child(5) dl {
  top: 12% !important;
}
.swiper-container-licheng .swiper-slide-one:nth-child(7) dl, .swiper-container-licheng .swiper-slide-one:nth-child(9) dl {
  top: 5% !important;
}
.swiper-container-licheng dl dd {
  font-size: 1.25rem;
}
  .banner_none .swiper-pagination-bullet{
    width: 2rem !important;
    height: 2rem !important;
    background: linear-gradient(to right, #8d56e9, #96b7f5);
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
    opacity: 0.6;
  }
  .banner_none .swiper-pagination-bullet-active{
    opacity: 1;
  }  
  .index_product .box .boxBot {
    height: 60%;}
  .index_honor .box .boxleft {
    height: 40%;
    position: relative;
    background: #0c0d21;
  }
.index_honor .box .boxleft .boxlefttop{
  height: 100%;
 }

 .index_honor .box .boxleft .boxlefttop h3 {
  font-size: 3rem;
  margin-top: 10rem;
}
 .index_honor .boxleftbot{
  display: none;
 }

 .index_honor .box .boxRight{
  display: block;
  height: 60%;
  width: 100%;
 }
 .index_honor .box .boxRight .honorwzbg {
  left: 10%;
    top: 6%;
    width: 40%;
}
.index_honor .box .boxRight .honorswiper{
  width: 60%;
  margin: 0% auto;
    position: absolute;
    font-size: 1.8rem;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
  .index_honor .box .boxCen {
    height: 30%;
  }
  .index_honor::after {
    height: 30%;
  }
  .index_honor .box .boxCen .main .top h5 {
    font-size: 1.5rem;
  }
  .index_honor .box .boxCen .main .top h6 {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .index_honor .box .boxCen .main .bot {
    margin-top: 3.125rem;
  }
  .index_honor .box .button {
    top: 78%;
  }

  .index_ten .box .boxBot {
    height: 25rem;
    width: 100%;
    background: #1b1b1b;
    box-sizing: border-box;
    position: relative;
    padding-top: 6.5rem;
    text-align: center;
    display: block;
    padding-left: 0; 
    padding-right: 0;
}

.index_ten .box .boxTop {
  height: calc(100% - 25rem);
  display: block;
  position: relative;
}

.index_ten .box .boxTop dl {
  width: 50%;
  height: 33.33%;
  float: left;
}

.index_ten .box .boxTop dl:nth-child(3) {
  width: 100%;
  height: 33.33%;
}

.index_ten .box .boxTop dl:nth-child(3) dd br {
  display: none;
}


.index_ten .box .boxTop dl dd{
  font-size: 1rem;
}

.index_ten .box .boxTop dl:nth-child(2) dd {
  width: 100%;
  position: absolute;
  bottom: 8%;
  left: 8%;
  padding: 0;
  background: none;
}

.boxTop dl:nth-child(3) dd {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 0 1rem 2rem;
    /*background: linear-gradient(to right, #090148, #870486);*/
}


.index_ten .boxTop .itiyanleft, .index_ten .boxTop .itiyanmid, .index_ten .boxTop .itiyanright {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
.index_ten .boxTop .itiyanmid {
    height: 30%;
  }


  .index_ten .boxTop .itiyanleft dl, .index_ten .boxTop .itiyanright dl {
    width: calc(50% - 0.1rem);
  }

  .index_ten .box .boxTop .boxLeft .content1 {
    font-size: 2.5rem;
  }
  .index_ten .box .boxTop .boxLeft .content2 {
    font-size: 1.8rem;
  }
  .index_ten .box .boxTop .boxLeft .content3 {
    font-size: 1.5rem;
  }
  .index_ten .box .boxTop .boxRight .main .item .input_item {
    width: 100%;
  }
  .index_ten .box .boxTop .boxRight .main .item1 .select_item {
    width: 100%;
  }

  .index_tener .box .index_newsed{
    display: none;
  }
  .index_tener .box .index_newser {
    height: 100%;
    display: block;
}
.index_tener .box .index_newser .boxLeft {
  color: #fff;
  width: 100%;
  margin-top: 4rem;
}
.index_tener .box .index_newser .boxRight .top{
  padding-top: 5.5rem;
  margin: auto;
}
.index_tener .box .index_newser .boxRight {
  width: 100%;
  padding: 0 2rem;
}

.boxTop dd span {
  display: none;
}

.index_zhaoshang {
  background: url(../images/index_zhaoshang.jpg) no-repeat;
  background-size: cover;
}

.index_zhaoshang .index_zhaoshanger{
  display: none;
}
.zhaoshangform {
  width:70%;
  margin: 0 auto;
}
.zhaoshangform input {
  width: 100%;
  height: 4rem;
  font-size: 1.5rem;
}
.zhaoshangform button {
  width: 70%;
  margin: 2rem auto;
}

/*手机新闻*/
.news_box{
    padding-top: 1.5rem !important;
}

.news_box .box .content1 p {
    margin-top: 1rem;
}
.news_box .box .content2 {
    margin-top: 1.5rem;
}
.news_box .box .content2 .banner .item .boxRight .more {
    margin-top: 2rem;
}
.fll_word1 .box .main .item{
    width: calc(50% - 0.5rem) ;
    margin-right: 1rem ;
}
.fll_word1 .box .main .item:nth-child(2n){
    margin-right: 0rem ;
}

.fll_word1 .box .main .item:nth-child(3), .fll_word1 .box .main .item:nth-child(9){
    margin-right: 1rem ;
}
.fll_word1 .box .main .item a .content2 {
    margin: 0.8rem 0;
}
.fll_word1 .box .main .item a .ellipsis {
    white-space: normal;
}
.newsInfo_box {
    padding-top: 1rem !important;
}
.newsInfo_box .box .content2 {
    margin-top: 1rem;
}
.newsInfo_box .box .content2 h5 {
    font-size: 2rem;
}
.newsInfo_box .box .content2 h6 {
    font-size: 1rem;
    color: #999;
    margin-top: 0.1rem;
}
.newsInfo_box .box .content3 {
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
}
.newsInfo_box .box .content3 p {
    line-height: 200%;
}
.newsInfo_box .box .content3 p img {
    width: 100% !important;
}
.newsInfo_box .box .content4 .feng > a > p {
    font-size: 1.25rem;
}
/*手机版关于我们*/
.about_box .box .boxLeft {
  width: 90%;
  margin: 0 auto;
}
.about_box .box .boxLeft .about_des {
  margin-top: 1.6rem;
}

.about_box .box .boxRight .abouusz {
  margin-top: 1.8rem;
}

.about_box .box .boxRight .abouusz .item {
  padding: 0 0;
  margin: auto;
  border-right: 1px solid #434343;
  width: calc(50% - 2px);
  text-align: center;
}

.about_box .box .boxRight .abouusz .item:nth-child(2n) {
  border-right: none;
}

.about_box .box .boxRight .abouusz .item:nth-child(n+3) {
  margin: 0.8rem 0;
}

.about_zhihui {
  margin-top: 0;
}

.about_zhihui .about_zhpic {
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}

.about_zhihuides {
  width: calc(90% - 3rem);
  height: auto;
  transform: translateY(0%);
  float:initial;
  padding: 1.5rem;
  margin: 0 auto;
}

.about_zhihuides em {
  font-style: normal;
  font-size: 16px;
}

.about_zhihuides i {
  font-style: normal;
  font-size: 1.2rem;
}

.about_video {
  margin-top: 3rem;
}

.about_video .about_shiming {
  top: 15%;
  left: 10%;
}

.about_video .abouusz {
  display: none;
}

.about_video .about_shiming em{
  font-size: 2.5rem;
}

.about_video .about_shiming i{
  font-size: 2rem;
}

.biaoshi{
      background: #fff !important;
      padding-bottom: 0rem !important;
}

.biaoshi .biaoshipic .biaoshi_img {
  width: 90%;
  position: relative;
  right: auto;
  top: auto;
  margin: 0 auto;
  margin-top: -8rem;
}

.about_licheng h5 {
  font-size: 2.25rem;
  margin-top: 0rem;
}

.about_box4 {
  margin-top: 2rem;
  padding-bottom: 5rem;
}

.about_box4 .about_wenhua {
  width: 90%;
  background: #fff;
  transform: translate(0);
  margin: 0 auto;
}

.about_box4 .box > h5 {
  font-size: 2.25rem;
}

.about_box4 .box .main .boxLeft{
  margin: 0;
}

.about_box4 .box .main .boxLeft {
  width: 90%;
  margin: 0 auto;
}

.about_box4 .box > h5 {
  font-size: 2.25rem;
  
}
.fll_banner .box h5 {
  font-size: 2.25rem;
}
.about_box3 .box .item .bot {
  font-size: 1.2rem;
}
.about_box4 .box .main .boxLeft {
  margin-top: 0rem;
}

.about_box4 .box .main .boxLeft .left {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_box4 .box .main .boxLeft .left p {
  width: 50%;
  text-align: center;
}

.about_box4 .box .main .boxLeft .left p:nth-child(1) {
  width: calc(50% - 1px);
  text-align: center;
  border-right: 1px solid #eee;
}
/*手机版关于我们结束*/

/*手机版合作加盟*/
.hezuo .hezuozs {
  transform: translateY(2rem);
}

.hezuo_left {
  width: 100%;
}

.hezuo_right {
  width: 100%;
  text-align: left;
  margin-left: 0;
  padding-bottom: 3.5rem;
}

.hezuo_right h5 {
  font-size: 2.25rem;
  margin-top: 0.6rem;
}

.hezuo_right .spicq, .hezuo_right h6, .hezuo_right i {
  display: none;
}

.kaidian {
  margin-top: 0rem;
  color: #fff;
  padding: 0 !important;
}

.kaidian .kaidianleft {
  width: 100%;
}

.kaidian h5 {
  font-size: 2.25rem;
}

.kaidianleft .kaidianlpic {
  transform: translateX(0%);
  width: 90%;
  margin: 0 auto;
  margin-top: 3rem;
}

.kaidianleft .kdwenzibg {
  position: relative;
}

.kaidianright {
  display: none;
}

.tiyandianer h3 {
    font-size: 2.25rem;
}

.tiyandian .tiyanleft, .tiyandian .tiyanmid, .tiyandian .tiyanright {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tiyandian dl {
  width: calc(50% - 0.1rem);
}

.tiyandian .tiyanmid dl {
  width: 100%;
}

.tiyanmid dl dd {
    width: calc(100% - 2rem);
}

.zhengshu .zhengshur{
  display: none;
}

.zhengshu .zhengshul{
  width: 90%;
}

.zhengshu .zhengshul h3 {
  font-size: 2.25rem;
}

.swiper-button-next-zhengshu, .swiper-button-prev-zhengshu{
  display: none;
}

.swiper-container-zhengshu {
    width: 100%;
}
.case{
  display: none;
}

.hezuo{
    background: url(../images/index_zhaoshang.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 1rem;
}

.hezuo .hezuojia{
  display: none;
}

.hezuo .hezuotxt{
  position: relative;
}

.hezuoform{
  position: relative !important;
  left: auto;
    top: auto;
    transform: translate(0%);
    width: 70%;
    margin: 10rem auto 5rem auto;
}

.hezuo .hezuoform input{
  width: 100%;
  margin-right: 0rem;
}

.hezuo .hezuoform button{
  width: 100%;
  margin-top: 2rem;
}
/*手机版合作加盟结束*/
.news_list_bread{
    margin-top: 1rem;
}

.news_list_bread .box{
    overflow: visible;
    padding-bottom: .5rem;
}
  .index_news .box .boxRight .main .boxTop .right h5 {
    font-size: 1.5rem;
  }
  .index_news .box .boxRight .main .boxTop .left div {
    font-size: 1.5rem;
  }
  .index_news .box .boxLeft {
    margin: 0 auto;
  }
  .index_footer .box .boxCen .right .bot {
    display: none;
  }
  .index_footer .box .boxCen .left p img {
    height: 3rem;
  }
  .index_footer .box .boxCen .left p {
    margin-right: 2rem;
  }
  .index_footer .box .boxCen {
    padding: 3rem 0;
  }
  .index_banner .button {
    right: 3%;
    bottom: 3%;
    left: auto;
  }
  .about_box .box .boxRight .content1 {
    font-size: 2.5rem;
  }
  .about_box .box .boxRight .content3 {
    margin-top: 3rem;
  }
  .about_box .box .boxRight .content2 {
    margin-top: 3rem;
  }
  .p85 {
    padding-top: 3rem;
  }
  .about_box .box .boxLeft .content2 {
    padding-top: 3rem;
  }
  .about_box .box .boxRight {
    margin-bottom: 3rem;
  }
  .about_box1 .box .boxRight .content3 {
    position: initial;
    width: 100%;
    padding: 3rem 3%;
  }
  .about_box1 .box .boxRight {
    padding: 3rem 3% 0;
    margin-top: 3rem;
  }
  .about_box1 .box .boxRight h5 {
    font-size: 2.5rem;
  }
  .about_box1 .box .boxRight .content2 {
    padding-right: 0;
  }
  .about_box1 .box .boxRight .content3 {
    margin-top: 3rem;
  }
  .about_box1 .box .boxRight .content3 .item {
    width: 50%;
    box-sizing: border-box;
    border: 0;
    padding: 1rem 0;
    text-align: center;
  }
  .about_box1 .box .boxRight .content3 .item .bot span {
    font-size: 2.5rem;
  }
  .about_box2 .box > h5 {
    font-size: 2.5rem;
  }
  .about_box2 .box .main .banner .item .boxLeft h5 {
    font-size: 2rem;
  }
  .about_box2 .box .main .banner .item .boxRight {
    width: 100%;
  }
  .about_box2 .box .main .banner .item .boxRight img {
    width: 100%;
  }
  .about_box2 .box .main .button {
    right: 3%;
    top: 0;
  }
  .about_box2 .box1 {
    margin-top: 3rem;
  }
  .p85_ {
    padding-bottom: 3rem;
  }
  .about_box3 .box .item {
    width: 50%;
    padding: 0.5rem 0;
  }
  .about_box3 .box .item .top span {
    font-size: 2.5rem;
  }
  .about_box .box .boxLeft .content2 {
    margin-top: 0;
  }
  .about_box3 {
    padding: 2.5rem 0;
  }

  .pro_box .box .list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3%;
    grid-row-gap: 20px;
  }
  .fll_bread .box ul li a {
    font-size: 1.2rem;
  }
  .pro_box .box .list .item a .main {
    display: none;
  }
  .pro_box .box .page .left a {
    display: none;
  }
  .pro_box .box .page .left .act {
    display: block;
  }
  .proInfo_box .box .boxLeft {
    width: 100%;
  }
  .proInfo_box .box .boxLeft .left {
    width: 100%;
  }
  .proInfo_box .box .boxLeft .right {
    width: 100%;
    height: auto;
  }
  .proInfo_box .box .boxLeft .right .banner {
    height: auto;
  }
  .proInfo_box1 .img img {
    width: 100%;
  }
  .proInfo_box1 h5 {
    font-size: 2.5rem;
  }
  .proInfo_box1 {
    margin: 3rem 0;
  }
  .proInfo_box .box .boxLeft .right .btn {
    width: 30px;
    height: 100%;
  }
  .proInfo_box .box .boxLeft .right .btnRight {
    right: 0;
	left: auto;
  }
  .proInfo_box .box .boxLeft .right {
    margin-top: 2rem;
  }
  .pingpai_box2 .box .boxLeft .content3 .left{
	  width: 100%;
  }
  .pingpai_box2 .box .boxLeft .content3 .right{
  	  width: 100%;
	  position: initial;
  }

  /*手机版联系我们*/
  .m2lxul1 li {
    width: 96%;
}

}
  
.flexBetween {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
