/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#004264;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,
blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/* set font */
body {
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
}

a {
	text-decoration: none;
	color: #0B3B8C;
	outline: none;
}
img {
	vertical-align: middle;
}
p {
	margin-bottom: 10px;
}
/* custom add */
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.clear {
	clear: both;
}
.pos-r {
	position: relative;
}
.pos-a {
	position: absolute;
}
.b {
	font-weight: bold;
}
.hide,
.hidden {
	display: none;
}
.ov {
	overflow: hidden;
	zoom: 1;
}
.tc {
	text-align: center;
}
.dashed {
	border-bottom: 1px dashed #cccccc;
}
.bd-gray {
	border: 1px solid #D6D6D6;
}
.fz12 {
	font-size: 12px;
}
.fz14 {
	font-size: 14px;
}
.ti2 {
	text-indent: 2em;
}
.Opacity {
	opacity: .5;
	filter: alpha(opacity=50);
}
.opbg {
	background:url(../images/alphabg.png);
}
.ophl {
	background:url(../images/alphabg1.png);
}
.wrapper {
	position:relative;
	width:1020px;
	margin:auto;
}
.dropdown{
	position: relative;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
list-style: none;
min-width: 100%;
}
.dropdown-menu > li > a{
	display:block;
	color:#fff;
	white-space: nowrap;
}
/*.dropdown:hover > .dropdown-menu {
	display: block;
	position: absolute;
	top: 100%;
}*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #F5F5F5;
}
.colum-2{
	width:50%;
}
.colum-3{
	width:33.33%;
}
.colum-4{
	width:25%;
}
.colum-5{
	width:20%;
}
.colum-6{
	width:16.66%;
}
.colum-7{
	width:14.28%;
}
.list li{
	margin-bottom:5px;
}
.nowrapline{
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
/* global set */
#header{
	width: 100%;
	height:145px;
	z-index:1;
}
#main{
	position: relative;
	height: 100%;
}
#logo{
	padding-top:40px;
	text-align:left;
}
#main-nav{
	/*position:absolute;
	bottom:0;*/
}
#main-nav > li{
	float:left;
}
#main-nav > li > .dropdown-toggle > a{
	display:block;
	font-size:16px;
	padding:16px 10px;
}
#main-nav .dropdown-menu > li > a{
	padding: 5px 10px;
	color: #fff;
}
#main-nav .dropdown-menu > li > a:hover{
	color: #000;
}
#other-nav{
	position:absolute;
	top:0;
	right:0;
	color:#fff;
}
#otherlink{
	background:url(../images/alphabg1.png);
}
#otherlink .dropdown > .dropdown-toggle{
	padding:15px;
}
#otherlink .dropdown-menu > li > a{
	padding: 5px 15px;
}
#otherlink .branch{
	width:26em;
}
#otherlink .branch > li{
	display:block;
	float:left;
	width:8em;
}
#login{
	padding:15px;
	font-size:16px;
}
#sertel{
	color:#F29700;
	font-size:1.5em;
}
#page-banner{
	position:relative;
}
#banner-image{
	min-height:300px;
	max-height: 650px;
	min-width: 1020px;
	overflow:hidden;
}
#banner-image > img{
	width:100%;
}
#page-banner #sub-nav{
	position:absolute;
	bottom:0;
	width:100%;
}
#sub-nav > ul > li{
	float:left;
	display:inline-block;
}
#sub-nav a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#sub-nav a:hover,
#sub-nav a.active {
	color:#34404B;
	background:#FFF8F0;
}
#wrabody{
	position:relative;
	width:100%;
	background:#FFF8F0;
	z-index:0;
}
.intro{
	padding: 10px 0;
}
.jcarousel-prev,
.jcarousel-next{
	font-size:50px;
	color:#595652;
}
#footer{
	height:195px;
	padding-top:10px;
	padding-bottom: 0;
	background:url(../images/foot_bg.jpg) repeat-x;
}
#footer-link > li{
	width:20%;
	float:left;
	display:inline;
}
#footer-link .linktop{
	font-size:16px;
	font-weight:bold;
}
#footer-link .linkcon{
	padding-left:6px;
}
#footer-link .linkcon a{
	display:block;
	padding-top:6px;
	color:#666;
}
#fixnav{
	width:100%;
	position:fixed;
	bottom:0;
	background-color: #222;
	filter: alpha(opacity=90);
	background-color: rgba(2, 2, 2, .8);
	padding: 15px 0;
}
#fixnav ul{
	width:100%;
}
#fixnav li{
	float:left;
}
#fixnav li a{
	display:block;
	margin-right:2px;
	padding:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#1A85E3;
}
.fenye{
	text-align:center;
}
.fenye a,.fenye span{
	display:inline-block;
	padding:5px;
}
.registerform{
	width:800px;
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left:-400px;
	background:url('../images/rebg01.png') repeat;
}
.registerform .header{
	padding:15px;
	font-size:22px;
	color:#fff;
	text-align:center;
	background:#FF8E00;
}
.registerform .register3{
	margin:15px auto;
}
.registerform .more{
	font-size:14px;
	color:#004264;
}
/* common css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.input-warn{
	background-color:#FFDEDE !important;
}
.btn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* register block */
.register1 table td{
	padding:5px;
}
.register1 input,
.register1 select{
	width:150px;
	height:18px;
	padding:5px;
	text-align:left;
	border:1px solid #999;
	color:#666;
	background:transparent;
	white-space: nowrap;
}
.register1 select{
	width:162px;
	height:30px;
	outline:0;
	outline-offset:0;
}
.register1 .btn-vercode{
	display:inline-block;
	padding:5px 10px;
	width:212px;
	text-align:center;
	color:#fff;
	background:#FF8E00;
	cursor: pointer;
}
.btn-vercode.disabled{
	background:#c0c0c0 !important;
	border-color:#c0c0c0 !important;
	color:#fff !important;
}
.register1 .operation-area a{
	display:block;
	padding:5px 10px;
	color:#fff;
	background:#FF8E00;
	cursor: pointer;
}
.register1 .operation-area .regbtn{
	width:272px;
}

#register2{
	width:100%;
	background:#003F6B;
}
#register2 .inpit-registe td{
	padding:5px 5px 5px 0;
}
#register2 .col-registe{
	padding:0;
}
#register2 .col-registe img{
	height:100px;
}
#register2 input,
#register2 select{
	width:270px;
	height:20px;
	padding:5px;
	text-align:left;
	border:none;
	color:#666;
	background:#D6E6F2;
	white-space: nowrap;
}
#register2 select{
	width:280px;
	height:30px;
	outline:0;
	outline-offset:0;
}
/*#register2 .vercode{*/
	/*width:177px;*/
/*}*/
/*#register2 .btn-vercode{*/
	/*display:inline-block;*/
	/*padding:5px 10px;*/
	/*width:70px;*/
	/*text-align:center;*/
	/*color:#fff;*/
	/*background:#1A85E3;*/
	/*cursor: pointer;*/
/*}*/
.register3 .body{
	width:490px;
	margin:auto;
}
.register3 input,
.register3 select{
	width:220px;
}
.register3 select{
	width:232px;
}
.register3 .operation-area .regbtn{
	width:412px;
}
.register3 .shenmin{
		margin: 15px 0;
		padding:0 5px;
		font-size:12px;
		color:#000;
		text-align:center;
}
.register3 .fuwu{
		margin: 15px 0;
		padding:0 5px;
		font-size:30px;
		text-align:center;
		line-height:1.3;
}
.register3 .fuwu em{
		font-weight:bold;
}
#register_freeget{
	width:240px;
	padding:20px;
	text-align:center;
	font-size:20px;
	color:#004264;
	background-color: #fff;
	filter: alpha(opacity=80);
	background-color: rgba(255, 255, 255, 0.7);
}
#register_freeget div{
	padding-top: 2px;
}
#register_freeget .regbtn{
	display: block;
	padding: 5px 10px;
	color: #FFF;
	background: #FF8E00;
	cursor: pointer;
}
#register_freeget .freehint{
	font-size:0.6em;
}
#register_freeget .sertel{
	font-size:1.3em;
	font-weight:bold;
}

/* 水平测试 */
#leveltestform{
	width:800px;
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left:-400px;
	background:url('../images/rebg01.png') repeat;
}
#leveltestform .ui-tabs-nav li{
	display:inline-block;
	width:50%;
	float:left;
}
#leveltestform .ui-tabs-nav a{
	display:block;
	padding:10px;
	color:#666;
	text-align:center;
	border-bottom:1px solid #ccc;
}
#leveltestform .ui-tabs-nav .ui-tabs-active{
	background:#FF8E00;
}
#leveltestform .ui-tabs-nav .ui-tabs-active a{
	color:#fff;
	border-bottom:1px solid #FF8E00;
}
#leveltestform .split-line{
	height:15px;
	clear:both;
}
#leveltestform .register3{
	margin:15px auto;
}
#leveltestform #tabs-login,
#leveltestform #tabs-getaccount{
	height:160px;
}
#leveltestform #tabs-login,
#leveltestform #tabs-getaccount{
	margin:15px auto;
	width:490px;
}
#leveltestform #tabs-login table{
	margin:auto;
	width:auto;
}
#leveltestform #tabs-login td{
	padding: 5px;
}
#leveltestform #tabs-login input {
    width: 220px;
    height: 18px;
    padding: 5px;
    text-align: left;
    border: 1px solid #999;
    color: #666;
    background: transparent;
    white-space: nowrap;
}
#leveltestform .speexxlogin{
	color: #FFF;
	background-color: #FF8E00;
	border:none;
	width:100%;
	padding:10px 0;
	font-size:14px;
	cursor: pointer;
}
/* partnerlink */
#partnerlink {
  padding: 20px;
}
#partnerlink .title{
	margin-bottom:10px;
	font-size:30px;
	text-align:center;
}
.jcarousel {
	position: relative;
	width:100%;
	overflow: hidden;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	float: left;
}
.jcarousel li img{
	height:50px;
	margin-right:20px;
}
/* list page */
.news-list .item-with-thumb img{
	float:left;
	margin-right:10px;
	width:150px;
}
.news-list li{
	padding-bottom:5px;
	border-bottom: 1px dotted #9FA3A4;
}
.news-list .nowrapline a{
	width:940px;
	float:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list .nowrapline .fdate{
	float:right;
}
/* custom editor template */
.line-split-blank{
	height:0;
	margin-bottom:10px;
	clear:both;
}
.line-split-img1{
	height:20px;
	background:transparent url('../images/linesplitimg1.png') no-repeat center;
}
.line-split-img2{
	margin:10px auto;
	height:0;
	border-bottom: 1px dotted #000;
}
.tplbtn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color:#000;
	background-image: none;
	background-color: #FF8E00;
	padding: 6px 12px;
}
img.f-l {
	margin-right:15px;
}
img.f-r {
	margin-left:15px;
}
.img-text{
	margin-top:10px;
}

/* page */
#liuyan .title{
	font-size:30px;
	font-weight:bold;
	margin:20px 0;
}
#liuyan table td{
	vertical-align:top;
}
#liuyanblock{
	margin:0 20px;
}
#liuyanblock .tip{
	font-size:20px;
	margin-bottom:15px;
}
#liuyanblock table td{
	padding:5px;
}
#liuyanblock input,
#liuyanblock textarea{
	width:460px;
	height:18px;
	padding:5px;
	text-align:left;
	border:1px solid #999;
	color:#666;
	background:transparent;
}
#liuyanblock textarea{
	height:110px;
}
#liuyanblock .operation-area a{
	display:block;
	padding:5px 10px;
	text-align:center;
	color:#fff;
	background:#FF8E00;
	cursor: pointer;
}
#liuyanblock .operation-area .regbtn{
	width:100px;
}

/*header_tip start*/

.header_tip {
    height: 40px;
    background: #34404C;
    min-width: 1000px;
}
.header_tip ul {
    height: 40px;
    margin-left: 70px;
}
.header_tip ul li {
    float: left;
    color: #fff;
    line-height: 40px;
    padding-right: 20px;
    font-size: 15px;
    cursor: pointer;
}
.header_tip ul li img {
    vertical-align: middle;
    width: 20px;
    margin-bottom: 3px;
}
.header_tip ul li:nth-child(1) img {
    width: 14px;
    margin-right: -3px;
    margin-bottom: 3px;
}
.header_tip ul li:nth-child(3) img {
    width: 23px;
}
.header_tip ul li:nth-child(4) img {
    width: 22px;
}
.header_tip .header_tip_word {
    float: right;
    color: #ffffff;
    margin-top: -31px;
    font-size: 10px;
    margin-right: 70px;
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 4px;
}

/*header_tip end*/

/*header_menu start*/

.header_menu {
    height: 136px;
}
.header_menu .header_menu_logo {
    clear: both;
    width: 1000px;
    height: 66px;
    padding-top: 10px;
    margin-left: 70px;
}
.header_menu .header_menu_list {
    margin-right: 0px;
    float: right;
    height: 50px;
    margin-top: 9px;
    line-height: 25px;
}
.header_menu .header_menu_logo img{
	width:auto;
	height:80px;
}
.header_menu .header_menu_list li:last-child {
    padding-right: 0;
}
.header_menu .header_menu_list li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    padding-bottom: 13px;
}
.header_menu .header_menu_list li .menu_line {
    border-bottom: 0px solid #EC6C01;
}
.header_menu .header_menu_list li .menu_line:hover {
    border-bottom: 3px solid #EC6C01;
    color: #EC6C01;
}

/*header_menu end*/

/*header_signup start*/

.header_signup {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 76px;
	margin-top:35px;
    background: #34404C;
    overflow: hidden;
	z-index: 99999999;
}
.header_signup .header_signup_bord {
    color: #fff;
    font-size: 28px;
    float: left;
    height: 76px;
    width: 15%;
    line-height: 76px;
    margin-left: 22px;
    overflow: hidden;
}
.header_signup .header_signup_bord1 {
    width: 10%;
}
.header_signup .header_signup_bord2{
    width: 20%;
}
.header_signup .header_signup_bord3 {
    width: 28%;
}
.header_signup .header_signup_bord4 {
	overflow: hidden;
    width: 188px;
}
.header_signup .header_signup_bord .eader_signup_input {
    height: 52px !important;
    line-height: 48px;
    width: 170px !important;
    border-radius: 10px;
    position: relative;
    top: -7px;
    padding: 0px !important;
    padding-left: 15px !important;
    outline: 0;
    background: #fff !important;
	font-size: 18px;
	border:0;
}
.header_signup .header_signup_bord .input_top {
    margin-top: 20px;
}
.header_signup .header_signup_bord4 .eader_signup_input {
    width: 150px;
}
.header_signup .header_signup_bord .header_signup_yanzhenma {
    height: 50px;
    width: 41%;
    border: 1px solid #ED6C00;
    position: relative;
    top: -67px;
    background: #ED6C00;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    left: 57%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}
.header_signup .header_signup_btn {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 118px;
    text-align: center;
    margin-top: 13px;
    background: #ED6C00;
    border: 1px solid #ED6C00;
    border-radius: 8px;
    cursor: pointer;
}

/*header_signup end*/
