﻿/*重置规划*/
* {
    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;
	display:inline-block;
}
#kefu {
    bottom: 50%;
    margin-bottom: -150px;
    right: 0;
    z-index: 999;
    position:fixed;
}
#kefu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#kefu li {
    height: 60px;
    margin-bottom: 1px;
    position: relative;
    width: 75px;
    z-index: 9999;
}
#kefu li.kefu2 a {
    background-position: 0 -60px;
}
#kefu li.kefu3 a {
    background-position: 0 -120px;
}
#kefu li.kefu4 a {
    background-position: 0 -180px;
}
#kefu li.kefu5 a {
    background-position: 0 -290px;
}
#kefu li.kefu6 a {
    background-position: 0 -360px;
}
#kefu li.kefu7 a {
    background-position: 0 -420px;
}
#kefu li a {
    background: rgba(0, 0, 0, 0) url("../images/kf.png") no-repeat scroll 0 0;
    display: block;
    height: 60px;
    line-height: 1000px;
    overflow: hidden;
    width: 75px;
}
#kefu li.kefutel a {
    background-color: #d6001c;
    background-position: 0 -240px;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding-left: 85px;
    position: absolute;
    text-align: left;
    width: 256px;
}
#kefu li.kefutel a:hover {
    left: -180px;
}
.logo img{
	width:540px;
}
.title-h4{
	height:50px;
}