/** CSS Reset **/
* {
  outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

textarea,
input,
select {
  resize: none;
  outline: none;
  background: none;
  border: none;
}

button {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: none;
}

input {
  border: 0
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  color: #fff;
  font-size: 18px;
  line-height: 160%;
  font-family: "Microsoft YaHei";
  width: 100%;
  height: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.m {
  display: none !important;
}

.m1000 {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */
/* banner */
.header {
  margin-top: 24px;
  width: 100%;
  height: 696px;
  position: relative;
  background: url("../images/header_t_bg.png") no-repeat center top;
}

.header_t {
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -500px;
}

.header_t .header_t_top {
  position: relative;
  text-align: center;
}

.header_t .header_t_top .header_t_title {
  width: 704px;
  height: 306px;
}

.header_t .header_t_top .header_t_circle {
  width: 201px;
  height: 201px;
  position: absolute;
  right: 308px;
  bottom: 0px;

}

.header_t .header_t_top .header_t_flicker {
  width: 77px;
  height: 79px;
  position: absolute;
  right: 395px;
  bottom: 100px;
}

.header_t .header_t_bottom {
  margin-top: 20px;
  width: 998px;
  height: 125px;
}

/*part*/
.page {
  padding: 30px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.page .title {
  margin-bottom: 30px;
  text-align: center;
}

.page .title .chinese {
  font-size: 48px;
  font-weight: bold;
  color: #c30e23;
  line-height: 70px;
}

.page .title .english {
  font-size: 20px;
  font-weight: bold;
  color: #dc9aa0;
}

.page .title img {
  margin: 0 auto;
  display: block;
}

.btn {
  color: #fff;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  margin: 20px auto;
}

.btn_blue {
  background: #405067;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

.btn_blue:hover {
  color: #fff;
  background: #344153
}

.btn_brown {
  background: #a6937c;
  float: left;
  margin-top: 10px;
}

.btn_brown:hover {
  color: #fff;
  background: #9b8973
}

.btn_blueLine {
  color: #405067;
  border: 1px solid #405067;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

.btn_blueLine:hover {
  color: #405067;
  background: #f2f7ff;
}

.btn_brownLine {
  color: #a6937c;
  border: 1px solid #a6937c;
  float: left;
  margin-top: 10px;
}

.btn_brownLine:hover {
  color: #a6937c;
  background: #fffaf3;
}

.btn_blue1 {
  background: #405067;
}

.btn_blue1:hover {
  color: #fff;
  background: #39475b;
}

.nav {
  width: 100%;
  font-size: 24px;
  z-index: 1000;
  position: relative;
  background: #491ba1;
}

.isStuck {
  top: 0 !important;
  left: 0
}

.nav .m1000 {
  width: 1000px;
  margin: 0 auto;
  background: #491ba1;
}

.nav li {
  float: left;
  width: 16%;
  text-align: center;
  cursor: pointer;
  height: 79px;
  line-height: 79px;
}

.nav li a {
  color: #fff;
}

.nav li.menuOver a {
  color: #fff;
  font-weight: bold;
}

/*page1*/
.page1 {
  background: #050b44;
}

.page1 .page1_main .robot {
  margin-top: -60px;
  width: 30%;

}

.page1 .page1_main .txt {
  display: inline-block;
  padding-left: 4%;
  text-indent: 36px;
  font-size: 18px;
  width: 63%;
  padding-top: 5%;
}

/*page2*/
.page2 {
  background: #190e6b;
}

.page2 .page2_main .ct {
  width: 33%;
  text-align: center;
  float: left;
}

.page2 .page2_main h4 {
  font-size: 20px;
  color: #48e3f4;
  margin: 20px auto 18px;
  font-weight: bold;
}

.page2 .page2_main p {
  display: inline-block;
  width: 244px;
  text-align: left;
  text-indent: 32px;
  font-size: 16px;
  line-height: 26px;
}
.page2 .page2_main .ct .main p.align{
  text-align: center;
  text-indent: 0;
}
/*page3*/
.page3 {
  background: #050b44;
}

.page3 .page3_main {
  background: url(../images/page3/alien.png) center center no-repeat;
  background-size: 366px 240px;
}

.page3 .page3_main .ct {
  overflow: hidden;
}

.page3 .page3_main .ct .wd50 {
  width: 50%;
  height: 124px;
  display: inline-block;
}

.page3 .page3_main .ct .wd50 div {
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  padding-top: 40px;
  padding-left: 22px;
}

.page3 .page3_main .ct .wd50 div span {
  color: #48e3f4;
}

.page3 .page3_main .ct .wd50 .fl {
  width: 263px;
  height: 84px;
  background: url(../images/page3/left_bg.png) no-repeat;
  background-size: 305px 124px;
}

.page3 .page3_main .ct .wd50 .fr {
  width: 263px;
  height: 84px;
  background: url(../images/page3/right_bg.png) no-repeat;
  background-size: 305px 124px;
}


/*page4*/
.page4 {
  background: #190e6b;
}

.page4 .page4_main ul li {
  float: left;
  width: 30%;
  height: 225px;
  background: url(../images/page4/bg.png) no-repeat;
  background-size: 306px 225px;
  margin-bottom: 50px;
}

.page4 .page4_main ul li.mlr5 {
  margin: 0 5%;
}

.page4 .page4_main ul li h4 {
  font-size: 20px;
  color: #00e5fe;
  text-align: center;
  margin: 40px auto 14px;
}

.page4 .page4_main ul li p {
  font-size: 16px;
  line-height: 20px;
  padding: 0px 30px;
}

/*page5*/
.page5 {
  background: #050b44;
}

.page5 .title p {
  margin-top: 30px;
}

.page5 .page5_main li {
  height: 311px;
  background: url(../images/page5/bg.png) no-repeat;
  background-size: 533px 311px;
  float: left;
  width: 50%;

}

.page5 .page5_main li h4 {
  margin: 40px 176px 50px;


}

.page5 .page5_main li p {
  text-align: center;
  padding: 0px 70px;
  font-size: 20px;
  line-height: 40px;
}

/*page6*/
.page6 {
  background: #190e6b;
}

.page6 .btn-wrap {
  background: #491ba1;
}

@media screen and (max-width:1000px) {
  body {
    font-size: 1.4rem;
    line-height: 140%;
  }

  .m1000 {
    width: 98%;
    margin: 0 auto;
  }

  .pc {
    display: none !important;
  }

  .m {
    display: block !important;
  }

  .page {
    padding: 2rem 2%;
  }

  /*banner*/
  .header {
    height: 40.3rem;
    background: url("../images/m_header_bg.png") no-repeat center top;
    margin-top: 0px;
  }

  .header_t {
    margin-left: -311px;
    width: 84%;
  }

  .header_t img {
    width: 100%;
  }

  .header_t .header_t_top .header_t_title {
    width: 622px;
    height: 273px;
  }

  .header_t .header_t_top .header_t_circle {
    width: 201px;
    height: 201px;
    position: absolute;
    right: 138px;
    bottom: -16px;

  }

  .header_t .header_t_top .header_t_flicker {
    width: 77px;
    height: 79px;
    position: absolute;
    right: 220px;
    bottom: 80px;
  }

  .header_t .header_t_bottom {
    width: 100%;
    height: 84px;
    display: block;
    margin-left: -0px;
    margin-top: 70px;
  }



  .nav .m1000 {
    width: 100%;
  }

  .con .tab_wrap ul.tab li {
    width: 32.8%;
    border-right: 1px solid #405067;
  }

  .lq {
    width: 100%;
    margin: 10px 0;
    height: auto;
  }

  .page2 {
    background: #050a43;
    margin-top: -1px;
  }

  .page2 .page2_main .ct {
    width: 100%;
    background: #190d6d;
    margin-bottom: 20px;
    padding: 30px 0;
  }

  .page2 .page2_main .ct img {
    display: inline-block;
    width: 175px;
    height: 174px;

  }

  .page2 .page2_main .ct .icon {
    float: left;
    margin: 0 auto;
    width: 40%;
  }

  .page2 .page2_main .ct .main {
    float: right;
    float: right;
    width: 420px;
    text-align: left;
  }


  .page2 .page2_main .ct .main p {
    width: 360px;
  }

  .page2 .page2_main .ct .main p.align{
    text-align: left;
    text-indent: 0;
  }

  .page4 {
    margin-top: -2px;
  }

  .page4 .page4_main ul li {
    width: 330px;
    height: 245px;
    float: left;
    background: url(../images/page4/bg.png) no-repeat;
    background-size: 330px 245px;
    margin-bottom: 0;

  }

  .page4 .page4_main ul li.mlr5 {
    margin: 0;
  }

  .page4 .page4_main ul li.mfr {
    margin-left: 44px;
  }

  .page6 {
    background: #040754;
    margin-top: -2px;
  }
}