@charset "UTF-8";

* {
  font-family:MiSans,"Roboto","PingFangSC", "Microsoft YaHei", "微软雅黑", "黑体", "宋体", "Arial", sans-serif;
 
  margin: 0px;
  padding: 0px;
}

html,
body {
  overflow-x: hidden;
   color: #333333;
}

:focus {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
img,
button,
dl,
dt,
dd,
span {
  transition: all .5s;
  font-size: 14px;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
hr {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
}

a {
  color: #333333;
}

ul,ol {
  list-style: none;
}

ul:before,
ul:after {
  display: none;
}

input {
  outline: none;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  width: 90%;
}
.con1700 {
  width: 1440px;
  margin: 0 auto;
}
.con1500 {
  width: 1500px;
  margin: 0 auto;
}

.con1560 {
  width: 1560px;
  margin: 0 auto;
}
.con1440 {
  width: 1440px;
  margin: 0 auto;
}
.con1220 {
  width: 1220px;
  margin: 0 auto;
}
.con1340 {
  width: 1340px;
  margin: 0 auto;
}
.con1200 {
  width: 1200px;
  margin: 0 auto;
}
.con90 {
  width: 90%;
  margin: 0 auto;
}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f14 {font-size: 14px;}
.f80 {font-size: 80px;}
.f24 {font-size: 24px;}
.f40 {font-size: 40px;}
.f36 {font-size: 36px;}
.f20 {
    font-size: 20px;
}
.fw600 {
    font-weight: 600;
}
.pd40 {
    padding: 40px 0px;
}
.pd30 {
    padding: 30px 0px;
}
.pd100 {
    padding: 100px 0px;
}
.f50 {
    font-size:50px;
}
.f60 {
  font-size: 60px;
}
.f30 {
    font-size: 30px;
}
.txtc {
    text-align: center;
}
.clfff {
    color: #ffffff;
}
.clcb {
  color: #cbcbcb;
}
.cl5f7a90 {
  color: #5f7a90;
}
.lineht16 {
  line-height: 1.6;
}
.lineht17 {
  line-height: 1.7;
}
.bgebf5 {
  background-color: #ebeff5;
}
.bgeef1f6 {
  background-color: #eef1f6;
}
.cle3802a{
  color: #e3802a;
}
.clc5 {
  color: #c5c5c5;
}
.pd60 {
  padding: 60px 0px;
}
.juststart {
  justify-content: flex-start;
}


.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix,
.clear,
.clearboth {
  clear: both;
}

.flexrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.nopadding {
  padding: 0px;
}

input::placeholder {
	font-size: 16px;
	color: #B7B7B7;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
	font-size: 16px;
	color: #B7B7B7;
}

textarea::placeholder {
	font-size: 16px;
	color: #B7B7B7;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.idx_flexstart {
  justify-content: flex-start;
}

/* css 动画 */
@keyframes mymove {
  0% {
   margin-top: 100px;
   opacity: 0;
  }
  100% {
    margin-top: 0px;
   opacity: 1;
  }
}

@keyframes imgmove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1)
  }
  100% {
    transform: scale(1);
  }
}

@keyframes runpao {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes runfeng {
  0% {
    opacity:  0;
  }
  50% {
    opacity:  1;
  }
  100% {
    opacity:  0;
  }
}

@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }


  100% {
    transform: rotate(180deg);
  }
}

@keyframes diqiu {
  0% {
    right: -150px;
    top: -150px;
  }
  50% {
    right: -810px;
    top: -500px;
  }
  100% {
    right: -150px;
    top: -150px;
  }
}
/* animation:mymove 5s infinite; */


/* 特殊字体 */
@font-face {
  font-family: HarmonyOS_Sans_SC_Medium;
  src: url('../fonts/HarmonyOS_SansSC_Medium.ttf'),
    url('../fonts/HarmonyOS_SansSC_Medium.ttf');
  /* IE9+,可以是具体的实际链接 */
} 

@media (min-width:2000px) {
  .container {width: 1920px;}
}

@media (max-width:1550px) {
  .con1560,.con1700,.con1500 {
    width: 90%;
  }
}
@media (max-width:1600px) {
  .con1400,.con1440,.con1516 {
    width: 90%;
  }
}

@media (max-width:1400px) {
  .con1280 ,.con1340,.con1200 {
    width: 96%;
  }
  .con1700 {width: 85%;}
}
@media (max-width:1240px) {
  .con1220 {
    width: 92%;
  }
}