ul,ol{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
}
*{
	font-family: "times new roman","Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
a{
	color:#333;
}
p{
	margin: 0;
	line-height: 1.4;
}
.pages-title,.pages-title span,.pages-title,.pages-title strong{
	font-family: "times new roman";
}
.dux-page{
	text-align: center;
}
.dux-page a{
	padding: 9px 15px;
	border:1px solid #e4eaec;
	text-align: center;
	color:#76838f;
	font-size: 12px;
	background: #eee;
}
.num-page{
	margin-right: 4px;
}
.active-page,.dux-page a:hover{
	background: #000!important;
	color:#fff!important;
}
/**/
#nav{
	
}
#nav li{
	float: left;
	width: 10rem;
	text-align: center;
	padding:1.6rem 2px;
	line-height: ;
}
#nav li span{
	font-family: "times new roman";
	font-size: 12px;
	line-height: 0;
	position: relative;
	top:-6px;
	color:#e93e4f;
}
#nav li a{
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
#nav li:hover,#nav li.active{
	background: #a11c33;
}
.active-nav{
	background: #a11c33;
	color:#fff;
}
/**/
.right-text {
	text-align: right;
	font-size: 1.6rem;
	margin-top: 1rem;
	padding-bottom: 0.5rem;
}
.right-text p:first-child{
	font-weight: bold;
	font-size: 2rem;
	padding-bottom: 5px;
}
.right-text p span{
	color:#c1223e;
}
.news-title{
	border-top: 1px solid rgb(220,220,220);
	border-bottom:1px solid rgb(220,220,220);
	height: 45px;
}
.news-title div,.news-title img{
	float: left;
}
#news-list{
	margin-top: 1rem;
	border-bottom: 1px solid #aaa;
}
#news-list li{
	float: left;
	padding: 5px 15px; 
	cursor:pointer;
	font-size: 15px;
}
.news-list-active{
	background: #C1223E;
	color:#fff;
}
#pro-list{
	padding-top: 1rem;
	margin-bottom: 2rem;
}
#pro-list li{
	float: left;
	width: 20%;
	text-align: center;
	padding:5px;
	line-height: 26px;
	height: 34px;
	overflow: hidden;
}
#pro-list li:nth-child(1),#pro-list li:nth-child(3),#pro-list li:nth-child(5){
	background: #C1223E;
}
#pro-list li:nth-child(2),#pro-list li:nth-child(4){
	background: #d83552;
}
#pro-list li a{
	color:#fff;
}
.part3-txt p{
	color:#ed5064;
	font-size: 18px;
	font-family:"幼圆"!important;
	text-indent: 4em;
}
.about-title{
	text-align: center;
}
.about-title p:first-child{
	font-size: 4rem;
	color:#666666;
}
.about-title p:nth-child(3) a{
	position: relative;
	top:-11px;
	border-radius: 15px;
	padding: 3px 6px;
	background: #ccc;
	font-size: 14px;
	color:#333;
}
.about-title p:nth-child(3) a:hover{
	background:#C1223E;
	color:#fff;
}
.icon-list{
	margin: 15px auto;
	padding: 10px 20px;
}
.icon-list li{
	float: left;
	width: 25%;
	text-align: center;
	color:#ccc;
	font-size: 1.3rem;
	cursor: pointer;
	padding: 10px;
}
.icon-list li span{
	display:block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	border:1px solid #ccc;	
}
.icon-list li span i{
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	font-size: 26px;
}
.icon-list li p{
	font-size: 1.3rem;
	line-height: 26px;
	color: #ccc;
}
.icon-list li:hover p{
	color: #C1223E!important;
}
.icon-list li:hover i{
	color: #fff;
}
.icon-list li:hover span{
	border-color: #C1223E;
	background: #C1223E;
}
.icon-active{
	color:#C1223E !important;
}
.bottom-box{
	color:rgb(112, 112, 112);
	font-size: 14px;
}
.bottom-box a{
	color:rgb(112, 112, 112);
}
.bottom-box a:hover{
	color:#fff;
}
.bottom-box ul{
	display: table;
	text-align: center;
	margin: 2rem 0;
}
.bottom-box ul li{
	float: left;
	text-align: left;
	width: 9rem;
	font-size: 14px;
}
.pages-title{
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 6rem;
}
.pages-title p:first-child{
	font-size: 49px;
	color:#ccc;
	position: relative;
	top:60px;	
}
.pages-title p:first-child span{
	color:#C1223E;
}
.pages-title p:first-child strong{
	background: #fff;
}
.pages-title p:nth-child(2){
	font-weight: bold;
	font-size: 2rem;
	position: relative;
	top: 60px;
}
.pages-list{
}
.pages-list ul{
	display: table;
	margin:2rem auto;
	text-align: center;
	position: relative;
}
.pages-list ul li{
	float: left;
	line-height: 24px;
	padding: 5px 10px;
	background: #666;
	transition: all .6s;
}
.pages-list ul li:hover{
	background: #C1223E;
}
.pages-list ul li a{
	color:#fff;
	font-size: 14px;
}
.pages-list .bigbox{
	position: relative;
	top:8px;
}
.pages-list .smallbox{
	position: relative;
	top:12px;
}
.pages-newslist ul li{
	border-bottom: 1px dashed #333;
	margin-bottom: 1.5rem;
}
.pages-newslist ul li a{
	font-size: 14px;
	line-height: 22px;
	color:#666;
}
.pages-newslist ul li:hover a{
	color: #C1223E;
}

.pages-newslist ul li span{
	float: right;
	color:#ccc;
}
.pages-smalltitle{
	width: 160px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	margin-top: 2rem;
}
.pages-smalltitle span{
	position: relative;
	top:-10px;
	background: #fff;
	padding: 5px;
}

.news-data{
	text-align: right;
	font-size: 13px!important;
	color: #999;
	margin: 30px 0;
}
.news-data span{
	margin-right: 15px;
}
.news-content{
	padding: 15px;
	font-size: 1.5rem;
	line-height: 30px;
	color: #999;
	text-align: left;
}
.news-content p{
	font-size: 1.5rem;
	line-height: 30px;
}
.llx-ssk{
	width: 70%;
	margin: 0 auto;
	height: 3rem;
	border-bottom: 1px solid #aaa;
}
.llx-ssk input{
	float: left;
	border: none;
	width: 80%;
	line-height: 2rem;
	background: none;
	appearance: none!important;
	outline: none;
}
.llx-ssk input:focus{
	border:none!important;
	appearance: none!important;
}
.llx-ssk button{
	float: right;
	border:none;
	background: none;
	outline: none;
	line-height: 2rem;
}
.am-icon-search{
	font-size:2.5rem;	
	color:#aaa;
	transition: color 1s;
}
.am-icon-search:hover{
	color:#259a4d;
}
.all_products{
	overflow: hidden;
	background: #fff;
}
.all_products ul{
	height: 0;
	transition:height .5s;
}
.all_products p span{
	color:#aaa;
	padding: 1rem;
}

/*产品详情页*/
.pro_list>ul{
	background:#fff ;
}
.pro_list>ul>li{
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	margin: 0 15px;
}
.pro_active a{
	color:#C1223E;
}
.llx_table tr:first-child{
	background: #999!important;
}
.llx_table tr:hover{
	background-color: #C1223E!important;
}
.llx_table td{
	background:none !important;
}
.phone-nav{
	display: none;
}
.phone-menu{
	display: none;
}

@media only screen and (max-width: 1200px) {
	#nav{
		display: none;
	}
	.phone-nav{
		position: absolute;
		top: 0;
		right: 1.5rem;
		height: 60px;
		display: block;
	}
	.phone-nav i{
		font-size: 24px;
		display: inline-block;
		line-height: 60px;
		color: #fff;
	}
	.logo{
		width: 100%;
		padding:0 1.5rem!important;
		margin: 0!important;
		position: relative;
		z-index: 99999999999999;
	}
	.phone-menu{
		position: absolute;
		display: none;
		width: 100%;
		padding-bottom: 10px;
		top: 100%;
		left: 0;
		z-index: 9999;
		background: rgba(255,255,255,.9);
		box-shadow: 0 0 4px rgba(0,0,0,.2);
	}
	.phone-menu>ul>li{
		border-top:1px solid rgba(0,0,0,.1);
		padding: 0 15px;
	}
	.phone-menu>ul>li i{
		float: right;
		display: inline-block;
		line-height: 35px;
		color: #C10802;
		font-size: 20px;
	}
	.phone-menu>ul>li>a{
		font-size: 15px;
		line-height: 35px;
	}
	.two-label{
		display: none;
	}
	.two-label p{
		text-indent: 2em;
		font-size: 13px;
		line-height: 28px;
	}
	.two-label p a{
		color: #999;
	}
	.part1{
		display: none;
	}
}
@media only screen and (max-width:640px ) {
	.all_products ul li{
		width: 46%!important;
	}
	.phone-hide{
		display: none!important;
	}
	.all_products>p{
		margin-top: 0px!important;
		font-size: 15px!important;
	}
	.all_products a{
		font-size: 12px!important;
	}
	.search_list li{
		width: 48%!important;
	}
	.search_list li span{
		font-size: 12px!important;
	}
	.pages-title p:first-child strong{
		font-size: 26px!important;
		display: inline-block;
		line-height: 60px;
	}
	.phone-center{
		text-align: center!important;
	}
}
@media only screen and (max-width: 400px) {
	.pages-list div{
		display: none!important;
	}
}