*{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
}
#main_box{
	margin: 0 auto;
	width: 1920px;
	min-height: 1080px;
}
.bg{
	width: 1920px;
	height: 728px;
	background: url(../image2/bg2.png) no-repeat top center;
	position: relative;
}
.navi{
	width: 1444px;
	height:40px;
	position: absolute;
	top: 178px;
	left: 238px;
}
.navi ul{
	margin: 0 auto;
	height: 100%;
}
.navi ul a{
	display: block;
	text-align: center;
	color: white;
}
.navi ul a:hover{
	color:#eed3ff ;
}
.navi ul span:hover{
	color:#eed3ff ;
}


.column_display{
	width: 1444px;
	height: 900px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.column_one{
	width: 368px;
	height: 100%;
}

.column_two{
	width: 564px;
	height: 100%;
}
.column_three{
	width: 368px;
	height: 100%;
}
.window1{
	height: 460px;
	width: 368px;
}
.window1 .tit{
	height: 52px;
	width: 100%;
	line-height: 52px;
}
.window1 .tit img{
	display: block;
	float: left;
	margin: 20px 15px;
}
.window1 .tit h1{
	float: left;
	color: #491a6b;
	font-size: 28px;
}
.window1 .list_display1{
	width: 100%;
	height:410px ;
}
.window1 .list_display1 ul{
	margin: 20px 15px;
}
.window1 .list_display1 li{
	width: 100%;
	margin: 20px 0;
	height: 52px;
	line-height: 52px;
	background: url(../image2/list_type.png) no-repeat left center;
}


.window2{
	height: 410px;
	width: 368px;
	margin-top:30px;
}
.window2 .tit{
	height: 52px;
	width: 100%;
	line-height: 52px;
}
.window2 .tit img{
	display: block;
	float: left;
	margin: 20px 15px;
}
.window2 .tit h1{
	float: left;
	color: #491a6b;
	font-size: 28px;
}
.window2 .list_display1{
	width: 100%;
	height:360px ;
}
.window2 .list_display1 ul{
	margin: 20px 15px;
}
.window2 .list_display1 li{
	width: 100%;
	margin: 20px 0;
	height: 52px;
	line-height: 52px;
	background: url(../image2/list_type.png) no-repeat left center;
}

.window3{
	width:564px;
	height:460px;
	
}
.window3 .tit{
	height: 52px;
	width: 100%;
	line-height: 52px;
}
.window3 .tit img{
	display: block;
	float: left;
	margin: 20px 15px;
}
.window3 .tit h1{
	float: left;
	color: #491a6b;
	font-size: 28px;
}
.window3 .imgbox{
	width:564px;
	height: 370px;
	background-color: #eed3ff;
}
.window4 .list_display1{
	margin-top: 20px;
	width: 100%;
	height:420px;
}
.window4 .list_display1 ul{
	margin: 20px 15px;
}
.window4 .list_display1 li{
	width: 100%;
	margin: 20px 0;
	height: 52px;
	line-height: 52px;
	background: url(../image2/list_type.png) no-repeat left center;
}
.list_display1 li:hover a{
	color: #491a6b;
}
.list_display1 li:hover span{
	color: #491a6b;
}

.special_topic{
	margin: 20px auto;
	width: 1440px;
	height:425px ;
}
.special_topic_tit{
	margin:30px 0;
}
.special_topic_box{
	width: 100%;
	height: 172px;
	display: flex;
	justify-content: space-between;
}
.special_topic_box div{
	width: 339px;
	height: 172px;
}
.special_email{
	width: 1440px;
	height: 130px;
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}
.special_email .left_p{
	width: 628px;
	height: 105px;
	padding-top: 25px;
	background-color: #efedff;
}
.special_email .left_p p{
	font-size:18px; 
	line-height: 40px;
	font-weight: bold;
	margin-left: 65px;
}
.special_email .right_p{
	width: 628px;
	height: 105px;
	padding-top: 25px;
	background-color: #efedff;
}
.special_email .right_p p{
	font-size:18px; 
	line-height: 40px;
	font-weight: bold;
	text-align: right;
	margin-right: 65px;
}
.email_logo{
	position: relative;
}
.email_logo img{
	display: block;
	margin: 0 auto;
}
.email_address{
	width: 286px;
	height: 101px;
	background-image: url(../image2/email_border.png);
	position: absolute;
	top: -100px;
	left: -80px;
	display: none;
}
.email_address p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
}
.email_logo:hover .email_address{
	display: block;
}

.copyright{
	width: 1920px;
	min-height: 125px;
	background-color: #491a6b;
}
.copyright p{
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}



.navi ul {
    display: flex;
    justify-content: space-between;
}
.wp_nav .nav-item a span.item-name {

    font-size: 25px;
}
#wp_nav_w1 > ul > li.nav-item.i1 {
    margin-left: 40px;
}

span.item-name {
    color: white;
}