/* 手机版  */
body {
    position: relative;
    overflow-x: hidden;
}

.mobile {
    display: block;
}

.pc {
    display: none;
}

.m-top {
    position: relative;
    width: 100%;
    height: 1.45rem;
    z-index: 99;
    background: url(../images/sjtop.jpg) center top no-repeat;
}

.m-logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}

.m-logo img {
    width: 300px;
}

.m-top .btn {
    position: absolute;
    z-index: 100;
    right: 0.24rem;
    top: 0.36rem;
    text-align: center;
}

.m-top .btn span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 5px 0;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
    opacity: 0;
}

.cross span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
}

.m-nav {
    position: absolute;
    z-index: 99;
    right: -150px;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    padding-top: 1.45rem;
    background: #bf101a;
}

.m-nav li a {
    display: block;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    text-align: center;
}

.m-menu {
    margin: 0 auto;
}

.m-menu li {
    float: left;
    width: 33.3%;
    padding: 5px;
}

.m-menu li a {
    display: block;
    font: 400 14px/36px 'Microsft yahei';
    color: #1a1a1a;
    text-align: center;
    background: rgba(255, 255, 255, .6)
}

.wrapper {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;

}

header {
    display: none;
}


/* banner */
.banner {
    position: relative;
    z-index: 1;
}

.shutter {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.shutter-img {
    z-index: 1;
}

.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shutter-img a {
    cursor: default;
}

.shutter-img a>img {
    width: 100%;
    height: 100%;
}

.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.shutter-btn {}

.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
}

.shutter-btn li.prev {
    left: 10px;
    background: url("../images/btn_left.png") no-repeat center center;
    background-size: 30px;
}

.shutter-btn li.next {
    right: 10px;
    background: url("../images/btn_right.png") no-repeat center center;
    background-size: 30px;
}

.shutter-btn li.prev {
    left: 20px;
    background-size: 30px;
}

.shutter-btn li.next {
    right: 20px;
    background-size: 30px;
}

.measure img {
    height: 240px;
}

.yqlj {
    margin: 0 10px;
    padding: 30px 0 20px;
    background: url(../images/yqljl.png) left top 10px no-repeat;
    background-size: 35px;
    border-top: 2px solid #bf101a;
}

.yqlj1 {
    background: url(../images/yl.png) left center no-repeat;
    padding-left: 15px !important;
    width: 250px;
    text-align: left !important;
}

.yqlj1 a {
    color: #000;
}

.sjkycg1 {
    width: 135px;
}

/*close slider css*/
/*--responsive-starts-her--*/
@media (min-width: 768px) {}

@media (min-width: 992px) {}

.footer img {
    width: 80%;
}

.footer {
    background: #bf101a;
    padding: 40px 0 10px;
    text-align: center;
}

.footer1 {
    padding: 20px 0;
    color: #fff;
}

.footer1 p {
    font: 16px/30px "微软雅黑";
}

.footer2 {
    background: #fff;
    color: #999999;
    text-align: center;
    padding: 10px 0;
    font: 12px/20px "微软雅黑";
}

.footer2 a {
    color: #999999;
}

.footer1 a {
    color: #fff;
}

.iproducts {
    padding: 20px 0 10px 0;
}

.iproducts ul li {
    display: inline-block;
    padding: 0 5px;
    float: left;
}

.maquees {
    width: 100%;
    overflow: hidden;
}

.iproducts .imgs {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.iproducts .imgs span {
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 5px;
    text-align: center;
    display: none;
    width: 125px;
    height: 125px;
    border: 3px solid #bf101a;
}

.iproducts .imgs span a {
    background: url(../images/kycg-ra.png) left bottom no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    font: 600 16px/40px "微软雅黑";
    color: #FFF;
    padding-top: 20%;
    display: block;
}

.iproducts .imgs span a p {
    font: 12px/25px "微软雅黑";
    border: 2px solid #fff;
    display: block;
    overflow: hidden;
    margin: 0 3%;
}

@media (min-width: 1200px) {
    .mobile {
        display: none;
    }

    .pc {
        display: block;
    }

    .sjkycg1 {
        width: 280px;
    }

    /*top*/
    .topbanner {
        background: url(../images/banner1.jpg) center center no-repeat;
        font: 14px/30px "微软雅黑";
    }

    .top {
        height: 35px;
        background: rgba(255, 255, 255, 0.6);
        text-align: left;
    }

    .top p {
        padding: 0 30px;
    }

    .logo {
        padding: 100px 30px;
    }

    .dh {
        background: #bf101a;
        height: 60px;
        position: relative;
        z-index: 2
    }

    .nav {
        position: absolute;
        left: 50%;
        margin-left: -570px;
        top: 330px;
        z-index: 3;
        height: 70px;
        margin-bottom: 0;
        width: 1140px;
    }

    .nav ul {
        display: flex;
        font: 16px/35px "微软雅黑";
        height: 70px;
        margin-bottom: 0;
    }

    .nav ul li a {
        color: #fff;
        padding: 22px 38px 0;
        display: block;
        overflow: hidden;
    }

    .nav ul li a:hover {
        background: url(../images/dh.png) bottom center no-repeat;
        height: 70px;
        padding: 16px 38px;
    }

    .nav ul li.active a {
        background: url(../images/dh.png) bottom center no-repeat;
        height: 70px;
        padding: 16px 38px;
    }

    .footer {
        background: #bf101a;
        padding: 60px 0 40px;
        text-align: center;
    }

    .footer1 {
        padding: 20px 0;
        color: #fff;
    }

    .footer1 p {
        font: 16px/30px "微软雅黑";
 
    }

    .footer2,
    .footer2 a {
        background: #920f16;
        color: #fff;
        text-align: center;
        padding: 10px;
        font: 14px/24px "微软雅黑";
    }

    .iproducts {
        padding: 10px 0 10px 0;
    }

    .footer img {
        width: 454px !important;
    }

    .iproducts .imgs {
        position: relative;
        overflow: hidden;
        text-align: center;
    }
     .iproducts .imgs img{
         border:1px solid  #999;
     }

    .iproducts .imgs span {
        margin: 0;
        position: absolute;
        bottom: 0px;
        left: 5px;
        text-align: center;
        display: none;
        width: 270px;
        height: 270px;
        border: 3px solid #bf101a;
    }

    .iproducts .imgs span a {
        background: url(../images/kycg-ra.png) left bottom no-repeat;
        width: 100%;
        height: 100%;
        display: block;
        font: 600 16px/30px "微软雅黑";
        color: #FFF;
        padding-top: 60%;
        display: block;
    }

    .iproducts .imgs span a p {
        font: 12px/25px "微软雅黑";
        border: 2px solid #fff;
        display: block;
        overflow: hidden;
        margin: 0 35%;
    }

    @media (min-width: 1200px) {
        /*  common  */

    }

    @media screen and (max-width:375px) {}