﻿#main {
    width: 100%;
    min-width: 1100px;
    max-width: 1920px;
    height: 2496px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/bgc.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.narTop{
    width: 100%;
    min-width: 1100px;
    max-width: 1920px;
    height: 58px;
    background: url('../img/header.png') no-repeat;
    background-position: center;
    position: absolute;
    display: flex;
    align-items: center;
}
.narTop_titile{
    width: 730px;
    margin: 0 auto;
    display: flex;
}
.anniu{
    width: 178px;
    cursor: pointer;
}
.fenge{
    width: 6px;
    height: 40px;
    background: url('../img/标题分割线.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.lxtximg{
    width: 100%;
    min-width: 1100px;
    max-width: 1920px;
    height: 976px;
    background: url('../img/topbgc.png') no-repeat;
    background-position: center;
}
.content-1{
    width: 1100px;
    height: 270px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}
.content-1-1{
    width: 460px;
    height: 270px;
    background: url('../img/1-1.png');
    cursor: pointer;
}
.content-1-2{
    width: 634px;
    height: 270px;
    background: url('../img/1-2.png');
    color: #ec9062;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 38.5px;
    padding-left: 80px;
}
.content-2{
    width: 1103px;
    height: 914px;
    margin: 40px auto 0;
    background: url('../img/2-1.png');
}
.content2-swiper1{
    width: 930px;
    height: 288px;
    margin: 0 auto;
    position: relative;
    top: 134px;
}
.fjbgc{
    width: 222px;
    height: 288px;
    background: url('../img/风景框.png');
    display: flex;
    align-items: center;
    justify-content: center;
}
.fjbgc>img{
    width: 218px;
    height: 284px;
    border-radius: 10px;
}
.swiper-container1{
    overflow: hidden;
}
.content2-swiper2{
    width: 840px;
    height: 370px;
    margin: 0 auto;
    position: relative;
    top: 215px;
    display: flex;
    justify-content: space-between;
}
.jn-swiper{
    width: 254px;
    height: 328px;
    background: url('../img/技能框.png');
    box-sizing: border-box;
    padding: 4px;
    overflow: hidden;
    border-radius: 15px;
}
.jn-type{
    width: 254px;
    height: 42px;
    background-size: 121px 30px;
}
.zhanshi{
    background: url('../img/zhanshi.png') no-repeat center;
}
.fashi{
    background: url('../img/fashi.png') no-repeat center;
}
.daoshi{
    background: url('../img/daoshi.png') no-repeat center;
}
.jn-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.jn-img>img{
    width: 246px;
    height: 320px;
    border-radius: 10px;
}
.content-3{
    width: 100%;
    min-width: 1100px;
    max-width: 1920px;
    height: 221px;
    margin: 40px auto 0;
    overflow: hidden;
    background: url("../img/底部.png") no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.beianinfo{
    width: 1000px;
    margin-left: 700px;
    color: rgb(126, 126, 126);
    font-size: 14px;
    line-height: 24px;
}
