body::-webkit-scrollbar {
  display: none;
}

#header {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 65px;
  background-color: #121221;
  position: fixed;
  z-index: 999;
}

* {
  font-family: Source Han Sans CN;
}

.w {
  width: 1200px;
  height: 65px;
  margin: 0 auto;
  display: flex;
}

.w img {
  width: 110px;
  height: 35px;
  margin-top: 15px;
}

.w ul {
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
  width: 560px;
}

.w ul li {
  list-style: none;
  color: white;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.w ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  display: block;
  height: 60px;
  line-height: 62px;
}

.w ul li:hover {
  color: #4068f7;
  /* border-bottom: 2px solid #4068f7; */
}

.w .tel {
  margin-left: 73px;
  width: 182px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  line-height: 65px;
  margin-right: 62px;
  display: flex;
}

.w .tel span {
  color: white;
}

.w .tel:hover span {
  color: #4068f7;
}
.w .tel:hover img {
  content: url(../images/icon/bluephone.png);
}
.w .tel img {
  display: block;
  line-height: 65px;
  width: 24px;
  height: 24px;
  padding-top: 5px;
}

.w>a {
  display: block;
  width: 90px;
  height: 30px;
  border-radius: 4px;
  margin-top: 17px;
  color: white;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
}

.w>.login {
  background-color: #121221;
  line-height: 28px;
}

.w>.free {
  background-color: #4068f7;
  border-color: #4068f7;
  margin-right: 30px;
  line-height: 28px;
}

#footer {
  width: 100%;
  height: 656px;
  position: relative;
}

#footer .top {
  height: 222px;
  background: linear-gradient(180deg,
      rgba(136, 162, 253, 1) -59.23%,
      rgba(64, 104, 247, 1) 100%);
  position: relative;
  overflow: hidden;
}

#footer .top .contain {
  padding-top: 60px;
}

#footer .top>img:nth-child(2) {
  display: block;
  width: 1920px;
  height: 89px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#footer .top>img:nth-child(3) {
  position: absolute;
  top: -45px;
  left: 460px;
}

#footer .top>img:nth-child(4) {
  position: absolute;
  top: 75px;
  left: 720px;
}

#footer .top .contain>p {
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: white;
  line-height: 24px;
}

#footer .top .contain a {
  position: absolute;
  display: block;
  margin-left: calc(50% - 75px);
  width: 150px;
  height: 50px;
  border-radius: 5px;
  margin-top: 40px;
  background-color: #4068f7;
  border: none;
  font-size: 16px;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  z-index: 2;
}

#footer .center {
  height: calc(656px - 168px);
  background-color: #121221;
}

#footer .center .w {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

#footer .center .w .left {
  width: 283px;
  height: 223px;
  margin-top: 62px;
}

#footer .center .w .left img {
  width: 110px;
  height: 35px;
}

#footer .center .w .left>p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: #8a8a90;
}

#footer .center .w .left>p:nth-child(2) {
  margin-bottom: 30px;
}

#footer .center .middle {
  width: 352px;
  margin-left: 242px;
  display: flex;
  justify-content: space-between;
}

#footer .center .middle dl {
  margin: 0;
  margin-top: 75px;
}

#footer .center .middle dl dt {
  color: white;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 33px;
}

#footer .center .middle dl dd {
  margin: 0;
  font-size: 14px;
  margin-bottom: 26px;
  color: #8a8a90;
}

#footer .center .middle dl dd a {
  color: #8a8a90;
  font-size: 14px;
  text-decoration: none;
}

#footer .center .middle dl dd a:hover {
  color: white;
}

#footer .right {
  width: 113px;
  height: 175px;
  margin-top: 75px;
  margin-left: 98px;
}

#footer .right>p {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  color: white;
  text-align: center;
  margin-bottom: 31px;
}

#footer .right>img {
  width: 113px;
  height: 128px;
}

#footer .bottom {
  text-align: center;
  font-size: 14px;
  position: absolute;
  margin-left: 50%;
  transform: translate(-50%, -70px);
}

#footer .bottom>p {
  margin: 0;
  color: #8a8a90;
}

#body {
  width: 100%;
  padding-top: 65px;
}

#body .banner {
  height: 562px;
}

#body .banner .text {
  padding-top: 154px;
}

#body .banner .text p {
  color: white;
  font-size: 22px;
  padding-left: 380px;
}

#body .banner .text p:nth-child(2) {
  font-size: 48px;
  font-weight: 700;
}

#show {
  position: relative;
  top: 1px;
}

#header .w ul #show>.showBOX {
  width: 578px;
  height: 440px;
  border-radius: 5px;
  background: rgba(250, 251, 255, 1);
  position: absolute;
  top: 65px;
  left: 0px;
  display: flex;
  justify-content: space-between;
}

#header .w ul #show .showBOX>.Bleft {
  width: 289px;
  height: 440px;
  border-radius: 5px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: rgba(245, 249, 255, 1);
  padding-top: 27px;
  padding-left: 49px;
}

#header .w ul #show .showBOX>.Bleft .list {
  display: block;
  margin-bottom: 22px;
}

#header .w ul #show .showBOX>.Bleft .list:hover {
  color: #4068f7;
}

#header .w ul #show .showBOX>.Bleft .list .listTOP {
  height: 24px;
  display: flex;
}

#header .w ul #show .showBOX>.Bleft .list .listTOP>img {
  margin-top: 2px;
  width: 20px;
  height: 20px;
}

#header .w ul #show .showBOX>.Bleft .list .listTOP>p {
  height: 24px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}

#header .w ul #show .showBOX>.Bleft>.list>p {
  height: 21px;
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-size: 14px;
  margin-left: 24px;
}

#header .w ul #show .showBOX>.Bright {
  width: 289px;
  height: 440px;
  border-radius: 5px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  padding-top: 27px;
  padding-left: 49px;
}

#header .w ul #show .showBOX>.Bright>.list {
  margin-bottom: 22px;
}

#header .w ul #show .showBOX>.Bright>.list .listTOP {
  height: 24px;
  display: flex;
}

#header .w ul #show .showBOX>.Bright .list .listTOP>img {
  margin-top: 2px;
  width: 20px;
  height: 20px;
}

#header .w ul #show .showBOX>.Bright .list .listTOP>p {
  height: 24px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}

#header .w ul #show .showBOX>.Bright>.list>p {
  height: 21px;
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-size: 14px;
  margin-left: 24px;
}

.Btitle {
  width: 36px;
  height: 27px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 11px;
}