﻿@charset "utf-8";
/*dede58.com 做最好的织梦整站模板下载网站*/
/*初始化*/
html {
	width: 100%;
	font-size: 20px;
}
body, ul, li, ol, p, h1, h2, h3, h4, h5, h6, form, input, dl, dt, dd, textarea, th, td, tr {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, "Microsoft YaHei";
	color: #666;
	background-color: #fff;
	line-height: 1;
	position: relative;
}
a {
	text-decoration: none;
	outline: 0 none;
}
input:focus, select:focus, option:focus, textarea:focus {
	outline: none;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
}
textarea, input[type=date], input[type=number] {
	resize: none;
	border: none;
}
button:hover, input[class*=b]:hover {
	cursor: pointer;
}
i, u, b {
	font-style: normal;
	font-weight: normal;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
.over {
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.abs {
	position: absolute;
}
.rel {
	position: relative;
}
.em {
	text-indent: 2em;
}
.tac {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.regular {
	font-weight: 500;
}
.fixed {
	position: fixed;
}
.container .mar-right {
	margin-right: 0;
}
.container .pad-right {
	padding-right: 0;
}
.container .borno {
	border: none;
}
.w100 {
	width: 100%;
}
.hide {
	display: none;
}
.opacity {
	opacity: 0;
}
/*初始化结束*/
/*通用样式*/
.container {
	width: 100%;
	max-width: 768px;
	min-width: 300px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.wrap {
	width: 92.18%;
	margin: 0 auto;
}
.css3 {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.animated {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
}
/*header begin*/
.header {
	padding: 3% 0;
	background-color: #0e0e0e;
	text-align: center;
}
.head-icon {
	width: 6.4%;
}
.header div.fr {
	width: 7%;
}
.logo {
	width: 53.38%;
	display: inline-block;
}
/*header end*/
/*section begin*/
/*type*/
.type {
	padding: 10% 0;
	overflow: hidden;
}
.type li {
	width: 22%;
	margin-right: 4%;
	float: left;
}
.type li:last-child {
	margin-right: 0;
}
/*about */
.about {
	background: url(../img/about-bg.jpg) no-repeat center top;
	padding: 12% 0 7%;
	color: #fff;
	font-size: 0.8em;
	line-height: 2.5em;
	margin-bottom: 10%;
}
.about-tit h1 {
	font-size: 1.5em;
}
.about-tit p {
	width: 30%;
	margin: 0 auto;
	border-top: 2px solid #fff;
	padding-bottom: 10%;
}
/*title*/
.title {
	color: #3a3a3a;
	font-size: 1.5em;
	padding: 4% 0;
	background: url(../img/tit-line.jpg) no-repeat center bottom;
	text-align: center;
	margin-bottom: 5%;
}
.title span {
	font-family: "Arial";
	margin-right: 2%;
}
/*product*/
.product {
	padding-bottom: 16%;
}
.pro-tab a {
	color: #707070;
	font-size: 0.9em;
}
.pro-tab i {
	margin: 0 1%;
}
.pro-tab .pro-act, .pro-tab span:hover {
	color: #e88300;
}
.pro-img li {
	width: 47%;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 6%;
	margin-top: 6%;
}
.pro-img li:nth-child(2n) {
	margin-right: 0;
}
.pro-img li p {
	background: url(../img/mask.png) repeat center;
	width: 100%;
	height: 2em;
	color: #fff;
	line-height: 2em;
	position: absolute;
	bottom: 0;
	left: 0;
}
.more {
	width: 80px;
	height: 47px;
	background: url(../img/more.png) no-repeat center;
	background-size: 100%;
	display: block;
	position: absolute;
	color: #fff;
	text-align: center;
	padding-top: 33px;
	font-family: "Arial";
	font-size: 14px;
	bottom: -40px;
	left: 50%;
	margin-left: -40px;
	z-index: 50;
}
/*news*/
.news {
	padding: 10% 0;
	background: url(../img/news-bg.jpg) no-repeat center top;
	margin-bottom: 25%;
}
.news li {
	overflow: hidden;
	margin-bottom: 5%;
}
.news li div.fl {
	width: 22%;/*border-radius: 50%;*/
	overflow: hidden;
}
.news li div.fr {
	width: 75.4%;
}
.news h2 {
	color: #fff;
	background: url(../img/news-tit.png) no-repeat left center;
	background-size: 100%;
	font-size: 0.7em;
	font-weight: 500;
	line-height: 3em;
	padding-left: 2%;
}
.news li p {
	color: #666;
	font-size: 12px;
	line-height: 2.1em;
}
/*section end*/
/*footer begin*/
.footer {
	width: 100%;
	background-color: #000;
	text-align: center;
	position: relative;
}
.footer a {
	color: #fff;
	line-height: 2em;
	font-size: 0.9em;
}
.footer li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	border-right: 1px solid #444;
	padding: 5% 0 2%;
}
.footer img {
	width: 40%;
}
.top {
	background: url(../img/top.jpg) no-repeat center #ff9408;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	border-radius: 50%;
}
/*footer end*/

/*product-list begin*/
.page {
	padding-bottom: 2%;
}
.bread {
	background: url(../img/page-pos.jpg) no-repeat center;
	padding: 5% 0;
	color: #fff;
	font-size: 1.2em;
}
.bread a {
	color: #fff;
}
.return {
	width: 10%;
	margin-top: -2%;
}
.page-tab {
	width: 100%;
	background: url(../img/page-tab.jpg) repeat-x left bottom;
	font-size: 0.9em;
	line-height: 3em;
}
.page-tab a {
	color: #333;
	margin: 0 5%;
}
.page .more {
	background: #1d1d1d;
	border-radius: 50%;
	font-size: 1.4em;
	width: 60px;
	height: 40px;
	padding-top: 20px;
	margin-left: -30px;
}
/*product-list end*/
/*news begin*/
.page .news {
	background: none;
	margin-bottom: 0;
}
.news h2 {
	background: #db080f;
	border-radius: 20px;
	line-height: 1.8em;
	margin: 1% 0;
}
/*news end*/
.detail {
	padding: 10% 0;
	font-size: 0.8em;
	line-height: 2.5em;
}
.detail img {
	max-width: 100%;
	height: auto !important;
}
/*sub */
#ceng {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
}
#close {
	width: 10%;
	padding: 5%;
	float: left;
	opacity: 0.6;
}
.sub {
	width: 60%;
	background: #ff9408;
	height: 100%;
	float: right;
}
.sub ul li a {
	color: #fff;
	display: block;
	line-height: 300%;
	text-align: center;
	display: block;
	font-size: 1rem;
	transition: color 0.2s ease 0s;
	width: 100%;
}
.sub ul li {
	border-bottom: 1px solid #fff;
	color: #fff;
}
 @media screen and (max-width: 500px) {
body {
	font-size: 16px;
}
}
.fanye {
	padding-right: 37px;
	margin-top: 35px;
}
.fanye a {
	color: #333;
	margin: 0 5px;
	font-size: 16px;
}
