/* 清除内外边距 */
body,  hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */select,option,
th, td {
 /* table elements 表格元素 */
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	text-align: justify;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold
}

h1 {
	font-size: 18px;
 /* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 100%;
}

address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
} /* 统一等宽字体 */
small {
	font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
 
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
	border: none;
	height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}

html,body {
	height: 100%;
}

div:focus {
	outline: none;
}

.menu {
	position: absolute;
	width: 100%;
	background: linear-gradient(#0793ef 10%,#0075c2) no-repeat;
	color: #fff;
	z-index: 99999;
	height: 50px;
	border-bottom: 1px solid #eee;
	top: 120px;
	/*box-shadow: rgb(221, 221, 221) 0px 5px 4px;*/
}

.menu .menu-center {
	display: block;
	width: 1260px;
	margin: 0 auto;
}

.menu .menu-center .h-h-left {
	display: inline-block;
	width: 100%;
}

.menu .menu-center .h-h-left .menunav {
	display: block;
}

.menu .menu-center .h-h-left .menunav a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #666;
	margin: 0 0 0 0;
	font-size: 16px;
	padding: 0px 8px;
}

.menu .menu-center .h-h-left .menunav a:last-child {
	margin-right: 0;
}

.menu .menu-center .h-h-right {
	display: inline-block;
	float: right;
	overflow: hidden;
}

.menu .menu-center .h-h-right h4 {
	display: block;
	overflow: hidden;
	text-align: right;
	margin: 10px 0 0 0;
}

.menu .menu-center .h-h-right h4 a {
	display: inline-block;
	font-size: 13px;
	line-height: 1em;
	color: #0673b8;
	border-left: 1px solid #ddd;
	padding-left: 16px;
	margin-left: 16px;
}

.menu .menu-center .h-h-right .search-form {
	display: block;
	position: relative;
	width: 320px;
	background: #eee;
	float: right;
	margin: 25px 0 0 0;
}

.menu .menu-center .h-h-right .search-form .in {
	display: block;
	border: 0;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	background: none;
	text-indent: 1em;
}

.menu .menu-center .h-h-right .search-form .btn-submit {
	position: absolute;
	width: 40px;
	height: 40px;
	background: none;
	top: 0;
	right: 0;
	border: 0;
	text-align: center;
	color: #0072b8;
	font-size: 14px;
}

.menu .menu-center .h-h-right h4 a:hover {
	color: #fff;
}

.menu .menu-center .h-h-left .menunav dd {
	padding-right: 50px;
	position: relative;
	display: block;
	float: left;
	height: 50px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1 {
	color: #fff;
	position: relative;
	top:10px;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1 span {
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	bottom: 0px; /*鼠标划过位置*/
	left: -100%;
	transition: all .3s;
}

.menu .menu-center .h-h-left .menunav dd:hover .nav-1 {
	color: yellow;
	font-weight: bold;
}

.menu .menu-center .h-h-left .menunav dd:hover .nav-1 span {
	left: 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom {
	display: none;
	position: absolute;
	width: 560px;
	top: 50px; /*鼠标划过位置*/
	background: linear-gradient(#caeaff  5%,#ffffff) no-repeat;
	padding: 30px;
	box-shadow: 0px 13px 30px 0 rgba(0,0,0,.1);
	left: -130px;
	z-index: 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .left {
	display: block;
	overflow: hidden;
	width: 42%;
	float: left;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .left img {
	display: block;
	width: 100%;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .left span {
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	color: #999;
	margin: 20px 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .left .to-a {
	line-height: 30px;
	height: 30px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right {
	display: block;
	float: right;
	width: 45%;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right h3 {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	background:linear-gradient(#0793ef 10%,#0075c2 50%,#0075c2) no-repeat;
	border-radius: 5px;
	padding-left: 10px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right h3 a {
	display: block;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right h3 .fa {
	position: absolute;
	top: 50%;
	right: 0;
	height: 20px;
	margin-top: -10px;
	color: #0066cd;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta {
	display: block;
	overflow: hidden;
	border-bottom: 1px dashed #0075c2;
	position: relative;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta a {
	height: auto;
	line-height: 40px;
	color: #666;
	font-size: 13px;
	float: left;
	width: 100%;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta .fa {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	color: #666;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta:hover {
	border-bottom: 1px solid #0066cd;
	background:linear-gradient(#0793ef 10%,#0075c2 50%,#0075c2) no-repeat;
	color: #fff;
	border-radius: 5px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta:hover a,.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta:hover .fa {
	color: #fff;
}

.menu .menu-center .h-h-left .menunav dd:hover .nav-1-botom {
	display: block;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom {
	width: 1200px;
	left: -200px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-left {
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-left div {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	color: #444;
	background: #eee;
	padding: 6px 80px;
	margin: 0 20px 0 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-left .hover {
	background: #0072b8;
	color: #fff;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right {
	display: block;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 {
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: top;
	-webkit-align-items: top;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro {
	display: block;
	float: left;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h3 {
	background:linear-gradient(#0793ef 10%,#0075c2 50%,#0075c2) no-repeat;/*产品展厅样式*/
	color: #fff;
	padding:5px 10px;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-radius:5px;

}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 {
	display: block;
	overflow: hidden;
	font-weight: normal!important;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a {
	border-bottom: 1px dashed #0075c2;
	display: block;
	overflow: hidden;
	float: none;
	height: 36px;
	line-height: 36px;
	font-weight: normal!important;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a span {
	font-size: 13px;
	letter-spacing: 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a .fa {
	color: #0072b8;
	margin-right: 10px;
	font-size: 13px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .center {
	display: block;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 50px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h3 {
	color: #0072b8;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 {
	display: block;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a {
	border-bottom: 1px solid #eee;
	display: block;
	overflow: hidden;
	float: none;
	height: 36px;
	line-height: 36px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a span {
	font-size: 12px;
	letter-spacing: 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a .fa {
	color: #0072b8;
	margin-right: 10px;
	font-size: 13px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center {
	display: block;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a {
	display: block;
	float: left;
	height: auto;
	line-height: 1em;
	width: calc(19.2% - 2px);
	overflow: hidden;
	margin: 0 1% 1% 0;
	border: 1px solid #eee;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a:nth-child(5n) {
	margin-right: 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a img {
	display: block;
	width: 100%;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a p {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 16px 30px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a p span {
	display: block;
	float: left;
	color: #444;
	font-size: 12px;
	letter-spacing: 0;
	text-align: left;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a p .fa {
	display: inline-block;
	color: #444;
	font-size: 13px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -6px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a:hover {
	border: 1px solid #0072b8;

}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a:hover p span,.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a p .fa {
	color: #0072b8;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a:hover,.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a:hover {
	border-bottom: 1px solid #0072b8;
	background:linear-gradient(#0793ef 10%,#0075c2 50%,#0075c2) no-repeat; /*产品展厅鼠标经过样式*/
	border-radius: 5px;

}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a:hover span,.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a:hover span {
	color: #fff;

}

.bannerindex {
	display: block;
	width: 100%;
	height: 520px;
	overflow: hidden;
	position: relative;
	height: auto;
	background: #eee;
	margin-top: 70px;
	z-index: 999
}

.bannerindex img {
	width: 100%;
	height: auto;
}