.box1_img{
          max-width: 480px;
          margin: auto;
          text-align: center;  
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
    
}

.box1_img2{
          max-width: 480px;
          margin: auto;
          text-align: center;  
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
    
}

.box2{
          max-width: 480px!important;
          margin: auto!important;
          -webkit-box-sizing: border-box!important;
          -moz-box-sizing: border-box!important;
          box-sizing: border-box!important;
}

.box3{
		background-image: url("./img/img_09-2(1).jpg");
}
.box4{
	background-image: url("./img/img_09-4_0.jpg");
}

.gotop {
  position: fixed;
  bottom: 5px;
  right:15px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  display: none;
  padding-top: 16px;
  font-size: 14px;
  border-radius:99em;
  
}



.zoom {
    
    margin: 0;
    display:inline-block;
    width: 100%;
    height: 100%;
    clear: both;
    }
.zoom:after {
    content:'';
    display:block; 
    width:10px; 
    height:10px; 
    position:absolute; 
    top:0;
    right:0;
		}

.zoom img {
display: block;
}

.zoom img::selection {
    background-color: transparent;
}		



.icon{
    position: fixed;
    bottom: 10%;
    top:101%;
    left:54%;
    margin-top:-100px;
    margin-left:-125px;
}

.phone{
    display: inline-block;
}

.fb{
    display: inline-block;
}

.us{
    display: inline-block;
}


.gotop:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.dt-loading{
	background:rgba(0,0,0,0.9);
	width:100%;
	height:100%;
	z-index:101;
	text-align:center;position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding:20% 0;
}
.laying{
	background-color:rgba(0,0,0,0);
	border:5px solid rgba(97,225,255,0.9);
	opacity:.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow:0 0 35px #187BD8;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spinPulse 1s infinite ease-in-out;
	-webkit-animation:spinPulse 1s infinite ease-in-out;
	-o-animation:spinPulse 1s infinite ease-in-out;
	animation:spinPulse 1s infinite ease-in-out
	}
.layout{
	background-color:rgba(0,0,0,0);
	border:5px solid rgba(97,145,255,0.9);
	opacity:.9;border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;box-shadow:0 0 15px #187BD8;
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;top:-50px;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;
	-o-animation:spinoffPulse 1s infinite linear;animation:spinoffPulse 1s infinite linear
	}
@-moz-keyframes spinPulse{
	0{
		-moz-transform:rotate(160deg);
		opacity:0;box-shadow:0 0 1px #187BD8
	}
	50%{
	-moz-transform:rotate(145deg);opacity:1
	}
	100%{
	-moz-transform:rotate(-320deg);opacity:0}
	}
@-moz-keyframes spinoffPulse{
	0{
	-moz-transform:rotate(0)
	}
	100%{
	-moz-transform:rotate(360deg)
	}
	}
@-webkit-keyframes spinPulse{
	0{
	-webkit-transform:rotate(160deg);
	opacity:0;box-shadow:0 0 1px #187BD8}
	50%{
	-webkit-transform:rotate(145deg);opacity:1
	}
	100%{
	-webkit-transform:rotate(-320deg);opacity:0}
	}
@-webkit-keyframes spinoffPulse{0{-webkit-transform:rotate(0)}
	100%{
	-webkit-transform:rotate(360deg)}
	}
@-o-keyframes spinPulse{
	0{
	-o-transform:rotate(160deg);opacity:0;box-shadow:0 0 1px #187BD8}
	50%{
	-o-transform:rotate(145deg);opacity:1}
	100%{
	-o-transform:rotate(-320deg);opacity:0}
	}
@-o-keyframes spinoffPulse{
	0{
	-o-transform:rotate(0)
	}
	100%{
	-o-transform:rotate(360deg)
	}
	}
@keyframes spinPulse{
	0{
	transform:rotate(160deg);
	opacity:0;
	box-shadow:0 0 1px #187BD8
	}
	50%{
	transform:rotate(145deg);
	opacity:1
	}
100%{
	transform:rotate(-320deg);
	opacity:0
	}
	}
@keyframes spinoffPulse{
	0{
	transform:rotate(0)
	}
	100%{
	transform:rotate(360deg)
	}
	}

 