.none-banner {
    height: 80px;
    background: #e4002b;
}
body .none-banner:after {
    opacity: 0;
}


/*二级-word-banner图*/
.two-banner {
    position:relative;
    overflow:hidden;
}
.two-banner img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}

.two-banner:after {
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat rgb(0,0,0,0);
    z-index: 1;
    transition: all 0.3s;
}
.two-banner .word-fix {
    position: absolute;
    left: 8%;
    bottom: 40%;
    z-index: 8;
    color: #fff;
    width: 92%;
}
.two-banner .word-fix p {
    *max-width: 13rem;
    font-size: 2rem;
    color: #fff;
    font-family: "Futura-Light";
    line-height: 1;
    overflow: hidden;
}
.two-banner .word-fix h1 {
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    margin: 0.2rem 0 0 0;
    overflow: hidden;
}
.two-banner .word-fix>a {
    display: flex;
    font-size: 0.24rem;
    color: #fff;
    margin: 0.5rem 0 0 0;
    overflow: hidden;
}


@media screen and (max-width:1024px){
.two-banner {
}
.two-banner .word-fix {
}
.two-banner .word-fix p {
    font-size: 0.78rem;
    max-width: 700px;

}
.two-banner .word-fix h1 {
    font-size:0.38rem;
    margin: 20px 0 0 0;
}
}
/*二级-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*/

/*内页二级栏目*/
.two-menu-wrap {
    padding:0.6rem 0;
}

.two-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1%;
}
.two-menu a {
    width: 2rem;
    text-align: center;
    border-radius: 0.2rem;
    padding: 0.2rem;
    border: 1px solid rgba(0, 0, 0, .04);
    background: rgba(255, 255, 255, 0.4);
}
.two-menu a figure {}
.two-menu a figure img {
    max-width: 0.4rem;
}

.two-menu a h4 {
    font-size: 0.20rem;
    color: #000;
    margin: 0.1rem 0 0.05rem 0;
}
.two-menu a p {
    font-size: 0.14rem;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.two-menu a.active,
.two-menu a:hover {
    border: 1px solid #e4002b;
    background: #e4002b;
}
.two-menu a:hover figure img,
.two-menu a.active figure img {
    filter: grayscale(100%) brightness(1000%);
}
.two-menu a:hover h4,
.two-menu a.active h4 {
    color: #fff;
}
.two-menu a:hover p,
.two-menu a.active p {
    opacity: 0.9;
    color: #fff;
}

@media screen and (max-width:1024px){
.two-menu-wrap {
    padding:0.3rem 0;
}

.two-menu {
    gap: 2%;
}
.two-menu a {
    width: 32%;
    text-align: center;
    border-radius: 0.2rem;
    margin: 0 0 2% 0;
    padding: 0.2rem;
    border: 1px solid rgba(0, 0, 0, .04);
    background: #fff;
}
.two-menu a figure {}
.two-menu a figure img {
    max-width: 0.3rem;
}
.two-menu a h4 {
    font-size: 0.16rem;
    margin: 0.1rem 0 0.05rem 0;
}
.two-menu a p {
    font-size: 0.12rem;
}
}

@media screen and (max-width:1024px){
.section .third-nav {
    padding:2% 0;
}
.section .third-nav a {
    width: 29%;
    margin: 2px 1.5%;
    padding: 6px 0;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .third-nav a:hover,.section .third-nav a.active {
    color:#fff;
    font-weight: bold;
    background:#e4002b ;
}
.section .third-nav a.active:after{
    display:none;
}
}


/*内页二级栏目 end*/


/*内页三级栏目*/
.section .third-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0.4rem 0;
}
.section .third-nav a {
    position: relative;
    z-index: 0;
    margin:0.1rem;
    padding:0.15rem 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 0.18rem;
    color: #333;
}
.section .third-nav a:hover {
    border: 1px solid transparent;
}
.section .third-nav a.active,
.section .third-nav a:hover {
    color:#fff;
    border: 1px solid #e4002b;
}
.section .third-nav a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e4002b;
    background-image: -webkit-linear-gradient(right, #de3336, #e4002b);
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s linear;
    border-radius: 2px;
    opacity: 0;
}
.section .third-nav a.active::after,
.section .third-nav a:hover::after {
    transform: scale(1);
    opacity: 1;
}

@media screen and (max-width:1024px) {
.section .third-nav {
    margin: 0.2rem 0;
}
.section .third-nav a {
    margin: 0.05rem;
    padding: 0.06rem 0.15rem;
    font-size: 0.14rem;
}

}

/*内页三级栏目 end*/

/*栏目板块标题*/
.about-title {
    padding:0 0 0.8rem 0;
}
.about-title p {
    font-size:0.28rem;
    color: #1d1d1f;
    line-height: 2.0;
    *text-transform: uppercase;
    font-family: "Futura-Light";
}
.about-title h3 {
    position: relative;
    font-size: 0.48rem;
    color: #1d1d1f;
    font-weight: bold;
    margin:0.3rem 0 0.3rem 0;
}
.about-title h4 {
    font-size: 0.3rem;
    color:#666;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0;
}
.about-title p {
    font-size: 0.18rem;
}
.about-title h3 {
    font-size: 0.2rem;
    margin: 0.15rem 0 0.15rem 0;
}
.about-title h4 {
    font-size: 0.14rem;
    color:#999;
    line-height: 1.8;
    
}
}
/*栏目板块标题*/


/*按钮*/
.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: #002d72;
    width: 160px;
    line-height: 44px;
    border-radius: 42px;
    border: 2px solid #002d72;
    background: transparent;
    z-index: 0;
}
.go a:hover,.seemore:hover,a.go-active{
    color: #fff;
    border: 2px solid #edbf04;
    background: #ffcd00;
}
.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(../images/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*/

/*分页页码*/
.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.16rem;
    text-align:center;
    color:#000;
    font-family: "Futura-Light";
    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:#e4002b;
    border:1px solid #e4002b;
}
.page li.active a {
    color:#fff;
}
/*分页页码 end*/

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



/*浮窗按钮*/
.fix-msg {
    position: fixed;
    right: 1%;
    bottom:5%;
    z-index: 999;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 10px 6px 0 rgb(58 54 37 / 10%);
}

.fix-msg a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(top,#de3336,#85cdd2);
    background: #3a3a3a;
    overflow: hidden;
    padding:5px 8px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.fix-msg a::before {
    display: block;
    content: "";
    width: 26px;
    height: 36px;
    background: url(../images/fix-icon.svg) no-repeat center bottom/30px;
    margin: 0 auto;
    /* display: inline-block; */
    vertical-align: middle;
}
.fix-msg::before {
    content: "1";
    position: absolute;
    right: 10%;
    top: -15%;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background-image: -webkit-linear-gradient(top,#e4002b,#e4002b);
}
.fix-msg::after {
    display: none;
    opacity: 0.3;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: #df2533  1px solid;
    box-shadow: 0px 0px 2px #df2533 ;
    z-index: -1;
    transition: all 0.3s;
    -webkit-animation: bowen 4s linear 0s infinite normal;
}
@keyframes bowen{0%{-webkit-transform:scale(0); -moz-transform:scale(0); -o-transform:scale(0); -ms-transform:scale(0);transform:scale(0); filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}50%{ -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0); -ms-transform:scale(1.0);transform:scale(1.0);filter:alpha(opacity=100); -moz-opacity:0.5; opacity:0.5;}100% {-webkit-transform:scale(1.5); -moz-transform:scale(1.5); -o-transform:scale(1.5); -ms-transform:scale(1.5);transform:scale(1.5);filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}} 

@media screen and (max-width:1024px){
.fix-msg {
    bottom:5%;
    width: 0.7rem;
    height: 0.7rem;
}

.fix-msg a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding:4px 4px;
    font-size: 0.12rem;
    color: #fff;
}
.fix-msg a::before {
    width: 0.26rem;
    height: 0.32rem;
    background: url(../images/fix-icon.svg) no-repeat center bottom/0.3rem;
    margin: 0 auto;
}
.fix-msg::before {
    right: 0;
    top: -0.1rem;
    width: 0.16rem;
    height: 0.16rem;
    line-height: 0.16rem;
    font-size: 0.08rem;
}
.fix-msg::after {
}
}
/*浮窗按钮end*/

/*浮窗留言*/
.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0,0,0, 0.8);
    z-index: 99999999999999;
}
.fixed-msg .msg-box {
    height: 5rem;
    width: 60%;
    margin:10% auto;
    background:#fff;
    border-radius: 4px;
    position:relative;
    overflow: hidden;
}
.fixed-msg .msg-box .left {
    float:left;
    width: 58%;
    height: inherit;
    flex-shrink: 0;
    background-position: center;
    background-image: url(../images/fix-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.fixed-msg .msg-box .right {
    float:right;
    width: 42%;
    padding:0.3rem 0.5rem;
}

.fixed-msg .msg-box h4 {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.25rem;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 0.22rem;
    color: #252525;
    font-weight: normal;
}
.fixed-msg .msg-box h5 {
    font-size: 0.14rem;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box h5 span {
    font-family: "Medel";
    padding: 0 0.06rem;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    background: url(../images/close.svg) no-repeat left top/20px;
    cursor: pointer;
    transition: all 0.5s;
}
.fixed-msg .msg-box .closefix:hover {
    transform:rotate(90deg);
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    background: none;
    border: solid 1px #d2d2d2;
    font-size: 0.14rem;
    color: #252525;
    padding: 0 5%;
    margin:0.06rem 0;
    width: 100%;
    height:0.46rem;
    line-height: 0.46rem;
    border-radius: 4px;
}
.fixed-msg .msg-box .fixSubmit{
    background: #e4002b;
    border: 2px solid #e4002b;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.14rem;
    width: 100%;
    line-height: 0.4rem;
    border-radius: 4px;
    margin: 0.06rem auto;
    clear: both;
    transition: all 0.5s;
    cursor: pointer;
}
.fixed-msg .msg-box .fixSubmit:hover {
    color: #fff;
    border: 2px solid #e4002b;
    background: #e4002b;
}

.fixed-msg .msg-box .prompt {
    margin: 0.2rem 0 0 0;
}
.fixed-msg .msg-box .prompt p {
    font-size: 0.14rem;
    color: #999;
    text-align: center;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1024px){
.fixed-msg .msg-box .left {
    display: none;
}
.fixed-msg .msg-box .right {
    width: 100%;
    padding:0.3rem 0.3rem;
}
.fixed-msg .msg-box h4 {
    font-size: 0.24rem;
}
.fixed-msg .msg-box h4 strong {
    font-size: 0.32rem;
}
.fixed-msg .msg-box h5 {font-size:14px;}
.fixed-msg .msg-box {
    height: 100%;
    width: 100%;
    margin:0% auto;
}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    margin:1%;
    line-height: 0.46rem;
    width: 100%;
    height:0.46rem;
}
}
/*浮窗留言 END*/