﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:12px;	
	font-family:"Microsoft Yahei";
	background:#fff;
	text-align:justify;	
	color:#8f8f8f;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#8f8f8f;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#bfa147;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header{
	width:100%;
	height:59px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background:#000;		
	border-bottom:1px solid #605126;
	_position:absolute;	
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop)+0);	
}
.header_zw{
	height:59px;
	clear:both;	
}
.header .logo{
	float:left;
	margin-left:19px;	
}
.header .logo img{
	display:block;
	height:59px;	
}
.nav{
	float:left;
	padding-left:96px;	
}
.nav_in{
	float:left;
	position:relative;
	z-index:100;
	margin-right:24px;	
}
.nav_in .par{
	display:inline-block;
	height:59px;
	line-height:59px;
	font-size:15px;
	color:#fff;	
}
.nav_in ul{
	background:#000;
	width:100px;
	position:absolute;
	left:0;
	top:59px;
	z-index:100;	
	display:none;
}
.nav_in li{
	height:30px;
	line-height:30px;
	vertical-align:top;	
}
.nav_in li a{
	display:block;
	height:30px;
	line-height:30px;
	color:#fff;
	padding-left:10px;
	width:90px;	
}
.nav_in li a:hover{
	background:#333;	
}
.head_rt{
	width:200px;		
	position:relative;
	z-index:100;
}
.head_code{
	width:100px;
	height:100px;
	position:absolute;
	right:-25px;
	top:60px;	
	display:none;
}
.head_search{
	width:139px;
	height:22px;
	float:left;
	border:1px solid #333;	
	border-radius:11px;
	overflow:hidden;
	margin-top:18px;
}
.head_search .text{
	width:100px;
	height:22px;
	line-height:22px;
	float:left;
	padding-left:11px;	
	border:0;
	background:none;
	color:#fff;
}
.head_search .sub{
	float:left;
	width:28px;
	height:22px;
	background:url("../images/head_sub.png") no-repeat center center;	
	display:block;
}
.head_rt .link{
	float:right;
	display:block;
	width:50px;
	height:59px;		
}
.head_rt .wb{
	background:url("../images/head_wb.png") no-repeat center center;	
}
.head_rt .wx{
	background:url("../images/head_wx.png") no-repeat center center;	
}
/*header 结束*/

.footer_links{
	height:153px;
	background:#dadada;	
	border-top:1px dashed #717171;
	padding-top:17px;
}
.fl_wrap{	
	width:887px;
	margin:0 auto;
	padding-left:313px;	
}
.fl_wrap dl{
	width:120px;
	float:left;	
}
.fl_wrap dt{
	height:22px;
	line-height:22px;
	font-size:14px;
	font-weight:bold;	
}
.fl_wrap dd{
	height:24px;
	line-height:24px;	
}
.fl_wrap a{
	color:#000;	
}
.fl_wrap a:hover{
	color:#bfa147;	
}

.footer{
	height:138px;
	background:#000;	
}
.footer .ft_logo{
	float:left;	
}
.ft_copy{
	height:78px;
	float:left;
	margin:15px 0 0 0;	
	border-left:1px solid #333;
	padding:30px 0 0 30px;
	font-size:14px;
	line-height:24px;
}
.ft_copy dt{
	color:#fff;	
}

.ft_tel{
	float:right;
	height:48px;
	line-height:48px;
	margin:45px 105px 0 0;	
	color:#fff;	
	padding-left:60px;
	background:url("../images/ft_tel.png") no-repeat left center;
}
.ft_tel em{
	float:left;	
	font-size:14px;
}
.ft_tel span{
	font-size:28px;
	font-family:"Iskoola Pota";		
}

.ft_code{
	float:right;
	display:block;
	width:84px;
	height:84px;
	margin:27px 15px 0 0;	
}

.float_share{
	height:180px;
	position:fixed;
	right:20px;
	top:50%;
	z-index:200;
	margin-top:-90px;	
}
.float_share a{
	display:block;
	width:41px;
	height:41px;
	margin:2px 0;	
}
.float_share .a1{
	background:url("../images/float_a1.png");	
}
.float_share .a2{
	background:url("../images/float_a2.png");	
}
.float_share .a3{
	background:url("../images/float_a3.png");	
}
.float_share .go_top{
	background:url("../images/float_a4.png");	
}

/*公用CSS 结束*/

/*hm 首页*/

.hm_banner{
	height:704px;
	width:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer;	
}
.hm_banner .pics li{
	height:704px;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;	
}
.hm_banner .pics a{
	display:block;
	height:704px;
	width:100%;	
}
.hmba_bt{
	width:100%;
	height:75px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:70;	
}
.hmba_bt .wrapin{
	height:75px;
	background:url("../images/bbg30.png");	
	position:relative;
	overflow:hidden;
}
.hmba_bt a{
	display:block;
	width:172px;
	padding-left:128px;	
	height:75px;
	border-left:1px solid #ccc;	
	margin-left:-1px;
	float:left;
	position:relative;
	color:#fff;
}
.hmba_bt dl{
	padding-top:18px;
	text-shadow:1px 1px 0 #333;	
}
.hmba_bt dt{
	height:24px;
	line-height:24px;
	font-size:16px;
}
.hmba_bt dd{
	height:20px;
	line-height:20px;
	font-size:13px;
}
.hmba_bt .ico{
	display:block;
	position:absolute;
	left:40px;
	top:0;
	width:88px;
	height:75px;	
}
.hm_banner .btns{
	bottom:96px;
	width:100%;
	position:absolute;
	left:0;
	z-index:70;	
	height:12px;
}
.hm_banner .btns span{
	display:inline-block;
	width:12px;
	height:12px;
	background:#fff;
	font-size:1px;	
	margin-left:5px;
}
.hm_banner .btns .hover{
	background:#2e281c;	
}

.hm_top{
	min-height:876px;
	background:url("../images/hmtp_bg.jpg") no-repeat top center; background-color:#000	
}
.hm_news{
	height:324px;		
}
.hm_head{
	height:76px;
	position:relative;
	padding-top:56px;	
	background:url("../images/hm_head.png") no-repeat right 93px;
}
.hm_head2{
	background-image:url("../images/hm_head2.png");	
}
.hm_head dt{
	height:28px;
	line-height:28px;
	font-size:18px;
	font-weight:bold;
	color:#111;	
}
.hm_head2 dt{
	color:#fff;	
}
.hm_head dd{
	height:20px;
	line-height:20px;
	font-size:16px;
	color:#929292;	
}
.hm_head .more{
	display:inline-block;
	width:78px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#cdcece;	
	position:absolute;
	right:0;
	top:64px;
}
.hm_head2 .more{
	background:#1b1b1c;	
}
.hmnews_slide{
	height:127px;
	width:1200px;
	position:relative;
	overflow:hidden;	
}
.hmnews_slide .s_wrap{
	width:1222px;	
}
.hmnews_slide li{
	width:589px;
	height:127px;
	float:left;
	margin-right:22px;
	_display:inline;
	background:url("../images/bbg6.png");	
}
.hmnews_slide .photo{
	float:left;
	width:143px;
	height:107px;
	margin:10px 0 0 10px;
	display:inline-block;	
}
.hmnews_slide .photo img{
	display:block;
	width:143px;
	height:107px;	
}
.hmnews_slide dl{
	width:388px;
	float:left;
	padding:10px 0 0 16px;	
}
.hmnews_slide dt{
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;	
}
.hmnews_slide .name{
	color:#282828;	
	display:inline-block;
	max-width:370px;
	_width:370px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hmnews_slide .name:hover{
	color:#bfa147;	
}
.hmnews_slide dd{
	line-height:18px;	
}
.hmnews_slide .more{
	color:#aa8164;	
}
.hmnews_slide .more:hover{
	color:#aa8164;
	text-decoration:underline;	
}
.hm_about{
	min-height:552px;	
}
.hm_about2{
	min-height:852px;	
}
.hab_handle{
	height:33px;
	line-height:33px;
	text-align:center;	
}
.hab_handle a{
	display:inline-block;
	width:126px;
	height:33px;
	font-size:14px;
	color:#e7e7e7;
	background:url("../images/hab_handle.png") no-repeat top center;
	margin:0 -13px;
}
.hab_handle .hover{
	color:#bfa147;
	background-image:url("../images/hab_handleh.png");	
}

.hab_con{
	display:none;
	line-height:21px;
	color:#8f8f8f;	
	text-align:center;
	padding:20px 0px;
	width:900px;
	margin:0 auto;
	line-height:26px;
	font-size:14px;
}



.hab_con2{
	display:none;
	line-height:21px;
	color:#8f8f8f;	
	text-align:center;
	padding:20px 0px;
	width:1000px;
	margin:0 auto;
	line-height:45px;
	font-size:14px;
}



.show{
	display:block;	
}
.hab_con .fg{
	margin-top:38px;	
}
.hab_con2 .fg{
	margin-top:38px;	
}
.hm_bottom{
	height:552px;
	background:url("../images/hmbt_bg.jpg") no-repeat top center;	
}

.hmpro_slide{
	width:1240px;
	margin:0 auto;
	height:280px;
	position:relative;
	overflow:hidden;	
	margin-top:20px;
}
.hmpro_slide li{
	width:300px;
	height:280px;
	float:left;
	position:relative;
	overflow:hidden;	
}
.hmpro_slide .item{
	display:block;
	width:300px;
	height:280px;	
}
.hmpro_slide .photo{
	position:absolute;
	width:300px;
	height:280px;
	top:20px;
	left:20px;
	overflow:hidden;
}
.hmpro_slide .item:hover .photo{
	left:0;
	top:0;
	width:300px;
	height:280px;	
}
.hmpro_slide .photo img{
	display:block;
	width:300px;
	height:280px;
	position:absolute;
}
.hmpro_slide .item:hover .photo img{
	left:0;
	top:0;	
}
.hmpro_slide .name{
	width:300px;
	position:absolute;
	left:0;
	bottom:13px;
	text-align:center;	
}
.hmpro_slide .item:hover .name{
	display:none;	
}
.hmpro_slide .name dt{
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#282828;	
}
.hmpro_slide .name dd{
	height:20px;
	line-height:20px;
	color:#282828;
	font-size:14px;	
}
.hmpro_slide .inf{
	width:300px;
	height:280px;
	position:absolute;
	left:0;
	top:0;
	background:url("../images/bbg80.png");	
	z-index:20;
	display:none;
}
.hmpro_slide .item:hover .inf{
	display:block;	
}
.hmpro_slide .inf dl{
	padding:46px 32px 0 32px;
	color:#fff;	
}
.hmpro_slide .inf dt{
	height:46px;
	line-height:46px;
	font-size:16px;
	font-weight:bold;	
}
.hmpro_slide .inf dd{
	line-height:20px;	
}
.hmpro_slide .n2{
	height:52px;
	line-height:52px;
	width:300px;
	background:url("../images/bbg50.png");	
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
/*hm 首页*/
.bannerabout{ background-image:url(../banner2017/l01.jpg); height:258px;}
.bannerjoin{ background-image:url(../banner2017/l01.jpg); height:120px;color:#FFF; font-size:38px; line-height:120px; text-align:center; font-weight:bold}

.hm_index{
	width:100%; margin:0 auto; min-height:600px;
}
.hm_content{width:1200px;margin:0 auto; line-height:25px;}
.hm_contenttitle{width:1200px;margin:0 auto; line-height:65px;}
.hm_content table{ margin:0 auto;}
.hm_contentleft{ width:290px; float:left}
.hm_contentleft .leftlist{ width:200px; float:left; background-color:#FFF}

.hm_contentleft .leftlist .lefttitle{ width:170px; background-color:#F0F0F0; height:60px; line-height:60px; padding-left:30px; font-size:20px; font-weight:bold; color:#000;border-bottom:#ddd 1px solid;margin-bottom:1px;}

.hm_contentleft .leftlist ul li{line-height:42px; background-color:#F0F0F0;border-bottom:#ddd 1px solid;  margin-bottom:1px; font-size:16px;}


.hm_contentleft .leftlist A:link{height:42px;color:#000;line-height:42px;background-color:#F0F0F0;DISPLAY: block;font-family:"Microsoft Yahei";font-size:16px;text-decoration: none;font-weight:normal;text-align:left;padding-left:30px;}
.hm_contentleft .leftlist A:visited{height:42px;color:#000;line-height:42px;background-color:#F0F0F0;font-family:"Microsoft Yahei"; font-size:16px;font-weight:normal;text-align:left;padding-left:30px;}
.hm_contentleft .leftlist A:active{height:42px;color:#000;line-height:42px;background-color:#fff; DISPLAY: block;font-family:"Microsoft Yahei"; font-size:16px;font-weight:normal;text-align:left;padding-left:30px;}
.hm_contentleft .leftlist A:hover{height:42px;color:#000;line-height:42px;background-color:#fff; DISPLAY: block;font-family:"Microsoft Yahei"; font-size:16px;font-weight:normal;text-align:left;padding-left:30px;}


.hm_contentleft .leftlist A.hoverr:link{height:42px;color:#fff;line-height:42px;background-color:#000;DISPLAY: block;font-family:"Microsoft Yahei";font-size:16px;text-decoration: none;font-weight:normal;text-align:left;padding-left:30px;}
.hm_contentleft .leftlist A.hoverr:visited{height:42px;color:#fff;line-height:42px;background-color:#000;font-family:"Microsoft Yahei"; font-size:16px;font-weight:normal;text-align:left;padding-left:30px;}
.hm_contentleft .leftlist A.hoverr:active{height:42px;color:#fff;line-height:42px;background-color:#000; DISPLAY: block;font-family:"Microsoft Yahei"; font-size:16px;font-weight:normal;text-align:left;padding-left:30px;}
.hm_contentleft .leftlist A.hoverr:hover{height:42px;color:#fff;line-height:42px;background-color:#000; DISPLAY: block;font-family:"Microsoft Yahei"; font-size:16px;font-weight:normal;text-align:left;padding-left:30px;}


.hm_contentright{ width:910px; float:left}
.hm_contentrighttitle{ width:910px; margin:0 auto; line-height:60px; font-size:14px;}
.hm_contentrightcon{ font-size:14px; line-height:25px; padding-bottom:30px;}

.hongju288 {
	font-size: 12px;
	line-height: 25px;
	color: #4f4f4f;
	font-family: "Microsoft Yahei";
	font-weight: normal;
}
.hongju288 img{ width:100%; padding-bottom:10px;}




a.morer:link {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	background-color:#666;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}
a.morer:visited {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	background-color:#666;
}
a.morer:active {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#7D0000;
}

a.morer:hover {
	font-size: 12px;
	color: #fff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#7D0000;
}
.hongju2 {
	font-size: 14px;
	line-height: 28px;
	color: #4f4f4f;
	font-family: "Microsoft Yahei";
	font-weight: normal;
}

.formm1 {
	background-color: #FFFFFF;
	height: 36px;
	line-height:26px;
	font-size: 14px;
	color: #999999;
	width: 500px;
	padding-left:10px;
	border: 1px solid #CCCCCC;border-radius:3px;
}
.formm18 {
	background-color: #FFFFFF;
	height: 36px;
	line-height:26px;
	font-size: 14px;
	color: #999999;
	width: 100px;
	padding-left:10px;
	border: 1px solid #CCCCCC;border-radius:3px;
}

.formm2 {
	background-color: #FF552E;
	height: 38px;
	line-height:38px;
	font-size: 14px;
	color: #fff;
	width: 80px;
	text-align:center;
	border:0px;
	border-radius:3px;
}
.zong {
	font-family: "Microsoft Yahei";
	font-size: 16px;
	font-weight:bold;
	color: #999;
}

.zong2 {
	font-family: "Microsoft Yahei";
	font-size: 16px;
	font-weight:bold;
	color: #CE0000;
}

.kongbai{ height:30px; clear:both;}



a.morere:link {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	background-color:#7D0000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
}
a.morere:visited {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	background-color:#7D0000;
}
a.morere:active {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#ff0000;
}

a.morere:hover {
	font-size: 12px;
	color: #fff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#ff0000;
}
.form22338 {
	background-color: #ffffff;
	height: 35px;
	line-height:26px;
	font-size: 14px;
	color: #999999;
	width: 190px;
	padding-left:10px;
	border-top:1px #A5C8E6 solid;
	border-bottom:1px #A5C8E6 solid;
	border-right:1px #A5C8E6 solid;
	border-left:1px #A5C8E6 solid;
	color:#999999;
	border-radius:5px 5px 5px 5px;
}

.form22339 {
	background-color: #282828;
	height: 35px;
	line-height:26px;
	font-size: 14px;
	color: #999999;
	width: 190px;
	padding-left:10px;
	color:#fff;
	border-radius:5px 5px 5px 5px;
}

.form22340 {
	background-color: #F62A2B;
	border:0px;
	height: 35px;
	line-height:26px;
	font-size: 14px;
	color: #999999;
	width: 150px;
	padding-left:10px;
	color:#fff;
	border-radius:5px 5px 5px 5px;
	margin-left:10px;
}



.logincss{ background-color:#FCFCFC; padding:10px; border-left:#CCC 1px solid;border-right:#CCC 1px solid;border-bottom:#CCC 1px solid;}
.logincss2{ border-top:#F62A2B 4px solid; text-align:left; padding-left:10px; font-size:16px;}
.logincss2 img{ vertical-align:middle; padding-right:10px;}

.logincss3{ background-color:#FCFCFC; padding:10px; border-left:#CCC 1px solid;border-right:#CCC 1px solid;border-bottom:#CCC 1px solid; font-size:12px;}
.logincss4{ border-top:#F62A2B 4px solid; text-align:left; padding-left:10px; font-size:16px;}
.chaxunlist{line-height:40px; padding-top:10px; font-size:14px; color:#333}
.chaxunlist span{ padding-left:30px;}
.chaxunlist .formm{ border:#999 1px solid;line-height:28px;width:100px; height:25px;  font-size:14px; color:#999}
.chaxunlist .formm22{ border:#999 1px solid;line-height:24px;width:200px; padding-left:10px;}
.chaxunlist .formm23{ line-height:26px;width:200px; padding-left:10px; background:#3A3A3A; color:#FFF}

.formm29{ line-height:46px;width:200px; padding-left:10px; background:#3A3A3A; color:#FFF}

.noshu{ width:100%; margin:20px auto; text-align:center; font-size:16px;}

.imgcss{
	display:block;
	width:450px;
	height:310px;
	position:relative;
	overflow:hidden;	
}
.imgcss .cssbg{
	width:450px;height:310px;
	position:absolute;
	left:0px;
	bottom:0;
	z-index:10;
	background:url("../images/bbg50.png");	
	color:#fff;
	display:none;
	
	}
	
	
.imgcss .cssbgg{
	width:410px;height:270px;
	z-index:20;
	color:#fff;
	text-align:center;
	line-height:310px; font-size:20px;
	border:#FFF 1px solid;
	margin:20px;text-align:center;
	line-height:270px; font-size:20px;
	}
	
	
	
.imgcss:hover .cssbg{
	display:block;	
}
.bodybg{ background-image:url(../images/hmtp_bg2.jpg); background-repeat:no-repeat; background-position:top center; background-color:#000}
.aboutxx{ border-bottom:#242426 1px solid; height:30px}
