﻿/*重置规划*/
* {
    margin:0;
    padding:0;
}
ul li {
    list-style: outside none none;
}
a {
    text-decoration: none;
    cursor:pointer;
}
h1,h2, h3,h4,h5,h6 {
    font-weight:normal;
}
i, em {
    font-style: normal;
}
img {
    display:block;
}
input, textarea {
    font-family: "微软雅黑",Arial;
    font-size: 14px;
    outline: 0 none;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
html, body {
    background: #fff none repeat scroll 0 0;
    color: #929292;
    font: 12px Arial,"微软雅黑";
    height: 100%;
    width: 100%;
}
body {
    min-width:1000px;
    overflow-x: hidden;
}
.container{
    width:1000px;
    margin:0 auto;
}
.jc_content{
	margin-top:28px;margin-bottom:28px;
	font-size:16px;
	line-height:28px;
	color:#222;
}
.jc_content p{
	margin-bottom:25px;
}
.jc_content img{
	max-width:620px;
	margin:0 auto;
}
.title-h4{
	height:50px;
}
.txt p.map{
	height:55px;
}
