html,body{ width: 100%; height: 100%; background: #fff;} /*顶部*/ .top{ width: 100%; height: 100px; position: relative;} .top .bgtop{ background: url(../images/bgtop.jpg) no-repeat; background-size: 100% 100%; width: 85%; height: 100px; position: absolute; right: 0; z-index: 1;} .bgtop .logo{ margin: 15px 20px 15px 100px; width: 300px; height: auto;} .line{ position: absolute; top: 15% ;} .sport{ display: inline-block; position: absolute; top: 15%; margin-left: 20px; text-align: center;} .sport span:nth-child(1) { color: #ffb72d; font-size: 30px; display: block; font-family: "KaiTi"; font-weight: bolder;} .sport span:nth-child(2) { color: #cb9536; font-size: 14px; display: block; font-family: "Microsoft Yahei";} .version{ color: #cb9536; font-size: 14px; position: absolute; top: 50%; right: 25%; border-bottom: 1px solid;} .vacancy{ width: 30%; height: 200px; background: #3e4154; position: absolute; right: 0;}.showimg{ background: url(../images/bg1.jpg) no-repeat; position: absolute; top: 100%; background-size:100% 100%; width: 80%; height: 220px;} /*content*/ .content{ z-index: 111; margin: 15% 20% 20px; font-family: "Microsoft Yahei"; color:#333;} .content .leftText{ float: left; width:60%;} .leftText .title{ padding-bottom: 8px; border-bottom: 3px solid #ffb72d;} .title span{ padding-left: 10px; font-size: 18px;} .describe{ color:#999898;} .describe img{ width: 100%; height: 100%;} .describe div{ margin: 10px 0; line-height: 20px;} .content .rightText{ margin-top: 15px; float: right; background: url(../images/bg2.jpg) no-repeat; /*background-size: contain;*/ -moz-background-size: 100% 100%; -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; background-size: 100% 100%; height: 350px; width: 35%; position: relative;} .rightText span{ color: #949393; font-size: 13px;} .rightText .bigtitle{ color: #ffbd06; font-size: 32px;} .rightText span .titlelist{ font-weight: bolder; color:#333;} .toptxt span{ position: absolute; left: 20%; top:15%; line-height: 15px;} .toptxt .digital{ position: absolute; top: 25%; left: 10%;} .bottomtxt .digita2{ position: absolute; bottom: 25%; right: 15%;} .bottomtxt span{ line-height: 15px; position: absolute; right: 25%; bottom:18%;} .content::after{ content: ""; clear: both; display: block; overflow: hidden; font-size: 0; height: 0;} /*底部*/ .bottom{ background: url(../images/footbg.jpg) no-repeat; background-size: 100% 100%; width: 85%; height: 100px; position: relative; bottom:0;} .bottom .address{ position: absolute; right: 25%; top: 25%;} .bottom p{ color: #c3c2c2; line-height: 20px;}