@charset "utf-8";
/* CopyRight Gaotime
   v1.0 | 2014-7-25
   License: none (public domain)
*/


/*Reset*/
*{margin:0;padding:0;list-style-type:none;}

*html,*html body /* 修正IE6振动bug */{
	background-image:url(about:blank);
	background-attachment:fixed;
}
body{
	font-family:Arial,Lucida,Verdana,SimSun,Helvetica,sans-serif;
}

a,img{border:none;text-decoration:none;}
a{blr:expression(this.onFocus=this.blur());}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
/*a:active {test:expression(target="_blank");}*/
:focus{outline:0;}
label{cursor:pointer;}
img{vertical-align:middle;}
table{empty-cells:show;border-collapse:collapse;border-spacing:0;}
h1{font-size:14px;}h2,h3,h4{font-size:13px;}h5,h6{font-size:12px;}
input{border:none;}

a, input,textarea {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.clear{clear:both;}

/*Reset end*/

/*============================================*/
/*         The foloow is css document         */
/*============================================*/

/*lc-wrapper*/
.lc-wrapper{
	width:100%;
	height:auto;
	font-size:12px;
	font-family:"Microsoft YaHei";
}

/*lc-header-wrapper*/
.lc-header-wrapper{
	width:100%;
	height:90px;
	border-bottom:solid 1px #c0c0c0;
	
}


/*lc-header*/
.lc-header{
	width:980px;
	height:58px;
	margin:0 auto 0 auto; 
	padding-top:32px;
	overflow:hidden;
}
.gt-logo{
	float:left;
	display:block;
	width:126px;
	height:42px;
	background:url(../images/gt-logo.png) no-repeat;
}
.gt-weixin{
	float:left;
	display:block;
	width:126px;
	height:42px;
	background-image:url(../images/gaotimeweixin.jpg) no-repeat;
}
.lc-header-link{
	float:right;
	padding-top:15px;	
}
.lc-header-link li{
	float:left;
	padding:0 8px 0 8px;
	color:#888;
}
.lc-header-link1{
	float:right;
	padding-top:15px;	
}
.lc-header-link1 li{
	float:left;
	padding:0 8px 0 8px;
	color:#888;
}
.lc-promote{
	font-size:13px;
	border-bottom:2px solid #f00;
	margin-right:10px;color:#222;
}
.lc-header-link li a{color:#888;}
.lc-header-link li a:hover{color:#F00;text-decoration:underline;}

/*lc-header end*/

/*--------------lc-banner--------------*/
.lc-banner{
	position:relative;
	width:980px;
	height:333px;
	margin:13px auto 50px; auto;
	background-image:url(../images/banner.png);
	background-color:#fdf9d6;
}
.lc-banner-title{
	position:absolute;
	right:154px;
	top:73px;
}
.lc-download-btn-main1, .lc-download-btn-main2{
	position:absolute;
	width:167px;
	height:54px;
	line-height:54px;
	text-align:left;
	text-indent:62px;
	font-size:20px;
	color:#fff;
	background:url(../images/icon_all.png) no-repeat 29px center;
	background-color:#cc3333;
	cursor:pointer;
	
}
.lc-download-btn-main1{right:240px;top:180px;}
.lc-download-btn-main2{right:120px;top:180px;background-color:#ff8441;}
.lc-download-btn-main1:hover, .lc-download-btn-main2:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	text-indent:66px;
}

.lc-rish-box{
	position:absolute;
	right:44px;
	top:248px;
	color:#666;
}
#show-rish-box{color:#2b4e9f;cursor:pointer;}
#show-rish-box:hover{color:#F00;border-bottom:2px solid #f00;}

/*----------------lc-container-----------------------*/
.lc-container{
	width:100%;
	height:auto;
}
.lc-tab-title{
	width:980px;
	height:160px;
	margin:0 auto 0 auto;
	
}
.lc-tab-title ul{padding:0 4px 0 4px;}
.lc-tab-title ul li{
	float:left;
	width:86px;
	padding:0 70px 0 38px;
	text-align:center;
	cursor:pointer;
	font-size:13px;
	color:#555;
	cursor:pointer;
}
.lc-tab-title ul li span{
	display:block;
	width:86px;
	height:84px;
	margin-bottom:24px;
	background:#fff url(../images/version-icontitle.png) no-repeat;	
	zoom:1;
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	opacity:0.35;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	

}
.lc-icon1{background-position:0 center !important;}
.lc-icon2{background-position:-86px center !important;}
.lc-icon3{background-position:-172px center !important;}
.lc-icon4{background-position:-258px center !important;}
.lc-icon5{background-position:-344px center !important;}
.lc-icon6{background-position:-430px center !important;}

.lc-tab-title ul li.lc-tab-title_On{color:#000;}
.lc-tab-title ul li.lc-tab-title_On span{
	position:relative;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.lc-tab-title ul li.lc-tab-title_On span i{
	position:absolute;
	display:block;
	width:35px;
	height:17px;
	left:25px;;
	bottom:-77px;
	z-index:100;
	background:url(../images/arrow-tab-content.png) no-repeat;
}

.lc-tab-content{
	width:100%;
	height:396px;
	border-top:solid 1px #c0c0c0;
	background-color:#fafafb;
}
.lc-tab-content .lc-tab-list{
	display:none;
	width:920px;
	height:220px;
	padding:40px 30px 40px 30px;
	margin:0 auto 0 auto;
}
.lc-tab-content .lc-tab-list-show{display:block;}

.lc-tab-list h1{font-size:24px;font-weight:normal;margin-bottom:10px;}
.lc-tab-list h4{font-weight:normal;line-height:35px;color:#333;}
.lc-tab-list p{line-height:25px;color:#333;}

.lc-dw-btn{
	width:119px;
	height:31px;
	margin-top:15px;
	line-height:31px;
	text-align:left;
	text-indent:42px;
	background:url(../images/icon_all.png) no-repeat 16px center;
	color:#fff;
	background-color:#47aff9;
	border-radius:2px;
	cursor:pointer;
}
.lc-dw-btn2{
	background-image:none;
	text-align:center;
	text-indent:0;
	margin:10px auto 0  250px;
}
.lc-dw-btn:hover{background-color:#3a8cc7;}

/*--------------lc-container end---------------------*/


/*------------------lc-footer---------------------*/
.lc-footer{
	width:100%;
	height:100px;
	padding-top:40px;
	border-top:solid 1px #c0c0c0;
	text-align:center;
}
.lc-about-us a{color:#888;}
.lc-about-us a:hover{color:#F00;text-decoration:underline;}
.risk-prompt{
	display:inline-block;
	width:84px;
	line-height:19px;
	text-align:center;
	color:#fff !important;
	border-radius:2px;
	background-color:#9d9d9d;
}
.risk-prompt:hover{text-decoration:none !important;background-color:#cc3333;}

.lc-copyright{width:100%;}
.lc-copyright .lc-header-link{
	float:none !important;
	width:435px;
	margin:0 auto 0 auto;
}
/*-----------------lc-footer end----------------*/

/*------------弹出层-------------*/
.lc-layout-down{
	position:absolute;
	display:none;
	width:100%;
	height:1120px;
	left:0;
	top:0;
	z-index:800;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.lc-layout-up{
	position:absolute;
	display:none;
	width:654px;
	height:486px;
	left:50%;
	top:50%;
	margin-left:-327px;
	margin-top:-243px;
	z-index:1000;
	background-color:#fff;
	border-radius:2px;
	box-shadow: 0 0 5px #333;
	font-family:"Microsoft YaHei";

}
.lc-layout-up-title{
	width:100%;
	height:20px;
	margin-top:16px;
	text-align:center;
}
.lc-layout-up-close{
	float:right;
	display:block;
	width:20px;
	height:20px;
	margin-right:20px;
	background:url(../images/lauout-close.png) no-repeat 0 0;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.lc-layout-up-close:hover{background:url(../images/lauout-close.png) no-repeat 0 -20px;}
.lc-layout-up-content{
	margin:20px 30px 20px 30px;
	height:340px;
	overflow-y:scroll;
	line-height:25px;
	color:#666;
	font-size:13px;
}

/*------------弹出层 end-------------*/
