@charset "utf-8";



@media (max-width: 550px) {
  
}

/*h1, h2 {
  color: #00549c;
}*/

/*h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}*/

.azzhaopddaiv{box-shadow: 0px 0px 7px -3px;margin: 5px;}
.azjoindyhang{ overflow:hidden; padding:30px 70px;}
.azjoinhangdiv1{ color:#222222; font-size:24px;float: left; width:444px;}
.azjoinhangdiv2{ color:#222222; font-size:24px;float: left; width:345px;}
.azjoinhangdiv3{ color:#222222; font-size:24px;float: left; width:110px;}
.azjoinzp_zhiwei{float: left; width: 462px;padding-left: 40px;}
.azjoinzp_renshu{float: left; width:327px;}
.azjoinzp_diqu{float: left; width:190px;}
.azjoinzppa{ display:block; text-align:center; background:url('../images/az29.png') no-repeat center top; width:180px; height:42px; line-height:42px; color:white; font-size:18px;margin: 20px 0;}
.azjoin_zplcbg{ overflow:hidden; width:100%; padding:100px 0; background:#ededed; text-align:center;}
.azjoinzp_cjwttitle{float: left;width: 600px;padding-left: 40px; font-weight:bold;}

.azjoinzp_title {
	overflow: hidden;
  font-size: 18px;
font-weight: 300;
display: block;
margin: 0;
cursor: pointer;
color: #222;
background:#ededed;
height: 80px;
line-height: 80px;
}


.azjoinul p {
  color: #222;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  /*max-height: 800px;*/
  opacity: 1;
  transform: translate(0, 0);
  margin: 18px 0;
  z-index: 2;
  padding: 0 40px;
}

ul.azjoinul li i:before, ul.azjoinul li i:after {
  transition: all 0.25s ease-in-out;
}

ul.azjoinul li {
  animation: flipdown 0.5s ease both;
}

ul.azjoinul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0 30px;
}
ul.azjoinul li {
  position: relative;
  /*padding: 30px 0;*/
  margin: 0;
  border-bottom: 1px dotted #bebebe;
}
ul.azjoinul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.azjoinul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.azjoinul li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.azjoinul li:last-of-type {
  /*padding-bottom: 0;*/
}
ul.azjoinul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin: 32px 32px 0 0;
  right: 0;
}
ul.azjoinul li i:before, ul.azjoinul li i:after {
  content: "";
  position: absolute;
  background-color: #00549c;
  width: 2px;
  height: 15px;
}
ul.azjoinul li i:before {
  transform: translate(-4px, 0) rotate(90deg);
}
ul.azjoinul li i:after {
  transform: translate(-4px, 0) rotate(-90deg);
}
ul.azjoinul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul.azjoinul li input[type=checkbox]:checked ~ p {
  margin: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.azjoinul li input[type=checkbox]:checked ~ i:before {
  transform: translate(-4px, 0) rotate(0deg);
}
ul.azjoinul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-4px, 0) rotate(-90deg);
}
ul.azjoinul li input[type=checkbox]:checked ~ .azjoinzp_title {
	background:white;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

