.bor {
  border: solid 1px red;
}
.bjsize {
  background-size: 100% 100%;
}
.apos {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
span {
  cursor: pointer;
}
html,
body {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  min-width: 1400px;
}
a {
  cursor: pointer;
}
.width {
  width: 80%;
  margin: 0 auto;
}
header {
  width: 80%;
  margin: 0 auto;
  height: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header img {
  width: 46px;
  height: 33px;
}
header h3 {
  color: #0761EB;
  font-weight: bold;
  font-size: 24px;
  margin: 0 20px;
  border-right: solid 1px #aaaaaa;
  display: inline-block;
  padding-right: 20px;
  box-sizing: border-box;
}
header span {
  color: #aaaaaa;
}
.container {
  background: url(../images/bj.png) no-repeat;
  width: 100%;
 /* height: 100%;*/
  background-size: 100% 100%;
  padding: 100px 0 100px;
  box-sizing: border-box;
}
.container section {
  background: url(../images/flaotBj.png) no-repeat;
  width: 80%;
  margin: 0 auto;
  background-size: 100% 100%;
  padding: 60px 0 50px;
  display: flex;
  flex-direction: row;
  height: 447px;
}
.container section .left {
  width: 65%;
  height: 100%;
}
.container section .left .swiper-container {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  position: relative;
}
.container section .left .swiper-container > ul {
  position: absolute;
  left: 65%;
  bottom: 18%;
  z-index: 999;
}
.container section .left .swiper-container > ul > li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 25px;
  text-align: center;
  line-height: 12px;
  margin-right: 10px;
  background-color: #C7C7C7;
  cursor: pointer;
}
.container section .left .swiper-container > ul .check {
  background-color: #666666;
}
.container section .left .swiper-container #prev {
  position: absolute;
  left: 1%;
  top: 47%;
  z-index: 999;
}
.container section .left .swiper-container #next {
  right: 1%;
  top: 47%;
  position: absolute;
  z-index: 999;
}
.container section .left .swiper-slide {
  float: left;
  position: absolute;
  left: 0;
  top: 17%;
  display: none;
  width: 100%;
}
.container section .left .swiper-slide .swiper_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 80%;
  margin: 0 auto;
}
.container section .left .swiper-slide .swiper_box .box-img {
  position: relative;
  width: 400px;
  height: 100%;
}
.container section .left .swiper-slide .swiper_box .box-img .pc-bj {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.container section .left .swiper-slide .swiper_box .box-img .pc-img {
  width: 92%;
  height: 194px;
  position: absolute;
  left: 16px;
  top: 14px;
  border-radius: 3px;
}
.container section .left .swiper-slide .swiper_box .box {
  height: 100%;
  width: calc((100% - 400px));
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
}
.container section .left .swiper-slide .swiper_box .box h3 {
  width: 100%;
  color: #2E91FF;
  font-weight: bold;
  font-size: 25px;
}
.container section .left .swiper-slide .swiper_box .box > ul {
  width: 100%;
  margin-top: 10px;
}
.container section .left .swiper-slide .swiper_box .box > ul li {
  line-height: 28px;
  color: #666666;
  font-size: 15px;
}
.container section .left .swiper-slide .swiper_box .box span {
  margin-top: 13px;
  display: block;
  line-height: 25px;
  color: #9A9A9A;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.container section .right {
  width: 35%;
  height: 100%;
}
.container section .right .the-form {
  background-image: url(../images/formBj.png);
  width: 86%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container section .right .the-form > p {
  text-align: center;
}
.container section .right .the-form > p .huigui-logo {
  margin-top: -35px;
}
.container section .right .the-form .actionForm {
  width: 75%;
  margin: 0 auto;
  padding-top: 40px;
}
.container section .right .the-form .actionForm h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.container section .right .the-form .actionForm form {
  padding-top: 10px;
}
.container section .right .the-form .actionForm form p {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: solid 1px #E3E3E3;
  position: relative;
}
.container section .right .the-form .actionForm form p > img {
  width: 17px;
  background: #EDEDED;
  padding: 10px 13px;
}
.container section .right .the-form .actionForm form p input {
  border: none;
  padding-left: 8px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  line-height: 40px;
}
.container section .right .the-form .actionForm form div {
  display: flex;
  justify-content: space-between;
}
.container section .right .the-form .actionForm form div label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container section .right .the-form .actionForm form div label input {
  width: 16px;
  height: 16px;
}
.container section .right .the-form .actionForm form div label a {
  font-size: 13px;
  margin-left: 5px;
}
.container section .right .the-form .actionForm form div > a {
  font-size: 13px;
  color: #3398FF;
}
.container section .right .the-form .actionForm form > div.login-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 25px;
  background-image: linear-gradient(to right, #126BE8, #2F8BDE);
  color: white;
  border: none;
  cursor: pointer;
  justify-content: center;
}
.container section .right .the-form .actionForm .form-bot {
  margin-top: 30px;
  font-size: 13px;
}
.container section .right .the-form .actionForm .form-bot a {
  color: #3398FF;
}
footer {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
footer p {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
footer span {
  color: #ababab;
  font-size: 12px;
}
@media (max-width: 1366px) {
  .box-img {
    width: 290px !important;
  }
  .box {
    width: calc((100% - 290px)) !important;
  }
}
@media (min-width: 1366px) and (max-width: 1600px) {
  .box-img {
    width: 330px !important;
  }
  .box {
    width: calc((100% - 330px)) !important;
  }
}
@media (min-width: 1600px) and (max-width: 1880px) {
  .box-img {
    width: 370px !important;
  }
  .box {
    width: calc((100% - 370px)) !important;
  }
}
