﻿@charset "utf-8";
/* CSS reset */
html, body, iframe,
h1, h2, h3, h4, h5, h6, p, 
ol, ul, dl, dd, 
input, button, textarea, th, td, form {
	margin: 0;
	padding: 0;
}
body {
	min-width: 970px;
	background: #f5f5f5;
	color: #666;
	font: 12px/1.5 'Microsoft YaHei','华文细黑',Helvetica,Arial,sans-serif;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
textarea {
	resize: none;
}
a, a:active, a:focus {
	outline: none;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** global class **/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.tr {
	text-align: right;
}

/* Header */
.header {
	position: relative;
	z-index: 10000;
	height: 65px;
	background:#006650;
}
.header-wel{
	position:absolute;
	z-index: 10000;
	height: 65px;
	width: 100%;
	left: 0;
}
.header .top-line {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 27px;
	background: url(../img/top_line.png) repeat-x;
}
.logo {
	float: left;
	width: 220px;
	height: 65px;
	overflow: hidden;
}
.nav {
	position: relative;
	z-index: 99;
	float: right;
	height: 65px;
	text-align: center;
}
.nav li {
	position: relative;
	float: left;
	width: 107px;
	height: 66px;
}
.nav li .tl {
	display: block;
	width: 107px;
	height: 65px;
	color: #fff;
	font-size: 14px;	
	line-height: 65px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;font-weight:700;
}
.nav li .tl:hover, .nav li .cur {
	background: rgba(0,102,80,.8);
	color: #fff;
}
.nav li.last {
/*	opacity: .6;
	filter: alpha(opacity=60);
*/}
/*.nav li:hover .sub-nav {
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}*/
.sub-nav {
	/*display: none;*/
	position: absolute;
	top: 65px;
	left: 0;
	width: 107px;
	height: 0;
	/*padding: 5px 10px;*/
	overflow: hidden;
	line-height: 29px;
/*	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;*/
}
.sub-nav .cont {
	padding: 5px 10px;
}
.sub-nav a {
	display: block;
	border-bottom: 1px solid #d4d3d0;
	color: #fff;
}
.sub-nav a:hover {
	color: #fafafa;
}
.sub-nav .last {
	border: none;
}
.sub-nav .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #006650;
	width: 133px;
	height: 100%;
}

/* Footer */
.footer {
	height: 60px;
	padding: 10px 40px;
	border-top: 1px solid #24231e;
	background: #006650;
	line-height: 25px;
	color: #515151;
}
.footer a {
	color: #515151;
}
.footer a:hover {
	color: #fff;
}
.share {
	width: 180px;
	color: #888;
}
.share strong {
	float: left;
	font-weight: normal;
	width: 60px;
}
.bdsharebuttonbox  {
	float: left;
	width: 120px;
	height: 30px;
	overflow: hidden;
}
#share a {
	width: 1px;
	background: url(../img/share.jpg) no-repeat;
}
#share .bds_tsina {
	background-position: 0 0;
}
#share .bds_tqq {
	background-position: -23px 0;
}
#share .bds_renren {
	background-position: -69px 0;
}
#share .bds_douban {
	background-position: -48px 0;
}
#share .bds_qzone {
	background-position: -91px 0;
}
.ft-ralated {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 258px;
	height: 28px;
	background: url(../img/foot_related.png) no-repeat;
	text-align: left;
	cursor: pointer;
}
.ft-ralated .cont {
	display: none;
	position: absolute;
	width: 256px;
	bottom: 27px;
	border: 1px solid #27261d;
	background: #13120f;
	text-indent: 8px;
}
.ft-ralated .cont a {
	display: block;
	color: #666;
}
/* Main */
.main {
	min-width: 960px;
	height: 815px;
}
.page {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page-bg {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page-bg img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
.page-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	width: 960px;
	height: 630px;
	margin: -315px 0 0 -480px;
}
.page-tl h2 {
	height: 80px;
	color: #fff;
	font-size: 18px;
	line-height: 80px;
}
.page-tl span {
	display: inline-block;
	vertical-align: bottom;
}
.page-tl .en {
	margin-right: 10px;
	font-size: 36px;
	font-family: Arial;
}
.page-tab {
	height: 55px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.page-tab a {
	float: left;
	width: 94px;
	height: 30px;
	margin-right: 1px;
	background: #c2beab;
	color: #fff;
	/*box-shadow: 1px 1px 3px #666;*/
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.page-tab a:hover, .page-tab .cur {
	background: #a49c77;
	color: #fff;
}
.page-cont {
	position: relative;
}
.page-btn {
	position: absolute;
	width: 37px;
	height: 63px;
	/*background: url(../img/news_btn.png) no-repeat;*/
}
.page-btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.page-btn-prev {
	background: url(../img/news_btn.png) no-repeat;
}
.page-btn-next {
	background: url(../img/news_btn.png) no-repeat -37px 0;
}

/* Index */
.index-slide {
	height: 685px;
}
.index-slide li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.index-menu {
	position: absolute;
	bottom: 41px;
	left: 0;
	_bottom: -1px;
	width: 100%;
	height: 90px;
	background: #000;
	font-size: 14px;
}
.index-menu li {
	position: relative;
	float: left;
	width: 25%;
	height: 90px;
	overflow: hidden;
	margin: 0 -1px;
	border-left: 1px solid #413e33;
	border-right: 1px solid #413e33;
}
.index-menu .last {
	border-right: none;
}
.index-menu a {
	display: block;
	height: 100%;
}
.index-menu strong {
	display: block;
	height: 36px;
	background: #514d3c;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 36px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-menu img {
	position: absolute;
	left: 0;
	top: 36px;
	opacity: .5;
	filter: alpha(opacity=50);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-menu strong span {
	color: #ccc;
	font-family: Arial;
}
.index-menu a:hover img, .index-menu .cur a img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.index-menu a:hover strong, .index-menu .cur a strong {
	background: #817d69;
}
.index-news {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	padding: 10px 0;
	border-top: 1px solid #282722;
	background: #1e1d17;
	color: #edeee0;
	line-height: 20px;
}
.index-news strong {
	float: left;
	padding: 0 5px 0 70px;
	font-size: 14px;
}
.index-news .cont {
	float: left;
	height: 20px;
	overflow: hidden;
}
.index-news li {
	height: 20px;
}
.index-news a {
	color: #959595;
	margin-right: 10px;
}
.index-news a:hover {
	color: #fff;
}
.index-news span {
	color: #666;
}

/* About Us */
.aboutus-cont {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 425px;
	color: #edeae0;
	line-height: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* Authenticate */
.authenticate-cont {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 391px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.authenticate-cont .img {
	position: relative;
	width: 358px;
	height: 412px;
	margin-left: -8px;
	padding: 17px;
	background: url(../img/authenticate_bg.png) no-repeat;
}
.authenticate-cont .img li {
	position: absolute;
	width: 358px;
	height: 412px;
	left: 17px;
	top: 17px;
	opacity: 0;
	filter: alpha(opacit=0);
}
.authenticate-cont .img span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background: #333;
	color: #fff;
	font-size: 14px;
	text-indent: 10px;
	line-height: 34px;
	opacity: .8;
	filter: alpha(opacity=80);
}
.authenticate-cont .l-img {
	position: relative;
	width: 390px;
	padding-left: 1px;
}
.authenticate-cont .l-img .cont {
	position: relative;
	width: 377px;
	height: 64px;
	margin-top: 5px;
	overflow: hidden;
}
.authenticate-cont .l-img ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
}
.authenticate-cont .l-img li {
	float: left;
	width: 74px;
	height: 55px;
	margin-right: 18px;
	border: 3px solid #f0ecdd;
	cursor: pointer;
}
.authenticate-cont .l-img li:hover, .authenticate-cont .l-img .cur {
	border: 3px solid #d2b95b;
	opacity: .7;
	filter: alpha(opacity=70);
}
.authenticate-cont .l-img .btn {
	position: absolute;
	top: 24px;
	width: 13px;
	height: 18px;
	background: url(../img/authenticate_btn.png) no-repeat;
}
.authenticate-cont .l-img .prev {
	left: -25px;
	background-position: 0 0;
}
.authenticate-cont .l-img .next {
	right: -10px;
	background-position: -43px 0;
}

/* News */
.news-cont {

	width: 960px;
	padding-top: 20px; height:100%
}
.news-cont .page-btn {
	top: 150px;
}
.news-cont .page-btn-prev {
	left: -105px;
}
.news-cont .page-btn-next {
	right: -105px;
}
.news-cont .cont {
	position: relative;
	width: 100%;
	line-height: 22px;
}
.news-cont .cont ul {
	position: absolute;
	left: 0;
	top: 0;
}
.news-cont .cont li {
	float: left;
	_display: inline;
	width: 250px;
	height: 335px;
	margin: 0 11px;
	padding: 4px 24px;
	background: url(../img/news_list_bg.png) no-repeat;
}
.news-cont .cont .time {
	height: 42px;
	border-bottom: 2px solid #e8e6d8;
	color: #545142;
	font-size: 14px;
	font-family: Arial;
	line-height: 42px;
}
.news-cont .cont .time strong {
	display: inline-block;
	padding-top: 3px;
	line-height: 38px;
	vertical-align: bottom;
}
.news-cont .cont .time span {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	vertical-align: bottom;
}
.news-cont .cont img {
	display: block;
	margin-top: -3px;
}
.news-cont .cont .tl {
	display: block;
	padding: 10px 0;
	color: #545142;
	font-size: 16px;
}
.news-cont .cont .tl:hover {
	text-decoration: underline;
}
/* News Info */
.wrap-news-info {
	position: relative;
	z-index: 100;
	padding: 20px 0 50px;
	background: #f9f8f5;
}
.news-info {
	width: 960px;
	margin: 0 auto;
	color: #6d6a5b;
}
.news-info .tl {
	height: 104px;
	border-bottom: 2px solid #e4e3db;
	text-align: center;
}
.news-info h3 {
	height: 40px;
	padding-top: 30px;
	color: #545142;
	font-size: 16px;
}
.news-info .txt {
	padding: 20px 0 40px;
	line-height: 22px;
}
.news-info .bottom {
	position: relative;
	height: 80px;
	padding-top: 15px;
	border-top: 1px dotted #cacaca;
	line-height: 25px;
}
.news-info .bottom .back {
	position: absolute;
	top: 15px;
	right: 10px;
}
.news-info .bottom a {
	color: #666;
}
.news-info .bottom a:hover {
	color: #a69d1e;
}

/* Contact Us */
.contactus-cont {
	width: 944px;
	height: 390px;
	border: 8px solid #fffdf3;
	background: #efeada;
}
.contactus-cont .map {
	float: left;
	width: 685px;
	height: 390px;
}
.contactus-cont .cont {
	float: left;
	width: 220px;
	padding-left: 20px;
	font-size: 14px;
}
.contactus-cont .txt {
	margin-bottom: 25px;
	padding: 25px 0 25px 45px;
	border-bottom: 1px solid #d2cdba;
	line-height: 24px;
}
.contactus-cont .txt strong {
	margin-left: -45px;
	font-weight: normal;
}
.contactus-cont .tel span {
	color: #056c48;
	font-size: 24px;
}

/* Solutions */
.solutions-cont {
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 611px;
	margin:0 auto;
}
.solutions-cont .img {
	position: relative;
	width: 569px;
	height: 375px;
	padding: 22px;
	background: url(../img/solutions_bg.png) no-repeat;
}
.solutions-cont .img li {
	position: absolute;
	width: 569px;
	height: 375px;
	left: 21px;
	top: 22px;
}
.solutions-cont .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 34px;
	font-size: 16px;
	text-indent: 10px;
	line-height: 34px;
}
.solutions-cont .l-img {
	position: relative;
	width: 605px;
	padding-left: 3px;
}
.solutions-cont .l-img .cont {
	position: relative;
	width: 605px;
	height: 75px;
	margin-top: 5px;
	overflow: hidden;
}
.solutions-cont .l-img ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
}
.solutions-cont .l-img li {
	position: relative;
	float: left;
	width: 99px;
	height: 60px;
	margin-right: 12px;
	border: 6px solid #c1bfb4;
	cursor: pointer;
}
.solutions-cont .l-img .cur .bg {
	display: none;
}
.solutions-cont .l-img .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 99px;
	height: 60px;
	background: url(../img/solutions_mask.png) no-repeat;
}
.solutions-cont .l-img .btn {
	display: none;
	position: absolute;
	top: 24px;
	width: 13px;
	height: 18px;
	background: url(../img/solutions_btn.png) no-repeat;
}
.solutions-cont .l-img .prev {
	left: -25px;
	background-position: 0 0;
}
.solutions-cont .l-img .next {
	right: -10px;
	background-position: -43px 0;
}

/* Case */
.case-cont {
	width: 100%;
}
.wrap-scroll {
	position: relative;
	width: 100%;
	height: 472px;
	overflow: hidden;
}
.scroll-cont {
/*	position: absolute;
	left: 0;
	top: 30px; height:100%*/ background:#fff; overflow:hidden;

}
.case-cont .scroll-cont {
	background: #000;
}
.case-cont .scroll-cont a {
	position: relative;
	display: block;
	float: left;
	height: 266px;
	overflow: hidden;
	opacity: .5;
	filter: alpha(opacity=50);
}
.case-cont .scroll-cont span {
	/*display: none;*/
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #817d69;
	color: #fff;
	text-align: center;
	zoom: 1;
	text-indent: 0;
	line-height: 40px;
	_width: expression(eval(offsetParent.offsetWidth));
}
.scroll-bar {
	position: absolute;
	top: 400px;
	width: 100%;
	border-top: 3px solid #4b493d;
}
.scroll-btn {
	position: absolute;
	left: 0;
	top: -6px;
	width: 102px;
	height: 9px;
	overflow: hidden;
	background: url(../img/scroll_btn.png) no-repeat;
	cursor: pointer;
}

/* Product */
.product-cont {

	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.product-cont .scroll-cont {
	padding: 30px 0;
	background: #fff;
	cursor: pointer;
}
.product-cont .scroll-cont li {
	float: left;
	width: 219px;
	padding: 0 50px 10px 50px;
	border-right: 1px solid #ececeb;border-bottom: 1px solid #ececeb;
}
.product-cont .scroll-cont .img {
	height: 140px;
	margin-top:20px;
}
.product-cont .scroll-cont .img img{
	display: block;
	margin: 0 auto;
}
.product-cont .scroll-cont strong {
	display: block;
	height: 30px;
	font-size: 14px;
	font-weight: normal;
}
.product-cont .scroll-cont .txt {
	line-height: 20px;
}

.chromeOnselectstart{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;}

/* mask */
.mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}
.mask .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
}
.mask-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 660px;
	margin: -330px 0 0 -480px;
}
.mask-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	width: 53px;
	height: 46px;
	background: url(../img/mask_close.png) no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.mask-close:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}

/* Mask2 */
/*.mask-cont2 {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 60px;
	min-height: 60px;
	background: url(../img/load.gif) no-repeat center;
}
.mask-cont2 .case-mask {
	position: relative;
	margin: -50% 0 0 -50%;
	padding: 8px 8px 140px;
	background: #fff;
}*/

/*.case-mask {
	position: relative;
	width: 810px;
	height: 634px;
	margin: 0 auto;
	border: 8px solid #fffdf4;
	background: #fffdf4;
}
.case-mask .cont {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.case-mask .page-btn, .product-mask .page-btn {
	top: 255px;
}
.case-mask .page-btn-prev, .product-mask .page-btn-prev {
	left: -65px;
}
.case-mask .page-btn-next, .product-mask .page-btn-next {
	right: -65px;
}
.case-mask .img {
	width: 810px;
	height: 510px;
	text-align: center;
}
.case-mask h4 {
	height: 45px;
	margin: 0 10px;
	color: #7a745c;
	font-size: 16px;
	font-weight: normal;
	line-height: 45px;
}
.case-mask .txt {
	margin: 0 10px;
	line-height: 22px;
}*/

.product-mask {
	position: relative;
	width: 846px;
	height: 410px;
	margin: 80px auto 0;
	padding: 40px;
	background: #fffdf4;
}
.product-mask .top {
	height: 260px;
	font-size: 14px;
}
.product-mask .img {
	float: left;
	width: 420px;
	margin-right: 14px;
	display: inline;
}
.product-mask .img img{
	display: block;
	margin: 0 auto;
}
.product-mask .top-cont {
	float: left;
	width: 370px;
}
.product-mask .cont {
	display: none;
	position: absolute;
	left: 40px;
	top: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.product-mask h4 {
	height: 30px;
	font-size: 16px;
	font-weight: normal;
}
.product-mask .top .txt {
	padding: 10px 0 15px;
	border-bottom: 1px dotted #e3e3e3;
	line-height: 22px;
}
.product-mask .top .bottom {
	padding: 10px 0;
}
.product-mask .top .bottom a {
	padding-left: 20px;
	background: url(../img/product_mask_ico.png) no-repeat 5px 8px;
	color: #666;
}
.product-mask .parameter {
	width: 100%;
}
.product-mask .parameter table {
	width: 100%;
	text-align: center;
}
.product-mask .parameter th {
	height: 38px;
	background: #f0f0e8;
	font-size: 14px;
	font-weight: normal;
}
.product-mask .parameter td {
	height: 38px;
	border-bottom: 1px solid #edede3;
}