* {
  box-sizing: border-box;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
  display: block;
  _height: 1px;
}
body {
  height: 100%;
  overflow-y: auto;
}
body {
  position: relative;
}
.banner {
  width: 100%;
  padding-top: 50px;
  height: 548px;
  background: url('/acabridge/aca_web/rcxm/images/banner.jpg') no-repeat center center;
  background-size: 100%;
}
.banner .banner-title {
  width: 50%;
  height: auto;
  margin: 10% auto 0;
}
.banner .banner-title .img1 {
  width: 80%;
  margin-top: 0;
  margin-left: 10%;
  float: left;
}
.banner .banner-title .img2 {
  width: 15%;
  float: left;
  margin-top: 0;
  margin-left: 5%;
}
.banner .banner-title .img3 {
  float: left;
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
}
.banner .logo-con {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.banner .logo-con .logo {
  position: absolute;
  top: 0px;
  right: 18.75%;
  width: 26%;
}
.nav {
  width: 100%;
  height: 75px;
  background: #bf0101;
  background: linear-gradient(to right, #b62026, #ca4223);
}
.nav .nav-con {
  width: 1200px;
  height: 75px;
  margin: 0 auto;
  position: relative;
}
.nav .nav-con .nav-item {
  width: 300px;
  height: 75px;
  background: #d63030;
  background: linear-gradient(to right, #b62026, #ca4223);
  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: #d22222;
}
.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: #d63030;
  background: linear-gradient(to right, #b62026, #ca4223);
  box-shadow: 0 0 1px #cf2e2e;
  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: 50% !important;
  left: 50%;
  transform: translateY(-50%);
  margin-left: -350px;
  width: 720px !important;
  height: 500px !important;
  background: url(/acabridge/aca_web/rcxm/images/alert_bg.png) no-repeat top center;
  position: fixed;
  z-index: 101;
}
.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 {
  text-align: center;
}
.title .title-top {
  font-size: 48px;
  text-align: center;
  color: #c80000;
  font-weight: bold;
}
.title .title-bottom {
  width: 580px;
  margin: 10px auto 0;
  text-align: center;
  white-space: nowrap;
}
.title .title-bottom .title-line {
  width: 200px;
  height: 1px;
  background: #e4632f;
  margin-top: 15px;
  display: inline-block;
}
.title .title-bottom .title-bottom-text {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px;
  letter-spacing: 1px;
  color: #e4632f;
  text-align: center;
}
.about {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
}
.about .about-top {
  width: 1200px;
  height: auto;
  padding: 30px;
  margin: 20px auto 10px;
  position: relative;
  overflow: hidden;
}
.about .about-top p {
  font-size: 20px;
  color: #000;
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 20px;
}
.about .about-top .quote-btn-bac {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
}
.about .about-top .quote-btn {
  position: absolute;
  width: 40px;
  height: 30px;
  z-index: 112;
  left: 50%;
  margin-left: -25px;
  bottom: 20px;
  cursor: pointer;
}
.about .more-link {
  width: 1200px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
.about .more-link a {
  font-size: 20px;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 50px;
  margin: 0 20px;
  background: #bf0101;
  color: #fff;
  cursor: pointer;
}
.about .about-con {
  width: 1200px;
  height: auto;
  padding: 30px;
  margin: 50px auto 0;
  position: relative;
}
.about .about-con .img {
  width: 560px;
  margin: 0 auto;
}
.about .about-con .img img + img {
  margin-left: 155px;
}
.about .about-con .btn {
  width: 620px;
  margin: 30px auto 70px;
}
.about .about-con .btn a + a {
  margin-left: 100px;
}
.about .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;
}
.about .about-con .btn a span {
  line-height: 1;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  float: left;
  transition: all 0.3s;
}
.about .about-con .btn a img {
  float: right;
  transition: all 0.3s;
}
.about .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;
}
.about .about-con .btn .btn-active span {
  color: #b62026;
}
.about .about-con .btn .btn-active .line {
  opacity: 1;
  margin: 20px 65px;
  background: #b62026;
}
.about .swiper-container {
  height: 360px;
  width: 600px;
  float: left;
}
.about .swiper-pagination {
  width: 100px;
  top: 350px;
  right: 10px;
}
.about .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  background: #04735e;
  margin-left: 10px;
}
.about .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b62026;
}
.about .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;
}
.about .swiper-slide img {
  width: 100%;
  height: 100%;
}
.about .about-tab {
  position: absolute;
  width: 500px;
  z-index: 10;
  background: #fff;
  left: 600px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.about .about-tab .tab-item {
  width: 100%;
  height: 50px;
  cursor: pointer;
  padding-left: 10px;
}
.about .about-tab .tab-item i {
  float: left;
  width: 3px;
  height: 16px;
  margin-top: 16px;
  background: #000;
  transition: all 0.3s;
}
.about .about-tab .tab-item a {
  margin-left: 20px;
  color: #000;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s;
}
.about .about-tab .tab-active i {
  background: #b62026;
}
.about .about-tab .tab-active a {
  color: #b62026;
  letter-spacing: 1px;
}
.about .about-tab .tab-item + .tab-item {
  border-top: 1px solid #aaa;
}
.project {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url('/acabridge/aca_web/rcxm/images/text-cloud-bg.jpg') repeat;
}
.project .project-con {
  width: 1205px;
  height: auto;
  margin: 45px auto 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.project .project-con .runnumber {
  width: 200px;
  margin: 0 auto;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.project .project-con .flag span {
  width: 46px;
  background: #b62026;
  border-radius: 5px;
  height: 52px;
  display: inline-block;
  font-size: 46px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  margin: 0 2px;
}
.project .project-con .text {
  margin-top: 20px;
  margin-bottom: 40px;
}
.project .project-con .text p {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.project .project-con .scroll_div {
  width: 100%;
  height: 50px;
  margin: 30px auto;
  white-space: nowrap;
  overflow: hidden;
}
.project .project-con .scroll_div .item {
  display: inline-block;
  width: 120px;
  height: 50px;
  margin: 0 30px;
}
.project .project-con .scroll_div .item a {
  float: left;
  width: 110px;
  height: 40px;
  background: #dd343b;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 1;
  font-weight: bold;
  padding: 8px;
  margin: 5px;
  cursor: pointer;
  letter-spacing: 1px;
}
.project .project-con .scroll_div .item a img {
  width: 16px;
  margin-top: -6px;
  margin-right: 10px;
}
.project .project-con .scroll_div .item a:hover {
  width: 120px;
  height: 50px;
  margin: 0;
  padding: 13px;
}
.project .project-con .scroll_div .item:nth-child(odd) a {
  background: #e3555a;
}
.project .project-con .scroll_begin,
.project .project-con .scroll_end {
  display: inline-block;
}
.project .project-con .poptext {
  overflow: hidden;
  width: 860px;
  padding: 10px 0 20px;
  position: relative;
}
.project .project-con .marqueen {
  overflow: hidden;
  width: 10000px;
  display: flex;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.project .project-con .marqueen span {
  background: #ee3124;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 1000px;
  display: inline-block;
  margin-left: 10px;
}
.project-alert {
  /*	--------------------------------------------------
      Reveal Modals
      -------------------------------------------------- */
}
.project-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;
}
.project-alert .reveal-modal {
  visibility: hidden;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 800px !important;
  height: 380px !important;
  background: url(/acabridge/aca_web/rcxm/images/tantantan.png) no-repeat top center;
  position: fixed;
  z-index: 101;
}
.project-alert .alert_title {
  position: absolute;
  width: auto;
  top: 16px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 10px 20px;
  line-height: 1;
  letter-spacing: 2px;
  background: #b62026;
  border-radius: 7px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.project-alert .alert_text {
  position: absolute;
  padding: 40px 25px;
  width: 97%;
  height: 265px;
  top: 70px;
  overflow-y: auto;
}
.project-alert .alert_text h1 {
  font-size: 24px;
  color: #000;
  margin: 30px 0 20px;
  text-align: center;
}
.project-alert .alert_text table {
  margin: 10px 0 20px;
  background: #fff;
}
.project-alert .alert_text table td {
  color: #666;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
}
.project-alert .alert_text table td a {
  color: #1202ff;
  font-size: 16px;
}
.project-alert .alert_text p {
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  line-height: 2;
}
.project-alert .alert_text::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.project-alert .alert_text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d62929;
}
.project-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;
}
.popular {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #b62026;
}
.popular .click-text {
  width: 575px;
  margin: 70px auto;
}
.popular .click-text img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.popular .click-text a {
  float: left;
  color: #fff;
  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:hover .s-mask {
  opacity: 1;
}
.popular .popualr-con .s-item .s-name {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.talk {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 65px;
}
.talk .title {
  margin-bottom: 50px;
}
.talk .talk-con {
  width: 100%;
  margin: 80px auto 0;
}
.talk .more {
  width: 150px;
  height: 50px;
  margin: 0 auto;
  border-radius: 10px;
  background: #bf0101;
}
.talk .more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.photo .photo_swiper_box {
  height: 674px;
  overflow: hidden;
  position: relative;
}
.photo .photo_swiper {
  width: 3602px;
  height: 674px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -1801px;
}
.photo .photo_swiper .swiper-slide {
  width: 1200px;
  height: 674px;
  overflow: hidden;
  position: relative;
}
.photo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo .intro {
  height: 110px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABQCAMAAAAELlTqAAAAS1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADmYDp0AAAAGXRSTlO0A8CoC5Igg3FGODAoGBOge2RcTz+ZimpWwWET6wAAAGFJREFUCNddxAkSQDAQRNEmQWwJIcv9T2pmjKJ0vf5omg/LtVZ5qocX66r6Xi1kETNmMZFJnDjFOKrjEBW1IkbUyN13VkiBc3B3N2xiGFTOrOteKbEQmDEIhqp+a1v6U3YBAVkGHqSb1TsAAAAASUVORK5CYII=') repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.photo .intro h3 {
  font: bold 26px/48px 'Microsoft Yahei', 'Hiragino Sans GB', 'sans-serif';
  color: #fff;
  padding-top: 10px;
}
.photo .intro p {
  font: 18px/42px 'Microsoft Yahei', 'Hiragino Sans GB', 'sans-serif';
  color: #fff;
}
.photo .intro p a {
  color: #ea0000;
}
.photo .swiper-slide-active .intro {
  opacity: 1;
}
.photo .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.photo .mask_l,
.photo .mask_r {
  width: 1200px;
  height: 674px;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0px;
  z-index: 10;
}
.photo .mask_l {
  left: 0px;
}
.photo .mask_r {
  right: 0px;
}
.photo .arrow_prev,
.photo .arrow_next {
  top: 296px;
  left: 50%;
  z-index: 0;
}
.photo .arrow_prev {
  margin-left: -600px;
}
.photo .arrow_next {
  margin-left: 510px;
}
.photo .swiper_pagination {
  width: 100px;
  height: 99px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAgMAAABjUWAiAAAADFBMVEUAAAD///////////84wDuoAAAABHRSTlMAP+sfrCbj5QAAAClJREFUKM9jQAYHkDmMG5B5bA7IPEkUbSko2iaMahvVRj1tT1B4BsgcAG7cEYFvDxKLAAAAAElFTkSuQmCC') no-repeat 25px 30px;
  position: absolute;
  left: 50%;
  margin-left: 490px;
  bottom: 8px;
  z-index: 10;
  line-height: 999px;
  overflow: hidden;
}
.photo .swiper_pagination .swiper-pagination-current,
.photo .swiper_pagination .swiper-pagination-total {
  font: 34px/54px 'Arial';
  color: #fff;
  text-align: center;
  width: 60px;
  height: 54px;
}
.photo .swiper_pagination .swiper-pagination-current {
  position: absolute;
  left: 5px;
  top: 5px;
}
.photo .swiper_pagination .swiper-pagination-total {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.photo .photo_swiper:hover .arrow_prev,
.photo .photo_swiper:hover .arrow_next {
  z-index: 10;
}
.list {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 65px;
  background: #dd3d3d;
}
.list .list-con {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.list .list-con .list-title {
  width: 100%;
  margin-top: 50px;
}
.list .list-con .list-title .line {
  width: 12px;
  height: 38px;
  border-radius: 6px;
  background: #fff;
  float: left;
}
.list .list-con .list-title .text {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  margin-left: 25px;
}
.list .list-con .list-table {
  width: 1200px;
  height: auto;
  margin: 50px auto 0;
}
.list .list-con .list-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background: #fff;
}
.list .list-con .list-table table td {
  width: 14.28571429%;
  border: 1px solid #d32b2b;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.list .list-con .list-table table td a {
  color: #333;
  font-size: 20px;
  transition: all 0.3s;
}
.list .list-con .list-table table td a:hover {
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}
.list .list-con .list-table table thead {
  width: 100%;
  height: 50px;
}
.list .list-con .list-table table tbody .bg-odd {
  background: #f7f7f7;
}
.list .list-con .list-table table tbody .bg-even {
  background: #f2f2f2;
}
.list .list-con .list-table table tbody td {
  color: #333;
}
.list .list-con .list-btn {
  width: 390px;
  height: 50px;
  margin: 50px auto 0;
  border-radius: 8px;
  background: #ffa800;
  padding-left: 20px;
  cursor: pointer;
}
.list .list-con .list-btn div {
  float: left;
  margin-right: 10px;
  margin-top: 12px;
}
.list .list-con .list-btn span {
  display: block;
  font-size: 24px;
  line-height: 50px;
}
.footer {
  width: 100%;
  height: 220px;
  padding-top: 30px;
  background: #d9d9d9;
}
.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: #666;
  font-weight: 200;
}
.footer .foot-lf .text a {
  color: #666;
  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 div,
.footer .foot-rt .rt div {
  text-align: center;
  font-size: 17px;
  color: #666;
  margin-top: 15px;
}
