.banner {
	width: 100%;
	height: auto;
	display: inline-block;
}

.banner img {
	width: 100%;
}

.product {
	width: 100%;
	height: auto;
	display: inline-block;
}

.pro-nav {
	width: 100%;
	height: auto;
	display: inline-block;
	background: #f8f8f8;
	padding: 1% 0;
}

.pn-left {
	float: left;
	width: 30%;
}

.pn-left img {
	float: left;
	width: 6%;
	margin-right: 2%;
}

.pn-left a {
	color: #707070;
	font-size: 16px;
}

.pn-right {
	float: right;
}

.pn-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pn-right li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
}

.pn-right li a {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

.pro-box {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 2% !important;
}

.pb-left {
	width: 100%;
	float: left;
}

.pb-left h3 {
	font-size: 28px;
	margin-bottom: 3%;
	text-align: center;
	letter-spacing: 2px;
}

.pb-left h4 {
	color: #005aaa;
	font-size: 18px;
	line-height: 45px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 2%;
}

.pb-left p {
	color: #005aaa;
	font-size: 17px;
	line-height: 45px;
}

.pb-left h5 {
	color: #000;
	font-weight: normal;
	font-size: 15px;
	line-height: 36px;
	width: 45%;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom: .5% !important;
}

.pb-left ul {
	width: 100%;
	height: auto;
	display: inline-block;
}

.pb-left li {
	width: 33%;
	float: left;
	margin-bottom: 3%;
}

.pb-left img {
	float: left;
	margin-right: 7px;
	width: 9%;
}

.pb-left i {
	float: left;
	font-style: normal;
	font-size: 15px;
	width: 95%;
}

.pb-right {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.pb-right img {
	width: 45%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	float: none;
}

.pro-bax {
	width: 100%;
	height: auto;
	display: inline-block;
}

.pbb-left {
	float: left;
	width: 39%;
}

.pbbl-bex {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.pbbl-bex img {
	width: 100%;
}

.pbb-center {
	float: left;
	width: 28%;
}

.pbbl-center {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 6%;
}

.pbbl-center img {
	width: 100%;
}

.pbb-right {
	float: right;
	width: 31.7%;
}

.pbb-right img {
	width: 100%;
}

.pb-left p span {
	color: #005aaa;
	font-size: 36px;
	display: inline-block;
	float: left;
	margin-right: 1%;
}

.pbb-centers {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.pbb-centers img {
	width: 100%;
}

.pn-right li span {
	position: relative;
}

.ejfl {
    position: absolute;
    text-align: center;
    width: 159px;
    top: 15px;
    display: none;
    padding-top: 11%;
    z-index: 99999999;
}

.ejfl div {
	background-color: #00a2ff;
	border-bottom: 1px solid#fff;
}

.ejfl div a {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	line-height: 45px;
	color: #fff;
}

.ejfl div:hover {
	background-color: #cf1322;
}

li:hover .ejfl {
	display: block;
}

#span {
	cursor: pointer;
 /* 鼠标悬停时显示手型 */
}

.pr-two {
	margin-bottom: 3%;
}

.pr-there {
	margin-bottom: 3%;
}

.pr-four {
	margin-bottom: 3%;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
	.pn-left {
    float: left;
    width: 100%;
}
.pn-right {
    float: right;
    margin-top: 3%;
    padding-bottom: 4%;
}
.pn-right li {
    display: inline-block;
    margin-left: 0px;
    position: relative;
    width: 49%;
    text-align: center;
    margin-bottom: 3%;
}
.pn-right li a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.pb-left h5 {
    color: #000;
    font-weight: normal;
    font-size: 15px;
    line-height: 36px;
    width: 100% !important;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: .5% !important;
}

.pb-left ul {
    width: 100% !important;
    height: auto;
    display: inline-block;
}
.pro-bax {
    width: 100% !important;
    height: auto;
    display: inline-block;
}
.pb-left h4 {
    color: #005aaa;
    font-size: 18px;
    line-height: 45px;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 2%;
}
.pn-left img {
    float: left;
    width: 6% !important;
    margin-right: 2%;
    margin-top: 0px;
}
}