body,h1,p { margin: 0; } a{ text-decoration: none; /* 鍘婚櫎榛樿鐨勪笅鍒掔嚎 */ color: #000; /* 鍘婚櫎榛樿鐨勯鑹插拰鐐瑰嚮鍚庡彉鍖栫殑棰滆壊 */ } #topNavs { background: #fff; width: 100%; z-index: 100; overflow: hidden; } .topNav { display: flex; justify-content: space-between; align-items: center; width: 1200px; height: 92px; margin: 0 auto; } .topNav img{ /*width: 72px;*/ max-height:65px; } .topNav h1{ font-size: 54px; font-family: PingFang; font-weight: 800; color: #274082; } .navList { display: none; position: fixed; top: 92px; padding: 0 40px 60px; background: #fff; z-index: 100; } .navList p{ padding: 14px 0; border-bottom: 1px solid #ccc; cursor: pointer; } .navList p:last-child{ border: 0; } .topNav .showNav,.topNav .closeNav{ display: none; font-size: 24px; cursor: pointer; } .topNav .nav { display: flex; } .topNav .nav .btn { height: 92px; cursor: pointer; } .topNav .nav .btn:hover { background: #004080; } .topNav .nav .btn:hover p { color: #fff; } .topNav .nav .btn p { padding: 40px 20px 0; font-size: 18px; font-family: PingFang; font-weight: 500; color: #333333; } .topNav .nav .btn.lang p{ float: right; padding-left: 0; } .topNav .nav .btn.lang .tsIcon{ float: left; margin: 47px 4px 0 20px; width: 21px; height: 21px; box-sizing: border-box; background-image: url('../images/web/en.png'); background-repeat:no-repeat; } .topNav .nav .btn.aaa .tsIcon{ background-image: url('../images/web/cn.png'); } .footNav { width: 100%; margin: 0 auto; background: #F2F3F8; border: 1px solid #DADADD; box-sizing: border-box; overflow: hidden; } .footNav .bottomClick { display: flex; justify-content: space-between; margin: 46px auto ; width: 1200px; } .footNav .bottomClick .twCode img{ width: 140px; height: 140px; } .footNav .bottomClick .fnBox .fnTitle{ font-size: 18px; font-family: PingFang; font-weight: bold; color: #004080; line-height: 20px; } .footNav .bottomClick .fnBox .line{ margin: 10px 0; width: 25px; height: 2px; background: #004080; } .footNav .bottomClick .fnBox p{ margin-bottom: 12px; font-size: 18px; font-family: PingFang; font-weight: 500; color: #333333; line-height: 20px; cursor: pointer; } .footNav .bottomClick .twCode h1{ margin-top: 10px; font-size: 14px; font-family: PingFang; font-weight: 500; color: #333333; text-align: center; } .footNav .bottomTips { width: 100%; height: 50px; border-top: 1px solid #DADADD; font-size: 12px; font-family: PingFang; font-weight: 500; color: #333333; line-height: 50px; text-align: center; overflow: hidden; } .bannerImg { width: 100%; } @media only screen and (max-width:1200px ){ .topNav{ margin: 0 40px; width: auto; } .topNav img{ /*width: 32px;*/ max-height: 40px; } .topNav .nav{ display: none; } .topNav .showNav{ display: inline; } .footNav .bottomClick{ width: auto; } .footNav .bottomClick .fnBox,.footNav .bottomClick .twCode{ display: none; } .footNav .bottomClick .fnBox:nth-child(4){ display: inline; margin: 0 auto; } } .page{ margin: 30px 0; width: 100%; display: flex; justify-content: center; align-items: center; } .page li{ list-style:none; } .page li a{ font-size: 16px; padding: 0 12px; height: 32px; border-radius: 3px; overflow: hidden; text-align: center; line-height: 30px; margin: 0 10px; background: #fff; border: 1px solid #48A4DC; color: #48A4DC; display: block; } .page li .pageCur{ background: #48A4DC; border-color: #48A4DC; color: #fff; } .page li .page-prev,.page li .page-first,.page li .page-next,.page li .page-last{ display: none; }