/* 公共样式表css */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.fd {
	transition: all 0.5s;
}

a.fd:hover {
	transform: scale(1.1);
}
a:visited{text-decoration: none;}

img {
	border: 0;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ovh {
	display: block;
	overflow: hidden;
}

/* 必要布局样式css */
html {
	width: 100%;
	background-color: #fff;
}

body {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	font-family: "微软雅黑";
	background-color: #fff;
	position: relative;
}

.w1280 {
	width: 1280px;
	margin: 0 auto;
}

p {
	/*width: 100%;*/
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

. {
	font-family: "微软雅黑";
}

.alert-dialog {
	width: 300px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	z-index: 99999999;
}


.img_btn {
	-webkit-animation: scale 1s infinite;
	animation: scale 1s infinite;
}



@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

/* 顶部 */
.head .top{background-color: #444;color: #999;padding: 7px 0;height: 35px;}
.head .top .topL{width: 60%;}
.head .top .topR{width: 40%;text-align: right;position: relative;cursor: pointer;}
.top_code {
    display: none; 
    position: absolute;
    top: 28px;
    padding: 10px;
    width: 120px;
    background: #fff;
    z-index: 20;
    box-shadow: 0 2px 6px #ccc;
    border-top: 1px solid #e5e5e5;right: 0;
}

.top_code img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.head .top .topR:hover .top_code{display: block;}
.nav{padding: 15px 0;}
.nav .logo{width: 20%;}
.nav .menu li{float: left;padding: 15px 0;position: relative;}
.nav .menu li a{font-size: 16px;color: #555555;padding: 15px 15px;}
.nav .menu li.hover a,.nav .menu li:hover a{color: #018dd6;}
.nav .menu li:hover .subMenu{display: block;}
.nav .topTel{text-align: right;font-size: 30px;color: #018dd6;}
.nav .menu li .subMenu{position: absolute;width: 100%;top: 55px;z-index: 9; background-color: #018dd6; line-height: 2.5;    padding: 10px 0;display: none;}
.nav .menu li .subMenu a{display: block;  color: #fff;padding: 0;text-align: center;}



/* 标题 */
.pb50{padding: 50px 0;}
.tit{text-align: center; padding-bottom: 30px;}
.tit h3{font-size: 36px;color: #333;font-weight: bold;}
.tit h3 strong{color: #018dd6;}
.tit p{font-size: 18px;color: #666; padding: 5px 0;}

/* 咨询 */
.zixun{padding: 50px 0 20px; text-align: center;}
.zixun a{padding: 15px 50px;border-radius: 80px;border: solid 1px #018dd6;font-size: 18px;color: #018dd6;}
.zixun a:hover{ background-color: #018dd6; color: #fff;}

.zixun01{padding: 50px 0 20px; text-align: center;}
.zixun01 a{padding: 15px 50px;border-radius: 80px;border: solid 1px #fff;font-size: 18px;color: #fff;}
.zixun01 a:hover{ background-color: #fff; color: #018dd6;}

/* 底部 */
.fot{	background-color: #333333; color: #999;}.fot a{color: #999;}
.fot .fotL{width: 28%; padding:15px 30px 0 0;margin: 30px 0;}
.fot .fotL img{margin-bottom: 20px;}
.fot .fotL p{line-height: 1.8;}
.fot .fotM{width: 15%;float: left;padding:15px;margin: 20px 15px;border-right: 1px solid #666;border-left: 1px solid #666; padding-left: 40px;height: 276px; }
.fot .fotM li{margin: 10px 0;padding: 5px 0;}
.fot  h3{color: #ccc;}
.fot .fotContact{width: 23%;float: left;padding:15px;margin: 20px 15px;border-right: 1px solid #666;padding-left: 40px;    height: 276px;}
.fot .fotContact li{margin: 10px 0;padding: 5px 0;}
.fot .ewmR{width: 29%;text-align: center;font-size: 18px;color: #ccc;line-height: 2;}
.fot .ewmR .fotEwm{float: left;width: 50%; padding: 60px 0 0;}
.fotBtm{background-color: #000;color: #666;text-align: center; line-height: 2;padding: 5px 0;}












