@charset "utf-8";

/* CSS Document */

.w {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.top_text {
	text-align: center;
	margin-top: 80px;
	color: #333333;
	font-size: 50px;
	letter-spacing: 5px;
}


/* case beign */

.main {
	width: 85%;
	margin: 0px auto;
	padding: 0px 0px 105px 0px;
}

.allProduct {
	position: relative;
}

.productTab {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -218px;
}

.productTab li {
	float: left;
	list-style: none;
	margin: 0px 15px 0px 0px;
	display: block;
}

.productTab a {
	display: block;
	padding: 8px 18px;
	background: #EDEDED;
	color: #111111;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.35s ease;
}

.productTab a:hover {
	background: #FFB500;
	color: #FFFFFF;
}

.productTab li.select a {
	background: #FFB500;
	color: #FFFFFF;
}

.isotope-item {
	transition: 0.8s
}

.ProductList {
	position: absolute;
	top: 65px;
}

.ProductList li {
	width: 19.95%;
	list-style: none;
	display: block;
	padding: 2% 0px 0px 0px;
	float: left;
}

.ProductList li img {
	width: 88%;
	margin: 0 auto;
	display: block;
	opacity: 1;
	transition: all 0.35s ease;
	border-radius: 5px;
}

.ProductList li:hover img {
	opacity: 0.2;
}

.ProductList div.unit_img {
	text-align: center;
}

.ProductList li div.unit_ico {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -20px;
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	transition: all 0.35s ease;
}

.ProductList li:hover div.unit_ico {
	top: 50%;
	margin-top: -8px;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.case_con {
	margin: 80px auto 0px auto;
	width: 1250px;
	height: 100%;
	overflow: auto;
	background: #FFFFFF;
}

.case_k {
	padding: 25px 30px 0px 30px;
	height: 100%;
	overflow: auto;
}

.case_k_title {
	font-size: 16px;
	color: #FFB500;
	font-weight: bold;
	padding-bottom: 4px;
}

.case_k_ot {
	padding-top: 5px;
}

.case_k_line {
	margin: 20px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	background: #F5F5F5;
}

.case_k_img {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	overflow: auto;
}

.case_k_img ul {}

.case_k_img ul li {
	list-style: none;
	padding-top: 25px;
}

.case_k_img ul li img {
	display: block;
}

.case_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFB500;
	position: absolute;
	top: 17px;
	left: 170px;
}

.case_copy {
	text-align: center;
	color: #666666;
	margin-top: 30px;
	padding: 15px 0px;
	background: #FFFFFF;
	width: 100%;
}

.case_tj {
	font-size: 0px;
}

.case_k_close {
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	background: #FFB500;
	padding: 8px 0px;
	font-size: 16px;
	margin: 30px auto;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.35s ease;
}

.case_k_close:hover {
	background: #DE9E00;
}


/* case end */


/* talk beign */

.w2 {
	width: 85%;
	height: 100%;
	overflow: auto;
	margin: 40px auto;
}


/* talk end */


/* about beign */

.aside {
	position: absolute;
	left: 15px;
}

.navLv {
	margin-top: 40px;
}

.navLv li {
	list-style: none;
}

.navLv li a {
	display: block;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.35s ease;
}

.navLv li a:hover {
	text-decoration: none;
}

.navLv li span {
	margin: 0px;
	padding: 10px 20px;
	display: block;
	font-size: 12px;
}

.navLv li.a1 span {
	background: #EDEDED;
	color: #111111;
	transition: all 0.35s ease;
}

.navLv li.a1 a:hover span,
.navLv li.a1 a.on span {
	background: #000000;
	color: #FFFFFF;
}

.pnav_w {
	margin: 0px auto;
	padding: 40px 0px;
	height: 100%;
	overflow: auto;
	width: 85%;
}

.pnav_title {
	font-size: 26px;
	letter-spacing: 0.1em;
	color: #333333;
	padding: 0px 0px 10px 2%;
}

.pnav_title2 {
	font-size: 26px;
	letter-spacing: 0.1em;
	color: #333333;
	padding: 0px 0px 10px 0px;
}

.pnav_con {
	height: 100%;
	overflow: hidden;
}

.pnav_img {
	float: left;
	width: 30%;
	background: #FFB500;
}

.pnav_img img {
	width: 100%;
	opacity: 1;
	transition: all 0.35s ease;
	vertical-align: bottom;
}

.pnav_img:hover img {
	opacity: 0.5;
}

.pnav_text {
	float: left;
	width: 70%;
	line-height: 25px;
}

.pnav_t {
	padding-left: 2%;
	height: 100%;
	overflow: auto;
}

.pnav_t2 {
	padding-right: 2%;
	height: 100%;
	overflow: auto;
}

.pnav_lc {
	height: 100%;
	overflow: auto;
	padding-top: 5px;
}

.pnav_lc li {
	list-style: none;
	margin: 6px 0px 0px 75px;
}

.lc_k {
	border-left: 4px solid;
	padding: 32px 0px 25px 0px;
	border-color: #C5C5C5;
	position: relative;
	transition: all 0.35s ease;
}

.lc_k:hover {
	border-color: #FFB500;
}

.lc_k:before {
	content: "";
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: -8px;
	background: #F5F5F5;
	border: 3px solid;
	box-shadow: 0 0 0 4px #F5F5F5;
	border-color: inherit;
	transition: all 0.35s ease;
}

.lc_k:hover:before {
	content: "";
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: -8px;
	background: #FFB500;
	border: 3px #F5F5F5 solid;
	box-shadow: 0 0 0 4px #F5F5F5;
}

.lc_text {
	margin: -6px 0px 0px 10px;
	transition: all 0.35s ease;
}

.lc_k:hover div.lc_text {
	color: #000000;
}

.lc_time {
	position: absolute;
	top: 26px;
	left: -75px;
	transition: all 0.35s ease;
}

.lc_k:hover div.lc_time {
	color: #FFB500;
}

.lx_K {
	height: 100%;
	overflow: auto;
}

.lx_k li {
	list-style: none;
	width: 33.33%;
	display: block;
	float: left;
	padding: 10px 0px 0px 0px;
}

.lx_k li div.lx_ico {
	float: left;
	padding: 3px 5px 0px 0px;
}

.lx_k li div.lx_t {
	float: left;
}

.lx_k li div.lx_t a {
	color: #969696;
	text-decoration: none;
	transition: all 0.35s ease;
}

.lx_k li div.lx_t a:hover {
	color: #FFB500;
	text-decoration: none;
	transition: all 0.35s ease;
}

.pnav_map {
	float: none;
	padding-top: 20px;
}

.pnav_lj li {
	padding: 0px 15px 0px 0px;
	display: block;
	float: left;
	list-style: none;
	white-space: nowrap;
}

.pnav_lj li a {
	padding: 0px;
	color: #888888;
	text-decoration: none;
}

.pnav_lj li a:hover {
	padding: 0px;
	color: #000000;
	text-decoration: none;
	transition: all 0.35s ease;
}

.lj_text {
	font-size: 16px;
	color: #FFB500;
	padding: 5px 0px;
}

.lj_change a {
	color: #00A0E9;
	text-decoration: none;
}

.lj_change a:hover {
	color: #00A0E9;
	text-decoration: none;
}

.wx_l {
	float: left;
	padding-top: 5px;
}

.wx_r {
	float: left;
	height: 100%;
	overflow: auto;
}

.wx_pic {
	padding: 5px 0px 0px 20px;
}

.wx_text {
	padding: 0px 0px 0px 20px;
}


/* about end */