.context {
  display: flex;
  justify-content: space-between;
  padding: 50px 8%;
  background: #F9F9F9;
  box-sizing: border-box;
}
.context .left {
  width: 230px;
  margin-right: 40px;
  position: relative;
  transition: all 1s linear;
}
.context .left ul {
  background: #fff;
}
.context .left ul li {
  height: 70px;
  line-height: 70px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 2px;
}
.context .left ul li:nth-child(1) {
  background-color: #790516;
  height: 100px;
  color: #FBFBFB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  padding-left: 0;
}
.context .left ul li:nth-child(1) p:nth-child(1) {
  font-size: 26px;
}
.context .left ul li:nth-child(1) p:nth-child(2) {
  font-size: 16px;
  color: #FBFBFB;
}
.context .left ul li:nth-child(2) a {
  color: #790516;
}
.context .left ul li:hover a {
  color: #790516;
}
.context .left ul li a {
  color: #101010;
}
.context .left ul li a img {
  width: 10px;
  margin-right: 6px;
}
.context .left .img {
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #101010;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 180px;
  text-align: center;
  background-color: #fff;
  display: none;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.context .right {
  flex: 1;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.context .right form {
  width: 100%;
  box-sizing: border-box;
}
.context .right form .f {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.context .right form .f .text {
  width: 49%;
  height: 50px;
  border: none;
  outline: none;
  background: #F5F5F5;
  padding: 0 1.04vw;
  box-sizing: border-box;
  margin-bottom: 1.04vw;
  font-size: 15px;
}
.context .right form .f textarea {
  width: 100%;
  height: 200px;
  border: none;
  outline: none;
  resize: none;
  padding: 20px 1.04vw;
  background: #F5F5F5;
  box-sizing: border-box;
}
.context .right form .f textarea::placeholder {
  font-size: 15px;
  color: #757575;
}
.context .right form .b {
  text-align: center;
  margin-top: 2.08vw;
}
.context .right form .b input {
  width: 7.81vw;
  height: 3.02vw;
  font-size: 14px;
  color: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
}
.context .right form .b input.btn1 {
  background: #790516;
  margin-right: 1.04vw;
}
.context .right form .b input.btn2 {
  background: #999999;
}
.context .right .way .name {
  font-size: 18px;
  color: #333333;
  margin: 40px 0 20px;
  margin-top: 0;
}
.context .right .way .phone {
  font-size: 24px;
  color: #333333;
  line-height: 35px;
  margin-bottom: 15px;
}
.context .right .way .con {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  margin: 15px 0 30px;
}
.context .right .way .guanzhu {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.context .right .way .guanzhu p {
  font-size: 18px;
  color: #333333;
}
.context .right .way .guanzhu a img {
  width: 50px;
  vertical-align: text-bottom;
  margin-left: 20px;
}
.context .right .way .map {
  margin-top: 20px;
}
.context .right .way .map img {
  max-width: 100%;
}
.context .right .con {
  background: #FFFFFF;
  box-sizing: border-box;
}
.context .right .con .title {
  font-size: 46px;
  color: #333333;
  text-align: center;
}
.context .right .con .form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 48.85vw;
  margin: 30px auto 40px;
}
.context .right .con .form img {
  width: 20px;
  vertical-align: text-bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1.35vw;
}
.context .right .con .form .text {
  width: 40vw;
  height: 3.125vw;
  background: #F6F7F8;
  border-radius: 30px 0 0 30px;
  border: none;
  outline: none;
  padding-left: 3.125vw;
  box-sizing: border-box;
  font-size: 16px;
}
.context .right .con .form .text::placeholder {
  font-size: 16px;
  color: #969696;
}
.context .right .con .form .btn {
  width: 8.85vw;
  height: 3.125vw;
  background: #004896;
  border-radius: 0 30px 30px 0;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.context .right .con ul li.top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.125vw;
  background: #F6F7F8;
  font-size: 14px;
  color: #101010;
}
.context .right .con ul li.top p {
  text-align: center;
  width: 10%;
  font-size: 20px;
  color: #333;
}
.context .right .con ul li.top p:nth-child(1) {
  width: 20%;
}
.context .right .con ul li.top p:nth-child(2),
.context .right .con ul li.top p:nth-child(3),
.context .right .con ul li.top p:nth-child(4) {
  width: 16%;
}
.context .right .con ul li.top p:nth-last-child(1) {
  width: 12%;
}
.context .right .con ul li.item {
  border-bottom: 1px solid #ECECEC;
  box-sizing: border-box;
  cursor: pointer;
}
.context .right .con ul li.item .tit {
  display: flex;
  align-items: center;
  padding: 2.08vw 0;
  box-sizing: border-box;
}
.context .right .con ul li.item .tit p {
  text-align: center;
  width: 10%;
  font-size: 16px;
  color: #666666;
}
.context .right .con ul li.item .tit p:nth-child(1) {
  width: 20%;
}
.context .right .con ul li.item .tit p:nth-child(2),
.context .right .con ul li.item .tit p:nth-child(3),
.context .right .con ul li.item .tit p:nth-child(4) {
  width: 16%;
}
.context .right .con ul li.item .tit p:nth-last-child(1) {
  width: 12%;
}
.context .right .con ul li.item .tit p:nth-last-child(1) span {
  display: block;
  width: 5.73vw;
  height: 34px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  background: #B2B2B2;
  border-radius: 100px;
  margin: auto;
}
.context .right .con ul li.item .son {
  padding: 15px 20px 2.08vw;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: none;
  background-color: #f2f2f2;
}
.context .right .con .externallink {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.context .right .con .externallink .item {
  width: 32%;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6vw;
  box-sizing: border-box;
  background: #F9F9F9;
}
.context .right .con .externallink .item:nth-last-child(1) {
  margin-right: 0;
}
.context .right .con .externallink .item .l {
  flex: 1;
}
.context .right .con .externallink .item .l p {
  font-size: 28px;
  color: #333333;
  margin-bottom: 10px;
}
.context .right .con .externallink .item .l span {
  font-size: 14px;
  color: #666666;
}
.context .right .con .externallink .item .r {
  width: 5.21vw;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1600px) {
  .context {
    padding: 50px 4%;
  }
  .context .left {
    width: 18%;
  }
  .context .right .con ul li.top p {
    font-size: 16px;
  }
  .context .right .con ul li.item .tit p {
    font-size: 14px;
  }
  .context .right .con ul li.item .tit p:nth-last-child(1) span {
    font-size: 12px;
  }
  .context .right .con .externallink .item .l p {
    font-size: 18px;
  }
}
@media screen and (max-width: 968px) {
  .context {
    flex-direction: column;
    padding: 30px 0;
  }
  .context .left {
    width: 180px;
    height: 400px;
    position: fixed;
    left: -180px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .context .left ul li {
    height: 55px;
    line-height: 55px;
  }
  .context .left ul li:nth-child(1) {
    height: 70px;
  }
  .context .left ul li:nth-child(1) p:nth-child(1) {
    font-size: 20px;
  }
  .context .left ul li:nth-child(1) p:nth-child(2) {
    font-size: 14px;
  }
  .context .left .img {
    display: block;
  }
  .context .right {
    flex: auto;
    width: 100%;
    padding: 20px;
  }
  .context .right form {
    width: 96%;
    margin: 0px auto;
  }
  .context .right form .title {
    font-size: 20px;
  }
  .context .right form .f {
    margin-top: 15px;
  }
  .context .right form .f .text {
    font-size: 14px;
  }
  .context .right form .f .l {
    width: 100%;
    float: none;
  }
  .context .right form .f .l .text {
    height: 40px;
    padding: 0 10px;
  }
  .context .right form .f .r {
    width: 100%;
    float: none;
  }
  .context .right form .f .r select {
    height: 40px;
    padding: 0 10px;
  }
  .context .right form .f .r textarea {
    height: 120px;
    padding: 10px 10px;
  }
  .context .right form .b {
    margin: 20px 0;
  }
  .context .right form .b input {
    height: 35px;
    width: 80px;
  }
  .con {
    padding: 15px 10px;
  }
  .con .title {
    font-size: 20px;
  }
  .con .form {
    width: 80%;
    margin: 15px auto 20px;
  }
  .con .form img {
    width: 15px;
    left: 5%;
  }
  .con .form .text {
    width: 80%;
    height: 35px;
    font-size: 14px;
    padding-left: 15%;
  }
  .con .form .text::placeholder {
    font-size: 14px;
  }
  .con .form .btn {
    width: 20%;
    height: 35px;
    font-size: 12px;
  }
  .con ul li.top {
    height: 40px;
  }
  .con ul li.top p {
    width: 30% !important;
  }
  .con ul li.top p:nth-child(2),
  .con ul li.top p:nth-child(3),
  .con ul li.top p:nth-child(4),
  .con ul li.top p:nth-child(5) {
    display: none;
  }
  .con ul li.top p:nth-child(1) {
    width: 40% !important;
  }
  .con ul li.item .tit p {
    width: 30% !important;
    font-size: 14px;
  }
  .con ul li.item .tit p:nth-child(2),
  .con ul li.item .tit p:nth-child(3),
  .con ul li.item .tit p:nth-child(4),
  .con ul li.item .tit p:nth-child(5) {
    display: none;
  }
  .con ul li.item .tit p:nth-child(1) {
    width: 40% !important;
  }
  .con ul li.item .tit p:nth-last-child(1) span {
    width: 80%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .con ul li.item .son {
    padding-top: 0;
  }
  .con ul li.item .son p {
    font-size: 13px;
  }
  .con .externallink {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .con .externallink .item {
    width: 100%;
    margin-right: 0;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .con .externallink .item .l p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .con .externallink .item .l span {
    font-size: 12px;
  }
  .con .externallink .item .r {
    width: 50px;
  }
}
