﻿html, body {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	position: relative;
	display: block;
}

* {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 1em;
}

.midSize {
	font-size: 0.875em;
}

.smallSize {
	font-size: 0.8em;
}

.minSize {
	font-size: 0.75em;
}

a {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0;
}

.content input:focus {
	/* border-left: 1px solid #4791FF;
	border-bottom: 1px solid #4791FF;
	border-top: 1px solid #4791FF;
	border-right: 0px; */
	
}

.clear {
	clear: both;
}

.content {
	min-height: 100%;
	height: auto !important;
	height: 100%; /*IE6不识别min-height*/
	position: relative;
	padding-bottom: 0;
	top: 0;
}

/*首页头部样式*/
.top {
	position: relative;
	width: 100%;
	min-width: 1170px;
	height: 28px;
}

.top_right {
	margin-top: 25px;
	float: right;
}

.div_menu {
	float: right;
	padding-right: 25px;
}

.last_menu {
	float: right;
	margin-right: 22px;
	background: #38f;
	color: #FFF;
	font-weight: normal;
	width: 60px;
	height: 24px;
	line-height: 24px;
	margin-top: -2px;
	cursor: pointer;
}

.div_menu_normal a {
	font-weight: normal;
	color: #666;
	text-align: center;
}

.div_menu_bold a {
	color: #1a1a1a;
}

.div_menu a {
	cursor: pointer;
	color: #646464;
}

.div_menu a:hover {
	color: #2C33E4;
}

/*首页中间样式*/
.mid {
	height: 100%;
	min-height: 600px;
	margin: 0 auto;
	width: 100%;
	min-width: 810px;
}

.mid_form {
	position: absolute;
	top: 40%;
	height: 30%;
	margin: 0 auto;
	width: 100%;
	min-width: 810px;
}

.mid_content {
	margin: 0 auto;
	margin-top: -210px;
	width: 100%;
	min-width: 810px;
}

.logo {
	height: 125px;
	margin-left: -20px;
}

.search {
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

.search_input {
	width: 660px;
	margin: 0 auto;
}

.div_input {
	float: left;
	width: 545px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.input_txt {
	border: 1px solid #3385FF;
	height: 46px;
	line-height: 32px;
	width: 538px;
	margin: 1px;
	outline: none;
	padding-left: 7px;
	border-right: 0px;
	color: #646464;
}

.div_search {
	height: 50px;
	float: left;
	width: 115px;
	line-height: 50px;
	margin-top: 1px;
	background: #3385FF;
	color: #FFF;
	cursor: pointer;
}

.div_search:hover {
	color: #EEE;
}

/*首页底部样式*/
.bottom {
	margin-top: 176px;
	width: 100%;
	min-width: 810px;
	position: absolute;
	bottom: 0;
}

.bottom_content {
	color: #000;
	width: 1000px;
    margin: 0px auto; 
	margin-bottom: 47px;
	padding: 0px 0px 0px 0px;
	height: 130px;
	z-index: 5;
}

.bottom_wechat_text {
	font-weight: bold;
	color: #666;
	margin-top: 5px;
}

.bottom_wechat_app {
	margin-left: 38px;
	
}

.bottom_content a:hover {
	color: #2C33E4;
}

.bottom_content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.bottom_content ul li {
	display: inline;
	cursor: pointer;
}

.bottom_content a {
	margin-right: 24px;
	text-decoration: underline;
	color: #919191;
}

.copyright_address {
	color: #848484;
	margin-top: 10px;
}
.bottom_right_top{
	color: #848484;
}
/*右边固定栏*/
.index_right_fixed {
	right: 0;
	width: 85px;
	height: 100%;
	position: fixed;
	top: 0;
	color: #000;
	background: #FAFAFA;
	border-left: 1px solid #E6E3E3;
	text-align: center;
	z-index: 5;
	min-height: 470px;
	display: none;
}

.in_ri_words {
	cursor: default;
}

.in_ri_top, .in_ri_top_first {
	color: #333;
	border-bottom: 1px solid #f0f0f0;
	width: 66px;
	margin: 0 auto;
	padding-bottom: 16px;
}

.in_ri_top img {
	cursor: pointer;
}

.in_ri_top_first {
	margin-top: 22px;
}

.in_ri_top {
	margin-top: 14px;
}

.de_ri_words {
	cursor: pointer;
	color: #666;
	margin-top: 8px;
}

.index_tel {
	margin-top: 12px;
}

.user-info {
	text-align: center;
}

.logined_info {
	text-align: center;
}

.more_tr_td {
	vertical-align: top;
}

.set_center {
	text-align: center;
}

/*低版本浏览器的提示*/
#low_vision_browser {
	position: absolute;
	width: 750px;
	height: 369px;
	background: url(../index/images/low_version_pro.png);
	display: none;
	z-Index: 7;
}

#low_vision_browser_div {
	padding-top: 290px;
}

#low_vision_browser_div div {
	display: inline;
}

.low_vision_browser_google {
	margin-right: 50px;
}

.more_product {
	margin-top: 20px;
	text-decoration: underline;
	cursor: pointer;
}

.more_product_a {
	color: #646464;
}

.more_product_a:hover {
	color: #3285FF;
}

.grumble1 {
	width: 550px;
	text-align: center;
	display: inline-block;
	margin-bottom: -3px;
	padding-right: 40px;
}

.grumble_tupe_div {
	display: inline-block;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	margin-right: 8px;
	margin-left: 8px;
	cursor: pointer;
	border: 1px solid;
	border-width: 0px;
	position: relative;
	width: 70px;
	height: 47px;
}

.grumble_tupe_div div img {
	margin-bottom: 3px;
}

.index_search_type_div_other {
	margin-top: 20px;
}
.index_search_type_div {
	margin-bottom: 5px;
}
.in_ri_top_buy div {
	cursor: pointer;
}

.in_ri_top_buy:hover div {
	color: #006cff;
}

#showBigImg_index {
	position: absolute;
	background-color: #fff;
	display: none;
	z-Index: 7;
}

.showBigImg_index_close {
	text-align: right;
}

.introjs-button {
	color: #ffffff !important;
	background-image: linear-gradient(#5ca5d2, #5ca5d2) !important;
	text-shadow: none !important;
}

.introjs-button:focus, .introjs-button:active {
	background-image: linear-gradient(#5ca5d2, #5ca5d2) !important;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
	color: #ffffff !important;
	background-image: linear-gradient(#bcbcbc, #bcbcbc) !important;
}

.delta_div_out {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	margin-left: 32px;
	vertical-align: top;
}

/*上箭头*/
.delta_div_out {
	width: 20px;
	height: 20px;
	position: relative;
	top: 1px;
	z-index: 2;
	margin-left: -490px;
}

.top-arrow1, .top-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	border-top: 10px transparent dashed;
	border-left: 10px transparent dashed;
	border-right: 10px transparent dashed;
	border-bottom: 10px white solid;
	overflow: hidden;
}

.top-arrow1 {
	border-bottom: 10px #3385ff solid;
}

.top-arrow2 {
	top: 1px; /*重要*/
	border-bottom: 10px white solid;
}

.common_delta_div {
	color: #B8B8B8;
}

.choosed_delta_div {
	color: #4791FF;
}

.i_blue {
	color: #3385FF;
}
.biankuang {
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 4;
	border-radius: 10px;
}

.biankuang_1 {
	width: 0px;
	top: -7px;
	left: -4px;
	border-left: 1px solid;
}

.biankuang_2 {
	width: 0px;
	bottom: -3px;
	left: -4px;
	border-top: 1px solid;
}

.biankuang_3 {
	height: 0px;
	bottom: -3px;
	right: -4px;
	border-right: 1px solid;
}

.biankuang_4 {
	width: 0px;
	top: -8px;
	right: -4px;
	border-bottom: 1px solid;
}

.index_news {
	width: 642px;	
	text-align: left;
}

.index_news_left {
	
}

.index_news_move {
	overflow: hidden;
	float: left;
	width: 580px;
}

#index_move_ul li:hover a {
	color: #3385FF;
}

.index_news_move .announce_move_detail ul {
	margin: 0px;
	padding: 0px;
	/* 	float: left; */
	height: 30px;
	overflow: hidden;
	zoom: 1;
}

.index_news_move .announce_move_detail ul li {
	margin: 0px;
	padding: 0px;
	/* 	float: left; */
	line-height: 30px;
	list-style: none;
	margin-right: 10px;
}

.index_news_move li a {
	margin-right: 30px;
	color: #646464;
}

.announce_mid_left {
	color: red;
	float: left;
	line-height: 30px;
	width: 174px;
 	padding-top: 1px; 
}

.announce_mid_left img {
	vertical-align: middle;
	margin: -3px 6px 0px 0px;
}

.announce_mid_left img, .announce_mid_left div {
	display: inline-block;
	line-height: 10px;
}

.announce_move {
	float: left;
	overflow: hidden;
	width: 308px;
	margin-top: -5px;
}

.announce_move .announce_move_detail div {
	float: left;
}

.announce_move .announce_move_detail ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	overflow: hidden;
	zoom: 1;
}

.announce_move .announce_move_detail ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 30px;
	list-style: none;
}

.announce_move li a {
	margin-right: 30px;
	color: #646464;
}

#announce_move_ul li:hover a {
	color: #3385FF;
}

.index_news_more {
    float: right;
    color: #3385FF;
    margin-top: 2px;
    margin-right: 4px;
}
.index_news_more img{
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -3px;
}
.index_news_line {
	margin-left: 10px;
	line-height: 19px;
	color: #AAA;
}

#divMsg {
	color: #646464;
	height: 31px;
	overflow: hidden;
}
   
#divMsg a {
	display: block;
	line-height: 31px;
	color: #646464;
}

#divMsg a:hover {
	color: #3385FF;
}

.top_left{
	float: left;
	margin-top: 25px;
	margin-left: 35px;
}
.i_unselect{
	color: #848484;
}
.bottom_left_div, .bottom_right_div{
	display: inline-block;	
} 
.bottom_left_div{
	margin-top: 9px;
}
.bottom_right_div{
 	margin-left: 40px; 
	margin-left: 50px;
	text-align: left;
	margin-top: 10px;
	vertical-align: top;	
}
.white{
	color: #FFF;
}
#visiteCountNum img{
	display: none;
}
#visiteCount{
	font-size: 0.75em;
	margin-top: 1px;
}
#visiteCountImg{
	display: inline-block;
	margin-left: 1px;
}
#visiteCountImg img{
	margin-top: 4px;
}
#visiteCountNum{
	display: inline-block;
	color: #919191;
	text-align: left;
	margin-top: 13px;
	vertical-align: top;
	margin-left: 6px;
	width: 410px;
}
#visiteCountNum a{
	margin-right: 0px;
	text-decoration: none;
	cursor: text;
	letter-spacing: 1px;
	margin-left: 2px;
	margin-right: -1px;
	display: inline-block;
/*     color: #def;
    text-shadow: 0 0 1px currentColor,
    -1px -1px 1px #0053ce,
    0 -1px 1px #0053ce,
    1px -1px 1px #0053ce,
    1px 0 1px #0053ce,
    1px 1px 1px #0053ce,
    0 1px 1px #0053ce,
    -1px 1px 1px #0053ce,
    -1px 0 1px #0053ce;
    -webkit-filter: url(#0053ce);
    letter-spacing: 0.2em; */
}
#visiteCountNum_null{
	display: none;
}
.qqgroup_span{
	padding-left: 19px;
	padding-right: 2px;
}
.visit_number{
	color: #DFDFE1;
	background: #565961;
	margin-right: 2px;
/* 	padding-left: 3px;
	padding-right: 3px; */
	padding: 1px 3px 1px 3px;
	font-weight: bold;
}