body {
  font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
}
a:link,
a:visited {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #12c5f9;
  text-decoration: none;
}
ul,
li,
h2,
h6,
h4,
h3,
p {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.body-bg {
  background-image: url("../img/body-bg.png");
  background-repeat: repeat ;
  color: white;
  font-size: 14px;
  /*  .blur {
    filter: url(blur.svg#blur); !* FireFox, Chrome, Opera *!

    -webkit-filter: blur(10px); !* Chrome, Opera *!
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); !* IE6~IE9 *!
  }*/
}
.body-bg h2 {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
  height: 60px;
  background: url("../img/title-bg.png") no-repeat center 40px;
}
.body-bg h3 {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
  height: 60px;
  /* background: url("../img/title-bg.png") no-repeat  center 40px;*/
}
.body-bg .w-65 {
  width: 65%  !important;
}
.body-bg .w-35 {
  width: 35% !important;
}
.right-bar {
  position: fixed;
  width: 110px;
  height: 332px;
  background: url("../img/right-bar.png") no-repeat top center;
  top: 50%;
  right: 0;
  margin-top: -166px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 148px;
  z-index: 999;
}
.right-bar li {
  margin-bottom: 10px;
}
.right-bar li:first-child a {
  color: #12c5f9;
}
.header {
  background: url("../img/header-bg.png") no-repeat top center;
}
.header .topbar {
  height: 180px;
  position: relative;
}
.header .topbar .logo {
  left: 15px;
  top: 38px;
  position: absolute;
}
.header .topbar .top-menu {
  position: absolute;
  top: 50px;
  right: 0;
}
.header .topbar .top-menu ul li {
  float: left;
  list-style-type: none;
  font-size: 16px;
  margin-right: 16px;
  overflow: visible;
}
.header .topbar .top-menu ul li:last-child {
  margin-right: 0;
}
.header .topbar .top-menu .dialogue {
  position: relative;
}
.header .topbar .top-menu .dialogue img {
  position: absolute;
  top: -20px;
  left: 20px;
}
.header .slogan .img-slogan {
  margin: 0 auto;
}
.header .wuzhen {
  margin: 0 auto;
  height: 388px;
  position: relative;
}
.header .wuzhen video {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 0;
}
.header .down-btu {
  margin-bottom: 100px;
}
.header .down-btu .btu-img {
  padding-top: 20px;
  margin: 0 auto;
}
.header .down-btu .btu-img div {
  width: 4px;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 9px;
  margin-left: 12px;
  background: #FFF;
}
.header .down-btu .btu-img .point1 {
  animation: out 1.6s 0ms infinite ease-in-out;
}
.header .down-btu .btu-img .point2 {
  animation: out 1.6s 200ms infinite ease-in-out;
}
.header .down-btu .btu-img .point3 {
  animation: out 1.6s 400ms infinite ease-in-out;
}
@keyframes out {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}
.header .phone-wuzhen {
  display: none;
}
.zb {
  margin-bottom: 100px;
}
.zb p {
  text-align: center;
}
.zb .playbox-zb {
  max-height: 644px;
  background: linear-gradient(45deg, #255097, #257a9e);
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.ap {
  margin-bottom: 100px;
}
.ap .phone-agendap {
  display: none;
}
.ap .date {
  margin: 0 auto;
  width: 290px;
  height: 30px;
  line-height: 30px;
  background-color: #121d3b;
  border-radius: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ap .date img {
  display: inline;
  margin-left: 30px;
  margin-right: 10px;
}
.ap .bg-ap {
  background-color: rgba(18, 29, 59, 0.75);
  padding-top: 20px;
  padding-bottom: 40px;
}
.ap .bg-ap h4 {
  font-size: 22px;
  margin-bottom: 40px;
  height: 40px;
  background: url("../img/title-hy-bg.png") no-repeat left 30px;
}
.ap .bg-ap .list-date {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.ap .bg-ap .list-date .time {
  opacity: 0.75;
  margin-right: 20px;
}
.ap .bg-ap .list-date .name {
  display: block;
  font-size: 16px;
}
.ap .bg-ap .list-date .title {
  color: #12c5f9;
  opacity: 0.65;
}
.ap .bg-ap .list-date .duties {
  display: inline-block;
  opacity: 0.65;
}
.js {
  margin-bottom: 100px;
}
.js .card {
  width: 180px ;
  float: left;
  overflow: hidden;
  background-color: rgba(18, 29, 59, 0.75);
  text-align: center;
  padding-top: 25px;
  margin-right: 60px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
.js .card .tag {
  position: absolute;
  z-index: 999;
  right: 0;
  width: 70px;
  top: 15px;
}
.js .card:nth-child(5n) {
  margin-right: 0;
}
.js .card .avatar {
  opacity: 1;
  margin-bottom: 16px;
}
.js .card .avatar img {
  width: 128px;
}
.js .card h6 {
  font-size: 18px;
  color: #ffdd8b;
  margin-bottom: 20px;
}
.ld {
  margin-bottom: 100px;
}
.ld .bg-ld {
  background-color: rgba(13, 22, 38, 0.75);
  padding-top: 56px;
  padding-bottom: 60px;
}
.ld .ld-box {
  margin: 0 auto;
  text-align: center;
}
.ld .ld-box img {
  margin-bottom: 40px;
}
.ld .ld-box .text-box-1,
.ld .ld-box .text-box-2,
.ld .ld-box .text-box-3 {
  padding-top: 64px;
  padding-left: 46px;
  font-size: 16px;
  text-align: left;
}
.ld .ld-box .text-box-1 {
  background: url("../img/1.png") no-repeat top left;
}
.ld .ld-box .text-box-2 {
  background: url("../img/2.png") no-repeat top left;
}
.ld .ld-box .text-box-3 {
  background: url("../img/3.png") no-repeat top left;
}
.dz {
  margin-bottom: 100px;
}
.dz .map {
  margin: 0 auto;
}
.dz .phone-map {
  display: none;
}
.footer {
  background-color: #060d1a;
  height: 200px;
  text-align: center;
  padding-top: 80px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .link {
  width: 175px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
.footer .link .erweima {
  position: absolute ;
  left: -20px;
  z-index: 999;
  top: -100px;
  display: none;
}
.footer .link .weixin:hover + .erweima {
  display: block;
}
.footer a {
  display: inline-block;
  margin-right: 20px;
}
.footer a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  #phone .header {
    background: url(../img/header-bg-phone.png) no-repeat top right;
    margin-bottom: 20px;
  }
  #phone .header .topbar {
    height: 120px;
  }
  #phone h2 {
    margin-bottom: 30px;
  }
  #phone .wuzhen {
    height: 150px;
  }
  #phone .top-menu,
  #phone .right-bar {
    display: none;
  }
  #phone .logo img {
    width: 80%;
  }
  #phone .img-slogan {
    text-align: center;
  }
  #phone .img-slogan img {
    width: 60%;
  }
  #phone .list-date .time {
    display: table;
  }
  #phone .ap .bg-ap h4 {
    font-size: 22px;
    margin-bottom: 40px;
    height: 40px;
    background: url(../img/title-hy-bg.png) no-repeat center 30px;
    text-align: center;
  }
  #phone .col-md-6:first-child {
    margin-bottom: 40px ;
  }
  #phone .card {
    margin-left: 2% ;
    margin-right: 2%;
    width: 45%;
    margin-bottom: 20px;
  }
  #phone h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #phone .jiabin {
    margin: 0 auto;
    width: 50%;
  }
  #phone .playbox-zb,
  #phone .ap,
  #phone .js,
  #phone .ld {
    margin-bottom: 50px;
  }
  #phone .playbox-zb {
    padding: 5px;
  }
  #phone .pc-map {
    display: none;
  }
  #phone .phone-map {
    display: block;
  }
  #phone .bg-ld {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #phone .ld-box img {
    margin-bottom: 20px;
  }
  #phone .text-box-1,
  #phone .text-box-2,
  #phone .text-box-3 {
    background: none;
    padding: 0;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #phone .pc-agendap {
    display: none;
  }
  #phone .phone-agendap {
    display: block;
  }
  #phone .phone-agendap:first-child {
    margin-bottom: 20px;
  }
  #phone .playbox {
    width: 100%;
    height: 480px;
  }
  #phone .phone-wuzhen {
    display: block;
  }
  #phone .pc-wuzhen {
    display: none;
  }
  #phone .down-btu {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */