.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: 13%;
}

.pn-left img {
	float: left;
	width: 6%;
	margin-right: 2%;
}

.pn-left a {
	color: #707070;
	font-size: 16px;
}

.pn-right {
	float: right;
	width: 51%;
	margin-top: -1%;
	text-align: right;
}

.pn-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pn-right li {
	display: inline-block;
	margin-left: 14px;
	position: relative;
	margin-top: 1%;
}

.pn-right li a {
	font-size: 14px;
	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%;
	line-height: 28px;
}

.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: 100%;
	top: 3px;
	display: none;
	padding-top: 11%;
	z-index: 9999999999999;
}

.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) {
    .banner {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10%;
}
.pn-left{
    float: left;
    width: 100% !important;
}
.pn-left img {
    float: left;
    width: 5% !important;
    margin-right: 2%;
    margin-top: 2px;
}
.pn-right {
    float: right;
    width: 100%;
    height: auto;
    padding: 4% 0;
}
.pn-right li {
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 3%;
}
.pb-left h3 {
    font-size: 19px;
    margin-bottom: 3%;
    text-align: center;
    letter-spacing: 0px;
}
.pro-bax {
    width: 80% !important;
    height: auto;
    display: inline-block;
}
.pb-left h4 {
    color: #005aaa;
    font-size: 18px;
    line-height: 45px;
    width: 80% !important;
    margin: 0 auto;
    margin-bottom: 2%;
}
.pb-left h5 {
    color: #000;
    font-weight: normal;
    font-size: 15px;
    line-height: 36px;
    width: 81% !important;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: .5% !important;
}
.pb-left ul {
    width: 81% !important;
    height: auto;
    display: inline-block;
}
.pb-left i {
    float: left;
    font-style: normal;
    font-size: 15px;
    width: 100% !important;
    line-height: 28px;
}
}