
/*+++++hj_go_10+++++*/
template_hj_10 {
	overflow-x: hidden;
	color: #000;
	font-size: 14px;
	font-family: microsoft yahei, "宋体";
}
template_hj_10 a {
	text-decoration: none;
	color: #666;
}
template_hj_10 .hj_mk_10_template_hj_10 * {
	margin: 0;
	list-style: none;
	padding: 0;
}
template_hj_10 .hj_mk_10_clearfix:before, template_hj_10 .hj_mk_10_clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
template_hj_10 .hj_mk_10_marginauto {
	margin: 0 auto;
}
template_hj_10 .hj_mk_10_main {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: block;
	padding: 40px 0;
}
template_hj_10 #hj_mk_10_header {
	z-index: 21;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}
template_hj_10 #hj_mk_10_header.hj_mk_10_inner {
	background-color: #000
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav {
	line-height: 100px;
	height: 100px
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu {
	width: auto;
	max-width: 1830px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-moz-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	padding: 0 15px;
    position: relative;
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_logo {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	vertical-align: middle
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_logo a {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box {
	display: inline-block;
	vertical-align: middle;
	margin-left: 210px;
	margin-right: 0;
	width: 66%
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list>li {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	float: left;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list>li:hover a{
	color: #34ff33
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list>li>a {
	display: block;
	color:#fff;
	font-size:16px;
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list>li ul.hj_mk_10_sub_menu {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 14px;
	line-height: 28px;
	background: #fff;
	top: 100%;
	left: 0;
	width: 220px;
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	-ms-transform: rotate3d(1, 0, 0, -90deg);
	-o-transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .5s;
	transition: opacity .3s, -webkit-transform .5s;
	-moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
	transition: transform .5s, opacity .3s;
	transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s;
	-webkit-transition: -webkit-transform .5s, opacity .3s;
	-moz-transition: -moz-transform .5s, opacity .3s;
	-webkit-box-shadow: 0px 8px 10px rgba(0,0,0,.2);
	box-shadow: 0px 8px 10px rgba(0,0,0,.2);
	border-bottom: 3px solid #34ff33;
	display: none \9
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list>li ul.hj_mk_10_sub_menu li {
	display: block;
	float: none;
	padding: 10px 15px;
	color: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: capitalize
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list>li ul.hj_mk_10_sub_menu li a {
	display: block;
	color: #000
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list>li ul.hj_mk_10_sub_menu li:hover {
	background: #222;
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list>li ul.hj_mk_10_sub_menu li:hover a{
	color: #fff
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_box ul.hj_mk_10_list>li:hover ul.hj_mk_10_sub_menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	-webkit-transform: rotate3d(0, 0, 0, 0);
	-moz-transform: rotate3d(0, 0, 0, 0);
	-ms-transform: rotate3d(0, 0, 0, 0);
	-o-transform: rotate3d(0, 0, 0, 0);
	display: block \9
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_yy {
	margin-left: 80px;
	margin-right: 30px;
	position: relative
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_yy span {
	height: 100%
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_yy span img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.3em
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_yy ul {
	width: 120px;
	background-color: #fff;
	font-size: 14px;
	line-height: 28px;
	position: absolute;
	right: -10px;
	top: 100%;
	display: none
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_yy ul li {
	border-top: 1px solid #eee
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_yy ul li a {
	padding: .5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	justify-content: center;
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_yy ul li a img {
	margin-right: .5em;
	max-width: 24px
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_yy ul li a:hover {
	background-color: #34ff33
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_yy:hover ul {
	display: block
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_menu .hj_mk_10_search {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	cursor: hand;
	line-height: normal
}
template_hj_10 #hj_mk_10_header.hj_mk_10_active {
	background-color: #000
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_search_box {
	line-height: normal;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_search_box form {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 60%;
	margin-left: -30%
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_search_box form input {
	background: 0 0;
	outline: none;
	border: none
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_search_box form input[type=text] {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	font-size: 26px;
	color: #000;
	padding: 10px 0
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_search_box form input[type=submit] {
	width: 22px;
	height: 22px;
	background: url(../1321/search.png) no-repeat;
	background-size:22px;
	position: absolute;
	right: 15px;
	top: 20px
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_search_box form input[type=submit]:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}
template_hj_10 #hj_mk_10_header .hj_mk_10_nav .hj_mk_10_search_box .hj_mk_10_close {
	width: 30px;
	height: 30px;
	background: url(../1321/close.png) no-repeat;
	background-size:30px;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer
}
/*+++++hj_end_10+++++*/


/*+++++hj_go_22+++++*/

/*+++++hj_end_22+++++*/

