* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

table {
	border-collapse: 0;
	border-spacing: 0;
}

ul li {
	display: block;
}

ol ul {
	list-style: none;
}

body {
	font-family: " 微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", tahoma, arial, simsun, "宋体";
	background: white;
}

html,
body {
	width: 100%;
	min-width: 1200px;
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: inherit;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
}

/*公共样式*/
/* 底部用户信息提交 start*/
#footer-fixed{
	position: fixed;
	width: 100%;
	height: 116px;
	z-index: 9;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
#footer-fixed .left {
	width: 530px;
	float: left;
	margin-top: 25px;
}
#footer-fixed .left p{
	font-size:22px;
	line-height:40px;
	color:#fff;
}
#footer-fixed .left p:last-child{
	color:yellow;
}
#footer-fixed .left img{
	height:116px;
	margin: -20px 0 0 0px;
}
#footer-fixed .right{
	float: left;
	margin-top: 20px;
}
#footer-fixed .right form {
	margin-left:20px;
}
#footer-fixed .right form .form-group {
	float: left;
}
#footer-fixed .right form .form-group label {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 7px;
}
#footer-fixed .right form .form-group input {
	display: block;
	width: 210px;
	margin-right: 26px;
	border: 1px solid #6f6f6f;
	font-size: 16px;
	line-height: 42px;
	color: #000;
	text-indent: 15px;
	margin-bottom: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#footer-fixed .right form .submit-btn {
	display: block;
	margin-top: 32px;
	float: left;
	width: 150px;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #B1130D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: 0 8px 0 rgba(1,1,1,0.4);*/
	/*-moz-box-shadow: 0 8px 0 rgba(1,1,1,0.4);*/
	/*box-shadow: 0 8px 0 rgba(1,1,1,0.4);*/
}
/* 底部用户信息提交 end*/

/*适应笔记本屏幕的fixed窗口 start*/
#ft-window {
	position: fixed;
	z-index: 999;
	left: 10px;
	top: 250px;
	height: auto;
}

#ft-window .ad-contact ul {
	width: 51px;
}

#ft-window .ad-contact ul li {
	width: 50px;
	background: #B1130D;
	text-align: center;
	line-height: 22px;
	color: #fff;
	margin-top: 1px;
	border-radius: 5px;
	cursor: pointer;
	padding: 2px 0;
	position: relative;
	font-size: 14px;
}

#ft-window .ad-contact ul li:hover {
	background: #FF0000;
}

#ft-window .ad-contact ul li .s-block {
	display: none;
}

#ft-window .ad-contact ul li:hover > .s-block {
	display: block;
}

#ft-window .ad-contact ul li:first-child {
	margin-top: 0;
}

#ft-window .ad-contact ul li .nav-link {
	width: 120px;
	position: absolute;
	top: 0px;
	left: 51px;
	background: #FF0000;
	text-align: center;
	border-radius: 5px;
	padding:3px 0 7px 0;
}

#ft-window .ad-contact ul li .nav-link dd {
	width: 100px;
	margin-left: 10px;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}

#ft-window .ad-contact ul li .wx-qrcode {
	position: absolute;
	left: 51px;
	top: -35px;
	cursor: default;
}

#ft-window .ad-contact ul li .hot-number {
	position: absolute;
	left: 51px;
	top: -5px;
	width: 120px;
	background: #FF0000;
	border-radius: 5px;
	cursor: default;
}

#ft-window .ad-contact ul li .hot-number dd {
	line-height: 30px;
}

/*适应笔记本屏幕的fixed窗口 end*/

/*media屏幕适配 start*/
@media screen and (min-width: 1450px) and (max-width: 1600px) {
	/*左边悬浮框*/
	.rightdaohan {
		height: 500px !important;
	}

	.rightdaohandiv1 {
		height: 40px !important;
		line-height: 40px !important;
	}

	.rightdaohanul1 {
		height: 230px !important;
	}

	.rightdaohanul1 li {
		height: 35px !important;
		line-height: 35px !important;
	}

	.rightdaohanp1 {
		margin-top: 10px !important;
	}

	.rightdaohanul2 {
		margin-top: 10px !important;
	}

	/*底部表单*/
	#footer-fixed .vline {
		display: none !important;
	}

	#footer-fixed .form-block {
		width: 1200px !important;
	}

	#footer-fixed .left {
		display: none !important;
	}
}

@media screen and (max-width: 1440px) {
	/*导航栏*/
	.container {
		min-width: 1200px !important;
		width: 1200px !important;
	}

	.pull-left {
		width: 1200px !important;
	}

	.navBar li {
		width: 105px !important;
	}

	.navBar li .nav-menu {
		width: 105px !important;
	}

	/*左边悬浮框*/
	.rightdaohan {
		display: none !important;
	}

	#ft-window {
		display: block !important;
	}

	/*底部表单*/
	#footer-fixed .vline {
		display: none !important;
	}

	#footer-fixed .form-block {
		width: 1200px !important;
	}

	#footer-fixed .left {
		display: none !important;
	}
}

/*media屏幕适配 end*/