/*页面总宽度*/
html,body{
    background: none !important;
}
#wrap{
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
}
/*主体内容宽度*/
.w{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
/*头部区域*/
.header{
    position: sticky;
    width: 100%;
    top: 0;
    font-weight: bold;
}
.top{
    background: rgb(89, 32, 10);
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top .logo{
    cursor: pointer;
    margin-left: 36px;
}
.top .nav1{
    display: flex;
}
.top .nav1 li a{
    display: block;
    padding: 0 20px;
    height:  70px;
    line-height:  70px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: all .3s;
}
.top .nav1 li a.on, .top .nav1 li a:hover{
    background: #fff;
    color: #000;
}
/*banner*/
.banner img{
    display: block;
    width: 100%;
    vertical-align: bottom;
}
/*nav2*/
.nav2_bg{
    background: rgb(89, 32, 10);
    height: 70px;
    width: 100%;
}
.nav2{
    display: flex;
    justify-content: space-between;
}
.nav2 li a{
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #999;
    box-shadow: 0px 0px 0px 0px #000 ;
}
.nav2 li a.on, .nav2 li a:hover{
    background: #888;
}
/*main*/
.main{
   min-height: 300px;
}
/*title*/
.title{
  text-align: center;
}
.block {
   display: block;
}
/*版权*/
.copyright{
    margin:0px auto 0;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
    font-size:12px;
    background: rgb(89, 32, 10);
}
/*回到顶部*/
#goToTop { position: fixed; right: 20px; z-index: 9000; bottom: 30px; }
#goToTop a { background: none repeat scroll 0 0 #ddd; border: 1px solid #CCCCCC; border-radius: 3px; -webkit-border-radius: 50px; color: #FF9966; font-size: 14px; text-decoration: none; text-shadow: 0 1px 0 #999; -webkit-text-shadow: 0 1px 0 #999; }
#goToTop a{
    padding: 10px;
    display: inline-block;
    letter-spacing: 10px;
    text-align: center;
}
#goToTop a:hover{
    background: none repeat scroll 0 0 #999;
}


.title_wrap{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.index1{
    background: #fff url(../images/bg1.png) no-repeat left bottom ;
    background-size: 100%;
}

.index3{
    background: #fff url(../images/bg2.png) no-repeat left bottom ;
    background-size: 100%;
}

.index1_1{
    padding-top: 50px;
    padding-bottom: 50px;
}

.index1_2{
    padding-bottom: 50px;
}
.index1_2 img,
.index1_1 img{
    width: 100%;
}

.main p{
    line-height: 50px;
    font-size: 30px;
}

.index2{
    background: #F9F4EA;
}

.index_job_wrap{
    background: #fff;
    padding: 28px 50px;
    border-radius: 30px;
}

.index_job_title{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.index_job_title_icon{
    display: block;
    width: 8px;
    height: 30px;
    margin-right: 20px;
    background: rgb(89, 32, 10);
}

.btn_wrap{
    margin-top: 40px;
    text-align: center;
}
.btn_wrap a{
    display: inline-block;
    width: 248px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    background: rgb(89, 32, 10);
    border-radius: 30px;
    color: #fff;
}

.index_feijia_wrap{
    /* background: #fff; */
    padding: 28px 50px;
    border-radius: 30px;
    margin-top: 40px;
}

.index_feijia{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 50px;
    
}

.index_feijia_item{
    background: #fff;
    width: calc(33% - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    border-radius: 20px;

}

.index_feijia_item p{
    margin-top: 20px;
}

.url_wrap{
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 40px;
    justify-content: center;
    border-radius: 40px;
    border: 5px solid #000;
    padding: 10px 0;
    
}
.url_wrap a{
    color: #000;
    margin-left: 20px;
    display: inline-block;
}

.scy_icon{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgb(89, 32, 10);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 20px;
}

.flex_p{
    display: flex;
    align-items: top;
}

.code_wrap{
    padding-bottom: 200px;
}