/*系统样式，CMS定义*/
body{
	font-family: "微软雅黑";
	font-size: 12px;
	color:#666;
	margin:0;
	background:#e6e7e7;
}
html{overflow-x:hidden;overflow-y:auto;
outline:none;
scrollbar-face-color:#f2f2f2;
scrollbar-highlight-color:#f2f2f2;
scrollbar-shadow-color:#f2f2f2;
scrollbar-3dlight-color:#d9d9d9; 
scrollbar-darkshadow-color:#a6a6a6;
scrollbar-arrow-color:#a6a6a6;
scrollbar-track-color:#fff;
} 
::-webkit-scrollbar {height:11px;width:11px}
::-webkit-scrollbar-button {height:0;width:0}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {display:block}
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {display:none}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {
border-style:solid;border-color:transparent}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{background-clip:padding-box;background-color:#fff;}
::-webkit-scrollbar-thumb {-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);background-clip:padding-box;background-color:rgba(0,0,0,.1);min-height:28px;padding-top:100;}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);background-color:rgba(0,0,0,.4)}
::-webkit-scrollbar-thumb:active {-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.35);background-color:rgba(0,0,0,.5)}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {
border-width:0;}
::-webkit-scrollbar-track:hover {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);background-color:rgba(0,0,0,.05)}
::-webkit-scrollbar-track:active {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);background-color:rgba(0,0,0,.05)}

*{margin:0 auto}
.left{float:left}
.right{float:right}
td {font-family:"arial";font-size:12px;color:#D2C7AA}
p,ul{list-style:none;margin:0;padding:0;border:0px}
.clear{ clear:both;}/*清除浮动*/
img {border:0px;}/*支持png图片*/
a {behavior:url("images/systemfiles/onfocus.htc")}/*去掉点击虚线*/
.keyword{background-color: #FFFF00;}/*搜索高亮关键词*/

.input {
	font-family:"Tahoma";
	font-size: 12px;
	COLOR: #fff;
	background: url(inputbg.png) no-repeat;
	border:none;
	width:169px;
	height:30px;
	margin:0;
}
.select {
	font-family:"Tahoma";
	font-size: 12px;
	COLOR: #D2C7AA;
	background:#f8f8f8;
}
.textarea{width:502px; height:59px; border:3px solid #343434; background-color:#111; color:#fff;}
a:link{color:#666;text-decoration: none}
a:visited{color:#666;text-decoration: none}
a:hover{color:#666;text-decoration: none}

/*小号中文字体*/
.smallcnfont{font-family: "PMingLiU";font-size: 11px}

/*英文*/
.enfont{font-family:"Tahoma";font-size: 11px}
.enfont a:link{font-family:"Tahoma"font-size: 11px}
.enfont a:visited{font-family:"Tahoma"font-size: 11px}
.bold{font-weight:bold}
.px14{font-size:14px}

/*内容页图片展示*/
.picshowbox{border:4px solid #000}

/*内容行高样式*/
.h18{line-height: 18px;word-wrap:break-word}
.h20{line-height: 20px;word-wrap:break-word}
.h22 {line-height: 22px;word-wrap:break-word}
.content{word-break:break-all;text-align:justify;text-justify:inter-ideograph}

/*整体文字色定义*/
.font1{COLOR:#CE3900;text-decoration:none}
.font1 a:link{COLOR:#CE3900;text-decoration:none}
.font1 a:visited{COLOR:#CE3900;text-decoration:none}
.font1 a:hover{COLOR:#545865;text-decoration:underline}

.font2{COLOR:#DD0009;text-decoration:none}
.font2 a:link{COLOR:#DD0009;text-decoration:none}
.font2 a:visited{COLOR:#DD0009;text-decoration:none}
.font2 a:hover{COLOR:#000;text-decoration:underline}

.font3{COLOR:#050072;text-decoration:none}
.font3 a:link{COLOR:#050072;text-decoration:none}
.font3 a:visited{COLOR:#050072;text-decoration:none}
.font3 a:hover{COLOR:#000;text-decoration:underline}

.white{COLOR: #FFFFFF;text-decoration:none}
.white a:link{COLOR:#FFFFFF;text-decoration:none}
.white a:visited{COLOR:#FFFFFF;text-decoration:none}
.white a:hover{COLOR:#FFF;text-decoration: underline}

/*滤镜*/
.filterty {filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)} 
.filterAlpha {background:#000;filter: Alpha(Opacity=90);opacity:0.90}

/*列表新闻*/
.newslist li{list-style:none;margin:0;padding-left:10px;height:22px;line-height:22px;background:url(ico.gif) no-repeat left center}
.newslist li p{float:right;font-size:11px;}

/*列表图片  缩图排列*/
.piclist{width:495px;overflow:hidden}
.piclist li{float:left;list-style:none;margin:0;padding:0;overflow:hidden;width:125px;height:145px}
.piclist .pic{background:#fff;width:110px;height:110px;border:1px solid #333;padding:4px}
.piclist li p{text-align:center;width:125px;line-height:20px}

/*列表图片  缩图文本混排*/
.piclist2{width:745px;overflow:hidden}
.piclist2 li{float:left;list-style:none;margin:0 5px 10px 0;padding-left:125px;width:245px}
.piclist2 .pic{float:left;background:#fff;width:110px;height:110px;border:1px solid #333;margin-left:-125px;padding:4px}

/*列表滚动图片*/
#Pcscroll img{width:110px;height:110px;border:1px solid #000;margin-right:5px}

/*分页样式*/
.pages{text-align:center;margin-top:10px}

/*树型导航*/

/*选项卡*/



.mr46{margin-right:46px;}
.pt16{padding-top:16px;}
.pt9{padding-top:9px;}
.pt12{padding-top:12px;}
.pt14{padding-top:14px;}
.green{color:#00d114;}
.red{color:#fc7974;}
.lh38{line-height:38px;}
.pt20{padding-top:20px;}
.pr170{padding-right:170px;}
.pt56{padding-top:56px;}







/*index*/
.top{width:100%; height:731px; background:url(../images/topbg.jpg) no-repeat; background-position:center;}
.topin{width:1024px; padding-top:210px; position:relative; margin:0 auto;}
.baiduShare{ position:absolute; right:60px; top:160px;}
.tofoot{position: fixed; z-index:99; right:15%;bottom:30px; cursor:pointer;}
.toptitle{color:#fff; font-size:16px;line-height:36px; padding-left:9px;}
.topp{color:#333333; font-size:14px;}
.topright{width:485px; line-height:24px;}
.mid1{width:100%; height:700px; background:url(../images/mid1bg.jpg) no-repeat; background-position:center;}
.mid1in{width:1024px;padding-top:108px; position:relative;margin:0 auto;}
.mid1right{ width:705px;}
.mid1ul{}
.mid1ul li{float:left; margin-left:16px; margin-top:12px;}
.mid2{width:100%; height:697px; background:url(../images/mid2bg.jpg) no-repeat; background-position:center;}
.mid2in{width:1024px;position:relative; padding-top:207px;margin:0 auto;}
.mid2pic{width:580px; height:378px; overflow:hidden; position:relative; margin-left:144px;}
.mid2pic ul{ position:relative;}
.mid2pic ul li{float:left;}
.mid2pre{ position:absolute; left:0px; top:350px; cursor: pointer;}
.mid2next{ position:absolute; left:740px; top:350px; cursor: pointer;}
.mid3{width:100%; overflow:hidden; background:url(../images/mid3bg.jpg) no-repeat; background-position:center;}
.mid3in{width:1024px;padding-top:100px; margin:0 auto;}
.mid3list{width:857px;  margin:0 auto;}
.mid3right{width:665px; margin-right:48px;}
.mid3listli1{width:100%; height:150px; background:url(../images/md3bg1.jpg) no-repeat; margin-bottom:10px;}
.mid3listli2{width:100%; height:130px; background:#fff; margin-bottom:10px;}
.mid3title{color:#000; font-size:14px; font-weight:bold; margin-top:22px; margin-bottom:12px;}
.mid3p{color:#333333; font-size:14px;}
.mid3left{width:665px; margin-left:20px;}
.mid4{width:100%; height:654px; background:url(../images/mid4bg.jpg) no-repeat; background-position:center;}
.mid4in{width:884px; padding-top:125px; position:relative;}
.totop{position:absolute; z-index:99; cursor:pointer; bottom:-163px; left:-164px;}
.mid4right{ width:360px; margin-left:498px;}
.mid4inul{}
.mid4inul li{ color:#333333; font-size:14px; line-height:25px;}
.mid4inul li span{padding-left:5px;}
.tree{width:1200px; background:url(../images/treebg.png) repeat-x; height:74px; margin: 20px auto;border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7; z-index:100;}
.logo{ margin-left:20px; margin-top:4px;}
.treeul{}
.treeul li{float:left; border-left:1px solid #e7e7e7;}
.treeul li a{ padding-left:20px; padding-right:20px; font-size:16px; color:#000; line-height:74px; display:block; cursor:pointer;}
.treeul li a:hover{ color:#fff; background:#fc7974;}
.treehover a{ color:#fff!important; background:#fc7974;}
.foot{width:100%; height:611px; background:url(../images/foot.jpg) no-repeat;background-position:center;}
.footin{width:1180px; padding-top:60px;}
.footleft{width:502px; color:#999999;}
.inputdiv{width:220px;height:30px;color:#999999; float:left; line-height:30px; margin-bottom:7px;}
.inputdiv .input{ text-indent:5px;}
.inputdiv span{padding-right:16px; color:#999999; line-height:30px; display:inline-block;}






























