body,html{
    background: #111939;
    color: #fff;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.banner{
    margin-top: 106px;
}
#about,
#download,
#question,
#lottery,
{
    position: relative;
    top: -120px;
}
.about,
.download,
.question,.lottery{
    margin-bottom: 100px;
}
.about{padding-top:80px;}
.question{
    margin-bottom: 60px;
}
.download .bg{
    padding: 130px 80px;
}
.comintro{border:#1b9fbf solid 1px; border-radius:15px; padding:35px; background:#d6f2fe; color:#003; font-size:16px; line-height:26px;}
.awardintro{padding:20px 0px 30px 150px; clear:both;}

/* 企业介绍 */
.bg{
    background: url('../images/bg.png')no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 100px 80px 50px 80px;
    box-sizing: border-box;
}
.bg h2{
    position: absolute;
    right: 128px;
    top: 2px;
    color: #5dcfff;
    font-size: 26px;
}
.play {
    background: url(../images/play.png)no-repeat;
    background-size: 100% 100%;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
}
.cover:hover .play {
    background: url(../images/playOn.png)no-repeat;
    background-size: 100% 100%;
}
.sub_video{
    height: 150px;
}
.company_video{
    width: 350px;
    margin-right: 30px;
    position: relative;
}
.company_video img{
    width: 100%;
    vertical-align: bottom;
}
.company_video h5{
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: rgba(138, 138, 138, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}
.video_item{
    position: relative;
    display: block;
    width: 190px;
    height: 110px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.video_item h6{
    font-weight: normal;
    margin-top: 5px;
}
.video_item img{
    width: 100%;
    height: 100%;
}
.video_item .play{
    width: 45px;
    height: 45px;
}
.video_item:hover{
    color: #0080cc;
}

.company_desc{
    width: 60%;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 50px;
}
.company_desc b{
    color: #fff;
    margin-bottom: 10px;
    display: block;
    margin-top: 30px;
    font-size: 20px;
}
.company_desc a{
    display: inline-block;
    color: #fff;
    background: #1da0c0;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 54px;
    float: right;
}
.company_desc a:hover{
    background: #005c93
}



/* 文档下载 */
.file_itemr{
    width: 63%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.file_itemr:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.file_item{
    width: 31%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.file_item:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.file_item img{
    width: 100%;
    vertical-align: bottom;
}
.file_info{
    background: #1da0c0;
    padding: 20px;
    box-sizing: border-box;
}
.file_info p{
    line-height: 23px;
    height: 90px;
}
.file_info h6{
    margin-bottom: 15px;
    font-size: 20px;
}
.btn{
    border: none;
    background: #fff;
    color: #0080cc;
    border-radius: 3px;
    width: 130px;
    height: 35px;
    margin-bottom: 10px;
    float: right;
    font-size: 15px; text-align:center; line-height:35px;
}
.btn:hover{
    background: #035468;
    color: #fff;
}








/* 问卷调查 */
.question .bg{
    padding: 100px 80px 80px;
}
.question_box{
    padding: 0 70px;
    box-sizing: border-box;
}
.question_box>div{
    border-bottom: 1px dashed #0080cc;
}
.question_box>div:nth-child(4){
    border: none;
}
.question_box button{
    margin-top: 30px;
    background: #1b9fbf;
    color: #fff;
}
.q_item{
    padding: 0 0 20px 0;
    font-size: 16px;
}
.q_tit{
    margin: 20px 0 20px 0;
}
.q_item label{
    margin-right: 20px;
}
.q_item label input{
    vertical-align: middle;
    margin-right: 8px;
}



aside{
    position: fixed;
    top: 30%;
    right: 0;
}
.pc_aside{
    width: 106px;
    height: 147px;
    text-align: center;
    padding: 55px 18px 10px 18px;
    box-sizing: border-box;
    background: url(../images/aside.png)no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
}
.count{
    margin: 0 4px;
}
.pc_aside a{
    color: #fff;
    font-size: 16px;
    display: block;
    background: #fff;
    color: #0080cc;
    padding: 3px 5px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 12px
}

/*抽奖区域*/
#prize_area {
    padding: 40px 0;
    margin-bottom: 40px;
}
.lottery_tit{
    background: #0080cc;
    width: 54.9%;
    height: 50px;
    top: 42px;
    position: absolute;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#prilist{
    margin-top: 60px;
}
.qrcode{
    margin-bottom: 100px;
}

/*抽奖弹窗样式*/
.pop_desc{
    background: #0080cc;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}
.lotter_alert .layui-layer-content b{
    display: block;
    margin-top: 30px;
    font-size: 17px;
    color: #333
}
.lotter_alert .layui-layer-content p{
    color: #333;
    margin: 15px 0 10px 0;
    font-size: 16px;
}
.lotter_alert .layui-layer-content big{
    font-size: 18px;
    margin-top: 20px;
    display: block;
    color: #333
}
.lotter_alert .layui-layer-content h6{
    color: #d22222;
    font-size: 18px;
    margin: 10px 0;
}
.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}
.lotter_alert.layui-layer {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.lotter_alert .layui-layer-title {
    display: none;
}

.lotter_alert .layui-layer-content {
    text-align: center;
}

.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
    padding: 20px 0;
}

.lotter_alert.no_chance .btn {
    color: #fff;
    border: none;
    width: 85px;
    margin: 0 3px;
    background: #009FBD;
}

.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}
#prilist{
    float: left;
    width: 672px;
    margin-right: 100px;
}

#prilist li {
    display: block;
    background: #212b48;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    border: 2px solid #0ca9f3;
}
#prilist li:nth-child(7) {
    padding: 10px 0;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    border: 2px solid #ffffff;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}
#prilist li:nth-child(7) img{
    height: 100px;
}
#prilist #begin_btn {
    padding: 0;
    height: 151px;
    line-height: 151px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: #0080cc;
    cursor: pointer;
}
#prilist #begin_btn:hover{
    background: #5dcfff;
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 425px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #0080cc;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 30px;
}


#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    display: block;
    font-weight: 700;
}
#winner_list .tips a{
    color: #009FBD;
}
#jq_marquee_box {
    margin-top: 10px;
    height: 380px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #212b48;
    color: #fff;
    border: 2px solid #0080cc;
    border-top: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
}

#winner_ul {
    display: block;
    padding: 0 20px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #5dcfff;
    margin-bottom: 10px;
}
#winner_ul li span{
    color: #FFF;
}
.getUser{
    width: 80px;
    margin-right: 20px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
/* 抽奖 */
/* 内容 */

/*弹窗*/

.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 361px;
    top: 20%;
    left: 55%;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 530px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
}
.pop_window_box {
    display: none;
}
/*用户资料 - 弹窗表单*/
.dialog-hd{
    padding: 10px;
    box-sizing: border-box;
    background: #0080cc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.dialog-bd{
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
}
.close-dialog{
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.close-dialog:hover{
    opacity: .8;
}
#submit_form{
    height: 390px;
    overflow-y: auto;
}
.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    margin: 10px 0;
}
#submit_form .inline_dl dt{
    float: left;
    line-height: 35px;
    display: block;
    font-size: 14px;
}
#submit_form dt i{
    font-weight: normal;
    font-style: normal;
}
#submit_form dt span{
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#submit_form dd{
    font-size: 14px;
    color: #666;
}
#submit_form dd input[type=text]{
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 260px;
}
#submit_form dd input[name=interested]{
    width: 100%;
}
#submit_form dd label{
    display: block;
    margin: 10px 0;
    line-height: 14px;
}
#submit_form label input{
    margin-right: 10px;
    float: left;
}
.collect_title{
    display: block;
    padding: 10px 0;
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}

#submit_form .inline_dl dd{
    float: left;
}
#submit_form .inline_dl select{
    width: 134px;
    height: 35px;
    margin: 0 10px 0 0;
    border: 1px solid #ddd;
}

#submit_form .inline_dl textarea{
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    width: 400px;
    resize: none;
}
.frm_btn {
 background: none;
 color: #fff;
 width: 100%;
 height: 36px;
 vertical-align: top;
 border: none;
 cursor: pointer;
}
#submit_form .sub {
    background: #0080cc;
    position: absolute;
    bottom: -55px;
    width: 120px;
    height: 36px;
    font: 18px/36px Tahoma, 'Microsoft Yahei', 'Simsun';
    text-align: center;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    left: 0;
    right: 0;
}


#video_player{
    height: 100%;
}



@media screen and (max-width: 800px) {
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw;
        background: none;
    }
    .wrap{
        width: 100%;
    }
    .about, .download, .question {
        margin-bottom: .5rem;
    }
    #top,
    .footer,
    .pc_hide{
       display: none;
    }
    .logo{
        width: 2rem;
    }
    nav{
        margin-top: 0 !important;
        height: 1rem;
        line-height: 1rem;
        padding: 0 10px;
        z-index: 99
    }
    nav ul li {
       margin-right: .25rem;
       line-height: .4rem;
       padding-top: .1rem;
    }
    nav ul li a {
        padding: 0 .1rem;
        font-size: .28rem;
    }
    nav ul li a:hover{
        color: #1b9fbf;
    }
    .ac a{
        color: #fff !important;
    }
    nav ul{
        width: 60%;
    }
    .show{
        display: block;
    }
    .about{
        padding: 0 10px;
    }
    .bg{
        background: url('../images/mobile/bg.png')no-repeat;
        background-size: 100% 100%;
        position: relative;
        padding: 1.5rem .8rem 1.5rem 1rem !important;
        box-sizing: border-box;
    }
    .bg h2{
        position: absolute;
        right: 0;
        left: .15rem;
        top: 1.65rem;
        color: #5dcfff;
        font-size: .35rem;
        width: 20px;
    }
    .company_video {
        width: 100%;
        margin-right: 0;
        position: relative;
        cursor: pointer;
    }
    .play {
        width: 1rem;
        height: 1rem;
    }
    .company_desc {
        width: 100%;
        line-height: .45rem;
        font-size: .28rem;
        margin-bottom: .5rem;
    }
    .company_video h5 {
        height: .7rem;
        line-height: .7rem;
        font-size: .3rem;
    }

    .video_item {
        width: 1.6rem;
        height: 1.2rem;
    }
    .sub_video {
        width: 100%;
        overflow-x: auto;
        height: 2.5rem;
        overflow-y: hidden;
        position: relative;
        top: 0.4rem;
    }
/*     .sub_video>div{
        width: 160%;
        height: 3rem;
    } */
	.awardintro{padding:20px 0px 30px 0px;}
    .video_item h6{
        font-size: .2rem
    }
    .video_item h6 br{
        display: none;
    }

    .company_desc a {
        margin-top: .5rem;
    }
    .video_item .play {
        width: .6rem;
        height: .6rem;
    }

    .download{
        padding: 0 10px;
    }
	.file_itemr{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

    .file_item{
        width: 100%;
        margin-bottom: 10px;
        background: #0080cc
    }
    .file_item img{
        float: left;
        width: 50%;
        height: auto;
        padding: .2rem;
        box-sizing: border-box;
        position: relative;
        z-index: 9;
    }
    .file_info {
        position: relative
    }
    .file_item div{
        padding: .2rem;
    }
    .file_info h6 {
        margin-bottom: 0.3rem;
        font-size: .3rem;
    }
    .file_info p {
        line-height: .45rem;
        height: auto;
        font-size: .25rem;
    }
    .file_info button{
        position: absolute;
        top: 1.2rem;
        right: 1.5rem;
    }

    .question{
        padding: 0 10px;
        margin-bottom: 0;
    }
    .question h2{
        top: 1.4rem;
    }
    .question_box{
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .question .bg {
        padding: 1rem 1rem 0.8rem 1rem;
    }
    .question_box button {
        margin: .4rem auto;
        display: block;
        float: inherit;
        width: 2rem;
        height: .8rem;
    }
    .q_item label {
        display: inline-block;
    }
    .q_tit {
        margin: .25rem 0 .25rem 0;
        font-weight: normal;
        font-size: .3rem;
    }

    .m_qrcode{
        margin-top: .6rem;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .btn {
        width: 1.2rem;
        height: .5rem;
        font-size: .25rem;
    }

    .pc_aside {
        font-size: .28rem;
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        border: none;
        background: #212b48;
        padding: 10px;
        height: 1rem;
        display: flex;
        align-items: center;
        z-index: 9
    }
    .pc_aside a {
        font-size: .28rem;
        margin: 0 0 0 3rem;
        padding: .1rem .3rem;
    }

    .qrcode{
        margin-bottom: 1rem;
    }
    #prize_area{
        padding-bottom: 0;
    }
    #prilist {
        width: 100%;
        margin-right: 0;
    }
    #prilist li:nth-of-type(3n+1) {
        margin-left: 0;
    }
    #prilist li {
        width: 31.3%;
        margin: 0 1% 10px 0;
        padding: 10px 0;
        height: 66px;
        font-size: .23rem;
    }
    #prilist img {
        height: 36px !important;
        margin-top: 0 !important;
        width: auto !important;
    }
    #prilist #begin_btn {
        height: 86px;
        line-height: 86px;
    }
    #winner_list {
        width: 100%;
        /* margin: 20px 3% 0; */
    }
    #winner_list .list_box{
        margin: 0;
    }
    .tips{
        box-sizing: border-box;
    }
    .lottery_content_box{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .lottery_tit {
        width: 100%;
    }
    .pop_window{
        width: 88%;
        margin: 8% 0px 0px -50%;
        height: 520px;
        top: 10%;
    }
    .info_msgBox{
        height: 396px;
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 220px;
        height: 18px;
        overflow:hidden; 
        resize:none; 
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 115px;
    }
    #submit_form dd label{
        margin: 5px 0;
    }
    #address_select{
        width: 80% !important;
    }
    .province, .city{
        width: 49% !important;
        margin: 0 !important;
    }
    #profession,
    #stage{
        width: 108% !important;
        border-radius: 5px;
    }
    #submit_form .inline_dl dd{
        width: 75%;
    }
    .info_msgBox{
        overflow: auto;
    }
    #submit_form .sub {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 25
    }
    #industry{
        width: 108% !important;
    }
    .m_logo{
        position: absolute;
        width: 2rem;
        left: 10px;
        top: 1.2rem;
    }
    #submit_form{
        height: auto;
        overflow-y: inherit;
    }
}