@charset "UTF-8";
/**
 * Created by Tony_Liu on 2019/6/9.
 */
.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
}
.checkme {
  position: fixed;
  height: auto;
  right: 10px;
  bottom: 5%;
  z-index: 111;
  cursor: pointer!important;
  background: #1060b1;
  width: 70px;
  text-align: center;
  color: #fff !important;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.checkme .hand {
  position: absolute;
  right: 10px;
  top: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation: bounceIn 1s infinite linear ;
  animation: bounceIn 1s infinite linear ;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.nav {
  width: 100%;
  height: auto;
  background: #1060b1;
}
.nav .nav-con {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.nav .nav-con .nav-item {
  width: 240px;
  height: 80px;
  float: left;
  transition: all 0.3s;
}
.nav .nav-con .nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding-top: 18px;
}
.nav .nav-con .nav-item:hover {
  background: #00497a;
}
.title {
  display: inline-block;
  width: auto;
  min-width: 400px;
  margin: 70px 0 50px;
  height: 150px;
  position: relative;
  padding: 0 70px;
}
.title b,
.title span {
  display: block;
  text-align: center;
  font-weight: normal;
}
.title b {
  font-size: 34px;
  margin-top: 30px;
  color: #1060b1;
}
.title span {
  font-size: 20px;
  color: #1060b1;
}
.title img {
  position: absolute;
  top: 45px;
}
.title .left {
  left: 0;
}
.title .right {
  right: 0;
}
.title p {
  position: absolute;
  top: 66px;
  width: 425px;
  height: 2px;
  background: #1060b1;
}
.title .le {
  left: -425px;
}
.title .ri {
  right: -425px;
}
.notice {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
.notice .focus {
  width: 1200px;
  height: auto;
  margin: 50px auto 0;
}
.notice .focus .swiper-focus {
  width: 500px;
  float: left;
  position: relative;
}
.notice .focus .swiper-focus .swiper-slide {
  position: relative;
}
.notice .focus .swiper-focus .focus-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-indent: 1em;
  line-height: 50px;
  background: url(/acabridge/aca_web/2020zwhforum/images/focus-title-bg.png) no-repeat bottom center;
}
.notice .focus .swiper-focus .focus-title a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.notice .focus .swiper-focus .focus-prev {
  position: absolute;
  line-height: 56px;
  right: 50px;
  bottom: 15px;
  z-index: 1;
  cursor: pointer;
}
.notice .focus .swiper-focus .focus-next {
  position: absolute;
  line-height: 56px;
  right: 20px;
  bottom: 15px;
  z-index: 1;
  cursor: pointer;
}
.notice .focus .focus-text {
  width: 700px;
  height: 320px;
  background: #eee;
  padding: 35px 50px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.notice .focus .focus-text p {
  font-size: 18px;
  color: #000;
  line-height: 1.75;
  text-indent: 2em;
}
.notice .line {
  width: 1200px;
  margin: 50px auto;
}
.notice .news {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
}
.notice .news .news-lf {
  float: left;
}
.notice .news .news-rt {
  float: right;
}
.notice .news .news-lf,
.notice .news .news-rt {
  width: 590px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.notice .news .news-lf .news-title,
.notice .news .news-rt .news-title {
  width: 150px;
  height: 120px;
  background: #002d4e;
  position: absolute;
  top: 30px;
  left: 0;
}
.notice .news .news-lf .news-title div,
.notice .news .news-rt .news-title div {
  position: absolute;
  width: 150px;
  height: 120px;
  background: #1060b1;
  bottom: 4px;
  right: 4px;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
  padding-top: 4px;
}
.notice .news .news-lf .text-box,
.notice .news .news-rt .text-box {
  margin-left: 60px;
  width: 530px;
  height: 100%;
  background: #eee;
  padding: 30px 30px 30px 120px;
  overflow: hidden;
}
.notice .news .news-lf .text-box .swiper-news,
.notice .news .news-rt .text-box .swiper-news {
  width: 100%;
  height: 100%;
}
.notice .news .news-lf .text-box .swiper-news .swiper-slide a:hover,
.notice .news .news-rt .text-box .swiper-news .swiper-slide a:hover {
  color: #000;
  font-weight: bold;
}
.notice .meetimgbox {
  width: 1000px;
  height: 500px;
  margin: auto;
}
.notice .scrollbox {
  right: 90px!important;
}
.notice .realheight {
  width: 1000px;
}
.notice .notice-item {
  width: 100%;
  margin: 0 auto;
  height: auto;
  font-size: 0;
}
.notice .notice-item p {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}
.notice .notice-item .lf-title {
  width: 40px;
  min-height: 120px;
  background: #1060b1;
  float: left;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  position: relative;
}
.notice .notice-item .lf-title span {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
}
.notice .notice-item .rt-text {
  width: 1120px;
  min-height: 114px;
  margin-left: 40px;
  float: left;
}
.notice .notice-con {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.notice .notice-con .notice-lf {
  width: 1200px;
  height: auto;
  margin-right: 20px;
}
.notice .notice-table {
  width: 1200px;
  height: auto;
  margin: 50px auto 0;
}
.notice .notice-table .table1 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.notice .notice-table .table1 td {
  width: 20%;
  border: 1px solid #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
}
.notice .notice-table .table1 td a {
  color: #333;
  font-size: 24px;
  transition: all 0.3s;
}
.notice .notice-table .table1 td a:hover {
  color: #d32b2b;
}
.notice .notice-table .table1 thead {
  width: 100%;
  height: 50px;
  background: #d32b2b;
}
.notice .notice-table .table1 tbody .bg-odd {
  background: #f7f7f7;
}
.notice .notice-table .table1 tbody .bg-even {
  background: #f2f2f2;
}
.notice .notice-table .table1 tbody td {
  color: #333;
}
.notice .notice-table .table2 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}
.notice .notice-table .table2 td {
  border: 1px solid #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
}
.notice .notice-table .table2 td a {
  color: #333;
  font-size: 22px;
  transition: all 0.3s;
}
.notice .notice-table .table2 td a:hover {
  color: #d32b2b;
}
.notice .notice-table .table2 thead {
  width: 100%;
  height: 50px;
  background: #d32b2b;
}
.notice .notice-table .table2 tbody .bg-odd {
  background: #f7f7f7;
}
.notice .notice-table .table2 tbody .bg-even {
  background: #f2f2f2;
}
.notice .notice-table .table2 tbody td {
  color: #333;
}
.s-title {
  text-align: center;
  margin: 50px auto;
}
.speech {
  width: 1200px;
  margin: 0 auto 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.speech .speech-item {
  width: 400px;
  height: 800px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  transition: all 0.5s;
  text-align: center;
}
.speech .speech-item .photo {
  position: absolute;
  left: -90%;
  transition: all 0.5s;
}
.speech .speech-item .name {
  position: absolute;
  top: 20px;
  left: 20px;
}
.speech .speech-item .text {
  position: absolute;
  width: 170px;
  height: 680px;
  font-size: 36px;
  font-weight: bold;
  writing-mode: horizontal-tb;
  writing-mode: vertical-rl;
  top: 55px;
  left: 650px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.speech .active {
  width: 1000px;
}
.speech .active .photo {
  left: -15%;
}
.speech .active-s {
  width: 130px;
}
.speech .active-s .photo {
  left: -15%;
}
.zt .guest {
  margin-top: 90px;
  margin-bottom: 120px;
}
.zt .guest .guestbox {
  width: 100%;
  height: 590px;
  margin-top: 70px;
  position: relative;
}
.zt .guest .swiper-guest .swiper-slide {
  width: 300px;
  height: 590px;
  margin-right: 15px;
}
.zt .guest .guest-prev {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #a6a6a6 url(../images/arrowz.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0.6;
  left: 230px;
}
.zt .guest .guest-next {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #a6a6a6 url(../images/arrowy.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0.6;
  right: 230px;
}
.zt .guest .guest-prev:hover {
  background-color: #1060b1;
  opacity: 1;
}
.zt .guest .guest-next:hover {
  background-color: #1060b1;
  opacity: 1;
}
.zt .guest .guest-img {
  position: absolute;
  left: 0;
  top: 70px;
  transition: top 1s;
}
.zt .guest .guest-img img {
  width: 300px;
  height: 520px;
}
.zt .guest .guestcur {
  top: 0px;
}
.zt .guest .guest-desc {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 10;
  background: #1060b1;
  transition: height 0.5s;
}
.zt .guest .swiper-guest .swiper-slide:hover .guest-desc {
  height: 95px;
}
.zt .guest .guest-desc .name {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}
.zt .guest .guest-desc .zhic {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
}
.zt .guest .guest-people {
  margin-top: 90px;
}
.attrnding {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.attrnding .container {
  width: 1230px;
  margin: 0 auto;
  position: relative;
}
.attrnding .container .attr-prev {
  position: absolute;
  top: 50%;
  left: -50px;
}
.attrnding .container .attr-next {
  position: absolute;
  top: 50%;
  right: -50px;
}
.attrnding .attr-swiper {
  width: 1220px;
  margin: 0 auto;
}
.attrnding .attrnding-con .attrnding-item {
  width: 285px;
  height: 235px;
  float: left;
  margin: 10px;
}
.attrnding .attrnding-con .attrnding-item .attr-title {
  width: 100%;
  height: 55px;
  background: #1060b1;
  text-align: center;
  padding-top: 2px;
}
.attrnding .attrnding-con .attrnding-item .attr-title a:hover span {
  text-decoration: underline;
}
.attrnding .attrnding-con .attrnding-item .attr-title span {
  font-size: 18px;
  line-height: 1.6;
}
.attrnding .attrnding-con .attrnding-item .attr-title div {
  text-align: center;
  font-size: 14px;
}
.research {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
.research .guestbox,
.research .swiper-guest {
  width: 1200px;
  height: 540px;
  margin: 0 auto;
  position: relative;
}
.research .swiper-slide {
  width: 500px;
  height: 250px;
  margin-right: 20px;
  overflow: hidden;
}
.research .guest-prev {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #a6a6a6 url(../images/arrowz.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0.6;
  left: -70px;
  top: 255px;
}
.research .guest-next {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #a6a6a6 url(../images/arrowy.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0.6;
  right: -70px;
  top: 255px;
}
.research .guest-prev:hover {
  background-color: #1060b1;
  opacity: 1;
}
.research .guest-next:hover {
  background-color: #1060b1;
  opacity: 1;
}
.research .guest-img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.research .guest-img img {
  width: 500px;
  height: 250px;
}
.research .guestcur {
  top: 0px;
}
.research .guest-desc {
  width: 150px;
  height: 250px;
  position: absolute;
  right: -150px;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  background: rgba(255, 39, 40, 0.7);
  transition: all 0.3s;
}
.research .guest-desc .name {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
}
.research .guest-desc .zhic {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.policy {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
.policy .policy-box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 80px;
}
.policy .policy-box .policy-img {
  width: 100%;
  height: 600px;
  overflow-y: scroll;
  margin: 0 auto;
}
.policy .policy-box .policy-img img {
  width: 100%;
}
.policy #iframe {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.policy .policy-text {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  text-align: justify;
  color: #333;
  font-size: 18px;
  line-height: 1.75;
}
.policy .policy-btn {
  width: 250px;
  height: 50px;
  margin: 50px auto 0;
  border-radius: 10px;
  background: #1060b1;
}
.policy .policy-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.photo {
  width: 1200px;
  height: auto;
  margin: auto;
  overflow: hidden;
  text-align: center;
  padding-bottom: 100px;
}
.photo .photoimg {
  position: relative;
}
.photo .swiper-photo .swiper-slide {
  width: 850px;
  height: 460px;
}
.photo .swiper-photo .swiper-slide img {
  width: 850px;
  height: 460px;
}
.photo .photo-prev {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #a6a6a6 url(../images/arrowz.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0.6;
}
.photo .photo-next {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #a6a6a6 url(../images/arrowy.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0.6;
}
.photo .photo-prev:hover {
  background-color: #1060b1;
  opacity: 1;
}
.photo .photo-next:hover {
  background-color: #1060b1;
  opacity: 1;
}
.meettime .topline {
  text-align: center;
  font-size: 0;
}
.meettime .topline .time {
  display: inline-block;
  width: 170px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #efedee;
  font-size: 18px;
  color: #333333;
  margin: 0 15px;
  cursor: pointer;
}
.meettime .topline .time.curtime {
  background: #e82430;
  color: #fff;
}
.meettime .sline {
  position: relative;
}
.meetimgbox {
  width: 1180px;
  overflow: hidden;
}
.scrollbox {
  width: 14px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.scrollbtn1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
}
.scrollbtn1 img {
  width: 100%;
}
.scrollbtn2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
}
.scrollbtn1 img,
.scrollbtn2 img {
  display: block;
}
.scroll {
  width: 2px;
  height: 90%;
  position: absolute;
  right: 6px;
  top: 5%;
  z-index: 2;
  background: #e0e0e0;
}
.bar {
  width: 4px;
  background: #1060b1;
  position: absolute;
  top: 0;
  right: -1px;
}
.meetimg {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  overflow-y: scroll;
  text-align: center;
}
.meetimg img {
  max-width: 100%;
}
.meetimg + .meetimg {
  display: none;
}
.tel {
  height: auto;
  background: #1060b1;
}
.tel > div {
  width: 1200px;
  height: auto;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
.tel > div > h1 b,
.tel > div > h1 span {
  color: #fff;
}
.tel > div > h1 p {
  background: #fff;
}
.tel_box {
  height: auto;
  background: #fff;
  margin-bottom: 90px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5px;
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tel_box h1 {
  font-size: 24px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
}
.tel_box h1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: #fff;
}
.tel_box div {
  background: #fff;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 50px;
}
.tel_box div p {
  text-align: left;
  color: #1060b1;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 25px;
  font-weight: bold;
}
.tel_box div p span {
  width: 270px;
  display: inline-block;
  color: #1060b1;
  padding: 5px 10px;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 5px;
  margin-right: 15px;
  font-weight: bold;
}
.tel_box div p span a {
  color: #1060b1;
  font-size: 18px;
  font-weight: bold;
}
.bottom {
  height: 190px;
  background: #002d4e;
  background-size: 30px 100%;
}
.bottom div {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding-top: 50px;
}
.bottom div > p {
  float: left;
  width: 60%;
  overflow: hidden;
}
.bottom div > p img {
  float: left;
  height: 40px;
  margin-right: 50px;
}
.bottom div .b_logo {
  height: 60px;
}
.bottom div .b_txt {
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}
.bottom div > img {
  float: right;
  margin-top: -80px;
}
.luntan {
  width: 1200px;
  height: auto;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
.luntan .man_focus {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}
.luntan .man_focus > ul {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.luntan .man_focus > ul li {
  height: 100%;
  width: 33.3%;
  float: left;
}
.luntan .man_focus > ul li a {
  padding: 5px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.luntan .man_focus > ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.luntan .man_focus > ul li a span {
  position: absolute;
  margin: 5px;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  width: 97%;
  height: 15%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 2;
  text-align: center;
  font-size: 20px;
}
.luntan .man_focus ol {
  width: 100%;
  height: auto;
}
.luntan .man_focus ol li {
  width: 10px;
  height: 10px;
  background: #adbeec;
  float: left;
  margin: 10px 5px;
}
.luntan .man_focus ol .ck {
  background: #1060b1;
}
.luntan .man_focus .nnnnext {
  display: block;
  width: 0px;
  height: 0px;
  background: #000;
}
