@charset "utf-8";
/* CSS Document */

.lanmuc-abad{width: 100%; height:560px;}
.lanmuc-abad .abda{width: 1200px; height: auto; margin: 0 auto; padding-top: 30px;}
.lanmuc-abad .abtit{width: 100%; height:60px; float: left; font-size: 26px; color: #fff; line-height: 60px; text-align: center;}
.lanmuc-abad .nei{width: 1200px; height:auto; float: left; margin-top: 30px; color: #fff; line-height: 30px;}
.lanmuc-abad .neiz{width:500px; float: left; margin-right: 80px;height: 350px;display: table;}
                .lanmuc-abad .neizp{display: table-cell;vertical-align: middle;}
.lanmuc-abad .neiy{width: 620px; float: left;}
.lanmuc-abad .neiy img{width: 100%; height:350px; border: 1px solid #fff; box-shadow: 0 0 3px #ccc;}
		
.lanmuc-abad #draw-border {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 120px;
    margin: 30px 540px 0 540px;
}

.lanmuc-abad a { width: 120px; text-decoration: none;
	text-align: center;
  border: 0;
  background: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  outline: none;
  padding: 10px 0px;
  box-sizing: border-box;
}

.lanmuc-abad a::before {
  box-sizing: inherit;
  position: absolute;
  content: '';
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

.lanmuc-abad a::after {
  box-sizing: inherit;
  position: absolute;
  content: '';
  border: 2px solid transparent;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.lanmuc-abad a::before {
  top: 0;
  left: 0;
}

.lanmuc-abad a:hover::before, .lanmuc-abad a:hover::after {
  width: 100%;
  height: 100%;
}

.lanmuc-abad a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.lanmuc-abad a:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}