@charset "utf-8";

/* CSS Document */

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

ul,
li {
	list-style: none;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

body {
	font-family: "微软雅黑";
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}

.header {
	width: 100%;
	overflow: hidden;
	padding: 20px 0px 15px;
	background: #fff;
}

#header {
	width: 90%;
	height: 46px;
	margin: 0 auto;
	background: #fff;
}

#header a {
	padding-top: 5px;
	float: left;
	width: 377px;
}

#header .nav-btn {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.jpg) no-repeat center;
	cursor: pointer;
	border-radius: 4px;
}

.nav-hide {
	display: none;
	position: absolute;
	top: 25px;
	z-index: 99999;
	width: 100%;
}

.nav-top {
	text-align: center;
	line-height: 35px;
	font: bold 14px/35px "微软雅黑";
	color: #fff;
	position: relative;
}

.nav-top .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: -5px;
	background: #0874c1;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	font-size: 25px;
	line-height: 40px;
}

#nav {
	text-align: left;
	position: relative;
	width: 50%;
	margin-top: 55px;
	overflow: hidden;
	animation: myfirst 1s;
	-moz-animation: myfirst 1s;
	/* Firefox */
	-webkit-animation: myfirst 1s;
	/* Safari and Chrome */
	-o-animation: myfirst 1s;
	/* Opera */
}

@keyframes myfirst {
	from {
		width: 0;
	}
	to {
		width: 50%;
	}
}

@-moz-keyframes myfirst
/* Firefox */

{
	from {
		width: 0;
	}
	to {
		width: 50%;
	}
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
	from {
		width: 0;
	}
	to {
		width: 50%;
	}
}

@-o-keyframes myfirst
/* Opera */

{
	from {
		width: 0;
	}
	to {
		width: 50%;
	}
}

#nav li {
	height: 35px;
	font: 100 14px/35px '微软雅黑';
	background: #0874c1;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#nav li a {
	display: block;
	color: #fff;
	width: 100%;
	font-size: 14px;
}

#nav li .sec {
	position: absolute;
	width: 50%;
	top: 30px;
	left: 100%;
	z-index: 9999;
}

#nav li .sec a {
	font-size: 14px;
}

.banner {
	margin-top: 15px;
	width: 100%;
}


/*banner css style*/

.out_b {
	overflow: hidden;
	margin: 0 auto;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.slide {
	position: relative;
	height: 150px;
	overflow: hidden;
	width: 320px;
	overflow: hidden;
	margin: 0 auto;
}

.slide .content {
	height: 320px;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.slide a {
	display: inline-block;
	float: left;
	width: 320px;
	height: 150px;
}

.slide a img {
	width: 320px;
}

.slide .mark {
	width: 100%;
	position: absolute;
	height: 3px;
	bottom: 0;
	background-color: rgba(51, 51, 51, 0.5);
	-webkit-transform: translate3d(0, 0, 0);
	display: -webkit-box;
}

.slide .mark li {
	display: block;
	-webkit-box-flex: 1;
	height: 100%;
	overflow: hidden;
}

.slide .mark li.active {
	background-color: #25a4bb;
}

.scroll {
	width: 320px;
	height: auto;
	margin: 0 auto 0 auto;
	position: relative;
	overflow: hidden;
}

.mod_01 {
	float: left;
	width: 320px;
}

.mod_01 img {
	display: block;
	width: 100%;
	height: 188px;
}

.dotModule_new {
	height: 11px;
	line-height: 6px;
	-webkit-border-radius: 11px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 11;
	width: 100%;
	margin-right: -40px;
	text-align: center;
}

#slide_01_dot {
	text-align: center;
	margin: 1px 0 0 0;
}

#slide_01_dot span {
	display: inline-block;
	margin: 0 2px;
	width: 50px;
	height: 6px;
	vertical-align: middle;
	background: #fff;
}

#slide_01_dot .selected {
	background: #005ca1;
}

#menu {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0px;
}

#menu li {
	float: left;
	display: block;
	width: 31%;
	margin: 5px 1% 0px;
	line-height: 40px;
	text-align: center;
	background: #0874c3;
	font-size: 14px;
}

#menu li a {
	color: #fff;
}


/*产品分类样式*/

.product_class {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0px;
}

.product_class_title {
	background: url(../images/title.png) no-repeat center 13px;
	background-size: 85% 60%;
	padding-bottom: 18px;
}

.product_class_title h5 {
	font-weight: normal;
	font-size: 20px;
	color: #000;
	text-align: center;
}

.product_class p {
	color: #ef0f34;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.more {
	width: 14px;
	height: 14px;
	margin: 0 auto;
	/*background:url(../images/more.png) no-repeat center center;*/
}

.product_class ul {
	overflow: hidden;
	padding: 30px 0px 0px;
}

.product_class ul li {
	display: inline-block;
	text-align: center;
	width: 49%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.product_class ul li a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.product_class ul li a img {
	display: block;
	width: 134px;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

.product_class ul li a h5 {
	display: block;
	width: 134px;
	height: 100%;
	width: 100%;
	background: url(../images/cover.png) no-repeat center;
	color: #fff;
	background-size: 134px;
	background-size: 100%;
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 135px;
	text-align: center;
}


/*产品展示样式*/

.products {
	width: 90%;
	margin: 0 auto;
}

.products_title {
	background: url(../images/title.png) no-repeat center 13px;
	background-size: 85% 60%;
	padding-bottom: 18px;
}

.products_title h5 {
	font-weight: normal;
	font-size: 20px;
	color: #000;
	text-align: center;
}

.products p {
	color: #ef0f34;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.products ul {
	width: 100%;
	overflow: hidden;
	padding: 30px 0px 0px;
}

.products ul li {
	display: inline-block;
	text-align: center;
	width: 49%;
	margin: 0;
	overflow: hidden;
}

.products ul li a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	color: #333;
}

.products ul li a:hover {
	color: #0874c3;
}

.products ul li a img {
	display: block;
	width: 134px;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

.products ul li a h3 {
	display: block;
	width: 100%;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}


/*关于我们样式*/

.about {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px;
}

.about_title {
	background: url(../images/title.png) no-repeat center 13px;
	background-size: 85% 60%;
	padding-bottom: 18px;
}

.about_title h5 {
	font-weight: normal;
	font-size: 20px;
	color: #000;
	text-align: center;
}

.about_title p {
	color: #ef0f34;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.about_con {
	text-align: center;
}

.about_con h4 {
	padding: 30px 0px 20px;
}

.about_con h4 img {
	width: 100%;
}

.about_con p {
	line-height: 24px;
	font-size: 14px;
	text-align: left;
	width: 100%;
}


/*新闻动态样式*/

.news {
	width: 90%;
	margin: 10px auto 0px;
	padding: 0px;
}

.news_title {
	background: url(../images/title.png) no-repeat center 13px;
	background-size: 85% 60%;
	padding-bottom: 18px;
}

.news_title h5 {
	font-weight: normal;
	font-size: 20px;
	color: #000;
	text-align: center;
}

.news_title p {
	color: #ef0f34;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.news ul {
	padding-top: 15px;
}

.news ul li {
	border-bottom: 1px dashed #e2e2e2;
	line-height: 50px;
	height: 50px;
	display: block;
	background: url(../images/li.png) no-repeat left center;
}

.news ul li a {
	display: block;
	color: #292929;
	width: 100%;
	overflow: hidden;
}

.news ul li a:hover {
	color: #0874c3;
}

.news ul li a p {
	float: left;
	width: 70%;
	font-size: 14px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news ul li a span {
	display: block;
	float: right;
	width: 20%;
	font-size: 12px;
	color: #b0b0b0;
	text-align: right;
}


/*联系我们样式*/

.contact {
	padding: 30px 0px;
	width: 90%;
	margin: 0 auto;
}

.contact_title {
	background: url(../images/title.png) no-repeat center 13px;
	background-size: 85% 60%;
	padding-bottom: 18px;
}

.contact_title h5 {
	font-weight: normal;
	font-size: 20px;
	color: #000;
	text-align: center;
}

.contact_title p {
	color: #ef0f34;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

#content {
	padding: 20px 0px;
	line-height: 24px;
	text-align: left;
	font-size: 14px;
}

.distraction {
	height: 78px;
	width: 100%;
}

.footer {
	background: #211e1e;
	display: -webkit-box;
	width: 100%;
	margin-top: 6px;
	position: fixed;
	z-index: 110;
	bottom: 0;
	left: 0;
}

.footer a {
	-webkit-box-flex: 1;
	display: -webkit-box;
	padding-top: 10px;
	color: #fff;
}

.footer span {
	width: 78px;
	display: block;
	margin: 0 auto;
	text-align: right;
	font: 100 16px/64px "微软雅黑";
	color: #fff;
}

.footer span.span1 {
	background: url(../images/tel.png) 15px 22px no-repeat;
}

.footer span.span2 {
	background: url(../images/add.png) 18px 22px no-repeat;
}

.footer span.span3 {
	background: url(../images/share.png) 15px 22px no-repeat;
}


/*share css style*/

#mobile_share {
	position: fixed;
	right: 0;
	bottom: 90px;
	width: 123px;
	z-index: 99999;
	background: #fff;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(100%);
}

#mobile_share h2.title {
	text-align: center;
	line-height: 30px;
	height: 30px;
	background: #717577;
	color: #fff;
	font-size: 14px;
}

#mobile_share .share_item {
	padding: 8px;
	background: #fff;
	border: 1px solid #f1f1f1;
}

#mobile_share .share_item li {
	display: block;
	overflow: hidden;
	margin: 8px 0;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 8px;
}

#mobile_share .share_item li a {
	color: #333;
}

#mobile_share .share_item li a:hover {
	color: #0874c3;
}

.share-link {
	display: block;
	margin: 0 auto;
	width: 105px;
	overflow: hidden;
	line-height: 32px;
	font-size: 12px;
	padding-left: inherit;
}

.share-link i {
	background: url(../images/share_icon.png) no-repeat;
	background-size: 200px 32px;
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 20px;
	float: left;
}

.share-link span {
	display: inline-block;
}

.share-weibo i {
	background-position: 0 0;
}

.share-renren i {
	background-position: -42px 0;
}

.share-douban i {
	background-position: -84px 0;
}

.share-qweibo i {
	background-position: -126px 0;
}

.share-qzone i {
	background-position: -168px 0;
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	position: relative;
}


/*技术支持*/

.qijishu-footer{
	width: 90%;margin: 0 auto;margin-bottom: 56px;background: rgba(33, 30, 30, .8);
	font-size: 14px;line-height: 26px;color: #fff;text-align: center;
	    padding: 5px 0;
}
.qijishu-footer >a{
	font-size: 14px;line-height: 26px;color: #fff;
}
.product-zy {
	width: 100%;
	height: auto;
	line-height: 24px;
	font: 100 14px/30px "微软雅黑";
	background: #ededed;
	padding: 5px;
	color: #999;
	margin-top: 5px;
}


/*摘要*/

.excerpt {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999;
}


/*相关标签*/

.xgbq {
	border-top: 1px dashed #ededed;
	border-bottom: 1px dashed #ededed;
	font-size: 12px;
	display: inline-block;
	color: #999;
	margin: 5px 0;
	width: 100%;
}

.xgbq>a {
	font-size: 12px;
	display: inline-block;
	color: #666;
	line-height: 20px;
}


/*地区产品*/

.dqcp {
	margin-bottom: 5px;
}

.dqcp>ul {
	overflow: hidden;
}

.dqcp>ul>li {
	width: 48%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d3d3d3;
	background-size: 20px 20px;
	float: left;
	margin: 0 1%;
}

.dqcp>ul>li>a {
	font: 100 12px/35px "微软雅黑";
	padding-left: 28px;
	text-align: left;
	display: block;
}