@import url(base.css);

body {
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    color: #343434;
}

.main {
    position: relative;
}

.main .popup {
    background: #000;
    color: #fff;
    border: 0px;
    width: 800px;
    margin-left: -400px;
    position: absolute;
    top: 10%;
    height: 442px;
}

.main .popup p {
    font-size: 14px;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}

.main .popup h1 {
    color: #333;
    background: #F2F2F2;
    border-radius: 3px;
    text-align: center;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 400px;
    height: 42px;
    line-height: 42px;
}

.main .popup .time p {
    text-align: right;
}

.main .popup h2 {
    font-weight: bold;
}

.main .popup a.close {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #f1f1f1;
}

.main .popup .padding {
    padding: 20px 0px;
}

.main .popup .img {
    margin-top: 20px;
    margin-bottom: 10px;
}

.first_layer {
    background: #131313 url(../images/img/bg.jpg) center top no-repeat;
    height: 540px;
    background-size: auto 100%
}

.logo_group {
    padding: 20px 0px;
}

.logo_group .block {
    display: inline-block;
    width: 33.33%;
    float: left;
}

.logo_group .block a {
    display: inline-block;
    height: 78px;
    overflow: hidden;
    float: left;
    width: 100%;
    border: 1px dotted #ddd;
    padding: 5px;
    box-sizing: border-box;
}

.logo_group .block a img {
    width: 100px;
    height: 60px;
    padding: 2px;
    border: 1px solid #ddd;
    float: left;
}

.logo_group .block p {
    display: inline-block;
    width: 200px;
}

.logo_group .block .txt {
    display: inline-block;
    margin-left: 10px;
}

.logo_group h1 {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 2px;
    font-weight: bold;
}

.logo_group p {
    line-height: 20px;
    color: #444444;
    height: 40px;
    overflow: hidden;
}

.logo_group a p {
    color: #444444;
}

.logo_group a h1 {
    color: #FF3401;
}

.second_layer {
    background: #f1f1f1;
    padding: 40px 0px 0px 0px;
}

.second_layer .block_group {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.second_layer .block_group .block {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px 10px 10px;
    margin: 0px 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, #Ffffff 0%, #E2E2E2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #Ffffff), color-stop(100%, #E2E2E2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #Ffffff 0%, #E2E2E2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #Ffffff 0%, #E2E2E2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #Ffffff 0%, #E2E2E2 100%);
    /* IE10+ */
    background: linear-gradient(top, #Ffffff 0%, #E2E2E2 100%);
    /* W3C */
}

.second_layer .block_group .title {
    color: #050303;
    font-weight: bold;
    display: block;
    font-size: 14px;
}

.second_layer .block_group img {
    float: left;
}

.second_layer .block_group p {
    float: right;
    display: inline-block;
    width: 120px;
    color: #333;
    margin-top: 16px;
}

.second_layer .btn_group {
    text-align: center;


    border: 4px solid #717171;
    padding: 10px 0px 10px 0px;
}

.second_layer .btn_group h2 {
    font-weight: bold;
    font-size: 18px;
}

.second_layer .beauty {
    background: url(../images/img/beauty.png) center top no-repeat;
    height: 598px;
    position: relative;
}

.second_layer .beauty .logo {
    position: absolute;
    left: 48px;
    top: 50px;
}
.second_layer .beauty .btn_black {
    position: absolute;
    left: 388px;
    top: 68px;
    height:50px;
    line-height: 50px;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    color:#02CCFD;
    background:#130304;

    padding:0px 20px;
}
.second_layer .beauty .btn_black i{
    color:#DCB873;
}

.second_layer .beauty h1 {
    position: absolute;
    top: 170px;
    left: 56px;
    width: 550px;
    font-weight: bold;
}

.second_layer .txt {
    position: absolute;
    left: 100px;
    width: 520px;
    top: 230px;
}

.second_layer .txt p {
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0px;
    text-indent: 2rem;
}

.copyright {
    background: #1A1A1C;
    padding: 10px 0px;
    text-align: center;
}

.info {
    background: #181A1C;
    border-top: 1px solid #212326;
    padding: 20px 0 30px;
}

.info .padding {
    padding-left: 30px;
}

.info li {
    float: left;
    color: #676767;
    width: 152px;
    padding-right: 40px;
}

.info h3 {
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}

.info p {
    font-size: 12px;
    line-height: 1.5;
}

.last_layer {
    background: #3E3E3E;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 10px 0px;
    letter-spacing: 4px;
}

.last_layer h2 {
    font-weight: normal;
}

.b_popup {
    height: 150px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    background: url(../images/transbg.png) repeat;
    z-index: 999;
}

.b_popup .container {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    background: url(../images/banner21.png) no-repeat top right;
}

.b_popup .chips {
    width: 264px;
    height: 177px;
    display: block;
    background: url(../images/chips.png) no-repeat;
    position: absolute;
    top: -27px;
    left: 58px;
}

.b_popup .close {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    top: -20px;
    right: 0;
}

.b_popup .txt {

    position: absolute;
    width: 421px;
    height: 36px;
    display: block;
    background: url(../images/bgdate.png) no-repeat;
    bottom: 15px;
    right: 224px;
    line-height: 36px;
    font-size: 21px;
    text-align: center;
    color: #fff;
}

.b_popup .txt a {
    color: #fff;
}

.btn_orange {
    background: #FF6600;
    color: #FFE011;
    padding: 0px 10px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.btn_orange:hover {
    background: red;
    color: #FFE011;
}


.padding {
    padding: 10px;
}

.paddingtwo {
    padding: 20px;
}

.paddingone {
    padding: 15px;
}

.paddinglr {
    padding: 0 10px;
}

.marginone {
    margin-top: 10px;
}

.margintwo {
    margin-top: 20px;
}

.marginthree {
    margin-top: 30px;
}

.a_right {
    text-align: right;
}

.a_center {
    text-align: center;
}

.a_left {
    text-align: left;
}


.right {
    float: right;
}

.left {
    float: left;
}