﻿@charset "utf-8";
/* webrx CSS Document */


html, body, div, span,applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;}
div {text-align:left;}
h1, h2, h3, h4, h5, h6{font-size:12px;}
address, cite{font-style:normal;}
li{list-style-type:none;}
fieldset, img {border:0;}
.text_ide{text-indent:30px;}
label,button{cursor: pointer;}
select,input,textarea{font-size:12px;line-height:1.2em;}
body {
    font-size: 12px;
    font-family:Arial;
    color: #333;
}
a,img{border:none;text-decoration:none;}
a{ cursor:pointer;}
.uppercase{text-transform:uppercase;}
.wrapper{width:1000px;margin:0 auto;}
*{font-size:12px;}
i,em{font-style:normal;}
.left{float:left;}
.right{float:right;}
.overflow{overflow:hidden;zoom:1;}
.stanwidth{ width:1036px; margin:0px auto;}
@font-face {
    font-family: 'Whitney-Book';
    src: url('../fonts/Whitney-Book.eot');
    src: url('../fonts/Whitney-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Whitney-Book.otf') format('otf'),
         url('../fonts/Whitney-Book.woff') format('woff'),
         url('../fonts/Whitney-Book.ttf') format('truetype'),
         url('../fonts/Whitney-Book.svg#UNIVERS_CONDENSED_1') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Whitney-Medium';
    src: url('../fonts/Whitney-Medium.eot');
    src: url('../fonts/Whitney-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Whitney-Medium.woff2') format('woff2'),
         url('../fonts/Whitney-Medium.woff') format('woff'),
         url('../fonts/Whitney-Medium.ttf') format('truetype'),
         url('../fonts/Whitney-Medium.svg#UNIVERS_CONDENSED_1') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
	font-family: 'Whitney-Semibold';
	src: url('../fonts/Whitney-Semibold.eot');
	src:url('../fonts/Whitney-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Whitney-Semibold.woff') format('woff'), 
		url('../fonts/Whitney-Semibold.ttf') format('truetype'), 
		url('../fonts/Whitney-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.cbox03 .index_about ul li,.cbox01 .news .newcont ul li .title{
	transition:all .5s ease-in-out; 
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out; 
	-o-transition:all .5s ease-in-out; 
	-ms-transition:all .5s ease-in-out;
}



/* Index */
.header .sub_width{
	width:1100px;
	margin:0px auto;
}
.header .top{
	width:100%;
	background:#3c3c3c;
}
.header .top .logo a{
	display:block;
	background:#383737;
	padding:12px 45px 11px 45px;
}
.header .top .search{
	width:542px;
	height:117px;
	border-right:1px solid #454545;
}
.header .top .search form{
	width:353px;
	height:33px;
	border:1px solid #8f7966;
	margin:0px auto;
	margin-top:40px;
	border-radius:15px;
}
.header .top .search form input{
	border:0px;
	display:inline-block;
}
.header .top .search form .inp_box{
	float:left;
	width:302px;
	border-radius:15px;
	height:33px;
	line-height:33px;
	background:none;
	padding-left:10px;
	color:#fff;
	font-size:12px;
	font-family:Arial;
}
.header .top .search form .inp_button{
	width:32px;
	height:33px;
	background:url(../images/icons.png) no-repeat 0px -71px;
	cursor:pointer;
	float:right;
}
.header .top .share{
	float:right;
	margin-top:40px;
}
.header .top .share a{
	display:inline-block;
	width:32px;
	height:32px;	
	transition:all .2s ease-in-out; 
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out; 
	-o-transition:all .2s ease-in-out; 
	-ms-transition:all .2s ease-in-out;
	background:url(../images/icons.png) no-repeat;
	margin-left:20px;
}
.header .top .share a.top_icon1{ background-position:-0px -0px;}
.header .top .share a.top_icon2{ background-position:-53px -0px;}
.header .top .share a.top_icon3{ background-position:-105px -0px;}
.header .top .share a.top_icon4{ background-position:-158px -0px;}
.header .top .share a.top_icon5{ background-position:-210px -0px;}
.header .top .share a.top_icon1:hover{ background-position:-0px -33px;}
.header .top .share a.top_icon2:hover{ background-position:-53px -33px;}
.header .top .share a.top_icon3:hover{ background-position:-105px -33px;}
.header .top .share a.top_icon4:hover{ background-position:-158px -33px;}
.header .top .share a.top_icon5:hover{ background-position:-210px -33px;}


.header .nav{
	width:100%;
	height:54px;
	position:relative;
	-webkit-box-shadow:0 5px 5px rgba(134, 134, 134, .3);  
    -moz-box-shadow:0 5px 5px rgba(134, 134, 134, .3);  
    box-shadow:0 5px 5px rgba(134, 134, 134, .3);
	z-index:99;
}
.header .nav .sub_width{
	width:1099px;
	margin:0px auto;
	border-left:1px solid #ededed;
}

.header .nav ul{
	overflow:hidden;
	zoom:1; 
	background:#fff;
	border-right:1px solid #ededed;
}
.header .nav ul li{
	float:left;
	width:154px;
	border-right:1px solid #ededed;
}
.header .nav ul li a{
	display:inline-block;
	font-size:14px;
	line-height:54px;
	color:#333; 
	width:156px; 
	text-align:center;
	font-family:Raavi;
	font-weight:bold;
}
.header .nav ul li a:hover{
	color:#aa8e5d;
}

/*二级导航*/
.header .nav .sub-nav{
	position:absolute;
	top:48px;
	*top:48px;
	*left:470px;
	z-index:9999;
	background:#fff;
	display:none;
	padding-top:6px;
	min-width: 100px;
}
.header .nav .sub-nav dl{
	border:1px solid #c1b4a3;
}
.header .nav .sub-nav dl dd{
	display:block;
	width:252px;
	height:45px;
	position:relative;
	padding:0 15px; 
	border-bottom:1px solid #60594e;
	font-family:Arial;
	background:#3c3c3c;
	color:#fff;
}
.header .nav .sub-nav dl dd a{
	color:#fff;
	text-transform:none; 
	text-align:left;
	display:block;
	width:252px;
	line-height:45px;
	padding:0;
	font-size:14px;
	overflow:hidden;
}
.header .nav .sub-nav dl dd a span{
	font-size:14px;
	float:left;
}
.header .nav .sub-nav dl dd a i{
	float:right;
	display:block;
	width:8px;
	height:13px;
	background:url(../images/icons.png) no-repeat -45px -81px;
	margin-top:15px;
}
.header .nav .sub-nav dl dd:hover{ 
	background:#aa8e5d; 
	color:#fff;
}
.header .nav .sub-nav dl dd a:hover{ 
	color:#fff;
}

.header .nav li .sub-nav dd:hover .nav_right{
	display:block;
}
.header .nav li .sub-nav .nav_right{
	float:left;
	width:auto;
	margin-top:10px;
	position:absolute;
	top:-11px;
	display: none;
}
.header .nav li .sub-nav .nav_right dl{
	border-left:0px;
}
.header .nav li .sub-nav .nav_right dd{ 
	min-width: 140px;
	color:#fff;
	background:#3c3c3c;
}
.top_content .nav li .sub-nav .nav_right dd a{
	color:#fff;
	display:block; 
	font-size:14px; 
	line-height:35px;
	padding:0;
	border:none;
}
.header .nav li .sub-nav .nav_right dd:hover{ 
	background:#aa8e5d; 
	color:#fff;
}
.header .nav li .sub-nav .nav_right dd a:hover{
	color:#fff;
}

.banner{
	height:656px;
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}
.banner .slide li img{
	height:656px;
	width:1920px;
	position:relative;
	left:50%;
	margin-left:-960px;
}
.banner .num{
	position:absolute;
	top:565px;
	left:75%;
}
.banner .num ul li{
	width:18px;
	height:8px;
	background:#d8a92d;
	float:left;
	margin:0 6px;
	cursor:pointer;
	text-indent:9999px;
}
.banner .num ul li.on{
	background:#3c3c3c;
}


.cbox01 .pro_display .sub_manu{
	margin:20px 0 0;
}
.cbox01 .pro_display .sub_manu ul{
	overflow:hidden;
	zoom:1;
}
.cbox01 .pro_display .sub_manu ul li{
	float:left;
	width:320px;
	height:auto;
	margin-right:38px;
	position:relative;
	
}
.cbox01 .pro_display .sub_manu ul li:last-child{
	margin-right:0px;
}
.cbox01 .pro_display .sub_manu ul li .pic, .sub_manu ul li .pic img{
	width:320px;
	height:200px;
}
.cbox01 .pro_display .sub_manu ul li .title{
	width:300px;
	font-size:14px;
	color:#c0a377;
	line-height:44px;
	height:44px;
	background:#3c3c3c;
	padding:0px 10px 0px 10px;
	overflow:hidden;
}
.cbox01 .pro_display .sub_manu ul li .title span{
	float:left;
	font-family:'Whitney-Medium';
	font-size:18px;	
}
.cbox01 .pro_display .sub_manu ul li .title i{
	display:block;
	float:right;
	width:21px;
	height:21px;
	background:url(../images/icons.png) no-repeat -71px -77px;
	margin-top:11px;
	
}
.cbox01 .pro_display .sub_manu li dl{
	position:absolute;
	top:0;
	left:0;
	height:200px;
	width:320px;
	text-align:center;
	display:none\9;
	*display:none;
	transition:all .2s ease-in-out; 
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out; 
	-o-transition:all .2s ease-in-out; 
	-ms-transition:all .2s ease-in-out;
	
}
.cbox01 .pro_display .sub_manu li dl dd{
	opacity:0;
	-webkit-transform:translate3d(0, 20px, 0);
	transform:translate3d(0, 20px, 0);
}
.cbox01 .pro_display .sub_manu li dl dd .slide_title{
	color:#fff;
	font-size:24px;
	font-family:'Whitney-Medium';
	margin-top:27px;
}
.cbox01 .pro_display .sub_manu li dl dd .slide_text{
	width:270px;
	margin:0px auto;
	text-align:left;
	color:#fff;
	font-size:12px;
	font-family:Arial;
	line-height:22px;
	margin-top:15px;
}
.cbox01 .pro_display .sub_manu li:hover dl{
	display:block;
	background:#bb9f6e;
}
.cbox01 .pro_display .sub_manu li:hover dl dd{
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.cbox01 .pro_display .sub_manu li:hover i{
	background:url(../images/icons.png) no-repeat -71px -77px;
}

.cbox02 .casemod{
	width:100%;
	height:607px;
	background:url(../images/cbox2bj.jpg) no-repeat center;
	margin-top:10px;
}
.cbox02 .casemod .caseshow .title{
	padding-top:100px;
}
.cbox02 .casemod .caseshow .title a{
	font-size:48px;
	color:#c0a377;
	margin-top:100px;
	font-family:'Whitney-Medium';
}


.cbox02 .casemod .caseshow .main_pic{
	width:1036px;
	height:418px;
}
.cbox02 .casemod .caseshow .rollbox{
	position:relative;
	z-index:99;
	width:1036px;
}
.cbox02 .casemod .caseshow .rollbox ul li .roll_img{
	background:#fff;
	margin-top:46px;
	-webkit-box-shadow:9px 9px 9px rgba(134, 134, 134, .3);  
    -moz-box-shadow:9px 9px 9px rgba(134, 134, 134, .3);  
    box-shadow:9px 9px 9px rgba(134, 134, 134, .3);
}
.cbox02 .casemod .caseshow .rollbox ul li .roll_img img{
	width:553px;
	height:281px;
	border:1px solid #ded5c4;
	margin:11px;
}
.cbox02 .casemod .caseshow .rollbox .roll_text{
	width:400px;
	height:300px;
	margin-top:95px;
	margin-left:50px;
}
.cbox02 .casemod .caseshow .rollbox .roll_text span{
	font-size:24px;
	color:#ab8d57;
	line-height:28px;
	font-family:Arial;
}
.cbox02 .casemod .caseshow .rollbox .roll_text em{
	display:block;
	width:80px;
	height:1px;
	background:#3c3c3c;
	margin:20px 0px 20px 0px;
}
.cbox02 .casemod .caseshow .rollbox .roll_text p{
	display:block;
	margin-bottom:54px;
	font-size:14px;
	color:#3c3c3c;
	font-family:Arial;
	line-height:20px;
}
.cbox02 .casemod .caseshow .rollbox .roll_text i{
	float:right;
	display:block;
	width:216px;
	height:38px;
	line-height:38px;
	text-align:center;
	background:#bb9f6e;
	color:#fff;
	font-size:14px;
	font-family:Arial;
	border-radius:20px;
}
.cbox02 .casemod .caseshow .rollbox ul li:hover i{
	line-height:36px;
	height:36px;
	width:214px;
	border:1px solid #bb9f6e;
	background:#fff;
	color:#bb9f6e;
}
.cbox02 .casemod .caseshow .rollbox .btn{
	position:absolute;
	top:-50px;
	right:0;
}
.cbox02 .casemod .caseshow .rollbox .btn a{
	display:inline-block;
	width:46px; 
	height:46px; 
	background:url(../images/icons.png) no-repeat;
	z-index:999;
}
.cbox02 .casemod .caseshow .rollbox .btn .btn01{ background-position:-282px -12px;}
.cbox02 .casemod .caseshow .rollbox .btn .btn02{ background-position:-327px -12px;}

.cbox03_color{
	background:#ede9e1;
}
.cbox03_color .cbox03_img{
	width:100%;
	background:url(../images/cbox03img.jpg) no-repeat top center;

}
.cbox03 .index_about{
	margin-top:60px;
}
.cbox03 .title a{
	font-size:48px;
	color:#3c3c3c;
	font-family:Arial;
}
.cbox03 .index_about .biao{
	font-size:24px;
	color:#ab8d57;
	margin-top:10px;
}
.cbox03 .index_about .duanluo{
	width:460px;
	line-height:20px;
	font-size:14px;
	color:#3c3c3c;
	margin-top:30px;
}
.cbox03 .index_about .biao2{
	font-size:14px;
	color:#3c3c3c;
	margin-top:30px;
	font-weight:bold;
}
.cbox03 .index_about ul{
	margin-top:10px;
}
.cbox03 .index_about ul li{
	width:220px;
	line-height:25px;
	cursor:pointer;
	margin-right:30px;
}
.cbox03 .index_about ul li a{
	color:#ab8d57;
	font-size:14px;
}
.cbox03 .index_about ul li a i{
	float:left;
	margin:5px 11px 0 0;
	display:block;
	width:8px;
	height:13px;
	background:url(../images/icons.png) no-repeat -113px -81px;
}
.cbox03 .index_about ul li:hover{
	transform:translateX(10px);
	-webkit-transform:translateX(10px); 
	-moz-transform:translateX(10px); 
	-ms-transform:translateX(10px); 
	-o-transform:translateX(10px);
}
.cbox03 .index_about a.more{
	display:block;
	width:216px;
	height:38px;
	line-height:38px;
	text-align:center;
	background:#bb9f6e;
	color:#fff;
	font-size:14px;
	font-family:Arial;
	border-radius:20px;
	margin-top:35px;

}
.cbox03 .index_about a.more:hover{
	width:214px;
	height:36px;
	line-height:36px;
	background:#fff;
	border:1px solid #bb9f6e;
	color:#bb9f6e;
	font-size:14px;
}
.cbox03 .index_news{
	margin-top:225px;
	padding-bottom:85px;
}
.cbox03 .index_news ul{
	padding-top: 42px;
}
.cbox03 .index_news ul li{
	float:left;
	width:320px;
	margin-right:38px;
	margin-top:35px;
}
.cbox03 .index_news ul li a{
	display:block;
	width:320px;
	position:relative;
}
.cbox03 .index_news ul li .time_title{
	width:74px;
	height:74px;
	position:absolute;
	top: -42px;
	left:120px;
	z-index:99;
	background:#bb9f6e;
	text-align:center;
	color:#fff;
	line-height:24px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
	transition:all .3s ease-in-out; 
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out; 
	-o-transition:all .3s ease-in-out; 
	-ms-transition:all .3s ease-in-out;

}
.cbox03 .index_news ul li:hover .time_title{
	transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.cbox03 .index_news ul li:hover .kuang{
	background:#ded5c4;
}
.cbox03 .index_news ul li .time_title i{
	font-size:30px;
	display:block;
	font-family:Arial;
	padding-top:14px;
}
.cbox03 .index_news ul li .time_title span{
	font-size:18px;
	font-family:Arial;
}
.cbox03 .index_news ul li .kuang{
	width:318px;
	height: 256px;
	background:#ede9e1;
	border:1px solid #bb9f6e;
}
.cbox03 .index_news ul li .kuang span{
	display:block;
	width:265px;
	text-align:center;
	margin:0px auto;
	margin-top:40px;
	color:#3c3c3c;
	font-size:16px;
	font-family:Arial;
	line-height:20px;
	margin-bottom:15px;
}
.cbox03 .index_news ul li .kuang em{
	display:block;
	width:60px;
	margin:0px auto;
	height:1px;
	background:#3c3c3c;
}
.cbox03 .index_news ul li .kuang i{
	display:block;
	width:260px;
	margin:0px auto;
	color:#888888;
	font-size:12px;
	line-height:20px;
	margin-top:15px;
	overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;
}
.cbox03 .index_news ul li .more{
	position:absolute;
	z-index:10;
	width:110px;
	height:26px;
	background:#bb9f6e;
	color:#fff;
	text-align:center;
	line-height:26px;
	font-size:12px;
	font-family:Arial;
	left:102px;
	top:210px;
	border-radius:20px;
}

.backcolor{
	width:100%;
	padding-bottom:30px;
	background:#3c3c3c;
}
.fbox01{
	position:relative;
}
.fbox01 .contact .fboximg{
	width:169px;
	height:41px;
	line-height:41px;
	position:absolute;
	left:50%;
	margin-left:350px;
	top:-15px;
	background:url(../images/case_03.png) no-repeat;
	z-index:999;

}
.fbox01 .contact .fboximg a{
	display:block;
	width:169px;
	height:41px;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-indent:35px;
}
.fbox01 .contact .title{
	margin-top:25px;
}
.fbox01 .contact .title a{
	font-size:30px;
	color:#bb9f6e;
	font-family:Arial;
}
.fbox01 .contact ul{
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #5d5c5c;
}
.fbox01 .contact ul li{
	float:left;
	margin-top:25px;
	color:#fff;
	margin-right:50px;
}
.fbox01 .contact ul li i{
	display:block;
	float:left;
	width:25px;
	height:22px;
	background:url(../images/icons.png) no-repeat;
}
.fbox01 .contact ul li i.f_icon1{ background-position:-0px -113px;}
.fbox01 .contact ul li i.f_icon2{ background-position:-0px -136px;}
.fbox01 .contact ul li i.f_icon3{ background-position:-0px -159px;}
.fbox01 .contact ul li span{
	float:left;
	line-height:22px;
	margin-left:13px;
	font-size:16px;
	font-family:'lao UI'
}


.fbox01 .contact ul li a{
	color:#fff;
	font-size:16px;
}
.fbox01 .contact ul li a:hover{
	color:#bb9f6e;
	text-decoration:underline;
}

.fbox01 .contact .copy{
	display:block;
	margin-top:15px;
	color:#908e8a;
	font-size:12px;
	font-family:Arial;
}
.fbox01 .contact .copy span{
	float:right;
}

.fbox01 .contact .copy span a{
	color:#908e8a;
}
/* caes */
.sub_banner{
	height:288px;
}
.sub_banner2{
	height:78px;
}
.sub_banner2 .bbox .Position{
	border-bottom:1px solid #dedccd;
}
.bbox{
	position:relative;
}
.bbox .banimg{
    width:100%;
    height:260px;
    z-index:9;
}
.bbox .banimg img{
	position:absolute;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:260px;
}
.bbox .Position{
	position:absolute;
	top:240px;
	width:100%;
	z-index:10;
	padding-bottom:24px;
	border-bottom:1px solid #bb9f6e;
}
.sub_banner2 .Position{
	top:30px;
}
.bbox .Position ul li{
	float:left;
	margin-right:5px;
	font-size:14px;
	color:#3c3c3c;
	line-height:22px;
}
.bbox .Position ul li a{
	color:#3c3c3c;
}
.bbox .Position ul li.current a{
	color:#b08d50;
}
.bbox .Position ul li a:hover{
	text-decoration:underline;
}
.bbox .Position ul li i{
	display:block;
	width:19px;
	height:19px;
	background:url(../images/icons.png) no-repeat -145px -78px;
	margin-right:7px;
}
.cboxtitle{
	text-align:center;
}
.cboxtitle p{
	display:block;
	font-size:36px;
	margin-top:35px;
	font-family:Arial;
	text-transform:uppercase;
}
.cboxtitle i{
	display:block;
	width:80px;
	margin:0px auto;
	margin-top:20px;
	border-bottom:1px solid #bb9f6e;
}

.cbox01 .caseshow{
	margin-top:15px;
	margin-bottom:120px;

}
.cbox01 .caseshow li{
	width:100%;
	padding:25px 0px 25px 0px;
	border-bottom:1px solid #dedcd9;
 
}
.cbox01 .caseshow li .caseimg{
	margin-left:8px;
}
.cbox01 .caseshow li .caseimg img{
	width:500px;
	height:253px;
	border:1px solid #e1d8c9;
}
.cbox01 .caseshow li .casetext{
	width:480px;
	height:253px;
	margin-right:8px;
}
.cbox01 .caseshow li .casetext span{
	font-size:24px;
	color:#3c3c3c;
	line-height:28px;
	font-family:Arial;
}
.cbox01 .caseshow li .casetext em{
	display:block;
	width:80px;
	height:1px;
	background:#3c3c3c;
	margin:20px 0px 20px 0px;
}
.cbox01 .caseshow li .casetext p{
	display:block;
	margin-bottom:45px;
	font-size:14px;
	color:#3c3c3c;
	font-family:Arial;
	line-height:20px;
}
.cbox01 .caseshow li .casetext i{
	float:right;
	display:block;
	width:140px;
	height:38px;
	line-height:38px;
	text-align:center;
	background:#bb9f6e;
	color:#fff;
	font-size:14px;
	font-family:Arial;
	border-radius:20px;
}
.cbox01 .caseshow ul li:hover i{
	height:36px;
	width:138px;
	border:1px solid #bb9f6e;
	background:#fff;
	color:#bb9f6e;
}
.cbox01 .caseshow ul li:hover span{
	color:#d19c42;
}

/* Case Detail */
.cbox01 .casedetail{
	margin-top:60px;
}
.cbox01 .casedetail .hotprod{
	width:285px;
	position:relative;
	background:#ede9e1;
}
.cbox01 .casedetail .hotprod .title a{
	display:block;
	width:285px;
	height:53px;
	background:#bb9f6e;
	text-indent:20px;
	line-height:53px;
	color:#fff;
	font-size:24px;
	font-family:Arial;
}

.cbox01 .casedetail .hotprod .rollbox01{
	height:862px;
}
.cbox01 .casedetail .hotprod .rollbox01 #cpzsm01{
	overflow:hidden;
	float:left;
	margin-top:60px;
	margin-left:19px;
	width:248px;
}

.cbox01 .casedetail .hotprod .rollbox01 li{
	width:248px;
	margin-bottom:25px;
	border-bottom:1px solid #b6b4b4;
}
.cbox01 .casedetail .hotprod .rollbox01 li a{
	display:block;
}
.cbox01 .casedetail .hotprod .rollbox01 li .hotimg{
	overflow:hidden;
	width:246px;
	height:184px;
	border:1px solid #bb9f6e;
}
.cbox01 .casedetail .hotprod .rollbox01 li .hotimg img{
	width:246px;
	height:184px;
}
.cbox01 .casedetail .hotprod .rollbox01 li .hottext span{
	float:left;
	line-height:40px;
	font-size:14px;
	font-family:Arial;
	color:#3c3c3c;
}
.cbox01 .casedetail .hotprod .rollbox01 li .hottext i{
	float:right;
	display:block;
	width:18px;
	height:18px;
	background:url(../images/icons.png) no-repeat -183px -79px;
	margin-top:11px;
	transition:all .2s ease-in-out; 
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out; 
	-o-transition:all .2s ease-in-out; 
	-ms-transition:all .2s ease-in-out;
}
.cbox01 .casedetail .hotprod .rollbox01 li:hover .hotimg img{
	transform: scale(1.1);transition: all 1s ease 0s;-webkit-transform: scale(1.3);-webkit-transform: all 1s ease 0s;
}
.cbox01 .casedetail .hotprod .rollbox01 li:hover .hottext span{
	color:#bb9f6e;
}
.cbox01 .casedetail .hotprod .rollbox01 li:hover .hottext i{
	background:url(../images/icons.png) no-repeat -201px -79px;
}
.cbox01 .casedetail .hotprod .rollbox01 .btn a.btn01{
	width:42px;
	height:19px;
	z-index:12;
	bottom:20px;
	left:122px;
	position:absolute;
	background:url(../images/icons.png) no-repeat -255px -97px;
}
.cbox01 .casedetail .hotprod .rollbox01 .btn a.btn02{
	width:42px;
	height:19px;
	z-index:12;
	top:70px;
	left:122px;
	position:absolute;
	background:url(../images/icons.png) no-repeat -255px -77px;
}

.cbox01 .casedetail .infor{
	width:285px;
	margin-top:20px;
	background:#3c3c3c;
}
.cbox01 .casedetail .infor ul li{
	height:54px;
	line-height:53px;
	overflow:hidden;
}
.cbox01 .casedetail .infor ul li i{
	display:block;
	float:left;
	width:65px;
	height:53px;
	border-bottom:1px solid #c9b28b;
	background:url(../images/icons.png) no-repeat;
	background-color:#bb9f6e;
}
.cbox01 .casedetail .infor ul li i.i_icon1{  background-position:-115px -100px;}
.cbox01 .casedetail .infor ul li i.i_icon2{ background-position:-45px -100px;}
.cbox01 .casedetail .infor ul li p{
	float:left;
	width:220px;
	height:53px;
	color:#fff;
	font-size:14px;
	font-family:Arial;
	text-indent:13px;
	border-bottom:1px solid #636363;
}
.cbox01 .casedetail .infor ul li p a{
	color:#fff;
	font-size:14px;
	font-family:Arial;
}
.cbox01 .casedetail .infor ul li p a:hover{
	text-decoration:underline;
	color:#eadabf;
}
.cbox01 .casedetail .content{
	width:702px;
}
.cbox01 .casedetail .content .con_top{
	padding-bottom:20px;
	border-bottom:1px solid #dfd6c4;
}
.cbox01 .casedetail .content .con_top .title{
	font-size:24px;
	color:#3c3c3c;
	font-family:Arial;
}
.cbox01 .casedetail .content .con_top ul li{
	float:left;
	line-height:20px;
	margin-right:20px;
	margin-top:20px;
}
.cbox01 .casedetail .content .con_top ul li span{
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	font-family:Arial;
	margin-right:5px;
}
.cbox01 .casedetail .content .con_top ul li em{
	float:left;
	margin-top:1px;
}
.cbox01 .casedetail .content .con_text{
	width:702px;
	margin-top:40px;
	font-size:14px;
	color:#3c3c3c;
	font-family:Arial;
	line-height:20px;
}
.cbox01 .casedetail .content .con_text p{
	width:690px;
	margin:0px auto;
	font-size:14px;
	color:#3c3c3c;
	font-family:Arial;
	line-height:20px;
}
.cbox01 .casedetail .content .con_text .p_img{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding-top:25px;
	padding-bottom:25px;
}
.cbox01 .casedetail .content .con_text .p_img i{
	display:inline-block\9;
    height:100%\9;
    vertical-align:middle\9;
}
.cbox01 .casedetail .content .con_text .p_img img{
	 vertical-align:middle
}


.cbox01 .casedetail .content .detail_page{
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	margin-top:60px;
	padding:30px 0px 30px 0px;
}
.cbox01 .casedetail .content .detail_page p{
	width:690px;
	margin:0px auto;
	line-height:34px;
}
.cbox01 .casedetail .content .detail_page p i{
	display:block;
	float:left;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	font-style:normal;

}
.cbox01 .casedetail .content .detail_page p i em{
	font-style:normal;
	font-weight:normal;
}
.cbox01 .casedetail .content .detail_page p a{
	display:block;
	float:left;
	font-size:12px;
	color:#666666;
	margin-left:10px;
}
.cbox01 .casedetail .content .detail_page p a:hover{
	color:#bb9f6e;
	text-decoration:underline;
}

.cbox01 .casedetail .inquery{
	width:703px;
	margin:40px 0px 100px 0px;
}
.cbox01 .casedetail .inquery .inquery_title{
	font-size:36px;
	color:#3c3c3c;
	font-family:Arial;
	margin-bottom:15px;
}
.cbox01 .casedetail .inquery input{
	width:320px;
	height:33px;
	line-height:33px;
	border:1px solid #b0915b;
	color:#3c3c3c;
	margin-top:10px;
	padding:0px 10px 0px 10px;
	background:#f7f5f1;
}
.cbox01 .casedetail .inquery textarea{
	width:681px;
	max-width:681px;
	padding:10px 10px 0px 10px;
	border:1px solid #b0915b;
	color:#3c3c3c;
	background:#f7f5f1;
	font-family:Arial;
	margin-top:10px;
	min-height:115px;
}
.cbox01 .casedetail .inquery .anniu{
	display:block;
	width:120px;
	height:38px;
	position:relative;
	margin-top:10px;
}
.cbox01 .casedetail .inquery .anniu .send{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:38px;
	line-height:38px;
	background:none;
	border:0px;
	color:#fff;
	cursor:pointer;
	margin-top:0px;
	z-index:99;
	text-indent:-30px;
	font-size:18px;
	font-family:Arial;
}
.cbox01 .casedetail .inquery .anniu span{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:38px;
	background:#b0915b;
	z-index:1;
	border-radius:20px;
	-moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.cbox01 .casedetail .inquery .anniu:hover .send{
	color:#b0915b;
	line-height:36px;
}
.cbox01 .casedetail .inquery .anniu:hover span{
	width:118px;
	height:36px;
	background:#fff;
	border:1px solid #b0915b;
}
.cbox01 .casedetail .inquery .anniu i{
	position:absolute;
	width:23px;
	height:23px;
	right:20px;
	background:url(../images/icons.png) no-repeat -322px -83px;
	z-index:9;
	top:8px;
}
.cbox01 .casedetail .inquery input::-webkit-input-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery textarea::-webkit-input-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery input:-moz-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery textarea:-moz-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery input::-moz-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery textarea::-moz-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery input:-ms-input-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery textarea:-ms-input-placeholder{color:#304e9a;}

/* about */
.cboxback01{
	width:100%;
	background:url(../images/about_bj.jpg) no-repeat bottom center;
}

.cbox01 .abutcbox{
	margin-top:35px;
}
.cbox01 .abutcbox .introduce p{
	display:block;
	font-size:14px;
	color:#3c3c3c;
	line-height:24px;
	margin-bottom:20px;
	
}
.cbox01 .abutcbox .introduce ul{
	margin-left:266px;
}
.cbox01 .abutcbox .introduce ul li{
	float:left;
	margin-right:17px;
	margin-top:70px;
}

.cbox01 .abutcbox .factory{
	margin-top:288px;
}
.cbox01 .abutcbox .factory .title i{
	font-size:36px;
	font-family:Arial;
}
.cbox01 .abutcbox .factory .title em{
	display:block;
	width:80px;
	border-bottom:1px solid #3c3c3c;
	margin-left:3px;
	margin-top:15px;
}
.cbox01 .abutcbox .factory .main_pic{
	width:1036px;
	height:501px;
}
.cbox01 .abutcbox .factory .rollbox{
	position:relative;
	z-index:99;
	width:1036px;
	height:501px;
}
.cbox01 .abutcbox .factory .rollbox .roltext{
	font-size:14px;
	color:#3c3c3c;
	line-height:24px;
	margin-top:15px;
}
.cbox01 .abutcbox .factory .rollbox .rolimg{
	display:block;
	width:989px;
	margin:0px auto;
	margin-top:35px;
}
.cbox01 .abutcbox .factory .rollbox .rolimg span{
	float:left;
	display:inline-block;
	padding:3px;
	border:1px solid #c6c6c6;
	background:#fff;
	margin-right:39px;
	
	
}
.cbox01 .abutcbox .factory .rollbox .rolimg span img{width:295px;height:220px;}

.cbox01 .abutcbox .factory .rollbox .btn{
	position:absolute;
	bottom:65px;
	left:50%;
	margin-left:-46px;
}
.cbox01 .abutcbox .factory .rollbox .btn a{
	display:inline-block;
	width:46px; 
	height:46px; 
	background:url(../images/icons.png) no-repeat;
	z-index:999;
}
.cbox01 .abutcbox .factory .rollbox .btn .btn01{ background-position:-282px -12px;}
.cbox01 .abutcbox .factory .rollbox .btn .btn02{ background-position:-327px -12px;}

.cbox02 .corpo{
	padding-top:10px;
	position:relative;
	padding-bottom:30px;
}
.cbox02 .corpo .title i{
	font-size:36px;
	font-family:Arial;
}
.cbox02 .corpo .title em{
	display:block;
	width:80px;
	border-bottom:1px solid #3c3c3c;
	margin-left:3px;
	margin-top:15px;
}
.cbox02 .corpo .cortext{
	width:380px;
	margin-left:3px;
}
.cbox02 .corpo .cortext p{
	font-size:14px;
	color:#3c3c3c;
	line-height:24px;
	margin-top:20px;
}
.cbox02 .corpo .cortext .img{
	position:absolute;
	right:0;
	top:-20px;
}

.cboxback03{
	background:#ede9e1;
	padding:15px 0px 60px 0px;
}

.cbox03 .cboxtitle i{
	border-bottom:1px solid #3c3c3c;
}

.hotpro ul li{
	float:left;
	width:250px;
	margin-bottom:25px;
	margin-top:25px;
	margin-right:12px;
	border-bottom:1px solid #b3b0aa;
}
.hotpro ul li a{
	display:block;
}
.hotpro ul li .hotimg{
	overflow:hidden;
	width:248px;
	height:184px;
	border:1px solid #cbcbcb;
}
.hotpro ul li .hotimg img{
	width:248px;
	height:184px;
}
.hotpro ul li .hottext span{
	float:left;
	line-height:40px;
	font-size:14px;
	font-family:Arial;
	color:#3c3c3c;
	font-weight:bold;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
	width:220px;
}
.hotpro ul li .hottext i{
	float:right;
	display:block;
	width:18px;
	height:18px;
	background:url(../images/icons.png) no-repeat -183px -79px;
	margin-top:11px;
	transition:all .2s ease-in-out; 
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out; 
	-o-transition:all .2s ease-in-out; 
	-ms-transition:all .2s ease-in-out;
}
.hotpro ul li:hover .hotimg img{
	transform: scale(1.1);transition: all 1s ease 0s;-webkit-transform: scale(1.3);-webkit-transform: all 1s ease 0s;
}
.hotpro ul li:hover .hottext span{
	color:#bb9f6e;
}
.hotpro ul li:hover .hottext i{
	background:url(../images/icons.png) no-repeat -201px -79px;
}


/*  Download  */
.cbox01 .Down .dowcont{
	width:703px;
	border-top:1px solid #cdcdcd;
	margin-bottom:150px;
}
.cbox01 .Down .dowcont ul li{
	border-bottom:1px solid #cdcdcd;
}
.cbox01 .Down .dowcont ul li a{
	display:block;
	overflow:hidden;
 	padding:40px 0px 25px 0px;
}
.cbox01 .Down .dowcont ul li i.dow_ico{
	float:left;
	display:block;
	width:32px;
	height:32px;
	background:url(../images/icons.png) no-repeat -65px -154px;
	margin-left:15px;
}
.cbox01 .Down .dowcont ul li p{
	float:left;
	display:block;
	width:440px;
	margin-left:30px;
}
.cbox01 .Down .dowcont ul li p i{
	display:block;
	font-size:20px;
	color:#3c3c3c;
}
.cbox01 .Down .dowcont ul li p span{
	display:block;
	margin-top:7px;
	margin-left:3px;
	font-size:12px;
	color:#888888;
	line-height:20px;
}
.cbox01 .Down .dowcont ul li .dow_aniu{
	float:right;
	display:block;
	width:80px;
	height:25px;
	line-height:25px;
	background:#bb9f6e;
	margin-top:20px;
	border:0px;
	color:#fff;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	border-radius:20px;
}
.cbox01 .Down .dowcont ul li:hover p i{
	color:#a88240;
	text-decoration:underline;
}
.cbox01 .Down .dowcont ul li:hover .dow_aniu{
	background:#9c804e;
}


/* NEWS */
.cbox01 .news .newcont{
	width:736px;
	margin-bottom:150px;
}
.cbox01 .news .newcont ul li{
	width:734px;
	height:160px;
	border:1px solid #c0a377;
	background:#ffffff;
	margin-bottom:28px;
}
.cbox01 .news .newcont ul li a{
	display:block;
	overflow:hidden;
	height:160px;
}
.cbox01 .news .newcont ul li .title{
	float:left;
	margin-left:35px;
	width:74px;
	height:74px;
	background:#bb9f6e;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:24px;
	margin-top:18px;
	border-radius:50%;
	-moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.cbox01 .news .newcont ul li .title i{
	display:block;
	font-size:30px;
	font-family:Arial;
	margin-top:15px;
}
.cbox01 .news .newcont ul li .text{
	float:left;
	width:535px;
	margin-left:45px;
	margin-top:25px;
}
.cbox01 .news .newcont ul li .text i{
	font-size:18px;
	font-family:Arial;
	color:#3c3c3c;
}
.cbox01 .news .newcont ul li .text span{
	display:block;
	margin-top:15px;
	font-size:12px;
	color:#888888;
	line-height:20px;
}
.cbox01 .news .newcont ul li:hover{
	background:#ede9e1;
}
.cbox01 .news .newcont ul li:hover .title{
	transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}


/* contact */
.cbox01 .contsite{
	margin-top:30px;
}
.cbox01 .site_text{
	width:518px;
	height:504px;
	background:#ede9e1;
}
.cbox01 .site_text .title{
	display:block;
	font-size:24px;
	font-family:Arial;
	margin-left:50px;
	margin-top:55px;
}
.cbox01 .site_text ul{
	margin-top:40px;
}
.cbox01 .site_text ul li{
	line-height:26px;
	margin-top:15px;
	margin-left:50px;
	overflow:hidden;
}
.cbox01 .site_text ul li i{
	display:block;
	float:left;
	width:26px;
	height:26px;
	margin-right:15px;
	background:url(../images/icons.png) no-repeat;
}
.cbox01 .site_text ul li i.s_icon1{ background-position:-374px -88px;}
.cbox01 .site_text ul li i.s_icon2{ background-position:-374px -125px;}
.cbox01 .site_text ul li i.s_icon3{ background-position:-374px -163px;}
.cbox01 .site_text ul li i.s_icon4{ background-position:-374px -200px;}
.cbox01 .site_text ul li i.s_icon5{ background-position:-374px -238px;}
.cbox01 .site_text ul li i.s_icon6{ background-position:-374px -276px;}
.cbox01 .site_text ul li i.s_icon7{ background-position:-374px -314px;}
.cbox01 .site_text ul li em{
	display:block;
	width:110px;
	float:left;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
}
.cbox01 .site_text ul li span{
	font-size:14px;
}
.cbox01 .site_text ul li span a{
	font-size:14px;
	color:#3c3c3c;
}
.cbox01 .site_text ul li span a:hover{
	text-decoration:underline;
	color:#b0915b;
}
.cbox01 .site_text ul li p{
	float:left;
	display:block;
	width:275px;
	line-height:24px;
}

.cbox01 .site_img{
	width:518px;
	height:504px;
	background:#ded5c4;
}
.cbox01 .site_img .silecon{
	width:490px;
	height:476px;
	margin-top:14px;
	margin-left:14px;
}

.cbox02 .enquire{
	display:block;
	margin-top:70px;
	margin-bottom:150px;

}
.cbox02 .enquire .enquimg{
	float:left;
}
.cbox02 .enquire .enqutext{
	float:right;
	width:506px;
}
.cbox02 .enquire .enqutext .title{
	font-size:36px;
	color:#3c3c3c;
	font-family: 'lao UI';
}
.enqutext input{
	width:484px;
	padding:0px 10px 0px 10px;
	height:36px;
	background:#f6f4f1;
	border:1px solid #b0915b;
	font-family:Arial;
	font-size:14px;
	margin-top:17px;
}
.enqutext textarea{
	width:484px;
	max-width:681px;
	padding:10px 10px 0px 10px;
	border:1px solid #b0915b;
	color:#3c3c3c;
	background:#f7f5f1;
	font-family:Arial;
	margin-top:10px;
	min-height:115px;
}
.enqutext .anniu{
	display:block;
	width:120px;
	height:38px;
	position:relative;
	margin-top:10px;
}
.enqutext .anniu .send{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:38px;
	line-height:38px;
	background:none;
	border:0px;
	color:#fff;
	cursor:pointer;
	margin-top:0px;
	z-index:99;
	text-indent:-30px;
	font-size:18px;
	font-family:Arial;
}
.enqutext .anniu span{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:38px;
	background:#b0915b;
	z-index:1;
	border-radius:20px;
	-moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.enqutext .anniu:hover .send{
	color:#b0915b;
	line-height:36px;
}
.enqutext .anniu:hover span{
	width:118px;
	height:36px;
	background:#fff;
	border:1px solid #b0915b;
}
.enqutext .anniu i{
	position:absolute;
	width:23px;
	height:23px;
	right:20px;
	background:url(../images/icons.png) no-repeat -322px -83px;
	z-index:9;
	top:8px;
}
.cbox01 .casedetail .inquery input::-webkit-input-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery textarea::-webkit-input-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery input:-moz-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery textarea:-moz-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery input::-moz-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery textarea::-moz-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery input:-ms-input-placeholder{color:#304e9a;}
.cbox01 .casedetail .inquery textarea:-ms-input-placeholder{color:#304e9a;}


/* products */
.cbox01 .products{
	margin-top:60px;
	margin-bottom:150px;
}
.cbox01 .products .title ul li{
	float:left;
	width:345px;
	height:41px;
	line-height:41px;
	text-align:center;
	border-bottom:3px solid #bb9f6e;
	margin-bottom:10px;
}
.cbox01 .products .title ul li a{
	display:block;
	color:#3c3c3c;
	font-size:18px;
	text-transform: capitalize;
}
.cbox01 .products .title ul li.Dangqian a{
	background:#bb9f6e;
	color:#fff;
}
.cbox01 .products .title ul li a:hover{
	background:#bb9f6e;
	color:#fff;
}
.cbox01 .products .title p a{
	display:inline-block;
	padding:0px 15px 0px 15px;
	border:1px solid #d4d4d4;
	color:#3c3c3c;
	line-height:30px;
	margin:10px 13px 0px 0px;
}

.cbox01 .products .title p a:hover{
	color:#ae8641;
	border:1px solid #ae8641;
}
.cbox01 .products .hotpro{
	margin-top:60px;
}
.cbox01 .products .hotpro ul{
	overflow:hidden;
	zoom:1;
	
}
.cbox01 .products .hotpro ul li{
	width:320px;
	margin-right:37px;
}
.cbox01 .products .hotpro .hotimg{
	width:318px;
	height:238px;
}
.cbox01 .products .hotpro .hotimg img{
	width:318px;
	height:238px;
}





/* assa */

/* product detail */
.cbox01 .Pro_deta{
	margin-top:35px;
	padding-bottom:15px;
}
.prodetail_top{
	width:552px;
	float:left;
}
/*放大镜*/
#preview{
	text-align:center;
	float:left;
	width:552px;
}
.jqzoom{
	width:485px;
	height:414px; 
	position:relative;
}
.jqzoom img{ 
	width:552px; 
	height:414px;
}
#spec-n5{
	margin-top:15px; 
	overflow:hidden;
}

#spec-list{
	display:inline; 
	position:relative;
	width:552px;
	overflow:hidden;
	height:72px;
	float:left;
}
#spec-list ul{
	overflow:hidden; 
	zoom:1;
}
#spec-list ul.list-h{
	width:552px;
}
#spec-list ul li{ 
	float:left; 
	width:100px; 
	height:70px;
	margin-right:10px;
}
#spec-list ul li img{ 
	width:98px; 
	height:68px;
	border:1px solid #dcdcdc;
}

/*jqzoom*/
.zoomdiv{
	left:859px;
	z-index:100;
	position:absolute;
	top:1px;
	left:7px;
	width:420px;
	height:315px;
	border:1px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
}
.bigimg{
	width:900px;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:80px;
	height:60px;
	border:1px solid #aaa;
	background:#FEDE4F 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}

.cbox01 .Pro_deta .deta_infor{
	width:440px;
	margin-left:40px;
}
.cbox01 .Pro_deta .deta_infor dl{
	margin-top: 15px;
	
}
.cbox01 .Pro_deta .deta_infor dl dd{
	font-family: 'lao UI';
    font-size: 14px;
	font-weight: bold;
	color: #3c3c3c;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_title{
	width:440px;
	line-height:42px;
	color:#333;
	font-size:30px;
	padding-bottom:30px;
	border-bottom:1px solid #d5d0c6;
	font-family:Arial;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_canshu{
	display:block;
	width:440px;
	font-family:Arial;
	font-size:14px;
	color:#3c3c3c;
	line-height:24px;
	padding:25px 0px 25px 0px;
	border-bottom:1px solid #d5d0c6;
}


.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi{
	display:block;
	width:440px;
	padding:45px 0px 25px 0px;
	border-bottom:1px dashed #cccccc;
	font-size:14px;
	color:#666666;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span{
	display:block;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi .red_i{
	font-style:normal;
	color:#d19c42;
	font-size:14px;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a{
	display:inline-block;
	width:162px;
	height:34px;
	overflow:hidden;
	margin-right:15px;
	margin-top:25px;
	border-radius:20px;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a i{
	font-style:normal;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a.email{
	background:#bb9f6e;
	color:#fff;
	line-height:34px;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a.email em{
	float:left;
	width:20px;
	height:21px;
	background:url(../images/icons.png) no-repeat -206px -125px;
	margin-left:17px;
	margin-top:8px;
	margin-right:9px;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a.email:hover{
	width:162px;
	height:34px;
	line-height:34px;
	background:#debd80;
	color:#9c6800;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a.email:hover em{
	margin-top:7px;
	background:url(../images/icons.png) no-repeat -206px -146px;
}

.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a.price{
	width:162px;
	height:34px;
	line-height:34px;
	background:#debd80;
	color:#9c6800;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a.price em{
	float:left;
	width:20px;
	height:16px;
	background:url(../images/icons.png) no-repeat -248px -125px;
	margin-left:17px;
	margin-top:8px;
	margin-right:9px;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a.price:hover{
	width:162px;
	height:34px;
	border:0px;
	background:#bb9f6e;
	color:#fff;
	line-height:34px;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_lianxi span a.price:hover em{
	margin-top:9px;
	background:url(../images/icons.png) no-repeat -248px -146px;
}
.cenmod02 .Pro_deta .deta_infor .deta_infor_share{
	width:440px;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_share span{
	display:block;
	font-size:12px;
	color:#333;
	line-height:22px;
	margin-right:5px;
	margin-top:20px;
}
.cbox01 .Pro_deta .deta_infor .deta_infor_share .left_share{
	display:block;
	width:205px;
	height:22px;
}
.cboxfixed{
	position:relative;
}
.pro_Lbox{
	position:absolute; 
	z-index:99999; 
	left:50%;
	margin-left:-518px;
	top:-38px;
	_display:none;
	background:#3c3c3c;
	z-index:99;
	width:1036px;
	height:76px;
	*display:none;
}
.pro_Lbox a{
	float:left;
	display:inline-block;
	width:229px;
	border-right:1px solid #605b5b;
	text-align:center;
	line-height:76px;
	color:#debd80;
	transition:all .3s ease-in-out; 
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out; 
	-o-transition:all .3s ease-in-out; 
	-ms-transition:all .3s ease-in-out;
}
.pro_Lbox a span{
	float:left;
	font-size:14px;
	font-family:Arial;
}
.pro_Lbox a i{
	float:left;
	display:block;
	width:22px;
	height:22px;
	background:url(../images/icons.png) no-repeat;
	margin-left:57px;
	margin-top:26px;
	margin-right:10px;
}
.pro_Lbox a i.i_icon1{ background-position:-295px -121px;}
.pro_Lbox a i.i_icon2{ background-position:-295px -145px;}
.pro_Lbox a i.i_icon3{ background-position:-295px -169px;}
.pro_Lbox a i.i_icon4{ background-position:-295px -193px;}
.pro_Lbox a:hover{
	background:#bb9f6e;
	color:#fff;
	margin-top:-5px;
}
.pro_Lbox a:hover i.i_icon1{ background-position:-317px -121px;}
.pro_Lbox a:hover i.i_icon2{ background-position:-317px -145px;}
.pro_Lbox a:hover i.i_icon3{ background-position:-317px -169px;}
.pro_Lbox a:hover i.i_icon4{ background-position:-317px -193px;}


.pro_Lbox a.xuanzhong{
	background:#bb9f6e;
	color:#fff;
	margin-top:-5px;
}
.pro_Lbox a.xuanzhong i.i_icon1{ background-position:-317px -121px;}
.pro_Lbox a.xuanzhong i.i_icon2{ background-position:-317px -145px;}
.pro_Lbox a.xuanzhong i.i_icon3{ background-position:-317px -169px;}
.pro_Lbox a.xuanzhong i.i_icon4{ background-position:-317px -193px;}



.cbox02 .intro{
	width:1036px;
	margin:0px auto;
	padding-top:110px;
}
.cbox02 .intro .title{
	margin-bottom:20px;
	font-size:30px;
	font-family:Arial;
	text-transform:uppercase;
}
.cbox02 .intro .Descr{

	font-size:14px;
	font-family:Arial;
	color:#3c3c3c;
}
.cbox02 .intro .Descr .text{
	
	font-size:14px;
	font-family:Arial;
	color:#3c3c3c;
}
.cbox02 .intro .Descr .img img{
	width:256px;
	margin-top:10px;
}
.cbox02 .intro .Descr table{
	width:1036px;
	margin-top:20px;
	border:1px solid #3c3c3c;
}
.cbox02 .intro .Descr table tr th{
	width:121px;
	border-right:1px solid #808080;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	height:56px;
	border-bottom:1px solid #808080;
}
.cbox02 .intro .Descr table tr td{
	width:121px;
	height:28px;
	line-height:28px;
	border-right:1px solid #808080;
	text-align:center;
	border-bottom:1px solid #808080;
}
.cbox02 .intro .Descr table tr td.td1{
	width:301px;
}
.cbox02 .intro .Descr table tr td.td2{
	width:121px;
}

.cbox02 .intro .hotpro{
	margin-top:40px;
}
.cbox02 .intro .inquery{
	width:1036px;
	margin:40px 0px 100px 0px;
}
.cbox02 .intro .inquery .inquery_title{
	font-size:36px;
	color:#3c3c3c;
	font-family:Arial;
	margin-bottom:15px;
}
.cbox02 .intro .inquery input{
	width:473px;
	height:33px;
	line-height:33px;
	border:1px solid #b0915b;
	color:#3c3c3c;
	margin-top:10px;
	padding:0px 10px 0px 10px;
	background:#f7f5f1;
}
.cbox02 .intro .inquery textarea{
	width:1014px;
	max-width:1014px;
	padding:10px 10px 0px 10px;
	border:1px solid #b0915b;
	color:#3c3c3c;
	background:#f7f5f1;
	font-family:Arial;
	margin-top:10px;
	min-height:115px;
}
.cbox02 .intro .inquery .anniu{
	display:block;
	width:120px;
	height:38px;
	position:relative;
	margin-top:10px;
}
.cbox02 .intro .inquery .anniu .send{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:38px;
	line-height:38px;
	background:none;
	border:0px;
	color:#fff;
	cursor:pointer;
	margin-top:0px;
	z-index:99;
	text-indent:-30px;
	font-size:18px;
	font-family:Arial;
}
.cbox02 .intro .inquery .anniu span{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:38px;
	background:#b0915b;
	z-index:1;
	border-radius:20px;
	-moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.cbox02 .intro .inquery .anniu:hover .send{
	color:#b0915b;
	line-height:36px;
}
.cbox02 .intro .inquery .anniu:hover span{
	width:118px;
	height:36px;
	background:#fff;
	border:1px solid #b0915b;
}
.cbox02 .intro .inquery .anniu i{
	position:absolute;
	width:23px;
	height:23px;
	right:20px;
	background:url(../images/icons.png) no-repeat -322px -83px;
	z-index:9;
	top:8px;
}
.cbox02 .intro .inquery input::-webkit-input-placeholder{color:#304e9a;}
.cbox02 .intro .inquery textarea::-webkit-input-placeholder{color:#304e9a;}
.cbox02 .intro .inquery input:-moz-placeholder{color:#304e9a;}
.cbox02 .intro .inquery textarea:-moz-placeholder{color:#304e9a;}
.cbox02 .intro .inquery input::-moz-placeholder{color:#304e9a;}
.cbox02 .intro .inquery textarea::-moz-placeholder{color:#304e9a;}
.cbox02 .intro .inquery input:-ms-input-placeholder{color:#304e9a;}
.cbox02 .intro .inquery textarea:-ms-input-placeholder{color:#304e9a;}



.sub-inquery .content{width:640px;margin:0 auto;}
.sub-inquery .content .tit{ background:url(../images/inquery01.png) no-repeat #bb9f6e;height:40px;padding-left:20px;}
.sub-inquery .form{ background:#e0eefb;padding:20px 10px;}
.sub-inquery .form .text{font-size:24px;color:#bb9f6e;border-bottom:1px dotted #cccccc;padding-bottom:15px;margin-bottom:20px;}
.sub-inquery .form label{ display:block;color:#333;font-size:14px;margin-bottom:5px;}
.sub-inquery .form label span{color:#F00}
.sub-inquery form p input,.sub-inquery form textarea{border:none;width:60%;border-top: 1px solid #7c7c7c;border-left: 1px solid #c3c3c3;border-right: 1px solid #c3c3c3;border-bottom: 1px solid #ddd;height:25px;}
.sub-inquery form p{padding:6px 1% 9px 1%}
.sub-inquery form textarea{width:100%;height:100px;}
.sub-inquery form p.curr{ background:#f0d8aa;}
.sub-inquery form .submit{margin-left:1%; cursor:pointer;padding:5px 15px;font-size:14px;margin-top:10px;}

.con-inquery{ background:url(../images/con01.jpg) no-repeat;height:234px;text-align:center;margin-bottom:50px}
.con-inquery p{font-size:32px;color:#444;padding:35px 0 25px;}
.con-inquery p span{ color:#ff5917;}
.con-inquery a{display:inline-block;width:395px;height:46px; line-height:46px;font-size:24px;color:#fff;background:#ff5917; text-transform:uppercase;  }
.con-inquery a:hover{background:#f29930;}
.sub-main{padding-bottom:100px;}
.sub-contact .content dd a:hover{color:#f76d2c}

.fenxiang{margin-top: 20px;}

/*siteindex*/
.siteindex{font-size:12px;color:#000;overflow:hidden;zoom:1;margin:20px 0;}
.siteindex a{color:#000}
.siteindex h2 a{font-size:16px;font-weight:bold;}
.siteindex p{line-height:24px;}
.siteindex .siteabout{line-height:20px;}
.siteindex ul{border:none;margin:0;padding:0;}
.siteindex ul li{border:none;margin:0;line-height:24px;}
.siteindex .sitelist{float:left;margin-right:10px;}

.page{width:100%;text-align:center;}
.page a{padding:6px 12px;background:#bb9f6e;display: inline-block;color: #fff;margin:0 5px;}