﻿
/**
				
		 *             *    
	  *     *       *     *
	*         *   *         *
  *             *             * 
   *@description : main 
   *@authro      : zhengxue
   *@created     : 2017-7-31
/*==================================================全局==========================================================================*/
@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
html {overflow: hidden;overflow-y: auto; background:#fff;} /*始终让 Firefox 显示滚动条*/
* {word-wrap: break-word;}/*文字强制换行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:link {color: #666;}/* 未访问的链接 */
a:visited {color: #666;}/* 已访问的链接 */
a:hover {color: #d17426;}/* 鼠标在链接上 */
a:active {color: #666;blr:expression(this.onFocus=this.blur());}/* 点击激活链接 */
body {font-family: "microsoft yahei";font-size: 12px;color:#666;background:#f5f5f5; min-width:1200px;}
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}
.h10 {clear: both;height: 10px;overflow: hidden;}
.h15 {clear: both;height: 15px;overflow: hidden;}
.h20 {clear: both;height: 20px;overflow: hidden;}
.h25 {clear: both;height: 25px;overflow: hidden;}
.h30 {clear: both;height: 30px;overflow: hidden;}
.h35 {clear: both;height:35px;overflow: hidden;}
.h40 {clear: both;height: 40px;overflow: hidden;}
.h45 {clear: both;height: 45px;overflow: hidden;}
.h50 {clear: both;height: 50px;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;}
.h100 {clear: both;height:100px;overflow: hidden;}
.clear {clear: both;overflow: hidden;}
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
.wrap {width: 1200px;clear: both;margin: 0 auto;}
.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);	
}
/*===========================头部begin===========================*/
.headBox{clear:both;height:85px;background:#fff;}
.logo{width:390px;height:85px;}
.logo a{display:block;height:85px;}
/*menu*/
.menu{ overflow:hidden; height:85px; position:relative}
.menu dl{ clear:both; overflow:hidden;}
.menu dd{ float:left; display:inline; height:82px; width:85px; text-align:center; margin:0 5px;}
.menu dd a{ display:block; height:82px; line-height:85px; font-size:14px;border-left:1px solid #fff;border-right:1px solid #fff;}
.menu dd:hover{  border-bottom:3px solid #d17426;}
.menu dd.hover{  border-bottom:3px solid #d17426;}
.menu dd:hover a{ color:#d17426;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;}
.menu dd.hover a{ color:#d17426;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;}
a.goHome{ height:85px; width:65px; background:url(../images/logo2.png) no-repeat center center;}
/*---------------------------banner--------------------------------*/
.bannerSlide{position: relative;background: #fff; overflow:hidden; width:100%;}
.bannerSlide .hd {width:100%;position:absolute;z-index:1;bottom:20px;left:0;width:100%; height:16px;}
.bannerSlide .hd ul {text-align: center;}
.bannerSlide .hd ul li { display:inline-block;cursor: pointer;overflow: hidden;line-height:99px;margin:0 5px;height:12px;width:12px;border-radius:100%;background:#ccc;}
.bannerSlide .hd ul li.on {background:#d17426;}
.bannerSlide dl dd{ background-size:cover !important; width:100%; height:500px; clear:both; overflow:hidden;}
.bannerSlide dl dd a{ display:block; width:100%;height:500px;}
/*------------------footer----------------------*/
.footer2{ height:60px; line-height:60px; font-size:14px; color:#fff; background:#d88e2d; overflow:hidden;}
.footer2 a{ color:#fff;}
.footer2 a:visited{ color:#fff;}
.footer2 a:hover{ color:#fff; text-decoration:underline}
.footer2 a:active{ color:#fff;}
.f_share{ height:30px;overflow:hidden; margin-top:15px;}
.f_share a{ padding:0 !important; height:30px !important; width:30px !important; margin:0 0 0 7px !important;}
.f_share .f_tsina{ background:url(../images/f_share.png) no-repeat left top;}
.f_share .f_sqq{ background:url(../images/f_share.png) no-repeat -37px top;}
.f_share .f_weixin{ background:url(../images/f_share.png) no-repeat -74px top;}
.f_share .f_more{ background:url(../images/f_share.png) no-repeat -111px top;}
/*indexTit*/
.indexTit{ overflow:hidden; text-align:center;}
.indexTit i{ height:4px; width:18px; background:#d17426; display:block; margin:0 auto 5px;}
.indexTit span{ height:36px; line-height:36px; font-size:24px; color:#333; display:block; font-weight:bold}
.indexTit em{ height:18px; line-height:18px;color:#999; display:block; overflow:hidden; text-transform:uppercase}
/*con1*/
.con1L{ width:800px; height:290px; overflow:hidden;}
.con1L .pic{ width:260px; height:290px; overflow:hidden; display:block;}
.con1L .pic img{ width:260px; height:290px;}
.con1L .text{ padding:35px 23px 30px; height:223px; border:1px solid #e6e6e6; border-left:none; overflow:hidden}
.con1L b{font-size:16px; line-height:25px; height:25px; overflow:hidden; display:block;}
.con1L em{font-size:20px; line-height:30px; height:30px; overflow:hidden; display:block; color:#c7c7c7; text-transform:uppercase; margin-bottom:15px;}
.con1L span{font-size:14px; line-height:30px; height:90px; overflow:hidden; display:block; padding-top:14px; border-top:1px solid #e6e6e6; margin-bottom:23px;}
.con1L .more{color:#3dba83;}
.con1L .more:hover{ text-decoration:underline;color:#3dba83;}
.con1box{ width:380px; height:135px; margin-bottom:20px; overflow:hidden;}
.con1box .pic{width:160px; height:135px; overflow:hidden; display:block;}
.con1box .pic img{width:160px; height:135px;}
.con1box .text{ background:#f3f7f6; overflow:hidden; height:95px; padding:20px;}
.con1box .a1{ height:35px; line-height:35px; font-size:16px; overflow:hidden; display:block;}
.con1box .green{ color:#00bc53}
.con1box .orange{ color:#cf3303}
.con1box .a1:hover{ text-decoration:underline}
.con1box span{ height:52px; line-height:26px; font-size:14px; overflow:hidden; display:block; color:#999}
/*con2*/
.focus{ width:450px; height:340px; overflow:hidden; position:relative;}
.focus .hd{ display:none}
.focus .bd{ position:relative; height:100%; z-index:1;}
.focus .bd li{ zoom:1; vertical-align:middle;width:450px; height:340px;}
.focus .bd li a{ display:block;width:450px; height:340px;}
.focus .bd img{width:450px; height:340px;display:block;}
.focus .textbg{position:absolute; bottom:0px;left:0px;height:60px;background:rgba(0,0,0,0.8);width:340px; z-index:1;color:#fff; line-height:60px;font-size:18px; text-align:center; padding:0 55px;}
.focus .btn{ width:55px; height:60px; position:absolute; bottom:0;cursor:pointer; z-index:6; font-family:"songti"; font-size:20px; color:#fff; text-align:center; line-height:60px;}
.focus .prev{left:0px;}
.focus .next{right:0px;}
.con2R{ width:730px; overflow:hidden; height:340px;}
/*hotNews*/
.hotNews{ overflow:hidden; padding-bottom:20px; border-bottom:1px solid #e6e6e6; margin-bottom:10px;}
.hotNews .pic{ width:160px; height:93px; overflow:hidden; margin-right:15px;}
.hotNews .pic img{width:160px; height:93px;}
.hotNews .textBox{ overflow:hidden; height:93px;}
.hotNews .a1{ height:30px; line-height:30px; font-size:14px; color:#333; font-weight:bold; overflow:hidden; display:block; padding-top:5px;}
.hotNews .a1:hover{ color:#d17426; text-decoration:underline}
.hotNews span{ color:#666; display:block; overflow:hidden; line-height:24px; height:48px; font-size:14px;}
/*indexList*/
.indexList{ overflow:hidden; clear:both;}
.indexList dd{ clear:both; overflow:hidden; line-height:32px; height:32px; font-size:14px;}
.indexList dd i{ width:4px; height:4px; background:#b5b5b5; float:left; display:inline; background:#b5b5b5; margin:14px 6px 14px 1px}
.indexList dd a{ color:#555;}
.indexList dd a:visited{ color:#555}
.indexList dd a:hover{ color:#d17426}
.indexList dd a:active{ color:#555}
.indexList dd span{ color:#888;float:right; display:inline;}
.indexList dd:hover i{background:#d17426;}
a.indexMore{ font-size:16px; color:#333; text-align:center; display:block; margin:0 auto; width:195px; height:48px; line-height:48px; border:1px solid #e6e6e6;}
/*con3*/
.proList{ overflow:hidden;}
.proList dl{ overflow:hidden; width:1220px;}
.proList .hd{ display:none}
.proList dd{ width:285px; margin-right:20px; overflow:hidden; position:relative; height:353px; float:left; display:inline;}
.proList .pic{ width:285px; height:243px; overflow:hidden; display:block;}
.proList .pic img{width:285px; height:243px;}
.proList .text{ padding:10px 28px 22px 22px; overflow:hidden; background:#f5f5f5; position:absolute;top:243px; left:0;width:235px}
.proList .a1{ font-size:16px; line-height:36px; display:block; overflow:hidden; height:36px; color:#333;}
.proList span{ font-size:14px; line-height:22px; display:block; overflow:hidden; height:44px; color:#999; padding-top:5px; margin-bottom:15px;}
.proList .more{ width:88px; height:24px; line-height:24px; font-size:14px; color:#fff; text-align:center; overflow:hidden; border:1px solid #fff;}
.proList .more:hover{color:#fff; text-decoration:underline}
.proList .a1:hover{ color:#fff; text-decoration:underline}
.proList dd:hover .text{ background:#cfa972;}
.proList dd:hover .a1{ color:#fff}
.proList dd:hover span{ color:#fff}
.proList .btnBox{ width:99px; height:30px; margin:0 auto;}
.proList .btn{ height:30px; width:30px; cursor:pointer; background:#333; font-size:20px; text-align:center; line-height:30px; font-family:"songti"; color:#fff;}
.proList .btn:hover{ background:#d17426;}
.proList .btnBox a{height:30px; width:30px; background:#d17426 url(../images/jia.png) no-repeat center center; margin-left:5px;}
/*联系我们*/
.indexMap{ height:460px; width:100%; overflow:hidden;}
.contactText{ margin:75px 0 0 145px; width:400px; overflow:hidden; color:#ccc;}
.contactText h3{ height:45px; line-height:45px; font-size:26px; display:block; overflow:hidden; color:#fff; font-weight:normal}
.contactText i{ width:51px; height:3px; background:#fff; display:block; margin-bottom:15px;}
.phoneBox{ height:60px; overflow:hidden; padding-left:50px; background:url(../images/phone.png) no-repeat left center; margin-bottom:15px;}
.phoneBox em{ height:30px; line-height:30px; display:block; overflow:hidden; font-size:16px; color:#fff}
.phoneBox b{ height:30px; line-height:30px; display:block; overflow:hidden; font-size:18px; color:#88b82a}
.adrText{ font-size:14px; line-height:28px; overflow:hidden;}
.adrText span{ font-weight:bold; display:block;}
/*--------------------二级页面-----------------------------*/

.subbanner{ clear:both; overflow:hidden; height:400px; background-size:cover;}
.subbanner a{ display:block; height:100%;}

.subContent{overflow:hidden; padding:10px 30px; width:810px; background:#fff; min-height:650px; height:auto !important; height:650px;}
.contentBox{overflow:hidden;min-height:350px; height:auto !important;height:350px;}
.whitebg{ background:#fff}
/*location*/
.location{ width:1173px; margin:0 auto; overflow:hidden; padding-left:27px; background:url(../images/location.png) no-repeat left center; height:60px; line-height:60px;}
.location a.hover{ color:#d17426}
.locationTit{ height:38px; border-bottom:2px solid #e6e6e6; position:relative;}
.locationTit span{height:38px; line-height:38px; display:block; position:absolute; bottom:-2px; left:0; border-bottom:2px solid #d17426; color:#d17426; font-size:16px; padding-right:7px;}
/*右侧导航*/
.rightNav{ width:310px; overflow:hidden;}
.navDl{overflow:hidden;}
.navDl dt{ height:70px;background:#d0a972 url(../images/icon1.png) no-repeat right center; line-height:70px; color:#fff; font-size:24px; padding-left:30px;}	
.navDl dd{ overflow:hidden; position:relative;}
.navDl dd i{ height:45px; width:12px; position:absolute; right:30px; top:0; display:block;background:url(../images/jia2.png) no-repeat center center;}
.navDl dd .a1{overflow:hidden;background:#fff;padding:0 30px;display:block; font-size:16px;border-bottom:1px solid #e6e6e6; line-height:45px; height:45px;}
.navDl dd.hover{ background:url(../images/leftnav_menubg2.jpg) no-repeat left top;}
.navDl dd:hover{ background:url(../images/leftnav_menubg2.jpg) no-repeat left top;}
.navDl dd ul{overflow:hidden;display:none;background:#fbf3e8; padding:10px 0;}
.navDl dd ul li{ height:30px;line-height:30px; overflow:hidden; padding:0 30px;}	
.navDl dd ul li a{overflow:hidden; font-size:14px;}
.navDl dd ul li.hover a{ color:#d17426;}
.navDl dd.hover ul{display:block;}
.navDl dd.hover i{ background:url(../images/jian.png) no-repeat center center;}
.focus2{ height:290px;overflow:hidden; position:relative; background:#fff;}
.focusTit{ height:30px; line-height:30px; font-size:14px; color:#fff; overflow:hidden; padding:0 30px; background:#d0a972;}
.focusTit a{ color:#fff;}
.focusTit em{ font-style:italic}
.focus2 .hd{ display:none}
.focus2 .bd{padding:25px 20px 5px;}
.focus2 .bd li{ zoom:1; vertical-align:middle;width:270px; height:180px;}
.focus2 .bd li a{ display:block;width:270px; height:180px;}
.focus2 .bd img{width:270px; height:180px;display:block;}
.focus2 .textbg{height:40px;line-height:40px;font-size:16px; text-align:center; overflow:hidden; color:#333;}
.focus2 .btnBox{ width:16px; height:30px; position:absolute; top:0; right:30px; z-index:6;}
.focus2 .btn{ width:6px; height:30px;cursor:pointer;}
.focus2 .prev2{left:0px; background:url(../images/btn.png) no-repeat left center}
.focus2 .next2{right:0px;background:url(../images/btn.png) no-repeat right center}
/*页码开始*/
.page { padding:30px 10px 40px 0px; overflow: hidden; clear: both; height: 35px; line-height: 35px;text-align: center; }
.page a { padding: 9px 12px; color: #383838; border-radius:4px; border: 1px solid #e7e7e7; margin-right: 3px; font-family: "songti";}
.page a:hover { background: #d2782a; color: #fff; border: 1px solid #d2782a; }
.page a.hover { background: #d2782a; color: #fff; border: 1px solid #d2782a; }
.page input { vertical-align: middle; height: 20px; border: 1px solid #e7e7e7; }
.page .lable { color: #383838; font-family: "songti"; }
.page input.pageDetail { width: 30px; height: 30px; margin-right: 3px; text-align: center; border-radius: 4px; color: #383838; font-family: "songti"; margin-bottom: 2px; }
.page input.page_bnt { border: none; width: 50px; height: 30px; margin-left: 3px; border-radius: 4px; cursor: pointer; }
/*页码结束*/

/*全文列表*/
.newsList{ clear:both; overflow:hidden; margin-top:-10px;}
.newsList dd{overflow:hidden; border-bottom:1px solid #f0f0f0; padding:0px 0 15px; margin-bottom:10px;}
.newsList dd a{ color:#555; font-size:14px; font-weight:bold; display:block; overflow:hidden; height:38px; line-height:33px;}
.newsList dd a:hover{ color:#d17426;}
.newsList dd span{ color:#999; font-size:14px;display:block; overflow:hidden; height:52px; line-height:26px; margin-bottom:15px;}
.newsList dd em{ line-height:25px; height:25px; overflow:hidden; display:block; color:#999;}
/*全图列表*/
.newsAllImg{overflow:hidden;width:825px;}
.newsAllImg dd{ width:260px;float:left; display:inline; overflow:hidden; margin:0 15px 10px 0}
.newsAllImg dd .pic{ display:block; width:260px; height:167px; overflow:hidden;}
.newsAllImg dd .pic img{ display:block;width:260px; height:167px;}
.newsAllImg dd .a1{ height:55px; line-height:55px; display:block; clear:both; overflow:hidden; text-align:center; font-size:16px; color:#333;}
.newsAllImg dd .a1:hover{ color:#d17426}
/*图文列表*/
.newsTextImg{overflow:hidden;}
.newsTextImg dd{overflow:hidden; border-bottom:1px solid #f0f0f0; padding-bottom:20px; margin-bottom:20px;}
.newsTextImg dd .pic{width:250px;height:167px;margin-right:20px; display:block; overflow:hidden;}
.newsTextImg dd img{width:250px;height:167px;}
.newsTextImg dd .divText{overflow:hidden; height:167px;}
.newsTextImg dd .a1{display: block;height:35px;line-height:35px;color:#555; font-size:14px; font-weight:bold;overflow:hidden; margin-top:-8px;}
.newsTextImg dd .a1:hover{color: #d17426;}
.newsTextImg dd span{display: block;height:78px;line-height:26px;color:#999;overflow:hidden; font-size:14px; margin-bottom:30px;}
.newsTextImg dd .bot{ overflow:hidden; line-height:30px; color:#999;}
.newsTextImg dd .more{ color:#999;margin-left:30px;}
.newsTextImg dd .more:hover{color: #d17426;}
/*单篇详情*/
.articleBox{ line-height:36px; font-size:14px; color:#666;overflow:hidden;}
.articleBox img{ max-width:100%;}
.articleMov{width:890px;height:430px;overflow:hidden;margin:0 auto;}
.articleTitle {clear:both;line-height:30px;font-size:22px;color:#3c3c3c;}
.articleTime {display: block; overflow:hidden; font-size:14px;color:#9c9c9c;line-height:35px; height:40px;border-bottom:1px solid #f0f0f0;}
.look{ padding-left:28px; background:url(../images/icon2.png) no-repeat left center; margin-right:20px; line-height:30px;}
.pageUp{ overflow:hidden; border-top:1px solid #e6e6e6; padding-top:10px;}
.pageUp span{display:block;height:30px;font-size:14px;line-height:30px; overflow:hidden;}
.pageUp span em{ color:#5c5c5c; font-weight:bold}
.articlePage{clear:both;height:30px;text-align:center;font-family:Arial;}
.articlePage a{margin:0 1px;background:#ccc;padding:5px 10px;}
.articlePage a:hover{color:#fff;background:#1d306a;}
.articlePage a.hover{color:#fff;background:#1d306a;}
.articleMov{width:600px;height:340px;overflow:hidden;margin:0 auto;}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:600px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	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:600px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:70px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:60px;
	width:90px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:60px;
	width:90px;
	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:60px;width:90px;}
.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:20px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon2.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.imgMove .prev_a:hover {background-position:left -28px;left:0;}
.imgMove .next_a:hover {background-position:right -28px;right:0;}