﻿/*header*/
/*header*/
.header{
	width: 100%;
    height: 0.8rem;
    background: #ffffff;
    z-index: 9999;
}
.head{
	text-align: center;
	position: fixed;
	width: 100%;
	height: 0.8rem;
	background: #0e6eb8;
	top: 0;
	right: 0;
	box-shadow: 0 0 2px rgba(9,2,4,.55);
	line-height: 0.791rem;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.top-title {
    width: 50%;
    position: absolute;
    left: 24%;
    top: 0;
    font-size: 0.3rem;
    line-height: 0.8rem;
    height: 0.8rem;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.home-btn {
    width: 14.0625%;
    left: 1.09375%;
    top: 0;
    position: absolute;
    height: 100%;
    font-size: 0.4rem;
    line-height: 0.85rem;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    display: block;
}
.nav-btn {
    width: 14.0625%;
    right: 0;
    top: 0;
    position: absolute;
    font-size: 0.4rem;
    line-height: 0.8rem;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}
/*position*/
.p {
	width: 98%;
	margin: 10px auto 8px;
	border-bottom: 1px dotted #d4dae5;
	overflow: hidden;
	border-top: 1px solid #cccccc45;
}
.p .p-p {
	width: 97%;
	float: left;
	margin-left: 1%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #0e6eb8;
	padding-left: 1%;
}
.p .p-p a {
	color: #0e6eb8;
}
.p .pr {
	float: right;
	border-radius: 10px;
	line-height: 28px;
	margin-right: 1%;
}
.p .pr a {
	display: block;
	width: 80px;
	text-align:  center;
	float: left;
	border-top: 1px solid #308eee;
	border-left: 1px solid #308eee;
	border-bottom: 1px solid #308eee;
}
/*dy*/
.content{
	min-height: 11rem;
	overflow: hidden;
	font-size: 14px;
	margin: 2% auto 0%;
	width: 98%;
	background-color: transparent;
}
.about, .view {
    width: 92.5%;
	margin: 0 auto;
	margin-bottom: 85px;
    font: 0.18rem/2.2 "microsoft yahei";
    color: #1d1d1d;
    position: relative;
}
.view h1{
	text-align: center;
    font: 0.26rem/0.7rem "microsoft yahei";
    font-weight: bold;
    text-indent: 0;
    color: #333;
}
/*cpy*/
.products{
	    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}
.pro{
	width: 50%;
	float: left;
	height: auto;
	overflow: hidden;
	margin: 2% auto 0;
}
.pro a{
	display: block;
    width: 90%;
    margin: 0 auto;
}
.pro img{
	display: block;
    width: 100%;
    height: 125px;
    border: 1px solid #eeeeee;
}
.pro span{
	display: block;
	width: 100%;
	text-align: center;
	font: 0.19rem/0.35rem "microsoft yahei";
	color: #555;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*back*/
.back{
	display: block;
    width: 36%;
    margin: 5% auto;
    overflow: hidden;
    border-radius: 0.3rem;
    background: #3c3c3c;
    text-align: center;
    color: #fff;
    font: 0.18rem/2.3"microsoft yahei";
    clear: both;
    text-indent: 0;
}
/*page*/
.Page {
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin: 20px 0;
	padding-top: 7px;
	text-align: center;
}
.Page a {
	padding: 5px 4px;
	margin: 0px 3px;
	color: #000000;
	border: 1px solid #cccccc;
}
.Page a:hover {
	color: #fff;
	background-color: #308eee;
	padding: 5px 10px;
}
.Page a:active {
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	color: #fff;
	border-bottom: #ccc 1px solid;
	background-color:#0170ca；
}
.Page span.current {
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #000000 1px solid;
	color: #fff;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #009900；
}
.Page span.nolink {
	margin: 2px;
	color: #b4b4b4;
	border: 1px solid #cccccc;
	padding: 5px;
}
.Page span {
	margin: 2px;
	color: #b4b4b4;
	border: 1px solid #b4b4b4;
	padding: 5px 5px;
}

