@charset "UTF-8";
body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-style: normal;
  font: 12px/22px "宋体", Arial, Helvetica, sans-serif;
}

ol,
ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

body {
  color: #000000;
  background: #FFF;
}

.clear {
  clear: both;
  height: 1px;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  overflow-x: none;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  margin: 0;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

body {
  padding-top: 88px;
}

.header {
  width: 100%;
  height: 88px;
  position: fixed;
  z-index: 9999999;
  background-color: #fff;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header > .main {
  width: 1300px;
  height: 88px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header > .main .logo {
  display: block;
  width: 445px;
  height: 56px;
  overflow: hidden;
}
.header > .main .logo img {
  /*width: 100%;*/
  height: 80%;
  /*-o-object-fit: cover;*/
  /*   object-fit: cover;*/
}
.header > .main .menus {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header > .main .menus .menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 32px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #333333;
  margin-right: 28px;
  position: relative;
}
.header > .main .menus .menu a {
  color: #333333;
}
.header > .main .menus .menu.active a {
  color: #0C71E1;
  font-weight: bold;
}
.header > .main .menus .menu:hover a {
  color: #0C71E1;
}
.header > .main .menus .menu.find {
  height: 32px;
  background: #0C71E1;
  border-radius: 19px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 25px;
}
.header > .main .menus .menu.find a {
  color: #FFFFFF;
}
.header > .main .menus .menu .children {
  position: absolute;
  min-width: 100%;
  height: auto;
  background: #fff;
  top: 40px;
  display: none;
  padding: 0 20px;
}
.header > .main .menus .menu .children a {
  display: block;
  width: auto;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}
.header > .main .menus .menu .children a:hover {
  color: #0C71E1;
}

.footer {
  display: block;
  width: 100%;
  height: auto;
  background: #202224;
  padding-top: 50px;
}
.footer .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
.footer .main .hezuojigou {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 39px;
  border-bottom: 1px solid #2E3033;
}
.footer .main .hezuojigou .item {
  display: block;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .main .hezuojigou .item .icon {
  width: 34px;
  height: 34px;
  overflow: hidden;
}
.footer .main .hezuojigou .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .main .hezuojigou .item .title {
  width: auto;
  height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  margin-left: 18px;
}
.footer .main .list {
  width: 100%;
  height: auto;
  padding-top: 45px;
  padding-bottom: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .main .list .left {
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .main .list .left .items {
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 94px;
}
.footer .main .list .left .items .title {
  width: auto;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
}
.footer .main .list .left .items .item {
  display: block;
  width: auto;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B9BEC3;
  line-height: 15px;
  margin-top: 10px;
}
.footer .main .list .left .items .item:hover {
  color: #FFFFFF;
}
.footer .main .list .right {
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .main .list .right .phone {
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.footer .main .list .right .phone .icon {
  width: 34px;
  height: 34px;
  overflow: hidden;
}
.footer .main .list .right .phone .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .main .list .right .phone .tel {
  width: auto;
  height: 50px;
  font-size: 48px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  margin-left: 10px;
}
.footer .main .list .right .item {
  display: block;
  width: auto;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B9BEC3;
  line-height: 15px;
  margin-top: 10px;
}
.footer .main .list .right .item:hover {
  color: #FFFFFF;
}
.footer .other {
  width: 100%;
  height: auto;
  background: #2A2C2E;
  padding: 36px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B9BEC3;
  text-align: center;
}
.footer .other a {
  color: #B9BEC3;
}

.find_alert {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.find_alert .main {
  width: 480px;
  height: auto;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 60px;
  padding-bottom: 70px;
}
.find_alert .main .logo {
  width: 100%;
}
.find_alert .main .logo img {
  width: 100%;
}
.find_alert .main .input {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  margin-top: 30px;
}
.find_alert .main .input:hover {
  border: 1px solid #0C71E1;
}
.find_alert .main .input input {
  display: block;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.find_alert .main .btn {
  width: 100%;
  height: 50px;
  background: #0C71E1;
  border-radius: 6px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.find_alert .main .close {
  width: 100%;
  height: 50px;
  border: 1px solid #0C71E1;
  border-radius: 6px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0C71E1;
  line-height: 50px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}

.banner3 {
  width: 100%;
  height: auto;
  position: relative;
}
.banner3 img {
  width: 100%;
}
.banner3 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner3 .text .t {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 36px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.banner3 .text .btn {
  width: 146px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0C71E1;
  line-height: 40px;
  text-align: center;
  margin-top: 24px;
  border: 1px solid #fff;
}
.banner3 .text .btn:hover {
  background: #0C71E1;
  color: #FFFFFF;
}

.page {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 50px;
}
.page li {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  margin-left: 11px;
  border: 1px solid #E7EBEE;
  background: #E7EBEE;
}
.page li a {
  display: inline-block;
  height: 34px;
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
}
.page li.active {
  border: 1px solid #006EC7;
  color: #FFFFFF;
  background: #006EC7;
}
.page li.active a {
  color: #FFFFFF;
}
.page li:hover {
  border: 1px solid #006EC7;
  color: #FFFFFF;
}
.alert_erweima{
    width: 0;
    height: 0;
    overflow: hidden;
}