.banner{
    width: 100%;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.banner-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-text{
    position: absolute;
    width: 100%;
    max-width: 1280px;
    padding: 0 22px;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
}
.banner-text h3{
    margin: 0;
    padding: 0;
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}
.banner-text p{
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #ddd;
    text-align: center;
    line-height: 1.3;
}
.banner-image{
    width: 100%;
    height: 100%;
}
.banner-image .wap{
    display: none;
}
.banner-image .pc{
    width: 100%;
    height: 100%;
}
.banner-image .wap{
    width: 100%;
    height: 100%;
}
.banner-image .pc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-image .wap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 1068px){
    .banner{
        height: 240px;
    }
    .banner-text h3{
        font-size: 32px;
    }
    .banner-text p{
        font-size: 16px;
    }
}
@media(max-width: 734px){
    .banner-image .pc{
        display: none;
    }
    .banner-image .wap{
        display: block;
    }
}
/*search box*/
.middle{
	padding-top: 20px;
}
.middle .custom_container{
    background: #fff;
    padding:60px 0 30px;
}
.form-box{
    padding:0 20%;
}
.form-box form{
    width: 100%;
    position: relative;
    display: flex;
}
.form-box form .search-text{
    font-size: 14px;
    width: 100%;
    border: 3px solid #00a5dd;
    border-right: none;
    padding: 5px 10px;
    line-height: 30px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #000;
    font-weight: 700;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
}
.form-box form .search-btn{
    width: 50px;
    border: 1px solid #00a5dd;
    background: #00a5dd;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    padding:0;
}
.form-box form .search-btn i{
    font-weight: bold;
    font-size: 18px;
}
.bottom {
    padding-bottom: 20px;
}
.bottom .custom_container{
    background: #fff;
    padding-bottom:40px;
}
.bottom .manual-wrap{
    max-width: 720px;
    width: 100%;
    margin:auto;
    min-height: 605px;
}
.bottom .manual-wrap-title{
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.bottom .manual-wrap table{
	width: 100%;
}
.bottom .manual-wrap table th{
	font-size: 15px;
	padding: 10px 0;
    padding-right: 10px;
}
.bottom .manual-wrap table td{
	font-size: 15px;
	padding: 10px 0;
    padding-right: 10px;
}
.manual-title a{
	color: #333;
}
.manual-title a:hover{
	color: #008cd6;
}
.noresults{
    padding:40px;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
}
.noresults h4{
    font-weight: 500;
    color: #333;
    font-size: 24px;
}
.noresults h5{
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.noresults ol{
    color: #515151;
    font-size: 16px;
}
.bottom .paginations{
	margin-top: 20px;
}
.bottom .paginations .pagination{
    margin:0;
}
@media(max-width: 768px){
	.middle{
		padding-top: 0;
	}
	.bottom{
		padding-bottom: 0;
	}
	.bottom .paginations{
		margin-top: 6vw;
	}
    .middle .custom_container{
        padding:8vw 0 4vw;
    }
    .bottom .custom_container{
        padding-bottom: 8vw;
    }
    .bottom .manual-wrap{
        max-width: none;
    }
}
@media(max-width: 480px){
    .form-box{
        padding:0 10%;
    }
    .form-box form .search-text{
        line-height: 5vw;
        padding:1.5vw;
    }
    .bottom .manual-wrap-title {
	    font-size: 6vw;
	}
    .noresults{
        padding:4vw 10px;
    }
    .noresults h4{
        font-size: 5vw;
    }
    .noresults h5{
        font-size: 4vw;
    }
    .noresults ol{
        font-size: 3.5vw;
    }
    .bottom .manual-wrap table th{
    	font-size: 3.3vw;
    	padding: 5px 0;
    }
    .bottom .manual-wrap table td{
    	font-size: 3.3vw;
    	padding: 5px 0;
    }
}