@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

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: 1880px;
}

.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: 1201px;
    position: absolute;
    top: 503px;
    left: 352px;
    z-index: 4;
    margin: 0 auto;
}
.view img{
    outline-width:0px; 
    vertical-align:top; 
}

.view .content{
    position: absolute;
    top: 143px;
    left: 88px;
    margin-right: 36px;
    height: 1150px;
    overflow-y: auto;
}

.content ul{
    margin-top: 62px;
}

.content  ul li{
    position:relative;
}


.left{
    float: left;
    margin-right: 33px;
    width: 303px;
    overflow: hidden;
}


.left a:hover img {
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.left a img{
    width: 303px;
    height: 174px;
    -o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}

.left i{
    width: 79px;
    height: 79px;
    display: block;
    position: absolute;
    top: 46px;
    left: 113px;
    background: url(../images/t10_home_pc/screen4-bofang.png);
}

.right{
    width: 670px;
    float: left;
    margin-right: 10px;
}

.right a:hover{
    text-decoration: underline;
}

.right h2{
    margin: 15px 0;
    color: #091c3a;
    font-size: 24px;
    font-weight: 600;
}

.right p{
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #333333;
    font-family: MicrosoftYaHei;
    font-weight: normal;
	font-stretch: normal;
}

.line{
    margin: 25px 0;
}

.main .bottom{
    width: 100%;
    height: 780px;
    background: url('../images/t10_home_pc/videos-bg2.jpg') center center no-repeat; 
    margin-top: -2px;
}

/* 遮罩层 */
.Layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.Layer.on {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 1000;
}

/* 视频弹层 */
.video-pop {
    width: 800px;
    height: 510px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin: -200px 0 0 -400px;
}
.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    display: none;
}
.video-pop .btn-close{
	background-image: url('../images/t10_home_pc/screen3-close.png');
}

.video-pop .btn-close {
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    top: 0;
    right: -68px;
    -o-transition: transform .4s ease-in-out;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
	background-repeat: no-repeat;
	background-position: -64px -79px;
}

.video-pop .btn-close:hover {
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}


/* 隐藏引入首页导航栏 */
.g-header {
    display: none;
}

li.q_vode a{
    width: 103px;
}