﻿@charset "UTF-8";
.mp_show{display:none;}
.pc_show{}


html,body{
	background: #FFF;
	_font-size:14px;
}



/*/宽高*/
.w_set,.box { width:990px; margin-left:auto; margin-right:auto; clear:both; position:relative;}

.w_230{ width:230px; float:left;}

.w_740{ width:740px; float:left;}
.w_240{ width:240px; float:right;}

.w_470{ width:470px; float:right;}
.h_300{ height:300px; margin-bottom:50px; overflow:hidden;}
.h_370{ height:370px; margin-bottom:50px;}
/*/背景*/
.bg_1{ background:#244588;}


/*/页面导航*/
.navigation{ color:#999; display:block; margin:10px 10px 10px 0;line-height:30px; height:30px;}
.navigation a{ color: #999;	text-decoration: none; font-size:0.75em;}
.navigation a:hover{color:#00bbd2;}
.navigation strong{color:#999; font-weight:normal;font-size:0.75em;}





/*/头部*/
.header{
    clear:both;
	width:100%;
	height: 80px;
	line-height:80px;
position:fixed; 
left:0; 
top:0; 
z-index:99999999;

-moz-box-shadow:0px 0px 15px #333;
-webkit-box-shadow:0px 0px 15px #333;
box-shadow:0px 0px 15px #333;
border-bottom:8px solid rgb(32,101,196);
border-bottom:8px solid rgba(32,101,196,0.6);

background:rgba(33,64,131,0.9);  /*支持rgba的浏览器*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e52140830,endColorstr=#e5214083);    /*IE8支持*/
 text-align:center;
}


/*搜索框*/
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; z-index: 100; display: none; top: 0; left: 0; background:rgba(00, 00, 00, 0.8) ;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
}		
.reveal-modal { visibility: hidden; top: 30%; left: 50%; margin-left: -300px; width: 520px; 
position: fixed; z-index: 101; padding: 30px 40px 34px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4); 
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); 
-box-shadow: 0 0 10px rgba(0,0,0,.4); 
background-color: rgba(33,64,131,0.9); 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5214083,endColorstr=#e5214083);    /*IE8支持*/
border-radius:5px;

}			

.reveal-modal.small 		
{ width: 200px; margin-left: -140px;}	
.reveal-modal.medium 		
{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		
{ width: 600px; margin-left: -340px;}	
.reveal-modal.xlarge 		
{ width: 800px; margin-left: -440px;}		


.top_text {width:56%;height:26px; line-height:26px;margin:0px; padding:0px 15px; border:1px solid #A5C7FE; color:#888;  background:#F5F5F5; border-radius:3px;}
.top_btn {height:28px; line-height:28px; margin:0px;  padding:0px 25px; font-weight:bold; background:#00bbd2; border:none; color:white; text-align:center; border-radius:3px;}
.top_btn:hover {background:#00bbd2;}

.btn-search {
display:block;
	position:absolute;
	right:0.8em;
	top:22px;
	z-index:999999999;
	height:25px;
	width:25px;
	background:url(../images/search.png) left top no-repeat;
	}

.btn-lang {
display:block;
	position:absolute;
	right:52px;
	top:22px;
	z-index:999999999;
	height:25px;
	width:25px;
	background:url(../images/lang.png) left top no-repeat;
}
#mylang {color:white;text-align:center;}
#mylang a {display:block; float:left; width:73px;  height:28px; line-height:28px; margin:5px; padding:0px 10px; background:white; color:#1D3976;
border-radius: 3px 3px 3px 3px;

}

.reveal-modal a.close-reveal-modal,#mylang a.close-reveal-modal { width:30px; font-size: 22px; line-height: 0.5; position: absolute; top: 8px; right: 11px; text-shadow: 0 -1px 1px rbga(0,0,0,.6); font-weight: bold; cursor: pointer; background:white; color:#1D3976;height:28px; line-height:28px; padding:0px;
border-radius: 3px 3px 3px 3px;text-align:center;

} 

.top_text:hover {background-color:#FFC;
-moz-box-shadow:0px 0px 10px #A5C7FE;

}



/* ======= 全屏幻灯片 =========*/
.fullSlide{ width:100%;  position:relative;}
	.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;   }
	.fullSlide .bd ul{ width:100% !important;  }
	.fullSlide .bd li{ width:100% !important;   overflow:hidden; text-align:center;  }
	.fullSlide .bd li a{ display:block;  }

	.fullSlide .hd{display:none; width:100%; position:relative; z-index:1; bottom:100px;_bottom:-5px; right:0; height:30px; line-height:30px;}
	.fullSlide .hd ul{ width:980px; margin:auto; text-align: center;}
	.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:42px; height:7px; margin:1px 3px; overflow:hidden; background:#CCC;
		filter:alpha(opacity=50);opacity:0.5;  line-height:999px; 
	}
	.fullSlide .hd ul .on{ background:#E83828; filter:alpha(opacity=100);opacity:1; }

	.fullSlide .prev,
	.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:15%;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
	.fullSlide .next{ left:auto; right:15%; background-position:-6px -137px; }


/*/全屏幻灯片*/

.banner {background:#244588;}


.cp_info{ background-color:#EAEAEA; width:240px; height:300px; position:relative; float:left;}
.cp_info p{ font-size:0.75em; color:#777777; padding:70px 35px; line-height:150%;}
.cp_info a{
	font-size: 0.9em;
	color: #333333;
	background-color: #DDDDDD;
	height: 45px;
	line-height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 240px;
	text-align: center;
	text-decoration: none;
}
.cp_info a:hover{ background-color:#00bbd2; color:#FFF;}







/*/文字详细页-标题*/
.c_h1{ height:120px;background: url(../images/t_1.png) repeat-x top center;color:#000; margin-top:15px; clear:both;}
.c_h1 div{ width:990px; margin-left:auto; margin-right:auto; position:relative;}
.c_h1 h1,.t_1 h3{ font-size:1.4em; border-bottom:1px solid #666; height:60px; line-height:60px; float:left; font-weight:normal;}
.c_h1 p{ font-size:1.0em; height:50px; line-height:50px; clear:both;  text-transform:capitalize;}
.c_h1 a{ color:#000;}


/*/文字详细页-字体大小控制*/
.t_tools {float:right;padding:0px 15px;background:#eee;text-align:right;font-size:1.0em;}
.t_tools a {color:#333; text-decoration: none;}
.jiathis_style {float:right;}





/*关于我们*/
.about{ padding:20px;}
.about h3{ color:#444444; font-size:1.2em;}
.about p{ color:#878787; font-size:0.9em; padding:15px 0; line-height:160%;}
.about a{ color:#00bbd2;text-decoration: none;}
.about a:hover{
	color:#05617F;
	text-decoration: none;
}
/*/关于我们*/



/*关于我们图片切换*/
		.slideBox{ width:265px; height:255px; overflow:hidden; position:relative; float:left; margin-right:30px;}
		.slideBox .hd{ display:none;}
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:265px; height:220px; display:block;  }
		.slideBox .bd li a {
	text-align: center;
	background-color: #00bbd2;
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height:35px;
}
		.slideBox .bd li a:hover{ color:#FFF; background-color:#05617F;}

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px;
		background:url(../images/slider-arrow2.png) -110px 5px no-repeat;
		filter:alpha(opacity=50);opacity:0.5;
		}
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }


		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
		
/*/关于我们图片切换*/




/*选项卡*/
/*TAB*/
.dis {display:block;}
.undis {display:none;}
.tabnav{ height:300px; overflow:hidden; float:right;}
.tabnav li { width:495px;  height:90px; background:#00bbd2; position:relative; margin-bottom:10px; 
	border-left:10px solid #00bbd2;
}
.tabnav li a {
	color: #B6D3FB;
	font-size: 0.9em;
	padding: 10px;
	position: absolute;
	left: 160px;
	top: 0px;
	font-weight:bold;
	text-decoration: none;
}
.tabnav li p{ color:#B6D3FB; font-size:0.75em; position:absolute; left:170px; top:45px; line-height:140%; padding:0 20px 0 0;}
.tabnav li strong{ height:90px; line-height:90px; width:145px; text-align:center; display:block; float:left; color:#B6D3FB; font-size:1.5em; font-weight:normal;}
.tabnav li span{ color:#B6D3FB; position:absolute; right:10px; top:10px; font-size:0.75em;}

.tabnav li.s{
	border: none;
	background: url(../images/tabnav.gif) no-repeat left center #FFF;
	padding-left:10px;
}
.tabnav li.s a{ color:#666666;}
.tabnav li.s strong{ background-color:#f06309; color:#FFF;}
.tabnav li.s a{left: 170px;color:#666666;}
.tabnav li.s p{left: 180px;color:#666666;}

.tabbox { float:left; height:290px; width:485px; overflow:hidden;}
.tabbox div{clear:both;}







/*定义标题*/
.t_1{ height:120px;background: url(../images/t_1.png) repeat-x top center;color:#000; margin-top:15px; clear:both;}
.t_1 div{ width:990px; margin-left:auto; margin-right:auto; position:relative;}
.t_1 h1,.t_1 h3{ font-size:1.4em; border-bottom:1px solid #666; height:60px; line-height:60px; float:left; font-weight:normal;}
.t_1 p{ font-size:1.6em; height:50px; line-height:50px; clear:both;  text-transform:capitalize;}
.t_1 a{ color:#000;}
.t_info {font-size:1.0em;}

.t_2{ height:120px;background: url(../images/t_2.gif) repeat-x top center; color:#FFF; margin-top:15px; clear:both;}
.t_2 div{ width:990px; margin-left:auto; margin-right:auto;position:relative;}
.t_2 h3{ font-size:1.4em; border-bottom:1px solid #FFF; height:60px; line-height:60px; float:left;font-weight:normal;}
.t_2 p{ font-size:1.6em; height:50px; line-height:50px; clear:both;  text-transform:capitalize;}
.t_2 a {color:white;}

.vote .t_3 a { padding:5px 15px; border:1px dotted #ccc; background:#F5F5F5; color:#1F1F1F; font-size:1.2em;  font-weight:normal; }


/*/定义标题*/


/*定义列表*/
.list_1{ clear:both; padding-top:15px;}
.list_1 li{ 
line-height:35px;
_line-height:100%;
background: url(../images/list_1.gif) no-repeat left center;
width:24.0%;
float:left;
overflow:hidden;
margin-right:0.9%;
_margin-right:0.5%;
_padding:5px 0;
}
.list_1 li a{ font-size:0.75em; color:#CCC;text-decoration: none;display:block;}
.list_1 li a:hover{ color:#FFF;}
.list_1 li span{ font-size:0.7em; color:#AAA; float:right;}






.list_2{ clear:both; padding-top:15px;}
.list_2 li{ border-bottom:1px dotted #BBB; padding:15px 0;}
.list_2 li a{ font-size:0.75em; color:#999;text-decoration: none;line-heigh:160%;}
.list_2 li a:hover{ color:#00bbd2;}



.list_3{ padding:15px 30px 15px 10px;}
.list_3 a.list_page_t{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 130%;
	padding: 20px 0 0 0;
	display: block;
	text-decoration: none;
}
.list_3 a.list_page_t:hover{ color:#D9230D; }
.list_3 li{ padding:10px 10px 25px 10px; border-bottom:1px dotted #BBBBBB; margin-bottom:10px; height:130px; float:left; width:455px;}
.list_3 li img{ float:left; margin:0 15px 10px 0; padding:5px;}
.list_3 li p{ color:#777; font-size:0.8em; padding:5px 0; line-height:140%;}
.list_3 li p a{ color:#777;}
.list_3 li p a:hover{ color:#D9230D;}
.list_3 li p span{ display:block; color:#888; padding:0 0 5px 0;}


/* ======= 滚动图片 =========*/
	.picScroll{ margin:0px auto;  position:relative;  width:1130px;  padding:10px 0 10px 120px;overflow:hidden; }
	.picScroll .prev,
	.picScroll .next{ display:block; position:absolute; top:50%;_top:25%; margin-top:-40px; left:5px; width:80px; height:80px; background:url(../images/btns.png) no-repeat;   }
	.picScroll .next{ left:auto; right:5px; background-position:-80px 0; }
	.picScroll .prev:hover{ background-position:0 -80px; }
	.picScroll .next:hover{ background-position:-80px -80px; }
	.picScroll ul{ overflow:hidden; zoom:1; }
	.picScroll ul li{float:left; overflow:hidden;}
	.picScroll ul li img{width:240px;}
/*/滚动图片*/


.list_cp li{ float:left; margin:0px 3px 35px 3px;  width:240px; height:300px;overflow:hidden;position:relative;}
.list_cp li img{border:0;width:240px; min-width:240px; height:300px; min-height:300px; position:absolute;}

.list_cp a.list_cp_info{
	width: 240px;
	height: 300px;
	position: absolute;
	left: 0;
	display: none;
	background-image: url(../images/dianbg.png);
	background-repeat: repeat;
	_filter:alpha(opacity=70);
	_-moz-opacity:0.7;
	_-khtml-opacity:0.7;
	_opacity:0.7;

}
.list_cp a.list_cp_info h3{text-decoration:none;color:#0cc7dd;font-size:1.0em;display:block; background-color:#F06309; color:#FFF; position:absolute; top:160px; height:40px; line-height:40px; padding:0 20px;width:200px; text-align:center;}
.list_cp a.list_cp_info p{ color:#FFF;position:absolute;  top:210px; display:block; padding:0 20px;width:200px; font-size:0.75em; line-height:145%;}









.list_cpimg{ width:1000px;}

.list_cpimg li{ float:left; margin:0 10px 50px 0; width:240px; height:300px;overflow:hidden;position:relative;}
.list_cpimg li img{border:0;position:absolute;}

.list_cpimg a.list_cpimg_info{
	width: 240px;
	height: 300px;
	position: absolute;
	left: 0;
	display: none;
	background-image: url(../images/dianbg.png);
	background-repeat: repeat;
	_filter:alpha(opacity=70);
	_-moz-opacity:0.7;
	_-khtml-opacity:0.7;
	_opacity:0.7;
}
.list_cpimg a.list_cpimg_info h3{text-decoration:none;color:#0cc7dd;font-size:1.0em;display:block; background-color:#00bbd2; color:#FFF; position:absolute; top:160px; height:40px; line-height:40px; padding:0 20px;width:200px; text-align:center;}
.list_cpimg a.list_cpimg_info p{ color:#FFF;position:absolute;  top:210px; display:block; padding:0 20px;width:200px; font-size:0.75em; line-height:145%;}




/*/定义列表*/







/*定义组*/
.g_1{}
.g_1 a{
	width: 160px;
	height: 310px;
	display: block;
	float: left;
	color: #FFF;
	margin-right:15px;
	text-decoration: none;
	z-index:1000;
	position:relative;
	-webkit-transition:all .4s; transition:all 0.4s;
}
.g_1 img{}
.g_1 p{ padding:10px; font-size:0.75em; line-height:150%;}
.g_1 strong{ display:block; font-size:2.0em; font-weight:normal; padding-bottom:10px;}
.g_1 .g_1_c1{ background-color:#977147;}
.g_1 .g_1_c2{ background-color:#00bbd2;}
.g_1 .g_1_c3{ background-color:#05617F;}
.g_1 .g_1_c4{ background-color:#AAC63D; margin-right:0;}
.g_1 a:hover{ background-color:#333;}




.g_2{ position:relative; z-index:2000;}
.g_2 a{-webkit-transition:all .2s; transition:all 0.2s;}
.g_2 a:active{}

.g_2 a.g_2_1{ position:absolute; left:0; top:-165px; padding:2px;}
.g_2 a.g_2_1:hover{ background-color:#FFF;}
.g_2 a.g_2_2{ position:absolute; right:0; top:-165px; padding:2px;}
.g_2 a.g_2_2:hover{ background-color:#FFF;}
.g_2 a.g_2_3{ position:absolute; left:0; top:0px; padding:2px;}
.g_2 a.g_2_3:hover{ background-color:#AAC63D;}
.g_2 a.g_2_4{ position:absolute; right:0; top:0px; padding:2px;}
.g_2 a.g_2_4:hover{ background-color:#05617F;}
.g_2 a.g_2_5{ position:absolute; left:0; bottom:0px;border:1px solid #FFF;}
.g_2 a.g_2_5:hover{ border:1px solid #AAC63D;}



/*/定义组*/





/*滚动文本*/
.mq{width:670px; height:60px; line-height:60px; padding:0 10px 0 0; position:relative; color:#1474B3; font-size:0.9em;}
.mq a{
	padding: 0 10px;
	text-decoration: none;
}
.mq strong{ color:#888888;}
/*这个是公用样式，必须要有*/


.scroll_t{margin:0;padding:0;list-style:none;overflow:hidden; width:500px;}
.scroll_t li{height:60px; line-height:60px; overflow:hidden;}
.scroll_t li span{ color:#CCC; padding:0 10px;}
.scrollGallery{
	position: relative;
	position: absolute;
	left: 70px;
	top: 2px;
}
.scrollGallery a,.scrollGallery a:visited,.scrollGallery a:link{ color:#00bbd2;}
.scrollGallery a:hover{}

		.scrollGallery.fixedLeft ul.scrollNum{left:5px;bottom:5px;width:20px;}
		.scrollGallery ul.scrollNum{position:absolute;right:5px;bottom:5px;}
			.scrollGallery ul.scrollNum li{float:left;color:#fff;text-align:center;line-height:1.2em;width:1.2em;height:1.2em;cursor:pointer;margin:1px;margin-left:4px;}
			.scrollGallery ul.scrollNum li.current{line-height:20px;width:20px;height:20px;border:0;background-color:#ce0609;margin-top:0px;font-weight: bold;}
		.scrollGallery.fixedLeft ul.scrollNum li{float:none;margin-left:auto;margin-top:4px;}
	/*上一个或下一个的样式*/
	ul.prevNext{position:absolute;right:10px;top:10px; display:none;}
		ul.prevNext li{float:left;padding:2px 6px;border:solid 1px #fff;background:#eee;margin-left:0.8em;cursor:pointer; display:none;}
/*全局样式结束*/


/*/滚动文本*/



/*/首页专题开始*/

.i_about_banner img{margin-bottom:50px;}
.i_about_text {margin:0 10%;line-height:2em;color:#444;text-align:center;font-size: 1.1em;}
.i_about_text_pic{ clear:both; text-align:center;margin:65px 0px 20px 128px;}
.i_about_text_pic dl {float:left; width:232px; margin:0px 5px; text-align:left;max-width:232px;display:inline-block;background:#4e4e4e;}
.i_about_text_pic dl img{width:100%;height:161px;}
.i_about_text_pic dl img.img1{display:none;}
.i_about_text_pic dl img.img2{ display:block;-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; } 
.i_about_text_pic dl:hover img.img1{display:block;}
.i_about_text_pic dl:hover img.img2{display:none;}
.i_about_text_pic dl dt{height:60px;line-height:60px;padding:0px 30px 0 15px;background:url(../images/dian1.png) 95% center no-repeat;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.i_about_text_pic dl dt a{color:#FFF;font-size: 22px;text-decoration: none;}
.i_about_text_pic dl dd{font-size: 0.8em;margin:5px 15px 20px;color:#B2B2B2;line-height:30px;height:90px;overflow:hidden;}
.i_about_text_pic dl.wow:hover{background:#000;}




/*/首页专题结束*/










/*页脚-菜单*/



.footer_url{ background-color:#EAEAEA;clear:both; margin-top:40px; padding:10px;}


.footer_url dl{ float:left;  width:120px; height:330px; padding-right:15px; margin-right:15px; }
.footer_url dl dt a {color:#666;}
.footer_url dl dt{ font-size:1.0em; color:#666; font-weight:bold; padding:15px 0;}
.footer_url dl dd{}
.footer_url dl dd a{
	color: #878787;
	line-height: 30px;
	display: block;
	text-decoration: none;
	font-size:0.8em;
}
.footer_url dl dd a:hover{
	color: #06F;
	text-decoration: underline;
}







/*友情链接*/
.f_link{ padding:15px 0 0 0;}
.f_link a{
	padding: 5px;
	display: inline-block;
	color: #858585;
	text-decoration: none;
}
.f_link a:hover{ color:#E8882C;}





/*/*************/
/*/*************/
/*/子页面样式开始*/
/*/*************/
/*/*************/

/*/宽度*/

.w_200{ width:200px; float:left;}
.w_840{ width:770px; float:right; padding-left:30px; padding-right:30px;}




/*/广告条*/




/*/左侧栏目标题*/
.t_sub{ background-color:#00bbd2; color:#FFF; font-size:1.5em; position:relative; padding:50px 20px 15px 20px;}
.t_sub strong{ font-size:1em; display:block;}
.t_sub span{ display:block; position:absolute; left:0px; _left:-20px; top:-20px;background-color:#00bbd2; height:20px; width:200px; }


.t_sub2{ color:#926D50; font-size:1.6em; font-weight:bold; padding:20px 0;}
.t_sub3{ color:#926D50; font-size:1.9em; font-weight:bold; padding:20px 0; text-align:center; border-bottom:1px solid #DDD; margin-bottom:30px;}
.t_sub4{ color:#535353; font-size:1.3em; font-weight:bold; padding:20px 0; border-bottom:1px solid #DDD; margin-bottom:30px; clear:both;}
.t_sub4 h3{	background: url(../images/t_sub4.jpg) no-repeat right center; display:inline; padding:10px 25px 10px 10px;}



/*/子页菜单*/
.sub_menu{ background-color:#00bbd2; height:60px; line-height:60px;}
.sub_menu div{ width:990px; margin-left:auto; margin-right:auto;}
.sub_menu h3{ font-size:1.4em; color:#FFF; float:right; font-weight:normal; }
.sub_menu a{
	font-size: 0.9em;
	color: #FFF;
	padding: 0 20px;
	margin: 0 2px;
	text-decoration: none;
	display:block;
	float:left;
}
.sub_menu a:hover{background: url(../images/sub_menu.gif) no-repeat center bottom;}
.sub_menu a.sub_menu_on{background: url(../images/sub_menu.gif) no-repeat center bottom;}
.sub_menu a.sub_menu_on:hover{}


.menu_left{ padding:15px 0 50px 0;}
.menu_left a,.menu_left a:visited,.menu_left a:link{
	display: block;
	position: relative;
	color: #666;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 45px;
	text-decoration: none;
}
.menu_left a:hover{ color:#00bbd2;}
.menu_left a span{ display:none;}
.menu_left a.on,.menu_left a.on:visited,.menu_left a.on:link{background-color:#00bbd2; color:#FFF;}
.menu_left a.on:hover{ color:#FFF;}
.menu_left a.on span{background: url(../images/menu_left.gif) no-repeat right center ; width:17px; height:35px; position:absolute; right:-17px; top:0; display:block;}


/*/特殊连接*/
.url_1{ position:absolute; right:10px; top:20px;}
.url_1 a{
	height: 40px;
	line-height: 40px;
	background-color: #00bbd2;
	display: block;
	float: left;
	color: #FFF;
	font-size: 0.9em;
	margin: 0 5px;
	padding: 0 25px;
	text-decoration: none;
	border-radius: 5px 5px 0px 0px;
}
.url_1 a:hover {background-color:#0a4da6;}


.url_2{ position:absolute; right:10px; top:20px;}
.url_2 a{
	height: 40px;
	line-height: 40px;
	background-color: #EEE;
	display: block;
	float: left;
	color: #000;
	font-size: 0.9em;
	margin: 0 5px;
	padding: 0 25px;
	text-decoration: none;
}
.url_2 a:hover {background-color:#00bbd2; color:#FFF;}


/*/文字详细页内容外框*/
.c_box{ padding-left:130px;}





/*/帮助列表*/
.help_list{ background-color:#F6F6F6; padding:15px; height:150px; margin-bottom:20px; clear:both;}
.help_list dl{ width:28%; float:left; margin:2%;}
.help_list a{
	color: #999999;
	text-decoration: none;
	line-height:24px;
}
.help_list dt{ color:#545454; font-size:1.2em; font-weight:bold; height:40px; line-height:40px;}
.help_list dd{ font-size:0.9em; }


/*/返回顶部*/
#scrollUp{ width:60px; height:60px;background: url(../images/scrollup.png) no-repeat left top; position:absolute; z-index:9999; right:20px; bottom:20px; cursor:pointer;}
#scrollUp:hover{background: url(../images/scrollup.png) no-repeat left bottom;}
/*/scrollUp*/





.ico_tel,.ico_qq,.ico_add,.ico_weixin{ border-bottom:1px solid #DDDDDD; padding:0px 0 30px 0; margin-bottom:15px;}
.ico_tel dt,.ico_qq dt,.ico_add dt,.ico_weixin dt{background: url(../images/ico_tel.gif) no-repeat left top; font-size:0.8em; color:#999; height:32px; line-height:32px; padding-left:35px;}
.ico_tel dd{padding-left:35px; color:#393939; font-size:1.4em; font-weight:bold; font-weight:normal;}
.ico_qq{}
.ico_qq dt{background: url(../images/ico_qq.gif) no-repeat left top; }
.ico_qq dd{padding-left:35px; }
.ico_qq dd a{
	color: #868686;
	padding: 0 20px 0 0;
	text-decoration: none;
	white-space: nowrap;
	font-size:0.75em;
	line-height:150%;
}

.ico_qq dd a:hover{ color:#00bbd2;}

.ico_weixin {  border:none;}
.ico_weixin dt{background: url(../images/ico_add.gif) no-repeat left top; }
.ico_weixin dd{padding-left:35px; color:#777; font-size:0.75em; line-height:150%;}


.ico_add dt{background: url(../images/ico_add.gif) no-repeat left top; }
.ico_add dd{padding-left:35px; color:#777; font-size:0.75em; line-height:150%;}
/*/留言表单*/





/**/
/*列表页 -文字列表*/
/**/
.list_page_1{ padding:15px 0px 15px 0px;}
a.list_page_t{
	color: #333;
	font-size: 1.2em;
	display: block;
	text-decoration: none;
}
a.list_page_t:hover{ color:#D9230D; }
.list_page_1 li { padding:15px 10px 15px 10px; clear:both; border-top:1px dotted white; border-bottom:1px dotted #BBBBBB;}

.list_page_1 li p { color:#BBBBBB; font-size:0.8em; padding:5px; line-height:160%;}
.list_page_1 li p a { color:#000;}
.list_page_1 li p a:hover{ color:#D9230D;}
.list_page_1 li p span{ display:block; color:#888; padding:0 0 5px 0;}
.li_text {float:left; width:520px; margin-left:25px;}
.li_text_w {width:950px;} 
.li_pic_text {float:left; width:700px; margin-left:25px; ;} 
.list_page_1 li:hover {background:#F5F5F5;border:1px dotted #ccc;border-radius: 5px 5px 5px 5px;}
.list_page_date{width:50px;float:left;margin:0 20px 0 0;}
.list_page_date h1{height:46px;line-height:46px;text-align:center;overflow:hidden;width:54px;white-space:nowrap;float:left;font-size: 46px;color:#783400;font-family: 'Times New Roman', Times, serif;}
.list_page_date p {clear:both; display:block; width:54px;height:1.2em;line-height:1.2em;text-align:left;overflow:hidden; }


.list_page_1 .li_text  a,.list_page_1 .li_text_w a,.list_page_1 .li_pic_text a {color:#BBBBBB;}
.list_page_2 li {border:1px dotted #BBBBBB; margin:15px 0px;}
.list_page_1 a.list_page_t {color:#783400; font-size:18px; font-weight:bold; }

a.table_more {padding:5px 8px; background:#00bbd2;color:white;border-radius: 3px 3px 3px 3px; font-size:0.8em; }
.table_job_more a {width:160px; line-height:28px;
padding:5px 20px;
-moz-box-shadow: 3px 3px 4px #DFDFDF;-webkit-box-shadow: 3px 3px 4px #DFDFDF;box-shadow: 3px 3px 4px #DFDFDF;
	color:#FFF;
	font-size:1.0em;
border-radius: 3px 3px 3px 3px;
	overflow:hidden;
	cursor:pointer;
	background:#00bbd2;
	display:block;
	text-align:center;
}
.table_job_more a:hover{ background:#FF4A00;}
/**/
/*列表页 -图片列表*/
/**/
.list_img_page{}
.list_img_page li{ float:left; width:33%; height:260px; text-align:center; margin-bottom:10px; font-size:0.9em;}
.list_img_page a{
	text-decoration: none;
	margin:auto;
	
}
.list_img_page li a img{margin:auto; padding:2px; background-color:#FFF;-webkit-transition:all .2s; transition:all 0.2s;}
.list_img_page li a h4{color:#666666; line-height:30px;height:30px; font-weight:normal;}
.list_img_page li a:hover{}
.list_img_page li a:hover img{ background-color:#DD4526;}
.list_img_page li a:hover h4{color:#DD4526;}



/**/
/*图片详细页 -图片列表*/
/**/
.list_img_pubu{ margin:10px 0 100px 30px;}
.list_img_pubu li{ float:left; margin:10px; text-align:center;font-size:0.9em; _width:30%;}
.list_img_pubu a{
	text-decoration: none;
	margin:auto;
	
}
.list_img_pubu li a img{margin:auto; padding:2px; background-color:#FFF;-webkit-transition:all .2s; transition:all 0.2s;}
.list_img_pubu li a h4{color:#666666; line-height:30px;height:30px; font-weight:normal;}
.list_img_pubu li a:hover{}
.list_img_pubu li a:hover img{ background-color:#DD4526;}
.list_img_pubu li a:hover h4{color:#DD4526;}





/**/
/*产品详细页 -产品展示*/
/**/
.product_img {width:490px;background:#FFF;float:right; padding-top:25px;overflow:hidden}
.product_img .bd{position:relative;width:490px;height:380px;overflow:hidden; margin-bottom:5px;}
.product_img .showDiv {position:relative;width:490px;height:380px; overflow:hidden;}
.product_img .showDiv img {max-width:490px;
 width:expression(document.body.clientWidth>490?"490px":"auto");
 max-height:380px;
height:expression(document.body.clientHeight>380?"380px":"auto");
 }

.product_img .hd{}
.product_img .hd ul li {float:left; margin:0 0 10px 1px;  _margin:0 0 10px 0px;display:inline; position:relative;}
.product_img .hd ul a {display:block;}
.product_img .hd ul img{ width:115px;height:115px; border:3px solid #FFF;}
.product_img .hd ul .mask{ display:none;}
.product_img .hd ul a:hover .mask, .product_img .hd ul .on .mask{display:none; position:relative;}
.product_img .hd ul a:hover img, .product_img .hd ul .on img{border-color:#E93B09;}
.product_img .hd ul a:hover{color:#fff;}
.product_img .hd ul a:hover .txt_bg {background:#70a20f;}



/**/
/*产品详细页 -规格介绍*/
/**/
.product_h1{color:#000; font-size:1.9em;   padding:40px 0 40px 0; border-bottom:1px dotted #ccc; line-height:180%; font-weight:normal;}

.product_info{ width:270px; float:left; margin-right:10px; padding-top:20px;overflow:hidden}
.product_info h1{}
.product_info table{ color:#535353; width:100%; padding:10px 0; margin:10px 0;}
.product_info table th{ text-align:right; padding:7px 5px; width:80px; font-weight:normal; color:#888;font-size:0.75em;}
.product_info table td{ padding:5px; color:#535353; font-size:0.9em;}
.product_info table tr{}
.product_info strong{ color:#E53F40; font-size:30px;}
#dialog_link,.product_info .goshop{
float:left; 
	background-color: #F06309;
	color: #FFF;
	font-size: 1.0em;
	padding: 13px 15px;
	margin: 10px 0px 10px 0px;
	display: block;
	width: 90px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 3px 3px 4px #DFDFDF;-webkit-box-shadow: 3px 3px 4px #DFDFDF;box-shadow: 3px 3px 4px #DFDFDF;
	
}
.product_info .goshop:hover{ background-color:#FF4A00;}

#dialog_link {margin-left:20px;background:#00bbd2;}
#dialog_link:hover {background:#00bbd2;}
.product_info div{border-bottom:1px solid #DDDDDD; }




/*/文字详细页*/
.content{
	padding:20px 10px;
	margin:0px;
	line-height:180%;
	clear:both;
	padding-bottom:50px;
}






/*搜索*/
.search {clear:both; padding-top:15px;}
.s_text { height:28px; line-height:28px; color:#333; padding:0px 10px; background:#789;border-radius: 3px 3px 3px 3px;}
.s_text:hover {background:#FAFAD2;}
.s_btn {width:28px; height:28px; margin-left:5px; background:url(../images/s_btn.png) left top no-repeat; background-size:95% 95%;}
.s_btn:hover {background:url(../images/s_btn.png) left top no-repeat; background-size:95% 95%;}




.lianxi{}
.lianxi1{background:#242625;}
.lianxi1_1{font-size: 60px;line-height:120%;color:#CCCCCC;text-align:center;padding:50px 0 ;}
.lianxi1_1 span{font-weight:bold;color:#C22C45;}
.lianxi1_2{width:980px;margin:50px auto 0;padding:0 0 50px}
.lianxi1_2 dl{float:left;height:150px;border-right:1px solid #454545}
.lianxi1_2 dl{padding:0 0 0 80px;width:245px;}
.lianxi1_2 dl.dl1{background:url(../images/lianxi1.gif) 19px 0 no-repeat;}
.lianxi1_2 dl.dl2{background:url(../images/lianxi2.gif) 19px 0 no-repeat;}
.lianxi1_2 dl.dl3{background:url(../images/lianxi3.gif) 19px 0 no-repeat;border:none;}
.lianxi1_2 dl dt{line-height:40px;color:#CACACA;font-size: 26px;margin-bottom:10px;}
.lianxi1_2 dl dd{color:#AEAEAE;font-size: 1.0em;}
.lianxi2{width:100%;height:50.8em;overflow:hidden;}



.vote {font-size:0.8em;}

#mobilenum
{
  width:152px;
  height:30px;
  line-height:30px;
  padding:0px 10px;
  border:1px solid #ccc;
  font-weight:bold;
  font-size:12px;
  border-radius: 3px 3px 3px 3px;
  margin-bottom:20px;
}
#btm_sendMobileCode { width:140px; height:32px;
  line-height:32px; border-radius: 3px 3px 3px 3px; margin-bottom:20px;}









@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea, table, tr, td
{margin:0px;padding:0px;}
fieldset, img {border:0;}
li {list-style:none;}
body,button, input, select, textarea,img /* for ie */ {font: 78%/1.5 tahoma,Helvetica,arial, "\5b8b\4f53", sans-serif;vertical-align:middle;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd,samp { font-family: courier new, courier, monospace; }

ins {text-decoration:none;}
del {text-decoration:line-through;}
h1, h2, h3, h4, h5, h6 {}
h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.38em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;font-style: italic;}

address,cite,dfn,em,var{font-style:normal;}
caption,td {font-weight: normal;}
cite, blackquote, em, i {font-style: italic;}
strong, b {	font-weight: bold;}
pre, code {font-family: monospace;font-size: 1.1em;}
abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help;}
table {	border-collapse:collapse; /* 边框合并属性 */border-spacing:0;}
q:before, q:after, blockquote:before, blockquote:after {content:"";content:none}
blockquote, q {	quotes:none;}

legend { color: #333; } 
button,input,select,textarea,checkbox,radio 
{vertical-align:middle;}

a{ text-decoration: none; color:#333;}
a:hover{ text-decoration: underline; }
html{background: #FFF url(../images/bg.png) center top repeat-x;}
body {font-size:14px;color:#666;line-height:180%;background: url(../images/body.jpg) center top repeat-x;font-family: Microsoft Yahei;}
.fr {float:right;}
.fl {float:left;}
.clear{clear:both;}
.blank5,.blank10,.blank20,.blank30 {clear:both;overflow:hidden;}
.blank5 {height:5px;}
.blank10 {height:10px;}
.blank30 {height:30px;}
.blank20 {height:20px;}
.pr{position:relative;}    /*相对*/
.pa{position: absolute;}    /*绝对*/



.box{width: 1200px;margin:0 auto;}
.img-auto{display:block;overflow:hidden;}
.img-auto img{width:100%;height:auto;transition: 600ms;}
.img-auto img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}





.top1{line-height:30px;height:30px;background:#00bbd2;}

.top1 a{margin-right:15px;color:#CDA3A3;}
.top1 span{float:right;color:#E8D5D4;font-size:14px;}


.top2{height:198px;background:url(../images/top2.jpg) center top repeat-x;}
.top2-1{height:148px;overflow:hidden;}
.logo-box{float:left;margin:45px 0 0 ;}
.logo-bg{float:left;margin:45px 0 0 20px;}
.top2-tel{float:right;margin:45px 0 0 ;}
.top2-tel h3{color:#533618;font-size:16px;}
.top2-tel p{color:#B1080D;font-size:30px;font-weight: bold;margin-top:5px;}

/*
.top2-2{height:50px;}
.top2-2 ul{text-align:center;padding:4px 0 ;}
.top2-2 ul li{display:inline-block;margin:0 15px;width:110px;_float:left;}
.top2-2 ul li a{display:block;height:42px;line-height:42px;width:110px;text-align:center;color:#fff;font-size:14px;font-weight: bold;}
.top2-2 ul li a:hover,.top2-2 ul li a.on{background:url(../images/top2-a.png) center no-repeat;text-decoration: none;}
*/
/*导航条*/
.top2-2 .nav{width: 1000px;height: 50px;line-height: 50px;margin: 0 auto;position: relative;z-index: 111;}
.top2-2 .nav li{float: left;width: 12%;height: 50px;line-height: 50px;text-align: center;}
.top2-2 .nav li a{display:block;height:50px;line-height:50px;width:110px;text-align:center;color:#fff;font-size:14px;font-weight: bold;}
.top2-2 .nav li a:hover,.top2-2 .nav li a.on{background:url(../images/top2-a.png) center no-repeat;text-decoration: none;}
.top2-2 .nav li .second-nav{width: 120px;display: none;position: relative;}
.top2-2 .nav li .second-nav li{position: relative;width: 100%;height: 50px;line-height: 50px;background: #00bbd2;border-top: 1px solid #00bbd2;}
.top2-2 .nav li .second-nav li a{display:block;height:50px;line-height:50px;width:120px;text-align:center;color:#fff;font-size:14px;font-weight: bold;}
.top2-2 .nav li .second-nav li a:hover{background:url(../images/top2-a.png) center no-repeat;text-decoration: none;}
.top2-2 .nav li .second-nav li .third-nav{/*position: absolute;*/width: 120px;height: 200px;display: none;margin-left: 100%;margin-top: -51px;}



.top3{padding:20px 0;background:#F8F7F5;}

.top3-1{float:left;padding:0 15px 0 25px;border-left:1px solid #DDD5CA;height:145px;}
.top3-1 h5{font-size:15px;margin-bottom:10px;}
.top3-1 h5 a{position:relative;left:-8px;color:#783501;padding-left:22px;background:url(../images/dian1.png) left center no-repeat;}

.top3-1 ul{float:left;padding:0 5px;}
.top3-1 ul li{}
.top3-1 ul li a{color:#BA8363;display:inline-block;padding:0 10px;text-decoration: none;}
.top3-1 ul li a:hover{background:#821717;color:#FFF;}






.banner,.focus,.rslides,.rslides li,.rslides .rslides_li1 a,.rslides .rslides_li2 a,.rslides .rslides_li3 a,.rslides .rslides_li4 a,.rslides .rslides_li5 a
{height:437px;}
.banner{overflow:hidden;}
/*全局*/
.focus{width:100%;margin:0px auto;position:relative;}
.rslides{overflow:hidden;width:100%;}
.rslides li{width:100%;}
.rslides .rslides_li1 a{background:url(../images/img1.jpg) center center no-repeat;display:block;width:100%;background-size:cover;}
.rslides .rslides_li2 a{background:url(../images/img2.jpg) center center no-repeat;display:block;width:100%;background-size:cover;}
.rslides .rslides_li3 a{background:url(../images/img3.jpg) center center no-repeat;display:block;width:100%;background-size:cover;}
.rslides .rslides_li4 a{background:url(../images/img4.jpg) center center no-repeat;display:block;width:100%;background-size:cover;}
.rslides .rslides_li5 a{background:url(../images/img5.jpg) center center no-repeat;display:block;width:100%;background-size:cover;}
/*左右切换按钮*/
.rslides{width:100%;position:relative;list-style:none;padding:0}
.rslides_nav{display:none;height:67px;width:38px;position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);top:50%;left:10%;
opacity:0.8;text-indent:-9999px;overflow:hidden;text-decoration:none;background:url(../images/banner-lr.png) no-repeat left top;margin-top:-33px}
.banner:hover .rslides_nav{display:block;}
.rslides_nav:active{opacity:1.0}
.rslides_nav.next{left:auto;background:url(../images/banner-lr.png) no-repeat right top;right:10%;}
.rslides_nav:hover{background:url(../images/banner-lr.png) no-repeat left bottom;}
.rslides_nav.next:hover{left:auto;background:url(../images/banner-lr.png) no-repeat right bottom;}
/*12345按钮*/
.rslides_tabs{display:none;width:100%;text-align:center;margin:0 auto;position:relative;top:-30px;}
.rslides_tabs li{display:inline-block;height:10px;width:50px;margin:0 10px;}
.rslides_tabs a{text-indent:-9999px;overflow:hidden;display:block;height:10px;width:50px;background:#000;opacity: 0.25;-moz-opacity: 0.25;filter:alpha(opacity=25);}
.rslides_tabs .rslides_here a{background: #000;opacity: 1;-moz-opacity: 1;filter:alpha(opacity=100);}



.i-bg{background:url(../images/i-bg.gif) left top repeat-x;}
.i-box{position:relative;top:-50px;margin-bottom:-50px;}



.title10{height:34px;line-height:34px;padding:0 15px;border-bottom:1px solid #D6C2B2;background:#00bbd2/*background:#F9F6EF;*/}
.title10 a.more{float:right;color:#FFFFFF;text-decoration: none;}
.title10 h5 a{font-size:15px;color:#FFFFFF;text-decoration: none;}

.sectionpic{height:230px;padding:5px 0 ;border:1px solid #EEE;background:#FFF;}



.section1{height:440px;padding:5px 0 ;border:1px solid #EEE;background:#FFF;}


.section1-1{width:390px;float:left;padding:0 5px;margin:0 5px}
.section1-1-1{height:240px;overflow:hidden;margin:15px 0 0 ;}
.section1-1-1 img{width:100;height:auto;}
.section1-1-2{margin:20px 10px 15px;line-height:20px;height:100px;overflow:hidden;}
.section1-1-3{margin:0 10px;}
.section1-1-3 a{display:block;float:left;padding:0 10px;height:30px;line-height:30px;background:#950000;color:#FFF;font-size:14px;}

.section1-1 ul{}
.section1-1 ul li{line-height:30px;height:30px;border-bottom: 1px dotted #CCC;padding-left:12px;background:url(../images/dian2.gif) left center no-repeat;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.section1-1 ul li a{color:#555555;}

.section1-2{width:420px;float:left;padding:0 5px;margin:0 5px;height:440px;border-left:1px solid #F3EDE8;border-right:1px solid #F3EDE8;}
.section1-2 dl{padding:0px 10px;height:120px;margin:30px 0;}
.section1-2 dl a.img-auto{height:110px;width:120px;float:left;margin-right:15px;}
.section1-2 dl dt{font-size:15px;font-weight: bold;line-height:26px;}
.section1-2 dl dt a{color:#000;}
.section1-2 dl dd{margin:3px 0 12px;line-height:20px;height:40px;overflow:hidden;}
.section1-2 dl a.more{display:block;float:left;padding:0 10px;height:30px;line-height:30px;background:#00bbd2;color:#FFF;font-size:14px;}
.section1-2 ul{}
.section1-2 ul li{line-height:30px;height:30px;border-bottom: 1px dotted #CCC;padding-left:12px;background:url(../images/dian2.gif) left center no-repeat;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.section1-2 ul li a{color:#555555;}


.section1-3{width:306px;float:left;padding:0 5px;margin:0 5px;}
.section1-3-1{padding:15px 0 ;}
.section1-3-1 dl{height:68px;margin:15px 10px;}
.section1-3-1 dl a.img-auto{height:68px;width:106px;float:left;margin-right:15px;}
.section1-3-1 dl dt{font-size:15px;font-weight: bold;line-height:26px;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.section1-3-1 dl dt a{color:#000;}
.section1-3-1 dl dd{margin:3px 0 12px;line-height:20px;height:40px;overflow:hidden;}

.section1-3-2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.section1-3-2 a{float:left;margin-right:6px;}

.section1-4{margin-top:10px;width:335px;float:left;padding:0 13px;}
.section1-4 ul{margin: 5px;}
.section1-4 ul li{line-height:25px;height:25px;border-bottom: 1px dotted #CCC;padding-left:12px;background:url(../images/dian2.gif) left center no-repeat;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.section1-4 ul li a{color:#555555;}




.section2{height:500px;margin:10px 0 ;background:url(../images/section2.jpg) center center no-repeat;}

.section2 .none {display:none;}

.section2-1{height:498px;width:400px;margin:1px 0;float:right;overflow:hidden;}
.section2-1 img{width:100%;height:auto;}

.section2-2{float:right;padding-top:10px;margin-right:20px;width:450px;height:280px;}
.section2-2 dl{margin:2px 0 0 ;}
.section2-2 dt{height:33px;line-height:31px;width:97px;text-align:center;background:url(../images/title11.png) left center no-repeat;color:#FFF;font-size:16px;}
.section2-2 dd{line-height:22px;height:50px; overflow:hidden;margin:5px 0 0 ;}

.section2-3{float:right;height:210px;width:780px;}
.section2-3 li{height:108px;width:95px;float:left;margin-left:16px;}
.section2-3 li a.img-auto{height:86px;width:86px;border:2px solid #EEEEEE;}
.section2-3 li.active a.img-auto{border:2px solid #00bbd2;}
.section2-3 li p{line-height:20px;text-align:center;font-weight: bold;}
.section2-3 li p a{color:#8F482C;}

.section0-list{float:left;width:121px;padding:0 5px 0 10px;border-left:0px solid #DDD5CA;}
.section0-list h5{font-size:15px;margin-bottom:5px;text-align:center}
.section0-list h5 a{position:relative;left:-5px;color:#783501;padding-left:25px;background:url(../images/dian1.png) left center no-repeat;}
.section0-list ul{float:left;padding:0 5px;}
.section0-list ul li{margin:3px 0 ;float:left;/*width:80px*/}
.section0-list ul li a{color:#BA8363;display:inline-block;padding:0 5px 0 5px;text-decoration: none;}
.section0-list ul li a:hover{background:#821717;color:#FFF;}


.section3{height:400px;padding:10px 0 ;background:#FFF;border:1px solid #EEE;}
.section3-1{width:830px;float:left;margin-left:10px;}

.section3-1-1{margin:30px 0;}
.section3-list{float:left;width:121px;padding:0 5px 0 10px;border-left:1px solid #DDD5CA;}
.section3-list h5{font-size:15px;margin-bottom:5px;}
.section3-list h5 a{position:relative;left:-5px;color:#783501;padding-left:25px;background:url(../images/dian1.png) left center no-repeat;}
.section3-list ul{float:left;padding:0 5px;}
.section3-list ul li{margin:3px 0 ;}
.section3-list ul li a{color:#BA8363;display:inline-block;padding:0 5px;text-decoration: none;}
.section3-list ul li a:hover{background:#821717;color:#FFF;}


.section3-2{width:335px;float:right;margin-right:10px;}
.section3-2-1{margin:20px 0 0 ;height:135px;overflow:hidden;}
.section3-2-1 img{width:100%;height:auto;}

.section3-2-2{}
.section3-2-2 li{float:left;width:100px;margin:10px 0 0px 17px;text-align:center;}
.section3-2-2 li p{line-height:25px;}
.section3-2-2 li p a{color:#00bbd2;}




.section4{padding:10px 0 ;height:440px;border:1px solid #E6D2BF;background:#F9F6EF;margin:10px 0 ;}
.section4-1{height:440px;width:368px;float:left;padding:0 10px;overflow:hidden;}
.section4-1 img{width:100%;height:auto;}

.section4-2{margin-top:10px;height:420px;width:420px;float:left;padding:0 13px;border-left:1px solid #EEE6DD;border-right:1px solid #EEE6DD;}

.section4-2 dl{padding:0px 10px;height:120px;margin:25px 0;}
.section4-2 dl a.img-auto{height:110px;width:120px;float:left;margin-right:15px;}
.section4-2 dl dt{font-size:15px;font-weight: bold;line-height:26px;}
.section4-2 dl dt a{color:#783400;}
.section4-2 dl dd{margin:3px 0 12px;line-height:20px;height:40px;overflow:hidden;}
.section4-2 dl a.more{display:block;float:left;padding:0 10px;height:30px;line-height:30px;background:#00bbd2;color:#FFF;font-size:14px;}
.section4-2 ul{margin:0 15px;}
.section4-2 ul li{line-height:30px;height:30px;border-bottom: 1px dotted #CCC;padding-left:12px;background:url(../images/dian2.gif) left center no-repeat;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.section4-2 ul li a{color:#555555;}


.section4-3{margin-top:10px;height:420px;width:335px;float:left;padding:0 13px;}
.section4-3 ul{margin: 15px;}
.section4-3 ul li{line-height:30px;height:30px;border-bottom: 1px dotted #CCC;padding-left:12px;background:url(../images/dian2.gif) left center no-repeat;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.section4-3 ul li a{color:#555555;}
.section4 .title10{background:#00bbd2;border-bottom:1px solid #D6C2B2;}



.foot-menu{height:50px;line-height:50px;background:#00bbd2;color:#fff;font-size:14px;font-weight: bold;}
.foot-menu a{color:#fff;margin-right:20px;}
.foot-menu span{float:right;font-size:16px;}



.foot{padding:20px 0 10px;background:#F8F7F5 url(../images/foot.jpg) center bottom no-repeat;}

.foot-1{width:260px;padding:0 30px;float:left;border-right:1px solid #DDD;margin-right:30px;margin-top:10px}
.foot-logo{width:100%;}

.foot-logo-bg{margin:15px 0 ;}
.foot-tel{}
.foot-tel h3{color:#533618;font-size:16px;}
.foot-tel p{color:#B1080D;font-size:30px;font-weight: bold;margin-top:5px;}


.foot-2{float:left;width:800px;padding:0 30px 0 0;margin-top:10px}
.foot-2 dl{margin:5px 0 5px;}
.foot-2 dt{line-height:25px;margin-bottom:10px;padding-left:24px;background:url(../images/dian1.png) left center no-repeat;color:#000;font-weight: bold;}
.foot-2 dd{padding-left:24px;color:#000;}
.foot-2 dd a{color:#000;}
.foot-weixin{float:right;margin-left:30px;margin-top:-30px}




.mianbao{line-height:50px;color:#999;font-size:12px;}
.mianbao a{margin:0 10px;color:#999;}





.box2{width:1200px;margin:0px auto;border:1px solid #DDD;padding:20px 0 ;}


.box2-left{float:right;width:336px;padding:0 18px 20px;border-left:1px solid #DDD;position:relative;left:-1px;}

.left1{}
.left1-1{padding:15px 0 ;}
.left1-1 dl{height:68px;margin:15px 10px;}
.left1-1 dl a.img-auto{height:68px;width:106px;float:left;margin-right:15px;}
.left1-1 dl dt{font-size:15px;font-weight: bold;line-height:26px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.left1-1 dl dt a{color:#783400;}
.left1-1 dl dd{margin:3px 0 12px;line-height:20px;height:40px;overflow:hidden;}
.left1-2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.left1-2 a{float:left;margin-right:6px;}

.left2{margin:20px  0 20px;}
.left2 dl{padding:0px 10px;height:120px;margin:20px 0 0px;}
.left2 dl a.img-auto{height:110px;width:120px;float:left;margin-right:15px;}
.left2 dl dt{font-size:15px;font-weight: bold;line-height:26px;}
.left2 dl dt a{color:#783400;}
.left2 dl dd{margin:3px 0 12px;line-height:20px;height:40px;overflow:hidden;}
.left2 dl a.more{display:block;float:left;padding:0 10px;height:30px;line-height:30px;background:#00bbd2;color:#FFF;font-size:14px;}
.left2 ul{}
.left2 ul li{line-height:30px;height:30px;border-bottom: 1px dotted #CCC;padding-left:12px;background:url(../images/dian2.gif) left center no-repeat;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.left2 ul li a{color:#555555;}

.left3 li{height:135px;width:135px;float:left;margin:20px 16px;}
.left3 li a.img-auto{height:131px;width:131px;border:2px solid #EEEEEE;}
.left3 li a.img-auto:hover{border:2px solid #00bbd2;}
.left3 li p{line-height:30px;text-align:center;font-weight: bold;}
.left3 li p a{color:#8F482C;}


.box2-right{float:left;width:790px;padding:0 18px;border-right:1px solid #DDD;}

.title20{height:34px;line-height:34px;padding:0 15px;margin-bottom:20px;border-bottom:1px solid #D6C2B2;background:#f4fdff;}
.title20 a.more{float:right;color:#00acbd;}
.title20 h5 {font-size:15px;color:#00acbd;}
.title20 h5 a{font-size:15px;color:#00acbd;}
.title20 span{display:none;}
.title20 .mianbao{display:none;}

.title21{font-size:30px;text-align:center;line-height:33px;margin:20px 0;color:#00bbd2}
.title22{font-size:14px;text-align:center;margin:-10px 0 30px;color:#999}

.box2-content{padding:20px;}
.content-left .lp{display:block;margin-left:10px;height:34px;width:118px;line-height:34px;text-align:center;background:url(../images/more.gif) center center no-repeat;}


.right-pic1{padding:0px 0 10px;}
.right-pic1 li{float:left;margin:0px 0 20px 10px;width:195px;padding:6px;border:1px solid #DDD;background:#F8F7F5;}
.right-pic1 li h5{text-align:center;line-height:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.right-pic1 li h5 a{color:#00bbd2;font-size:14px;}
.right-pic1 li p{margin:0 10px;line-height:20px;height:60px;overflow:hidden;color:#AAA;font-size:12px;}
.right-pic1 li a.more{display:block;margin:12px auto;height:34px;width:118px;line-height:34px;text-align:center;background:url(../images/more.gif) center center no-repeat;}



.right-pic2{}
.right-pic2-1{padding:30px 15px 10px;border-bottom:1px solid #D6C2B2;}
.right-pic2-1l{float:left;width:135px;}
.right-pic2-1l a.img-auto{height:131px;width:131px;border:2px solid #00bbd2;}
.right-pic2-1l h5{line-height:40px;font-size:16px;text-align:center;}
.right-pic2-1l h5 a{color:#8E472C;}
.right-pic2-1l p{}
.right-pic2-1l p a{display:block;margin:0 auto 10px;height:34px;width:118px;line-height:34px;text-align:center;background:url(../images/more.gif) center center no-repeat;}
.right-pic2-1r{float:left;width:600px;margin: 0 0 0 25px;}
.right-pic2-1r dl{margin: 0 0 20px;}
.right-pic2-1r dt{height:33px;line-height:31px;width:97px;text-align:center;background:url(../images/title11.png) left center no-repeat;color:#FFF;font-size:16px;}
.right-pic2-1r dd{line-height:22px;height:66px; overflow:hidden;margin:15px 0 0 ;}


.right-list{}
.right-list dl{padding:15px 10px 20px;border-bottom:1px solid #D6C2B2;}
.right-list dt{padding-left:28px;height:35px;line-height:35px;background:url(../images/dian3.png) left center no-repeat;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.right-list dt a{color:#000;font-size:16px;font-weight: bold;}
.right-list dd{padding-left:28px;line-height:20px;height:40px;overflow:hidden;color:#BBBBBB;font-size:12px;transition: 300ms;}
.right-list dl:hover dd{color:#666;}
.right-list p{padding-left:28px;line-height:20px;margin:5px 0 0 ;color:#CCCCCC;transition: 300ms;}
.right-list dl:hover p{color:#999}






.title30{line-height:50px;margin:30px 0 20px ;border-bottom:1px solid #DDD;color:#00bbd2;font-size:20px;}

.izl-rmenu{position:fixed; left:0; margin-right:20px; bottom:0px; padding-bottom:0px;  z-index:999; }
.izl-rmenu .sbtn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;color:#FFF;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;color:#FFF;}
.izl-rmenu .btn-qq .qq{background-color:#488bc7; position:absolute; width:160px; right:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-qq a {color:#FFF;font-size:14px;}
.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; right:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{height:73px;line-height:73px;height:73px;line-height:73px;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; right:-160px; top:0px; 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:#B8860B;}
.izl-rmenu .btn-ali:hover{background-color:#808000;}
.izl-rmenu a.btn-ali,.izl-rmenu a.btn-ali:visited{background:url(../images/r_ali.png) 0px 0px no-repeat; background-color:#B8860B; text-decoration:none; display:block;}
.izl-rmenu .btn-msn{background:url(../images/r_msn.png) 0px 0px no-repeat; background-color:#FF4500;}
.izl-rmenu .btn-msn:hover{background-color:#A52A2A;}
.izl-rmenu a.btn-msn,.izl-rmenu a.btn-msn:visited{background:url(../images/r_msn.png) 0px 0px no-repeat; background-color:#FF4500; text-decoration:none; display:block;}
.izl-rmenu .btn-wangwang{background:url(../images/r_wangwang.png) 0px 0px no-repeat; background-color:#FFD700;}
.izl-rmenu .btn-wangwang:hover{background-color:#DAA520;}
.izl-rmenu a.btn-wangwang,.izl-rmenu a.btn-wangwang:visited{background:url(../images/r_wangwang.png) 0px 0px no-repeat; background-color:#FFD700; text-decoration:none; display:block;}
.izl-rmenu .btn-skype{background:url(../images/r_skype.png) 0px 0px no-repeat; background-color:#FF69B4;}
.izl-rmenu .btn-skype:hover{background-color:#8B008B;}
.izl-rmenu a.btn-skype,.izl-rmenu a.btn-skype:visited{background:url(../images/r_skype.png) 0px 0px no-repeat; background-color:#FF69B4; text-decoration:none; display:block;}

.izl-rmenu .btn-yuyue{background:url(../images/r_yuyue.png) 0px 0px no-repeat; background-color:#FF69B4;}
.izl-rmenu .btn-yuyue:hover{background-color:#8B008B;}
.izl-rmenu a.btn-yuyue,.izl-rmenu a.btn-yuyue:visited{background:url(../images/r_yuyue.png) 0px 0px no-repeat; background-color:#FF69B4; text-decoration:none; display:block;}


.izl-rmenu .btn-web{background:url(../images/r_web.png) 0px 0px no-repeat; background-color:#008a46;}
.izl-rmenu .btn-web:hover{background-color:#00663a;}
.izl-rmenu a.btn-web,.izl-rmenu a.btn-web:visited{background:url(../images/r_web.png) 0px 0px no-repeat; background-color:#008a46; text-decoration:none; display:block;}


.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;}






@keyframes move {
  0% {
    left: 0;
  }
  100% {
    left: -1180px;
  }
}
#picwrap {
  width: 1180px;
  height: 200px;
  border: 0px solid #000;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}
#piclist {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  animation: 15s move infinite linear;
  width: 300%;
}
#piclist li {
  list-style: none;
  width: 250px;
  height: 200px;
  padding:2px;
  border: 1px solid #fff;
  text-align: center;
  float: left;
}
#piclist img {
            width: 250px;
            height: 150px;
            float: left;
			padding:2px;
        }
#piclist li .tct{width:250px;line-height:30px; text-align:center}
#picwrap:hover #piclist {
  animation-play-state: paused;
}


/*商品详情部分*/
.shopdetails{
	width:790px;
	height:400px;
	margin:0 auto;
	margin-top:20px;
	position:relative;
	
}
/*放大镜*/
#leftbox{
	width:400px;
	z-index:999;
	position:absolute;
}
#showbox { background:#eee;}
#showbox span {
	 background:url(../images/whitebg.png) repeat;
	 }
#showsum { 
	left:25px; 
	margin-top:10px;
	}
#showsum span {
	 border:1px solid #ddd;
}
#showsum span.sel {
	 border:1px solid #f60;
}

.showpage {
	 width:400px; 
	 position:relative;
	 }
.showpage a { 
	display:block; width:15px; 
	border:1px solid #ddd; 
	height:60px; line-height:60px; 
	background:#eee; 
	text-align:center; 
	font-size:18px; 
	position:absolute; 
	left:0; top:-62px; 
	text-decoration:none; 
	color:#999;}
.showpage a#shownext {
	 left:auto; right:0;
	 }
.showpage a:hover {
	 background:#ccc; 
	 color:#777;}
/*中间*/

.centerbox{
	width:380px;
	height:575px;
	position:absolute;
	top:0px;
	left:420px;
	z-index:1;
}
.centerbox .imgname{
	font-size:24px;
	color:#000;
	font-weight:bold;
	width:380px;
	line-height:40px;
	font-family:Microsoft YaHei,arial;
	margin-bottom:10px;
}
.centerbox p,.centerbox samp{
	width:380px;
	height:33px;
	font-size:12px;
	line-height:33px;
	color:#666;
	font-family:"微软雅黑";
	padding-left:10px;
	
}
.centerbox .Aprice, .price, .youhui{
	background:rgba(232,232,232,0.5);
}
.centerbox .Aprice samp{
	font-size:14px;
	text-decoration:line-through;
	font-family:"华文仿宋";
}
.centerbox .price samp{
	color:#D00;
	font-size:20px;
	font-weight:bold;
}
.centerbox .youhui samp{
	color:#000;
	font-weight:100;
}
.centerbox .kefu{
	margin-top:10px;
	margin-left:10px;
	width:150px;
	background-image:url(../images/tell03.png);
	background-position:right;
	background-repeat:no-repeat;
}
.centerbox ul{
	margin-left:10px;
	margin-top:15px;
	}
.centerbox ul li{
	float:left;
	width:50px;
	height:50px;
	margin-left:10px;
}
.centerbox .kuanshi{
	color:#666;
	font-family:"微软雅黑";
}
.centerbox .shopimg{
	width:49px;height:49px;
}
.centerbox .shopimg img{
	margin:2px;
}
.centerbox .now{
	background-color:#F90;
}
.centerbox .chima{
	width:110px;
	height:40px;
	background-image:url(../images/tell04.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:10px;
}
.centerbox .buy{
		margin-left:30px;
		margin-top:25px;
	}
.centerbox .buy a{
	
	display:block;
	width:200px;
	height:50px;
	color:#000;
	border:1px solid #ccc;
	float:left;
	font-size:16px;
	font-weight:bold;
	font-family:Microsoft YaHei,arial;
	margin-left:10px;
	background-color:#fff;
	text-align:center;
	line-height:50px;
}
.centerbox .fenx{
	width:200px;
	margin-left:50px;
	margin-top:20px;
}
.centerbox .fuwu{
	width:300px;
	height:35px;
	margin-left:10px;
	background-image:url(../images/tell08.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:10px;
}
.centerbox .pay{
	width:200px;
	height:35px;
	margin-left:10px;
	background-image:url(../images/tell09.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:10px;
}
#firstbuy{
	background-color:#f00;
		color:#fff;
}
/*商品详情结束*/





