* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
}
.aboutUs_rotation {
  height: 402px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding-top: 60px;
  background-color: #3370FF;
}
.aboutUs_rotation .aboutUs_rotation_box {
  width: 1120px;
  height: 215px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.aboutUs_rotation .aboutUs_rotation_box .rotation_box_left div:nth-child(1) {
  height: 50px;
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}
.aboutUs_rotation .aboutUs_rotation_box .rotation_box_left div:nth-child(2) {
  height: 53px;
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  margin-top: 12px;
}
.aboutUs_rotation .aboutUs_rotation_box .rotation_box_left div:nth-child(3) {
  height: 25px;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 26px;
}
.aboutUs_rotation .aboutUs_rotation_box .rotation_box_right img {
  margin-top: 12px;
}
.aboutUs_companyProfile {
  width: 1120px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
  border-radius: 2px;
  position: absolute;
  left: 50%;
  margin-left: -560px;
  top: 387px;
  padding: 52px 50px 0 50px;
}
.aboutUs_companyProfile .companyProfile_title {
  height: 33px;
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  line-height: 33px;
}
.aboutUs_companyProfile .companyProfile_title_box {
  width: 975px;
  height: 219px;
  margin: 10px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.aboutUs_companyProfile .companyProfile_title_box div {
  width: 594px;
  font-size: 16px;
  font-weight: 400;
  color: #646A73;
  line-height: 28px;
}
.aboutUs_companyProfile .companyProfile_title_box img {
  width: 282px;
  height: 71px;
  margin: 41px 36px 0 0;
}
.aboutUs_team {
  height: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin-top: 415px;
  text-align: center;
}
.aboutUs_team_txt {
  width: 832px;
  height: 64px;
  font-size: 16px;
  font-weight: 400;
  color: #646A73;
  line-height: 32px;
  margin: 22px auto 0 auto;
  text-align: center;
}
.aboutUs_culture {
  height: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin-top: 120px;
  text-align: center;
}
.aboutUs_culture_box {
  width: 1200px;
  height: 180px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.aboutUs_culture_box .culture_box_items {
  width: 580px;
  height: 180px;
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
  border-radius: 2px;
  padding: 48px 34px 0 34px;
}
.aboutUs_culture_box .culture_box_items div:nth-child(1) {
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #646A73;
  line-height: 28px;
}
.aboutUs_culture_box .culture_box_items div:nth-child(2) {
  height: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  line-height: 33px;
  margin-top: 18px;
}
.aboutUs_Journalism {
  height: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin: 120px 0 52px 0;
  text-align: center;
}
.preferential {
  width: 997px;
  height: 240px;
  margin: 0 auto;
  display: flex;
  padding: 20px;
  margin-bottom: 10px;
}
.preferential .preferential_img {
  width: 383px;
  height: 240px;
}
.preferential .preferential_img img {
  width: 313px;
  height: 200px;
  border-radius: 3px;
}
.preferential .preferential_text {
  width: 639px;
  height: 200px;
}
.preferential .preferential_text div:nth-child(1) {
  font-size: 20px;
  font-weight: 400;
  color: #1F2329;
  margin-bottom: 12px;
}
.preferential .preferential_text div:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #646A73;
  margin-bottom: 14px;
}
.preferential .preferential_text div:nth-child(3) {
  font-size: 13px;
  font-weight: 400;
  color: #8F959E;
  margin-bottom: 24px;
}
.preferential .preferential_text button {
  width: 90px;
  height: 28px;
  border: 1px solid #3470FF;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background-color: #3470FF;
}
.preferential:hover {
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
}
