*{ margin:0; padding:0}
@font-face {
    font-family:'' ;
    src: url('');
}
body { width:100%;margin:0 auto; font-size:14px;font-family: PingFang SC; line-height:150%;color: #000;position:relative;letter-spacing: 0px;overflow-x: hidden;}
ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,form { padding:0; margin:0;}
h1 { font-size:20px; font-family:'Microsoft YaHei';}
h2 { font-size:12px; font-weight:normal;}
h3 { font-size:14px; font-weight:normal;}
h4 { font-size:12px; font-weight:normal;}
h5 { font-size:12px; font-weight:normal;}
ul { list-style:none;}
li { list-style:none;}
img { border:none;}
a {color: #000; text-decoration:none;line-height: 1.5;}
a:hover{text-decoration:none;}
p{  padding:0; margin:0;line-height: 150%;}
section,header,main,footer{
    display: flex;width: 100%;position: relative;flex-direction: column;justify-content: center;align-items: center;}
input{border:0;outline:none;}


.d-flex{display: flex;}
.al-c{align-items: center;}
.jc-c{justify-content: center;}
.jc-s{justify-content: space-between;}
.al-fs{align-items: flex-start;}
.al-ed{align-items: flex-end;}
.jc-fs{justify-content: flex-start;}
.p-r{position: relative;}
.p-a{position: absolute;}
.p-f{position: fixed;}
.w100{width: 100%;}
.ft14{font-size: 0.14rem;line-height: 150%;}
.ft18{font-size: 0.18rem;line-height: 150%;}
.ft20{font-size: 0.2rem;line-height: 150%;}
.ft22{font-size: 0.22rem;line-height: 150%;}
.ft24{font-size: 0.24rem;line-height: 150%;}
.ft25{font-size: 0.25rem;line-height: 150%;}
.ft26{font-size: 0.26rem;line-height: 150%;}
.ft28{font-size: 0.28rem;line-height: 150%;}
.ft30{font-size: 0.30rem;line-height: 150%;}
.ft35{font-size: 0.35rem;line-height: 150%;}
.ft36{font-size: 0.36rem;line-height: 150%;}
.ft40{font-size: 0.4rem;line-height: 150%;}
.ft42{font-size: 0.42rem;line-height: 150%;}
.ft48{font-size: 0.48rem;line-height: 150%;}
.ft60{font-size: 0.6rem;line-height: 150%;}
.mt30{margin-bottom: 0.3rem;}
.m_t50{margin-top: 0.5rem;}
.none{display: none;}
.flex-column{flex-direction: column;}
.wrap{flex-wrap: wrap;}
.mw100{max-width: 100%;}
.w1920{width: 19.2rem;}
.wap{display: none;}
/* .min1920{min-width: 1920px;} */
.fsour{font-family: 'sour';}
.avtive{color: #ff9900;}
.lh150{line-height: 150%;}
.w1400{width: 1400px;}
.w1200{width: 1200px;}
.arcbody{
    width: 14rem;
    max-width: 94%;
    margin-bottom: 1rem;
    overflow: hidden;
    }
.arcbody * {
    line-height: 180%;
    max-width: 100%;
}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto!important;
}
.arcbody p{}
.text-line{
    background: linear-gradient(0deg,var(--bgcolor),var(--bgcolor)) no-repeat left bottom;
    background-size: 0% 0.02rem;
    transition: all 0.3s;
    display: inline!important;
}
.text-line:hover{
    background-size: 100% 0.02rem; 
}
:root{
    --bgcolor: #8f5407;
    --fontcolor: #8f5407;
    --b-r:0.05rem;
    --hoverbg: #8f5407;
    --hoverfont: #8f5407;
}
.w1296{width: 1200px;}


.headxf{
    position: fixed;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.head{
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.4rem 0;
}
.head .logo{}
.head .logo .icon{
    width: 1.4;
}
.navbox{
    position: fixed;
    left: 100%;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: rgba(255,255,255,0.8);
    z-index: 12;
}
.navbox .navlist{
    height: 100%;
    width: 2.3rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.navbox .navlist .close{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem 0.4rem 0.6rem auto;
    cursor: pointer;
}
.navbox .navlist .close .icon{
    width: 20px;
}
.navbox .navlist .a1{
    width: 85%;
    font-size: 0.24rem;
    color: #3D3D3DFF;
    font-weight: bold;
    margin-bottom: 0.35rem;
}
.navbox .navlist .a1.this{}
.navbox .navlist .a1:hover{
    color: #b8191e;
}

.head .jie{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px #fff solid;
    padding-right: 0.15rem;
    margin-right: 0.15rem;
    margin-left: auto;
}
.head .jie .p1{
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.wap{
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.wap .line{
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 2px 0;
    border-radius: 0.05rem;
}

.indexbox{width: 100%;height: 100vh;}
.indeximg{width: 100% ;height: 100%;position: relative;}
.indeximg .bgimg{width: 100%;height: 100%;object-fit: cover;}
.indeximg .pt1{
    position: absolute;
    font-size: 0.4rem;
    color: #3d3d3d;
    z-index: 1;
    bottom: 27%;
    left: 10%;
    font-weight: bold;
    width: 80%;
}
.indeximg .pt3{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0 8%;
    font-weight: bold;
    background: rgba(0,0,0,0.5);
    white-space: pre-wrap;
    word-spacing: -1.1px;
    line-height: 1.2;
}
.index2{
    display: flex;
    justify-content: space-between;
}
.index2 .tbox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.index2 .tbox .p1{
    font-size: 0.38rem;
    color: #3d3d3d;
    font-weight: bold;
    margin-left: 1.15rem;
    margin-right: 0.8rem;
}
.index2 .tbox .p3{
    font-size: 0.3rem;
    color: #3d3d3d;
    margin-left: 1.3rem;
    width: 5.4rem;
    margin-top: 0.2rem;
}
.index2 .tbox .p2{
    width: 1.9rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-left: 1.15rem;
    font-size: 0.2rem;
    border: 2px #B8191EFF solid;
    color: #3d3d3d;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 0.05rem;
}
.index2 .tbox .p2:hover{
    background: #B8191EFF;
    color: #fff;
}
.index2 .imgbox{
    width: 100%;
    height: 100%;
    background: #B8191EFF;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-sizing: border-box;
    padding-top: 1rem;
}
.index2 .imgbox .imglist{
    display: flex;
    justify-content: center;
    align-items: center;
}
.index2 .imgbox .imglist .icon{
    max-width: 80%;
    max-height: 80%;
}
.index2 .dimgbox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index2 .dimgbox .dimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main .swiper-pagination.pagination1{
    right: 0;
    top: 0;
    width: 0.1rem;
    z-index: 17;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    transform: unset;
}
main .swiper-pagination.pagination1 .swiper-pagination-bullet{
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    width: 100%;
    margin: 0;
}
main .swiper-pagination.pagination1 .swiper-pagination-bullet-active{
    background: #b8191e;
}

.index3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.index3 .bgimg{}
.index3 .tbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    background: rgba(0,0,0,0.3);
    height: 100%;
}
.index3 .tbox .p1{
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
}
.index3 .tbox .p2{
    font-size: 0.3rem;
    color: #fff;
}
.index3 .tbox .p3{
    /* width: 4.5rem; */
    font-size: 0.3rem;
    color: #fff;
    margin-top: 0.2rem;
}
.index3 .tbox .xian{
    width: 1rem;
    height: 0.08rem;
    background: #B8191EFF;
}
.index3 .tbox .a1{
    width: 1.9rem;
    height: 0.6rem;
    box-sizing: border-box;
    border: 2px #fff solid;
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.24rem;
    border-radius: 0.05rem;
    transition: all 0.3s;
}
.index3 .tbox .a1:hover{
    background: #b8191e;
    border: 2px #b8191e solid;
}

.sbbox{
    position: fixed;
    z-index: 11;
    bottom: 70px;
}
.sbbox .icon{}

.index4{
    background: #000;
    display: flex;
    justify-content: center;
al;:
    c;
}
.index4 .box{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index4 .box .pt2{
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0.8rem;
}
.index4 .box .youshibox{
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index4 .box .youshibox .yslist{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0.4rem;
}
.index4 .box .youshibox .yslist .p1{
    font-size: 0.34rem;
    color: #fff;
    font-weight: bold;
    width: 3rem;
    margin-bottom: 0.1rem;
}
.index4 .box .youshibox .yslist .p2{
    font-size: 0.24rem;
    color: #fff;
    opacity: 0.4;
}

.contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact .zgf{
    flex: 1;
    display: flex;
    box-sizing: border-box;
    padding: 0px 1.3rem 20vh;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: auto;
}
.contact .zgf .p1{
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
    width: 8.8rem;
    max-width: 100%;
    margin-right: calc(100% - 8.8rem);
}
.contact .zgf .line{
    width: 36%;
}
.contact .zgf .line .p2{
    font-size: 0.34rem;
    color: #000;
    font-weight: bold;
    margin-top: 0.4rem;
}
.contact .zgf .line .input1{
    font-size: 0.24rem;
    color: #000;
    opacity: 0.4;
    margin-top: 0.1rem;
}
.contact .zgf .submit{
    margin-right: 70%;
    margin-top: 0.4rem;
    height: 0.5rem;
    width: 1.8rem;
    border-radius: 0.06rem;
    border: 2px #dcdcdc solid;
    background: transparent;
    color: #dcdcdc;
    font-size: 0.2rem;
    cursor: pointer;
}
.contact .zgf .submit:hover{border:2px #b8191e solid;color: #fff;background-color: #b8191e;}
.contact .zi{
    width: 422px;
    background: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact .zi .box{
    box-sizing: border-box;
    padding: 0 0.4rem;
    margin-top: auto;
    margin-bottom: 20vh;
}
.contact .zi .box .p1{
    font-size: 0.22rem;
    color: #fff;
}
.contact .zi .box .p2{
    font-size: 0.2rem;
    color: #B8191EFF;
    margin-bottom: 0.4rem;
}
.contact .zi .box .p3{
    font-size: 0.2rem;
    color: #4D4D4DFF;
}
.contact .zi .gl{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.4rem;
    display: none;
}
.contact .zi .gl .a1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.2rem;
}
.contact .zi .gl .a1 .icon{
    width: 0.5rem;
    border-radius: 50%;
    height: 0.5rem;
}
.contact .zi .gl .a1 .box2{
    margin-left: 0.2rem;
}
.contact .zi .gl .a1 .box2 .p1{
    font-size: 0.26rem;
    color: #fff;
}
.contact .zi .gl .a1 .box2 .p2{
    font-size: 0.26rem;
    color: #fff;
}

.contact2{}
.contact2 .zgf{}
.contact2 .zgf .p1{}
.contact2 .zgf .line{}
.contact2 .zgf .line .p2{}
.contact2 .zgf .line .input1{}
.contact2 .zgf .submit{}

.contact2 .zi{}
.contact2 .zi .box{}
.contact2 .zi .box .p1{}
.contact2 .zi .box .p2{}
.contact2 .zi .box .p3{}
.contact2 .zi .gl{}
.contact2 .zi .gl .a1{}
.contact2 .zi .gl .a1 .icon{}
.contact2 .zi .gl .a1 .box2{}
.contact2 .zi .gl .a1 .box2 .p1{}
.contact2 .zi .gl .a1 .box2 .p2{}
.cbox{
    width: 100%;
    height: 100vh;
}

.index2{}
.index2 .tbox2{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index2 .tbox2 .shlist{
    width: 30%;
}
.index2 .tbox2 .shlist .p1{
    font-size: 0.8rem;
    font-weight: bold;
    color: #B81A1FFF;
    line-height: 1.2;
    display: flex;
}
.index2 .tbox2 .shlist .p2{
    font-size: 0.34rem;
    color: #3d3d3d;
    font-weight: bold;
}
.index2 .tbox2 .shlist .p1 span{
    font-size: 0.34rem;
    color: #3d3d3d;
}

.anli{
    width: 100%;
    height: 100vh;
}
.anli .a1{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anli .a1 .imgbox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anli .a1 .imgbox .icon{}
.anli .a1 .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.anli .a1 .tbox{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20%;
}
.anli .a1 .tbox .p1{
    font-size: 0.34rem;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.anli .a1 .tbox .p2{
    width: 1.9rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px #fff solid;
    border-radius: 0.06rem;
    margin-top: 0.4rem;
    color: #fff;
    font-size: 0.2rem;
}
.anli .a1:hover .tbox{
    background: rgba(184,25,30,0.7);
}

.nybanner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.nybanner .icon{
    width: 100%;
}
.nybanner .tbox{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    padding-left: 10%;
}
.nybanner .tbox .line{
    font-size: 0.;
}
.nybanner .tbox .a1{
    font-size: 0.34rem;
    color: #fff;
}
.nybanner .tbox .p1{
    font-size: 0.44rem;
    color: #fff;
    font-weight: bold;
    margin-top: 0.2rem;
}
.newsbox{
    width: 14rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.4rem 0;
}
.newsbox .h1{
    font-size: 0.4rem;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}
.newsbox .p2{
    font-size: 0.2rem;
    color: #797979FF;
    margin-top: 0.3rem;
}
main .swiper-pagination.pagination1:hover{width:0.15rem;transition:all .3s}
@media only screen and (max-width: 1024px) {
    .index2 .tbox .p3{}
    .nybanner{}
.nybanner .icon{}
.nybanner .tbox{}
.nybanner .tbox .line{}
.nybanner .tbox .a1{}
.nybanner .tbox .p1{}
.newsbox{}
.newsbox .h1{}
.newsbox .p2{}
    .anli{}
.anli .a1{}
.anli .a1 .imgbox{}
.anli .a1 .imgbox .icon{}
.anli .a1 .icon{}
.anli .a1 .tbox{}
.anli .a1 .tbox .p1{}
.anli .a1 .tbox .p2{}
.anli .a1:hover .tbox{}
    .index2 .tbox2 .shlist .p1 span{}
    .index2{}
.index2 .tbox2{}
.index2 .tbox2 .shlist{}
.index2 .tbox2 .shlist .p1{}
.index2 .tbox2 .shlist .p2{}
    .cbox{
    height: auto;
}
    .contact2{}
.contact2 .zgf{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 10%;
}
.contact2 .zgf .p1{
    font-size: 0.5rem;
}
.contact2 .zgf .line{
    width: 100%;
    margin-top: 0.3rem;
}
.contact2 .zgf .line .p2{
    font-size: 0.3rem;
    font-weight: bold;
}
.contact2 .zgf .line .input1{
    font-size: 0.26rem;
    color: #000;
    margin-top: 0.1rem;
}
.contact2 .zgf .submit{
    margin-top: 0.4rem;
    height: 0.55rem;
    width: 2rem;
    border-radius: 0.06rem;
    border: 2px #dcdcdc solid;
    background: transparent;
    color: #999;
    font-size: 0.24rem;
    cursor: pointer;
}

.contact2 .zi{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #000;
    box-sizing: border-box;
    padding: 1rem 10%;
}
.contact2 .zi .box{
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact2 .zi .box .p1{
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
}
.contact2 .zi .box .p2{
    font-size: 0.26rem;
    color: #B8191EFF;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
}
.contact2 .zi .box .p3{
    color: #fff;
    font-size: 0.26rem;
    margin-top: 0.1rem;
    opacity: 0.8;
}
.contact2 .zi .gl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.contact2 .zi .gl .a1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
}
.contact2 .zi .gl .a1 .icon{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}
.contact2 .zi .gl .a1 .box2{
    margin-left: 0.2rem;
}
.contact2 .zi .gl .a1 .box2 .p1{
    color: #fff;
    font-size: 0.26rem;
}
.contact2 .zi .gl .a1 .box2 .p2{
    font-size: 0.26rem;
    color: #fff;
}
    .contact{
    flex-wrap: wrap;
}
.contact .zgf{
    padding: 1.5rem 10% 1rem;
}
.contact .zgf .p1{}
.contact .zgf .line{
    width: 100%;
}
.contact .zgf .line .p2{}
.contact .zgf .line .input1{}
.contact .zgf .submit{}

.contact .zi{
    width: 100%;
}
.contact .zi .box{
    margin-top: 0.4rem;
    margin-bottom: auto;
}
.contact .zi .box .p1{
    font-size: 0.32rem;
}
.contact .zi .box .p2{
    font-size: 0.26rem;
}
.contact .zi .box .p3{
    font-size: 0.26rem;
}
.contact .zi .gl{}
.contact .zi .gl .a1{}
.contact .zi .gl .a1 .icon{}
.contact .zi .gl .a1 .box2{}
.contact .zi .gl .a1 .box2 .p1{}
.contact .zi .gl .a1 .box2 .p2{}
    .index4{}
.index4 .box{}
.index4 .box .pt2{
    font-size: 0.6rem;
}
.index4 .box .youshibox{
    width: 94%;
}
.index4 .box .youshibox .yslist{}
.index4 .box .youshibox .yslist .p1{}
.index4 .box .youshibox .yslist .p2{}
    .sbbox{
}
.sbbox .icon{
    width: 25px;
}
    .index3{}
.index3 .bgimg{}
.index3 .tbox{}
.index3 .tbox .p1{}
.index3 .tbox .p2{}
.index3 .tbox .p3{}
.index3 .tbox .xian{}
.index3 .tbox .a1{}
.index3 .tbox .a1:hover{}
    main .swiper-pagination{}
    main .swiper-pagination .swiper-pagination-bullet{}
    main .swiper-pagination .swiper-pagination-bullet-active{}
    .index2 .dimgbox{
    height: 50%;
}
    .index2 .dimgbox .dimg{}
    .index2{
    flex-direction: column;
}
.index2 .tbox{
    height: 50%;
}
.index2 .tbox .p1{}
.index2 .tbox .p2{}
.index2 .imgbox{
    padding-top: 0;
    height: 50%;
    padding: 0.3rem;
}
.index2 .imgbox .imglist{}
.index2 .imgbox .imglist .icon{
    max-width: 70%;
    max-height: 70%;
}
    .bl .head .jie .p1{
    color: #000;
}
    .bl .head .jie{
    border-right: 3px #000 solid;
}
    .bl .wap .line{
    background: #000;
}
    .indexbox{width: 100%;height: 100vh;}
.indeximg{width: 100% ;height: 100%;position: relative;}
.indeximg .bgimg{width: 100%;height: 100%;object-fit: cover;}
.indeximg .pt1{
    bottom: 5%;
    left: 5%;
    width: 90%;
}
.indeximg .pt3{}
    .headxf{}
    .head{}
    .head .logo{}
    .head .logo .icon{
    width: 1.8rem;
}
    .navbox{}
    .navbox .navlist{
    width: 50%;
}
    .navbox .navlist .close{}
    .navbox .navlist .close .icon{}
    .navbox .navlist .a1{
    font-size: 20px;
}
    .navbox .navlist .a1.this{}
    .navbox .navlist .a1:hover{}
    
    .head .jie{}
    .head .jie .p1{}
    .wap{}
    .wap .line{}
}
@media only screen and (min-width: 751px) and (max-width: 1400px) {
    .w1296{width: 990px;}
    .m1400-w990{width: 990px;}
    .m1400-w1200{width: 1200px;}

}
@media only screen and (min-width: 751px){

}
.jvectormap-zoomin, .jvectormap-zoomout{display: none;}