ul,ol{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	color:#333;
}
a:hover{
	color:#ff4e00;
}
p{
	margin: 0;
	line-height: 1.4;
}
.dux-page{
	height: 24px;
	text-align: center;
}
.dux-page a{
	border:1px solid #333;
	color:#333;
}
.num-page{
	margin-right: 5px;
}
/*分页*/
.pages_title{
	padding-top: 2rem;
	padding-bottom: 2rem;
	background:#03499e;
	text-align: center;
	margin-bottom: 5px;
}
.pages_title h1{
	font-size: 28px;
	color:#fff;
	margin-bottom: 0;
}
.pages_title p{
	font-size: 16px;
	line-height: 1.8;
	color:#c2c2c2;
	font-family: arial;
	font-weight: bold;
}
.pages_list ul li{
	font-size: 13px;
	line-height: 45px;
	padding: 5px;
	background:#f9f9f9;
	margin-bottom: 2px;
	text-align: center;
}

.pages_list_active,.pages_list ul li:hover{
	background:#03499e;
}
.pages_list_active a,.pages_list ul li:hover a{
	color:#fff;
}

.four_line{
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
/*头部*/
#logo{
	overflow: hidden;
	display: block;
}
#logo img{
	width: 60%;
	display: block;
	margin: 1rem auto;
}

#nav>ul{
	float: right;
	overflow: inherit;
}
#nav>ul>li:first-child{
	margin-left: 5px;
}
#nav>ul>li{
	float: left;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 7px;
	position: relative;
}
#nav>ul>li>a{
	font-size: 14px;
	display: block;
	padding: 2.5rem 3rem;
}
#nav>ul>li:hover,.nav_active{
	background: #ed1c24;
}
#nav>ul>li:hover>a,.nav_active>a{
	color:#fff;
	font-weight: bold;
}
#nav>ul>li:after{
	position: absolute;
	bottom: -8px;
	left: -3px;
	width: 100%;
	height: 8px;
	border-left: 1px solid #E4E4E4;
	background:linear-gradient(#f2f2f2,#cccccc);
	display: inline-block;
	content: "";
	transform: skew(-35deg,0);
	z-index: 99999;
}
#nav>ul>li:hover:after{
	background: #c00;
}
.nav_active:after{
	position: absolute;
	bottom: -8px;
	left: -3px;
	width: 100%;
	height: 8px;
	border-left: 1px solid #E4E4E4;
	background: #c00!important;
	display: inline-block;
	content: "";
	transform: skew(-35deg,0);
	z-index: 99999;
}
#nav>ul>li:hover div{
	display: block;
}
.dropdown{
	position: absolute;
	display: none;
	top:100%;
	left:-5px;
	width: calc(100% + 55px);
	height: auto;
	z-index: 99999999;
	background: #fff;
	opacity: .9;
	margin-top: 8px;
}
.dropdown ul li {
	text-align: center;
	color:#333;
	line-height: 30px;
}
.dropdown ul li:hover{
	background: #ed1c24;
}
.dropdown ul li:hover a{
	color:#fff!important;
}
.dropdown ul li a{
	font-size: 12px;
}

.llx_proleft{
	background: url(../images/icon_right.png) bottom center no-repeat;
	background-color: #ed1c24;
	float: left;
	width: 20%;
	height: 110px;
	color:#fff;
	text-align: center;
}
.llx_proleft h1{
	font-size: 26px;
	line-height: 2;
}
.llx_proList{
	width: 80%;
	float: right;
	height: 110px;
	background: #fff;
}
.llx_proList ul li{
	width: 25%;
	font-size: .95em;
	float: left;
	text-align: center;
	padding-top: 1rem;
}
.llx_proList ul li img{
	width: 70px;
	transition: all .6s; 
}
.llx_proList ul li img:hover{
	transform: scale(1.3);
}
.llx_proList ul li span{
	display: block;
	line-height: 2;
}



.llx_news ul li{
	width: 50%;
	float: left;
	line-height: 33px;
}
.llx_news ul li i{
	font-size: .9em;
	margin-right: 5px;
}
.llx_news ul li a {
	font-size: 13px;
}
.llx_protitle{
	border-top: 1px solid #ccc;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.llx_protitle ul{
	overflow: initial;
}
.llx_protitle ul li{
	float: left;
	padding: 10px 0 0 0;
	margin-right: 20px;
	font-size: .9em;
	line-height: 40px;
}
.llx_protitle ul li span{
	color:#ccc;
	margin-left: 20px;
}
.llx_protitle ul li:first-child{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	border-top: 4px solid #FF0000;
	position: relative;
	top:-3px;
	padding-top: 5px;
}
.llx_proImg ul li{
	float: left;
	width: 24%;
	margin: .5%;
	background: #f2f2f2;
	position: relative;
}
.llx_proImg ul li img{
	transition: all .6s;
	transform: scale(1);
	z-index: 999;
	position: relative;
}
.llx_proImg ul li:hover img{
	transform: scale(0);
}
.llx_proImg ul li>div{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.llx_proImg ul li>div>div{
	margin-top: 30%;
	text-align: center;
}
.llx_proImg ul li>div>div a{
	display: block;
	width: 84px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 1rem auto;
	background: #FF0000;
	color:#fff;
	font-size: 13px;
}
.llx_proImg ul li>div>div a:hover{
	color:#000;
}

.foot_onep{
	font-size:20px;
	font-family: arial;
	margin-bottom: 10px;
}
.foot_twop a{
	padding: ;
	color:#fff;
	font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
}
.foot_twop a:hover{
	color:#FF0000;
}
.foot_threep span{
	float: left;
	padding: .5rem 2rem;
	margin: 1rem;
}
.foot_threep span a{
	color:#fff;
	font-size: 14px;
}



/*产品中心*/
.pages_top{
	max-width: 100%;
	width: 1170px;
	margin: -2.25% auto 0;
	background: #eee;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.pages_type{
	width: 75%;
	float: left;
}
.pages_type ul li{
	padding: 0 15px;
}
.pages_position{
	width: 25%;
	float: right;
}
.pages_position ul{
	float: right;
	padding-right: 5px;
}
.pages_type ul li,.pages_position ul li{
	float: left;
	font-size: .7em;
	line-height: 49px;
}
.pages_position ul li{
	font-size: .1em;
}
.pages_type ul li:first-child{
	background: #ed1c24;
	font-size: 22px;
	text-align: center;
	line-height: 49px;
	padding:0 15px;
	color:#fff;
	letter-spacing: 1px;
}
.pro_imgList ul{
	padding-top: 35px;
}
.pro_imgList ul li{
	padding: 15px;
	padding-top: 0;
}
.pro_imgList ul li img{
	padding: 3px;
	background: #fff;
	border:1px solid #ccc;
	box-shadow: 2px 2px 13px #ccc;
	transition: all .6s;
}
.pro_imgList ul li:hover img{
	transform: scale(1.1);
}
.pro_imgList ul li span{
	font-size: 13px;
	line-height: 3;
}

/*关于我们*/
.about_left{
}
.about_left{
	font-size: 13px;
	line-height: 2;
}
.about_left p{
	font-size: 13px;
	line-height: 2;
	text-indent: 2em;
}
.about_left img{
	max-width: 100%;
	height: auto;
}
.pages_right{
	border:1px solid #ccc;
}
.pages_right h1{
	font-size: 18px;
	line-height: 30px;
	background: #ccc;
	padding: 5px;
	color:#000;
	text-align: center;
}
.pages_right ul li img{
	padding:0 5px;
	text-align: center;
}
.pages_right ul li p{
	font-size: 12px;
	text-align: center;
	line-height: 2;
}
.news_list ul li{
	line-height: 36px;
	height: 36px;
}
.news_list ul li span{
	float: left;
	width: 77%;
	display: block;
	font-size: 13px;
}
.news_list ul li small{
	float: right;
	width: 23%;
	display: block;
	font-size: 12px;
	color:#cdcdcd;
}
.contact_box p{
	font-size: 14px;
	line-height: 24px;
	color:#666;
}
.contact_box{
	padding:35px 12% 0;
}
.news_content h1{
	font-size: 20px;
	color:#333;
	text-align: center;
}
.news_content ul{
	display: table;
	margin: 2rem auto;
	text-align: center;
}

.news_content ul li{
	font-size: 12px;
	text-align: center;
	color:#999;
	float: left;
	margin: 0 1rem;
}
.news_content div,.news_content p{
	font-size: 13px;
	color:#333;
	line-height: 24px;
	text-indent: 2em;
}
.pro_content img{
	width: 100%;
}
.foot_nav ul li{
	float: left;
	line-height: 24px;
}
.foot_nav ul li a{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
.foot_nav ul li span{
	margin: 0 1rem;
}


@media only screen and (max-width: 640px) {
	#logo img{
		float: left;
	}
	.llx_proleft{
		display: none!important;
	}
	.llx_proList{
		width: 100%!important;
	}
	.llx_news{
		display: none!important;
	}
	.llx_protitle ul li{
		display: none;
	}
	.llx_protitle ul li:first-child{
		display: block;
	}
	.llx_proImg ul li{
		width: 100%;
		padding: 15px;
	}
	.pages_type{
		width: 100%!important;
	}
	.pages_position{
		border-top: 1px solid #fff;
		width: 100%!important;
	}
	.pages_position ul{
		float: none;
		text-align: center;
		display: table;
		margin: 0 auto;
	}
	.pages_type ul li{
		border-bottom: 2px solid #fff;
		width: 100%!important;
		text-align: center;
	}
	.contact_box img{
		display: none!important;
	}
	.phone_navList{
	position: fixed;
	top:5px;
	width: 100%;
	display: none;
	z-index: 999999999999999999;
	}
	.phone_navList span{
	cursor: pointer;
	float: right;
	width: 25px;
	height: 25px;
	border:1px solid #fff;
	border-radius: 3px;
	color:#fff;
	font-size: 1.2rem;
	background: #333;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	margin: 5px;
}
	.phone_navList ul{
	margin-top: 35px;
	background: #333;
}
	.phone_navList ul li{
	border-bottom: 1px solid #fff;
	display: block;
	line-height: 3rem;
	text-indent: 1em;
}
	.phone_navList ul li a{
	font-size: 1.4rem;
	color:#fff;
}
	.phone_nav{
		margin-top: 30px;
		width: 40px;
		height: 30px;
		background-image: url(../images/icon_nav.png);
		background-color: #000;
		float: right;
		background-repeat: no-repeat;
		background-size: 80%;
		background-position: center center;
		cursor: pointer;
	}
}