
/*+++++hj_go_41+++++*/

/*+++++hj_end_41+++++*/


/*+++++hj_go_42+++++*/

/*+++++hj_end_42+++++*/


/*+++++hj_go_44+++++*/
template_hj_44 {
	overflow-x: hidden;
	color: #000;
	font-size: 14px;
	font-family: microsoft yahei, "宋体";
}
template_hj_44 a {
	text-decoration: none;
	color: #666;
}
template_hj_44 .hj_mk_44_template_hj_44 * {
	margin: 0;
	list-style: none;
	padding: 0;
	box-sizing: border-box
}
template_hj_44 .hj_mk_44_clear {
	clear: both
}
template_hj_44 .hj_mk_44_marginauto {
	margin: 0 auto;
}
template_hj_44 .fenyeyemadiv {
	display: table;
	margin: 10px auto;
}
template_hj_44 .hj_mk_44_template_hj_44 .hj_mk_44_news-contact {
    overflow: hidden;
    margin:0 auto;
}

template_hj_44 .hj_mk_44_proBox {
    padding: 50px 0;
}
template_hj_44 .hj_mk_44_container {
	width: 100%;
	padding: 0 20px;
}
template_hj_44 .hj_mk_44_proLi {
    padding: 10px;
	width: 33.3%;
	float:left;
}
template_hj_44 .hj_mk_44_box {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
template_hj_44 .hj_mk_44_proImgBox {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
template_hj_44 .hj_mk_44_proLink {
    display: block;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s ease;
}
template_hj_44 .hj_mk_44_proImg {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    transition: all .5s ease;
}
template_hj_44 .hj_mk_44_txtBox {
    padding: 20px;
    transition: all .5s ease;
}
template_hj_44 .hj_mk_44_proTitle {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
	font-weight: normal;
}
template_hj_44 .hj_mk_44_proLink {
    display: block;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s ease;
	text-align:center;
}

template_hj_44 .hj_mk_44_box:hover .hj_mk_44_txtBox {
    background: #d2a267;
}

template_hj_44 .hj_mk_44_box:hover .hj_mk_44_proImg {
    transform: translate(-50%,-50%) scale(1.1);
}
template_hj_44 .hj_mk_44_more {
    display: block;
    font-size: 14px;
    margin-top: 6px;
text-align:center;
}
template_hj_44 .hj_mk_44_pages {
	padding-bottom:30px;
}
/*+++++hj_end_44+++++*/


/*+++++hj_go_140+++++*/
template_hj_140 {
	overflow-x: hidden;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-family: microsoft yahei, "宋体";
}
template_hj_140 a {
	text-decoration: none;
	color: #666;
}
template_hj_140 .hj_mk_140_fl {
	float: left;
}
template_hj_140 .hj_mk_140_fr {
	float: right;
}
template_hj_140 .hj_mk_140_clear {
	clear: both;
}
template_hj_140 .hj_mk_140_template_hj_140 * {
	list-style: none;
	box-sizing: border-box
}
template_hj_140 .hj_mk_140_marginauto {
	margin: 0 auto;
}
template_hj_140 .hj_mk_140_con {
	width: 100%;
	margin: 0px auto;
}
template_hj_140 .hj_mk_140_box {
	width: 100%;
	padding: 65px 0px 40px 0px;
}
template_hj_140 .hj_mk_140_ul {
	width: 100%;
	padding:0; 
	margin:0;
}
template_hj_140 .hj_mk_140_ul li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	padding-bottom: 40px;
}

template_hj_140 .hj_mk_140_ul li:nth-child(3n) {
	margin-right: 0%;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div {
	width: 100%;
	display: inline-block;
	color: #333333;
	font-size: 18px;
	position: relative;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div:hover {
	text-decoration: none;
	color: #333333;
}

template_hj_140 .hj_mk_140_ul li .hj_mk_140_div .hj_mk_140_img:hover img {
    filter: Alpha(Opacity = 100);
    opacity: 1;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div .hj_mk_140_img {
	width: 100%;
	height:245px;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 20px 0px 20px 0px;      /* Gecko browsers */
	-webkit-border-radius: 20px 0px 20px 0px;   /* Webkit browsers */
	border-radius: 20px 0px 20px 0px;          /* W3C syntax */
	position: relative;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div .hj_mk_140_img:after {
	width: 100%;
	height: 100%;
	background: rgba(2,67,129,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div:hover .hj_mk_140_img:after {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div .hj_mk_140_img .hj_mk_140_textdiv {
	width: 100%;
	padding-top: 80px;
	background: url(../996/more.png) top center no-repeat;
	position: absolute;
	left: 0px;
	top: 50%;
	content: "";
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	text-align: center;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div:hover .hj_mk_140_textdiv {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div .hj_mk_140_img img {
	width: 100%;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div .hj_mk_140_text {
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	overflow: hidden;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div:after {
	width: 0%;
	height: 4px;
	background-color: #19548c;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
template_hj_140 .hj_mk_140_ul li .hj_mk_140_div:hover:after {
	width: 100%;
}

/*+++++hj_end_140+++++*/


/*+++++hj_go_43+++++*/

/*+++++hj_end_43+++++*/

