@charset "UTF-8";
:root {
  --main-color: #099fb1;
}

.w1400 {
  max-width: 1400rem;
  margin: 0 auto;
  width: 100%;
}

.grid {
  display: grid;
  gap: 20rem;
}

.picBox {
  overflow: hidden;
}
.picBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}

.w1520 {
  max-width: 1520rem;
  width: 100%;
  margin: 0 auto;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: 25rem;
  transition: ease-in-out 0.6s;
  -webkit-transition: ease-in-out 0.6s;
  -moz-transition: ease-in-out 0.6s;
  -ms-transition: ease-in-out 0.6s;
  -o-transition: ease-in-out 0.6s;
  /* background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: saturate(150%) blur(20rem);
  backdrop-filter: saturate(150%) blur(20rem); */
  background:var(--main-color);
}

.banner .picBox{
  height: 100vh;
}

.header .logo {
  display: flex;
  align-items: center;
  transition: ease-in-out 2s;
    -webkit-transition: ease-in-out 2s;
}
.header .logo img{
	
  height: 46px;
  object-fit: contain;
}
.header .nav ul > li {
  height: 75rem;
  display: flex;
  align-items: center;
  padding-top: 5rem;
}
.header .nav ul > li > a{
  position: relative;
}
.header .nav ul > li > a::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 3rem;
  background: #fff;
  left: 0;
  bottom: -20rem;
  z-index: 9;
  opacity: 0;
  transition: ease-in-out .3s;
}
.header .nav ul > li:hover a::after{
  opacity: 1;
}
.header .nav ul > li.act a::after{
  opacity: 1;
}
.header .right {
  display: flex;
  align-items: center;
}
.header .lanuage .box {
  display: flex;
  align-items: center;
}

.header .lanuage .box img{
  width: 20rem;
  object-fit: contain;
}
.header.header-new-bg {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: saturate(100%) blur(0rem);
  backdrop-filter: saturate(100%) blur(0rem);
}
.header.header-new-white-bg {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: saturate(150%) blur(20rem);
  backdrop-filter: saturate(150%) blur(20rem);
}
.header.top-header-up {
  top: -200rem;
}

.nav ul {
  display: flex;
  align-items: center;
  gap: 0 48rem;
  height: 100%;
}
.nav ul a {
  font-size: 24rem;
  color: #ffffff;
}

.lanuage p {
  font-size: 24rem;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 5rem;
}
.lanuage p span {
  display: block;
  font-size: 12rem;
  margin-left: 3rem;
}

.vr {
  margin: 0 35rem 0 25rem;
}
.vr a {
  font-size: 24rem;
  color: #fff;
}

.index_page1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../images/index_probg01.jpg) no-repeat center ;
  background-size: cover;
  /* padding-bottom: 60rem; */
}

.index_pro {
  width: 100%;
  height: inherit;
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 60rem 0; */
}

.index_pro > .swiper{
  width: 100%;
  /* height: calc(100% - 80rem); */
}
.index_pro .inpro_swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.index_pro .inpro_swiper .swiper-slide .picBox {
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
/*   padding-top: 200rem; */
}
.index_pro .inpro_swiper .swiper-slide .picBox img {
  /* width: -moz-max-content;
  width: max-content;
  max-width:100%;
  height: -moz-max-content;
  height: max-content; */
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.2);
  margin-bottom: 65rem;
}
.index_pro .inpro_swiper .swiper-slide .pro_tit {
  position: static;
  text-align: center;
  z-index: 22;
}
.index_pro .inpro_swiper .swiper-slide .pro_tit h3 {
  line-height: 1;
  font-size: 38rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2rem;
  white-space:nowrap;
}
.index_pro .inpro_swiper .swiper-slide .pro_tit p {
  font-size: 18rem;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-top: 10rem;
}
.index_pro .inpro_swiper .swiper-slide .pro_tit a {
  font-size: 18rem;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-top: 10rem;
}
.index_pro .inpro_swiper .swiper-button-next,
.index_pro .inpro_swiper .swiper-button-prev {
  width: 72rem;
  height: 72rem;
  border-radius: 50%;
  background: rgba(153, 153, 153, 0.1);
}
.index_pro .inpro_swiper .swiper-button-next:hover,
.index_pro .inpro_swiper .swiper-button-prev:hover {
  background: var(--main-color);
}
.index_pro .thum_box {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 0 200rem;
  /* min-height: 80rem; */
}
.index_pro .thum_box::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 6rem;
  height: 0;
  border-bottom: 1rem solid #fff;
  left: 0;
}
.index_pro .thum_swiper {
  width: 100%;
}
.index_pro .thum_swiper .cur_p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.index_pro .thum_swiper .cur_p .icon {
  width: 12px;
  height: 13px;
  background: url(../images/icon01.png) no-repeat center #1F1F1F;
  background-size:contain;
}
.index_pro .thum_swiper .cur_p span {
  display: block;
  color: #fff;
  font-size: 16rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 200;
  margin-top: 6rem;
}
.index_pro .thum_swiper .swiper-slide-thumb-active .cur_p .icon {
  background: url(../images/icon_h.png) no-repeat center #1F1F1F;
  width: 12px;
    height: 13px;
   
}
.index_pro .thum_swiper .swiper-slide-thumb-active .cur_p span {
  color: var(--main-color);
}

.pic_list {
  margin: 200rem 0 145rem;
}
.pic_list .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.pic_list .grid li {
  position: relative;
}
.pic_list .grid li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.pic_list .grid li p {
  font-size: 26rem;
  color: #fff;
  font-weight: 300;
  position: absolute;
  z-index: 3;
  left: 65rem;
  top: 125rem;
  text-transform: uppercase;
}
.pic_list .grid li:hover .bg {
  opacity: 0;
}

.index_page3 {
  margin-bottom: 60rem;
}
.index_page3 .font {
  text-align: center;
}
.index_page3 .font h3 {
  line-height: 1;
  font-weight: bold;
  font-size: 47rem;
  color: #000000;
  text-transform: uppercase;
}
.index_page3 .font p {
  font-size: 22rem;
  line-height: 1.5;
  color: #000000;
  font-weight: 300;
  margin-top: 27rem;
}

.index_page4 {
  position: relative;
  padding-top: 20rem;
  margin-bottom: 90rem;
}
.index_page4 .swiper {
  padding-top: 5%;
  position: relative;
}
.index_page4 .swiper .swiper-slide {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  width: 33.33%;
}
.index_page4 .swiper .swiper-slide .img {
  position: relative;
  overflow: hidden;
}
.index_page4 .swiper .swiper-slide .img img {
  width: 100%;
}
.index_page4 .swiper .swiper-slide .img .img-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 150%);
  /* -moz-opacity:0;-khtml-opacity:0;Opacity:0;Filter:alpha(opacity=0); */
  outline: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.index_page4 .swiper .swiper-slide .img .img-text h3 {
  margin-bottom: 20rem;
  width: 100%;
  font-size: 38rem;
  font-family: "VisbyCF-Medium", "Noto Sans SC";
  font-weight: 500;
  color: #fff;
}
.index_page4 .swiper .swiper-slide .img .img-text span {
  padding: 0 25rem;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.3);
  font-size: 14rem;
  line-height: 28rem;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.index_page4 .swiper .swiper-slide:hover .img .img-text span {
  background: rgba(0, 0, 0, 0.3);
}
.index_page4 .swiper .swiper-slide-prev {
  transform: scale(1) !important;
  transform: translateX(-20%) !important;
}
.index_page4 .swiper .swiper-slide-next {
  transform: scale(1) !important;
  transform: translateX(20%) !important;
}
.index_page4 .swiper .swiper-slide-active {
  transform: scale(1.3) !important;
}
.index_page4 .swiper .swiper-slide-active .img .img-text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  Opacity: 1;
  Filter: alpha(opacity=100);
  outline: none;
}
.index_page4 .swiper .swiper-hd {
  text-align: center;
  margin-top: 4%;
  height: 20rem;
}
.index_page4 .swiper .swiper-hd span {
  vertical-align: middle;
  position: relative;
  margin: 0 8rem !important;
  outline: none;
  width: 5rem;
  height: 5rem;
  background: #999;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  Opacity: 1;
  Filter: alpha(opacity=100);
  outline: none;
}
.index_page4 .swiper .swiper-hd span.swiper-pagination-bullet-active {
  background: #333;
  width: 4rem;
  height: 4rem;
}
.index_page4 .swiper .swiper-hd span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -4rem;
  bottom: -4rem;
  left: -4rem;
  right: -4rem;
  border-radius: 100%;
  border: solid 1rem #333;
}
.index_page4 .swiper .swiper-button-prev {
  left: 10%;
  top: 50%;
  transform: translateY(-20%) !important;
  outline: none;
  width: 26rem !important;
  height: 26rem !important;
  border: solid 1rem #fff;
  border-radius: 100%;
}
.index_page4 .swiper .swiper-button-prev:after {
  font-size: 12rem !important;
  color: #fff !important;
}
.index_page4 .swiper .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}
.index_page4 .swiper .swiper-button-next {
  right: 10%;
  top: 50%;
  transform: translateY(-20%) !important;
  outline: none;
  width: 26rem !important;
  height: 26rem !important;
  border: solid 1rem #fff;
  border-radius: 100%;
}
.index_page4 .swiper .swiper-button-next:after {
  font-size: 12rem !important;
  color: #fff !important;
}
.index_page4 .swiper .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.3);
}

.index_page5 {
  padding-top: 20rem;
  padding-bottom: 120rem;
}
.index_page5 .tit {
  font-weight: 600;
  font-size: 45rem;
  margin-bottom: 50rem;
}

.page_navtior .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 65rem;
}
.page_navtior .grid li .figure{width: 100%;}
.page_navtior .grid li .figure img{width: 100%;}
.page_navtior .grid .figcaption {
  min-height: 185rem;
  border-left: 2rem solid #ccc;
  padding-left: 20rem;
  padding-top: 30rem;
}
.page_navtior .grid .figcaption h3 {
  color: #333333;
  font-size: 26rem;
  font-weight: 600;
  margin-bottom: 27rem;
}
.page_navtior .grid .figcaption p {
  font-size: 18rem;
  color: #333333;
  line-height: 24rem;
  font-weight: 300;
}
.page_navtior .grid .figcaption span {
  float: right;
  margin-right: 10rem;
  font-size: 16rem;
  font-weight: 300;
  color: var(--main-color);
  margin-top: 10rem;
   padding: 5rem 11rem;
}
.page_navtior .grid li:hover .figcaption span {
  background: var(--main-color);
  color: #fff;
  padding: 5rem 11rem;
  border-radius: 5rem;
}

.index_page7 {
  background: #F2F2F2;
  padding: 70rem 0 120rem;
}
.index_page7 .tit {
  line-height: 1;
  text-align: center;
  font-size: 45rem;
  color: #000;
  font-weight: 800;
  margin-bottom: 72rem;
}
.index_page7 .message {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem 30rem;
}
.index_page7 .message .input_box input {
  width: 100%;
  height: 55rem;
  line-height: 55rem;
  border-radius: 5rem;
  box-shadow: 0rem 0 10rem rgba(0, 0, 0, 0.2);
  padding-left: 16rem;
  font-size: 18rem;
}
.index_page7 .message .input_box input::-webkit-input-placeholder{
  font-size: 18rem;
}
.index_page7 .message .input_box textarea {
  height: 200rem;
  padding-left: 18rem;
  padding-top: 8rem;
  width: 100%;
  font-size: 18rem;
  box-shadow: 0rem 0 10rem rgba(0, 0, 0, 0.2);
}
.index_page7 .message .input_box textarea::-webkit-input-placeholder{
  font-size: 18rem;
}
.index_page7 .message .input_box:last-child {
  grid-column: span 2;
}
.index_page7 .Submit {
  width: 710rem;
  height: 55rem;
  border-radius: 5rem;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  line-height: 55rem;
  margin: 20rem auto 0 auto;
  box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
}
.index_page7 .Submit button{
	font-size:24rem;
}

.footer_btm {
  height: 50rem;
  background: #1B1B1B;
}
.footer_btm .flex {
  height: 100%;
  align-items: center;
}
.footer_btm .f_nav {
  display: flex;
  align-items: center;
  gap: 0 45rem;
}
.footer_btm a {
  font-size: 18rem;
  color: #fff;
  font-weight: 200;
}
.footer_btm a:hover {
  text-decoration: underline;
}
.footer_btm .ba{
	color:#fff;
	position:relative;
	margin-right:95rem;
}

.footer_top {
  min-height: 330rem;
  background: #333333;
  padding-top: 60rem;
}
.footer_top .left {
  display: flex;
  align-items: flex-start;
  /* max-width: 780rem; */
  justify-content: space-between;
 gap: 0 100rem;
  
}
.footer_top .left .item a {
	height: 40rem;
  font-size: 18rem;
  color: #fff;
  display: block;
}
.footer_top .left .item a:hover {
  text-decoration: underline;
}
.footer_top .right .share {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer_top .right .share a{
  width: 100%;
  max-width: 30rem;
}

.footer_top .right .share a img{
  width: 100%;
  object-fit: contain;
}

.footer_top .right .form input {
  display: block;
 /*  width: 236rem; */
  /* min-width: 236px; */
  height: 44rem;
  line-height: 44rem;
  text-align: center;
  border-radius: 5rem;
  margin: 15rem 0;
  font-size:16rem;
   padding:0 20rem;
}
.footer_top .right .form button {
  float: right;
  padding:0 20rem;
  height: 44rem;
  border-radius: 5rem;
  background: var(--main-color);
  color: #fff;
  font-size: 18rem;
  text-align: center;
}

.header:hover {
  background: var(--main-color);
}

.down_page {
  position: absolute;
  height: 400rem;
  background: #fff;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  padding-top: 60rem;
  display: none;
  box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
}
.down_page .flex .d_left h3 {
  font-size: 32rem;
  font-weight: 800;
  color: var(--main-color);
  line-height: 1;
  margin-bottom: 20rem;
}
.down_page .flex .d_left dl {
  min-width: 360rem;
  width: 100%;
}
.down_page .flex .d_left a {
  width: 100%;
  display: flex;
  line-height: 40rem;
  padding: 0 15rem 0 10rem;
  font-size: 18rem;
  color: #000;
  justify-content: space-between;
}
.down_page .flex .d_left a:hover {
  background: #E0E0E0;
}
.down_page .flex .d_left a::after {
  content: "›";
  color: var(--main-color);
  display: block;
  font-size: 23rem;
}
.down_page .flex .d_right {
  max-width: 520rem;
}
.down_page .flex .d_right .font {
  display: flex;
  align-items: center;
  padding-top: 10rem;
  justify-content: space-between;
}
.down_page .flex .d_right .font h3 {
  font-size: 18rem;
  color: #333333;
  line-height: 24rem;
  max-width: 80%;
}
.down_page .flex .d_right .font a {
  display: block;
  padding: 6rem 16rem;
  font-size: 14rem;
  color: #fff;
  background: var(--main-color);
  border-radius: 5rem;
  text-transform: uppercase;
}

.contact_page2 {
  padding: 150rem 0 180rem;
}
.contact_page2 .grid {
  grid-template-columns: minmax(auto, 645rem) minmax(auto, 820rem);
  gap: 0 55rem;
}
.contact_page2 .grid .figcaption {
  font-size: 20rem;
  color: #282828;
  line-height: 24rem;
}

.contact_page1 {
  background: url(../images/contact_page1.jpg) no-repeat center bottom;
  min-height: 890rem;
  padding-top: 110rem;
  background-size:cover;
}
.contact_page1 .tit {
  font-size: 62rem;
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin-bottom: 170rem;
}
.contact_page1 .contact_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 120rem 0;
}
.contact_page1 .contact_list li {
  padding: 0 120rem;
  min-height: 142rem;
  border-right: 2rem solid #ccc;
}
.contact_page1 .contact_list li span {
  font-size: 26rem;
  color: #999999;
  display: block;
  margin-bottom: 20rem;
}
.contact_page1 .contact_list li h3 {
  font-size: 32rem;
  color: #333333;
}
.contact_page1 .contact_list li:first-child {
  padding-left: 0;
}
.contact_page1 .contact_list li:nth-last-child(2) {
  border-right: none;
}
.contact_page1 .contact_list li:last-child {
  width: 100%;
  padding-left: 0;
  border-right: none;
}
.contact_page1 .contact_list li:nth-child(4) {
  padding:0 120rem 0 0;
}

.inside_page {
  padding: 120rem 0 160rem;
}

.video_list .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 110rem 75rem;
}
.video_list .grid figure {
  position: relative;
}
.video_list .grid li:hover .play {
  transform: translate(-65%, -100%);
  opacity: 1;
}
.video_list .grid .play {
  position: absolute;
  width: 72rem;
  height: 72rem;
  border-radius: 72rem;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-65%, -50%);
  opacity: 0;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.video_list .grid figcaption h3 {
  font-size: 26rem;
  color: #333333;
  line-height: 1;
  font-weight: 600;
}
.video_list .grid figcaption p {
  display: flex;
  align-items: center;
  margin-top: 18rem;
}
.video_list .grid figcaption p span {
  font-size: 16rem;
  color: #999999;
}
.video_list .grid figcaption p span:last-child {
  padding: 2rem 10rem;
  border-radius: 5rem;
  background: #999;
  color: #fff;
  margin-left: 12rem;
}

.page_control {
  margin-top: 100rem;
}
.page_control ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8rem;
}
.page_control ul li {
  border: 1rem solid #CCCCCC;
  width: 32rem;
  height: 32rem;
}
.page_control ul li a {
  text-align: center;
  display: block;
  line-height: 30rem;
  font-size: 18rem;
  color: #cccccc;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.page_control ul li.act {
  background: var(--main-color);
  color: #fff;
}
.page_control ul li:hover a {
  background: var(--main-color);
  color: #fff;
}

.download_list .grid {
  grid-template-columns: repeat(3, 360rem);
  gap: 110rem 145rem;
  justify-content: end;
}
.download_list li .figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25rem;
}
.download_list li .figcaption h3 {
  font-size: 20rem;
  font-weight: 600;
  color: #282828;
}
.download_list li .figcaption h3 span {
  display: block;
  font-size: 14rem;
  color: #999999;
  margin-top: 8rem;
  font-weight: 400;
}
.download_list li:first-child p {
  width: 560rem;
  font-size: 26rem;
  color: #282828;
  line-height: 36rem;
  transform: translateX(-110rem);
}

.brand_page h3 {
  font-size: 60rem;
  font-weight: 400;
  color: #282828;
  line-height: 72rem;
}

.brand_box {
  display: flex;
  gap: 0 52rem;
  margin-bottom: 200rem;
}

.brand_box img{
  max-width: 1120rem;
  width: 100%;
}

.brand_box2 {
  display: flex;
  gap: 0 85rem;
  margin-bottom: 160rem;
}

.brand_box2 > img{
  max-width: 720rem;
  width: 100%;
}

.brand_box2 h3 {
  margin-bottom: 20rem;
}

.brand_video {
  max-width: 1200rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 200rem;
}
.brand_video h3 {
  text-align: right;
  padding-bottom:25rem;
}
.brand_video .m-video {
  width: 100%;
  position: relative;
}
.brand_video .m-video:hover .play {
  transform: translate(-65%, -100%);
  opacity: 1;
}
.brand_video .m-video a > img {
  width: 100%;
}
.brand_video .m-video .play {
  position: absolute;
  width: 72rem;
  height: 72rem;
  border-radius: 72rem;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-65%, -50%);
  opacity: 0;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}

.brand_box3 ul {
  margin-top: 30rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 85rem 72rem;
}

.w1760 {
  width: 92%;
  max-width: 1760rem;
  margin: 0 auto;
}

.supp_page1 {
  margin-bottom: 125rem;
}
.supp_page1 .w1520 {
  padding: 0 130rem 0 75rem;
}
.supp_page1 .flex .left_ft {
  font-size: 26rem;
  color: #000000;
  line-height: 36rem;
  max-width: 650rem;
  padding-top: 20rem;
  padding-right: 40rem;
}
.supp_page1 .ri_box {
  width: 440rem;
  height: 450rem;
  background: #E0E0E0;
  padding-left: 70rem;
  padding-top: 40rem;
}
.supp_page1 .ri_box h3 {
  font-size: 22rem;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
}
.supp_page1 .ri_box p {
  font-size: 18rem;
  color: #333333;
  line-height: 24rem;
  margin: 45rem 0 170rem;
}
.supp_page1 .ri_box a {
  padding: 7rem 16rem;
  display: block;
  background: var(--main-color);
  color: #fff;
  font-size: 18rem;
  border-radius: 5rem;
  width: -moz-max-content;
  width: max-content;
}

.sup_box {
  position: relative;
}
.sup_box .fontBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 3;
  padding-top: 50rem;
  width: 100%;
  max-width: 1400rem;
}
.sup_box .fontBox .tit {
  margin-bottom: 80rem;
}
.sup_box .fontBox .tit h3 {
  font-size: 50rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15rem;
}
.sup_box .fontBox .tit span {
  font-size: 26rem;
  color: #ffffff;
  line-height: 1;
}
.sup_box .fontBox .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 75rem;
}
.sup_box .fontBox .grid li {
  /* height: 745rem; */
  background: rgba(255, 255, 255, 0.3);
  padding: 40rem 24rem 50rem 30rem;
}
.sup_box .fontBox .grid li h3 {
  font-size: 20rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 30rem;
  margin-bottom: 100rem;
}
.sup_box .fontBox .grid li p {
  font-size: 18rem;
  color: #fff;
  font-weight: 400;
  line-height: 30rem;
}

.product_page {
  padding-top: 90rem;
}

.produc_content {
  padding: 0 130rem 0 30rem;
  display: grid;
  grid-template-columns: minmax(auto, 335rem) minmax(auto, 1365rem);
  gap: 0 60rem;
}

.pro_list .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 60rem 48rem;
}
.pro_list li {
  position: relative;
}
.pro_list li .mes_btn {
  position: absolute;
  width: 30rem;
  height: 27rem;
  right: 25rem;
  bottom: 25rem;
  z-index: 3;
  border-radius: 5rem;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transform: scale(1.5);
}
.pro_list li .mes_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pro_list li .mes_btn:hover {
  background: var(--main-color);
}
.pro_list li .picBox:hover img{
  transform: scale(1.08);
}
.pro_nav li {
  margin-bottom: 1rem;
}
.pro_nav li a {
  display: block;
  width: 100%;
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E7E7E7;
  padding: 0 12rem 0 28rem;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.pro_nav li a p {
  font-size: 20rem;
  color: #333;
  font-weight: normal;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.pro_nav li a img {
  max-width: 36rem;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.pro_nav li a:hover {
  background: var(--main-color);
  padding-right: 22rem;
}
.pro_nav li a:hover p {
  color: #fff;
}
.pro_nav li a:hover img {
  filter: brightness(100);
}
.pro_nav li.act a {
  background: var(--main-color);
  padding-right: 22rem;
}
.pro_nav li.act a p {
  color: #fff;
}
.pro_nav li.act a img {
  filter: brightness(100);
}

.about_page1 {
  padding: 110rem 0 140rem 0;
}
.about_page1 .editor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_page1 .editor .h3 {
  font-size: 62rem;
  font-weight: bold;
  color: #000;
}
.about_page1 .editor .p {
  max-width: 1050rem;
  font-size: 18rem;
  line-height: 36rem;
  font-weight: 500;
  margin-top: 130rem;
  margin-bottom: 210rem;
}
.about_page1 .editor .p p{
	font-size: 20rem;
}

.about_num {
  margin-top: 120rem;
}
.about_num ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about_num li .tp {
  display: flex;
}
.about_num li .tp span {
  font-size: 20rem;
  color: var(--main-color);
}
.about_num li .num {
  font-size: 62rem;
  font-weight: bold;
  color: var(--main-color);
}
.about_num li p {
  font-size: 20rem;
  color: #333;
}

.about_page3 {
  padding: 140rem 0 300rem 0;
}
.about_page3 .tit {
  font-size: 47rem;
  font-weight: bold;
  margin-bottom: 120rem;
}

.about_page4 {
  position: relative;
  margin-bottom: 120rem;
}
.about_page4 .tit {
  font-size: 47rem;
  font-weight: bold;
  margin-bottom: 100rem;
  max-width: 1520rem;
  margin: 0 auto;
  width: 100%;
}
.about_page4 .fbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.news_list ul {
  display: flex;
  flex-direction: column;
  gap: 75rem 0;
}
.news_list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 70rem;
}

.news_list li a .figure{
  max-width: 1080rem;
  width: 100%;
}
.news_list li:nth-child(2n) a {
  flex-direction: row-reverse;
}
.news_list li .figcaption .tit {
  font-size: 72rem;
  font-weight: bold;
  color: #333333;
}
.news_list li .figcaption .inf {
  font-size: 26rem;
  color: #333333;
  line-height: 36rem;
  max-width: 298rem;
  font-weight: 500;
  margin: 25rem 0;
}
.news_list li .figcaption .time {
  font-size: 20rem;
  color: #cccccc;
  margin-bottom: 30rem;
}
.news_list li .figcaption .more {
  padding: 8rem 16rem;
  background: var(--main-color);
  border-radius: 5rem;
  font-size: 16rem;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}

.culture_page {
  background: #010F18;
  padding-top: 380rem;
}
.culture_page .cul_tit {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2rem var(--main-color);
  font-size: 130rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: -4rem;
}
.culture_page .earth {
  margin-top: 120rem;
  position: relative;
}
.culture_page .earth .h3 {
  position: absolute;
  top: 34%;
  left: 10.4166666667%;
  font-size: 50rem;
  line-height: 1.7;
  color: #fff;
  font-weight: 700;
}
.culture_page .earth .h3 span {
  color: var(--main-color);
}

.culture_page1 .w1520 {
  padding: 0 80rem;
}
.culture_page1 .editor {
  max-width: 820rem;
  float: right;
}
.culture_page1 .editor p {
  font-size: 38rem;
  color: #ffffff;
  line-height: 60rem;
  margin: 110rem 0 100rem 0;
}
.culture_page1 .editor span {
  display: block;
  font-size: 26rem;
  color: #fff;
  margin-right: 0;
  float: right;
}

.culture_page2 {
  padding-top: 240rem;
}
.culture_page2 .ftBox {
  padding-bottom: 200rem;
}
.culture_page2 .ftBox p {
  font-size: 38rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.culture_page2 .ftBox p span {
  font-size: 62rem;
  line-height: 1;
  color: var(--main-color);
}

.culture_page3 {
  padding: 200rem 0 240rem;
}
.culture_page3 .tit {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2rem var(--main-color);
  font-size: 85rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: -4rem;
  text-align: center;
  line-height: 1.5;
}
.culture_page3 .inf {
  font-size: 26rem;
  color: #ffffff;
  line-height: 36rem;
  max-width: 932rem;
  margin: 80rem auto 200rem auto;
}
.culture_page3 .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.culture_page3 .list ul li {
  display: flex;
  align-items: flex-start;
  gap: 0 25rem;
}
.culture_page3 .list ul .ft h3 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1rem var(--main-color);
  font-size: 32rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0rem;
}
.culture_page3 .list ul .ft p {
  font-size: 14rem;
  line-height: 18rem;
  color: #ffffff;
  margin-top: 10rem;
}

.culture_page4{
	background:#fff;
	text-align:center;
	margin:180rem 0;
	padding-top:0;
	
}
.culture_page4 .culture_page4-img{
	position:relative;
	display:inline-block;
  max-width: 1520rem;
  margin: 0 auto;
}
.culture_page4 .tit{
	position:absolute;
	right:10%;
	top:25%;
	text-align:right;
}
.culture_page4 .tit p{
	
	font-size: 28rem;
      margin: 30rem 0 25rem;
    color: #fff;
}
.culture_page4 .tit hr{
	width:54rem;
	height:6rem;
	float: right;
	background:#fff;
}
.areas_list .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 205rem 100rem;
}
.areas_list .grid li p {
  font-size: 22rem;
  color: #000;
  line-height: 1;
  margin-top: 30rem;
}
.areas_list .grid li:nth-child(3n+2) .box {
  transform: translateY(-445rem);
}

.areas_page .tit {
  height: 445rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.areas_page .tit p {
  max-width: 412rem;
  font-size: 18rem;
  color: #000000;
  line-height: 24rem;
}
.areas_page .tit h3 {
  font-size: 72rem;
  color: #000000;
  font-weight: bold;
}

.precision_page .item_first {
  position: relative;
  /* width: -moz-max-content;
  width: max-content; */
  margin-bottom: 150rem;
  max-width: 1170rem;
  width: 100%;
}
.precision_page .item_first .picBox {
  width: 100%;
}
.precision_page .item_first .font_box {
  position: absolute;
  right: -600rem;
  top: 52rem;
  max-width: 1000rem;
  width: 100%;
  height: calc(100% - 100rem);
  z-index: 3;
  background: rgba(204, 204, 204, 0.7);
  padding-top: 60rem;
  padding-left: 100rem;
}
.precision_page .item_first .font_box h3 {
  font-size: 62rem;
  color: #000000;
  font-weight: 600;
}
.precision_page .item_first .font_box p {
  max-width: 605rem;
  font-size: 22rem;
  color: #000000;
  line-height: 1.5;
  margin-top: 300rem;
  margin-left: 180rem;
}
.precision_page .item_second {
  padding-bottom: 160rem;
}
.precision_page .item_second p {
  font-size: 22rem;
  color: #000000;
  line-height: 1.5;
  margin-top: 40rem;
}
.precision_page .item_three {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.precision_page .item_three .picBox {
  width: 100%;
  max-width: 1600rem;
}
.precision_page .item_three .font_box {
  position: absolute;
  right: 60rem;
  top: 110rem;
  max-width: 1000rem;
  height: 580rem;
  background: rgba(204, 204, 204, 0.7);
  padding-left: 72rem;
  padding-top: 45rem;
  width: 100%;
}
.precision_page .item_three .font_box h3 {
  font-size: 62rem;
  color: #000000;
  font-weight: 600;
}
.precision_page .item_three .font_box p {
  max-width: 605rem;
  font-size: 22rem;
  color: #000000;
  line-height: 1.5;
  margin-top: 160rem;
  margin-left: 260rem;
}

.pre_contact {
  width: 100%;
  height: 675rem;
  background: url(../images/precision_img04.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 120rem;
}
.pre_contact .w1520 {
  padding: 0 100rem 0 220rem;
  display: flex;
  justify-content: space-between;
  height: inherit;
  align-items: center;
}
.pre_contact .right {
  width: 440rem;
  height: 450rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 40rem 50rem 50rem 70rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pre_contact .right h3 {
  font-size: 22rem;
  color: #333333;
  line-height: 1.5;
  font-weight: 600;
}
.pre_contact .right p {
  font-size: 18rem;
  color: #333333;
  line-height: 24rem;
  margin-bottom: 100rem;
}
.pre_contact .right a {
  display: block;
  padding: 8rem 16rem;
  border-radius: 5rem;
  background: var(--main-color);
  font-size: 20rem;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
.pre_contact .left {
  height: 450rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pre_contact .left h3 {
  font-size: 62rem;
  line-height: 70rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.pre_contact .left p {
  font-size: 20rem;
  line-height: 24rem;
  color: #ffffff;
}

.design_item1 {
  max-width: 82.8125%;
}
.design_item1 .fontBox {
  padding: 50rem 0 120rem 0;
  padding-left: 12.5786163522%;
}
.design_item1 .fontBox h3 {
  font-size: 62rem;
  color: #333333;
}
.design_item1 .fontBox p {
  font-size: 22rem;
  color: #333333;
  line-height: 1.5;
  max-width: 890rem;
  margin-top: 70rem;
  margin-right: 0;
  float: right;
}

.design_item2 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.design_item2 .picBox {
  max-width: 78.125%;
}
.design_item2 .fontBox {
  position: absolute;
  max-width: 1000rem;
  height: 620rem;
  width: 92%;
  left: 0;
  bottom: 0;
  background: rgba(242, 242, 242, 0.8);
  z-index: 3;
  padding-left: 10.4166666667%;
  padding-top: 260rem;
}
.design_item2 .fontBox p {
  font-size: 22rem;
  line-height: 1.5;
  color: #333333;
  max-width: 700rem;
}

.broker_page1 {
  background: #F2F2F2;
  padding: 90rem 0 110rem;
}
.broker_page1 .top {
  display: grid;
  grid-template-columns: minmax(auto, 980rem) minmax(auto, 480rem);
  gap: 0 40rem;
}
.broker_page1 .top .list {
  padding-top: 32rem;
}
.broker_page1 .top .list li {
  height: 70rem;
  display: flex;
  align-items: center;
  border-bottom: 1rem solid #878C92;
  padding-top: 8rem;
  padding-left: 15rem;
}
.broker_page1 .top .list li img {
  margin-right: 27rem;
  max-width: 36rem;
}
.broker_page1 .top .list li span {
  font-size: 20rem;
  color: #333333;
}

.broker_page2 .w1520 {
  padding: 120rem 70rem 200rem 90rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.broker_page2 .w1520 > h3 {
  font-size: 50rem;
  color: #000000;
  line-height: 60rem;
  font-weight: bold;
}
.broker_page2 .box {
  width: 535rem;
  height: 395rem;
  background: #F2F2F2;
  padding: 60rem 90rem 40rem 60rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.broker_page2 .box p {
  font-size: 26rem;
  line-height: 1.5;
  color: #000000;
}
.broker_page2 .box a {
  display: block;
  padding: 8rem 16rem;
  border-radius: 5rem;
  background: var(--main-color);
  font-size: 18rem;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}

.broker_page3 .tit {
  font-size: 50rem;
  color: #000000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60rem;
}
.broker_page3 .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.broker_page3 .grid li {
  background: #000;
  position: relative;
}
.broker_page3 .grid li:hover .picBox {
  opacity: 1;
}
.broker_page3 .grid li:hover .p {
  color: var(--main-color);
}
.broker_page3 .grid .picBox {
  opacity: 0.2;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.broker_page3 .grid .p {
  position: absolute;
  font-size: 32rem;
  color: #ffffff;
  font-weight: 600;
  left: 60rem;
  top: 60rem;
  z-index: 3;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.broker_page4 {
  padding: 160rem 0 140rem;
}
.broker_page4 .w1520 {
  padding: 0 80rem;
}
.broker_page4 .h3 {
  text-align: left;
  font-size: 120rem;
  color: var(--main-color);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 110rem;
}
.broker_page4 .h3 span {
  margin-left: 375rem;
}
.broker_page4 .p {
  float: right;
  max-width: 920rem;
  font-size: 36rem;
  color: #000000;
  line-height: 60rem;
  margin-right: 0;
 /*  text-align: justify; */
  word-break: keep-all;
}
.broker_page4 .p:last-child {
  width: 100%;
  text-align: right;
  margin-top: 45rem;
}

.broker_page5 {
  background: #F2F2F2;
  padding: 50rem 0 100rem;
}
.broker_page5 .tit {
  font-size: 47rem;
  font-weight: 600;
  color: var(--main-color);
  text-align: center;
  line-height: 1;
  margin-bottom: 50rem;
}
.broker_page5 .mesage {
  display: grid;
  grid-template-columns: minmax(auto, 670rem) minmax(auto, 750rem);
  justify-content: space-between;
  gap: 0 90rem;
}
.broker_page5 .mesage .left {
  font-size: 20rem;
  color: #333333;
  line-height: 24rem;
}
.broker_page5 .mesage .left h3 {
  font-size: 20rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20rem;
}
.broker_page5 .mesage .left p {
  font-size: 20rem;
  color: #333333;
  line-height: 24rem;
}
.broker_page5 .mesage .left h6 {
  text-align: right;
  margin-top: 30rem;
  font-size: 20rem;
  color: #333333;
  font-weight: bold;
}
.broker_page5 .mesage .right p {
  font-size: 20rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 25rem;
}
.broker_page5 .mesage .right .input_box {
  margin-bottom: 18rem;
}
.broker_page5 .mesage .right .input_box input {
  width: 100%;
  height: 55rem;
  line-height: 55rem;
  border-radius: 5rem;
  box-shadow: 0rem 0 10rem rgba(0, 0, 0, 0.2);
  padding-left: 16rem;
  font-size:18rem;
}
.broker_page5 .mesage .right .input_box textarea {
  height: 200rem;
  padding-left: 16rem;
  padding-top: 8rem;
  width: 100%;
   font-size:18rem;
  box-shadow: 0rem 0 10rem rgba(0, 0, 0, 0.2);
}
.broker_page5 .mesage .right .btn {
  width: 100%;
  height: 55rem;
  border-radius: 5rem;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  line-height: 55rem;
  margin: 0 auto 0 auto;
  box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
  font-size: 24rem;
}

.inside_header {
  background: var(--main-color) !important;
}

.w1080 {
  max-width: 1080rem;
  width: 100%;
  margin: 0 auto;
}

.news_deta {
  padding-top: 180rem;
}
.news_deta .tit {
  margin-bottom: 90rem;
}
.news_deta .tit h3 {
  font-size: 38rem;
  font-weight: bold;
  color: #000000;
}
.news_deta .tit span {
  font-size: 20rem;
  color: #999999;
  margin-top: 18rem;
  display: block;
}
.news_deta .f_inf {
  float: right;
  width: 800rem;
  padding: 70rem 0 180rem;
  font-size: 20rem;
  line-height: 32rem;
  color: #000000;
  margin-left: 280rem;
}
.news_deta .back_a a {
  max-width: 42rem;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90rem;
}
.news_deta .back_a a span {
  display: block;
  font-size: 12rem;
  color: #999999;
  margin-top: 5rem;
}

.news_control {
  margin-bottom: 120rem;
}
.news_control ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.news_control li {
  background: #000;
}
.news_control .picBox {
  height: 100%;
  opacity: 0.3;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.news_control a {
  display: block;
  position: relative;
}
.news_control a:hover .picBox {
  opacity: 1;
}

.news_control p {
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  font-size: 20rem;
  width: 72rem;
    height: 72rem;
    border-radius: 50%;
    background: rgba(153, 153, 153, 0.1);
	 transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.news_control p:after{
	font-size:29rem;
}
.news_control a:hover p.swiper-button-prev{
	background: var(--main-color);
}
.news_control a:hover p.swiper-button-next{
	background: var(--main-color);
}
.news_control p.last {
  left: 45rem;
}
.news_control p.last span {
  margin-right: 10rem;
}
.news_control p.next {
  right: 45rem;
}
.news_control p.next span {
  margin-left: 10rem;
}

.pro_deta {
  padding-top: 100rem;
}
.pro_deta .pro_top {
  display: grid;
  height: calc(100vh - 100rem);
  /* grid-template-columns: minmax(auto, 1005rem) minmax(auto, 915rem); */
  grid-template-columns: 50% 50%;
  grid-auto-rows: calc(100vh - 100rem);
}
.pro_picture{
  background-image: linear-gradient(to top, #D0D0D0 0%, #F2F2F2 100%);
}
.pro_picture .swiper{
  height: 100%;
}
.pro_picture .swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_picture .swiper img{
  /* height: 100%; */
}
.pro_deta .pro_inf {
  padding-left: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.pro_deta .pro_inf .box{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.pro_deta .pro_inf .name h3 {
  font-size: 62rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20rem;
}
.pro_deta .pro_inf .name h3 span {
  font-size: 32rem;
  color: #333333;
  display: block;
}
.pro_deta .pro_inf .p_editor {
  font-size: 20rem;
  color: #333333;
  line-height: 24rem;
  /* margin: 30rem 0 0; */
  margin: 0rem 0 60rem;
}
 
.pro_deta .pro_inf .p_editor span {
  font-size: 20rem!important;
  line-height:1.4;
}
.pro_deta .pro_inf .p_editor p {
  font-size: 20rem!important;
  line-height:1.4;
}
.pro_deta .pro_inf .p_editor strong{
  font-size: 28rem!important;
  margin-bottom:10px;
}
.pro_deta .pro_inf .p_editor strong span{
  font-size: 28rem!important;
  margin-bottom:10px;
}
.pro_deta .pro_inf .p_editor strong p{
  font-size: 28rem!important;
  margin-bottom:10px;
}
.pro_deta .pro_inf .btn {
  padding: 8rem 16rem;
  border-radius: 5rem;
  display: block;
  background: var(--main-color);
  font-size: 18rem;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  min-width:152rem;
  min-height:44rem;
  line-height:28rem;
  text-align:center;
}

.pro_ht {
  border-bottom: 1rem solid #ccc;
}
.pro_ht .w1520 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_ht .left_nav ul {
  display: flex;
  align-items: center;
  gap: 0 50rem;
}
.pro_ht .left_nav li a {
  display: block;
  line-height: 100rem;
  position: relative;
  padding: 0 16rem;
  font-size: 22rem;
  color: #010101;
}
.pro_ht .left_nav li a::after {
  width: 0%;
  height: 6rem;
  background: var(--main-color);
  left: 50%;
  bottom: 0;
  z-index: 3;
  content: "";
  position: absolute;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.pro_ht .left_nav li.act a::after {
  width: 100%;
  left: 0;
}
.pro_ht .r_nav {
  font-size: 20rem;
  color: #999999;
}
.pro_ht .r_nav a {
  font-size: 20rem;
  color: #999999;
}
.pro_ht .r_nav a:hover {
  text-decoration: underline;
  color: #333;
}

.prodeta_com .mod {
  padding: 0 30rem 70rem 30rem;
  display: none;
}
.prodeta_com .mod.act {
  display: block;
}

.pro_down {
  text-align: center;
  float: right;
  margin-bottom: 80rem;
}
.pro_down h3 {
  font-size: 32rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 30rem;
  font-weight: bold;
}
.pro_down ul {
  display: flex;
  align-items: center;
  gap: 0 60rem;
}

.pro_down ul li a{
  max-width: 138rem;
  display: block;
}

.son-nav-chanpin-bg {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/nav-chanpin-bg.jpg) no-repeat left center;
  background-size: cover !important;
}
.son-nav-chanpin-bg .son-nav-chanpin-img {
  position: absolute;
  width: 46%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.nav-bg {
  background: rgba(45, 48, 50, 0.6);
  backdrop-filter: blur(20rem);
  -webkit-backdrop-filter: saturate(150%) blur(20rem);
  backdrop-filter: saturate(150%) blur(20rem);
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  width: 54.1666666667%;
  display: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.nav-bg .close-nav {
  color: #fff;
  position: absolute;
  top: 40rem;
  right: 60rem;
  height: 60rem;
  line-height: 60rem;
  text-align: center;
  cursor: pointer;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  Filter: alpha(opacity=80);
  transform: translateX(-50%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  display: flex;
  align-items: center;
  gap: 0 8rem;
}
.nav-bg .close-nav span {
  font-size: 18rem;
  color: #fff;
}
.nav-bg .close-nav:hover {
  opacity: 1;
}

.nav-content {
  height: 80%;
  display: none;
  table-layout: fixed;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 90rem;
  bottom: 90rem;
  width: 54.1666666667%;
}
.nav-content .pd_nav {
  padding: 30rem 0 0 10%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.nav-content .pd_nav .tit {
  font-size: 26rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30rem;
}
.nav-content .pd_nav .tit a{
  color: #fff;
  transition:ease-in-out .2s;
}
.nav-content .pd_nav .tit a:hover{
  color: var(--main-color);
}
.nav-content .pd_nav ul {
  position: relative;
}
.nav-content .pd_nav ul li {

}
.nav-content .pd_nav ul li > a {
  font-size: 22rem;
  line-height: 50rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  max-width: 430rem;
  width: 100%;
}
.nav-content .pd_nav ul li > a::before {
  content: "";
  width: 14rem;
  height: 14rem;
  display: block;
  background: url(../images/yuan.png) no-repeat center;
  background-size:contain;
  margin-right: 12rem;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.nav-content .pd_nav ul li > a:hover {
  color: var(--main-color);
}
.nav-content .pd_nav ul li > a:hover::before {
  background: url(../images/yuan_h.png) no-repeat center;
}
.nav-content .pd_nav ul li .son-nav-list {
  display: none;
  position: absolute;
  width:inherit;
	height:100%;
  left: 350rem;
  top: 10rem;
  z-index: 88;
}
.nav-content .pd_nav ul li .son-nav-list .p {
  line-height: 48rem;
  margin-bottom: 20rem;
}
.nav-content .pd_nav ul li .son-nav-list .p a {
  font-size: 18rem;
  color: #ffffff;
  line-height: 28rem;
  display: block;
}
.nav-content .pd_nav ul li .son-nav-list .p a:hover {
  text-decoration: underline;
}

.index_page6 {
  background: #DCDCDC;
  min-height: 445rem;
  padding-top: 45rem;
  position: relative;
}
.index_page6 .swiper-button-prev,
.index_page6 .swiper-button-next {
  width: 50rem;
  height: 50rem;
  border-radius: 50rem;
  background: #666666;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.index_page6 .swiper-button-prev::after,
.index_page6 .swiper-button-next::after {
  color: #fff;
  font-size: 20rem;
}
.index_page6 .swiper-button-prev {
  left: 52rem;
}
.index_page6 .swiper-button-next {
  right: 52rem;
}
.index_page6 .swiper-button-prev:hover,
.index_page6 .swiper-button-next:hover {
  
  background: var(--main-color);
}
.index_page6 .tit {
  font-size: 47rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  line-height: 1;
}
.index_page6 .w1520 {
  padding: 0 40rem;
}
.index_page6 .inpro_swiper {
  margin-top: 60rem;
}
.index_page6 .inpro_swiper .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60rem 0 30rem;
  border-left: 2rem solid #999999;
}
.index_page6 .inpro_swiper .box .left{
  width:50%;
}
.index_page6 .inpro_swiper .box .left h3 {
  font-size: 38rem;
  font-weight: bold;
  color: #000000;
}
.index_page6 .inpro_swiper .box .left p {
  font-size: 20rem;
  line-height: 24rem;
  color: #000000;
  margin: 20rem 0 40rem;
}
.right_menu_w{
	display:none;
}
.right_menu {
	
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 8rem 0;
}
.right_menu .item {
  display: flex;
  align-items: center;
  /* transform: translateX(170rem); */
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  cursor: pointer;
}
.right_menu .item .suport {
  height: 49rem;
  line-height: 49rem;
  background: #313131;
  text-align: center;
  position:absolute;
  z-index:3;
  left:100%;
  width: 170rem;
}
.right_menu .item .icon{
	position:relative;
	z-index:9;
}
.right_menu .item .suport p,
.right_menu .item .suport a {
  font-size: 16rem;
  color: #ffffff;
}

.honor_tc {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 111;
  display: none;
}
.honor_tc .honor_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
}
.honor_tc .honor_box {
  position: absolute;
  z-index: 33;
  width: 456rem;
  height: 644rem;
  background: #fff;
  border-radius: 10rem;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor_tc .honor_box img {
  width: 100%;
}
.honor_tc .honor_box .swiper-button-prev,
.honor_tc .honor_box .swiper-button-next {
  width: 50rem;
  height: 50rem;
  border-radius: 50rem;
  background: #fff;
}
.honor_tc .honor_box .swiper-button-prev::after,
.honor_tc .honor_box .swiper-button-next::after {
  color: #999;
  font-size: 22rem;
  font-weight: bold;
}
.honor_tc .honor_box .swiper-button-prev {
  left: -60rem;
}
.honor_tc .honor_box .swiper-button-next {
  right: -60rem;
}
.honor_tc .honor_box .honor-close {
  width: 50rem;
  height: 50rem;
  border-radius: 50rem;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -30rem;
  top: -30rem;
  cursor: pointer;
}
.honor_tc .honor_box .honor-close img {
  width: 30%;
}

.lanuage {
  position: relative;
  cursor: pointer;
}

.down_lanuage {
  position: absolute;
  left: 0;
  top: 52rem;
  z-index: 399999;
  background: rgba(255, 255, 255, 0.8);
  width: 120rem;
  border-radius: 5rem;
  overflow: hidden;
  padding: 6rem 0;
  display: none;
}
.down_lanuage a {
  line-height: 24rem;
  display: block;
  text-align: center;
  margin: 10rem 0;
  font-size: 20rem;
}
.down_lanuage a:hover {
  color: var(--main-color);
}

.content_search {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  display: none;
}
.content_search .bg {
  background-color: rgba(12, 18, 23, 0.7);
  height: 100%;
  width: 100%;
}
.content_search .bg .search_close {
  z-index: 1;
  position: fixed;
  right: 40rem;
  top: 30rem;
  border: 2rem solid #fff;
  border-radius: 50%;
  width: 40rem;
  height: 40rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.content_search .search_box {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  /* box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.4); */
  flex-flow: column;
  transition: transform 0.2s ease-out, left 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out;
  will-change: transform, left, top, right;
  max-width: 1440rem;
  padding-left: 48rem;
  padding-right: 48rem;
  width: 100%;
}
.content_search .search_inner {
  overflow-y: visible;
  width: 100%;
  max-width: 800rem;
  text-align: center;
  margin: 0 auto;
}
.content_search .search_inner h3 {
  font-size: 50rem;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24rem;
  text-transform: capitalize;
  text-align: center;
}
.content_search .search_inner .input_box {
  height: 52rem;
  width: 100%;
  padding: 8rem 12rem;
  background: #fff;
  border-radius: 5rem;
  position: relative;
}
.content_search .search_inner .input_box input {
  width: 100%;
  height: 100%;
  padding-left: 20rem;
  font-size:18rem;
}
.content_search .search_inner .input_box button {
  position: absolute;
  width: 44rem;
  height: 32rem;
  padding: 6rem 12rem;
  border: 2rem solid var(--main-color);
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  background: var(--main-color);
  border-radius: 20rem;
  outline-offset: -1rem;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
.content_search .search_inner .input_box button:hover {
  outline: 4rem solid var(--main-color);
}

.search {
  cursor: pointer;
  max-width: 30rem;
  width: 100%;
}

.about_page3 .history,
.index_page2 .history {
  min-height: 360rem;
  /* padding-top:40rem; */
  background: url(../images/about_ht.png) no-repeat top left transparent;
  background-position:left 60rem;
  background-size: contain;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(auto, 260rem) minmax(auto, 450rem) minmax(auto, 270rem) minmax(auto, 320rem) minmax(auto, 200rem);
}
.about_page3 .history h3,
.index_page2 .history h3 {
  font-size: 34rem;
  font-weight: 800;
  color: #000;
  line-height: 1;
  margin-bottom: 10rem;
}
.about_page3 .history p,
.index_page2 .history p {
  font-size: 16rem;
  color: #333;
  line-height: 1.4;
}
.about_page3 .history .item:last-child,
.index_page2 .history .item:last-child {
  padding-top: 140rem;
  text-align: right;
}
.about_page3 .history .item:nth-child(3),
.index_page2 .history .item:nth-child(3) {
  padding-top: 240rem;
}
.about_page3 .history .item:nth-child(2),
.index_page2 .history .item:nth-child(2) {
  padding-top: 150rem;
}

.about_page3 .history .item:first-child,
.index_page2 .history .item:first-child {
  padding-top: 360rem;
}

.index_page2 {
  padding-top: 140rem;
}
.index_page2 .btn_img {
  max-width: 1520rem;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.index_page2 .btn_img img{width: 100%;}
.index_page2 .title h3 {
  font-size: 47rem;
  color: var(--main-color);
  font-weight: 600;
}
.index_page2 .title p {
  font-size: 18rem;
  color: #000000;
  line-height: 24rem;
  margin: 25rem 0;
}
.index_page2 .title span {
  font-size: 18rem;
  color: #fff;
  padding: 3rem 10rem;
  background: var(--main-color);
  display: block;
  border-radius: 5rem;
  width: -moz-max-content;
  width: max-content;
}

.download_pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}
.download_pop .bg {
  position: relative;
  z-index: 33;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.download_pop .download_box {
  position: absolute;
  z-index: 44;
  width: 600rem;
  background: #fff;
  padding: 20rem;
  border-radius: 20rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.download_pop .download_box .form p {
  font-size: 20rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 25rem;
}
.download_pop .download_box .form .input_box {
  margin-bottom: 18rem;
}
.download_pop .download_box .form .input_box input {
  width: 100%;
  height: 48rem;
  line-height: 48rem;
  border-radius: 5rem;
  box-shadow: 0rem 0 10rem rgba(0, 0, 0, 0.2);
  padding-left: 16rem;
  font-size:16rem;
}

.download_pop .download_box .form .input_box textarea {
  height: 160rem;
  padding-left: 16rem;
  padding-top: 8rem;
  width: 100%;
  box-shadow: 0rem 0 10rem rgba(0, 0, 0, 0.2);
   font-size:16rem;
}
.download_pop .download_box .form .btn {
  width: 100%;
  height: 48rem;
  border-radius: 5rem;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  line-height: 48rem;
  margin: 0 auto 0 auto;
  box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
   font-size:18rem;
}
.download_pop .download_box .form_close {
  position: absolute;
  width: 48rem;
  height: 48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1rem solid #fff;
  border-radius: 50%;
  right: -24rem;
  top: -24rem;
  z-index: 333;
  background: #333;
  cursor: pointer;
}/*# sourceMappingURL=css.css.map */


.footer_btm .flex li{
  color:#fff;
}

.inside_banner{
  position: relative;
}

.inside_banner .fontBox2{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  bottom: 180rem;
  z-index: 5;
  text-align: center;
}

.inside_banner .fontBox2 h3{
  font-size: 120rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}
.inside_banner .fontBox2 p{
  font-size: 32rem;
  color: #fff;
  line-height: 1.6;
  margin-top: 60rem;
}

.index_page6 .inpro_swiper .box .right img{
		max-width: 334rem;
    height: 220rem;
	}

.mb_navpage {
	display: none;
	padding: 0rem 32rem 0 32rem;
	width: 100%;
	background: #fff;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	
}

.mb_navpage .item_dd {
		text-align: left;
		display: block;
		text-decoration: none;
		color: #000;
		font-size: 16rem;
		height: 52rem;
		line-height: 52rem;
		width: 100%;
		border-bottom: 1rem solid #e5e5e5;
		
	}

.mb_navpage .item_dd a{
			padding-left: 20rem;
			font-size: 16rem;
}

/* 分页 */
.pageNav{font-family:Arial,Helvetica,sans-serif;padding-top:10rem;text-align:right;display: flex;align-items: center;justify-content: center;margin-top: 40rem;}
.pageNav a,
.pageNav span{margin:0 3rem;width:40rem;height:40rem;line-height:40rem;background:#e7e7e7;
display:inline-block;*display:inline;*zoom:1;text-align:center;font-size:16rem;}
.pageNav span.info{background:none}
.pageNav a:hover,
.pageNav span.current{background:var(--main-color);color:#fff}
.pageNavLeft{text-align:left}
.pageNavCenter{text-align:center}
.pageNavRight{text-align:right}

.notdata{line-height:35rem;border:1rem dashed #ccc;margin:20rem 0;text-align:center}
.notdataw{color:#fff;padding:50rem 0}

.loading-wrap{ margin-top:10rem;bottom:50rem;width:100%;text-align:center;display:none;}
.loading{ position:relative;display:inline-block;padding:5rem 5rem 5rem 50rem;line-height:28rem;color:#333;font-size:14rem;border-radius:5rem;background:url(../../../../Public/images/loading.gif) 10rem center no-repeat;}

/* 以上为通用样式 */

.about_page2 .m-video img{
	width:100%;
}

.down_bgpage{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}


.pro_picture .swiper .swiper-hd {
  position: absolute;
  width: 100%;
  left: 0;
  /* bottom: -20rem; */
  text-align: center;
  margin-top: 4%;
  height: 20rem;
  z-index: 99;
}
.pro_picture .swiper .swiper-hd span {
  vertical-align: middle;
  position: relative;
  margin: 0 8rem !important;
  outline: none;
  width: 5rem;
  height: 5rem;
  background: #999;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  Opacity: 1;
  Filter: alpha(opacity=100);
  outline: none;
  cursor: pointer;
}
.pro_picture .swiper .swiper-hd span.swiper-pagination-bullet-active {
  background: #333;
  width: 4rem;
  height: 4rem;
}
.pro_picture .swiper .swiper-hd span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -4rem;
  bottom: -4rem;
  left: -4rem;
  right: -4rem;
  border-radius: 100%;
  border: solid 1rem #333;
}

.culture_page3 .inf{
  position: relative;
}
.culture_page3 .inf::before{
  content: '';
  position: absolute;
  left: -45rem;
  top: -18rem;
  width: 45rem;
  height: 1rem;
  background: var(--main-color);
}
.footer_btm .ba{
  font-size: 18rem;
}

/*-share-*/
.sha{
	display:flex;
	position:absolute;
	justify-content:flex-end;
	right: -100px;
	z-index:1000;
	bottom:-10px;
	align-items: center;
	background:#1b1b1b;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	transition: ease-in-out 0.4s;
	  -webkit-transition: ease-in-out 0.4s;
	  -moz-transition: ease-in-out 0.4s;
	  -ms-transition: ease-in-out 0.4s;
	  -o-transition: ease-in-out 0.4s;
	overflow:hidden;
	max-width:310px;
	width:60px;
	height:60px;
}

.sha .sharebutton{
	width:60px;
	height:60px;
	flex-shrink: 0;
	cursor: pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	z-index:99;
		
}
.sha #st-1{
	width:250px;
	position:absolute;
	z-index:33;
	left:0;
	top:50%;
	transform:translateY(-50%);
	
}

.sha.act{
	width:310px;
	/* background:#383842; */
}


.sha.act #st-1 .st-btn{
	display: inline-block!important;
}

.message_font{
	max-width:1200px;
	margin:0 auto;
	padding-top:100px;
	height:40vh;
	font-size:24rem;
}

.about_page2 .m-video #hvideo{
	width:100%;
}

.about_page2 iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.videopop {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}

.videopop .shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.videopop .wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.videopop .wrap .con {
	width: 80%;
	max-height: 80%;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.videopop .wrap .close {
	cursor: pointer;
	width: 56px;
	height: 56px;
	background-size: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/close_btn.png);
	position: absolute;
	right: 16px;
	top: 20px;
	z-index: 1000;
}

.videopop .wrap video {
	display: block;
	width: 100%;
	max-height: 80%;
	position: relative;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0 !important;
}