.head1 {
	background: #333333;
	width: 100%;
	min-width: 1200px;
}
.head1 .head1_sbox {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
}
.head1_sbox .head1_left {
	line-height: 30px;
	float: left;
	color: white;
}
.head_text {
	color: #cdcdcd;
	margin: 0 10px;
	display: block;
	float: left;
	font-size: 12px;
	position: relative;
}
.head_text span {
	cursor: pointer;
}
.head_text span:hover {
	color: white;
}
.zhimeng_home {
	margin-right: 25px;
}
.head1_sbox .head1_right {
	line-height: 30px;
	float: right;
	color: white;
}
#user_id {
	margin-right: 20px;
}
#user_id:hover .head1_my_info {
	height: 110px;
	display: block;
}
#user_id .down_img {
	opacity: 1;
	width: 10px;
	position: absolute;
	right: -15px;
	top: 14px;
	transform: rotate(0deg);
	transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
#user_id:hover .down_img {
	transform: rotate(180deg);
}
#user_id .head1_my_info {
	width: 110px;
	background: black;
	position: absolute;
	z-index: 100;
	top: 30px;
	text-align: center;
	height: 0;
	/*display: none;*/
	overflow: hidden;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.head1_my_info .head1_my_info_sbox {
	margin: 10px 0;
}
#user_id .head1_my_info a {
	display: block;
	line-height: 0;
	height: 0;
	transition: all 0.4s cubic-bezier(0.4, -0.15, 0, 0.99) 0s;
}
#user_id .head1_my_info a span {
	color: #e7e7e7;
	font-size: 12px;
	display: block;
}
#user_id .head1_my_info a span:hover {
	background: #333333;
}
#user_id:hover .head1_my_info a {
	line-height: 30px;
	height: 30px;
}
.h1 {
	background: black;
	position: relative;
	width: 100%;
	min-width: 1200px;
}
.h1 .h1_sbox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}
.h1_sbox .h1_logo_box {
	display: block;
	float: left;
	height: 28px;
	margin-right: 20px;
}
.h1_logo_box .logo_img {
}
.h1_title_item {
	display: block;
	float: left;
	line-height: 28px;
	width: 110px;
	text-align: center;
	position: relative;
	color: white;
}
.h1_title_name {
/*color:  white;*/
}
.h1_title_item .h1_sol_bk {
	background: url("../../../img/default/home/index/sol_down.png");
	background-repeat: no-repeat;
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	right: 12px;
	top: 49%;
}
.h1_title_item.col .h1_sol_bk {
	background: url("../../../img/default/home/index/sol_up_on.png");
	background-repeat: no-repeat;
	display: block;
	width: 11px;
	height: 11px;
}
.h1_dropdown_box {
	background: url("../../../img/default/home/index/dropdown_bj.png");
	background-repeat: repeat;
	overflow: hidden;
	position: absolute;
	top: 48px;
	text-align: center;
	width: 100%;
	left: 0;
	z-index: 50;
	height: 0px;
	transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.drop_item {
	width: 260px;
	display: inline-block;
}
.drop_item .h1_dropdown_title {
	color: white;
	width: 58%;
	margin-top: 20px;
}
.h1_dropdown_box .h1_dropdown_ul {
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 45px;
}
.h1_dropdown_ul .h1_dropdown_li {
	margin-top: 0px;
	transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.h1_dropdown_box.on .h1_dropdown_li {
	margin-top: 35px;
}
.h1_dropdown_li .h1_dropdown_title {
	color: white;
}
.h1_dropdown_li .h1_dropdown_item {
	color: white;
	overflow: hidden;
	line-height: 32px;
	display: block;
	height: 32px;
	transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
	cursor: pointer;
}
.h1_dropdown_item:hover {
	padding-left: 8px;
}
.h1_dropdown_item .g_img {
	float: left;
}
.h1_dropdown_item .h1_dropdown_text {
	margin-left: 48px;
	text-align: left;
}
.h2 {
	overflow: hidden;
	background: #f1f1f1;
	padding: 5px 0;
}
.h2 .h2_sbox {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height: 36px;
	overflow: hidden;
}
.h2_sbox .horn_img {
	float: left;
	margin-top: 11px;
}
.h2_sbox .horn_news {
	float: left;
	line-height: 36px;
	height: 36px;
	margin-left: 18px;/*transform: translate3d(0px, 0px, 0px);*/
    /*transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;*/
}
.horn_news .horn_ul {
	overflow: hidden;
}
.horn_ul .horn_li {
	overflow: hidden;
	cursor: pointer;
}
.horn_li a {
	display: block;
}
.horn_li:hover .horn_time {
	color: #ff4a4c;
}
.horn_li:hover .horn_text {
	color: #ff4a4c;
}
.horn_time {
	display: block;
	float: left;
	color: #999999;
}
.horn_text {
	float: left;
	color: #333333;
}
