﻿* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: '微软雅黑', '黑体';
	font-size: 16px;
	color: #333333;
	background: white;
}

p img{
	width:auto;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000000;
	/*color: white;*/
}

input {
	outline: none;
}

img {
	border: none;
}

.mg_bottom_200 {
	margin-bottom: 200px;
}

.mg_bottom_20 {
	margin-bottom: 20px;
}

.bg_gray {
	background: #505050;
}

.gray_color {
	color: #999 !important;
}

.black_color {
	color: black !important;
}

.height200 {
	height: 200px
}

.line25 {
	/*line-height: 25px;*/
	line-height: 50px;
}

.content {
	width: 80%;
	/*float: left;*/
	margin-left: 10%;
}

.font_18 {
	font-size: 18px !important;
}

.left_border_4_red {
	border-left: 4px solid #FF202B;
}

.right_border_4_red {
	border-right: 4px solid #FF202B;
}

.line_height_2em {
	line-height: 2em !important;
}

.text-right {
	text-align: right;
}

.border_e6 {
	border: 1px solid #E6E6E6;
}

.pad_10 {
	padding: 10px;
}

.pad_left_150 {
	padding-left: 150px;
}

.p_tendent_2em {
	text-indent: 2em;
}

.whitecolor {
	color: white;
}

.color_red {
	color: #FF202B;
}

.text-center_align {
	text-align: center !important;
}

div {
	position: relative;
}

.right_img_left_text {
	height: 287px;
}

.right_img_left_text img {
	position: absolute;
	right: 10px;
	rotation-point: 10px;
	max-width: 400px;
	height: 287px;
}

.right_img_left_text div {
	width: 440px;
	float: left;
	text-align: left;
	padding-right: 450px;
}

.left_img_right_text {
	height: 287px;
}
.left_img_right_text1 {
	height: 287px;
}

.left_img_right_text img {
	position: absolute;
	left: 10px;
	top: 10px;
	max-width: 400px;
	height: 287px;
}


.left_img_right_text div {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 450px;
}
.left_img_right_text1 div {
	width: 100%;
	float: left;
	text-align: left;
	
}


.left_img_right_text div p span {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin-right: 20px;
	position: relative;
	background: #FF202B;
	border-radius: 50%;
	margin-top: 8px;
}
.left_img_right_text1 div p span {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin-right: 20px;
	position: relative;
	background: #FF202B;
	border-radius: 50%;
	margin-top: 8px;
}


.posi_top_5em_left_12em {
	position: absolute;
	top: 5em;
	left: 12em;
	z-index: 100;
	border-radius: 10px;
}

.link_title {
	line-height: 40px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
}
.whiteA{
	color:white;
}