/*È«¾ÖÑùÊ½¿ªÊ¼*/
body
{
	background-color:#FFFFFF;
	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:400px;
}
#banner img
{
	width:100%;
	height:100%;
}
#banner_case_out
{
	width:100%;
	overflow:hidden;
	background-image:url(/templets/default/images/banner_CASE.jpg);
	background-color:#FFFFFF;
	background-size:100% 650px;
	background-repeat:no-repeat;
	padding-bottom:100px;
	padding-top:0px;
}
#banner_case
{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:80px;
}
#banner_case img
{
	width:100%;
	height:100%;
}
#banner_case span
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:22px;
	color:#FFFFFF;
}
#banner_case b
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
}
.banner_big
{
	width:700px;
	height:440px;
	overflow:hidden;
	float:left;
}
.banner_big .pic
{
	width:700px;
	height:440px;
	position:relative;
	z-index:1;
}
.banner_big .des
{
	width:640px;
	height:420px;
	background-color:rgba(0,0,0,0.6);
	margin-bottom:0px;
	margin-top:-70px;
	padding-bottom:0px;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#FFFFFF;
	position:relative;
	z-index:10;
	transition: all 1s ease 0s;
}
.banner_big:hover .des
{
	margin-top:-440px;
	padding-top:140px;
}
.banner_middle
{
	width:500px;
	height:440px;
	overflow:hidden;
	float:left;
}
.banner_middle .pic
{
	width:500px;
	height:440px;
	position:relative;
	z-index:1;
}
.banner_middle .des
{
	width:440px;
	height:420px;
	background-color:rgba(0,0,0,0.6);
	margin-bottom:0px;
	margin-top:-70px;
	padding-bottom:0px;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#FFFFFF;
	position:relative;
	z-index:10;
	transition: all 1s ease 0s;
}
.banner_middle:hover .des
{
	margin-top:-440px;
	padding-top:140px;
}
.banner_small
{
	width:400px;
	height:300px;
	overflow:hidden;
	float:left;
}
.banner_small .pic
{
	width:400px;
	height:300px;
	position:relative;
	z-index:1;
}
.banner_small .des
{
	width:340px;
	height:280px;
	background-color:rgba(0,0,0,0.6);
	margin-bottom:0px;
	margin-top:-70px;
	padding-bottom:0px;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#FFFFFF;
	position:relative;
	z-index:10;
	transition: all 1s ease 0s;
}
.banner_small:hover .des
{
	margin-top:-300px;
	padding-top:80px;
}
/*BANNERÑùÊ½½áÊø*/



/*Ö÷ÌåÑùÊ½¿ªÊ¼*/
#main_all
{
	width:100%;
	overflow:hidden;
}
#main_intro
{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
#main_intro #intro_bt
{
	width:400px;
	overflow:hidden;
	padding-bottom:0px;
	padding-top:120px;
	float:left;
}
#main_intro #intro_bt #intro_eng
{
	width:500px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#666666;
}
#main_intro #intro_bt #intro_title
{
	width:500px;
	padding-bottom:10px;
	padding-top:30px;
}
#main_intro #intro_bt #intro_title h2
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:40px;
	color:#333333;
}
#main_intro #intro_bt #intro_des
{
	width:500px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#666666;
	line-height:150%;
}
#main_intro #intro_nr
{
	width:700px;
	padding-bottom:100px;
	padding-top:100px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#333333;
	line-height:180%;
	float:right;
}
#main_advantage_out
{
	width:100%;
	height:650px;
	background:url(/templets/default/images/about_advantage.jpg) no-repeat 100%;
}
#main_advantage
{
	width:1200px;
	height:650px;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:100px;
}
#bt_advantage
{
	width:379px;
	height:35px;
	background:url(/templets/default/images/BT_zi-brandadvantage.png) 100% top no-repeat;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:45px;
	text-align:center;
}
#bt_advantage h2
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#FFFFFF;
}
#advantage_nr
{
	width:1200px;
	height:600px;
}
#advantage_nr ul li
{
	width:258px;
	height:328px;
	background-color:rgba(0,0,0,0.2);
	backdrop-filter:blur(10px);
	margin-bottom:0px;
	margin-top:50px;
	margin-left:20px;
	margin-right:20px;
	border:#999999 1px solid;
	float:left;
}
#advantage_nr .bt
{
	width:258px;
	padding-bottom:25px;
	padding-top:40px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	font-weight:600;
}
#advantage_nr .bt span
{
	font-size:40px;
	color:#621736;
	text-shadow:0px 0px 6px #FFFFFF;
}
#advantage_nr .bt b
{
	font-size:16px;
	color:#621736;
	font-weight:normal;
	text-shadow:0px 0px 6px #FFFFFF;
}
#advantage_nr .pic
{
	width:80px;
	height:70px;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:10px;
	text-align:center;
	border:#CCCCCC 1px dashed;
}
#advantage_nr .pic img
{
	height:60px;
}
#advantage_nr .des
{
	width:220px;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:25px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	line-height:160%;
}
#main_history
{
	width:1200px;
	height:650px;
	margin:50px auto;
	padding-top:50px;
	padding-bottom:0px;
}
#main_history #bt_history
{
	width:159px;
	height:35px;
	background:url(/templets/default/images/BT_zi-history.png) 100% top no-repeat;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:45px;
	text-align:center;
}
#main_history #bt_history h2
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#333333;
}
#main_history #product_nr0
{
	width:1200px;
	height:400px;
	background-color:#FFFFFF;
	margin-bottom:0px;
	margin-top:20px;
}
#main_history #product_nr0 dd
{
	width:1200px;
	height:400px;
	display:none;
}
#main_history #product_nr0 .pic
{
	width:600px;
	height:400px;
	float:left;
}
#main_history #product_nr0 .pic img
{
	width:600px;
	height:400px;
}
#main_history #product_nr0 .nr
{
	width:600px;
	height:400px;
	overflow:hidden;
	float:right;
	display:block;
}
#main_history #product_nr0 .nr ul li
{
	width:500px;
	padding-bottom:0px;
	padding-top:45px;
	padding-left:50px;
	padding-right:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#999999;
	line-height:200%;
}
#main_history #product_nr0 .nr ul li b
{
	font-size:30px;
	color:#666666;
}
#main_history #product_nr0 .nr ul li span
{
	font-size:18px;
	color:#666666;
}
#main_history .list
{
	width:1200px;
	height:80px;
	padding-bottom:0px;
	padding-top:20px;
}
#main_history .list ul li
{
	width:200px;
	height:30px;
	background:url(/templets/default/images/about_history_listbg.jpg) no-repeat;
	background-position: 99 160;
	padding-bottom:0px;
	padding-top:30px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#999999;
	text-align:center;
	float:left;
	cursor:pointer;
	transition: all 1s ease 0s;
}
#main_history .list ul li:hover
{
	background-position: 99 0;
	color:#621736;
}
#main_history .list .li_hover
{
	width:200px;
	height:80px;
	background:url(/templets/default/images/about_history_listbg.jpg) no-repeat;
	background-position: 99 0;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#621736;
	text-align:center;
	float:left;
}
#main_culture_out
{
	width:100%;
	height:530px;
	background:url(/templets/default/images/culture_bg.jpg) no-repeat 100%;
	margin-bottom:0px;
	margin-top:50px;
}
#main_culture
{
	width:1200px;
	height:500px;
	margin:0px auto;
	padding-bottom:0px;
	padding-top:60px;
}
#culture_bt
{
	width:1200px;
	overflow:hidden;
	padding-bottom:0px;
	padding-top:0px;
}
#culture_bt .culture_eng
{
	height:22px;
	padding-bottom:5px;
	padding-top:0px;
	padding-left:6px;
	padding-right:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#621736;
}
#culture_bt .culture_chn
{
	height:30px;
	font-family:"Î¢ÈíÑÅºÚ";
	color:#333333;
}
#culture_bt .culture_chn h2
{
	font-size:20px;
}
#culture_nr
{
	width:1200px;
	height:350px;
	padding-bottom:0px;
	padding-top:30px;
}
#culture_nr .left
{
	width:580px;
	height:350px;
	float:left;
}
#culture_nr .left img
{
	width:100%;
}
#culture_nr .right
{
	width:550px;
	height:350px;
	float:right;
}
#culture_nr .right ul li
{
	width:550px;
	margin-bottom:0px;
	margin-top:15px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#333333;
}
#culture_nr .right .culture_key
{
	width:540px;
	margin-bottom:0px;
	margin-top:40px;
	padding-left:10px;
	padding-right:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#621736;
	font-weight:600;
	border-left:#621736 4px solid;
}
#main_channel
{
	width:1400px;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:60px;
	padding-top:60px;
}
#main_channel .channel_eng
{
	width:1400px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#666666;
}
#main_channel .channel_chn
{
	width:1400px;
	padding-bottom:5px;
	padding-top:10px;
}
#main_channel .channel_chn h1
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:26px;
	color:#621736;
}
#main_channel .channel_des
{
	width:1400px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#666666;
}
#main_product
{
	width:1400px;
	overflow:hidden;
	margin-bottom:100px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
#main_product .pro_list
{
	width:1400px;
	height:340px;
	margin-bottom:50px;
	margin-top:0px;
}
#main_product .pro_pic
{
	width:960px;
	height:340px;
	padding-left:0px;
	padding-right:0px;
	position:relative;
	z-index:2;
}
#main_product .pro_pic ul li
{
	width:300px;
	height:340px;
	overflow:hidden;
	margin-left:20px;
	margin-right:0px;
	float:left;
}
#main_product .pro_pic .pic_title
{
	width:300px;
	height:30px;
	background-color:#621736;
	padding-bottom:0px;
	padding-top:10px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	position:relative;
	z-index:3;
}
#main_product .pro_pic .pic_self
{
	width:300px;
	height:300px;
	margin-bottom:0px;
	margin-top:-40px;
	position:relative;
	z-index:5;
	transition: all 1s ease 0s;
}
#main_product .pro_pic ul li:hover .pic_self
{
	margin-bottom:0px;
	margin-top:0px;
}
#main_product .pro_pic .pic_self img
{
	width:300px;
	height:300px;
}
#main_product .pro_nr
{
	width:400px;
	height:230px;
	background-color:#E6E6E6;
	margin-bottom:0px;
	margin-top:-300px;
	padding-left:1000px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:70px;
	position:relative;
	z-index:1;
}
#main_product .pro_nr .pro_title
{
	width:400px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:24px;
	color:#333333;
}
#main_product .pro_nr .pro_des
{
	width:400px;
	padding-bottom:0px;
	padding-top:30px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#666666;
	line-height:180%;
}
#case_bt
{
	width:500px;
	height:35px;
	background:url(/templets/default/images/BT_zi-case.png) center top no-repeat;
	margin:80px auto;
	padding-bottom:0px;
	padding-top:45px;
	text-align:center;
}
#case_bt h2
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#333333;
}
#main_case
{
	width:80%;
	overflow:hidden;
	margin:0px auto;
}
#main_case ul li
{
	width:25%;
	height:600px;
	float:left;
	transition: all 1s ease 0s;
}
#main_case ul li:hover
{
	background-color:#E6E6E6;
}
#main_case .nr_year
{
	width:75%;
	margin-bottom:30px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:55px;
	color:#333333;
	line-height:100%;
}
#main_case .nr_date
{
	width:75%;
	margin:10px auto;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:20px;
	color:#666666;
}
#main_case .nr_title
{
	width:75%;
	margin:0px auto;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:20px;
	color:#000000;
	transition: all 1s ease 0s;
}
#main_case ul li:hover .nr_title
{
	color:#621736;
}
#main_case .nr_pic
{
	width:75%;
	margin:0px auto;
	padding-bottom:20px;
	padding-top:45px;
	transition: all 1s ease 0s;
}
#main_case ul li:hover .nr_pic
{
	color:#621736;
	transform: scale(1.1);
}
#main_case .nr_pic img
{
	width:100%;
}
#main_case .nr_des
{
	width:75%;
	margin:0px auto;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#666666;
	line-height:140%;
}
#main_case .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 ul li:hover .nr_more
{
	margin-left:80%;
}
#main_turn
{
	width:fit-content;
	height:50px;
	margin-bottom:50px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#main_turn ul li
{
	margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	border:#CCCCCC 1px solid;
	float:left;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
#main_turn ul li a
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#666666;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
#main_turn ul li:hover
{
	background-color:#621736;
	border:#621736 1px solid;
}
#main_turn ul li:hover a
{
	color:#FFFFFF;
}
#main_turn .thisclass
{
	background-color:#621736;
	color:#FFFFFF;
	border:#621736 1px solid;
}
#main_turn .turn_mes
{
	border:#FFFFFF 1px solid;
}
#main_turn .turn_mes:hover
{
	background:none;
	border:#FFFFFF 1px solid;
}
#main_turn .turn_mes .pageinfo
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#999999;
}
#main_turn .turn_mes .pageinfo strong
{
	font-weight:normal;
	color:#621736;
}
#main_designer
{
	width:1520px;
	overflow:hidden;
	margin:0px auto;
}
#main_designer ul li
{
	width:380px;
	height:950px;
	margin:0px auto;
	float:left;
	transition: all 1s ease 0s;
}
#main_designer ul li:hover
{
	background-color:#621736;
}
#main_designer .pic_cover
{
	width:380px;
	height:650px;
	position:relative;
	z-index:2;
	opacity:0;
	transition: all 1s ease 0s;
}
#main_designer ul li:hover .pic_cover
{
	opacity:1;
}
#main_designer .pic_cover img
{
	width:380px;
	height:650px;
}
#main_designer .pic
{
	width:380px;
	height:650px;
	margin-bottom:0px;
	margin-top:-650px;
	position:relative;
	z-index:1;
}
#main_designer .pic img
{
	width:380px;
	height:650px;
}
#main_designer .des
{
	width:380px;
	height:300px;
	text-align:center;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:18px;
	color:#666666;
}
#main_designer ul li:hover .des
{
	color:#FFFFFF;
}
#main_designer .des dt
{
	width:100%;
	padding-bottom:30px;
	padding-top:60px;
}
#main_designer .des dt b
{
	font-size:24px;
	font-weight:normal;
	color:#333333;
}
#main_designer ul li:hover .des dt b
{
	color:#FFFFFF;
}
#main_designer .des dd
{
	width:10px;
	height:10px;
	background-color:#333333;
	margin:0px auto;
}
#main_designer ul li:hover .des dd
{
	background-color:#FFFFFF;
}
#news_hot_out
{
	width:100%;
	height:385px;
	background-color:#E6E6E6;
	padding-bottom:120px;
	padding-top:100px;
}
#news_hot
{
	width:1400px;
	height:385px;
	overflow:hidden;
	margin:0px auto;
}
#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;
}
#news_hot #hot_nr .hot_title
{
	width:500px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:20px;
	color:#FFFFFF;
}
#news_hot #hot_nr .hot_des
{
	width:500px;
	padding-bottom:40px;
	padding-top:25px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#A78595;
}
#news_hot #hot_nr .hot_more
{
	width:100px;
	overflow:hidden;
}
#news_hot #hot_nr .hot_more .more_zi
{
	width:100px;
	height:26px;
}
#news_hot #hot_nr .hot_more .more_zi a
{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:15px;
	color:#FFFFFF;
}
#news_hot #hot_nr .hot_more .more_line
{
	width:45px;
	height:1px;
	background-color:#FFFFFF;
	transition: all 1s ease 0s;
}
#news_hot #hot_nr .hot_more:hover .more_line
{
	width:92px;
	background-color:#FFFFFF;
}
#news_hot #hot_nr .hot_bt
{
	width:590px;
	padding-bottom:0px;
	padding-top:30px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#999999;
	text-align:right;
}
#news_hot #hot_nr .hot_bt span
{
	font-size:22px;
	color:#FFFFFF;
}
#news_hot #hot_pic
{
	width:1400px;
	height:385px;
	margin-bottom:0px;
	margin-top:-385px;
	position:relative;
	z-index:1;
}
#news_hot #hot_pic img
{
	width:1400px;
	height:385px;
}
#main_news
{
	width:1500px;
	overflow:hidden;
	margin:0px auto;
}
#main_news ul li
{
	width:400px;
	overflow:hidden;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:100px;
	margin-top:0px;
	color:#333333;
	font-family:"Î¢ÈíÑÅºÚ";
	float:left;
}
#main_news .nr_date
{
	width:fit-content;
	padding-bottom:8px;
	padding-top:0px;
	font-size:22px;
	border-bottom:#333333 2px solid;
}
#main_news .nr_year
{
	width:fit-content;
	padding-bottom:0px;
	padding-top:8px;
	font-size:16px;
}
#main_news .nr_title
{
	width:400px;
	padding-bottom:20px;
	padding-top:30px;
	font-size:20px;
}
#main_news ul li:hover .nr_title
{
	color:#621736;
}
#main_news .nr_pic
{
	width:400px;
	height:110px;
}
#main_news .nr_pic img
{
	width:400px;
	height:110px;
}
#main_news .nr_des
{
	width:400px;
	padding-bottom:30px;
	padding-top:25px;
	font-size:14px;
	color:#666666;
}
#main_news .nr_more
{
	width:108px;
	height:25px;
	background-color:#FFFFFF;
	padding-bottom:0px;
	padding-top:5px;
	font-size:14px;
	color:#333333;
	border:#333333 1px solid;
	text-align:center;
	transition: all 1s ease 0s;
}
#main_news ul li:hover .nr_more
{
	background-color:#621736;
	color:#FFFFFF;
	border:#621736 1px solid;
}
#main_contact_out
{
	width:100%;
	height:500px;
	background-image:url(/templets/default/images/contact_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:auto 100%;
	background-color:#E6E6E6;
	padding-bottom:100px;
	padding-top:80px;
}
#main_contact
{
	width:1200px;
	height:500px;
	background-color:#FFFFFF;
	margin:0px auto;
}
#main_contact .mes
{
	width:350px;
	height:400px;
	padding-bottom:50px;
	padding-top:50px;
	padding-left:50px;
	padding-right:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#999999;
	line-height:240%;
	float:left;
}
#main_contact .mes span
{
	font-size:30px;
	color:#333333;
}
#main_contact .map
{
	width:700px;
	height:500px;
	float:right;
}
#main_sign
{
	width:1200px;
	height:500px;
	margin:0px auto;
}
#main_sign .bt
{
	width:1200px;
	height:120px;
	padding-bottom:0px;
	padding-top:30px;
	background:url(/templets/default/images/sign_btbg.png) center top no-repeat;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#666666;
	line-height:220%;
	text-align:center;
}
#main_sign .bt span
{
	font-size:26px;
	color:#333333;
}
#main_sign .nr
{
	width:1200px;
	height:450px;
}
#main_sign .nr ul li
{
	width:530px;
	height:35px;
	margin-bottom:20px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:13px;
	padding-left:18px;
	padding-right:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#333333;
	border:#CCCCCC 1px solid;
	float:left;
}
#main_sign .nr ul li span
{
	color:#CCCCCC;
}
#main_sign .nr .li_pro
{
	width:1180px;
}
#main_sign .nr .li_article
{
	width:1180px;
	height:148px;
}
#main_sign .nr .li_article .left
{
	width:110px;
	height:140px;
	float:left;
}
#main_sign .nr .li_article .right
{
	width:1000px;
	height:140px;
	float:left;
}
.txt
{
	width:400px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#999999;
	border:none;
}
.txt:focus
{
	outline: none;
}
.choise
{
	width:970px;
	padding-right:50px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	background-color:#FFFFFF;
	background-image:url(/templets/default/images/form_jt.png);
	background-position:right center;
	background-repeat:no-repeat;
	margin:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#621736;
	border:none;
	text-align:right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.article
{
	width:900px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#999999;
	border:none;
}
.article:focus
{
	outline: none;
}
.OK
{
	width:180px;
	height:50px;
	background-color:#621736;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	border:none;
	cursor:pointer;
}
/*Ö÷ÌåÑùÊ½½áÊø*/



/*½Å²¿ÑùÊ½¿ªÊ¼*/
#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;
}
/*Ðü¸¡¿Í·þÑùÊ½½áÊø*/