html,
body {
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
}

.loading {
  width: 100%;
  position: fixed;
  top: 40%;
  left: 0;
  text-align: center;
  display: none;
}

.wapper {
  display: none;
}

header {
  width: 100%;
  height: auto;
}

header img {
  width: 100%;
  height: auto;
}

.resultBox {
  margin: 40px 5px 0 5px;
  border: 5px solid #1c9142;
  padding: 10px;
  position: relative;
}

.resultBox .resultTitle {
  position: absolute;
  height: 40px;
  left: 50%;
  top: -15px;
  margin-left: -95px;
  z-index: 99;
}

.resultBox .resultTitle img {
  height: 100%;
  width: auto;
}

.resultBox .result {
  border: 2px solid #1c9142;
  padding: 20px 20px 20px 20px;
  position: relative;
}

.resultBox .result p {
  margin: 10px 0 0 0;
  font-size: 13px;
}

.resultBox .result p b {
  width: 100px;
  display: inline-block;
  text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
}


.main {
  margin: 20px auto;
  position: relative;
}

.main .item {
  position: absolute;
  color: #fff;
  font-size: 24px;
  display: flex;
  /*实现垂直居中*/
  align-items: center;
  /*实现水平居中*/
  justify-content: center;
  text-align: justify;
  line-height: 40px;
  letter-spacing: 5px;
  border-radius: 3px;
  text-decoration: none;
}

.main .item p {
  margin: 0;
  width: 100%;
  text-align: center;
}

.main .item img {
  width: 40px;
  margin-right: 10px;
}

.item1 {
  left: 0;
  top: 0;
  background-color: #48cf74;
  background-image: linear-gradient(120deg, #33b35c, #48cf74);
}

.item2 {
  flex-direction: column;
  right: 0;
  top: 0;
  background-color: #01abe9;
  background-image: linear-gradient(-120deg, #03678b, #01abe9);
}

.item3 {
  flex-direction: column;
  left: 0;
  bottom: 0;
  background-color: #b13d1a;
  background-image: linear-gradient(60deg, #b13d1a, #e85b30);
}

.item4 {
  right: 0;
  bottom: 0;
  background-color: #5e69c3;
  background-image: linear-gradient(-60deg, #3f457e, #5e69c3);
}

.main .logo {
  position: absolute;
  text-align: center;
}

.main .logo img {
  height: 100%;
  width: auto;
}






/* about */
.yllogo {
  width: 60%;
  height: auto;
  margin: 20px auto;
  text-align: center;
}

.yllogo img {
  width: 100%;
  height: auto;
}

h1.bigTitle {
  font-size: 16px;
  text-align: center;
}

.videoBox,
.videoBox video {
  width: 100%;
}


.content {
  padding: 10px;
  font-size: 14px;
}

.content p {
  text-indent: 2rem;
  margin-top: 10px;
  line-height: 24px;
}

.contentImg {
  width: 100%;
  margin-top: 20px;
}

.contentImg img {
  width: 100%;
}

/* cantact */
.description {
  padding: 0;
}

.description p {
  margin: 10px 0 0 0;
  line-height: 16px;
  font-size: 12px;
  text-indent: 20px;
}

.mapBox {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
}


.message {
  padding: 10px;
}

.message h1 {
  font-size: 18px;
  text-align: center;
}

.formTitle {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  margin-top: 20px;
}

.formArea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  height: 100px;
  resize: none;
}

.formInput {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  height: 40px;
  resize: none;
}


.subBtn {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 40px;
  background: #b13d1a;
  color: #fff;
  height: 44px;
  line-height: 44px;
  border: 1px solid #8b2f13;
  font-size: 16px;
}

.product {
  margin: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

.product h1 {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
}

.product .proItem {
  display: flex;
  font-size: 14px;
}

.product .proItem .name,
.product .proItem .des {
  display: flex;
  padding: 10px 0;
}

.product .proItem .name {
  width: 40%;
  min-width: 80px;
  -webkit-box-align: center;
  align-items: center;
}

.product .proItem .des {
  flex: 1;
  line-height: 24px;
  font-weight: bold;
}












.loginBox button {
  display: block;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  border: 0;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  outline: 0;
  background: -webkit-linear-gradient(left, #03d2a6, #1d79f0, #ce39ef);
  background: -o-linear-gradient(right, #03d2a6, #1d79f0, #ce39ef);
  background: -moz-linear-gradient(right, #03d2a6, #1d79f0, #ce39ef);
  background: linear-gradient(to right, #03d2a6, #1d79f0, #ce39ef);
  margin: 20px auto;
}


/*轮播样式*/
.img_box{
  /* overflow: hidden; */
  width:100%;
  height:100%;
  text-align: center;
  background-color: rgba(255,255,255,0.85);
  /* border:1px solid; */
  /* position:relative; */
}

.imgOne{
   width: 50%;
   height: auto;

}
.imgTwo{
  width: 95%;
  height: auto;
  border-radius: 10px;
}
.ul5{
  list-style: none;
  position:absolute;
  left:20%;
  top:35%;
}
.ul5 li{
  float:left;
  margin-left:20px;
  width:20px;
  height:2px;
  border:0px;
  border-radius: 10px;
  overflow: hidden;
  background:rgb(212, 212, 212);
 }

 .buttonList{
   width: 100%;
   height: 40%;
 }
 .buttonItem{
   width: 40%;
   float: left;
   /* line-height: 50px; */
   text-align: center;
   list-style: none;
   padding-inline-start: 0px;
 }
 .listRight{
   margin-right: 10%;
 }
 .listLeft{
  margin-left: 10%;
}
 .clearFloat{
   clear: both;
   width: 100%;
 }
 .butIcon{
   width: 70px;
   height: 70px;
 }
 .bs{
   font-size: 14px;
   color: rgb(82, 117, 204);
 }
 .fengexian{
   width: 100%;
   height: 30px;
   text-align: center;
   background-color: rgba(255,255,255,0.85);
 }
 .fengexian img{
    width: 100%;
    height: auto;
 }
 .top{
   /* padding-top: 5%; */
 }
 .bottom{
   padding-top: 10%;
   background-color: rgba(255,255,255,0.85);
 }
 .outBox{
   /* background-image: url(../images/20210813154836.gif); */
   background-size: 100%;
 }
 .footer{
   width: 100%;
   text-align: center;
   color: #686868;
   font-size: 10px;
   background-color: rgba(255,255,255,0.85);
   position: relative;
 }
 .footerText{
   position: absolute;
   bottom: 0;
   width: 100%;
   text-align: center;
 }