
/*****导航*******/
.dh {
	float: right;
}
.wraper {
	width: 600px;
	float: left;
	margin-right: 15px;
}
.nav {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden
}
.nav-item {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 15px;
	z-index: 1
}
.nav-item a {
	display: block;
	height: 100px;
	color: #000000;
}
.nav-item a:hover {
	color: #fff;
 transition: all .4s;
}
.move-bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: #DA251C;
	z-index: 0
}
.move-bg a {
	color: #FFF;
}
/*****导航*******/
.zhuce, .denglu {
	float: left;
	width: 100px;
	height: 100px;
}
.zhuce a, .denglu a {
	display: inline-block;
	color: #FFF;
	text-align: center;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 25px;
}
.zhuce {
	background: #A0A0A0;
}
.denglu {
	background: #DA251C;
}
.logo {
	width: 217px;
	height: 100px;
	float: left;
	margin-left: 10%;
}
.logo a {
	height: 100px;
	display: inline-block;
}
.logo a img {
	vertical-align: text-bottom;
	vertical-align: middle;
}
.logo a span {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/************************banner******************************/

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
} /* 修正IE6振动bug */
/* slide */
.slide-main {
	height: 636px;
	position: relative;
}
.prev, .next {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 222;
	top: 267px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	_border: 1px solid none;
}
.prev {
	left: 70px;
}
.next {
	right: 70px;
}
.prev:hover, .next:hover, .nav-main a:hover, .nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.item {
	display: block;
	width: 100%;
	height: 16px;
	position: absolute;
	z-index: 124;
	bottom: 50px;
	left: 0;
	text-align: center;
	background: url("../images/hxian.png")/*tpa=http://www.foshanid.cn/templates/PC/images/hxian.png*/ center no-repeat;
}
.item a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 48px;
	margin-left: 48px;
	background: url("../images/dian_d.png")/*tpa=http://www.foshanid.cn/templates/PC/images/dian_d.png*/ no-repeat;/*opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);*/
	overflow: hidden;
}
.item a.cur {
	background: url("../images/dian_O.png")/*tpa=http://www.foshanid.cn/templates/PC/images/dian_O.png*/ no-repeat;
}
.slide-box, .slide {
	display: block;
	width: 100%;
	height: 636px;
	overflow: hidden;
}
.slide-box {
	position: relative;
}
.slide {
	display: none;
	height: 636px;
	padding-top: 89px;
	background: #ff6900;
	position: relative;
	position: absolute;
	z-index: 8;
}
#bgstylea {
	background: url("../images/banner_d_2.jpg")/*tpa=http://www.foshanid.cn/templates/PC/images/banner_d_2.jpg*/;
}
#bgstyleb {
	background: #193d85;
}
#bgstylec {
	background: url("../images/banner_d_1.jpg")/*tpa=http://www.foshanid.cn/templates/PC/images/banner_d_1.jpg*/;
}
.slide a {
	display: block;
	width: 100%;
	height: 636px;
	cursor: pointer;
}
.obj-a, .obj-b, .obj-c, .obj-d, .obj-e, .obj-f {
	position: absolute;
	z-index: 9;
	left: 50%;
}
.obj-a {
	width: 1025px;
	margin-left: -595px;
	text-align: center;
}
.obj-b {
	width: 282px;
	margin-left: 135px;
	text-align: center;
}
.obj-a {
	display: block;
	height: 417px;
	top: 105px;
}
.obj-b {
	top: 406px;
	height: 65px;
}
.obj-c {
	display: block;
	height: 582px;
	top: 0;
	margin-left: -540px;
}
.obj-d {
	top: 228px;
	height: 164px;
}
.obj-d p {
	display: block;
	padding-top: 20px;
	font-size: 16px;
	color: #fff;
	clear: both;
}
.obj-e {
	width: 1093px;
	height: 238px;
	margin-left: -547px;
	top: 245px;
	z-index: 12;
}
.obj-f {
	width: 692px;
	height: 394px;
	top: 158px;
	margin-left: -180px;
}
.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity: 1;
	left: 50%;
}
}
.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
	opacity: 1;
	-webkit-transform: scale(1, 1);
}
}
@-moz-keyframes saAni {
from {
opacity:0;
-moz-transform:scale(0, 0);
}
to {
	opacity: 1;
	-moz-transform: scale(1, 1);
}
}
@keyframes saAni {
from {
opacity:0;
transform:scale(0, 0);
}
to {
	opacity: 1;
	transform: scale(1, 1);
}
}
.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
from {
opacity:0;
-webkit-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform-origin: left bottom;
}
}
@-moz-keyframes scode {
from {
opacity:0;
-moz-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity: 1;
	-moz-transform: scale(1, 1);
	transform-origin: bottom bottom;
}
}
@keyframes scode {
from {
opacity:0;
transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity: 1;
	transform: scale(1, 1);
	transform-origin: left bottom;
}
}
.banAnimate .obj-c, .banAnimate .obj-e {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity: 1;
	left: 50%;
}
}
.banAnimate .obj-d, .banAnimate .obj-f {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity: 1;
	left: 50%;
}
}
/************************banner******************************/

.home_top1_z {
	width: 1200px;
	margin-top: 40px;
}
.home_top1_L, .home_top1_R {
	float: left;
	width: 50%;
}
.home_top1_pl {
	width: 95%;
	float: left;
	margin-top: 20px;
}
.home_top_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #E0E0E0;
}
.title_1200 {
	width: 1200px;
}
.title_1200 a {
	float: right;
	color: #DA251C;
}
.home_top_title span {
	display: inline-block;
	background: url("../images/title_x.jpg")/*tpa=http://www.foshanid.cn/templates/PC/images/title_x.jpg*/ bottom no-repeat;
	font-size: 1.8rem;
	line-height: 2.8rem;
	padding-bottom: 0.8rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.home_top1_L p {
	color: #7a7a7a;
	font-size: 0.9em;
}
.morea {
	color: #da251c;
	float: right;
	font-size: 0.9em;
}
.home_top1_pr {
	width: 95%;
	float: right;
	margin-top: 20px;
}
.home_top1_pr li {
	float: left;
	width: 100%;
	line-height: 2.8rem;
	border-bottom: 1px dashed #7a7a7a;
}
.home_top1_pr li a {
	color: #7a7a7a;
	display: block;
}
.home_top1_pr li a samp {
	font-size: 0.9rem;
	display: inline-block;
}
.home_top1_pr li a em {
	float: right;
}
.home_top1_pr li a s {
	width: 5px;
	height: 5px;
	background: #7a7a7a;
	display: inline-block;
	border-radius: 50%; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 50%; /* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 50%; /* Webkit浏览器的私有属性 */
	margin-right: 0.5rem;
	vertical-align: middle;
}
.home_top1_pr li a:hover {
	color: #da251c;
}
.home_top1_pr li a:hover s {
	background: #da251c;
}
.h_x {
	width: 48.5%;
	line-height: 2.6rem;
	float: left;
	margin-bottom: 1rem;
}
.h_x a {
	box-sizing: border-box;
	border: 1px solid #E2E2E2;
	display: block;
	color: #666666;
	text-align: center;
}
.h_x1 {
	margin-right: 1.5%;
}
.h_x2 {
	margin-left: 1.5%;
}
.h_x a:hover {
	box-sizing: border-box;
	border: 1px solid #DA251C;
	display: block;
	color: #FFF;
	text-align: center;
	background: #DA251C;
}
.home_top2_z {
	width: 1200px;
	margin-top: 20px;
	padding-bottom: 60px;
}
.home_top2_img {
	width: 100%;
	margin-top: 60px;
}
.home_top2_img img {
	width: 100%;
}
.home_top3_z {
	background: #F1F1F1;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
}
.home_f3 {
	width: 20%;
	background: #FFF;
	float: left;
}
.home_f3 img {
	vertical-align: text-bottom;
}
.home_f3_T {
	width: 90%;
}
.home_f3_title {
	text-align: left;
	line-height: 2.8rem;
	border-bottom: 1px dashed #ABABAB;
	margin-bottom: 0.6rem;
	padding-top: 0.6rem;
}
.home_f3_T p {
	font-size: 0.9rem;
	margin-bottom: 1rem;
	overflow: hidden;
}
.home_f3 img {
	width: 100%;
}
.home_top4_z, .home_top5_z {
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.div_top4 {
	width: 280px;
	float: left;
	text-align: center;
	margin: 0.8%;
	overflow: hidden;
}
.div_top4 img {
	margin-bottom: 0.5rem;
	cursor: pointer;
	transition: all 0.6s;
}
.div_top4 img:hover {
	transform: scale(1.05);
}
.div_top4 p {
	width: 100%;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 2.8rem;
}
.home_topx_z {
	width: 1200px;
	margin-top: 3rem;
	margin-bottom: 3rem;
	box-sizing: border-box;
	border: 5px solid #F1F1F1;
	padding: 0rem 1rem 1rem 1rem;
}
.lin {
	color: #838383;
	padding-top: 1rem;
}
.lin p {
	color: #444547;
}
.lin a {
	color: #838383;
	font-size: 0.8rem;
	line-height: 2rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.lin_a a:first-child {
	padding-left: 0rem !important;
}
.lin a:hover {
	color: #da251c;
}
.gengduo_lin {
	color: #da251c;
	margin: 0px auto;
	display: block;
	text-align: center;
}
.food {
	background: #F1F1F1;
	padding-top: 2rem;
	position:relative;
	z-index:666;
}
.food_n {
	width: 1200px;
	padding-bottom: 2rem;
}
.food_logo {
	float: left;
	width: 145px;
	margin-right: 80px;
}
.food_180 {
	width: 125px;
	float: left;
}
.food_181 {
	width: 170px !important;
	float: left;
}
.food_180 span, .food_180 a {
	display: block;
	text-align: left;
	line-height: 1.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.food_180 span {
	color: #7e7e7e;
	font-size: 1.1rem;
	line-height: 3rem;
}
.food_180 a {
	color: #7e7e7e;
	font-size: 0.9rem;
}
.food_182 {
	border-left: 1px solid #D2D2D2;
	padding-left: 2rem;
	margin-left: 2rem;
	width: 210px;
}
.food_182 p {
	color: #7e7e7e;
	font-size: 0.9rem;
	text-align: left;
}
.food_m {
	width: 1200px;
	border-top: 1px solid #D2D2D2;
}
.food_m p {
	color: #7e7e7e;
	font-size: 0.9rem;
	text-align: center;
	line-height: 4rem;
}
.div_top4 a {
	display: inline-block;
}
.xiao_banner, .xiao_daohang {
	display: none;
}
.title_1200 a {
	vertical-align: middle;
	line-height: 2.8rem;
}
.zhinan_z {
	width:1200px;
	margin-top:30px;
}
.zhinan_z_L {
	width:150px;
	position:fixed;
	left:50%;
	top:380px;
	z-index:333;
	margin-left:-600px;
}
.zhinan_z_R {
	width:1050px;
	float:right;
}
.n_title {
	width:100%;
	border-bottom:1px solid #E0E0E0;
}
.n_title span {
	display: inline-block;
	background: url("../images/titlen_x.jpg")/*tpa=http://www.foshanid.cn/templates/PC/images/titlen_x.jpg*/ left bottom no-repeat;
	font-size: 1.56rem;
	line-height: 2.8rem;
	padding-bottom: 0.8rem;
	padding-left: 0rem;
	padding-right: 1.5rem;
	color:#da251c;
}
.zhinan_z_R_t {
	margin-bottom:2.5rem;
}
.zhinan_z_R_t1_L {
	width:245px;
	height:350px;
	background:#F8F8F8;
	float:left;
	margin-top:7rem;
	text-align:center;
	float:left;
	margin-left:23px;
}
.zn_r_l_img {
	width:35%;
	margin:auto;
	margin-top:-30%;
}
.zn_r_l_tit {
	color:#da251c;
	line-height:2.8rem;
}
.zhinan_z_R_t1_L p {
	line-height:1.8rem;
	font-size:0.8rem;
	color:#7d7d7d;
	padding-left:10%;
	padding-right:10%;
}
.zhinan_z_R_t1_L1 {
	margin-left:0px;
}
.zhinan_z_R_t2, .zhinan_z_R_t3, .zhinan_z_R_t4 {
	margin-top:1.8rem;
	margin-bottom:3rem;
}
.zhinan_z_R_t2 p {
	text-indent:2rem;
	line-height:1.8rem;
	font-size:0.8rem;
	color:#7d7d7d;
}
.zhinan_z_R_t3 p {
	background:url("../images/dian1.jpg")/*tpa=http://www.foshanid.cn/templates/PC/images/dian1.jpg*/ left 0.65rem no-repeat;
	text-indent: 1.2rem;
	line-height: 1.8rem;
	font-size: 0.8rem;
	color: #7d7d7d;
}
.zhinan_z_R_t3_x {
	margin-top:2rem;
}
.zhinan_z_R_t3_x a {
	float:left;
	margin-right:2rem;
}
.zhinan_z_R_t4 p {
	text-align:left;
	line-height:1.8rem;
	font-size:0.8rem;
	color:#7d7d7d;
}
.main-menu li {
	font-size:1rem;
	color:#666666 !important;
	line-height:2rem;
}
.main-menu li a {
	background:url("../images/dian2.jpg")/*tpa=http://www.foshanid.cn/templates/PC/images/dian2.jpg*/ left center no-repeat;
	text-indent:1.2rem;
	display:block;
}
.active {
	background:url("../images/dian3.jpg")/*tpa=http://www.foshanid.cn/templates/PC/images/dian3.jpg*/ left center no-repeat !important;
	text-indent:1.2rem;
	display:block;
}
.s_f_dh {
	width:100%;
	border-bottom:1px solid #E6E6E6;
	height:80px;
	line-height:80px;
}
.s_f_dh_n {
	width:1199px;
	border-left:1px solid #E6E6E6;
}
.curp {
	height:80px;
	line-height:80px;
	border-right:1px solid #E6E6E6;
	padding-left:30px;
	padding-right:30px;
	display:inline-block;
	font-size:1rem;
	color:#666666;
}
.curp_o {
	color:#da251c;
	border-bottom:3px solid #DA251C;
	line-height:77px;
	height:77px;
}
.curp:hover {
	color:#da251c;
	border-bottom:3px solid #DA251C;
	line-height:77px;
	height:77px;
}
.news_list {
	width:100%;
	box-sizing: border-box;
	border:3px solid #E5E5E5;
	margin-bottom:1.5rem;
}
.deeds_time {
	width: 11.5%;
	height: 11rem;
	float: left;
	background: #E5E5E5;
	border: 3px solid #E5E5E5;
	border-right: none;
}
.deeds_time span {
	font-size: 3rem;
	color: #727272;
	display: block;
	text-align: right;
	padding-right:1.8rem;
	padding-top: 2rem;
}
.deeds_time samp {
	font-size: 1rem;
	color: #727272;
	display: block;
	text-align: right;
	padding-right: 1.8rem;
	padding-top: 5px;
}
.deeds_time em {
	display: block;
	text-align: right;
	padding-right: 1.8rem;
}
.deeds_time em s {
	width: 2rem;
	height: 1px;
	background: #3C414C;
	display: inline-block;
}
.deeds_wz {
	width: 60%;
	height: 7.2rem;
	float: left;
	border-left: none;
	padding: 2rem 1.2rem;
}
.deeds_wz span {
	font-size: 1.4rem;
	display:block;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2d2d2d;
}
.deeds_wz p {
	color: #787878;
	font-size: 0.9rem;
	margin-top: 0.9rem;
}
.news_more {
	width: 11.8%;
	margin-right:3rem;
	height: 11rem;
	text-align: center;
	display: inline-block;
	float: right;
}
.news_more img {
	width:100%;
}
.news_more span {
	height:100%;
	vertical-align: middle;
	display:inline-block;
}
.news_more img {
	vertical-align: middle;
}
.news_list {
	cursor:pointer;
}
.news_list:hover .deeds_wz span {
	color:#c9151e;
}
.TOP_ding {
	width:72px;
	position:fixed;
	right:0px;
	top:45%;
	z-index:999;
}
.TOP_ding a, #returnTop {
	width:72px;
	cursor:pointer;
}
.TOP_ding a {
	margin-bottom:3px;
	display:block;
}
.TOP_ding a img, #returnTop img {
	width:100%;
	vertical-align:text-bottom;
}
.cp_z_li {
	width:100%;
	border-bottom:1px solid #D1D1D1;
}
.cp_z {
	margin-top:2.5rem;
	border-top:1px solid #D1D1D1;
}
.cp_img {
	width:314px;
	height:278px;
	overflow:hidden;
	float:left;
}
.cp_img img {
	width:100%;
}
.cp_nr {
	width:735px;
	float:left;
	box-sizing: border-box;
	padding-left:2rem;
}
.cp_nr p {
	text-align:justify;
	text-indent:0rem;
}
.cp_tit {
	line-height:4rem;
	font-size:1rem;
	color:#4b4b4b;
}
.zhinan_z_R_t .home_top1_z {
	width:100%;
}
.zhinan_z_R_t .div_top4 {
	width:250px;
}
.zhinan_z_R_t .div_top4 {
	margin:0.4%
}
.zhinan_z_R_t .div_top4 p {
	text-overflow:clip;
	white-space:inherit;
	font-size:0.9rem;
	line-height:1.6rem;
	padding-top:0.8rem;
	padding-top:0px;
}
.zhinan_z_R_t .div_top4 a {
	line-height:2.2rem;
	font-size:0.95rem;
}
.a_2016 {
}
.a_2016_tit {
	color:#da251c;
	font-size:1.5rem;
	line-height:5rem;
	padding-top:0.8rem;
	padding-bottom:0.2rem;
}
.a_2016 img {
	width:100%;
}
.hdlc_img img, .hdlc_img p img {
	width:100%;
}
.hdlc_img p {
	width:100%;
}
#jxsz p {
	padding-bottom:1rem;
}
.zzjg {
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 3rem;
	box-sizing: border-box;
	border: 5px solid #F1F1F1;
	padding: 0rem 1rem 1rem 1rem;
}
.zzjg_L {
	width:40%;
	float:left;
	padding:1rem;
}
.zzjg_R {
	width:50%;
	float:left;
	padding:1rem;
}
.zzjg_tit {
	color:#da251c;
}
.zzjg_tit s {
	width:2rem;
	height:1px;
	background:#da251c;
	display:block;
	margin-top:0.8rem;
}
.zzjg p {
	text-indent:0rem;
	line-height:2.2rem;
	color:#444547;
	font-size:0.95rem;
}
.photo .div_top4 a {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:inherit;
	text-align:left;
	color:#575757;
}
.photo .div_top4 s {
	display:block;
	text-align:left;
	font-size:0.9rem;
	line-height:2.2rem;
	color:#575757;
}

.home_f3_T p{ height:100px; overflow:hidden;}
.show_title{ font-size:1.4rem; text-align:center; border-bottom:1px solid #BFBFBF; padding-bottom:1.5rem; }
.show_time{ width:100%;  text-align:right; font-size:0.8rem; line-height:3rem;}
.show_n{ margin-bottom:4rem;}

.show_n p{ line-height:2rem; font-size:0.9rem; color:#6c6c6c;}

.show_fanhui{ margin-top:3rem; margin-bottom:3rem; text-align:right;}
.show_fanhui a { display:inline-block;}


.show_fanhui a img{vertical-align:text-bottom;}

.zhuce_sj{ width:40%; margin-bottom:10rem;}
.zhuce_sj_logo{ text-align:center;  padding-top:3rem; padding-bottom:3rem; font-size:1.6rem;}

.zhuce_sj_input{ width:100%;}
.zhuce_sj_input ul li{ height:3rem; line-height:3rem;box-sizing: border-box; border:1px solid #C3C3C3; margin-bottom:1rem;
}

.icon-mobile-phone{ font-size:1.6rem; color:#BFBFBF; padding-left:1rem; margin-right:0.5rem; line-height:3rem;

}
.icon-lock{ font-size:1.4rem; color:#BFBFBF;padding-left:1rem; margin-right:0.5rem;line-height:3rem;


}

.zhuce_sj_input ul li input{ font-size:1rem; color:#9b999e;}

.hydlnem{ width:100%; height:3rem; text-align:center; line-height:3rem; color:#FFF; background:#DA251C; font-size:1rem; cursor:pointer;}

#chkRemember{ width:1em; height:1rem; border:1px solid #9b999e;}


.zc_wj { color:#da251c; font-size:1rem; text-align:right; margin-bottom:1rem;}


.zc_wj  a{ color:#da251c; font-size:1rem; margin-left:0.5rem; margin-right:0.5rem;}



.dl-list dl{ height:3rem; line-height:3rem;box-sizing: border-box; border:1px solid #C3C3C3; margin-bottom:1rem;}




.dl-list_zc dl{ margin-bottom:0.2rem;}

.dl-list_zc dl input{height:3rem; line-height:3rem;box-sizing: border-box; border:1px solid #C3C3C3; margin-bottom:0.2rem; width:100%; display:block; padding-left:2rem; padding-right:2rem;}

.Validform_error {
    background: #FFF !important;
}
#txtCode{ width:70% !important; float:left;}
.send{ height:3rem; display:inline-block; background:#FFF; margin-left:1rem;}

.send img{ padding-top:0.6rem;}
#chkAgree{ width:1rem; height:1rem; float:left; margin-right:0.6rem;}
.dl-list_zc dl{ height:4.5rem;}

#btnSubmit{ background:#DA251C; color:#FFF; cursor:pointer;}
/******************************************************************************************************************/


 @media screen and (max-width: 1200px) {
    .zc_xiao, .dl_xiao { width:100% !important;
    }
.xiao_banner, .xiao_daohang {
 display: inherit;
}
.dh, .slide-main {
 display: none;
}
body {
 width: 100%;
}
.home_top1_z, .home_top2_z, .home_topx_z, .food_n, .food_m, .home_top1_L, .home_top1_R, .zhinan_z_R, .zhinan_z_R_t1_L, .zzjg_L, .zzjg_R {
 width: 100%;
}
.logo {
 width: 46%;
 float: inherit;
 height: 5rem;
 position: fixed;
 left: 0;
 right: 0;
 top:0;
 text-align: left;
 z-index: 999999;
 background: rgba(255, 255, 255, 0.95);
 padding-left: 27%;
 padding-right: 27%;
 margin: 0 auto;
 padding-top:10px;
}
.logo img {
 width: 100%;
}
.home_top1_pr {
 float: inherit;
 width: 100%;
}
.home_f3, .div_top4 {
 width: 100%;
 margin-bottom: 0rem;
}
.div_top4 a {
 width: 100%;
 padding-bottom: 0.5rem;
}
.home_topx_z {
 margin-top: 2rem;
}
.home_top6_z {
 margin-bottom: 1rem !important;
}
.home_top3_z {
 margin-top: 0rem !important;
}
.home_top2_z {
 margin-top: 1rem !important;
}
.div_top4 a img {
 width: 100%;
}
.food_n {
 display: none;
}
.food {
 padding-top: 0px;
}
.home_topx_z {
 margin-bottom: 0px;
}
.home_top1_pl {
 width: 100%;
}
.home_f3_T {
 width: 100%;
}
.home_top4_z {
 padding-top: 1rem;
}
.home_top1_z {
 padding-top: 1rem;
}
.home_f3_T p {
 margin-top: 0.5rem;
 margin-bottom: 0.5rem
}
.home_f3 img {
 margin-top: 0.5rem;
 margin-bottom: 0.5rem
}
.home_top3_z {
 background: #FFF;
}
.home_top1_z, .home_top2_z, .home_top_z, .home_top4_z, .home_top5_z, .home_top6_z, .zhinan_z {
 width: 96%;
 margin: 0 auto;
 padding-bottom: 0rem;
}
.home_top2_z {
 padding-bottom: 0px;
}
.home_top2_img {
 margin-top: 2rem;
}
.home_top3_z {
 margin-top: 2rem;
 padding-bottom: 0rem;
}
.home_f3_title {
 padding-top: 0rem;
}
/******************/ 

.zhinan_z_L {
display:none;
}

	/*********************************/ 
	 
.nav {
 display: none;
 width: 45%;
 background: #FFF;
 height: 100%;
 position: fixed;
 top: 5rem;
 right: 0px;
 z-index: 888;
 overflow: auto;
 opacity: 1;
}
.nav ul {
 display: block;
 width: 100%;
 padding-top: 20px;
 padding-bottom: 20px;
 background: #fff;
 position: relative;
 z-index: 1;
}
.nav ul li {
 width: 100%;
 line-height: 2.8em;
}
.nav ul li a {
 width: 100%;
 font-size: 1em;
 color: #6c6c6c;
 display: block;
 text-indent: 2em;
}
.nav ul li a span {
 font-size: 1em;
 color: #DB6B78;
 padding-right: 5px;
}
.na_dt {
 position: relative;
 width: 100%;
 z-index: 1;
 font-size: 12px;
 text-align: center;
}
.na_dt img {
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
}
.na_dt_z {
 display: inline-block;
 margin: 0 auto;
 text-align: left;
 font-size: 1em;
	/*    position:absolute;*/ /*padding-top:20%;*/
	z-index: 99;
 top: 1px;
}
.ggmenu {
 position: fixed;
 right: 6px;
 top: 1.4rem;
 z-index: 999999;
}
.ggback a {
 float: left;
}
.ggmenu a {
 float: right;
}
.ggmenu a img {
 width: 36px;
}
.zhuce_xiao a {
 color: #F00 !important;
 width: 50% !important;
 display: inline-block !important;
}
.xiao_banner {
 margin-top: 5rem;
}
.logo a {
 height: 5rem;
 display: inline-block;
}
.home_top1_pr li a samp {
 width: 70%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.title_1200 {
 width: 100%;
}
 .zn_r_l_img {
width:20%;
}
.zhinan_z_R_t3_x a {
margin-bottom:1rem;
}
 .news_more {
 width: 12%;
margin-right:1rem;
 height: 11rem;
 text-align: center;
 display: inline-block;
 float: right;
}
.deeds_time {
 width: 18%;
 height: 11rem;
 float: left;
 background: #E5E5E5;
 border: 3px solid #E5E5E5;
 border-right: none;
}
.deeds_time span {
 font-size: 2rem;
 color: #727272;
 display: block;
 text-align: right;
 padding-right: 1rem;
 padding-top: 2rem;
}
.deeds_time samp {
 font-size: 1rem;
 color: #727272;
 display: block;
 text-align: right;
 padding-right: 1rem;
 padding-top: 5px;
}
.deeds_time em {
 display: block;
 text-align: right;
 padding-right: 1rem;
}
.deeds_wz {
 width: 75%;
 height: 7.2rem;
 float: left;
 border-left: none;
 padding: 1rem 0.5rem;
}
.news_more, .TOP_ding {
display:none;
}
 .cp_img, .cp_nr {
width:100%;
}
.food_m p {
line-height:2rem;
}
.cp_nr {
padding-left:0px;
}
#lxwm1 p {
text-align:inherit;
text-indent:0rem;
}
.zhinan_z_R_t .div_top4 {
width:100% !important;
}
.s_f_dh {
height:auto;
}
.s_f_dh_n {
width:100%;
}
.curp {
width:100%;
}
.home_f3_T p{ height:inherit; overflow:inherit;}
.show_fanhui a { width:100%; display:block; text-align:right;}
.show_fanhui a img{vertical-align:baseline; width:50%;}
.show_title{ padding-top:1rem;}

.zhuce_sj{ width:90%;}
}
.zhinan_z_L{z-index:9999 !important;background:transparent;background-color:rgba(255,255,255,0.5); padding:0rem 0rem 0rem 10px;width:140px !important;}
