@charset "UTF-8";
html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizespeed;
    background: url(../images/bodybg.jpg) top center no-repeat;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

button, input, select, textarea {
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

ul, li, ol, dl, dd {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

input, button, select, textarea {
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

input, button {
    outline: none;
}

button, input[type='button'] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

i {
    font-style: normal;
}

.clearfix {
    display: block;
    zoom: 1;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ht-over {
    height: auto;
    overflow: hidden;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fontBold {
    font-weight: bold;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.border-box:before, .border-box:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block {
    display: block;
}

.lineBlock {
    display: inline-block;
}

.container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.clearfix {
    display: block;
    zoom: 1;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.float_lf, .fl {
    float: left;
}

.float_rt, .fr {
    float: right;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.ht_over {
    height: auto;
    overflow: hidden;
}

.none, .displaynone {
    display: none;
}

.header {
    height: 150px;
    background: #1a1a1a;
    overflow: hidden;
    border-bottom: 5px solid;
}

.headlf {
    width: 25%;
    overflow: hidden;
}

.headlf img {
    margin-top: 29px;
}

.headct {
    width: 50%;
}

.headct_top {
    margin-top: 24px;
}

.headct_btm {
    margin-top: 19px;
}

.headrt {
    width: 25%;
}

.headrt a {
    display: block;
    text-align: right;
}

.headrt a img {
    margin-top: 42px;
}

.addClass {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transform: translateY(-20px),;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
}

.main {
    width: 100%;
    max-width: 1072px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border: 4px solid;
    border-top: 0;
    bottom: 0;
    background: #1b1b1b;
    padding-bottom: 20px;
}

.noticebox {
    height: 30px;
    background: #2c2c2c;
    border-radius: 25px;
    color: #fff;
    margin: 15px;
    overflow: hidden;
}

.noticebox span {
    width: 80px;
    line-height: 30px;
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
}

.noticebox span img {
    width: 100%;
    height: 100%;
}

.winBox {
    width: 92%;
    height: 30px;
    overflow: hidden;
    position: relative;
}

.scroll {
    width: 92%;
    position: absolute;
    left: 0px;
    top: 0px;
    white-space: nowrap;
    line-height: 30px;
}

.scroll li {
    width: 100%;
    float: left;
    line-height: 30px;
    text-align: center;
}

.scroll li a {
    font-size: 14px;
    color: #fff;
}

.main .lotbox4 ul {
    padding: 1.5%;
}

.main .lotbox4 li {
    float: left;
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
    animation: zoomInUp 2s ease-out;
    -webkit-animation: zoomInUp 2s ease-out;
    -moz-animation: zoomInUp 2s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: none;
}

.lotbox4 li .lotimgbox {
    position: relative;
}

.lotbox4 li .lotimg {
    position: relative;
    width: 200px;
    height: 200px;
    text-align: center;
    overflow: hidden;
}

.lotbox4 li .lotimg img {
    width: 100%;
    border: 0;
    /*-moz-border-radius: 50%;*/
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
}

.lotbox4 li .logbtn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    height: auto;
}

.lotbox4 li .logbtn a {
    display: inline-block;
    margin-top: 4px;
}

.lotbox4 li .logbtn a img {
    border: 0;
    vertical-align: top;
}

.lotbox4 li .lotname {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0%;
    bottom: 12%;
    z-index: 0;
}

.lotbox4 li .lotname::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    z-index: -1;
    background: #1b1b1b;
    opacity: .79;
}

.lotbox4 li.on {
    animation: bounce .8s ease-out;
    -webkit-animation: bounce .8s ease-out;
    -moz-animation: bounce .8s ease-out;
}

.lotbox4 li.on .lotimg {
    animation: bounceIn 1.5s ease-out;
    -webkit-animation: bounceIn 1.5s ease-out;
    -moz-animation: bounceIn 1.5s ease-out;
}

.footer {
    background: #1b1b1b;
    padding-top: 35px;
}

.footlf {
    max-width: 540px;
    width: 100%;
}

.footlf li {
    float: left;
    position: relative;
    margin-left: 13px;
    margin-bottom: 15px;
    width: 160px;
    height: 75px;
    background: url(../images/btmbg.png) top center no-repeat;
    background-size: 100% 100%;
    border: 5px solid;
}

.footlf li:hover {
    background: url(../images/btmbgon.png) top center no-repeat;
    background-size: 100% 100%;
}

.footlf li.ml_0 {
    margin-left: 0;
}

.footlf li:nth-child(3) a .iconfont, .footlf li:nth-child(6) a .iconfont {
    font-size: 28px;
}

.footlf li a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-top: 15px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.footlf li a .iconfont {
    margin-left: 18px;
    font-size: 33px;
    overflow: hidden;
}

.footlf li .foottext {
    margin-left: 3px;
}

.footlf li .foottext h3 {
    font-size: 16px;
}

.footlf li .foottext p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.footrt {
    width: 100%;
    max-width: 530px;
    height: 185px;
    background: #ddd;
    background: url(../images/btmbg.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
    border: 5px solid;
}

.scrollText {
    height: 155px;
    float: left;
    font-size: 1.4rem;
    color: #868686;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}

.scrollText li {
    color: #FFF;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scrollText li a {
    color: #fff;
    display: block;
    font-size: 15px;
}

.scrollText li span {
    display: block;
    width: 33%;
    float: left;
    color: #fff;
}

.scrollText li span:nth-child(1) {
    width: 28%;
}

.scrollText li span:nth-child(2) {
    width: 30%;
}

.scrollText li span:nth-child(3) {
    width: 39%;
}

.scrollText li a {
    color: #50616c;
}

.footer .copy {
    font-size: 15px;
    color: #fff;
    padding: 15px 0;
    background: #000;
}

.leftaddfixed {
    width: 100px;
    height: auto;
    position: fixed;
    top: 26%;
    z-index: 10;
}

.leftaddfixed a {
    display: block;
    width: 100%;
    height: 88px;
    margin-top: 3px;
    background: #c5c5c5;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    position: relative;
}

.leftaddfixed a .iconfont {
    font-size: 33px;
}

.leftaddfixed a .lefticon {
    padding-top: 13px;
}

.leftaddfixed a:hover {
    background: #fff;
    color: #ff0000;
}

.leftaddfixed a:first-child {
    margin-top: 0;
}

.phonenavli {
    display: none;
}

.gotop {
    position: fixed;
    right: 3%;
    bottom: 5%;
    width: 66px;
    height: 67px;
    cursor: pointer;
    z-index: 400;
    display: none;
}

.goTOPhtml {
    cursor: pointer;
}



#bgDiv {
    display: none;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.5;
    z-index: 100;
}

.modal-form {
    color: #fff;
}

.modal-form .modal-logo {
    height: 83px;
    display: block;
    margin: 30px auto 0;

}

.modal-form .modal-tle {
    line-height: 1;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 30px 0 0;
}

.modal-form .fm-list {
    padding: 30px 0 30px;
    *zoom: 1;
}

.modal-form .fm-list:before, .modal-form .fm-list:after {
    content: "";
    display: table;
}

.modal-form .fm-list:after {
    clear: both;
}

.modal-form .fm-list li {
    *zoom: 1;
    margin-bottom: 15px;
}

.modal-form .fm-list li:before, .modal-form .fm-list li:after {
    content: "";
    display: table;
}

.modal-form .fm-list li:after {
    clear: both;
}

.modal-form .fm-list li .cont {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}

.modal-form .fm-list li label {
    float: left;
    width: 250px;
    text-align: right;
    display: inline-block;
    color: #fff;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
}

.modal-form .fm-list li .ipt {
    float: left;
    height: 36px;
    border: solid 1px #7c7c7c;
    width: 300px;
    padding: 0 0 0 10px;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.modal-form .fm-list li .yzmbox {
    float: left;
    position: relative;
}

.modal-form .fm-list li .yzmbox .yzmimg {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.modal-form .fm-list .btn-submit {
    float: left;
    width: 207px;
    height: 48px;
    border: 0;
    background: url(../images/btn-submit.png);
    margin: 10px 0 0 0;
}

.modal-form .fm-list .btn-submit:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modal-form .fm-list .btn-submit2 {
    float: left;
    width: 178px;
    height: 48px;
    border: 0;
    background: url(../images/btn-submit2.png);
    margin: 10px 0 0 0;
}

.modal-form .fm-list .btn-submit2:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modal-form .fm-list .btn-search {
    width: 178px;
    height: 48px;
    border: 0;
    margin-top: 10px;
    background: url(../images/btn-search.png);
}

.modal-form .fm-list .btn-search:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modal-form .modal-table {
    width: 640px;
    margin: 30px auto;
    text-align: center;
}

.modal-form .modal-table td, .modal-form .modal-table th {
    border: solid 1px #424242;
    word-break: break-all;
}

.modal-form .modal-table th {
    font-size: 14px;
    padding: 5px 10px;
    color: #b6b6b6;
}

.modal-form .modal-table td {
    padding: 10px 10px;
    font-size: 12px;
    color: #fff;
}

.modal-form .btn-back {
    display: block;
    width: 178px;
    height: 48px;
    border: 0;
    background: url(../images/btn-back.png);
    margin: 80px auto;
}

.modal-form .btn-back:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.redcolor {
    color: #ff0000;
    margin: 15px 0;
}

.leftaddfixed a .phonecode {
    position: absolute;
    top: 50%;
    display: none;
}

.leftaddfixed a .phonecode img {
    overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 1079px) {
    .header {
        background: #1a1a1a;
        overflow: hidden;
        height: auto;
    }

    .headlf {
        height: 50px;
        width: 100%;
        clear: both;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: #1a1a1a;
        z-index: 10;
        border-bottom: 1px solid #fff;
    }

    .headlf .logo {
        display: block;
        float: left;
        width: 50%;
    }

    .headlf img {
        height: 40px;
        margin-top: 5px;
    }

    .phonenavli {
        margin-top: 0;
        margin-right: 8px;
        display: block;
    }

    .headct {
        margin-top: 28px;
        padding-top: 35px;
        width: 100%;
        border-bottom: 5px solid;
        background: #1b1b1b;
        clear: both;
    }

    .headct img {
        width: 60%;
        margin: 0 auto;
        max-width: 308px;
    }

    .headct_top {
        margin-top: 5px;
    }

    .headct_btm {
        margin-top: 5px;
    }

    .headct_btm img {
        vertical-align: top;
    }

    .headrt {
        width: 100%;
        clear: both;
        text-align: center;
        margin: 10px 0;
    }

    .headrt a {
        text-align: center;
    }

    .headrt a img {
        width: 50%;
        margin: 0 auto;
        max-width: 202px;
    }

    .leftaddfixed {
        right: 0;
        top: 50px;
        width: 110px;
        display: none;
    }

    .leftaddfixed a {
        height: 40px;
        background: #3eaea7;
        line-height: 40px;
        font-size: 13px;
        margin-top: 0;
        border-radius: 0;
        border-bottom: 1px solid #fff;
    }

    .leftaddfixed a .iconfont {
        font-size: 18px;
    }

    .leftaddfixed a .lefticon {
        display: inline-block;
        text-align: center;
    }

    .leftaddfixed a p {
        display: inline-block;
        text-align: center;
        line-height: 40px;
    }

    .leftaddfixed a:last-child {
        border-bottom: 0;
    }

    .phonenavli img {
        height: 30px;
        margin-top: 10px;
    }

    .main {
        border: 0;
    }

    .noticebox {
        margin: 15px 10px;
    }

    .noticebox .marqueebox {
        width: 70%;
    }

    .lotbox4 ul {
        text-align: center;
        padding: 10px;
    }

    .lotbox4 li {
        width: 45%;
        margin-left: 0;
        box-sizing: border-box;
        text-align: center;
    }

    .lotbox4 li:nth-child(2n+1) {
        float: left;
    }

    .lotbox4 li:nth-child(2n+2) {
        float: right;
    }

    .lotbox4 li .logbtn {
        bottom: 24%;
    }

    .lotbox4 li .logbtn a {
        margin-top: 0;
        width: 50%;
        float: left;
    }

    .lotbox4 li .lotimgbox .logbtn img {
        width: 100%;
    }

    .lotbox4 li .lotname {
        font-size: 14px;
    }

    .lotbox4 li .lotimg .lotname::before {
        height: 25px;
    }

    .lotbox4 ul li:nth-child(5), .main ul li:nth-child(12), .main ul li:nth-child(19) {
        margin-left: 0;
    }

    .footlf {
        margin-left: 0;
        clear: both;
        margin: 0 auto;
    }

    .footlf ul {
        text-align: center;
    }

    .footlf li {
        width: 45%;
        overflow: hidden;
        transform: scale(.8);
        padding: 19px 0;
        margin-left: 0;
    }

    .footlf li:nth-child(2n+1) {
        float: left;
    }

    .footlf li:nth-child(2n) {
        float: right;
    }

    .footlf li a .iconfont {
        font-size: 40px;
        text-align: left;
    }

    .footlf .footicon {
        margin-left: 8%;
    }

    .leftaddfixed a .lefticon {
        padding-top: 0;
    }

    .footrt {
        clear: both;
        width: 97%;
        margin: 1.5% auto;
    }

    .scrollText {
        height: 175px;
    }

    .leftaddfixed a .phonecode {
        left: -158px;
        top: -50px;
    }

    .winBox {
        width: 70%;
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .lotbox4 li .lotimg {
        width: 135px;
        height: 135px;
        overflow: hidden;
    }
}

@media screen and (min-width: 321px) and (max-width: 376px) {
    .lotbox4 li .lotimg {
        width: 155px;
        height: 155px;
        overflow: hidden;
        margin-left: 0px;
    }

    .lotbox4 li .logbtn {
        bottom: 25%;
    }
}

@media screen and (min-width: 377px) and (max-width: 416px) {
    .lotbox4 li .lotimg {
        width: 155px;
        height: 155px;
        overflow: hidden;
        margin-left: 10px;
    }

    .lotbox4 li .logbtn {
        bottom: 25%;
    }
}

@media screen and (min-width: 1080px) {
    .main ul li {
        float: left;
    }

    .footlf {
        float: left;
    }

    .footrt {
        float: right;
    }

    .leftaddfixed {
        left: 1%;
    }

    .leftaddfixed a .phonecode {
        left: 99px;
    }

    .noticebox .marqueebox {
        width: 90%;
    }

    .main .lotbox4 li {
        float: left;
        margin-left: 45px;
    }
}

@media screen and (min-width: 415px) and (max-width: 1025px) {
    .lotbox4 ul li {
        height: 280px;
        width: 33%;
        margin-top: 25px;
    }

    .lotbox4 li .lotimg {
        width: 200px;
        height: 200px;
        overflow: hidden;
        margin-left: 10px;
    }

    .lotbox4 li .logbtn {
        bottom: 25%;
    }
}
.header {
    border-image: -webkit-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
    border-image: -moz-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
    border-image: linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
}

.main {
    border-image: -webkit-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
    border-image: -moz-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
    border-image: linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
}

.footlf li {
    border-image: -webkit-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
    border-image: -moz-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
    border-image: linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
}

.footrt {
    border-image: -webkit-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
    border-image: -moz-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
    border-image: linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
}

.leftaddfixed a {
    background: #da8b00;
}

@media screen and (min-width: 320px) and (max-width: 1079px) {
    .headct {
        border-image: -webkit-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
        border-image: -moz-linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
        border-image: linear-gradient( #fda900,#da8b00, #a86000, #804100) 25 25 25 25;
    }
}


@charset "UTF-8";
.box1 {
    margin: 0 auto;
    width: 1000px;
    border: 2px solid #303030;
    height: auto;
    min-height: 300px;
    padding-bottom: 20px;
}

.box1 .boxtitle {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #303030;
    padding-left: 35px;
    color: #ffd053;
    font-size: 22px;
    font-weight: bold
}

.box1 .boxtitle h3 {
    position: absolute;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.box1 .boxtitle .back {
    display: block;
    position: absolute;
    z-index: 1;
    width: 178px;
    height: 60px;
    background: url(../imgs/back.png) no-repeat 50% 50%;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    clear: both;
}

.box1 .boxcon {
    padding-left: 35px;
    color: #efe7f4;
    font-size: 14px;
    line-height: 28px;
    padding-top: 20px;
    padding-right: 30px;
}

.box1 .boxcon h2 {
    color: #fff;
    margin: 0 auto;
}

.box1 .boxcon table {
    margin: 10px 0;
    width: 600px;
}

.box1 .boxcon td, .box1 .boxcon th {
    border: 1px solid #fff;
    height: 30px;
}

.box2 {
    margin: 0 auto;
    width: 1000px;
    border: 2px solid #303030;
    height: auto;
    min-height: 200px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}