
/*+++++hj_go_1+++++*/
@charset "utf-8";
template_hj_1 {
	overflow-x: hidden;
	color: #000;
	font-size: 14px;
	font-family: microsoft yahei, "宋体";
}
template_hj_1 a {
	text-decoration: none;
	color: #666;
}
template_hj_1 .hj_mk_1_template_hj_1 * {
	box-sizing: border-box;
	position: relative;
	margin: 0;
	list-style: none;
	padding: 0;
}
template_hj_1 .hj_mk_1_clear {
	clear: both
}
template_hj_1 .hj_mk_1_mainbg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: flow-root;
}
template_hj_1 .hj_mk_1_htop {
    height: 32px;
    line-height: 32px;
}
template_hj_1 .hj_mk_1_htop_con{
	position: relative;
    width: 1200px;
    margin: 0 auto;
	}
	
template_hj_1 .hj_mk_1_htop_yc {
    position: absolute;
    right: 0;
    top: 0;
}
template_hj_1 .hj_mk_1_htop_yc .hj_mk_1_htop_yc_a {
	padding: 0 10px;
}
template_hj_1 .hj_mk_1_htop_yc_ewm {
    position: relative;
    display: inline-block;
    zoom: 1;
}
template_hj_1 .hj_mk_1_htop_yc .hj_mk_1_htop_yc_ewm .hj_mk_1_htop_yc_ewm_a {
    border-right: 0;
    padding-right: 0;
}
template_hj_1 .hj_mk_1_htop_yc_box {
    position: absolute;
    top: 28px !important;
    right: 0;
    z-index: 600;
    display: none;
}
template_hj_1 .hj_mk_1_htop_yc_box .hj_mk_1_htop_yc_box_con {
    padding: 20px 0;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
template_hj_1 .hj_mk_1_htop_yc_box .hj_mk_1_htop_yc_box_con .hj_mk_1_htop_yc_box_con_tb {
    width: 100%;
}
template_hj_1 .hj_mk_1_htop_yc_box .hj_mk_1_htop_yc_box_con .hj_mk_1_htop_yc_box_con_tb .hj_mk_1_htop_yc_box_con_tb_td {
    padding: 0 15px;
	border-top: 0px;
	border-bottom: 0px;
}

template_hj_1 .hj_mk_1_htop_yc_box .hj_mk_1_htop_yc_box_con .hj_mk_1_htop_code .hj_mk_1_htop_code_img {
    width: 150px;
    height: 150px;
}


/*+++++hj_end_1+++++*/


/*+++++hj_go_3+++++*/
template_hj_3 {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	font-family: microsoft yahei, "宋体";
}
template_hj_3 a {
	text-decoration: none;
}
template_hj_3 .hj_mk_3_template_hj_3 * {
	background: no-repeat center/cover;
}
template_hj_3 .hj_mk_3_marginauto {
	margin: 0 auto;
	width: 100%;
}
template_hj_3 .hj_mk_3_template_hj_3 {
/*background-color: #f3f3f3;*/

}
template_hj_3 .hj_mk_3_clear {
	clear: both
}
template_hj_3 .hj_mk_3_container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
template_hj_3 .hj_mk_3_img {
	width: 100%;
	vertical-align:bottom;
}
/*+++++hj_end_3+++++*/


/*+++++hj_go_4+++++*/
/* CSS Document */
template_hj_4 {
	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	font-family: microsoft yahei, "宋体";
}
template_hj_4 .hj_mk_4_template_hj_4{
	background: #fff;
}
template_hj_4 .hj_mk_4_template_hj_4 *{
	text-decoration:none;
	box-sizing: border-box;
}
template_hj_4 .hj_mk_4_template_hj_4 ul, li{

	 list-style: none;

}
template_hj_4 .hj_mk_4_marginauto {
	margin: 0 auto;
	width: 100%;
    height: auto;
}
template_hj_4 .hj_mk_4_clear{ clear:both}
/*tupianlist图文列表4*/
.hj_mk_4_nav{    
	width: 1200px;
    height: auto;
    min-height: none;
    margin: auto;
    background-color: ;
    text-align: center;
}
.hj_mk_4_nav ul{width:100%;display: table;table-layout: fixed;margin:0; padding:0}
.hj_mk_4_nav ul .hj_mk_4_nav_li{
	display: table-cell;
    height: 55px;
    line-height: 55px;
    min-width: none;
    min-height: none;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    list-style: outside none none;
    padding: 0;
    position: relative;
}
.hj_mk_4_nav_li_a{
	color:#fff;
	font-weight: 700;
	display:block
}

.hj_mk_4_nav_li_a:hover {
    background-color: #f9cf01;
    color: #000;
}
.hj_mk_4_dropdown{
	position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 100;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.hj_mk_4_nav ul .hj_mk_4_nav_li:hover .hj_mk_4_dropdown{
    visibility: visible;
    opacity: 1;
}
.hj_mk_4_dropdown li {
    width: 100%;
    padding: 0;
    margin: 0;
}
.hj_mk_4_dropdown li a{
	display:block;
	width:100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.hj_mk_4_dropdown li a:hover {
    background-color: #f9cf01;
    color: #000;
}


/*+++++hj_end_4+++++*/

