.none-banner {
    height: 80px;
    background: #fff;
}
.none-banner:after {
    display: none;
}
@media screen and (max-width:1024px){
.none-banner {
    height: 0.7rem;
    padding-top: 0 !important;
}    
}

/*二级-word-banner图*/
.two-banner {
    position:relative;
    max-height: 960px;
    overflow:hidden;
}
.two-banner img {
    width: 100%;

}
.two-banner:after {
    opacity: 0.5;
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url(../img/dian-bg.png) repeat rgb(0,0,0,0.5);
    z-index:1;
    transition:all 0.3s;
}

.two-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    width: 82%;
    padding：0 15px;
}
.two-banner .word-fix h1 {
    font-size:48px;
    color: #fff;
    *font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 4px 1px rgb(0 0 0 / 10%);
    margin:0% 0 2% 0;
    *transition:all 2s;
}
.two-banner .word-fix p {
    color: #fff;
    font-size: 34px;
    line-height: 1.8;
    text-shadow: 6px 8px 1px rgb(0 0 0 / 5%);
    margin: 0 auto;
}

@media screen and (max-width:1024px){
.two-banner {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.two-banner img {
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;

}
.two-banner .word-fix {
}
.two-banner .word-fix h1 {
    font-size:24px;
    margin:0% 0 5% 0;
}
.two-banner .word-fix p {
    font-size: 18px;
    max-width: 700px;

}

}
/*二级-word-banner图 end*/

/*下拉提示*/
.go-more {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    height: 100px;
    animation: go-more 0.3s linear infinite;
}
.srolling {
    width: 24px;
    height: 34px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    margin-left: -12px;
    border-radius: 30px;
    border: 1px solid #fcede4;
    cursor: pointer;
}
.srolling span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.srolling i {
    height: 8px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -1px;
    background: #fff;
    animation: srolling 1000ms infinite ease-out;
    -webkit-animation: srolling 1000ms infinite ease-out;
}
@keyframes srolling{
    0%{height:8px;top:10%;opacity: 1;} 
    100%{height:3px;top:85%;opacity: 0;}
}
/*下拉提示 end*/

/*内页二级栏目*/
.section {
	margin:0 0 20px 0;
    padding:10px 0 0 0;
    overflow: hidden;
    position: relative;
}
.one-section {
    margin:0.1rem 0 0 0;
}
.section .title {}
.section .title address {
    color: #999999;
}
.section .title address::before {
    /*content: "";*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: url(../img/home-icon.svg) no-repeat center center/18px;*/
    /*margin: 0 5px 0 0;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}
.section .title address a {
    font-size: 0.14rem;
    color: #999;
    padding: 0 0.05rem;
}
.section .title address a:last-child {
    color: #000;
}
.section .second-nav {
    position: relative; 
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0.2rem;
}

.section .second-nav a {
    position: relative;
    z-index: 0;
    width: 1.4rem;
    padding: 0.12rem 0.25rem;
    border: 1px solid #c9c9c9;
    border-radius: 50px;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
}
.section .second-nav a:hover,.section .second-nav a.active {
    border: 1px solid #9f7851;
    background-image: -webkit-linear-gradient(bottom,#d5a275,#a47953);
    color:#fff;
}


@media screen and (max-width:1024px){
.section .title address::before {
    background-size: 16px;
}

.section .second-nav {
    gap: 2%;
}
.section .second-nav a {
    width: 32%;
    margin: 1% 0;
    padding: 0.08rem 0.2rem;
    font-size: 0.14rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .second-nav a:hover,.section .second-nav a.active {
    color:#fff;
    font-weight: bold;
    background:#9f7851 ;
}
.section .second-nav a.active:after{
    display:none;
}
}
/*内页二级栏目 end*/

/*内页三级栏目*/
.section .third-nav {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0.2rem;
}
.section .third-nav a {
    display: block;
    border: solid 1px #f6f6f6;
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    max-width: 120px;
    border-radius: 5px;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .third-nav a:hover {
    color:#9f7851;
    border: solid 1px #f1f1f1;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
    background-image: -webkit-linear-gradient(right,#9f7851,#9f7851);
}
@media screen and (max-width:1024px){
.section .third-nav a {
    width: 30.33%;
    margin: 5px 1.5%;
    padding: 4px 0;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
    background-image: -webkit-linear-gradient(right,#9f7851,#9f7851);
}
}
/*内页三级栏目 end*/




/*按钮*/
.go.center {
    text-align: center;
}
.go a,.seemore {
    position:relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #000;
    width: 160px;
    line-height: 44px;
    border-radius: 42px;
    border: 1px solid #666;
    background: transparent;
    z-index: 0;
}
.go a:hover,.seemore:hover,a.go-active{
    color: #fff;
    border: 1px solid #9f7851;
     background-image: -webkit-linear-gradient(bottom,#d5a275,#a47953);
}
.go a:hover:before,.seemore:hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../fonts/gobackground.svg);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .2;
}
@media screen and (max-width:1024px){
.go.center {
    text-align: center;
}
.go a,.seemore {
    font-size: 14px;
    width: 160px;
    height: 40px;
    line-height: 40px;
}
}
/*按钮 end*/

/*swiper*/
.swiper-switch.swiper-pagination {
    position: relative;
    z-index: 1;
}
.swiper-switch.swiper-pagination span {
    width: 20px;
    height: 3px;
    border-radius:0px;
    background: #f6f6f6;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.swiper-switch.swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
    height: 3px;
    background:#004386;
}
/*swiper*/

/*按钮动画*/
.btn-wave{*position:relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);*overflow:hidden;}
.btn-wave:after{content:'';display: block;width: 120%;height: 0;padding: 60% 0;background-image: -webkit-linear-gradient(top,#9f7851,#9f7851);border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:after,.btn-wave-active:after{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*按钮动画 end */


/*分页页码*/
.page {
    padding:0.4rem 0px;
    text-align:center;
    overflow:hidden;
}
.page  li {
    display:inline-block;
    width: 0.4rem;
    line-height: 0.4rem;
    margin:0 0.04rem;
    border-radius: 0px;
    font-size:0.14rem;
    text-align:center;
    color:#000;
    border:1px solid #fff;
    background:#fff;
}
.page  li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    color:#000;
}
.page li:hover {
    text-decoration:none;
}
.page li.active {
    background:#9f7851;
    border:1px solid #9f7851;
}
.page li.active a {
    color:#fff;
}
/*分页页码 end*/

.register_index {}
.register_index .btn-primary {
    margin:10% 0;
    background: #9f7851;
    border-color: #9f7851;
}