ul,ol,dl{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*Ó¢ÎÄÊý×Ö½Ø¶Ï»»ÐÐ*/
p{
	word-break: break-all;
}
ul:after{
	display: table;
	content: '';
	clear: both;
}
a{
	color: #5a5a5a;
}
a:hover{
	text-decoration: none;
	color: #C61811;
}
html{
	font-size: 10px;
}
*{
	font-size: 1.6rem;	
}
.oneLine{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dux-page{
	text-align: center;
	padding: 2rem 1rem;
}
.dux-page .first-page,.dux-page .last-page{
	display: none;
}
.dux-page .num-page,.dux-page .prev-page,.dux-page .next-page{
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 5px;
	font-size: 1.2rem;
	padding: .3rem .9rem;
	border: 1px solid #ccc;
	transition: all .3s;
	color: #000;
}
.dux-page .prev-page{
	margin-right: 0;
}
.dux-page a.active-page,.dux-page a:hover{
	background: #C61811;
	color: #fff;
}
.page-next{
	padding:1.5rem;
	background: #F1F1F1;
}
.page-next .last{
	margin-bottom: .5rem;
}
.page-next span{
	font-size: 13px;
	color: #666;
}
.page-next a{
	font-size: 13px;
	color: #C61811;
}


.llx{
	width: 100%;
	margin: 0 auto;
}
.llx:after{
	display: table;
	content: '';
	clear: both;
}

#head{
	background: #f3f3f5;
	background: #C61811;
	position: relative;
}
#head:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	display: block;
	height: 100%;
	background: #F7F8FA;
}
.head-red{
	position: relative;
}
.head-red:before{
	content: '';
	position: absolute;
	width: 90px;
	left: -40px;
	top: 0;
	height: 100%;
	transform: skewX(30deg);
	background: #C61811;
	
}
.head-contact{
	margin-top: 2rem;
}

.head-contact>div{
	position: relative;
	float: left;
}
.head-contact i{
	position: absolute;
	display: inline-block;
	color: #fff;
	font-size: 33px;
	left: 10px;
	top: 0px;
}
.head-contact p{
	padding-left: 38px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 0;
}

.nav-bg{
	background: #fff;
}
#nav>ul>li{
	float: left;
}
#nav>ul>li>a{
	padding: 18px 30px;
	font-size: 1.4rem;
	display: inline-block;
	color: #000;
	font-weight: bold;
	transition: all .3s;
}
#nav>ul>li>a:hover{
	color: #C61811;
}









.index-title{
	padding: 2rem 1.5rem;
	text-align: center;
}
.index-title:after{
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	margin: 0 auto;
	background: #C61811;
}
.index-title h2{
	font-size: 3rem;
	margin-bottom: 1rem;
}
.index-title p{
	font-family: "times new roman";
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-bottom: .5rem;
}

.card-list>div{
	margin-bottom: 3rem;
}

.card-advantage{
	margin-bottom: 3rem;
	text-align: center;
	border-radius: 15px;
	background: #fff;
	padding: 1.5rem;
	padding-bottom: 0;
	height: 100%;
	box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
}
.card-advantage i{
	font-size: 5rem;
	color: #C61811;
}
.card-advantage h3{
	font-size: 16px;
	margin-bottom: 1rem;
}
.card-advantage p{
	font-size: 13px;
	color: #999;
	line-height: 1.8;
}

.pro-list{
	border: 5px solid #ccc;
	text-align: center;
	margin-bottom: 3rem;
	transition: all .6s;
}
.pro-list a{
	display: block;
	overflow: hidden;
	border-radius: 15px;
}
.pro-list p{
	font-size: 1.3rem;
	color: #666;
}
.pro-list img{
	transition: all .6s;
	transform: scale(1);
}
.pro-list:hover{
	border-color: #C61811;
}
.pro-list:hover img{
	transform: scale(1.2);
}
.pro-list:hover p{
	color: #C61811;
}

.news-list{
	padding: 1.5rem;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .3s;
	box-shadow: 5px 8px 30px 0 rgba(0,0,0,.15);
}
.news-list *{
	transition: all .3s;
}
.news-list h3{
	margin-bottom: .5rem;
}
.news-list h3 a{
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
}
.news-list .news-more{
	float: right;
	display: inline-block;
	font-size: 12px;
	color: #C61811;
	font-family: "times new roman","century gothic";
	margin-bottom: 1.5rem;
}
.news-data{
	margin-bottom: .5rem;
}
.news-data i{
	display: inline-block;
	color: #666;
	font-size: 1.6rem;
	margin-right: 5px;
}
.news-data span{
	font-size: 12px;
	color: #999;
	margin-right: 10px;
}
.news-list p{
	font-size: 1.3rem;
	line-height: 2rem;
	color: #999;
	word-break: break-all;
}
.news-list:hover{
	background: #C61811;
	box-shadow: 5px 8px 30px 0 rgba(198,24,17,.15);
}
.news-list:hover *{
	color: #fff!important;
}


.index-more{
	padding: 4rem 1.5rem;
	text-align: center;
}
.index-more a{
	display: inline-block;
	padding: 1.2rem 3rem;
	color: #fff;
	background: #C61811;
	font-family: "times new roman";
	font-size: 12px;
	transition: all .6s;
}
.index-more a:hover{
	background: #000;
}
.about-text{
	margin-top: 3rem;
}
.about-text h2{
	font-size: 2.2rem;
	font-weight: bold;
	color: #C61811;
	margin-bottom: 1rem;
}
.about-text p{
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.about-text .index-more {
	text-align: right;
}
#foot{
	background: #515151;
	padding: 3rem 1.5rem;
	border-top: 2px solid #C61811;
	margin-top: 4rem;
}
#foot h2{
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 1rem;
}
#foot ul li{
	margin-bottom: 1rem;
}
#foot ul li a{
	font-size: 12px;
	color: rgba(255,255,255,.8);
}
#foot .contact-box i{
	font-size: 2.2rem;
	color: #fff;
	display: inline-block;
	margin-right: .5rem;
	vertical-align: middle;
}
#foot .contact-box p{
	font-size: 1.4rem;
	color: rgba(255,255,255,.9);
}
#foot .add-icon a{
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	border: 1px solid #fff;
	width: 150px;
	height: 50px;
	text-align: center;
	border-radius: 10px;
	display: block;
	margin-right: 10px;
	margin-bottom: 15px;
	transition: all .6s;
	float: left;
}
#foot .add-icon a i{
	font-size: 34px;
	margin-right: 5px;
	display: inline-block;
	line-height: 50px;
}
#foot .add-icon a:hover{
	background: #C61811;
	border-color: #C61811;
}

#copyright{
	background: rgba(0,0,0,.8);
}
#copyright p{
	font-size: 12px;
	color: rgba(255,255,255,.8);
	text-align: center;
	line-height: 2.4rem;
	margin-bottom: 0;
}

.page-title{
	background: #C61811;
	text-align: center;
	color: #fff;
	padding: 2rem 1rem;
}
.page-title h1{
	font-weight: bold;
	font-size: 2.6rem;
}
.page-title span{
	display: block;
	width: 70px;
	border-bottom: 1px dashed #fff;
	margin: 5px auto;
}
.page-title h2{
	font-weight: normal;
	font-size: 1.6rem;
	font-family: "times new roman";
}
.page-label{
	margin-top: 2px;
}
.page-label ul li>a{
	display: block;
	color: #666;
	margin-bottom: 2px;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	line-height: 40px;
	padding: 0 1.5rem;
	transition: all .3s;
}
.page-label ul li>a:hover,.page-label ul li>a.active{
	background-image: linear-gradient(to bottom, #ff0844 0%, #ffb199 100%)!important;
	background-color: #000!important;
	color: #fff!important;
}
.page-contact{
	border: 1px solid #ccc;
	border-top: none;
	padding: 1.5rem;
}
.page-contact p{
	font-size: 12px;
	color: #000;
}
.page-position{
	border-bottom: 1px solid rgba(0,0,0,.15);
	margin-bottom: 1rem;
}
.page-position ul li{
	float: left;
}
.page-position ul li i{
	font-size: 2rem;
	margin-right: 5px;
	color: #C61811;
	display: inline-block;
	vertical-align: middle;
}
.page-position ul li a{
	font-size: 12px;
	color: #000;
	line-height: 30px;
}
.page-position ul li a:hover{
	text-decoration: underline;
	color: #C61811;
}
.page-content,.page-content *{
	font-size:15px;
	color: #666;
	line-height: 26px;
}
.page-content img{
	max-width: 100%;
}
.page-r .news-list{
	margin-bottom: 1.5rem;
}
.news-header{
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	padding-top: 1rem;
	margin-bottom: 1rem;
}
.news-header h1{
	font-size: 2rem;
	color: #C61811;
	font-weight: bold;
	
}
.news-header p span{
	font-size: 12px;
	color: #999;
	margin-right: 5px;
}


.product-header{
	text-align: center;
}
.product-header h1{
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	color: #C61811;
}
.product-header img{
	padding: .5rem;
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 3px 4px 20px rgba(0,0,0,.15);
	display: inline-block;
	margin: 2rem auto;
}
.product-header p{
	font-size: 1.6rem;
	color: #C61811;
	font-weight: bold;
}
.product-imgs{
	padding: 1rem;
}
.product-imgs ul{
	display: table;
	text-align: center;
	margin: 0rem auto;
}
.product-imgs ul li{
	float: left;
	padding: 5px;
}
.product-imgs ul li img{
	max-width: 100%;
	width: 80px;
	cursor: pointer;
	transition: all .6s;
}
.product-imgs ul li p{
	font-size: 12px;
	color: #000;
}
.product-imgs ul li img:hover,.product-imgs ul li img.active{
	border-color: #C61811;
}
.product-content{
	padding: 1rem;
}
.product-content>h2{
	font-size: 2rem;
	color: #C61811;
	padding-bottom: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.contact-block{
	padding: 1rem 0;
}
.contact-block h3{
	font-weight: bold;
	font-size: 2rem;
	color: #C61811;
	margin-bottom: 2rem;
}
.contact-block i{
	font-size: 2.4rem;
	color: #C61811;
	margin-right: 5px;
}
.contact-block p{
	font-size: 15px;
	color: #666;
}
.llx-form{
	background:#fff;
	max-width: 100%;
	border-radius: 3px;
	display: block;
	padding: 15px;
	margin-bottom: 1.5rem;
}
.llx-form:after{
	content: '';
	display: table;
	clear: both;
}
.llx-form legend{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}
.llx-form .form-box{
	padding: 0px 10px;
	margin-bottom: 10px;
}
.llx-form .form-box label{
	font-size: 14px;
	font-weight: normal;
	display: block;
	line-height: 30px;
	color: #000;
}
.llx-form .form-box input,.llx-form .form-box textarea{
	display: block;
	width: 100%;
	outline: none;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #C61811;
	box-shadow: 0 0 2px #C61811;
	font-size: 13px;
	color: #999;
	background: #fff;
	transition: all .3s;
}
.llx-form .form-box input:focus,.llx-form .form-box textarea:focus{
	color: #000;
}
.llx-form .submit{
	display: block;
	margin-top: 2.6rem;
	width: 100%;
	border: none;
	font-size: 14px;
	line-height: 36px;
	background: #C61811;
	color: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	border-radius: 3px;
}
.phone-nav{
	display: none;
}
.phone-menu{
	display: none;
}

@media only screen and (max-width: 1000px) {
	#head{
		background: #F7F8FA;
	}
	.head-red:before{
		display: none;
	}
	.hide-1000{
		display: none!important;
	}
	.phone-nav{
		display: block;
		width: 50px;
		height: 40px;
		position: absolute;
		right: 10px;
		top: 15px;
		background: url(/themes/llx/images/icon-nav.png) no-repeat center center;
		background-size: 95%;
		background-color: #C61811;
		border-radius: 5px;
	}
	.logo{
		padding-right: 70px;
	}
	.phone-menu{
		display: none;
		height: 100%;
		width: 240px;
		max-width: calc(100% - 60px);
		position: fixed;
		top: 0;
		left: 0;
		background-color: #C61811;
		box-shadow: 5px 0px 15px rgba(0,0,0,0.25);
		z-index: 9999999999999;
		padding: 2rem 1rem;
	}
	.phone-menu ul li{
		background: #fff;
		border-radius: 3px;
		margin-bottom: 4px;
		padding: 4px;
		position: relative;
	}
	.phone-menu ul li i{
		position: absolute;
		right: 5px;
		top: 10px;
		display: inline-block;
		vertical-align: middle;
		line-height: 100%;
		color: #000;
		font-size: 10px;
	}
	.phone-menu ul li a{
		font-size: 13px;
		color: #000;
	}
	.phone-menu ul li p{
		border-top: 1px solid rgba(0,0,0,.1);
		margin: 0;
		padding-left: 15px;
	}
	.phone-menu .two-label{
		display: none;
	}
	.phone-menu ul li p a{
		font-size: 12px;
		color: #666;
	}
}

@media only screen and (max-width: 756px){
	#mainSlide{
		display: none;
	}
	.page-l{
		display: none;
	}
	.phone-nav{
		width: 35px;
		height: 30px;
	}
	.hide-756{
		display: none!important;
	}
	.news-header h1{
		font-size: 14px;
	}
}
<!--ºÄÊ±1764501010.8252Ãë-->