body {
  overflow-x: hidden;
}
.homePage_base {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  font-family: OPPOSans;
  font-style: normal;
  font-weight: normal;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.homePage_base footer {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #314362;
  line-height: 22px;
  opacity: 0.8;
}
.homePage_base #syshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000000;
  opacity: 0.4;
  display: none;
}
.homePage_base .titleDom {
  height: 10%;
  background: url(../images/title4.png) no-repeat 50px center;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-right: 65px;
  background-size: 800px !important;
}
.homePage_base .titleDom .nav {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 6px;
  color: #102C58;
  display: flex;
}
.homePage_base .titleDom .nav div {
  margin-left: 23px;
  cursor: pointer;
}
.homePage_base .titleDom .nav div::before {
  content: "12";
  color: transparent;
}
.homePage_base .titleDom .nav #login::before {
  background: url(../images/icon07.png) no-repeat center;
}
.homePage_base .titleDom .nav #login {
  position: relative;
}
.homePage_base .titleDom .nav #login:hover .login-box {
  display: block;
}
.homePage_base .titleDom .nav #login .login-box {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  padding: 0;
  margin: 0 0 0 10px;
  list-style: none;
  background: #fff;
}
.homePage_base .titleDom .nav #login .login-box li:first-child {
  padding-top: 10px;
}
.homePage_base .titleDom .nav #login .login-box li {
  display: block;
  width: auto;
  font-size: 12px;
  letter-spacing: 0;
  padding: 4px 8px;
  text-align: center;
  white-space: nowrap;
}
.homePage_base .titleDom .nav #login .login-box li a {
  text-decoration: none;
  color: #333;
}
.homePage_base .titleDom .nav #register::before {
  background: url(../images/icon06.png) no-repeat center;
}
.homePage_base .banner {
  height: 42%;
  background: url(../images/banner.jpg) no-repeat;
  background-size: 100% 100%;
}
.homePage_base .bottom {
  height: 48%;
  display: flex;
  justify-content: center;
}
.homePage_base .bottom .tel {
  width: 192px;
  height: 90px;
  background: url(../images/tel-bg.png) no-repeat;
  position: absolute;
  right: 1%;
  bottom: 6%;
  align-items: center;
  justify-content: center;
  display: none;
}
.homePage_base .bottom .modules {
  padding-left: 1%;
  padding-top: 90px;
  display: flex;
  width: 145%;
  height: 100%;
  justify-content: space-evenly;
}
.homePage_base .bottom .modules .split {
  width: 2px;
  background: url(../images/line.png) no-repeat center 50px;
}
.homePage_base .bottom .modules .module {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 260px;
  height: 214px;
}
.homePage_base .bottom .modules .module:hover .caption {
  color: #fff;
  margin: 28px 16px 8px 0;
}
.homePage_base .bottom .modules .module:hover .content {
  display: none;
}
.homePage_base .bottom .modules .module:hover .content_h {
  display: block;
  width: 205px;
  color: #fff;
  margin: 30px 0 0 5px;
  font-size: 14px;
}
.homePage_base .bottom .modules .module:nth-child(1) {
  background: url(../images/1.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(1):hover {
  background: url(../images/1_1.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(2) {
  background: url(../images/2.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(2):hover {
  background: url(../images/2_1.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(3) {
  background: url(../images/3.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(3):hover {
  background: url(../images/3_1.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(4) {
  background: url(../images/4.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(4):hover {
  background: url(../images/4_1.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(5) {
  background: url(../images/5.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(5):hover {
  background: url(../images/5_1.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module:nth-child(6) {
  background: url(../images/6.png) no-repeat;
  background-size: 94% 103%;
}
.homePage_base .bottom .modules .module:nth-child(6):hover {
  background: url(../images/6_1.png) no-repeat;
  background-size: 94% 99%;
}
.homePage_base .bottom .modules .module .caption {
  font-weight: bold;
  font-size: 3vh;
  margin: 28px 125px 8px 0;
  color: #314362;
  white-space: nowrap;
}
.homePage_base .bottom .modules .module .content {
  position: relative;
  top: 50px;
  width: 100%;
  left: 26px;
  color: #5A6981;
  font-size: 14px;
}
.homePage_base .bottom .modules .module .content span {
  margin-right: 3px;
  font-size: 18px;
}
.homePage_base .bottom .modules .module .content_h {
  display: none;
  font-size: 14px;
}
#sydlg {
  width: 533px;
  height: 326px;
  position: absolute;
  background: url(../images/bg.png);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: OPPOSans;
  font-style: normal;
  font-weight: normal;
}
#sydlg .dlgHeader {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sydlg .dlgHeader .title {
  font-weight: bold;
  font-size: 22px;
  color: #314362;
  width: 133.5px;
  text-align: center;
  height: 45px;
  border-bottom: 1px solid #667d964d;
}
#sydlg .dlgHeader .close {
  width: 26px;
  height: 26px;
  background: url(../images/icon08.png);
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#sydlg .dlgContent {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #314362;
}
#sydlg .dlgFooter {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}
#sydlg .dlgFooter div {
  width: 129px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 2px;
  margin: 0 25px 0 25px;
  cursor: pointer;
}
#sydlg .dlgFooter .sbkk {
  color: #69778E;
  background: #C9CDD7;
}
#sydlg .dlgFooter .qdl {
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(98.4deg, #2586FA 17.79%, #2552F8 104.79%);
}
@media screen and (max-width: 1600px) {
  .homePage_base .titleDom {
    background-size: 40%;
  }
  .modules {
    padding-top: 60px !important;
    transform: scale(0.95);
  }
}
@media screen and (max-width: 1366px) {
  .homePage_base .titleDom {
    background-size: 35%;
  }
  .modules {
    padding-top: 20px !important;
    transform: scale(0.7);
  }
  .modules .module {
    margin: 0 20px 0 20px;
  }
}
