@charset "UTF-8";
/*
* author
           ,]]]`                                 
        ,@/`   ,\@/[[[[[[@@@\`                   
       =@\o.                 [@@]/@@@]`          
       =^.*.    ,\    ]`     .....    [@^        
       /@.    .@@^    =@]`    ..*.......@^       
     .@/    .]].              ..*******.=@       
     @/ ./@@OoO/.        ,[[O@@@@].*****.@^       
    =@  .=oooOO.  .      ..OOooOO@.***,@/        
    @^  ,OOoOO`.@/.[[[\@...OOooOO*.**.@/\\  ,@@\`
    @^ .=OOoO/.@@@@@@@@@^ .oOooOO*.**.@\]@,@^ ..@
  ]]@^  =OooO^/@@@@@@@@@^ .ooooOO****.@^,\@^ .O^=
 @^ =@ .=ooOO*@@@@@OOOO@@ .ooooOO***.=@.  ,@`=O^=
=@`..@^.=ooOO=@@@OOOOOO@@ .OoooOO***.@^... =^.O\@
.@OO],@^=OoOO.@@OOOOOO@@^.=OOooOO**.@/...../^ .@^
 ,@O\Oo@@OOoO^.,\@@@@/[..*oOO@@@@],@^....... ,@` 
   ,\@\]/@@oO^************o@/.   .\@\......]@/.. 
   ......[[@@O.**********=@@       .\@]@@@[..... 
  ...........[@@@]]`....]/@@`*******=@.........  
   ................,[[[[...,@\`***,/@`......     
        ......................[[[[[.... 
* time 2017-07-13
*/



/* CSS Document*/
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边,块显示*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
}/* 链接无下划线,有为underline;链接去框 */

a:hover {
	color: #0078c6;
}/* 鼠标在链接上 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #fff;
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
}
textarea{outline: none;}
input {
	outline: none;
	border: none;
}

.clear {
	clear: both;
	overflow:hidden;
}
.h5{
	clear: both;
	height: 5px;
	overflow:hidden;
}
.h6{
	clear: both;
	height: 6px;
	overflow:hidden;
}
.h10 {
	clear: both;
	height: 10px;
	overflow:hidden;
}
.h15 {
	clear: both;
	height: 15px;
	overflow:hidden;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h35{
	clear: both;
	overflow:hidden;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
	overflow:hidden;
}
.h45{
	clear: both;
	height: 45px;
	overflow:hidden;
}
.h50 {
	clear: both;
	height: 50px;
	overflow:hidden;
}
.h55{
	clear: both;
	height: 55px;
	overflow:hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow:hidden;
}
.h80 {
	clear: both;
	height: 80px;
	overflow:hidden;
}
.h90 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.h100 {
	clear: both;
	height: 100px;
	overflow:hidden;
}
.h200{
	clear: both;
	height: 200px;
	overflow: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}

.imghover{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.imghover:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);	
}
.animated2{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
/*公共部分结束*/

/*
* 框架
*/

.cont{
	overflow: hidden;
	position: relative;
}

.contBox{
	width: 100%;
	overflow: hidden;
}

.wrap{
	width: 1200px;
	margin:0px auto;
}
.bc_fff{
	background: #fff;
}
.min_h400{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.subCont{
	overflow: hidden;
}
.tableBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
}
.table{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
}
.tableCell{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
/*.tabCont{
	overflow: hidden;
	display: block;
}*/
/*顶部开始*/

.top1{
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color:#666;
	background: #e9e9e9;
	border-bottom: 1px solid #e1dfdf;
}
.logo{
	margin-top:5px;
	display: block;
	overflow: hidden;
}
.logo img{
	display: block;
	height: 60px;
}
.top1R{
	overflow: hidden;
}
.top1R a{color:#666;transition:all 0.3s linear;}
.top1R a:hover{
	color:#0078c6;
}
.top1R i{padding: 0px 5px;}
.top2{
	padding: 25px 0px;
	overflow: hidden;
	background: #fff;
}
.top2R{
	overflow: hidden;
}
.serviceTel{
	overflow: hidden;
	padding: 5px 0px;
}
.serviceTel span{
	display: block;
	overflow: hidden;
}
.serviceTel span img{
	display: block;
	height: 70px;
}

/*顶部结束*/

/*
* nav 导航 begin
*/
.navBox{
	height: 55px;
	background: #0078c6;
	position: relative;
	z-index: 9;
}
.nav_dl{
	position: relative;
}
.nav_dl dd{
	float: left;
	display: inline;
	position: relative;
	z-index: 2;
	height: 55px;
	line-height: 55px;
}
.nav_a{
	display: block;
	width: 133px;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	text-align: center;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.nav_dl dd.hover .nav_a{
	background: #da303b;
	color:#fff;
}
.nav_dl dd em{
	display: block;
	height: 20px;
	width: 2px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	/* background: url(/template/default/images/navicon.png) no-repeat right center; */
}
.nav_dl dd:last-child em{
	display: none;
}
.nav_dl dd.hover em,
.nav_dl dd.bdHide em{
	display: none;
}
.nav_ul{
	overflow: hidden;
	position: absolute;
	top: 55px;
	padding: 10px 0px;
	display: none;
}
.nav_ul li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	display: inline;
}
.nav_ul li a{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#444;
	padding: 0px 20px;
	float: left;
}
.nav_ul li.hover a,
.nav_ul li a:hover{
	color:#da303b;
}
.navBg{
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 55px;
	background: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
/*banner开始*/
.banner{
	overflow:hidden;
	position: relative;
	z-index: 1;
	padding-bottom: 27px;
}

.banner .hd{
	width: 100%;
	position:absolute;
	z-index:1;
	bottom:20px;
	left:0px;
	text-align: center;
}
.banner .hd ul {
	overflow: hidden;
	display: inline-block;
}
.banner .hd ul li {
	cursor:pointer;
	float: left;
	display:inline;
	zoom:1;
	height: 12px;
	width: 12px;
	overflow:hidden;
	text-indent: 99em;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin: 0px 5px;
	background: #00a5ee;
}
.banner .hd ul li.on {
	background: #da303b;
}
.banner .bd{height: 660px; position:relative; z-index:0;overflow:hidden;}
.banner .bd dd{
	overflow:hidden;
	zoom:1;
	width: 100%; 
	vertical-align:middle;
	height: 660px;
	position: 
	relative;
}
.banner .bd dd .bigImg{
	display:block; 
	width:100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 4s linear;
	-o-transition: all 4s linear;
	transition: all 4s linear;
}
.banner .bd dd.active .bigImg{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.banSmallImg{
	display: none;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top:50%;
	/*-webkit-transform: scale(0) rotateY(180deg) translateY(-500%);
	-ms-transform: scale(0) rotateY(180deg) translateY(-500%);
	-o-transform: scale(0) rotateY(180deg) translateY(-500%);
	transform: scale(0) rotateY(180deg) translateY(-500%);*/
	-webkit-transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	-o-transform: translateY(-100%) scale(0.5);
	transform: translateY(-100%) scale(0.5);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.banSmallImg.hover{
	/*-webkit-transform: scale(1) rotateY(0deg) translateY(0px);
	-ms-transform: scale(1) rotateY(0deg) translateY(0px);
	-o-transform: scale(1) rotateY(0deg) translateY(0px);
	transform: scale(1) rotateY(0deg) translateY(0px);*/
	-webkit-transform: translateY(0px) scale(1);
	-ms-transform: translateY(0px) scale(1);
	-o-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
}
.banSmallImg img{
	display: block;
}
.banner .checkBox{
	height: 38px;
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -600px;
	margin-top: -19px;
	z-index: 2;
}
.banner .bt{
	display: block;
	width: 20px;
	height: 37px;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.banner:hover .bt{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.banner .prev{
	background: url(/template/default/images/bannerprev.png) no-repeat center left;
	float: left;
	text-align: right;
}

.banner .prev:hover{
	background: url(/template/default/images/bannerprev_h.png) no-repeat center left;
}

.banner .next{
	background: url(/template/default/images/bannernext.png) no-repeat center right;
	float: right;
}
.banner .next:hover{
	background: url(/template/default/images/bannernext_h.png) no-repeat center right;
}



	/* 本例子css */
	     .banner{ position:relative;}
		.banner .hd{ height:15px; overflow:hidden; position:absolute; width:100px;  z-index:9999; bottom:80px; left:50%; }
		.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.banner .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.banner .prev,
		.banner .next{ position:absolute; left:3%; top:40%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/template/default/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.banner .next{ left:auto; right:3%; background-position:8px 5px; }
		.banner .prev:hover,
		.banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.banner .prevStop{ display:none;  }
		.banner .nextStop{ display:none;  }



.indSearch{
	overflow: hidden;
	width: 1200px;
	background: #0070c1;
	height: 55px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -600px;
	z-index: 9;
}
.indSeaL{
	overflow: hidden;
	padding: 15px 0px 15px 30px;
}
.indSeaL span{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	line-height: 25px;
	float: left;
}
.hotWords{
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	font-size: 14px;
	color:#9fe0fc;
}
.hotWords a{
	color:#9fe0fc;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.hotWords a:hover{
	color:#fff;
}
.hotWords i{
	padding: 0px 5px;
}
.indSeaR{
	overflow: hidden;
	width: 370px;
	height: 55px;
	padding: 0px 65px 0px 10px;
	background: #0362a7;
	position: relative;
}
.indInp{
	display: block;
	width: 100%;
	height: 55px;
	overflow: hidden;
	background: none;
	border:none;
	font-size: 12px;
	color:#ffffff;
	line-height: 55px;
}
.indSeaBt{
	border:0;
	display: block;
	width: 55px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	background: url(/template/default/images/indseabt.png) no-repeat center center;
}
/*banner结束*/

/*subBanner begin*/
.subBanner{
	overflow: hidden;
	/*height: 475px;*/
	height: 470px;
	position: relative;
}
.subBanner a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*
* subMenu begin
*/

/*
* location
*/

/*
* left
*/
.left{
	width: 240px;
	overflow: hidden;
	background: #0061a7;
}
/*
* right
*/
.right{
	width: 930px;
	overflow: hidden;
}
.localMenu{
	border-bottom: 2px solid #007acd !important;
}
/*页码开始*/
.page {
	padding:30px 0px 11px 0px;
	overflow: hidden;
	text-align: center;
	clear: both;
	border-top: 1px solid #dadada;
}
.page code, .page a {
	padding: 4px 9px;
	margin: 0px 3px;
	color:#444;
	font-size: 14px;
	border:1px solid #e6e6e6;
	background: #fff;
	font-family: "microsoft yahei";
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page a i{
	font-family: "宋体";
	font-size: 12px;
}
.page a:hover {
	background: #007acd;
	border-color:#007acd;
	color: #fff;
}
.page a.hover {
	background: #007acd;
	border-color:#007acd;
	color: #fff;
}
a.fs_st{
	font-family: "宋体";
	background: #c8c8c8;
	color:#fff;
	font-weight: bold;
	padding:8px 12px;
	border:none;
}
.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page input.pageDetail {
	width: 45px;
	height:27px;
	line-height:27px;
	text-align: center;
}
.page input.page_bnt{
	border: none;
	width: 58px;
	height:29px;
	cursor:pointer;
	color:#fff;
	background:#007acd; 
}
/*页码结束*/

/*底部开始*/
.footer1Box{ padding: 40px 0; background: #292929;}
.footMenu{
	overflow: hidden;
}
.footMenu_dl{
	overflow: hidden;
	width: 120px;
	padding-right: 0px;
}
.footMenu_dl dt{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding-bottom: 10px;
}
.footMenu_dl dt a{
	font-size: 16px;
	color:#c7c7c7;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footMenu_dl dd{
	height:28px;
	overflow: hidden;
	line-height: 28px;
}
.footMenu_dl dd a{
	font-size: 14px;
	color:#787878;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footMenu_dl dt a:hover,
.footMenu_dl dd a:hover{
	color:#fff;
}
.footCode{
	overflow: hidden;
	padding-left: 80px;
	background: url(/template/default/images/footcodebd.png) no-repeat left top;
}
.footCode p{
	overflow: hidden;
}
.footCode p img{
	display: block;
	width: 140px;
	height: 140px;
}
.footCode i{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#c7c7c7;
	text-align: center;
	padding-top: 10px;
}
.footer2Box{
	overflow: hidden;
	padding: 10px 0px;
	background: #242424;
	font-size: 14px;
	color:#787878;
	line-height: 30px;
}
.footer2Box a{
	color:#787878;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer2Box a:hover{
	color:#fff;
}
/*底部结束*/

/*
* 全图 begin
*/

/************************************二级页面 begin*************************************/
/*
* 列表公共部分
*/
.com_dl{
	overflow: hidden;
}
.com_dl dd{
	width: 33.3333333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}
.list_a{
	display: block;
	overflow: hidden;
	position: relative;
}
.imgDiv{
	/*width: 100%;*/
	overflow: hidden;
	position: relative;
	padding-top: 64.7058824%;
}
.imgDiv img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
.scaleImg img{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.scaleImg:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.listTit{
	font-size: 14px;
	color:#444;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .listName{
	color:#0061a7;
}
.listIntr{
	height: 60px;
	font-size: 14px;
	color:#444;
	line-height: 30px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listTime{
	font-size: 14px;
	color:#666;
	overflow: hidden;
}
.listTime i{
	color:#444;
}
.listDeta{
	overflow: hidden;
}

/*
* 全文列表
*/
.newsList_dl{
	overflow: hidden;
}
.newsList_dl dd{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.newsList_dl dd a{
	font-size: 18px;
	color:#565656;
	overflow: hidden;
	float: left;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newsList_dl dd a:hover{
	color:#3e6faa;
}
.newsList_dl dd span{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#101010;
	float: right;
}

/*
* 图文列表
*/
.textImg_dl{
	overflow: hidden;
}
.textImg_dl dd{
	overflow: hidden;
	padding: 25px 0px;
	border-bottom: 1px dashed #ccc;
}
.textImg_dl dd:last-child{
	border:none;
}
.textImg{
	display: block;
	overflow: hidden;
}
.textImg img{
	display: block;
	width: 225px;
	height: 165px;
}
.textImgR{
	overflow: hidden;
	padding-top: 20px;
}
.textImgTime{
	overflow: hidden;
	text-align: center;
}
.textImgTime span{
	display: block;
	font-size: 14px;
	color:#222;
}
.textImgTime i{
	display: block;
	font-size: 30px;
	color:#222;
}
a.textImgMore{
	display: block;
	width: 120px;
	height: 30px;
	overflow: hidden;
	background: #007acd;
	font-size: 14px;
	color:#fff;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.textImgMore:hover{
	background: #c92224;
}
.textImgDeta{
	overflow: hidden;
	padding: 15px 30px 0px;
}
.textImgName{
	float: left;
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#007acd;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.textImgIntr{
	height: 75px;
	overflow: hidden;
	font-size: 14px;
	color:#8d8d8d;
	line-height: 25px;
}
.textImgName:hover{
	color:#c92224;
}
/*^
 * 新闻阅读页
 */	
.articleBox {
	line-height:35px;
	color: #565656;
	font-size:16px;
}
.articleBox.w_600{width: 600px;}
.articleBox .cpimg img{
	text-align:center;
	max-width:100%;
	}
.articleBox .cpimg{
	text-align:center;
	}
.articleBox img{
	text-align:center;
	max-width:100%;
	}
.articleFoot{
	border-top:1px solid #e4e4ee;
	overflow: hidden;
	padding: 15px 0px;
}

.articleMov{
	width:890px;
	overflow:hidden;
	margin:0 auto;
	}
.mapBox{
	clear:both;
	height:500px;
	overflow:hidden;
}
.articleHead{
	overflow: hidden;
	background: #fafbfb;
	padding: 15px 0px;
}
.articleTitle{
	clear: both;
	overflow: hidden;
	line-height: 30px;
	font-size:18px;
	color:#333;
	font-family:"microsoft yahei";
	text-align: center;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #444;
	font-size:12px;
	line-height:30px;
	margin:0 100px;
}
.articleTime span{cursor: pointer;}
.articleTime span.hover{color: #ff0303}
.articleTime span:hover{color: #ff0303}
.articleMore{
	overflow: hidden;
}
.articleMore .jiathis_style{
	margin-top: 4px;
}
.artPage{
	overflow: hidden;
	position: relative;
	border-top:1px solid #f1f1f1;
	padding-top: 15px;
}
.artPage p{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	max-width: 50%;
}
.artPage p a{
	color:#666;
}
.artPage p a:hover{
	color:#007acd;
}
.artPage p.fr{
	text-align: right;
}
.articleOhter{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#444;
	text-align: center;
}

a.goBack{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#72ae58;
	padding-right: 25px;
	background: url(/template/default/images/goback.png) no-repeat right center;
}
.share{
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -16px;
}
.share span{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	float: left;
}
.share .bd_share a{ padding:0 !important;margin:0px !important; margin-right:15px !important; width:32px !important; height:32px !important; background:url(/template/default/images/share.png) no-repeat !important; display:block; float:left;
}
.share .bd_share a.bds_weixin{ background-position:0px 0 !important;}
.share .bd_share a.bds_tsina{ background-position: -42px 0 !important;}
.share .bd_share a.bds_tqq{ background-position:-83px 0 !important;}
/*
.share .bd_share a.bds_qzone{ background-position:-193px 0 !important;}
.share .bd_share a.bds_douban{ background-position:-99px 0 !important;}
.share .bd_share a.bds_sqq{ background-position:0px 0 !important;}
.share .bd_share a.bds_renren{ background-position:-198px 0 !important;}*/

.share .bd_share a.bds_sqq:hover{ background-position:0px -29px !important;}
.share .bd_share a.bds_tsina:hover{ background-position:-42px -32px !important;}
.share .bd_share a.bds_weixin:hover{ background-position: 0px -32px !important;}
.share .bd_share a.bds_qzone:hover{ background-position:-193px -30px !important;}
.share .bd_share a.bds_tqq:hover{ background-position:-83px -32px !important;}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:810px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(/template/default/images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(/template/default/images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:810px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:810px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:810px;clear:both;margin:20px auto 0px;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:100px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:70px;
	width:120px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:70px;
	width:120px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:44444444444499;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:70px;width:120px;}
.img_hd ul li.on {border:1px solid #b91719;background:#b91719;}
.imgMove .bottom_a {
	width:25px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:25px;
	position:absolute;
	z-index:4444444444449;
	background:url(/template/default/images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    float:left;
    padding:0 20px 0 30px;
	background:url(/template/default/images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(/template/default/images/word.png) no-repeat left center; color:#37a6ff !important; }
.articleHand a.ppt{background:url(/template/default/images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(/template/default/images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(/template/default/images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(/template/default/images/zip.png) no-repeat left center; color:#ff9779 !important; }

/********************************此处首页样式开始*********************************/
/*
* 第一通栏 begin
*/
.ind1stL{
	width: 240px;
	overflow: hidden;
	background: #0061a7;
}
.left_dl{
	overflow: hidden;
	padding-top: 5px;
	background: #0070c1;
}
.indHotTit{
	overflow: hidden;
	padding: 30px 0px 30px 30px;
}
.indHotTit span{
	display: block;
	overflow: hidden;
	font-size: 24px;
	color:#fff;
	height: 30px;
	line-height: 30px;
}
.indHotTit i{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:#80b0d3;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	-o-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
}
.left_dl dd{
	overflow: hidden;
	position: relative;
}
a.left_a{
	display: block;
	height: 46px;
	overflow: hidden;
	padding-left: 30px;
	font-size: 16px;
	color:#fff;
	background: #0070c1;
	line-height: 48px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.left_dl dd.hover .left_a,
.left_a:hover{
	background: #c92224;
}
a.left_a.on{background: #c92224;}

.ind1stR{
	width: 930px;
	overflow: hidden;
}
.ind1stTit{
	height: 35px;
	border-bottom: 1px solid #eaeff6;
	position: relative;
	line-height: 35px;
}
.ind1stTit p{
	padding-right: 12px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(/template/default/images/ind1sttitbg.png) no-repeat right center;
}
.ind1stTit p span{
	display: block;
	height: 36px;
	overflow: hidden;
	padding: 0px 20px;
	font-size: 18px;
	color:#fff;
	line-height: 36px;
	background: #0061a7;
}
a.ind1stMore{
	overflow: hidden;
	font-size: 12px;
	color:#848484;
}
.ind1stMore:hover{
	color:#0362a7;
}
.tabCont{
	overflow: hidden;
}
.tabCont .ind1st_dl{
	height: 770px;
	overflow: hidden;
	margin: 0px -7px;
}
.tabCont .ind1st_dl{
	display: none;
}
.ind1st_dl dd{
	overflow: hidden;
	width: 33.3333333333%;
	float: left;
	display: inline;
	padding: 7px 0px;
}
.ind1st_dl dd .list_a{
	margin: 0px 7px;
}
.ind1st_dl dd .imgDiv{
	padding-top: 70%;
}
.ind1stName{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#444;
	padding-top: 5px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .ind1stName{
	color:#0061a7;
}

/*
* 广告图1
*/
.addBox{
	overflow: hidden;
}
.addBox img{display: block;height: 225px;}

/*
* 第二通栏 begin
*/
.ind2ndBox{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 100px;
	background: url(/template/default/images/ind2ndbg.png) no-repeat center bottom;
}
.indTit{
	overflow: hidden;
}
.indTitCh{
	overflow: hidden;
	font-size: 30px;
	color:#414141;
	text-align: center;
	position: relative;
	z-index: 3;
}
.indTitEn{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 48px;
	color:#f1f1f1;
	text-align: center;
	position: relative;
	top: -25px;
	z-index: 2;
}
.ind2ndL{
	width: 580px;
	overflow: hidden;
	position: relative;
}
.ind2ndL .bd{
	height: 360px;
	overflow: hidden;
}
.ind2ndL_dl{
	margin: 0px -17px;
	overflow: hidden;
}
.ind2ndL_dl dd{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind2ndL_dl dd .list_a{
	margin: 0px 17px;
	background: #f4f4f4;
}
.ind2ndL_dl dd .imgDiv{
	padding-top: 65.454545455%;
}
.ind2ndL_dl dd .listTit{
	text-align: center;
}
.ind2ndL_dl dd .listIntr{
	padding: 0px 20px;
	height: 90px;
}
.ind2ndL_dl .listMore{
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color:#444;
	border-top: 1px solid #ddd;
}
.ind2ndL_dl dd .list_a:hover .listMore,
.ind2ndL_dl dd .list_a:hover .listTit{
	color:#2e8acc;
}
.ind2ndL .hd{
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}
.ind2ndL .hd ul{
	display: inline-block;
	overflow: hidden;
}
.ind2ndL .hd ul li{
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 5px;
	background: #e5e5e5;
	cursor: pointer;
	text-indent: 99em;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.ind2ndL .hd ul li.on{
	background: #0070c1;
}

.ind2ndR{
	width:425px;
	overflow:hidden;
	position:relative;
	}
.ind2ndR .mapName{
	display:block;
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}
.ind2ndR .map{
	display:block;
	width:100%;
	height:auto;
	}
.ind2ndR .cod{
	display:block;
	width:11px;
	height:11px;
	position:absolute;
	z-index:9;
	}
.ind2ndR .cod a{
	display:block;
	width:5px;
	height:5px;
	border:3px solid rgba(233,154,10,0.8);
	border-radius:100px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	z-index:4444449;
	}
.ind2ndR .cod:hover a{background:#fff;border:3px solid #f4cd85;}
.ind2ndR .cod:hover .icon{border:1px solid #f4cd85;}
.ind2ndR .cod .icon{
	display:block;
	width:11px;
	height:11px;
	border-radius:100px;
	position:absolute;
	top:-1px;
	left:-1px;
	z-index:0;
	border:1px solid rgba(233,154,10,0.8);
	animation:ant1 3s infinite;
	-moz-animation:ant1 3s infinite;	/* Firefox */
	-webkit-animation:ant1 3s infinite;	/* Safari 和 Chrome */
	-o-animation:ant1 3s infinite;	/* Opera */
	}
@keyframes ant1
{
33%{
	-moz-transform: scale(1);
    -webkit-transform: scale(1) ;
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	}
66% {
	webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);	
	}
100% {
	webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	}
}
.ico_km{top:40.1%;left:61.2%;}
.ico_zt{top:18.5%;left:79%;}
.ico_qj{top: 39.3%;left: 74.4%;}
.ico_ws{top: 64.8%;left: 80.8%;}
.ico_hh{top: 70.3%;left: 62.1%;}
.ico_yx{top: 63.2%;left: 51.8%;}
.ico_cx{top: 45.5%;left: 48.5%;}
.ico_pe{top: 72.3%;left: 37.2%;}
.ico_bn{top: 87.6%;left: 32.3%;}
.ico_lc{top: 64.8%;left: 22.9%;}
.ico_dl{top: 42.98%;left: 32.8%;}
.ico_lj{top: 27.7%;left: 33.98%;}
.ico_dq{top: 17.7%;left: 23.5%;}
.ico_nj{top: 31.8%;left: 21.2%;}
.ico_bs{top: 52.5%;left: 18.3%;}
.ico_dh{top: 52.3%;left: 5.85%;}
.cod_h{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	display:none;
	}
.codTxt{
	position:absolute;
	width:250px;
	overflow:hidden;
	bottom:17px;
	left:-13px;
	z-index:99;
	display:none;
	padding:0 0 7px 0;
	}
.codTxt.no{display:none !important;}
.codTxt .codTxtBox{
	display:block;
	float:left;
	clear:both;
	background:#fff;
	border:1px solid #a6c9e2;
	line-height:20px;
	text-align:left;
	padding:0 10px;
	overflow:hidden;
	color:#666;
	}
.codTxt em{
	display:block;
	clear:both;
	width:16px;
	height:8px;
	background:url(/template/default/images/map_icon.png) no-repeat center center;
	margin:25px 0 0 0;
	position:absolute;
	z-index:11;
	bottom:0;
	left:10px;
	}

/*
* 第三通栏 
*/
.ind3rdBox{
	overflow: hidden;
	padding-bottom: 100px;
	background: #f4f4f4 url(/template/default/images/ind3rdbg.jpg) no-repeat center bottom;
}
.ind3rdTit{
	height: 225px;
	overflow: hidden;
	background: url(/template/default/images/ind3rdtit.png) no-repeat center center;
}
.ind3rd_dl{
	overflow: hidden;
}
.ind3rd_dl dd{
	overflow: hidden;
	padding: 10px 0px;
}
.ind3rdDeta{
	width: 730px;
	height: 245px;
	overflow: hidden;
	padding: 27px 0px;
}
.ind3rdListTit{
	overflow: hidden;
	font-size: 35px;
	color:#da303b;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.ind3rd_dl dd.dd1 .ind3rdListTit{
	padding: 0px 0px 25px 85px;
	background: url(/template/default/images/ind3rdlisttit1.png) no-repeat left bottom;
}
.ind3rd_dl dd.dd2 .ind3rdListTit{
	padding: 0px 85px 25px 0px;
	background: url(/template/default/images/ind3rdlisttit2.png) no-repeat right bottom;
}
.ind3rd_dl dd.dd3 .ind3rdListTit{
	padding: 0px 0px 25px 85px;
	background: url(/template/default/images/ind3rdlisttit3.png) no-repeat left bottom;
}
.ind3rd_dl dd.dd4 .ind3rdListTit{
	padding: 0px 85px 25px 0px;
	background: url(/template/default/images/ind3rdlisttit4.png) no-repeat right bottom;
}
.ind3rdIntr{
	height: 150px;
	overflow: hidden;
	font-size: 16px;
	color:#444;
	line-height: 30px;
}
.ind3rdImg{
	overflow: hidden;
}
.ind3rdImg img{
	display: block;
	max-width: 400px;
	height: 300px;
}

/*
* 第四通栏 begin
*/
.ind4thBox{
	overflow: hidden;
	background: #f4f4f4 url(/template/default/images/ind4thbg.jpg) no-repeat center center
}
.ind4thTit{
	overflow: hidden;
	text-align: center;
}
.ind4thTit span{
	display: block;
	overflow: hidden;
	font-size: 30px;
	color:#444;
}
.cnmDesign{
	font-size: 16px;
	color:#444;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
}
.ind4thL{
	height: 320px;
	width: 905px;
	overflow: hidden;
	background: #f4f4f4;
}
.ind4thLImg{
	display: block;
	overflow: hidden;
}
.ind4thLImg p{
	overflow: hidden;
}
.ind4thLImg p img{
	display: block;
	width: 370px;
	height: 250px;
}
.ind4thLImg span{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#666;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
}
.ind4thCont{
	overflow: hidden;
	position: relative;
	padding: 25px;
}
.ind4thL_dl{
	overflow: hidden;
}
.ind4thL_dl dd{
	float: left;
	display: inline;
	margin-right: 10px;
}
.ind4thL_dl dd a{
	display: block;
	width: 115px;
	height: 35px;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	background:#0070c1;
	text-align: center;
	line-height: 35px;
}
.ind4thL_dl dd.hover a{
	background: #da303b;
}
.ind4thTab{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
}
.ind4thTxt{
	display: none;
	height: 150px;
	overflow: hidden;
	font-size: 14px;
	color:#444;
	line-height: 30px;
}
a.ind4thMore{
	display: block;
	width: 100px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	text-align: center;
	line-height: 30px;
	background: #cfcfcf;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind4thMore:hover{
	color:#fff;
	background: #0070c1;
}
.ind4thR{
	width: 255px;
	overflow: hidden;
	padding: 25px 15px;
	background: #0070c1;
	position: relative;
}
.ind4thR .bd{
	height: ;
	overflow: hidden;
}
.ind4thR_dl{
	overflow: hidden;
}
.ind4thR_dl dd{
	overflow: hidden;
}
.ind4thR_dl dd a{
	display: block;
	overflow: hidden;
}
.ind4thR_dl dd a p{
	width: 255px;
	height: 175px;
	overflow: hidden;
}
.ind4thR_dl dd a p img{
	display: block;
	width: 255px;
	height: 175px;
}
.ind4thR_dl dd a i{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding-top: 20px;
}
.ind4thRTit{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color:#fff;
}
.ind4thR .checkBox{
	position: absolute;
	right: 15px;
	top: 32px;
	overflow: hidden;
}
.ind4thR .bt{
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: left;
	margin: 0px 4px;
}
.ind4thR .prev{
	background: url(/template/default/images/ind4thslidebt.png) no-repeat left top;
}
.ind4thR .prev:hover{
	background: url(/template/default/images/ind4thslidebt.png) no-repeat right top;
}
.ind4thR .next{
	background: url(/template/default/images/ind4thslidebt.png) no-repeat left bottom;
}
.ind4thR .next:hover{
	background: url(/template/default/images/ind4thslidebt.png) no-repeat right bottom;
}
.ind4thBotTab_dl{
	overflow: hidden;
}
.ind4thBotTab_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind4thBotTab_dl dd:last-child a{
	border:none;
}
.ind4thBotTab_dl dd a{
	display: block;
	height: 50px;
	overflow: hidden;
	border-right: 1px solid #fff;
	background: #0070c1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind4thBotTab_dl dd.hover a{
	background: #da303b;
}
.ind4thBotCont{
	overflow: hidden;
}
.ind4thBot_dl{
	display: none;
	overflow: hidden;
	margin: 0px -12px;
}
.ind4thBot_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind4thBot_dl dd .list_a{
	margin: 0px 12px;
}
.ind4thBot_dl dd .imgDiv{
	padding-top: 70.7142857%;
}
.ind4thBotName{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#444;
	text-align: center;
	padding-top: 5px;
}
.list_a:hover .ind4thBotName{
	color:#0070c1;
}

/*
* 广告位2
*/
.add2{
	height: 220px;
	overflow: hidden;
}

/*
* 第五通栏
*/
.ind5thBox{
	background: #f4f4f4;
	overflow: hidden;
}
.ind5thL{
	width: 895px;
	overflow: hidden;
	background: #fff;
}
.ind5thTabTit_dl{
	overflow: hidden;
}
.ind5thTabTit_dl dd{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind5thTabTit_dl dd a{
	display: block;
	height: 65px;
	overflow: hidden;
	line-height: 65px;
	font-size: 16px;
	color:#666;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind5thTabTit_dl dd.hover a{
	background: #0070c1;
	color:#fff;
}
.ind5thLTabCont{
	overflow: hidden;
}
.ind5thL_dl{
	height: ;
	overflow: hidden;
	padding: 15px;
}
.ind5thL_dl dt{
	overflow: hidden;
	padding-bottom: 10px;
}
.hotImg{
	overflow: hidden;
	display: block;
	margin-right: 20px;
}
.hotImg img{
	display: block;
	width: 250px;
	height: 150px;
}
.hotDeta{
	overflow: hidden;
	height: 130px;
	padding: 15px 0px;
}
.hotName{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color:#666;
	overflow: hidden;
	float: left;
}
.hotIntr{
	height: 85px;
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color:#444;
}
.ind5thL_dl dd{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}
.ind5thR{
	width: 260px;
	overflow: hidden;
	background: #fff;
	padding: 15px;
}
.ind5thRTit{
	font-size: 12px;
	color:#444;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.ind5thRTit i{
	font-size: 18px;
}
.ind5thR_dl{
	height: 416px;
	overflow: hidden;
	padding-top: 4px;
}
.ind5thR_dl dd{
	overflow: hidden;
	border-bottom: 1px dotted #cdcdcd;
	padding: 7px 0px;
}
.ind5thR_dl dd:last-child{
	border:none;
}
.ind5thRDiv{
	overflow: hidden;
	position: relative;
	min-height: 25px;
	height: auto  !important;
	height: 25px;
	font-size: 14px;
	color:#444;
	line-height: 25px;
	padding: 6px 0px 6px 35px;
}
.ind5thRDiv span{
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	font-size: 12px;
	color:#fff;
	line-height: 25px;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.question{
	color:#444;
}
.question span{
	background: #0070c1;
}
.answer{
	height: 75px;
}
.answer span{
	background: #da303b;
}

/*
* 友情链接
*/
.ind6thBox{
	overflow: hidden;
	background: #e7e7e7;
	padding: 15px 0px;
}
.ind6thBox .wrap{
	padding-left: 125px;
	position: relative;
	width: 1075px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
}
.ind6thTit{
	width: 118px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 16px;
	color:#fff;
	line-height: 35px;
	text-align: center;
	padding-right: 5px;
	background: url(/template/default/images/frendlinkicon.png) no-repeat left center;
}
.ind6thCont{
	overflow: hidden;
}
.ind6thCont a{
	display: block;
	overflow: hidden;
	min-width: 70px;
	height: 28px;
	border: 1px solid #d9d9d9;
	text-align: center;
	line-height: 28px;
	padding: 0px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 3px 5px;
	background: #fff;
	font-size: 14px;
	color:#666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind6thCont a:hover{
	background: #0070c1;
	color:#fff;
	border-color:#0070c1;
}

/*
* 留言
*/
.msg_dl{
	overflow: hidden;
}
.msg_dl dd{
	padding: 8px 0px;
	overflow: hidden;
}
.msgL{
	width: 70px;
	height: 35px;
	overflow: hidden;
	font-size: 16px;
	color:#565656;
	text-align: right;
	line-height: 35px; 
}
.msgR{
	overflow: hidden;
}
.msgInp{
	display: block;
	width: 270px;
	height: 33px;
	overflow: hidden;
	border: 1px solid #dedede;
	background: #fafafa;
	font-size: 14px;
	color:#565656;
	line-height: 33px;
	outline: none;
	padding: 0px 5px;
}
.msgInp.w_370{
	width: 370px;
}
.msgArea{
	display: block;
	width: 690px;
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #dedede;
	background: #fafafa;
	font-size: 14px;
	color:#565656;
	line-height: 25px;
	outline: none;
	padding: 0px 5px;
}
.w_100{
	width: 100px;
}
.msgCode{
	display: block;
	overflow: hidden
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color:#565656;
	margin-left: 10px;
}
.msgCode img{
	display: block;
	height: 35px;
	float: left;
}
.msgCode span{
	float: left;
	padding-left: 10px;
}
.formBt{
	overflow: hidden;
	padding-left: 70px;
}
a.formSubmit{
	display: block;
	width: 120px;
	height: 45px;
	overflow: hidden;
	font-size: 18px;
	color:#fff;
	text-align: center;
	line-height: 45px;
	background: #007acd;
}

/*
* 留言列表
*/
.messageShowList {
	display: block;
	overflow: hidden;
	padding: 0px 10px;
	border-top:1px solid #abadb3;
}
.messageShowList dd {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #cacaca;
}

.messageShowList dd div{
	min-height: 25px;
	height: auto !important;
	height: 25px;
	overflow: hidden;
	font-size: 12px;
	color:#555555;
	line-height: 25px;
	position: relative;
}

.messageShowList dd div.msgDeta{
	padding-left: 75px;
}

.messageShowList dd div.msgUser{
	color:#cf331b;
	/*border-bottom:1px dashed #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;*/
}

.messageShowList dd:last-child{
	border:none;
}

.messageShowList dd div span{
	display: block;
	width: 75px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	color:#cf331b;
}
.msgUser i{
	color:#444;
}

/*
* 全图2 竖图
*/
.img_dl2{
	overflow: hidden;
	margin: 0px -30px;
}
.img_dl2 dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 15px 0px;
}
.img_dl2 dd a{
	margin: 0px 30px;
}
.img_dl2 .imgDiv{
	padding-top: 140%;
}
.pagelink{ height: 35px;text-align: center;margin: 50px 0 30px 0;*+margin-left:30px;}
.pagelink .page-index , .pagelink .page-pre , .pagelink .page-next , .pagelink .page-last{ list-style: none;border: 1px solid #C7CFC2; display: inline-block;margin: 0 3px;*+display:block;*+float:left;}
.pagelink .page-status {list-style: none;border: 1px solid #C7CFC2; display: inline-block;margin: 0 3px;*+display:block;*+float:left; padding: 3px 8px;}
.pagelink .page-index a, .pagelink .page-pre a, .pagelink .page-next a, .pagelink .page-last a{padding: 3px 8px; display:block;}
.pagelink .page-numbar .page-num{ list-style: none;border: 1px solid #C7CFC2;padding: 3px 8px;display: inline-block;margin: 0 3px;*+display:block;*+float:left;}
.pagelink a.page-num-current, .pagelink a:hover{ background: #CCC;color: #FFF; display:block;}



.hengfu{ width:100%; height:200px; background:url(/template/default/images/xgg_bj.jpg) center no-repeat;}
.hengfu .hf_width{ width:1200px;text-align: center;margin: 0 auto;}
.hengfu .hf_width h2{ width:400px; margin-left:260px; padding-top:40px;}
.hengfu .hf_width p{ float: left;margin-left:270px; line-height:1.7; color:#fff; font-size:14px; padding:7px 0;}
.hengfu .hf_width p strong{ font-size:18px; margin-left:20px; letter-spacing:0.5px; line-height:1.4;}


.left_cont{
	 height: 400px;
    background: #0070c1;
}
.left_cont img{
	text-align:center;
	height: 50px;
	margin: 0 auto;
    padding: 10px 90px;
}
.left_cont p{
	display: block;
    overflow: hidden;
        padding: 0 20px;
    font-size: 16px;
    color: #fff;
    background: #0070c1;
    line-height: 40px;
}



/*产品详情*/
.xqcont{ width:100%; margin:0 auto;    font-size: 16px;}
.xq_right1{ width:100%;}
.xq_arc h1{ font-size:22px; text-align:center; padding:20px 0 40px;font-weight: bold;color: #333;}
.xq_arc img{ /* max-width:500px */}
.cfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}
/*产品详情图片*/
.box{width:580px;float:left;}
.left-pro{width:570px; padding:20px 10px;border:1px solid #ccc;text-align:left;float:left}
.left-pro .t1{width:100px;float:left;z-index:999999999999999;}
.left-pro .t2{width:402px;text-indent:0;float:left;padding-left:10px}
.left-pro .t2 img{text-indent:0;}
#showArea img{cursor:pointer;display:block;margin-bottom:5px;width:68px;padding:1px;border:1px solid #ccc;height:68px;float:left}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{height:310px;margin:10px;overflow:hidden}

.MagicZoomBigImageCont{border:1px solid #91b817;overflow:hidden;z-index:9999999999999999999;}
.MagicZoomBigImageCont img{width:800px;height:600px}
.MagicZoomBigImageCont iframe{width:500px;height:400px}
.MagicZoomHeader{font:10px Tahoma, Verdana, Arial, sans-serif;color:#fff;background:#91b817;text-align:center !important}
.MagicZoomPup{border:1px solid #aaa;background:#fff;cursor:hand;left:0}
.MagicZoomLoading{text-align:center;background:#fff;color:#444;opacity:0.8;padding:3px 3px 3px 3px !important;display:none}
.MagicZoomLoading img{padding-top:3px !important}
.MagicThumb{cursor:url(cursor/zoomin.cur), pointer;outline:none}
.MagicThumb-zoomed{cursor:default}
.MagicThumb span{display:none}
.MagicThumb-image{border:1px solid #ccc;outline:none}
.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}
.MagicThumb-caption{color:#333333;background-color:#F0F0F0;border:1px solid #CCC;border-top:none;font-family:Verdana, Helvetica;font-size:11px;padding:8px 16px}
.MagicThumb-controlbar{display:block;height:18px}
.MagicThumb-controlbar a{display:block;width:180px;height:180px;margin:0px 1px;outline:none;float:left;overflow:hidden}
.MagicThumb-controlbar a span{display:block;width:1000px;height:1000px;background:transparent url(/template/default/images/controlbar.png) no-repeat 0 0;outline:none;position:absolute;left:0px;top:0px}
.MagicThumb-loading{border:1px solid #000;background:#fff url(/template/default/images/loader.gif) no-repeat 2px 50%;padding:2px 2px 2px 22px;margin:0;text-decoration:none;text-align:left;font-size:8pt;font-family:sans-serif;}
/*产品详情图片结束*/

.arc_right1{ float:right; width:420px; margin-left:30px; font-size:16px;}
.arc_right1 .jianjie p{font-size:16px;line-height:30px;}
.arc_right1_dh{ margin-top:50px; margin-bottom:20px;}
.arc_right1_dh strong{ font-size:28px; color:#e60001;}
.arc_right1 ul li{ width:120px; height:40px; line-height:40px; text-align:center; float:left; margin-right:10px; }
.arc_right1 ul li a{ display:block;color:#fff; background:#e60001;}
.arc_right1 ul li:nth-of-type(2) a{ background:#1e1e1e;}
.top-liuyan{margin-top:20px;background:#fff;padding:10px;}
.top-liuyan span{font-size:18px; font-weight:bolder;}
.top-liuyan .top-box{ border:0; height:35px; line-height:35px;width:180px; padding:0 10px; outline:none;border: 1px solid #000;border-radius: 8px;}
.top-liuyan #products{margin-right:15px;}
.top-liuyan  .tj{font-size: 18px;width: 200px;height:35px; line-height:35px;background: #da271e; border: 0; color: #fff;outline: none;margin-left:17px;
cursor: pointer;border-radius: 5px;}
.top-liuyan .pdf{float:right}
.top-liuyan .pdf img{width:35px;}
.arc_nav{ width:100%; margin-top:30px;}
.arc_nav ul li{ width:20%; height:60px; float:left; text-align:center; line-height:60px;}
.arc_nav ul li a{ display:block;color:#fff; background:#1e1e1e;}
.arc_nav ul li a:hover{ background:#e60001;}
.arc_ys_tit{ height:34px;font-size:16px;font-weight:bold;border-left:6px #ff0000 solid; border-bottom:1px #dddddd solid; padding-left:10px; margin:30px 0 25px;}

.arc_ys p{ margin-bottom:10px;}

.arc_xj ul li{ width:440px; margin-right:20px; margin-bottom:20px; float:left;}

.arc_xj ul li:nth-of-type(2n){ margin-right:0;}

.arc_xj .arc_xj_img{ width:220px; height:164px; position:relative; float:left;}

.arc_xj .arc_xj_img img{ width:100%; height:100%;}

.arc_xj .arc_xj_img span{ width:40px; height:30px; line-height:30px; font-weight:bold; text-align:center; background:#e60001; color:#fff; position:absolute; top:0; left:0;}

.arc_xj .arc_xj_xx{ width:220px; float:left;}

.arc_xj ul li h2{ font-size:16px; padding-left:10px; margin-bottom:5px;}

.arc_xj ul li p{ padding-left:10px; line-height:24px; color:#666; font-size:15px;}

.arc_xj img{max-width:100%;}

.arc_cs table{ border-collapse:collapse; azimuth:center; text-align:center; border:1px solid #ddd; font-size:16px;width:100%;}

.arc_cs table tr:nth-of-type(2n+1){ background:#F4F4F4}

.arc_cs table th,.arc_cs table td{ line-height:24px; padding:10px 0;}

.arc_cs img,arc_ys img,arc_xj img,arc_kh img{ max-width:100%;}

.arc_kh ul li{ width:435px; float:left; margin-right:30px;}

.arc_kh ul li img{ width:100%; height:350px;}

.arc_kh ul li:nth-of-type(2n){ margin-right:0;}

.arc_kh ul li p{ text-align:center; line-height:40px; font-size:15px;}

.arc_kh ul li p a:hover{ color:#e60001; text-decoration:underline;}

.arc_kh1 ul li{ width:290px; float:left; margin-right:30px;}

.arc_kh1 ul li img{ width:100%; height:220px;}

.arc_kh1 ul li p{ text-align:center; line-height:40px; font-size:15px;}
.arc_kh1 ul li p a{ text-align:center; color:#000;}

.arc_kh1 ul li p a:hover{ color:#e60001; text-decoration:underline;}

 .arc_left{ width:448px; float:left; border:1px solid #ddd; padding:10px; float:left;}

#preview{ float:none; text-align:center; }
.jqzoom{ width:448px; height:335px; position:relative;}
.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{width:448px; height:56px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(../images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(../images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:423px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px;}

/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(../images/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:1000px;height:750px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:420px; margin-right:6px;}
#spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0;}
#spec-n2{display:none;}

/*zzlist*/
.contentp {
    margin: 0 20px;
    font-size: 14px;
}.product3 li {
    width: 30%;
    padding: 1% 1.5% 0.5%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}.product3 li>div {
    margin: 3px auto;
    position: relative;
    margin: 0 auto;
    width: 96.6%;
    text-align: center;
    vertical-align: middle;
}.product3 li>div>a {
    display: block;
}.right .product3 li img {
    display: inline-block;
    height: 309px;
    max-width: 100%;
}

.right .product3 li img{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.product3 li>div:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.product3 li>p {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    font: 14px/40px "microsoft yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}.product3 li>p a {
    text-decoration: none;
    color: #444;
}.product3 li>p a:hover {
    text-decoration: none;
    color: red;
}

/*zzlist end*/
