/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, span, img {
    margin: 0;
    padding: 0
}

input, from, td, table, img, dl, dt, ul, dd, li, p {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style-type: none; /*display: block;*/
}

body {
    font-family: "΢���ź�";
    overflow-x: hidden;
    background: none;
    color: #000;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.cen1100 {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 683px;
    background: url(../images/banner.jpg) no-repeat center;
    margin: 0 auto;
    overflow: hidden;
}

.p1 {
    font-size: 38px;
    font-weight: bold;
    border-left: 9px solid #784833;
    padding-left: 20px;
    display: inline-block;
    float: left;
    margin: 66px 0 0 0;
}

.bx1 {
    width: 430px;
    float: right;
    margin: 66px 0 0 0;
}

.bx1 p {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

#youkuplayer {
    width: 430px;
    height: 290px;
}

.p2 {
    font-size: 20px;
    width: 620px;
    float: left;
    line-height: 36px;
    margin: 30px 0 0 0;
}

.bx2 {
    width: 100%;
    height: 220px;
    background: url(../images/img_01.jpg) no-repeat center;
    background-size: 100%;
    margin: 10px auto 0 auto;
}

.p3 {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    width: 860px;
    float: right;
    margin: 76px 20px 0 0;
}

.p3 b {
    font-size: 24px;
}

.a1 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    color: #fff;
    line-height: 64px;
    width: 364px;
    background: #d9340a;
    border-radius: 32px;
    display: block;
    margin: 26px auto 98px auto;
}


.bx3 {
    width: 100%;
    height: 1050px;
    background: url(../images/img_02.jpg) no-repeat center;
    margin: 0 auto;
}

.p4 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}

.p5 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}

#tabs li {
    width: 366px;
    height: 72px;
    line-height: 72px;
    background: #c9a89a;
    color: #191919;
    text-align: center;
    float: left;
    margin-left: 1px;
    font-size: 28px;
    box-sizing: border-box;
}

#tab_conbox li {
    width: 100%;
    height: 580px;
    background: #fff;
}

#tab_conbox li img {
    float: left;
}

.bx4 {
    width: 548px;
    float: left;
    margin-left: 40px;
}

.p6 {
    font-size: 40px;
    font-weight: bold;
    margin: 60px 0 0 0;
}

.p7 {
    font-size: 20px;
    line-height: 32px;
    margin: 20px 0 0 0;
}

.a2 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    color: #fff;
    line-height: 57px;
    width: 548px;
    background: #d9340a;
    border-radius: 57px;
    display: block;
    margin: 26px 0 0 0;
}

.bx5 {
    width: 100%;
    height: 798px;
    background: url(../images/img_06.jpg) no-repeat center;
    margin: 0 auto;
}

.bx6 {
    width: 100%;
    height: 1160px;
    background: url(../images/img_07.jpg) no-repeat center;
    margin: 0 auto;
}

.bx7 {
    width: 100%;
    height: 1070px;
    background: url(../images/img_08.jpg) no-repeat center;
    margin: 0 auto;
}

.input {
    width: 690px;
    line-height: 84px;
    height: 84px;
    box-sizing: border-box;
    border: 2px solid #9a9a9a;
    margin: 30px auto 0 auto;
    font-size: 24px;
    color: #191919;
    padding-left: 20px;
    border-radius: 20px;
    outline: none;
    display: block;
}

.bt {
    width: 364px;
    line-height: 64px;
    background: #d9340a;
    margin: 42px auto 0 auto;
    border: none;
    outline: none;
    font-size: 36px;
    color: #fff;
    text-align: center;
    border-radius: 64px;
    display: block;
}

#bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}

#loading {
    width: 37px;
    height: 37px;
    position: fixed;
    margin: -20px 0 0 -20px;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: none;
}

#loading img {
    width: 100%;
    vertical-align: top;
    float: left;
}

a.a1:hover,
a.a2:hover{
    color: #fff;
    background: rgb(120, 72, 51);
}