/* 头部菜单样式 */
.pronav {
	position: absolute;
	top: -3rem;
	z-index:1;
}
.pronav li {
	height: 6rem;
	line-height: 6rem;
	font-size: 1.8rem;
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.pronav li:last-child{
	border-right: 1px solid #ccc;
}
.pronav li:hover{
	background-color: #ffa31a !important;
	color: #fff!important;
	border-bottom: 1px solid #ffa31a !important;
}
.procur {
	background-color: #ffa31a !important;
	color: #fff!important;
	border-bottom: 1px solid #ffa31a !important;
}
.product-cenbox{
	padding-top: 6.4rem;
	display: none;
}
.am-cenbox-cur{display: block;}
/* 01内容样式 */
.content01 {
	
	position: relative;
}

.c1-num {
	width: 16rem;
	position: relative;
}
.c1-num h1 {
	font-size: 3rem;
	position: absolute;
	left: 0px;
	top: 40px;
}

.c1-des {
	margin: 2rem 0px 3rem 0px;
}

.c1-icon {
	padding: 3rem 0px;
	margin: 0px 1rem;
}

.content01_back {
	position: absolute;
	right: 0rem;
	bottom: -1rem;
}

/* 02内容样式 */
.content02 {
	margin-top: 4rem;
	background: url('../images/product/back.png') no-repeat;
}

.c2-num02 {
	padding-top: 5rem;
	position: relative;
}
.c2-title {
	font-size: 30px;
	color: #000110;
	line-height: 9rem;
	background: url('../images/product/num02.png') no-repeat center;
	margin-bottom: 3.8rem;
}
.c2-icon {margin-bottom: 5rem;}
.c2-icon li {
	margin-top: 2px;
	padding-right: 2px;
}
/* 03内容样式 */
.content03 {
	background: #f7f8fa;
}

.c3-num03 {
	padding-top: 5rem;
	position: relative;
}

.c3-title {
	font-size: 30px;
	color: #000110;
	line-height: 9rem;
	background: url('../images/product/num03.png') no-repeat center;
	margin-bottom: 3.8rem;
}

.c3-icon {margin-bottom: 5rem;}
.c3-icon li {
	margin-top: 2px;
	padding-right: 2px;
}
/* 更多活动样式 */

.promore-title{
	font-size: 3rem;
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.promore-title a{
	color: #000;
}
.problem-content li div{
	width: 80%;
	margin:0 auto;
	padding-top:1.5rem;
}
.pro-top li {
    padding-bottom: 3rem;
	height: 450px;
}
			.pro-div {
			    width: 90%;
			    margin: 0 auto;
			    background: #f5f5f5;
			    position: relative;
			    height: 430px;
			}
			.pro-div img{
			    max-width: 100%;
			    margin: 0 auto;
			}
			.am-proontent img {
			    width: 100%;
			}
			.pro-div-content {
			    width: 80%;
			    margin: 0 auto;
			}
			.pro-div-title {
			    margin-top: 2.6rem;
			    font-size: 18px;
			    color: #333;
			}
			.pro-div-age {
			    position: absolute;
			    bottom: 15px;
			    right: 10%;
			    width: 90%;
			    color: #999;
			    background: url(../images/solutions/ege.png) no-repeat center;
			    background-position: 84% 50%;
			}
			.pro-div-hr, .pro-div-nodedes {
			    display: none;
			}
			.pro-div-des {
				margin-top: 2rem;
				color: #666;
			}
			/* 选中的样式 */
			.pro_cur {
				margin-top: -3.5rem;
				color: #fff !important;
				position: relative;
			
					background: -webkit-linear-gradient(90deg,##f67524,#ffa31a);
					background: -moz-linear-gradient(90deg,#f67524,#ffa31a);
					background: -o-linear-gradient(90deg,#f67524,#ffa31a);
					background: -ms-linear-gradient(90deg,#f67524,#ffa31a);
					background: linear-gradient(90deg,#f67524,#ffa31a);
					filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f67524, endColorstr=#f67524);/*IE<9>*/
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f67524, endColorstr=#f67524)";/*IE8+*/
					background-image: linear-gradient(-50deg,
						#f67524 0%,
						#ffa31a 100%),
						linear-gradient(#f67524,
						#f67524);
					background-blend-mode: normal,
						normal;
				box-shadow: 0px 10px 12px 0px rgba(6, 0, 1, 0.14);
				padding-bottom: 14rem;
			}
			
			.pro_cur img,
			.pro_cur .pro-div-des {
				display: none;
			}
			.am-proontent img{
				width: 100%;
			}
			.pro_cur .pro-div-title {
				padding-top: 4rem;
				padding-bottom: 2rem;
				color: #fff;
			}
			
			.pro_cur .pro-div-hr {
				display: inherit;
				width: 20%;
				border: 1px solid #fff;
			}
			
			.pro_cur .pro-div-nodedes {
				display: inherit;
				text-indent: 2rem;
				line-height: 3rem;
				padding-top: 2rem;
			}
			.pro_cur .pro-div-age {
				position: absolute;
				color: #fff;
				background: url('../images/solutions/ege_cur.png') no-repeat center;
				background-position: 84% 50%;
			}
/*响应式*/
@media screen and (max-width:1440px) {
    
}
@media screen and (max-width:1366px) {
    
}
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1024px) {
	.content01_back {
	    bottom: 5rem;
	}
	.problem-content li{
		padding-top: 2rem;
	}
}
@media screen and (max-width:875px) {
	
}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:640px) {
	.product-cenbox{padding-top:3rem}
		/* 头部导航 */
	.pronav {
	    width: 96%;
		position:static;
	    top: 2rem;
	}
	.pronav li {
		width: 30%;
		margin-right: 3%;
	height: 33px;
	line-height: 33px;
	font-size: 1.4rem;
	/* border: 1px solid rgba(0,0,0,0.1);*/
	box-shadow: 1px 1px 2px #e5e5e5;
	border-radius: 3rem;
	margin-top: 15px;
	}


	.content01 {
    padding-top: 7rem;
	}
	.c1-des{text-indent: 2rem;}
    .content01_back{ position: static;padding-top: 2rem;}
}
@media screen and (max-width:500px) {


}
@media screen and (max-width:460px) {

}