@charset "utf-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.con img , .fengmian img{
    border: 0 none;
    width:100%;
}
body {
    background: none repeat scroll 0 0 #E4E4E4;
    font-family: "微软雅黑";
    font-size: 14px;
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    color: #333333;
    line-height:25px;
}
div {
	margin:0 auto;	
}
a, input, textarea {
    outline: 0 none;
    text-decoration: none;
}
.clear {
	clear:both;	
}
header {
	height: 45px;	
}

header .head {
	background-color: #0f303f;
    display: inline-block;
    height: 45px;
    line-height: 35px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}
header .head a {
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    width:37.8px;
    height: 90%;
}
header .head .hback {
		background-image: url("/templates/zy/jd/img/back.png");
    float: left;
}
header .head span {
	color:#ffffff;	
}

header .head .nava {
		background-image: url("/templates/zy/jd/img/nav.png");
    float: right;
}

#navb {
    position: relative;
    z-index: 999;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #ebebf0;
    width:96%;
    margin: 0 auto;
    padding-top:2px;
}
#navb a{
	  background-color: #fdc00f;
    border: 1px solid #d2d2d6;
    color: #0f303f;
    display: block;
    float: left;
    height: 34px;
    margin: 3px 0 8px 1.8%;
    text-align: center;
    width: 31%;	
    line-height: 34px;
    font-family: Helvetica,Arial,sans-serif;
}

.footer {
    bottom: 0;
    height: 50px;
    max-width: 640px;
    position: fixed;
    width: 100%;
    background-color: #3e4649;
    z-index: 999;
}

.footer a {
    color: #f89a1c;
    float: left;
    height: 50px;
    padding-top: 4px;
    text-align: center;
    width: 20%;
}
.footer a i {
	display: block;
	font-size: 25px;
}

#hm_t_undefined {
	display:none;	
}

.con {
	background-color:#ffffff;	
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
}
.con .title {
    border-bottom: 1px dashed #e60012;
    color: #e60012;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 3px;
    text-align: center;
    width: 96%;
}
.con .zixun {
	  background: #fa7800 none repeat scroll 0 0;
    border-radius: 10px;
    height: 38px;
    margin: 0 auto;
    width: 200px;
	  color: #fff;
    line-height: 38px;
    text-align: center;	
    display:block;
    margin-top:20px;
}
.con .txt {
	width:90%;
	margin: 0 auto;
	margin-top:10px;
	text-indent: 2em;
}
.con .biaoti {
    background-color: #a40000;
    color: #f9f162;
    display: block;
    font-size: 17px;
    margin: 7px 0 7px 10px;
    padding: 3px;
    text-align: center;
    width: 110px;
}
.con .txt span {
    color: #f75763;
}
.con .youshi {
    padding-top: 8px;
    width: 96%;
}
.con .youshi a {
    background-color: #fb581f;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 15px;
    margin-top: 10px;
    padding: 5px 0;
    text-align: center;
    width: 49%;
}

.con .youshi a:nth-child(2n+1) {
    float: right;
}
.con .youshi a.first {
    float: none;
    margin: 0 auto;
}

.con .youshi img {
    margin-top: 10px;
}
.con .jichu {
		text-indent: 0;
		margin-top:10px;
}

.con .futitle {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    width: 96%;
}