/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
	width: 100%;
    overflow: hidden;
    position: absolute;
    bottom:60px;
    z-index: 1;
    text-align: center;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
}
.ibanner .hd ul li {
	display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    line-height:12px;
    text-align: center;
    background: #b9b8b8;
    cursor: pointer; 
    border-radius: 50px;
}
.ibanner .hd ul li.on {
    background: #402b5c;
    opacity:1;
    color: #fff;
    width:12px;
    height:12px;    
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd img {
    width: 100%;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../img/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}

.box{
	width: 1200px;
	margin: 0 auto;
}
.top-w{
	position: absolute;
	top: 0;
	width: 100%;
	height: 186px;
	z-index: 999;
}
.top-w-bg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #584078;
	opacity: 0.57;
	filter: alpha(opacity=57);
}
.top-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 59%;
	height: 100%;
	background: url(../img/top-bg.png) no-repeat right top;
	background-size: cover;
}
.top{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	height: 100%;
}
.logo{
	margin-top: 30px;
}
.logo a{
	display: block;
}
.top-s-y{
	margin-top: 20px;
}
.top-s-ya a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-left: 15px;
}
.top-s-ya a:hover{
	color: #eee;
}
.search{
    width: 197px;
    height: 34px;
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
}
.search input[type="text"]{
	float: left;
    width: 166px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    background: none;
    border: none;
    font-size: 14px;
    color: #fff;
}
.search input[type="submit"]{
    width: 21px;
    height: 22px;
    float: right;
    background: url(../img/fdj.png) no-repeat center;
    margin-top: 5px;
    border: 0;
    cursor: pointer;
}
input::-webkit-input-placeholder {
        color: #fff;
      }
      input::-moz-input-placeholder {
        color: #fff;
      }
      input::-ms-input-placeholder {
        color: #fff;
      }
    
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ height:67px; line-height:67px; position:relative; z-index:1;}
		.nav a{ color:#fff;}
		.nav .nLi{ float:left;  position:relative; display:inline;  }
		.nav .nLi h3{ float:left;  }
		.nav .nLi h3 a{ display:block; padding:0 32.8px; font-size:16px;}
		.nav .nLi.nli1 h3 a{padding-left: 0;}
		.nav .nLi.nli10 h3 a{padding-right: 0; padding-left: 34px;}
		.nav .sub{ display:none; width:100%; left:0; top:67px; position:absolute; background:#402B5C; opacity: 0.8; filter: alpha(opacity=80); line-height:34px;}
		.nav .nLi.nli5 .sub{width: 120%;}
		.nav .nLi.nli6 .sub{width: 120%;}
		.nav .nLi.nli7 .sub{width: 120%;}
		.nav .nLi.nli8 .sub{width: 120%;}
		.nav .nLi.nli10 .sub{width: 150%; right: 0; left: auto;}
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; padding:0 10px;}
		.nav .sub a:hover{ background:#20152e; color:#fff;}
		.nav .on h3 a{ color:#fff;}
		
.ban-x-w{
	width: 100%;
	height: 245px;
	background: #ededed;
	border-bottom: 15px solid #e69850;
	margin-top: 180px;
}
.ban-x{
	position: relative;
	height: 100%;
}
.ban-x ul{
	position: absolute;
	top: -110px;
        margin-left:250px;

}
.ban-x ul li{
	float: left;
	position: relative;
	width: 376px;
	height: 288px;
	overflow: hidden;
	margin-left: 36px;
}
.ban-x ul li.ban-x1{
	margin-left: 0;
}
.ban-x ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.ban-x ul li .ban-x-img{
	width: 100%;
	height: 100%;
}
.ban-x ul li a img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.ban-x ul li .ban-x-z{
	position: absolute;
	top: 0;
	width: 100%;
	height: 145px;
	background: rgba(56,44,84,0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8382c54,endColorstr=#c8382c54);
	line-height: 145px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.ban-x ul li.ban-x2 .ban-x-z{
	background: rgba(229,145,76,0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8e5914c,endColorstr=#c8e5914c);
}
.ban-x ul li.ban-x3 .ban-x-z{
	background: rgba(211,69,68,0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8d34544,endColorstr=#c8d34544);
}
.ban-x ul li a:hover .ban-x-img img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.news-w{
	width: 100%;
	background: url(../img/news-bg.png) no-repeat right 22px;
}
.news-title{
	position: relative;
	height: 40px;
	margin-top: 54px;
}
.news-title-x{
	position: absolute;
	top: 20px;
	width: 100%;
	height: 1px;
	background: #b8b8b8;
}
.news-title h2{
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 0;
	width: 140px;
	height: 100%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 24px;
}
.more-w{
	position: absolute;
	top: -8px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
}
.more{
	float: right;
}
.more a{
	display: block;
	font-size: 12px;
	color: #999;
}
.more a:hover{
	color: #402B5C;
}
.news{
	margin-top: 70px;
}
.news ul li{
	float: left;
	width: 376px;
	margin-left: 36px;
}
.news ul li:first-child{
	margin-left: 0;
}
.news ul li .news-sj{
	float: left;
	width: 62px;
	height: 62px;
	border: 1px solid #bfbfbf;
	text-align: center;
	margin-right: 15px;
}
.news ul li .news-sj p{
	width: 30px;
	line-height: 36px;
	margin: 0 auto;
	font-size: 24px;
	color: #fa7145;
	border-bottom: 1px solid #bfbfbf;
}
.news ul li .news-sj span{
	display: inline-block;
	line-height: 24px;
	font-size: 12px;
}
.news ul li .news-r h3{
	font-size: 16px;
	line-height: 40px;
}
.news ul li .news-r h3 a{
	display: block;
}
.news ul li .news-r h3 a:hover{
	font-weight: bold;
	color: #402B5C;
}
.news ul li .news-r p{
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.news-qh{
	width: 100%;
	height: 820px;
	margin-top: 100px;
	position: relative;
}
.new-qh-d{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 400px;
	background: #f3f1f4;
}
.news-qh-lbg{
	position: absolute;
	left: 0;
	width: 40%;
	height: 820px;
	background: url(../img/news-qh-lbg.jpg) no-repeat right top;
	background-size: cover;
}
.news-qh-rbg{
	position: absolute;
	right: 0;
	top: 120px;
	width: 70%;
	height: 595px;
	background: #e9dad6;
}
.news-qh-con{
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -600px;
	z-index: 1;
	background: #E9DAD6;
	height: 595px;
}
.slideTxtBox{ width:100%; text-align:left; position: relative;}
		.slideTxtBox .hd{ position:absolute; left: 65px; top: -72px; color: #fff; }
		.slideTxtBox .hd ul{ float:left;}
		.slideTxtBox .hd ul li{ float:left; font-size: 20px; color: #fff; padding:0 25px; cursor:pointer;  }
		.slideTxtBox .hd ul li:first-child{background: url(../img/qh-bx.jpg) no-repeat right center;}
		.slideTxtBox .hd ul li.on{ font-size: 24px; color: #fff;}
		.slideTxtBox .bd ul{ padding:115px 0 115px 20px;  zoom:1;}
		.slideTxtBox .bd li{ float: left; width: 358px; height: 120px; border: 1px solid #ccc; margin: 30px 16px; position: relative;}
		.slideTxtBox .bd li a{display: block; width: 100%; height: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
		.slideTxtBox .bd li .news-qh-sj{position: absolute; top: -6px; left: 10px; width: 71px; height: 68px; background: url(../img/news-qh-sj.png)  no-repeat; background-size: 71px 68px; color: #fff; text-align: center;}
		.slideTxtBox .bd li .news-qh-sj p{font-size: 22px; margin-top: 6px;}
		.slideTxtBox .bd li .news-qh-sj span{font-size: 12px;}
		.slideTxtBox .bd li .news-qh-bt{font-size: 16px; padding: 34px 20px 0 90px; line-height: 30px;}
		.slideTxtBox .bd li a:hover{ background: #fff; border-color: #fff; 
		box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.22);
		-webkit-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.22);
		-moz-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.22);
		}
.more2{
	position: absolute;
	top: -50px;
	right: 0;
}
.more2 a{
	display: block;
	font-size: 12px;
	color: #999;
}
.more2 a:hover{
	color: #402B5C;
}
		
.fwzn-w{
	width: 100%;
	background: #F3F1F4;
	height: 1221px;
	position: relative;
}		
.fwzn-xbg{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 675px;
	background: url(../img/fwzn-xbg.jpg);
	background-size: cover;
}		
.fwzn{
	padding-top: 90px;
	height: 770px;
}
.fwzn-title{
	text-align: center;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}	
.fwzn-title h2{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	background: #F3F1F4;
	font-size: 24px;
	line-height: 40px;
}
.fwzn-title h2 a{
	display: block;
}
.fwzn-title h2 a:hover{
	color: #402B5C;
	font-weight: bold;
}
.fwzn-title .fwzn-title-x{
	position: absolute;
	top: 19px;
	width: 100%;
	height: 1px;
	background: #b8b8b8;
}
.fwzn-nr{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	margin-top: 130px;
	background: #fff;
	height: 600px;
	z-index: 1;
}
.fwzn-nr ul{
	padding: 127px 20px 20px 20px;
}
.fwzn-nr ul li{
	float: left;
	width: 205px;
	margin: 0 42px;
}
.fwzn-nr ul li a{
	display: block;
}
.fwzn-nr ul li a .fwzn-tb{
	width: 104px;
	height: 104px;
	margin: 0 auto;
	background: #e79e5a;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.fwzn-nr ul li.fwzn2 a .fwzn-tb{
	background: #f67653;
}
.fwzn-nr ul li.fwzn3 a .fwzn-tb{
	background: #ea5f36;
}
.fwzn-nr ul li.fwzn4 a .fwzn-tb{
	background: #d5494c;
}
.fwzn-nr ul li.fwzn1 .fwzn-tb img{
	padding-top: 29px;
}
.fwzn-nr ul li.fwzn2 .fwzn-tb img{
	padding-top: 33px;
}
.fwzn-nr ul li.fwzn3 .fwzn-tb img{
	padding-top: 29px;
}
.fwzn-nr ul li.fwzn4 .fwzn-tb img{
	padding-top: 27px;
}
.fwzn-nr ul li a:hover .fwzn-tb{
	background: #402B5C;
	margin-top: -10px;
	transform: rotate(180deg);
}
.fwzn-nr ul li .fwzn-fk{
	width: 203px;
	height: 203px;
	border: 1px solid #bfbfbf;
	margin-top: 52px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: relative;
}
.fwzn-nr ul li .fwzn-fk h2{
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
}
.fwzn-nr ul li.fwzn4 .fwzn-fk h2{
	top: -20px;
	width: 120px;
	margin-left: -80px;
	padding:0 20px;
}
.fwzn-nr ul li .fwzn-fk-nr{
	margin-top: 34px;
	padding: 0 10px;
}
.fwzn-nr ul li .fwzn-fk-nr p{
	line-height: 38px;
}
.fwzn-nr ul li.fwzn1 .fwzn-fk-nr p{
	text-align: center;
}
.fwzn-nr ul li a:hover .fwzn-fk{
	color: #402B5C;
	border-color: #402B5C;
}
.dktz{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 100px;
	width: 1200px;
}
.dktz ul{
	margin-top: 70px;
}
.dktz ul li{
	float: left;
	width: 280px;
	color: #fff;
	margin-left: 180px;
}
.dktz ul li:first-child{
	margin-left: 0;
}
.dktz ul li a{
	color: #fff;
}
.dktz-title{
	width: 300px;
	height: 40px;
	margin: 0 auto;
}
.dktz-title i{
	float: left;
	display: block;
	width: 90px;
	height: 1px;
	background: #fff;
	margin-top: 19px;
}
.dktz-title h2{
	float: left;
	width: 120px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.dktz-title h2 a{
	display: block;
	color: #fff;
}
.dktz-title h2 a:hover{
	color: #fff;
	font-weight: bold;
}
.dktz ul li .dktz-sj{
	float: left;
	width: 60px;
	height: 50px;
	background: url(../img/dktz-sjbg.png) no-repeat 20px center;
	margin-right: 20px;
	position: relative;
}
.dktz ul li .dktz-sj p{
	font-size: 24px;
	position: absolute;
	left: 0;
}
.dktz ul li .dktz-sj span{
	position: absolute;
	right: 0;
	bottom: 0;
}
.dktz ul li .dktz-bt{
	line-height: 50px;
	font-size: 16px;
}
.dktz ul li .dktz-bt a:hover{
	text-decoration: underline;
}
.xzwd{
	height: 700px;
	margin-top: 80px;
	position: relative;
}
.xzzq{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 600px;
	height: 552px;
	background: #e79e5a;
}
.xzzq h2{
	background: url(../img/xzzq-bt.png) no-repeat;
	width: 248px;
	height: 63px;
	line-height: 63px;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}
.xzzq h2 a{
	display: block;
	color: #fff;
}
.xzzq ul li{
	border: 1px solid #fff;
	width: 500px;
	height: 53px;
	margin: 0 auto;
	padding-left: 15px;
	line-height: 53px;
	font-size: 20px;
	margin-top: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.xzzq ul li a{
	display: block;
	float: right;
	width: 23px;
	height: 27px;
	margin-top: 13px;
	margin-right: 10px;
}
.xzzq ul li img{
	display: block;
	width: 23px;
	height: 27px;
}
.xzzq ul li:hover{
	background: #fff;
}
.nwwd{
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 620px;
	height: 570px;
	background: #f3f1f4;
}
.nwwd h2{
	position: absolute;
	top: -110px;
	right: 0;
	width: 194px;
	height: 164px;
	background: #4e3363;
	line-height: 164px;
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
}
.nwwd h2 a{
	display: block;
	color: #fff;
}
.nwwd-k{
	width: 520px;
	height: 480px;
	border: 1px solid #9a64c4;
	margin-left: 52px;
	margin-top: 44px;
}
.nwwd-k ul{
	padding: 45px 0 0 110px;
}
.nwwd-k ul li{
	font-size: 16px;
	line-height: 38px;
}
.nwwd-k ul li a:hover{
	color: #402B5C;
	font-weight: bold;
}
.link-bg{
	width: 100%;
	height: 225px;
	background: #F3F1F4;
	margin-top: 80px;
}
.link-w{
	padding: 60px 0 45px 0;
}
.link h2{
	font-size: 24px;
	float: left;
}
.link{
	width: 650px;
}
.xgzd{
	width: 550px;
}
.link ul{
	padding-left: 142px;
	background: url(../img/link-x.jpg) no-repeat 118px top;
}
.link ul li{
	float: left;
	width: 46%;
	background: url(../img/yd.png) no-repeat left center;
	padding-left: 16px;
	line-height: 40px;
	font-size: 16px;
}
.link ul li a:hover{
	color: #9A64C4;
}
.foot-bg{
	width: 100%;
	height: 599px;
	background: url(../img/foot-bg3.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.foot-zs{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65%;
	height: 459px;
	background: #412358;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.foot-zsx{
	position: absolute;
	top: 237px;
	left: 0;
	width: 45%;
	height: 3px;
	background: #fff;
}
.foot{
	position: absolute;
	left: 50%;
	top: 186px;
	margin-left: -600px;
	width: 1200px;
	font-size: 16px;
	color: #fff;
}
.foot .foot-lj{
	height: 80px;
}
.foot .foot-lj a{
	color: #fff;
	padding: 0 10px;
}
.foot .foot-dz{
	margin-top: 40px;
}
.foot .foot-dz p{
	line-height: 70px;
}
.foot-t{
	position: absolute;
	top: -286px;
	right: 439px;
	width: 10px;
	height: 100px;
	background: url(../img/foot-t.png) no-repeat;
        display:none;
}

/*以下是子页面样式*/
.zibanner{
	width: 100%;
	height: 550px;
}
.zibanner img{
	display: block;
	width: 100%;
	height: 100%;
}
/*以下是列表页样式*/
.box-zt{
	min-height: 600px;
}

/*列表页左侧*/
.menu{
    float: left;
    width: 300px;
    position: relative;
}
.menu dl{
	
}
.menu dl dt{
	position: absolute;
	left: 0;
	top: -120px;
	width: 288px;
	height: 150px;
	line-height: 150px;
    background: rgba(230,152,80,0.7);
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.menu dl .menu2j{
	position: absolute;
	top: 60px;
	left: 0;
	width: 288px;
	background: #62527e;
	padding-top: 20px;
	padding-bottom: 30px;
}
.menu dl .menu2j dd{
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    position: relative;
}
.menu dl .menu2j dd i{
	position: absolute;
	right: -15px;
	top: 0;
	width: 15px;
	height: 74px;
	background: url(../img/menu-zs.png) no-repeat;
	display: none;
}
.menu dl .menu2j dd a{
	display: block;
    font-size: 16px;
    color: #fff;
}
.menu dl .menu2j dd a:hover{
    background: #8670ac;
    font-weight: bold;
}
.menu dl .menu2j dd a:hover i, .menu dl .menu2j dd a.on i{
	display: block;
}
.menu dl .menu2j dd a.on{
    background: #8670ac;
    font-weight: bold;
}
/*列表页右侧*/
.box-zt-right{
    float: right;
    width: 870px;
}
.box-zt-right .place{
	height: 40px;
	line-height: 40px;
}
.box-zt-right .place .place-bt{
    font-size: 22px;
    float: left;
}
.box-zt-right .place .place_r{
	float: right;
    font-size: 12px;
    background:  url(../img/place.png) left center no-repeat;
    padding-left: 24px;
    font-size: 12px;
}
.box-zt-right .place .place_r a{
	font-size: 12px;
    color: #333333;
}
.box-zt-right .place .place_r a:hover{
    color: #0B5AA8;
}
.box-zt-right .list_box{
	
}
.box-zt-right .list_box li{
	background: url(../img/zisj.png) no-repeat left center;
	padding-left: 20px;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
}
.box-zt-right .list_box li em{
    float: right;
    color: #666;
}
.box-zt-right .list_box li a{
	display: block;
}
.box-zt-right .list_box li a:hover{
    color: #9A64C4;
}

/*内容页*/
.box-zt-right .main_content{
	margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.box-zt-right .main_content .title{
    text-align: center;
    font-size: 22px;
    color: #333333;
    height: auto;
    border: 0;
}
.box-zt-right .main_content .Subtitle{
    text-align: center;
    font-size: 12px;
    color: #333333;
    line-height: 3;
    background: #f5f5f5;
    margin-top: 15px;
}
.box-zt-right .main_content .dpzw{
    font-size: 16px;
    color: #333333;
    line-height: 3;
    margin-top: 15px;
    border-bottom: 1px #cccccc dashed;
    padding-bottom: 30px;
}
.box-zt-right .main_content .dpzw p{
    text-indent: 2em;
    font-size: 15px;
}
.box-zt-right .main_content .page_box{
    margin-top: 20px;
    font-size: 15px;
}
.box-zt-right .main_content .page_box p{
	font-size: 15px;
	line-height: 30px;
}
.box-zt-right .main_content .page_box a{
	font-size: 14px;
    color: #666;
    line-height: 20px;
}
.box-zt-right .main_content .page_box a:hover{
    color: #9A64C4;
}


.box-zt-nr{
	width: 100%;
}
.box-zt-nr .main_content{
	margin-top: 36px;
}
.box-zt2{
	position: relative;
}
.box-zt2 .lmmc{
	position: absolute;
	left: 0;
	top: -120px;
	padding: 0 20px;
	height: 150px;
	line-height: 150px;
    background: rgba(230,152,80,0.7);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}