* {
	margin: 0;
	padding: 0;
}
body {
	padding-bottom: 48px;
	color: #333;
}
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #787878;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.header {
	width: 100%;
	height: 25px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	padding-bottom: 5px;
}

.header a img {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

.tel {
	float: right;
	margin-right: 15px;
	line-height: 20px;
	color: #787878;
	margin-top: 4px;
	font-size: 10px;
}

.nav {
	height: 45px;
	margin: 5px;
}

.logo img {
	float: left;
	max-height: 50px;
}

.logo h3 {
	float: left;
	line-height: 45px;
	margin-left: 15px;
	font-size: 17px;
}

.nav_icon {
	width: 100%;
	height: 90px;
	background-color: #2d94eb;
	margin: 0px auto;
}

.nav_icon li {
	width: 25%;
	float: left;
	height: 90px;
	text-align: center;
}

.nav_icon li img {
	width: 45px;
	height: 45px;
	margin-top: 12px;
}

.nav_icon li a {
	color: #fff;
	font-size: 14px;
}

.nav_icon li:nth-child(2) {
	background-color: #2888da;
}

.nav_icon li:nth-child(3) {
	background-color: #257ecb;
}

.nav_icon li:nth-child(4) {
	background-color: #2474b9;
}

.banner img{
	max-width: 100%;
	height: auto;
	display: block;
}

.sell {
	background-color: #EFEFF4;
	overflow: hidden;
}

.sell h3 {
	float: left;
	width: 43%;
	background: #2474b9;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	line-height: 40px;
	font-weight: normal;
	margin-top: 10px;
}

.sell li {
	width: 27%;
	padding: 2%;
	background: #fff;
	margin-top: 2%;
	overflow: hidden;
	margin-left: 1.75%;
	float: left;
	text-align: center;
}

.sell li img {
	max-width: 100%;
    height: 100px;
	display: inline-block;
}

.sell li p {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
}

.sell li p.price {
	font-weight: bold;
	height: 24px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
}

.sell ul {
	overflow: hidden;
	padding-bottom: 10px;
}

.aboutus h3 {
	float: left;
	width: 43%;
	background: #2474b9;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	line-height: 40px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.about_us_m {
	background: url(../image/aboutbg.jpg)no-repeat center center;
}

.about_us_m_pic {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}

.about_us_m_pic img {
	width: 100%;
}

.about_us_f {
	height: 210px;
	overflow: hidden;
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	margin-top: -4px;
}

.about_us_f h4 {
	padding: 20px;
	font-size: 19px;
	color: #333333;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bolder;
	padding-bottom: 10px;
}

.about_us_f p {
	margin: 20px;
	margin-top: 0px;
	height: 112px;
	margin-bottom: 0;
	font-size: 14px;
	overflow: hidden;
	color: #333;
}

.more {
	text-align: right;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 12px;
}

.news {
	background-color: #f8f9fb;
	overflow: hidden;
}

.news h3 {
	width: 43%;
	background: #2474b9;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	line-height: 40px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.news_left {
	float: left;
	width: 40%;
}

.news_left img {
	width: 100%;
}

.news_right {
	float: left;
	width: 60%;
}

.news_right li a {
	margin-left: 15px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mores {
	float: right;
	width: 35%;
	background: #2474b9;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
}

.xlist1 {
	margin-top: 3%;
}

.xlist1 li {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 4%;
	margin-bottom: 4%;
	overflow: hidden;
}

.xlist1 li .img {
	width: 40%;
	float: left;
	margin-left: 3%;
}

.xlist1 li .img img {
	max-width: 100%;
	height: 150px;
	margin: 0 auto;
}

.xlist1 li .det {
	width: 50%;
	float: right;
	margin-right: 3%;
}

.xlist1 li h3 {
	color: #666666;
	font-size: 14px;
}

.xlist1 li span {
	color: #999999;
	font-size: 12px;
	background: url(../image/tm.png) no-repeat left center;
	display: block;
	padding-left: 25px;
	line-height: 20px;
	margin: 5px 0;
}

.xlist1 li p {
	color: #999999;
	font-size: 12px;
	line-height: 18px;
}

.xlist1 li:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.jszc {
	font-size: 14px;
	background-size: 100%;
	text-align: center;
	background-color: #2474b9;
	height: 50px;
}

.jszc a {
	color: #559cda;
	line-height: 50px;
}

.navbar {
	float: right;
}

.navbar img {
	width: 100%;
}

.logo {
	float: left;
	width: 87%;
	overflow: hidden;
}

.nav_sirder {
	clear: both;
	background-color: #2474b9;
	display: none;
}

.nav_sirder li {
}

.nav_sirder li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.nav_sirder li a {
	display: block;
	text-align: left;
	text-indent: 25px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}

.foot_bar {
	z-index: 99;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background: #fff;
	font-size: 12px;
}
.foot_bar a {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 20%;
	height: 100%;
	text-align: center;
	border-top: 1px solid #eee;
}
.foot_bar a.footBtn {
	width: 35%;
	background: #ff9600;
	color: #fff;
	border: none;
	font-size: 16px;
	line-height: 48px;
}
.foot_bar a.foot_btn_new {
	width: 30%;
	color: #fff;
	background: #e4393c;
	border: none;
	line-height: 48px;
	font-size: 16px;
}
.foot_bar a.foot_btn_new i {
	background: url(../image/ftel.png);
	margin: 0 4px -3px 0;
}
i.ftel {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 8px 0 -1px;
	background: url(../image/ftel.png);
}
i.fhome {
	display: inline-block;
	width: 22px;
	height: 20px;
	margin: 0 4px -5px 0;
	background: url(../image/fhome.png);
}
i.fpro {
	display: inline-block;
	width: 22px;
	height: 20px;
	margin: 0 4px -5px 0;
	background: url(../image/fpro.png);
}

.pages{
	margin:20px auto;
	text-align: center;
}
.pages ul li{
	border:1px solid #2474b9;
	padding:5px 10px;
	display:inline-block;
}
.pages ul li a:hover{
	color: #2474b9;
}

.page_title {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 15px;
	text-align: left;
	font-size: 18px;
	color: #323232;
	line-height: 30px;
	font-weight: normal;
}

.page_content {
	width: 95%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
}

.products li {
	width: 46.2%;
	float: left;
	margin-bottom: 2.5%;
	text-align: center;
}

.products li img {
	max-width: 100%;
    height: 172px;
    display: inline-block;
}

.products li:nth-child(even) {
	margin-left: 2.5%;
}

.products li:nth-child(odd) {
	margin-left: 2.5%;
}

.products ul {
	margin-top: 15px;
	overflow: hidden;
}

.products .title p {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	height: 22px;
	text-align: center;
}

.title_img {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
}

.title_img img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.page_products_content {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 28px;
}

.page_products_content p {
	line-height: 28px;
	font-size: 14px;
}

.news_content {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 28px;
}

.news_title {
	border-bottom: 1px solid #eeeeee;
	margin-top: 15px;
	text-align: center;
} 

.news_title h3 {
	text-indent: 15px;
	font-size: 20px;
	color: #323232;
	font-weight: normal;
	line-height: 1.3;
	margin: 5px 0 10px 0;
}

.detail-info {
	padding-bottom: 10px;
}

.detail-info span {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	line-height: 20px;
	color: #787878;
	text-indent: 0px;
}

.view img ,.date img {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
}

.det h4 {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xiangguan {
	width: 95%;
	margin: 0 auto;
}

.xiangguan li {
	line-height: 40px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	height: 40px;
}

.xiangguan .title {
	width: 70%;
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	float: left;
}

.xiangguan h3 {
	width: 43%;
	background: #2474b9;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	line-height: 40px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.xiangguan .date_x {
	font-size: 14px;
	display: inline-block;
	height: 24px;
	float: right;
}

.contact {
	width: 95%;
	margin: 0 auto;
	min-height: 260px;
}

.inner_company_name {
	margin-top: 15px;
}

.inner_contact_data {
	font-size: 14px;
	line-height: 25px;
}

.sell_x ul {
	overflow: hidden;
	background-color: #EFEFF4;
	padding-bottom: 5px;
}

.sell_x li {
	width: 27%;
	padding: 2%;
	background: #fff;
	margin-top: 2%;
	overflow: hidden;
	margin-left: 1.75%;
	float: left;
	height: 100% !important;
	border: none;
}

.sell_x li img {
	max-width: 100%;
    height: 96px;
	display: inline-block;
}

.sell_x li p {
	height: 18px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	overflow: hidden;
}

.sell_x li p.price {
	font-weight: bold;
	height: 24px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
}

.page_products_content img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.page_products_content table,.news_content table {
	width: 100%!important;
}

.prev {
	line-height: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.prev a {
	display: inline-block;
	line-height: 28px;
}