@charset "utf-8";

/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0;}
fieldset,img { border: 0;}
address,caption,cite,code,dfn,em,strong,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;}

/* 定位 */
.textl { text-align: left;}
.textc { text-align: center;}
.textr { text-align: right;}
.marginc { margin-left: auto; margin-right: auto;}
.floatl { float: left; display: inline;}
.floatr { float: right; display: inline;}
.clearb { clear: both;}
.clearl { clear: left;}
.clearr { clear: right;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block;}
*html .clearfix { height: 1%;}
.clearfix { display: block;}

.verticalm { vertical-align: middle;}
.positionr { position: relative;}
.positiona { position: absolute;}
.abs-right { position: absolute; right: 0;}
.zoom { zoom: 1;}
.hidden { visibility: hidden;}
.none { display: none;}

/* 文字排版 */
.font12 { font-size: 12px;}
.font14 { font-size: 14px;}
.font16 { font-size: 16px;}
.font18 { font-size: 18px;}
.font20 { font-size: 20px;}
.fontb { font-weight: bolder;}
.fontn { font-weight: normal;}
.text2 { text-indent: 2em;}
.lh150 { line-height: 150%;}
.lh180 { line-height: 180%;}
.lh200 { line-height: 200%;}
.textunl { text-decoration: underline;}
.no_unl { text-decoration: none;}

/* 长度高度 */
.width10 { width: 10px;}
.width20 { width: 20px;}
.width30 { width: 30px;}
.width40 { width: 40px;}
.width50 { width: 50px;}
.width60 { width: 60px;}
.width70 { width: 70px;}
.width80 { width: 80px;}
.width90 { width: 90px;}
.width100 { width: 100px;}
.width200 { width: 200px;}
.width250 { width: 250px;}
.width300 { width: 300px;}
.width400 { width: 400px;}
.width500 { width: 500px;}
.width600 { width: 600px;}
.width700 { width: 700px;}
.width800 { width: 800px;}
.width { width: 100%;}
.height10 { height: 10px;}
.height20 { height: 20px;}
.height30 { height: 30px;}
.height40 { height: 40px;}
.height50 { height: 50px;}
.height60 { height: 60px;}
.height70 { height: 70px;}
.height80 { height: 80px;}
.height90 { height: 90px;}
.height100 { height: 100px;}
.height200 { height: 200px;}
.height250 { height: 250px;}
.height300 { height: 300px;}
.height400 { height: 400px;}
.height500 { height: 500px;}
.height600 { height: 600px;}
.height { height: 100%;}

/* 边距 */
.margin10 { margin: 10px;}
.margin15 { margin: 15px;}
.margin30 { margin: 30px;}
.margint5 { margin-top: 5px;}
.margint10 { margin-top: 10px;}
.margint15 { margin-top: 15px;}
.margint20 { margin-top: 20px;}
.margint30 { margin-top: 30px;}
.margint50 { margin-top: 50px;}
.margint100 { margin-top: 100px;}
.marginb5 { margin-bottom: 5px;}
.marginb10 { margin-bottom: 10px;}
.marginb15 { margin-bottom: 15px;}
.marginb20 { margin-bottom: 20px;}
.marginb30 { margin-bottom: 30px;}
.marginb50 { margin-bottom: 50px;}
.marginb100 { margin-bottom: 100px;}
.marginl5 { margin-left: 5px;}
.marginl10 { margin-left: 10px;}
.marginl15 { margin-left: 15px;}
.marginl20 { margin-left: 20px;}
.marginl30 { margin-left: 30px;}
.marginl50 { margin-left: 50px;}
.marginl100 { margin-left: 100px;}
.marginr5 { margin-right: 5px;}
.marginr10 { margin-right: 10px;}
.marginr15 { margin-right: 15px;}
.marginr20 { margin-right: 20px;}
.marginr30 { margin-right: 30px;}
.marginr50 { margin-right: 50px;}
.marginr100 { margin-right: 100px;}
.padding10 { padding: 10px;}
.padding15 { padding: 15px;}
.padding30 { padding: 30px;}
.paddingt5 { padding-top: 5px;}
.paddingt10 { padding-top: 10px;}
.paddingt15 { padding-top: 15px;}
.paddingt20 { padding-top: 20px;}
.paddingt30 { padding-top: 30px;}
.paddingt50 { padding-top: 50px;}
.paddingt100 { padding-top: 100px;}
.paddingb5 { padding-bottom: 5px;}
.paddingb10 { padding-bottom: 10px;}
.paddingb15 { padding-bottom: 15px;}
.paddingb20 { padding-bottom: 20px;}
.paddingb30 { padding-bottom: 30px;}
.paddingb50 { padding-bottom: 50px;}
.paddingb100 { padding-bottom: 100px;}
.paddingl5 { padding-left: 5px;}
.paddingl10 { padding-left: 10px;}
.paddingl15 { padding-left: 15px;}
.paddingl20 { padding-left: 20px;}
.paddingl30 { padding-left: 30px;}
.paddingl50 { padding-left: 50px;}
.paddingl100 { padding-left: 100px;}
.paddingr5 { padding-right: 5px;}
.paddingr10 { padding-right: 10px;}
.paddingr15 { padding-right: 15px;}
.paddingr20 { padding-right: 20px;}
.paddingr30 { padding-right: 30px;}
.paddingr50 { padding-right: 50px;}
.paddingr100 { padding-right: 100px;} 
/*字体泛光效果*/
link_color{width:100%;color:#847a8f;filter:Dropshadow(offx=1,offy=0,color=#0d1e29) Dropshadow(offx=0,offy=1,color=#0d1e29)  Dropshadow(offx=0,offy=-1,color=#0d1e29)  Dropshadow(offx=-1,offy=0,color=#0d1e29); text-shadow: -1px 0 #0d1e29, 0 1px black,1px 0 #0d1e29, 0 -1px #0d1e29;}
/* 禁止换行 */
.nowrap{word-break:keep-all;white-space:nowrap;}
/* 强制换行 */
.break{word-break:break-all;word-wrap: break-word;}

/* 页面样式 */
a:link,a:visited { text-decoration: none; }
a:hover,a:active { text-decoration: underline; }
a:focus {outline:none}

body { background: #000 url(../images/bg.jpg) no-repeat center 41px;}
#wrap { width: 1002px; margin: 0 auto; font-family: "宋体"; font-size: 12px; position: relative; }
#wrap img{ vertical-align: top;}
#header,#container { width: 1002px; margin: 0 auto;}

.nav { width: 1002px; height: 110px; background: url(../images/img01.jpg) no-repeat left top; overflow: hidden;}
.nav_top { width: 350px; padding-left: 25px; _display: inline; float: right; height: 14px; line-height: 14px; overflow: hidden; padding-top: 8px;}
.nav_top li { width: 67px; text-align: center; border-right: solid 1px #d8d8d8; float: left; height: 14px; line-height: 14px;}
.nav_top li.noborder { border: none;}
.nav_top a { color: #fff; font-size: 12px;}
.share_line { width: 206px; height: 20px; padding-top: 3px; _padding-top: 4px; padding-right: 25px; float: right; _display: inline; overflow: hidden; color: #fff;}
.share_line_ul li.share_line_title { font-weight: lighter !important;}

.contentMain { width: 1002px; height: 302px; background: url(../images/img06.jpg) no-repeat left top; position: relative; top: 0; left: 0;}
.matchFlow { position: absolute; left: 35px; top: -7px; width: 715px; height: 126px; }
.matchFlow img { margin-right: 1px; float: left;}
.collaborate { width: 650px; padding-left: 117px; padding-top: 144px;}
.collaborate li { width: 120px; height: 35px; float: left; margin-right: 10px; _display: inline; margin-top: 10px;}

/*faq*/
.content { width: 1002px; height: 491px; padding-top: 14px; background: url(../images/content_bg.jpg) no-repeat left top; position: relative;}
.content_l { width: 254px; height: 477px; float: left; _display: inline; margin-left: 44px;}
.content_r { width: 622px; height: 477px; float: right; _display: inline; margin-right: 72px;}

.left_account { width: 234px; height: 157px; padding: 10px; background: #372017 url(../images/left_account.png) no-repeat left top; overflow: hidden;}
.btn_login { width: 226px; height: 66px; padding-top: 5px; padding-left: 4px;}
.btn_login input { width: 226px; height: 66px; border: none; background: url(../images/btn_login.jpg) no-repeat left top; cursor: pointer;}
.left_team { width: 180px; float: left; color: #ac8369;}
.account_box {}
.left_team li { height: 18px; line-height: 18px;}
a.account_quit { display: block; width: 50px; height: 16px; line-height: 16px; float: right; color: #fe961b; text-decoration: underline;}
.left_btn { width: 234px; height: 80px; margin-top: 10px;}
.left_btn li { width: 107px; height: 34px; float: left; display: inline; margin: 0px 5px; margin-bottom: 6px;}
.left_btn li a { display: block; width: 107px; height: 34px; text-indent: -1000px; overflow: hidden; background-image: url(../images/left_btn.jpg); background-repeat: no-repeat;}
.left_btn li.btn01 a { background-position: left top;}
.left_btn li.btn01 a.current { background-position: -214px top;}
.left_btn li.btn02 a { background-position: left -34px;}
.left_btn li.btn02 a.current { background-position: -214px -34px;}
.left_btn li.btn03 a { background-position: left -68px;}
.left_btn li.btn03 a.current { background-position: -214px -68px;}
.left_btn li.btn04 a { background-position: left -102px;}
.left_btn li.btn04 a.current { background-position: -214px -102px;}
.left_bm { width: 254px; height: 34px; margin-top: 10px;}
.left_bm a { display: block; width: 254px; height: 34px; text-indent: -1000px; overflow: hidden; background: url(../images/left_bm.png) no-repeat left top;}
.left_service { width: 254px; height: 114px; margin-top: 10px;}
.left_faq { width: 254px; height: 125px; margin-top: 10px; background: url(../images/left_faq.png) no-repeat left top;}
.left_faq_list { width: 224px; padding-top: 37px; margin-left: 15px;}
.left_faq_list li { height: 20px; line-height: 20px;}
.left_faq_list li a { color: #ac8369;}
.match { width: 885px; background: url(../images/bottom_match.png) no-repeat left -2px; margin-top: 17px; padding-left: 117px; padding-bottom: 100px; overflow: hidden;}
.match_list { width: 850px;}
.match_list li { width: 120px; height: 35px; float: left; margin-right: 10px; _display: inline; margin-bottom: 10px;}

.right_title { width: 622px; height: 42px; background: url(../images/title_bg.jpg) no-repeat left top;}
.right_title h2 { width: 300px; height: 42px; text-indent: -1000px; overflow: hidden; float: left;}
.right_title h2.faq {text-indent: 0px;}
.right_title h2.signup {background: url(../images/title02.jpg) no-repeat left top;}
.right_title h2.see {background: url(../images/title03.jpg) no-repeat left top;}
.right_title h2.setup {background: url(../images/title04.jpg) no-repeat left top;}
.right_title h2.join {background: url(../images/title05.jpg) no-repeat left top;}
.right_title h2.team {background: url(../images/title06.jpg) no-repeat left top;}
.position { width: 302px; padding-right: 20px; height: 42px; float: right; overflow: hidden; text-align: right; line-height: 42px; color: #ff7d00; font-size: 14px;}
.position a {color: #ff7d00; font-size: 14px;}
.position span { color: #ba7b5f; font-weight: bolder;}
.right_box { width: 602px; height: 406px; padding: 10px; background: url(../images/right_content.png) no-repeat left top; margin-top: 12px; overflow: hidden; font-size: 12px;}
.right_box img { vertical-align: top;}
.right_box2 { background: url(../images/right_content2.jpg) no-repeat left top; margin-top: 12px; padding: 0px; width: 622px; height: 426px;}
.right_content { overflow-x: hidden; overflow-y: auto; width: 602px; height: 406px; }
.conent_item { margin-bottom: 20px; font-size: 14px; line-height: 22px;}
.item_title { color: #f39800; font-weight: bolder;}
.item_content { color: #ac8369;}

.faq_item { display: none;}

/*sign up*/
.signup_level { width: 602px; height: 114px; position: relative; top: 0; left: 0;}
.procession_btn { width: 166px; height: 34px; position: absolute; left: 424px; top: 68px;}
.procession_btn a { width: 166px; height: 34px; display: block; text-indent: -1000px; overflow: hidden; background: url(../images/btn_signup.jpg) no-repeat left top;}
.signup_tips { position: absolute; width: 588px; height: 288px; left: 0px; top: 0px; z-index: 100; display: none;}
.signup_tips_close { display: block; width: 25px; height: 25px; text-indent: -1000px; overflow: hidden; background: url(../images/none.gif); position: absolute; top: 7px; right: 6px;}

/*see*/
.seeSearch { width: 582px; margin: 0 auto; margin-top: 10px; height: 26px; line-height: 26px; color: #d1c0a5;}
.seeSearch select { width: 180px; margin-right: 10px;}
.matchTable { width: 582px; margin-left: 10px; margin-top: 20px;}
.matchTable2 { width: 620px;}
.matchTable th,.matchTable td { height: 32px; line-height: 32px; text-align: center; border: solid 1px #1d1512; width: 296px; font-size: 14px;}
.matchTable th { background: #4a2f25; color: #dcb587; font-weight: bolder;}
.matchTable td { background-color: #30221d; color: #866c52; font-weight: bolder;}
.paging { height: 20px; line-height: 20px; padding-top: 15px; text-align: center; font-size: 12px; color: #866c52;}
.paging a { color: #866c52; padding: 0px 3px;}
.paging span { color: #f39800; padding: 0px 3px;}

/*set up*/
.setup_l { width: 328px; height: 425px; float: left;}
.setup_r { width: 285px; height: 425px; float: right;}
.setup_item { height: 26px; line-height: 26px; padding-top: 11px; color: #ac8369;}
.setup_item select { width: 183px;}
.setup_item input { width: 175px; height: 24px; border: solid 1px #1a0e09; line-height: 24px; padding: 0px 3px; background-color: #523c34; color: #ac8369;}
.setup_btn { padding-left: 117px; height: 34px; padding-top: 20px;}
.setup_btn input { width: 107px; height: 34px; border: none; background: url(../images/btn_setup.jpg) no-repeat left top; cursor: pointer;}
.setup_box { width: 252px; height: 315px; padding: 19px 13px 13px 20px; overflow: hidden;}
.setup_content { width: 252px; height: 315px; overflow-x: hidden; overflow-y: auto; font-size: 14px; color: #ac8369; line-height: 1.6em;}
.setup_content h3 { color: #e0763c;}

/*introduce*/
.introduce_title { width: 887px; height: 42px; margin-left: 48px; background: url(../images/introduce_title.jpg) no-repeat left top;}
.introduce_title02 { background: url(../images/introduce_title02.jpg) no-repeat left top;}
.introduce_title h2 { width: 260px; height: 42px; float: left; text-indent: -1000px; overflow: hidden;}
.introduce_title p.position { width: 600px; height: 42px; line-height: 42px; padding-right: 20px; float: right; overflow: hidden; text-align: right; color: #ff7d00; font-size: 14px;}
.introduce_title p.position a { color: #ff7d00; font-size: 14px;}
.introduce_content { width: 887px; height: 421px; padding-top: 10px; margin-left: 48px;}
.introduce_l { width: 183px; height: 421px; padding-left: 2px; float: left; }
.introduce_r { width: 660px; height: 401px; padding: 10px; padding-left: 14px; float: right; background: url(../images/introduce_right.jpg) no-repeat left top; overflow: hidden;}
.introduce_l li { width: 183px; height: 34px; margin-top: 9px;}
.introduce_l li a { display: block; width: 183px; height: 34px; text-indent: -1000px; overflow: hidden; background-image: url(../images/introduce_btn.jpg); background-repeat: no-repeat;}
.introduce_l li.btn01 a { background-position: left 0px;}
.introduce_l li.btn02 a { background-position: left -34px;}
.introduce_l li.btn03 a { background-position: left -68px;}
.introduce_l li.btn04 a { background-position: left -102px;}
.introduce_l li.btn05 a { background-position: left -136px;}
.introduce_l li.btn06 a { background-position: left -170px;}
.introduce_l li.btn07 a { background-position: left -204px;}
.introduce_l li.btn08 a { background-position: left -238px;}
.introduce_l li.btn09 a { background-position: left -272px;}
.introduce_l li.btn10 a { background-position: left -306px;}
.introduce_l li.btn11 a { background-position: left -340px;}
.introduce_l li.btn01 a:hover { background-position: -183px 0px;}
.introduce_l li.btn02 a:hover { background-position: -183px -34px;}
.introduce_l li.btn03 a:hover { background-position: -183px -68px;}
.introduce_l li.btn04 a:hover { background-position: -183px -102px;}
.introduce_l li.btn05 a:hover { background-position: -183px -136px;}
.introduce_l li.btn06 a:hover { background-position: -183px -170px;}
.introduce_l li.btn07 a:hover { background-position: -183px -204px;}
.introduce_l li.btn08 a:hover { background-position: -183px -238px;}
.introduce_l li.btn09 a:hover { background-position: -183px -272px;}
.introduce_l li.btn10 a:hover { background-position: -183px -306px;}
.introduce_l li.btn11 a:hover { background-position: -183px -340px;}
.introduce_l li.btn01 a.current { background-position: -183px 0px;}
.introduce_l li.btn02 a.current { background-position: -183px -34px;}
.introduce_l li.btn03 a.current { background-position: -183px -68px;}
.introduce_l li.btn04 a.current { background-position: -183px -102px;}
.introduce_l li.btn05 a.current { background-position: -183px -136px;}
.introduce_l li.btn06 a.current { background-position: -183px -170px;}
.introduce_l li.btn07 a.current { background-position: -183px -204px;}
.introduce_l li.btn08 a.current { background-position: -183px -238px;}
.introduce_l li.btn09 a.current { background-position: -183px -272px;}
.introduce_l li.btn10 a.current { background-position: -183px -306px;}
.introduce_l li.btn11 a.current { background-position: -183px -340px;}
.introduce_main { width: 660px; height: 401px; overflow-x: hidden; overflow-y: auto; color: #ac8369; line-height: 2em;}
.introduce_main p { text-indent: 2em;}
.introduce_main p.imgbox { text-align: center; text-indent: 0; padding: 10px 0px;}

/*team*/
.team_msg { height: 38px; line-height: 38px; color: #d1c0a5; font-size: 14px; text-indent: 6px;}
.team_msg span { color: #784f35; font-weight: bolder;}
.team_list { width: 593px; height: 281px; padding-left: 6px;}
.team_list_l { width: 260px; height: 281px; float: left; overflow: hidden;}
.team_list_r { width: 316px; height: 281px; float: right; overflow: hidden;}
.list_box { width: 100%;}
.list_box2 { width: 260px; height: 232px; overflow-y: auto; overflow-x: hidden;}
.list_item { height: 32px; line-height: 32px; border-bottom: dashed 1px #4d3322; color: #ac8369; overflow: hidden;}
.list_item span { display: inline-block; float: left; font-size: 12px; }
.list_item span img.list_delete { width: 14px; height: 15px; cursor: pointer; margin-top: 10px;}
.list_item span.list_item01 { width: 75px; text-indent: 22px; text-align: center;}
.list_item span.list_item02 { width: 100px; text-align: center;}
.list_item span.list_item03 { width: 35px; text-align: center;}
.list_item span.list_item04 { width: 149px; _width: 139px; text-indent: 10px;}
.list_item span.list_item05 { width: 15px; padding-left: 10px;}
.list_item span.dy { text-align: center;}
.list_item span.fdz { text-align: center;}
.list_item input { float: left;}
.list_item input.check { margin-top: 9px; _margin-top: 6px; margin-right: 4px;}
.list_item input.team_btn_submit { width: 50px; height: 22px; border: none; background: url(../images/btn_submit.jpg) no-repeat left top; cursor: pointer; margin-top: 5px;}
.list_item select { float: left; width: 80px; margin-left: 5px; margin-top: 6px;}
.team_btn { width: 100%; height: 34px; text-align: center;}
.btn_submit01,.btn_submit02,.btn_submit03,.btn_submit04 { width: 136px; height: 34px; border: none; cursor: pointer; display: inline-block; float: left; margin-left: 11px;}
.btn_submit01 { background: url(../images/team_btn01.jpg) no-repeat left top;}
.btn_submit02 { background: url(../images/team_btn02.jpg) no-repeat left top;}
.btn_submit03 { background: url(../images/team_btn03.jpg) no-repeat left top;}
.btn_submit04 { background: url(../images/team_btn04.jpg) no-repeat left top;}
.team_zhuyi { width: 560px; line-height: 1.6em; margin-left: 19px; color: #995d37; padding-top: 10px; font-size: 12px;}
.team_zhuyi span { color: #ff9900; font-weight: bolder;}

.meailto {position: absolute; width:160px; height:25px;  display:block; left:85px; top:310px; z-index:10; background: url(../images/none.gif);}

