﻿.hd {
	height: 4.45rem;
	position: relative;
	background: #fff;
	line-height: 0;
	z-index: 99;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
}

.hd img {
	max-width: 100%;
}

.hd .sortname {
	position: absolute;
	width: 50%;
	left: 25%;
	top: 1rem;
	text-align: center;
	line-height: 2.45rem;
	font-size: 1.5rem;
}

.logo {
	width: 8rem;
    top: 1rem;
    left: 3.5%;
    position: relative;
    z-index: 99;
}

.text {
	width: 53.75%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 4.45rem;
}

.text a {
	display: block;
	color: #333;
	font-size: 1.2rem;
	line-height: 4.45rem;
}

.text span.cur a {
	color: #3388ff;
}

.text i {
	display: block;
	width: 1px;
	height: 1.05rem;
	background: #BFBFBF;
}

.navbtn {
	width: 2.3rem;
	display: block;
	padding: 1.45rem 3.5% 1.5rem 1.55rem;
}

.menu2 {
	position: relative;
	z-index: 9;
}

.menu2 .slideMenu {
	width: 100%;
	display: none;
	z-index: 80;
	overflow: hidden;
	position: absolute;
	top: 4.45rem;
	right: 0;
	transition: transform 1s;
	-webkit-transition: transform 1s;
}

.menu2 .menu_con {
	position: absolute;
	left: 3.125%;
	top: 1.2rem;
	width: 93.75%;
}

.menu2 .slideMenu ul {
	box-sizing: border-box;
	margin-bottom: 1.7rem;
}

.menu2 .slideMenu li {
	width: 100%;
	border-bottom: 1px dotted #B4B3B2;
}

.menu2 .slideMenu li a {
	font-size: 1.2rem;
	color: #333;
	display: block;
	height: 4.45rem;
	line-height: 4.45rem;
	text-align: center;
}

.menu2 .slideMenu li a:hover {
	font-weight: bold;
	color: #3388ff;
}

.menu2 .slideMenu .call a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 3.5rem;
	background: #3388ff url(../images/h_tel.png) no-repeat 2.6rem center;
	-webkit-background-size: 1.8rem;
	background-size: 1.8rem;
	width: 13rem;
	height: 3.5rem;
	margin: 0 auto;
	border-radius: 1.75rem;
	text-indent: 5.2rem;
}

.nav-01 {
	overflow: hidden;
	padding: 2rem 1.5%;
}

.nav-01-nav {
	float: left;
	width: 29.33%;
	margin: 0.5rem 2%;
	text-align: center;
}

.nav-01-nav-case {
	width: 21%;
}

.nav-01-nav a {
	display: block;
	line-height: 3rem;
	background: #f5f5f5;
	border-radius: .2rem;
}

.nav-01-nav a.sidenavcur {
	color: #fff;
	background: #3388ff;
}


/*产品列表*/

.m3-prod-list-content-2 {
	padding: 0 2%;
}

.m3-prod-list-content-2-con {
	overflow: hidden;
}

.m3-prod-list-content-2-con li {
	text-align: center;
	overflow: hidden;
	float: left;
	width: 47%;
	margin: 0 1.5% 1rem;
	background: #f8f8f8;
	border-radius: .2rem;
}

.m3-prod-list-content-2-con li img {
	display: block;
}

.m3-prod-list-content-2-con span {
	display: block;
	padding: 0.5rem;
}


/*产品详情*/

.m-cpxq-ext {
	padding: 2rem 3.5%;
}

.m-cpxq-ext-tit {
	font-weight: bold;
	font-size: 1.5rem;
}

.m-cpxq-ext-txt {
	line-height: 1.65;
	overflow: hidden;
	padding-top: 0.5rem;
}

.m-cpxq-ext-txt span {
	float: left;
	width: 20%;
	color: #666;
}

.m-cpxq-ext-txt p {
	width: 80%;
	overflow: hidden;
}

.m-cpxq-con {
	padding: 0 3.5% 2rem;
	border-top: 0.75rem solid #f5f5f5;
}

.m-cpxq-con-txt {
	color: #666;
	text-align: justify;
	line-height: 1.65;
	font-family: fangsong;"
}

.m-cpxq-hot {
	padding: 0 3.5%;
	border-top: 0.75rem solid #f5f5f5;
}

.m-cpxq-hot-tit {
	border-bottom: 1px solid #eee;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.m-cpxq-hot-tit span {
	display: inline-block;
	height: 3rem;
	font-size: 1.5rem;
	line-height: 3rem;
	color: #464646;
	border-bottom: 1px solid #333333;
	box-sizing: border-box;
	padding-left: 2rem;
	background: url(../images/m-cx-4-3-01-icon1.png) no-repeat .2rem 0.9rem;
	background-size: 1.4rem;
	margin-right: .5rem;
}

.m-cpxq-hot-list dl {
	width: 48.5%;
	box-sizing: border-box;
	background: #f8f8f8;
	margin-right: 3%;
	margin-bottom: 1rem;
	float: left;
	text-align: center;
}

.m-cpxq-hot-list dl:nth-child(2n) {
	margin-right: 0;
}

.m-cpxq-hot-list dt,
.m-cpxq-hot-list dt img {
	width: 100%;
	display: block;
}

.m-cpxq-hot-list dd {
	line-height: 3rem;
	overflow: hidden;
	white-space: nowrap;
}