﻿.login{width:239px ; height:68px;background: url(../images/login.png) no-repeat; padding-top:52px; padding-left:5px ; position: relative;}
.login label{color: #5d5d5d;}
.login input.inpBox{width: 120px;margin-top: 2px;height: 22px; line-height: 22px; outline: none; border:none; border: 1px solid #e7e7e7;}
.login input[type="button"]{  
	width: 40px; 
    margin-top: 2px;
    height: 22px;
    line-height: 23px;
    text-align: center;
    outline: none;
    border: none;
    color: #fff;
    background:#418b02 ;
    border-radius: 8px;
    position:absolute;
   
    right: 10px;
   }
.login input[type="button"]:hover{opacity:0.7; filter:Alpha(opacity=70);}
.login .btn1{top: 53px;}
.login .btn2{top: 80px;}

.classLink{width: 242px; height: 542px;margin-top:14px;}
.classLink h2{width:220px; height:27px ;font-style: normal;font-size: 14px; line-height:27px;background: url(../images/classtit.png) no-repeat; color: #fff; font-weight: bold; padding-left:22px}

.classLink div.cL{width: 230;margin: 10px 6px;}
.classLink div.cL h3{width: 78px;height: 28px; color: #fff; border-radius: 8px; text-align: center; line-height: 28px; font-size: 14px;margin-left: 10px;}
.classLink div.cL h3 a{color: #fff; display: inline-block; width: 78px; height: 28px;}
.classLink div.cL h3:hover a,.classLink div.cL ul li a:hover{color: #e08723;}
.classLink div.cL1 h3{background: #98d458;}
.classLink div.cL2 h3{background: #78c24f;}
.classLink div.cL3 h3{background: #4bb013;}
.classLink div.cL ul{width: 230px;}
.classLink div.cL ul li{width: 230px; border-bottom: 1px dashed #777; height: 42px; line-height: 46px; color: #777; font-size: 14px;}
.classLink div.cL ul li a{color: #777; display: inline-block; width: 68px; background: url(../images/dot.png) no-repeat 0 center; padding-left: 10px; margin-left: 20px;}
 

.frlink{width: 246px; height: 301px; background: url(../images/frlink.png) no-repeat; position: relative;    margin-top: 10px;}
.frlink ul{position: absolute; width: 218px; height: 236px; top: 36px; left: 8px; overflow: hidden;}
.frlink ul li{float: left;line-height: 22px; font-size:12px ; margin-right: 10px; width:100%;}
.frlink ul li a{color: #346c0a; font-weight: bold;}
.frlink ul li a:hover{color: #e08723; }




.mianR{width: 728px; margin-top: 20px;}
/*  新闻轮播图*/
.slide{width: 346px; height: 248px; }
.slideBox {
	position: relative;

	overflow: hidden;
}

.slideBox ul.items {
	position: absolute;
	float: left;
	background: none;
}

.slideBox ul.items li {
	float: left;
	background: none;
		height: 248px;
	width:346px;
}

.slideBox ul.items li a {
	float: left;
	line-height: normal !important;
	padding: 0px !important;
	border: none;
}

.slideBox ul.items li a img {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	border: none;
	height: 248px;
	width: 346px;
}

.slideBox div.tips {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 36px;

	overflow: hidden;
		background:rgba(0,0,0,0.8) !important;

}

.slideBox div.tips div.title {
	position: absolute;
	left: 0px;
	top: 10px;
	height: 100%;
	width: 100%;
	text-align: center;

}

.slideBox div.tips div.title a {
	color: #1e1e1e;
	font-size: 12px;
	line-height: 32px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

div.nums {
    width: 100px;
    height: 20px;
    position: absolute;
    right: 0px;
    bottom: 7px;
    z-index: 99;
}

div.nums a {
	width: 10px;
	height: 10px;
	display: inline-block;
	float: right;
	background-color: white;
	margin-right: 4px;
	color: #333333;
	font-size: 0px;
	text-align: center;
	margin-top: 5px;
}
div.nums a.active {
	background-color: #346c0a;
	color: #ca0f0e;
}
.tabBox{width:364px;}
.tabBox .title{width: 350px; height: 29px; border-bottom: 1px solid #a2c068;}
.tabBox .title span{color: #535353; font-family: '宋体'; font-size: 14px; line-height:28px;display: inline-block;padding: 0 12px; cursor: pointer;border: 1px solid #dbe2e8; border-radius: 4px 4px 0 0; border-bottom:none !important; height:28px; background: #fff;}
.tabBox .title span.active{color: #346c0a; font-weight: bold; border-color:#a2c068 ; position: relative; top: 1px;}





.tabBox .more{
	color: #fff;
	position: absolute;
	width: 98px;
	height: 34px;
	right: 0px;
	top: 15px;
	font-size: 12px;
}
.tabBox .body {
	width: 370px;
    border-radius: 6px;
}
.tabBox .body ul{
	width: 370px;
	padding-top: 4px;
	height: 210px;
	
}
.tabBox .body li{
	width: 354px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-family: "微软雅黑";
	padding-left: 10px;
	background: url(../images/dot.png) no-repeat 4px center;
	border-bottom: 1px dashed #b5b5b5;
	overflow: hidden;
}
.tabBox .body li a{
	color: #555;
}
.tabBox .body li span{
	color: #fe8006;
}
.tabBox .body li:hover a,.tabBox .body li:hover span{
	color: red;
}
.qnew{position: relative;	    
	width: 730px;
    height: 167px;
    background: url(../images/qnew.png) no-repeat;
    margin-top: 20px;
    }
.alunbo1{
	width: 680px;
    height: 136px;
    position: absolute;
    overflow: hidden;
    top: 16px;
    left: 38px;
}
.alunbo1 li{
	float: left;
	margin-right:26px;
	width: 200px;
	height: 136px;
}
.alunbo1 a{
	width: 200px;
	height: 136px
	display: block;
}
.alunbo1 li img{
	width: 200px;
	height: 136px;
}
#product_scroll1{
	margin-left: 10px;
}


.colBox{width: 730px; margin-top: 4px;}

.colBox .col{width: 237px; height: 252px;margin-top: 10px;}
.colBox .col h3{width: 237px; height: 27px; background: url(../images/coltit.png) no-repeat; font-style: normal;}
.colBox .col1,.colBox .col2,.colBox .col4,.colBox .col5{margin-right: 6px;}

.colBox .col h3 a{display: inline-block;padding: 0 20px ; color: #fff; line-height: 27px; font-weight: bold;}
.colBox .col ul{width: 206px; margin-left: 14px;margin-top: 10px;}
.colBox .col ul li{width: 190px;padding-left: 16px; border-bottom: 1px dashed #b4b6b1;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;background: url(../images/dot1.png) no-repeat 0 center;}
.colBox .col ul li a{color: #555;font-size: 14px;line-height: 24px;}
.colBox .col ul li:hover a{color: #e08723;}
