
.w-100{width: 100%}
.h-100{height: 100%}
.block{display: block;}
.row{overflow: hidden;}
.font-over{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.hidden-li p.hide:nth-child(3){
  display: none;
}
.header .mian .nav .centerA.pc-hideen .box .tt:nth-child(2){
  display: none !important;
}

.inline-block{display: inline-block;}
.algin-l{text-align: left;}
.pt-20{padding-top: 20px;}
.pb-20{padding-bottom: 20px;}
.pb-50{padding-bottom: 3.85vw;}
.pb-80{padding-bottom: 6.15vw;}
.c-666{color: #666;}
.c-000{color: #000;}
.anchorBL{display: none}
.bdselect_share_content,
.bdselect_share_head,
.selectshare-mod-triangle,
.bdimgshare-bg,
.bdimgshare-content,
.bdselect_share_box{
  display: none !important;
  opacity: 0 !important;
  z-index: -1 !important;
  width: 0 !important;
  height: 0 !important;
}

input.inptet::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
  color: #fff; 
} 
input.inptet:-moz-placeholder, textarea:-moz-placeholder { 
  color: #fff; 
}
input.inptets::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
  color: #666; 
} 
input.inptets:-moz-placeholder, textarea:-moz-placeholder { 
  color: #666; 
}

@media (min-width:320px){
  .header,
  .footer .top{
    display: none;
  }
  .mod_header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 1rem;
    z-index: 67;
    padding: 0 0.3rem;
    box-sizing:border-box;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.05);
  }
  .mod_header .top{
    transform: translateX(0);
    transition: all .6s ease;
    position: relative;
    height: 100%;
  }
  .mod_header.on .top{
    transform: translateX(-70%);
  }
  .mod_header .mlogo{
    display: block;
    width: 1.2rem;
    position: relative;
    top: 0.25rem;
  }
  
  .mod_header .search{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    float: right;
    position: relative;
    top: 0.2rem;
    background: url(../img/search.png) center/0.34rem  no-repeat;
  }
  .mod_header .earth{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    float: right;
    position: relative;
    top: 0.2rem;
    margin-left: 0.2rem;
    background: url(../img/earth.png) center/0.4rem  no-repeat;
  }
  .mod_header .lines{
    width: 0.53rem;
    height: 0.4rem;
    position: relative;
    cursor: pointer;
    float: right;
    margin: 0.3rem 0 0 0.3rem;
  }
  .mod_header.on .lines{
    margin: 0.3rem 0 0 0.1rem;
  }
  .mod_header .lines p{
      width:100%;
      height:2px;
      background-color: #171717;
      position: absolute;
      right: 0;
      -webkit-transition: all 0.8s;
              transition: all 0.8s;
  }
  .mod_header .lines p:nth-child(1){
      top: 0px;
      width: 70%;
          -webkit-transform-origin: right top;
              -ms-transform-origin: right top;
                  transform-origin: right top;
          -webkit-transform: rotateZ(0deg);
              -ms-transform: rotateZ(0deg);
                  transform: rotateZ(0deg);
              -webkit-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                      transition: all 0.5s;
  }
  .mod_header.on .top .lines p:nth-child(1) {
    width: 100%;
       -webkit-transform: rotateZ(-45deg);
               transform: rotateZ(-45deg);
  }
  .mod_header .lines p:nth-child(2){
      top:0.18rem;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
  }
  .mod_header.on .top .lines p:nth-child(2) {
      opacity: 0;
  }
  .mod_header .lines p:nth-child(3){
      top: 0.36rem;
      width: 70%;
        -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
                transform-origin: right bottom;
        -webkit-transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
            -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                    transition: all 0.5s;
  }
  .mod_header.on .top .lines p:nth-child(3){
    width: 100%;
        -webkit-transform: rotateZ(45deg);
                transform: rotateZ(45deg);
  }
  .mod_header .navs{
    width: 63%;
    background-color: #686868;
    height: 100vh;
    position: fixed;
    top: 0;
    right:0;
    overflow: scroll;
    transform: translateX(100%);
    transition: all .6s ease;
  }
  .mod_header.on .navs{
    transform: translateX(2%);
  }
  .mod_header .navs li{
    border-bottom: 1px solid #979797
  }
  .mod_header .navs li .tit{
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    cursor: pointer;
    color: #fff;
    padding-left: 0.7rem;
    box-sizing:border-box;
    background:#5C5C5C url(../img/add.png) 0.3rem center/0.25rem no-repeat;
  }
  .mod_header .navs li.on .tit{
    background:#686868 url(../img/colse.png) 0.3rem center/0.25rem no-repeat;
  }
  .mod_header .navs li .child{
    display: block;
    width: 100%;
    padding:0 0 0.2rem 1.3rem;
    box-sizing:border-box;
    display: none;
  }
  .mod_header .navs li .child .tt{
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.7rem;
    height: 0.7rem;
    display: block;
  }
  .footer{
    padding: 0.45rem;
    background-color: #787470;
  }
  .footer .bot .left{
    text-align: center;
    font-size: 0;
    padding-bottom: 0.38rem;
    border-bottom:1px solid #979797;
  }
  .footer .bot .left a{
    line-height: 0.26rem;
    display: inline-block;
    width: 25%;
    font-size: 0.26rem;
    box-sizing:border-box;
    border-right: 1px solid #B3ADA7;
    color: #F5F5F5;
  }
  .footer .bot .left a:last-child{border:0;}
  .footer .bot .right{
    font-size: 0.22rem;
    color: #F5F5F5;
    text-align: center;
    line-height: 1.5;
    padding: 0.25rem 0 0.35rem;
  }
  .footer .bot .right span{
    display: inline-block;
  }
  .footer .imgs{
    display: block;
    width: 2rem;
    margin: 0 auto;
    border-radius: 4px;
  }
  /*.info.on{padding-top: 1rem;}*/
  .info .bread{display: none;}
  .info .mian{
    width: 1200px;
    max-width: 92%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .info .title{
    font-size: 0.28rem;
    color: #333;
    line-height: 1.4;
    padding: 1.35rem 0 0.3rem;
    margin-top: 0rem;
    border-bottom:1px solid #CCCCCC;
  }
  .info .title a,
  .info .title span{display: none;}
  .info .detaile{
    color: #666;
    line-height: 1.6;
    font-size: 0.24rem;
    padding: 0.25rem 0 0.5rem;
  }
  .info .downBtn{
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    background-color: #459DC3;
    width: 2.3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    display: block;
    margin: 0 auto;
  }
  .info .paging{
    font-size: 0.28rem;
    line-height: 1.6;
    color: #333;
  }
  .info .paging p{margin-bottom: 0.2rem;}
  .info .paging p a{
    color: #333;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .info .paging .retrun{
    display: block;
    width: 2rem;
    height: 0.65rem;
    line-height: 0.65rem;
    text-align: center;
    color: #fff;
    background-color: #499cc6;
    border-radius: 4px;
    margin-top: 0.5rem;
  }
  .win-select {
    position: fixed;
    left: 0;
    display: none;
    top: 0;
    width: 100%;
    z-index:20;
    height: 100%;
    background-color:#fff;
  }
  .win-select .close{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: fixed;
    right: 0.5rem;
    top: 0.8rem;
    background: url(../img/ico_071.png) center/.6rem no-repeat;
  }
  .win-select .box{
    width:680px;
    max-width: 92%;
    margin:2.8rem auto 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
  }
  .win-select .box .inp{
    width: calc(100% - 1rem);
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.15rem;
    font-size: 0.26rem;
    color: #666;
    background-color: transparent;
    border:0;
  }
  .win-select .box .selBtn{
    width: 0.7rem;
    height: 0.7rem;
    background: url(../img/search.png) center/20px no-repeat
  }
  .page.on  #adminpage{
    width: 1500px;
  }
  .page{
    text-align: center;
    font-size: 0.26rem;
    color: #666;
    margin-bottom: 1rem;
  }
  .page #adminpage{
    width: 1200px;
    max-width: 92%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 0.15rem 0.2rem;
    box-sizing:border-box;
    font-size: 0;
  }
  .page a{
    font-size: 0.26rem;
    color: #666;
    line-height: 25px;
    margin: 0 0.15rem;
    padding: 0 7px;
    display: inline-block;
    height: 25px;
    border-radius: 2px;
    background-color: #f5f5f5;
  }
  .page a.on{
    background-color:#499cc6;
    color: #fff;
  }
  .page a.left{
    padding: 0;
    border-radius: 0;
    float: left;
    margin: 0;
    width: auto !important;
  -webkit-transition: all 0.4s;
              transition: all 0.4s;

  }
  .page a.right{
    padding: 0;
    border-radius: 0;
    float: right;
    margin: 0;
    width: auto !important;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .info .lines{
    display: block;
    color: #333;
    line-height: 22px;
    font-size: 0;
    text-align: right;
    margin-top: 20px;
  }
  .info .lines span{
    font-size: 14px;
    display: inline-block;
  }
  .info .lines a{
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    float: right;
    margin:0 0 0 12px;
  }
  .info .lines a.wx{
    background: url(../img/img27.png) center no-repeat;
  }
  .info .lines a.wb{
    background: url(../img/img28.png) center no-repeat;
  }
  .info .lines a.qq{
    background: url(../img/img29.png) center no-repeat;
  }
  .info .lines a.kj{
    background: url(../img/img30.png) center no-repeat;
  }

}
@media (min-width:768px){
  .mod_header{
    height: 80px;
  }
  .mod_header .mlogo {
    width: 120px;
    top: 15px;
  }
  .mod_header .search {
    width: 40px;
    height: 40px;
    top: 20px;
    background: url(../img/search.png) center/23px no-repeat;
  }
  .mod_header .earth {
    width: 40px;
    height: 40px;
    top: 20px;
    margin-left: 20px;
    background: url(../img/earth.png) center/30px no-repeat;
  }
  .mod_header .lines{
    width: 46px;
    height: 30px;
    margin: 25px 0 0 30px;
  }
  .mod_header.on .top {
    transform: translateX(-73%);
  }
  .mod_header.on .lines {
    margin: 25px 0 0 10px;
  }
  .mod_header .lines p:nth-child(2) {
    top: 14px;
  }
  .mod_header .lines p:nth-child(3) {
    top: 28px;
  }
  .mod_header .top.on .lines p:nth-child(1),
  .mod_header .top.on .lines p:nth-child(3) {
    width: 70%;
  }
  .mod_header .navs li .tit {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    padding-left: 70px;
    background: #5C5C5C url(../img/add.png) 40px center/16px no-repeat;
  }
  .mod_header .navs li.on .tit {
    background: #686868 url(../img/colse.png) 40px center/16px no-repeat;
  }
  .mod_header .navs li .child .tt {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
  }
  .footer .bot .left {
    padding-bottom: 30px;
  }
  .footer .bot .left a {
    line-height: 14px;
    width: auto;
    padding: 0 30px;
    font-size: 14px;
  }
  .footer .bot .right {
    font-size: 14px;
    padding: 20px 0 35px;
  }
  .footer .imgs {
    width: 136px;
  }
  .info .bread{display: none;}
  .info .title {
    font-size: 20px;
    padding: 125px 0 20px;
    margin-top: 0px;
  }
  .infos .title{
    padding: 60px 0 20px;
  }
  .infos .bdsharebuttonbox,
  .infos .lines{display: none !important;}
  .info .detaile {
    font-size: 14px;
  }
  .info .downBtn {
    font-size: 14px;
    width: 130px;
    height: 42px;
    line-height: 42px;
  }
  .info.on {padding-top:80px;}
  .info .paging {
    font-size: 15px;
  }
  .info .paging .left{
    width: 80%;
    float: left;
  }
  .info .paging p {
    margin-bottom: 10px;
  }
  .info .paging .retrun{
    background-color: transparent;
    color: #333;
    width: auto;
    float: right;
    margin-top: 0;
    height: auto;
    line-height: 1;
  }
  .win-select .close {
    width: 30px;
    height: 30px;
    right: 4%;
    top: 60px;
    background: url(../img/ico_07.png) center/cover no-repeat;
  }
  .win-select .box {
    width: 680px;
    margin: 260px auto 0;
    padding-bottom: 12px;
  }
  .win-select .box .inp {
    width: 360px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 15px;
  }
  .win-select .box .selBtn {
    width: 30px;
    height: 30px;
    background: url(../img/searchs.png) center/23px no-repeat;
  }
  .page a {
    font-size: 15px;
    line-height: 28px;
    margin: 0 12px;
    padding: 0 8px;
    height: 28px;
  }
}
@media (min-width:992px){
  .mod_header .navs li .child {
    padding: 0 0 20px 130px;
  }
  .footer {
    padding: 40px 4% 45px;
  }
  .footer .bot .left{
    border-bottom: 0;
    padding-bottom: 0
  }
  .footer .bot .left a {
    line-height: 12px;
    padding: 0 20px;
  }
  .info{background-color: #f2f2f2;}
  .info .bread{
    display: block;
    font-size: 14px;
    color:#666;
    line-height: 1;
    padding: 5.35vw 0 2.35vw;
  }
  .info .bread span,
  .sales .bread span{margin: 0 5px;}
  .info .mian{padding-bottom: 6.15vw;}
  .info .box{
    background-color: #fff;
    padding: 3.45vw 3.9vw;
  }
  .info .box .title{
    border-bottom: 0;
    border-left: 2px solid #499cc6;
    line-height: 1;
    padding: 0 0 0 17px;
    /*margin-bottom: 20px;*/
    margin: 0 0 20px 0;
  }
  .info .box .title .btn{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-left: 30px;
    display: block;
    float: right;
    background: url(../img/img26.png) left center no-repeat;
  }
  .info .box .detaile{
    line-height: 2.2vw;
    padding: 0;
  }
  .info .downBtn{display: none;}
  /*.info .lines{
    display: block;
    color: #333;
    line-height: 22px;
    font-size: 0;
    text-align: right;
    margin-top: 20px;
  }
  .info .lines span{
    font-size: 14px;
    display: inline-block;
  }
  .info .lines a{
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    float: right;
    margin:0 0 0 12px;
  }
  .info .lines a.wx{
    background: url(../img/img27.png) center no-repeat;
  }
  .info .lines a.wb{
    background: url(../img/img28.png) center no-repeat;
  }
  .info .lines a.qq{
    background: url(../img/img29.png) center no-repeat;
  }
  .info .lines a.kj{
    background: url(../img/img30.png) center no-repeat;
  }*/
  .info.on .lines{display: none;}
  .info.on .box .title .btn{
    padding-left: 0;
    background: none
  }
  .info .paging{margin-top: 30px;}
  .page{
    font-size: 0;
    margin-bottom: 100px;
  }
  .page #adminpage{
    padding: 15px 30px;
  }
  .page a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0 7px;
  }
  .page a.right:hover,
  .page a.left:hover{
    color: #499cc6
  }
  .page a.left{
    padding-left: 25px;
    background: url(../img/jiantou01.png) left center no-repeat;
  }
  .page a.left:hover{
    background: url(../img/jiantou02.png) left center no-repeat;
  }
  .page a.right{
    padding-right: 25px;
    background: url(../img/jiantou03.png) right center no-repeat;
  }
  .page a.right:hover{
    background: url(../img/jiantou04.png) right center no-repeat;
  }
}
@media (min-width:1025px){
  .mod_header{display: none;}
  .header{
    position: absolute;
    left: 0;
    z-index:50;
    width: 100%;
    top: 0;
    display: block;
  }
  .header .top{
    width: 100%;
  }
  .header .top.on{
    background-color: #f3f3f3
  }
  .header .top .box{
    width: 1670px;
    max-width: 92%;
    margin: 0 auto;
    padding: 11px 0;
  }
  .header .top a{
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 17px;
    margin-left: 40px;
  }
  .header .top a.contact{
    /*padding-right: 16px;*/
    /*background: url(../img/arr-b.png) right center no-repeat;*/
  }
  .header .warp{
    width: 100%;
    height: 80px;
    background-color: rgba(255,255,255,0.8);
    border-bottom: 1px solid #ececec
  }
  .header .mian{
    width: 1670px;
    height: 80px;
    max-width: 92%;
    margin: 0 auto;
    text-align: center;
    /*position: relative;*/
  }
  .header .mian .mlogo{
    float: left;
    width: 120px;
    display: block;
    padding: 15px 0;
  }
  .header .mian .nav{
    display: inline-block;
    margin-top: 30px;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .header .mian .nav .li{
    float: left;
    height: 21px;
    line-height: 21px;
    padding-bottom: 30px;
    /*margin-right: 5.9vw;*/
    margin-right: 4.9vw;
  }
  .header .mian .nav .li:last-child{margin-right: 0}
  .header .mian .nav .li .tit{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
    -webkit-transition: all 0.3s;
              transition: all 0.3s;
  }
  .header .mian .nav .li:hover .tit,
  .header .mian .nav .li.on .tit,
  .header .mian .nav .box .tt:hover{
    color: #4c9dc9
  }
  .header .mian .nav .child{
    display: none;
    position: absolute;
    left: 0;
    top: 81px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  }
  .header .mian .nav .box{
    width: 1200px;
    max-width: 92%;
    overflow: hidden;
    margin: 0 auto;
  }
  .header .mian .nav .box .title{
    font-size: 20px;
    line-height: 1;
    padding-top: 4.65vw;
  }
  .header .mian .nav .box .title a{color: #000;}
  .header .mian .nav .box .tt{
    font-size: 14px;
    float: left;
    color: #777;
    margin: 2.3vw 25px 0;
    display: inline-block;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s;
              transition: all 0.3s;
  }
  .header .mian .nav .centerA .box .tt{
    float: none;
  }
  .header .mian .nav .centerA .box .tt.on{
    color: #4c9dc9
  }

  .header .mian .nav .centerA .box .tt:first-child:before{
    display: none;
  }
  .header .mian .nav .box .tt:before{
    content: '';
    display: block;
    position: absolute;
    left: -26px;
    width: 1px;
    height: 100%;
    background-color: #d5d5d5;
  }
  .header .mian .search-box{
  	position: relative;
  	float: right;
  	width: 36px;
    height: 36px;
    margin-top: 22px;
  }
  .header .mian .search{
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    box-sizing:border-box;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .header .mian .search.on{
    width: 186px;
    background-color:#F6FAFF;
    border-bottom: 1px solid #efebeb;
    box-shadow: -2px 2px 3px 0 rgba(0,0,0,0.05);
  }
  .header .mian .search .sea-box{
    width: 150px;
    height: 36px;
    line-height: 36px;
    box-sizing:border-box;
    padding:0 5px 0 10px;
    font-size: 12px;
    color: #666;
    position: absolute;
    right: 36px;
    background-color:#F6FAFF;
  }
  .header .mian .search .sea-box input{
    display: block;
    width: 100%;
    height: 100%;
    border:0;
    background-color: transparent;
  }
  .header .mian .search .sea-btn{
    width: 34px;
    height:34px;
    float: right;
    background: url(../img/search.png) center/23px no-repeat;
  }



  .footer{
    padding: 0 0 25px;
  }
  .footer .bot{
    width: 1200px;
    max-width: 92%;
    margin: 0 auto;
    padding-top: 25px;
  }
  .footer .bot .left{
    /*float: left;
    display: inline-block;*/
    margin-bottom: 20px
  }
  .footer .bot .left a:first-child{
    padding-left: 0
  }
  .footer .bot .right{
    /*display: inline-block;
    float: right;*/
    padding: 0;
    line-height: 12px;
  }
  .footer .imgs{display: none;}
  .footer .top{
    background-color: #f8f8f3;
    width: 100%;
    display:block;
    padding: 3.85vw 0 8.85vw;
  }
  .footer .top .mian{
    width: 1200px;
    max-width: 92%;
    margin: 0 auto;
  }
  .footer .mian .nav{
    width: calc(100% - 140px);
    float: left;
  }
  .footer .mian .nav li{
    float: left;
    width: calc(100% / 7)
  }
  .footer .mian .nav li .tit{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 26px;
    margin-bottom: 18px;
  }
  .footer .mian .nav li p{
    font-size: 13px;
    line-height: 1.3;
    margin-top: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-right: 8px;
  }
  .footer .mian .nav li p a{
    color: #737272;
    -webkit-transition: all 0.3s;
              transition: all 0.3s;
  }
  .footer .mian .nav li p a:hover{
    color: #499cc6
  }
  .footer .mian .wx{
    width: 136px;
    float: right;
    font-size: 14px;
    color: #737272;
    text-align: center;
    line-height: 1.6
  }
  .footer .mian .wx img{
    margin-bottom: 10px;
  }
  
  .info{
    padding-top: 120px;
  }
  .info .paging p a:hover{
    color: #499cc6
  }
  
}
@media (min-width:1200px){
  .header .mian .nav .li{
    margin-right: 5.9vw;
  }
  .page #adminpage {
    padding: 15px 40px;
  }
  .page a.left{
    padding-left: 30px;
  }
  .page a.right{
    padding-right: 30px;
  }
}
@media (min-width:1300px){
  .header .top a{
    font-size: 16px;
  }
  .header .mian .nav .li{
    margin-right: 90px;
  }
  .header .mian .nav{
    margin-left: -5vw;
  }
  .pb-50{padding-bottom: 50px;}
  .pb-80{padding-bottom: 80px;}
  .header .mian .nav .box .title{
    font-size: 22px;
    padding-top: 60px;
  }
  .header .mian .nav .box .tt{
    margin-top: 30px;
  }
  .header .mian .nav .centerA .box .tt{
    margin: 25px 30px 0;
  }
  .footer .top{padding: 50px 0 115px}
  .info .mian{padding-bottom:80px;}
  .info .box .detaile{
    line-height: 2;
  }
  .info .bread{
    padding: 70px 0 30px;
  }
  .info .box{
    padding: 45px 50px;
  }
}
.footer .footer_a1,.footer .footer_a1:hover {
  cursor: pointer;
  color:#f5f5f5;
}

.contacts .right img{
  width:100%;
}
.pc-block-768{
    display:block;
}
.m-block-768{
    display:none;
}
@media (max-width:768px) {
    .pc-block-768{
        display:none;
    }
    .m-block-768{
        display:block;
    }
}

.zwsales{
  width:100%;
  margin-top:120px;
}
.zwsales img{
  width:100%;
}
@media (max-width:768px) {
  .zwsales{
    margin-top:1rem;
  }
}

img {
                      image-rendering: crisp-edges;
                      image-rendering: -moz-crisp-edges;
                      image-rendering: -webkit-optimize-contrast;
                      image-rendering: -o-crisp-edges;
                      -ms-interpolation-mode: nearest-neighbor;
                    }