@charset "utf-8";
/* CSS Document */
/*左侧头部*/
.AboutLeftHead {
    width: 702px;
    background: #f3f3f3;
    height: 28px;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    line-height: 28px;
}

.AboutLeftHead span {
    display: block;
    float: left;
    padding: 0 15px;
    height: 28px;
    background: #f36a02;
    color: #fff;
}

/*左侧内容*/
.AboutLeftCont {
    width: 632px;
    border: 1px solid #f1f1f1;
    border-top: none;
    overflow: hidden;
    padding: 30px 35px 50px;
    line-height: 22px;
    font-size: 16px;
}

/*右侧菜单*/
.AboutRightMenu {
    width: 277px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.AboutRightMenu * {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: none;
}

.AboutRightMenu li {
    margin: 3px 0;
    width: 255px;
    height: 26px;
    background: url(../images/aboutRightMenu1.jpg) repeat-x;
    color: #fff;
    border: 1px solid #d4d4d4;
    line-height: 26px;
    padding-left: 20px;
}

.AboutRightMenu .First {
    margin-top: 0;
}

.AboutRightMenu .AboutMenuLi {
    width: 257px;
    height: 28px;
    background: #f36a02;
    color: #fff;
    border: none;
}

.AboutRightMenu .AboutMenuLi a:link, .AboutRightMenu .AboutMenuLi a:visited, .AboutRightMenu .AboutMenuLi a:hover {
    color: #fff;
    text-decoration: none;
}

/*视频在线*/
.video {
    width: 275px;
    height: 214px;
    border: 1px solid #d4d4d4;
    background-color: #FFFFFF;
}

.videoHead {
    width: 265px;
    height: 28px;
    background: url(../images/title_bg1.jpg);
    padding: 0 10px 0 0;
    line-height: 28px;
}

.videoHead span {
    float: left;
    display: block;
    width: 67px;
    height: 28px;
    background: #fa6d03;
    color: #FFFFFF;
    text-align: center;
}

.videoCont {
    margin: 0 auto;
    width: 256px;
    height: 164px;
    padding: 10px 0;
    overflow: hidden;
}

/*加入商会*/
.JoinCont {
    width: 632px;
    border: 1px solid #d4d4d4;
    border-top: none;
    overflow: hidden;
    padding: 30px 35px 50px;
    position: relative;
}

.welComeSt3d {
    position: absolute;
    right: 100px;
    top: 80px;
}

.JoinEnd {
    width: 632px;
    padding: 8px 0;
    overflow: hidden;
}

.JoinEnd * {
    border: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.JoinXX {
    font: bold 14px/24px SimSun;
    padding-left: 30px;
    color: #f85901;
}

.JoinName {
    float: left;
    text-align: right;
    padding-right: 8px;
    width: 100px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.JoinTxt {
    float: left;
    line-height: 24px;
    overflow: hidden;
}

.JoinPoint {
    float: left;
    width: 300px;
    padding-left: 8px;
    overflow: hidden;
}

.JoinInput1 {
    width: 200px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #d4d4d4;
}

.JoinInput2 {
    width: 520px;
    height: 200px;
    line-height: 20px;
    border: 1px solid #d4d4d4;
    overflow-y: scroll;
    overflow: hidden;
}

.JoinInput3 {
    width: 60px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #d4d4d4;
    margin-right: 10px;
}

.JoinInput4 {
    width: 95px;
    height: 30px;
    background: url(../images/LoginBtn3.jpg) no-repeat;
    border: none;
    cursor: pointer;
}

.JoinBtn {
    text-align: center;
    padding-top: 8px;
}