﻿@charset "utf-8";
/*首页部分start*/
#header {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-shadow: 0 5px 8px rgba(0,0,0,.1);
	z-index: 999;
}
.top {
	background: #f9f9f9;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.bottom {
	padding: 10px 0;
}
.logo {
	margin-top: 4px;
}
.nav {
	height: 75px;
	line-height: 75px;
}
.nav ul {
	float: left;
	overflow: hidden;
}
.nav ul li {
	float: left;
	padding-left: 30px;
}
.nav ul li a {
	display: inline-block;
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.banner {
	width: 100%;
	position: relative;
	height: 465px;
	overflow: hidden;
}
.service {
	padding: 40px 0;
	background: #fff;
}
.item {
	margin: 20px 0;
}
.item ul li {
	width: 280px;
	height: 250px;
	float: left;
	margin-right: 13px;
	position: relative;
}
.item ul li:last-child {
	margin-right: 0;
}
.item ul li img {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
}
.item ul li p {
	text-align: center;
	font-size: 24px;
	color: #017cba;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 135px;
}
.item ul li span {
	width: 280px;
	text-align: center;
	font-size: 16px;
	color: #6d6d6d;
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
}
.common-hd {
	text-align: center;
	font-size: 18px;
}
.title {
	text-align: center;
	font-size: 32px;
	height: 45px;
	line-height: 45px;
	font-weight: 400;
	color: #333;
	padding-bottom: 15px;
	position: relative;
}
.title:after {
	content: '';
	width: 100px;
	height: 2px;
	display: block;
	background: #c00;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
}
.common-hd em {
	font-weight: 400;
	width: 760px;
	font-size: 14px;
	color: #3c3c3c;
	padding-top: 10px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}
.case {
	background: #f8f8f8;
	padding: 30px 0;
}
.product-index {
	margin: 50px 0;
}
.none {
	display: none!important;
}
.Contentbox li {
	width: 220px;
	height: 318px;
	margin-bottom: 40px;
	margin-right: 15px;
	float: left;
	background: #fff;
}
.Contentbox li:nth-child(5n) {
	margin-right: 0;
}
.Contentbox li img {
	width: 220px;
	height: 220px
}
.Contentbox li h2 {
	color: #1f1f1f;
	font-weight: 400;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	display: block;
	margin: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.Contentbox li p {
	display: block;
	line-height: 28px;
	color: #999;
	font-size: 12px;
	margin: 15px;
}
.Contentbox li p strong {
	float: right;
	font-weight: normal;
}
.Contentbox li p span {
	color: #fb2104;
	font-weight: 600;
	font-size: 14px;
}
.news {
	padding: 30px 0;
	background: #fff;
}
.newsbox {
	margin: 50px 0;
	overflow: hidden;
}
.news-list {
	width: 370px;
	margin-right: 25px;
}
.news-list:nth-child(3n) {
	margin-right: 0;
}
.news-list-hd {
	border-bottom: 1px solid #000;
	height: 35px;
	line-height: 35px;
}
.news-list-hd span {
	font-size: 18px;
}
.news-list ul {
	margin-top: 15px;
}
.pics {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pics img {
	width: 160px;
	height: 115px;
}
.pics-contant {
	width: 200px;
}
.pics-contant h2 {
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pics-contant p {
	line-height: 22px;
	height: 90px;
	overflow: hidden;
	color: #999;
}
.list {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.list a {
	display: inline-block;
	width: 85%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
footer {
	border-top: 1px solid #c9c9c9;
}
.foot-nav {
	background: #f1f1f1;
	padding: 35px 0;
}
.fot-nav {
	height: 56px;
	line-height: 24px;
}
.fot-nav a {
	margin: auto 8px;
	color: #fff;
	font-size: 14px;
}
.fot-nav strong {
	color: #424242;
	font-size: 14px;
	font-weight: 700;
}
.foot-nav li {
	width: 260px;
	float: left;
	margin-left: 12px;
	border-right: 1px double #ccc;
	padding: 0 8px;
}
.foot-nav li:last-child {
	border-right: none;
}
.foot-nav li img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
.foot-nav li h2,
.foot-nav li p {
	width: 200px;
	float: left;
	line-height: 25px;
}
.foot-nav li h2 {
	color: #1a1a1a;
	font-size: 18px;
}
.foot-nav li p {
	color: #4c4c4c;
	font-size: 14px;
}
.foot-contant {
	background: #1f2228;
	overflow: hidden;
}
.foot-contant p {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.foot-contant input {
	color: #bcbcbc;
	border: 0;
	padding: 5px;
	width: 194px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.foot-contant input[type='submit'] {
	background: #e60012;
	color: #fff;
	border: 0;
	font-size: 15px;
	padding: 5px 30px;
	cursor: pointer;
}
.foot-contant textarea {
	resize: none;
	border: 0;
	padding: 5px;
	width: 409px;
	height: 110px;
	color: #bcbcbc;
}
.foot-contant .copyright {
	text-align: center;
	clear: both;
	padding: 30px 0 10px 0;
}
.copyright span {
	color: #999;
}
.foot-contact {
	width: 470px;
}
.foot-contant .foot-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.foot-msg {
	width: 420px;
}
.foot-code {
	width: 150px;
	margin-top: 25px;
}
.foot-code p {
	font-size: 16px;
	color: #999;
	text-align: center;
}
.foot-link a {
	display: block;
	color: #999;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
}
/*首页部分end*/
/*联系我们start*/
.contact-hd {
	height: 300px;
	background: url(../img/contact.jpg) no-repeat center 0;
}
.hi {
	text-align: center;
}
.hi h1 {
	color: #fff;
	font-size: 46px;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	width: 425px;
	font-weight: 400;
	margin: 0 auto 20px;
}
.hi h2,
.hi h3 {
	color: #fff;
	font-size: 35px;
	font-weight: 400;
	padding: 5px 0;
}
.cmenu {
	border-bottom: 1px solid #ddd;
	height: 105px;
	box-shadow: 1px 0 5px #ccc;
	text-align: center;
}
.cmenu a {
	display: inline-block;
	font-size: 15px;
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 25px;
	padding: 5px 30px;
	margin: 35px 10px 10px;
}
.cmenu a:hover {
	background: #fff;
	border: 1px solid #f33d4b;
}
.contact-map {
	margin: 30px auto;
}
/*联系我们end*/
/*资讯页面start*/
.here {
	padding-top: 20px;
}
.ad img {
	width: 100%;
}
.bord {
	border-top: 2px solid #ddd;
}
.left {
	width: 820px;
	padding-right: 20px;
	border-right: 1px dashed #d4d4d4;
	margin-bottom: 30px;
	min-height: 1200px;
}
.colmenu {
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: 30px;
}
.colmenu ul li {
	float: left;
	margin-right: 10px;
}
.colmenu ul li a {
	display: inline-block;
	padding: 5px 15px;
	background: #eee;
	color: #737373;
	font-size: 15px;
}
.colmenu ul li a:hover {
	color: #fff;
	background: #c00;
}
.goods-pic {
	width: 340px;
	height: 440px;
	float: left;
}
.goods-pic-top {
	border: 1px solid #eee;
	width: 340px;
	height: 340px;
}
.goods-pic-top img {
	width: 340px;
	height: 340px;
}
.goods-pic-bom {
	margin-top: 20px;
	width: 340px;
	height: 62px;
}
.goods-pic-bom li {
	float: left;
	margin-right: 5px;
	width: 62px;
	height: 62px;
	border: 1px solid #eee;
}
.goods-pic-bom li:hover {
	border: 1px solid #d70000;
}
.goods-pic-bom li img {
	width: 62px;
	height: 62px;
}
.content {
	font-size: 13px;
	line-height: 25px;
	min-height: 360px;
	padding: 30px 0;
	overflow: hidden;
}
.line {
	border-top: 1px solid #efefef;
	padding-top: 10px;
	margin-top: 10px;
}
.line dl {
	clear: both;
	display: block;
}
.line dl dt {
	float: left;
	width: 80px;
	line-height: 38px;
	min-height: 38px;
	color: #999;
}
.line dl dd {
	position: relative;
	margin-left: 80px;
	padding: 5px 0;
	line-height: 26px;
	min-height: 26px;
	color: #6c6c6c;
}
.line dl dd li {
	position: relative;
	float: left;
	margin: 0 5px 8px 0;
	padding: 1px;
	line-height: 20px;
	vertical-align: middle;
}
.line dl dd li a {
	display: block;
    padding: 1px;
    color: #666;
    min-width: 10px;
    width: auto !important;
    text-align: center;
    text-decoration: none;
    border: 1px solid #eee;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.line dl dd li a span {
	display: inline-block;
    padding: 5px 9px;
    font-style: normal;
    line-height: 20px;
}
.spec-box {
	margin-top: 30px;
	clear: both;
}
.spec-box a {
	margin-left: 80px;
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	background: #f40;
	border-radius: 2px;
	cursor: pointer;
}
.goods-spec {
	margin-left: 370px;
	position: absolute;
	width: 450px;
}
.detail-head {
	border-bottom: 1px solid #f0f0f0;
}
.detail-head a {
	display: block;
	background: #1b64b0;
	color: #fff;
	line-height: 42px;
	width: 50px;
	text-align: center;
	padding: 0 30px;
}
.detail-con {
	margin-top: 20px;
	padding: 0 50px 15px;
	font-size: 14px;
	line-height: 2em;
	word-break: break-word;
}
.content .art-title {
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
}
.content .art-info {
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}
.content-news li {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}
.content-news li img {
	width: 210px;
	height: 140px;
	float: left;
}
.content-txt {
	float: right;
	width: 585px;
}
.content-txt h2 {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-txt p {
	color: #999;
}
.right {
	width: 300px;
	padding-top: 20px;
}
.rightbar {
	border-bottom: 1px solid #eaeaea;
	font-size: 24px;
	padding: 15px 0;
}
.rightlist a {
	display: inline-block;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rightlist span {
	height: 35px;
	line-height: 35px;
	color: #999;
}
.qr img {
	width: 200px;
	height: 200px;
}
.rightlist .qr-link {
	background: #267dca;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	width: 200px;
	font-size: 18px;
	text-indent: 35px;
	position: relative;
}
.rightlist .qr-link .qr-img {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	margin: 0 40px;
	background-image: url(/templates/style/img/call.png);
}
.r-li {
	padding: 10px 0;
}
.img-box {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.img-box a {
	width: 80px;
	height: 80px;
}
.img-box a,
.txt-box a {
	color: #333;
	text-decoration: none;
}
.img-box img {
	border: 1px solid #ebebeb;
	width: 78px;
	height: 78px;
}
.txt-box {
	margin-left: 95px;
	font-size: 14px;
}
.txt-box a {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
}
.txt-box span {
	display: block;
	color: #999;
	height: 60px;
	line-height: 20px;
	width: 205px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*资讯页面end*/
/*产品页面start*/
.product {
	border-top: 2px solid #ddd;
}
.product-type {
	padding: 20px 0;
}
.product-type a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 109px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #ddd;
	background: #eee;
	font-size: 15px;
}
.product-type a:hover {
	background: #c00;
	color: #fff;
} 
.product-list {
	padding: 20px 0;
}
.product-list li {
	width: 220px;
	height: 270px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.product-list li:nth-child(5n) {
	margin-right: 0;
}
.product-list li img {
	width: 220px;
	height: 220px;
}
.product-list li h2 {
	color: #1f1f1f;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 25px;
	display: block;
}
/*产品页面end*/
.msgsbg {width:100%; height:100%; background:rgba(0, 0, 0, 0.5); position:fixed; top:0px; left:0px; z-index:9999;}
.msgs {width:270px; height:200px; background:#fafafa; border:#e6e6e6 solid 1px; box-shadow:0 0 10px rgba(0,0,0,0.4); position:fixed; top:50%; left:50%; margin-left:-120px; margin-top:-130px; z-index:9999;}
.msgs .msgimg {height:70px; margin-top:15px; background:url(../img/msgimg.png) no-repeat center center; background-size:auto 100%; -webkit-background-size:auto 100%; -moz-background-size:auto 100%; -ms-background-size:auto 100%;}
.msgs p {line-height:35px; text-align:center; color:#c30f12; font-size:18px; font-weight:bold; display:block;}
.msgs span {line-height:22px; text-align:center; color:#333; display:block;}

.page {
    width: 100%;
    text-align: center;
    padding: 35px 0;
}
.page span,
.page a {
    display: inline-block;
    width: 65px;
    background: #fff;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin-left: -5px;
}