@charset "utf-8";
*{
	margin: 0;
    padding: 0;
    box-sizing:border-box;
}

body {
	/* min-width: 1200px; */
    margin: 0 auto;
    font-size: 12px;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", 微软雅黑, Tahoma, Arial, sans-serif;
}

a {
    color: #14191e;
    text-decoration: none;
}

li{list-style: none;}

/* 主体开始 */
.main.bg{
    height: 1879px;
}

.main{
    position: relative;
    max-width: 1920px;
    height: 1080px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
}

.main .top{
    outline-width:0px; 
    width: 100%;
    height: 1102px;
    background: url('../images/t10_home_pc/videos-bg1.jpg') center center no-repeat; 
}

.top .back{
    width: 145px;
    height: 36px;
    position: absolute;
    top: 431px;
    left: 352px;
    z-index: 3;
}

.top .back:hover{
    cursor: pointer;
}

.main .view{
    width: 1200px;
    position: absolute;
    top: 488px;
    left: 352px;
    z-index: 4;
    margin: 0 auto;
}
.view img{
    outline-width:0px; 
    vertical-align:top; 
}

.view .content{
    position: absolute;
    top: 143px;
    left: 88px;
}


#section{
    width: 1026px;
    margin-top: 41px;
}
#nav{
    height:65px;
    border-bottom: 2px solid rgb(183, 195, 211);
    color: #677B8B;
}
#nav a{
    display: block;
    height: 65px;
    line-height: 76px;
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
    float: left;
    cursor: pointer;
    text-decoration: none;
    margin-right: 35px;
    color: rgb(129, 129, 129);
}
#nav a:hover{border-bottom:4px solid #677B8B;}
#nav a.on{
    border-bottom:4px solid rgb(109, 133, 161);
    font-weight: bold;
    color: rgb(109, 133, 161);
}
#nav img{
    margin-top: 22px;
    margin-left: 218px;
}

#contentBox{
    width: 100%;
    height: auto;
    margin-top: 9px;
}
#contentBox .box{display:none;}
#contentBox .box li a{
    list-style: none;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid rgb(222, 222, 222);
    color: rgb(129, 129, 129);
    font-size: 15px;
    cursor: pointer;
}
#contentBox .box li a:hover{
    font-weight: bold;
}
#contentBox .box a{text-decoration: none;height: auto;display: block;}

#contentBox .box li span.time{float: right;margin-right: 20px;}
#contentBox .box li span.title{width: 80%;height: 40px; display: inline-block;overflow: hidden;}
#contentBox .box.active{display:block;}
.box ul li a img {
    width: 18px;
    height: 18px;
    margin-top: 12px;
    margin-right: 12px;
}


.box .zx-page{text-align: center;font-size:0}
.box .zx-page span *{display: inline-block;padding:4px 8px;font-size:16px;background: #999;color:#fff;margin-left: 10px;}
.box .zx-page span:first-child{margin-left: 0}
.box .zx-page span a{color:#fff;}
.box .zx-page span.cur{background: #99784d}




.fr{
	float: right;
}

.main .bottom {
    width: 100%;
    height: 780px;
    background: url(../images/t10_home_pc/videos-bg2.jpg) center center no-repeat;
    margin-top: -2px;
}

/* 隐藏引入首页导航栏 */
.g-header {
    display: none;
}

li.q_vode a{
    width: 103px;
}

