/*
 * @Description: 
 * @fileName: 
 * @Author: caochen
 * @Date: 2020-07-15 10:39:25
 */
@font-face{
    font-family: 'my-songti';
    src: url('../fonts/SourceHanSerifSC-Bold.otf');
}
 p,div,ul,ol,li{
    margin-bottom:0;
    margin:0 0 0;
 }
.home_top{
    width:100%;
    padding:0 5%;
    box-sizing: border-box;
    background-color:#fff;
    border-bottom:1px solid #e5e5e5;
}
.home_top.fixed{
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index: 100;
}
.home_top_left{
    width:243px;
    display:inline-block;
    margin:15px 0;
}
.home_top_left a{
    display:block;
}
.home_top_nav{
    position: relative;
    width:84%;
    float:right;
    height:100%;
    
}
.home_nav_list{
    margin-left:10%;
}
.home_nav_list a{
    color:#333;
    font-size:18px;
    display:block;
}
.home_nav_list>li{
    display:inline-block;
    vertical-align:top;
    position: relative;
}
.home_nav_list>li >a{
    padding:38px 25px; 
    border-bottom: 1px solid #e5e5e5;
}

.home_nav_list>li:hover>a,.home_nav_list>li.on>a{
    color:#b59868;
    font-weight:bold;
}
.home_nav_list>li>a:after,.home_nav_list>li>a:after{
    content:'';
    width:0px;
    height:3px;
    display:inline-block;
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
    margin:auto;
    background-color:#b59868;
    transition: all 0.5s;
}


.home_nav_lists{
    position:absolute;
    top:102px;
    left:0;
    background-color:#fff;
    z-index:12;
    display:none;
    overflow: hidden;
}
.home_nav_lists li{
    /* position: relative; */
    white-space:nowrap;
}
.home_nav_lists>li a{
    display:block;
    padding:0px 15px;
    height:50px;
    line-height:50px;
    color:#333;
    font-size:18px;
    box-sizing: border-box;
    background-color:#f6f6f6;
}

.home_nav_lists>li>a:hover{
    color:#000;
    font-weight: bold;
    background: #e6e6e6;
}
.home_nav_lists>li>a span{
    display:inline-block;
    vertical-align: middle;
    width:165px;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow:hidden; 
    border-bottom: 1px solid #e5e5e5;
}
.home_nav_lists>li>a i{
    width:10px;
    height:18px;
    display:inline-block;
    vertical-align: middle;
    background:url(../images/home_icon10.png) center center no-repeat;
    background-size:100% 100%;
}
.home_nav_lists>li:hover>a i{
    background: url(../images/home_icon9.png) center center no-repeat;
    background-size:100% 100%;
}
.home_nav_liss{
    position: absolute;
    top:0;
    left:100%;
    display:none;
    background-color:#fff;
}
.home_nav_liss> li a{
    background-color:transparent;
}
.home_nav_liss> li:hover a{
    color:#b59868;
}



.home_top_right{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    height:20px;
}
.home_top_right a{
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
    color:#333;
    padding:0 25px;
}
.home_top_right a img{
    margin-right:8px;
}
.home_top_right a:hover{
    color:#b59868;
}
.home_top_link1{
    border-right:1px solid #e5e5e5;
}

.home_search{
    background-color:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#16000000,endColorstr=#16000000);
    width:100%;
    position:fixed;
    top:84px;
    left:0;
    height:100%;
    z-index:100;
    display:none;
 }
 .home_search_con{
    background-color:#fff;
    padding:20px 5% 50px;
    box-sizing: border-box;
 }
 .home_search_tit{
    font-size:30px;
    color:#333;
 }
 .home_search_tit span{
    letter-spacing:15px;
 }
 .home_search_tit i{
    float:right;
    font-style:normal;
    color:#b1b1b1;
    cursor: pointer;
    font-size:28px;
 }
 .home_search_input{
    width:54%;
    margin:30px auto 0;
    position: relative;
 }
 .home_mobileSearch_inputs{
     border-bottom:1px solid #e5e5e5;
     width:100%;
     padding:15px;
     color:#333;
 }
 .search_icon{
    position:absolute;
    top:0;
    bottom:0;
    right:10px;
    margin:auto;
    cursor: pointer;
 }
 .home_top_mobile{
     z-index:800;
 }
/* pc端 头部 end */
/* 底部 start */
.home_footer{
    background-color:#3f3f3f;
}
.home_footer_con{
    background:url(../images/home_footer.jpg) left top no-repeat;
    background-size:100% 100%;
    border-bottom:0;
    position:static;
}
.home_footer_con.fixed,.home_footer_bottom.fixed{
    position:static;
}
.home_footer_content{
    padding:50px 0;
    overflow: hidden;
}
.home_footer_bottom{
    background-color:#3f3f3f;
    border-bottom:0;
}
.home_footer_left{
    width:25%;
    float: left;
}
.home_footer_middle{
    width:75%;
    float: left;
    padding-left:4%;
    box-sizing: border-box;
    overflow: hidden;
}
.home_footer_left_logo{
    display:block;
}
.home_footer_left_logo a{
    display:inline-block;
    padding-bottom:35px;
    border-bottom:1px solid #7f7f7f;
}
.home_footer_p1{
    font-size:16px;
    color:#fff;
    margin-top:15px;
}
.home_footer_p1 a{
    color:#fff;
}
.home_footer_p1 a:hover{
    color:#fff;
}
.home_tel{
    font-family: myFont;
}
.home_footer_left1{
    margin-top:35px;
}
.home_footer_middle1{
    float: left;
    width:30%;
}
.home_footer_middle2{
    /*width:50%;*/
    width:25%;
}
.home_footer_middle3{
    width:20%;
}
.home_footer_p2{
    color:#fff;
    font-size:24px;
    margin-bottom:35px;
}
.home_footer_list li{
    display:inline-block;
    vertical-align:top;
    width:120px;
    margin-bottom:15px;
}
.home_footer_list li a{
    color:#bebebe;
    font-size:16px;
    display:block;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
}
.home_footer_list li:hover a{
    color:#fff;
}
.home_footer_lists li{
    /*width:235px;*/
    display: block;
}
.home_footer_middle3_link{
    display:inline-block;
    padding:15px 30px;
    font-size:16px;
    color:#fff;
    border:1px solid #fff;
    width:200px;
    margin-top:30px;
}
.home_footer_middle3_link:hover{
    color:#fff;
    opacity:0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.home_footer_middle3_link img{
    margin-right:5px;
}
.home_footer_bottom{
    font-size:16px;
    color:#fff;
    padding-top:15px;
    padding-bottom:15px;
    position: relative;
}
.home_footer_bottom_p1{
    position:absolute;
    right:5%;
    top:15px;
}
.home_footer_bottom_p1 a{
    color:#fff;
    display:inline-block;
    margin-left:45px;
    position: relative;
}
.home_footer_bottom_p1 a img{
    margin-right:8px;
}
.home_footer_bottom_p1 a:hover .home_ewm{
    display:block;
    /* opacity:0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); */
}
.home_ewm{
    position:absolute;
    width:100px;
    height:120px;
    top:-115px;
    left:0;
    display:none;
    padding-bottom:20px;
    z-index:15;
}
.home_ewm img{
    width:100px;
    height:100px;
}

/* 面包屑导航 start  longhaiyan */
.bd_whole_top {
    width: 100%;
    background: #f8f8f8;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.bd_whole_top_white{background-color:#fff;}
.breadcrumb_navigation {
   /* width: 1200px; */
   padding:20px 0px;
   margin:0px auto;
   display: flex;
   align-items: center;
   font-size: 16px;
   color: #999999;
}

.breadcrumb_navigation a ,.breadcrumb_navigation span{
   font-size: 16px;
   color: #999999;
}

.firsta {
   display: flex;
   /* justify-content: ; */
   align-items: center;
}

.next_ico {
   margin: 0px 5px;
}

.breadcrumb_navigation a:hover {
   color: #b59868;

}

.home_icon {
   width: 20px;
   height: 20px;
   margin-right: 10px;
}

/* 面包屑导航 end */

/* 分页 start */
.pages {
    text-align: center;
    margin: 40px 0;
 }
 
 /* 清除默认效果 */
 .pages a {
    text-decoration: none;
 }
 
 
 .pages a .change_page {
    width: 42px;
    height: 42px;
 }
 
 .pre_red, .next_red {
    display: none;
 }
 
 /* 静态样式 */
 .staticEffect a{
    background: #e6e6e6;
    color: #999;
    border: 1px solid transparent;
 }
 
 /* 鼠标经过 */
 .hoverEffect a:hover{
    background: #b59868;
    color: #fff;
    border: 1px solid transparent;
 }
 
 /* 基础样式 */
 .pages a {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
 }
 
 .pages a.prev, .pages a.next {
    font-size: 18px;
 }
 
 /* 选中样式 */
 .pages a.on  {
    background: #b59868;
    color: #fff;
 }
 
 /* 分页 end */

.return_home{
    position: fixed;
    top:70%;
    right:35px;
    background:#fff;
    box-shadow: 0px 4px 16px 0px rgba(115, 132, 147, 0.17);
    z-index:20;
}
.return_home a{
    display:block;
    text-align:center;
    padding:10px;
    color:#c0a77f;
    font-size: 16px;
}
.return_home span{
    width:30px;
    height:28px;
    position:relative;
    display: inline-block;
    margin-bottom:5px;
}
.return_home02{
    display:none;
}
.return_home span img{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
.return_home:hover{
    background:#c0a77f;
}
.return_home:hover .return_home02{
    display: inline-block;
}
.return_home:hover .return_home01{
    display: none;
}
.return_home:hover a{
    color:#fff;
}
@media(min-width:200px) and (max-width:991px){
    body{
        padding-top:65px;
    }
    .home_mobile_nav{
        display:none;
    }
    .home_mobile_con{
        padding:0 15px;
        position: fixed;
        width:100%;
        box-sizing: border-box;
        top:0;
        left:0;
        border-bottom:1px solid #e5e5e5;
        z-index:800;
        background-color:#fff;
    }
    
    .home_top_left{
        width:150px;
        margin:10px 0;
    }
    .home_top_right{
        right:55px;
    }
    .home_top_right a{
        font-size:14px;
        padding:0 5px;
    }
    .home_top_menu{
        width:25px;
        height:20px;
        background:url(../images/menu.png) center center no-repeat;
        background-size:100% 100%;
        position:absolute;
        right:15px;
        top:0;
        bottom:0;
        margin:auto;
        cursor: pointer;
    }
    .home_top_menu.on{
        background:url(../images/menuclose.png) center center no-repeat;
        background-size:69% 91%; 
    }
    .home_mobile_nav{
        background-color:rgba(0,0,0,0.6);
        position:fixed;
        top:65px;
        width:100%;
        height:94%;
        left:0;
        z-index:800;
    }
    .home_search_input{
        background-color:#fff;
        margin:0;
        width:100%;
    }
    .home_nav_list{
        background-color:#fff;
        margin-left:0;
        padding:15px;
    }
    .home_nav_list>li{
        display:block;
    }
    .home_nav_list>li >a{
        padding:10px;
        height:auto;
        line-height: normal;
        position: relative;
    }
    .home_nav_list>li ul{
        position: static;
    }
    .home_nav_list li{
        position: relative;
    }
    .home_nav_list>li span{
        display:inline-block;
        vertical-align:middle;
        width:90%;
        white-space:nowrap; 
        text-overflow:ellipsis; 
        -o-text-overflow:ellipsis; 
        overflow: hidden; 
    }
    .home_nav_list>li i{
        width:10px;
        height:18px;
        display:inline-block;
        background:url(../images/home_icon9.png) center center no-repeat;
        background-size:100% 100%;
        position:absolute;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
    }
    .home_nav_lists>li>a i{
        right:30px;
    }
    .home_nav_lists>li a{
        position: relative;
        padding:10px 30px;
        height:auto;
        line-height:normal;
    }
    .home_nav_list a{
        font-size:14px;
    }
    .home_nav_lists>li a{font-size: 14px;}
}
@media(min-width:200px) and (max-width:767px){
    .pages a.prev, .pages a.next {
        font-size: 14px;
    }
    .return_home{
        right:15px;
        top:80%;
    }
    .return_home span{
        width:22px;
        height:24px;
    }
    .return_home a{
        font-size:14px;
        padding:5px;
    }
    .home_nav_lists>li>a span{
        padding-bottom: 10px;
    }
    .home_nav_lists>li a{
        padding:10px 30px 0px;
    }
    .home_nav_list>li i,.home_nav_lists>li>a i{width:7px;height:10px;}
    .home_top_left{width:94px;}
    .home_top_right a img{width:14px;margin-right:4px;}
    .home_mobile_nav{top:47px;}
    .home_nav_list{
        padding:0 15px;
    }
    body{
        padding-top:48px;
    }
    .home_footer_left{
        float: none;
        width:100%;
    }
    .home_footer_middle1{
        width:100%;
        display:block;
    }
    .home_footer_content{
        padding:15px 0;
    }
    .home_footer_left_logo a img{
        width:170px;
    }
    .home_footer_left_logo a{
        padding-bottom:10px;
    }
    .home_footer_left1{
        margin-top:15px;
    }
    .home_footer_p1{
        font-size:14px;
        margin-top:8px;
    }
    .home_footer_middle{
        padding-left:0;
    }
    .home_footer_middle1{
        margin-top:10px;
    }
    .home_footer_p2{
        margin-bottom:10px;
        font-size:14px;
    }
    .home_footer_list{
        overflow: hidden;
    }
    .home_footer_list li{
        width:25%;
        float: left;
    }
    .home_footer_list li a{
        font-size:14px;
    }
    .home_footer_middle{
        width:100%;
    }
    .home_footer_lists li{
        width:50%;
    }
    .home_footer_middle3_link{
        width:44%;
        margin-right:10px;
        padding:8px;
        margin-top:0px;
        font-size:14px;
    }
    .home_footer_bottom{
        font-size:14px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .home_footer_bottom_p1{
        position:static;
        margin-top:10px;
    }
    .home_footer_bottom_p1 a{
        margin-left:0;
        margin-right:10px;
    }
    .home_footer_bottom_p1 a img{
        width:20px;
    }
    .home_footer_bottom_p1 .home_ewm img{
        width:100px;
        height:100px;
    }
    .pages{
        margin:20px 0;
    }
    .pages a{
        width:auto;
        font-size:14px;
        padding:0 8px;
    }
}
@media(min-width:992px){
    .home_nav_list>li:hover>a:after,.home_nav_list>li.on>a:after{
        width:20px;
    }
    .home_nav_lists>li:hover .home_nav_liss{
        display:block;
    }
    .home_nav_list>li:hover .home_nav_lists{
        display:block;
    }
}

@media(min-width:992px) and (max-width:1199px){
    .home_top{
        padding:0 2%;
    }
    .home_top_left{
        width:180px;
    }
    .home_top_nav{width:80%;}
    .home_nav_list{
        margin-left:0;
    }
    .home_nav_list a,.home_top_right a{
        font-size:14px; 
    }
    .home_nav_lists>li a{
        font-size:14px;
    }
    .home_nav_list>li >a{padding:32px 15px;}
    .home_top_right a{padding:0 10px;}
    
    
}
@media(min-width:768px) and (max-width:1199px){
    .home_footer_bottom{
        padding:10px 2%;
        font-size:14px;
    }
    .home_footer_bottom_p1{
        top:10px;
    }
    .home_footer_left{
        width:20%;
    }
    /*.home_footer_middle2{width:47%;}*/
    .home_footer_middle3{width:23%;}
    .home_footer_p1{font-size:14px;}
    .home_footer_p2{font-size:20px;margin-bottom:15px;}
    .home_footer_left_logo a{padding-bottom:20px;}
    .home_footer_left1{margin-top:25px;}
    .home_footer_list li a{font-size:14px;}
    .home_footer_list li{width:48%;margin-bottom:10px;}
    .home_footer_middle3_link{width:100%;padding:8px 10px;font-size:14px;margin-bottom:10px;}
    .home_nav_lists{
        top:84px;
    }
}
@media(min-width:1200px) and (max-width:1599px){
    .home_top{
        padding:0 2%;
    }
    .home_top_nav{
        width:78%;
    }
    .home_nav_list{
        margin-left:2%;
    }
    .home_nav_list a,.home_top_right a{
        font-size:14px;
        padding:0 15px;
    }
    .home_nav_list>li>a{
        font-size:14px;
        padding:38px 20px !important;
    }
    .home_nav_lists>li a{
        font-size:14px;
    }
    .home_top_left{
        margin:12px 0;
    }
    .home_nav_lists{
        top:96px;
    }
    .home_footer_bottom{
        padding:15px 2%;
    }
    .home_footer_middle2{
        /*width:47%;*/
    }
    .home_footer_lists li{
        width:48%;
    }
}
@media(min-width:1600px) and (max-width:1800px){
    .home_top_nav{
        width:82%;
    }
    .home_nav_list{
        margin-left:5%;
    }
}