body,
div,
span,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
b,
input {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  font-weight: normal;
  outline: 0;
}

::-webkit-scrollbar {
  display: none !important;
}

div {
  box-sizing: border-box;
}

.clearY:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}

a {
  color: #0091ea;
  text-decoration: none;
}

img {
  border: 0 none;
  vertical-align: bottom;
}

::-webkit-input-placeholder {
  color: #bdbdbd;
}

:-moz-placeholder {
  color: #bdbdbd;
}

::-moz-placeholder {
  color: #bdbdbd;
}

:-ms-input-placeholder {
  color: #bdbdbd;
}

#page {
  width: 100%;
}

#page .section1 {
  margin-bottom: 80px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#page .mainBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 110px;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#page .mainBox .conten_l {
  width: 42%;
  padding-left: 70px;
  box-sizing: border-box;
}

@media screen and (min-width: 1740px) {
  #page .section1 .conten_l {
    padding-left: 8%;
  }
}

#page .mainBox .conten_l .title {
  width: 100%;
}

#page .mainBox .conten_l .title img {
  margin-right: 12px;
  vertical-align: middle;
  height: 20px;
}

#page .mainBox .conten_l .title span {
  color: #333;
  font-size: 25px;
  vertical-align: middle;
  font-weight: 500;
}

#page .mainBox .conten_l .title h6 {
  color: #333;
  font-size: 25px;
}

#page .mainBox .conten_l h2 {
  font-size: 50px;
  color: #333;
  margin-top: 8px;
  font-weight: 500;
  max-width: 560px;
  height: 148px;
  overflow-y: hidden;
  text-align: left;
}

#page .mainBox .conten_l h2 .strAdmin {
  font-size: 50px;
  color: #01ca83;
  font-weight: 500;
}

#page .mainBox .conten_l h2 i {
  display: inline-block;
  height: 70px;
  margin: 2px 2px 0 2px;
  width: 1px;
  vertical-align: top;
  background-color: #01ca83;
  animation-name: fadeInOut;
  opacity: 1;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  word-wrap: break-word;
  word-break: break-all;
}

#page .mainBox .conten_l h2 b {
  font-weight: 500;
}

#page .mainBox .conten_l h2 .b2 {
  display: block;
  width: 100%;
  height: 70px;
  text-align: left;
}

#page .mainBox .conten_l p {
  margin-top: 30px;
  font-size: 20px;
  color: #555;
  font-weight: 300;
}

.searchBox {
  width: 100%;
  max-width: 470px;
  margin-top: 40px;
  border-radius: 4px;
  display: flex;
}

.searchBox input {
  width: 100%;
  max-width: 312px;
  height: 54px;
  line-height: 54px;
  padding-left: 14px;
  font-size: 16px;
  color: #333;
  background: #f5f5f5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 300;
  float: left;
}

.searchBox .seachBtn {
  flex: 1;
  width: 144px;
  background-color: #01ca83;
  font-size: 16px;
  color: #fff;
  height: 54px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: 400;
  float: left;
  /* display: inline-block; */
}

.searchBox .seachBtn:hover {
  background-color: #00b776;
}

#page p.forDownBox {
  line-height: 1;
  margin-top: 12px !important;
}

#page .forDown {
}

/* #page .forDown:hover {
  color: #fff;
} */

#page .mainBox .conten_r {
  width: 58%;
  text-align: right;
  padding-left: 80px;
  box-sizing: border-box;
}

#page .mainBox .conten_r #bm {
  width: 100%;
  position: relative;
  padding-top: 67.54%;
}

#page .mainBox .conten_r #bm > img {
  /* padding-top: 1.81%; */
}

#page .mainBox .conten_r #bm > img,
#page .mainBox .conten_r #bm > svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#page .mainBox .conten_r #bm > svg {
  display: none;
}

.section2 {
  background: #f8f8f8;
  padding: 100px 0 140px;
}

.section2 .title {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  display: block;
}

.section2 .title h2 {
  font-size: 42px;
  color: #333;
  padding: 0 0 24px;
}

.section2 .title span:hover {
  cursor: default;
}

.section2 .conBox {
  margin: 0 auto 0;
  width: 70%;
  position: relative;
}

.section2 video {
  box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1);
}

.section2 .conBox .tagImg {
  position: absolute;
  left: -15%;
  bottom: -6%;
  width: 20%;
  z-index: 1;
}

.section2 .conBox .tagImg img {
  width: 100%;
}

.f36 {
  font-size: 36px;
  color: #333;
  line-height: 48px;
  font-weight: 500;
}

.f20 {
  font-size: 20px;
  color: #555;
  font-weight: 300;
  margin-top: 24px;
}

#page .section3 {
  margin-bottom: 120px;
  padding: 0 70px;
}

.w32 {
  width: 32.875% !important;
}

.w66 {
  width: 66.375% !important;
}

#page .section3 .mainBox .conten_l h3 {
  font-size: 36px;
  color: #333;
  line-height: 48px;
  font-weight: 500;
}

#page .section3 .mainBox .conten_l p {
  font-size: 20px;
  color: #555;
  margin-top: 30px;
  font-weight: 300;
}

#page .section3 .mainBox .conten_r img {
  width: 100%;
}

.slogan {
  width: 100%;
  height: 590px;
  padding: 0 70px;
  background-color: #128beb;
  color: #fff;
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
  position: relative;
}

.slogan h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}

.slogan h5 {
  font-size: 16px;
  font-weight: 300;
}

.slogan .searchBox {
  width: 472px;
  margin: 0 auto;
  margin-top: 40px;
}

.slogan .searchBox input {
  background: none;
  /* border: 1.5px solid rgba(255, 255, 255, 0.5); */
  color: #fff;
  border-right: none;
  font-weight: 300;
  float: left;
  height: 54px;
  background: rgba(266, 255, 255, 0.2);
}

.slogan .searchBox input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.slogan .searchBox .seachBtn {
  background: #fff;
  color: #128beb;
  font-weight: 400;
  float: left;
}

.slogan .run {
  width: 348px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -174px;
}

.slogan .run img {
  width: 100%;
}

.Home_mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* display: flex; */
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.Home_mask .header {
  height: 54px;
  line-height: 54px;
  color: hsla(0, 0%, 100%, 0.8);
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0.4s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 70px;
}

.Home_mask .header .close {
  font-size: 20px;
  cursor: pointer;
}

.boxForMedia {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -520px;
  margin-top: -225px;
  background: #1c1c1c;
  width: 1040px;
}

.Home_mask video {
  display: inline-block;
  float: left;
}
.boxForMedia ul {
  padding: 12px 0;
  width: 240px;
  display: inline-block;
}
.boxForMedia ul li {
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #e8e8ee;
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.boxForMedia ul li:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.boxForMedia ul li.current {
  color: #2196f3;
}
.boxForMedia .contactBtn {
  width: 240px;
  box-sizing: border-box;
  padding: 16px 20px;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.boxForMedia .contactMe {
  font-size: 13px;
  width: 100%;
  display: inline-block;
  height: 32px;
  color: #2196f3;
  border: 1px solid #2196f3;
  background-color: #2196f30f;
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
}
.boxForMedia .contactMe:hover {
  color: #128beb;
  border: 1px solid #128beb;
}
#page .section1 a {
  color: #757575;
  border-bottom: 1px solid #757575;
  padding-bottom: 2px;
  font-size: 14px;
}

.partner {
  width: 100%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}

.partner h4 {
  font-size: 24px;
  color: #333;
}

.partner a {
  font-size: 24px;
  color: #2196f3;
  border-bottom: 1px solid #2196f3;
  cursor: pointer;
  line-height: 40px;
  padding-bottom: 3px;
}

.partner a:hover {
  color: #1565c0;
  border-bottom: 1px solid #1565c0;
}

#page .listBox {
  width: 100%;
  background: #fff;
  /* height: 698px; */
  text-align: center;
}

#page .listBox p {
  font-size: 42px;
  line-height: 54px;
  color: #333333;
  padding: 100px 0;
  text-align: center;
}

#page .listBox ul {
  width: 90%;
  margin: 0 auto;
  display: block;
  vertical-align: top;
  text-align: center;
}

#page .listBox li {
  text-align: center;
  width: 19%;
  display: inline-block;
  vertical-align: top;
}

#page .listBox li img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#page .listBox li b {
  font-weight: normal;
  font-size: 24px;
  display: block;
  color: #333333;
  margin-top: 38px;
}

#page .listBox li p {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  width: 75%;
  margin: 16px auto 0;
  padding: 0 20px;
}

#page .listBox .aboutMore,
.section2 .aboutMore {
  display: inline-block;
  font-size: 14px;
  color: #2196f3;
  margin: 66px auto 0;
  vertical-align: top;
}

.section2 .aboutMore {
  text-align: center;
  margin: 28px auto 40px;
}

#page .listBox .aboutMore img {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  margin: 0 0 0 3px;
}

#page .listBox .aboutMore:hover,
.section2 .aboutMore:hover {
  color: #1565c0;
}

/************************小于1200屏幕****************/

@media screen and (min-width: 1600px) {
  /*大于1599*/
  #page .section_w {
    margin: 0 auto;
    /* margin-bottom: 120px; */
  }

  #page .section_w.listBox {
    width: 100%;
    max-width: 100%;
  }
}

/*屏幕小于1280的时候*/

@media screen and (max-width: 1280px) {
  #page .mainBox {
    display: initial;
  }

  #page .mainBox .conten_l,
  #page .mainBox .conten_r {
    width: 100% !important;
    text-align: center;
    clear: both;
    padding: 0;
  }

  #page .mainBox .conten_l {
    padding-top: 80px;
  }

  #page .mainBox .conten_l h2,
  #page .mainBox .conten_l h2 .strAdmin {
    font-size: 42px;
  }

  #page .mainBox .conten_l .searchBox {
    margin: 40px auto 0;
  }

  #page .section1 {
    margin-bottom: 60px !important;
    margin-top: 100px;
    padding: 0;
  }

  #page .mainBox .conten_l h2 {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    max-width: 480px;
  }

  #page .mainBox .conten_l h2 .b2 {
    text-align: center;
  }

  .noMargin {
    margin: 0 !important;
  }

  .noMarginTit {
    margin: 0 !important;
    font-size: 36px;
    color: #333;
    line-height: 48px;
    font-weight: 500;
  }

  .m30 {
    margin-top: 30px;
  }

  .m24 {
    margin-top: 24px !important;
  }

  .qy {
    font-size: 36px;
    color: #333;
    line-height: 48px;
    font-weight: 500;
  }

  .tips {
    font-size: 20px;
    color: #555;
    font-weight: 300;
  }

  #page .section3 {
    margin-bottom: 80px !important;
  }

  .slogan {
    height: 530px;
    padding-top: 80px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 1000px) {
  #page .mainBox .conten_l h2 {
    font-size: 36px;
    max-width: 405px;
  }

  #page .mainBox .conten_l h2 .strAdmin {
    font-size: 36px;
  }

  #page .mainBox .conten_l h2 i {
    height: 45px;
  }

  #text {
    font-size: 36px;
  }

  #page .mainBox .conten_l .searchBox,
  #page .mainBox .conten_l .forDownBox {
    display: none;
  }

  .slogan .searchBox {
    display: none;
  }
}

.action {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.action.act {
  animation-name: fadeInUp;
  animation-duration: 0.66s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.nub2.action.act {
  animation-delay: 0.2s;
}

.nub3.action.act {
  animation-delay: 0.4s;
}

.nub4.action.act {
  animation-delay: 0.6s;
}

.nub5.action.act {
  animation-delay: 0.8s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInOut {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (min-width: 1500px) {
  #page .mainBox .conten_l h2,
  #page .mainBox .conten_l h2 .strAdmin {
    font-size: 50px;
  }
}

@media (min-width: 1440px) and (max-width: 1499px) {
  #page .mainBox .conten_l h2,
  #page .mainBox .conten_l h2 .strAdmin {
    font-size: 48px;
  }
}

@media (min-width: 1360px) and (max-width: 1439px) {
  #page .mainBox .conten_l h2,
  #page .mainBox .conten_l h2 .strAdmin {
    font-size: 45px;
  }
}

@media (min-width: 1280px) and (max-width: 1359px) {
  #page .mainBox .conten_l h2,
  #page .mainBox .conten_l h2 .strAdmin {
    font-size: 42px;
  }
}

@media screen and (max-width: 414px) {
  #page .mainBox .conten_l h2,
  #page .mainBox .conten_l h2 .strAdmin {
    font-size: 30px;
  }

  #page .mainBox .conten_l {
    width: 335px !important;
    margin: 0 auto;
  }
}
