@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-color: #ffffff;
  --swiper-pagination-bullet-size: 16px;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Regular';
    src: url('HarmonyOS_Sans_Regular.ttf');   
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  
 
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
  margin: 0;
  font-family: HarmonyOS_Sans_Regular,'Microsoft YaHei','微软雅黑',Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


a{
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


ul{list-style-type:none;padding:0; margin:0;}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 0rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}



::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}



::-webkit-inner-spin-button {
  height: auto;
}


iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}


.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}







	
	.font-100 {
	  font-size: 13vw;
	}

	.font-80 {
	  font-size: 10.4vw;
	}

	.font-72 {
	  font-size: 9.375vw;
	}


	.font-64 {
	  font-size: calc(8.33vw) !important;
	}

	.font-60 {
	  font-size: 7.8125vw;
	}

	 .font-50 {
		font-size: 6.51vw;
	  }

	.font-40 {
	  font-size: calc(5.2vw) !important;
	}

	.font-38 {
	  font-size: 4.948vw;
	}

	.font-36 {
	  font-size: 4.6875vw;
	}

	.font-32 {
	  font-size: calc(4.166vw) !important;
	}

	.font-30 {
	  font-size: 3.9vw;
	}

	.font-28 {
	  font-size: calc(3.646vw) !important;
	}
	.font-25 {
	  font-size: calc(3.255vw);
	}
	.font-24 {
	  font-size: calc(3.125vw) !important;
	}
	
	.font-20 {
	  font-size: calc(2.6vw);
	}
	
	.font-18 {
	  font-size: calc(2.34375vw);
	}
	
	.font-16 {
	  font-size: calc(2.08vw);
	}
	
	.font-14 {
	  font-size: 14px;
	}
	

.pt-1w {
  padding-top: 0.3vw;
}

.pt-2w {
  padding-top: 0.75vw;
}

.pt-3w {
  padding-top: 1.25vw;
}
.pt-4w {
  padding-top: 1.75vw;
}

.col80 {
  width: 80%;
  float: left;
}

.col20 {
  width: 20%;
  float: left;
}




.col50 {
  width: 50%;
  float: left;
}


.col-50l {
  width: 48%;
  float: left;
  margin-right: 2%;
}

.col-50r {
  width: 48%;
  float: left;
  margin-left: 2%;
}

.col-30l {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.col-30r {
  width: 32%;
  float: left;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}


.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.clear:before,
.clear:after
 {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after {
    clear: both;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container-c {
    width: 96%;
    margin:0 auto;
}

.positionre{
  position:relative;
  display: block;
}



.nav {
  height:6.51vw;
  width:100%;
  position: absolute;
  top: 0;
  left:0;
  z-index: 99999;
  display: table;
}

.bgnav {
  background-color: rgba(46, 46, 46, 0.8);
  backdrop-filter: blur(10px);
}

.navleft {
  display: table-cell;                        
  width: 20%; 
  float: left;
  padding-left: 1%; 
  padding-top: 2.55vw;          
}

.navleft img {
  width: 100%;
}

.navright {
  display: table-cell;                        
  width: 20%; 
  float: right; 
  text-align: right;
  padding-right: 1%;   
  padding-top: 0.5vw; 
  color: #ffffff; 
          
}

.navcenter {
  display: table-cell;
  width: 60%; 
  float: left;  
  text-align: left;   
  padding-top: 0.5vw;   
  padding-left: 2%;   
}

.navcenter a {
  padding-left: 2%;
  padding-right: 2%;
  color: #ffffff;
}


.headroom {
	position: fixed;
	top: 0;left: 0;right: 0;transition: all .5s ease-in-out;}
.headroom--unpinned {top: -100px;}
.headroom--pinned {top: 0;}


#sw1 .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#sw1 .swiper-container .swiper-pagination,#sw1 .swiper-container .swiper-pagination-fraction,#sw1 .swiper-container .swiper-pagination-horizontal {
  position: absolute;
  bottom: 2%;
  left: 89%;
  width: 7.5%;
  text-align: right;
}

#sw1 .swiper-container .swiper-wrapper .swiper-slide-active { height:auto}
#sw1 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#sw1 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}


#sw1 .swiper-container .swiper-wrapper .swiper-slide .swiper-title {
  position: absolute;
  top: 10vw;
  left: 21%;
  width: 38%;
  text-align: center;
  line-height: 0.8;
}

#sw1 .swiper-container .swiper-wrapper .swiper-slide .swiper-title1 {
  position: absolute;
  top: 5vw;
  left: 31%;
  width: 38%;
  text-align: center;
  line-height: 0.8;
}

#sw1 .swiper-container .swiper-wrapper .swiper-slide {
  color: #000000;
}

.fc-yo {
  color: #e57328;
}

.fc-hui {
	color: #757575;
}


#sw1 .swiper-container .swiper-wrapper .swiper-slide a {
  color: #268be3;
  font-size: 0.78125vw !important;;
}


.swdiv1 .swiper-title{
  position: absolute;
  top: 36vw;
  left: 20%;
  width: 60%;
  text-align: center;
  line-height: 0.8;
  color:#ffffff;
}

.swdiv2 .swiper-title{
  position: absolute;
  top: 15vw;
  left: 5%;
  width: 40%;
  text-align: center;
  line-height: 0.8;
  color:#ffffff;
}

.swdiv3 .swiper-title{
  position: absolute;
  top: 14vw;
  left: 20%;
  width: 60%;
  text-align: center;
  line-height: 0.8;
  color:#000000;
}

.swdiv1 {
	width:100%;
	position: relative;
}

.swdiv2,.swdiv3 {
	position: relative;
	width:100%;
	padding-top:0.28125vw;
}

.swdiv1 img,.swdiv2 img,.swdiv3 img {
	width:100%;
}

.swdiv1 .swiper-title a,.swdiv2 .swiper-title a,.swdiv3 .swiper-title a {
	color: #268be3;
	font-size: calc(2.6vw);
}

.ipros {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.5vw;
}

.ipros .iapro {
  width: 49.8%;
  padding-top: 0.28125vw;
  margin-bottom: 0.52vw;
  background-color:#f5f5f5;
  
}


.ipros .iapro .iapro-img {
  width: 70%;
  margin:0 auto;
}


.ipros .iapro .iapro-title {
  padding-top: 1.32vw;
  padding-bottom: 1.32vw;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  color: #000000;
}

.ipros .iapro .iapro-img img {
  width: 100%;
}


.pd-img {
	width: 100%;
	text-align:center;
	margin:0 auto;
}

.pd-img img {
	 width: 100%;
}





.ipros .iapro .iapro-title a {
  color: #000000;
 
}



.ipros .iapro .iapro-title .iapro-link{
  color: #268be3;
  font-size: calc(2.6vw);
  padding-top:1vw;
}

.ipros .iapro:hover .iapro-title a {
  color: #000000;
}
.ipros .iapro:hover .iapro-title .iapro-link {
  color: #e57328;
}




.ipro-more {
	width:100%;
	padding-top:0.3vw;
	padding-bottom:0.8vw;
	text-align:center;
}

.ipro-more a {
	color: #268be3;
	font-size: calc(2.6vw);
}

.ipros1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 0.5vw;
  
  padding-bottom: 5vw;
}

.iapro1 {
	width:49%;
	float:left;
	margin-left:0.5%;
	margin-right:0.5%;
	background-color:#BFBFBF;
	border-radius:5px;
	margin-top:2vw;
	margin-bottom:2vw;
	
}

.iapro1:hover {
	width:49%;
	float:left;
	margin-left:0.5%;
	margin-right:0.5%;
	background-color:#FE9642;
	border-radius:5px;
	margin-top:2vw;
	margin-bottom:2vw;
	
}

.iapro1 .iapro-img {
	padding:8px;
	
}

.iapro1 .iapro-title {
	text-align:center;
	color:#000000;
	padding-top:1vw;
	padding-bottom:1vw;
}

.iapro1 .iapro-title a {
	color:#000000;
}

.iapro1:hover .iapro-title {
	text-align:center;
	color:#ffffff;
}

.iapro1:hover .iapro-title a {
	
	color:#ffffff;
}

.iapro1 .iapro-img img {
	border-radius:5px;
	background-color:#ffffff;
}

.iapro-img img {
	width:100%;
}


.bg-hui {
  background-color: #f5f5f7;
}

.footer {
  color: #757575;
}

.container-foot {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .container-foot {
    width: 97%;
    margin: 0 auto;
  }
}

.foot-1 {
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
}

.f-left {
	width:100%;
	float:left;
	/*border-right: solid 1px #999999;*/
}

.foot-1-1 {
	padding-top: 1vw;
}

.foot-1-1-2 {
	padding-top: 2vw;
}

.foot-1-1-1,.foot-1-1-2 {
	width:100%;
	clear:both;
}
.foot-1-1-i {
	width:25%;
	float:left;
}

.foot-1-1-i a {
	color:#757575;
	line-height:1.8;
}

.foot-1-1-i span {
	font-weight:bold;
	line-height:3;
}

.f-right {
	width:50%;
	float:left;
	
}
.f-r-1  span {
	font-weight:bold;
	line-height:3;
}
.f-r-2 {
	padding-top:2vw;
}


.foot-1-2 {
	
	padding-top:1vw;
	float:left;
	width:50%;
}

.foot-1-2-t {
	font-weight:bold;
	line-height:3;
}





.foot-1-2-1-i {
	float:left;
	width:15%;
	padding-right:0.8vw;
	padding-top:0.8vw;
}

.foot-1-2-1-i img {
	width:100%;
}

.foot-1-3 {
	clear:both;
	padding-top:1vw;
}

.foot-2 {
  margin-top: 0.8vw;
  padding-top: 0.8vw;
  border-top: solid 1px #d1d1d3;
  padding-bottom: 0.8vw;
}

.pban,.pban img {
  width: 100%;
}

.pdetail {
  width: 100%;
  overflow-x:hidden;
  text-align:center;
  margin:0 auto;
}
.pdetail img {
	 /*transform: scale(1.6);*/
	 /*
  width: 160%;
 
  transform: translateX(-19%);
  */
  width:100%;
}

.bgvideo {
	width:100%;
	background-color:#bab9c9;
}


.thevideo {
	width:40%;
	margin:0 auto;
	padding-top:5vw;
	padding-bottom:5vw;
}
.thevideo  video {
	width:100%;
	border-radius: 3vw;
}

.bgvideo1 {
	width:100%;
	background-color:#000000;
}

.thevideo1 {
	width:72%;
	margin:0 auto;

}
.thevideo1  video {
	width:100%;
}

.bgvideo2 {
	width:100%;
	height:50vw;
	background-image:url('../images/Clip.png');
	background-repeat:no-repeat;
}


.thevideo2 {
	width:50%;
	margin:0 auto;
	padding-top:16vw;
	padding-bottom:5vw;
}
.thevideo2  video {
	width:100%;
	border-radius: 3vw;
}

.bg-hei {
	background-color:#000000;
}

.pro-l-t {
	padding-top:2vw;
	width:100%;
	text-align:center;
	color:#ffffff;
	
}

.pro-c {
	width:100%;
	padding-top:1vw;
	padding-bottom:1vw;
	display: flex;
}
.pro-c1 {
	width:50%;
	float:left;
	padding-top:1vw;
	padding-bottom:1vw;
	display: flex;
}

.pro-c-b {
	padding-left:10vw;
	padding-right:10vw;
	padding-top:8px;
	padding-bottom:8px;
	border-radius:20vw;
	margin:0 auto;
	border:solid 1px #ffffff;
	text-align:center;
	color:#ffffff;
	display:inline-block;
	margin:0 auto;
	
}

.bana ,.bana img {
	width:100%;
}

#myVideoTag {
	width:100%;
	display:block;
}

.container-gd{
    width: 100%;
    /* 相对定位 */
    position: relative;
    /* 溢出隐藏 */
    overflow: hidden;
}
.container-gd ul{
    width: 100%;
    height: 35.5vw;
    overflow: hidden;
    display: flex;
    position: relative;
	margin-bottom:0;
}
.container-gd li{
    list-style: none;
    height: 100%;
    padding-right: 0.5vw;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
}
.container-gd li img{
    width:  62.6vw;
    height: 37vw;
    /* 保持原有尺寸比例，裁切长边 */
    object-fit: cover;
    /* 图片定位正中间 */
    object-position: center;
}

.container-gd1{
    width: 100%;
    /* 相对定位 */
    position: relative;
    /* 溢出隐藏 */
    overflow: hidden;
}
.container-gd1 ul{
    width: 100%;
    height: 36vw;
    overflow: hidden;
    display: flex;
    position: relative;
	margin-bottom:0;
}
.container-gd1 li{
    list-style: none;
    height: 100%;
    padding-right: 0.5vw;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
}
.container-gd1 li img{
    width:  30vw;
    height: 35vw;
    /* 保持原有尺寸比例，裁切长边 */
    object-fit: cover;
    /* 图片定位正中间 */
    object-position: center;
}



