* {
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
  display: block;
  _height: 1px;
}
.m20 {
  margin-left: 20px;
}
body {
  font-family: "Microsoft YaHei";
  position: relative;
  background: linear-gradient(to right, #052B5B, #003880, #052B5B);
}
.banner {
  width: 100%;
  height: 548px;
  position: relative;
  overflow: hidden;
  background: url(/acabridge/aca_web/tupo/images/banner.jpg) no-repeat center center;
}
.banner .banner-foc {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: auto;
  text-align: center;
}
.banner .banner-foc > img {
  width: 243px;
  height: 174px;
  display: inline-block;
  margin-top: 9%;
}
.banner .banner-title {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  z-index: 12;
}
.banner .banner-title .img2 {
  width: 55%;
  margin-top: 22%;
}
.banner .banner-title .img3 {
  width: 29%;
  margin-top: -15px;
}
.banner .earth {
  position: absolute;
  bottom: -20%;
}
.banner .pulse {
  -webkit-animation: pulse 2s;
  -moz-animation: pulse 2s;
  -ms-animation: pulse 2s;
  animation: pulse 2s;
}
.banner .banner-cloud {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 11;
  opacity: 0;
  animation: bannerCloud 40s linear 20s infinite normal;
}
.banner .banner-cloud.c2 {
  opacity: 0.8;
  animation: bannerCloud 40s linear 0s infinite normal;
}
@keyframes bannerCloud {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10%,
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
.banner .logo-con {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.banner .logo-con .logo {
  position: absolute;
  top: 50px;
  right: 75px;
  width: 500px;
}
.nav {
  width: 100%;
  height: 75px;
  background: #00305B;
  background: linear-gradient(to right, #002B4F, #003E76);
}
.nav .nav-con {
  width: 1200px;
  height: 75px;
  margin: 0 auto;
  position: relative;
}
.nav .nav-con .nav-item {
  width: 300px;
  height: 75px;
  background: #00305B;
  background: linear-gradient(to right, #002B4F, #003E76);
  float: left;
  position: absolute;
}
.nav .nav-con .nav-item .nav-text {
  width: auto;
  height: auto;
  text-align: center;
  line-height: 1.3;
  padding-top: 18px;
}
.nav .nav-con .nav-item .nav-text a {
  display: block;
  width: 100%;
  height: 75px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.nav .nav-con .nav-item:hover {
  background: #00305B;
}
.nav .nav-con .nav-item-active {
  z-index: 99;
}
.nav .nav-con .nav-item-active .nav-text {
  width: auto;
  float: left;
  position: absolute;
  top: -8px;
  left: -10px;
  margin-right: -10px;
  background: #00305B;
  background: linear-gradient(to right, #002B4F, #003E76);
  box-shadow: 0 0 15px #111;
  padding: 8px 10px 10px;
}
.nav .nav-con .nav-item-active .nav-text a {
  padding-top: 22px;
  line-height: 1;
  font-weight: bold;
}
.tc {
  /*	--------------------------------------------------
      Reveal Modals
      -------------------------------------------------- */
}
.tc .reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
.tc .reveal-modal {
  visibility: hidden;
  top: 40px;
  left: 50%;
  margin-left: -350px;
  width: 720px !important;
  height: 500px !important;
  position: absolute;
  z-index: 1000;
}
.tc .reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}
.tc .reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.tc .reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}
.tc .reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
.tc .reveal-modal .close-reveal-modal {
  font-size: 30px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 140px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
}
.tc .reveal-modal .close-reveal-modal:hover {
  color: #fff;
}
.tc .reveal-modal img {
  width: 100%;
}
.tc .alert_title {
  position: absolute;
  width: 100%;
  top: 155px;
  font-size: 44px;
  color: #d63030;
  text-align: center;
  font-weight: 400;
}
.tc .alert_text {
  position: absolute;
  width: 100%;
  top: 280px;
  font-size: 48px;
  color: #d63030;
  text-align: center;
}
.title {
  width: 1200px;
  position: relative;
  margin: 30px auto 120px;
}
.title > div {
  color: #00F8FE;
  text-align: center;
}
.title .big-text {
  font-size: 50px;
  font-weight: bold;
}
.title .small-text {
  font-size: 16px;
  position: absolute;
  top: -25px;
  right: 23.5%;
}
.title .line-left {
  position: absolute;
  top: -20px;
  left: 0;
}
.title .line-right {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.title .title-top {
  font-size: 48px;
  text-align: center;
  color: #00F8FE;
  font-weight: bold;
}
.title .title-bottom {
  width: 580px;
  margin: 25px auto 0;
}
.title .title-bottom .title-line {
  width: 125px;
  height: 2px;
  background: #00F8FE;
  float: left;
  margin-top: 15px;
}
.title .title-bottom .title-bottom-text {
  float: left;
  font-size: 23px;
  margin: 0 10px;
  letter-spacing: 1px;
  color: #00F8FE;
  text-align: center;
}
.quote {
  width: 100%;
  height: auto;
}
.quote .quote-con {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 75px 0 40px;
}
.quote .quote-con p {
  font-size: 22px;
  color: #00F8FE;
  text-indent: 2em;
  line-height: 2;
  margin: 20px 0;
}
.quote .about-con {
  width: 1200px;
  height: auto;
  padding: 0 30px 100px;
  margin: 0 auto;
  position: relative;
}
.quote .about-con .img {
  width: 560px;
  margin: 0 auto;
}
.quote .about-con .img img + img {
  margin-left: 155px;
}
.quote .about-con .btn {
  width: 620px;
  margin: 30px auto 70px;
}
.quote .about-con .btn a + a {
  margin-left: 100px;
}
.quote .about-con .btn a {
  float: left;
  width: 260px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  line-height: 1;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.quote .about-con .btn a span {
  line-height: 1;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  float: left;
  transition: all 0.3s;
}
.quote .about-con .btn a img {
  float: right;
  transition: all 0.3s;
}
.quote .about-con .btn a .line {
  float: left;
  width: 100px;
  height: 4px;
  opacity: 0;
  margin: 0 65px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s;
}
.quote .about-con .btn .btn-active span {
  color: #b62026;
}
.quote .about-con .btn .btn-active .line {
  opacity: 1;
  margin: 20px 65px;
  background: #b62026;
}
.quote .swiper-container {
  height: 360px;
  width: 600px;
  float: left;
}
.quote .swiper-pagination {
  width: 100px;
  top: 350px;
  right: 10px;
}
.quote .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  background: #04735e;
  margin-left: 10px;
}
.quote .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00f9ff;
}
.quote .swiper-slide {
  height: 360px !important;
  background: #eee;
  text-align: center;
  font-size: 25px;
  color: #222;
  line-height: 161px;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0 0 10px #ddd;
}
.quote .swiper-slide img {
  width: 100%;
  height: 100%;
}
.quote .about-tab {
  position: absolute;
  width: 500px;
  z-index: 10;
  background: #00355D;
  background: linear-gradient(to right, #00243C, #00355D, #00243C);
  left: 600px;
  top: 39%;
  transform: translateY(-50%);
  border-radius: 4px;
  border: 1px solid #00f9ff;
}
.quote .about-tab .tab-item {
  width: 100%;
  height: 50px;
  cursor: pointer;
  padding-left: 10px;
}
.quote .about-tab .tab-item i {
  float: left;
  width: 3px;
  height: 16px;
  margin-top: 16px;
  background: #00f9ff;
  transition: all 0.3s;
}
.quote .about-tab .tab-item a {
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s;
}
.quote .about-tab .tab-active i {
  background: #b62026;
}
.quote .about-tab .tab-active a {
  color: #b62026;
  letter-spacing: 1px;
}
.quote .about-tab .tab-item + .tab-item {
  border-top: 1px solid #00f9ff;
}
.frontier {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
.frontier div {
  color: #00F8FE;
}
.frontier .frontier-con {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 80px;
}
.frontier .frontier-con .frontier-item {
  width: 1160px;
  margin-left: 40px;
  height: 145px;
  border: 2px solid #00BDC2;
  position: relative;
  margin-bottom: 20px;
}
.frontier .frontier-con .frontier-item .num {
  width: 82px;
  height: 94px;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: -37px;
  margin-top: -47px;
  line-height: 1;
  padding-top: 25px;
  padding-left: 24px;
  background: url(/acabridge/aca_web/tupo/images/hot_border_num.png);
}
.frontier .frontier-con .frontier-item .text {
  font-size: 20px;
  line-height: 1.6;
}
.frontier .frontier-con .p1 .text {
  padding: 55px 25px 55px 60px;
}
.frontier .frontier-con .p2 .text {
  padding: 38px 25px 40px 60px;
}
.frontier .frontier-con .p3 .text {
  padding: 25px 25px 25px 60px;
}
.frontier .frontier-con .p4 .text {
  padding: 7px 25px 7px 60px;
}
.popular {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #00355D;
  background: linear-gradient(to right, #00243C, #00355D, #00243C);
  position: relative;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #00F8FE;
  border-top: 2px solid #00F8FE;
}
.popular .click-text {
  width: 595px;
  margin: 20px auto 70px;
}
.popular .click-text img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.popular .click-text a {
  float: left;
  color: #00F9FF;
  font-size: 28px;
  text-decoration: underline;
}
.popular .popualr-con {
  width: 1200px;
  height: auto;
  margin: 45px auto 0;
  padding: 0 70px;
}
.popular .popualr-con .s-item {
  width: 205px;
  margin: 0 30px;
  float: left;
}
.popular .popualr-con .s-item .s-img {
  width: 205px;
  height: 205px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.popular .popualr-con .s-item .s-img > img {
  width: 205px;
  height: 205px;
  position: absolute;
  left: 0;
  box-shadow: 0 0 5px #666;
  border-radius: 50%;
}
.popular .popualr-con .s-item .s-img .s-mask {
  width: 205px;
  height: 205px;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 50%;
}
.popular .popualr-con .s-item .s-img .s-mask img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.popular .popualr-con .s-item .s-img .s-mask:hover {
  box-shadow: 0 2px 30px #037cab;
}
.popular .popualr-con .s-item .s-img:hover .s-mask {
  opacity: 1;
}
.popular .popualr-con .s-item .s-name {
  color: #00F9FF;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.breakThrough {
  padding-bottom: 90px;
}
.breakThrough .bt-con {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.breakThrough .bt-con .bt-item {
  width: 550px;
  height: 324px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  padding-top: 45px;
}
.breakThrough .bt-con .bt-item img {
  top: 50%;
  margin-top: -86px;
}
.breakThrough .bt-con .bt-item .bt-title span {
  color: #00F8FE;
  font-size: 20px;
}
.breakThrough .bt-con .bt-item .bt-title :first-child {
  font-size: 50px;
  float: left;
  margin-top: -10px;
}
.breakThrough .bt-con .bt-item .bt-title :last-child {
  float: left;
  font-size: 20px;
  margin-left: 10px;
}
.breakThrough .bt-con .bt-item .bt-text {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  margin-top: 10px;
}
.breakThrough .bt-con .bt-item:nth-child(odd) {
  background: url(/acabridge/aca_web/tupo/images/bt_border_left.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-left: 40px;
  margin-right: 10px;
  padding-left: 100px;
  padding-right: 24px;
}
.breakThrough .bt-con .bt-item:nth-child(odd) img {
  width: 170px;
  position: absolute;
  left: -85px;
}
.breakThrough .bt-con .bt-item:nth-child(even) {
  background: url(/acabridge/aca_web/tupo/images/bt_border_right.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-left: 10px;
  padding-right: 100px;
  padding-left: 24px;
}
.breakThrough .bt-con .bt-item:nth-child(even) img {
  width: 170px;
  position: absolute;
  right: -85px;
}
.cont-alert {
  /*	--------------------------------------------------
      Reveal Modals
      -------------------------------------------------- */
}
.cont-alert .reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
.cont-alert .reveal-modal {
  visibility: hidden;
  top: 60px;
  left: 50%;
  margin-left: -600px;
  width: 1200px !important;
  height: 505px !important;
  background: url(/acabridge/aca_web/tupo/images/alert-bg.png) no-repeat top center;
  position: absolute;
  z-index: 101;
}
.cont-alert .alert_title {
  position: absolute;
  width: 150px;
  height: 50px;
  top: 20px;
  left: 50%;
  margin-left: -95px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 48px;
  border-radius: 8px;
  box-shadow: 0 0 5px #0d050a;
  background: #D6161E;
  background: linear-gradient(to right, #D6161E, #E4622F);
}
.cont-alert .alert_text {
  position: absolute;
  padding: 0 25px 0 25px;
  margin-right: 50px;
  margin-bottom: 20px;
  width: 97%;
  height: 380px;
  top: 85px;
  overflow-y: scroll;
}
.cont-alert .alert_text h1 {
  font-size: 24px;
  color: #000;
  margin: 20px 0 20px;
  text-align: center;
}
.cont-alert .alert_text table {
  margin: 10px 0 20px;
}
.cont-alert .alert_text table tbody tr:first-child {
  background: #D6161E;
  background: linear-gradient(to right, #D6161E, #E4622F);
}
.cont-alert .alert_text table tbody tr:first-child td {
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
}
.cont-alert .alert_text table td {
  color: #666;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
}
.cont-alert .alert_text p {
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  line-height: 2;
}
.cont-alert .alert_text::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.cont-alert .alert_text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #D6161E;
  background: linear-gradient(to top, #D6161E, #E4622F);
}
.cont-alert .alert_text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.footer {
  width: 100%;
  height: 220px;
  padding-top: 30px;
  background: #333333;
}
.footer .foot-con {
  width: 1200px;
  margin: 0 auto;
}
.footer .foot-lf {
  float: left;
  margin-top: 10px;
}
.footer .foot-lf .logo img {
  margin-right: 93px;
}
.footer .foot-lf .text {
  line-height: 2;
  margin-top: 23px;
}
.footer .foot-lf .text div {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
}
.footer .foot-lf .text a {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}
.footer .foot-rt {
  float: right;
}
.footer .foot-rt .lf,
.footer .foot-rt .rt {
  float: left;
  margin-left: 45px;
}
.footer .foot-rt .lf img,
.footer .foot-rt .rt img {
  border-radius: 7px;
}
.footer .foot-rt .lf div,
.footer .foot-rt .rt div {
  text-align: center;
  font-size: 17px;
  color: #fff;
  margin-top: 15px;
}
