@CHARSET "UTF-8";
* {
	margin: 0; /* 外边距 */
	padding: 0; /* 内边距 */
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	list-style-type: none;
}

/*默认字体设置，边距设置*/
html {
	font-size: 100%; /* 在用户调整窗口大小时，字体大小做相应调整。 */
	-ms-text-size-adjust: 100%; /* IE浏览器 */
	-webkit-text-size-adjust: 100%; /* FireFox浏览器 */
}

/*去除默认边距*/
body {
	border: 0; /* 边框 */
	font-family:microsoft yahei,Hiragino Sans GB,Arial,sans-serif;  /* 默认字体 */
	font-size:12px;
}

/*下列HTML5新模块元素在IE8、9版本浏览器中没有被定义默认样式。为解决该问题，给下列元素添加“block”显示属性。*/
article, aside, details, figcaption, figure, footer, header, hgroup,
	main, nav, section, summary {
	display: block;
}

/*下列HTML5新模块元素在IE8、9版本浏览器中没有被定义默认样式，考虑到其特殊性，特为下列元素添加“inline-block”显示属性。*/
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

/*为防止主流浏览器中，显示“不带控制按钮的音频模块”这一问题。 以及解决iOS5移动端显示多余高度的兼容性问题。*/
audio:not ([controls] ) {
	display: none;
	height: 0;
}

/*处理 IE 8/9 中未定义的样式。*/
[hidden], template {
	display: none;
}

/*链接相关样式*/
a {
	background: 0 0;
	text-decoration: none; /* 去除默认下划线 */
	color:#333;
	font-family: microsoft yahei,Hiragino Sans GB,Arial,sans-serif; 
}

a:active, a:hover { 
	outline: 0;
	color:#ff7f14;
}

a:focus {
	outline: 0; /* 处理“outline”在Chrome浏览器中和其它浏览器之间的不一致 */
}

/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
a {
	/**blr: expression(this.onFocus = this.blur ());**/
}

abbr[title] {
	border-bottom: 1px dotted;
	/* 解决首字母样式在IE8/9、Safari 5和chrome浏览器中未定义的问题 */
}

b, strong {
	font-weight: bold; /* 添加加粗样式，应用于Firefox 4+、Safari 5和Chrome */
}


/* 使h1标签在section标签和article标签的留白和字体样式统一。可同时兼容Firefox 4+、Safari 5和Chrome等不同的浏览器 */
.big_title {
	margin: 0;
	text-align: center;
	font-weight:bold;
	font-size: 34px;
	color:#333;
}
.big_title_script{
	padding-top:5px;
	font-size:18px;
	text-align:center;
	color:#888;
	line-height:2em;
	font-weight:normal;
}
.big_title_script a{
	color:#ff7f14;
}
.big_title_script a:hover{
	color:#fd6005;
}
.big_title_script i.iconfont{
	margin-left:5px;
	font-size:14px;
}
dfn {
	font-size: italic; /* 添加斜体样式，应用于Safari 5和chrome */
}

/* 解决其在Firefox中的兼容性问题 */
hr { 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/* 解决其在IE8/9中样式未定义的问题 */
mark { 
	background: #ff0;
	color: #000;
}

/* 更正关联字体在Safari 5和Chrome中的老式设置 */
code, kbd, pre, samp { 
	font-family: monospace, serif;
	font-size: 1em;
}

/* 提高pre标签格式化文本在所有浏览器中的可读性 */
pre {
	white-space: pre-wrap;
	overflow: auto;
}

/* 设置相一致的引号类型 */
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

/* 统一所有浏览器中字体大小不一致的兼容性问题 */
small {
	font-size: 80%;
}

/* 在所有浏览器中，防止“sub”和“sup”标签影响“line-height”属性 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0; /* 在IE8/9浏览器中，当img标签中包含a标签时，去除img边框属性。 */
}

svg:not (:root ) {
	overflow: hidden;
}

/*"figure"标签规定独立的流内容（图像、图表、照片、代码等等）*/
figure {
	margin: 0;
}

/*-------表单相关样式---------*/
fieldset { /* 定义一致的边框、内边距和外边距 */
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0; /* 更改“color”属性在IE8/9浏览器中没有被继承的问题 */
	padding: 0; /* 去除外边距，如此即使人们将字段集归零也不会失去样式 */
}

button, input, select, textarea, optgroup {
	font-family: inherit; /* 更改关联字体属性在IE8/9浏览器中没有被继承的问题 */
	font-size: 100%; /* 更改字体大小属性在IE8/9浏览器中没有被继承的问题 */
	margin: 0; /* 调整边距设置在Firefox 4+, Safari 5, 和 Chrome浏览器中的兼容性问题 */
	font-family: microsoft yahei,sans-serif; /* 默认字体 */
}
textarea{
	resize:none;
}

button, input {
	line-height: normal;
	/* 调整Firefox 4+浏览器下，客户端样式表中设置了“!important”的“line-height”属性的input表单 */
}

button, select {
	text-transform: none;
	/**
     * 调整“button”和“select”的“text-transform”继承不一致性的问题
     * 其他表单控件元素不继承“text-transform”属性
     * 修正“button”标签在Chrome, Safari 5+, and IE 8+中的样式继承问题
     * 修正“select”标签在Firefox 4+ 和Opera中的样式继承问题
     */
}

/* 避免webKit bug发生在Android 4.0.* 设备上，破坏原生“audio”和“video”控制组件 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 改正iOS设备中“input”类型表单样式不可用的问题 */
	cursor: pointer; /* 增强光标样式在input表单和其他表单的可用性和一致性 */
}

button[disabled], html input[disabled] {
	cursor: default; /* 为禁用表单重设定默认光标样式 */
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 调整IE 8/9中尺寸属性设置为“内容框”的盒子模型 */
	padding: 0; /* 去除IE 8/9中的多余的外边距留白部分 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* 兼容Safari 5 and Chrome上 “searchfield” 上设置 “appearance”属性 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 兼容Safari 5 and Chrome上 “border-box” 上设置 “box-sizing”属性 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* 去除OS X系统上Safari 5和Chrome中容器内边距和搜索取消按钮属性 */
}

button::-moz-focus-inner, input::-moz-focus-inner { 
	padding: 0; /*Firefox 4+浏览器中，去除容器内边距和边框属性 border:0;*/
}

textarea {
	overflow: auto; /* IE 8/9中，去除默认垂直滚动条属性 */
	vertical-align: top; /* 提高所有浏览器中的文本可读性和版式 */
}

dl, dd, ul, li, p {
	margin: 0;
	padding: 0;
}

input.placeholder {
	color: #999;
}

/*改变滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  {  
    width: 6px;  
    height: 6px;  
}

::-webkit-scrollbar:window-inactive {
	border: 10px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	border-radius: 10px;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c2c2c2;
}

::-webkit-scrollbar-thumb:hover {  
	background: #7d7d7d;
} 

::-webkit-scrollbar-thumb:window-inactive {
   /*当焦点不在当前区域滑块的状态*/
	background: #fff;
}
@font-face {
	font-family: 'iconfont';  /* Project id 67216 */
	src: url('//at.alicdn.com/t/c/font_67216_zcdrdt4tt3q.woff2?t=1738735559262') format('woff2'),
	url('//at.alicdn.com/t/c/font_67216_zcdrdt4tt3q.woff?t=1738735559262') format('woff'),
	url('//at.alicdn.com/t/c/font_67216_zcdrdt4tt3q.ttf?t=1738735559262') format('truetype');
}
.iconfont {
	display: inline-block;
	font-family: "iconfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


@font-face {
  font-family: 'iconfont_y';  /* project id 198582 */
  src: url('//at.alicdn.com/t/font_198582_ns7zxxbogs.eot');
  src: url('//at.alicdn.com/t/font_198582_ns7zxxbogs.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_198582_ns7zxxbogs.woff') format('woff'),
  url('//at.alicdn.com/t/font_198582_ns7zxxbogs.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_198582_ns7zxxbogs.svg#iconfont') format('svg');
}

.iconfont_y {
	display: inline-block;
	font-family: "iconfont_y" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mt10 {
	margin-top: 10px;
}

.alignc {
	text-align: center;
}
.alignr{
	text-align:right;
}

.v-mid{
	display:inline-block;
	vertical-align:middle;
}
.btn_orange,
a.btn_orange, 
input.btn_orange {
	position:relative; /*为了pie而加*/
	display:inline-block;
	padding:0 30px; 
	height: 36px; 
	background:#ff7f14;
	color:#fff;
	border:none;
	line-height:36px;
	font-size:14px;
	border-radius:18px;
	text-align:center;
	/*behavior: url(/pie.htc);*/
	cursor: pointer;
	border: 1px solid #ff7f14;
}
a.btn_orange,input.btn_orange{
	text-decoration:none;
}
input.btn_orange{
	line-height:34px;
}

input.btn_orange.form_submit_gray, input.btn_orange.form_submit_gray:hover {
	border: 1px solid #d4d4d4;
	background: #d4d4d4;
	color: #858585;
	cursor: default;
}
.btn_orange2,
a.btn_orange2,
input.btn_orange2 {
	display:inline-block;
	padding:0 10px; 
	height: 24px; 
	line-height:24px;
	background:#ff7f14;
	color:#fff;
	text-align:center;
	cursor: pointer;
	border: 1px solid #ff7f14;
}
a.btn_orange:hover,
a.btn_orange2:hover,
input.btn_orange:hover{
	background:#f26005;
	color:#fff;
}
.btn_orange2 i{
	font-size:10px;
}

a.btn_white,
input.btn_white {
	position:relative; /*为了pie而加*/
	display:inline-block;
	padding:0 30px;
	height: 36px;
	color:#ff7f14;
	border: #ff7f14 solid 1px;
	background:#fff;
	line-height:36px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	border-radius:18px;
	behavior: url(/pie.htc);
	cursor: pointer;
}
.btn_white2{
	display:inline-block;
	padding:0 10px;
	height: 24px;
	color:#ff7f14;
	border: #ff7f14 solid 1px;
	background:#fff;
	line-height:24px;
	text-align:center;
	cursor: pointer;
}
.btn_white2 i.iconfont{
	margin-right:3px;
}
.btn_white:hover,
.btn_white2:hover{ 
	background:#ff7f14;
	color:#fff;
}
.btn_invalid{
	display:inline-block;
	padding:0 10px;
	height: 24px;
	color:#fff;
	border: #ccc solid 1px;
	background:#ccc;
	line-height:24px;
	text-align:center;
	cursor:default;
}
.btn_invalid:hover{
	color:#fff;
}

.btn_main_bg{
	text-align: center;
}
.btn_main{
	display: inline-block;
	width: 356px;
	height: 79px; 
	margin: auto;
	margin-top: 20px;
	background: url(/images/btn_bg.png) repeat center center;
	line-height: 79px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
}
.btn_main:hover{
	color: #fff;
	transform:translateY(-2%);
	box-shadow:6px 6px 10px rgba(0,0,0,.2);
}
.btn_main:active{
	opacity:.6;
}

.select-bd{
	position:relative;
	display:inline-block;
	height:28px;
	line-height:28px;
	background-color:#fff;
}
.myroom_table .select-bd select{
	height:28px;
	padding:0 10px;
	line-height:28px;
	font-size:14px;
}
.select-bd i.arrow{
	position: absolute;
	top: 50%;
	right: 4px;
	z-index: 9;
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-top: 8px solid #333; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	margin-top:-3px;
}

/* 顶部样式 */
.header_top {
	height: 42px;
	background: #f2f2f2;
}

.header_top_bd {
	width: 1200px;
	margin: auto;
	height: 42px;
	line-height: 42px;
	text-align: right;
}

.header_top_bd a {
	display: inline-block;
	margin: 0 12px;
	font-weight: bold;
	vertical-align: middle;
}

.header_top_bd a.name {
	margin: 0 10px 0 0;
	font-weight: normal;
}


.hotline {
	float: left;
	width: 232px;
	color: #555;
	font-size: 17px;
	line-height: 66px;
}
.hotline i{
	font-size: 18px;
}
.hotline .txt{
	display: inline-block;
	margin: 0 5px;
}
.hotline .txt2{
	color: #ff7f14;
}
.header_top_bd .reg{
	display: inline-block;
    height: 26px;
    padding: 0 20px;
    background: url(/images/btn_bg.png) repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
}
.header_top_bd .reg:hover{
	transform:translateY(-4%);
	box-shadow:0px 0px 4px rgba(0,0,0,.2);
}

.header_top_bd .login{
	height: 26px;
	line-height: 26px;
	padding: 0 20px;
	color: #ff7f14;
	background-color: #fff;
	border:solid 1px #ff7f14;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
}
.header_top_bd .login:hover{
	transform:translateY(-4%);
	box-shadow:0px 0px 4px rgba(0,0,0,.2);
}
.header_top_bd .enterprise, .header_top_bd .teen, .header_top_bd .spiiker {
	display: inline-block;
	margin: 0 3px;
	padding: 0 8px;
	color: #fff;
	line-height: 28px;
}

.header_top_bd .enterprise {
	background: #2e8bff;
}

.header_top_bd .teen {
	background: #00c170;
}

.header_top_bd .spiiker {
	background: #ff7f14;
}

.header_top_bd .enterprise:hover {
	color: #fff;
	background: #2778db;
}

.header_top_bd .teen:hover {
	color: #fff;
	background: #00a661;
}

.clear {
	display: block;
	clear: both;
}

.color {
	color: #ff7f14;
}

.gray9 {
	color: #999;
}
.elli{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.floatl {
	float: left;
}

.floatr {
	float: right;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/*侧边栏*/
.sider {
	position: fixed;
	right: 40px;
	top: 180px;
	z-index: 98;
	width: 60px;
}
.sider ul{
	width: 60px;
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,.2);
	box-shadow: 0px 0px 16px rgba(0,0,0,.2);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.sider li{
	position: relative;
}
.sider_bd{
	position: relative;
	padding: 15px 0;
}
.sider_bd:hover,
.sider_bd:hover .txt{
	cursor: pointer;
	color: #ff7f14;
}
.sider li:after{
	content:"";
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 22;
	width: 40px;
	height: 1px;
	background-color: #e0e0e0;
}
.sider li:last-child:after{
	width:0;
}
.sider li i{
	font-size: 26px;
}
.sider .txt{
	display: block;
	color: #666;
	line-height: 1.2; 
}
.sider_reg{
	display: block;
	margin-top:15px;
	width: 60px;
	height: 107px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px; 
	line-height: 1.6;
	text-align: center;
	background: #ff7f14 url(/images/sider_btn.png) repeat center center;	
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,.4);
	box-shadow: 0px 0px 16px rgba(0,0,0,.4);
}
.sider_reg:hover{
	color: #fff;
}

.sider .child_sider {
	display: none;
}

.sider_bd:hover .child_sider {
	display: block;
}


.child_sider {
	position: absolute;
	left: -142px;
	top: -4px;
	z-index: 1;
	width: 142px;
}


.child_sider .arrow {
	position: absolute;
	right: 12px;  
	top: 15px;
	z-index: 30;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #fff;
}


.sider_zx_list {
	width: 100px;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,.1);
	box-shadow: 4px 4px 10px rgba(0,0,0,.1);
}
.sider_zx_list .gray{
	margin-top:10px;
	padding-top:15px;
	border-top:dashed 1px #ccc;
	text-align:center;
}
.sider_zx_list dd {
	padding: 8px 0;
	font-size: 12px;
	color: #666;
	text-align: left;
	cursor: auto;
}

.sider_zx_list dd a i {
	display: inline-block;
	width: 24px;
	font-size: 20px;
	line-height: 1em;
	color: #ff7f14;
	vertical-align:middle;
}

.sider_code {
	width: 132px;
	text-align: left;
	padding: 8px 0 8px 16px;
	background: url(/images/sider_bg.png) repeat-y;
}

.sider_code img {
	width: 100px;
}

.sider_go .txt{
	display: block;
}
.sider_go .txt2{
	display: none;
}
.sider_go:hover .txt{
	display: none;
}
.sider_go:hover .txt2{
	display: block;
}

/* 主菜单样式 */

h1.logo{
	float:left;
}
h1.logo a {
	float: left;
	width: 174px;
	height: 66px;
	margin-right: 40px;
	background: url(/images/logo.png) no-repeat center center;
}
div.logo{
	float:left;
}
div.logo a {
	float: left;
	width: 174px;
	height: 66px;
	margin-right: 40px;
	background: url(/images/logo.png) no-repeat center center;
}
.menu_bg {
	width: 100%;
	height: 66px;
	background-color:#fff;
	border-bottom: solid 1px #ddd;
}

.menu_bd {
	width: 1200px;
	height: 66px;
	margin: auto;
}
.menu {
	float: left;
	width: 750px;
}

.menu li {
	float: left;
}
.menu li a {
	display:block;
	height: 66px;
	_display: inline;
	line-height: 66px;
	padding: 0 11px;
	margin: 0 12px;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.menu li.cursor a, .menu li:hover a{
	height: 62px;
	border-bottom: solid 4px #ff7f14;
	color: #ff7f14;
}

.y_menu li.cursor a, .y_menu li:hover a{
	height: 62px;
	border-bottom: solid 4px #00c170;
	color: #00c170;
}

/*网站主体*/
.body_bg {
	background-color: #f0f0f0;
	padding-bottom: 80px;
}

.body_small {
	width: 1000px;
	margin: auto;
	background-color: #fff;
}
.container{
	width:1000px;
	margin:auto;
	padding:30px 0; 
}
.container_bg{
	background-color:#f0f0f0;
}

/*面包屑*/
.crumbs {
	width: 1000px;
	height: 44px;
	margin: auto;
	line-height: 44px;
	color:#999;
	font-size: 12px;
}

.crumbs font {
	font-family: simsum;
	margin: 0 2px;
}

.crumbs>a{
	color:#999;
}

.crumbs>a[href]:hover {
	color: #ff7f14;
}

/*内页Banner*/
.banner_page{
	width: 100%;
	height: 440px;
}

.enter_btn {
	padding-top: 30px;
	text-align: center;
}

.enter_btn a {
	display: inline-block;
	height: 50px;
	padding: 0 60px;
	line-height: 50px;
	background-color: #ff7f14;
	border: solid 1px #ff7f14;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	transition: all .2s ease-in-out;
}

.enter_btn a:hover {
	background-color: #fff;
	color: #ff7f14;
}

/*内页三角形标题*/
.method_title {
	position: relative;
	width: 1000px;
	height: 70px;
}

.method_title span {
	position: absolute;
	left: 50%;
	top: -46px;
	width: 254px;
	height: 95px;
	margin-left: -127px;
	text-align: center;
	color: #ff7f14;
	font-size: 32px;
	line-height: 60px;
	background: url(/method_img/title.png) no-repeat;
}

/*网站底部*/
.foot_bg {
	padding: 30px 0;
	background: #ddd;
	color: #333;
}

.foot {
	width: 1000px;
	margin: auto;
	text-align: center;
	font-size:12px;
}

.foot li {
	padding: 5px 0;
}

.foot .a {
	display: inline-block;
	margin: 0 4px;
}
.foot_bg img{
	vertical-align:middle;
}
.foot .foot_auth{
	padding:10px 0;
	margin-bottom:25px;
	height:26px;
	line-height:20px;
}
.foot_auth .a{
	margin:0 10px;
	padding:5px 15px;
	background-color:#fff;
	border-radius:5px;
}
.foot_auth a img{
	float:left;
	height:40px;
	margin-right:6px;
}
.foot_auth .txt{
	float:left;
	text-align:left;
}
.foot_auth .txt2{
	padding:2px 10px;
	margin-left:10px;
	margin-right:-10px;
	white-space:pre;
	background-color:#ccc;
}
.foot_auth .txt2:hover{
	color:#fff;
	background-color:#333;
}
/*------------弹出窗口------------*/
.formMan{
	position:relative;
}
.formMan .man{
	position:absolute;
	left:50px;
	top:-135px;
	z-index:9;
	width:339px;
	height:190px;
}


.method5 ul {
	margin-top: 40px;
}


.method5 li {
	float: left;
	width: 20%;
	text-align: center;
}

.method5 li i {
	display:block;
	width: 150px;
	height: 150px;
	margin: auto;
	line-height: 150px;
	font-size: 40px;
	color: #ff7f14;
	background-color: #fff;
	border-radius: 50%;
}

.method5 li span {
	display: inline-block;
	margin-top: 15px;
	line-height: 1em;
	color: #333;
	font-size: 20px;
}

.method5 li:hover i {
	background: #ff7f14;
	color: #fff;
}

.method5 li:hover span {
	color: #ff7f14;
}


/*首页学员滚动列表，全球师资页面外教团队*/
.student {
	position: relative;
	width: 1000px;
	margin: auto;
	z-index: 1;
}

.student .arrow_left, .student .arrow_right {
	line-height: 243px;
}

.student_bar {
	display: block;
	height: 240px;
	width: 750px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.student_bar .student_bar_scroll {
	height: 100px;
	width: 5000px;
	margin: 70px 0;
	float: left;
}

.student_bar_scroll li {
	position:relative;
	float: left;
	height: 100px;
	width: 123px;
	text-align: center;
}
.student_bar_scroll .name{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:24px;
	line-height:24px; 
	text-align:center;
	font-size:12px;
	color:#fff; 
	background:url(/images/img_bg2.png) no-repeat center bottom;
}

.student_bar_scroll li a {
	display: block;
}

.student_bar_scroll li.active {
	width: 262px;
}

.student_bar_scroll li img {
	width: 100px;
}

.student_bar_scroll li a:hover img {
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.student_bar .show_box {
	display: block;
	height: 240px;
	width: 240px;
	margin: -120px 0 0 -120px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	border-radius: 50%;
}

.show_box .show_box_scroll {
	
	width: 5000px;
	height: 220px;
	margin: 0;
	padding: 0;
	float: left;
}

.show_box_scroll .name{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:46px;
	line-height:40px;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	background:url(/images/img_bg1.png) no-repeat center bottom;
}


.show_box .show_box_scroll li {
	position:relative;
	width: 240px;
	height: 240px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.show_box .show_box_scroll li img {
	display: block;
	height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.show_box .show_box_scroll li a:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

/*视频播放按钮*/
a.video_play {
	display: block;
	height: 66px;
	width: 66px;
	margin: -33px 0 0 -33px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
}

a.video_play .btn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 66px;
	height: 66px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a.video_play:hover .btn{
	background-color: #ff7f14;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	opacity: 1;
}
a.video_play:hover i{
	border-left: solid 20px #fff;
}

a.video_play i {
	display: block;
	width: 0;
	height: 0;
	border-top: solid 12px transparent;
	border-bottom: solid 12px transparent;
	border-left: solid 20px #ff7f14;
	margin: -12px 0 0 -8px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
}

/*底部跟随表单*/
.footFormWrap {
	display: block;
}

.scrollForm {
	display: block;
	width: 100%;
	height: 50px;
	background: #ff7f14;
}

.scrollForm.active {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.scrollForm .outside_form .form_bg_in{
	position:static;
	right:0; 
	top:0;
	background:none;
}

.scrollForm .form_bg{
	width:1000px;
	margin:auto;
	padding-top: 10px;
	color:#fff;
}

.scrollForm .form_bd{
	width:200px;
	height:30px;
	line-height:30px;
}
.scrollForm .form{
	float:left;
}
.scrollForm .foot_form_title{
	position:relative;
	float:left;
	display:block;
	height:40px;
	padding-right:20px; 
	line-height:30px;
	font-size:18px;
}
.scrollForm .foot_form_img{
	position:absolute;
	left:-40px;
	top:-85px;
	width:264px;
	height:97px;
	background:url(/images/foot_reg_img.png) no-repeat;
}
.scrollForm .form li{
	position:relative;
	float:left;
	margin-left:10px;
	width:200px;
}
.scrollForm .ipt_txt{
	width:170px;
	height:30px;
	line-height:30px;
}
.scrollForm .form_input{
	height:30px;
}
.scrollForm .placeholder{
	width:170px;
	height:30px;
	line-height:30px;
}
.scrollForm .form_bd{
	border:none;
	background-color:#fff;
	border-radius:3px;
}
.scrollForm .select_teacher{
	width:170px;
}


.scrollForm .form .select_teacher a{
	height:30px;
	line-height:30px;
}
.scrollForm .form .select_teacher .cursor{
	background:#6f3d00;
}

.scrollForm .form_ts.error,
.scrollForm .form_ts2{ 
	display: block;
	position: absolute;
	left: 50%;
	top: -22px;  
	height: 22px;
	padding: 0 10px;
	margin-left:-100px;
	color: #fff;
	line-height: 22px;
	border-radius: 3px;
	text-indent:0;
	background: #e50000;
}
.scrollForm .form_ts.error i,
.scrollForm .form_ts2 i{
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #e50000;
	margin-left: -3px;
}
.scrollForm .form_ts2{
	width:180px;
	color:#fff;
	background-color:#333;
}
.scrollForm .index_form .form_ts2{
	color:#fff;
}
.scrollForm .form_ts2 i{
	margin-left: -32px; 
	border-top: 6px solid #333;
}

.scrollForm .form_ts2.typeHint {
	display: none;
}

.scrollForm .form_ts2.typeHint.cursor {
	display: block;
}

.scrollForm .form_submit{
	width:150px;
	height:30px;
	margin-top:0;
	font-size:14px;
	line-height:30px;
	color:#111111;
	background-color:#fcffa6;
}
.scrollForm .form_submit:hover{
	color:#fff;
	background-color:#6f3d00;
}

.scrollForm .reg_close {
	display: none;
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	cursor: pointer;
}

.scrollForm.active .reg_close {
	display: block;
}

.scrollForm .reg_close:hover i {
	color: #fff;
}

.scrollForm .reg_close i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #6f3d00;
}
.scrollForm .form a.privacy{
	display:none;
}

/*------------翻页----------*/
.page {
	display: block;
	text-align: center;
	margin: 20px 0 10px 0;
}

.page i.clear {
	display: block;
	height: 0;
	width: 0;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
}

.page a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #555;
	text-decoration: none;
	padding: 0 10px;
	margin: 0 2px 4px 2px;
	border: 1px solid #c5cace;
	border-radius: 3px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
	transition: all .2s ease-in-out;
}

.page a:hover, .page a.current {
	background-color: #ff7f14;
	border: 1px solid #ff7f14;
	color: #fff;
}

.page a.current {
	cursor: default;
}

.page a.disabled, .page a.disabled:hover {
	color: #938b86;
	background-color: #f4f4f4;
	border: 1px solid #e8e8e8;
	box-shadow: none;
	cursor: not-allowed;
}

.page input {
	display: none;
}


/*--------------列表页面------------*/
.myroom_main_bd, .myroom_list {
	padding: 20px;
	background-color: #fff;
}

.myroom_table {
	width:100%;
	margin-top: 20px;
	border-collapse: collapse;
}

.myroom_table th {
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	text-align: center;
	background-color: #f0f0f0;
}

.myroom_table select {
	font-size: 12px;
	color: #666;
}

.myroom_table th, .myroom_table td {
	padding: 0 10px;
}

.myroom_table td {
	padding: 15px 10px;
	font-size: 12px;
	text-align: center;
	border-bottom: solid 1px #ddd;
}

.myroom_table td.text-left {
	text-align: left;
}

.myroom_table .time {
	width: 160px;
}
.myroom_table .id{
	width:30px;
}

.myroom_table .date {
	width: 80px;
}

.myroom_table .date select {
	font-size: 12px;
}

.myroom_table .course {
	width: 400px;
}

.myroom_table .links {
	width: 120px;
}

.myroom_table .links a {
	display: inline-block;
	min-width: 80px;
	padding: 4px 12px;
	color: #ff7f14;
	border: solid 1px #ff7f14;
}

.myroom_table .links a i{
	margin-right:5px;
	vertical-align:1px;
}
.myroom_table .links a:hover {
	background: #ff7f14;
	color: #fff;
}

.myroom_table .links a.disabled, .myroom_table .links a.overdate {
	color: #999;
	border: solid 1px #ddd;
	background-color: #ddd;
	cursor: default;
}

.myroom_table .links a.disabled:hover,.myroom_table .links a.overdate:hover {
	color: #bbb;
	border: solid 1px #ddd;
	background-color: #ddd;
	cursor: default;
}

.myroom_table .links i {
	font-size: 100%;
	margin-right: 2px;
}

.myroom_table .links .do {
	background: #ff7f14;
	color: #fff;
}

.myroom_table .links .no {
	background: #eee;
	color: #888;
	border: none;
	cursor: default;
}

.myroom_table .links .do:hover {
	background: #f26005;
}

.myroom_table .links .no:hover {
	color: #888;
	background: #eee;
}
.myroom_table .no-border{
	border-bottom:none;
}

.pre_finish {
	color: #ff7f14;
}

.myroom_table .view {
	cursor: pointer;
}

.myroom_table .view i {
	font-size: 150%;
}

.myroom_table .book {
	width: 140px;
}

.myroom_table .unit {
	width: 80px;
}

.myroom_table .choose {
	width: 60px;
}

.myroom_table .select_course {
	width: 140px;
}

.myroom_table .select_unit, .myroom_table .type,.myroom_table .item {
	width: 120px;
}

.myroom_table .lesson {
	width: 360px;
}

.myroom_table .title {
	width: 540px;
	text-align: left;
}

.myroom_table .title2 {
	width: 200px;
	text-align: left;
}

.myroom_table .title a {
	display: block;
}

.myroom_table .book_title {
	width: 260px;
}

.myroom_table .result {
	width: 60px;
}

.myroom_table .foot {
	border-bottom: none;
	text-align: left;
}

.myroom_table .foot a {
	margin-left: 6px;
	display: inline-block;
}

.myroom_table .foot i {
	font-size: 120%;
}

.myroom_table select {
	border: none;
	vertical-align: middle;
}

.myroom_table .score {
	width: 600px;
}
.myroom_table .alignl{
	text-align:left;
}

/*我的课室foot*/

.foot_myroom_bg {
	margin-top: 20px;
	padding: 20px 0;
	background: #ddd;
	color: #666;
}

.foot_myroom_bg .foot {
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #666;
	background: none;
}


.main_tips {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-bottom: solid #ff7f14 2px;
	background-color:#fff;
}

.main_tips li {
	float: left;
	border-left: solid 1px #ddd;
	cursor: pointer;
}

.main_tips .cursor {
	position: relative;
	background-color: #ff7f14;
	color: #fff;
}

.main_tips .cursor i {
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
.main_tips a{
	display:block;
}
.main_tips .cursor a{
	color:#fff;
}
.main_tips .line {
	border-left: none;
}

/*-------------------- 下拉框 --------------------*/
.select-box b.arrow{
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-left: 5px solid #888;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin: -5px 0 0 -12px;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 9;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.select-box .select-list b.arrow {
	border-left: 5px solid #fff;
}

.select-list li a {
	color: #fff;
}

.select-list li a:hover{
	background-color: #f26005;
}

.select-list li.cursor a {
	color: #666;
	background-color: #f6f6f6;
}

.select-list li.cursor b.arrow{
	border-left: 5px solid #ff7f14;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

.select-box.active .select-txt-wrap b.arrow {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}


.headline_page {
	padding: 20px 0;
}

.headline_page a {
	float: left;
	width:47%;
	min-height: 24px;
	color:#666;
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.headline_page a:hover{
	color:#ff7f14;
}

.headline_page .a1 {
	text-align: left;
	padding-right:3%;
}

.headline_page .a2 {
	padding-left: 3%;
	text-align: right;
}

.headline_page .a1 i{
	margin-right:4px;
}

.headline_page .a2 i{
	margin-left:4px;
}


/* Banner样式 */
.banner {
	position: relative;
	width: 100%;
	height: 440px;
	*z-index:1;
}

.banner1, .banner2,.banner3, .banner4, .banner5,.banner_znq,.banner_20210730{
	position: absolute;
	width: 100%;
	height: 440px;
	left: 0;
	top: 0;
}

.banner5 {
	z-index: 5;
	background: url(/images/banner6.jpg?v=2) no-repeat center center;
}


.banner1 {
	z-index: 4;
	background: url(/images/banner1.jpg?v=1) no-repeat center center;
}

.banner2 {
	z-index: 3;
	background: url(/images/banner2.jpg) no-repeat center center;
}

.banner3 {
	z-index: 2;
	background: url(/images/banner3.jpg) no-repeat center center;
}


.banner4 {
	z-index: 1;
	background: url(/images/banner4.jpg?v=1) no-repeat center center;
}
 
.banner7 {
	z-index: 3;
	background: url(/images/banner7.jpg?v=1) no-repeat center center;
}
.banner_znq {
	display: block;
	z-index: 6;
	background: url(/images/banner_znq.jpg?v=1) no-repeat center center;
}
.banner_20210730 {
	display: block;
	z-index: 7;
	background: url(/images/banner_20210730.jpg?v=1) no-repeat center center;
}

.banner_change {
	position: absolute;
	left: 0;
	bottom:30px;
	z-index:99; 
	width: 100%;
	text-align: center;
}

.banner_change a {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border-radius: 15px;
	background-color: #d9b496;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.banner_change .cursor, .banner_change a:hover {
	background: #ff7f14;
	width: 40px;
}

.window_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow:hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}

.seo_jiage{
	position: absolute;
	left: -10000px;
	top: -10000px;
	color: #fff;
}

.wx_pop{
	position:relative;
	z-index:13;
}

/*--弹出微信二维码--*/

.wx_pop .arrow{
	display:none;
	position:absolute;
	left:-10px; 
	top:50%;
	margin-top:-8px;
	z-index:12;
	width:0;
	height:0;
	border-left:8px solid #ff7f14;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
}
.wx_pop .ewm{
	display:none;
	position:absolute;
	left:-136px;
	top:-54px;
	z-index:20;
	width:108px;
	padding:8px;
	text-align:center;
	background-color:#fff;
	border:solid 1px #ff7f14;
	box-shadow:5px 5px 3px #eee;
	box-shadow:5px 5px 3px rgba(0,0,0,.05); 	
}
.wx_pop:hover .ewm,
.wx_pop:hover .arrow{
	display:block;
}
.wx_pop .ewm .bd{
	float:left;
	width:108px;
	margin-right:15px;
}
.wx_pop .ewm .bd img{
	width:100%;
	border:none;
}
.wx_pop .ewm .bd .txt{
	display:block;
	text-align:center;
}
.wx_cc {
	text-align: center;
}
.wx_cc img{
	width: 100px;
}

.display_event{
	position: relative;
	height: 100px;
	width: 100%;
	z-index: 99;
}
.display_event:after{
	position: fixed;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height:100px;
	background: url(/images/banner_0.jpg) no-repeat center center;
}

/*底部跟随表单*/
.follow_bg{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	height: 100px;
	background-color: #333;
}
.follow{
	position: relative;
	width: 1200px;
	margin: auto;
	height: 100px;
}
.follow:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 22;
	width: 141px;
	height: 198px;
	background: url(/images/21_wj.png) no-repeat;
}
.follow .txt{
	float: left;
	padding:10px 0 10px 170px;
	color: #fff;
	font-size: 22px;
}
.follow .txt b{
	display: inline-block;
	padding-left: 4px;
	font-size: 36px;
	color: #ff7f14;
}
.follow_form{
	float: right;
	padding: 25px 0;
}
.follow_form .tel{
	width: 430px;
	height: 50px;
	margin: 0 20px;
	font-size: 18px;
	text-indent:2em;
	background-color: #fff;
	border:none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.follow_form .submit{
	width: 200px;
	height: 50px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background:#ff7f14 url(/images/btn_bg.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
	border:none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
}
.follow_form .submit:hover{
	transform:translateY(-2%);
	box-shadow:6px 6px 10px rgba(0,0,0,.2);
}
.follow_form .submit:active{
	background-color: #f26005;
}
.h100{
	height:100px;
}

.close-bottom-form{
	font-size:12px;
}


.wx001{
	position: relative;
	top: 50%;
	width: 440px;
	height: 400px;
	padding: 30px;
	margin: auto;
	margin-top: -230px;
	text-align: center;
	background: #fff url(/images/pattern1.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.wx001 .close{
	position: absolute;
	right: 20px;
	top: -70px;
	z-index: 22;
}
.wx001 .close img{
	float: left;
}
.wx001 .title{
	font-size: 32px;
	font-weight: bold;
}
.wx001 ul{
	width: 370px;
	margin: auto;
	padding:10px 5px;
	margin-top: 20px;
	background-color: #f0f0f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.wx001 ul li{
	height: 30px;
	padding:8px 25px;
	line-height: 30px;
	text-align: left;
}
.wx001 ul .iconfont{
	color: #ff7f14;
	font-size: 26px;
	vertical-align: middle;
}
.wx001 ul .txt{
	display: inline-block;
	font-size: 21px;
	padding-left: 10px;
	color: #333;
	vertical-align: middle;
}
.wx001 .wx{
	padding-top: 20px;
}
.wx001 .wx img{
	max-width:33%;
}
.wx001 .wx .txt{
	padding-top: 10px;
	font-weight: bold;
	font-size: 21px;
}