@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  max-height: 999999px;
}
div,
p,
form,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
th,
td,
button,
iframe {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
}
html {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
button,
select,
input,
textarea,
font {
}
table {
  border-collapse: collapse;
}
img,
input,
button,
select {
  vertical-align: middle;
}
em {
  font-style: normal;
}
button {
  cursor: pointer;
}
img {
  border: 0;
}
li {
  list-style: none;
}
body.login {
  background: #fafafa;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.ftc {
  margin: auto;
}
.hide {
  display: none;
}
input {
  -webkit-appearance: none;
}
.qc_flaot {
  clear: both;
}
.container_w1 {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .container_w1 {
    width: 995px;
    margin: auto;
  }
}

input {
  cursor: pointer;
}

.btn_box {
  padding: 50px;
  text-align: center;
}
.blue_btn {
  background: #43b9ff;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border: none;
  padding: 0 35px;
}

.Cyan_btn {
  background: #46bfb4;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border: none;
  padding: 0 35px;
}

.white_btn {
  background: #ffffff;
  border: 1px solid #abaeb9;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  color: #696d7a;
  text-align: center;
  padding: 0 25px;
}

.white_btn_big {
  background: #ffffff;
  border: 1px solid #abaeb9;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #696d7a;
  text-align: center;
  padding: 0 25px;
}

.big_box {
  position: relative;
  height: 640px;
}
.banner_box {
  position: absolute;
  margin-top: -60px;
  height: 640px;
  width: 100%;
}

.bottom_box {
  background: #364152;
  width: auto;
}
.bottom_info {
  padding-top: 80px;
  color: #ffffff;
  padding-bottom: 80px;
}
.bottom_info_left {
  float: left;
  width: 40%;
}
.bottom_info_left p {
  line-height: 35px;
}
.bottom_info_left p strong {
  font-weight: normal;
  display: block;
  padding-left: 95px;
}
.bottom_info_left .logo {
  margin-bottom: 20px;
}
.bottom_info_left a {
  color: #ffffff;
}

.bottom_info_right {
  float: right;
  width: 58%;
}
.bottom_info_right ul {
  margin: 0;
  padding: 0;
}
.bottom_info_right ul li {
  display: block;
  float: right;
  margin: 0 0 0 90px;
  width: 100px;
}
.bottom_info_right ul li em {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
  color: #abb4bc;
}
.bottom_info_right ul li strong {
  display: block;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  line-height: 37px;
}
.bottom_info_right ul li a {
  color: #ffffff;
}
.bottom_info_right ul li a:hover {
  color: #639ceb;
}
.bot_c_w {
  width: 150px !important;
}
.bot_c_j {
  width: 150px !important;
}

@media screen and (max-width: 992px) {
  .bottom_info {
    padding-top: 80px;
    color: #ffffff;
    padding-bottom: 80px;
  }
  .bottom_info_left {
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }
  .bottom_info_left p {
    line-height: 35px;
    text-align: center;
  }
  .bottom_info_left p strong {
    font-weight: normal;
    display: block;
  }
  .bottom_info_left .logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .bottom_info_right {
    float: none;
    width: 100%;
    background: #17223a;
  }
  .bottom_info_right ul {
    margin: 0;
    padding: 0;
  }
  .bottom_info_right ul li {
    display: block;
    float: left;
    margin: 0;
    width: 33.333%;
    overflow: hidden;
  }
  .bottom_info_right ul li em {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    color: #abb4bc;
  }
  .bottom_info_right ul li strong {
    display: block;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    line-height: 37px;
  }
  .bottom_info_right ul li a {
    color: #ffffff;
  }
  .bottom_info_right ul li a:hover {
    color: #639ceb;
  }
  .bot_c_w {
    width: 33.333% !important;
  }
  .bot_c_j {
    width: 33.333% !important;
  }
}

.line_w150px {
  width: 150px !important;
}
