/*public.css*/
/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/

/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote, /* structural elements 结构元素 */ dl,dt,dd,ul,ol,li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset,lengend,button,input,textarea, /* form elements 表单元素 */ th,td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}

/* 设置默认字体 */
body,button,input,select,textarea { /* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
	font: 12px/1 'microsoft yahei','simsun','sans-serif'; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
	text-underline-offset: 3px;
}

h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,h5,h6 {
	font-size: 100%;
}

address,cite,dfn,em,var {
	font-style: normal;
} /* 将斜体扶正 */
code,kbd,pre,samp,tt {
	font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul,ol {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

abbr[title],acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,q:after {
	content: '';
}

/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset,img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,input,select,textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
	border: none;
	height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}

/*panel.css*/
@CHARSET "UTF-8";
/*//image2-cdn.compass.cn/special/znz/2025private*/
#backgroundDiv {
	width: 100%;
	height: 1036px;
	display: none;
	z-index: 99;
	background-color: #1C0203;
	position: absolute;
	top: 0px;
	left: 0px;
}

.pPanel {
	left: -1000px;
	position: absolute;
	top: -1000px;
	width: 332px;
	height: 230px;
	background-color: white;
	z-index: 11;
	display: none;
	color: #656565;
	font-size: 14px;
}

.pPanel .op {
	cursor: pointer;
	font-size: 22px;
	height: 21px;
	line-height: 21px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 3px;
	width: 21px;
	z-index: 99;
	color: white;
}

.pPanel .ptitle {
	height: 32px;
	line-height: 32px;
	background: #7A0A20;
	color: white;
	text-indent: 10px;
	font-size: 15px;
	font-size: 14px;
	font-weight: bold;
}

.pPanel .content {
	line-height: 150%;
	padding: 8px 13px 0 15px;
}

.pPanel .content .ctitle {
	margin-top: 3px;
	font-weight: normal;
	line-height: 18px;
	color: #562723;
	font-size: 13px !important;
}

.pPanel .content .td {
	line-height: 32px;
	margin-top: 23px;
}

.pPanel .content .input {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #C7C3C2;
	color: #666666;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	vertical-align: top;
	width: 141px;
}

.pPanel .content .submit {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin-left: 5px;
	width: 100px;
	background: #DB0804;
	color: #F9E400;
	border: 1px solid #AB0000;
	text-align: center;
}

.pPanel .hr {
	border-bottom: 1px solid #E8E8E8;
	bottom: 30px;
	height: 1px;
	position: absolute;
	width: 91%;
	clear: both;
	left: 9px;
}

.pPanel .cfoot {
	bottom: 10px;
	position: absolute;
	color: #9A9A9A;
	font-size: 12px;
	left: 9px;
}

.pPanel .red {
	color: red;
}

#panel_suc a.selfbuy,#panel_suc2 a.selfbuy {
	height: 35px;
	line-height: 35px;
	margin: 20px 0 19px 109px;
	width: 139px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	background: #DB0804;
	color: #F9E400;
	border: 1px solid #AB0000;
	text-align: center;
	float: left;
}

#panel_suc a:hover,#panel_suc2 a:hover {
	text-decoration: none;
}

.pPanel .content .cancel {
	height: 35px;
	line-height: 35px;
	margin: 20px 0 19px 51px;
	width: 120px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	background: #DB0804;
	color: #F9E400;
	border: 1px solid #AB0000;
	text-align: center;
	float: left;
	cursor: pointer;
}

.pPanel .content .reget {
	border: 1px solid red;
	color: white;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	margin: 14px 0 14px 81px;
	font-weight: bold;
	font-size: 14px;
	width: 150px;
	background: #E6605D;
	text-align: center;
}

/*index.css*/
@CHARSET "UTF-8";
html {
	background-color: #202126;
}
.more {font-family: simsun;}
.head_bg {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/head.jpg?v=2) center top no-repeat;
}
.head {
	width: 1000px;
	margin: auto;
	position: relative;
	height: 630px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/head.jpg?v=2) center top no-repeat;
}
.head .swf{
	width:28px;
	height:27px;
	left:286px;
	top:102px;
	position:absolute;
}
.head .idea{
	width:55px;
	height:26px;
	left:750px;
	top:203px;
	position:absolute;
	/*background: url(//image2-cdn.compass.cn/special/znz/2025private/images/turnover.gif?v=1) no-repeat;*/
}
.head  .person {
	color: #EAE388;
	font-size: 26px;
	letter-spacing: 5px;
	position: absolute;
	left: 707px;
	top: 431px;
	height: 35px;
	line-height: 35px;
	width: 88px;
	font-weight:bold;
}
.head .person2 {
	color: #CE8747;
	font-size: 12px;
	position: absolute;
	left: 918px;
	top: 488px;
	width: 70px;
	text-align: left;
	z-index:10;
	font-weight: bold;
}
.head .person2 span{
	color:#CE8747;
}
.head .lock1 {
	height: 77px;
	left: 802px;
	position: absolute;
	top: 405px;
	width: 198px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/lock.gif?v=1) 0px 0px no-repeat;
}
.head .btn_cow_replay{
	display:block;
	width:380px;
	height:32px;
	line-height:32px;
	font-size:18px;
	color:#f5e1c8;
	text-decoration:none;
	position: absolute;
	top: 559px;
	left: 236px;
	z-index: 20;
	cursor:pointer;
	letter-spacing: 5px;
	font-family:SimHei;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
}
.head .wtable {
	font-size: 12px;
	position: absolute;
	top: 532px;
	color: #A47D22;
	text-decoration: underline;
	right: 36px;
}
.head .link_func1 {
	color: #FFFBC7;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	left: 736px;
	position: absolute;
	top: 528px;
	font-family: 宋体;
}
.head .link_func{
	cursor: pointer;
	display: block;
	height: 18px;
	left: 30px;
	position: absolute;
	top: 413px;
	width: 295px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.head .link_double_func{
	cursor: pointer;
	display: block;
	height: 35px;
	left: 356px;
	position: absolute;
	top: 420px;
	width: 256px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.head #btn_pankou{
	top: 456px;
}
.head #tomiddle3{
	height:18px;
	top:420px;
}
.head #tomiddle4{
	height:18px;
	top:438px;
}
.head #tomiddle5{
	top: 456px;
}
.head #tomiddle6{
	top:490px;
	left:340px;
	height:22px;
	width:330px;
}
.head .link_more_func{
	position: absolute;
	cursor: pointer;
	display: block;
	width: 120px;
	height: 18px;
	line-height:18px;
	left: 550px;
	top: 522px;
	color: #BCB297;
	font-size: 12px;
	z-index:20;
}
a.yellow:hover {
	color: #BD8759 !important;
}
.head .gcode {
	color: #FFFFFF;
	font-size: 15px;
	height: 30px;
	left: 6px;
	line-height: 38px;
	position: absolute;
	top:597px;
	width: 990px;
}

.head .gcode .text {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin-right: 44px;
	vertical-align: bottom;
}

.head .gcode .groupcode {
	width: 97px;
	color: #A98464!important;
	position: absolute;
	height: 27px;
	padding: 0 6px 0 6px;
	border: none;
	background: none;
	font-size: 12px;
	line-height: 27px;
	left: 216px;
	top: 2px;
}

.head .gcode .gsubmit {
	height: 25px;
	width: 52px;
	font-weight: bold;
	background: none;
	cursor: pointer;
	border: none;
	position: absolute;
	left: 344px;
	top: 3px;
	border: none;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.head .gcode a.gsubmit:hover {
	text-decoration: none !important;
}
.head .gcode .lock_txt {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 525px;
	font-size: 12px;
	color: #E9D19E;
}
.head .gcode .lock_txt a.lock2 {
	color: #E9D19E;
	text-decoration: underline;
}
.head .gcode .succ_person {
	height: 22px;
	line-height: 22px;
	top: 5px;
	left: 722px;
	overflow: hidden;
	position: absolute;
	font-size: 12px;
	color:#CA997B;
}
.head .port_nervous{
	position: absolute;
	display: block;
	width: 104px;
	height: 79px;
	top: 477px;
	left: 962px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/portnervoush.jpg?v=1) no-repeat;
	overflow:hidden;
	z-index: 22;
}
.head .port_nervous2{
	position: absolute;
	display: block;
	width: 86px;
	height: 83px;
	top: 475px;
	left: 962px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/portnervoush2.jpg?v=4) no-repeat;
	overflow:hidden;
	z-index: 22;
}
.middle1_bg {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/middle1.jpg?v=1) center top no-repeat;
}
.middle1 {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 1300px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/middle1.jpg?v=1) center top no-repeat;
}
.middle1 .mlock {
	position: absolute;
}
.middle1 .lock2 {
	top: 658px;
	left: 105px;
	width: 200px;
	height: 60px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background: url(//image2-cdn.compass.cn/special/znz/2025private/images/lock1.gif?v=1) no-repeat;*/
}
.middle1 .lock3 {
	top: 653px;
	left: 595px;
	width: 225px;
	height: 71px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/lock4.gif?v=1) no-repeat;
}
.middle1 .link_rule{
	height: 18px;
	line-height: 18px;
	position: absolute;
	bottom: 185px;
	font-size: 12px;
	right: 560px;
	color: #BE580E;
	text-decoration:underline;
}
.middle1 .link_answer{
	height: 18px;
	line-height: 18px;
	position: absolute;
	bottom: 412px;
	font-size: 13px;
	right: 30px;
	color: #ffffff;
	text-decoration:underline;
}
.middle1 .link_freedetail{
	height: 18px;
	line-height: 18px;
	position: absolute;
	bottom: 488px;
	font-size: 12px;
	right: 30px;
	color: #ffffff;
	text-decoration:underline;
}
.middle1 .link_funcdetail{
	height: 18px;
	line-height: 18px;
	position: absolute;
	bottom: 458px;
	font-size: 12px;
	right: 30px;
	color: #ffffff;
	text-decoration:underline;
}
.middle1 .btn_view{
	display:block;
	position: absolute;
	width:150px;
	height:20px;
	line-height:20px;
	right:0px;
	bottom:108px;
	text-decoration:underline;
	color:#E27975;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.middle1 .port_nervous{
	position: absolute;
	display: block;
	width: 120px;
	height: 119px;
	top: 611px;
	left: 364px;
	z-index:20;
	overflow:hidden;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/portnervousm.jpg?v=1) no-repeat;
}
.middle1 .port_nervous2{
	position: absolute;
	display: block;
	width: 107px;
	height: 111px;
	top: 612px;
	left: 372px;
	z-index:20;
	overflow:hidden;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/portnervousm2.jpg?v=1) no-repeat;
}
.tab_bg {
}
.tab_box{
	margin: auto;
	width: 1000px;
	height: 100px;
	position: relative;
}
.tab_bgl {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/tab.jpg?v=1) center top no-repeat!important;
}
.tab_boxl {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/tab.jpg?v=1) center top no-repeat!important;
}
.tab_bgr {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/tab.jpg?v=1) center -100px no-repeat!important;
}
.tab_boxr {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/tab.jpg?v=1) center -100px no-repeat!important;
}

.tab_box .btn_click{
	cursor:pointer;
	float:left;
	width:500px;
	height:100px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.bg_middle2 {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/middle2.jpg?v=1) center top no-repeat;
}
.middle2 {
	position:relative;
	margin: auto;
	width: 1000px;
	height: 706px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/middle2.jpg?v=1) center top no-repeat;
}
.middle2 .jgfunc{
	right: 0px;
	bottom: 0px;
	position:absolute;
	width: 230px;
	line-height: 20px;
	overflow: hidden;
	font-size: 13px;
	letter-spacing: 1px;
}
.middle2 .jgfunc a{
	color: #E6B99C;
	text-decoration: none;
}
.middle2 .pics{
	left: 35px;
	top: 184px;
	position:absolute;
	width: 930px;
	height: 466px;
	overflow: hidden;
	background:#28211B;
}
.middle2 #imgs{	
	width: 930px;
	height: 430px;
}
.middle2 .img{
	width:3720px;
	height: 430px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle2 .img li {
	float:left;
	width:930px;
	height:430px;
	position:relative;
}
.middle2 .img li .lock5{
	position:absolute;
	left:624px;
	top: 418px;
	height:77px;
	width:171px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/lock5.gif?v=1) no-repeat;
	z-index:10;
}
.middle2 .img li .lock6{
	position:absolute;
	left:692px;
	top: 429px;
	height:80px;
	width:158px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/lock6.gif?v=1) no-repeat;
	z-index:10;
}
.middle2 .prev{
	position:absolute;
	left:0px;
	top: 378px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle2 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.middle2 .f3, .middle2 .f4, 
.middle2 .f5, .middle2 .f6,
.middle2 .f7, .middle2 .f8{
	left: 0px;
	top: 45px;
} 
.middle2 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle2 .fvlink a:hover{
	color:red;
}
.middle2 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tag_video.gif?v=1) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle2 .next{
	position:absolute;
	right:0px;
	top: 378px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle2 .next2 {
	position: absolute;
	right: 42px;
	bottom: 96px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
	display: none;
}
.middle2 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 431px;
	width: 930px;
}
.middle2 .pager{
	position: absolute;
	width: 106px;
	height: 23px;
	bottom: 6px;
	right: 10px;
}
.middle2 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#5e5042;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #998168;
}
.middle2 .pager .home{
	width:42px;
}
.middle2 .pager .selected {
	color:#2b231b;
	background: #b09074;
	border:1px solid #574125;
}
.middle2 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) -21px 0 no-repeat;
}
.middle2 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) no-repeat;
}
.img2 .lock5{
	position:absolute;
	left:624px;
	top: 418px;
	height:77px;
	width:171px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/lock5.gif?v=1) no-repeat;
	z-index:10;
}
.img2 .lock6{
	position:absolute;
	left:692px;
	top: 429px;
	height:80px;
	width:158px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/lock6.gif?v=1) no-repeat;
	z-index:10;
}
/*第二个ppt*/
.middle3{
	width:1000px;
	height:820px;
	margin:auto;
	position:relative;
}
.middle3 .smfunc{
	right: 0px;
	bottom: 3px;
	position:absolute;
	width: 230px;
	line-height: 20px;
	overflow: hidden;
	font-size: 13px;
	letter-spacing: 1px;
}
.middle3 .smfunc a{
	color: #E6B99C;
	text-decoration: none;
}
.middle3 .pics{
	left: 40px;
	top: 215px;
	position:absolute;
	width: 920px;
	height: 556px;
	overflow: hidden;
	background:#28211B;
}
.middle3 #imgs_2{	
	width: 920px;
	height: 520px;
}
.middle3 .img{
	width:16560px;
	height: 520px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle3 .img li {
	float:left;
	width:920px;
	height:520px;
	position:relative;
}
.middle3 .img li .lock5{
	position:absolute;
	left:624px;
	top: 416px;
	height:84px;
	width:181px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/lock5.gif?v=1) no-repeat;
	z-index:10;
}
.middle3 .img li .lock6{
	position:absolute;
	left: 686px;
	top: 436px;
	height: 84px;
	width: 181px;
	cursor: pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/lock6.gif?v=1) no-repeat;
	z-index:10;
}
.middle3 .prev{
	position:absolute;
	left:0px;
	top: 450px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle3 .float {
	position:absolute;
	display: block;
	left: 50px;
	top: 176px;
}
.middle3 .f3, .middle3 .f4, 
.middle3 .f5, .middle3 .f6,
.middle3 .f7, .middle3 .f8{
	left: 50px;
	top: 176px;
}
.middle3 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle3 .fvlink a:hover{
	color:red;
}
.middle3 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tag_video.gif?v=1) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle3 .next{
	position:absolute;
	right:0px;
	top: 450px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle3 .next2 {
	position: absolute;
	right: 42px;
	bottom: 85px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
}
.middle3 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 521px;
	width: 920px;
}
.middle3 .pager{
	position: absolute;
	width: 295px;
	height: 23px;
	bottom: 6px;
	right: 0px;
}
.middle3 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#5e5042;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #998168;
}
.middle3 .pager .home{
	width:42px;
}
.middle3 .pager .selected {
	color:#2b231b;
	background: #b09074;
	border:1px solid #574125;
}
.middle3 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) -21px 0 no-repeat;
}
.middle3 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) no-repeat;
}
.img2_2 .lock5{
	position:absolute;
	left:624px;
	top: 416px;
	height:84px;
	width:181px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/lock5.gif?v=1) no-repeat;
	z-index:10;
}
.img2_2 .lock6{
	position:absolute;
	left:686px;
	top: 436px;
	height:84px;
	width:181px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/lock6.gif?v=1) no-repeat;
	z-index:10;
}
/*第二个ppt结束*/
.middle4{
	width:1000px;
	height:824px;
	margin:auto;
	position:relative;
}
.middle4 .ggfunc{
	right: 0px;
	bottom: 3px;
	position:absolute;
	width: 230px;
	line-height: 20px;
	overflow: hidden;
	font-size: 13px;
	letter-spacing: 1px;
}
.middle4 .ggfunc a{
	color: #E6B99C;
	text-decoration: none;
}
.middle4 .pics{
	left: 40px;
	top: 220px;
	position:absolute;
	width: 920px;
	height: 556px;
	overflow: hidden;
	background:#28211B;
}
.middle4 #imgs_3{	
	width: 920px;
	height: 520px;
}
.middle4 .img{
	width:7360px;
	height: 520px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle4 .img li {
	float:left;
	width:920px;
	height:520px;
	position:relative;
}
.middle4 .img li .lock5{
	position: absolute;
	left: 681px;
	top: 373px;
	height: 84px;
	width: 181px;
	cursor: pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/apply5.gif?v=1) no-repeat;
	z-index:10;
}
.middle4 .img li .lock6{
	position: absolute;
	left: 681px;
	top: 430px;
	height: 84px;
	width: 181px;
	cursor: pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/apply6.gif?v=1) no-repeat;
	z-index:10;
}
.middle4 .prev{
	position:absolute;
	left:0px;
	top: 455px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle4 .float {
	position:absolute;
	display: block;
	left: 50px;
	top: 176px;
}
.middle4 .f3{
	left: 50px;
	top: 176px;
} 
.middle4 .f4{
	left: 57px;
	top: 119px;
} 
.middle4 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle4 .fvlink a:hover{
	color:red;
}
.middle4 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tag_video.gif?v=1) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle4 .next{
	position:absolute;
	right:0px;
	top: 455px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle4 .next2 {
	position: absolute;
	right: 42px;
	bottom: 85px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
}
.middle4 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 521px;
	width: 920px;
}
.middle4 .pager{
	position: absolute;
	width: 162px;
	height: 23px;
	bottom: 6px;
	right: 0px;
}
.middle4 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#5e5042;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #998168;
}
.middle4 .pager .home{
	width:42px;
}
.middle4 .pager .selected {
	color:#2b231b;
	background: #b09074;
	border:1px solid #574125;
}
.middle4 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) -21px 0 no-repeat;
}
.middle4 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) no-repeat;
}
.img2_3 .lock5{
	position:absolute;
	left:681px;
	top: 373px;
	height:84px;
	width:181px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/apply5.gif?v=1) no-repeat;
	z-index:10;
}
.img2_3 .lock6{
	position:absolute;
	left:681px;
	top: 430px;
	height:84px;
	width:181px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/apply6.gif?v=1) no-repeat;
	z-index:10;
}
/*第三个ppt结束*/
.middle5 {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 816px;
}
.middle5 .xwfunc{
	right: 250px;
	bottom: 3px;
	position:absolute;
	width: 230px;
	line-height: 20px;
	overflow: hidden;
	font-size: 13px;
	letter-spacing: 1px;
}
.middle5 .xwfunc a{
	color: #E6B99C;
	text-decoration: none;
}
.middle5 .dzfunc{
	right: 0px;
	bottom: 3px;
	position:absolute;
	width: 230px;
	line-height: 20px;
	overflow: hidden;
	font-size: 13px;
	letter-spacing: 1px;
}
.middle5 .dzfunc a{
	color: #E6B99C;
	text-decoration: none;
}
.middle5 .pics{
	left: 40px;
	top: 212px;
	position:absolute;
	width: 920px;
	height: 556px;
	overflow: hidden;
	background:#28211B;
}
.middle5 #imgs_4{	
	width: 920px;
	height: 520px;
}
.middle5 .img{
	width:14720px;
	height: 520px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle5 .img li {
	float:left;
	width:920px;
	height:520px;
	position:relative;
}
.middle5 .img li .lock5{
	position: absolute;
	left: 664px;
	top: 414px;
	height: 103px;
	width: 196px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/button_01.gif?v=1) no-repeat;
	z-index:10;
}
.middle5 .img li .lock6{
	position:absolute;
	left: 683px;
	top: 432px;
	height: 85px;
	width: 196px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/button_02.gif?v=1) no-repeat;
	z-index:10;
}
.middle5 .prev{
	position:absolute;
	left:0px;
	top: 445px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle5 .float {
	position:absolute;
	display: block;
	left: 50px;
	top: 176px;
}
.middle5 .f3, .middle5 .f5, .middle5 .f7{
	left: 50px;
	top: 172px;
} 
.middle5 .f4{
	left: 50px;
	top: 173px;
}
.middle5 .f8{
	left: 50px;
	top: 114px;
} 
.middle5 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle5 .fvlink a:hover{
	color:red;
}
.middle5 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tag_video.gif?v=1) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle5 .next{
	position:absolute;
	right:0px;
	top: 445px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle5 .next2 {
	position: absolute;
	right: 42px;
	bottom: 80px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
}
.middle5 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 521px;
	width: 920px;
}
.middle5 .pager{
	position: absolute;
	width: 265px;
	height: 23px;
	bottom: 6px;
	right: 0px;
}
.middle5 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#5e5042;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #998168;
}
.middle5 .pager .home{
	width:42px;
}
.middle5 .pager .selected {
	color:#2b231b;
	background: #b09074;
	border:1px solid #574125;
}
.middle5 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) -21px 0 no-repeat;
}
.middle5 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) no-repeat;
}
.img2_4 .lock5{
	position:absolute;
	left:664px;
	top: 414px;
	height:103px;
	width:196px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/button_01.gif?v=1) no-repeat;
	z-index:10;
}
.img2_4 .lock6{
	position:absolute;
	left:683px;
	top: 432px;
	height:85px;
	width:196px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/button_02.gif?v=1) no-repeat;
	z-index:10;
}
/*第四个ppt结束*/
.middle6 {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 724px;
}
.middle6 .content{
	left: 35px;
	top: 223px;
	position:absolute;
	width: 930px;
	height: 430px;
	overflow: hidden;
	background:#050505;
}
.middle6 .pics{
	left: 35px;
	top: 208px;
	position:absolute;
	width: 930px;
	height: 430px;
	overflow: hidden;
	background:#050505;
}
.middle6 #imgs_5{	
	width: 930px;
	height: 430px;
}
.middle6 .img{
	width:3720px;
	height: 430px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle6 .img li {
	float:left;
	width:930px;
	height:430px;
	position:relative;
}
.middle6 .img li .lock5{
	position:absolute;
	left:634px;
	top: 337px;
	height:183px;
	width:286px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/apply5.gif?v=1) no-repeat;
	z-index:10;
}
.middle6 .img li .lock6{
	position:absolute;
	left:634px;
	top: 425px;
	height:95px;
	width:286px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/apply6.gif?v=1) no-repeat;
	z-index:10;
}
.middle6 .prev{
	position:absolute;
	left:0px;
	top: 340px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle6 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.middle6 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle6 .fvlink a:hover{
	color:red;
}
.middle6 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tag_video.gif?v=1) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle6 .next{
	position:absolute;
	right:0px;
	top: 340px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle6 .next2 {
	position: absolute;
	right: 42px;
	bottom: 105px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
}
.middle6 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 431px;
	width: 930px;
}
.middle6 .pager{
	position: absolute;
	width: 106px;
	height: 23px;
	bottom: 8px;
	right: 10px;
}
.middle6 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#5e5042;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #5D5352; 
}
.middle6 .pager .home{
	width:42px;
}
.middle6 .pager .selected {
	color:#2b231b;
}
.middle6 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) -21px 0 no-repeat;
}
.middle6 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pager.jpg?v=1) no-repeat;
}
.img2_5 .lock5{
	position:absolute;
	left:634px;
	top: 337px;
	height:183px;
	width:286px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/apply5.gif?v=1) no-repeat;
	z-index:10;
}
.img2_5 .lock6{
	position:absolute;
	left:634px;
	top: 425px;
	height:95px;
	width:286px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/apply6.gif?v=1) no-repeat;
	z-index:10;
}
.middle6 .tips{
	position: absolute;
	width: 620px;
	text-align:center;
	height: 18px;
	line-height:18px;
	bottom: 15px;
	right: 5px;
	color:#676767;
}
.middle10 {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 676px;
}
.middle10 .tab{
	width: 1010px;
	height: 76px;
	left: 0px;
	top: 53px;
	position:absolute;
}
.middle10 .tab li{
	float:left;
	display:inline;
	width:164.5px;
	height:72px;
}
.middle10 .tab li.bigger{
	width:178.5px;
}
.middle10 .tab li a{
	width:100%;
	height:100%;
	display:block;
}
.middle10 .tab .tab141 a{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -2px -94px no-repeat;
}
.middle10 .tab .tab141 a.select{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) 0px 0px no-repeat;
}
.middle10 .tab .tab142 a{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -178px 0px no-repeat;
}
.middle10 .tab .tab142 a.select{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -167px -94px no-repeat;
}
.middle10 .tab .tab143 a{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -342px 0px no-repeat;
}
.middle10 .tab .tab143 a.select{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -330px -190px no-repeat;
}
.middle10 .tab .tab144 a{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -506px 0px no-repeat;
}
.middle10 .tab .tab144 a.select{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -492px -285px no-repeat;
}
.middle10 .tab .tab145 a{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -670px 0px no-repeat;
}
.middle10 .tab .tab145 a.select{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -656px -380px no-repeat;
}
.middle10 .tab .tab146 a{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -835px 0px no-repeat;
}
.middle10 .tab .tab146 a.select{
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/tabs.png?v=1) -818px -475px no-repeat;
}

.middle10 .content{
	width: 980px;
	height: 450px;
	left: 10px;
	top: 157px;
	position:absolute;
}
/*第五个ppt结束*/
.middle7{
	width:1000px;
	height:632px;
	margin:auto;
	position:relative;
}
.middle8{
	width:1000px;
	height:520px;
	margin:auto;
	position:relative;
}
.middle8 .wtable {
	font-size:14px;
	position: absolute;
	top: 300px;
	color: #D7C293;
	text-decoration: underline;
	right: 435px;
}
.middle8 .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #D7C293;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
	font-family: "Microsoft YaHei", 'simhei', serif;
}
.middle8 .more span {font-family:simsun;}
.middle9{
	width:1000px;
	height:630px;
	margin:auto;
	position:relative;
}
.middle9 .swf{
	width:28px;
	height:27px;
	left:286px;
	top:102px;
	position:absolute;
}
.middle9 .idea{
	width:55px;
	height:26px;
	left:750px;
	top:203px;
	position:absolute;
	/*background: url(//image2-cdn.compass.cn/special/znz/2025private/images/turnover.gif?v=1) no-repeat;*/
}
.middle9 .person {
	color: #EAE388;
	font-size: 26px;
	letter-spacing: 5px;
	position: absolute;
	left: 707px;
	top: 431px;
	height: 35px;
	line-height: 35px;
	width: 88px;
	font-weight: bold;
}
.middle9 .person2 {
	color: #CE8747;
	font-size: 12px;
	position: absolute;
	left: 918px;
	top: 488px;
	width: 70px;
	text-align: left;
	z-index:10;
	font-weight: bold;
}
.middle9 .lock2 {
	height: 77px;
	left: 802px;
	position: absolute;
	top: 405px;
	width: 198px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/lock.gif?v=1) 0px 0px no-repeat;
}
.middle9 .btn_cow_replay{
	display:block;
	width: 380px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #f5e1c8;
	text-decoration: none;
	position: absolute;
	top: 559px;
	left: 236px;
	z-index: 20;
	cursor:pointer;
	letter-spacing: 5px;
	font-family:SimHei;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
}
.middle9 .wtable {
	font-size:12px;
	position: absolute;
	top: 532px;
	color: #A47D22;
	text-decoration: underline;
	right: 36px;
}
.middle9 .person2 span{
	color:#CE8747;
}
.middle9 .link_func2 {
	cursor: pointer;
	display: block;
	height: 18px;
	left: 30px;
	position: absolute;
	top: 413px;
	width: 295px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.middle9 #f_tomiddle3{
	height:18px;
	top:420px;
}
.middle9 #f_tomiddle4{
	height:18px;
	top:438px;
}
.middle9 #f_tomiddle5{
	top: 456px;
}
.middle9 #f_tomiddle6{
	top:490px;
	left:340px;
	height:22px;
	width:330px;
}
.middle9 .link_more_func{
	position: absolute;
	cursor: pointer;
	display: block;
	width: 120px;
	height: 18px;
	line-height:18px;
	left:550px;
	top: 522px;
	color: #BCB297;
	font-size: 12px;
	z-index:20;
}
.middle9 .link_double_func{
	cursor: pointer;
	display: block;
	height: 35px;
	left: 356px;
	position: absolute;
	top: 420px;
	width: 256px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.middle9 #btn_f_pankou{
	top: 456px;
}
.middle9 .gcode {
	color: #FFFFFF;
	font-size: 15px;
	height: 30px;
	left: 6px;
	line-height: 38px;
	position: absolute;
	top:597px;
	width: 990px;
}
.middle9 .gcode .text {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin-right: 44px;
	vertical-align: bottom;
}
.middle9 .gcode input{
	color: white!important;
}
.middle9 .gcode .groupcode {
	width: 97px;
	color: #A98464!important;
	position: absolute;
	height: 27px;
	padding: 0 6px 0 6px;
	border: none;
	background: none;
	font-size: 12px;
	line-height: 27px;
	left: 216px;
	top: 2px;
}
.middle9 .gcode .gsubmit {
	height: 25px;
	width: 52px;
	font-weight: bold;
	background: none;
	cursor: pointer; 
	border : none;
	position: absolute;
	left: 344px;
	top:3px;
	border: none;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.middle9 .gcode a.gsubmit:hover {
	text-decoration: none !important;
}
.middle9 .gcode .lock_txt {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 525px;
	font-size:12px;
	color:#E9D19E;
}
.middle9 .gcode .lock_txt a.lock9 {
	color: #E9D19E;
	text-decoration: underline;
}
.middle9 .gcode .succ_person {
	height: 22px;
	line-height:22px;
	top:5px;
	left: 722px;
	overflow: hidden;
	position: absolute;
	font-size: 12px;
	color:#CA997B;
}
.middle9 .port_nervous{
	position: absolute;
	display: block;
	width: 104px;
	height: 79px;
	top: 477px;
	left: 962px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/portnervoush.jpg?v=1) no-repeat;
	overflow:hidden;
	z-index: 22;
}
.middle9 .port_nervous2{
	position: absolute;
	display: block;
	width: 86px;
	height: 83px;
	top: 475px;
	left: 962px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/portnervoush2.jpg?v=4) no-repeat;
	overflow:hidden;
	z-index: 22;
}
#content_2{
	display:none;
}
.bg_phone_middle2 {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/phone_middle2.jpg?v=1) center top no-repeat;
}
.phone_middle2{
	width:1000px;
	margin:auto;
	position:relative;
	height:678px;
	overflow:hidden;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/phone_middle2.jpg?v=1) center top no-repeat;
}
.phone_middle2 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 210px;
	z-index:50;
}

/*移动第一个ppt结束*/
.bg_phone_middle3 {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/phone_middle3.jpg?v=1) center top no-repeat;
}
.phone_middle3{
	width:1000px;
	margin:auto;
	position:relative;
	height:662px;
	overflow:hidden;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/phone_middle3.jpg?v=1) center top no-repeat;
}
.phone_middle3 .pics{
	left: 55px;
	top: 210px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#28211B;
}
.phone_middle3 .phone_imgs{	
	width: 890px;
	height: 380px;
}
.phone_middle3 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle3 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle3 .prev{
	position:absolute;
	left: 3px;
	top: 325px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_l.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle3 .next{
	position:absolute;
	right:0px;
	top: 325px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_r.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle3 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle3 .pager{
	display:none;
}
.phone_middle3 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 88px;
	z-index:50;
}
/*移动第二个ppt结束*/
.phone_middle4{
	width:1000px;
	margin:auto;
	position:relative;
	height:662px;
	overflow:hidden;
}
.phone_middle4 .pics{
	left: 55px;
	top: 210px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#28211B;
}
.phone_middle4 .phone_imgs{	
	width: 890px;
	height: 380px;
}
.phone_middle4 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle4 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle4 .prev{
	position:absolute;
	left: 3px;
	top: 325px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_l.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle4 .next{
	position:absolute;
	right: 0px;
	top: 325px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_r.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle4 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle4 .pager{
	display:none;
}
.phone_middle4 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 88px;
	z-index:50;
}
/*手机版第三个ppt结束*/
.phone_middle5{
	width:1000px;
	margin:auto;
	position:relative;
	height:662px;
	overflow:hidden;
}
.phone_middle5 .pics{
	left: 55px;
	top: 210px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#28211B;
}
.phone_middle5 .phone_imgs{
	width: 890px;
	height: 380px;
}
.phone_middle5 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle5 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle5 .prev{
	position:absolute;
	left: 3px;
	top: 325px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_l.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle5 .next{
	position:absolute;
	right: 0px;
	top: 325px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_r.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle5 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle5 .pager{
	display:none;
}
.phone_middle5 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 88px;
	z-index:50;
}
/*phone_middle6*/
.phone_middle6{
	width:1000px;
	margin:auto;
	position:relative;
	height:662px;
	overflow:hidden;
}
.phone_middle6 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 224px;
	z-index:50;
}
/*phone_middle7*/
.phone_middle7{
	width:1000px;
	margin:auto;
	position:relative;
	height:662px;
	overflow:hidden;
}
.phone_middle7 .pics{
	left: 55px;
	top: 210px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#28211B;
}
.phone_middle7 .phone_imgs{	
	width: 890px;
	height: 380px;
}
.phone_middle7 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle7 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle7 .prev{
	position:absolute;
	left: 3px;
	top: 326px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_l.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle7 .next{
	position:absolute;
	right: 0px;
	top: 326px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_r.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle7 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle7 .pager{
	display:none;
}
.phone_middle7 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 88px;
	z-index:50;
}
.phone_middle8{
	width:1000px;
	margin:auto;
	position:relative;
	height:662px;
	overflow:hidden;
}
.phone_middle8 .pics{
	left: 55px;
	top: 210px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#050505;
}
.phone_middle8 .phone_imgs{
	width: 890px;
	height: 380px;
}
.phone_middle8 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle8 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle8 .prev{
	position:absolute;
	left: 3px;
	top: 326px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_l.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle8 .next{
	position:absolute;
	right: 0px;
	top: 326px;
	height:54px;
	width:39px;
	cursor:pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
	/*background:url(//image2-cdn.compass.cn/special/znz/2025private/images/pointer_r.jpg?v=1) no-repeat;*/
	z-index:10;
}
.phone_middle8 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle8 .pager{
	display:none;
}
.phone_middle8 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 87px;
	z-index:50;
}
/*phone_middle9*/
.phone_middle9{
	width:1000px;
	margin:auto;
	position:relative;
	height:650px;
	overflow:hidden;
}
.phone_middle9 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 230px;
	z-index:50;
}
/*phone_middle10*/
.phone_middle10{
	width:1000px;
	margin:auto;
	position:relative;
	height:500px;
	overflow:hidden;
}
.phone_middle10 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 90px;
	z-index:50;
}
/*phone_middle11*/
.phone_middle11{
	width:1000px;
	margin:auto;
	position:relative;
	height:520px;
	overflow:hidden;
}
.phone_middle11 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 110px;
	z-index:50;
}
/*phone_middle12*/
.phone_middle12{
	width:1000px;
	margin:auto;
	position:relative;
	height:520px;
	overflow:hidden;
}
.phone_middle12 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 100px;
	z-index:50;
}
/*phone_middle13*/
.phone_middle13{
	width:1000px;
	margin:auto;
	position:relative;
	height:520px;
	overflow:hidden;
}
.phone_middle13 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 100px;
	z-index:50;
}
/*phone_middle14*/
.phone_middle14{
	width:1000px;
	margin:auto;
	position:relative;
	height:566px;
	overflow:hidden;
}
.phone_middle14 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 96px;
	z-index:50;
}
/*phone_middle15*/
.phone_middle15{
	width:1000px;
	margin:auto;
	position:relative;
	height:948px;
	overflow:hidden;
}
.phone_middle15 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 350px;
	z-index:50;
}
.phone_middle15 .more{
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #D7C293;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	font-family: "Microsoft YaHei", 'simhei', serif;
}
.phone_middle15 .more span {font-family:simsun;}
/*
#panel_phone {
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/bg_dialog.jpg?v=1) no-repeat;
	width:775px;
	height:411px;
}
#panel_phone .ptitle {
	background:none;
	height: 39px;
}
#panel_phone .op {
	width: 26px;
	height: 26px;
	right: 9px;
	top: 6px;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
}
#panel_phone ul {
	width:775px;
	height:337px;
}
#panel_phone #submitBtn {
	width:85px;
	height:31px;
	background:url(//image2-cdn.compass.cn/special/znz/2025private/images/button.jpg?v=1) no-repeat;
	border: none;
}

#panel_phone .year a {
	display: block;
	height: 91px;
	width: 775px;
	cursor: pointer;
}
#panel_phone .other a {
	display: block;
	width: 775px;
	height:86px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
}

#panel_phone .o1s {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/year1.jpg?v=1) 0 -182px no-repeat!important;
	
}
#panel_phone .o4s {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/year2.jpg?v=1) 0 -182px no-repeat!important;
}

#panel_phone #year1 a {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/year2.jpg?v=1) 0 -91px no-repeat;
}

#panel_phone #year1 .select {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/year1.jpg?v=1) 0 -91px no-repeat;
}

#panel_phone #year4 a {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/year1.jpg?v=1) 0 0 no-repeat;
}

#panel_phone #year4 .select {
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/year2.jpg?v=1) 0 0 no-repeat;
}
#panel_phone #other a {
	
}

#panel_phone #other .select {
	
}
*/
#panel_confirm {}
#panel_confirm .button { 
	color:#690D00;background:#BA9966;border:none;
}
#panel_phone .cfoot {
	right:9px;
	text-align: right;
}
#panel_phone .input {
	width:140px;
	height:33px;
	line-height:33px;
	padding:0 5px;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/bg_input.jpg?v=1) 0 0 no-repeat;
	border:none;
}

.html-overflow {
	overflow-y: hidden;
	overflow-x: hidden;
}

form {
	margin: 0;
	padding: 0;
}
/*
body{
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; IE10
	-khtml-user-select: none; 早期浏览器
	user-select: none;
}
*/
.head .gcode input{
	color: white !important;
}
.replay{
	display: block;
	width: 320px;
	height: 50px;
	line-height: 54px;
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: 20;
	cursor: pointer;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
}
.ppt3_4 .replay{
	top: 7px;
	right: 20px;
}
.head .feed, .middle9 .feed{
	position: absolute;
	display: block;
	width:697px;
	height: 80px;
	top: 512px;
	left: -16px;
	z-index:20;
	background: url(//image2-cdn.compass.cn/special/znz/2025private/images/feed.jpg?v=1) 0 0 no-repeat;
	overflow:hidden;
}
.head .btn_cowfeed_replay, .middle9 .btn_cowfeed_replay {
	left:175px;
	width:320px;
}
.head .link_feedmore_func, .middle9 .link_feedmore_func{
	left:504px;
	top:562px;
}