/* 顶部banner幻灯片 */
.slide-wrap .slideBox img{
	height: 100%;
}


.slide-wrap div.slideBox{
	 position:relative; overflow:hidden; text-align: center;
}
.slide-wrap div.slideBox{
	height: 600px;
}

.slide-wrap div.slideBox ul.items{background:none; list-style:none; padding:0px; margin:0px; height: 100%;}
.slide-wrap div.slideBox ul.items li{background:none; list-style:none; padding:0px; margin:0px; position: relative;height: 100%;float: left; text-align: center;width: 100%;}
.slide-wrap div.slideBox ul.items li a{
	display: block;
	height: 100%;
}
.slide-wrap div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:50px; /*background-color:#000; */overflow:hidden;}
.slide-wrap div.slideBox div.tips div.title{ position:absolute; left:0px; top:0px; height:100%;}
.slide-wrap div.slideBox div.tips div.title a{ color:#FFF; font-size:18px; line-height:50px; margin-left:10px; text-decoration:none;}
.slide-wrap div.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
.slide-wrap div.slideBox div.tips div.nums{ position:absolute; top:0px; height:100%; width: 100%; text-align: center;}
.slide-wrap div.slideBox div.tips div.nums a{ 
	display: inline-block;
  	width: 10px;
  	height: 10px;
  	background-color: #fff;
  	background-color: rgba(255,255,255,0.6);
  	border-radius: 5px; margin: 20px 5px;
  	transition: all .1s ease-out;
  	-webkit-transition: all .1s ease-out;
  	-moz-transition: all .1s ease-out;
  	-o-transition: all .1s ease-out;
}
.slide-wrap div.slideBox div.tips div.nums a.active{ 
	width: 20px;
  	background-color: #fffFFF;
}
.position .current{vertical-align:middle;width:1000px; height:54px; line-height:54px; border-bottom:1px solid #f0f0f0; margin:0px auto; font-size:14px; font-family:"微软雅黑"; color:#666666; padding: 20px 0;}
.position .current a{color:#666666; margin:0px 7px;}
.position .current img{ vertical-align:middle; margin:0px 5px;}
.position .current a:hover{color:#005ca1;}
.position .current a.now{color:#005ca1;}

/* Tradestation特性幻灯片 */
.feature-wrap{
	width: 1000px;
	height: 665px;
	margin: 0 auto;
	padding: 50px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.feature-wrap .slideBox{ width:1000px; height:533px; position:relative;  }
.feature-wrap .slideBox .hd{ height:30px; overflow:hidden; position:absolute;bottom:-60px; z-index:1;}
.feature-wrap .slideBox .hd ul{ overflow:hidden; zoom:1; width: 1000px; text-align: center;}
.feature-wrap .slideBox .hd ul li{ margin-right:2px;  width:30px; height:30px; line-height:30px; text-align:center; background:#f2f2f3; cursor:pointer; display: inline-block; border-radius: 30px; margin-right: 20px;color: #aaaaaa;font-size: 14px; }
.feature-wrap .slideBox .hd ul li.on{ background:#f2f2f3; color:#333333; }
.feature-wrap .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.feature-wrap .slideBox .bd li{ zoom:1; vertical-align:middle; }
.feature-wrap .slideBox .bd img{ width:1000px; height:533px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.feature-wrap .slideBox .prev,
.feature-wrap .slideBox .next{ position:absolute; left:-13%; top:50%; margin-top:-25px; display:block; width:98px; height:98px; background:url(../asset/images/arrow.png) -195px 0px no-repeat;}
.feature-wrap .slideBox .next{ left:auto; right:-13%; background-position:-2px 0; }
.feature-wrap .slideBox .prev:hover,
.feature-wrap .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.feature-wrap .feature-wrap .slideBox .prevStop{ display:none;  }
.feature-wrap .slideBox .nextStop{ display:none;  }
.metro{
	width: 1000px;
	margin: 10px auto 45px;
	overflow: hidden;
}

.metro .item{
	margin-top: 45px;
	width: 280px;
	float: left;
	background-color: #319ef5;
	border-radius: 4px;
	margin-right: 44px;
	padding: 12px 12px 35px 12px;
	background-position: center 30px;
	background-repeat: no-repeat;
}

.metro .item:nth-child(3){
	margin-right: 0;
	background-image:url(../images/icon_3.png); 
}

.metro .item:nth-child(6){
	margin-right: 0;
	background-image:url(../images/icon_6.png); 
}
.metro .item .no{
	display: block;
	border: 3px solid #1c89e0;
	color: #1c89e0;
	text-align: center;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	line-height: 30px;
	font-size: 22px;
}
.metro .item h1{
	margin-top: 115px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	line-height: 40px;
}
.metro .item p{
	text-align: center;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	padding: 0 20px;
}
.course{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	margin-top: 90px;
}

.course .item{
	width: 33.33%;
	float: left;
}
.course .item h1{
	text-align: center;
	font-size: 18px;
	color: #319ef5;
	padding-top:105px;
	background-position: center 10px; 
	background-repeat: no-repeat;
}
.course .item:nth-child(1) h1{
	background-image: url(../asset/images/icon_7.png);
	font-size: 18px;
	color: #319ef5;
}
.course .item:nth-child(2) h1{
	background-image: url(../asset/images/icon_8.png);
	font-size: 18px;
	color: #319ef5;
}
.course .item:nth-child(3) h1{
	background-image: url(../asset/images/icon_9.png);
	font-size: 18px;
	color: #319ef5;
}
.course .item .list{
	margin-top: 30px;
}
.course .item .list li{
	width: 100%;
	overflow: hidden;
}
.course .item .list li a{
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	display: block;
	overflow: hidden;
}
.course .item .list li i.icon{
	float: left;
	width: 25px;
	height: 25px;
	background: none;
	background-position: center 4px; 
	background-repeat: no-repeat;
}
.course .item .list li i.txt{
	float: left;
	height: 32px;
	line-height: 32px;
}

.course .item .list li i.icon.dl{
	background-image: url(../asset/images/icon_10.png);
}
.course .item .list li i.icon.video{
	background-image: url(../asset/images/icon_12.png);
}
.course .item .list li i.icon.link{
	background-image: url(../asset/images/icon_11.png);
}
#main-region .banner img{
	width: 100%;
	height: 600px;
	background-image: url(../asset/images/banner_1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #319ef5;
	/*background-repeat: no-repeat;*/
}
#main-region .banner img{
	width: 100%;
	height: 600px;
	background-image: url(../asset/images/banner_1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #319ef5;
	/*background-repeat: no-repeat;*/
}
#main-region .software{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 70px;
}
#main-region .software .item{
	overflow: hidden;
	margin-top: 30px;
}
#main-region .software .item .time{
	float: left;
	width: 115px;
	color: #333333;
}
#main-region .software .item .time .date{
	display: block;
	font-size: 36px;
}
#main-region .software .item .time .month{
	display: block;
	font-size: 18px;

}

#main-region .software .item .info{
	float: left;
	width: 885px;
	border-bottom: 1px solid #dddddd;
}
#main-region .software .item:last-child .info{
	border-bottom: none;
}
#main-region .software .item .info h1{
	color: #333;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight:normal;
}
#main-region .software .item .info p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
#main-region .software .item .info .download{
	display: inline-block;
	color: #319ef5;
	font-size: 14px;
	padding:20px 0;
}
#main-region .buy{
	width: 1000px;
	margin:28px auto -1px auto;
	height: 50px;
	border-top: 1px solid #dddddd;
    padding: 30px 0;
}
#main-region .buy .logo2{
	width: 163px;
	height: 50px;
	background: url(../asset/images/logo2.jpg) center center/100% auto no-repeat;
	float: left;
}
#main-region .buy .txt{
	float: left;
	line-height: 50px;
	color: #666666;
	font-size: 14px;
	margin-left: 35px;
}
#main-region .buy .btn{
	float: right;
}
#main-region .buy .btn .buy-btn{
	width:160px ;
	height: 46px;
	color:#1c89e0;
	font-size: 18px;
	border: 2px solid #1c89e0;
	text-align: center;
	line-height: 46px;
	display: block;
	border-radius: 4px;
}

/*2017-01-20 新增样式*/
#main-region .software .item .info p img{
	margin: 10px 0 10px 0;
}
.full-date{
	color: #999999;
	font-size: 14px;
	margin: -21px 0 22px 0;
}
.college{
	width: 1000px;
	margin: 40px auto 0 auto;
}
.college > .video{
	width: 1000px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.college .video .title{
	font-size: 36px;
    padding-bottom: 36px;
    color: #333;
}
.college .course-classify .header{

	height:60px;
	overflow: hidden;
}
.college .course-classify .title{
	font-size:36px;
	color:#333333;
	float: left;
}
.college .course-classify .all{
	margin-top: 20px;
	float: right;
	height: 25px;
	border-radius: 13px;
	background-color:#e1e1e1;
	color:#888888;
	padding: 0 30px;
	line-height: 25px;
	cursor: pointer;
}
.college .course-classify .description{
	color:#333333;
	font-size: 14px;
}
.college .course-classify .teach{
	overflow: hidden;
	margin: 35px 0 70px 0;
	padding-bottom: 70px;
	border-bottom:1px solid #dddddd;
}
.college .course-classify .teach .item{
	float: left;
	width: 48.5%;
	border:1px solid #cccccc;
	border-radius: 5px;
	text-align: center;
	padding:230px 0 40px 0;
}
.college .course-classify .teach .item.i1{
	background: url(../asset/images/icon-rumen.png) center 40px no-repeat;
	margin-right: 2%;
}
.college .course-classify .teach .item.i2{
	background: url(../asset/images/icon-kaifa.png) center 40px no-repeat;
}
.college .course-classify .case{
	overflow: hidden;
	margin-bottom: 50px;
}
.college .course-classify .case .item{
	margin-top: 20px;
	width: 320px;
	float: left;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd ;
	border-right:1px solid #dddddd ;
	padding-bottom: 10px;
	margin-right: 10px;
}
.college .course-classify .case .item h3{
	text-align: center;
	font-size: 20;
	color: #333333;
	font-weight: normal;
	line-height: 50px;
}
.college .course-classify .case .item .img{
	width: 100%;
	height: 150px;
}
.college .course-classify .case .item.i1 .img{
	background:url(../asset/images/icon-cljy.png) center center no-repeat #ed7f00;
}
.college .course-classify .case .item.i2 .img{
	background:url(../asset/images/icon-tljy.png) center center no-repeat #5452a5;
}
.college .course-classify .case .item.i3 .img{
	background:url(../asset/images/icon-plxd.png) center center no-repeat #fab400;
}
.college .course-classify .case .item.i4 .img{
	background:url(../asset/images/icon-zyzs.png) center center no-repeat #0a6fe3;
}
.college .course-classify .case .item.i5 .img{
	background:url(../asset/images/icon-xgjk.png) center center no-repeat #00b8cf;
}
.college .course-classify .case .item.i6 .img{
	background:url(../asset/images/icon-qtal.png) center center no-repeat #4bc2f6;
}
.course-list-ul ul{
	padding-top: 15px;
}
.course-list-ul li{
	padding:5px 0;
}
.course-list-ul li .num{
	float: left;
	color:#666666 ;
	width:20px ;
}
.course-list-ul li .date{
	float: right;
	color: #666666;
}

.case .item .list li a,.course-list-ul li a{
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	display: block;
	overflow: hidden;
}
.course-list-ul li a{
	color: #104fac;
}
.case .item .list li i.icon ,.course-list-ul li i.icon{
	float: left;
	width: 25px;
	height: 25px;
	background: none;
	background-position: center 4px; 
	background-repeat: no-repeat;
}
.case .item .list li i.txt ,.course-list-ul li i.txt{
	float: left;
	height: 32px;
	line-height: 32px;
	width: 285px;
	text-overflow: ellipsis;
}

.case .item .list li i.icon.dl ,.course-list-ul li i.icon.dl{
	background-image: url(../asset/images/icon_10.png);
}
.case .item .list li i.icon.video ,.course-list-ul li i.icon.video{
	background-image: url(../asset/images/icon_12.png);
}
.case .item .list li i.icon.link ,.course-list-ul li i.icon.link{
	background-image: url(../asset/images/icon_11.png);
}
.course-list-container{
	width: 1000px;
	margin:0 auto;
}
.course-list-container .search{
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	padding: 25px 0;
	height: 35px;
}
.search .search_txt{border: none;border:1px solid #d8d8d8; float:right;height: 35px;outline:none;width: 250px;padding-left: 20px;line-height: 35px;color: #000;font-size: 14px;border-radius: 5px 0 0 5px;}
.search .search_btn{border: none;float:right;background: url(../asset/images/icon_search.png) center center no-repeat;background-color: #1c89e0;width: 40px;height: 37px;outline: none;cursor: pointer; border-radius: 0 5px 5px 0;}
.search .search_btn:hover{background-color: #008ef4;}
.course-span{
	overflow: hidden;
	margin-top: 40px;
}

.left-menu{
	float: left;
	width: 275px;
}
.course-list{
	float: left;
	width:725px;
}
.course-span .left-menu-item{
	margin-bottom: 20px;
}
.course-span .left-menu-item h1{
	font-size:24px;
	color:#333333 ;
	margin-bottom: 20px;
	font-weight: normal;
	margin-left: 20px;
}
.left-menu-item li{
	margin-left: 20px;
	line-height: 30px;
}
.left-menu-item li.current{
	list-style: square outside url(../asset/images/arrow-small.png);
}
.left-menu-item li.current a{
	color:#333333;
}
.left-menu-item li a{
	color: #1b89d7;
	font-size: 14px;
}
.course-list .header{
	overflow: hidden;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 20px;
}
.course-list .header h2{
	float: left;
	font-weight: normal;
}
.course-list .header .select{
	float: right;
}
.course-list .header .select li{
	float: left;
	margin-left: 35px;
}
.course-list .header .select li a{
	cursor: pointer;
	color: #999999;
}
.course-list .header .select li.current a{
	color: #333333;
}
.page{ 
	color:#006699; 
	width:715px; 
	margin:20px auto;
	height:21px; 
	line-height:21px;
  	text-align: center;
  	padding: 25px 0;
}

.page a{
	border:1px solid #ebe8e8; 
	height:21px;
	display:block; 
	text-align:center; 
	line-height:21px; 
	color:#005ca1; 
	display: inline-block;
	margin-right:9px;
	padding:2px 12px;
}
.page a:hover{ 
	background:#006699; 
	color:#fff;
	border:1px solid #006699;
}
.page a.now{ 
	background:#006699; 
	color:#fff;
	border:1px solid #006699;
}
.page input{
	width: 20px;
}
.course-detail{
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}
.course-detail h1{
	color:#333333;
	font-weight: normal;
	font-size:20px;
	margin-bottom: 10px;
}
.course-detail .item{
	color:#666666;
	line-height:28px ;
}
.course-detail .item a{
	line-height:28px ;
	color: #1c89e0;
    text-decoration: underline;
}
.att-wrap{
	
}
.att-wrap a:hover{
	color: red;
}

/*帮助与支持样式*/
.content {
    width: 1056px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}
/*帮助与支持左侧的样式*/
.leftmenu{width:270px;height:300px;float:left;background:#fbfbfb;border:1px solid #e2e2e2;border-top:none;}
.leftmenu h3{width:250px;height:60px;background:#2185d1 url(../images/tou.png) no-repeat 205px center;padding:10px 0 0 20px;}
.leftmenu h3 span{width:200px;height:30px;display:block;font-size:18px;color:#fff;font-family:"微软雅黑";font-weight:400;}
.leftmenu h3 span.blue02{color:#00589b;font-size:14px;}
.px_title{width:268px;background:#fbfbfb;height:auto;padding-bottom:100px;}
.px_title a{display:block;background:url(../images/icon01.png) no-repeat 20px center;padding-left:10px;color:#484848;width:260px;font-size:14px;font-family:"微软雅黑";}
.px_title a:hover{color:#484848;background:#f3f3f3 url(../images/icon01.png) no-repeat 20px center;}
.px_title a.current{background:#f3f3f3 url(../images/icon01.png) no-repeat 20px center;}
.px_title li{height:50px;line-height:50px;padding-left:20px;}
/*帮助与支持右侧的样式*/
.rightcont{width:726px;float:right;min-height:260px;}
#contentRi li{border-bottom:1px solid #e5e5e5;padding: 18px 0;}
#contentRi p,#contentRi span{font-size: 14px;line-height: 1.8;}
#contentRi li a{}
.rightcont_top{width:726px;height:30px;line-height:30px;border-bottom:1px solid #e2e2e2;} 
.rightcont_top h3{font-weight:400;font-size:14px;padding:0 15px;float:left;border-bottom:2px solid #005ca1;height:29px;font-family:"微软雅黑";}
.rightcont_top .cu_position{float:right;}
.rightcont_top .cu_position .index{background:url(../images/index.jpg) no-repeat left center;padding-left:21px;display:inline-block;}
.rightcont_top .cu_position .current{font-style:normal;color:#005ca1;}
.rightcont_main{width:726px;margin:20px 0;height:auto;}
.rightcont_main h4{color:#005ca1;font-size:14px;border-left:5px solid #005ca1;padding-left:10px;font-weight:400;line-height:16px;margin:10px 0;font-family:"微软雅黑";}


/*我的账户样式 start*/
.container{
	width: 1000px;
	margin: 0 auto;
}
.location{
	padding: 25px 0;
	color: #999999;
	border-bottom: 1px solid #dddddd;
}
.account-content{
	margin:50px 0 80px 265px;
}
.input-row{
	padding:10px 0;
	overflow: hidden;
}
.input-group .label{
	float: left;
	width: 130px;
	line-height: 37px;
	color: #666666;
	font-size: 14px;
}
.input-group .data{
	float: left;
	line-height: 37px;
	color: #333333;
	font-size: 14px;
}
.input-group .in{
	float: left;
	position: relative;
}
.input-group .in input{
	border: 1px solid #cccccc;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	color: #333333;
	font-size: 14px;
	width: 300px;
}
.input-group .in .btn{
	font-size: 12px;
	position: absolute;
	right: 10px;
	color: #1b89d7;
	line-height: 38px;
	cursor: pointer;
}
.input-group .in .btn{
	font-size: 12px;
	position: absolute;
	right: 10px;
	color: #1b89d7;
	line-height: 38px;
	cursor: pointer;
}
.account-content .button{
	line-height:30px;
	font-size:14px;
	color: #1c89e0;
	border: 1px solid #1c89e0;
	border-radius: 5px;
	padding: 0 20px;
	display: inline-block;
	margin: 30px 0 0 132px;
	cursor: pointer;
}
.account-content .message{
	font-size: 14px;
	color: #999999;
	margin-top: 30px;
	line-height: 30px;
}
.account-content h1{
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin-bottom: 30px;
	margin-top: 60px;
}
.account-content .tab table{
	border-collapse: collapse;
}
.account-content .tab td,.account-content .tab th{
	border: 1px solid #dddddd;
	text-align: center;
	height: 40px;
}
.account-content .tab{}
.hide{
	display: none;
}
.show{
	display: block;
}
/*我的账户样式 end*/


/**
 * 登录页面样式
 */

.login-wrap{
	background-color: #D7D7D7;
}

.icon-break{
	position: relative;  line-height: 0!important;
	display: inline-block; width: 12px; height: 3px; background-color: #c4c7c9;
	transform:rotate(40deg);
	-ms-transform:rotate(40deg);  	/* IE 9 */
	-moz-transform:rotate(40deg); 	/* Firefox */
	-webkit-transform:rotate(40deg); /* Safari 和 Chrome */
	-o-transform:rotate(40deg); 	/* Opera */
	margin: -5px 10px 0;
}

.icon-break:after{
	content: " ";
	display: inline-block; width: 12px; height: 3px; background-color: #c4c7c9; margin: 5px 0 0 4px;
	transform:rotate(-80deg);
	-ms-transform:rotate(-80deg); 	/* IE 9 */
	-moz-transform:rotate(-80deg); 	/* Firefox */
	-webkit-transform:rotate(-80deg); /* Safari 和 Chrome */
	-o-transform:rotate(-80deg); 	/* Opera */
}

.icon-dropdown{
	position: relative;  line-height: 0!important;
	display: inline-block; width: 12px; height: 3px; background-color: #dddddd;
	transform:rotate(130deg);
	-ms-transform:rotate(130deg);  	/* IE 9 */
	-moz-transform:rotate(130deg); 	/* Firefox */
	-webkit-transform:rotate(130deg); /* Safari 和 Chrome */
	-o-transform:rotate(130deg); 	/* Opera */
	margin: -5px 10px 0;
}

.icon-dropdown:after{
	content: " ";
	display: inline-block; width: 12px; height: 3px; background-color: #dddddd; margin: 5px 0 0 4px;
	transform:rotate(-80deg);
	-ms-transform:rotate(-80deg); 	/* IE 9 */
	-moz-transform:rotate(-80deg); 	/* Firefox */
	-webkit-transform:rotate(-80deg); /* Safari 和 Chrome */
	-o-transform:rotate(-80deg); 	/* Opera */
}

.icon-dropleft{
	position: relative;  line-height: 0!important;
	display: inline-block; width: 12px; height: 3px; background-color: #dddddd;
	transform:rotate(220deg);
	-ms-transform:rotate(220deg);  	/* IE 9 */
	-moz-transform:rotate(220deg); 	/* Firefox */
	-webkit-transform:rotate(220deg); /* Safari 和 Chrome */
	-o-transform:rotate(220deg); 	/* Opera */
	margin: -5px 10px 0;
}

.icon-dropleft:after{
	content: " ";
	display: inline-block; width: 12px; height: 3px; background-color: #dddddd; margin: 5px 0 0 4px;
	transform:rotate(-80deg);
	-ms-transform:rotate(-80deg); 	/* IE 9 */
	-moz-transform:rotate(-80deg); 	/* Firefox */
	-webkit-transform:rotate(-80deg); /* Safari 和 Chrome */
	-o-transform:rotate(-80deg); 	/* Opera */
}

.icon-dropleft.active{
	background-color: #1a95e4;
}

.icon-dropleft.disable{
	background-color: #c4c7c9;
}

.icon-dropleft.active:after{
	background-color: #1a95e4;
}

.icon-dropleft.disable:after{
	background-color: #c4c7c9;
}

.icon-dropright{
	position: relative;  line-height: 0!important;
	display: inline-block; width: 12px; height: 3px; background-color: #dddddd;
	transform:rotate(40deg);
	-ms-transform:rotate(40deg);  	/* IE 9 */
	-moz-transform:rotate(40deg); 	/* Firefox */
	-webkit-transform:rotate(40deg); /* Safari 和 Chrome */
	-o-transform:rotate(40deg); 	/* Opera */
	margin: -5px 10px 0;
}

.icon-dropright:after{
	content: " ";
	display: inline-block; width: 12px; height: 3px; background-color: #dddddd; margin: 5px 0 0 4px;
	transform:rotate(-80deg);
	-ms-transform:rotate(-80deg); 	/* IE 9 */
	-moz-transform:rotate(-80deg); 	/* Firefox */
	-webkit-transform:rotate(-80deg); /* Safari 和 Chrome */
	-o-transform:rotate(-80deg); 	/* Opera */
}
.icon-dropright.active{
	background-color: #1a95e4;
}

.icon-dropright.disable{
	background-color: #c4c7c9;
}

.icon-dropright.active:after{
	background-color: #1a95e4;
}

.icon-dropright.disable:after{
	background-color: #c4c7c9;
}


.login-wrap .title{
	font-size: 1.5em; /*font-weight: 600; */line-height: 2.5em; color: #474747;
}

.kv .kind span{
	padding-right: 0.5em;
}


.kv label{
	color: #888; width: 5em; display: inline-block;
}

.kv .kind{
	color: #38b9fc;
}

.kv .abledoc{
	color: #38b9fc;
}

.kv .abledoc span{
	padding-right: 0.5em; cursor: pointer;
}

.kv .download{
	color: #038be2; cursor: pointer;
}


/**
 * 登录页面
 */


.login-box{
	padding: 50px 0 50px; background: url(http://www.guosen.com.cn/appstore/images/login.jpg) no-repeat center center;
}

.login-wrap{
	width: 430px;  margin: 0 auto;
	background-color: #fff;/* box-shadow: 3px 3px 2px #888888, inset 3px 3px 2px #888888; */padding: 20px 60px 50px; box-sizing: border-box; border-radius: 5px;
}

.login-wrap .title{
	text-align: center; color: #575757;  font-size: 1.5em;
}

.login-wrap .smybol-wrap{
	padding: 10px;
}

.login-wrap .smybol-wrap img{
	width: 100%;
}

.login-wrap .kv{
	line-height: 40px; margin: 15px 0; position: relative;
}

.login-wrap .kv label{
	width: 4em; padding-left: 0.5em;
}

.login-wrap .kv input{
	position: absolute; left: 0; top: 0; width: 100%; border: 1px solid #ccc; background-color: transparent; height: 40px; line-height: 40px; padding-left: 4.55em; box-sizing: border-box; outline:none;
}
.login-wrap .kv .passwordS{
	
}

.login-wrap .kv.valid-wrap input{
	width: 100%; padding-left: 1em; position: relative; border-radius: 2px;
}

.login-wrap .kv input:focus{
	border: 1px solid #FFB400;
}

.login-wrap .btn-wrap{
	padding: 10px 0 0;
}

.login-wrap .btn-wrap .login{
	background-color: #1a95e4; margin-right: 20px; cursor: pointer; border-radius: 2px;
}

.login-wrap .btn-wrap .login:hover{
	background-color: #38b9fc;/* box-shadow: 5px 5px 5px #1A95E4, inset -2px -2px 2px #038BE2;*/
}

.login-wrap .btn-wrap .login:active {background-color: #38b9fc; color: #e2e2e2;} 

.login-wrap .btn-wrap .space{
	width: 10px;
}

.login-wrap .bottom-btn{
	margin-top: 10px;
}

.login-wrap .bottom-btn a{
	color: #1a95e4; cursor: pointer; line-height: 30px;
}

.login-wrap .bottom-btn span{
	width: 5.5em;
}

.login-wrap .bottom-btn a.forgetpwd{
	text-align: right; 
}

.login-wrap .btn-wrap a{
	/*box-shadow: 5px 5px 5px #888; */line-height: 45px; text-align: center; color: #fff; font-size: 1.2em;
}

.login-wrap .forget-pwd{
	margin-top: 30px; color: #038be2;
}

.login-wrap .image-wrap{
	box-sizing: border-box; text-align: center; width: 9em;
}

.login-wrap .image-wrap img{
	vertical-align: middle;
	height: 36px;
    /*border: 1px solid #ccc;*/
    padding: 1px 2px;
}

.login-wrap .image-reset{
	text-align: right;width: 30px; cursor: pointer;
}

.login-wrap .image-reset img{
	vertical-align: middle; 
}

.login-wrap .input-valid{
	width: 100%;
}

.login-wrap .rememberme{
	margin-top: 40px;
}

.login-wrap .rememberme label > *{
	vertical-align: middle;
}

.login-wrap .rememberme label input{
	margin-right: 0.5em;
}

.login-box .login-tip{
	font-size: 2.5em; text-align: center; margin-top: 50px; color: #111111;
}


/** 用户注册 **/
.register-wrap{
	width: 400px; height: 400px; margin: 0 50px 0 auto;
	background-color: #D7D7D7; box-shadow: 7px 7px 5px #888888; padding: 40px 40px; box-sizing: border-box;
}
.open-trade{
	width: 1000px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.open-trade .header{
	height:60px;
	overflow: hidden;
}
.open-trade .title{
	font-size:36px;
	color:#333333;
	float: left;
}

.open-trade .description{
	color:#333333;
	font-size: 14px;
}
.open-trade-list{
	margin-top: 50px;
}
.open-trade-list li{
	float: left;
	width: 30%;
	margin-right: 2.5%;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	height: 390px;
	position: relative;
}
.open-trade-list li:hover{
	background: url(../asset/images/bg.png) right bottom no-repeat #4d91f5;
}

.open-trade-list li .logo{
	height: 45px;
	margin-left: 15px;
	background: url(../asset/images/logo-account.png) left center no-repeat;
}
.open-trade-list li:hover .logo{
	background: url(../asset/images/logo-active.png) left center no-repeat;
}
.open-trade-list li .icon{
	height: 180px;
	margin-left: 15px;
}
.open-trade-list li.l1 .icon{
	background: url(../asset/images/icon-1.png) center center no-repeat;
}
.open-trade-list li.l2 .icon{
	background: url(../asset/images/icon-2.png) center center no-repeat;
}
.open-trade-list li.l3 .icon{
	background: url(../asset/images/icon-3.png) center center no-repeat;
}

.open-trade-list li.l1:hover .icon{
	background: url(../asset/images/icon-1-active.png) center center no-repeat;
}
.open-trade-list li.l2:hover .icon{
	background: url(../asset/images/icon-2-active.png) center center no-repeat;
}
.open-trade-list li.l3:hover .icon{
	background: url(../asset/images/icon-3-active.png) center center no-repeat;
}

.open-trade-list li h3{
	color: #d0d0d0;
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.open-trade-list li:hover h3{
	color: #FFF;
}
.open-trade-list li p{
	font-size: 14px;
	color: #d0d0d0;
	text-align: center;
	padding: 0 30px;
	line-height: 1.5;

}
.open-trade-list li:hover p{
	color: #FFF;
}
.open-trade-list li .btn{
	font-size: 18px;
	color: #d0d0d0;
	text-align: center;
	width: 100%;
	line-height: 1.5;
	position: absolute;
	bottom: 30px;
}
.open-trade-list li:hover .btn{
	color: #000000;
}
/*购买须知样式，也用于软件下载的banner部分*/
.basic-info{
  height: 605px;
  background:url(../images/bg.jpg) center center no-repeat #319ef5;
}
.basic-info-container{
  width: 1000px;
  margin: 0 auto;
}
.basic-info-item{
  padding: 120px 0 0 440px;
  color: #FFFFFF;
}
.basic-info-item h1{
  font-size:30px;
  font-weight:normal;
}
.basic-info-item h2{
  font-size:50px;
  font-weight:normal;
  margin-bottom: 30px;
}
.basic-info-item h3{
  font-size:16px;
  font-weight:normal;
  margin-bottom: 30px;
}
.basic-info-item .btn{
  margin-top: 30px;
  color:#319ef5;
  width: 200px;
  height: 50px;
  background-color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  display: block;
}
.basic-info-item p{
  font-size:14px;
  line-height:25px;
}
.purchase-notes .notes{
  width: 1000px;
  margin: 0 auto;
}
.purchase-notes .notes h4{
  font-size:24px;
  color:#333333;
  font-weight: normal;
  padding:30px 0 20px 0;
}
.purchase-notes .notes p{
  font-size:14px;
  color:#666666;
  line-height: 25px;
}
.purchase-notes .notes p .blue{
  color: #319ef5;
}
.purchase-notes .btn-container{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 40px 0;  
}
.purchase-notes .btn-container .btn{
  display: inline-block;
  border-radius: 3px;
  border:1px solid #1c89e0;
  height: 45px;
  width: 195px;
  line-height: 45px;
  color:#1c89e0;
  font-size: 20px;
}
.purchase-notes .btn-container .btn.cancel{
  border:1px solid #1c89e0;
  background-color:#1c89e0;
  color:#FFFFFF;
  margin-left: 75px;
  cursor: pointer;
}
/*购买须知样式，也用于软件下载的banner部分 end*/

/*我的账户首页样式*/
.account{
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
.account:last-child{
	border-bottom: none;
}
.account h2{
	margin: 30px 0 0px 0;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}
.account-item{
	margin-top: 30px;
	overflow: hidden;
}

.account-icon{
	float: left;
	width: 255px;
}
.account-icon .icon{
	text-align: center;
}
.account-icon p{
	margin-top: 10px;
	font-size:14px;
	color:#1b89d7;
	line-height:20px;
	text-align: center;
}
.account-icon p .red{
	color:#ff7878;
}
.account-list{
	padding:5px 30px; 
	float: left;
	border-left: 1px solid #dddddd;
	width: 740px;
	min-height: 150px;
}
.account-list li{
	padding:10px 0; 
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.account-list li .icon{
	width: 45px;
	text-align: center;
	float: left;
	height: 40px;
	font-size: 12px;
	color: #FFFFFF;
}
.account-list li .icon.arrow{
	background: url(../images/icon-arrow.png) 8px 11px no-repeat;
}
.account-list li .icon.arrow-bind{
	background: url(../images/icon-arrow-bind.png) 8px 11px no-repeat;
}

.account-list li .txt{
	float: left;
	font-size: 14px;
	color: #333333;
	width: 420px;
	font-size: 14px;
}
.account-list li .operation{
	float: left;
	margin-left: 25px;
}
.account-list li .operation a{
	font-size: 12px;
	color:#1b89d7 ;
	margin-left: 20px;
}
/*我的账户首页样式 end*/