#banner_inside {
  height: 550px;
}

#banner_inside .banner_box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
}

#banner_inside .banner_title {
  font-size: 60px;
  color: #FFFEFE;
  text-shadow: 2px 2px 2px #666;
}

#banner_inside .banner_desc {
  width: 630px;
  font-size: 35px;
  font-weight: 400;
  color: #FFFEFE;
  line-height: 30px;
  margin-top: 25px;
  letter-spacing: 2px;
}

#banner_inside .banner_btn {
  width: 150px;
  height: 50px;
  background: #FB9633;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 50px;
  margin-top: 50px;
  display: inline-block;
}

#content .title {
  font-size: 34px;
  color: #333;
  text-align: center;
  padding: 80px 0 60px;
}

#content .advantage {
  width: 1200px;
  margin: 0 auto;
}

#content .advantage .advantage-box {
  width: 100%;
  padding: 80px 0;
  display: inline-block;
}

#content .advantage .advantage-box .sers {
  width: 340px;
}

#content .advantage .advantage-box .sers1 {
  float: left;
}

#content .advantage .advantage-box .sers2 {
  float: right;
}

#content .advantage .advantage-box .ser {
  width: 340px;
  height: 160px;
  border: 1px solid #F4D9D9;
  border-radius: 4px;
  padding: 0 25px;
  box-sizing: border-box;
  margin-bottom: 110px;
}

#content .advantage .advantage-box .sers .ser .name {
  font-size: 24px;
  text-align: center;
  color: #333333;
  margin: 20px 0 20px 0;
}

#content .advantage .advantage-box .sers .ser .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}

#content .cooperation {
  background: linear-gradient(0deg, #FFFFFF 0%, #FEF6F6 100%);
  padding-bottom: 80px;
}

#content .cooperation .cooperation-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

#content .cooperation .cooperation-box1 {
  justify-content: space-around;
}

#content .cooperation .cooperation-box2 {
  justify-content: space-between;
}

#content .cooperation .cooperation-box2 .cooperation-type {
  width: 25%;
}

#content .cooperation .cooperation-type .name {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}

#content .cooperation .cooperation-type .desc {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 5px;
}

#content .server {
  background-size: 100% 100%;
  background-position: center center;
  height: 550px;
  position: relative;
  z-index: -2;
}

#content .server .title {
  color: #fff;
}

#content .server .server-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

#content .server .server-box .iconfont {
  font-size: 30px;
  color: #fff;
}

#content .server .server-type {
  width: 160px;
  height: 150px;
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  padding: 20px 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  box-shadow: 10px -10px 0px #FFA68B;
}

#content .server .server-type::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 320px;
  height: 60px;
  background: #FF706A;
  border-radius: 50%;
  z-index: -1;
}

#content .server .server-type.top-type {
  top: -80px;
}


#content .server .server-type .name {
  font-size: 24px;
  font-weight: bold;
  color: #FF9459;
  line-height: 40px;
}

#content .server .server-type .info {
  font-size: 14px;
  color: #FF9459;
  line-height: 22px;
}

.level {
  width: 1200px;
  margin: 0 auto;
}

.level ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 50px;
  height: 1080px;
}

.level ul .contrast_list {
  width: 28%;
  text-align: center;
  background-color: #fff;
  height: 1054px;
  border: 1px solid #ccc;
}

.level ul .contrast_title {
  height: 152px;
  line-height: 152px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #eee;
}

.level .contrast_list ol li {
  line-height: 52px;
  color: #666;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
}

.level ul .level_list {
  width: 18%;
  text-align: center;
  height: 1054px;
  background-color: #FFF3F6;
  transition: all .5s;
  border: 1px solid #ccc;
  border-left: 0;
}

.level ul .level_list .level_title {
  height: 152px;
  color: #fff;
  padding-top: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.level ul .level_list .level_title i {
  position: absolute;
  right: 10px;
  top: -2px;
  font-size: 38px;
  color: #FF2549;
}

.level ul .level_list .level_title i span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 4px;
}

.level ul .level_list ol {
  height: 988px;
}

.level ul .level_list li {
  line-height: 52px;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
}

.level ul .level_list li .icon-chahao {
  color: #EF2312;
  font-size: 20px;
}

.level ul .level_list li .icon-duihao1 {
  color: #03FD07;
  font-size: 20px;
}

.level ul .level_list:nth-child(5) {
  background-color: #FFD7E1;
}

.level ul .level_list.active {
  height: 1074px;
  box-shadow: 0px 3px 16px 0px rgba(255, 51, 51, 0.23);
  transform: translateY(-20px);
  border: unset;
}

.level ul .level_list.active .level_title {
  height: 176px;
}

.level .level_name {
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.level .level_title a {
  width: 130px;
  height: 36px;
  background: #FF2549;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}

.level .level_title a:hover {
  background: linear-gradient(0deg, #FF2549 0%, #FF2549 100%);
  box-shadow: 0px 3px 10px 0px rgba(255, 37, 73, 0.66);
}
