@charset "utf-8";
/* CSS Document */
#header-wrapper{height:103px; background:#fff;}
#header-wrapper .header-inner{width:1140px; height:103px; margin:0 auto; background:#fff; overflow:hidden;}
.header-inner .logo{width:398px;height:56px;float:left;margin-top:24px;}
.header-inner .logo a{display:block;width:398px;height:56px;text-indent:-9999px;}
.header-inner .nav{float:right; margin-top:20px;}
.header-inner .nav ul li{float:left;}
.header-inner .nav ul li a{display:block;padding:0 16px;height:72px;line-height:72px;font-size:14px; color:#333;}
.header-inner .nav ul li a:hover{border-bottom: 2px solid #f75a53;border-radius: 5px 5px 0 0;text-decoration: none; }
.header-inner .nav ul li a.active{border-bottom: 2px solid #f75a53;border-radius: 5px 5px 0 0;text-decoration: none;}

/* 网页底部 */
#footer-wrapper{height:300px;background:#363636; font-size: 14px;}
#footer-wrapper img{vertical-align: middle;margin-right: 10px;}
#footer-wrapper .footer-inner{width:1140px;height:118px;background:#363636; margin:0 auto; padding-top:20px;}
.footer-inner .center{text-align: center;}
/* .footer-inner .content{width: 850px;margin: auto;} */
.footer-inner .content .left{padding: 20px;}
.footer-inner .content img.code{vertical-align: middle;width: 120px;margin-top: 30px;}
.footer-inner p{color:#727272;line-height:30px;}
.footer-inner p a{color:#727272;}

.pagination{float: right;}


/* 弹性布局 */
.flex{display: flex;justify-content: space-around;}


