/*@charset "utf-8";*/
/*底部代码css 金思绪*/
.f_foot a { text-decoration: none; color: #999;}
.f_footm p b { font-size: 16px;}
.f_foot{width:100%;padding:20px 0; background-image:url(../images/line.png); background-position:top; background-repeat:repeat-x; overflow:hidden; font-size:12px; line-height:20px;color: #999;}
.f_foot1{float:left;width:250px;text-align:center;}
.f_footm{float:left;width:800px;}
.f_footm p{width:100%;line-height:20px;}
.f_footm p b{font-size:16px;}
.f_footm p span{float:left;width:410px;}
.f_footr{float:right;width:150px;text-align:center;}
.f_wrap { width: 1200px;margin: 0 auto;}
@media screen and (min-width: 1420px) {/* 执行1200px版的css*/  
#f_foot{ position:relative;height:auto;width:100%;margin:0px auto; overflow:hidden;}
}
@media screen and (min-width: 1220px) and (max-width: 1419px) { /*执行1000px版的css*/  
#f_foot{ position:relative;height:auto;width:100%;margin:0px auto; overflow:hidden;}
.f_wrap { width: 1000px;margin: 0 auto;}
.f_foot1{float:left;width:250px;text-align:center;}
.f_footm{float:left;width:650px;}
.f_footm p span{float:left;width:410px;}
.f_footr{float:right;width:100px;text-align:center;}
}
@media screen and (min-width: 750px) and (max-width: 1219px) { /*执行750px版的css*/  
#f_foot{ position:relative;height:auto;width:100%;margin:0px auto; overflow:hidden;}
.f_wrap { width: 750px;margin: 0 auto;}
.f_foot1{float:left;width:200px;text-align:center;}
.f_footm{float:left;width:550px;}
.f_footm p span{float:left;width:310px;}
.f_footr{ display:none; float:right;width:100px;text-align:center;}
}
@media screen and (max-width: 749px) { /*执行100%宽度版的css*/  
.f_foot{ display:none; }
#f_foot_d{ width:100%; height:auto; padding:8px 0px; line-height:20px; font-size:12px; color:#999999; text-align:center; }
#f_foot_d a{ line-height:20px; font-size:12px; color:#999999; }
#f_foot{ position:relative;height:auto;width:100%;margin:0px auto; background-color:#f4f4f4; color:#eaeff9; overflow:hidden;}
/*#f_links{ width:100%;  height:113px; margin:50px auto 0px auto; padding-bottom:10px; overflow: hidden;}
#f_links ul{ height: 113px;overflow: hidden; }
#f_links ul li{ position:relative;  float:left; height:113px; width:113px; margin:0px 10px; text-align:center; overflow:hidden; color:#ff3333; }
#f_links ul li:hover{-webkit-animation: jsx_rotate_right linear 12s infinite;animation-delay:0;}
#f_links ul li img{ min-height:100%; min-width:100%; max-height:142.9%; max-width:142.9%; }
#f_links ul li a{ color:#333333; }
.f_links_o{ position:absolute; top:0px; left:0px;width:113px; height:113px;}*/
#f_menu{ width:90%; height:auto; margin:0px auto 0px auto; overflow:hidden}
.f_menu_font{ margin:0px auto; height:30px; line-height:30px; text-align:center; color:#999999;}
.f_menu_font a{ color:#999999;}
.f_menu_img{ margin:0px auto; width:120px; height:120px; max-height:120px; text-align:center; background-color:#FFFFFF; border-radius:10px; overflow:hidden; }
.f_menu_img img{ max-height:120px;}
#f_sharing{ width:100%; height:44px; margin:0px auto 0px auto; overflow:hidden; }
.f_sharing_l{ display:none; float:left; width:233px; height:1px; margin-top:18px; margin-bottom:18px; background-color:#ff3300;}
.f_sharing_r{ display:none; float:right; width:233px; height:1px; margin-top:18px; margin-bottom:18px; background-color:#ff3300;}
.f_sharing_z{ margin:0px auto; width:228px; height:44px; background-color:#dddddd; border-radius:44px;}
.f_sharing_z ul li{ float:left; width:37px; height:44px; margin-left:7px; margin-right:7px; cursor:pointer; overflow:hidden;}
.f_sharing_z ul li:hover{ background-color:#FFFFFF; }
#f_maps{ width:100%; margin:10px auto 0px auto; color:#999999; height:34px; line-height:34px; text-align:center; }
#f_maps a{ color:#999999;font-size:12px; }
#f_copy{ width:100%; margin:10px auto 20px auto;  height:12px; line-height:12px; text-align:center;font-size: 12px; color:#999999; }
#f_foot_top{ width:100%; margin:0px auto; height:44px; line-height:44px; text-align:center; background-color:#314141; color:#dddddd; cursor:pointer; }
#f_copy a{ color:#dddddd; }
}

/*手机底部菜单*/
.f_bottom_menucate {
	-webkit-appearance:button;
	display:inline-block;
	width:36px;
	height:36px;
	border-radius:36px;
	position:fixed;
	bottom:47px;
	left: 17px;
	z-index:9999;
	box-shadow: 0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);
	background-color: #B70000;
	-webkit-transition: -webkit-transform 200ms;
	-webkit-transform:rotate(1deg);
	color:#fff;
	background-image:url(../images/f_menuadd.png);
	background-repeat: no-repeat;
	-webkit-background-size: 80% auto;
	background-size: 80% auto;
	background-position: center center;
	outline: none;
}
.f_bottom_menu li {
	list-style:none;
	width: 32px;
	height:32px;
	border-radius:32px;
	box-shadow: 0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
	background:#B70000;
	position:fixed;
	bottom:30px;
	left:0;
	margin-bottom: 20px;
	margin-left: 20px;
	z-index:998;
	-webkit-transition: -webkit-transform 200ms;
}
.f_bottom_menu  a {
	color:#fff;
	font-size:20px;
	display: block;
	height: 100%;
	line-height: 33px;
	text-align: center;
}

.f_bottom_menu  img {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -999px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
}
.f_bottom_menu li.f_menu_on:nth-of-type(1) {
	-webkit-transform: translate(0, -100px) rotate(720deg);
}
.f_bottom_menu li.f_menu_on:nth-of-type(2) {
	-webkit-transform: translate(70.7px, -70.7px) rotate(720deg);
}
.f_bottom_menu li.f_menu_on:nth-of-type(3) {
	-webkit-transform: translate(100px, 0) rotate(720deg);
}
.f_bottom_menucate:checked {
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}

.f_add_menu{position: fixed; bottom:52px; z-index:999999; display:none}
.f_bottom_menucate{	
	background-color:#ff3333;
}
.f_bottom_menu li{	
	background:#ff3333;
}
/*微信分享*/
#f_wechat_share{ display:none; width:100%; height:50px; overflow:hidden; margin:0px auto;}
.f_wechat_share_l{ width:50%; height:50px; overflow:hidden; float:left; background-color:#f7f7f7; text-align:left; cursor:pointer; border-bottom:1px #dddddd solid; border-top:1px #dddddd solid;}
.f_wechat_share_l img{ float:left; margin-left:10px; height:40px; margin-top:5px;}
.f_wechat_share_l span{ float:right; margin-right:10px; height:40px; margin-top:5px; line-height:40px;}
.f_wechat_share_r{ width:50%; height:50px; overflow:hidden; float:left; background-color:#f7f7f7; text-align:left; border-left:1px #dddddd solid; margin-left:-1px; cursor:pointer; border-bottom:1px #dddddd solid; border-top:1px #dddddd solid;}
.f_wechat_share_r img{ float:left; margin-left:10px; height:40px; margin-top:5px;}
.f_wechat_share_r span{ float:right; margin-right:10px; height:40px; margin-top:5px; line-height:40px;}
#f_wechat_share_page{ position:fixed; z-index:999999; left:0px; top:0px; width:100%; height:100%; overflow:hidden; background-color:rgba(0,0,0,0.5); background-image:url(../images/bghei50.png); display:none}
#f_wechat_share_page img{ float:right}