html{
	font-size: 62.5%;
}

body {
	font-size: 1rem;
	font-family:"微软雅黑";
}

.container {
	width: 100%;
	position: relative;
	height: 100%;
}


li{
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	display: block;
}

.header {
	height: 40px;
	display: none;
}

div {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cl {
	clear: both;
}

.to-top {
	position: fixed;
	z-index: 102;
	right: 20px;
	bottom: 54px;
}

/*******************************************/
.logo {
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 100;
}

.top-nav {
	position: absolute;
	right: 13px;
	top: 14px;
	display: none;	
}

.menu-nav {
	display: block;
	position: absolute;
	right: 0px;
	display: none;
	z-index: 100;
}

.menu-nav li{
	text-align: right;
	font-size: 14px;
	display: block;
	margin-bottom: 1px;
}

.menu-nav li a{
	color: #999999;
	background-color: #e3e2e1;
	padding-right: 13px;
	padding-left: 13px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

/********************************************/
.nav-left {
	width: 338px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	padding: 0 0 0 30px;
	color: #999999;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.nav-left .nav {
	margin-top: 146px;
	position: fixed;
	background-color: #FFFFFF;
}

.nav-left .nav li {
	width: 283px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border-bottom: 1px solid #c6c6c6;
	position: relative;
}

.nav-left .nav li.selected {
	border-bottom: 1px solid #986D48;
}

.nav-left .nav li.selected a {
	color: #986D48;
}

.nav-left .nav li .line {
	position: absolute;
	height: 1px;
	width: 0%;
	left: 0px;
	bottom: 0px;
	background-color: #986D48;
}

.nav-left .nav li a {
	display: block;
	width: 100%;
	color: #999999;

}

.add-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../img/add_icon.png);
	right: 0px;
	top: 50%;
	margin-top: -8px;
}

.nav-left p {
	padding: 10px 0px;
}

.nav-left .contact {
	margin-top: 400px;
	font-size: 12px;
	line-height: 18px;
}

.nav-left .about {
	margin-top: 30px;
	width: 100%;
	font-size: 12px;
	color: #C6C6C6;
}

.nav-left .about .right {
	margin-right: 20px;
}

.main {
	top: 0px;
	position: absolute;
	display: none;
}


/********************************************/
.main-content .banner {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.main-content .banner .slider-item {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.main-content .banner .slider-item.current {
	display: block;
}

.main-content .banner .slider-control {
	position: absolute;
	left: 50%;
	bottom: 10px;
}

.main-content .banner .slider-control .control {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	-moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari 和 Chrome */
    border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background-color: #EEEEEE;
}

.main-content .banner .slider-control .control.current {
	background-color: #a17f63;
}

.grid {
	width: 100%;
}

.grid .item {
	float: left;
	position: relative;
	font-size: 24px;
	color: #555555;
	cursor: pointer;
	background-color: #000000;
	width: 50%;
}

.grid .item p{
	display: block;
	position: absolute;
}

.grid .item .title {
	left: 40px;
	top: 35px;
}

.grid .item .tip {
	left: 40px;
	bottom: 45px;
}

.grid .item .play {
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -17px;
}

.grid .item img {
	opacity:0.8;
	filter:alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
}

.grid .item img.alapha{
	opacity:1;
	filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}

.grid .item:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
}

/********footer***************/
/*.footer {
	position: relative;
	padding: 5px;
	color: #999999;
	clear: both;
	display: none;
	font-size: 9px;
}

.footer .contact p {
	display: inline-block;
	margin-right: 5px; 
}

.footer p {
	padding: 2rem 0px;
}*/

.footer {
	width: 100%;
	display: none;
}



/*******************************/
/***********product********************/
.product-main {
	background-color: #f5f5f5;
	padding-left: 28px;
}

.product-main .main-top {
	height: 78px;
	position: relative;
	font-size: 14px;
	color: #555555;
}

.product-main .main-top .title {
	height: 100%;
	line-height: 78px;
}

.product-main .main-top .design {
	position: absolute;
	right: 12px;
	top: 31px;
	text-align: right;
	z-index: 99;

}

.product-main .main-top .design a{
	color: #555555;
	text-decoration: underline;
	display: block;
	line-height: 22px;
}

.product-main .banner {
	width: 60%;
}

.product-grid {
	width: 100%;
}

.product-grid .item {
	width: 30%;
	float: left;
	margin-right: 12px;
	margin-top: 12px;
	cursor: pointer;
}

.product-grid .item img {
	opacity:0.8;
	filter:alpha(opacity=80);
	color: #986D48;
}

.product-grid .item:hover img {
	opacity: 1;
	filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}

.pl {
	clear: both; 
	height: 12px; 
	width: 100%
}

.product-main .name {
	margin-top: 25px;
	line-height: 30px;
}

.product-main .name p {
	font-size: 24px;
	color: #555555;
}

.product-main .name p.name_last {
	color: #999999;
}

.product-main .img-top {
	margin-top: 10px;
}

.product-main .img-bottom { 
	margin-top: 10px;
}

.product-main .disc {
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	margin-top: 16px;
}

.product-main .tags {
	font-size: 14px;
	color: #999999;
	margin-top: 45px;
	position: relative;
	padding-bottom: 56px;
}

.product-main .tags p{
	padding-top: 10px;
}

.product-main .tags .last{
	color: #C6C6C6;
}

.detail-main {
	padding-right: 12px;
}

/**********************************/
/***************services*******************/
.service-main {
	padding-bottom: 50px;
}
.service-main .seq .item {
	width: 20%;
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
}

.service-main .seq .item p {
	font-size: 14px;
	color: #555555;
	line-height: 22px;
}

.service-main .seq .item p.first {
	padding-top: 10px;
}

/************************************/
/************about***********************/

.about-main {
	height: 100%;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #555555;
	/*padding-left: 28px;*/
	line-height: 26px;
	overflow: hidden;
}

.about-main .page {

}

.about-main p {
	background-color: #f5f5f5;
	padding-left: 28px;
	padding-right: 28px;
}

.about-main .page.page1{
	height: 100%;
	background-color: #f5f5f5;
}

.about-main .page.page1 {
	padding-top: 30px;
}

.about-main .page.page1 .ch {
	padding-top: 30px;
}

.next {
	width: 100%;
	position: relative;
	margin-top: 157px;
}

.next a {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -18px; 
}

.content-img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.about-main .page.page1 .en {
	font-size: 14px;
	color: #555555;
}

.about-main .page.page1 .en {
	font-size: 14px;
	color: #999999;
}

.about-main .page.page2 .en p, .about-main .page.page2 .ch p {
	padding-top: 20px;
}

.about-main .page.page2 .en, .about-main .page.page2 .ch{
	padding-bottom: 15px;
}


.about-main .page.page2 .title {
	font-size: 24px;
	color: #999999;
	line-height: 40px;
	margin-top: 20px;
}

.about-main .page.page2 .title .logo-text {
	color: #986d48;
	font-size: 18px;
}

.about-main .page.page2 .title .logo-disc {
	color: #c6c6c6;
	font-size: 14px;
}

.about-detail-main {
	background-color: #f5f5f5;
}

.about-detail-main .banner {
	position: relative;
}


.about-detail-main .banner .min-pho {
	position: absolute;
	bottom: -13.8138%;
	right: 8.1633%;
}

.about-detail-main .banner .min-pho{
	width: 26.67638%;
}

.about-detail-main .name {
	font-size: 24px;
	color: #555555;
	line-height: 46px;
	margin-top: 15px;
	padding-left: 28px;
}

.about-detail-main .honour {
	font-size: 14px;
	color: #555555;
	line-height: 22px;
	padding-left: 28px;
}

.about-detail-main .disc {
	font-size: 14px;
	color: #999999;
	padding-left: 28px;
	padding-right: 28px;
	margin-top: 50px;
}

.about-detail-main .disc p {
	padding-bottom: 34px;
	line-height: 30px;
}

.about-detail-main .sign {
	width: 100%;
	text-align: right;
	padding-right: 28px;
	font-size: 14px;
	color: #010101;
	margin-top: 130px;
	padding-bottom: 100px;
}

.about-detail-main .sign .big {
	font-size: 24px;
	line-height: 35px;
}

/**********solution main*********************/
.solution-main {
	padding-right: 10px;
}

.solution-main .item {
	margin-top: 46px;
}

.solution-main p {
	font-size: 24px;
	color: #555555;
	line-height: 35px;
}

.solution-main p.second {
	color: #999999;
	padding-bottom: 10px;
}


/**响应式**/
@media screen and (max-width: 600px) {
	.nav-left{
		display: none;
	}

	.logo {
		top: 10px;
		left: 13px;
		position: absolute;
	}

	.top-nav {
		display: block;
	}

	.main {
		width: 100%;
		position: static;
		display: block;
	}

	.product-main {
		padding-left: 5px;
	}

	.detail-main {
		padding-right: 5px;
	}

	.product-grid .item {
		margin-right: 5px;
		margin-top: 5px;
	}

	.product-main .main-top {
		font-size: 12px;
		height: 35px;
	}

	.product-main .main-top .title{
		line-height: 35px;
	}

	.product-main .main-top .design {
		right: 5px;
		top: 9px;
	}

	.product-main .main-top .design a{
		line-height: 14px;
	}

	.header {
		display: block;
	}

	.grid .item .title {
		left: 17px;
		top: 16px;
		font-size: 14px;
	}

	.footer {
		display: block;
	}

	.pl {
		height: 0px;
	}

	.service-main .seq .item {
		width: 45%;
		margin-right: 5px;
	}

	.service-main {
		padding-bottom: 0px;
	}

	.about-main{
		line-height: 26px;
	}

	.about-main p{
		padding-left: 5px;
		padding-right: 5px;
	}

	.about-main .page.page1 {
		padding-top: 30px;
		height: auto;
		padding-bottom: 80px;
	}

	.about-main .page.page1 .ch {
		padding-top: 30px;
	}

	.next {
		margin-top: 5px;
	}

	.about-detail-main .name, .about-detail-main .honour, .about-detail-main .disc {
		padding-left: 5px;
		padding-right: 5px;
	}

	.about-detail-main .disc {
		margin-top: 20px;
	}

	.about-detail-main .disc p {
		padding-bottom: 10px;
	}

	.about-detail-main .sign {
		margin-top: 50px;
		padding-bottom: 50px;
	}

	.solution-main p {
		font-size: 14px;
		line-height: 20px;
	}

	.solution-main .item {
		margin-top: 20px;
	}



}



