html,body{
	overflow-x: hidden;
}


.position{
	width: 100%;
	background-color: #dbdbdb;
	padding: 15px 0;
}
.position p{
	font-size: 18px;
	color: #272c32;
	letter-spacing: 2px;
	margin: 0;
}
.position p a{
	color: #272c32;
	letter-spacing: 2px;
}
.position p img{
	margin-right: 5px;
}
.position .container{
	padding-left: 0;
}

.caselist-content .caselist-title span{
	font-size: 24px;
}

.caselist-content{
	margin: 50px 0;
}
.caselist-content .caselist-title span{
	background-color: #dbdbdb;
	font-size: 20px;
	padding: 10px;
	letter-spacing: 2px;
}
.caselist-content .caselist-title span a{
	width:100%;
	display:block;
	color: #454a50;
}
.caselist-content .caselist-title span:hover {
	background-color: #454a50;
	transition: all .3s;
}
.caselist-content .caselist-title span:hover a{
	color: #fff;
	transition: all .3s;
}
.caselist-content .caselist-title span.active{
	background-color: #454a50;
	transition: all .3s;
}
.caselist-content .caselist-title span.active a{
	color: #fff;
	transition: all .3s;
}
.caselist-content .caselist .caselist-item{
	padding: 3rem;
}
.caselist-content .caselist .caselist-item .image-box p{
	width: 100%;
    background-color: #42474c;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
	transition: all .3s;
}
.caselist-content .caselist .caselist-item .image-box p a{
	color: #fff;
	transition: all .3s;
}
.caselist-content .caselist .caselist-item .image-box:hover p{
	background-color: #b21313;
	transition: all .3s;
}








/* Pagesize */
.caselist-content .pagesize{
	clear: both;
    /* height: 30px; */
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
}
.caselist-content .pagesize ul li{
	display: inline-block;
    border: 1px solid #454a50;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #454a50;
}
.caselist-content .pagesize ul li a{
	/* text-align: center;
	float: left;
	border: 1px solid #454a50;
	margin-left: 10px;
	font-size: 16px;
	color: #454a50;
	background-color: #fff;
	padding: 0.5rem 1rem;
	transition: all .3s; */
    padding: 0.5rem 1rem;
	display: block;
    color: #454a50;
}
.caselist-content .pagesize ul li.active{
	background-color: #454a50;
}
.caselist-content .pagesize ul li.active a{
	color: #fff;
}
.caselist-content .pagesize ul li:hover{
	background-color: #454a50;
	transition: all .3s;
}
.caselist-content .pagesize ul li:hover a{
	color: #fff;
	transition: all .3s;
}






/* case.htm */
.case-content{
	margin: 50px 0;
}
.case-content .container{
	padding: 0;
}
.case-content .case-title p{
	padding: 0 0 15px 0;
	border-bottom: 2px solid #454a50;
}
.case-content .case-title p span{
	font-size: 28px;
	letter-spacing: 2px;
}
.case-content .case-body{
	margin-top: 40px;
}
.case-content .case-body p{
	font-size: 24px;
	color: #454a50;
	margin-bottom:30px;
}
.case-content .btn-left a{
	background-color: #454a50;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 3px;
    padding: .5rem 0;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid #454a50;
    transition: all .3s;
}
.case-content .btn-left a:hover{
	background-color: #b21313;
    border: 1px solid #b21313;
	transition: all .3s;
}
.case-content .btn-right a:hover{
	background-color: #454a50;
    border: 1px solid #454a50;
	transition: all .3s;
}
.case-content .btn-right a{
	background-color: #b21313;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 3px;
    padding: .5rem 0;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid #b21313;
    transition: all .3s;
}


/* related */
.related{
	margin-bottom: 30px;
}
.related .container{
	padding: 0;
}
.related .related-title h3{
	font-size: 30px;
	letter-spacing: 2px;
	padding: 0 0 0 10px;
	border-left: 3px solid #b21313;
}
.related .related-list .related-item .image-box p{
	width: 100%;
	background-color: #42474c;
	color: #fff;
	font-size: 2.1rem;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	transition: all .3s;
}
.related .related-list .related-item .image-box p a{
	color: #fff;
	transition: all .3s;
}
.related .related-list .related-item .image-box:hover p{
	background-color: #b21313;
	transition: all .3s;
}
.related .related-list .related-item{
	margin: 30px 0;
	padding: 0;
}