*,body{
    margin: 0;
    padding: 0;
    -moz-user-select: none; /*火狐*/

    -webkit-user-select: none; /*webkit浏览器*/

    -ms-user-select: none; /*IE10*/

    -khtml-user-select: none; /*早期浏览器*/

    user-select: none;
}
.fixedbox{
    position: fixed;
    z-index: 999;
    right: 2%;
    top:50%;
    width: 3%;
    border-radius: 2px;
}
.contact{
    background-color: rgba(254,72,112,0.8);
    padding: 10px;
    cursor: pointer;
}
.contact img{
    width: 80%;
}
.qq{
    /*background-color: gainsboro;*/
}
.download{

}

.contact:hover{
   background-color: gainsboro;
}
/*.wechat:hover~.openwechat{*/
   /*display: inline-block;*/
    /*transition: all 0.5s;*/
/*}*/
.qq:hover {

   /*display:inline-block ;*/
    /*transition: all 0.5s;*/
}
.openwechat{
    transition: all 0.5s;
    display: inline-block;
    position: fixed;
    top:43%;
    z-index: 999;
    width: 10%;
    right: 6%;
    background:#fff;
    padding:10px;
    /*设置圆角*/

}
.openwechat1{
    transition: all 0.5s;
   display: none;
    position: fixed;
    top:48%;
    z-index: 999;
    width: 10%;
    right: 6%;
    background:#fff;
    padding:10px;

    /*设置圆角*/

}

 .entry-trangle{
    position:absolute;
     right:0;
     top:45%;
     margin-right: -10px;
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid white;
    z-index:999;
}
.openwechat>img{
    width:90%;
    height: 160px;
    vertical-align: middle;
}
.openwechat1>img{
    width:90%;
    height: 160px;
    vertical-align: middle;
}

.contact>img{

}

.container-fluid {
    /*border: 1px solid red;*/
    text-align: center;
}


button:focus,

button:active:focus,

button.active:focus,

button.focus,

button:active.focus,

button.active.focus {

    outline: none;

}



.row {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}

button {
    margin-right: 20px;
}

.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.col-12 {
    padding: 0;
}
.header{
    background: #222;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0 105px;
    text-align: center;
    min-height: 400px;
    position: relative;
}
.pull-right>a{
    background-color: white;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 35px;
    margin-top: 3%;
    display: inline-block;
}
.pull-right{
    float: right;
    color: white;


}
.pull-right>img{
    width: 10%;
}
.pull-right>h1{
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pull-right>p{
    margin-bottom: 0!important;
    font-size: 30px;
}
.pull-right>a>div{
    /*width: 160px;*/
    border: none;
    vertical-align: middle;
    outline:none;
}
.pull-right>a>div:hover{
    cursor: pointer;
}
.pull-right>a>div>img{
    margin-right: 2px;
    vertical-align: middle;
}
.pull-right>a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.pull-right>a:hover{
    color: #000;
}
.tip{
    display: block;
    font-size: 14px;
}
.boxarea{
    padding-bottom: 70px;
}
.boxarea>.col-4{
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.boxarea>.lastarea{
    border-right: none;
}
.boxarea>.nonebottom{
    border-bottom: none;
}
.textbox>p{
    margin-bottom: 10px;
    font-weight: bold!important;
    font-size: 20px;
    font-family: "Microsoft YaHei";
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.col-3>div{
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}
.underline{
    margin-top: 30px;
    border-bottom: 1px solid #989898;
    padding-bottom: 70px;
    margin-bottom: 80px;
}
.footer{
    background-color: #313131;
    /*text-align: left!important;*/
}
.footer>.row{
    text-align: left;
}
.footer p{
    font-size: 20px;
    font-weight: bold;
}
.footer a{
    font-size: 15px;
}
.lastcol{
    border-left:1px solid grey;
    padding-top: 70px;
    padding-left: 70px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.line{
    margin-top:100px;
    border-top:2px solid grey;
    padding-bottom: 20px;
}
.video{
    margin-top: 50px;
    position: relative;
    text-align: center;
}

#video{
    width: 100%;
}
.video>img{
    height: 695px;
    width: 79%;
}
.title{
    margin-top: 30px;
    margin-bottom: 30px;
}
.title2{
    font-size: 50px;
    color: rgb(68,68,68);
}
.link{
    margin-left: 15px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
}
.check-in{
    vertical-align: middle;
    height: 100%;
    padding-top: 5%;
    letter-spacing: 2px;
}
.check-in>span:first-of-type{
    cursor: pointer;
}
.check-in>span:last-of-type{
    cursor: pointer;
}
.modal{
    border:1px solid green;
}
.modal-dialog{
    border:1px solid gold;
    margin-top: 50px;
}
.modal-body{
    padding: 30px;
}
#myTab{
    margin-left: 0;
}
#myTab>li>a{
    text-decoration: none;
    color: #5f5f5f;
    font-size: 18px;
    padding-bottom: 5px;
    letter-spacing: 0;
}
#myTab1{
    margin-left: 0;
}
#myTab1>li>a{
    text-decoration: none;
    color: black;
    font-size: 18px;
    padding-bottom: 5px;
    letter-spacing: 0;
}
#myTab .show{
    border-bottom: 1px solid black;
    color: black;
    font-weight: 100;
}
a:hover{
    text-decoration: none;
    color: black;
}

element.style {
}

.nav-tabs{
    border-bottom: none;
}
#submit{
    background-image: url("../images/btnbg.jpg");
    width: 100%;
    background-size: cover;
    border: none;
    border-radius: 5px;
    height: 40px;
    color: white;
    letter-spacing: 10px;
    margin-top: 20px;
}
.form-group{
    margin-top: 20px;
}
.modal-content{

}
#go-register{
    float: right;
}
.bottom-box{
    vertical-align: middle;
}
#canvas{
   position: absolute;
    top:0;
    right: 0;
    z-index: 999;
}
.verifybox{
    position: relative;
    overflow: hidden;
}
#verify-code{
    float: left;
}
.banner_title{
    position: absolute;
    background:url("../images/banner_title.png") no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    top: 10%;
    left: 15%;
    width: 130px;
    height: 500px;
    text-align: left;
    /*border: 5px solid white;*/
    /*border-left: none;*/
    vertical-align: middle;
}
.banner_title>div{
    background-color: transparent;
    margin-top: 50px;
    /*border: 1px solid red;*/
    width: 50px;
    margin-left: -15px;
    line-height: 64px;
    font-size: 50px;
    color: white;
    font-weight: bold;
}