body {
    min-width: 300px;
}

ul, li, p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a:focus {
    outline: none;
}

a {
    text-decoration: none !important;
}

.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (min-width: 1900px) {
    .container {
        width: 1430px;
    }
}

/* 导航 */

.navbar {
    margin-bottom: 0;
    width: 100%;
    margin: 0 auto;
    background: 0;
    border: none;
    z-index: 9999;
    transition: all 0.3s;
    border-radius: 0;
}

.nav_page {
    position: relative;
}

.navbar .container-fluid {
    max-width: 1580px;
}

.navbar-brand {
    padding-top: 18px;
    height: auto;
}

.navbar .nav li {
    position: relative;
    overflow: hidden;
    padding: 0 35px;
}

.nav_page .nav li a {
    color: #262c35;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e60012;
}

.nav > li > a.one {
    position: relative;
    padding: 0;
    line-height: 82px;
    color: #000000;
    font-size: 18px;
}

.navbar .nav li.hover a.one {
    color: #e60012;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand > img.nlogo {
    display: block;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    transition: all ease .2s;
    position: relative;
}

.navbar-default .navbar-toggle .icon-bar.bar2 {
    opacity: 0;
}

.navbar-default .navbar-toggle .icon-bar.bar1 {
    transform: translateZ(0) rotate(45deg);
    -webkit-transform: translateZ(0) rotate(45deg);
    top: 10px;
}

.navbar-default .navbar-toggle .icon-bar.bar3 {
    transform: translateZ(0) rotate(-45deg);
    -webkit-transform: translateZ(0) rotate(-45deg);
    bottom: 2px;
}

.navbar-default .navbar-toggle.collapsed .icon-bar.bar2 {
    opacity: 1;
}

.navbar-default .navbar-toggle.collapsed .icon-bar.bar1 {
    transform: translateZ(0) rotate(0);
    -webkit-transform: translateZ(0) rotate(0);
    top: 0;
}

.navbar-default .navbar-toggle.collapsed .icon-bar.bar3 {
    transform: translateZ(0) rotate(0);
    -webkit-transform: translateZ(0) rotate(0);
    bottom: 0;
}

.navbar .nav li:hover {
    overflow: visible;
}

.navbar .nav li ul {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-out;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    top: 85px;
    padding: 20px 0;
}

.navbar .nav li ul li {
    padding: 0;
}

.navbar .nav li ul li a {
    color: #fff !important;
    line-height: 35px;
    display: block;
}

.navbar .nav li:hover ul {
    opacity: 1;
    top: 82px;
}

.navbar .nav li ul li:hover a {
    background-color: rgba(0, 0, 0, .2);
}

.indexnav .nav li a.one {
    color: #000000;
    font-size: 18px;
}

.indexnav.navbar .nav li ul {
    background-color: rgba(0, 0, 0, .5);
}

.min {
    position: fixed !important;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    top: 0;
}

.indexnav.min {
    background-color: #004e97;
}

.topmenu {
    margin-top: 30px;
}

.topmenu a {
    width: 22px;
    height: 22px;
    margin: 0 25px;
    position: relative;
    overflow: hidden;
    background: url(../../images/topmenu.png) no-repeat 0 0;
}

.nav_page .topmenu a::after {
    display: none;
}

.topmenu a:last-child {
    margin-right: 0;
}

.topmenu a::after {
    content: " ";
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(238, 238, 238, .32);
    position: absolute;
    left: -24px;
}

.nav_page .topmenu a::after {
    background: #f2f2f2;
}

.topmenu a:first-child::after {
    display: none;
}

.topmenu a img {
    width: 127px;
    position: absolute;
    top: 51px;
    left: -60px;
    opacity: 0;
}

.topmenu a:hover {
    overflow: visible;
}

.topmenu a:hover img {
    opacity: 1;
}

.nav_page.navbar-default .navbar-toggle .icon-bar {
    background: #d7000f;
}

.navbar-brand h1, .navbar-brand h2 {
    margin: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .navbar .nav li {
        padding: 0 26px;
    }

    .navbar .nav li a.one {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .navbar .nav li {
        padding: 0 18px;
    }

    .navbar .nav li a.one {
        font-size: 14px;
    }

    .navbar .nav li ul li a {
        font-size: 12px;
        line-height: 30px;
    }

    .navbar .nav li ul {
        padding: 15px 0;
    }

    .navbar-brand > img {
        width: 130px;
        margin-top: 5px;
    }
}

@media (max-width: 1060px) {
    .navbar .nav li {
        padding: 0 14px;
    }
}

@media (max-width: 1000px) {
}

@media (max-width: 960px) {
    .navbar-brand > img {
        width: 110px;
        margin-top: 0;
    }

    .nav > li > a.one {
        line-height: 66px;
    }

    .navbar .nav li:hover ul {
        top: 66px;
    }
}

@media (max-width: 930px) {
    .navbar .nav li a.one {
        font-size: 13px;
    }

    .navbar .nav li {
        padding: 0 8px;
    }
}

@media (max-width: 790px) {
    .navbar .nav li {
        padding: 0 6px;
    }
}

@media (max-width: 768px) {
    .navbar {
        position: relative;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #c8000b;
    }

    .indexnav.min {
        background-color: #fff;
    }

    .navbar-default .navbar-brand {
        padding-top: 0;
        padding-bottom: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-default .navbar-brand img {
        width: 110px;
        margin-top: 6px;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

    .navbar .nav li {
        padding: 0;
        border-bottom: 1px solid #f6f6f6;
    }

    .navbar .nav li a.one {
        font-size: 18px;
        line-height: 60px;
        color: #000;
        width: 110px;
    }

    .navbar .nav li ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0;
        display: none;
        position: relative;
        top: 0;
        opacity: 1;
        background: #fff;
    }

    .navbar .nav li:hover ul {
        top: 0;
    }

    .navbar .nav li ul li a {
        line-height: 40px;
        color: #000 !important;
        font-size: 14px;
        text-align: left;
        padding-left: 20px;
    }

    .navbar {
        padding: 0;
        min-height: 42px;
    }

    .navbar-header {
        padding: 5px 0;
    }

    .navbar-brand {
        width: 35%;
        display: block;
        height: 42px;
    }

    .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: 0;
    }

    .navbar-default .navbar-toggle {
        border: 0;
    }

    .navbar-nav {
        padding: 0 15px;
        height: 92vh;
        background: #fff;
        margin-bottom: 0;
        margin-top: 0;
        border-top: 1px solid #f6f6f6;
    }

    .navbar-collapse {
        border-top: 0;
    }

    .navbar .nav li a {
        font-size: 14px;
    }

    .indexnav.navbar .nav li ul {
        background: 0;
    }

    .navbar .nav li a.two::after {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 85vw;
        background: url(../../images/promise.png) no-repeat 0 -100px;
        background-size: 20px;
        top: 50%;
        margin-top: -8px;
        transform: rotate(-90deg);
    }

    .navbar .nav li a.two.xz::after {
        transform: rotate(-270deg);
    }
}

.wapbanner {
    display: none;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-pagination {
    bottom: 50px;
}

.banner .swiper-pagination-bullet {
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    width: 100px;
    background: #e60012;
}

@media (max-width: 768px) {
    .banner .swiper-pagination-bullet {
        width: 30px;
        height: 7px;
        background: #fff;
        opacity: .62;
        border-radius: 20px;
    }

    .banner .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .banner .swiper-pagination {
        bottom: 20px;
    }

    .banner {
        display: none;
    }

    .wapbanner {
        display: block;
    }
}

.imgbtn {
    justify-content: space-around;
    margin-top: 55px;
}

.imgbtn .tab {
    width: 440px;
    height: 330px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    padding-left: 15px;
    padding-top: 195px;
}

.imgbtn .tab:first-child {
    background: url(../../images/imgbtn1.jpg) no-repeat center;
}

.imgbtn .tab:first-child + .tab {
    background: url(../../images/imgbtn2.jpg) no-repeat center;
}

.imgbtn .tab:first-child + .tab + .tab {
    background: url(../../images/imgbtn3.jpg) no-repeat center;
}

.imgbtn .tab span {
    display: block;
    font-size: 24px;
    line-height: 40px;
}

.imgbtn .tab p {
    font-size: 16px;
}

.imgbtn .tab a {
    display: block;
    font-size: 14px;
    color: #dbb866;
    width: 130px;
    line-height: 30px;
    margin-top: 10px;
    transition: .3s ease-out;
}

.imgbtn .tab a:hover {
    box-shadow: none;
}

@media (max-width: 1900px) {
    .imgbtn .tab {
        width: 32%;
        height: 300px;
        padding-top: 190px;
    }
}

@media (max-width: 1200px) {
    .imgbtn .tab {
        width: 290px;
        height: 230px;
        padding-top: 90px;
    }

    .imgbtn .tab span {
        font-size: 24px;
    }

    .imgbtn .tab p {
        font-size: 18px;
    }

    .imgbtn .tab a {
        width: 110px;
        font-size: 15px;
        border-radius: 6px;
    }
}

@media (max-width: 992px) {
    .imgbtn {
        margin-top: 40px;
    }

    .imgbtn .tab {
        width: 220px;
        height: 180px;
        padding-top: 80px;
        padding-left: 20px;
    }

    .imgbtn .tab span {
        font-size: 18px;
        line-height: 30px;
    }

    .imgbtn .tab p {
        font-size: 14px;
    }

    .imgbtn .tab a {
        width: 80px;
        font-size: 12px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .imgbtn {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .imgbtn .tab {
        width: 100%;
        height: 230px;
        padding-top: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 15px;
        padding-left: 20px;
        box-sizing: border-box;
        justify-content: flex-end;
        padding-bottom: 20px;
        border-radius: 5px;
    }

    .imgbtn .tab span {
        font-size: 16px;
    }

    .imgbtn .tab p {
        margin-top: 2px;
        font-size: 12px;
    }

    .imgbtn .tab a {
        width: 80px;
        font-size: 10px;
        line-height: 18px;
        margin-top: 6px;
    }

    .imgbtn .tab:first-child {
        background: url(../../images/imgbtn1-wap.jpg) no-repeat center/cover;
    }

    .imgbtn .tab:first-child + .tab {
        background: url(../../images/imgbtn2-wap.jpg) no-repeat center/cover;
    }

    .imgbtn .tab:first-child + .tab + .tab {
        background: url(../../images/imgbtn3-wap.jpg) no-repeat center/cover;
    }
}

.need {
    margin-top: 46px;
}

.needtit {
    text-align: center;
}

.needtit span {
    display: block;
    font-size: 24px;
    color: #000000;
}

.needtit p {
    color: #000000;
    font-size: 18px;
    font-weight: 200;
    margin-top: 6px;
}

.icobtn {
    justify-content: space-around;
    text-align: center;
}

.icobtn .tab span {
    display: block;
    font-size: 20px;
    color: #000000;
    margin-top: 12px;
}

.icobtn .tab p {
    color: #000000;
    font-size: 16px;
    margin-top: 6px;
}

.icobtn .tab em {
    font-style: normal;
    font-size: 9px;
}

.icobtn .tab a {
    display: block;
    border-radius: 6px;
    font-weight: 200;
    width: 150px;
    line-height: 50px;
    background: #920606;
    color: #fff;
    font-size: 18px;
    margin: 22px auto 0 auto;
}

/*.icobtn .tab:nth-child(3) a {*/
/*    margin: 2px auto 0 auto;*/
/*}*/

@media (max-width: 1200px) {
    .needtit span {
        font-size: 24px;
    }

    .needtit p {
        font-size: 18px;
    }

    .icobtn .tab p {
        font-size: 16px;
        margin-top: 30px;
    }

    .icobtn .tab a {
        font-size: 18px;
        line-height: 42px;
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    .needtit span {
        font-size: 24px;
    }

    .needtit p {
        font-size: 18px;
        color: gray;
    }

    .icobtn .tab img {
        width: 80px;
    }

    .icobtn .tab p {
        font-size: 22px;
        margin-top: 20px;
    }

    .icobtn .tab a {
        font-size: 14px;
        line-height: 36px;
        margin-top: 10px;
        width: 120px;
    }
}

@media (max-width: 768px) {
    .needtit span {
        font-size: 20px;
    }

    .needtit p {
        font-size: 16px;
        color: gray;
    }
    .need {
        margin-top: 30px;
    }

    .icobtn {
        flex-wrap: wrap;
    }

    .icobtn .tab {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding: 30px 0;
        border-bottom: 1px dashed #ccc;
    }

    .icobtn .tab:last-child {
        border-bottom: 0;
    }
    .icobtn .tab span{
        font-size: 18px;
    }
    .icobtn .tab p {
        font-size: 14px;
        margin-top: 0;
        position: relative;
        padding-top: 10px;
        margin-bottom: 20px;
        color: gray;
        font-weight: 200;
    }

    .icobtn .tab:nth-child(3) p {
        margin-bottom: 2px;
    }

    .icobtn .tab a {
        font-size: 14px;
        line-height: 32px;
        margin-top: 10px;
        width: 100px;
    }

    .icobtn .tab:nth-child(3) a {
        margin: 30px auto 0 auto;
    }

    /*.icobtn .tab p::before {*/
    /*	content: " ";*/
    /*	display: block;*/
    /*	width: 60px;*/
    /*	height: 60px;*/
    /*	position: absolute;*/
    /*	top: 0;*/
    /*	left: 50%;*/
    /*	margin-left: -30px;*/
    /*}*/
    /*.icobtn .tab:first-child p::before {*/
    /*	background: url(../../images/need1-wap.png) no-repeat center;*/
    /*	background-size: 60px;*/
    /*}*/
    /*.icobtn .tab:first-child+.tab p::before {*/
    /*	background: url(../../images/need2-wap.png) no-repeat center;*/
    /*	background-size: 60px;*/
    /*}*/
    /*.icobtn .tab:first-child+.tab+.tab p::before {*/
    /*	background: url(../../images/need3-wap.png) no-repeat center;*/
    /*	background-size: 60px;*/
    /*}*/
    /*.icobtn .tab:first-child+.tab+.tab+.tab p::before {*/
    /*	background: url(../../images/need4-wap.png) no-repeat center;*/
    /*	background-size: 60px;*/
    /*}*/
}

.service {
    padding-bottom: 100px;
}

.wapservice {
    display: none;
}

.service .box {
    justify-content: space-around;
    margin-top: 130px;
}

.wapservice .box {
    width: 100%;
}

.service .box p {
    box-sizing: border-box;
    width: 267px;
    line-height: 77px;
    color: #2a2929;
    font-size: 18px;
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
}

.service .box p:first-child, .service .box p:first-child + p + p {
    background: #dbdbdb;
}

@media (max-width: 1900px) {
    .service .box p {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .service {
        padding-bottom: 80px;
    }

    .service .box {
        margin-top: 110px;
    }

    .service .box p {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .service .box {
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .service .box p {
        margin-bottom: 5px;
        width: 49%;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .service {
        padding-bottom: 0;
    }

    .service .box {
        margin-top: 40px;
    }

    .service .box p {
        width: 48%;
        line-height: 40px;
        font-size: 10px;
        margin-bottom: 10px;
    }

    .service .box p:first-child + p + p {
        background: #fff;
    }

    .service .box p:first-child, .service .box p:first-child + p {
        background: #dbdbdb;
    }
}

/* footer */

.footer {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 68px;
}

.footer .dfbox {
    justify-content: space-around;
}

.footer .fleft img {
    display: block;
}

.footer .fleft img.flogo {
    width: 176px;
    margin-top: 50px;
}

.footer .fleft img.fewm {
    margin-top: 30px;
}

.footer .fnav {
    justify-content: color: #000;;
    text-align: center;
    margin-left: 160px;
}

.footer .ft, .footer .fnav ul li:first-child a {
    font-size: 24px;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 20px;
}

.footer .fnav ul {
    margin: 0 40px;
}

.footer .fnav li a {
    font-size: 18px;
    color: #222222;
    line-height: 36px;
}

.foot_shop a {
    display: block;
    width: 38px;
    height: 188px;
    background: url(../../images/fshop.png) no-repeat center;
    margin: 0 auto;
    margin-top: 30px;
}

.copy {
    padding-top: 15px;
    padding-bottom: 80px;
    position: relative;
}

.copy p {
    font-size: 18px;
    color: #000000;
    line-height: 50px;
    padding-left: 45px;
    margin-left: 85px;
}

.copy p a {
    color: #000000;
}

.copy p:first-child {
    background: url(../../images/loc.png) no-repeat left center;
}

.footer .home {
    display: none;
}

.copy .gs {
    position: absolute;
    right: 0;
    top: 30px;
    border: 1px solid #ddd;
    padding: 2px;
}

@media (max-width: 1900px) {
    .footer .ft, .footer .fnav ul li:first-child a {
        font-size: 22px;
    }

    .footer .fnav ul {
        margin: 0 30px;
    }

    .footer .fnav li a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .footer .fnav {
        margin-left: 0;
    }

    .footer .ft {
        font-size: 18px;
    }

    .footer .fnav li a {
        font-size: 14px;
        line-height: 32px;
    }
}

@media (max-width: 992px) {
    .footer {
        padding-bottom: 60px;
    }

    .footer .fleft img.flogo {
        width: 150px;
    }

    .footer .fnav ul {
        margin: 0px 15px;
    }

    .footer .ft {
        font-size: 15px;
    }

    .footer .fnav li a {
        font-size: 13px;
        line-height: 32px;
    }

    .copy {
        padding-bottom: 30px;
    }

    .copy p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .h_link {
        padding-bottom: 40px;
        font-size: 12px;
        margin-top: 10px;
    }

    .copy {
        padding-bottom: 80px;
    }

    .copy p:first-child {
        background-size: 25px;
    }

    .copy .gs {
        left: 50%;
        margin-left: -80px;
        top: auto;
        bottom: 5px;
    }

    .footer .home {
        display: block;
    }

    .footer {
        border: none;
        padding: 0;
    }

    .footer .fleft {
        display: none;
    }

    .footer .dfbox {
        flex-wrap: wrap;
    }

    .footer .fnav {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 20px;
        background: #eee;
        box-sizing: border-box;
        padding: 20px 15px;
        padding-bottom: 30px;
        text-align: left;
    }

    .footer .fnav ul {
        width: 100%;
        margin: 0;
        height: 50px;
        overflow: hidden;
        transition: .3s ease-out;
        border-bottom: 1px solid #8f8f8f;
        padding: 0 10px;
    }

    .footer .fnav .ft, .footer .fnav ul li:first-child a {
        font-size: 14px;
        line-height: 50px;
        margin-top: 0;
        margin-bottom: 0;
        color: #000;
        padding-left: 0;
        position: relative;
    }

    .footer .fnav .ft::after {
        content: " ";
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 12px;
        background: url(../../images/h-arrow.png) no-repeat center;
        background-size: 7px;
    }

    .footer .fnav .ft.xx::after {
        transform: rotate(90deg);
    }

    .footer .fnav ul.auto {
        height: 190px;
    }

    .foot_shop {
        display: none;
    }

    .copy {
        padding-bottom: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .copy p {
        margin-left: 0;
        font-size: 12px;
        background-size: 25px;
        padding-left: 30px;
        background-size: 20px;
        line-height: 40px;
    }

    .footer .fnav li a {
        font-size: 12px;
        color: #777;
        padding-left: 15px;
        border-bottom: 1px dotted #666;
        display: block;
    }

    .footer .fnav ul li:last-child a {
        border: none;
        padding-bottom: 20px;
    }

    .service {
        display: none;
    }

    .wapservice {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.nban {
    height: 439px;
    position: relative;
}

.pos {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    background: rgba(255, 255, 255, .5);
    width: 100%;
}

.pos a {
    color: #2f2f2f;
}

@media (max-width: 768px) {
    .nban {
        height: 200px;
        background-size: cover !important;
    }

    .pos {
        line-height: 40px;
        font-size: 12px;
    }
}

.main {
    margin-bottom: 30px;
}

.sear_pro {
    padding-top: 60px;
}

.sear_pro p {
    font-size: 60px;
    color: #1d1d1d;
    text-align: center;
}

.sear_pro form {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.sear_pro form input {
    width: 100%;
    box-sizing: border-box;
    border: 3px solid #383838;
    padding-left: 36px;
    line-height: 98px;
    border-radius: 10px;
    padding-right: 100px;
    color: #383838;
    font-size: 30px;
    box-shadow: inset 6px 6px 2px 0 rgba(33, 63, 125, .47);
}

.sear_pro form input:focus {
    outline: 0;
}

.sear_pro form button {
    cursor: pointer;
    width: 80px;
    background: url(../../images/s.png) no-repeat center;
    height: 80px;
    border: none;
    position: absolute;
    right: 0;
    top: 12px;
}

.plist_menu {
    justify-content: space-around;
    padding: 30px 50px;
    box-shadow: 0 10px 10px -2px rgba(0, 0, 0, .1);
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 40px;
}

.plist_menu a {
    color: #686868;
    position: relative;
    padding-top: 70px;
}

.plist_menu a::before {
    content: " ";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
}

.plist_menu a:first-child::before {
    background: url(../../images/pmenu.png) no-repeat 0 0;
}

.plist_menu a:first-child + a::before {
    background: url(../../images/pmenu.png) no-repeat -170px 0;
}

.plist_menu a:first-child + a + a::before {
    background: url(../../images/pmenu.png) no-repeat -346px 0;
}

.plist_menu a:first-child + a + a + a::before {
    background: url(../../images/pmenu.png) no-repeat -516px 0;
}

.plist_menu a:first-child + a + a + a + a::before {
    background: url(../../images/pmenu.png) no-repeat -708px 0;
}

.plist_menu a:first-child + a + a + a + a + a::before {
    background: url(../../images/pmenu.png) no-repeat -906px 0;
}

.plist {
    margin-top: 100px;
}

.plist ul {
    flex-wrap: wrap;
    max-width: 1350px;
    margin: 0 auto;
}

.plist li {
    text-align: center;
    margin-bottom: 56px;
    transition: .3s ease-out;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 20px;
}

.plist li a {
    border-bottom: 1px solid #e4e4e4;
    display: block;
    padding-bottom: 20px;
}

.plist li img {
    width: 100%;
}

.plist li span {
    display: block;
    font-size: 18px;
    color: #2c2c2c;
    margin-top: 25px;
    transition: .3s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plist li p {
    color: #939393;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plist li:hover {
    border-color: #e60012;
}

.plist li:hover span {
    color: #e60012;
}

@media (max-width: 1900px) {
    .plist_menu {
        max-width: 100%;
    }

    .plist li {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .main {
        margin-bottom: 50px;
    }

    .sear_pro {
        padding-top: 40px;
    }

    .sear_pro p {
        font-size: 26px;
    }

    .sear_pro form {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .sear_pro form input {
        width: 100%;
        font-size: 14px;
        line-height: 40px;
        padding-left: 15px;
    }

    .sear_pro form button {
        width: 40px;
        height: 40px;
        background-size: 18px;
        right: 20px;
    }

    .plist_menu {
        padding: 0;
        box-shadow: none;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .plist_menu a {
        width: 33.3333%;
        text-align: center;
        margin-bottom: 20px;
    }

    .plist {
        margin-top: 0;
    }

    .plist ul {
        justify-content: space-between;
        margin: 0 -10px;
    }

    .plist li {
        width: 50%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .plist li span {
        font-size: 14px;
        margin-top: 10px;
    }

    .plist li p {
        font-size: 12px;
        margin-top: 5px;
    }
}

.submenu {
    border-bottom: 2px solid #eee;
}

.submenu a {
    font-size: 16px;
    color: #2f2f2f;
    padding: 0 40px;
    line-height: 80px;
    display: block;
    position: relative;
}

.submenu a::after {
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    background: #e60012;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.submenu a.hover {
    color: #e60012;
}

.submenu a.hover::after {
    width: 100%;
}

@media (max-width: 1200px) {
    .submenu a {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .submenu a {
        padding: 0 20px;
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .submenu .container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .submenu .container::before, .submenu .container::after {
        display: none;
    }

    .submenu a {
        display: block;
        width: 25%;
        text-align: center;
        margin: 0;
        line-height: 40px;
        box-sizing: border-box;
        font-size: 14px;
        padding: 0;
    }
}

@media (max-width: 400px) {
    .submenu a {
        width: 33.333%;
    }
}

.list {
    margin-top: 58px;
}

.list li {
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.list li a {
    align-items: center;
}

.list img {
    width: 285px;
}

.list .nr {
    width: 70%;
    box-sizing: border-box;
    padding-left: 66px;
}

.list .nr h3 {
    font-size: 20px;
    color: #363636;
    margin: 0;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list .nr span {
    font-size: 20px;
    color: #b7b7b7;
    display: block;
    margin-top: 10px;
}

.list .nr p {
    color: #797979;
    line-height: 26px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list .nr i {
    display: block;
    font-style: normal;
    color: #3c3c3c;
    font-family: "宋体";
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    height: 36px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    margin-top: 15px;
}

.list a:hover i {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
}

@media (max-width: 1200px) {
    .list li {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .list img {
        width: 200px;
    }

    .list .nr {
        width: 80%;
        padding-left: 30px;
    }

    .list .nr h3 {
        font-size: 16px;
    }

    .list .nr span {
        font-size: 16px;
    }

    .list .nr p {
        font-size: 12px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .list .nr i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .list {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .list {
        margin-top: 30px;
    }

    .list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .list img {
        width: 30%;
    }

    .list .nr {
        width: 70%;
        padding-left: 15px;
    }

    .list .nr h3 {
        font-size: 14px;
    }

    .list .nr span, .list .nr i {
        display: none;
    }
}

.showtop {
    margin-top: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.showtop h1 {
    font-size: 22px;
}

.showtop p span {
    color: #999;
    margin: 0 5px;
    line-height: 40px;
    font-size: 13px;
}

.content {
    line-height: 30px;
}

.content img {
    max-width: 100%;
    height: auto;
    line-height: 30px;
}

.prepage {
    line-height: 30px;
    margin: 30px 0;
}

@media (max-width: 1200px) {
    .showtop {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .showtop {
        margin-top: 30px;
    }

    .showtop h1 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .showtop p span {
        font-size: 12px;
    }

    .showtop p span:first-child {
        display: none;
    }
}

/* æ–°é—»è¯¦æƒ…ç›¸å…³æ–°é—» */

.show .df {
    justify-content: space-between;
}

.show .df .showleft {
    width: 66%;
}

.show .df .showright {
    width: 25%;
}

.show .df .showright .srt {
    font-size: 22px;
    margin-top: 70px;
    margin-bottom: 20px;
}

.show .df .showright li a {
    display: block;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dotted #ddd;
    font-size: 16px;
}

.show .df .showright li a:hover {
    color: #004e97;
}

.show .df .showright li a span {
    display: inline-block;
    width: 26px;
    line-height: 26px;
    text-align: center;
    background: #ddd;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
}

.show .df .showright li:first-child a span {
    background: #ee0200;
}

.show .df .showright li:first-child + li a span {
    background: #ee6a0c;
}

.show .df .showright li:first-child + li + li a span {
    background: #faab0e;
}

@media (max-width: 1200px) {
    .show .df .showright .srt {
        margin-top: 50px;
    }

    .show .df .showright li a {
        font-size: 14px;
    }

    .show .df .showright li a span {
        width: 20px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    .showtop h1 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .show .df {
        flex-wrap: wrap;
    }

    .show .df .showleft {
        width: 100%;
    }

    .show .df .showright {
        width: 100%;
        margin-bottom: 50px;
    }

    .show .df .showright .srt {
        margin-top: 30px;
    }
}

.js {
    background: url(../../images/abbg.jpg) no-repeat center;
    padding-bottom: 110px;
}

.js .js_top {
    text-align: center;
    margin-top: 110px;
}

.js .js_top .js_top_tit {
    font-size: 48px;
    color: #2f2f2f;
    font-weight: 200;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.js .js_top .js_top_tit span {
    font-size: 59px;
    color: #e60012;
    font-weight: bold;
    font-family: Arial;
    margin-right: 10px;
}

.js .js_top_info span {
    display: block;
    font-size: 42px;
    color: #212121;
}

.js .js_top_info p {
    color: #212121;
    font-size: 36px;
    font-weight: 200;
}

.js .js_info {
    text-align: left;
    font-size: 15px;
    color: #4f4d4d;
    line-height: 28px;
    width: 800px;
    margin-left: 65px;
    margin-top: 100px;
}

.js .js_info p {
    margin-bottom: 28px;
}

@media (max-width: 1500px) {
    .js .js_top {
        margin-top: 90px;
    }

    .js .js_top .js_top_tit {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .js .js_top .js_top_tit span {
        font-size: 50px;
    }

    .js .js_top_info span {
        font-size: 36px;
    }

    .js .js_top_info p {
        font-size: 30px;
    }

    .js .js_info {
        width: 700px;
        font-size: 14px;
        line-height: 26px;
        margin-left: 30px;
        margin-top: 80px;
    }

    .js .js_info p {
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .js .js_top {
        margin-top: 70px;
    }

    .js .js_top .js_top_tit {
        font-size: 30px;
    }

    .js .js_top .js_top_tit span {
        font-size: 40px;
    }

    .js .js_top_info span {
        font-size: 28px;
    }

    .js .js_top_info p {
        font-size: 24px;
    }

    .js .js_info {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .js {
        background-size: cover;
        padding-bottom: 90px;
    }

    .js .js_top {
        margin-top: 40px;
    }

    .js .js_top .js_top_tit {
        font-size: 24px;
    }

    .js .js_top .js_top_tit span {
        font-size: 30px;
    }

    .js .js_top_info span {
        font-size: 22px;
    }

    .js .js_top_info p {
        font-size: 16px;
    }

    .js .js_info {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 20px;
    }

    .js .js_info p {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}

.wh {
    margin-top: 90px;
    padding-bottom: 160px;
}

.wh_tit {
    text-align: center;
    font-size: 42px;
    color: #212121;
    position: relative;
    padding-bottom: 10px;
}

.wh_tit::after {
    content: " ";
    display: block;
    width: 42px;
    height: 2px;
    background: #e60012;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
}

.wh ul {
    justify-content: space-between;
    margin-top: 42px;
}

.wh li {
    width: 32%;
    height: 440px;
    position: relative;
}

.wh ul li:first-child {
    background: url(../../images/wh1.jpg) no-repeat center/cover;
}

.wh ul li:first-child + li {
    background: url(../../images/wh2.jpg) no-repeat center/cover;
}

.wh ul li:first-child + li + li {
    background: url(../../images/wh3.jpg) no-repeat center/cover;
}

.wh ul li .box {
    width: 90%;
    position: absolute;
    background: #f9f9f9;
    height: 170px;
    right: 0;
    bottom: -80px;
    box-sizing: border-box;
    padding-left: 24px;
    padding-top: 30px;
    color: #3c3c3c;
}

.wh ul li .box span {
    display: block;
    font-size: 30px;
}

.wh ul li .box p {
    font-size: 15px;
    line-height: 23px;
    margin-top: 2px;
}

.wh ul li:hover .box {
    background: #e60012;
    color: #fff;
}

@media (max-width: 1500px) {
    .wh_tit {
        font-size: 35px;
    }

    .wh {
        margin-top: 70px;
        padding-bottom: 140px;
    }

    .wh li {
        height: 400px;
    }

    .wh ul li .box {
        padding-left: 25px;
        padding-right: 10px;
        padding-top: 20px;
        height: 140px;
        bottom: -60px;
    }

    .wh ul li .box span {
        font-size: 24px;
    }

    .wh ul li .box p {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .wh_tit {
        font-size: 30px;
    }

    .wh {
        margin-top: 50px;
        padding-bottom: 120px;
    }

    .wh ul {
        margin-top: 35px;
    }

    .wh li {
        height: 340px;
    }

    .wh ul li .box {
        padding-top: 15px;
        padding-left: 20px;
        height: 120px;
        bottom: -50px;
    }

    .wh ul li .box span {
        font-size: 20px;
    }

    .wh ul li .box p {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .wh li {
        height: 300px;
    }

    .wh ul li .box {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wh {
        margin-top: 30px;
        padding-bottom: 170px;
    }

    .wh ul {
        margin-top: 20px;
    }

    .wh_tit {
        font-size: 24px;
    }

    .wh li {
        height: 90px;
        background-size: 100% !important;
    }

    .wh ul li .box {
        padding: 10px;
        height: auto;
        bottom: auto;
        top: 90px;
    }

    .wh ul li .box span {
        font-size: 16px;
        text-align: center;
    }

    .wh ul li .box p {
        font-size: 12px;
        text-align: center;
    }
}

.zl {
    background: url(../../images/zl.jpg) no-repeat center;
    padding-top: 96px;
    padding-bottom: 200px;
}

.zl .wh_tit {
    color: #322525;
}

.zl .box {
    width: 720px;
    margin-left: 70px;
    margin-top: 110px;
}

.zl .box p {
    font-size: 23px;
    color: #3c3c3c;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 30px;
}

.zl .box p i {
    font-weight: bold;
    color: #e60012;
    font-size: 48px;
}

@media (max-width: 1200px) {
    .zl {
        padding-top: 70px;
        background-size: cover;
        padding-bottom: 130px;
    }

    .zl .box {
        margin-top: 80px;
        margin-left: 20px;
    }

    .zl .box p {
        font-size: 18px;
    }

    .zl .box p i {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .zl {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .zl .box {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }

    .zl .box p {
        font-size: 15px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .zl .box p i {
        font-size: 32px;
    }
}

.ln {
    margin-top: 90px;
    margin-bottom: 90px;
}

.ln #contrast2 {
    justify-content: center;
    margin-top: 80px;
}

.ln #contrast2 a {
    margin: 0 110px;
    position: relative;
    padding-left: 60px;
    padding-bottom: 30px;
}

.ln #contrast2 a::before {
    content: " ";
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
}

.ln #contrast2 a:first-child::before {
    background: url(../../images/ln.png) no-repeat 4px 0;
}

.ln #contrast2 a:first-child + a::before {
    background: url(../../images/ln.png) no-repeat -60px 0;
}

.ln #contrast2 p {
    color: #212121;
    font-size: 25px;
}

.ln #contrast2 span {
    font-size: 16px;
    color: #8d8d8d;
    display: block;
    margin-top: 3px;
}

.ln #contrast2 a.active {
    background: url(../../images/arrow.png) no-repeat 18px bottom;
}

.ln .swiper-tabs2 {
    margin-top: 50px;
}

.ln .swiper-tabs2 p {
    text-align: center;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 29px;
}

@media (max-width: 1200px) {
    .ln {
        margin-top: 60px;
        margin-bottom: 70px;
    }

    .ln #contrast2 {
        margin-top: 60px;
    }

    .ln .swiper-tabs2 {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .ln #contrast2 a {
        margin: 0 60px;
    }
}

@media (max-width: 768px) {
    .ln {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .ln #contrast2 {
        justify-content: space-between;
        margin-top: 40px;
    }

    .ln #contrast2 a {
        margin: 0;
        padding-left: 42px;
    }

    .ln #contrast2 p {
        font-size: 18px;
    }

    .ln #contrast2 span {
        font-size: 12px;
    }

    .ln #contrast2 a:first-child::before {
        background: url(../../images/ln.png) no-repeat 0 0;
        background-size: 80px;
        width: 40px;
        height: 40px;
    }

    .ln #contrast2 a:first-child + a::before {
        background: url(../../images/ln.png) no-repeat -46px 0;
        background-size: 80px;
    }

    .ln #contrast2 a.active {
        background: url(../../images/arrow.png) no-repeat center bottom;
    }

    .ln .swiper-tabs2 {
        margin-top: 20px;
    }

    .ln .swiper-tabs2 p {
        font-size: 14px;
        line-height: 28px;
    }
}

.kb {
    background: url(../../images/kbbg.jpg) no-repeat center;
    padding-top: 70px;
    padding-bottom: 96px;
}

.kb .container {
    position: relative;
}

.kb .swiper-kb {
    margin-top: 70px;
    max-width: 1300px;
}

.kb .swiper-slide img {
    width: 100%;
}

.kb .kb-next, .kb .kb-prev {
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    background: #ef8200;
    border-radius: 100%;
    top: 340px;
}

.kb .kb-next::after, .kb .kb-prev::after {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 1900px) {
    .kb .kb-next, .kb .kb-prev {
        top: 320px;
    }
}

@media (max-width: 1200px) {
    .kb {
        padding-top: 50px;
    }

    .kb .swiper-kb {
        margin-top: 50px;
    }

    .kb .kb-next, .kb .kb-prev {
        width: 40px;
        height: 40px;
        top: 250px;
    }
}

@media (max-width: 992px) {
    .kb .kb-next, .kb .kb-prev {
        top: 210px;
    }
}

@media (max-width: 768px) {
    .kb {
        padding-top: 40px;
    }

    .kb .swiper-kb {
        margin-top: 30px;
    }

    .kb .kb-next, .kb .kb-prev {
        width: 20px;
        height: 20px;
        top: 170px;
    }

    .kb .kb-next::after, .kb .kb-prev::after {
        font-size: 10px;
    }
}

.photo ul {
    flex-wrap: wrap;
    margin-top: 50px;
}

.photo li {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 10px;
}

.photo li img {
    width: 100%;
}

.photo li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}

@media (max-width: 1200px) {
    .photo ul {
        margin-top: 40px;
    }

    .photo li {
        padding: 0 10px;
    }

    .photo li p {
        font-size: 14px;
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .photo {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .photo ul {
        margin: 0 -10px;
        margin-top: 30px;
    }

    .photo li {
        width: 50%;
        padding: 0 8px;
    }
}

.pagebox {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .pagebox {
        margin-top: 20px;
    }
}

.pagebox .link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    line-height: 30px;
}

.pagebox .link a {
    color: #333;
    margin: 0 10px;
}

.pagebox .link a:hover {
    color: #e60012;
}

/* 招商加盟 */

.ys {
    margin-top: 60px;
}

.ys_info {
    text-align: center;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ys_info span {
    display: block;
    font-size: 30px;
    color: #e60012;
    margin-top: 30px;
}

.ys_info i {
    font-size: 18px;
    color: #212121;
    font-style: normal;
    margin-top: 10px;
    display: block;
}

.ys_info p {
    font-size: 16px;
    color: #505050;
    line-height: 25px;
    font-weight: 200;
    margin-top: 35px;
}

.ys img {
    max-width: 100%;
}

.ys a.more {
    display: block;
    width: 222px;
    height: 53px;
    line-height: 53px;
    background: url(../../images/arrow2.png) no-repeat 156px center #e60012;
    color: #fff;
    font-size: 15px;
    border-radius: 100px;
    box-sizing: border-box;
    padding-left: 70px;
    margin: 0 auto;
    margin-top: 45px;
}

@media (max-width: 1200px) {
    .ys {
        margin-top: 50px;
    }

    .ys_info {
        margin-bottom: 30px;
    }

    .ys_info span {
        font-size: 24px;
    }

    .ys_info i {
        font-size: 16px;
    }

    .ys_info p {
        font-size: 14px;
        margin-top: 25px;
    }

    .ys a.more {
        width: 170px;
        height: 46px;
        background: url(../../images/arrow2.png) no-repeat 130px center #e60012;
        line-height: 46px;
        padding-left: 50px;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .ys {
        margin-top: 40px;
    }

    .ys_info {
        margin-bottom: 20px;
    }

    .ys_info span {
        font-size: 18px;
        margin-top: 25px;
    }

    .ys_info i {
        font-size: 14px;
    }

    .ys_info p {
        font-size: 12px;
        font-weight: normal;
        margin-top: 20px;
        line-height: 22px;
    }

    .ys a.more {
        width: 140px;
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        margin-top: 30px;
        padding-left: 40px;
        background: url(../../images/arrow2.png) no-repeat 110px center #e60012;
    }
}

.tj {
    background: url(../../images/tjbg.jpg) no-repeat center;
    margin-top: 94px;
    padding-top: 70px;
    padding-bottom: 100px;
}

.tj .tjinfo {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.tj .tj_top h4 {
    font-size: 42px;
    color: #212121;
    position: relative;
    margin-bottom: 20px;
}

.tj .tj_top h4::after {
    content: " ";
    display: block;
    width: 42px;
    height: 2px;
    background: #e60012;
    position: absolute;
    left: 280px;
    bottom: 6px;
}

.tj .tj_top span {
    display: block;
    font-size: 18px;
    color: #505050;
    font-weight: 200;
    line-height: 26px;
    padding-right: 35px;
}

.tj .tj-swiper {
    height: 310px;
    margin-top: 45px;
}

.tj .tj-swiper .swiper-slide {
    padding-right: 70px;
    height: auto;
}

.tj .tj-swiper .swiper-slide p {
    font-size: 19px;
    color: #505050;
    font-weight: 200;
    line-height: 35px;
}

.tj .swiper-scrollbar-drag {
    background: #e60012;
}

@media (max-width: 1500px) {
    .tj {
        margin-top: 80px;
    }

    .tj .tjinfo {
        padding-left: 0;
    }

    .tj .tj_top h4 {
        font-size: 36px;
    }

    .tj .tj_top h4::after {
        left: 240px;
    }

    .tj .tj_top span {
        font-size: 16px;
    }

    .tj .tj-swiper {
        margin-top: 35px;
    }

    .tj .tj-swiper .swiper-slide {
        padding-right: 60px;
    }

    .tj .tj-swiper .swiper-slide p {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .tj {
        padding-top: 40px;
        margin-top: 60px;
        padding-bottom: 60px;
        background-size: cover;
    }

    .tj .tj_top h4 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .tj .tj_top h4::after {
        left: 185px;
    }

    .tj .tj_top span {
        font-size: 14px;
        line-height: 24px;
    }

    .tj .tj-swiper {
        margin-top: 20px;
    }

    .tj .tj-swiper .swiper-slide p {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 992px) {
    .tj {
        padding-top: 30px;
    }

    .tj .tjinfo {
        width: 52%;
    }

    .tj .tj_top h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .tj .tj_top h4::after {
        left: 145px;
        bottom: 3px;
    }

    .tj .tj_top span {
        font-size: 12px;
        line-height: 20px;
        padding-right: 20px;
    }

    .tj .tj-swiper {
        height: 240px;
    }

    .tj .tj-swiper .swiper-slide {
        padding-right: 20px;
    }

    .tj .tj-swiper .swiper-slide p {
        font-size: 13px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .tj {
        background: url(../../images/tjbg.jpg) no-repeat left center;
        background-size: cover;
        position: relative;
        margin-top: 40px;
    }

    .tj .tj_top h4 {
        text-align: center;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .tj .tj_top h4::after {
        left: 50%;
        margin-left: -21px;
        bottom: 0;
    }

    .tj::after {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(250, 250, 250, .9);
        left: 0;
        top: 0;
    }

    .tj .tjinfo {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .tj .tj_top span {
    }
}

.lc {
    margin-top: 90px;
}

.lcbox {
    background: url(../../images/lc.jpg) no-repeat top center;
    padding-top: 175px;
    margin-top: 59px;
}

.lc ul {
    justify-content: space-around;
    text-align: center;
}

.lc li {
    width: 16.6666%;
    position: relative;
    padding-top: 35px;
}

.lc li span {
    display: block;
    font-size: 18px;
}

.lc li p {
    font-size: 12px;
    color: #666;
}

.lc li::before {
    content: " ";
    display: block;
    color: #dadada;
    font-size: 22px;
    position: absolute;
    top: -2px;
    width: 100%;
}

.lc ul li:first-child::before {
    content: "01";
}

.lc ul li:first-child + li::before {
    content: "02";
}

.lc ul li:first-child + li + li::before {
    content: "03";
}

.lc ul li:first-child + li + li + li::before {
    content: "04";
}

.lc ul li:first-child + li + li + li + li::before {
    content: "05";
}

.lc ul li:first-child + li + li + li + li + li::before {
    content: "06";
}

@media (max-width: 1900px) {
    .lcbox {
        background-size: 1090px;
        padding-top: 150px;
    }
}

@media (max-width: 1200px) {
    .lc {
        margin-top: 60px;
    }

    .lcbox {
        background-size: 900px;
        padding-top: 125px;
    }

    .lc li span {
        font-size: 16px;
    }

    .lc li p {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .lc {
        margin-top: 40px;
    }

    .lcbox {
        background-size: 680px;
        padding-top: 92px;
        margin-top: 30px;
    }

    .lc li {
        padding-top: 24px;
    }

    .lc li::before {
        font-size: 18px;
    }

    .lc li span {
        font-size: 14px;
    }

    .lc li p {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .lc {
        margin-top: 30px;
    }

    .lc-scroll {
        overflow: scroll;
    }

    .lcbox {
        width: 720px;
    }
}

.hall {
    background: #f9f9f9;
    margin-top: 110px;
    padding-top: 100px;
}

.hall .halltit {
    text-align: center;
}

.hall .halltit span {
    display: block;
    font-size: 40px;
    color: #e60012;
    font-weight: bold;
    font-family: Arial;
}

.hall .halltit p {
    font-size: 42px;
    color: #2f2f2f;
    line-height: 40px;
}

.hall .halltit i {
    font-style: normal;
    font-size: 20px;
    color: #2f2f2f;
    font-weight: 200;
    margin-top: 37px;
    display: block;
}

.hall .hall_left {
    margin-top: 100px;
}

.hall .hall_left_top span {
    display: block;
    width: 198px;
    height: 49px;
    line-height: 49px;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #e60012;
}

.hall .hall_left_top p {
    color: #2f2f2f;
    font-size: 25px;
    font-weight: 200;
    line-height: 37px;
    margin-top: 25px;
}

.hall .hall_left ul {
    margin-top: 170px;
}

.hall .hall_left li {
    border-right: 1px dotted #c3c4c4;
    padding-left: 10px;
    padding-right: 16px;
}

.hall .hall_left li:first-child {
    border-left: 1px dotted #c3c4c4;
}

.hall .hall_left li span {
    display: block;
    font-size: 35px;
    font-weight: bold;
    color: #d70d18;
    line-height: 35px;
    position: relative;
}

.hall .hall_left li p {
    font-size: 12px;
}

.hall .hall_left ul li span::after {
    font-size: 10px;
    font-weight: normal;
    color: #524f4e;
    position: absolute;
    top: -5px;
    display: block;
    right: -10px;
}

.hall .hall_left ul li:first-child span::after {
    content: "余人";
}

.hall .hall_left ul li:first-child + li span::after {
    content: "网点";
    right: -22px;
}

.hall .hall_left ul li:first-child + li + li span::after {
    content: "余店";
    right: 4px;
}

.hall .hall_left ul li:first-child + li {
    padding-right: 30px;
}

.hall .hall_left ul li:first-child + li + li {
    padding-right: 10px;
}

@media (max-width: 1500px) {
    .hall {
        margin-top: 80px;
        padding-top: 80px;
    }

    .hall .halltit span {
        font-size: 33px;
    }

    .hall .halltit p {
        font-size: 35px;
    }

    .hall .halltit i {
        font-size: 18px;
    }

    .hall .hall_left_top span {
        width: 190px;
        height: 46px;
        line-height: 46px;
        font-size: 22px;
    }

    .hall .hall_left_top p {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .hall {
        margin-top: 60px;
        padding-top: 60px;
    }

    .hall .halltit span {
        font-size: 28px;
    }

    .hall .halltit p {
        font-size: 30px;
    }

    .hall .hall_zl img {
        width: 600px;
    }

    .hall .halltit i {
        font-size: 16px;
        margin-top: 25px;
    }

    .hall .hall_zl img {
        width: 580px;
    }

    .hall .hall_left_top span {
        width: 180px;
        height: 44px;
        line-height: 44px;
        font-size: 20px;
    }

    .hall .hall_left_top p {
        font-size: 19px;
    }

    .hall .hall_left ul {
        margin-top: 90px;
    }
}

@media (max-width: 992px) {
    .hall {
        margin-top: 50px;
        padding-top: 50px;
    }

    .hall .hall_zl img {
        width: 390px;
    }

    .hall .hall_left {
        margin-top: 50px;
    }

    .hall .hall_left_top span {
        font-size: 16px;
        width: 150px;
        height: 38px;
        line-height: 38px;
    }

    .hall .hall_left_top p {
        font-size: 16px;
        line-height: 34px;
    }

    .hall .hall_left ul {
        margin-top: 40px;
    }

    .hall .hall_left li {
        width: 114px;
        text-align: center;
    }

    .hall .hall_left li span {
        font-size: 24px;
    }

    .hall .hall_left ul li span::after {
        right: -2px;
    }

    .hall .hall_left ul li:first-child + li span::after {
        right: -15px;
    }
}

@media (max-width: 768px) {
    .hall {
        margin-top: 40px;
        padding-top: 30px;
    }

    .hall .halltit span {
        font-size: 22px;
    }

    .hall .halltit p {
        font-size: 24px;
    }

    .hall .halltit i {
        font-size: 13px;
        margin-top: 15px;
    }

    .hall .hall_zl {
        flex-wrap: wrap;
    }

    .hall .hall_left {
        margin-top: 30px;
        width: 100%;
    }

    .hall .hall_left_top span {
        font-size: 14px;
        width: 120px;
        height: 34px;
        line-height: 34px;
        margin: 0 auto;
    }

    .hall .hall_left_top p {
        font-size: 14px;
        line-height: 30px;
        margin-top: 15px;
        text-align: center;
    }

    .hall .hall_left ul {
        justify-content: space-around;
        margin-top: 30px;
    }

    .hall .hall_zl img {
        width: 100%;
        margin-top: 20px;
    }
}

.dm {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 90px;
}

.dm .container {
    position: relative;
}

.dm .dm-swiper {
    margin-top: 42px;
}

.dm .swiper-slide img {
    width: 100%;
}

.dm .swiper-slide p {
    font-size: 19px;
    color: #212121;
    text-align: center;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dm .dm-next, .dm .dm-prev {
    width: 52px;
    height: 52px;
    background: #ef8200;
    border-radius: 100%;
    margin-top: 0;
}

.dm .dm-next::after, .dm .dm-prev::after {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.dm .dm-next {
    right: -60px;
}

.dm .dm-prev {
    left: -60px;
}

.dm .swiper-button-next.swiper-button-disabled, .dm .swiper-button-prev.swiper-button-disabled {
    background: #fff;
    border: 1px solid #ccc;
}

.dm .swiper-button-next.swiper-button-disabled::after, .dm .swiper-button-prev.swiper-button-disabled::after {
    color: #bebebe;
}

@media (max-width: 1200px) {
    .dm .dm-prev {
        left: 0;
    }

    .dm .dm-next {
        right: 0;
    }

    .dm .swiper-slide p {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .dm {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .dm .swiper-slide p {
        font-size: 14px;
        margin-top: 15px;
    }

    .dm .dm-next, .dm .dm-prev {
        width: 30px;
        height: 30px;
        margin-top: 10px;
    }
}

.pages {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.pages span, .pages a {
    padding: 0 10px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #777;
    margin: 0 5px;
    border-radius: 2px;
}

.pages a:hover {
    border-color: #e60012;
    color: #e60012;
}

.pages .current {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
}

@media (max-width: 992px) {
    .pages .all, .pages .pageindex {
        display: none;
    }

    .pages span, .pages a {
        font-size: 12px;
        padding: 0 6px;
        line-height: 20px;
        margin: 0 3px;
    }
}

@media (max-width: 768px) {
    .pages {
        flex-wrap: wrap;
    }

    .pages span, .pages a {
        font-size: 10px;
        padding: 0 4px;
        line-height: 16px;
        margin: 0 1px;
    }
}

.subsub {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.subsub a {
    color: #828282;
    margin: 0 15px;
}

.subsub a.hover, .subsub a:hover {
    color: #e60012;
}

.h_cpbox {
    background: #eaebec;
    margin-bottom: 100px;
}

.h_pmenu {
    justify-content: center;
    margin-top: 66px;
    height: 700px;
    align-items: flex-start;
    position: relative;
    z-index: 999;
}

.h_pmenu .item {
    width: 336px;
    height: 414px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 5px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0 rgba(35, 66, 128, .29);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.h_pmenu .item p.sub1 {
    font-size: 24px;
    color: #494949;
    margin-top: 55px;
}

.h_pmenu .item a.more {
    font-size: 24px;
    color: #a11e05;
    width: 30px;
    height: 31px;
    box-sizing: border-box;
    border: 2px solid #a11e05;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 25px;
    transition: .3s ease-out;
}

.h_pmenu .item a.more:hover {
    background: #a11e05;
    color: #fff;
}

.h_pmenu .item .sub2 {
    position: absolute;
    left: 0;
    top: 414px;
    width: 255px;
    box-sizing: border-box;
    opacity: 0;
    transition: .3s ease-out;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    z-index: 99;
}

.h_pmenu .item .sub2 p {
    background: #fff;
    line-height: 60px;
    color: #636363;
    font-size: 18px;
    padding-left: 16px;
    padding-right: 20px;
    border-top: 1px solid #2e2e2e;
}

.h_pmenu .item .sub2 .sub2_item {
    width: 255px;
    overflow: hidden;
    position: relative;
}

.h_pmenu .item .sub2 .sub2_item:first-child p {
    border-top: 1px solid #f6f7f9;
}

.h_pmenu .item .sub2 .sub2_item p::after {
    content: ">";
    font-size: 30px;
    color: #2c2c2c;
    position: absolute;
    right: 22px;
}

.h_pmenu .item .sub3 {
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 265px;
    width: 255px;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: .3s ease-out;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.h_pmenu .item .sub2 .sub2_item::after {
    content: " ";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
}

.h_pmenu .item .sub2 .sub2_item:first-child + .sub2_item .sub3 {
    top: -61px;
}

.h_pmenu .item .sub2 .sub2_item:first-child + .sub2_item + .sub2_item .sub3 {
    top: -122px;
}

.h_pmenu .item .sub3 a {
    line-height: 60px;
    font-size: 18px;
    color: #2e2d2d;
    padding-left: 16px;
    border-top: 1px solid #2e2e2e;
}

.h_pmenu .item .sub3 a::after {
    content: ">";
    font-size: 30px;
    color: #2c2c2c;
    position: absolute;
    right: 22px;
}

.h_pmenu .item .sub3 a:first-child {
    border-top: 1px solid #f6f7f9;
}

.h_pmenu .item:hover .sub2 {
    opacity: 1;
    left: 10px;
}

.h_pmenu .item .sub2 .sub2_item:hover, .h_pmenu .item:hover {
    overflow: visible;
}

.h_pmenu .item .sub2 .sub2_item:hover .sub3 {
    left: 275px;
    opacity: 1;
}

.h_pmenu .item .sub2 .sub2_item a:hover p, .h_pmenu .item .sub3 a:hover {
    background: #d7000f;
    color: #fff;
}

.h_pmenu .item .sub2 .sub2_item a:hover p::after, .h_pmenu .item .sub3 a:hover::after {
    color: #fff;
}

.nser .box {
    margin-top: 0;
}

.nser .box p:first-child, .nser .box p:first-child + p + p {
    background: #494949;
    color: #fff;
}

@media (max-width: 1900px) {
    .sear_pro p {
        font-size: 50px;
    }

    .sear_pro form {
        width: 1000px;
    }

    .sear_pro form input {
        line-height: 80px;
        font-size: 28px;
    }

    .sear_pro form button {
        top: 2px;
    }

    .h_pmenu {
        height: 600px;
    }

    .h_pmenu .item {
        height: 360px;
    }

    .h_pmenu .item img {
        width: 150px;
    }

    .h_pmenu .item p.sub1 {
        margin-top: 30px;
        font-size: 22px;
    }

    .h_pmenu .item .sub2 {
        top: 360px;
    }

    .h_pmenu .item .sub2 p {
        font-size: 16px;
        line-height: 50px;
    }

    .h_pmenu .item .sub2 .sub2_item p::after {
        font-size: 26px;
    }

    .h_pmenu .item .sub3 a {
        font-size: 16px;
        line-height: 50px;
    }

    .h_pmenu .item .sub3 a::after {
        font-size: 26px;
    }

    .h_pmenu .item .sub2 .sub2_item:first-child + .sub2_item .sub3 {
        top: -51px;
    }

    .h_pmenu .item .sub2 .sub2_item:first-child + .sub2_item + .sub2_item .sub3 {
        top: -102px;
    }

    .h_pmenu .item .sub2 .sub2_item:hover .sub3 {
        left: 265px;
    }
}

@media (max-width: 1200px) {
    .h_cpbox {
        margin-bottom: 60px;
    }

    .sear_pro p {
        font-size: 40px;
    }

    .sear_pro form {
        width: 800px;
    }

    .sear_pro form input {
        line-height: 60px;
        font-size: 24px;
        padding-left: 25px;
        box-shadow: inset 4px 4px 3px 0 rgba(33, 63, 125, .47);
    }

    .sear_pro form input {
        border: 2px solid #383838;
    }

    .sear_pro form button {
        width: 60px;
        height: 60px;
        background-size: 30px;
    }

    .h_pmenu {
        height: 500px;
    }

    .h_pmenu .item {
        height: 290px;
    }

    .h_pmenu .item img {
        width: 120px;
    }

    .h_pmenu .item p.sub1 {
        margin-top: 20px;
        font-size: 18px;
    }

    .h_pmenu .item a.more {
        margin-top: 15px;
    }

    .h_pmenu .item .sub2 {
        top: 290px;
    }

    .h_pmenu .item:hover .sub2 {
        left: 0;
    }
}

@media (max-width: 992px) {
    .sear_pro p {
        font-size: 30px;
    }

    .sear_pro form {
        width: 600px;
    }

    .sear_pro form input {
        line-height: 50px;
        font-size: 18px;
        padding-left: 15px;
        box-shadow: inset 3px 3px 3px 0 rgba(33, 63, 125, .47);
    }

    .sear_pro form button {
        width: 52px;
        height: 52px;
        background-size: 25px;
    }

    .h_pmenu {
        margin-top: 50px;
        height: 400px;
    }

    .h_pmenu .item {
        height: 240px;
    }

    .h_pmenu .item img {
        width: 90px;
    }

    .h_pmenu .item p.sub1 {
        font-size: 16px;
    }

    .h_pmenu .item a.more {
        font-size: 20px;
        width: 26px;
        height: 27px;
        border: 1px solid #a11e05;
        margin-top: 10px;
    }

    .h_pmenu .item .sub2 {
        top: 240px;
        width: 180px;
    }

    .h_pmenu .item .sub2 .sub2_item {
        width: 180px;
    }

    .h_pmenu .item .sub2 p {
        font-size: 14px;
        line-height: 42px;
    }

    .h_pmenu .item .sub2 .sub2_item p::after {
        font-size: 20px;
    }

    .h_pmenu .item .sub3 {
        width: 180px;
        left: 185px;
    }

    .h_pmenu .item .sub2 .sub2_item:hover .sub3 {
        left: 190px;
    }

    .h_pmenu .item .sub3 a {
        font-size: 14px;
        line-height: 42px;
    }

    .h_pmenu .item .sub3 a::after {
        font-size: 20px;
    }

    .h_pmenu .item .sub2 .sub2_item:first-child + .sub2_item .sub3 {
        top: -43px;
    }

    .h_pmenu .item .sub2 .sub2_item:first-child + .sub2_item + .sub2_item .sub3 {
        top: -87px;
    }
}

@media (max-width: 768px) {
    .h_cpbox {
        margin-bottom: 40px;
    }

    .sear_pro p {
        font-size: 22px;
    }

    .sear_pro form {
        width: 90%;
        padding: 0 15px;
        margin-top: 25px;
    }

    .sear_pro form input {
        padding-left: 12px;
        line-height: 40px;
        font-size: 15px;
        box-shadow: inset 2px 2px 2px 0 rgba(33, 63, 125, .47);
    }

    .sear_pro form button {
        width: 42px;
        height: 42px;
        background-size: 20px;
    }

    .h_pmenu {
        margin-top: 30px;
        height: 400px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 25px;
    }

    .h_pmenu .item {
        width: 49%;
        margin: 0;
        height: 180px;
    }

    .h_pmenu .item img {
        width: 70px;
    }

    .h_pmenu .item p.sub1 {
        font-size: 14px;
        margin-top: 10px;
    }

    .h_pmenu .item a.more {
        font-size: 16px;
        width: 20px;
        height: 21px;
        margin-top: 6px;
        border-radius: 6px;
    }
}

.h_bg {
    background: #eaebec;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.h_plist .item {
    margin-top: 80px;
}

.h_plist .h_plist_lm {
    display: block;
    font-size: 32px;
    color: #202020;
    position: relative;
    padding-left: 24px;
    margin-bottom: 28px;
}

.h_plist .h_plist_lm::before {
    content: " ";
    display: block;
    width: 6px;
    height: 34px;
    background: #a11e05;
    position: absolute;
    left: 0;
    top: 6px;
}

.h_plist .item ul {
    flex-wrap: wrap;
    margin-left: -12px;
}

.h_plist .item li {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 12px;
    margin-bottom: 30px;
}

.h_plist .item li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    align-items: center;
    border-radius: 10px;
    box-shadow: 2px 2px 6px 0 rgba(115, 115, 115, .34);
    padding-top: 30px;
    padding-bottom: 80px;
    transition: .3s ease-out;
}

.h_plist .item li a:hover {
    box-shadow: 2px 2px 6px 2px rgba(115, 115, 115, .6);
}

.h_plist .item li img {
    width: 80%;
    max-width: 100%;
}

.h_plist .item li span {
    display: block;
    font-size: 20px;
    color: #a11e05;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.h_plist .item li p {
    font-size: 21px;
    color: #191919;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.h_plist .item li i {
    display: block;
    width: 51px;
    height: 44px;
    background: url(../../images/check.png) no-repeat center;
    margin-top: 55px;
}

@media (max-width: 1900px) {
    .h_plist .h_plist_lm {
        font-size: 30px;
        padding-left: 20px;
    }

    .h_plist .h_plist_lm::before {
        width: 5px;
        height: 30px;
        top: 7px;
    }

    .h_plist .item li a {
        padding-bottom: 50px;
    }

    .h_plist .item li span {
        font-size: 18px;
        margin-top: 16px;
    }

    .h_plist .item li p {
        font-size: 19px;
        margin-top: 0px;
    }

    .h_plist .item li i {
        margin-top: 30px;
    }
}

@media (max-width: 1200px) {
    .h_plist .h_plist_lm {
        font-size: 24px;
        padding-left: 16px;
    }

    .h_plist .h_plist_lm::before {
        width: 4px;
        height: 26px;
        top: 5px;
    }

    .h_plist .item {
        margin-top: 70px;
    }

    .h_plist .item li a {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .h_plist .item li span {
        font-size: 16px;
        margin-top: 15px;
    }

    .h_plist .item li p {
        font-size: 17px;
    }

    .h_plist .item li i {
        margin-top: 10px;
        background-size: 40px;
    }
}

@media (max-width: 768px) {
    .h_bg {
        padding-bottom: 60px;
        margin-bottom: 50px;
    }

    .h_plist .item {
        margin-top: 40px;
    }

    .h_plist .h_plist_lm {
        margin-bottom: 20px;
        font-size: 20px;
        padding-left: 12px;
    }

    .h_plist .h_plist_lm::before {
        width: 3px;
        height: 20px;
        top: 5px;
    }

    .h_plist .item ul {
        margin-left: -5px;
    }

    .h_plist .item li {
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .h_plist .item li a {
        border-radius: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .h_plist .item li img {
        width: 100%;
    }

    .h_plist .item li span {
        font-size: 14px;
        margin-top: 10px;
    }

    .h_plist .item li p {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

    .h_plist .item li i {
        margin-top: 0;
        background-size: 22px;
        height: 30px;
    }
}

/* 服务与支持 */

.h_ser_tit {
    text-align: center;
    margin-top: 40px;
}

.h_ser_tit span {
    display: block;
    font-size: 36px;
    color: #070707;
}

.h_ser_tit p {
    font-size: 18px;
    color: #c90505;
    margin-top: 5px;
}

.h_ser .box3 {
    justify-content: center;
    margin-top: 60px;
}

.h_ser .box3 a {
    box-sizing: border-box;
    width: 283px;
    height: 239px;
    border: 1px solid #2a2929;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 70px;
    font-size: 18px;
}

.h_ser .box3 a p {
    color: #010101;
}

.h_ser .box3 a span {
    color: #701c20;
    display: block;
    margin-top: 2px;
}

.h_ser .box2 {
    justify-content: center;
    margin-top: 80px;
}

.h_ser .box2 a {
    box-sizing: border-box;
    border-radius: 10px;
    width: 427px;
    height: 131px;
    border: 1px solid #2a2929;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
    font-size: 18px;
}

.h_ser .box2 a .box2_r {
    border-left: 1px solid #2a2929;
    padding-left: 29px;
    margin-left: 30px;
}

.h_ser .box2 a .box2_r span {
    display: block;
    color: #010101;
}

.h_ser .box2 a .box2_r p {
    color: #701c20;
}

.h_ser a:hover {
    border-color: #c90505;
}

@media (max-width: 1200px) {
    .h_ser .box3 a {
        margin: 0 30px;
    }
}

@media (max-width: 992px) {
    .h_ser_tit {
        margin-top: 20px;
    }

    .h_ser_tit span {
        font-size: 30px;
    }

    .h_ser_tit p {
        font-size: 15px;
    }

    .h_ser .box3 {
        margin-top: 40px;
    }

    .h_ser .box3 a {
        margin: 0 20px;
        font-size: 16px;
        height: 200px;
    }

    .h_ser .box2 {
        margin-top: 50px;
    }

    .h_ser .box2 a {
        margin: 0 15px;
        font-size: 16px;
        height: 120px;
    }

    .h_ser .box3 a img {
        width: 70px;
    }
}

@media (max-width: 768px) {
    .h_ser_tit span {
        font-size: 22px;
    }

    .h_ser_tit p {
        font-size: 12px;
        margin-top: 0;
    }

    .pagebox {
        margin-top: 10px;
    }

    .h_ser .box3 {
        justify-content: space-between;
        margin-top: 30px;
    }

    .h_ser .box3 a {
        height: 140px;
        width: 31%;
        margin: 0;
        font-size: 13px;
    }

    .h_ser .box3 a img {
        width: 50px;
    }

    .h_ser .box3 a p {
        margin-top: 5px;
    }

    .h_ser .box3 a span {
        margin-top: 0;
    }

    .h_ser .box2 {
        margin-top: 30px;
        justify-content: space-between;
    }

    .h_ser .box2 a {
        margin: 0;
        width: 49%;
        font-size: 13px;
        height: 80px;
    }

    .h_ser .box2 a img {
        width: 40px;
    }

    .h_ser .box2 a .box2_r {
        padding-left: 15px;
        margin-left: 12px;
    }

    .pagebox .service {
        padding-bottom: 0;
    }
}

.h_ln {
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 70px;
}

.h_ln_tit {
    text-align: center;
}

.h_ln_tit span {
    display: block;
    font-size: 36px;
    color: #010101;
}

.h_ln_tit p {
    font-size: 48px;
    color: #78303a;
    margin-top: 10px;
}

.h_ln ul {
    justify-content: space-around;
    margin-top: 80px;
}

.h_ln ul li {
    width: 220px;
    text-align: center;
}

.h_ln ul li span {
    display: block;
    font-size: 36px;
    color: #78303a;
    position: relative;
    padding-top: 130px;
}

.h_ln ul li p {
    font-size: 18px;
    color: #1e1e1e;
    line-height: 20px;
    margin-top: 16px;
}

.h_ln ul li span::before {
    content: " ";
    display: block;
    width: 102px;
    height: 102px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -51px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #78303a;
}

.h_ln ul li:first-child span::before {
    background: url(../../images/h_ln.png) no-repeat -21px -10px;
}

.h_ln ul li:nth-child(2) span::before {
    background: url(../../images/h_ln.png) no-repeat -261px -10px;
}

.h_ln ul li:nth-child(3) span::before {
    background: url(../../images/h_ln.png) no-repeat -501px -10px;
}

.h_ln ul li:nth-child(4) span::before {
    background: url(../../images/h_ln.png) no-repeat -741px -10px;
}

.h_ln ul li:nth-child(5) span::before {
    background: url(../../images/h_ln.png) no-repeat -982px -10px;
}

.h_ln ul li:first-child:hover span::before {
    background: url(../../images/h_ln.png) no-repeat -21px -140px #a2141a;
    border: none;
}

.h_ln ul li:nth-child(2):hover span::before {
    background: url(../../images/h_ln.png) no-repeat -261px -140px #a2141a;
    border: none;
}

.h_ln ul li:nth-child(3):hover span::before {
    background: url(../../images/h_ln.png) no-repeat -501px -140px #a2141a;
    border: none;
}

.h_ln ul li:nth-child(4):hover span::before {
    background: url(../../images/h_ln.png) no-repeat -741px -140px #a2141a;
    border: none;
}

.h_ln ul li:nth-child(5):hover span::before {
    background: url(../../images/h_ln.png) no-repeat -982px -140px #a2141a;
    border: none;
}

@media (max-width: 1900px) {
    .h_ln_tit span {
        font-size: 32px;
    }

    .h_ln_tit p {
        font-size: 40px;
    }

    .h_ln ul li {
        width: 180px;
    }

    .h_ln ul li span {
        font-size: 32px;
    }

    .h_ln ul li p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .h_ln_tit span {
        font-size: 26px;
    }

    .h_ln_tit p {
        font-size: 30px;
    }

    .h_ln ul {
        margin-top: 50px;
    }

    .h_ln ul li span {
        font-size: 26px;
        padding-top: 100px;
    }

    .h_ln ul li p {
        font-size: 14px;
        margin-top: 10px;
    }

    .h_ln ul li span::before {
        content: " ";
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -40px;
        border: 1px solid #78303a;
    }

    .h_ln ul li:first-child span::before {
        background: url(../../images/h_ln.png) no-repeat -26px -15px;
        background-size: 1000px;
    }

    .h_ln ul li:nth-child(2) span::before {
        background: url(../../images/h_ln.png) no-repeat -244px -15px;
        background-size: 1000px;
    }

    .h_ln ul li:nth-child(3) span::before {
        background: url(../../images/h_ln.png) no-repeat -460px -15px;
        background-size: 1000px;
    }

    .h_ln ul li:nth-child(4) span::before {
        background: url(../../images/h_ln.png) no-repeat -685px -15px;
        background-size: 1000px;
    }

    .h_ln ul li:nth-child(5) span::before {
        background: url(../../images/h_ln.png) no-repeat -902px -15px;
        background-size: 1000px;
    }

    .h_ln ul li:first-child:hover span::before {
        background: url(../../images/h_ln.png) no-repeat -26px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }

    .h_ln ul li:nth-child(2):hover span::before {
        background: url(../../images/h_ln.png) no-repeat -244px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }

    .h_ln ul li:nth-child(3):hover span::before {
        background: url(../../images/h_ln.png) no-repeat -460px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }

    .h_ln ul li:nth-child(4):hover span::before {
        background: url(../../images/h_ln.png) no-repeat -685px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }

    .h_ln ul li:nth-child(5):hover span::before {
        background: url(../../images/h_ln.png) no-repeat -902px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }
}

@media (max-width: 992px) {
    .h_ln ul {
        justify-content: space-between;
    }

    .h_ln ul li {
        width: 20%;
        box-sizing: border-box;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .h_ln {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .h_ln_tit span {
        font-size: 22px;
    }

    .h_ln_tit p {
        font-size: 24px;
        margin-top: 5px;
    }

    .h_ln ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .h_ln ul li {
        width: 40%;
        margin-bottom: 30px;
    }

    .h_ln ul li span {
        padding-top: 90px;
        font-size: 22px;
    }

    .h_ln ul li p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }

    .h_ln ul li:first-child span::before {
        background: url(../../images/h_ln.png) no-repeat -26px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }

    .h_ln ul li:nth-child(2) span::before {
        background: url(../../images/h_ln.png) no-repeat -244px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }

    .h_ln ul li:nth-child(3) span::before {
        background: url(../../images/h_ln.png) no-repeat -460px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }

    .h_ln ul li:nth-child(4) span::before {
        background: url(../../images/h_ln.png) no-repeat -685px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }

    .h_ln ul li:nth-child(5) span::before {
        background: url(../../images/h_ln.png) no-repeat -902px -132px #a2141a;
        background-size: 1000px;
        border: none;
    }
}

.pagebox .h_num {
    flex-wrap: wrap;
    justify-content: space-around;
}

.pagebox .h_num li {
    width: 40%;
    color: #2a2929;
    margin-top: 100px;
    position: relative;
    padding-left: 180px;
}

.pagebox .h_num li span {
    display: block;
    font-size: 24px;
}

.pagebox .h_num li p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
}

.pagebox .h_num::after {
    content: " ";
    display: block;
    width: 40%;
}

.pagebox .h_num li::before {
    content: " ";
    display: block;
    width: 155px;
    height: 155px;
    position: absolute;
    left: 0;
    top: -40px;
}

.pagebox .h_num li:nth-child(1)::before {
    background: url(../../images/num.png) no-repeat -20px -24px;
}

.pagebox .h_num li:nth-child(2)::before {
    background: url(../../images/num.png) no-repeat -314px -24px;
}

.pagebox .h_num li:nth-child(3)::before {
    background: url(../../images/num.png) no-repeat -20px -228px;
}

.pagebox .h_num li:nth-child(4)::before {
    background: url(../../images/num.png) no-repeat -314px -228px;
}

.pagebox .h_num li:nth-child(5)::before {
    background: url(../../images/num.png) no-repeat -20px -426px;
}

.pagebox .h_num li:nth-child(6)::before {
    background: url(../../images/num.png) no-repeat -314px -426px;
}

.pagebox .h_num li:nth-child(7)::before {
    background: url(../../images/num.png) no-repeat -20px -638px;
}

@media (max-width: 1900px) {
    .pagebox .h_num li {
        padding-left: 160px;
        margin-top: 90px;
    }

    .pagebox .h_num li span {
        font-size: 22px;
    }

    .pagebox .h_num li p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px;
    }

    .pagebox .h_num li::before {
        width: 140px;
        height: 140px;
        top: -25px;
    }

    .pagebox .h_num li:nth-child(1)::before {
        background: url(../../images/num.png) no-repeat -15px -18px;
        background-size: 450px;
    }

    .pagebox .h_num li:nth-child(2)::before {
        background: url(../../images/num.png) no-repeat -270px -18px;
        background-size: 450px;
    }

    .pagebox .h_num li:nth-child(3)::before {
        background: url(../../images/num.png) no-repeat -15px -196px;
        background-size: 450px;
    }

    .pagebox .h_num li:nth-child(4)::before {
        background: url(../../images/num.png) no-repeat -270px -196px;
        background-size: 450px;
    }

    .pagebox .h_num li:nth-child(5)::before {
        background: url(../../images/num.png) no-repeat -15px -370px;
        background-size: 450px;
    }

    .pagebox .h_num li:nth-child(6)::before {
        background: url(../../images/num.png) no-repeat -270px -370px;
        background-size: 450px;
    }

    .pagebox .h_num li:nth-child(7)::before {
        background: url(../../images/num.png) no-repeat -15px -554px;
        background-size: 450px;
    }
}

@media (max-width: 1200px) {
    .pagebox .h_num li {
        padding-left: 140px;
        width: 45%;
        margin-top: 80px;
    }

    .pagebox .h_num li span {
        font-size: 18px;
    }

    .pagebox .h_num li p {
        font-size: 13px;
        margin-top: 15px;
    }

    .pagebox .h_num li::before {
        width: 120px;
        height: 120px;
        top: -20px;
    }

    .pagebox .h_num li:nth-child(1)::before {
        background: url(../../images/num.png) no-repeat -15px -18px;
        background-size: 400px;
    }

    .pagebox .h_num li:nth-child(2)::before {
        background: url(../../images/num.png) no-repeat -242px -18px;
        background-size: 400px;
    }

    .pagebox .h_num li:nth-child(3)::before {
        background: url(../../images/num.png) no-repeat -15px -176px;
        background-size: 400px;
    }

    .pagebox .h_num li:nth-child(4)::before {
        background: url(../../images/num.png) no-repeat -242px -176px;
        background-size: 400px;
    }

    .pagebox .h_num li:nth-child(5)::before {
        background: url(../../images/num.png) no-repeat -15px -330px;
        background-size: 400px;
    }

    .pagebox .h_num li:nth-child(6)::before {
        background: url(../../images/num.png) no-repeat -242px -330px;
        background-size: 400px;
    }

    .pagebox .h_num li:nth-child(7)::before {
        background: url(../../images/num.png) no-repeat -15px -495px;
        background-size: 400px;
    }
}

@media (max-width: 992px) {
    .pagebox .h_num {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .pagebox .h_ln_tit {
        margin-top: 30px;
    }

    .pagebox .h_num {
        flex-wrap: wrap;
    }

    .pagebox .h_num li {
        width: 100%;
        padding-left: 110px;
        margin-top: 60px;
    }

    .pagebox .h_num li span {
        font-size: 16px;
    }

    .pagebox .h_num li p {
        font-size: 12px;
        margin-top: 10px;
    }

    .pagebox .h_num li::before {
        width: 90px;
        height: 90px;
        top: -5px;
    }

    .pagebox .h_num li:nth-child(1)::before {
        background: url(../../images/num.png) no-repeat -12px -12px;
        background-size: 300px;
    }

    .pagebox .h_num li:nth-child(2)::before {
        background: url(../../images/num.png) no-repeat -182px -12px;
        background-size: 300px;
    }

    .pagebox .h_num li:nth-child(3)::before {
        background: url(../../images/num.png) no-repeat -12px -132px;
        background-size: 300px;
    }

    .pagebox .h_num li:nth-child(4)::before {
        background: url(../../images/num.png) no-repeat -182px -132px;
        background-size: 300px;
    }

    .pagebox .h_num li:nth-child(5)::before {
        background: url(../../images/num.png) no-repeat -12px -248px;
        background-size: 300px;
    }

    .pagebox .h_num li:nth-child(6)::before {
        background: url(../../images/num.png) no-repeat -182px -248px;
        background-size: 300px;
    }

    .pagebox .h_num li:nth-child(7)::before {
        background: url(../../images/num.png) no-repeat -12px -370px;
        background-size: 300px;
    }
}

.longimg {
    max-width: 100%;
    overflow-x: scroll;
}

@media (max-width: 768px) {
    .longimg img {
        width: 2000px;
    }
}

.promise {
    color: #2a2929;
    background: #f9f9f9;
    padding-top: 80px;
}

.promise .container {
    max-width: 1300px;
}

.promise ul {
    margin-top: 60px;
}

.promise li {
    border-top: 2px dashed #2a2929;
    padding: 0 20px;
}

.promise li:last-child {
    border-bottom: 2px dashed #2a2929;
}

.promise li p.promise_tit {
    font-size: 18px;
    line-height: 90px;
    position: relative;
    padding-left: 45px;
}

.promise li .promise_info {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 50px;
    display: none;
    padding-left: 45px;
}

.promise li p.promise_tit::before {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 30px;
}

.promise ul li:first-child p.promise_tit::before {
    background: url(../../images/promise.png) no-repeat 0 0;
}

.promise ul li:first-child + li p.promise_tit::before {
    background: url(../../images/promise.png) no-repeat 0 -60px;
}

.promise ul li:first-child + li + li p.promise_tit::before {
    background: url(../../images/promise.png) no-repeat 0 -90px;
}

.promise ul li:first-child + li + li + li p.promise_tit::before {
    background: url(../../images/promise.png) no-repeat 0 -120px;
}

.promise ul li:first-child + li + li + li + li p.promise_tit::before {
    background: url(../../images/promise.png) no-repeat 0 -120px;
}

.promise li p.promise_tit::after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -50px;
    top: 30px;
    background: url(../../images/promise.png) no-repeat 0 -150px;
    transition: .3s ease-out;
}

.promise li p.promise_tit.on::after {
    transform: rotate(-90deg);
}

.promise_jd {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.promise_service .box {
    margin-top: 65px;
}

@media (max-width: 1200px) {
    .promise {
        padding-top: 60px;
    }

    .promise li {
        border-width: 1px !important;
    }

    .promise li p.promise_tit {
        font-size: 16px;
        line-height: 70px;
    }

    .promise li p.promise_tit::before {
        top: 20px;
    }

    .promise li .promise_info {
        font-size: 14px;
        padding-bottom: 30px;
    }

    .promise li p.promise_tit::after {
        background: url(../../images/promise.png) no-repeat 0 -125px;
        background-size: 25px;
        top: 25px;
        right: -20px;
    }

    .promise_jd {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .promise_jd {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .promise {
        padding-top: 40px;
    }

    .promise ul {
        margin-top: 30px;
    }

    .promise li {
        padding: 0 10px;
    }

    .promise_jd {
        font-size: 13px;
        padding-top: 15px;
        padding-bottom: 40px;
    }
}

.h_nav {
    position: fixed;
    z-index: 99;
    transition: all 0.5s;
    background: #fff;
    top: 0;
}

.h_showtop {
    border-top: 1px solid #f2f2f2;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
}

.h_showtop .dfbox {
    justify-content: space-between;
    height: 82px;
    align-items: center;
}

.h_showtop .dfbox p {
    font-size: 18px;
    color: #363636;
}

.h_showtop .dfbox p a {
    color: #363636;
}

.h_showtop .dfbox p a:last-child {
    color: #ce0000;
}

.h_showtop_menu li a {
    color: #363636;
    font-size: 18px;
    margin-right: 20px;
}

.h_showtop_menu li.active a {
    color: #ce0000;
}

@media (max-width: 1900px) {
    .h_showtop .dfbox p {
        font-size: 16px;
    }

    .h_showtop_menu li a {
        font-size: 16px;
    }

    .h_showtop .dfbox {
        height: 70px;
    }
}

@media (max-width: 1200px) {
    .h_showtop .dfbox p {
        font-size: 15px;
    }

    .h_showtop_menu li a {
        font-size: 15px;
    }

    .h_showtop .dfbox {
        height: 60px;
    }
}

@media (max-width: 992px) {
    .h_showtop_menu {
        display: none;
    }
}

@media (max-width: 768px) {
    .h_showtop .dfbox {
        height: 45px;
    }

    .h_showtop .dfbox p {
        font-size: 12px;
    }
}

.h_shop {
    background: #f8f8f8;
    padding-top: 100px;
}

.h_shop_logo {
    flex-direction: column;
    align-items: center;
}

.h_shop_logo .box {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.h_shop_logo .img1 {
    width: 150px;
    margin-bottom: 14px;
}

.h_shop_logo .box p {
    font-size: 36px;
    color: #4c4c4c;
    margin-left: 5px;
}

.h_shop ul {
    justify-content: space-between;
    margin-top: 55px;
}

.h_shop li {
    background: #fff;
    width: 335px;
    height: 472px;
    box-sizing: border-box;
    box-shadow: 1px 1px 0 0 rgba(1, 25, 67, .41);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
}

.h_shop ul li:first-child {
    width: 348px;
    box-shadow: none;
}

.h_shop ul li:first-child img {
    width: 100%;
}

.h_shop ul li span {
    font-size: 16px;
    color: #a11e05;
    margin-top: 10px;
}

.h_shop ul li p {
    font-size: 14px;
    color: #191919;
    margin-top: 4px;
}

.h_shop ul li a {
    width: 122px;
    line-height: 20px;
    background: #b09140;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    margin-top: 25px;
}

.h_shop a.more {
    display: block;
    font-size: 24px;
    color: #fff;
    width: 164px;
    background: #ce0000;
    line-height: 57px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 66px;
    margin-bottom: 88px;
}

.h_shop2 {
    background: #fff;
}

@media (max-width: 1900px) {
    .h_shop ul li {
        width: 270px;
        height: 395px;
    }

    .h_shop ul li img {
        width: 180px;
    }

    .h_shop ul li:first-child {
        width: 290px;
    }

    .h_shop a.more {
        font-size: 22px;
        line-height: 50px;
    }
}

@media (max-width: 1200px) {
    .h_shop_logo .box img {
        width: 35px;
    }

    .h_shop_logo .box p {
        font-size: 30px;
    }

    .h_shop ul li {
        width: 225px;
        height: 320px;
    }

    .h_shop ul li:first-child {
        width: 235px;
    }

    .h_shop ul li img {
        width: 140px;
    }

    .h_shop ul li span {
        font-size: 14px;
        margin-top: 6px;
    }

    .h_shop ul li p {
        font-size: 12px;
    }

    .h_shop ul li a {
        width: 110px;
        margin-top: 15px;
        font-size: 12px;
    }

    .h_shop a.more {
        font-size: 18px;
        line-height: 40px;
        width: 140px;
        margin-top: 60px;
        margin-bottom: 80px;
    }
}

@media (max-width: 992px) {
    .h_shop {
        padding-top: 80px;
    }

    .h_shop ul li {
        width: 170px;
        height: 246px;
    }

    .h_shop ul li:first-child {
        width: 180px;
    }

    .h_shop ul li img {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .h_shop {
        padding-top: 50px;
    }

    .h_shop_logo .img1 {
        width: 130px;
    }

    .h_shop_logo .box img {
        width: 30px;
    }

    .h_shop_logo .box p {
        font-size: 22px;
    }

    .h_shop ul {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .h_shop ul li {
        width: 48% !important;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .h_shop ul li:first-child img {
        height: 100%;
        width: auto;
    }

    .h_shop a.more {
        font-size: 16px;
        line-height: 36px;
        width: 120px;
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

.topshop {
    display: none;
    position: absolute;
    top: 0;
    height: 54px;
    right: 80px;
    align-items: center;
    z-index: 999999;
}

.topshop a {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    border-radius: 6px;
}

.topshop a:first-child {
    background: url(../../images/tmico.png) no-repeat center;
    background-size: cover;
}

.topshop a:first-child + a {
    background: url(../../images/jdico.png) no-repeat center;
    background-size: cover;
}

.topshop a:first-child + a + a {
    background: url(../../images/yzico.png) no-repeat center;
    background-size: cover;
}

@media (max-width: 768px) {
    .topshop {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.h_join1 {
    background: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}

.h_join1 .container {
    max-width: 1150px;
}

.h_join1 span {
    display: block;
    font-size: 36px;
    color: #131313;
}

.h_join1 p {
    font-size: 24px;
    color: #6b6a6a;
    line-height: 47px;
    margin-top: 20px;
}

.h_join1 .moreshop {
    display: block;
    width: 58px;
    height: 58px;
    background: url(../../images/arrow6.png) no-repeat center #fff;
    border-radius: 100%;
    box-shadow: 3px 3px 6px 0 rgba(3, 3, 3, .31);
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -29px;
    overflow: hidden;
    text-indent: -99em;
    transition: .3s ease-out;
}

.h_join1 .moreshop:hover {
    box-shadow: 3px 3px 8px 1px rgba(3, 3, 3, .31);
}

.h_join_tit {
    text-align: center;
}

.h_join_tit span {
    display: block;
    font-size: 49px;
    color: #131313;
}

.h_join_tit p {
    font-size: 24px;
    color: #393939;
    margin-top: 20px;
}

.h_join2 {
    padding-top: 70px;
}

.h_join2 img {
    width: 100%;
    margin-top: 60px;
}

@media (max-width: 1900px) {
    .h_join1 span {
        font-size: 30px;
    }

    .h_join1 p {
        font-size: 20px;
        line-height: 40px;
    }

    .h_join_tit span {
        font-size: 42px;
    }

    .h_join_tit p {
        font-size: 20px;
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .h_join1 {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .h_join1 span {
        font-size: 24px;
    }

    .h_join1 p {
        font-size: 16px;
        line-height: 34px;
        margin-top: 15px;
    }

    .h_join1 .moreshop {
        width: 50px;
        height: 50px;
        background-size: 28px;
        bottom: -25px;
    }

    .h_join_tit span {
        font-size: 30px;
    }

    .h_join_tit p {
        font-size: 16px;
        margin-top: 10px;
    }

    .h_join2 img {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .h_join1 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .h_join1 .moreshop {
        width: 46px;
        height: 46px;
        background-size: 26px;
        bottom: -22px;
    }

    .h_join1 span {
        font-size: 18px;
    }

    .h_join1 p {
        font-size: 14px;
        line-height: 30px;
    }

    .h_join_tit span {
        font-size: 22px;
    }

    .h_join_tit p {
        font-size: 12px;
        margin-top: 6px;
    }

    .h_join2 {
        padding-top: 50px;
    }

    .h_join2 img {
        margin-top: 30px;
    }
}

.h_join3 {
    margin-top: 110px;
}

.h_join3 ul {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}

.h_join3 li {
    font-size: 24px;
    color: #191919;
    width: 30%;
    text-align: center;
    position: relative;
    padding-top: 140px;
    margin-bottom: 100px;
}

.h_join3 li::before {
    content: " ";
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 0;
}

.h_join3 ul li:first-child::before {
    background: url(../../images/h_join3.png) no-repeat -92px -21px;
}

.h_join3 ul li:nth-child(2)::before {
    background: url(../../images/h_join3.png) no-repeat -527px -21px;
}

.h_join3 ul li:nth-child(3)::before {
    background: url(../../images/h_join3.png) no-repeat -952px -21px;
}

.h_join3 ul li:nth-child(4)::before {
    background: url(../../images/h_join3.png) no-repeat -92px -301px;
}

.h_join3 ul li:nth-child(5)::before {
    background: url(../../images/h_join3.png) no-repeat -527px -301px;
}

.h_join3 ul li:nth-child(6)::before {
    background: url(../../images/h_join3.png) no-repeat -952px -301px;
}

.h_join4 {
    background: url(../../images/h_join4.jpg) no-repeat center/cover;
    padding-top: 50px;
    padding-bottom: 180px;
}

.h_join4 p {
    font-size: 30px;
    color: #000000;
    line-height: 60px;
    padding-left: 118px;
    margin-top: 35px;
}

.h_join5 {
    margin-top: 110px;
}

.h_join5 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}

@media (max-width: 1900px) {
    .h_join3 {
        margin-top: 90px;
    }

    .h_join3 li {
        font-size: 22px;
    }

    .h_join4 {
        padding-bottom: 150px;
    }

    .h_join4 p {
        font-size: 26px;
        line-height: 55px;
        padding-left: 100px;
        margin-top: 30px;
    }

    .h_join5 {
        margin-top: 90px;
    }

    .h_join5 img {
        margin-top: 60px;
    }
}

@media (max-width: 1200px) {
    .h_join3 {
        margin-top: 80px;
    }

    .h_join3 li {
        font-size: 18px;
        padding-top: 120px;
        margin-bottom: 80px;
    }

    .h_join3 li::before {
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .h_join3 ul li:first-child::before {
        background: url(../../images/h_join3.png) no-repeat -78px -17px;
        background-size: 1000px;
    }

    .h_join3 ul li:nth-child(2)::before {
        background: url(../../images/h_join3.png) no-repeat -458px -17px;
        background-size: 1000px;
    }

    .h_join3 ul li:nth-child(3)::before {
        background: url(../../images/h_join3.png) no-repeat -829px -17px;
        background-size: 1000px;
    }

    .h_join3 ul li:nth-child(4)::before {
        background: url(../../images/h_join3.png) no-repeat -78px -260px;
        background-size: 1000px;
    }

    .h_join3 ul li:nth-child(5)::before {
        background: url(../../images/h_join3.png) no-repeat -458px -260px;
        background-size: 1000px;
    }

    .h_join3 ul li:nth-child(6)::before {
        background: url(../../images/h_join3.png) no-repeat -829px -260px;
        background-size: 1000px;
    }

    .h_join4 {
        padding-bottom: 120px;
    }

    .h_join4 p {
        font-size: 20px;
        line-height: 46px;
        padding-left: 80px;
        margin-top: 20px;
    }

    .h_join5 {
        margin-top: 60px;
    }

    .h_join5 img {
        margin-top: 45px;
    }
}

@media (max-width: 992px) {
    .h_join4 {
        padding-bottom: 100px;
    }

    .h_join4 p {
        font-size: 18px;
        line-height: 44px;
        padding-left: 40px;
    }
}

@media (max-width: 768px) {
    .h_join3 {
        margin-top: 40px;
    }

    .h_join3 ul {
        margin-top: 40px;
    }

    .h_join3 li {
        font-size: 14px;
        padding-top: 90px;
        margin-bottom: 40px;
    }

    .h_join3 li::before {
        width: 80px;
        height: 80px;
        margin-left: -40px;
    }

    .h_join3 ul li:first-child::before {
        background: url(../../images/h_join3.png) no-repeat -58px -10px;
        background-size: 760px;
    }

    .h_join3 ul li:nth-child(2)::before {
        background: url(../../images/h_join3.png) no-repeat -346px -10px;
        background-size: 760px;
    }

    .h_join3 ul li:nth-child(3)::before {
        background: url(../../images/h_join3.png) no-repeat -628px -10px;
        background-size: 760px;
    }

    .h_join3 ul li:nth-child(4)::before {
        background: url(../../images/h_join3.png) no-repeat -58px -196px;
        background-size: 760px;
    }

    .h_join3 ul li:nth-child(5)::before {
        background: url(../../images/h_join3.png) no-repeat -346px -196px;
        background-size: 760px;
    }

    .h_join3 ul li:nth-child(6)::before {
        background: url(../../images/h_join3.png) no-repeat -628px -196px;
        background-size: 760px;
    }

    .h_join4 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .h_join4 p {
        padding-left: 0;
        font-size: 14px;
        line-height: 32px;
        margin-top: 12px;
    }

    .h_join5 {
        margin-top: 40px;
    }

    .h_join5 .box {
        overflow-x: scroll;
    }

    .h_join5 img {
        margin-top: 30px;
        max-width: 500px;
    }
}

.h_join6 {
    background: #f4f4f4;
    margin-top: 210px;
    padding-top: 60px;
}

.h_join6 form {
    margin: 0 auto;
    background: #fff;
    width: 1290px;
    box-sizing: border-box;
    padding: 0 50px;
    padding-top: 57px;
    margin-top: 60px;
    padding-bottom: 20px;
    max-width: 100%;
}

.h_join6 input {
    width: 318px;
    box-sizing: border-box;
    border: 1px solid #393939;
    line-height: 50px;
    padding: 0 16px;
    font-size: 20px;
    color: #5d5c5c;
    margin-bottom: 28px;
}

.h_join6 .formgroup {
    width: 683px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_join6 .formbox {
    justify-content: space-between;
}

.h_join6 button {
    display: block;
    width: 114px;
    height: 33px;
    margin: 0 auto;
    border: 1px solid #616161;
    font-size: 18px;
    color: #131313;
    background: #fff;
    border-radius: 20px;
    transition: .3s ease-out;
    margin-top: 30px;
}

.h_join6 button:hover {
    background: #e60012;
    color: #fff;
    border-color: #e60012;
}

.h_join6 form p {
    text-align: center;
    font-size: 16px;
    color: #131313;
    margin-top: 22px;
}

.h_join6 .service {
    margin-top: 230px;
}

@media (max-width: 1900px) {
    .h_join6 {
        margin-top: 160px;
    }

    .h_join6 .service {
        margin-top: 200px;
    }
}

@media (max-width: 1200px) {
    .h_join6 {
        margin-top: 120px;
        padding-top: 50px;
    }

    .h_join6 form {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 40px;
        padding-top: 40px;
    }

    .h_join6 .formgroup {
        width: 570px;
    }

    .h_join6 input {
        width: 280px;
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 44px;
        padding: 0 12px;
    }

    .h_join6 button {
        font-size: 16px;
    }

    .h_join6 form p {
        font-size: 14px;
        margin-top: 20px;
    }

    .h_join6 .service {
        margin-top: 160px;
    }
}

@media (max-width: 768px) {
    .h_join6 {
        margin-top: 80px;
        padding-top: 40px;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .h_join6 form {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }

    .h_join6 .formbox {
        flex-wrap: wrap;
    }

    .h_join6 .formgroup {
        width: 100%;
        flex-wrap: wrap;
    }

    .h_join6 input {
        width: 100%;
    }

    .h_join6 .formgroup2 {
        width: 100%;
    }

    .h_join6 input {
        font-size: 14px;
        line-height: 36px;
    }

    .h_join6 button {
        font-size: 13px;
        width: 100px;
        height: 30px;
        margin-top: 20px;
    }

    .h_join6 form p {
        font-size: 12px;
        margin-top: 15px;
    }
}

.swiper-second {
    height: 600px;
}

.swiper-second .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    box-sizing: border-box;
    padding: 20px;
}

.swiper-second .swiper-slide .box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    border-radius: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 20px;
}

.swiper-second .swiper-slide-active, .swiper-second .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-second .swiper-slide img {
    max-width: 70%;
}

.swiper-second .swiper-slide p {
    font-size: 30px;
}

.swiper-second .swiper-slide a.more {
    color: #d61d18;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.swiper-second .swiper-pagination-bullet-active {
    background: #d61d18;
}

@media (max-width: 1900px) {
    .swiper-second {
        height: 550px;
    }
}

@media (max-width: 1200px) {
    .swiper-second .swiper-slide .box {
        padding-top: 40px;
    }

    .swiper-second {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .swiper-second {
        height: 360px;
    }

    .swiper-second .swiper-slide {
        padding: 10px;
    }

    .swiper-second .swiper-slide p {
        font-size: 26px;
    }

    .swiper-second .swiper-slide a.more {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .swiper-second {
        height: auto;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .swiper-second .swiper-slide {
        padding: 0;
    }

    .swiper-second .swiper-slide img {
        max-width: 75%;
    }
}

.fullPage333 {
    display: none;
    padding-top: 40px;
}

.fullPage333 img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    #fullPage {
        display: none;
    }

    .fullPage333 {
        display: block;
    }
}

.h_link {
    flex-wrap: wrap;
    margin-top: 20px;
}

.h_link a {
    color: #333;
    margin-left: 20px;
}