@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0 none;
}
a,
input,
textarea {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  color: #666 !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.m0 {
  margin: 0 !important;
}
.dpn {
  display: none;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
  _height: 1px;
}
*html .clearfix {
  height: 1%;
}
* + html .clearfix {
  height: 1%;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
iframe {
  overflow: hidden;
}
.mobile {
  display: none !important;
}
.language-btn {
  width: 100px;
  height: 40px;
  color: #fff;
  background: #004297;
  border: none;
  position: fixed;
  outline: none;
  bottom: 15px;
  right: 15px;
  font-size: 18px;
  box-shadow: 0 0 3px #0bace9;
  line-height: 38px;
  text-align: center;
  border-radius: 10px;
  z-index: 1000;
}
.banner {
  width: 100%;
  height: 400px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.banner img {
  height: 400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-fixed {
  position: fixed;
  top: -1px;
  z-index: 99;
}
.nav {
  width: 100%;
  height: 140px;
  margin-top: -37px;
  padding-top: 37px;
  background: url("../images/nav-bg.png") no-repeat top center;
}
.nav .nav-con {
  width: 1001px;
  height: 100px;
  margin: 0 auto;
  background: #004297;
}
.nav .nav-con .nav-item {
  width: 250px;
  height: 100px;
  float: left;
  cursor: pointer;
}
.nav .nav-con .nav-item a {
  width: 100%;
  height: 92px;
  font-size: 34px;
  color: #fff;
  line-height: 1;
  padding-top: 30px;
  text-align: center;
  display: block;
}
.nav .nav-con .nav-item .border {
  transition: all 0.3s;
  width: 0;
  margin: 0 auto;
  height: 8px;
  background: #109ef7;
}
.nav .nav-con .nav-item-active .border {
  width: 100%;
}
.m220 {
  margin-top: 170px !important;
}
.focus {
  width: 1000px;
  height: auto;
  margin: 80px auto;
  position: relative;
  overflow: hidden;
}
.focus .focus-box {
  width: 400px;
  height: 265px;
  position: absolute;
  top: 50%;
  margin-top: -133px;
  padding: 12px 10px 14px;
}
.focus .focus-box div {
  width: 100%;
  height: 100%;
}
.focus .focus-box .swiper-slide {
  cursor: pointer;
}
.focus .focus-box .btn-con {
  width: 400px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 999;
  margin: 0 auto;
  background: url("../images/btn_con_bg.png") no-repeat top center;
  background-size: 100% 100%;
}
.focus .focus-box .btn-con .pagination {
  position: absolute;
  left: 10px;
  text-align: left;
  bottom: 0px;
  padding-left: 30px;
  width: 220px;
}
.focus .focus-box .btn-con .swiper-pagination-switch {
  border-radius: 16px;
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 0.8;
  background: #999999;
  margin-top: 17px;
  margin-right: 13px;
  cursor: pointer;
}
.focus .focus-box .btn-con .swiper-active-switch {
  background: #fff;
}
.focus .focus-box .btn-con .arrow {
  position: absolute;
  left: 250px;
  width: 100px;
  height: 15px;
  top: 13px;
}
.focus .focus-box .btn-con .arrow div {
  width: 20px;
  opacity: 0.8;
  transition: all 0.3s;
  position: absolute;
  cursor: pointer;
}
.focus .focus-box .btn-con .arrow div:hover {
  opacity: 1;
}
.focus .focus-box .btn-con .arrow .arrow-left {
  left: 0px;
}
.focus .focus-box .btn-con .arrow .arrow-right {
  right: 0px;
}
.focus .gonggao {
  float: right;
  width: 660px;
  height: auto;
  padding-bottom: 50px;
  border: 1px solid #D0CCC7;
}
.focus .gonggao .gongg-con {
  width: 590px;
  height: auto;
  float: right;
}
.focus .gonggao .gongg-con .gongg-head {
  height: 54px;
  border-bottom: 1px solid #D0CCC7;
}
.focus .gonggao .gongg-con .gongg-head .gongg-head-item {
  float: left;
  width: 200px;
  height: 54px;
  padding-top: 8px;
  font-size: 24px;
  color: #0062ac;
  text-align: center;
  transition: all 0.3s;
}
.focus .gonggao .gongg-con .gongg-head .gongg-head-item i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #0062ac;
  border-radius: 3px;
  margin: 0 10px 5px;
  line-height: 1.2;
  transition: all 0.3s;
}
.focus .gonggao .gongg-con .gongg-head .gongg-head-item:hover i {
  background: #fff;
}
.focus .gonggao .gongg-con .gongg-head .gongg-head-bm {
  width: 190px;
  float: left;
  height: 54px;
  padding-top: 8px;
  font-size: 24px;
  color: #0062ac;
  text-align: center;
  transition: all 0.3s;
}
.focus .gonggao .gongg-con .gongg-head .gongg-head-bm a {
  color: #0062ac;
  font-size: 24px;
  transition: all 0.3s;
}
.focus .gonggao .gongg-con .gongg-head .gongg-head-bm:hover {
  background: #0062ac;
}
.focus .gonggao .gongg-con .gongg-head .gongg-head-bm:hover a {
  color: #fff;
}
.focus .gonggao .gongg-con .gongg-head .gongg-head-active {
  background: #0062ac;
  color: #fff;
}
.focus .gonggao .gongg-con .gongg-body.pc {
  height: auto;
  position: relative;
}
.focus .gonggao .gongg-con .gongg-body.pc .gongg-body-item {
  width: 590px;
  height: auto;
  padding-top: 18px;
  line-height: 2;
  font-size: 22px;
}
.focus .gonggao .gongg-con .gongg-body.pc .gongg-body-item p {
  line-height: 1.7;
  text-align: justify;
  padding-right: 20px;
  font-size: 20px;
}
.focus .gonggao .gongg-con .gongg-body.pc .gongg-body-item ul {
  padding-left: 30px;
  padding-right: 10px;
}
.focus .gonggao .gongg-con .gongg-body.pc .gongg-body-item ul li {
  color: #363636;
  transition: all 0.3s;
  margin: 2px 0 0;
}
.focus .gonggao .gongg-con .gongg-body.pc .gongg-body-item ul li a {
  color: #363636;
  transition: all 0.3s;
}
.focus .gonggao .gongg-con .gongg-body.pc .gongg-body-item ul li:hover {
  color: #0062ac;
}
.focus .gonggao .gongg-con .gongg-body.pc .gongg-body-item ul li:hover a {
  color: #0062ac;
}
.focus .gonggao .gongg-con .gongg-body.pc img {
  position: absolute;
  bottom: -40px;
  right: -65px;
}
.more {
  float: right;
  font-size: 16px;
  color: #1060b1;
}
.more:hover {
  text-decoration: underline;
}
.notice {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
.notice .focus {
  width: 1200px;
  height: auto;
  margin: 100px auto;
}
.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(../images/focus-title-bg.png) no-repeat bottom center;
}
.notice .focus .swiper-focus .focus-title a {
  color: #fff;
  font-size: 16px;
  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: auto;
  background: #eee;
  margin-top: 25px;
  padding: 30px 50px;
  float: left;
}
.notice .focus .focus-text p {
  text-indent: 2em;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  text-align: justify;
}
.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: 5%;
  left: 50%;
  margin-left: -450px;
  width: 900px !important;
  height: 575px !important;
  position: absolute;
  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;
}
.title {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.title img {
  margin-bottom: 12px;
}
.title span {
  font-size: 46px;
  color: #0062ac;
  font-weight: bold;
  margin: 0 24px;
}
.title-text {
  width: 1000px;
  color: #333;
  font-size: 18px;
  text-align: justify;
  margin: 25px auto 60px;
}
.logo-con {
  width: 1000px;
  margin: 60px auto;
  text-align: center;
}
.dialog {
  width: 490px;
  margin-top: 22px;
  background: #eee;
  border-radius: 5px;
  height: 210px;
  position: relative;
}
.dialog h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1264C6;
  text-align: center;
  margin: 0 auto;
  padding-top: 1rem;
}
.dialog p {
  clear: both;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.5;
  margin: 1rem;
  text-align: left;
}
.dialog a {
  display: inline-block;
  margin-left: 1em;
  background: rgba(255, 255, 255, 0.8);
  color: #0F1F71;
  border-radius: 5px;
  padding: 0 0.4rem;
}
.dialog span {
  display: block;
  float: left;
  color: #1264C6;
  font-size: 0.8rem;
  width: 4rem;
  text-align: center;
  margin: 0 0.8rem 0.3rem 0;
  line-height: 1rem;
}
.dialog span:before {
  content: "";
  display: inline-block;
  background: url(../images/blank.gif) no-repeat 0 /100% auto;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 50%;
}
p.people {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #1264C6;
  text-align: right;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.sbjbtj {
  width: 100%;
  height: auto;
  padding: 80px 0;
  position: relative;
  background: url("https://www.acabridge.cn/acabridge/aca_web/sh/sit/images/hui_bg.png") no-repeat top center;
}
.sbjbtj .tj-con {
  width: 1000px;
  height: 240px;
  margin: 0 auto;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}
.sbjbtj .tj-con .tj-head {
  width: 200px;
  height: 240px;
  float: left;
}
.sbjbtj .tj-con .tj-head .tj-head-item {
  cursor: pointer;
  width: 100%;
  height: 60px;
  background: #0062ac;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding-top: 15px;
  border-bottom: 1px solid #9cdcfe;
  position: relative;
}
.sbjbtj .tj-con .tj-head .tj-head-item > .sj {
  width: 0;
  height: 0;
  border-left: 0px solid #FFF;
  border-right: 17px solid #FFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 20px;
  right: 0;
  margin-left: -9px;
  z-index: 90;
  transition: all 0.3s;
  display: none;
}
.sbjbtj .tj-con .tj-head .tj-head-active > .sj {
  display: block;
}
.sbjbtj .tj-con .tj-body {
  float: left;
  width: 800px;
  height: 342px;
}
.sbjbtj .tj-con .tj-body .tj-body-item {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
}
.sbjbtj .tj-con .tj-body .tj-body-item p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-indent: 2em;
}
.sbjbtj .tj-con .tj-body .tj-body-item p a:hover {
  color: #0062ac;
}
.sbjbtj .tj-con .tj-body .tj-body-active {
  display: block;
}
.pyrsjpq {
  width: 100%;
  height: 850px;
  padding-top: 80px;
  position: relative;
}
.pyrsjpq .pin-con {
  width: 1000px;
  margin: 0 auto;
}
.pyrsjpq .pin-con .pin-item {
  float: left;
  width: 300px;
  height: 230px;
  margin-left: 50px;
  position: relative;
  background: #129EF5;
  padding: 33px 28px;
}
.pyrsjpq .pin-con .pin-item .text.pc {
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 38px;
  line-height: 144px;
}
.pyrsjpq .pin-con .pin-item .mask {
  width: 300px;
  height: 230px;
  position: absolute;
  background: #6e6e6e;
  font-size: 18px;
  color: #fff;
  top: 0px;
  left: 0px;
  line-height: 1.8;
  padding: 20px;
  padding-top: 80px;
  text-align: justify;
  opacity: 0;
  transition: all 0.3s;
}
.pyrsjpq .pin-con .pin-item .mask-active {
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 2px 2px 10px #999;
  opacity: 1;
}
.pyrsjpq .pin-con .pin-item + .pin-item .mask {
  padding-top: 80px;
}
.pyrsjpq .pin-con .pin-item + .pin-item + .pin-item .mask {
  padding: 12px;
  padding-top: 93px;
}
.xyfg {
  height: auto;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.pyrsjpq {
  padding-top: 80px;
  background: url(../images/hui_bg.png) no-repeat top center;
}
.zp {
  width: 1000px;
  margin: auto;
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.zp .item {
  flex: 0 0 240px;
  position: relative;
  margin-bottom: 20px;
}
.zp .item:hover .resTxt {
  display: block;
}
.zp .item .resTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.zp .item .resTxt span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
}
.zp .item > .img {
  display: block;
  width: 100%;
  height: auto;
}
.zp .item > .img a {
  display: block;
  width: 100%;
  height: auto;
}
.zp .item > .img a img {
  display: block;
  width: 100%;
}
.beautiful {
  width: 1000px;
  margin: auto;
  margin-top: 30px;
  overflow: hidden;
}
.beautiful .resBox {
  float: left;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.beautiful .resBox:hover .resTxt {
  display: block;
}
.beautiful .resBox .resTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.beautiful .resBox .resTxt span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
}
.beautiful .resBox > .img {
  display: block;
  width: 100%;
  height: auto;
}
.beautiful .resBox > .img a {
  display: block;
  width: 100%;
  height: auto;
}
.beautiful .resBox > .img a img {
  display: block;
  width: 100%;
}
.beautiful .mrn {
  margin-right: 0;
}
.prcx {
  width: 100%;
  height: auto;
  padding: 0 0 30px;
  background: #0062ac;
}
.prcx .prcx-con {
  width: 625px;
  height: auto;
  margin: 60px auto;
}
.prcx .prcx-con .prcx-item {
  width: 250px;
  height: 145px;
  float: left;
  box-shadow: 0 0 30px #0062ac;
  border-radius: 5px;
  overflow: hidden;
}
.prcx .prcx-con .prcx-item .prcx-item-head {
  width: 100%;
  height: 36px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  background: #109ef7;
}
.prcx .prcx-con .prcx-item .prcx-item-body {
  width: 100%;
  height: 145px;
  padding: 20px;
  background: #fff;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
.prcx .prcx-con .step {
  width: 125px;
  height: 90px;
  text-align: center;
  float: left;
  padding-top: 50px;
}
.rdtj {
  width: 100%;
  height: 585px;
  padding-top: 60px;
}
.rdtj .device {
  width: 1000px;
  position: relative;
  margin: 60px auto;
  height: 300px;
}
.rdtj .device .p2 {
  position: absolute;
  left: 2px;
  text-align: center;
  bottom: -30px;
  width: 350px;
  left: 33%;
}
.rdtj .device .arrow div {
  width: 30px;
  position: absolute;
  z-index: 999;
  top: 120px;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s;
}
.rdtj .device .arrow div:hover {
  opacity: 1;
}
.rdtj .device .arrow .rdtj-left {
  left: 0;
}
.rdtj .device .arrow .rdtj-right {
  right: 0;
}
.rdtj .swiper-container {
  padding: 20px 0 0;
  height: 290px;
  width: 1000px;
}
.rdtj .swiper-slide {
  height: 250px !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;
}
.rdtj .swiper-slide img {
  width: 100%;
  height: 100%;
}
.rdtj .p1 {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 5px;
}
.rdtj .swiper-pagination-switch {
  border-radius: 16px;
  display: inline-block;
  width: 66px;
  height: 10px;
  background: #adadad;
  margin-right: 6px;
  cursor: pointer;
}
.rdtj .swiper-active-switch {
  background: #0062ac;
}
.rxmd {
  width: 100%;
  height: auto;
  padding: 60px;
  background: url("../images/hui_bg.png") repeat-y top center;
}
.rxmd .rxmd-con {
  width: 1000px;
  margin: 0 auto;
}
.rxmd .rxmd-con .rxmd-head .rxmd-head-item {
  width: 33%;
  height: 56px;
  font-size: 26px;
  display: inline-block;
  cursor: pointer;
}
.rxmd .rxmd-con .rxmd-head .rxmd-head-item div {
  width: auto;
  height: 100%;
  cursor: pointer;
  text-align: center;
  padding-top: 8px;
  padding-left: 20px;
  transition: all 0.3s;
}
.rxmd .rxmd-con .rxmd-head .rxmd-head-active div {
  color: #fff;
  background: #0062ac;
}
.rxmd .rxmd-con .line {
  width: 1000px;
  margin: 24px 0 30px;
  border: 1px solid #0062ac;
  position: relative;
}
.rxmd .rxmd-con .line .dian {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #0062ac;
  border-radius: 50%;
  top: -7px;
  left: 115px;
  transition: all 0.5s;
}
.rxmd .gdw {
  font-size: 26px;
  color: #0062ac;
  text-align: center;
  margin-bottom: 40px;
}
.rxmd table {
  width: 1000px;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 50px;
  float: right;
}
.rxmd table thead {
  background: #FFCAC6;
}
.rxmd table thead td {
  color: #333333;
}
.rxmd table td {
  color: #666;
  height: 55px;
  font-size: 24px;
  letter-spacing: 2px;
  border: 1px solid #0062ac;
}
.rxmd table td a:hover {
  text-decoration: underline;
  color: #FFB000;
}
.rxmd table tbody {
  border-top: 2px solid #0062ac;
}
.rxmd table tbody td {
  font-size: 22px;
}
.rxmd table tfoot {
  border-top: 2px solid #0062ac;
  cursor: pointer;
}
.rxmd table tfoot td {
  color: #0062ac;
}
.footer {
  width: 100%;
  height: 250px;
  background: #0062ac;
}
.footer .foot-con {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}
.footer .lf {
  width: 350px;
}
.footer .foot-btn {
  width: 260px;
  height: 50px;
  font-size: 25px;
  line-height: 1;
  padding: 13px 30px;
  background: #f2a114;
  border-radius: 7px;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.footer .foot-btn:hover {
  background: #f2b000;
}
.footer .foot-btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.footer .foot-text {
  width: 260px;
  font-size: 34px;
  color: #fff;
  line-height: 1.7;
  text-align: center;
}
.footer .rt div {
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
}
.footer .rt .ma-con {
  margin-left: 40px;
}
.footer .rt .ma-con .ma-top {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  padding: 10px;
  margin-left: 5px;
  border-bottom: none;
}
.footer .rt .ma-con .ma-text {
  width: 160px;
  height: 35px;
  background: #fff;
  color: #0062ac;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
}
