html {
    background: #FFF;
    color: #000;
}


/* body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, form, input, textarea, p {
    margin: 0;
    padding: 0;
} */

img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

a {
    color: inherit;
    text-decoration: none!important;
}

body {
    overflow-x: hidden;
    position: relative;
    z-index: -2;
    background: #fff;
    font-size: 12px;
    font-family: 'Microsoft YaHei', SimHei, SimYou, SimSun, Arial, iconfont;
}

.S_kefu {
    height: auto;
    width: 100%;
    margin: 0px auto;
    padding: 20px 0;
}

.S_kefu li {
    width: 16.6%;
    height: 105px;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 5px 0;
    border: 1px solid #dedede;
}

.S_kefu li a img {
    width: 180px;
    height: 94px;
}

.S_kefu li span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    display: none;
}

.S_kefu li a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}

img {
    max-width: 100%;
}

i,
em {
    font-style: normal;
}

.relative {
    position: relative;
}

a {
    text-decoration: none
}


/*bt4 position-relative可代替*/


/*内页随动背景样式*/

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}


/*沿用bootstrap3特性*/

@media(min-width:768px) {
    .visible-xs {
        display: none;
    }
}

@media(min-width:992px) {
    body {
        font-size: 15px;
    }
    /* .container {
        max-width: 95%;
    } */
    .container {
        max-width: 1400px;
    }
}

@media(min-width:1920px) {
    .container {
        max-width: 1400px;
    }
}


/*.loading:after {content:'';position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background:#90e5cf;}*/

#mheader {
    opacity: 1;
    position: fixed;
    width: 100%;
    top: 10%;
    bottom: 0;
    height: 100vh;
    padding: 20px 0px;
    z-index: 23;
    transition: all 0.3s;
}

.mlogo {
    float: left;
    width: 40%;
    margin-left: 15px;
}

.mlogo img {
    width: 100%;
}

.navigation-is-visible div.nav-trigger {
    display: block;
    color: #fff;
    z-index: 99;
    font-size: 36px;
    width: 32px;
    /* position: absolute; */
    top: 25px;
    left: 15px;
}

.navigation-is-visible #mheader {
    opacity: 1;
    z-index: 999;
}

.nav_transform1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    display: none;
    z-index: 124;
    overflow-y: scroll;
    padding: 20px 10px;
    width: 80%;
    border: 0;
    background: #FFFFFF;
    text-transform: none;
    overflow-scrolling: touch;
}

.nav_transform1 {
    transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);
    transition: transform .3s cubic-bezier(.86, 0, .07, 1);
}

.navigation-is-visible .nav_transform1 {
    -webkit-transform: none;
    transform: none;
    display: block;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -375px;
    z-index: 10;
    width: 750px;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .3s linear;
    pointer-events: none;
}

.navigation-is-visible .nav-overlay {
    opacity: 1;
    pointer-events: auto;
}

.navp1 {
    padding: 15px 0px;
    text-align: center;
    background: #334B68;
}

.navp1 img {
    max-width: 60%;
}

.navp2 {
    padding-left: 30px;
    padding-top: 20px;
    font-size: 1.4rem;
}

.navp2 b {
    font-size: 1.6rem;
    color: #D80100;
}

.navul {
    width: 90%;
    margin: 15px auto 25px;
}

.nav-item {
    position: relative;
    margin-bottom: 5px;
    list-style: none;
}

.nav-item p {
    overflow: hidden;
    line-height: 40px;
    max-height: 40px;
    font-size: 16px;
    padding: 0px 10px;
}

.nav-item p i {
    float: right;
    margin-top: 11px;
    font-size: 16px;
    color: #666;
}

.nav-item.nav-show {
    border-bottom: none;
}

.nav-item .msub {
    display: none;
    background: #f1f1f1;
    padding: 0px 16px;
    overflow: hidden;
}

.nav-item .msub a {
    line-height: 2;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
}

.nav-item .msub a.on {
    color: #D80100;
}

.nav-item.nav-show .msub {
    display: block;
}

.nav-item p a {
    float: left;
}

.nav-show p i {
    transform: rotate(90deg);
}

.nav-show.nav-item>p {
    background: #f1f1f1;
}

.nav-show>a:before,
.nav-item>a:hover:before {
    opacity: 1;
}

.navseach {
    overflow: hidden;
    margin-top: 25px;
}

.navseach_text {
    width: 180px;
    padding: 0px 15px;
    margin-left: 15px;
    height: 32px;
    line-height: 32px;
    border: solid 1px #dedede;
    float: left;
}

.navseach_btn {
    width: 75px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-left: 8px;
    background: #D80100;
    color: #fff;
    border-radius: 15px;
}

#mheader.down {
    position: fixed;
    top: 0px;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.8);
}

@media (min-width:768px) {
    .mlogo {
        width: 25%;
    }
}

@media (min-width:992px) {
    .navs {
        float: right;
        margin-top: 15px;
        margin-right: 15px;
    }
    .navs .nLi {
        float: left;
        margin-left: 20px;
        position: relative;
    }
    .navs .nLi p {
        float: left;
    }
    .navs .nLi p a {
        padding: 0px 30px;
        transition: all 0s;
        float: left;
        font-size: 1.5rem;
        color: #fff;
        height: 32px;
        line-height: 32px;
    }
    .navs .subs {
        width: 150px;
        overflow: hidden;
        display: none;
        position: absolute;
        padding: 10px 0px;
        font-size: 1.3rem;
        top: 32px;
        background: #fff;
    }
    .navs .subs a {
        float: left;
        width: 120px;
        margin-left: 15px;
        overflow: hidden;
        height: 28px;
        line-height: 28px;
    }
    .navs .subs a:hover {
        color: #D80100;
    }
    .navs .subs a.ons {
        color: #D80100;
    }
    .navs .subs.last {
        right: 0px;
    }
    .navs .nLi.on p a {
        background: #fff;
        color: #D80100;
    }
}

@media (min-width:1200px) {
    .navs {
        margin-right: 60px;
    }
    .navs .nLi p a {
        padding: 0px 35px;
        font-size: 1.8rem;
        height: 45px;
        line-height: 45px;
    }
    .navs .subs {
        width: 170px;
        padding: 15px 0px;
        font-size: 1.6rem;
        top: 45px;
    }
    .navs .subs a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-left: 20px;
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 100px;
    z-index: 99;
    /* background: rgba(8,145,255, .6); */
}

.header-nav {
    display: flex;
    z-index: 99;
}

.header-nav-slide {
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

.header-nav-slide a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.header-nav-btn {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-top: 10px;
}

.hassub-nav ul {
    visibility: hidden;
    line-height: 35px;
    transform: translateY(23px);
    position: absolute;
    top: 75px;
    /* padding: 10px 0; */
    background: rgba(51, 75, 104, .7);
    border-radius: 25px;
    overflow: hidden;
    width: 170%;
    padding: 0;
}

.header-nav-slide a:hover {
    font-weight: bold;
}

.hassub-nav ul li b {
    color: #fff;
}

.d-xl-block a {
    font-size: 25px;
}

.header-nav-slide:last-child a {
    position: relative;
}


/* .header-nav-slide:last-child a:after {content:'';display:block;position:absolute;top:50%;left:0;right:0;transform: translateY(-50%);background: #334B68;border-radius: 15px;height:30px;z-index:-1;} */

.hassub-nav ul li:nth-child(2) {
    margin-top: 5px;
}

.hassub-nav.active {
    position: relative;
}

.hassub-nav.active ul {
    visibility: visible;
}

.index01 {
    padding-top: 30px;
}

.index01-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.index01-title h2 i {
    width: 20px;
    height: 5px;
    background: #334B68;
    display: inline-block;
    margin-left: 30px;
    transform: translateY(-5px);
}

.index01-title span {
    color: rgba(41, 41, 40, .6);
}

.index01-type {
    flex-flow: row wrap;
    margin: 15px 0;
}

.index01-type-slide {
    flex-basis: 50%;
    margin: 15px 0;
}

.index01-type-slide-img {
    font-size: 24px;
    width: 50px;
    height: 40px;
    display: inline-block;
    text-align: center;
}


/*.index01-type-slide-img img {max-height:100%;}*/

.index01-type-slide-txt {
    padding-left: 15px;
}

.index01-type-slide-txt h2 {
    display: block;
    font-size: 14px;
    /* font-weight: 600; */
    margin-bottom: 5px;
}

.index01-type-slide-txt span {
    color: rgba(41, 41, 40, .6);
}

.index01-panel {
    display: none;
}

.index01-panel.active {
    display: block;
}

.index01-slide {
    margin-bottom: 20px;
}

.index01-slide-img {
    box-sizing: border-box;
    border: 3px solid #eee;
}

@media(min-width: 768px) {
    .index01-title {
        padding-left: 0;
        text-align: center;
    }
    .index01-type {
        padding-right: 0;
        flex-flow: row wrap;
        margin: 15px 0 15px;
    }
    .index01-type-slide-txt {
        padding-left: 10px;
    }
    .index01-type-slide {
        flex-basis: 25%;
        margin: 0;
    }
}

@media(min-width: 992px) {
    .index01-type-slide-img {
        height: 45px;
        font-size: 55px;
        transform: translateY(-45%);
    }
    .index01-title h2 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .index01-title h2 i {
        width: 30px;
        margin-left: 50px;
        transform: translateY(-10px);
    }
    .index01-type-slide {
        justify-content: center;
    }
    .index01-type-slide-txt {
        padding-left: 0;
    }
    .index01-type-slide-txt h2 {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 44px;
    }
    /* .index01-content {margin:35px 0;} */
    .index01-type-slide.active a,
    .index01-type-slide:hover a {
        color: #334B68;
    }
    .index01-type-slide.active a span,
    .index01-type-slide:hover span {
        color: rgba(51, 75, 104, .6);
    }
    .index01-slide-img:hover {
        box-shadow: 0 0 80px -10px #999;
        transition: all .36s ease;
    }
}

#case_m {
    display: none;
}

.index02 {
    margin-top: 30px;
    overflow: hidden;
    background: url(../images/index02_bg.jpg ) no-repeat;
    height: 650px;
}

.index02-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    color: white;
    margin: 30px auto;
}

.index02-title h2 i {
    width: 20px;
    height: 5px;
    background: #334B68;
    display: inline-block;
    margin-left: 30px;
    transform: translateY(-5px);
}

.index02-title span {
    color: rgba(41, 41, 40, .6);
}

.index02-content {
    color: #fff;
    background: #334B68;
    margin: 25px 0;
}

.index02-content a {
    color: #fff;
}

.index02-content-slide {
    border: 1px solid #e3ecf1;
    padding: 20px 15px;
}

.index02-content-slide h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.index02-content-slide span {
    line-height: 24px;
}

@media(min-width: 768px) {
    .index02-title {
        padding-left: 0;
    }
}

@media(min-width: 992px) {
    .index02-content {
        background: none;
    }
    .index02-bg {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        min-width: 1660px;
        opacity: 0;
        position: absolute;
    }
    .index02-bg img:first-child {
        transform: translateX(100px);
        opacity: 0;
        /*width: 35%;*/
    }
    .index02-bg img:last-child {
        opacity: 0;
    }
    .index02-bg.active {
        opacity: 1;
        /*visibility:visible;*/
        position: relative;
    }
    .index02-bg.active img {
        transform: translate(0);
        transition: 1s all ease;
        opacity: 1;
    }
    .index02-txt-img {
        position: absolute;
        top: 15%;
        left: 10%;
        z-index: 1;
    }
    .index02-bg-img {
        position: relative;
        left: 0;
        top: 0;
    }
    .index02-content-list {
        position: absolute;
        width: 50%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-flow: row wrap;
    }
    .index02-no-slide {
        position: relative;
        flex-basis: 50%;
        padding: 35px 6%;
    }
    .index02-content-slide {
        position: relative;
        flex-basis: 50%;
        padding: 35px 6%;
        transition: .5s all;
    }
    .index02-content-slide h2 {
        font-size: 32px;
        position: relative;
        z-index: 2;
        margin-bottom: 25px;
    }
    .index02-content-slide span {
        line-height: 28px;
        position: relative;
        z-index: 2;
    }
    .index02-content-slide:last-child {
        border-top-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
    }
    .index02-content-slide div {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #334B68;
    }
    .index02-content-slide.active,
    .index02-content-slide:hover {
        border: 1px solid rgba(0, 0, 0, 0);
        z-index: 2;
    }
    .index02-content-slide.active div,
    .index02-content-slide:hover div {
        opacity: 1;
        z-index: 1;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
        border-radius: 5px;
        box-shadow: 0 0 20px -5px #333;
        transition: all .36s ease;
    }
    .index02-title h2 {
        font-size: 40px;
        font-weight: 600;
        /* margin-bottom: 15px; */
        display: inline-block;
    }
    .index02-title h2 i {
        width: 30px;
        margin: 0 50px;
        transform: translateY(-10px);
    }
}

@media(min-width: 1200px) {
    .index02 {
        margin-top: 80px;
    }
    .index02-content {
        background: none;
        margin: 30px 0 30px;
    }
}

.index03 {
    margin-top: 30px;
    overflow: hidden;
}

.index03-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.index03-title h2 i {
    width: 20px;
    height: 5px;
    background: #334B68;
    display: inline-block;
    margin-left: 30px;
    transform: translateY(-5px);
}

.index03-title span {
    color: rgba(41, 41, 40, .6);
    width: 100%;
    text-align: center;
    display: block;
}

.index03-content {
    margin: 20px 0;
}

@media(min-width: 768px) {
    .index03-title {
        padding-left: 0;
    }
}

@media(min-width: 992px) {
    .index03-title h2 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .index03-title h2 i {
        width: 30px;
        margin: 0 50px;
        transform: translateY(-10px);
    }
    .index03-content {
        margin-top: 30px;
        text-align: center;
    }
}

@media(min-width: 1200px) {
    .index03 {
        margin-top: 70px;
    }
}

.index04 {
    margin-top: 30px;
    overflow: hidden;
    background: url("../images/index04_bg.jpg") no-repeat center;
    background-size: auto 100%;
    color: #fff;
    padding: 60px 15px;
}

.index04-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.index04-title h2 i {
    display: block;
    width: 20px;
    height: 5px;
    background: #fff;
    margin-top: 15px;
}

.index04-content p {
    line-height: 24px;
}

.index04-slide {
    margin: 30px 0;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.index04-slide:last-child {
    border: 0;
}

.index04-slide-left {
    white-space: nowrap;
    text-align: center;
}

.index04-slide-right {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

@media(min-width:768px) {
    .index04-slide-right {
        font-size: 36px;
    }
    .index04-slide-left p {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media(min-width: 992px) {
    .index04 {
        background: none;
        padding: 0;
        margin-top: 60px;
    }
    .index04 .container {
        padding: 30px 15px;
    }
    .index04-bg {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        min-width: 1660px;
    }
    .index04-title h2 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 15px;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .index04-title h2 i {
        width: 30px;
        margin-top: 30px;
    }
    .index04-content p {
        line-height: 30px;
        padding: 0 5% 0 5%;
        margin: 30px 0;
    }
    .index04-slide {
        margin: 30px 0;
    }
    .index04-slide-left {
        flex: 1;
        padding-left: 10%;
        text-align: left;
    }
    .index04-slide:first-child .index04-slide-left {
        padding-left: 0;
    }
    .index04-slide-right {
        flex: 2;
        font-size: 68px;
        text-align: left;
    }
}

@media(min-width: 1200px) {
    .index04 {
        margin-top: 30px;
        background: url(../images/index04_bg.jpg) no-repeat;
    }
}

.index05 {
    margin-top: 30px;
    overflow: hidden;
}

.index05-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.index05-title h2 i {
    width: 20px;
    height: 5px;
    background: #334B68;
    display: inline-block;
    margin-left: 30px;
    transform: translateY(-5px);
}

.index05-title span {
    color: rgba(41, 41, 40, .6);
}

a.index05-title-more {
    float: right;
    color: #b5b5b5;
    line-height: 25px;
    font-weight: normal;
    font-size: 12px;
}

.index05-content {
    padding: 30px 15px;
}

.index05-content-left i {
    color: rgba(41, 41, 40, .6);
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
}

.index05-content-left h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.index05-content-left p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: rgba(41, 41, 40, .6);
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 1px solid rgba(41, 41, 40, .2);
}

.index05-content-left-img {
    overflow: hidden;
    margin: 15px 0;
}

.index05-content-right-slide {
    border-top: 1px solid rgba(41, 41, 40, .2);
    padding: 20px 0;
    list-style: none;
}

.index05-content-right-slide:last-child {
    border-bottom: 1px solid rgba(41, 41, 40, .2);
}

.index05-content-right i {
    color: rgba(41, 41, 40, .6);
    font-style: normal;
}

.index05-content-right h2 {
    font-size: 15px;
    font-weight: 550;
    margin-bottom: 10px;
}

.index05-content-right p {
    line-height: 24px;
    color: rgba(41, 41, 40, .6);
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}

@media(min-width: 768px) {
    .index05-title {
        padding-left: 0;
    }
}

@media(min-width: 992px) {
    .index05 {
        margin-top: 60px;
    }
    .index05-title {
        margin-bottom: 10px;
    }
    .index05-title h2 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 15px;
        display: inline-block;
    }
    .index05-title h2 i {
        width: 30px;
        margin: 0 50px;
        transform: translateY(-10px);
    }
    a.index05-title-more {
        line-height: 55px;
        font-weight: bold;
        font-size: 16px;
    }
    .index05-content-left {
        padding-right: 8%;
    }
    .index05-content-left h2 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 25px;
    }
    .index05-content-left i {
        font-size: 22px;
    }
    .index05-content-left p {
        padding-left: 7%;
        margin-bottom: 50px;
    }
    .index05-content-right h2 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .index05-content-right-slide {
        padding: 50px 0;
    }
    .index05-content-right-slide-left {
        padding-left: 7%;
        box-sizing: border-box;
    }
    .index05-content-right-slide-left h2 i {
        position: absolute;
        left: 2%;
        font-weight: bold;
    }
    .index05-content-right p {
        line-height: 28px;
        height: 56px;
    }
    .index05-content-right-slide-right {
        text-align: right;
    }
    .index05-content-right-slide-right i img {
        margin-top: 30px;
    }
    .index05-content-left:hover a {
        color: #334B68;
    }
    .index05-content-right-slide:hover a {
        color: #334B68;
    }
}

@media(min-width: 1200px) {
    .index05 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}


/*product、producttype Style*/

.inbanner {
    position: relative;
    margin-bottom: 50px;
}

.inbanner-box {
    overflow: hidden;
}

.inbanner-box img {
    position: relative;
    min-width: 600px;
    transform: translateX(-50%);
    left: 50%;
}

.inbanner-panel {
    position: absolute;
    left: 0;
    bottom: -35px;
    background: #334B68;
    padding: 15px 0;
    color: #fff;
    right: 50%;
    overflow: hidden;
}

.inbanner-panel-txt {
    text-align: right;
    padding: 0 15px;
}

.inbanner-panel-txt h2 {
    font-size: 20px;
    font-weight: 600;
}

.inbanner-panel-txt span {
    display: none;
}

.inbanner-panel-txt span a {
    color: #fff;
}

.inbanner-panel-img {
    display: none;
}

@media(min-width:992px) {
    .inbanner {
        margin-bottom: 100px;
    }
    .inbanner-panel {
        padding: 0;
        bottom: -80px;
        display: flex;
        justify-content: flex-end;
    }
    .inbanner-panel-txt {
        display: inline-block;
        padding: 35px 80px 35px 0;
    }
    .inbanner-panel-txt h2 {
        margin-bottom: 20px;
        font-size: 37px;
    }
    .inbanner-panel-txt span {
        display: unset;
        font-size: 16px;
    }
    .inbanner-panel-txt span a:hover {
        font-weight: bold;
    }
    .inbanner-panel-img {
        display: unset;
        background: #0D64AA;
        text-align: center;
        padding: 35px 50px;
        line-height: 75px;
    }
}

.product-type-container {
    padding: 25px 15px;
}

.product-type-slide-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.product-type-slide-title h2 i {
    width: 20px;
    height: 5px;
    background: #334B68;
    display: inline-block;
    margin-left: 30px;
    transform: translateY(-5px);
}

.product-type-slide-content {
    margin-bottom: 25px;
}

.product-type-slide-content-slide {
    width: 50%;
    padding: 10px;
    margin-bottom: 10px;
    height: 300px;
}

.product-type-slide-content-slide-border {
    border: 3px solid #eee;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.product-type-slide-more {
    position: absolute;
    right: 0px;
}

.product-type-slide-more img {
    width: 20px;
}

.product-type-slide-content-slide-txt h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.product-type-slide-content-slide-txt p {
    line-height: 20px;
    color: rgba(46, 45, 45, .8);
    margin-bottom: 10px;
}

.product-type-slide-content-slide-txt a {
    display: inline-block;
    color: #334B68;
    line-height: 25px;
    border-radius: 12.5px;
    border: 1px solid #334B68;
    padding: 0 5px;
}

@media(min-width:992px) {
    .product-type-container {
        padding: 25px 0px;
    }
    .product-type-slide-title {
        margin-left: -15px;
    }
    .product-type-slide-title h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .product-type-slide-title h2 i {
        width: 30px;
    }
    .product-type-slide-more {
        right: -10px;
        top: 0;
    }
    .product-type-slide-more img {
        width: unset;
    }
    .product-type-slide-content {
        margin-bottom: 55px;
    }
    .product-type-slide-content-slide {
        width: 25%;
        display: flex;
    }
    .product-type-slide-content-slide-border {
        display: flex;
    }
    /* .product-type-slide-content-slide:nth-child(1),
    .product-type-slide-content-slide:nth-child(2) {width:50%;}
    .product-type-slide-content-slide:nth-child(1) .product-type-slide-content-slide-img,
    .product-type-slide-content-slide:nth-child(2) .product-type-slide-content-slide-img {width:50%;} */
    .product-type-slide-content-slide-img {
        overflow: hidden;
        width: 100%;
    }
    .product-type-slide-content-slide-txt {
        width: 50%;
        padding: 0 5%;
    }
    .product-type-slide-content-slide-txt h2 {
        font-size: 26px;
        font-weight: 500;
        margin: 20px 0;
        padding: 0 10px;
    }
    .product-type-slide-content-slide-txt p {
        line-height: 24px;
        margin-bottom: 15px;
    }
    .product-type-slide-content-slide-txt a {
        line-height: 35px;
        border-radius: 17.5px;
    }
    .product-type-slide-content-slide-txt a:hover {
        background: #334B68;
        color: #fff;
    }
    .product-type-slide-content-slide-img:hover img {
        transform: scale(1.05);
        transition: .5s all;
    }
}

@media(min-width:1200px) {
    /* .product-type-slide-content-slide:nth-child(1)>div,
    .product-type-slide-content-slide:nth-child(2)>div {padding-top:20px;padding-bottom: 20px;} */
    .product-type-slide-content-slide-txt a {
        padding: 0 20px;
    }
}

@media(min-width:1441px) {
    .product-type-slide-content-slide-txt a {
        margin: 0 5px;
    }
}


/*product、producttype Style*/

.footer {
    position: relative;
    background: #2c2c2c;
    color: #fff;
    margin-top: 30px;
    padding-top: 30px;
    line-height: 28px;
    overflow: hidden;
    width: 100%;
}

.footer h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.footer h3 {
    color: rgba(255, 255, 255, .8);
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.footer a {
    color: rgba(255, 255, 255, .4);
}

.footer a:hover {
    color: #fff;
}

.footer-left-contact {
    margin: 15px 0;
    color: rgba(255, 255, 255, .8);
}

.footer-left-slide a {
    display: block;
}

.footer-bottom {
    position: relative;
    line-height: 30px;
    padding: 10px 0;
    margin-top: 25px;
}

.footer-bottom div {
    position: relative;
    z-index: 1;
    text-align: center;
}

.footer-bottom-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1920px;
    background: #334B68;
}

.footer-message {
    padding-right: 9%;
}

.footer-right-slide {
    margin-bottom: 10px;
    padding: 5px;
}

.footer-right-slide div {
    padding: 5px 10%;
    border: 1px solid rgba(255, 255, 255, .2);
}


/*.footer-message span {color:#888;border: 0;border-bottom:1px solid rgba(88,88,88,.37);background: unset;}*/

.footer input {
    padding: 0 8px;
    color: #fff;
    border: 0;
    /*border-bottom:1px solid rgba(88,88,88,.37);*/
    background: unset;
}

.footer textarea {
    padding: 0 8px;
    color: #fff;
    border: 0;
    /*border-bottom:1px solid rgba(88,88,88,.37);*/
    background: unset;
    width: 79%;
    outline: none;
}

.footer input[type="submit"] {
    width: 100%;
    height: 100%;
    padding: 6px 0;
    background: #334B68;
    ;
    font-size: 15px;
    color: #fff;
    border: 0;
    border-radius: unset;
}

.footer input:focus {
    color: #fff;
    box-shadow: unset;
    border-color: rgba(88, 88, 88, .37);
    background: none;
    border-radius: unset;
}

@media (min-width:768px) {
    .footer-content {
        margin: 0;
    }
}

@media (min-width:992px) {
    .footer {
        padding-top: 60px;
    }
    .footer h2 {
        font-size: 30px;
    }
    .footer h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .footer-left-contact {
        margin: 25px 0 35px;
        line-height: 40px;
    }
    .footer-bottom {
        padding: 0;
        margin-top: 70px;
        line-height: 60px;
    }
    .footer-bottom div {
        text-align: left;
        padding-left: 35px;
    }
}

.inpage-container {
    padding: 45px 15px;
    background: #fff;
    position: relative;
}

.inpage-location {
    font-size: 12px;
    line-height: 35px;
    color: #9b9999;
    position: absolute;
    right: 15%;
    bottom: -70px;
}

.inpage-location a {
    font-size: 16px;
}

@media(min-width:768px) {
    .inpage-location {
        padding-left: 0;
        font-size: 14px;
    }
}


/* .page {
    margin: 10px auto;
    text-align: center;
    float: right;
    display: inline;
} */


/* .page a {
    border: #dedede 1px solid;
    padding: 3px 10px;
    margin: 3px;
    color: #666;
    display: inline-block;
} */


/* .page a:hover {
    border: #D80100 1px solid;
    color: #fff;
    background: #D80100;
}

.page a:active {
    border: #D80100 1px solid;
    color: #fff;
    background: #D80100;
} */

.page span.current {
    border: solid 1px #D80100;
    padding: 3px 15px;
    font-weight: bold;
    margin: 3px;
    color: #fff;
    background-color: #D80100;
    display: inline-block;
}

.page span.disabled {
    border: #dedede 1px solid;
    padding: 3px 10px;
    margin: 3px;
    color: #ddd;
    display: inline-block;
}

.page select {
    border: #dedede 1px solid;
    padding: 3px 0px;
    display: inline-block;
}


/*page-footer mobile footer nav*/

.page-margin {
    height: 70px;
}

#page-footer ul li {
    width: 25%;
}

.page-footer {
    z-index: 998;
    background-color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.page-footer li {
    float: left;
    height: 70px;
    line-height: 50px;
    text-align: center;
    padding: 10px 0;
}

.page-footer li a {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.page-footer li:hover {
    background: #555;
}

.page-footer li a i {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-bottom: -10px;
}

#page-footer.five ul li {
    width: 20%!important;
}

.top {
    line-height: 50px;
    font-size: 36px;
    color: #fff;
}

.top_li {
    display: none;
}

.five .top_li {
    display: block;
}


/*page-footer*/

.address {
    margin-top: 70px;
}

.address-slide {
    padding: 15px;
    text-align: center;
}

.address-slide a {
    display: block;
    color: #000;
    padding: 15px 0;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.address-slide i {
    font-size: 30px;
}

.address-slide h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.address-slide p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
}

.address-slide.on a {
    background: #334B68;
    color: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

.contact-message {
    margin-top: 30px;
}

.contact-message li {
    position: relative;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 5px 10px;
}

.contact-message li span {
    /*width: 100%;*/
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    float: left;
    padding-left: 10px;
    position: absolute;
    left: 12px;
    top: 7px;
}

.contact-message li span b {
    color: #334B68;
}

.contact-message input {
    width: 100%;
    padding: 0px 10px;
    line-height: 35px;
    padding-left: 5%;
    margin-bottom: 5px;
    border: none;
    border: 1px solid rgba(0, 0, 0, .2);
}

.contact-message-btn {
    line-height: 37px;
    border: none;
    background: #334B68;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
}

.contact-message-btn:hover {
    background: #000;
}

.s_textarea {
    width: 100%;
    padding: 0px 10px;
    line-height: 35px;
    padding-left: 2.5%;
    margin-bottom: 5px;
    border-color: rgba(0, 0, 0, .2);
}

.s_img {
    height: 37px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}

#schan4 {
    position: relative;
    width: 100%;
    height: 440px;
    margin-top: 30px;
}

#dt {
    width: 100%;
    height: 440px;
}

@media(min-width: 992px) {
    .address {
        margin-top: 180px;
    }
    .contact-message {
        margin-top: 70px;
    }
    #schan4 {
        margin-top: 90px;
    }
    .address-slide i {
        font-size: 50px;
    }
    .address-slide a {
        padding: 50px 0;
    }
    .contact-message input {
        line-height: 40px;
        height: 40px;
        margin-bottom: 15px;
        padding-left: 3%;
    }
    .s_textarea {
        line-height: 40px;
        margin-bottom: 15px;
        padding-left: 1.5%;
    }
    .s_img {
        height: 40px;
    }
    .contact-message-btn {
        line-height: 42px;
    }
}

.inpage-main-content {
    margin: 50px 0;
    line-height: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.inpage-main-title {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.inpage-main-description {
    line-height: 40px;
    font-size: 12px;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    margin: 15px 0;
    text-align: center;
}

@media(min-width:768px) {
    .inpage-main-title {
        font-size: 24px;
    }
    .inpage-main-description {
        font-size: 14px;
    }
}

@media(min-width:1400px) {
    .inpage-main-content {
        font-size: 16px;
        margin: 90px 0;
    }
    .inpage-main-title {
        font-size: 28px;
    }
    .inpage-main-description {
        line-height: 60px;
        margin: 25px 0;
    }
}

#indexNews1 {
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 60px 0;
}

#indexNews1 li {
    padding: 1rem;
    border-bottom: 1px #ddd dashed;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s;
}

.indexNews1p1 {
    color: #333;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
}

.indexNews1p2 {
    height: 25px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
}

.indexNews1p2 span i {
    margin-right: 5px;
    color: rgba(41, 41, 40, .8);
    font-style: normal;
}

.indexNews1p3 {
    line-height: 25px;
    overflow: hidden;
    color: #666;
    margin: 0.5rem 0;
    height: 52px;
}

.indexNews1_img {
    margin-bottom: 5px;
}

.indexNews1_img img {
    width: 100%;
}

#indexNews1 li:hover {
    transform: translateY(-5px);
}

#indexNews1 .indexNews1p4 {
    padding-top: 1rem
}

#indexNews1 .indexNews1p4 span {
    width: 40%;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 1rem;
    background: #f5f5f5;
    position: relative;
    display: block;
    transition: 0.4s all
}

#indexNews1 li:hover .indexNews1p4 span {
    color: #fff
}

#indexNews1 .indexNews1p4 span:before {
    content: "查看详情";
    padding-left: 15px;
    width: 0px;
    height: 2.5rem;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s all;
    z-index: 1;
    overflow: hidden;
}

#indexNews1 li:hover .indexNews1p4 span:before {
    width: 100%;
    background: rgba(51, 75, 104, .8);
    color: #fff
}

#indexNews1 .indexNews1p4 .i02 {
    width: 2.5rem;
    height: 2.5rem;
    background: #334B68;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    line-height: 2.5rem;
    display: inline-block;
    float: right;
}

@media(min-width:992px) {
    #indexNews1 {
        margin: 0px 0;
    }
    #indexNews1 .indexNews1p1 {
        font-size: 20px;
    }
    .indexNews1p3 {
        line-height: 26px;
        font-size: 14px
    }
    .indexNews1p2 {
        font-size: 14px
    }
    #indexNews1 li {
        padding: 3rem;
        float: left;
    }
    #indexNews1 .indexNews1p4 span {
        width: 160px;
        font-size: 14px;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }
    #indexNews1 .indexNews1p4 span:before {
        height: 40px;
        padding-left: 0;
    }
    #indexNews1 .indexNews1p4 .i02 {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    /*#indexNews1 li .ntxt {width:900px;float:left;}
    #indexNews1 li .npic {width:300px;float:right;}*/
    /*#indexNews1 li:nth-child(even) .ntxt {float:right;}
    #indexNews1 li:nth-child(even) .npic {float:left;}*/
    /*#indexNews1 li .npic img {border-bottom-right-radius:1em;box-shadow:10px 10px 10px rgba(0,0,0,0.3);}*/
}

.index01-slide-img img {
    height: 276px;
}

.index01-type li {
    margin-right: 1%;
    width: 15.5%;
    list-style: none;
    border-radius: 25px;
    border: 1px solid #BCBCBC;
}

@media screen and (max-width: 700px) {
    .index01-type li {
        width: 49%;
        float: left;
        margin-bottom: 10px;
    }
    .index01-type-slide {
        margin: 3px 0;
    }
    .index01-title h2 {
        text-align: center;
    }
    .index01-type-slide a {
        display: block !important;
        text-align: center;
        width: 100%;
    }
    .index01-title span {
        display: none;
    }
    .index01-type-slide-txt h2 {
        margin-bottom: 0;
    }
    .index01-type-slide-txt {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .index01-slide-img img {
        width: 100%;
        height: 100px;
    }
    .index01-slide {
        margin-bottom: 3px;
    }
    #case_pc {
        display: none;
    }
    #case_m {
        display: block;
    }
    .index02 {
        height: auto;
    }
    #case_m a {
        color: white;
    }
    .index01 {
        padding-top: 0;
    }
    .index01-type {
        margin: 0;
    }
}

.footer-bottom a {
    color: white;
}

.product-type-slide-content-slide-img img {
    height: 90%;
    width: 100%;
}

.product-type-slide-content-slide-img span {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 30px
}

.dede_pages {
    clear: both!important;
    padding: 10px 0;
    margin: 10px auto;
    text-align: center
}

.dede_pages ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0
}

.dede_pages ul li {
    list-style: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    margin: 0 2px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border: #999 1px solid;
    border-radius: 3px
}

.dede_pages ul li:hover {
    background: #334B68;
    color: #fff;
    border-radius: 3px
}

.dede_pages ul li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    margin: 0;
    color: #555;
    overflow: hidden
}

.dede_pages ul li a:hover {
    color: #fff;
    overflow: hidden;
    text-decoration: none
}

.dede_pages ul li.thisclass {
    padding: 0 12px;
    background: #334B68;
    border: #334B68 1px solid;
    color: #fff;
    font-weight: 700
}

.dede_pages ul li.thisclass a {
    padding: 0;
    color: #fff
}

.company01 {
    margin-top: 70px;
}

.company01-title {
    margin-bottom: 25px;
}

.company01-title h2 {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.company01-title i {
    display: inline-block;
    height: 5px;
    width: 30px;
    margin-left: 25px;
    background: #334B68;
}

.company01-title span {
    display: block;
    color: rgba(41, 41, 40, .6);
    line-height: 24px;
}

.company01-content .row>p {
    text-align: justify;
    line-height: 24px;
    padding: 0 15px;
    color: rgba(41, 41, 40, .8);
}

.company01-slide {
    margin: 30px 0;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.company01-slide:last-child {
    border: 0;
}

.company01-slide-left {
    white-space: nowrap;
    text-align: center;
}

.company01-slide-left p {
    font-size: 24px;
}

.company01-slide-right {
    color: #334B68;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

@media(min-width:768px) {
    .company01-slide-right {
        font-size: 36px;
    }
    .company01-slide-left p {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media(min-width: 992px) {
    .company01 {
        margin-top:85px;
    }
    .company01-title h2 {
        font-size: 40px;
    }
    .company01-title i {
        margin-left: 55px;
    }
    .company01-title span {
        display: inline-block;
        line-height: 30px;
        padding-left: 55px;
    }
    .company01-content .row>p {
        line-height: 32px;
    }
    .company01-slide {
        margin: 60px 0 75px;
    }
    .company01-slide-left {
        flex: 1;
        padding-left: 20%;
        text-align: left;
    }
    .company01-slide-left p {
        font-size: 30px;
    }
    .company01-slide-right {
        flex: 2;
        font-size: 68px;
        text-align: left;
    }
}

.company02 {
    overflow: hidden;
}

.company02-content {
    padding-bottom: 50px;
}

.company02-content-top {
    position: relative;
    left: 55%;
    top: 20px;
    min-width: 1000px;
    background: #334B68;
    line-height: 50px;
    height: 50px;
    color: #fff;
    z-index: 999;
}

.company02-content-top h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    padding-left: 20px;
}

.company02-btn {
    display: inline-block;
    padding-left: 20px;
    font-size: 24px;
}

.company02-btn i {
    outline: none;
    cursor: pointer;
}

.company02-content .swiper-container {
    box-shadow: 0 0 5px -5px #000;
}

.company02-content-bottom {
    position: absolute;
    right: 55%;
    bottom: 20px;
    min-width: 1000px;
    background: #334B68;
    height: 50px;
}

@media(min-width:992px) {
    .company02-content-top {
        height: 100px;
        line-height: 100px;
        top: 60px;
    }
    .company02-content-bottom {
        height: 100px;
        bottom: -20px;
    }
    .company02-content-top h3 {
        font-size: 30px;
        padding-left: 5%;
    }
    .company02-btn {
        font-size: 36px;
        padding-left: 20%;
    }
}

.company03 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.company03-title {
    margin-bottom: 25px;
}

.company03-title h2 {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.company03-title i {
    display: inline-block;
    height: 5px;
    width: 30px;
    margin-left: 25px;
    background: #334B68;
}

@media(min-width: 992px) {
    .company03 {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .company03-title h2 {
        font-size: 40px;
    }
    .company03-title i {
        margin-left: 55px;
        transform: translateY(-10px);
    }
    .company03-title span {
        display: inline-block;
        line-height: 30px;
        padding-left: 55px;
    }
}

@media(min-width: 1200px) {
    .company03 {
        margin-bottom: 120px;
    }
}

.ejlm {
    width: 100%;
    float: right;
}

.ejlm a {
    width: 25%;
    float: right;
    text-align: right;
}

@media screen and (max-width: 700px) {
    .header {
        line-height: 40px;
    }
    .company01-title {
        margin: 0;
    }
    .company01-title span {
        display: none;
    }
    .company01-title h2 {
        width: 100%;
        text-align: center;
    }
    .company01-title h2 i {
        display: none;
    }
    #about {
        padding: 1rem;
    }
    .company01 {
        margin-top: 30px;
    }
    .product-type-slide-content-slide {
        height: 200px;
    }
    .product-type-slide-content-slide-img img {
        height: 131px;
    }
    .address-slide p {
        height: auto;
    }
    .indexNews1p2 {
        display: none;
    }
    .indexNews1p4 {
        display: none;
    }
    .footer h2 {
        margin-top: 10px;
        margin-bottom: 0;
    }
    #indexNews1 {
        margin: 30px 0;
    }
    .index04-title h2 {
        text-align: center;
    }
    .index04-content p i {
        font-size: 20px;
    }
    .index03-title h2 {
        text-align: center;
    }
    .index03-content {
        margin: 5px 0;
    }
    .S_kefu {
        padding: 0;
    }
    .S_kefu li {
        width: 30%;
        height: auto;
        margin-right: 3%;
    }
    .S_kefu li a img {
        width: auto;
        height: auto;
    }
    .bb {
        display: none;
    }
    .footer-bottom {
        margin-bottom: 20px;
    }
}

.al_nr {
    background: rgba(237, 237, 237, .7);
    height: 503px;
    padding: 24px 20px 21px 25px;
    box-sizing: border-box;
    position: relative;
}

.al_n {
    border: 1px solid white;
    height: 456px;
    padding-left: 19px;
}

.al_n .tempWrap {
    width: 1334px!important;
}

.al_n li {
    float: left;
    width: 344px;
    padding: 19px 21px 0 0px;
    border-right: 1px solid white;
    height: 437px;
    margin-right: 19px;
}

.al_n li i {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    display: block;
}

.al_n li i img {
    width: 100%;
    transition: all 0.5s;
}

.al_n li:hover i img {
    transform: scale(1.1);
}

.al_n li h4 a {
    display: block;
    height: 58px;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding-top: 10px;
    text-align: center;
    line-height: 58px;
}

.al_n li:hover h4 a {
    color: #334B68;
}

.al_n li p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    height: 124px;
    padding-top: 6px;
    border-bottom: 1px dashed white;
}

.al_n li em {
    display: block;
    text-align: right;
}

.al_n li em a {
    font-size: 14px;
    color: #334B68;
    padding-right: 18px;
    background: url(../images/al_ico1.jpg) no-repeat right;
    display: inline-block;
    margin-top: 20px;
}

.al_n li:last-child {
    margin: 0;
    border: 0;
}

.al_j1,
.al_j2 {
    position: absolute;
    top: 247px;
}

.al_j1 {
    left: -70px;
}

.al_j2 {
    right: -70px;
}

.logo-m {
    display: none;
}

@media screen and (max-width: 700px) {
    .logo-pc {
        display: none;
    }
    .logo-m {
        display: block;
    }
}

.inpage-location a {
    font-size: 16px;
}

.in_list {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-top: 0px;
    text-align: center;
}

.in_list a {
    line-height: 10px;
    padding: 14px 22px;
    border: 1px solid #c2c2c2;
    margin-right: 6px;
    margin-left: 6px;
    display: inline-block;
    background: #fff;
    transition: 0.3s linear;
}

.in_list a:hover {
    background: #7AC38D;
    color: #fff;
}
.ym{padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    display: table;
    margin: auto;}
.ym a{float:left; border:solid 1px #e3e3e3; padding:5px 10px 5px 10px; color:#545454; margin-right:5px; margin-bottom:5px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ym a:hover{background:#5c5c5c; color:#FFF; border:solid 1px #5c5c5c;}

a.page-num-current {
    background: #4F85FE;
    color: #FFF;
    border: solid 1px #4F85FE;
}
.ym span  {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}

.header .logo img{
    width: 196px;
}