@font-face {
  font-family:CTCSansTest;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("../fonts/CTCSansTest04-Thin.otf?#iefix") format('opentype');
}
body {
  font-family: "CTCSansTest";
  padding-top: 85px;
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
input,
button,
textarea {
  border: 0;
  outline: none;
}
img {
  width: 100%;
}
img2 {
  width: 267px;
  height: 293px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 -10px 30px rgba(0, 0, 0, 0.3), 0 0 0 #fff;
}
.header .main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}
.header .logo {
  width: 400px;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav.active {
  display: flex !important;
}
.header .nav li {
  margin-left: 40px;
}
.header .nav li a {
  font-size: 16px;
}
.header .nav li a.active {
  font-weight: bold;
}
.header .burger {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  z-index: 100;
}
.header .burger .toggleMenu {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .burger .toggleMenu::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #555;
  transform: translateY(-10px);
  box-shadow: 0 10px #555;
  transition: 0.5s;
}
.header .burger .toggleMenu::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #555;
  transform: translateY(10px);
  transition: 0.5s;
}
.header2 {
  background-color: #000 !important;
}
.header2 .nav li {
  color: #fff;
}
.header2 .nav li a {
  font-size: 18px;
  color: #fff !important;
}
.header2 .nav li a.active {
  font-weight: bold;
}
.header2 .burger {
  background-color: transparent !important;
}
.header2 .burger .toggleMenu::before,
.header2 .burger .toggleMenu::after {
  background-color: #fff !important;
}
.header2 .burger .toggleMenu::before {
  box-shadow: 0 10px #fff !important;
}
.contact .main {
  padding: 100px 0;
}
.contact .bigtitle {
  color: #0B5DD8;
  font-weight: 400;
  font-size: 42px;
  font-weight: bold;
}
.contact .desc {
  margin: 30px 0;
  font-size: 18px;
}
.contact .flexbox {
  display: flex;
  justify-content: space-between;
}
.contact .flexbox .text {
  width: 48%;
  background-color: #f7f7f7;
  padding: 50px;
}
.contact .flexbox .text .box {
  font-size: 18px;
}
.contact .flexbox .text .box .key {
  color: #0B5DD8;
}
.contact .flexbox .text .box .value {
  margin-top: 10px;
}
.contact .flexbox .text .line1 {
  display: flex;
}
.contact .flexbox .text .line1 .box {
  width: 50%;
}
.contact .flexbox .text .line2 {
  margin-top: 20px;
}
.contact .flexbox .map {
  width: 48%;
}
.contact .flexbox .map img {
  display: block;
  height: 100%;
}
.footer {
  background-color: #1B1D1E;
  height: 160px;
}
.footer .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.footer .left {
  /*width: 150px;*/
}
.footer .right {
  display: flex;
  align-items: center;
}
.footer .right .text {
  color: #fff;
}
.footer .right .btn {
  margin-left: 30px;
}
.footer .right .btn a {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 26px;
  background-color: #fff;
  color: #000;
}
.desktop .banner {
  background-color: #000;
  height: 800px;
}
.desktop .banner .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 200px 0;
}
.desktop .banner .image {
  /*width: 25%;*/
}

.desktop .banner .text {
  width: 72%;
}
.desktop .banner .text .title p {
  font-size: 64px;
  color: #fff;
  font-weight: bold;
}
.desktop .banner .text .title p span {
  color: #0B5DD8;
}
.desktop .banner .text .desc {
  width: 80%;
  font-size: 18px;
  color: #fff;
}
.desktop .links {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.desktop .links .main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
}
.desktop .links .main a {
  margin: 0 20px;
  white-space: nowrap;
}
.desktop .links .main a:hover {
  color: #0B5DD8;
}
.desktop .consolidate .main {
  padding: 100px 0;
}
.desktop .consolidate .main .bigtitle {
  font-size: 42px;
  font-weight: bold;
}
.desktop .consolidate .main .bigtitle span {
  color: #0B5DD8;
}
.desktop .consolidate .main .desc {
  margin: 30px 0;
  width: 45%;
  font-size: 16px;
  color: #1E2330;
}
.desktop .consolidate .main ul {
  display: flex;
  justify-content: space-between;
}
.desktop .consolidate .main ul li {
  position: relative;
  width: 32%;
  height: 235px;
  background-color: #F7F7F7;
  padding: 40px 80px 40px 40px;
}
.desktop .consolidate .main ul li .title {
  font-size: 20px;
  height: 60px;
}
.desktop .consolidate .main ul li .sub {
  margin: 20px 0;
  height: 84px;
  font-size: 14px;
}
.desktop .consolidate .main ul li .tag {
  color: #0B5DD8;
}
.desktop .consolidate .main ul li .num {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #C8D8F1;
  font-size: 40px;
}
.desktop .buy {
  background-color: #f7f7f7;
}
.desktop .buy .main {
  padding: 100px 0;
}
.desktop .buy .box1 {
  display: flex;
  justify-content: space-between;
}
.desktop .buy .box1 .left {
  width: 42%;
}
.desktop .buy .box1 .left .title {
  font-size: 42px;
  font-weight: bold;
}
.desktop .buy .box1 .left .title span {
  color: #0B5DD8;
}
.desktop .buy .box1 .left .desc {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
}
.desktop .buy .box1 .right {
  width: 50%;
}
.desktop .buy .box1 .right ul {
  display: flex;
  flex-wrap: wrap;
}
.desktop .buy .box1 .right ul li {
  width: 50%;
  margin-bottom: 30px;
}
.desktop .buy .box1 .right ul li p:nth-child(1) {
  color: #0B5DD8;
}
.desktop .buy .box1 .right ul li p:nth-child(2) {
  font-size: 25px;
  font-weight: bold;
}
.desktop .buy .box2 {
  width: 100%;
  height: 400px;
  background: url(../image/buy1.png) no-repeat;
  background-size: cover;
  padding: 50px;
  padding-right: 50%;
  margin-top: 50px;
}
.desktop .buy .box2 .title {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
}
.desktop .buy .box2 .title span {
  color: #0B5DD8;
}
.desktop .buy .box2 .desc {
  margin: 20px 0;
  font-size: 16px;
  color: #ccc;
  line-height: 2;
}
.desktop .buy .box2 .more a {
  display: inline-block;
  padding: 20px 40px;
  border: 1px solid #0B5DD8;
  color: #fff;
  font-size: 14px;
}
.desktop .atech .main {
  display: flex;
  padding: 100px 0;
}
.desktop .atech .left {
  width: 50%;
  padding-right: 50px;
}
.desktop .atech .left .title {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: bold;
}
.desktop .atech .left .title span {
  color: #0B5DD8;
}
.desktop .atech .left .desc p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 16px;
}
.desktop .atech .left .desc .color_blue {
  color: #0B5DD8;
}
.desktop .atech .left .btn a {
  display: inline-block;
  border: 1px solid #0B5DD8;
  padding: 20px 40px;
  font-size: 14px;
}
.desktop .atech .flexbox {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.desktop .atech .flexbox .text {
  background-color: #f7f7f7;
  padding: 50px;
}
.desktop .atech .flexbox .text .box {
  font-size: 16px;
}
.desktop .atech .flexbox .text .box .key {
  color: #0B5DD8;
}
.desktop .atech .flexbox .text .box .value {
  margin-top: 10px;
  line-height: 2;
}
.desktop .atech .flexbox .text .line1 {
  display: flex;
}
.desktop .atech .flexbox .text .line1 .box {
  width: 50%;
}
.desktop .atech .flexbox .text .line2 {
  margin-top: 20px;
}
.desktop .atech .flexbox .map img {
  display: block;
  height: 100%;
}
@media (max-width: 835px) {
  .main {
    width: 100% !important;
  }
  .header .main {
    padding-left: 15px;
  }
  .header .main .logo {
    width: 80%;
  }
  .header .main .nav {
    display: none;
    position: fixed;
    left: 0;
    top: 85px;
    width: 100%;
    padding-left: 15px;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .main .nav li {
    margin: 10px 0;
  }
  .header .main .burger {
    display: block;
  }
  .contact {
    padding: 0 10px;
  }
  .contact .main {
    padding: 30px 0;
  }
  .contact .main .bigtitle,
  .contact .main .desc {
    padding: 0 20px;
  }
  .contact .main .flexbox {
    flex-direction: column;
  }
  .contact .main .flexbox .text {
    width: 100%;
    padding: 10px 20px;
  }
  .contact .main .flexbox .map {
    margin-top: 20px;
    width: 100%;
  }
  .footer {
    margin-top: 30px;
  }
  .footer .main {
    position: relative;
    justify-content: center;
    flex-direction: column;
  }
  .footer .main .left {
    /*width: 30%;*/
  }
  .footer .main .right .btn {
    position: absolute;
    right: 20px;
    bottom: 50px;
  }
  .header2 .nav {
    background-color: #000 !important;
  }
  .header2 .nav li {
    color: #fff;
  }
  .header2 .nav li a {
    font-size: 18px;
    color: #fff !important;
  }
  .header2 .nav li a.active {
    font-weight: bold;
  }
  .header2 .burger {
    background-color: transparent !important;
  }
  .header2 .burger .toggleMenu::before,
  .header2 .burger .toggleMenu::after {
    background-color: #fff !important;
  }
  .header2 .burger .toggleMenu::before {
    box-shadow: 0 10px #fff !important;
  }
  .desktop .banner {
    height: auto;
    background-color: #000;
  }
  .desktop .banner .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    padding: 50px 20px;
  }
  .desktop .banner .image {
    /*width: 100%;*/
    display: none;
  }
  .desktop .banner .text {
    width: 100%;
    text-align: left;
  }
  .desktop .banner .text .title p {
    font-size: 24px;
    color: #fff;
    line-height: 2;
  }
  .desktop .banner .text .title p span {
    color: #0B5DD8;
  }
  .desktop .banner .text .desc {
    width: 100%;
    color: #fff;
    line-height: 2;
  }
  .desktop .links {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  .desktop .links .main {
    display: block;
    height: auto;
    white-space: nowrap;
    overflow: scroll;
  }
  .desktop .links .main a {
    display: inline-block;
    width: auto !important;
    line-height: 3;
    white-space: nowrap;
  }
  .desktop .consolidate .main {
    padding: 50px 10px;
  }
  .desktop .consolidate .main .bigtitle {
    font-size: 26px;
    padding: 0 20px;
    font-weight: bold;
  }
  .desktop .consolidate .main .bigtitle span {
    color: #0B5DD8;
  }
  .desktop .consolidate .main .desc {
    margin: 30px 0;
    font-size: 18px;
    color: #1E2330;
    padding: 0 20px;
    width: 100%;
  }
  .desktop .consolidate .main ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .desktop .consolidate .main ul li {
    position: relative;
    width: 100%;
    background-color: #F7F7F7;
    padding: 30px 80px 30px 30px;
    margin-bottom: 20px;
  }
  .desktop .consolidate .main ul li .title {
    font-size: 20px;
    height: 78px;
  }
  .desktop .consolidate .main ul li .sub {
    margin: 30px 0;
    height: 84px;
  }
  .desktop .consolidate .main ul li .tag {
    color: #0B5DD8;
  }
  .desktop .consolidate .main ul li .num {
    position: absolute;
    right: 20px;
    top: 20px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 40px;
  }
  .desktop .buy {
    background-color: #f7f7f7;
    margin: 0 10px;
  }
  .desktop .buy .main {
    padding: 100px 0;
    padding-bottom: 0;
  }
  .desktop .buy .box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
  }
  .desktop .buy .box1 .left {
    width: 100%;
    padding: 0 20px;
  }
  .desktop .buy .box1 .left .title {
    font-size: 26px;
  }
  .desktop .buy .box1 .left .title span {
    color: #0B5DD8;
  }
  .desktop .buy .box1 .left .desc {
    margin-top: 20px;
    line-height: 2;
  }
  .desktop .buy .box1 .right {
    width: 100%;
    margin-top: 50px;
    padding: 0 20px;
  }
  .desktop .buy .box1 .right ul {
    display: flex;
    flex-wrap: wrap;
  }
  .desktop .buy .box1 .right ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .desktop .buy .box1 .right ul li p:nth-child(1) {
    color: #0B5DD8;
  }
  .desktop .buy .box1 .right ul li p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
  }
  .desktop .buy .box2 {
    width: 100%;
    height: auto;
    background: url(../image/buy1.png) no-repeat;
    background-size: cover;
    padding: 70px 20px !important;
    margin-top: 50px;
  }
  .desktop .buy .box2 .title {
    font-size: 26px;
    color: #fff;
  }
  .desktop .buy .box2 .title span {
    color: #0B5DD8;
  }
  .desktop .buy .box2 .desc {
    margin: 20px 0;
    font-size: 16px;
    color: #ccc;
    line-height: 2;
  }
  .desktop .buy .box2 .more a {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #0B5DD8;
    color: #fff;
    font-size: 14px;
  }
  .desktop .atech .main {
    display: flex;
    flex-direction: column;
    padding: 50px 10px;
  }
  .desktop .atech .left {
    width: 100%;
    padding-right: 0;
    padding: 0 20px;
  }
  .desktop .atech .left .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .desktop .atech .left .title span {
    color: #0B5DD8;
  }
  .desktop .atech .left .desc p {
    line-height: 2;
    margin-bottom: 20px;
  }
  .desktop .atech .left .desc .color_blue {
    color: #0B5DD8;
  }
  .desktop .atech .left .btn a {
    display: inline-block;
    border: 1px solid #0B5DD8;
    padding: 10px 40px;
    font-size: 14px;
  }
  .desktop .atech .flexbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .desktop .atech .flexbox .text {
    background-color: #f7f7f7;
    padding: 10px 20px;
  }
  .desktop .atech .flexbox .text .box {
    font-size: 18px;
  }
  .desktop .atech .flexbox .text .box .key {
    color: #0B5DD8;
  }
  .desktop .atech .flexbox .text .box .value {
    margin-top: 10px;
    line-height: 2;
  }
  .desktop .atech .flexbox .text .line1 {
    display: flex;
  }
  .desktop .atech .flexbox .text .line1 .box {
    width: 50%;
  }
  .desktop .atech .flexbox .text .line2 {
    margin-top: 20px;
  }
  .desktop .atech .flexbox .map img {
    display: block;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .main {
    width: 100% !important;
  }
  .header .main {
    padding-left: 15px;
  }
  .header .main .logo {
    width: 80%;
  }
  .header .main .nav {
    display: none;
    position: fixed;
    left: 0;
    top: 85px;
    width: 100%;
    padding-left: 15px;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .main .nav li {
    margin: 10px 0;
  }
  .header .main .burger {
    display: block;
  }
  .contact {
    padding: 0 10px;
  }
  .contact .main {
    padding: 30px 0;
  }
  .contact .main .bigtitle,
  .contact .main .desc {
    padding: 0 20px;
  }
  .contact .main .flexbox {
    flex-direction: column;
  }
  .contact .main .flexbox .text {
    width: 100%;
    padding: 10px 20px;
  }
  .contact .main .flexbox .map {
    margin-top: 20px;
    width: 100%;
  }
  .footer {
    margin-top: 30px;
  }
  .footer .main {
    position: relative;
    justify-content: center;
    flex-direction: column;
  }
  .footer .main .left {
    /*width: 30%;*/
  }
  .footer .main .right .btn {
    position: absolute;
    right: 20px;
    bottom: 50px;
  }
  .header2 .nav {
    background-color: #000 !important;
  }
  .header2 .nav li {
    color: #fff;
  }
  .header2 .nav li a {
    font-size: 18px;
    color: #fff !important;
  }
  .header2 .nav li a.active {
    font-weight: bold;
  }
  .header2 .burger {
    background-color: transparent !important;
  }
  .header2 .burger .toggleMenu::before,
  .header2 .burger .toggleMenu::after {
    background-color: #fff !important;
  }
  .header2 .burger .toggleMenu::before {
    box-shadow: 0 10px #fff !important;
  }
  .desktop .banner {
    height: auto;
    background-color: #000;
  }
  .desktop .banner .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    padding: 50px 20px;
  }
  .desktop .banner .image {
    /*width: 100%;*/
    display: none;
  }
  .desktop .banner .text {
    width: 100%;
    text-align: left;
  }
  .desktop .banner .text .title p {
    font-size: 24px;
    color: #fff;
    line-height: 2;
  }
  .desktop .banner .text .title p span {
    color: #0B5DD8;
  }
  .desktop .banner .text .desc {
    width: 100%;
    color: #fff;
    line-height: 2;
  }
  .desktop .links {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  .desktop .links .main {
    display: block;
    height: auto;
    white-space: nowrap;
    overflow: scroll;
  }
  .desktop .links .main a {
    display: inline-block;
    width: auto !important;
    line-height: 3;
    white-space: nowrap;
  }
  .desktop .consolidate .main {
    padding: 50px 10px;
  }
  .desktop .consolidate .main .bigtitle {
    font-size: 26px;
    padding: 0 20px;
    font-weight: bold;
  }
  .desktop .consolidate .main .bigtitle span {
    color: #0B5DD8;
  }
  .desktop .consolidate .main .desc {
    margin: 30px 0;
    font-size: 18px;
    color: #1E2330;
    padding: 0 20px;
    width: 100%;
  }
  .desktop .consolidate .main ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .desktop .consolidate .main ul li {
    position: relative;
    width: 100%;
    background-color: #F7F7F7;
    padding: 30px 80px 30px 30px;
    margin-bottom: 20px;
  }
  .desktop .consolidate .main ul li .title {
    font-weight: bold;
    font-size: 20px;
    height: 78px;
  }
  .desktop .consolidate .main ul li .sub {
    margin: 30px 0;
    height: 84px;
  }
  .desktop .consolidate .main ul li .tag {
    color: #0B5DD8;
  }
  .desktop .consolidate .main ul li .num {
    position: absolute;
    right: 20px;
    top: 20px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 40px;
  }
  .desktop .buy {
    background-color: #f7f7f7;
    margin: 0 10px;
  }
  .desktop .buy .main {
    padding: 100px 0;
    padding-bottom: 0;
  }
  .desktop .buy .box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
  }
  .desktop .buy .box1 .left {
    width: 100%;
    padding: 0 20px;
  }
  .desktop .buy .box1 .left .title {
    font-size: 26px;
  }
  .desktop .buy .box1 .left .title span {
    color: #0B5DD8;
  }
  .desktop .buy .box1 .left .desc {
    margin-top: 20px;
    line-height: 2;
  }
  .desktop .buy .box1 .right {
    width: 100%;
    margin-top: 50px;
    padding: 0 20px;
  }
  .desktop .buy .box1 .right ul {
    display: flex;
    flex-wrap: wrap;
  }
  .desktop .buy .box1 .right ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .desktop .buy .box1 .right ul li p:nth-child(1) {
    color: #0B5DD8;
  }
  .desktop .buy .box1 .right ul li p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
  }
  .desktop .buy .box2 {
    width: 100%;
    height: auto;
    background: url(../image/buy1.png) no-repeat;
    background-size: cover;
    padding: 50px 20px !important;
    margin-top: 50px;
  }
  .desktop .buy .box2 .title {
    font-size: 26px;
    color: #fff;
  }
  .desktop .buy .box2 .title span {
    color: #0B5DD8;
  }
  .desktop .buy .box2 .desc {
    margin: 20px 0;
    font-size: 16px;
    color: #ccc;
    line-height: 2;
    width: 50%;
  }
  .desktop .buy .box2 .more a {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #0B5DD8;
    color: #fff;
    font-size: 14px;
  }
  .desktop .atech .main {
    display: flex;
    flex-direction: column;
    padding: 50px 10px;
  }
  .desktop .atech .left {
    width: 100%;
    padding-right: 0;
    padding: 0 20px;
  }
  .desktop .atech .left .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .desktop .atech .left .title span {
    color: #0B5DD8;
  }
  .desktop .atech .left .desc p {
    line-height: 2;
    margin-bottom: 20px;
  }
  .desktop .atech .left .desc .color_blue {
    color: #0B5DD8;
  }
  .desktop .atech .left .btn a {
    display: inline-block;
    border: 1px solid #0B5DD8;
    padding: 10px 40px;
    font-size: 14px;
  }
  .desktop .atech .flexbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .desktop .atech .flexbox .text {
    background-color: #f7f7f7;
    padding: 10px 20px;
  }
  .desktop .atech .flexbox .text .box {
    font-size: 18px;
  }
  .desktop .atech .flexbox .text .box .key {
    color: #0B5DD8;
  }
  .desktop .atech .flexbox .text .box .value {
    margin-top: 10px;
    line-height: 2;
  }
  .desktop .atech .flexbox .text .line1 {
    display: flex;
  }
  .desktop .atech .flexbox .text .line1 .box {
    width: 50%;
  }
  .desktop .atech .flexbox .text .line2 {
    margin-top: 20px;
  }
  .desktop .atech .flexbox .map img {
    display: block;
    height: 100%;
  }

}