@media screen and (min-width: 1920px){
    .productList{
        width: 350px!important;
        height: 350px!important;
    }
    .leftItem a::after{
        display:inline-block;
        content: url("../images/left (2).png");
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        width:23px;
        height:23px;
        margin: 5px auto 0;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1919px){
    .productList{
        width: 350px!important;
        height: 350px!important;
    }
    .leftItem a::after{
        display:inline-block;
        content: url("../images/left (2).png");
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        width:23px;
        height:23px;
        margin: 5px auto 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .productList{
        width:  289px!important;
        height: 289px!important;
    }
    .leftItem a::after{
        display:inline-block;
        content: url("../images/left (2).png");
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        width:23px;
        height:23px;
        margin: 5px auto 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px ) {
    .productList{
        width:  280px!important;
        height: 280px!important;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .ItemInnerListItem{
        width: 33%!important;
    }
}
@media screen and (min-width: 414px) and (max-width: 479px) {
    .ItemInnerListItem{
        width: 33%!important;
    }
}
@media screen and (max-width: 413px) {
    .ItemInnerListItem{
        width: 33%!important;
    }
}
/*@font-face {*/
/*    font-family: 'iconfont';  !* project id 2106971 *!*/
/*    src: url('//at.alicdn.com/t/font_2106971_k7nrfw02sw.eot');*/
/*    src: url('//at.alicdn.com/t/font_2106971_k7nrfw02sw.eot?#iefix') format('embedded-opentype'),*/
/*    url('//at.alicdn.com/t/font_2106971_k7nrfw02sw.woff2') format('woff2'),*/
/*    url('//at.alicdn.com/t/font_2106971_k7nrfw02sw.woff') format('woff'),*/
/*    url('//at.alicdn.com/t/font_2106971_k7nrfw02sw.ttf') format('truetype'),*/
/*    url('//at.alicdn.com/t/font_2106971_k7nrfw02sw.svg#iconfont') format('svg');*/
/*}*/
.productList{
    width: 100%;
    height: 200px;
    background: #930909;
    margin: 15px auto;
    border-radius: 5px;
}
.product{
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.productItem{
    width: 100%;
    height: 100%;
    position: relative;
}
.positionBg{
    width: 75%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url("../images/banner3.jpg");
}

.leftItem{
    width: 25%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: white;
    background: rgba(0, 0, 0, 0.76);

}
.leftItem a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
    position: relative;
}
/*.leftItem a::after{
    display:inline-block;
    content: url("../images/left (2).png");
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width:23px;
    height:23px;
    margin: 5px auto 0;
}*/

.leftItem:hover,.leftItem>a:hover{
    background:#47afef;
}
.leftItem:hover .ItemInner{
    display: block;
}
.ItemInner{
    background: white;
    color: black;
    display: none;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25%;
    margin: auto;
    transition: all .3s;
}
.ItemInnerListItem{
    width: 25%;
    height: 140px;
    padding-top: 15px;
    float: left;
}
.ItemInnerListItem:hover .ItemInnerListItembottom{
    color: #fc6500;
}
.ItemInnerListItemTop{
    width: 100%;
    height: 75px;
}
.ItemInnerListItemTop img{
    max-width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}
.ItemInnerListItembottom{
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 20px;
}





/*服务保障*/
.guarantee {
    width: 100%;
    background: linear-gradient(to top right, rgba(13, 111, 246, 0.70), rgba(44, 183, 250, 0.70));
    padding: 15% 10% 10%;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.guarantee:hover{
    transform: translateY(-20px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.imgGuarantee {
    width: 100%;
    padding-top: 5%;
}

.imgGuarantee img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.guaranteeName {
    margin: 15px auto;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.guaranteeDes {
    font-size: 14px;
    font-weight: 400;
    color: white;
}


.activity{
    display: block;
    max-width: 100%;
    height: auto;
    margin:0 auto;
}
