
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,form,fieldset,legend,input,select,textarea,button,caption,th,td,blockquote,pre,li,p,span,strong,img {
    margin: 0;
    padding: 0;
    white-space: normal !important;
    /*强制编辑器内容自动换行*/
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0 auto;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .35rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #aaa;
}

body::-webkit-scrollbar-track {
    background: #ccc;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

div {
    text-align: left
}

:focus {
    outline: 0
}

li {
    list-style-type: none
}

img {
    border: none
}

a {
    color: #343940;
    text-decoration: none
}

a * {
    cursor: pointer
}

sup {
    vertical-align: super;
    top: auto !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

blockquote {
    margin: 0;
    padding: 0;
    display: block
}

/*控制文字行数*/
.one-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all
}

.two-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all
}

.three-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all
}

.four-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all
}

.five-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all
}

.container {
    margin: 0 auto;
    width: 73%;
    max-width: 1400px;
    min-width: 1200px;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.show-mobile {
    display: none !important;
}

.detail-content {
    line-height: 1.8;
    color: #333333;
    font-size: .4rem;
    margin-top: 1.5rem;
}

.detail-content img {
    max-width: 100%;
    overflow: hidden;
    height: auto !important;
}
@media (min-width: 851px) and (max-width:1200px) {
    .container {
        width: 100%;
        min-width: auto;
    }
}
@media (max-width: 850px) {
    .container {
        width: 100%;
        min-width: auto;
    }

    .hidden-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .detail-content {
        font-size: .7rem;
    }
}

/** 红色渐变按键 开始 **/
.button-red-change {
    color: #fff;
    width: 4rem;
    height: 1rem;
    border-radius: 5px;
    line-height: 1rem;
    text-align: center;
    transition: background-position 1s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
    background-image: -webkit-linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
    background-image: -moz-linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
    cursor: pointer;
    font-size: 0.35rem;
    border: 0;
}

.button-red-change:hover {
    background-position: right center;
}

@media (max-width: 850px) {
    .button-red-change {
        width: 8rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 0.7rem;
        margin: 0 auto;
    }
}

/** 头部 开始 **/
.header {
    height: 1.8rem;
    background-color: #e70012;
    color: #ffffff;
}

.header .navbar-default {
    border-color: transparent;
    background-color: #e70012;
}

.header a.logo {
    height: 1.8rem;
    display: block;
}

.header a.logo>img {
    margin-top: 0.1rem;
    width: 3.5rem;
    overflow: hidden;
}

.navbar-default .navbar-toggle {
    border: 0;
    float: left;
    margin-left: 15px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-menu {
    overflow: hidden;
    float: right;
    margin-right: 1.5rem;
}

.navbar-menu li {
    float: left;
}
.navbar-menu li b {
    display: none;
}
.navbar-default .navbar-menu li>a,
.navbar-default .navbar-menu li>a:focus,
.navbar-default .navbar-menu li>a:active {
    padding: 0 0.75rem;
    font-size: 0.425rem;
    color: #ffffff;
    line-height: 1.8rem;
}

.navbar-default .navbar-menu li>a:hover,
.navbar-default .navbar-menu li.current>a {
    background-color: #ffffff;
    color: #e60012;
}

.navbar-default .navbar-menu li>a:hover i.down,
.navbar-default .navbar-menu li.current>a i.down {
    background: url(../image/up-red.png) center no-repeat;
}

.header i.down {
    display: inline-block;
    width: 0.35rem;
    height: 0.2rem;
    background: url(../image/down.png) center no-repeat;
    margin-left: .25rem;
}
.header .navbar-other {
    margin-left: 5%;
}
.header .search,
.header .language {
    float: left;
    height: 1.8rem;
    margin-left: 2rem;
    cursor: pointer;
}

.header .language {
    margin-left: 0.2em;
}

.header .search {
    padding: 0 0.5rem;
    position: relative;
    margin-left: 0;
}

.header .search i.icon,
.header .language i.icon {
    display: inline-block;
    width: 0.6rem;
    height: 1.8rem;
    vertical-align: middle;
}

.header .search i.icon {
    background: url(../image/search.png) center no-repeat;
}

.header .search:hover,
.header .search.open {
    color: #e60012;
    background-color: #ffffff;
}

.header .search:hover i.icon,
.header .search.open i.icon {
    background: url(../image/search-red.png) center no-repeat;
}
.header .search-mobile:hover {
    background-color: transparent
}
.header .search-mobile:hover i.icon {
    background: url(../image/search.png) center no-repeat;
}
.navbar-default .navbar-nav>.search>a {
    line-height: 1.8rem;
    display: block;
    padding: 0 .5rem;
}

.navbar-default .navbar-nav>.search:hover>a,
.navbar-default .navbar-nav>.search.open>a,
.navbar-default .navbar-nav>.search.open>a:hover {
    color: #e60012;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>.search:hover>a i.icon,
.navbar-default .navbar-nav>.search.open>a i.icon {
    background: url(../image/search-red.png) center no-repeat;
}

.search-box,
.search-small {
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #ffffff;
    opacity: 1;
    z-index: 1;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 1.8rem;
    display: none;
    overflow: hidden;


}

.search-box .form-search,
.search-small .form-search {
    width: 60%;
    margin: 0.8rem auto;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: relative;
    padding: 0.05rem 1rem 0.05rem 0;
}

.search-box .form-search .search-input,
.search-small .form-search .search-input {
    width: 100%;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    background-color: transparent;
}

.search-box .form-search .searchbt,
.search-small .form-search .searchbt {
    width: 20%;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    border: 0;
    margin-top: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../image/search-grey.png) center no-repeat;
}




.header .language i.icon {
    background: url(../image/language.png) center no-repeat;
}

.language:hover .dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav>.language>a {
    line-height: 1.8rem;
    display: block;
    padding: 0 .5rem;
}

.navbar-default .navbar-nav>.language:hover>a,
.navbar-default .navbar-nav>.language.open>a,
.navbar-default .navbar-nav>.language.open>a:hover {
    color: #e60012;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>.language:hover>a i.icon,
.navbar-default .navbar-nav>.language.open>a i.icon {
    background: url(../image/language-red.png) center no-repeat;
}

.navbar-default .navbar-nav>.language:hover>a i.down,
.navbar-default .navbar-nav>.language.open>a i.down {
    background: url(../image/up-red.png) center no-repeat;
}

.navbar-default .navbar-nav>.language .dropdown-menu {
    margin: 0;
    border-radius: 0;
    padding: .25rem;
    border: 0;
}

.navbar-default .navbar-nav>.language .dropdown-menu>li>a {
    line-height: 1.8;
}
@media (min-width: 1001px) and (max-width:1200px) {
    .header .navbar-other {
        margin-left: 3%;
    }
    .navbar-default .navbar-menu li>a,
    .navbar-default .navbar-menu li>a:focus,
    .navbar-default .navbar-menu li>a:active {
        padding: 0 0.45rem;

    }
}
@media (min-width: 901px) and (max-width:1000px) {
    .header .navbar-other {
        margin-left: 2%;
    }
    .navbar-default .navbar-menu li>a,
    .navbar-default .navbar-menu li>a:focus,
    .navbar-default .navbar-menu li>a:active {
        padding: 0 0.25rem;

    }
}
@media (min-width: 851px) and (max-width:900px) {
    .header .navbar-other {
        margin-left: 1%;
    }
    .navbar-default .navbar-menu li>a,
    .navbar-default .navbar-menu li>a:focus,
    .navbar-default .navbar-menu li>a:active {
        padding: 0 0.05rem;

    }
}
@media (max-width: 850px) {
    .header {
        height: 2.5rem;
    }
    .header.h5-hide {
        display: none;
    }
    .header a.logo {
        margin: 0 auto;
        float: none;
        position: relative;
        width: 50%;
    }

    .header a.logo img {
        margin-top: 0;
        position: absolute;
        width: 4.5rem;
        left: 50%;
        margin-top: 0;
        margin-left: -2.5rem;
    }
    .header .navbar-other {
        display: none;
    }

    .navbar-default .navbar-collapse-menu{
        border:0;
        margin: 0;
        max-height: none;
        display: block;
        position: fixed;
        z-index: 999999;
        width: 100%;
        height: 100% !important;
        background-color: rgb(0 0 0 / 0.8);
        top: 0;
        right: -100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0;
    }
    .navbar-default .navbar-collapse-menu.in {
        right: 0;
    }
    .navbar-menu-mobile {
        overflow: hidden;
    }
    .navbar-menu-mobile .close-nav {
        width: 15%;
        float: left;
    }
    .navbar-menu-mobile .close-nav img {
        width: 100%;
        overflow: hidden;
    }
    .navbar-menu-mobile .menumobile-box {
        width: 80%;
        box-sizing: border-box;
        float: right;
        background: rgb(0 0 0 / 0.8);
        height: 100vh;
        box-sizing: border-box;
        padding: 0.5rem 5%;
        overflow: auto;
        margin: 0;
    }
    .menumobile-box li {
        width: 100%;
    }
    .menumobile-box li .menu-iterm {
        border-bottom: 1px solid #282828;
        padding: 0.8rem 1.5rem 0.8rem 0;
        display: block;
        position: relative;
    }
    .menumobile-box li .menu-iterm a {
        width: 100%;
        display: block;
        color: #ffffff;
        font-size: .8rem;
        line-height: 1rem;
    }
    .menumobile-box li .menu-iterm b {
        width: 1rem;
        height: 1rem;
        background: url(../image/plus.png) center no-repeat;
        margin: -0.5rem 0 0 0;
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
    }
    .menumobile-box li .menu-iterm b.act {
        background: url(../image/reduce.png) center no-repeat;
    }
    .menumobile-box li ul {
        display: none;
        padding: 0.5rem 0 0.5rem 0.8rem;
    }
    .menumobile-box li ul .menu-iterm {
        border-bottom: 0;
        padding: 0.5rem 1.5rem 0.5rem 0;
    }
    .menumobile-box li ul .menu-iterm a {
        font-size: .7rem;
    }
    .menumobile-box li ul li ul {
        display: none;
        padding-left: 0.8rem;
    }
    .menumobile-box li ul li ul .menu-iterm {
        padding: 0.4rem 0;
    }
    .menumobile-box li ul li ul .menu-iterm a {
        font-size: .65rem;
    }
    .header .search-mobile {
        position: absolute;
        top: 0;
        right: 0;
        height: 2.5rem;
        margin-left: 0;
    }
    .header .search-mobile i.icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .header .search-mobile .search-box {
        top: 2.5rem;
        padding-right: 2.5rem;
    }
    .header .search-mobile .search-box .form-search {
        width: 100%;
    }
    .header .search-mobile .search-box .form-search .searchbt {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        border: 0;
        margin-top: -0.6rem;
        width: 1.2rem;
        height: 1.2rem;
        background: url(../image/search-grey.png) center no-repeat;
    }
    .search-mobile .search-close {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        border: 0;
        margin-top: -0.95rem;
        width: 1.9rem;
        height: 1.9rem;
        background: url(../image/search-close.png) center no-repeat;
        background-size: 100%;
    }
}

.product-drop-down {
    background-color: #ffffff;
    visibility: visible;
    opacity: 1;
    z-index: 10001;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 1.8rem;
    display: none;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.product-drop-down .bottom-box {
    height: 1rem;
    width: 100%;
}

.pro-drop-down {
    padding: 0 1.5rem;
}

.pro-drop-down ul {
    padding: 0.5rem 0;
    position: relative;
}

.product-drop-down ul li {
    color: #000000;
    letter-spacing: 0;
    width: 100%;
}

.product-drop-down ul li.title {
    line-height: 60px;
    font-weight: bold;
    font-size: 26px;
    margin-left: 0;
    height: 80px;
}

.product-drop-down ul li.title a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    width: auto;
    position: relative;
    font-size: 26px;
    text-decoration: none;
    padding: 0;
}

.product-drop-down ul li.title a:after {
    content: '';
    display: block;
    /*开始时候下划线的宽度为100%*/
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 8px;
    background: #000;
}
.product-drop-down ul li.title:hover a:after {
    background: #e70012;
}

.product-drop-down ul li>p {
    width: 23%;
    float: left;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-right: 1%;
    overflow: hidden;
    line-height: 38px;
    height: 38px;
}

.product-drop-down ul li.active>p {
    background-color: rgba(239, 239, 239, 0.8);
    font-weight: bold;
    position: relative;
}

.product-drop-down ul li.active>p::after {
    content: '';
    position: absolute;
    top: -4px;
    right: 20px;
    background: center / contain no-repeat url('../image/Right Arrow.png');
    width: 6px;
    height: 46px;
}

.product-drop-down ul li a {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 0;
    text-decoration: none;
}

.product-drop-down ul li .second-dl {
    position: absolute;
    width: 73%;
    left: 27%;
    top: 2.5rem;
    z-index: 9999;
    display: none;
}

.product-drop-down ul li.active .second-dl {
    display: block !important;
}

.product-drop-down ul li .second-dl>dl.short {
    width: 100%;
    float: left;
    opacity: 1;
}

.product-drop-down ul li .second-dl>dl dd {
    line-height: 38px;
    height: 38px;
    text-indent: 20px;
    width: 100%;
    overflow: hidden;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li a.fis-a {
    display: block;
    width: 37%;
    box-sizing: border-box;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li.active a.fis-a {
    background-color: rgba(239, 239, 239, 0.6);
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box {
    display: none;
    right: 0%;
    width: 57%;
    position: absolute;
    box-sizing: border-box;
    overflow-y: auto;
    top: 0px;
    overflow-x: hidden;
    background-color: #fff;
    cursor: default;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box::-webkit-scrollbar {
    width: 4px;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box::-webkit-scrollbar-thumb {
    background: #606060;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box ul {
    padding: 0;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li.active .nav-detail-box {
    display: block;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li {
    height: 124px;
    padding-top: 20px;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li.active {
    background-color: rgba(239, 239, 239, 0.6);
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li.active a {
    background-color: transparent;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    width: auto;
    padding: 0;
    margin: 0 0.75rem;
    position: relative;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li div.img-div {
    max-width: 108px;
    min-width: 108px;
    height: 75px;
    max-height: 75px;
    width: 106px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li div.img-div img {
    position: relative;
    top: 0;
    left: -20px;
    width: 100%;
    height: 100%;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li div.content-div {
    padding-left: 126px;
    width: 100%;
    overflow: hidden;
    text-indent: 0px;
    min-height: 75px;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li div.content-div p.title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    line-height: 26px;
    top: -5px;
}

.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li div.content-div p:not(.title) {
    word-break: break-word;
    max-height: 52px;
    font-size: 13px;
    position: relative;
    top: 0px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
}
.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li.boxli-img {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 0 0 20px;
}
.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li.boxli-img a {
    display: block;
}
.product-drop-down ul li .second-dl>dl dd.nav-dd li .nav-detail-box li.boxli-img img {
    width: 100%;
    overflow: hidden;
    display: block;
}


/*内容页banner 开始*/
.inner-banner {
    position: relative;
}

.inner-banner img {
    width: 100%;
    overflow: hidden;
    display: block;
}

.inner-banner .title {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}

.inner-banner .title h1 {
    font-family: ex;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
}

/*内容页banner 结束*/

/*板块标题 开始*/
.title-main {
    font-size: 1.05rem;
    font-weight: bold;
    color: #282828;
}

.title-main a {
    font-size: 0.45rem;
    display: block;
    float: right;
    color: #282828;
    padding-right: .8rem;
    font-weight: normal;
    text-decoration: none;
    padding-top: .2rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.title-main a span {
    display: inline-block;
    line-height: 1rem;
    vertical-align: middle;
}

.title-main a:hover {
    color: #e60012;
}

.title-main a .icon {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 1rem;
    position: relative;
    margin-left: .25rem;
    transition: background-position 1s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
    background-image: -webkit-linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
    background-image: -moz-linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
}

.title-main a:hover .icon {
    background-position: right center;
}

.title-main a .icon i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/stories-more.png) center center no-repeat transparent;
    background-size: 60%;
}

@media (max-width: 850px) {
    .title-main a {
        font-size: 0.75rem;
    }

    .title-main a .icon {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 1.5rem;
        margin-left: 0.25rem;
    }

    .title-main a .icon i {
        background-size: 54%;
    }
}

/*板块标题 结束*/


/*面包屑导航 开始*/
.breadcrumb-nav {
    position: relative;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    height: 1.25rem;
    z-index: 11;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background: #fff;
}

.breadcrumb-nav .a-url {
    display: block;
    position: relative;
    float: left;
    height: 1.25rem;
    background: url(../image/s-line.png) center right no-repeat;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
    text-decoration: none;
}

.breadcrumb-nav .a-box {
    display: block;
    position: relative;
    float: left;
    height: 1.25rem;
}

.breadcrumb-nav .a-url span {
    line-height: 1.25rem;
    color: #999;
}

.breadcrumb-nav a:hover {
    color: #e70012;
    text-decoration: none;
}

.breadcrumb-nav .a-url:last-child {
    background: none;
}

.breadcrumb-nav .a-box span {
    display: block;
    padding-right: 15px;
    background: url(../image/t-down.png) right 0.55rem no-repeat;
}

.breadcrumb-nav .a-url:hover span {
    color: #e70012;
}

.breadcrumb-nav .a-box .list {
    position: absolute;
    top: 1.25rem;
    left: -0.5rem;
    padding: 0.5rem;
    background: #fff;
    display: none;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.breadcrumb-nav .a-box .list a {
    display: block;
    white-space: nowrap;
    color: #a0adb6;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.breadcrumb-nav .a-box .list a:last-child {
    margin-bottom: 0;
}

.breadcrumb-nav .a-box .list a:hover {
    color: #e70012;
}

@media (max-width: 850px) {

    .breadcrumb-nav,
    .breadcrumb-nav .a-url,
    .breadcrumb-nav .a-box {
        height: 2rem;
        overflow: hidden;
        font-size: 0.65rem;
        display: none;
    }

    .breadcrumb-nav .a-url span {
        line-height: 2rem;
        background-image: none;
        padding-right: 0.3rem;
    }

    .breadcrumb-nav .a-box span {
        display: block;
        background-position: right 0.9rem;
    }

    .breadcrumb-nav .a-box .list {
        top: 2rem;
        left: -1rem;
    }

    .breadcrumb-nav .a-box .list a {
        line-height: 1.8;
        margin-bottom: 0.5rem;
    }
}

/*面包屑导航 结束*/

/*列表页标题+tab分类*/
.classify-list {
    padding: 2rem 0;
}

.classify-list .contents-title {
    font-family: ex;
    color: #282828;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.classify-list .contents-title a {
    margin-left: 0.75rem;
    padding-left: 0.375rem;
    border-left: 1px solid #ddd;
    font-size: 0.5rem;
    font-weight: normal;
}

.classify-list .contents-title a:hover {
    color: #e70012;
    text-decoration: none;
}

.classify-list .contents-intro {
    color: #999999;
    font-size: 0.4rem;
    margin-bottom: 1rem;
}

.last-classify {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    display: block;
}

.last-classify li {
    text-align: center;
    float: left;
    line-height: 1.1rem;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    font-size: 0.45rem;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    padding: 0 0.9rem;
    margin-left: -1px;
    margin-bottom: -1px;
    position: relative;
}

.last-classify li.classify-a {
    padding: 0;
}

.last-classify li.classify-a a {
    padding: 0 0.9rem;
    display: block;
}

.last-classify li.classify-a.current a,
.last-classify li.classify-a a:hover {
    text-decoration: none;
    color: #ffffff;
}

.last-classify li i {
    width: 13px;
    height: 5px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    display: none;
    background: url(../image/class-cur.png) center center no-repeat transparent;
}

.last-classify li:first-child {
    margin-left: 0;
}

.last-classify li:hover,
.last-classify li.current {
    border: 1px solid #e70012;
    background-color: #e70012;
    color: #ffffff;
    z-index: 9;

}

.last-classify li:hover i,
.last-classify li.current i {
    display: block;
}

@media (max-width: 850px) {
    .classify-list {
        padding: 1rem 0;
    }

    .classify-list .contents-intro {
        font-size: 0.65rem;
        margin-bottom: 0.8rem;
    }
    .last-classify ul {
        padding: 0.5rem 0;
        overflow: hidden;
    }
    .last-classify li {
        width: 48%;
        margin: 0 1% 0.5rem;
        font-size: 0.75rem;
        line-height: 1.9rem;
        border-radius: 5px;
    }
    .last-classify li:first-child {
        margin: 0 1% 0.5rem;
    }
}

/** 分页 **/
.product-page {
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
}

.product-page ul {
    margin: 0 auto;
    position: relative;
}

.product-page ul li {
    float: left;
}

.product-page ul li a {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 2px;
    text-decoration: none;
    color: #828282;
    margin-right: 10px;
    background-color: #ffffff;
    padding: 4px 0 0 2px;
}

.glyphicon-left,
.glyphicon-right {
    position: static;
    color: #828282;
    font-size: 12px;
}

.glyphicon-left {
    margin-top: 4px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.product-page ul li .active {
    background-color: #e60012;
    color: #fff;
    border: 1px solid #e60012;
}

.glyphicon-right {
    margin-top: 2px;
}

/** 侧栏邮件订阅入口 **/
.sidebar-submt {
    width: 6.25rem;
    float: right;
}

.sidebar-submt a {
    display: block;
    margin-bottom: 1rem;
}

.sidebar-submt img {
    display: block;
    width: 100%;
}
@media (max-width: 850px) {
    .sidebar-submt {
        display: none;
    }
}
/**分页 开始**/
.page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.page-count {
    font-size: 12px;
    color: #595961;
    letter-spacing: 0;
    line-height: 20px;
    display: none;
}
.page .pagination {
    margin: 40px auto;
}
.pagination-item {
    display: inline-block;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    margin-top: 0;
    vertical-align: middle;
}
.page .pagination .active-item {
    background-color: #e60212;
    color: #fff;
}
.pagination-item:last-child {
    margin-right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.pagination-input {
    display: inline-block;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}

.pagination-input input {
    border: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 28px;
    border: 0;
    vertical-align: top;
}
.pagination-item span.icon-arrowleft,
.pagination-item span.icon-arrowright {
    width: 30px;
    height: 30px;
    display: block;
}
.pagination-item span.icon-arrowleft {
    background: url(../image/page-left.png) center 8px no-repeat transparent;
}
.pagination-item span.icon-arrowright {
    background: url(../image/page-right.png) center 8px no-repeat transparent;
}
/**分页 结束**/

/**内页头部banner 开始**/
.swiper-headbanner {
    position: relative;
    margin: auto;
}
.swiper-headbanner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #ffff;
    background-color: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    cursor: pointer;
    margin: 0 10px;
    bottom: 20px;
}
.swiper-headbanner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 1px solid #e70012;
}
.swiper-headbanner .title {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}
.swiper-headbanner .title h1 {
    font-family: ex;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
}
/**内页头部banner 结束**/

/** 底部 开始 **/
footer {
    clear: both;
    background-color: #282828;
    padding: 1.5rem 0 1rem;
    margin-top: 1.5rem;
}

.footer-item-nav dl {
    margin-bottom: 20px;
}

.footer-item-nav dl dt {
    color: #cccccc;
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: normal;
}

.footer-item-nav dl dt span {
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    opacity: .3;
    margin: 20px 0;
}
.footer-item-nav dl dt a {
    color: #cccccc;
    font-size: 20px;
    text-decoration: none;
}

.footer-item-nav dl dd a {
    line-height: 28px;
    color: #777878;
    font-size: 15px;
    text-decoration: none;
}

.footer-item-nav dl dd a:hover,
.footer-item-nav dl dt a:hover {
    color: #e70012;
}

.follow-us {
    display: inline-block;
}

.follow-us li {
    border: 1px solid #949494;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 0.25rem;
    cursor: pointer;
}

.follow-us li:hover {
    border: 1px solid #e70012;
}

.follow-us li.facebook {
    background: url(../image/facebook.png) center center no-repeat transparent;
}

.follow-us li.facebook:hover {
    background: url(../image/facebook-red.png) center center no-repeat transparent;
}

.follow-us li.twitter {
    background: url(../image/twitter.png) center center no-repeat transparent;
}

.follow-us li.twitter:hover {
    background: url(../image/twitter-red.png) center center no-repeat transparent;
}

.follow-us li.linkedin {
    background: url(../image/linkedin.png) center center no-repeat transparent;
}

.follow-us li.linkedin:hover {
    background: url(../image/linkedin-red.png) center center no-repeat transparent;
}

.follow-us li.youtube {
    background: url(../image/youtube.png) center center no-repeat transparent;
}

.follow-us li.youtube:hover {
    background: url(../image/youtube-red.png) center center no-repeat transparent;
}

.follow-us li.mail {
    background: url(../image/mail.png) center center no-repeat transparent;
    position: relative;
}

.follow-us li.mail:hover {
    background: url(../image/mail-red.png) center center no-repeat transparent;
}

.follow-us li.online {
    background: url(../image/online.png) center center no-repeat transparent;
}

.follow-us li.online:hover {
    background: url(../image/online-red.png) center center no-repeat transparent;
}
.footer-item-nav dl dd .follow-us a {
    width: 100%;
    height: 100%;
    display: block;
}
.follow-us .mail-block {
    display: none;
    width: 170px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background-color: #e60012;
    color: #fff;
    position: absolute;
    bottom: -55px;
    left: 50%;
    margin-left: -85px;
    border-radius: 6px;
    cursor: auto;
}
.follow-us .mail-block i {
    width: 20px;
    background-color: #ffffff;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    background: url(../image/mail-bg.png) center center no-repeat transparent;
}
.follow-us li.mail:hover .mail-block {
    display: block;
}

.footer-copy {
    margin-top: 1rem;
}

.footer-copy p.copyright {
    text-align: center;
    color: #777878;
    padding-top: .5rem;
}
.footer-copy p.line {
    border-bottom: 1px solid #5e5e5e;
}
.footer-copy p a {
    color: #777878;
}

.footer-copy .logo {
    margin: 0 auto;
    width: 7.5rem;
    height: 30px;
    background: url(../image/logo-grey.png) center center no-repeat #282828;
    margin-top: -15px;
}

@media (max-width: 850px) {
    footer.h5-hide,
    .footer-menu .row .footer-item-nav {
        display: none;
    }

    .footer-menu .row .footer-item-nav:last-child {
        display: block;
        width: 100%;
    }

    .footer-item-nav dl {
        text-align: center;
    }

    .footer-item-nav dl dt span {
        display: block;
        width: 4rem;
        margin: 0.5rem auto;
    }
    .follow-us li {
        width: 1.8rem;
        height: 1.8rem;
        background-size: 100% !important;
        margin-right: 0.5rem;
    }
    .footer-copy p.copyright {
        font-size: 0.65rem;
    }
    .footer-copy p.copyright span {
        display: block;
    }
}

/* longse.ae contact us下联系方式样式 */
footer  .footer-menu .footer-item-nav div.contact-box{
    line-height: 28px;
    color: #777878;
    font-size: 15px;
}

/** 底部 开始 **/

/** 表单 开始 **/
.popup-form {
    display: none;
}
.popup-bg {
    background-color: rgb(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.message-box {
    width: 600px;
    background-color: #f2f2f2;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -356px 0 0 -300px;
    z-index: 9999;
}
.message-box .title {
    background-color: #e70012;
    color: #ffffff;
    font-size: 0.45rem;
    position: relative;
    padding: 0.2rem;
    border-radius: 8px 8px 0 0;
}
.message-box p {
    padding: 0.5rem 1rem 0;
}
.message-box .title span {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 0.4rem;
    height: 0.4rem;
    margin-top:-0.2rem;
    background: url(../image/menu-close.png) center center no-repeat transparent;
    cursor: pointer;
}
.message-form {
    margin: 0.5rem 1rem;
}
.message-form li {
    margin: 0 0 0.2rem;
}
.message-form li.text {
    margin: 0.1rem 0 0;
    line-height: 0.7rem;
    font-size: 0.35rem;
    color: #282828;
}
.message-form li .input-textarea,
.message-form li .input-text,
.message-form li .input-select
 {
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
    padding: 0.14rem 0.2rem;
    border-radius: 4px;
    font-size: 0.35rem;
}
.message-form li .input-textarea {
    height: 2rem;
}
.message-form li .input-select {
    padding: 0.21rem 0.2rem;
}
.message-form li .input-submit {
    text-align: center;
}
.message-form li .input-submit .button {
    border: 0;
    font-size: 0.45rem;
}
@media (max-width: 850px) { 
    .message-box {
        width: 90%;
        top: 1.5rem;
        left: 5%;
        margin: 0;
    }
    .message-box .title {
        font-size: 0.75rem;
        position: relative;
        padding: 0.4rem;
    }
    .message-box .title span {
        width: 0.8rem;
        height: 0.8rem;
        margin-top: -0.4rem;
    }
    .message-box p {
        font-size: 0.65rem;
    }
    .message-form li.text {
        line-height: 1rem;
        font-size: 0.65rem;
    }
    .message-form li .input-textarea,
    .message-form li .input-text,
    .message-form li .input-select {
        padding: 0.3rem 0.5rem;
        font-size: 0.65rem;
    }
    .message-form li .input-select {
        padding: 0.37rem 0.5rem;
    }
    .message-form li .input-textarea {
        height: 4rem;
    }
    .message-form li .input-submit .button {
        font-size: 0.75rem;
    }
}
/** 表单 结束 **/


/* ls_alert.JS 弹出层与手机切换层 开始 */
.views {
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #f2f2f2;
    bottom: 0px;
    z-index: 1;
    left: 100px;
    overflow: hidden;
}
.header-view {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: url(/images/icon/header-bg.png) center center no-repeat #fff
}

.LXwrap .header-view {
    z-index: 3
}

.header-view h1 {
    color: #fff;
    display: block;
    font-size: .8rem;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.2rem;
    line-height: 2.2rem;
    white-space: nowrap!important;
    width: 190px;
    font-weight: 400
}

.header-view .left-head {
    height: 2.2rem;
    left: 0;
    position: absolute;
    top: 0
}

.header-view .left-head span {
    font-size: 1rem;
    position: absolute;
    left: .925rem;
    font-size: 1rem;
    cursor: pointer;
    line-height: 2.2rem
}

.header-view .right-head {
    height: 2.2rem;
    right: 0;
    position: absolute;
    top: 0
}

.header-view .right-head span {
    width: 2.2rem;
    height: 2.2rem;
    float: left;
    font-size: .8rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.2rem
}

.header-view .right-head span.text {
    background: 0 0;
    margin: 0 auto
}

.artwl_mask {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999
}

.artwl_boxcontain {
    max-width: 400px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    line-height: 28px;
    display: none
}

.artwl_title {
    border-radius: 5px 5px 0 0;
    background: linear-gradient(to left, #30a0a4, #27576b);
    position: relative;
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px
}

.artwl_title h2 {
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400
}

.artwl_title:after {
    border-bottom: 0 solid #ccc;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleY(.5);
    width: 100%;
    z-index: 1
}

.artwl_close {
    position: absolute;
    cursor: pointer;
    outline: 0;
    top: 2px;
    right: 5px;
    z-index: 4;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: #fff;
    font-size: 19px;
    line-height: 20px;
    border-radius: 20px
}

.artwl_message {
    background: #fff;
    border-radius: 5px;
    line-height: 19px
}

.artwl_showbox .bottom {
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}
.artwl_showbox .bottom:before {
    border-top: 1px solid #e0e0e0;
    content: "";
    height: .3px;
    position: absolute;
    left: 0;
    top: -.3px;
    transform: scaleY(.3);
    width: 100%;
    z-index: 1
}

.artwl_showbox .bottom .dailog_btn {
    width: 100px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #30a0a4;
    height: 30px;
    line-height: 27px;
    background-color: #fff;
    color: #666;
    margin: 10px;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    
}
.artwl_showbox .bottom .fb-yes {
    margin-left: 62px;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    transition: background-position 1s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
    background-image: -webkit-linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
    background-image: -moz-linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
}
.artwl_showbox .bottom .fb-yes:hover {
    background-position: right center;
}
.artwl_showbox .bottom .fb-no {
    margin: 10px;
    border: 1px solid #cecdcd;
    cursor: pointer
}

.artwl_showbox .bottom .yesbut {
    width: 100px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    height: 30px;
    line-height: 27px;
    background-color: #fff;
    color: #ffffff;
    margin: 10px;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background-position 1s ease;
    background-size: 200% 100%;
    background-image: linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
    background-image: -webkit-linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
    background-image: -moz-linear-gradient(-45deg, #e70511, #fb6703 50%, #fe7601);
}
.artwl_showbox .bottom .yesbut:hover {
    background-position: right center;
}

.artwl_showbox .bottom .yespay-but {
    border-top: 1px solid #ccc;
    color: #ff2742;
    line-height: 30px;
    font-size: 16px;
    height: 46px;
    display: block;
    border: 0;
    float: none;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    cursor: pointer
}

.artwl_showbox .bottom .nopay-but {
    color: #797979;
    line-height: 30px;
    font-size: 16px;
    height: 46px;
    display: block;
    border: 0;
    float: none;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    background-color: transparent;
    cursor: pointer
}

.artwl_showbox .tipTxt {
    color: #333;
    padding: 20px 10px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
    max-height: 400px;
    overflow-y: auto;
}
@media (max-width: 850px) {
    .artwl_showbox .bottom .yesbut,
    .artwl_showbox .bottom .yespay-but,
    .artwl_showbox .bottom .nopay-but {
        font-size: .65rem;
    }
}
/* ls_alert.JS 弹出层与手机切换层 结束 */

/* swiper 开始 */
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    background-image: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 24px;
    font-family: swiper-icons;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    background-image: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 24px;
    font-family: swiper-icons;
}
/* swiper 结束 */