/*resset*/
@charset "utf-8";       
*{
	padding: 0px;
	margin: 0px;
}
img,input{
	border: none;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
body{
	font-size: 12px;
	font-family: 'Arial';

}
#content_box{ max-width:640px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;

}
/*自助平台 str*/
#pt_box{
	width: 100%;
	margin-top:10px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
#pt_box h3{
	width:100%;
	height: 35px;
	color: #fff;
	line-height: 40px;
	position: relative;
	font-size: 16px;
	text-align: center;
	background: url(../images/yy_bg_03.jpg) repeat-x;
}
#pt_box p{
	display: block;
	margin: 0 auto;
	color: #ff7588;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
}
#pt_box table td{padding:5px 0; font-size:14px;}
#pt_box table .inputbtn{
	width: 90%;
	height: 23px;
	border: 1px solid #ddd;    
}
#pt_box table .content{
	width: 90%;
	height: 77px; border:1px solid #ddd;
}
#pt_box table .man{
 	font-size: 14px;
 	font-weight: 700;
 	color: #6b6b6b;
 }
#pt_box table .sub{
 	width: 64px;
 	height: 28px;
 	background: url(../images/zx_20.jpg) no-repeat;
 }
#pt_box table img{
 	display: block;
 	float: right;
 }
#pt_box table span{
	color: #FF3300;
	font-size:14px;
}
/*自助平台 end*/
#top{
	width: 100%;
}
#top img{ width:100%;
	display: block;
	float: left;
}

.show_pic{width:100%;position:relative;}
.show_pic .show_info{width:100%;}
.show_pic .bd li{width:100%;float:left;}
.show_pic .bd img{width:100%;float:left;}
.show_pic .hd{width:100%; position:absolute; left:0;bottom:5px;z-index:1;text-align:right;}
.show_pic .hd li{width:8px;height:8px;margin:0 3px;border-radius:8px;display:inline-block;overflow:hidden;line-height:9999px;background:#fff;cursor:pointer;}
.show_pic .hd li.on{background:#FF6600;}

#menu_box{
	width: 100%;
	overflow: hidden;
}
#menu_box li{
	width: 25%;
	height: 34px;
	float: left;
	border-bottom: 1px solid #ffffff;
	border-right:1px solid #fff;
	background: #ff7588; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;

}
#menu_box li a{
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
}
/*wenti str*/
#wenti_box{
	width: 100%; padding:10px 0;
	background: #eeeeee;
	float: left;
}
#wenti_box li{
	float: left;
	width: 22%; margin-left:2.4%;
	height: 56px; background:#FB8C95; border-radius:5px;
}
#wenti_box li a{
	display: block; width:100%;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

/*wenti end*/
/*foot str*/
#foot_box{
	width: 100%; padding-bottom:15%;
}
#foot_box .foot_menu{
	width: 100%; line-height:24px; padding-top:10px; text-align:center; color:#ddd;
}

#foot_box .foot_menu a{ margin:0 10px;color:#ff3a3c;}
#foot_box p{
	text-align: center; padding:10px 0;
	line-height: 22px;
	color: #333;
}
#foot_box p a{color:#666;}
/*foot end*/
/*msg box str*/
#msg_box{
	width: 100%;
	height: auto;
}
#msg_box li{
	float:left;
	width: 78px;
	height: 40px;
	margin-left: 1px;
	position:relative;
	background: #fc4557;
}
#msg_box li a{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
#msg_box li.msg{
	background:#f27200 url(../images/msg__03.png) no-repeat right 1px;
}
/*msg box end*/


/*page str*/
#page_box{
	width: 100%;
	height:22px; padding:10px 0; text-align:center;
	background: #eee;
	padding-top: 14px;
}

#page_box li { display:inline-block;
    line-height: 22px;
    height: 30px;
}

#page_box a{
	display:inline-block;
	height:21px;
	padding: 0px 5px;
    margin-left: 5px;
    text-align: center;
    line-height: 21px;
    border: 1px solid #ddd;
    color: #717171;
    background: url(../images/page_bg_03.jpg) repeat-x;
}
/*page end*/

.ymz img{width:100%;}