﻿@charset "utf-8";
body {
    background: #07111d;
    font-size: 12px;
    font-family: "\5FAE\8F6F\96C5\9ED1", Tahoma, Geneva, sans-serif;
}
body{min-width:1000px;}
a:hover{text-decoration: none;}
.header-wrap{
    z-index: 10;
    position: absolute;
    top:0;
    left:0;
    height:86px;
   width:100%;
    background:url("../images/opa.png") 0 0 repeat;
}
.header{
    margin:0 auto;
    width:1280px;
    height:86px;
}
.header .logo{
    width:200px;
    height:86px;
    background: url("../images/logo.png") 0 0 no-repeat;
}
.header .nav{
    margin-left:348px;
 }

.header .nav a{
    padding-top:25px;
    width:100px;
    display: inline-block;
    color:#000000;
    font-size: 20px;
    text-align: center;
    margin:0 20px;
}
.header .nav a.on{
    color:#d42d1c;
    border-top:#d42d1c 6px solid;
 }

/*banner图*/

.banner-wrap{
    width:100%;
    height:1048px;
}
.banner .left-btn{
    z-index: 10;
    position: absolute;
    top:500px;
    left:0;
    width:43px;
    height:81px;
    background: url("../images/left-btn.png") 0 0 no-repeat;
}
.banner .right-btn{
    z-index: 10;
    position: absolute;
    top:500px;
    right:0;
    width:43px;
    height:81px;
    background: url("../images/right-btn.png") 0 0 no-repeat;
}
.banner ul {
    width: 100%;
    position: relative;
}
.banner{
    width: 100%;
    height: 1048px;
    overflow: hidden;
    position: relative;
}
.banner ul li {
    width: 100%;
    height: 1048px;
    position: absolute;
    top:0;
    left:0;
}
.banner ul li a{
    display: block;
    width: 100%;
}
.hide{
    display: none;
}
.banner ol {
    overflow: hidden;
    position: absolute;
    top:865px;
    left:50%;
    margin-left:450px;
}
.banner ol li {
    width: 18px;
    height: 19px;
    float:left;
    margin: 0 7px;
    cursor:pointer;
    background: #ffffff;
    border: #ffffff 1px solid;
    border-radius: 50%;
}
.banner ol .current {
    background: #d10a0a;
}
.qx2-intro{
    width:1280px;
    left:50%;
    margin-left:-640px;
    position: absolute;
    top:225px;
    z-index: 10;
}
.qx2-intro .part1{
    width:565px;
}
.qx2-intro .part1 .p1{
    text-align: center;
 }
.qx2-intro .part1 .p2{
    padding-bottom:20px;
    text-align: center;
    color:#ffffff;
    font-size: 50px;
    font-weight: bold;
    border-bottom:#ff0707 1px solid;
}
.qx2-intro .part1 .p3{
    padding-top:18px;
    text-indent: 2em;
    width:445px;
    margin:0 auto;
    line-height: 30px;
    color:#ffffff;
    font-size: 16px;
 }
.qx2-intro .part1 .p4{
    text-indent: 3em;
    width:445px;
    color:#f8cb73;
    font-size: 16px;
}
.qx2-intro .part1 .enter{
    width:140px;
    height:52px;
    background: url("../images/enter-btn.png") 0 0 no-repeat;
    display: block;
    margin:30px auto 0;
}
.qx2-intro .part2{
   position: absolute;
    top:680px;
    left:10px;
    width:1260px;
    height:129px;
    background: url("../images/intro.png") 0 0 no-repeat;
}
.footer{

    width:100%;
    background: #000000;
    color:#9b9b9b;
    font-size: 14px;
}