/*È«¾ÖÑùÊ½¿ªÊ¼*/
body
{
	background-color:#E6E6E6;
	margin:0px;
	padding:0px;
}
#all
{
	width:100%;
	margin:0px;
	padding:0px;
}
ul,ol
{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:normal;
}
a
{
	text-decoration:none;
}
img
{
	margin:0px;
	padding:0px;
	border:0px;
}
h1,h2,h3
{
	margin:0px;
	padding:0px;
	font-weight:normal;
	line-height:normal;
}
div
{
	margin:0px;
	padding:0px;
}
dd,dt
{
	margin:0px;
	padding:0px;
}
/*È«¾ÖÑùÊ½½áÊø*/



/*Í·²¿ÑùÊ½¿ªÊ¼*/
#top_outside
{
	width:100%;
	height:100px;
	background-color:#2D3235;
}
#top_all
{
	width:1400px;
	height:100px;
	margin:0px auto;
}
#top_all #logo
{
	height:45px;
	padding-bottom:0px;
	padding-top:25px;
	float:left;
}
#top_all #logo img
{
	height:100%;
}
#top_all #menu
{
	height:60px;
	padding-bottom:0px;
	padding-top:25px;
	float:right;
}
#top_all #menu ul li
{
	height:30px;
	background-image:url(/templets/default/images/menu_bg.png);
	background-position:-110% 100%;
	background-repeat:no-repeat;
	margin-left:20px;
	margin-right:0px;
	padding-bottom:0px;
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	text-align:center;
	border-bottom:none;
	line-height:70%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#top_all #menu ul li:hover
{
	background-position:50% 100%;
}
#top_all #menu ul li a
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#FFFFFF;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
#top_all #menu ul li a span
{
	font-size:8px;
}
#top_all #menu .li_hover
{
	height:30px;
	background-position:50% 100%;
	padding-bottom:0px;
	padding-top:20px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#FFFFFF;
	line-height:82%;
}
#top_all #menu .li_hover span
{
	font-size:8px;
}
/*Í·²¿ÑùÊ½½ÓÊÖ*/



/*BANNERÑùÊ½¿ªÊ¼*/
#banner
{
	width:100%;
	height:750px;
	margin:0px auto;
}
.main_image {
	width:100%;
	height:650px;
	overflow:hidden;
	margin:0px auto;
	position:relative;
}
.main_image ul {
	width:9999px;
	height:650px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0
}
.main_image li {
	float:left;
	width:100%;
	height:650px;
}
.main_image li span {
	display:block;
	width:100%;
	height:650px;
}
.main_image li a {
	display:block;
	width:100%;
	height:650px;
}
div.flicking_con {
	margin:0 auto;
	position:relative;
}
div.flicking_con .flicking_inner {
	position:absolute;
	top:700px;
	right:10px;
	z-index:999;
	width:300px;
	height:21px
} /* 121126 */
div.flicking_con a {
	float:left;
	width:21px;
	height:21px;
	margin:0;
	padding:0;
	background:url(/templets/default/images/btn_main_img.png) 0 0 no-repeat;
	display:block;
	text-indent:-1000px
}
div.flicking_con a.on {
	background-position:0 -21px
}
#btn_prev, #btn_next {
	z-index:11111;
	position:absolute;
	display:block;
	width:73px!important;
	height:74px!important;
	top:50%;
	margin-top:-37px;
	display:none;
}
#btn_prev {
	background:url(/templets/default/images/hover_left.png) no-repeat left top;
	left:100px;
}
#btn_next {
	background:url(/templets/default/images/hover_right.png) no-repeat right top;
	right:100px;
}
#banner .biaodan
{
	width:49%;
	height:70px;
	padding-left:0px;
	padding-right:1%;
	padding-bottom:0px;
	padding-top:30px;
	background-color:#621736;
	text-align:right;
}
#banner .biaodan .form_text
{
	width:220px;
	height:40px;
	background-color:#976A7C;
	margin-left:0px;
	margin-right:15px;
	padding-left:20px;
	padding-right:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	border-radius:20px;
	border:none;
	transition: all 1s ease 0s;
}
#banner .biaodan .form_text:focus
{
	outline:none;
}
#banner .biaodan .form_text:hover
{
	box-shadow: 0px 0px 10px 1px #333333;
}
#banner .biaodan .btn_OK
{
	width:100px;
	height:40px;
	background-color:#FFFFFF;
	margin-left:0px;
	margin-right:15px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#621736;
	text-align:center;
	border-radius:20px;
	border:none;
	transition: all 1s ease 0s;
}
#banner .biaodan .btn_OK:hover
{
	box-shadow: 0px 0px 10px 1px #333333;
	cursor:pointer;
}
/*BANNERÑùÊ½½áÊø*/



/*Ö÷ÌåÑùÊ½¿ªÊ¼*/
#main_all
{
	width:100%;
	overflow:hidden;
	margin:0px auto;
}
#main_about
{
	width:1400px;
	overflow:hidden;
	margin:100px auto;
}
#main_about #about_nr
{
	width:650px;
	overflow:hidden;
	float:left;
}
#main_about #about_nr #about_eng
{
	width:650px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#333333;
}
#main_about #about_nr #about_title
{
	width:650px;
	padding-bottom:30px;
	padding-top:60px;
}
#main_about #about_nr #about_title h2
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:40px;
	color:#333333;
}
#main_about #about_nr #about_des
{
	width:650px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#333333;
	line-height:150%;
}
#main_about #about_nr #about_more
{
	width:100px;
	overflow:hidden;
	margin-bottom:80px;
	margin-top:40px;
}
#main_about #about_nr #about_more .more_zi
{
	width:100px;
	height:30px;
}
#main_about #about_nr #about_more .more_zi a
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	font-weight:600;
	color:#333333;
	transition: all 1s ease 0s;
}
#main_about #about_nr #about_more .more_zi a:hover
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	font-weight:600;
	color:#621736;
}
#main_about #about_nr #about_more .more_line
{
	width:45px;
	height:2px;
	background-color:#333333;
	transition: all 1s ease 0s;
}
#main_about #about_nr #about_more:hover .more_line
{
	width:92px;
	background-color:#621736;
}
#main_about #about_nr #about_data
{
	width:1650px;
	height:75px;
}
#main_about #about_nr #about_data ul li
{
	min-width:70px;
	height:75px;
	margin-left:0px;
	margin-right:30px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#333333;
	text-align:center;
	float:left;
}
#main_about #about_nr #about_data ul li span
{
	font-size:40px;
	color:#621736;
}
#main_about #about_nr #about_data ul li b
{
	font-size:16px;
	color:#621736;
	font-weight:normal;
}
#main_about #about_nr #about_data .li_line
{
	min-width:2px;
	width:2px;
	height:20px;
	background-color:#333333;
	margin-bottom:0px;
	margin-top:30px;
}
#main_about #about_nr #about_data .li_special
{
	margin-left:0px;
	margin-right:0px;
}
#main_about #about_midea
{
	width:650px;
	height:470px;
	float:right;
}
#main_about #about_midea img
{
	width:650px;
}
#main_product
{
	width:1400px;
	overflow:hidden;
	margin:0px auto;
}
#main_product #product_title
{
	width:198px;
	height:35px;
	background:url(/templets/default/images/BT_zi-PRODUCTS.png) 100% top no-repeat;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:45px;
	text-align:center;
}
#main_product #product_title h2
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#333333;
}
#main_product #product_list_out
{
	width:1400px;
	overflow:hidden;
	background:url(/templets/default/images/index_pro_line.jpg) bottom repeat-x;
}
#main_product #product_list
{
	width:fit-content;
	height:35px;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:30px;
}
#main_product #product_list ul li
{
	min-width:70px;
	height:34px;
	margin-left:40px;
	margin-right:40px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#333333;
	text-align:center;
	border-bottom:#C3C3C3 1px solid;
	float:left;
	cursor:pointer;
}
#main_product #product_list .li_hover
{
	color:#621736;
	border-bottom:#621736 1px solid;
}
#main_product #product_nr0
{
	width:1400px;
	overflow:hidden;
	margin-bottom:0px;
	margin-top:30px;
}
#main_product #product_nr0 dd
{
	width:1400px;
	height:530px;
	display:none;
}
#main_product #product_nr0 ul li
{
	width:450px;
	height:530px;
	margin-left:8px;
	margin-right:8px;
	float:left;
}
#main_product #product_nr0 .pic
{
	width:450px;
	height:450px;
	overflow:hidden;
	display:block;
}
#main_product #product_nr0 .pic img
{
	width:450px;
	height:450px;
	transition: transform 1s ease;
}
#main_product #product_nr0 ul li:hover .pic img
{
	transform: scale(1.1);
}
#main_product #product_nr0 .des
{
	width:350px;
	height:120px;
	background-color:#E6E6E6;
	margin-left:50px;
	margin-bottom:0px;
	margin-top:-85px;
	padding-bottom:0px;
	padding-top:45px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:13px;
	color:#666666;
	text-align:center;
	display:block;
	position:relative;
	z-index:99;
	transition: all 1s ease 0s;
}
#main_product #product_nr0 .des b
{
	font-size:18px;
	color:#333333;
}
#main_product #product_nr0 .des hr
{
	color:#999999;
}
#main_product #product_nr0 ul li:hover .des
{
	background-color:#621736;
	color:#FFFFFF;
}
#main_product #product_nr0 ul li:hover .des b
{
	color:#FFFFFF;
}
#main_product #product_nr0 ul li:hover .des hr
{
	color:#FFFFFF;
}
#main_ad
{
	width:100%;
	height:650px;
	margin-bottom:0px;
	margin-top:120px;
}
#main_ad .ad_des
{
	width:380px;
	height:530px;
	background-color:rgba(0, 0, 0, 0.5);
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#E6E6E6;
	position:relative;
	top:120;
	left:65%;
	z-index:99;
}
#main_ad .ad_title
{
	width:280px;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:100px;
	font-size:35px;
	font-weight:600;
	color:#FFFFFF;
	line-height:130%;
}
#main_ad .ad_title span
{
	font-size:25px;
	font-weight:normal;
}
#main_ad .ad_info
{
	width:280px;
	margin:0px auto;
	padding-bottom:40px;
	padding-top:40px;
	line-height:180%;
}
#main_ad .ad_more
{
	width:100px;
	overflow:hidden;
	padding-left:50px;
	padding-right:0px;
}
#main_ad .ad_more .more_zi
{
	width:100px;
	height:30px;
}
#main_ad .ad_more .more_zi a
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	font-weight:600;
	color:#FFFFFF;
}
#main_ad .ad_more .more_line
{
	width:45px;
	height:2px;
	background-color:#FFFFFF;
	transition: all 1s ease 0s;
}
#main_ad .ad_more:hover .more_line
{
	width:92px;
	background-color:#FFFFFF;
}
#main_ad .ad_img
{
	width:100%;
	height:650px;
	position:relative;
	top:-530;
	z-index:1;
}
#main_ad .ad_img img
{
	width:100%;
	height:100%;
}
#main_designer
{
	width:100%;
	overflow:hidden;
}
#designer_title_out
{
	width:100%;
	height:300px;
	background-color:#2D3235;
}
#designer_title
{
	width:1400px;
	height:200px;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:100px;
}
#designer_title #designer_title_zi
{
	width:300px;
	height:100px;
	background:url(/templets/default/images/BT_zi-designer.png) top left no-repeat;
	padding-bottom:0px;
	padding-top:100px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#FFFFFF;
	float:left;
}
#designer_title #designer_more
{
	width:180px;
	height:200px;
	float:right;
}
#designer_title #designer_more .more_zi
{
	width:100px;
	height:60px;
	background-color:#2D3235;
	margin-bottom:0px;
	margin-top:20px;
	padding-bottom:0px;
	padding-top:10px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#FFFFFF;
	position:relative;
	z-index:99;
}
#designer_title #designer_more .more_kuang
{
	width:34px;
	height:44px;
	margin-bottom:0px;
	margin-top:-90px;
	margin-left:30px;
	margin-right:0px;
	padding-bottom:0px;
	padding-top:100px;
	padding-left:30px;
	padding-right:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:30px;
	color:#FFFFFF;
	border:#FFFFFF 3px solid;
	position:relative;
	z-index:1;
	transition: all 1s ease 0s;
}
#designer_title #designer_more:hover .more_kuang
{
	padding-left:110px;
}
#designer_nr
{
	width:1520px;
	height:910px;
	margin:0px auto;
}
#designer_nr ul li
{
	width:380px;
	height:910px;
	margin:0px auto;
	float:left;
	transition: all 1s ease 0s;
}
#designer_nr ul li:hover
{
	background-color:#621736;
}
#designer_nr .pic_cover
{
	width:380px;
	height:650px;
	position:relative;
	z-index:2;
	opacity:0;
	transition: all 1s ease 0s;
}
#designer_nr ul li:hover .pic_cover
{
	opacity:1;
}
#designer_nr .pic_cover img
{
	width:380px;
	height:650px;
}
#designer_nr .pic
{
	width:380px;
	height:650px;
	margin-bottom:0px;
	margin-top:-650px;
	position:relative;
	z-index:1;
}
#designer_nr .pic img
{
	width:380px;
	height:650px;
}
#designer_nr .des
{
	width:380px;
	height:260px;
	text-align:center;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#666666;
}
#designer_nr ul li:hover .des
{
	color:#FFFFFF;
}
#designer_nr .des dt
{
	width:100%;
	padding-bottom:30px;
	padding-top:60px;
}
#designer_nr .des dt b
{
	font-size:24px;
	font-weight:normal;
	color:#333333;
}
#designer_nr ul li:hover .des dt b
{
	color:#FFFFFF;
}
#designer_nr .des dd
{
	width:10px;
	height:10px;
	background-color:#333333;
	margin:0px auto;
}
#designer_nr ul li:hover .des dd
{
	background-color:#FFFFFF;
}
#main_notice_out
{
	width:100%;
	height:340px;
	background-color:#2D3235;
}
#main_notice
{
	width:1200px;
	height:240px;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:100px;
}
#main_notice #notice_left
{
	width:360px;
	height:240px;
	float:left;
}
#main_notice #notice_left .notice_bt
{
	width:360px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#666666;
	text-align:right;
}
#main_notice #notice_left .notice_pic
{
	width:360px;
	height:100px;
	margin-bottom:0px;
	margin-top:25px;
}
#main_notice #notice_left .notice_pic pic
{
	width:360px;
	height:100px;
}
#main_notice #notice_right
{
	width:720px;
	height:240px;
	float:right;
}
#main_notice #notice_right .notice_title
{
	width:720px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#FFFFFF;
}
#main_notice #notice_right .notice_line
{
	width:20px;
	height:1px;
	margin-bottom:20px;
	margin-top:20px;
	background-color:#FFFFFF;
	transition: all 1s ease 0s;
}
#main_notice #notice_right:hover .notice_line
{
	width:200px;
}
#main_notice #notice_right .notice_info
{
	width:720px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#888888;
}
#main_notice #notice_right .notice_more
{
	width:96px;
	margin-bottom:0px;
	margin-top:40px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#FFFFFF;
	border-bottom:#2D3235 1px solid;
	transition: all 1s ease 0s;
}
#main_notice #notice_right:hover .notice_more
{
	border-bottom:#FFFFFF 1px solid;
}
#main_case
{
	width:100%;
	height:650px;
	background-color:#DBDBDB;
}
#main_case #case_nr
{
	width:70%;
	height:650px;
	float:left;
}
#main_case #case_nr ul li
{
	width:30%;
	height:650px;
	border-right:#CBCBCB 1px solid;
	float:left;
	transition: all 1s ease 0s;
}
#main_case #case_nr ul li:hover
{
	background-color:#E6E6E6;
}
#main_case #case_nr .nr_year
{
	width:75%;
	margin-bottom:30px;
	margin-top:110px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:55px;
	color:#333333;
	line-height:100%;
}
#main_case #case_nr .nr_date
{
	width:75%;
	margin:10px auto;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:20px;
	color:#666666;
}
#main_case #case_nr .nr_title
{
	width:75%;
	margin:0px auto;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:20px;
	color:#000000;
}
#main_case #case_nr .nr_pic
{
	width:75%;
	margin:0px auto;
	padding-bottom:20px;
	padding-top:45px;
}
#main_case #case_nr .nr_pic img
{
	width:100%;
}
#main_case #case_nr .nr_des
{
	width:75%;
	margin:0px auto;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#666666;
	line-height:140%;
}
#main_case #case_nr .nr_more
{
	width:29px;
	height:10px;
	margin-bottom:0px;
	margin-top:40px;
	margin-left:12.5%;
	margin-right:0px;
	transition: all 1s ease 0s;
}
#main_case #case_nr ul li:hover .nr_more
{
	margin-left:80%;
}
#main_case #case_bt
{
	width:20%;
	height:450px;
	padding-left:0px;
	padding-right:10%;
	padding-bottom:0px;
	padding-top:200px;
	text-align:right;
	float:right;
}
#main_case #case_bt .case_bt-eng
{
	width:100%;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#333333;
}
#main_case #case_bt .case_bt-chn
{
	width:100%;
	padding-bottom:10px;
	padding-top:30px;
}
#main_case #case_bt .case_bt-chn h2
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:40px;
	color:#333333;
}
#main_case #case_bt .case_bt-des
{
	width:100%;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#777777;
	line-height:150%;
}
#main_case #case_bt .case_bt-more
{
	width:45px;
	height:37px;
	background-color:#C7C7C7;
	margin-bottom:0px;
	margin-top:60px;
	padding-bottom:0px;
	padding-top:8px;
	font-family:"ËÎÌå";
	font-size:25px;
	font-weight:600;
	color:#333333;
	text-align:center;
	border:#A9A9A9 1px solid;
	border-radius:50%;
	float:right;
	transition: all 1s ease 0s;
}
#main_case #case_bt .case_bt-more:hover
{
	background-color:#621736;
	color:#FFFFFF;
	border:#621736 1px solid;
}
#main_news
{
	width:100%;
	overflow:hidden;
	margin:100px auto;
}
#main_news #news_bt
{
	width:314px;
	height:35px;
	background:url(/templets/default/images/BT_zi-news.png) 100% top no-repeat;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:45px;
	text-align:center;
}
#main_news #news_bt h2
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#333333;
}
#main_news #news_hot
{
	width:1400px;
	height:385px;
	overflow:hidden;
	margin:30px auto;
}
#main_news #news_hot #hot_nr
{
	width:635px;
	height:285px;
	background-color:#621736;
	padding-left:65px;
	padding-right:0px;
	padding-top:100px;
	padding-bottom:0px;
	position:relative;
	z-index:10;
}
#main_news #news_hot #hot_nr .hot_title
{
	width:500px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:20px;
	color:#FFFFFF;
}
#main_news #news_hot #hot_nr .hot_des
{
	width:500px;
	padding-bottom:40px;
	padding-top:25px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#A78595;
}
#main_news #news_hot #hot_nr .hot_more
{
	width:100px;
	overflow:hidden;
}
#main_news #news_hot #hot_nr .hot_more .more_zi
{
	width:100px;
	height:26px;
}
#main_news #news_hot #hot_nr .hot_more .more_zi a
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#FFFFFF;
}
#main_news #news_hot #hot_nr .hot_more .more_line
{
	width:45px;
	height:1px;
	background-color:#FFFFFF;
	transition: all 1s ease 0s;
}
#main_news #news_hot #hot_nr .hot_more:hover .more_line
{
	width:92px;
	background-color:#FFFFFF;
}
#main_news #news_hot #hot_pic
{
	width:1400px;
	height:385px;
	margin-bottom:0px;
	margin-top:-385px;
	position:relative;
	z-index:1;
}
#main_news #news_hot #hot_pic img
{
	width:1400px;
	height:385px;
}
#main_news #news_nr
{
	width:1500px;
	overflow:hidden;
	margin-bottom:30px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
}
#main_news #news_nr ul li
{
	width:400px;
	overflow:hidden;
	margin-left:50px;
	margin-right:50px;
	color:#333333;
	font-family:"Î¢ÈíÑÅºÚ";
	float:left;
}
#main_news #news_nr .nr_date
{
	width:fit-content;
	padding-bottom:8px;
	padding-top:0px;
	font-size:22px;
	border-bottom:#333333 2px solid;
}
#main_news #news_nr .nr_year
{
	width:fit-content;
	padding-bottom:0px;
	padding-top:8px;
	font-size:16px;
}
#main_news #news_nr .nr_title
{
	width:400px;
	padding-bottom:20px;
	padding-top:30px;
	font-size:20px;
}
#main_news #news_nr ul li:hover .nr_title
{
	color:#621736;
}
#main_news #news_nr .nr_pic
{
	width:400px;
	height:110px;
}
#main_news #news_nr .nr_pic img
{
	width:400px;
	height:110px;
}
#main_news #news_nr .nr_des
{
	width:400px;
	padding-bottom:30px;
	padding-top:25px;
	font-size:14px;
	color:#666666;
}
#main_news #news_nr .nr_more
{
	width:110px;
	height:25px;
	background-color:#333333;
	padding-bottom:0px;
	padding-top:5px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	transition: all 1s ease 0s;
}
#main_news #news_nr ul li:hover .nr_more
{
	background-color:#621736;
}
/*Ö÷ÌåÑùÊ½½áÊø*/



/*½Å²¿ÑùÊ½¿ªÊ¼*/
#footer
{
	width:100%;
	overflow:hidden;
	background-color:#191A1C;
}
#footer #biaodan
{
	width:100%;
	height:280px;
	background-color:#2D3235;
}
#footer #biaodan #biaodan_bt
{
	width:100%;
	padding-bottom:60px;
	padding-top:70px;
	text-align:center;
}
#footer #biaodan #biaodan_bt h2
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:21px;
	color:#FFFFFF;
}
#footer #biaodan #biaodan_nr
{
	width:fit-content;
	overflow:hidden;
	margin:0px auto;
}
#footer #biaodan #biaodan_nr .form_text_foot
{
	width:298px;
	height:48px;
	background-color:#42494F;
	margin-left:0px;
	margin-right:10px;
	padding-left:18px;
	padding-right:20px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#FFFFFF;
	border:#4D585C 1px solid;
}
#footer #biaodan #biaodan_nr .form_text_foot:focus
{
	outline:none;
}
#footer #biaodan #biaodan_nr .form_text_foot:hover
{
	box-shadow: 0px 0px 10px 1px #333333;
}
#footer #biaodan #biaodan_nr .btn_OK_foot
{
	width:298px;
	height:48px;
	background-color:#621736;
	background-image:url(/templets/default/images/icon_OK.png);
	background-size:19px 16px;
	background-position:90px 15px;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-right:10px;
	padding-left:18px;
	padding-right:20px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#FFFFFF;
	border:#851744 1px solid;
	cursor:pointer;
}
#footer #tool
{
	width:1200px;
	height:350px;
	margin:0px auto;
}
#footer #tool #tool_logo
{
	width:200px;
	height:48px;
	margin-bottom:0px;
	margin-top:150px;
	float:left;
}
#footer #tool #tool_logo img
{
	width:167px;
	height:48px;
}
#footer #tool #tool_list
{
	width:600px;
	height:150px;
	margin-bottom:0px;
	margin-top:100px;
	margin-left:100px;
	margin-right:0px;
	float:left;
}
#footer #tool #tool_list ul li
{
	width:260px;
	margin-bottom:0px;
	margin-top:8px;
	margin-left:20px;
	margin-right:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	font-weight:600;
	color:#888888;
	float:left;
}
#footer #tool #tool_list ul li a
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	font-weight:normal;
	color:#888888;
}
#footer #tool #tool_list ul li a:hover
{
	text-decoration:underline;
}
#footer #tool #tool_list .li_special
{
	width:600px;
	margin-bottom:20px;
	margin-top:0px;
	margin-left:20px;
	margin-right:0px;
	float:none;
}
#footer #tool #tool_list .li_special a
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#FFFFFF;
}
#footer #tool #tool_list .li_special a:hover
{
	text-decoration:underline;
}
#footer #tool #tool_contact
{
	width:260px;
	margin-bottom:0px;
	margin-top:100px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#FFFFFF;
	float:right;
}
#footer #tool #tool_contact b
{
	font-size:16px;
	font-weight:normal;
}
#footer #tool #tool_contact span
{
	font-size:26px;
	line-height:240%;
}
#footer #tool #tool_contact img
{
	height:15px;
}
#footer #beian
{
	width:100%;
	height:50px;
	padding-bottom:0px;
	padding-top:30px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#888888;
	text-align:center;
	border-top:#282C2F 1px solid;
}
#footer #beian a
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#888888;
}
#footer #beian a:hover
{
	text-decoration:underline;
}
/*½Å²¿ÑùÊ½½áÊø*/



/*Ðü¸¡¿Í·þÑùÊ½¿ªÊ¼*/
#kefu
{
	width:152px;
	height:200px;
	position:fixed;
	bottom:50;
	right:0;
	z-index:999;
}
#kefu .button
{
	width:138px;
	height:34px;
	padding-left:14px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:11px;
	margin-bottom:0px;
	margin-top:4px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#FFFFFF;
	border-radius:25px 0 0 25px;
	transform:translate(107px,0px);
	-ms-transform:translate(107px,0px); /* IE 9 */
	-moz-transform:translate(107px,0px); /* Firefox */
	-webkit-transform:translate(107px,0px); /* Safari and Chrome */
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
}
#kefu a:hover .button
{
	transform:translate(0px,0px);
	-ms-transform:translate(0px,0px); /* IE 9 */
	-moz-transform:translate(0px,0px); /* Firefox */
	-webkit-transform:translate(0px,0px); /* Safari and Chrome */
}
#kefu .button img
{
	height:22px;
}
/*Ðü¸¡¿Í·þÑùÊ½½áÊø*/