/* 清楚样式 */
/* css reset */
html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea { margin: 0; padding: 0;}
body {font: 14px/1.5 fzqkbysjw, Arial, Tahoma, Helvetica, sans-serif;color: #333;background-color: #fff;margin: auto;}
input, button, textarea, select { font: inherit; outline: 0; border: 0; background: none; color: inherit;}
input:focus, textarea:focus { color: inherit;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
ol, ul, li { list-style: none;}
input, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
textarea { overflow: auto; resize: none;}
table {/* border-collapse: collapse; */border: 0;}
img { border: 0; outline: 0; vertical-align: middle;}
a { text-decoration: none; color: inherit;}
a:focus { outline: 0;}
svg:not(:root){ overflow: hidden;}
input[type=date]{ background-color:transparent; border: 0; filter: alpha(opacity=0);}

::-ms-clear, ::-ms-reveal{ display: none;}
    /* 菜单栏 */
    .top{
        width:100%;
        height:80px;
        background-image: url("../img/bg2.gif");
    }
    .top .top_right{
        width: 500px;
        height:80px;
        float: left;
        margin-left: 40px;
        background-image: url("../img/logo.png");
    }    
    .top .top_right p{
        display: block;
        margin-top: 20px;
        font-family:Regular;
        font-size: 22px;
    }
    .memu:hover .memu_li{
        display: block;
    }
    .memu_li{
        display: none;
        position: absolute;
        /* background-color: rgba; */
        text-align: center;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
        padding:40px;
    }
    .memu{
        width:200px;
        height:20px;
        position: relative;
        display: inline-block;
        list-style: none;
        margin-right:2px;
    }
    .top .memu a{
        display: block;
        font-weight: 120px;
        font-size: 20px;
        font-weight:40px;
        text-align: center;
        margin-top: 20px;
        float: left;
        color:white;
        margin-left: 30px;
    } 
   .top .memu a:hover{
       background:url('../img/bg2.gif');
       text-shadow:2px 2px 2px black;
   }
   .top .memu:hover a{
    background:url('../img/bg2.gif');
    text-shadow:2px 2px 2px black;
}






    /* 轮播区 */
    #lunbo ul li{
        width:100%;
        list-style: none;
        width:1920px; 
        height:700px;
        text-align: center;
    }
    #lunbo ul li:not(:first-child){
        display: none;
    }


    /* 内容区 */
.bg6{
    width: 1920px;
    height: 1543px;
    background: url(../img/bg6.jpg) no-repeat;
    padding-top: 20px;
}

/* 项目 */
.xiangmu{
    width: 1220px;
    height: 362px;
    margin: 0 auto;
}
.xiangmu_left{
    width: 362px;
    height: 361px;
    float: left;
}
.xiangmu_right{
    height: 361px;
    width: 858px;
    background: url(../img/bg8.png) no-repeat;
    float: right;
    padding-top: 80px;
}
.xiangmu_right a{
    font-size: 40px;
    margin-left: 80px;
}

/* 传承人 */
.chuanchenren{
    width: 1220px;
    height: 351px;
    margin: 0 auto;
}
.chuanchenren_right{
    width: 351px;
    height: 351px;
    float: right;
}
.chuanchenren_left{
    height: 361px;
    width: 869px;
    background: url(../img/bg10.png) no-repeat;
    float: left;
    padding-top: 80px;
}
.chuanchenren_left a{
    font-size: 40px;
    margin-left: 142px;
}
/* 生产基地 */
.jidi{
    width: 1300px;
    height: 392px;
    margin: 0 auto;
}
.jidi_left{
    width: 392px;
    height: 392px;
    float: left;
}
.jidi_right{
    height: 361px;
    width: 864px;
    background: url(../img/bg12.png) no-repeat;
    float: left;
    padding-top: 100px;
}
.jidi_right a{
    font-size: 34px;
    margin-left: 80px;
}