body{
	background:#fff;
}
.footer{
	margin-top:0;
}
/*------ 大轮播 ------[开始]*/
.ibanner{ /*width:100%;*/ max-width: 1920px;margin: 169px auto 0; overflow:hidden; position:relative;  }
.ibanner .hd{ height:15px; overflow:hidden; position:absolute; /*right:5px; bottom:5px;*/ left: 50%;transform: translate(-50%, -50%);/*right:30px; bottom:28px;*/ bottom:12px; z-index:1; }
.ibanner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ibanner .hd ul li{ float:left; /*margin-right:2px;width:15px; height:15px;*/ margin:0 7px;margin:0 8px;border-radius: 10px; /*width:12px; height:12px;*/ width:11px; height:11px; line-height:14px; text-align:center; background:#fff; background:#e4ddf2;cursor:pointer; }
.ibanner .hd ul li.on{ background:#f00; background:#e64fa2;color:#fff; }
.ibanner .bd{ position:relative; height:100%; z-index:0;   }
.ibanner .bd li{ zoom:1; vertical-align:middle; position: relative }
.ibanner .bd li h1{position: absolute; /*bottom: 40px; left: 20%; */bottom: 20px; left: 60px;width: 940px;/*height: 130px; */
/*background:url("../images/banner_title_bg.png") ;*/background:rgba(0,0,0,.6); font-size: 28px;letter-spacing:1px;font-weight: normal;line-height: 44px; color: #ffffff; padding: 18px 80px 18px 40px; }
.ibanner .bd img{ width:100%;height: 520px;height: 480px;  display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.ibanner .prev,
.ibanner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:45px; height:80px; background:url(../images/slider-arrow.png) -120px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.ibanner .next{ left:auto; right:3%; background-position:-2px 5px; width: 45px; height: 80px;}
.ibanner .prev:hover,
.ibanner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.ibanner .prevStop{ display:none;  }
.ibanner .nextStop{ display:none;  }
/*------ 大轮播 ------[结束]*/

.content{
	padding-top:30px;
	padding-top:35px;
}
/*------ 图片链接 pic_links ------[开始]*/
.pic_links a{
	float: left;
	display: inline-block;
	width: 200px;
	height: 160px;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	margin-left: 20px;
}
.pic_links a:first-child{
	margin-left:0;
	background:url(../images/link1_bg.png);
}
.pic_links a:nth-child(2){
	background:url(../images/link2_bg.png);
}
.pic_links a:nth-child(3){
	background:url(../images/link3_bg.png);
}
.pic_links a:nth-child(4){
	background:url(../images/link4_bg.png);
}
.pic_links a .icon{
	/*height: 74px;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top:27px;*/
    margin-top:28px;
}
.pic_links a .icon img{
	height: 74px;
}
.pic_links a .tit{
	font-size:18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	/*letter-spacing: 1px;*/
	margin-top:8px;
	margin-top:3px;
	text-shadow: 0 2px 4px rgba(92,71,203,.5);
}
.pic_links a:hover{
	box-shadow: 0 2px 6px rgba(92,71,203,.3);
}
/*------ 图片链接 pic_links ------[结束]*/

/*------ 二维码切换 ------[开始]*/
.slideTxtBox{
	width: 320px;
	margin-top:5px;
}
.slideTxtBox .hd{
	width: 170px;
	height:150px; 
}
.slideTxtBox .hd ul li{ 
	font-size: 14px;
	width: 170px;	
	height: 50px;
	line-height: 18px;
	color: #301f7d; 
	background-color: #e2daf4;
	/*background-color: #e8e0f8;*/
	text-align: center;
	cursor:pointer; 
	display: flex;  
    justify-content: center; /* 水平居中 */  
    align-items: center; /* 垂直居中 */  
}
.slideTxtBox .hd ul li.on{
	position: relative;
	background:#6548ad;
	color: #fff;
}
.slideTxtBox .hd ul li.on::after{ 
	position: absolute;
	z-index: 1;
    right: -9px;
    right: -10px;
    top: 0;
    content: "";
    display: block;
    width: 10px;
    height: 100%;
	background:url(../images/icon_on.png) no-repeat -3px center;
}
.slideTxtBox .ct .con{
	width: 150px;
	height: 150px;	
	box-shadow: 0 2px 10px rgba(102,99,163,.2);
}
.slideTxtBox .ct .con img{
	width: 150px;
	height: 150px;	
}
/*------ 二维码切换 ------[结束]*/

/*------ 栏目图片链接 column_links ------[开始]*/
.column_links{
	/*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;*/
    margin-top:35px;
}
.column_links a{
	float: left;
	display: inline-block;
	width: 382px;
    height: 505px;
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
    margin-left:27px;
    background-size: cover;
    /*transition: all 0.7s ease 0s;*/
}
.column_links a:hover{
	/*transform: scale(1.03);*/
}
.column_links a:nth-child(3),.column_links a:nth-child(4),.column_links a:nth-child(5),.column_links a:nth-child(8){
	height: 240px;
}
.column_links a:nth-child(1),.column_links a:nth-child(5),.column_links a:nth-child(8){
	margin-left:0;
}
.column_links a:nth-child(3),.column_links a:nth-child(5){
	margin-bottom: 25px;
}
.column_links a:nth-child(8){
	margin-top: -266px;
}
.column_links a .menban{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.column_links a .column_name{
	position: absolute;
	left:20px;
	bottom:22px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
/*------ 栏目图片链接 column_links ------[开始]*/

/*------ 底部链接 links ------[开始]*/
.links{
	width: 100%;
	min-height: 136px;
	background-color: #efeef5;
	padding:24px 0 17px;
	margin-top:30px;
	margin-top:18px;
}
.links .title{
	font-size: 24px;
	color: #492c8f;
	font-weight: bold;
	margin-bottom: 15px;
}
.links .ct a{
	display: inline-block;
	font-size: 15px;
	color: #563e86;
	padding:8px;
	border:1px dashed #9480d8;
	border-radius: 2px;
	margin:0 15px 10px 0;
}
.links .ct a:hover{
	color: #6548ad;
    background: #faf8fe;
    border: 1px dashed #b3a3ea;
}
/*.links .ct a:last-child{
	color: #6548ad;
    background: #faf8fe;
    border: 1px dashed #b3a3ea;
}*/
/*------ 底部链接 links ------[结束]*/













