﻿
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}

img{
    max-width: 100%;
    height: auto;
}

.animated{
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
	animation-timing-function:  ease-in-out;
	-webkit-animation-timing-function:  ease-in-out;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}


.page{
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	    transition: all 0.3s ease;
}
.contact-box{
	background-color: #f6f6f6;
}
.con-row3{
	overflow: hidden;
	padding-bottom: 6%;
}
.msg-box h3{
	font-size: 40px;
	margin: 60px 0 50px 0;
	color: #333;
}
.qr-box2{
	display: inline-block;
	width: 120px;
	text-align: center;
	margin: 0 16px;
	margin-top: 30px;
}
.qr-box2 img{
	margin-bottom: 10px;
}
.list-add{overflow: hidden;}
.list-add li{
	width: 25%;
	height: 310px;
	float: left;
	border-right: 1px solid #e2e2e2;
	color: #666;
	vertical-align: middle;
	text-align: center;
}
.list-add .la-phone .pad{
	width: 280px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8;
}
.list-add .ico{
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.list-add .pad{
	padding-top: 25px;
}
.list-add .ico em{
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	line-height: 100px;
	-webkit-transition:.3s;
	transition:.3s;
}
.list-add li:hover em{
	border-color: #d7262e;
}
.list-add .ico em img{
	vertical-align: middle;
}
.list-add .la-tel{
	text-align: center;
}
.con-row1{
	background-color: #fff;
}
.con-row1,
.con-row2,
.con-row3{
	overflow: hidden;
}
.list-add h3{
	font-size: 30px;
	color: #333;
	margin-bottom: 8px;
}
.list-add .la-tel h4{
	font-family: Impact;
	color: #d7262e;
	font-size: 40px;
}
.map-mask a{
	-webkit-transition:.3s;
	transition:.3s;
	width: 200px;
	padding: 11px 0;
	color: #fff;	
	font-weight: bold;
	border: 2px solid #fff;
	text-align: center;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	border-radius: 6px;
}
.notouch .map-mask a:hover{
	color: #dd4f55;
	border-color: #dd4f55;
}


.con-row2{
	position: relative;
	height: 400px;
	-webkit-transition:.3s;
	transition:.3s;
}
.show-map{
	height: 500px;
}

.map-mask{
	text-align: center;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 50;
	-webkit-transition:.3s;
	transition:.3s;
}
.show-map .map-mask{
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.map-mask .con{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

#map{
	height: 580px;
}
.close-map{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 44px;
	background-color: #dd4f55;
	z-index: 50;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition:.3s;
	transition:.3s;
}
.show-map .close-map{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.close-map:hover{
	color: #fff;
	background-color: #d7262e;
}