* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
#website header {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#website header > div {
  display: flex;
  align-items: center;
}
#website header > div img {
  width: 85px;
  height: 30px;
  margin-left: 24px;
}
#website header > div span {
  font-size: 16px;
  color: #000000;
  margin-left: 13px;
}
#website header > p {
  margin-right: 110px;
  font-size: 14px;
  color: #333333;
}
#website header > p span {
  cursor: pointer;
}
#website header > p .extrude {
  color: #037FEF;
}
#website .banner {
  width: 100%;
}
#website .center_view {
  width: 100%;
}
#website .center_view .center {
  margin: auto;
  width: 1180px;
  overflow: hidden;
}
#website .center_view ul li {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
#website .center_view ul li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0380F0;
  margin-right: 8px;
}
#website .bannerB {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
#website .bannerB img {
  width: 576px;
  margin-right: 126px;
}
#website .bannerB div p:nth-child(1) {
  color: #0380F0;
  font-size: 24px;
  font-weight: bold;
}
#website .bannerB div p:nth-child(2) {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
}
#website .bannerB div p:nth-child(3) {
  width: 435px;
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
}
#website .streamer {
  width: 100%;
  height: 340px;
  background-image: url("../img/banner.png");
}
#website .streamer .center > div > p:nth-child(1) {
  margin-top: 70px;
  font-size: 24px;
  color: #999999;
  text-align: center;
}
#website .streamer .center > div > p:nth-child(2) {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}
#website .streamer .center > div > div {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#website .streamer .center > div > div p:nth-child(1) {
  font-size: 42px;
  color: #34ECFF;
}
#website .streamer .center > div > div p:nth-child(1) span {
  font-size: 12px;
}
#website .streamer .center > div > div p:nth-child(2) {
  font-size: 14px;
  color: #949494;
}
#website .productOne {
  padding-top: 110px;
}
#website .productOne > p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #0380F0;
}
#website .productOne > p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
#website .productOne > div {
  margin-top: 90px;
  width: 100%;
  padding: 75px 0 75px 30px;
  background-color: #F4F4F4;
  position: relative;
}
#website .productOne > div > p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
#website .productOne > div > p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
#website .productOne > div > p:nth-child(3) {
  width: 435px;
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
#website .productOne > div > img {
  width: 518px;
  position: absolute;
  bottom: 64px;
  right: 70px;
}
#website .productTwo_view {
  background: #F4F4F4;
  margin-top: 340px;
  padding: 20px 0;
}
#website .productTwo_view .productTwo {
  margin: auto;
  width: 1180px;
}
#website .productTwo_view .productTwo img {
  width: 450px;
  float: left;
  margin-top: -200px;
  margin-right: 220px;
}
#website .productTwo_view .productTwo div {
  display: inline-block;
}
#website .productTwo_view .productTwo div p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
#website .productTwo_view .productTwo div p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 30px;
}
#website .productThree {
  padding-top: 180px;
  clear: both;
}
#website .productThree div {
  float: left;
}
#website .productThree div p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
#website .productThree div p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 27px ;
}
#website .productThree img {
  width: 408px;
  float: left;
  margin-left: 300px;
}
#website .productFour {
  padding-top: 180px;
  clear: both;
}
#website .productFour img {
  width: 580px;
  float: left;
}
#website .productFour div {
  float: left;
  margin-left: 100px;
}
#website .productFour div p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
#website .productFour div p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 27px ;
}
#website footer {
  margin-top: 50px;
  background-color: #4D4D4D;
  padding-top: 50px;
  padding-bottom: 10px;
}
#website footer > div {
  margin: auto;
  width: 1180px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#website footer > div div p {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 13px;
}
#website footer > div div li {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  cursor: pointer;
}
#website footer > p {
  margin-top: 50px;
  text-align: center;
}
#website footer > p a {
  text-decoration: none;
  color: #d4d4d4;
}
