@charset "UTF-8";
@font-face {
  font-family: "HarmonyOS_Sans_SC";
  src: url('../font/HarmonyOS_Sans_SC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold";
  src: url('../font/HarmonyOS_Sans_SC_Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ===kf==== */
.kf {
  position: fixed;
  top: 32%;
  right: 10px;
  z-index: 999999;
  background-color: transparent;
  text-align: center;
  transition: .8s
}
.kf ul {
  text-align: center
}
.kf a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  width: 130px;
  height: 35px;
  border: 2px #008b4b solid;
  border-radius: 20px;
  background-color: #008b4b;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
}
.kf a em {
  text-decoration: none;
  font-weight: 700
}
.kf a::after {
  position: absolute;
  right: 55px;
  bottom: -10px;
  z-index: 33;
  display: inline-block;
  width: 17px;
  height: 11px;
  background: url(../images/jio.webp) no-repeat;
  content: "";
}
.kf .yuyue {
  width: 140px;
  height: 40px;
  border-radius: 3px;
  line-height: 36px;
}
.kf .yuyue::after {
  display: none
}
.kf .weixin {
  display: inline-block;
  margin: auto;
  padding: 7px 8px;
  border-radius: 3px;
  background-color: #008b4b;
  color: #fff;
  text-align: center;
  width: 140px;
}
.kf .weixin p {
  margin: 0;
  color: #fff;
  font-size: 14px
}
@media (max-width:991px) {
  .kf {
      display: none;
  }
  .kffixed {
      display: block;
  }
}
/*reset css*/
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #213b48;
  overflow-x: hidden;
}
html,body{font-family:"HarmonyOS_Sans_SC","sans-serif","microsoft yahei";}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
  margin: 0px;
  padding: 0px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color:#333;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
textarea{width: 100%;max-width: 100%;resize: none;}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border:none;
}
button {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
select::-ms-expand { display: none; }
input::-ms-clear{display: none;}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  margin:0;
  padding:0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          /* transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s; */
}
ul{list-style:none;}
h1,h2,h3,h4,h5,h6{
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}
.clearfix:before,.clearfix:after{
  content: " ";display: table;
}
.clearfix:after{
  clear: both;
}
em{font-style: normal;}
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
/*单行文本省略号*/
.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.dot2,.dot3,.dot4,.dot5,.dot6,.dot7,.dot8{display:-webkit-box;display: -webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap: break-word; -webkit-box-orient:vertical;}
/*多行文本省略号*/
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
.dot5{-webkit-line-clamp:5;}
.dot6{-webkit-line-clamp:6;}
.dot6{-webkit-line-clamp:7;}
.dot6{-webkit-line-clamp:8;}
/*盒子布局*/
.flexsb{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;}
.flexsa{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-around;}
.flexlf{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: left;}
.flexed{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: flex-end;}
.flexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;}
.cflexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;flex-direction: column;flex-wrap: wrap;}
.flexace{align-items: center;}
.padt-85{
  padding-top: 85px;
}
.padt-100{
  padding-top: 100px;
}
.padb-100{
  padding-bottom: 100px;
}
.padb-90{
  padding-bottom: 90px;
}
.pad-100{
  padding: 100px 0;
}
.padt-40{
  padding-top: 40px;
}
@media screen and (max-width: 1459px) {
  .padt-85{
    padding-top: 70px;
  }
  .padt-100{
    padding-top: 80px;
  }
  .padb-100{
    padding-bottom: 80px;
  }
  .padb-90{
    padding-bottom: 70px;
  }
  .pad-100{
    padding: 80px 0;
  }
}
@media screen and (max-width: 1259px) {
  .padt-85{
    padding-top: 50px;
  }
  .padt-100{
    padding-top: 55px;
  }
  .padb-100{
    padding-bottom: 55px;
  }
  .padb-90{
    padding-bottom: 50px;
  }
  .pad-100{
    padding: 55px 0;
  }
}
@media screen and (max-width: 767px) {
  .padt-85{
    padding-top: 40px;
  }
  .padt-100{
    padding-top: 45px;
  }
  .padb-100{
    padding-bottom: 45px;
  }
  .padb-90{
    padding-bottom: 40px;
  }
  .pad-100{
    padding:  45px 0;
  }
}
img,a{
  -webkit-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.scrollbar::-webkit-scrollbar{
  width:2px;
  height:2px;
	border-radius: 2px;
}
.scrollbar::-webkit-scrollbar-button:vertical{
  display:none;
}
.scrollbar::-webkit-scrollbar-track {
  background: rgba(51, 51, 51, 0.1);
}
.scrollbar::-webkit-scrollbar-corner{
  background-color:#e3e8eb;
}
.scrollbar::-webkit-scrollbar-thumb{
  width: 4px;
  border-radius:0;background-color: #1260E6;
	border-radius: 2px;
}
.scrollbar:vertical:hover{
  background-color: #1260E6;
}
.scrollbar:vertical:active{
  background-color: #1260E6;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #b4b4b4;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
	font-size: 14px;
	color: #b4b4b4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	font-size: 14px;
	color: #b4b4b4;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #b4b4b4;
}
.select::-webkit-input-placeholder{
	font-size: 16px;
	color: #1f94fb;
}
.select:-moz-placeholder{
	font-size: 16px;
	color: #1f94fb;
}
.select:-ms-input-placeholder{
	font-size: 16px;
	color: #1f94fb;
}
.select::-webkit-input-placeholder{
	font-size: 16px;
	color: #1f94fb;
}
@media all and (max-width:767px){
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder{
      font-size: 14px;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder{
      font-size: 14px;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder{
      font-size: 14px;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder{
      font-size: 14px;
  }
  .select::-webkit-input-placeholder{
    font-size: 14px;
  }
  .select:-moz-placeholder{
    font-size: 14px;
  }
  .select:-ms-input-placeholder{
    font-size: 14px;
  }
  .select::-webkit-input-placeholder{
    font-size: 14px;
  }
}
.section1 .imgBox img,
.section2 .imgBox,
.section2 .imgBox img,
.section2 .sli .imgBox,
.section2 .sli .imgBox img,
.section4 .imgBox img,
.section5 .bimgBox img,
.section7 .imgBox img,
.section8 .imgBox img,
.section9 .imgBox,
.section9 .imgBox img{
  width: 100%;
  overflow: hidden;
}
.section1 .sli:hover .imgBox img,
.section2 .swiper-slide:hover .imgBox img,
.section2 .sli:hover .imgBox img,
.section5 .bimgBox:hover img,
.section7 .imgBox:hover img,
.section8 .imgBox:hover img,
.section9 .imgBox:hover img,
.section8 .swiper-slide:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.section5 .section5_img:hover img{
  transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.section2 .swiper-slide:hover .tit{
  color: #008cd6;
}
.section2 .section2_li:hover .section2_icon img{
  animation: swing 1s;
}
.icon img,
.section1 .section1_icon em{
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
