/*通配符开始*/
*{margin: 0;padding: 0;border: none;list-style: none;text-decoration: none;}
li,a{transition: all .1s linear;-moz-transition: all .1s linear;-webkit-transition: all .1s linear;-o-transition: all .1s linear;}
em,i{font-style: normal;}
.Clear{clear: both;}
html,body,div,h1,h2,h3,h4,h5,h6,em,i,a,span,li,ol,p{font-family: "微软雅黑";}
input,textarea,select{outline: none;background: none;border: none;font-family: "微软雅黑";}
img{max-width: 100%;}
.w1200{width: 1200px;margin: auto;}
/*通配符结束*/

/*视频弹出开始*/
.qlin_video_tcdb{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: url(../images/aj18.png) repeat;
}
.qlin_video_tcbox {
    width: 800px;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999999999999;
    background: #eee;
    margin-left: -400px;
    margin-top: -245px;
}
.qlin_video_tcbox1 {
    height: 40px;
    clear: both;
    padding: 0 15px;
}
.qlin_video_tcbox2 {
    height: 490px;
}
.qlin_video_tcbox1 span {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.qlin_video_tcbox1 em {
    display: block;
    height: 40px;
    float: right;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    line-height: 40px;
}
.qlin_video_tcbox1 em:hover{
    color: #d22025;
}
/*视频弹出结束*/