﻿@charset "utf-8";
html,body {	margin: 0px; padding:0;background:#fff; font-family: ""; font-size: 12px; color: #222; text-align:center; }
* { margin:0; padding:0; }
.bodyen{
background:#FFF url(../images/enbg.gif) repeat-x left top;
font-family:Arial;
}
img { border:0; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; }
ul{ list-style:none;}
/* 链接样式 */
a { color:#666; text-decoration:none; }
a:hover { text-decoration:underline;}
#logo {width:200px; height:112px; display:block; overflow:hidden; background:url(../images/logo.png) no-repeat left 15px; text-indent:-9999em;}
#logoen {width:209px; height:119px; display:block; overflow:hidden; background:url(../images/logoen.jpg) no-repeat left top; }
.gray{ color:#999;}
.orange { color:#FF7800 !important; }
a.red { color:#F00 !important; }
.red{ color:#f00;}
.darkblue{ color:#590c31;}
.blue { color:#1F71AF; !important; }
a.btnBlack { background:url(../images/bg_btn.gif) repeat-x; padding:4px 10px 5px 10px; color:#FFF !important; font-weight:700; font-size:14px; text-decoration:none !important; border:1px solid #000; }

.time{
	font-family:Arial;
	  font-size:12px;
	color:#999;
	width:106px;
	text-align:center;
}
/* 按钮样式 */
input.text_type { border:1px solid #949494; color:#626262; }
input.select_type { border:none; background:url(../images/input_search_style.gif) no-repeat; width:124px; height:19px; color:#626262; }

.input1{ border:1px solid #ccc; 
-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	margin-bottom:5px;
	background:#eee;
	height:25px;
	line-height:25px;
	margin-bottom:-3px;
}
.input2{ border:1px solid #ccc; 
-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	margin-bottom:5px;
	background:#eee;
	height:20px;
	line-height:20px;
	margin-bottom:-3px;
}

.text7 td{ padding:4px 0;}

/* 位置 */
.left{float:left;}
.right{ float:right;}
/* 字体样式 */
.f12px{ font-size:12px; font-weight:normal;}
.f14px{ font-size:14px;}
.fB { font-weight:900; }
/* 顶部样式 */
#head{ position:absolute; left:0; top:0;width:100%; height:142px; z-index:10005; text-align:center; background:rgba(0,0,0,0.6);}


.headInfo { position:relative; margin:0 auto;width:1000px; height:30px; line-height:30px; font-size:14px; color:#fff; z-index:5; text-align:left; }
.headInfo a{ color:#e9c684;}
.headInfo a:hover{ color:#fff;}
.headInfo p{ position:absolute; right:0; top:3px; color:#e9c684;}
.headInfo p img{ margin-bottom:-5px;}

.headLogo{ width:1000px; margin:0 auto; height:112px; z-index:10005; position:relative;}

.search{ line-height:200%; font-size:14px;}
.search p{ padding:5px 0;}
.searchSubmit{  border:none; width:16px; margin-bottom:-5px;}

.proSearch1{ width:110px; border:1px solid #cacaca; height:20px; background:#eee; text-align:left; padding:0 5px; margin-bottom:15px;}

.searchInput1{ width:180px; color:#794c15;  height:30px; line-height:30px; border:none; background:#fff;
	 -moz-border-radius:10px;
	 -webkit-border-radius:10px;
	 border-radius:10px;
	 border:1px solid #ccc;
}
.searchSubmit1{  border:none; width:16px; margin-bottom:-3px; background:#fff;}



/*menu*/
#navContent{  position:absolute; right:0; top:30px; width:760px;}

.nav ul{margin:0 auto;}
.nav li{list-style:none;width:120px; float:left;position:relative; }
.nav li p{ font-size:12px; color:#ccc;}
.nav li a.a{display:block;height:50px; padding:10px 0;color:#fecf7c;text-align:center;text-decoration:none;font-family:"微软雅黑";font-size:16px; display:block;}
.nav li a.a:hover{ background:#a36b08;}

.navEn ul{margin:0 auto;}
.navEn li{list-style:none;float:left;position:relative; }
.navEn li p{ font-size:12px; color:#ccc;}
.navEn li a.a{display:block;height:50px; padding:0 20px; line-height:50px; color:#fecf7c;text-align:center;text-decoration:none;font-family:"微软雅黑";font-size:16px; display:block;}
.navEn li a.a:hover{ background:#a36b08;}

.xmzs0{background:#a36b08;display:none;position:absolute;left:-0;top:50px;padding:10px; border-radius:0 0 5px 5px;
background-image:-webkit-gradient(linear, left top, left bottom, from(#a36b08), to(#eace88));
	background-image:-webkit-linear-gradient(#a36b08, #eace88);
	background-image:-moz-linear-gradient(#a36b08, #eace88);
	background-image:-ms-linear-gradient(#a36b08, #eace88);
	background-image:-o-linear-gradient(#a36b08, #eace88);
	background-image:linear-gradient(#a36b08, #eace88);
}
.xmzs0 ul{ margin:0; padding:0; list-style:none; width:120px; text-align:left;}
.xmzs0 ul li{ height:30px; line-height:30px; font-size:14px; float:left; overflow:hidden;}
.xmzs0 ul li a{ color:#fff; padding-left:10px;}




/*网站头部*/
#navigation {
	z-index:100003;
  position: fixed;
  top: -142px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background:rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(21, 21, 21, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(21, 21, 21, 0.1);
  /*		
  #
  #Edit these to change CSS transition delay, speed, and type 
  #
  */
  -webkit-transition: top .25s ease .5s;
  transition: top .25s ease .5s;
  z-index:1002;
  filter:alpha(opacity=95);
  opacity:0.95;
}
#navigation .fixLogo{ width:133px; height:50px; display:block;}
#navigation ul{height:50px;}
#navigation li{list-style:none;width:120px; float:left;position:relative; height:50px;}
#navigation li p{ font-size:10px; color:#ccc;}
#navigation li a.flowa{display:block;height:40px; padding:5px 0;color:#fecf7c;text-align:center;text-decoration:none;font-family:"微软雅黑";font-size:14px; display:block;}
#navigation li a.flowa:hover{ background:#a36b08;}

#navigation ul li .flowsub{background:#a36b08;display:none;position:absolute;left:-0;top:50px;padding:10px;border-radius:0 0 5px 5px;
background-image:-webkit-gradient(linear, left top, left bottom, from(#a36b08), to(#eace88));
	background-image:-webkit-linear-gradient(#a36b08, #eace88);
	background-image:-moz-linear-gradient(#a36b08, #eace88);
	background-image:-ms-linear-gradient(#a36b08, #eace88);
	background-image:-o-linear-gradient(#a36b08, #eace88);
	background-image:linear-gradient(#a36b08, #eace88);
}
#navigation ul li .flowsub ul{ margin:0; padding:0; list-style:none; width:120px; text-align:left; }
#navigation ul li .flowsub ul li{ float:left; text-align:left; height:25px;}
#navigation ul li .flowsub ul li a{ color:#fff;height:25px; line-height:25px; font-size:14px; text-align:left;padding-left:10px; overflow:hidden;}

/*网站头部en*/
#navigationEn {
	z-index:100003;
  position: fixed;
  top: -142px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background:rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(21, 21, 21, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(21, 21, 21, 0.1);
  /*		
  #
  #Edit these to change CSS transition delay, speed, and type 
  #
  */
  -webkit-transition: top .25s ease .5s;
  transition: top .25s ease .5s;
  z-index:1002;
  filter:alpha(opacity=95);
  opacity:0.95;
}
#navigationEn .fixLogo{ width:133px; height:50px; display:block;}
#navigationEn ul{height:50px;}
#navigationEn li{list-style:none;float:left;position:relative; height:50px; line-height:40px;}
#navigationEn li p{ font-size:11px; color:#ccc;}
#navigationEn li a.flowa{display:block;height:40px; padding:5px 15px;color:#fecf7c;text-align:center;text-decoration:none;font-family:"微软雅黑";font-size:14px; display:block;}
#navigationEn li a.flowa:hover{ background:#a36b08;}

#navigationEn ul li .flowsub{background:#a36b08;display:none;position:absolute;left:-0;top:50px;padding:10px;border-radius:0 0 5px 5px;
background-image:-webkit-gradient(linear, left top, left bottom, from(#a36b08), to(#eace88));
	background-image:-webkit-linear-gradient(#a36b08, #eace88);
	background-image:-moz-linear-gradient(#a36b08, #eace88);
	background-image:-ms-linear-gradient(#a36b08, #eace88);
	background-image:-o-linear-gradient(#a36b08, #eace88);
	background-image:linear-gradient(#a36b08, #eace88);
}
#navigationEn ul li .flowsub ul{ margin:0; padding:0; list-style:none; width:120px; text-align:left; }
#navigationEn ul li .flowsub ul li{ float:left; text-align:left; height:25px;}
#navigationEn ul li .flowsub ul li a{ color:#fff;height:25px; line-height:25px; font-size:14px; text-align:left;padding-left:10px; overflow:hidden;}


.headInfoFix { position:absolute; right:0; top:10px; height:30px; line-height:30px; font-size:14px; color:#e9c684; z-index:5; text-align:left; }
.headInfoFix a{ color:#e9c684;}
.headInfoFix a:hover{ color:#fff;}
.headInfoFix  img{ margin-bottom:-5px;}


/*网站头部*/

/*banner*/
#full-screen-slider { width:100%; height:480px;  position:relative; z-index:1; margin:0 auto; overflow:hidden;}
#slides { display:block; width:100%; height:480px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:480px;list-style:none; padding:0; margin:0; position:absolute; left:0;}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:450px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}



/* page css */
#info_box{ margin-top:80px;}
h1.title{ font-size:18px;font-family:"Microsoft Yahei",Verdana; margin:0 0 10px 20px; padding:1px 2px; line-height:26px; background:#333; color:#fff; display:inline-block;_ display:inline;}
p.text{ font-size:14px;font-family:"Microsoft Yahei",Verdana; line-height:22px; color:#333; padding:0 20px;}
p.text a{color:#0088CC; margin:0 1px;}
p.text a:hover{ text-decoration:underline;}
.mycode{background:#EEEEEE;border: 1px dashed #CCCCCC;font-size:10pt;margin:10px 20px;padding:10px; font-family:"Courier New",Verdana;}
.mycode pre{ color: #0000FF;margin: 0; white-space: pre-wrap;word-wrap: break-word;}
.mycode pre span.note{color:#999; font-size:12px;line-height:20px;}
.mycode pre span.highlight{color:#F00; font-weight:bold;}
.mycode pre h4{ font-size:12px; background:#c00; color:#fff; display:inline-block;height:20px;line-height:20px; padding:0 5px;}



/*banner */
.fullSlide{ width:100%; position:relative;  height:100%; overflow:hidden;  }	
.fullSlide .bd{ position:relative; z-index:0; margin :0; padding:0;}	
.fullSlide .bd ul{ width:100% !important;  }	
.fullSlide .bd li{ width:100% !important; height:100%; overflow:hidden; text-align:center; }
.fullSlide .bd li img{ width:100%;}
.fullSlide .bd li a{ display:block;}	
.fullSlide .hd{ width:150px; left:50%; margin-left:-75px; bottom:15px; position:absolute; z-index:1; bottom:15px; overflow:hidden;  }	
.fullSlide .hd ul{ }	
.fullSlide .hd ul li{ float:left; margin:0 5px; display:inline; cursor:pointer; width:15px; height:15px; border-radius:15px; background:rgba(0,0,0,0.7)}	
.fullSlide .hd ul li img{ width:80px;  display:block; border:2px solid #fff; filter:alpha(opacity=50);opacity:0.5;  }	
.fullSlide .hd ul li.on{ filter:alpha(opacity=100);opacity:1; background:#fff; }


div.sitemap{ position:absolute; top:7px; right:5px; width:141px; height:21px; display:block; border:none; background:url(../images/sitemap.gif) no-repeat; }
ul.sitemap { list-style:none; background:#d4ddec; border:1px solid #225893; color:#1f5a95; width:130px; z-index:9999; margin-left:5px;}
ul.sitemap li { padding:2px 5px; }

.video{ width:230px; height:140px;}

/*二维码*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
#code,#code_hover,#gotop{ width:36px; height:48px; background:url(../images/icon.png) no-repeat; position:fixed; right:50px; cursor:pointer;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); z-index:999;
}
#code{ background-position:-276px -433px; bottom:120px; _margin-bottom:120px;}
#code_hover{ background-position:-316px -433px; bottom:120px; _margin-bottom:120px;}
#gotop{ background-position:-276px -485px; bottom:67px; _margin-bottom:67px;} 

#code_img{ width:270px; height:539px; background:url(../images/icon.png) -4px -3px no-repeat; position:fixed; right:90px; bottom:67px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px; z-index:99;}

/* 底部版权声明 */
#friendlink { text-align:left; background:url(../images/dlcustombot.gif) no-repeat left bottom; margin:0 auto; width:975px; border-top:1px dotted #ccc;}
#customer h2 { height:25px; line-height:25px; font-size:12px; background:url(../images/dlcustom.gif) no-repeat; padding-left:15px; }
#friendlink ul { margin:0; padding:5px 0; list-style-type:none;}
#friendlink li { float:left; line-height:20px; padding: 0 10px 0 15px; background:url(../images/dot1.gif) no-repeat 8px center;}
/* 底部友情链接 */
#footer{
	color:#a0a0a0;
	width:100%;
	margin:0px auto;
	line-height:150%;
	text-align:center;
	background:#222 url(../images/footbg.jpg) repeat;
	height:250px;
	overflow:hidden;
}

.foooter_dl{ width:100px; float:left; color:#999; margin-right:15px;}
.foooter_dl dt{ font-size:14px; padding:10px 0;}
.foooter_dl dd { height:22px; line-height:22px; }
.foooter_dl dd a { color:#a0a0a0;}
.foooter_dl dd a:hover { color:#fff;}

.foooter_dl_tmall{ width:100px; float:left;}
.foooter_dl_tmall dt{ font-size:16px; padding:10px 0;}
.foooter_dl_tmall dd  a{ font-size:32px; color:#fff; padding:10px 0; transition:500ms; display:inline-block; margin-right:10px;}
.foooter_dl_tmall dd  a:hover{ text-decoration:none; color:#dda33d;}

.foooter_dl_qrcode{ width:90px; float:left; color:#999; margin-left:10px;}
.foooter_dl_qrcode dt{ font-size:16px; padding:10px 0;}
.foooter_dl_qrcode dd {  }


/* 边框样式 */
.bDarkgrey { border:1px solid #949494; }
/* 其它样式 */
.channel { margin:0 auto; width:1000px; text-align:left; }
.channelIn{ margin:0px auto; margin-bottom:50px; width:1000px; text-align:left; background:#fff url(../images/bgx.jpg) repeat-y left top;
-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
	border:1px solid #eee;
box-shadow: 0px 0px 15px #ccc; 
-webkit-box-shadow: 0 0 15px #ccc;
-moz-box-shadow: 0 0 15px #ccc;
}


#ebanner { margin:2px auto; width:944px; text-align:left;  }
.bannerIn{ width:100%; margin:0 auto; }
.bannerIn img{ width:100%;  }

.bannerInImg{ width:987px; margin:0 auto; height:220px; position:relative;}
.bannerInImg .webDh{ position:absolute; right:0; bottom:0;}
.c_bg{ background:url(../images/cbg.jpg) no-repeat 130px top;}
.c_bgEn{ background:url(../images/cbg.jpg) no-repeat 200px top;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/ 
.clearfix { display:block; }
/* End hide from IE Mac */ 
/* end of clearfix  */
/*========== page */
#AspNetPager1 {
	padding: 20px 10px 20px 10px;
	margin: 0px auto;
	text-align: center;
}
#AspNetPager1 a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height:28px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background:#666;
	background-position: 0px 0px;
	margin: 0px 3px 0px 3px;
	border-radius:28px;
}
#AspNetPager1 a:hover {
	background-position: 0px -80px;
	color: #ffffff;
}
#AspNetPager1 font {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #000 !important;
	font-size: 15px;
	background: url(../images/page.jpg) no-repeat;
	background-position: 0px -80px !important;
	margin-bottom:-5px;
}
#AspNetPager1 .prve {
	background-position: 0px -120px;
	text-indent: -9999em;
}
#AspNetPager1 .prve:hover {
	background-position: -40px -120px;
}
#AspNetPager1 .prveNO {
	background-position: 0px -120px !important;
	text-indent: -9999em;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#AspNetPager1 .next {
	background-position: 0px -158px;
	text-indent: -9999em;
}
#AspNetPager1 .next:hover {
	background-position: -40px -158px;
}
#AspNetPager1 .nextNO {
	background-position: 0px -158px !important;
	text-indent: -9999em;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/* end*/
/*浮动QQcss*/
.izl-rmenu{position:fixed; right:10px; top:160px;padding-bottom:73px;background:url(../images/r_b.png) 0px bottom no-repeat;z-index:999;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}

.izl-rmenu .btn-qq{background-color:#a36b08; color:#fff;
background-image:-webkit-gradient(linear, left top, left bottom, from(#eace88), to(#a36b08));
	background-image:-webkit-linear-gradient(#eace88, #a36b08);
	background-image:-moz-linear-gradient(#eace88, #a36b08);
	background-image:-ms-linear-gradient(#eace88, #a36b08);
	background-image:-o-linear-gradient(#eace88, #a36b08);
	background-image:linear-gradient(#eace88, #a36b08);
}
.izl-rmenu .btn-qq:hover{background:#000;}
.izl-rmenu .btn-qq a{ display:block; text-indent:-9999em;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background-color:#a36b08;text-decoration:none;display:block;}



.izl-rmenu .btn-pl{background:url(../images/r_pl.png) 0px 0px no-repeat;background-color:#000;}
.izl-rmenu .btn-pl:hover{background-color:#111;}
.izl-rmenu a.btn-pl,.izl-rmenu a.btn-pl:visited{background:url(../images/r_pl.png) 0px 0px no-repeat;background-color:#9eb223;text-decoration:none;display:block;}

.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;height:73px; line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}

.izl-rmenu .btn-ali{background:url(../images/r_ali.png) 0px 0px no-repeat;background-color:#fd5915;}
.izl-rmenu .btn-ali:hover{background-color:#e74300;}
.izl-rmenu .btn-ali .ali{background-color:#e74300;position:absolute;width:160px;left:-160px;top:0px;height:80px; line-height:40px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-ali a{ color:#fff;}

.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


.customized_pro{ margin:0; padding:0; list-style:none; margin-bottom:30px;}
.customized_pro li{ width:20%; float:left; text-align:center; }
.customized_pro li a{ color:#a4782c;font-size:16px;}

.customized_pro1{ margin-left:200px; padding:0; list-style:none; margin-bottom:50px;}
.customized_pro1 li{ width:300px; float:left; text-align:center; }
.customized_pro1 li a{ color:#a4782c;font-size:16px;}

.essenceList{ margin:0; padding:0; list-style:none; border-top:2px solid #a36b08; border-bottom:1px solid #a36b08;}
.essenceList li{ border-bottom:1px dotted #ccc; padding:8px 0; font-size:14px; color:#666; display:block;}
.essenceList li .eleft{ width:80px; text-align:right; float:left; color:#333; font-weight:bold;}
.essenceList li .eright{ width:470px; text-align:left; float:left;}

.essenceImg{ margin:0; padding:0; list-style:none; margin-top:20px;}
.essenceImg li{ width:50%; float:left;}
.essenceImg li img{ width:280px;}

.bigImg{ width:400px;}

.back{ width:200px; height:40px; line-height:40px; text-align:center; border:1px solid #a36b08; color:#a36b08; border-radius:4px; display:block; margin:20px 0; font-size:16px;}