* { padding: 0; margin: 0; list-style: none; text-decoration: none; font-family: "微软雅黑"; font-weight: 100; } body { width: 100vw; overflow-x: hidden; } /*头部 */ .header { width: 100%; height: 175px; } .header_main { width: 1400px; height: 100%; margin: 0 auto; display: flex; align-items: center; } .logo { width: 1031px; height: 130px; } .header_right { margin-left: auto; } .header_link { overflow: hidden; width: 310px; height: 21px; text-align: right; } .header_link span { margin: 0 5px; color: #fff; font-size: 10px; } .header_link a { color: #fff; font-size: 15px; letter-spacing: 3px; } .search{ display: flex; align-items: center; width: 300px; height: 38px; margin-top: 20px; border-radius: 10px; padding-left: 10px; background-color: #fff; } .input1 { width: 85%; height: 100%; border: none; outline: none; font-size: 12px; font-weight: 100; } .btn1{ border-radius: 0 10px 10px 0; background-color: #196db6; width: 64px; height: 38px; } .btn_input{ width: 25px; height: 25px; } /* 导航栏 */ #nav { width: 100%; height: auto; padding: 0; background: url(../img/nav.gif); /*border: 1px solid #d7d7d7;*/ } #nav_list { width: 1400px; height: 40px; margin: 0 auto; } /* 轮播图 */ .lgbg { height: 425px; display: inline-block; overflow-y: hidden; } .lgbg ul { display: flex; } .lgbg ul li img { width: 100vw; height: 425px; } /* 友情链接 */ #yqlj_1 { float: left; height: 50px; width: 100%; background-color: aliceblue; } #yqlj_1_1 { width: 1400px; height: 50px; margin: 0 auto; } .yqlj_title { float: left; color: #196db6; font-size: 17px; line-height: 50px; } .link{ line-height: 50px; float: left; color:#333; font-size: 17px; margin: 0 6px; } /* 尾部 */ #yqlj_2 { width: 100vw; background-color: #196db6; box-sizing: border-box; float: left; height: auto; } #yqlj_2_1 { width: 1400px; margin: 0 auto; text-align: center; padding: 21px 0; box-sizing: border-box; } #yqlj_2_1 p{ color: #fff; font-size: 16px; font-family: "微软雅黑"; margin-bottom: 8px; } #yqlj_2_1 span{ margin: 0 20px; color: #fff; font-size: 16px; font-family: "微软雅黑"; } #yqlj_2_1 span a { color: #fff; font-size: 16px; font-family: "微软雅黑"; }