* {
	margin: 0px;
	padding: 0px;
	font-family: 'Microsoft YaHei';
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	list-style: none;
}

body {
	min-height: 100%;
	height: 100%;
	background-color: #dddddd;
}

html {
	min-height: 100%;
	height: 100%;
}

li {
	list-style: none;
}

img {
	vertical-align: top;
}

#body_div {
	width: 100%;
	max-width: 1500px;
	min-width: 1230px;
	background-color: #FFFFFF;
	height: auto;
	margin: 0px auto;
}

.all_width_div {
	width: 100%;
	height: auto;
	min-width: 1230px;
	padding: 0px 15px;
}

.clear_div {
	float: none;
	clear: both;
}

.limit_width_div {
	width: 1200px;
	margin: 0px auto;
}

#top_login_div {
	height: 43px;
	border-bottom: #f2f2f2 1px solid;
	font-size: 14px;
	line-height: 42px;
	color: #b3b2b2;
}

#top_login_div i {
	font-size: 14px;
	color: #2A4580;
}

#top_login_div #login_left {
	float: left;
	width: 600px;
}

#top_login_div #login_right {
	float: left;
	width: 600px;
	text-align: right;
}

.common_text_30 {
	height: 30px;
	padding: 0px 10px;
	outline: none;
	border: #cccccc 1px solid;
	font-weight: bold;
	border-radius: 5px;
}
.common_text_50 {
	height: 32px;
	line-height:30px;
	padding: 0px 10px;
	outline: none;
	border: #cccccc 1px solid;
	border-radius: 5px;
}

.button_span {
	padding: 5px 20px;
	background-color: #2A4580;
	font-weight: normal;
	border-radius: 5px;
	color: #FFFFFF;
}

.button_span:hover {
	background-color: #ffffff;
	color: #2A4580;
	border: #2A4580 1px solid;
	padding: 4px 19px;
	cursor: pointer;
}

#top_logo_div {
	text-align: center;
	width: 1200px;
}

#top_logo_left {
	width: 400px;
	height: 100px;
	float: left;
	text-align:left;
}

#top_logo_left img {
	width: 200px;
	height: 100px;
}

#top_logo_right {
	width: 650px;
	float: left;
	text-align: right;
	line-height: 100px;
	font-size: 20px;
	margin-left: 150px;
	position: relative;
	overflow: hidden;
	display: block;
}

#scroll_p {
	position: absolute;
	width: auto;
	left: 1150px;
	top: 0px;
	line-height: 100px;
	font-size: 28px;
	padding-left: 50px;
}

#top_menu {
	line-height: 36px;position:relative;
}

#top_menu li {
	background-color: #2A4580;
	float: left;
	padding:0 25px;
	text-align: center;
}

#top_menu li:hover {
	background-color: #4573D5;
}

#top_menu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

#top_menu .on_sel_a {
	background-color: #4573D5;
}
#top_menu span{
	position:absolute;
	right:0;
	color:#ffffff;
	cursor: pointer;
}
#about_menu{position:absolute;top:34px;left:186px;lihe-height:36px;font-size:14px;display:none;z-index:10;}
#product_menu{position:absolute;top:34px;left:310px;lihe-height:36px;font-size:14px;display:none;z-index:10;}

.green_a {
	color: #ffffff;
	text-decoration: none;
	background-color: #2A4580;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 20px;
}

.gray_a {
	color: #ffffff;
	text-decoration: none;
	background-color: #6a41ed;
	border: #ffffff 1px solid;
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 20px;
}

.common_select_50 {
	width: 100%;
	height: 50px;
	outline: none;
	border: #cccccc 1px solid;
	border-radius: 0px;
	padding: 0px 10px;
	font-size: 14px;
}

.common_button_50 {
	outline: none;
	border: 0px none;
	color: #ffffff;
	background-color: #2A4580;
	width: 100%;
	border-radius: 5px;
	line-height: 34px;
	font-size: 14px;
}

/*修改提示文字的颜色*/
        input::-webkit-input-placeholder { /* WebKit browsers */
            color: #cccccc;
        }

        input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #cccccc;
        }

        input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #cccccc;
        }

        input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #cccccc;
        }

.white_bg {
	background: #ffffff;
}

.black_bg {
	background: #1f1f1f;
}

.top_ul {
	width: 100%;
	height: 96px;
}

.top_ul li {
	float: left;
	font-size: 18px;
	line-height: 96px;
	text-align: center;
	min-width: 150px;
}

.top_ul li a {
	color: #000000;
	text-decoration: none;
}

.top_ul li a:hover {
	color: #eb3d00;
	text-decoration: underline;
}

.magin_top_10 {
	margin-top: 10px;
}

.bottom_ul_list {
	width: 100%;
}

.bottom_ul_list li {
	float: left;
	color: #d2d2d2;
	min-width: 120px;
	font-size: 16px;
	line-height: 40px;
}

#bottom_body {
	width: 100%;
	background: #ffffff;
	padding-top: 0px;
	color: #000000;
}

#bottom_body_content {
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}

#bottom_links {
	font-size: 12px;
	line-height: 24px;
}

#bottom_links a {
	color: #000000;
	text-decoration: none;
}

#bottom_links a:hover {
	text-decoration: underline;
}

#bottom_copy {
	font-size: 10px;
	line-height: 20px;
	margin-top: 10px;
}

#bottom_group {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0px;
}

#affiche_text {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	word-break: keep-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 100px;
	color: red;
}
::-webkit-scrollbar {
		  width: 8px;
		  height: 8px;
		}
		::-webkit-scrollbar-track {
		  background: #dddddd;
		}
		::-webkit-scrollbar-thumb {
		  background: #aaaaaa;
		}
		::-webkit-scrollbar-thumb:hover {
		  background: #cdcdcd;
		}
#reg_div{position:fixed;border-radius:10px;width:460px; background-color:#bfc4c7;height:300px;top:30%;left:50%;margin-left:-230px;margin-top:-150px;z-index:10000;padding:10px; display:none;}