/* banner_wrapper */
.banner_wrapper{
	width: 100%;
	padding: 176px 0 108px;
	box-sizing: border-box;
	background: url(../images/about/banner.png) no-repeat center/cover;
}
.banner_wrapper .banner_txt>h4{
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	line-height: 1;
	margin-bottom: 32px;
}
.banner_wrapper .banner_txt>p{
	font-size: 30px;
	color: #fff;
	line-height: 1;
}
.banner_wrapper .banner_txt .banner_btn{
	margin-top: 64px;
}
.banner_wrapper .banner_txt .banner_btn>a{
	display: block;
	font-size: 16px;
	color: #0059df;
	float: left;
	width: 148px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
}
.banner_wrapper .banner_txt .banner_btn>a:last-child{
	color: #fff;
	background-color: transparent;
	margin-left: 32px;
}
/* banner_wrapper */


/* content */
.content{
    width: 1200px;
    margin: auto;
}
h1{
    font-size: 22px;
    color: #333;
    margin: 30px 0;
    font-weight: bold;
}
.sitemap-box{
    margin-bottom: 50px;
}

.sitemap-box > ul > li{
    border: solid 1px #ccc;
    margin-top: -1px;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.sitemap-box > ul > li:hover{
    background: #f8f8f8;
}
.sitemap-box > ul > li .column{
    width: 100px;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.sitemap-box > ul > li .page{
    width: 1098px;
    padding: 15px 0;
    border-left: solid 1px #ccc;
}
.sitemap-box > ul > li .page .item {
    margin-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.sitemap-box > ul > li .page .item:first-child {
    margin-top: 0;
}
.sitemap-box > ul > li .page .item > div:first-child {
    width: 120px;
    flex-shrink: 0;
    text-align: right;
}
.sitemap-box > ul > li .page a, .sitemap-box > ul > li .page span{
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    line-height: 26px;
    color: #707070;
}
.sitemap-box > ul > li .page a:hover{
    text-decoration: underline;
    color: #5097ff;
}
/* content */