html body{ padding: 0; margin:0; width: 100%;height: 100%; font-size: 14px; background-color: #eee; position: relative; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .tc{font-family: "Microsoft Yahei";} .en{font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;} .Box{ width: 1024px; padding: 0 15px; position: relative; margin: 30px auto; } .container{ width: 100%; -webkit-box-shadow: 0px 3px 15px 0px rgba(166,166,166,1); -moz-box-shadow: 0px 3px 15px 0px rgba(166,166,166,1); box-shadow: 0px 3px 15px 0px rgba(166,166,166,1); } .Fullcontainer{ min-width: 1024px; } .header{ width: 100%; padding: 12px 0; text-align: center; position: relative; background-color: #fff; border-bottom: 3px solid #f30100; } .header img.logo{ width: auto; height: 60px; } .contacts{ font-size: 14px; position: absolute; top: 35px; left: 10px; color: #555555; } img.contactsIcon,img.languagesIcon{ width: auto; position: relative; top: 2px; height: 15px; margin-left: 5px; margin-right: 5px; } .languages{ font-size: 14px; position: absolute; top: 35px; right: 15px; color: #555555; } .languages a,.languages a:hover{ color: #555555; text-decoration: none; } .Banner{width: 100%;margin:0;position: relative;} .Banner img{width: 100%;height: auto;} .Banner h1{ text-align: center; position: absolute; top: 50%; width: 100%; font-size: 70px; margin:0; color: #fff; left: 50%; display: inline-block; transform: translate(-50%, -50%); text-shadow: 4px 4px 5px rgba(0, 0, 0, 1); } .content{ width: 100%;background-color: #fff;margin:-5px 0 0 0; padding: 30px 20px; } .content p{ font-size: 16px;line-height: 1.7;margin:0 0 15px 0; text-align: justify;color: #222; } .copyright{ border-top:3px solid #f30100; background-color: #333; color: #fff; font-size: 13px; text-align: center; padding: 14px 0; }