.two-banner.none-banner {
    height: 80px;

}
.two-banner.none-banner:after {
    opacity: 0;
}
@media screen and (max-width:1024px){
.two-banner.none-banner {
    padding: 0;
}
}

/*二级-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(../images/dian-bg.png) repeat rgb(0,0,0,0);
    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: 90%;
    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*/

/*内页二级栏目*/
.section {
	margin:0 0 20px 0;
    padding:10px 0 0 0;
    overflow: hidden;
    position: relative;
}
.one-section {
    margin:0.8% 0 0 0;
}
.section .title {}
.section .title address {
    font-size: 12px;
    color: #999999;
}
.section .title address::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/home-icon.svg) no-repeat center center/18px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.section .second-nav {
    padding: 15px 0 0 0;
    overflow: hidden;
    position: relative;
}
.section .second-nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .second-nav a {
    font-size: 20px;
    padding: 20px 0;
    color: #2d2926;
    display: block;
    position: relative;
    z-index: 10;
    float: left;
    margin-right: 60px;
    border-radius: 5px;
}
.section .second-nav a span {
    display: block;
    font-size: 14px;
}
.section .second-nav a::after{
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    background: #e4002b;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .second-nav a:hover,.section .second-nav a.active {
    color:#e4002b;
    font-weight: bold;
}
.section .second-nav a.active:after{
    display:block;
}

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

.section .second-nav {
    padding:5% 0;
}
.section .second-nav a {
    width: 30.33%;
    margin: 5px 1.5%;
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    background:#f9f9f9 ;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .second-nav a:hover,.section .second-nav a.active {
    color:#fff;
    font-weight: bold;
    background:#e4002b ;
}
.section .second-nav a.active:after{
    display:none;
}
}
/*内页二级栏目 end*/

/*内页三级栏目*/
.section .third-nav {
     text-align: center;
}
.section .third-nav a {
    display: inline-block;
    border: solid 1px #eee;
    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;
    background: #fff;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .third-nav a:hover {
    color:#e4002b;
    border: solid 1px #f1f1f1;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
}
@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,#de3336,#e4002b);
}
}
/*内页三级栏目 end*/


/*当前栏目*/
.columm-address {}
.columm-address h2 {
    margin: 2% 0;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.columm-address h2 span {
    font-size: 16px;
    color: #666;
    margin:0 0 0 10px;
}
@media screen and (max-width:1024px){
.columm-address {}
.columm-address h2 {
    margin: 20px 0;
    font-size: 18px;
}
}
/*当前栏目*/

/*板块标题*/
.block-title {}
.block-title h5 {
    display: inline-block;
    font-size: 48px;
    color:#014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#2fb8fa 0,#004386 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-title h6 {
    font-size: 20px;
    color:#3a3a3a;
    opacity:0.6;
    margin:30px 0 0 0;
}
/*板块标题 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: #e6213a;
    width: 160px;
    line-height: 44px;
    border-radius: 42px;
    border: 2px solid #e6213a;
    background: transparent;
    z-index: 0;
}
.go a:hover,.seemore:hover,a.go-active{
    color: #fff;
    background: #e6213a;
}
.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: 12px;
    width: 100px;
    line-height: 30px;
}
}
/*按钮 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*/

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


/*关于品牌板块标题*/
.base-title {
    padding:2% 0;
}
.base-title p {
    font-size: 36px;
    color: #dcdddd;
    line-height: 2.0;
    *text-transform: uppercase;
    font-family: 'Futura-Medium';
}
.base-title h3 {
    position: relative;
    font-size: 32px;
    color: #2d2926;
    margin:0 0 20px 0;
}
.base-title h4 {
    font-size: 16px;
    color:#999;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.base-title {
    padding:8% 0;
}
.base-title h3 {
    font-size: 20px;
}
.base-title i {
    margin: 3% auto 3% auto;
}
.base-title p {
    font-size: 18px;
}
.base-title h4 {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
    
}
}