.footer{
    background-color: #222222;
}
body.active{
    background: #f6f6f6;
}
/*手机*/
@media only screen and (max-width: 767px) {
    html{
        font-size: 50px;
    }
    .pc-header {
        display: none;
    }
    .header{
        height: 61px;
    }
    .web-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 27px;
        width: 100%;
        height: 61px;
        background: url(../img/header.jpg) no-repeat center;
        border-bottom: 3px solid #f15a23;
    }

    .header-logo {
        height: 30px;
    }

    .mune-box {
        position: relative;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .mune-box img {
        width: 24px;
    }

    .mune-box div {
        position: fixed;
        top: 61px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        display: none;
        z-index: 99;

    }

    .mune-box div.active {
        display: block;
    }

    .mune-box div a {
        display: block;
        width: 100%;
        height: 54px;
        line-height: 30px;
        padding: 12px 30px;
        text-align: right;
        background: #f15a23;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid #fff;
    }

    .pc-footer {
        display: none;
    }

    .footer-info {
        padding: 15px;
        border-bottom: 1px solid #fff;
        position: relative;
    }
    .footer-info .footer-ewm{
        position: absolute;
        top: 10px;
        right: 15px;
        width: 90px;
        height: 90px;
        background: #fff;
        z-index: 2;
    }
    .footer-logo{
        height: 50px;
    }
    .footer-info-item {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

    .footer-info-item.active {
        width: 100%;
    }

    .footer-info-item div p {
        color: #fff;
        line-height: 24px;
    }

    .footer-info-item div p.active {
        color: #999999;
    }
    .footer-footer-link{
        padding: 30px;
    }
    .footer-footer-link p{
        color: #fff;
        opacity: .6;
        text-align: center;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .footer-footer-link a{
        display: block;
        color: #fff;
        opacity: .6;
        text-align: center;
        line-height: 24px;
    }
    .index-swiper{
        position: relative;
    }
    .index-swiper .swiper-slide{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        overflow: hidden;
    }
    .index-swiper .swiper-slide img{
        display: block;
        height: 188px;
    }
    .swiper-pagination1{
        left: 50%;
        bottom: 5px;
        transform: translate(-50%,-50%) !important;
    }
    .swiper-pagination1 .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 1);
        margin-right: 5px;
        opacity:1;
    }
    .swiper-pagination1 .swiper-pagination-bullet-active{
        width: 18px;
        border-radius: 4px;
        background: #f54f50;
    }

    .content-banner{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        overflow: hidden;
        background-color: #cccccc;
        box-shadow: 0rem 0.03rem 0.08rem 0rem
        rgba(51, 51, 51, 0.3);
    }
    .content-banner img{
        width: 100%;
        height: 2.6rem;
    }
    .page-title-warpper{
        width: 100%;
        padding: 0 .2rem;
        height: .41rem;
        margin-bottom: .2rem;
    }

    .page-title{
        position: relative;
        top: -.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .page-title-left{
        display: flex;
        align-items: center;
        width: 64%;
        height: .82rem;
        padding-left: .23rem;
        font-size: 0.24rem;
        color: #fff;
        background-color: #333333;
    }
    .page-title-left img{
        width: 0.32rem;
        margin-right: .23rem;
    }
    .page-title-right{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36%;
        height: .82rem;
        font-size: 0.32rem;
        color: #fff;
        background-color: #f15a23;
    }
    .page-title-right span{
       display: none;
    }
    .page-info{
        width: 100%;
        padding: 0 .2rem .2rem;
    }
    .page-nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: .2rem;
    }
    .page-nav a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 19%;
        min-height: 1rem;
        padding: .15rem;
        font-size: 0.26rem;
        line-height: 0.34rem;
        text-align: center;
        background-color: #ffffff;
        border: solid 0.01rem #cccccc;
    }
    .page-nav a.col-3{
        width: 31%;
    }
    .page-nav a.col-2{
        width: 48%;
        margin-top: .2rem;
    }
    .page-nav a.active{
        color: #fff;
        background-color: #f15a23;
        box-shadow: 0rem 0rem 0.08rem 0rem
        #6b1d00,
        inset 0rem 0.03rem 0.07rem 0rem
        #721f00;
        border-style: solid;
        border-width: 0.01rem;
        border-image-source: linear-gradient(-12deg,
        #f15c25 0%,
        #ffcab7 50%,
        #f15c25 100%);
        border-image-slice: 1;
    }
    .page-info-left{
        width: 100%;
        padding: .2rem;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
        border: solid 1px #f3f3f3;
    }
    .page-info-right{
        display: none;
    }

    .page-nav-two{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        min-height: 1rem;
        padding: .2rem .2rem 0;
        background-color: #f15a23;
        box-shadow: 0rem 0rem 0.08rem 0rem
        #6b1d00,
        inset 0rem 0.03rem 0.07rem 0rem
        #721f00;
        border-style: solid;
        border-width: 0.01rem;
        border-image-source: linear-gradient(-25deg,
        #f15c25 0%,
        #ffc8b4 47%,
        #f15c25 100%);
        border-image-slice: 1;
    }
    .page-nav-two a{
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 30%;
        height: 0.62rem;
       margin-bottom: .2rem;
        font-size: 0.24rem;
        background-color: #ffdfd4;
        box-shadow: inset 0rem 0rem 0.07rem 0.01rem
        rgba(153, 49, 11, 0.6);
    }
    .page-nav-two a.active{
        color: #f15a23;
    }

}

/*pad*/
@media screen and (min-width: 768px) and (max-width: 1179px) {
    html{
        font-size: 50px;
    }
    .pc-header {
        display: none;
    }
    .header{
        height: 61px;
    }
    .web-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 27px;
        width: 100%;
        height: 61px;
        background: url(../img/header.jpg) no-repeat center;
        border-bottom: 3px solid #f15a23;
    }

    .header-logo {
        height: 30px;
    }

    .mune-box {
        position: relative;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .mune-box img {
        width: 24px;
    }

    .mune-box div {
        position: fixed;
        top: 61px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        display: none;
        z-index: 99;

    }

    .mune-box div.active {
        display: block;
    }

    .mune-box div a {
        display: block;
        width: 100%;
        height: 54px;
        line-height: 30px;
        padding: 12px 30px;
        text-align: right;
        background: #f15a23;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid #fff;
    }

    .pc-footer {
        display: none;
    }

    .footer-info {
        padding: 15px;
        border-bottom: 1px solid #fff;
        position: relative;
    }
    .footer-info .footer-ewm{
        position: absolute;
        top: 45px;
        right: 15px;
        width: 90px;
        height: 90px;
        background: #fff;
        z-index: 2;
    }
    .footer-logo{
        height: 50px;
    }
    .footer-info-item {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

    .footer-info-item.active {
        width: 100%;
    }

    .footer-info-item div p {
        color: #fff;
        line-height: 24px;
    }

    .footer-info-item div p.active {
        color: #999999;
    }
    .footer-footer-link{
        padding: 30px;
    }
    .footer-footer-link p{
        color: #fff;
        opacity: .6;
        text-align: center;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .footer-footer-link a{
        display: block;
        color: #fff;
        opacity: .6;
        text-align: center;
        line-height: 24px;
    }
    .index-swiper{
        position: relative;
    }
    .index-swiper .swiper-slide{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        overflow: hidden;
    }
    .index-swiper .swiper-slide img{
        display: block;
        width: 100%;
        /*height: 188px;*/
    }
    .swiper-pagination1{
        left: 50%;
        bottom: 5px;
        transform: translate(-50%,-50%) !important;
    }
    .swiper-pagination1 .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 1);
        margin-right: 5px;
        opacity:1;
    }
    .swiper-pagination1 .swiper-pagination-bullet-active{
        width: 18px;
        border-radius: 4px;
        background: #f54f50;
    }

    .content-banner{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        overflow: hidden;
        background-color: #cccccc;
        box-shadow: 0rem 0.03rem 0.08rem 0rem
        rgba(51, 51, 51, 0.3);
    }
    .content-banner img{
       width: 100%;
    }
    .page-title-warpper{
        width: 100%;
        padding: 0 .2rem;
        height: .41rem;
        margin-bottom: .2rem;
    }

    .page-title{
        position: relative;
        top: -.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .page-title-left{
        display: flex;
        align-items: center;
        width: 64%;
        height: .82rem;
        padding-left: .23rem;
        font-size: 0.24rem;
        color: #fff;
        background-color: #333333;
    }
    .page-title-left img{
        width: 0.32rem;
        margin-right: .23rem;
    }
    .page-title-right{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36%;
        height: .82rem;
        font-size: 0.32rem;
        color: #fff;
        background-color: #f15a23;
    }
    .page-title-right span{
        display: none;
    }
    .page-info{
        width: 100%;
        padding: 0 .2rem .2rem;
    }
    .page-nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: .2rem;
    }
    .page-nav a{
        display: flex;
        align-items: center;
        justify-content: center;
        width:18%;
        min-height: 1rem;
        padding: .15rem;
        font-size: 0.32rem;
        line-height: 0.34rem;
        text-align: center;
        background-color: #ffffff;
        border: solid 0.01rem #cccccc;
    }
    .page-nav a.col-3{
        width: 31%;
    }
    .page-nav a.col-2{
        width: 48%;
        margin-top: .2rem;
    }
    .page-nav a.active{
        color: #fff;
        background-color: #f15a23;
        box-shadow: 0rem 0rem 0.08rem 0rem
        #6b1d00,
        inset 0rem 0.03rem 0.07rem 0rem
        #721f00;
        border-style: solid;
        border-width: 0.01rem;
        border-image-source: linear-gradient(-12deg,
        #f15c25 0%,
        #ffcab7 50%,
        #f15c25 100%);
        border-image-slice: 1;
    }
    .page-info-left{
        width: 100%;
        padding: .2rem;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
        border: solid 1px #f3f3f3;
    }
    .page-info-right{
        display: none;
    }

    .page-nav-two{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        min-height: 1rem;
        padding: .2rem .2rem 0;
        background-color: #f15a23;
        box-shadow: 0rem 0rem 0.08rem 0rem
        #6b1d00,
        inset 0rem 0.03rem 0.07rem 0rem
        #721f00;
        border-style: solid;
        border-width: 0.01rem;
        border-image-source: linear-gradient(-25deg,
        #f15c25 0%,
        #ffc8b4 47%,
        #f15c25 100%);
        border-image-slice: 1;
    }
    .page-nav-two a{
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 30%;
        height: 0.82rem;
        margin-bottom: .2rem;
        font-size: 0.28rem;
        background-color: #ffdfd4;
        box-shadow: inset 0rem 0rem 0.07rem 0.01rem
        rgba(153, 49, 11, 0.6);
    }
    .page-nav-two a.active{
        color: #f15a23;
    }
    .footer-info-box{
        justify-content: flex-start;
    }
    .footer-info-item{
        margin-right: .5rem;
    }
    /*.footer-info-item.active{
        width: auto;
    }*/
    .page-all{
        width: 60%;
    }

}

/*pc*/
@media only screen and (min-width: 1180px) {
    body {
       min-width: 1350px;
    }

    .pc-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 65px;
        width: 100%;
        height: 115px;
        background: url(../img/header.jpg) no-repeat center;
        border-bottom: 3px solid #f15a23;
    }

    .web-header {
        display: none;
    }

    .mune-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mune-item{
        position: relative;
        display: block;
        min-width: 108px;
        height: 54px;
    }

    .mune-item>a {
        display: block;
        min-width: 108px;
        height: 54px;
        text-align: center;
        line-height: 54px;
        font-size: 18px;
        padding: 0 10px;
    }
    .mune-item:hover .one-child,
    .mune-item:hover .two-child{
        display: block;
    }
    .one-child{
        display: none;
        position: absolute;
        left: 0;
        top: 55px;
        background: rgba(0,0,0,.5);
        z-index: 99;
    }

    .one-child a{
        display: block;

        width: 200px;
        height: 54px;
        text-align: left;
        padding: 0 20px;
        line-height: 54px;
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.6);
    }
    .one-child a:last-child{
        border-bottom: 0;
    }
    .one-child a:hover{
        /*background: #f15a23;*/
        color: #f15a23;
    }
    .two-child{
        display: none;
        position: absolute;
        left: 0;
        top: 55px;
        background: rgba(0,0,0,.5);
        z-index: 99;
    }
    .two-child-item{
        border-bottom: 1px solid rgba(255,255,255,.6);
    }
    .two-child-item:last-child{
        border: 0;
    }
    .two-child-item>a{
        display: block;

        width: 160px;
        height: 54px;
        text-align: left;
        padding: 0 20px;
        line-height: 54px;
        font-size: 16px;
        color: #fff;

    }

    .two-child-item{
        position: relative;
    }
    .two-child-item>a:hover{
        /*background: #f15a23;*/
        color: #f15a23;
    }
    .two-child-item:hover div{
        display: block;
    }
    .two-child-item div{
        display: none;
        position: absolute;
        top: 0;
        left: 160px;
        background: rgba(0,0,0,.5);
    }
    .two-child-item div a{
        display: block;

        width: 160px;
        height: 55px;
        text-align: left;
        padding: 0 20px;
        line-height: 55px;
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.6);
    }
    .two-child-item div a:last-child{
        border: 0;
    }
    .two-child-item div a:hover{
        /*background: #f15a23;*/
        color: #f15a23;
    }



    .mune-item>a.active {
        color: #fff;
        background-color: #f15a23;
    }

    .web-footer {
        display: none;
    }

    .footer-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 101px;
        padding: 25px 75px;
        border-bottom: 1px solid #fff;
    }

    .footer-info-item {
        display: flex;
        align-items: center;
        margin-left: 35px;
    }

    .footer-info-item div p {
        color: #fff;
        line-height: 28px;
    }

    .footer-info-item div p.active {
        color: #999999;
    }

    .footer-link {
        padding: 25px 75px;
    }

    .footer-link-left p,
    .footer-link-left a {
        color: #999999;
        line-height: 28px;
    }

    .footer-right-code {
        display: flex;
        align-items: center;
    }

    .footer-right-code p {
        line-height: 28px;
        text-align: center;
        color: #999;
        margin-right: 10px;
    }

    .index-swiper {
        position: relative;
    }

    .index-swiper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        overflow: hidden;
    }

    .swiper-pagination1 {
        left: 50%;
        bottom: 18px;
        transform: translate(-50%, -50%) !important;
    }

    .swiper-pagination1 .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: rgba(255, 255, 255, 1);
        margin-right: 10px;
        opacity: 1;
    }

    .swiper-pagination1 .swiper-pagination-bullet-active {
        width: 36px;
        border-radius: 8px;
        background: #f54f50;
    }

    .content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        overflow: hidden;
        height: 390px;
        background-color: #cccccc;
        box-shadow: 3px 5.2px 8px 0px rgba(51, 51, 51, 0.3);
    }

    .page-title-warpper {
        width: 1180px;
        height: 41px;
        margin: 0 auto 10px;
    }

    .page-title {
        position: relative;
        top: -50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .page-title-left {
        display: flex;
        align-items: center;
        width: 810px;
        height: 82px;
        padding-left: 23px;
        font-size: 16px;
        color: #fff;
        background-color: #333333;
    }

    .page-title-left img {
        margin-right: 10px;
    }

    .page-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 370px;
        height: 82px;
        font-size: 28px;
        color: #fff;
        background-color: #f15a23;
    }

    .page-title-right span {
        font-size: 20px;
        color: #ffffff;
        opacity: 0.3;
        margin-left: 10px;
    }

    .page-info {
        display: flex;
        align-items: self-start;
        justify-content: space-between;
        width: 1180px;
        margin: 0 auto 30px;
    }

    .page-nav,.page-nav-two {
        display: none;
    }

    .page-info-left {
        width: 810px;
        padding: 30px;
        min-height: 846px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
        border: solid 1px #f3f3f3;
    }

    .page-info-right {
        width: 333px;
    }

    .page-info-nav {
        padding: 33px 23px;
        background: url(../img/index1.jpg) no-repeat;
        background-size: 100% 100%;
        margin-bottom: 20px;
    }

    .page-info-nav .pricect-item,
    .page-info-nav>a {
        display: block;
        margin-bottom: 16px;
        background-color: #ffffff;
        border: solid 1px #cccccc;

    }

    .page-info-nav>a div ,
    .page-info-nav .pricect-item>a {
        position: relative;
        display: block;
        width: 288px;
        min-height: 52px;
        line-height: 32px;
        padding: 10px 20px 10px 50px;
        font-size: 20px;

    }

    .page-info-nav>a div:before ,
    .page-info-nav .pricect-item>a:before {
        position: absolute;
        top: 22px;
        left: 24px;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background-color: #f15a23;
    }

    .page-info-nav>a.active ,
    .page-info-nav>.pricect-item.active {
        background-color: #f15a23;
        box-shadow: 0px 0px 7.7px 0.3px #6b1d00,
        inset 1.5px 2.6px 6.6px 0.4px #721f00;
        border-style: solid;
        border-width: 1px;
        border-image-source: linear-gradient(-12deg,
        #f15c25 0%,
        #ffcab7 50%,
        #f15c25 100%);
        border-image-slice: 1;
    }
    .page-info-nav>.pricect-item.active>a,
    .page-info-nav>a.active div {
        border: 0;
        color: #fff;
    }
    .page-info-nav>.pricect-item.active>a:before,
    .page-info-nav>a.active div:before {
        background: #fff;
    }

    .page-info-nav .pricect-item ul{
        display: none;
        width: 238px;
        margin: 0 auto;
    }
    .page-info-nav .pricect-item.active ul{
        display: block;
    }
    .page-info-nav .pricect-item ul li{
        width: 238px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        font-size: 18px;
        margin-bottom: 10px;
        background-color: #ffdfd4;
        color: #333;
        box-shadow: inset 0px 0px 7.2px 0.8px
        rgba(153, 49, 11, 0.6);
    }
    .page-info-nav .pricect-item ul li a{
        display: block;
        width: 100%;
        line-height: 44px;
        color: #333;
    }
    .page-info-nav .pricect-item ul li.active a{
        color: #f15a23;
    }

    .page-info-news {
        width: 333px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
        border: solid 1px #f3f3f3;
    }

    .page-info-news-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 55px;
        padding: 15px;
        background-color: #f15a23;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
    }

    .page-info-news-title span {
        display: block;
        line-height: 25px;
        font-size: 20px;
        padding-left: 15px;
        color: #ffffff;
        position: relative;
    }

    .page-info-news-title span:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 4px;
        height: 22px;
        background-color: #ffffff;

    }

    .page-info-news-title a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 67px;
        height: 30px;
        background-color: #f4faff;
        box-shadow: 0px 0px 8px 0px
        rgba(120, 32, 0, 0.5),
        inset 1px 1.7px 5px 0px
        #a42c00;
        border-radius: 15px;
        border: solid 1px #ffffff;
        color: #f15a23;
    }
    .page-info-news-list{
        width: 100%;
        background: #fff;
        padding: 10px 20px;
    }
    .page-info-news-list a{
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 10px 0 10px 20px;
        border-bottom: 1px solid #e6e6e6;
    }
    .page-info-news-list a:last-child{
        border-bottom: 0;
    }
    .page-info-news-list a:before {
        position: absolute;
        top: 21px;
        left: 0;
        content: '';
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        background-color: #f15a23;
    }
    .page-info-news-list a p {
        height: 52px;
    }
}