.row-a1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.row-a1 .left {
  display: flex;
  flex-direction: column;
}

.row-a1 .left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
}

.row-a1 .left ul li a {
  color: #333;
}

.row-a1 .left ul li {
  margin-bottom: 20px;
}

.row-a1 .left ul li.on a {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.row-a1 .right .con {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
}

.row-a1 .right .con .ri-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
  padding-top: 30px;
}

.row-a1 .right .con .ri-left .pic {
  margin: 15px 0;
}

.row-a1 .right .con .ri-left .list {
  display: flex;
  flex-direction: column;
}

.row-a1 .right .con .ri-left .list .li {
  margin: 15px 0;
}

.row-a1 .right .con .ri-right {
  width: 50%;
}

.awards {
  position: relative;
}

.awards .menus_aa {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  height: 160px;
}

.awards .menus_aa .logo {
  display: block;
}

.awards .menus_aa .menus_li {
  width: 589px;
  position: relative;
}

.awards .menus_aa .menus_li>ul {
  padding-top: 17px;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.awards .menus_aa .menus_li>ul li {
  height: 100%;
}

.awards .menus_aa .menus_li>ul li a {
  color: #888888;
  font-size: 14px;
}

.awards .menus_aa .menus_li>ul li .selct {
  color: #333;
  font-weight: 700;
}

.awards .menus_aa .menus_li>ul li:last-child {
  display: flex;
}

.awards .menus_aa .menus_li>ul li:last-child .on a {
  color: #a1130a;
}

.atlas_xt {
  display: flex;
}

.atlas_xt li {
  flex: 1;
  text-align: center;
  padding-top: 30px;
}

.atlas_xt li div {
  font-size: 12px;
}

.atlas_xt li div:nth-child(1) {
  height: 40px;
}

.contact {
  margin-top: 90px;
  padding-bottom: 150px;
}

.contact .contact_text {
  text-align: center;
  font-size: 35px;
}

.contact ul {
  margin-top: 20px;
}

.contact ul li {
  margin-bottom: 20px;
}

.contact ul li:nth-child(1) {
  display: flex;
}

.contact ul li:nth-child(1)>div:nth-child(1) {
  margin-right: 40px;
}

.contact ul li:nth-child(1)>div .name {
  margin-bottom: 10px;
}

.contact ul li:nth-child(1)>div .phone {
  margin-bottom: 10px;
}

.contact ul li:nth-child(1) input {
  height: 40px;
  width: 580px;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}

.contact ul li:nth-child(2) .postbox {
  margin-bottom: 10px;
}

.contact ul li:nth-child(2) input {
  height: 40px;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}

.contact ul li:nth-child(3) .leave {
  margin-bottom: 10px;
}

.contact ul li:nth-child(3) textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.contact .suabmit {
  width: 120px;
  height: 40px;
  background-color: #e9463c;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .row-a1 .right .con .ri-right{
    display:none;
  }
}