#bg{ background-color:#fcfbf4; }
.boxinfo{ width:100%; float:left; padding:20px 0px 30px;  background-image: url(../../uploads/page/vbg.jpg); background-repeat:no-repeat; background-position: center bottom; }
.inmain{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-start; }
.honor-one{ width:100%; padding:20px 0px 40px; display:flex; flex-direction:column; }
.infobox{ width:100%; display:flex; }
/* 标题样式 */
.page-title { width: 100%; display: flex; justify-content: center; text-align: center; flex-direction:column;margin-bottom: 30px;}
.page-title h1 {font-size: 2.3rem;font-weight:normal;color: #000;margin-bottom: 10px;}
.line {display: flex;align-items: center;justify-content: center;margin:10px 0;}
.line span {width: 10px;height: 10px;background-color: #000000;margin: 0 15px;}
.line::before,
.line::after {content: '';flex: 1;height: 2px;background-color: #000;max-width:80px;}
.infobox{ width:100%; display:flex; flex-direction:column; padding:20px 0px; }
.infobox .row{ gap:30px 0px; }
.abox{ width:100%; height:250px; display:flex; justify-content:center; align-items:center; flex-direction:column; padding:15px; background-image:url(../../uploads/page/kuang.jpg); background-position:center; background-size:100% 100%; background-color:#f9f6e8; background-repeat: no-repeat; }
.abox p{ font-size:1.7rem; color:#b18f4f; line-height:1.2; text-align:center; }
.bottonbox{ width:100%; display:flex; height:700px;}
.bottonbox i{ width:100%; display:flex; height:100%; background-color:#6e82cc; background-repeat:no-repeat; background-size:cover; }

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {


}
/* xs */
@media (max-width: 767px) {
.plras5{ padding:5px; }
.boxinfo{ padding:10px 10px 20px; }
.honor-one{ padding:10px 0px 30px; }
.page-title { margin-bottom:0px;}
.page-title h1 {font-size:1.45rem; margin-bottom:0px;}
.line { margin:15px 0;}
.line span {width:6px;height:6px;margin: 0 15px;}
.line::before,.line::after {max-width:50px;}
.infobox{  padding:20px 0px; }
.infobox .row{ gap:10px 0px; }
.abox{ height:190px; }
.abox p{ font-size:1.1rem; line-height:1.2; }
.bottonbox{ height:300px;}

}
@media (max-width: 480px) {
.bottonbox{ height:200px;}

}