@charset "utf-8";

/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; outline: none;}
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var,i { font-weight: normal; font-style: normal; }
ol,ul,li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }

/*-- All --*/
html{ min-width:1000px; }
body{ color:#333;font:12px/20px Arial,"Microsoft YaHei","宋体",sans-serif; background:#fff;min-width: 1200px;}
a{ color:#333; text-decoration:none;-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}
a:hover {color:#f00; text-decoration:none; }
* {
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.container {
	width: 1200px;
	margin: auto;
}
.overflow {
	overflow: hidden;
}

h2 {
	font-size: 20px;
	font-weight: 700;
	color: #222;
}
h3 {
	font-size: 16px;
	font-weight: 600;
}

/* .header-top  ---------------------------------------------- */

.header-top {
	width: 100%;
	height: 160px;
}
.logo {
	float: left;
	height: 100px;
	width: auto;
	margin:20px 0;
}
.logo img {
	height: 100%;
}
.search {
	position: relative;
	float: right;
	height: 34px;
	width: 250px;
	margin:50px 0;
}
.search-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
line-height:34px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #f1f1f1;
	border:0;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-box:active,
.search-box:focus {
}

.search img{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 16px;
}

/* .header  ---------------------------------------------- */
.header {
	height: 44px;
	width: 100%;
	background-color: #660066;
}
.navbar {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.navbar li {
	float: left;
	margin-right: 1px;
}
.navbar li a {
	display: inline-block;
	font-size: 16px;
	color: #f3e9f5;
	line-height: 44px;
	padding:0 25px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.navbar li a:hover,
.navbar .active a {
	background-color: #7a2387;
	color: #fff;

}

/* .index-banner ---------------------------------------------- */

/* Index-banner
---------------------------------- */
.index-banner{
    width:100%;
    height:415px;
    overflow:hidden;
    position:relative;
}
.index-banner .hd {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 1;
	height: 10px;
}
.index-banner .hd ul {
	width: 200px;
	height: 20px;
	margin:0 auto;
	overflow: hidden;
}
.index-banner .hd ul .on{
	background-color: #660066;
}
.index-banner .hd ul li {
	display: block;
	float: left;
	margin:0 6px;
	width: 14px;
	height: 14px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #fff;
}
.index-banner .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.index-banner .bd li{
    zoom:1;
    vertical-align:middle;
}
.index-banner .bd li a {
	display: block;
	height: 415px;
	position: relative;
}

.index-banner .bd img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-960px;
	width:auto;
	height:415px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.index-banner .prev,
.index-banner .next{background-color: #ccc; position:absolute; left:5%; top:50%; margin-top:-35px; display:block; width:40px; height:70px;  filter:alpha(opacity=50);opacity:0.5;   }
.index-banner .next{ background:url(../images/next.png) center center no-repeat;left:auto; right:5%;}
.index-banner .prev{ background:url(../images/prev.png) center center no-repeat;}
.index-banner .prev:hover,
.index-banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.index-banner .prevStop{ display:none;  }
.index-banner .nextStop{ display:none;  }

/* 列表 ---------------------------------------------- */

.pagewrap {
	margin-top: 30px;
}
.news {
	margin-bottom: 50px;
}
.news .list-box:last-child {
	margin-right: 0;
}
.list-box {
	float: left;
	width: 365px;
	margin-right: 52px;	
}
.list-box:list-child {
	margin-right: 0;
}
.list-box ul li {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.list-box ul li:last-child {
	margin-bottom: 0;
}
.list-box ul li a {
	position: relative;
	display: block;
	font-size: 16px;
}
.list-box ul li a:hover h3 {
	color: #761a76;
}
.list-box ul li a img {
	width: 365px;
    position: absolute;
    top: -50%;
}
.list-box ul li a h3 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 10px;
	color: #333;
}
.list-box ul li a .violet {
	color: #660066;
	font-weight: 700;
	margin:0;
}
.list-box ul li a p {
	font-size: 13px;
	line-height: 18px;
	color: #999;
	font-family: "宋体";
}
.list-box ul li span {
	position: absolute;
	right: 0;
	bottom: 12px;
	color: #999;
	font-size: 12px;
}

.list-box ul li .ck-menu {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 18px;
	color: #ffaa00;
}


/* 网络信息 - demo.html ---------------------------------------------- */
.wangluo {
	float: left;
	width: 780px;
}
.wangluo-banner {
	width: 100%;
	height: 100px;
	
}
.wangluo-banner a {
	display: block;
	height: 100%;
	width: 100%;
	background: url(../images/wangluo-banner.png)center center no-repeat;
	background-size: cover;
}

.comm-tit {
	height: 20px;
	margin-bottom: 28px;
}
.comm-tit span {
	display: block;
	float: left;
	width: 6px;
	height: 20px; 
	background: #761a76;
	margin-right: 10px;
}
.comm-tit h2 {
	float: left;
}

.more {
	float: right;
	color: #666;
	font-size: 14px;
}
.more:hover {
	color: #761a76;
}
.ico-content {
	overflow: hidden;
}
.ico-content li {
	overflow: hidden;
	float: left;
	margin:40px 30px 0 30px;
}
.ico-content li a {
	display: block;
	width: 135px;
	height: 100px;font-size: 16px;
	text-align: center;
}
.ico-content li a img {
	display: block;
	width: 75px;
	height: 75px;
	margin:0 auto;
}
.ico-content li a p {
	font-weight: 200;
	color: #333;
	font-size: 16px;
	line-height: 34px;
}
.ico-content li a:hover p {
	color: #761a76;
}


.tonggao {
	width: 368px;
	float: right;
	margin-bottom: 50px;
}
.tonggao-list {
	height: 520px;
	overflow: hidden;
}
.tonggao-list li {
	overflow: hidden;
	margin-bottom: 15px;
}
.tonggao-list li span {
	float: left;
	font-size: 16px;
	color: #761a76;
	line-height: 30px;
	margin-right: 14px;
}
.tonggao-list li a {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.tonggao-list li a:hover {
	color: #761a76;
}

.zhinan-list li {
	width: 590px;
	height: 150px;
	background-color: #f3f3f3;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding:40px 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.zhinan-list li:hover {
	box-shadow: 1px 1px 5px #888888;
}
.zhinan-list li h4 {
	float: left;
	font-weight: 600;
	font-size: 16px;
	color: #222;
	line-height: 1;
	margin-right: 50px;
}
.zhinan-list li h4 span {
	display: block;
	font-weight: 300;
	font-size: 14px;
	color: #222;
	line-height: 24px;
	margin-top: 8px;
}
.zhinan-list li p {
	float: left;
	font-weight: 300;
	font-size: 14px;
	color: #222;
	line-height: 24px;
}

/* youqing ----------------------------------------------- */
.youqing {
	height: 180px;
	background-color: #460046;
	width: 100%;
	margin-top: 10px;
	padding:25px 0;
}
.youqing-link {
	padding-right: 80px;
	margin-right:80px;
	float: left;
	background: url(../images/border.png)right center no-repeat;
}
.youqing-link li a {
	display: block;
	color: #ccc;
	font-size: 16px;
	line-height: 40px;
}
.youqing-link li a:hover {
	color: #8a758a;
}
.youqing .left {
	float: left;
}
.youqing .right {
	float: right;
	width: 300px;
}
.jilu {
	float: left;
	margin-right: 30px;
}
.jilu li {
	color: #ccc;
	line-height: 30px;
}

/* footer ---------------------------------------------- */
.footer {
	background-color: #999;
	height: 50px;
	width: 100%;
}
.footer p{
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 12px;
}
.footer p a {
	color: #fff;
}


/* list-content ---------------------------------------------- */

.list-content {
	overflow: hidden;
	padding:20px 0;
	background-color: #f5f5f5;
}
.list-content .left {
	float: left;
	width: 270px;
}
.list-content .right {
	float: right;
	width: 900px;
}
.first-name {
	font-size: 18px;
	font-weight: 600;
	height: 60px;
	padding-left: 30px;
	line-height: 60px;
	background-color: #761a76;
	color: #fff;
}
.sec-name {
        width:270px;
	min-height: 520px;
	background: url(../images/nav-bg.png) no-repeat center center;
	
}
.sec-name li {
	height: 40px;
	border-bottom: 1px solid #f5f5f5;
}
.sec-name li a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding-left: 30px;
	line-height: 40px;

}
.sec-name li a:hover,
.sec-name .active a {
	color: #761a76;
}
.comm-content-top {
	padding:0 10px;
	height: 60px;
	margin-bottom: 10px;
}
.comm-content-tit{
	height: 60px;
	border-bottom: 2px solid #761a76;
}
.comm-content-top h3 {
	float: left;
	font-size: 18px;
	line-height: 20px;
	margin-top: 26px;
}
.dangqian {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin-top: 30px;
}
.dangqian span {
	display: inline-block;
	margin:0 6px;
	vertical-align: middle;
}
.dangqian a:hover {
color:#761a76;
}
.comm-list-content {
	min-height: 520px;
	overflow: hidden;
}
.comm-list-content li {
	float: left;
	height: 110px;
	width: 280px;
	margin: 10px;
}
.comm-list-content li a:hover {
	box-shadow: 1px 1px 5px #888888;
}
.comm-list-content li a {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding:16px 20px;
	overflow: hidden;
	color: #333;
}
.comm-list-content li a p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.comm-list-content li a:hover {
	color: #761a76;
}
.eye-ico {
	float: right;
	line-height: 20px;
margin-top:10px;
	color: #999;
	font-size: 12px;
}
.clock-ico {
	float: left;
	line-height: 20px;
margin-top:10px;
	color: #999;
	font-size: 12px;
}

.c-page {
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 30px 0;
padding:0 10px;
}

.c-page a:hover,
.c-page .active {
	color: #ffaa00;
	background-color: #eee;
}

.nry-content,
.jianjie-content {
	padding:20px 30px;
	min-height: 500px;
	background-color: #fff;
}
.jianjie-content {
	
}
.jianjie-content p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 20px;
	text-indent: 30px;
}
.nry-tit {
	border-bottom: 1px dotted #ccc;
}
.nry-tit h1 {
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	font-weight: 700;
}
.little-ico {
	height: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.little-ico span {
	font-size: 12px;
	display: inline;
	margin:0 10px;
	color: #999;
}
.nry-ny {
	margin-top: 20px;
}
.nry-ny p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	margin-bottom: 20px;
	text-indent: 30px;text-align: justify;display: inline-block;width: 100%;text-justify:inter-ideograph;
}
.p-page {
	margin-top: 20px;
font-size:14px;
line-hight:26px;
}
.p-page a {
	display: inline-block;
vertical-align:middle;
	width: 300px;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}
.p-page a:hover {
	color: #761a76;
}
.p-page a span {
	color: #761a76;
}


.headStyle2f9ye06im7 a, .pageList .this-page {
	height: 30px;
	line-height: 30px;
}