@charset "UTF-8";
/*
* author qinwen
* 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: #ed1c23;
}/* 鼠标在链接上 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #f6f6f6;
}
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: 90px;
	overflow:hidden;
}
.h200{
	clear: both;
	height: 200px;
	overflow: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}
/*公共部分结束*/

/*
* 框架
*/

.cont{
	overflow: hidden;
	padding: 80px 0px;
}

.contBox{
	width: 100%;
	overflow: hidden;
}

.wrap{
	width: 1200px;
	margin:0px auto;
}

.subContBox{
	width: 1060px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 70px 50px;
	border-top: 6px solid #f9b10a;
	position: relative;
	z-index: 2;
	background: #fff;
	margin: 0px auto;
	-webkit-box-shadow: 1px 0px 8px rgba(145,145,145,0.75);
	box-shadow: 1px 0px 8px rgba(145,145,145,0.75);
}

.bc_fff{
	background: #fff;
}
.min_h400{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.subCont{
	overflow: hidden;
}
/*顶部开始*/
.top{
	height: 120px;
	background: #fff;
	position: relative;
	z-index: 9;
	border-top: 5px solid #2e3191;
}
.logo{
	display: block;
	overflow: hidden;
	margin:30px 0px;
}
.logo img{
	display: block;
	height: 60px;
}
/*顶部结束*/

/*
* nav 导航 begin
*/
.navBox{
	position: relative;
	z-index: 9;
	padding-top: 50px;
}
.nav_dl{
	position: relative;
	margin: 0px -10px;
}
.nav_dl dd{
	float: left;
	display: inline;
	position: relative;
	z-index: 2;
	padding: 0px 10px;
}
.nav_a{
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color:#333;
	text-align: center;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.nav_dl dd.hover .nav_a{
	color:#fff;
	background: #2e3191;
}
.subNav_ul{
	position: absolute;
	top:30px;
	overflow: hidden;
	padding: 5px 10px 0px;
	display: none;
	background: #fff;
}
.subNav_ul li{
	overflow: hidden;
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
}
.subNav_ul li a{
	display: block;
	font-size: 12px;
	color:#444;
	overflow: hidden;
	float: left;
}
.subNav_ul li a:hover,
.subNav_ul li.hover a{
	color:#f9b10b;
}
.subNav_ul li i{
	display: block;
	width: 3px;
	overflow: hidden;
	font-size: 12px;
	color:#444;
	float: left;
	padding: 0px 10px;
}
.subNav_ul li:last-child i{
	display: none;
}
/*banner开始*/
.banner{
	overflow:hidden;
	position: relative;
	z-index: 1;
}

.banner .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:20px;
	left:0;
	text-align: center;
}
.banner .hd ul {
	overflow: hidden;
	display: inline-block;
}
.banner .hd ul li {
	cursor:pointer;
	float: left;
	display:inline;
	zoom:1;
	height: 15px;
	width: 15px;
	line-height: 15px;
	font-size: 12px;
	color:#fff;
	overflow:hidden;
	margin: 0px 10px;
	text-indent: 99em;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background: #333;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.banner .hd ul li.on {
	background: #2e3191;
}

.banner .bd{ position:relative; z-index:0;overflow:hidden;}
.banner .bd dd{
	overflow:hidden;
	zoom:1;
	width: 100%; 
	vertical-align:middle;
	height: 520px;
	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 5s linear;
	-o-transition: all 5s linear;
	transition: all 5s linear;
}
.banner .bd dd.active .bigImg{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.banSmallImg{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.banSmallImg.hover{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-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(../images/bannerPrev.png) no-repeat center left;
	float: left;
	text-align: right;
}

.banner .prev:hover{
	background: url(../images/bannerPrev_h.png) no-repeat center left;
}

.banner .next{
	background: url(../images/bannerNext.png) no-repeat center right;
	float: right;
}
.banner .next:hover{
	background: url(../images/bannerNext_h.png) no-repeat center right;
}
/*banner结束*/

/*subBanner begin*/
.subBanner{
	width: 100%;
	height: 365px;
	position: relative;
	z-index: 0;
}
.subBanner_a{
	display: block;
	width: 100%;
	height: 420px;
	overflow: hidden;
}

/*
* subMenu begin
*/
.subMenu{
	overflow: hidden;
	font-size: 32px;
	color:#333;
	text-align: center;
}
/*
* location
*/

/*页码开始*/
.page {
	padding:7px 0px;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page code, .page a {
	padding:4px 10px;
	margin: 0px 3px;
	color:#666;
	font-size: 14px;
	background: #f8f9fb;
	border:1px solid #ddd;
	font-family: "microsoft yahei";
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.page a i{
	font-family: "宋体";
	font-size: 12px;
}
.page a:hover {
	background: #f9b10a;
	border-color:#f9b10a;
	color: #fff;
}
.page a.hover {
	background: #f9b10a;
	border-color:#f9b10a;
	color: #fff;
}
.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: 30px;
	height:22px;
	line-height:22px;
	text-align: center;
}
.page input.page_bnt{
	border: none;
	width: 58px;
	height:24px;
	cursor:pointer;
	color:#fff;
	background:#0193de; 
    }
/*页码结束*/

/*底部开始*/
.foot{
	background: #fff;
	overflow: hidden;
	padding: 30px 0px;
}
.footL{
	overflow: hidden;
	max-width: 600px;
}
.footMenu{
	width: 600px;
	padding: 20px 0px;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px solid #dedede;
}
.footMenu a{
	font-size: 14px;
	color:#555;
	overflow: hidden;
}
.footMenu i{
	font-size: 14px;
	color:#555;
	padding: 0px 5px;
}
.footMenu i:last-child{
	display: none;
}
.footLText{
	font-size: 14px;
	color:#555;
	line-height: 30px;
	overflow: hidden;
	padding: 20px 0px;
}
.footLText a{
	font-size: 14px;
	color:#555;
}
.footLText a:hover{
	color:#2e3191;
}
.footR{
	max-width: 600%;
	overflow: hidden;
	white-space:nowrap;
	padding: 20px 0px;
}
.footRText{
	font-size: 16px;
	color: #555;
	line-height: 30px;
	overflow: hidden;
	padding-top: 10px;
}
.footCode{
	overflow: hidden;
	margin-right: 30px;
}
.footCode span{
	display: block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	/*padding: 5px;*/
	background: #fff;
	border:1px solid #ccc;
}
.footCode img{
	display: block;
	width: 110px;
	height: 110px;
}
.footCode i{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:#666;
	padding-top: 10px;
	text-align: center;
}
/*底部结束*/

/*
* 全图 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;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.list_a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.listName{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color:#555;
	overflow: hidden;
	position: relative;
}
.list_a:hover .listName{
	color:#2e3191;
}

.listIntr{
	height: 50px;
	font-size: 14px;
	color:#555;
	line-height: 25px;
	overflow: hidden;
}
.listName.hover,
.listIntr.hover{
	color:#fff;
}
/*
* 全图列表 begin
*/
.img_dl{
	margin: 0px -15px;
}
.img_dl dd{
	margin-bottom: 30px;
}
.img_dl .list_a{
	margin: 0px 15px;
}
.img_dl .list_a:hover .imgBd{
	border-color:#2e3191;
} 
.img_dl dd .listName{
	padding: 10px;
	text-align: center;
	background: #ddd;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.img_dl dd .list_a:hover .listName{
	background: #2e3191;
	color:#fff;
}
/*全文列表*/
.list_dl dd{
	width: 100%;
	padding: 8px 0px;
	overflow: hidden;
	border-bottom:1px solid #dddeee;
}
.list_dl dd .listName{
	font-size: 14px;
	color:#444;
}
/*
* 图文
*/
.textImg_dl{
	margin: 0px -15px;
	border-bottom:1px solid #f1f1f1;
	padding-bottom: 20px;
}
.textImg_dl dd{
	margin-bottom: 30px;
}
.textImg_dl .list_a{
	padding: 0px 15px;
}
.textImg_dl .listName{
	font-size: 18px;
}
.listOhter{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.listOhter span{
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	color:#b2b2b2;
	padding: 0px 20px 0px 25px;
}
.listTime2{
	background: url(../images/listTime.png) no-repeat left 6px;
}
.eyes{
	background: url(../images/eyes.png) no-repeat left center;
}
/*^
 * 新闻阅读页
 */	
.articleBox {
	line-height:30px;
	padding:15px;
	color: #666;
	font-size:14px;
}
.articleBox.w_600{width: 600px;}
.articleBox img{
	max-width:100%;
	}
.articleFoot{
	border-top:1px solid #e4e4ee;
	overflow: hidden;
	padding: 15px 0px;
}
.articleBack{
	display: block;
	width: 90px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color:#fff !important;
	background: #5d9cdf;
	position: absolute;
	right: 0px;
	top:50%;
	margin-top: -17px;
}
.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;
	text-align: center;
	padding:0 10px;
	line-height: 35px;
	font-size:30px;
	color:#141414;
	font-family:"microsoft yahei";
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	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;
}
.artPage p a{
	color:#666;
}
.artPage p a:hover{
	color:#2e3191;
}
.articleOhter{
	text-align: center;
	font-size: 16px;
	color:#777;
}
/**
 * 文章阅读页-内容上部大图
 */
#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(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../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:99999999999999;
	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:9999999999999;
	background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

/********************************此处首页样式开始*********************************/
/*
* 第一通栏 begin
*/
.indTit{
	overflow: hidden;
	text-align: center;
}
.indTitEn{
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#bbb;
	font-weight: bold;
}
.indTitCh{
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 30px;
	color:#333;
}
.indTab{
	overflow: hidden;
	text-align: center;
}
.indTab .center{
	display: inline-block;
	overflow: hidden;
}
.tab_dl{
	overflow: hidden;
}
.tab_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px 10px;
}
.tab_dl dd a{
	display: block;
	width: 150px;
	height: 40px;
	overflow: hidden;
	float: left;
	font-size: 16px;
	color:#4b4b4b;
	text-align: center;
	line-height: 40px;
}
.tab_dl dd.hover a{
	background: #2e3191;
	color:#fff;
}
.ind1st{
	overflow: hidden;
}
.ind1st .com_dl{
	overflow: hidden;
	margin: 0px -17px;
	display: none;
}
.ind1st .list_a{
	padding: 0px 17px;
}
.imgBd{
	overflow: hidden;
	border:1px solid #ddd;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind1st .listName{
	font-size: 24px;
	color:#333;
}
.ind1stBd{
	display: block;
	height: 1px;
	overflow: hidden;
	position: relative;
	background: #ddd;
}
.ind1stBd em{
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	background: #2e3191;
	position: absolute;
	left: 0px;
	top:0px;
}
.listMore{
	width: 100px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #ddd;
	font-size: 12px;
	color:#444;
	text-align: center;
	line-height: 28px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .listMore{
	background: #f9b10a;
	color:#fff;
	border-color:#fff;
}
/*
* 第二通栏 begin
*/
.style2 .indTitEn{
	font-weight: normal;
}
.style2 .indTitCh{
	color:#2e3191;
}
.ind2ndIcon{
	overflow: hidden;
	text-align: center;
}
.ind2ndIcon .center{
	display: inline-block;
	overflow: hidden;
}
.ind2nd_dl{
	overflow: hidden;
}
.ind2nd_dl dd{
	overflow: hidden;
	float: left;
	display: inline;
	padding: 0px 50px;
}
.ind2nd_dl dd a{
	display: block;
	overflow: hidden;
	float: left;
}
.ind2nd_dl dd a span{
	display: block;
	height: 54px;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.ind2nd_dl dd a:hover span{
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.ind2nd_dl dd a i{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#444;
	text-align: center;
	padding-top: 10px;
}
.ind2ndIcon1{
	background: url(../images/ind2ndIcon1.png) no-repeat center center;
}
.ind2nd_dl dd a:hover .ind2ndIcon1{
	background: url(../images/ind2ndIcon1_h.png) no-repeat center center;
}
.ind2ndIcon2{
	background: url(../images/ind2ndIcon2.png) no-repeat center center;
}
.ind2nd_dl dd a:hover .ind2ndIcon2{
	background: url(../images/ind2ndIcon2_h.png) no-repeat center center;
}
.ind2ndIcon3{
	background: url(../images/ind2ndIcon3.png) no-repeat center center;
}
.ind2nd_dl dd a:hover .ind2ndIcon3{
	background: url(../images/ind2ndIcon3_h.png) no-repeat center center;
}
.ind2ndIntr{
	height: 85px;
	overflow: hidden;
	font-size: 14px;
	color:#555;
	line-height: 28px;
	text-align: center;
}
.ind2ndMore{
	display: block;
	width: 100px;
	height: 30px;
	overflow: hidden;
	margin:0px auto;
	background: #f9b10a url(../images/angle_h.png) no-repeat center center;
}
/*
* 第三通栏 begin
*/
.ind3rd{
	overflow: hidden;
	padding: 0px 20px;
}
.ind3rdL_dl{
	width: 570px;
	height: 390px;
	overflow: hidden;
}
.ind3rdL_dl dd{
	overflow: hidden;
	margin-bottom: 30px;
}
.ind3rdL_dl dd .list_a{
	position: relative;
	height: 100px;
	padding: 5px 0px 5px 130px;
}
.listTime{
	width: 98px;
	height: 98px;
	overflow: hidden;
	border:1px solid #b1afb0;
	position: absolute;
	left: 0px;
	top:0px;
	background: #f0f0f0;
}
.listTime span{
	display: block;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color:#555;
	font-weight: bold;
}
.listTime i{
	display: block;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	background: #b1afb0;
	font-size: 36px;
	color:#fff;
	font-weight: bold;
	text-align: center;
}
.ind3rdL_dl .listName{
	font-size: 18px;
	font-weight: bold;
}
.ind3rdImg{
	display: block;
	overflow: hidden;
}
.ind3rdImg img{
	display: block;
	width: 570px;
	height: 390px;
}
/*
* 第四通栏 begin
*/
.ind4th{
	position: relative;
}
.ind4th .bd{
	overflow: hidden;
}
.ind4th_dl{
	margin: 0px -17px !important;
}
.ind4th_dl dd .list_a{
	margin: 0px 17px;
}
.listDeta{
	overflow: hidden;
	background: #fff;
	padding: 20px;
	position: relative;
}
.ind4thBd{
	display: block;
	width: 0px;
	height: 2px;
	overflow: hidden;
	background: #f9b10a;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.ind4th_dl .listName{
	position: relative;
	padding-right: 10px;
}
.listName .angleR{
	display: block;
	width: 10px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:0px;
	background: url(../images/angleR.png) no-repeat center center;
}
.ind4th .bt{
	display: block;
	width: 21px;
	height: 39px;
	overflow: hidden;
}
.ind4th .prev{
	position: absolute;
	left: -40px;
	top:50%;
	margin-top: -20px;
	background: url(../images/ind4thBt.png) no-repeat left top;
}
.ind4th .next{
	position: absolute;
	right: -40px;
	top:50%;
	margin-top: -20px;
	background: url(../images/ind4thBt.png) no-repeat right top;
}

/*====================不常用二级===============================*/
/*
* 工程案例
*/
.case_dl{
	margin: 0px -15px;
}
.case_dl dd{
	margin-bottom: 30px;
}
.case_dl dd .list_a{
	margin: 0px 15px;
}
.case_dl .listDeta{
	padding: 10px;
	background: #f6f6f6
}

/*
* 招聘
*/
.recruit_dl{
	overflow: hidden;
}
.recruit_dl dd{
	overflow: hidden;
	padding: 5px 0px;
}
.recruit_a{
	display: block;
	height: 34px;
	overflow: hidden;
	padding: 8px 20px;
	background: #338ed7;
	line-height: 34px;
	font-size: 14px;
	color:#fff !important;
}
.recruit_a span{
	display: block;
	overflow: hidden;
	float: left;
	width: 300px;
}
.recruit_a span.recTit{
	width: 380px;
	font-size: 18px;
	color:#fff;
}
.recTit i{
	font-size: 22px;
	padding-right: 5px;
}
.recruit_a span.recIcon{
	display: block;
	width: 40px;
	height: 34px;
	overflow: hidden;
	background: url(../images/recIcon.png) no-repeat right center;
}
.recruit_dl dd.hover .recIcon{
	background: url(../images/recIcon_h.png) no-repeat right center;
}
.recruitCont{
	overflow: hidden;
	background: #f6f6f6;
	padding: 20px;
	display: none;
}
.recruitCont .articleBox{
	font-size: 14px;
	padding: 0px;
}
.rec_ul{
	overflow: hidden;
}
.rec_ul li{
	width: 25%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#666;
	float: left;
	display: inline;
}
.recTip{
	overflow: hidden;
	font-size: 14px;
	color:#444;
	line-height: 30px;
}

/*
* 联系我们
*/
.contact_dl{
	overflow: hidden;
}
.contact_dl dd{
	width: 33.3333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.contactTxt{
	padding: 70px 50px 0px;
	overflow: hidden;
	font-size: 14px;
	color:#3b3b3c;
	text-align: center;
	line-height: 30px;
}
.address{
	background: url(../images/address.png) no-repeat top center;
}
.tel{
	background: url(../images/tel.png) no-repeat top center;
}
.email{
	background: url(../images/email.png) no-repeat top center;
}

/*
* 留言
*/
.msgTip{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 30px;
	text-align: center;
}
.msg_dl{
	margin: 0px -15px;
}
.msg_dl dd{
	padding: 15px 0px;
}
.msgDiv{
	margin: 0px 15px;
	overflow: hidden;
	border:1px solid #ddd;
	background: #f6f6f6;
	padding: 0px 10px;
}
.msgDiv input{
	display: block;
	height: 38px;
	width: 100%;
	overflow: hidden;
	background: none;
	outline: none;
	border:none;
	font-size: 14px;
	color:#666;
	line-height: 38px;
	font-family: "microsoft YaHei";
}
.msg_dl dt{
	width: 100%;
	float: left;
	display: inline;
	padding: 15px 0px;
}
.msg_dl dt textarea{
	width: 100%;
	height: 170px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
	color:#666;
	font-family: "microsoft YaHei";
	line-height: 25px;
	background: none;
	border:none;
	outline: none;
}
.w_150{
	width: 150px;
}
.msgCode{
	display: block;
	overflow: hidden;
	margin: 0px 20px 0px 0px;
	padding-right: 30px;
	background: url(../images/msgCode.png) no-repeat right center;
}
.msgCode img{
	display: block;
	height: 40px;
}
.msgBt{
	display: block;
	width: 145px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	background: #2e3191;
	font-size: 14px;
	color:#fff !important;
	text-align: center;
}
.msgList_dl{
	overflow: hidden;
}
.msgList_dl dd{
	padding: 10px;
	overflow: hidden;
}
.msgList_dl dd div{
	overflow: hidden;
	position: relative;
	padding: 0px 80px 0px 70px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	font-size: 14px;
	color:#888;
	line-height: 30px;
}
.msgTit{
	width: 70px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#888;
	position: absolute;
	left: 0px;
	top:0px;
}
.msgTime{
	width: 70px;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
	color:#666;
	position: absolute;
	right: 0px;
	top:0px;
}
.msg_a,
.msg_a .msgTit{
	color:#333 !important;
}

/*
* 产品详情
*/
/*产品相册展示 放大镜begin*/
.big_pic_show {
    width: 523px;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
}
.bigpic {
    width: 523px;
    height:340px;
    overflow: hidden;
    border:1px solid #ddd;
}
.bigpic img{
    width: 523px;
    height:340px;
}

.bigpic a {
    display: block;
}
div.zoomDiv {
    z-index: 999;
    position: absolute;
    border: solid 1px #eee;
    width: 523px !important;
    height: 450px !important;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}
div.zoomMask {
    position: absolute;
    background: url(../images/float_layer.png) repeat;
    cursor: move;
    z-index: 99;
}
.moveBox {
    width:525px;
    height:100px;
    margin:10px auto 0 auto;
    position: relative;
}
.pageLeft {
    width:10px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0px;
    display: inline;
    cursor: pointer;
    background: #f2f2f2 url(../images/knowIcnPrev.png) no-repeat center center;
}
.pageRight {
    width:10px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    background: #f2f2f2 url(../images/knowIcnNext.png) no-repeat center center;
}
.move_content {
    clear: both;
    width:500px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.rexiaoPic {
    overflow: hidden;
    height: 60px;
}
.sell_order {
    width: 9000px;
    position: absolute
}
.rexiaoPic li {
    width:155px;
    height:100px;
    float: left;
    display: block;
    /*padding:0 4px;*/
    background: #fff;
    color: #fff;
    cursor: pointer;
    position:relative;
    margin-right: 15px;
    /*padding-top:5px;*/
}
.rexiaoPic li i{ height:96px; width:151px;border:2px solid #ffa400; display:none; position:absolute; top:0px; left:0px;}
.rexiaoPic li.hover i{ display:block;}
.rexiaoPic li img {
    width:155px;
    height:100px;
}

.videoShareBtn{float: left; display: inline; height: 28px; position:relative;}
.ShareBt{display: block; height: 28px; line-height: 28px; overflow: hidden; border-radius: 3px;}
.ShareBt span {
    float: left;
    display: inline;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    background: url(../images/shareBt.png) no-repeat center center;
    margin-right: 5px;
}
.ShareBt:hover em{color:#ffa400;}
.ShareBt em{font-size: 14px; color:#999;font-style: normal;}

.productView{
	width: 500px;
	overflow: hidden;
}
.productName{
	overflow: hidden;
	font-size: 24px;
	color:#333;
	line-height: 30px;
}
.scrollBox{
	overflow: hidden;
}
.scrollCont{
	height: 330px;
	overflow: hidden;
	position: relative;
}
.scrollCont .articleBox{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
}
.checkBox{
	height: 25px;
	overflow: hidden;
	text-align: center;
	padding: 10px 0px 20px;
}
.scrollBox .bt{
	display: none;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin: 0px 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	background: #2e3191;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color:#fff;
}
.shareTit{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 25px;
}
.productTit{
	height: 39px;
	position: relative;
	border-bottom:1px solid #ddd;
}
.productTit span{
	display: block;
	overflow: hidden;
	height: 38px;
	border-bottom:2px solid #2e3191;
	font-size: 18px;
	color:#333;
	line-height: 38px;
	position: absolute;
	left: 0px;
	top:0px;
}
.morePro_dl{
	margin: 0px -15px;
}
.morePro_dl dd{
	margin-bottom: 30px;
}
.morePro_dl dd .list_a{
	margin: 0px 15px;
}
.morePro_dl dd .listName{
	padding: 10px 0px;
	text-align: center;
}