@charset "UTF-8";
.aboutUSOne dl {
  width: 100%;
}
.aboutUSOne dl dt {
  float: left;
  width: 40%;
  margin-left: 5%;
}
.aboutUSOne dl dd {
  float: left;
  margin-left: 5%;
  width: 50%;
  font-size: 15px;
}
.aboutUSOne dl dd p {
  margin-top: 20px;
  line-height: 24px;
}
/*aboutUSTwo start*/
.aboutUSTwo {
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
.aboutUSTwoCon {
  width: 80%;
  margin: 0 auto;
}
/*aboutUSThree start*/
.aboutUSThree li {
  float: left;
  margin-top: 55px;
  margin-left: 70px;
  width: 240px;
  height: 500px;
  list-style: none;
  text-align: center;
}
.aboutUSThree div {
  width: 100%;
  height: 240px;
  background-color: #FECA09;
  border-radius: 50%;
}
.aboutUSThree li:nth-child(even) div {
  background-color: #0095DA;
}
.aboutUSThree li:hover div {
  background-color: #686868;
}
.aboutUSThree div i {
  font-size: 120px;
  line-height: 240px;
  color: #ffffff;
}
.aboutUSThree li h3 {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #232323;
}
.aboutUSThree li p {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  line-height: 30px;
  font-size: 15px;
  color: #232323;
}
/*aboutUSThree end*/
/*aboutUSFour start*/
.aboutUSFour {
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
.aboutUSFourCon .all {
  width: 98%;
  margin: 10px auto 0 auto;
  background-color: #0095DA;
  text-align: center;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.aboutUSFourCon .all:nth-child(2) {
  background-color: #FECA09;
  color: #232323;
}
.aboutUSFourCon .fen {
  position: relative;
}
.aboutUSFourCon .fen dl {
  float: left;
  margin-top: 10px;
  width: 48%;
  text-align: center;
  padding: 1%;
}
.aboutUSFourCon .fen dt {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  line-height: 50px;
  font-size: 17px;
  font-weight: bold;
  /*    background-color: #0095DA;*/
  border: 1px solid #0095DA;
}
.aboutUSFourCon .fen dd {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  line-height: 50px;
  font-size: 16px;
}
.aboutUSFourCon .fen dl dd ul li {
  list-style: none;
  margin-top: 10px;
  border: 1px solid #bcbcbc;
}
/*aboutUSFour end*/
/*aboutUSFive start*/
.aboutUSFive p {
  margin-top: 30px;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  line-height: 24px;
  font-size: 16px;
}
.aboutUSFive img {
  display: block;
  margin: 30px auto 0 auto;
  width: 60%;
}
/*aboutUSFive end*/
/*aboutUSSix start*/
.aboutUSSix{
    margin-top: 80px;
    padding-bottom: 80px;
  background-color: #f0f0f0;
}
/*aboutUSSix end*/
@media only screen and (min-width:768px) and (max-width:1024px) {
  /*-----------------------第二媒体开始------------------*/
  /*aboutUSThree start*/
  .aboutUSThree li {
    float: left;
    margin-top: 35px;
    margin-left: 40px;
    width: 200px;
    height: 500px;
    list-style: none;
    text-align: center;
  }
  .aboutUSThree div {
    width: 100%;
    height: 200px;
    background-color: #FECA09;
    border-radius: 50%;
  }
  .aboutUSThree li:nth-child(even) div {
    background-color: #0095DA;
  }
  .aboutUSThree li:hover div {
    background-color: #686868;
  }
  .aboutUSThree div i {
    font-size: 100px;
    line-height: 200px;
    color: #ffffff;
  }
  .aboutUSThree li h3 {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #232323;
  }
  .aboutUSThree li p {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    line-height: 30px;
    font-size: 15px;
    color: #232323;
  }
  /*aboutUSThree end*/
  /*-----------------------第二媒体结束------------------*/
}
@media only screen and (max-width:767px) {
  /*-----------------------第三媒体开始------------------*/
  .aboutUSOne dl {
    width: 100%;
  }
  .aboutUSOne dl dt {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .aboutUSOne dl dd {
    float: none;
    margin-left: 0;
    width: 100%;
    font-size: 0.35rem;
  }
  .aboutUSOne dl dd p {
    margin-top: 0.2rem;
    padding-bottom: 0.52rem;
    line-height: 0.7rem;
  }
  /*aboutUSThree start*/
  .aboutUSThree li {
    float: left;
    margin-top: 0.5rem;
    margin-left: 0.7rem;
    width: 4.2rem;
    height: 12rem;
    list-style: none;
    text-align: center;
  }
  .aboutUSThree div {
    width: 100%;
    height: 4.2rem;
    background-color: #FECA09;
    border-radius: 50%;
  }
  .aboutUSThree li:nth-child(even) div {
    background-color: #0095DA;
  }
  .aboutUSThree li:hover div {
    background-color: #686868;
  }
  .aboutUSThree div i {
    font-size: 2rem;
    line-height: 4.2rem;
    color: #ffffff;
  }
  .aboutUSThree li h3 {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    line-height: 1.5rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #232323;
  }
  .aboutUSThree li p {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    line-height: 0.7rem;
    font-size: 0.35rem;
    color: #232323;
  }
  /*aboutUSThree end*/
  /*aboutUSFour start*/
  .aboutUSFour {
    padding-bottom: 1.5rem;
  }
  .aboutUSFourCon .all {
    width: 98%;
    margin: 0.25rem auto 0 auto;
    line-height: 1rem;
    font-size: 0.5rem;
  }
  .aboutUSFourCon .fen dl {
    margin-top: 0.25rem;
    width: 48%;
    padding: 1%;
  }
  .aboutUSFourCon .fen dt {
    line-height: 1rem;
    font-size: 0.4rem;
  }
  .aboutUSFourCon .fen dd {
    line-height: 1rem;
    font-size: 0.35rem;
  }
  .aboutUSFourCon .fen dl dd ul li {
    margin-top: 0.25rem;
  }
  /*aboutUSFour end*/
    /*aboutUSFive start*/
.aboutUSFive p {
  margin-top: 1rem;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  line-height: 0.5rem;
  font-size: 0.35rem;
}
.aboutUSFive img {
  display: block;
  margin: 1rem auto 0 auto;
  width: 95%;
}
/*aboutUSFive end*/
/*aboutUSSix start*/
.aboutUSSix{
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}
/*aboutUSSix end*/
  /*-----------------------第三媒体结束------------------*/
}