*{
    padding: 0 auto;
    margin: 0;
}

body{
    font-family: 微软雅黑;
    font-size: 14px;
    white-space: nowrap;
}
ul {
    padding: 0;
    margin: 0px;
}
li {
    list-style-type: none;

    text-align: center;
    margin: -3px;
    padding:0 0;
}
a {
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    color: black;
}
.clearfix:after{
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.header {
    width: 100%;
    height: 80px;
    background-color: #282828;
    border-bottom: 4px solid #006428;
}
.header .banner {
    margin-top: 6px;
	width:100%;
    /* background-image: url("../images/index_01.jpg"); */
	
}
.container {
    width: 1220px;
    margin: 0 auto;
	
}
.header .logo {
	width:10%;
    margin-bottom: -10px;
    display: inline-block;
}
.header .nav {
    margin-left: 325px;
    width:600px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
}
.header .nav li {
    width: 133px;
    display: inline-block;

}
.header .nav li:hover {
    background-color: #3e3e3e;
}
.header .nav a {
    font-size: 16px;
    color: white;
    padding: 30px;
}
.header .active {
    background: url("../images/menu_hov.jpg")no-repeat;
}
/*
.container .search {
    background-color: rgba(0, 0, 0, 0.51);
    margin-top: 450px;
    height: 22px;
    padding: 20px 50px;
}
.container .search p {
    color: white;
}
.container .search a {
    color: #76cffd;
    margin: 0 10px;
}
.container .search .kuang {
    width: 368px;
    height: 22px;
}*/
.middle {
    margin-top: 10px; 
    text-align: center;
}
.middle p {
    font-size: 18px;
}
.middle div {
    display: inline-block;
    color: white;
}
 .classify {
     background-image: url("../images/bg1.jpg");
     width: 320px;
     height: 202px;
     text-align: center;
     line-height:150px;
     color: white;
     font-size: 18px;	/* position: absolute; */
}
.class{
    width: 212px;
    height:202px;
    text-align: center;
    line-height: 150px;
    position: relative;
    margin-left: 10px;
	cursor:pointer;
	border:1px solid  transparent;
}

.class1{
    background-color: #26253c;
}
.class2{
    background-color: #2e5641;
}
.class3{
    background-color: #0d265e;
}
.class4{
    background-color: #925d21;
}
.class a{
    position: absolute;
    left: 40px;
    top: 100px;
    color: white;
    border: 1px solid white;
    line-height: 14px;
    padding: 10px;
}
.class:hover {
	color:#006428;
	background-color:#fff;
	border: 1px solid #006428;
}
.class:hover a{
	color:#006428;
	border: 1px solid #006428;
}
.texts{
    margin: 10px 0;
    background-color: #eeeeee;
    padding:20px 0;
	text-align:center;
    font-size: 18px;
	height:250px;
	overflow:hidden;
}

.title {
    font-size: 30px;
    text-align: center;
}
.text {
    margin-top: 20px;
    line-height:40px;
	
}
.footer {
   
    width: 100%;
    height: 96px;
    background-color: #282828;
    color: white;
    padding: 20px 0;
    border-top: 4px solid #006428;
}
.footer p {
    float:left;
}
.footer .name {
    font-size: 20px;
    margin:0 50px;
	height:70px;
	line-height:35px;

}
.footer .info {
    padding: 0 0 0 50px;
    line-height: 30px;
    border-left:2px solid white;
}

/*left*/
.left {
    margin: -10px 20px 0 0;
    width: 320px;
    display: table-cell;
	background-color: #dddddd;
}
.left .classify {
    border-top: 4px solid #006428;
}
.left  ul {
	margin:-1px 0 0 3px;
}
.left  ul li {
    background-color: #dddddd;
    border-bottom: 2px solid #969696;
    margin-top: 2px;
    width: 320px;
    height: 50px;
    line-height: 50px;
   white-space: nowrap;
    position: relative;
    cursor: pointer;
}
.left  ul li:last-child {
	border:none;
}
.left ul li:hover {
    background-color: #cee7d2;
}
.left  ul li a {
    color: black;
}
.left .current:before {
    width: 0;
    height: 0;
    border-top:7px solid transparent;
    border-left: 14px solid #e08127;
    border-bottom: 7px solid transparent;
    position: absolute;
    content: "";
    left: 30px;
    top: 18px;
}

.left .ctitle {
    height: 74px;
    background-image: url("../images/bg2.jpg");
    width: 320px;
    text-align: center;
    line-height: 74px;
    color: white;
    border-top: 4px solid #006428;
    margin-top:3px;
    font-size: 18px;
}
.left .contact {
    padding: 20px 30px;
    background-color: #dddddd;
    line-height: 30px;
}
/*product*/
.rnav 
{
	position: absolute;
	top:14px
}
.right {
    /* margin-top: 594px; */
    padding:0 20px 0px 40px;
	width:960px;
	display: table-cell;
	position: relative;
}
.right .tabcon div:first-child >a{font-size:14px;margin: 4px;}
.right .product {
    margin: 0px 100px 0 0;
   /*  display: inline-block; */
}
.right .product img {
    border: 2px solid #464646;
}
.right .product img:hover {
    border: 2px solid #006428;
}

.right .hide {
    display:none;
}
.right .page {
    margin-top: 50px;
    float: right;
}
.right a:hover {
	color:green;
}
.right .page a {
    border: 1px solid gray;
    padding:5px 10px;
    margin: 0 5px;
    font-size: 12px;
}
.right .page a:hover {
    background-color: gray;
    color: whitesmoke;
}
/*product-detail*/

.content {
   /*  margin-top: 600px; */
    padding: 20px;
}
h1 {
    text-align: center;
}
.content hr {
    margin: 10px 0 40px 0;
    color: #969696
}
.content .carousel {
    width: 800px;
    float: left;
    margin-right: 20px;
}
.content .detail {
   float: left;
}
.content .ucomment {
    width: 99%;
    background-color: #282828;
    border-top: 3px solid #006428;
    color: white;
    padding: 5px;
    margin-top: 50px;
}
.content .ucomment label {
    display: inline-block;
}
.content .ucomment p {
    float: right;
    display: inline-block;

}
.content .ucomment a{
    color: white;
}
.content>input {
    width: 99%;
    height:20px;
    padding: 5px;
}
.report {
    margin-top: 14px;
    border: 1px solid #b2b2b2;
    box-shadow:2px 2px 5px #b2b2b2;
    color: #5d5d5d;
}
.report>p {
    width: 99%;
    height:20px;
    padding: 0.5%;
    background-color: #dadada;
    font-weight: bolder;
}
.report .tab {
    margin-top: 10px;
    width: 100px;
    line-height: 32px;
    text-align: right;
    float: left;

}
.report .inputbox {
    width: 90%;
    float: left;
}
.report .inputbox input {
    width: 98%;
    margin: 12px 0 0 20px;
    border: 1px solid #a5bfd2;
    height: 18px;
}
.report form {
    margin: 0 0 0 122px;
}
.report form input {
    margin: 5px;
}
.report form textarea {
    margin-bottom: 10px;
}
.report form button {
    width: 80px;
    height: 24px;
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    margin: 10px 0 10px 10px;
}