.pc-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: url("../images/bg.jpg") no-repeat top center;
}

.pc-container .banner1 {
  height: 548px;
  background: url("../images/1.png") no-repeat center;
}

.pc-container .banner2 {
  height: 1281px;
  background: url("../images/2.png") no-repeat center;
}

.pc-container .banner3 {
  height: 106px;
  background: url("../images/3.png") no-repeat center;
}

.pc-container .banner4 {
  height: 890px;
  background: url("../images/4.png") no-repeat center;
}

.pc-container .banner5 {
  height: 640px;
  background: url("../images/5.png") no-repeat center;
}

.pc-container .banner6 {
  height: 1316px;
  background: url("../images/6.png") no-repeat center;
}

.pc-container .banner7 {
  height: 246px;
  background: url("../images/7.png") no-repeat center;
}

.pc-container .banner8 {
  height: 1462px;
  background: url("../images/8.png") no-repeat center;
}

.pc-container .banner9 {
  height: 1265px;
  background: url("../images/9.png") no-repeat center;
}

.pc-container .banner10 {
  height: auto;
}
.pc-container .banner10 .swiper-button-next,
.pc-container .banner10 .swiper-button-prev {
  color: #fff;
}

.pc-container .banner10a {
  height: 180px;
  background: url("../images/10a.png") no-repeat center;
}

.pc-container .banner10b {
  height: 104px;
  background: url("../images/10b.png") no-repeat center;
}

.pc-container .banner11 {
  height: 984px;
  background: url("../images/11.png") no-repeat center;
}

.pc-container .banner12 {
  height: 1464px;
  background: url("../images/12.png") no-repeat center;
}

.pc-container .banner13 {
  height: 223px;
  background: url("../images/13.png") no-repeat center;
}

.pc-container .main_m {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.pc-container .pc-zx {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 10px 0 20px 0;
}

.pc-container .pc-zx-icon1 {
  width: 15%;
  height: 30px;
  background: #f77a26;
  color: #fff;
  padding: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  transition: all 1s ease-in-out 0s;
  cursor: pointer;
  border-radius: 20px;
}

.pc-container .pc-zx-icon2 {
  width: 13%;
  margin: 0 2%;
  height: 30px;
  background: #3ea6ff;
  color: #fff;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  transition: all 1s ease-in-out 0s;
  cursor: pointer;
  border-radius: 25px;
}

.pc-container .pc-zx-icon1:hover,
.pc-container .pc-zx-icon2:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.8);
}

.pc-container .yuyue {
  width: 860px;
  height: 150px;
  padding-top: 25px;
  margin-left: 30px;
  position: relative;
}

.pc-container .top_yuyue_form {
  width: 100%;
  height: auto;
  margin: 5px auto 40px auto;
}

.pc-container .top_yuyue_form .textinput {
  width: 200px;
  height: 40px;
  margin-bottom: 15px;
  margin-right: 10px;
  font-size: 16px;
  padding-left: 5px;
  float: left;
  outline: none;
}

.pc-container .top_yuyue_form .btnon {
  position: absolute;
  outline: none;
  width: 170px;
  height: 47px;
  border: 2px solid #e0e0e0;
  background: #ec5526;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  right: 15px;
  top: 28px;
  font-weight: bold;
}

.pc-container .top_yuyue_form .form-group {
  width: 27%;
  float: left;
}

.pc-container .top_yuyue_form .yzmcode {
  width: 55%;
  height: 40px;
  font-size: 14px;
  float: left;
}

.pc-container .top_yuyue_form .codetxt {
  width: 40%;
  background: #dadada;
  outline: none;
  height: 45px;
  cursor: pointer;
  font-size: 14px;
  border: 0;
}

.pc-container .top_yuyue {
  width: 300px;
  height: 165px;
  top: 650px;
  right: 120px;
  position: absolute;
}

.pc-container .top_yuyue_form1 {
  width: 80%;
  height: auto;
  margin: 10px auto 0 auto;
}

.pc-container .top_yuyue_form1 .textinput {
  width: 97%;
  height: 35px;
  margin-bottom: 15px;
  font-size: 16px;
  padding-left: 5px;
}

.pc-container .top_yuyue_form1 .btnon {
  outline: none;
  border: 0;
  width: 100%;
  height: 35px;
  background: #ed5d28;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.pc-container .top_yuyue_form1 .form-group {
  width: 100%;
  margin-bottom: 15px;
}

.pc-container .top_yuyue_form1 .yzmcode {
  width: 55%;
  height: 31px;
  font-size: 14px;
  float: left;
}

.pc-container .top_yuyue_form1 .codetxt {
  width: 40%;
  background: #f0f0f0;
  outline: none;
  height: 35px;
  cursor: pointer;
  font-size: 14px;
}