* {
  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;
}
.banner {
  width: 100%;
  height: 548px;
  position: relative;
  overflow: hidden;
  background: url("/acabridge/aca_web/zhongguo/images/banner.jpg") no-repeat center center;
  background-size: 100%;
}
.banner .banner-title {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  z-index: 12;
}
.banner .banner-title .img2 {
  width: 90%;
  margin-top: 13%;
  margin-left: 3%;
}
.banner .banner-title .img3 {
  width: 29%;
  margin-top: -15px;
}
.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: #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: 40px;
  left: 50%;
  margin-left: -350px;
  width: 720px !important;
  height: 500px !important;
  background: url(/acabridge/aca_web/zhongguo/images/alert_bg.png) no-repeat top center;
  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 {
  text-align: center;
}
.title .title-top {
  font-size: 48px;
  text-align: center;
  color: #885425;
  font-weight: bold;
}
.title .title-bottom {
  width: 580px;
  margin: 25px auto 0;
}
.title .title-bottom .title-line {
  width: 125px;
  height: 2px;
  background: #885425;
  float: left;
  margin-top: 15px;
}
.title .title-bottom .title-bottom-text {
  float: left;
  font-size: 23px;
  margin: 0 10px;
  letter-spacing: 1px;
  color: #885425;
  text-align: center;
}
.quote {
  width: 100%;
  height: auto;
  background: url(/acabridge/aca_web/zhongguo/images/quote-bg.jpg) no-repeat bottom center;
}
.quote .quote-con {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 75px 0;
}
.quote .quote-con p {
  font-size: 22px;
  color: #333;
  text-indent: 2em;
  line-height: 1.8;
  margin: 20px 0;
}
.popular {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F0E7D9;
  position: relative;
  border: 2px solid #D0B89B;
}
.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: #885425;
  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: #885425;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.container {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
}
.container .title {
  margin: 50px auto 0;
}
.container .content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.container .content .line {
  width: 100%;
  height: 20px;
  margin: 50px auto;
  background: url(/acabridge/aca_web/zhongguo/images/line.png) repeat-x;
}
.container .content .cont-item .cont-img {
  box-shadow: 0 0 15px #887f72;
}
.container .content .cont-item .cont-text {
  width: 870px;
}
.container .content .cont-item .cont-text .item-title {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.container .content .cont-item .cont-text .item-title div {
  display: inline-block;
  height: 30px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: #333;
  border-left: 9px solid #d6161e;
  padding-left: 8px;
}
.container .content .cont-item .cont-text .item-title a {
  float: right;
  font-size: 15px;
  color: #885425;
  text-decoration: underline;
  margin-left: 15px;
  margin-top: 10px;
  transition: all 0.3s;
}
.container .content .cont-item .cont-text .item-title a:hover {
  color: #D6161E;
}
.container .content .cont-item .cont-text .item-text {
  padding-top: 10px;
}
.container .content .cont-item .cont-text .item-text p {
  color: #333;
  font-size: 20px;
  line-height: 1.8;
  text-indent: 2em;
  letter-spacing: 1px;
}
.container .content .cont-item.lf {
  float: left;
}
.container .content .cont-item.lf .cont-img {
  float: left;
  margin-right: 30px;
}
.container .content .cont-item.lf .cont-text {
  float: left;
}
.container .content .cont-item.rt {
  float: right;
}
.container .content .cont-item.rt .cont-img {
  float: right;
  margin-left: 30px;
}
.container .content .cont-item.rt .cont-text {
  float: right;
}
#gla {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 404px;
}
#gla_box {
  width: 700px;
  margin: auto;
}
.gla_inbox {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px #ccc;
}
.gla_inbox p {
  text-indent: 1em;
  font-size: 18px;
  width: 100%;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
}
.gla_inbox a {
  padding: 5px;
  display: block;
  position: absolute;
  top: 150px;
  left: 20px;
  background: #06c;
  color: #fff;
}
.gla_inbox img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.roundabout-holder {
  height: 404px;
  width: 700px;
}
.roundabout-moveable-item {
  display: block;
  height: 300px;
  width: 500px;
  cursor: pointer;
}
.roundabout-in-focus {
  cursor: auto;
}
.next,
.prev {
  width: 50px;
  height: 100px;
  z-index: 999;
  position: absolute;
  top: 170px;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s;
}
.next:hover,
.prev:hover {
  opacity: 1;
}
.next {
  background: url(/acabridge/aca_web/zhongguo/images/left.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0;
}
.prev {
  background: url(/acabridge/aca_web/zhongguo/images/right.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  right: 0;
}
.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/zhongguo/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;
}
