@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
html, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, object, code, legend, button, input, textarea, label, th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body {
    font: 14px/1.5 Microsoft YaHei;
    color: #333;
    min-width: 1000px;
    overflow-x: auto;
	font-family:"Microsoft Yahei";
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {e
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul, ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
}

img {
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

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

a {
    color: #333;
    text-decoration: none;

}
html,body{height:100%;box-sizing: border-box;margin:0 auto}
.container {
    border-bottom: 1px solid #959595;
}
.header {
    width:1000px;
    height: 80px;

    margin:0 auto;
}

.logo {
    display: inline-block;
    width: 188px;
    height: 59px;
    background: url(../images/logo.png) no-repeat left center;
    margin-top: 10px;
    vertical-align: top;
}
.menus {
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: right;
    vertical-align: top;
    margin-top: 40px;
    font-family:"Microsoft Yahei";
	font-size:14px;
}
.menus>a {
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
}
.menus>a:hover {
    color: #00BFFF;
}
.sub {
    position: relative;
    z-index: 1000;
}
.sub>div{
    display: none;
}
.sub:hover>div {
    width: 118px;
    height: 197px;
    position: absolute;
    left: -25px;
    display: block;
	
}
.sub:hover>div>ul.submenus {
    margin-top: 0px;
    width: 118px;
    border: 1px solid #959595;
    box-sizing: border-box;
    padding: 0px;
    background-color: #ffffff;
	margin-left:10px;
}
.sub:hover>div>ul.submenus>li {
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #313131;
    border-bottom: 2px solid #ffffff;
    font-size: 14px;
    font-family:"Microsoft Yahei";

}
.sub:hover>div>ul.submenus>li:hover {
    border-bottom: 2px solid #0085BD;
    font-size: 16px;
}




.panel {
    position: relative;
}
.row-1 {
    position: relative;
    z-index: 100;
    height: 497px;
    width: 100%;
    /*background-color: #d80c1e;*/
    box-sizing: border-box;
}
.row-2 {
    position: relative;
    z-index: 100;
    height: 686px;
    width: 100%;
    padding: 1px;
    box-sizing: border-box;
}
.row-3 {
    position: relative;
    z-index: 100;
    height: 557px;
    width: 100%;
    /*background-color: #d80c1e;*/
    padding: 1px;
    box-sizing: border-box;
}
.mask {
    width: 100%;
    height: 1940px;
    position: absolute;
    top:0px;
    left: 0;
    z-index: 200;
    background: url(images/mask.png) no-repeat center -8px;
}
.about-block {
    width: 740px;
    top:0px;
    height: 380px;
    margin: 0 auto;
    margin-top: 65px;
    background: url(images/about.png) no-repeat top center;
    position: absolute;
    z-index: 300;
    left: 50%;
    margin-left: -370px;
}
.about-block>div{
    width: 140px;
    height: 175px;
    position: absolute;
    box-sizing: border-box;
    padding-top: 145px;
    text-align: center;
    font-size: 16px;
    color:white;
    bottom: 0px;
    cursor: pointer;
    z-index: 300;
}
.about-1 {
    background:  url(images/about-1.png) no-repeat top center;

}
.about-1:hover {
    background:  url(images/about-1-h.png) no-repeat top center;
}

.about-2 {
    background:  url(images/about-2.png) no-repeat top center;
    left: 307px;
}
.about-2:hover {
    background:  url(images/about-2-h.png) no-repeat top center;
}

.about-3 {
    background:  url(images/about-3.png) no-repeat top center;
    left: 610px;
}
.about-3:hover {
    background:  url(images/about-3-h.png) no-repeat top center;
}

.corp-block {
    width: 898px;
    top:490px;
    height: 540px;
    margin: 0 auto;
    margin-top: 65px;
    background: url(images/corp.png) no-repeat top center;
    position: absolute;
    z-index: 300;
    left: 50%;
    margin-left: -449px;
}

.corp-txt-1 {
    font-size: 26px;
    text-align: center;
    position: absolute;
    top:200px;
    width: 100%;
}
.corp-txt-2 {
     font-size: 14px;
     text-align: center;
     position: absolute;
     top:250px;
     width: 100%;
 }
.corp-txt-3 {
    font-size: 14px;
    text-align: right;
    position: absolute;
    bottom:0px;
    right: 0px;
    width: 100%;
}
.corp-txt-2 i {
    color:#dd636a
}
.corp-txt-2 span {
    margin-left: 30px;
}
.corp-block>div:nth-child(n+4) {
    width: 217px;
    height: 155px;
    position: absolute;
    box-sizing: border-box;
    padding-top: 123px;
    text-align: center;
    font-size: 16px;
    bottom: 0px;
    cursor: pointer;
    z-index: 300;
    position: absolute;
    bottom: 40px;
}
.corp-1 {
    left: 0px;
    color:#313131;
    background:  url(images/corp-1.png) no-repeat center 20px;
    background-color: #ffffff;
}
.corp-1:hover {
    background:  url(images/corp-1-h.png) no-repeat center 20px;
    background-color: #d80c1e;
    color:#ffffff;
    box-shadow: 5px 5px 10px rgba(67, 72, 84, 0.5);
}
.corp-2 {
    left: 227px;
    color:#313131;
    background:  url(images/corp-2.png) no-repeat center 20px;
    background-color: #ffffff;
}
.corp-2:hover {
    background:  url(images/corp-2-h.png) no-repeat center 20px;
    background-color: #d80c1e;
    color:#ffffff;
    box-shadow: 5px 5px 10px rgba(67, 72, 84, 0.5);
}

.corp-3 {
    left: 454px;
    color:#313131;
    background:  url(images/corp-3.png) no-repeat center 20px;
    background-color: #ffffff;

}
.corp-3:hover {
    background:  url(images/corp-3-h.png) no-repeat center 20px;
    background-color: #d80c1e;
    color:#ffffff;
    box-shadow: 5px 5px 10px rgba(67, 72, 84, 0.5);
}

.corp-4 {
    left: 681px;
    color:#313131;
    background:  url(images/corp-4.png) no-repeat center 20px;
    background-color: #ffffff;
}
.corp-4:hover {
    background:  url(images/corp-4-h.png) no-repeat center 20px;
    background-color: #d80c1e;
    color:#ffffff;
    box-shadow: 5px 5px 10px rgba(67, 72, 84, 0.5);
}



.product-block {
    width: 640px;
    top:1250px;
    height: 430px;
    margin: 0 auto;
    background: url(images/product.png) no-repeat top center;
    position: absolute;
    z-index: 300;
    left: 50%;
    margin-left: -320px;
}
.product-block>div{
    width: 135px;
    height: 180px;
    position: absolute;
    box-sizing: border-box;
    padding-top: 150px;
    text-align: center;
    font-size: 12px;
    color:white;
    bottom: 0px;
    z-index: 300;
}
.product-1 {
    background:  url(images/product-1.png) no-repeat top center;
}

.product-2 {
    background:  url(images/product-2.png) no-repeat top center;
    left: 255px;
}

.product-3 {
    background:  url(images/product-3.png) no-repeat top center;
    left: 505px;
}

.lj-block {
    height: 350px;
    width: 100%;
}
.lj-join {
    height: 330px;
    width: 600px;
    text-align: center;
    background:  url(images/join.png) no-repeat top center;
    margin: 0 auto;
    margin-top: 70px;
    padding-top: 220px;
    box-sizing: border-box;
}

.lj-text {
   height: 50px;
   text-align: left;
}
.lj-text i {
    color:#dd636a
}
.lj-text span {
    margin-left: 20px;
    display: inline-block;
}
.lj-text span:nth-child(4n+1) {
    margin-left: 0;
}

.lj-len-1 {
    width: 230px;
    text-align: left;
    display: inline-block;
}
.lj-len-2 {
    width: 180px;
    text-align: left;
    display: inline-block;
}
.lj {
    display: block;
    width: 135px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border:2px solid #d80c1e;
    color: #d80c1e;
    margin: 0 auto;
    margin-top: 20px;
}
.lj:hover {
    box-shadow: 5px 5px 10px rgba(67, 72, 84, 0.5);
    background-color: #e11425;
    color:#ffffff;
}
.pro-img {
    margin-top: 40px;
    text-align: center;
}
.pro-img>img {
    display: inline-block;
    margin-left: 10px;
}
.pro-img>img:first-child{
    margin-left: 0;
}
.footer {
    height: 112px;
    background-color: #0085BD;
    margin-top: 108px;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    position: relative;

}
.footer>p{
    font-size: 14px;
    color:#ffffff;
}
.up {
    position: absolute;
    width: 80px;
    height: 60px;
    display: inline-block;
    left: 50%;
    margin-left: -40px;
    top:-30px;
    background:  url(../images/up.png) no-repeat top center;
    cursor: pointer;
}
.up:hover {
    background:  url(../images/up-hover.png) no-repeat top center;
}

.ao-block {
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 240px;
    overflow: hidden;
}
.ao-left {
    width: 140px;
    min-height: inherit;
    float: left;
    text-align: left;
}
.ao-right {
    width: 859px;
    float: right;
    min-height: 640px;
    border-left: 1px solid #959595;
    min-height: inherit;
    box-sizing: border-box;
    padding: 0px 45px;
    padding-right: 0px;
    overflow: hidden;
}
.ao-menus {

}
.ao-menus>li {
    height: 30px;
    line-height: 30px;
    margin-top: 16px;
	font-family:"Microsoft Yahei";
	font-size:14px;
	color:#000;
}
.ao-menus>li>a {
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
    font-size: 14px;
	color:#333;
	margin-left:25px;
}
.ao-menus>li>a:hover {
    border-bottom: 2px solid #0085bd;
    font-size: 16px;
}
.ao-big-title{
    font-size: 15px;
    border-bottom: 1px solid #959595;
	font-family:"Microsoft Yahei";
	line-height:40px;
	width:100%;
	height:40px;
	overflow:hidden;
	color:#000;
}
.ao-big-title span{ width:50%;float:left;}
.ao-title {
    font-size: 24px;
    color:#d70c1f;
    margin-top: 40px;
}
.ao-top {
    margin-top: 50px;
}
.ao-en-title {
	width:50%;
    font-size: 16px;
    color:#959595;
	float:right;
	text-align:right;
}
.ao-mini-title {
    font-size: 18px;
    border-left: 1px solid #d70c1f;
    padding-left: 8px;
    margin-top: 25px;
}
.ao-content {
    text-indent: 2em;
    font-size: 14px;
    color:#626262;
    padding: 20px 0px;
}

.carousel-block {
    width: 100%;
    overflow: hidden;
    max-height: 580px;
    position: relative;
}
.lv-change {
    position: absolute;
    bottom:20px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}
.lv-change .item {
    display: inline-block;
    background-color: #8e8e8e;
    width: 27px;
    height: 4px;
    margin-left: 10px;
    cursor: pointer;
    /*border-radius: 6px;*/
}
.lv-change .active {
    background-color: #d80c1e;
}

.img-align-left { 
display: inline; 
float: left; 
margin-right: 2rem;
margin-top: 2rem;
margin-bottom: 2rem;
} 

.ao-mini-name {
    font-size: 18px;
    //border-left: 1px solid #d70c1f;
    padding-left: 8px;
    margin-top: 25px;
}

.lottery-you-title {
	font-size: 24px; 
	color: red;
}

.lottery-you-content {
	font-size: 21px;
}

.lottery-you-tip {
	font-size: 10px; 
	float: right;
}

.lottery-you-how {
	font-size: 24px; 
	color: red;
}

.case-img {
	margin-top: 2rem; 
	margin-bottom: 4rem;
}

/*@media screen {*/
    /*.carousel-block {*/
        /*width: 100%;*/
        /*height: 450px;*/
        /*overflow: hidden;*/
        /*position: relative;*/
    /*}*/
    /*.carousel-block .advertise {*/
        /*max-width: 1000px;*/
        /*height: 302px;*/
        /*margin: 0 auto;*/
        /*background: url(images/adver-2.png) no-repeat left bottom;*/
        /*background-size: contain;*/
        /*position: relative;*/
    /*}*/
/*}*/
/*@media screen and (min-width: 1330px) {*/
    /*.carousel-block {*/
        /*width: 100%;*/
        /*height: 580px;*/
        /*overflow: hidden;*/
        /*position: relative;*/
    /*}*/
    /*.carousel-block .advertise {*/
        /*max-width: 1330px;*/
        /*height: 578px;*/
        /*margin: 0 auto;*/
        /*background: url(images/adver-2.png) no-repeat left bottom;*/
        /*background-size: contain;*/
        /*position: relative;*/
    /*}*/
/*}*/
/*@media screen {*/
    /*.advertise {*/
        /*max-width: 1000px;*/
        /*height: 435px;*/
        /*margin: 0 auto;*/
        /*background: url(images/adver.png) no-repeat left bottom;*/
        /*background-size: contain;*/
        /*position: relative;*/
    /*}*/
    /*.advertise-block {*/
        /*width: 400px;*/
        /*height: 180px;*/
        /*position: absolute;*/
        /*right: 45px;*/
        /*top:120px;*/
    /*}*/
    /*.txt1 {*/
        /*font-size: 27px;*/
    /*}*/
    /*.txt2 {*/
        /*font-size: 36px;*/
    /*}*/
    /*.txt-block {*/
        /*display: inline-block;*/
        /*height: 38px;*/
        /*border-left: 1px solid #d80c1e;*/
        /*padding-left: 8px;*/
        /*vertical-align: top;*/
    /*}*/
    /*.txt-block>p:first-child {*/
        /*font-size: 14px;*/
    /*}*/
    /*.txt-block>p:last-child {*/
        /*font-size: 12px;*/
    /*}*/
    /*.txt-block:last-child{*/
        /*margin-left: 18px;*/
    /*}*/
/*}*/
/* 下列为CSS3部分 */
/*@media screen and (min-width: 1330px) {*/
    /*.advertise {*/
        /*max-width: 1330px;*/
        /*height: 578px;*/
        /*margin: 0 auto;*/
        /*background: url(images/adver.png) no-repeat left bottom;*/
        /*background-size: contain;*/
        /*position: relative;*/
    /*}*/
    /*.advertise-block {*/
        /*width: 480px;*/
        /*height: 200px;*/
        /*position: absolute;*/
        /*right: 120px;*/
        /*top:160px;*/
    /*}*/
    /*.txt1 {*/
        /*font-size: 36px;*/
    /*}*/
    /*.txt2 {*/
        /*font-size: 48px;*/
    /*}*/
    /*.txt-block {*/
        /*display: inline-block;*/
        /*height: 50px;*/
        /*border-left: 1px solid #d80c1e;*/
        /*padding-left: 8px;*/
        /*vertical-align: top;*/
    /*}*/
    /*.txt-block>p:first-child {*/
        /*font-size: 20px;*/
    /*}*/
    /*.txt-block>p:last-child {*/
        /*font-size: 14px;*/
    /*}*/
    /*.txt-block:last-child{*/
        /*margin-left: 35px;*/
    /*}*/
/*}*/

/*新添加样式*/
.about_img{
	width:850px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
.about_text{
	width:800px;
	margin:0 auto;
	font-size:14px;
	font-family:"Microsoft Yahei";
	line-height:28px;
	min-height:50px;
}
.about_text p{
	padding:10px 0;
}
.about_title{
	width:800px;
	margin:0  auto;
	font-size:18px;
	font-family:"Microsoft Yahei";
	color:#F00;
	line-height:40px;
}
.about_ures{
	width:800px;
	padding:10px ;
	overflow:auto;
	zoom:1;
}
.about_ures dt{
	width:100px;
	float:left;
}
.about_ures dt img{
	border:1px solid #ccc;
}
.about_ures dd{
	width:680px;
	float:left;
	padding-left:20px;
	font-size:14px;
	font-family:"Microsoft Yahei";
}
.about_ures dd h3{
	font-weight:100;
	line-height:30px;
}
.about_ures dd p{
	line-height:24px;
}

/*合作提交*/
.cont_input {
	width: 600px;
	list-style-type: none;
	padding: 5px 0;
	margin: 0 auto;
}
.cont_input li {
	width: 200px;
	padding: 10px 0;
	float: left;
	line-height: 30px;
	font-size: 14px;
	text-align: right;
	color: #4d4d4d;
	height:30px;
	overflow:hidden;
	font-family:"Microsoft Yahei";
}
.cont_input li.textarea, .cont_input li.input {
	width: 312px;
	float: left;
	text-align: left;
	color: #333;
	height:30px;
	overflow:hidden;
	font-family:"Microsoft Yahei";
}
.cont_input li.textarea, .cont_input li.input2 {
    width: 312px;
    float: left;
    text-align: left;
    color: #333;
    height:30px;
    overflow:hidden;
    font-family:"Microsoft Yahei";
    position: relative;
}
.cont_input li.input input {
	width: 300px;
	padding: 0 5px;
	line-height: 28px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	font-family:"Microsoft Yahei";
	height:30px;
}
.cont_input li.textarea{
	height:150px;
}
.cont_input li.textarea textarea {
	width: 300px;
	padding: 0 5px;
	border: 1px solid #ccc;
	height: 150px;
	resize: none;
	overflow: hidden;
	font-family:"Microsoft Yahei";
	line-height: 24px;
	font-size: 14px;
	color: #666;
	background: #f5f5f5;
}
.cont_input li.input select {
	width: 310px;
	padding: 0 5px;
	border: solid 1px #ccc;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../imgaes/select_back.jpg) no-repeat 280px center;
	font-family:"Microsoft Yahei";
	color: #666;
	font-size: 14px;
	line-height: 29px;
	height: 28px;
}
.cont_input li.input2 select {
    width: 99px;
    padding: 0 5px;
    border: solid 1px #ccc;
    font-family:"Microsoft Yahei";
    color: #666;
    font-size: 14px;
    line-height: 29px;
    height: 28px;
    margin-right: 3px;
}
.Staff_button {
	width: 404px;
	height: 32px;
	overflow: hidden;
	padding-left: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-family:"Microsoft Yahei";
}
.subnav_button {
	width: 94px;
	float: left;
	height: 30px;
	color: #fff;
	text-decoration: none;
	background: #f3a11c;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	letter-spacing: 2px;
	border: 1px solid #e67c00;
	margin: 0 5px;
	cursor:pointer;
	font-family:"Microsoft Yahei";
}
.subnav_button:hover{
	color:#FFF;
}
.subnav_button2 {
	width: 94px;
	float: left;
	height: 30px;
	color: #999999;
	text-decoration: none;
	background: #f5f5f5;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	letter-spacing: 2px;
	border: 1px solid #dad8d8;
	margin: 0 5px;
	cursor:pointer;
	font-family:"Microsoft Yahei";
}
.subnav_button2:hover{
	color:#F60;
}
.organ_logo{
	width:840px;
	overflow:auto;
	zoom:1;
	padding:20px 0;
	margin:0 auto;
}
.organ_logo ul{
	list-style-type:none;
}
.organ_logo ul li{
	width:190px;
	float:left;
	font-size:0;
	padding:0 8px 20px 8px;
}
.organ_logo ul li img{
	width:190px;
	height:100px;
	overflow:hidden;
}
.market_dl{
	width:830px;
	margin:0 auto;
	padding:15px 0;
	min-height:550px;
}
.market_dl dl{
	width:830px;
	padding:20px 0;
	border-bottom:1px solid #ccc;
	overflow:auto;
	zoom:1;
}
.market_dl dl.dl{
	border-bottom:none;
}
.market_dl dt{
	width:160px;
	float:left;
	/*border:1px solid #ccc;*/
	padding:5px;
}
.market_dl dd{
	width:610px;
	float:left;
	font-size:14px;
	color:#333;
	line-height:28px;
	font-family:"Microsoft Yahei";
	padding-left:20px;
}
.market_dl dd span{
	color:#F00;
}
.about_box{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
}
.indexbox_title{
	width:960px;
	margin:0 auto;
	line-height:40px;
	font-family:"Microsoft Yahei";
	color:#000;
	font-size:24px;
	border-bottom:1px solid #ccc;
	padding:10px 20px;
	text-align:center;
}
.indexbox_title b{
	font-weight:100;
	color:#999;
	margin-left:10px;
}
.about_box_titex{
	width:975px;
	padding:0 10px;
	font-family:"Microsoft Yahei";
	color:#000;
	font-size:18px;
	line-height:24px;
	border-left:5px solid #F00;
	margin:15px auto;
}
.aboutbox_text{
	width:960px;
	padding:10px 20px;
	font-size:14px;
	color:#333;
	font-family:"Microsoft Yahei";
	line-height:28px;
}
.aboutbox_more{
	width:960px;
	margin:0 auto;
	padding:0px 20px;
	text-align:right;
	line-height:30px;
	font-size:14px;
	font-family:"Microsoft Yahei";
}
.aboutbox_more a{
	color:#F00;
	text-decoration:none;
}
.aboutbox_more a:hover{
	text-decoration:underline;
	color:#F63;
}
.photo_box{
	width:980px;
	margin:0 auto;
	padding:10px;
}
.photo_box dl{
	width:210px;
	float:left;
	padding:0 17px;
}
.photo_box dl dt{
	width:160px;
	float:left;
	padding:5px;
	padding:0 20px;
}
.photo_box dl dt img{
	width:100%;
}
.photo_box dd{
	width:100px;
	margin:10px 55px 0 55px;
	float:left;
	text-align:center;
	background:#f3f3f3;
	line-height:30px;
	font-family:"Microsoft Yahei";
	font-size:14px;
	color:#333;
}
.photo_box dd a{
	color:#000000;
	text-decoration:none;
}
.photo_box dd a:hover{
	color:#BF0005;
}
.clear{
	width:100%;
	height:0px;
	overflow:hidden;
	clear:both;
}
.join_dl{
	width:980px;
	margin:0 auto;
	padding:0 10px 10px 10px;
	overflow:auto;
	zoom:1;
}
.join_dl dt{
	width:360px;
	float:left;
	padding:5px;
}
.join_dl dt img{
	width:360px;
}

.join_dl dd{
	width:550px;
	float:left;
	padding-left:30px;
	font-size:14px;
	color:#333;
	line-height:28px;
	font-family:"Microsoft Yahei";
}
.join_dl dd p{
	padding:0 0 10px 0;
}
.join_dl dd .join_button{
	width:160px;
	margin:0 auto;
	text-align:center;
	background:#BF0005;
	line-height:36px;
	font-size:16px;
	color:#FFF;
	font-family:"Microsoft Yahei";
}
.join_dl dd .join_button a{
	color:#FFF;
	float:left;
	width:160px;
	height:36px;
	text-decoration:none;
	background:#BF0005;
}
.join_dl dd .join_button a:hover{
	color:#FF0;
}
.map_img{
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
}
.map_text{
	width:800px;
	margin:0 auto;
	overflow:auto;
	zoom:1;
}
.map_left{
	width:400px;
	float:left;
}
.map_left dl{
	width:170px;
	float:left;
	padding-left:30px;
	padding-top:15px;
}
.map_left dt{
	width:150px;
	color:#ff3a00;
	font-size:14px;
	font-family:"Microsoft Yahei";
	line-height:30px;
}
.map_left dd{
	color:#333;
	font-size:14px;
	font-family:"Microsoft Yahei";
	line-height:30px;
}
.map_right{
	width:400px;
	float:left;
}
.map_right dl{
	width:200px;
	float:left;
	padding-top:15px;
}
.map_right dt{
	width:108px;
	float:left;
	border:1px solid #ccc;
	margin:0 45px;
}
.map_right dt img{
	width:108px;
}
.map_right dd{
	width:190px;
	color:#ff3a00;
	font-size:12px;
	font-family:"Microsoft Yahei";
	line-height:30px;
	text-align:center;
	padding-left:10px;
}

.box{ width:1000px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:1000px; height:120px; overflow:hidden; position:relative;}
.piclist{ height:120px;position:absolute; left:0px; top:0px}
.piclist dl{ width:170px;background:#eee; margin-right:20px; padding:5px; float:left;}
.piclist dl dt{ width:170px; float:left;}
.piclist dl dt img{ width:168px; border:1px solid #ccc;}
.piclist dl dd{ width:170px; float:left; text-align:center; line-height:24px; font-size:14px;font-family:"Microsoft Yahei";}
.piclist dl dd a:hover{ color:#F00;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:33px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:4px;}
