body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
ul,
span {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none
}

body {
	font-family: "微软雅黑";
	font-size: 16px;
}

.clearfix {
	*zoom: 1;
}

.cf:before,
.cf:after {
	display: table;
	content: "";
	line-height: 0;
}

.cf:after {
	clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:link {
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}


a{
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            -webkit-user-select: none;
            -moz-user-focus: none;
            -moz-user-select: none;
}


button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
}

button,
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.none {
	display: none
}


.header{
	width: 100%;
	height: 100px;
	background-color: #ebebeb;

}
.header .header_top{
	width: 1100px;
	height: 100px;
	margin: auto;
}
.header_top .logo{
	width: 220px;
	margin-top: 18px;
}
.nav_right{
	float: right;
}
.nav_right ul li{
	float: left;
	line-height: 30px;
}
.nav_right ul li a{
	padding: 35px 20px;
	line-height: 28px;
	display: block;
}
.nav_right ul li a:hover{
	color: #e4007f;
	font-weight: bold;
	border-bottom: 2px solid #e4007f;
}

.nav_right ul li .onclick{
	border-bottom: 2px solid #e4007f;
	color: #e4007f;
	font-weight: bold;
	box-sizing:border-box;
}

.nav_right ul li span{
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background-color: #e4007f;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	margin-top: 35px;
}
.datu img{
	width: 100%;
	display: block;
}
.jyjj_js{
	width: 1100px;
	padding:60px 0;
	margin: auto;
	height: auto;
	overflow: hidden;
}
.jyjj_js .bt{
	text-align: center;
}
.jyjj_js .bt img{
	width: 400px;
	display: inline-block;
}
.jyjj_js .p1{
	padding-left: 30px;
	background: url(../images/shouye_13.png) no-repeat;
	background-position:left 8px;
	font-size: 16px;
	line-height: 30px;
	width: 900px;
	margin: auto;
	margin-top: 40px;
}
.youshi{
	width: 100%;
	background-color: #f5f5f5;
	padding: 70px 0;
	
}
.youshi .bt{
	text-align: center;
}
.youshi .bt img{
	width: 400px;
	display: inline-block;
}
.youshi ul{
	display: block;
	width: 1100px;
	margin: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.youshi ul li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.youshi ul li img{
	width: 200px;
}

.bottom{
	padding: 30px 0;
	background-color: #9d1461;
}
.bottom p{
	text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
}
