body {margin: 0;padding: 0;}

.toptext{line-height: 100px}
.toptext a{color: #fff}

.scrollsidebar{position:fixed;right: 0px; top: 40%}

.top1{ width:100%; height:60px;background-color:#0A1B2B;}
.topul a{ padding-left: 20px; color: #f7f7f7;}

.about1{ width:100%; height:auto;line-height:27px; margin:0 auto; text-align: left;}

.about3{ width:210px; height:200px; float:left;margin-top: 10px}

.ztable table { 
border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */ 
border:solid #dedede; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */ 
border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */ 
} 
.ztable table th,.ztable table td {border:solid #dedede;border-width:0 1px 1px 0;padding:4px;}

.shadow{ /* 文字阴影*/
text-shadow: 0px 0px 0 #fff,1px 1px 0 #fff,1px 1px 0 #777777;
font-smoothing：antialiased
-webkit-font-smoothing: antialiased; 
moz-osx-font-smoothing: inherit | grayscale
}

.boshadow1{  /* box阴影*/
-webkit-box-shadow:0 0 10px 15px #0CC;  
-moz-box-shadow:0 0 10px 15px #0CC;  
box-shadow:0 0 10px 15px #0CC;  
}  
.boshadow2{  
-webkit-box-shadow:inset 0 0 10px #0CC;  
-moz-box-shadow:inset 0 0 10px #0CC;  
box-shadow:inset 0 0 10px #0CC;  
} 

.checkbox {top: 2px; position: relative;}

.YaHei {font-family: "Microsoft YaHei";}
.SimSun {font-family: "SimSun";}
.Arial {font-family: Arial;}
.SimHei {font-family: "SimHei";}
.STXihei {font-family: "STXihei";}
.Helvetica {font-family: Helvetica,Arial,"Microsoft YaHei";}
.mmfonts{font-family:Microsoft YaHei,SimHei,Verdana;}

.circle img{
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
}

.circle{
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}

.conte{ font-size:13px; line-height:25px;}
.conte img {display:block;
	margin: 0px auto;
	max-width:100%;   
    width:expression(this.width>200?"100%":this.width);
}

.xiaoyue{
width:1000px; margin:0 auto;
-webkit-column-width:490px;
-moz-column-width:490px;
-o-colum-width:490px;
column-width:490px;

-webkit-column-gap:20px;
-moz-column-gap:20px;
-o-column-gap:20px;
column-gap:20px;
}
.xiaoyue li{
display:inline-block;
width:490px; height:300px; background-color:#339; margin-top:15px
}

.post-format-content { position: relative; width:490px; height:300px; float:left} 
.post-thumbnail { max-width: 100%; height: auto; overflow: hidden; } 
.content-wrap { padding: 0; position: absolute; text-align: center; width: 100%; top: 0; bottom: 0; display: table-cell; vertical-align: middle; overflow: hidden; } 
.content-wrap h1.entry-title { display: table; font-size: 110%; height: 100%; text-transform: uppercase; width: 100%; margin:0; } 

.featured-image { display: table-cell; position: relative; vertical-align: middle; z-index: 1; color: #fff; text-decoration: none; opacity: 0; padding: 10%; 
transition: opacity .25s ease-in-out, background .25s ease-in-out; 
-moz-transition: opacity .25s ease-in-out, background .25s ease-in-out; 
-webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out; 
} 
.featured-image:hover { opacity: 0.9; color: #fff; background: rgba(0,0,0,0.8); } 

@media screen and (min-width: 1000px){
}
@media screen and (min-width: 500px) and (max-width: 1000px){
}
@media screen and (max-width: 500px){
}

.mtable { border-top: #EBEBEB 1px solid; border-left:#EBEBEB 1px solid; width:100%; font-size:12px}
.mtable td { border-right:#EBEBEB 1px solid; border-bottom:#EBEBEB 1px solid; padding-left:8px; padding-top:4px; padding-bottom:4px}

.ztable table { 
border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */ 
border:solid #f0f0f0; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */ 
border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */ 
} 
.ztable table th,.ztable table td {border:solid #f0f0f0;border-width:0 1px 1px 0;padding:2px;} 

.zxctablebg{background: linear-gradient(180deg, #f9f9f9 0%, #EEEFED 50%, #E3E3E3 100%);}

.z5{ height:5px; clear:both}
.z10{ height:10px; clear:both}
.z15{ height:15px; clear:both}
.z20{ height:20px; clear:both}
.z25{ height:25px; clear:both}
.z30{ height:30px; clear:both}

div {margin: 0px; padding: 0px;}
p {margin: 0px; padding: 0px;}
ul {margin: 0px; padding: 0px;list-style-type: none;}
li {margin: 0px; padding: 0px;list-style-type: none;}
form {margin: 0px; padding: 0px;}
input {margin: 0px; padding: 0px;}
label {margin: 0px; padding: 0px;}
span {margin: 0px; padding: 0px;}
dl {margin: 0px; padding: 0px;}
dt {margin: 0px; padding: 0px;}
dd {margin: 0px; padding: 0px;}
h1 {margin: 0px; padding: 0px;}
h2 {margin: 0px; padding: 0px;}
h3 {margin: 0px; padding: 0px;}
h4 {margin: 0px; padding: 0px;}
h5 {margin: 0px; padding: 0px;}
h6 {margin: 0px; padding: 0px;}
ol {list-style-type: none; margin: 0px; padding: 0px;}
img {border:0px;margin: 0px; padding: 0px;}

.wbkuang{ border:1px solid #00303E; width:250px; height:31px; line-height:30px; padding-left:5px; font-size:14px; color:#999}
.wbkuang2{ border:1px solid #00303E; width:50px; height:33px; line-height:30px; padding-left:5px; font-size:15px; color:#999; background-color:#666; color:#FFF; margin-left:-5px}

.minput{ border:1px solid #dedede; height:32px; padding-left:5px}
.minput:hover{border:1px solid #FF6AA2; color:#000;}
.minput:focus{border:1px solid #FF4466; color:#7F7F7F;}

.mtextarea{border:1px solid #dedede;}
.mtextarea:hover{border:1px solid #FF6AA2; color:#000;}
.mtextarea:focus{border:1px solid #FF4466; color:#7F7F7F;}

.mselect{border:1px solid #dedede; height:30px}
.mselect:hover{border:1px solid #FF6AA2; color:#000;}
.mselect:focus{border:1px solid #FF4466; color:#7F7F7F;}

.button_1{width:140px; height:37px; line-height:37px; color:#FFF; font-size:17px; cursor:pointer;text-align: center;
	border: 0px solid #FF8DBB;
	background: linear-gradient(180deg, #FF3F49 0%, #FF3F49 50%, #FF3F49 100%);
	}


.ibradius{width:380px; height:50px; line-height:50px; color:#FFF; font-size:17px; cursor:pointer;text-align: center;
	border: 0px solid #FF8DBB;
	background: linear-gradient(180deg, #FF3F49 0%, #FF3F49 50%, #FF3F49 100%);
	}
	
.clean{ clear:both;}

a{ color:#002F3E; text-decoration:none}
a:hover{ color:#009FE3}

.tpListFenye{width:100%; text-align:center;font-size:13px; margin-top:10px}
.tpListFenye span{text-align:center; border:1px solid #dedede; margin:3px; padding:3px 5px 3px 5px; color:#1F1F1F; background-color:#f7f7f7; }
.tpListFenye span2{text-align:center; border:1px solid #dedede; margin:3px; padding:3px 5px 3px 5px; color:#ff4466; font-weight:bold;}

.tpListFenye a{text-align:center; border:1px solid #dedede; margin:3px; padding:3px 5px 3px 5px; color:#1F1F1F; background-color:#f7f7f7}
.tpListFenye a:hover{text-align:center; border:1px solid #dedede; margin:3px; padding:3px 5px 3px 5px; background-color: #f7f7f7; font-weight:bold; color:#ff4466}