﻿*{padding:0px;margin:0px;font-family:微软雅黑;}
ul,li{list-style: none}
a{text-decoration:none;color:#666;}
html,body{width:100%;height: 100%;}
.clear{clear:both;}
/* 页面 */
.page{
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg) no-repeat center center;
}
/* logo */
.logo{
	text-align: center;
	padding: 5% 0px;
}
/* 服务列表 */
.ser_list ul{
	text-align: center;
	margin-bottom: 4%;
}
.ser_list ul li{
	display: inline-block;
	padding: 0px 2%;
}
.ser_list ul li img{
	transition: all 0.3s;

}

.ser_list ul:first-child li{
	padding: 0px 3%;
}

/* 公司 窗口 */
.open_page ul{
	text-align: center;
}
.open_page ul li{
	display: inline-block;
	padding: 0px 45px;
}
.open_page ul li img{
	/*transition: all 0.3s;*/
}
.open_page ul li:hover img{
	opacity: 0.6;
}

/* 版权 */
.copyright{
	text-align: center;
	color: #fff;
	position:relative;
	z-index: 99999;
}


/* 联系我们 */
.contact{
	width: 100%;
	height: 100%;
	background: url(../images/contact_bg.png) no-repeat center center;
}
.contact .cont_dot{
	width: 100%;
	height: 100%;
	animation: dot 1s infinite;
	position: absolute;
	top: 0px;
	background: url(../images/contact_dot.png) no-repeat center center;
}
@keyframes dot{
	0{opacity: 1}
	50%{opacity: 0.4}
	100%{opacity: 1}
}

.contact .map{
	width: 1384px;
	height:840px;
	margin: 0px auto;
	position: relative;
	background: url(../images/map.png) no-repeat center center;
	background-size: auto 100%;
}
.contact .map_item{
	position: absolute;
	/* background: rgba(255,255,255,0.7); */
	width: 40px;
    height: 40px;
    left:50%;
}
.contact .map_jn{
	top: 51%;
}
.contact .map_wf{
	top: 49%;
}
.contact .map_yt{
	top: 41%;
}
.contact .map_hz{
	top: 59%;
}
.contact .map_ly{
	top: 60%;
}
.contact .map_qd{
	top: 52%;
}

.contact .map_addr{
	position: absolute;
	width: 300px;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	bottom: 65px;
	padding: 8px;
	right: 0px;
	display: none;
}

.map_item .map_addr span{
	border-left:15px solid rgba(255,255,255,0.5);
	border-top:15px solid rgba(255,255,255,0.5);
	border-right:15px solid transparent;
	border-bottom:15px solid transparent;
	width: 0px;
	height: 0px;
	display: block;
	transform: rotate(-135deg);
	position: absolute;
	bottom: -15px;
	right: 10px;
}

