/*元素初始化*/
body {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333;
    /*background: #f4f4f4;*/
}

* {
    outline: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:visited, a:link, a:hover, a:active {
    text-decoration: none;
}

li {
    list-style: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;
    border-radius: 0;

}

textarea {
    -webkit-appearance: none;
}

/*禁用了文本的拖拉，尤其在谷歌下Firefox 4+、Chrome 以及 Safari 不支持 resize*/
textarea {
    resize: none;
}
/*头部top*/
.nav{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgb(30,30,30);
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 100;
}
.nav_cen{
    width: 1044px;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    float: left;
    display: block;
    width: 244px;
    padding-top: 12px;
    height: 74px;
    color: white;
    cursor: pointer;
}
.navis{
   float: left;
    padding-top: 40px;
}
.nav_list{
    float: left;
    width: 128px;
    display: block;
}

.nav_list_xiao{
    float: left;
}
.navi{
    /*display: block;*/
    color: #bebebd;
    /*width: 128px;*/
    line-height: 50px;
}
.navi:hover{
    color: white;
}

.nav_wai_da{
    width: 100%;
    background: rgb(88,72,61);
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.nav_list_da{
    width: 800px;
    margin: 0 auto;
    display: none;
    overflow: hidden;
    padding-left: 244px;
}
.nav_list_xiao{
    float: left;
    display: block;
    width: 128px;
    line-height: 48px;
    color: #bebebd;
}
.nav_list_xiao:hover{
    color: white;
}
.cur{
    color: white;
}
/*底部foot*/
.footer{
    clear: both;
    width: 100%;
    background: #403f2d;
}
.f_containt{
    padding-top: 50px;
    padding-bottom: 70px;
    width: 1000px;
    margin: auto;
}
.f_nav_lists{
    overflow: hidden;
}

.f_nav_list{
    display: block;
    width: 100px;
    float: left;
}
.f_nav_title{
    color: #ecebeb;
    font-size: 15px;
    margin-bottom: 13px;
}
.f_nav_cons{
    display: block;
    color: #bebebd;
    font-size: 12px;
    line-height: 32px;
    width: 100%;
}
.f_nav_cons:hover{
    color: #ecebeb;
    text-decoration: underline;
}
.f_nav_wei{
    margin-left: 40px;
}
.f_nav_wei .f_nav_title{
    margin-bottom: 24px;
}
.f_quan{
    border-top:1px solid #4c4b40;
    height: 59px;
}
.f_ming{
    width: 1000px;
    margin: 0 auto;
    line-height: 59px;
    color: #959595;
    font-weight: normal;
    font-size: 16px;
}
.beijing{
    display: block;
    width: 100%;
}
/*首页index.html*/
.sou_ba{
    padding-top: 40px;

    background: url("../images/sou.png");

}
.pro{
    width: 1056px;
    margin: 0 auto;
}
.pro_title{
    font-weight: normal;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}
.pro_shi{
    overflow: hidden;
}
.pro_list{
    float: left;
    display: block;
    width: 320px;
    height: 320px;
    margin: 16px;
    background: #e8e8e8;
    position: relative;
 }
.pro_feng{
    display: block;
    width: 320px;
    height: 240px;
}
.pro_list_titles{
    display: block;
    padding-left: 150px;
}
.pro_list_title{
    line-height: 24px;
    font-weight: 600;
}
.pro_list_title:nth-child(3){
    color: #2c987b;
}
.pro_xiao{
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;
    border: 4px solid white;
}

.pro_list_hover{
    position: absolute;
    z-index: 6;
    /*display: none;*/
    width: 0px;
    height: 320px;
    opacity: 0.5;
    transition: width 1s, opacity 1s;
    -webkit-transition: width 1s,opacity 1s; /* Safari */
    top:0;
    left: 0;
    background: #d0bda0;
}
.pro_hover_title{
    color: #8b5e3b;
    line-height: 140px;
    height: 140px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}
.pro_hover_title img{
    vertical-align: middle;
    margin-right: 5px;
}
.pro_hover_xilie{
    font-weight: normal;
    font-size: 16px;
}
.pro_hover_cons{
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 0 40px;
    line-height: 20px;
    max-height:40px ;
    margin:0px 0 55px ;
    overflow: hidden;
}

.pro_link{
    text-align: center;
    height: 36px;
}
.pro_link_info{
    display: inline-block;
    border: 1px solid white;
    line-height: 34px;
    padding:0 38px;
    color: white;
    border-radius: 34px;
    font-size: 16px;
}
.pro_link_info:hover{
    border: 1px solid #d0bda0;
    background: white;
    color: #d0bda0;
}
.ceshi{
    /*display: none;*/
    overflow: hidden;
}
.pro_list:hover .ceshi{
    display: block;
    overflow: hidden;

}
.pro_list:hover .pro_list_hover,.pro_list_hover:hover{
    width:320px;
    /*display: block;*/
    opacity:1;
 }
/*其他导航*/
.qita_navi{
    width: 100%;
    background: white;
}
.qita_containt{
    width: 978px;
    height: 140px;
    padding: 60px 0;
    margin: 0 auto;
    overflow: hidden;
}
.qita_list{

    display: block;
    float: left;
    margin: 28px;
    width: 270px;
}

.qita_title{
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #444;
    line-height: 32px;
    margin-bottom: 12px;
}
.qita_biao{
   position: absolute;
    left: 4px;
}
.qita_cons{
    padding-left: 50px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 12px;
}

.qita_info{
    color: #999;
    font-size: 12px;
    font-style: italic;
}
.qita_info:visited,.qita_info:link,.qita_info:hover,.qita_info:active{
    text-decoration: underline;

}
.qita_link:hover p{
    color: #333;
    text-decoration: underline;
}

.qita_info:hover{
    color: #666;
}
.pinzhi{
    display: block;
    width: 100%;
}
/*products.html*/
.pro_center{
    margin-top: 90px;
}
.pro_intro{
    width: 1020px;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.pro_xl_pic{
    float: left;
    display: block;
    height: 180px;
    width: 440px;
}
.pro_tc{
    float: left;
    width: 580px;
}
.pro_intro_title{
    padding-left: 20px;
    color: #8b5e3b;
    line-height: 80px;
    font-size: 36px;
    font-weight: 500;
}
.pro_intro_title span{
   font-size: 16px;
    font-weight: normal;
    padding-left: 8px;
}
.pro_intro_cons{
    padding:0 20px;
    color: #888;
    line-height: 20px;
}
.pro_lists{
    overflow: hidden;
    width: 1040px;
    margin: 0 auto 80px;
}
.pro_intro_list{
    display: block;
    float: left;
    width: 240px;
    height: 240px;
    position: relative;
    margin: 10px;
}
.pro_intro_list img{
    display: block;
    width: 100%;
    height: 100%;
}
.pro_intro_list_title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 50px;
    background: rgba(70,50,30,0.8);
    color: white;
    font-weight: normal;
}

/*pinpai.html*/
.pinpai_center{
    background: #ece8e2;
    padding:30px 0 60px;
}
.pinpai_containt{
    width: 1044px;
    margin: 0 auto;
}
.pinpai_nian{
    display: block;
    width: 300px;
    margin: 0 auto;
}
.pinpai_title{
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    font-weight: normal;
}
.pinpai_cons{
    text-align: center;
    color: #999999;width: 600px;
    margin: 0 auto;
    line-height: 1.6em;

}
.pinpai_cons:nth-of-type(1){
    line-height: 2em;
}
.pinpai_lists{
    overflow: hidden;
}
.pinpai_list{
    cursor: pointer;
    float: left;width: 336px;
    background: #f7f7f7;
    margin: 6px;
}
.pinpai_list_tu{
    display: block;
    width: 336px;
    height: 252px;
}
.pinpai_list_pa{
    height: 160px;
    padding: 25px 15px;
}
.pinpai_list_title{
   font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}
.pinpai_list_cons{
    height: 88px;
    overflow: hidden;
    margin-bottom: 10px;

    text-overflow: ellipsis;
}
.pinpai_list_cons,.pinpai_list_cons p{
    color: #999999;
    line-height: 1.6em;

}
.pinpai_list_link{
    color: #946c4f;
}
.pinpai_list_link:hover{
    text-decoration: underline;
}

/*pinpaiinfo.html*/

.pinpai_info_containt{
    width: 984px;
    margin: 0 auto;
    background: white;
    padding: 20px 40px;
}
.pinpai_info_title{
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}
.pinpai_info_time{
    color: #999999;
    float: right;
    font-size: 14px;
}
.pinpai_intro{
    padding: 15px 0;
}
.pinpai_intro p{
    margin-bottom: 10px;
}
.pinpai_intro,.pinpai_intro p{
    color: #666;
    line-height: 1.6em;
    text-indent: 2em;
}

/*news.html*/
.news_center{
    width: 1024px;
    margin: 40px auto 30px;
}
.news_tjs{
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}
.news_tj{
    display: block;
    float: left;
    width: 300px;
    height: 150px;
    margin-right: 60px;
    position: relative;
}
.news_tj:nth-of-type(2){
    margin-top: -20px;
}
.news_tj:last-of-type{
    margin-right: 0;
}
.news_tj_pic{
    display: block;
    width: 300px;
    height: 150px;
}
.news_tj_title{
   position: absolute;
    bottom: 0px;width: 100%;
    text-align: center;
    line-height: 40px;
    background: rgba(50,50,50,0.8);
    color: white;
}

.news_lists{
    clear: both;
    margin-top: 50px;
    overflow: hidden;
}
.news_list{
    display: block;
    width: 1024px;
    overflow: hidden;
    height: 180px;
    margin-bottom: 20px;
    cursor: pointer;
}
.news_list_pic{
    display:block ;
    float: left;
    width: 360px;
    height: 180px;
}
.news_list_cons{
    float: left;
    width: 622px;
    padding:20px;
    border: 1px solid #e8e8e8;
    height: 138px;
    position: relative;
}
.news_list_cons h3{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.news_list_cons p{
    line-height:1.6em;
    height: 66px;
    margin-bottom: 10px;
    color: #666;
    color: #787878;
    overflow: hidden;
}
.news_list_link{
    display: block;
    color: #946c4f;;
}
.news_list_link:hover{
    text-decoration: underline;
}
.news_list_time{
    position: absolute;
    color: #999999;
    right: 20px;
    bottom: 30px;
}

/*zhao.html*/
.zhao_center{
    width: 1048px;
    margin: 50px auto;
}

.zhao_xuan{
    width: 1018px;
    line-height: 1.6em;
    margin: 0 auto;
    margin-bottom: 50px;
}
.zhao_lists{
    width: 100%;
    overflow: hidden;
}
.zhao_list{
    display: block;
    float: left;
    width: 492px;
    height: 426px;
    margin: 16px;
}

.zhao_list_pic{
    width: 492px;
    height: 278px;
    display: block;
}
.zhao_list_cons{

}
.zhao_list_cons h3{
    margin-top: 10px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 200;
}
.zhao_list_cons p{
    line-height: 1.6em;
    color: #666;
    color: #787878;

}
/*jianjie.html*/

.jian_gai_shu{
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    padding: 70px 0 60px 0 ;
}
.jian_gai_cons{
    padding-top: 50px;
    width: 512px;
    float: left;
}
.jian_gai_cons h3{
    color:#8b5e3b ;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
}
.jian_gai_cons p{
    width: 488px;
    color: #666;
    color: #787878;
    font-size: 13px;
    text-indent: 2em;
    line-height: 1.6em;
    /*margin-bottom: 15px;*/
}
.jian_gai_pic{
    display: block;
    width: 512px;
    height: 412px;
}
.jian_center{
    padding: 80px 0;
    clear: both;
    background: #ece8e2;
}
.jian_gai{
    padding-top: 0;
}
.jian_yuan_shi{
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}

.jian_yuan_shi h3{
    text-align: center;
    color: #3f3d2c;
    font-size: 30px;
    font-weight: normal;
}
.jian_yuan_shi p{
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #787878;
}
.jian_yuan_cons{
    padding-top: 70px;
    padding-left: 30px;
    width: 480px;
}
.jian_yuan_pic{
    width: 512px;
    float: left;
    height: 360px;

}
.jian_yuan_cons p{
    color: #787878;
    width: 480px;
}

/*hexin.html*/
.hexin_center{
    width: 1020px;
    margin:70px auto;
}
.hexin_list{
    clear: both;
    overflow: hidden;
}
.hexin_cons{
    float: left;
    width: 510px;
    padding: 53px 0;
}
.hexin_cons h3{
    line-height: 50px;
    font-size: 20px;
    color: #333;
    font-weight: normal;

}
.hexin_cons p{
    width: 388px;
    line-height: 2.0em;
    color: #999;
}
.hexin_cons span{
    font-size: 40px;
    color: #e5dcd6;
    margin-left: 3px;
}
.hexin_pic{
    display: block;
    width: 510px;
    height: 360px;
    float: left;
}
.hexin_list_ling .hexin_cons{
    padding-left: 70px;
    width: 440px;
}

/*jishi.html*/
.ji_center{
    clear: both;
    width: 961px;
    margin: 70px auto;
    overflow: hidden;
}
.ji_lists{
    width: 100%;
    overflow: hidden;
}
.ji_left{
    float: left;
    width: 480px;
    border-right: 1px solid #e1e1e1;
}
.ji_left_list{
    position: relative;
    margin-bottom: 140px;
}
.ji_left_nian{
    position: absolute;
    top:0;
    right: -70px;
    color: #8b5e3b;
    width: 140px;
    height: 55px;line-height: 55px;
    font-size: 30px;
    font-weight: 600;
    background: white;
    text-align: center;
}
.ji_left_nian:before{
    content: '';
    border-left: 15px solid #fafafa;
    border-bottom: 10px solid white;
    border-top: 10px solid white;
    position: absolute;
    top:20px;
    left: -1px;
}
.ji_left_nian:after{
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    position: absolute;
    top:22px;
    left: -8px;
    transform: rotate(-135deg);
    -ms-transform:rotate(-135deg); /* IE 9 */
    -webkit-transform:rotate(-135deg); /* Safari and Chrome */
}
.ji_left_cons{
    width: 368px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
}
.ji_left_cons h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.ji_left_cons p{
    width: 370px;
    color: #787878;
    line-height: 1.6em;
}
.ji_left_pic{
    display: block;
    width: 410px;
    height: 200px;
}

.ji_right{
    float: left;width: 480px;
    padding-top: 120px;
}

.ji_right .ji_left_list{
    padding-left: 70px;
}
.ji_right .ji_left_nian{
    right: 410px;
}
.ji_right .ji_left_nian:before{
    border-left: 0;
    border-right: 15px solid #fafafa;
    border-bottom: 10px solid white;
    border-top: 10px solid white;
    left: 126px;
}

.ji_right .ji_left_nian:after{
    transform: rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
    left: 132px;
}
.ji_right .ji_left_list:last-of-type{
    margin-bottom: 0;
}
/*contact.html*/
.link_center{
    width: 1020px;
    margin: 25px auto 100px;
}

.link_addr{
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    font-weight: normal;
    color: #b79a84;
}
.addr_tu{
    display: block;
    width: 100%;
    margin: 20px 0;
}
.link_xinxi{
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
}
.link_list{
    float: left;
    overflow: hidden;
    width: 33.3%;
}
.link_list img{
    float: left;
    display: block;
    margin-right: 20px;

}
.link_list p{
    padding-top: 10px;
    float: left;
    color: #787878;
}
.link_list li{
    color: #787878;
    line-height: 1.6em;

}
.link_hua{
    padding-top: 10px;
    float: left;
}

/*qunyiren.html*/
.ren_center{
    width: 1040px;
    overflow: hidden;
    margin: 60px auto;
}
.ren_list{
    float: left;
    display: block;
    width: 480px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.ren_list_pic{
    display: block;
    width: 480px;
    height: 300px;
}
.ren_list_title{
    line-height: 50px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-top: 0;
    font-size: 16px;
}
.rong_yu_center{
    width: 1024px;
}
.rong_list{
    display: block;
    overflow: hidden;
    width: 300px;
    float: left;
    margin: 0 auto;
    border: 1px solid #b79a84;
    margin-bottom: 30px;
    /*height: 300px;*/
    margin-right: 30px;

}
.rong_list:nth-of-type(3n){
    margin-left: 0px;
}
.rong_list_pic{
    padding:15px;
    width: 268px;
    height:212px ;
    display: block;
    /*float: left;*/
}
.rong_list_cons{
    float: left;
    width: 560px;
    padding: 30px 30px 0 0;
}
.rong_list_title{
    line-height: 40px;
    /*margin-bottom: 10px;*/
    color:#b79a84 ;
    text-align: center;


}
.rong_cons{
    text-align: center;
    /*height: 125px;*/
    overflow: hidden;
    line-height: 1.8em;
    text-indent: 2em;
    color: #999;
}
.he_qi_lists{
    overflow: hidden;
    /*border-right: 1px solid #b79a84;*/
    /*border-left: 1px solid #b79a84;*/
}
.he_qi_list{
    cursor: pointer;
  float: left;
    display: block;
    padding: 0 20px;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #b79a84;
    border-bottom: 1px solid #b79a84;
    border-right: 1px solid #b79a84;
    font-size: 16px;
    color: #b79a84;

}
.he_qi_list:first-of-type{
    border-left: 1px solid #b79a84;

}
.he_qi_cur{
    background:#b79a84 ;
    color: white;
}
.hezuo_title{
    clear:both ;
    text-align: center;
    margin-top: 30px;

}



/*产品中心浮动导航*/
.fudong_nav{
    width: 150px;
    position: fixed;
    bottom: 66px;
    right: 30px;
    border-top: 1px solid #eee;
}
.fudong_nav_title{
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    border-top:0;
    background: #fafafa;
    font-size: 18px;
}
.fudong_nav_title:hover{
    background: #8B5E3B;
    border-color: #8B5E3B;
    color: white;
}


.jishi_center{
    width: 984px;
    clear: both;
    margin: 0 auto;
    padding:0 20px;
    position: relative;
    overflow: hidden;

}
.jishi_left{
    width: 492px;
    float: left;
}
.jishi_right{
    float: right;
    width: 492px;

}
.jishi_center_xian{
    position: absolute;
    left: 507px;
    height: 100%;

    border-left: 10px solid #eee;
}

.jishi1{
    width: 482px;
    margin-left: 10px;
}
.jishi1_info{
    padding-left: 62px;
    padding-top: 40px;
    margin-bottom: 20px;
}
.jishi1_info_title{
    padding:15px 20px;
    background: #fafafa;
    border: 1px solid #eee;
    border-bottom: 0;
    height: 70px;
    cursor: pointer;
}
.jishi1_title{
    font-size: 30px;
    line-height: 45px;
    color: #8b5e3b;
    height: 45px;
    overflow: hidden;
}
.jishi1_jianshu{
    font-size: 18px;
    color: #999;
    height: 24px;
    overflow: hidden;
}
.jishi1_info_pic{
    display: block;
    width: 420px;
    height: 200px;
    cursor: pointer;

}
.jishi1_zhi{
    height: 180px;
    border-top: 10px solid #eee;
    border-left:  10px solid #eee;
    border-top-left-radius: 40px;
}
.jishi2{
    width: 482px;

}
.jishi2 .jishi1_info{
    padding-left: 0;
    padding-right: 62px;
}
.jishi2_zhi{
    height: 420px;
    border-top: 10px solid #eee;
    border-right:  10px solid #eee;
    border-top-right-radius: 40px;
}
.jishi3{
    width: 496px;
    padding-bottom: 100px;
    margin-left: -4px;

}
.jishi4{
    width: 496px;
    padding-bottom: 100px;

}
.jishi3 .jishi1_info{
    padding-left: 76px;

}
.jishi4 .jishi1_info{
    padding-left: 0;
    padding-right: 76px;
}
.jishi3_zhi{
    height: 20px;
    border-top: 10px solid #eee;
    border-left:  10px solid #eee;
    border-top-left-radius: 160px;
}

.jishi4_zhi{
    height: 20px;
    border-top: 10px solid #eee;
    border-right:  10px solid #eee;
    border-top-right-radius: 160px;
}














