.banner{width: 100%}
.banner img{width: 100%; display: block;}

.submenu{text-align: center;font-size: 0px;background-color: #f2f2f2;height: 70px;line-height: 70px;}
.submenu li{display: inline-block;height: 70px;font-size: 16px;position: relative;}
.submenu li:after{display: block;content:'';width: 1px;height: 16px;background-color: #ccc;position: absolute;right: 0;top: 50%;margin-top: -8px;} 
.submenu li:last-child:after{display: none;}
.submenu li.cur{border-bottom: 1px solid #c9151e;}
.submenu li.cur a{color: #c9151e; font-weight: bold;}
.submenu li:hover{border-bottom: 1px solid #c9151e; color: #c9151e;}
.submenu li a{display: block;padding: 0 30px;}

.local{ width: 1200px; margin: 0 auto; color: rgba(0, 0, 0, 0.65);font-size: 14px; padding-top: 20px; padding-bottom:20px; border-bottom: 1px solid #f0f0f0;}
.local a{color: rgba(0, 0, 0, 0.65);}

.about_box{ width: 1200px; margin: 0 auto; font-size: 16px; line-height: 30px; padding-bottom: 50px; padding-top: 20px;}
.about_box img{ max-width: 100%; }

/*资质荣誉*/
.honor{ width: 1200px; margin: 0 auto;padding-bottom: 50px; padding-top: 20px;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;}
.honor li{width: 32%; margin-right: 2%;cursor:pointer; margin-bottom: 2%;}
.honor li:nth-child(3n){margin-right: 0;}
.honor li dl{width: 100%; overflow: hidden;}
.honor li dl img{width: 100%;}
.honor li dd{background: #fafafa; text-align: center; padding:20px;}