.bgbox {
	background-image: linear-gradient(rgba(9, 53, 27, 0), rgba(9, 53, 27, 0.8));
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.navbar1 {
	color: #fff;
	position: absolute;
	top: 0px;
	z-index: 445;
	height: 150px;
	padding: 20px;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));

}

.navbar1 .cont {
	width: 1200px;
	margin: 0 auto;
}

.navbar1 .logo {
	float: left;
}

.navmenu {
	float: right;
	font-size: 16px;
}

.navmenu li {
	padding: 0px 20px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focusP {
	background: none;
}

.searchbox {
	position: absolute;
	top: 340px;
	z-index: 445;
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	text-align: center;


}

.searchbox a {
	background-color: #0EA300;
	padding: 11px 30px;
	color: #fff;
	border-radius: 0px 6px 6px 0px;

}

.searchbox a:hover {
	background-color: #009C3F;
	text-decoration: none;

}

.searchbox input {
	border-radius: 6px 0px 0px 6px;
	border: none;
	color: #999;
	width: 470px;
	background-color: #fff;
	outline: none;
	padding: 10px;
	font-size: 14px;
	color: 999;
}


.tempTitle {
	position: absolute;
	top: 140px;
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	font-size: 48px;
}

.tempNav {
	position: absolute;
	top: 240px;
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	font-size: 16px;
}

.searchbox2 {
	float: right;
	text-align: center;
	margin: 0 auto;


}

.searchbox2 a {
	background-color: #0EA300;
	padding: 11px 30px;
	color: #fff;
	border-radius: 0px 6px 6px 0px;

}

.searchbox2 a:hover {
	background-color: #009C3F;
	text-decoration: none;

}

.searchbox2 input {
	border-radius: 6px 0px 0px 6px;
	border: none;

	border: 2px #fff solid;
	color: #999;
	width: 470px;
	background-color: #fff;
	outline: none;
	padding: 10px;
	font-size: 14px;
	color: 999;
}


.classPic {
	position: absolute;
	top: 480px;
	z-index: 445;
	width: 1200px;
	margin: 0 auto;

}

.classPic div {
	width: 343px;
	height: 195px;
	float: left;
	position: relative;
	margin: 0px 28px 28px 28px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}


.classPic div img {
	height: 195px;
	width: 343px;
	transition: all 2s;

}

.classPic div:hover img {
	transform: scale(1.3);
}

.classPic a {
	height: 195px;
	padding: 10px;
	text-align: center;
	width: 343px;
	padding-bottom: 20px;
	display: table-cell;
	position: absolute;
	bottom: 0px;
	vertical-align: bottom;
	color: #fff;
	font-size: 17px;
	padding-top: 150px;

	font-weight: bold;

}

.classPic a:hover {
	text-decoration: none;

}

.foot {
	width: 100%;
	text-align: center;
	color: #666;
	line-height: 48px;
	font-size: 12px;
	top: 1150px;
	z-index: 9999;
	position: absolute;
}


.foot2 {
	background-color: #dedede;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 48px;
	font-size: 12px;
	bottom: 1px;
	color: #666;
}


.tempBanner {

	height: 309px;
	background-repeat: no-repeat;
	background-position: top center;

}

.tempCont {
	padding: 20px 0px;
	min-height: 700px;
}

.tempCont .cont {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

.tempCont .cont .btn-group {
	position: initial;
}

.tjList {
	list-style: none;
	padding: 20px;
	overflow: hidden;
	margin-right: -80px;
}

.tjList li {
	width: 240px;
	margin-bottom: 40px;
	float: left;
	margin-right: 60px;
	height: 416px;
}

.tjList li a {
	color: #000;
	display: block;
}

.tjList .txtCont {
	float: right;
	width: 850px;
}

.tjList img {
	display: block;
	width: 240px;
	height: 337px;
	margin-bottom: 20px;
	box-shadow: 0px 5px 20px 6px rgba(0, 0, 0, 0.2);

}

.tjList .t1 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	text-align: center;
}

.tjList .t2 {
	width: 850px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 16px;
	display: inline-block;
	line-height: 28px;
}


.proList {
	overflow: hidden;
	list-style: none;
	margin-right: -40px;
}

.proList li {
    width: 286px;
	text-align: center;
    height: 460px;
    border: 1px #dedede solid;
    border-radius: 10px;
    float: left;
    margin: 0px 14px 20px 0px;

}

.proList li img {
	width: 256px;
	height: 350px;
	border-radius: 10px 10px 0px 0px;

}

.proList .pinfo {

	padding: 10px 15px;


}

.proList .ptitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}

.proList .ptitle a {
	color: #000;
}

.proList .ptitle2 {
	font-size: 14px;
	line-height: 20px;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.proList .ptitle2 a {
	color: #666;
}

.buyBar {
	padding-top: 15px;
}

.buyBar .pricSpan {
	font-size: 20px;
	color: #F03F11;
	font-weight: bold;
	line-height: 40px;
	float: left;
}

.buyBar .buyBtn a {
	background: #0EA300;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 10px;
	float: right;
	border-radius: 6px;
	text-decoration: none;
}

.buyBar .buyBtn a:hover {
	background-color: #0D9200;
}


.form-width {
	width: 800px;
	margin: 0 auto;
	font-size: 16px;
}


.catalog-list {
	overflow: hidden;
	list-style: none;
}

.catalog-list li {
	width: 267px;
	height: 341px;
	position: relative;
	float: left;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}

.catalog-list li img {
	height: 341px;
	width: 267px;
	transition: all 2s;

}

.catalog-list li:hover img {
	transform: scale(1.3);
}

.catalog-list li a span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.catalog-list li a {
	display: block;
	width: 267px;
	height: 341px;
	position: absolute;
	font-size: 24px;
	bottom: 0px;
	color: #fff;
	padding: 250px 20px 0px 20px;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.catalog-list li a:hover {
	text-decoration: none;
}


.classmenu {
	width: 1200px;
	left: 0;
	overflow: hidden;
}

.classmenu .classTitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #dedede solid;
	padding: 0px 0px 10px 10px;
	margin-bottom: 10px;
	width: 100%;
}

.classmenu li {
	float: left;
	padding: 10px;
}


.detail_left {
	width: 850px;
	float: left;
}

.detail_right {
	width: 300px;
	float: right;
}

.name2{
	
padding-left: 20px;
font-size:18px;
color: dimgrey;
font-weight: normal;	
	
}
.name {
	font-size: 38px;
	color: #000;
}

.ename {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
.ename span{color: #000;font-weight: bold;}

.catalog {
	color: #fff;
	margin: 20px 0px;
}

.catalog span {
	background-color: #000;
	padding: 5px;
}

.piclist {
	overflow: hidden;
	list-style: none;
	padding: 0px;
	margin-right: -30px;
	margin-bottom: 80px;
}

.piclist li img{
	
	max-width: 880px;
	
	
}
.piclist li {
	margin-bottom: 10px;
	
	
	
	
}

.xttz {
	margin-bottom: 40px;
}

.xttz .d-title {
	border-left: 4px #009C3F solid;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

.xttz .d-cont {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;

}

.navClassTitle {
	padding: 10px;
	background-color: #009C3F;
	color: #fff;
	font-size: 16px;
}


.classbtn {
	width: 130px;
	text-align: left;
}


.loginDiv {
	font-size: 16px;
	float: right;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 90px;
	padding: 10px 20px 10px 20px;
}

.loginDiv a:hover {
	text-decoration: none;
}




.listBox {
	overflow: hidden;
	list-style: none;
}

.listBox img {
	margin-bottom: 10px;
	width: 173px;
}

.listBox li {
	float: left;
	width: 173px;
	height: 225px;
	margin: 0px 29px 20px 0px;
}

.listBox li a {
	color: #000;
	display: block;
	text-decoration: none;
}

.listBox .ln1 {
	font-size: 16px;
}

.listBox .ln2 {
	font-size: 14px;
	color: darkgray;
}


.codediv{
	padding-bottom: 30px;
	text-align: center;
	
	
	
}
.codediv img{width: 150px;}

.new_ClassBox{
	margin-bottom: 40px;
	}

.new_Class1{
	
	font-size: 32px;
	color: #000;
	line-height: 58px;
	margin-bottom: 10px;
	
}
.new_Class2{
	
	border: 1px #dedede solid;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	
}

.new_Class3{
	
	padding-left: 10px;
	border-left: 8px #0EA300 solid;
	font-size:18px;
	color: #000;
	margin-bottom: 10px;
	
}
.new_Class4 a{
	font-size: 16px;
	display: inline-block;
	padding:0px 10px 10px 10px;
	color: #696969;
	text-decoration: underline;
	
}
.new_Class4 a:hover{
	
	color: #0EA300;
	
	
}



.catalog-list2 {
	overflow: hidden;
	list-style: none;
}

.catalog-list2 li {
	width: 212px;
	height: 271px;
	position: relative;
	float: left;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}

.catalog-list2 li img {
	height: 271px;
	width: 212px;
	transition: all 2s;

}

.catalog-list2 li:hover img {
	transform: scale(1.3);
}

.catalog-list2 li a span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.catalog-list2 li a {
	display: block;
	width: 212px;
	height: 341px;
	position: absolute;
	font-size: 20px;
	bottom: 0px;
	color: #fff;
	padding: 250px 20px 0px 20px;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.catalog-list2 li a:hover {
	text-decoration: none;
}