*{
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.header {
	width: 100%;
}

.header-t {
	width: 100%;
	height: 2.5rem;
	background: #f8f8f8;
}

.header-t h1,
.header-t h2 {
	font-size: .9rem;
	color: #000;
	text-align: center;
	line-height: 2.5rem;
	letter-spacing: 5px;
}

.tell { 
	padding: 1rem 0;
	width: 100%;
	display: table;
}

.tell figure figcaption {
	float: left;
	margin-left: 3%;
	width: 70%;
	font-size: .9rem;
	font-weight: bold;
	color:#ff4e4e;
	letter-spacing: 1px;
}

.tell figure figcaption span {
	font-size: 1rem;
}

.tell figure img {
	float: right;
	margin-right: 3%;
	width: 6.5%;
	display: block;
}

.search {
	position: fixed;
	top: 0;
	line-height: 60px;
	z-index: -1;
	width: 100%;
	height: 3rem;
	background: #fff;
	opacity: 0;
	transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transition: all ease .5s;-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
}

.search-box1 {
	z-index: 6;
	opacity: 100;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}

.input01,.input02 {
	margin-top: .5rem;
	line-height: 2rem;
	border: 1px solid #ccc;
}

.input01 {
	float: left;
	width: 70%;
	border-right:none;
	border-bottom-left-radius:6px;
	border-top-left-radius:6px;
	text-indent:2em;
}

.input02 {
	float: left;
	width: 15%;
	font-size: .7rem;
	border-left:none;
	border-bottom-right-radius:6px;
	border-top-right-radius:6px;
	outline: none;
}

.search-close {
	float: left;
	margin-top: 4%;
	margin-left: 5%;
	width: 8%;
	display: block;
}

.banner {
	width: 100%;
}

.banner figure img {
	width: 100%;
	display: block;
}

.nav {
	display: table;
	margin-bottom: 2rem;
}

.nav ul li {
	float: left;
	width: 25%;
	margin-top: 1rem;
}

.nav ul li a {
	padding: .3rem 0;
	font-size: .8rem;
	color: #000;
	text-align: center;
	display: block;
}

.product {
	width: 100%;
	display: table;
}

.title strong {
	padding-bottom: .3rem;
	font-size: 1.2rem;
	color: #000;
	text-align: center;
	display: table;
	margin: 0 auto;
	border-bottom: 3px solid #333;
}

.tab-menu {
	margin-top: 1rem;
	display: table;
}

.tab-menu li {
	float: left;
	padding: .3rem 0;
	margin-left: 5%;
	margin-top: 1rem;
	width: 45%;
	font-size: .8rem;
	color: #000;
	text-align: center;
}

.tab-content {
	margin-top: 2rem;
}

.tab-content ul li {
	float: left;
	margin-left: 3.3%;
	margin-top: .5rem;
	width: 45%;
}

.tab-content ul li figure img {
	width: 100%;
	height: 8rem;
	display: block;
}

.tab-content ul li figure figcaption h2 {
	padding: .5rem 0;
	font-size: .8rem;
	height: 2rem;
	color: #000;
	text-align: center;
	font-weight: normal;
}

.about {
	width: 100%;
	margin-top: 2rem;
}

.about figure img {
	padding-top: 1rem;
	width: 96%;
	display: block;
	margin: 0 auto;
}

.about figure figcaption p {
	padding: .5rem;
	font-size: .8rem;
	color: #000;
	line-height: 1.7rem;
}

.more {
	padding: .3rem .5rem;
	font-size: .8rem;
	color: #fff;
	text-align: center;
	display: table;	
	background: #fcc93f;
	margin: 1rem auto;
}

.hot {
	margin-top: 2rem;
	width: 100%;
}

.hot ul {
	margin-top: 2rem;
	display: table;
}

.hot ul li {
	float: left;
	margin-left: 3.3%;
	margin-top: .5rem;
	width: 45%;
}

.hot ul li figure img {
	width: 100%;
	height: 8rem;
	display: block;
}

.hot ul li figure figcaption h2 {
	padding: .5rem 0;
	font-size: .8rem;
	height: 2rem;
	color: #000;
	text-align: center;
	font-weight: normal;
}

.news {
	margin-top: 2rem;
}

.news ul li {
	margin-top: 1rem;
}

.news ul li figure img {
	width: 98%;
	height: 12rem;
	margin: 0 auto;
	display: block;
}

.news ul li figure figcaption h2 {
	padding: .5rem;
	font-size: .8rem;
	color: #000;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news ul li p {
	padding: .5rem;
	font-size: .6rem;
	color: #333;
	line-height: 1.1rem;
}

.footer {
	margin-top: 1rem;
	width: 100%;
}

.footer-t {
	padding: 1rem 0;
	margin-bottom: 4.5rem;
	background: #f5f5f5;
}

.footer-t ul li {
	padding: .5rem 0;
	font-size: .8rem;
	text-align: center;
	color: #000;
}

.footer-t ul li a {
	font-size: .8rem;
	text-align: center;
	color: #000;
	display: block;
}

.footer-menu {
	position: fixed;
	z-index: 5;
	bottom: 0;
	padding: 1rem 0;
	width: 100%;
	background: #fcc93f;
}

.footer-menu ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.footer-menu ul li figure img {
	width: 30%;
}

.footer-menu ul li figure figcaption {
	font-size: .8rem;
	color: #fff;
}

.cpzh {
	margin-top: 2rem;
}

.cpzh ul {
	display: table;
}

.cpzh ul li {
	float: left;
	margin-left: 3.3%;
	margin-top: .5rem;
	width: 45%;
}

.cpzh ul li figure img {
	width: 100%;
	height: 8rem;
	display: block;
}

.cpzh ul li figure figcaption h2 {
	padding: .5rem 0;
	font-size: .8rem;
	height: 2rem;
	color: #000;
	text-align: center;
	font-weight: normal;
}

.po {
	margin: 1rem auto;
	height: 2rem;
	border-top: 1px solid #C80E21;
	border-bottom: 1px solid #C80E21;
}

.po img {
	float: left;
	padding-left: .3rem;
	padding-top: .2rem;
	width: 8%;
	display: block;
}

.po span,
.po a {
	float: left;
	padding: 0 .3rem;
	font-size: .7rem;
	color: #000;
	line-height: 2rem;
	display: block;
}

.po h1 {
	float: left;
	padding: 0 .3rem;
	font-size: .7rem;
	color: #C80E21;
	line-height: 2rem;
}

.about-c {
	width: 100%;
}

.about-box p {
	padding: .5rem;
	font-size: .9rem;
	color: #000;
	line-height: 1.7rem;
}

.about-box img {
	width: 98%;
	display: block;
	margin: .5rem auto;
}

.about-box ul li {
    width: 70%;
    height: 1.2rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.about-box ul li span {
    float: left;
    width: 30%;
   font-size: .9rem;
   display: block;
   line-height: 1.5rem;
}

.about-box ul li span:nth-child(2) {
    float: right;
    width: 50%;
    text-align: center;
}

.news-c {
	width: 100%;
}

.news-c ul li {
	border-bottom: 1px solid #fcc93f;
}

.news-c ul li a h2 {
	padding: .5rem;
	font-size: .8rem;
	color: #000;
	line-height: 1.6rem;
	font-weight: normal;
}

.news-c ul li time {
	padding: 0 .5rem;
	font-size: .7rem;
	color: #333;
	line-height: 1.3rem;
	display: block;
}

.news-c ul li p {
	padding: .5rem;
	font-size: .6rem;
	color: #333;
	line-height: 1.1rem;
}

.details h1 {
	padding: .5rem;
	font-size: 1rem;
	color: #000;
	text-align: center;
}

.details > time {
	padding: .8rem;
	font-size: .7rem;
	color: #333;
	text-align: center;
	display: block;
}

.details > span {
	display: block;
}

.details > span,
.details > span a {
	font-size: .7rem;
	color: #333;
	text-align: center;
}

.details-c {
	margin-top: 1rem;
}

.details-c p {
	padding: .5rem;
	font-size: .8rem;
	color: #000;
	line-height: 1.3rem;
}

.details-c img {
	width: 96%;
	display: block;
	margin: 0 auto;
}

.pagination {  
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
    border: none;
    margin: 2rem auto;
}

.pagination .pagefy { 
    width: 98%;  
}

.pagination .pagefy a {    
	margin-top: .3rem;
    margin-right: .4rem;
    line-height: 1.4rem;
    font-size: .7rem;
    color: #000;
    padding: 0 .6rem;
    text-align: center;
    border: 1px solid #da251c;;
    cursor: pointer;
    display: inline-block;
}

.pagination .pagefy .current { 
    color: #fff;
    background-color: #da251c;;
}

.xgcp { 
    width:100%; 
    height:auto; 
    display:table; 
    border-top:2px solid #666; 
    margin-top:1.5rem;
    margin-bottom: 6rem;
}

.xgcptit{
    font-size: .9rem;
    line-height: 1.5rem;
    margin: 1rem 0;
    color: #000;
    text-align: center;
}

.xgcp ul li { 
    width: 45%;
    float: left;
    margin-top: .5rem;
    margin-left: 3.5%;
    display: table;
    height: 8rem;
}

.xgcp ul li img {
    width: 100%;
    height: 5rem;
}

.xgcp ul li h2 {
    text-align: center;
    font-size: .8rem; 
    line-height: 1.5rem;
    font-weight: normal;
}

.xgcp ul li a { 
    font-size: .8rem; 
    color:#000;
}

.zuoyou { 
    width: 100%; 
    margin-top: 1rem auto;
}
    
.top1 { 
    width: 97%;
    font-size: .7rem;
    padding-top: 1rem;
    margin:0 auto;
}
    
.top1 a {
    color:#333;
}

.diu figure img {
	width: 98%;
	display: block;
	margin: 1rem auto;
}

.diu figure figcaption {
	padding: .5rem;
	font-size: .8rem;
}

.diu figure figcaption a {
	padding: 0 .3rem;
	color: #C80E21;
}

.con-l {
    margin: 0 auto;
    margin-top: 1.5rem;
    width: 95%;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, .16);
    background: #fff;
}

.con-l ul li {
    padding: 1rem 0;
    font-size: .8rem;
    color: #000;
    text-align: center;
    line-height: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.con-dt {
    margin: 0 auto;
	margin-top: .5rem;
    width: 95%;
}

.con-dt iframe {
    width: 100%;
    height: 20rem;
}