﻿@charset "utf-8";
.videocon {
  position: relative;
  }

  .wrap {
    flex: 1
  }
}

.videocon {
  position: relative;
  overflow: hidden
}

.videocon::after {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: rgba(0, 22, 106, .4);
  position: absolute;
  left: 0;
  top: 0
}

.videocon .cover {
  display: block;
  min-width: 100%;
  min-height: 100%
}

.videocon #videoBtn {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  z-index: 10;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  transition: all 1s ease
}

@media screen and (max-width:768px) {
  .videocon #videoBtn {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px
  }
}

.videocon:hover #videoBtn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}

.fancybox-overlay {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100999;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7)
}

.fancybox-overlay iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 55;
  max-width: 1200px
}
@media screen and ( max-width: 1599px){
.pb70mb30 {
    background-image: url(../images/gdbj.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    height: 160px;
}}
@media screen and ( min-width:992px){
  .page_picList li img{height:140px;}
  .newsList .img img{height: 174px;
    width: 100%;
  }
  .partner_con .item{
        box-sizing: border-box;
    width: 100%;
  }
  .partner_con .item .img{width: 100%;}
  .partner_con .item .img img{width: 100%;}
  .pb70mb30{background-size: cover;    height: 259px;}

}
@media screen and ( min-width:1200px){
  .page_picList li img{height: 200px;}
}
@media screen and ( max-width: 1599px){
 
	 .prolist .col-md-5 img{text-align:center;max-height: 398px; max-width: 100%; width: auto;  margin: 0px auto; }
  
    .about_img{
        max-width:100%;
		padding-top: 100px;
    }
    .prj3 a {
    padding-top: 70px;
    width: 100%;
    position: absolute;
    color: #ff961c;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}
	.about_con .con {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    width: 100%;
		max-height: 300px;
		overflow: hidden;
    padding-left: 5px;
    margin-top: 25px;
}
    .footer_nav dl{

   padding-right: 30px;

}
}
.partner_con .item:hover img{ transform: scale(1.1);overflow: hidden;
}
.prolist .imgarea:hover{
    display: block;
box-shadow: 0 0 10px rgba(0,0,0,.1);
	
}
.prolist .imgarea:hover img{ transform: scale(1.01);overflow: hidden; }
@media screen and ( min-width: 1280px){
.page_newsList .col-md-5  h4{display: none;}}
@media screen and ( max-width: 1200px){
   #header{
        height: 55px;
        transition:all .3s;
    }
    .header_wrap{
        width: 100%;
        padding: 0 15px 0 10px;
        left: 0;
        margin:0;
        height:55px;
        position: relative;
        z-index: 99999;
        background: #fff;
        border-bottom: none;
    }
    .header_wrap_on{
        position: fixed;
        transform: translateY(0);

    }
    .header_wrap .coninfo{
        display: none;
    }
    .header_wrap .search{
        display: none;
    }
    .logo{
        margin-top: 5px;
        max-height: 47px;
        flex: 1;
        min-width: 100px;
    }
    .logo img{
        height: 100%;
    }
    .header_wrap .language{
        display: none;
    }
    .nav_pc{
        display: none;
    }
    .phone_menu_btn{
        display: block;
        padding-top: 12px;
    }
    .phone_top_nav{
        display: block;
    }
    
}
@media screen and ( max-width: 992px){
    .container{
        padding-left:12px;
        padding-right: 12px;
        /*margin-top: -40px;*/
    }
    .case_presentationbox{
            margin-top: 15px;
    }
    .row {
    	margin-right: -6px;
    	margin-left: -6px
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    	padding-right: 6px;
    	padding-left: 6px
    }
    .mb_none{
        display: none!important;
    }
    .phone_fixed_menu{
        display: block;
    }
    .fixed_rightbtn{
        display: none;
    }
   .tit_box1{
       padding: 30px 0 25px;
   }
   .tit_box1 h4{
       font-size:24px;
   }
   .tit_box1 p{
       font-size:12px;
       margin:7px 0 0;
       height: 16px;
       line-height: 16px;
       overflow: hidden;
       padding: 0 20px;
   }
	
   .tit_box1 .line{
       max-width: 300px;
   }
   .tit_box2 h4{
       font-size:16px;
	   text-align: center;
       padding: 0px;
	   width: 100%;
   }
	.panel2 .col-md-6 {
    padding: 12px 0;
     
}
	.panel2 .col-md-6 .col-md-6{
    padding: 0px 0;
}
	.tit_box2 p {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    line-height:1.76;
    color: #444;
    text-align: center;
    position: relative;
     
}
   .tit_box2 h4:before{
       height: 20px;
       width: 3px;
   }
	 
	.tit_box11 h4{font-size: 20px;
    font-weight: bold;
    color: #fff;
		line-height: 35px;
 max-width: 350px;    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;}
	
	.tit_box11 h4 span {
    font-size: 18px;
		line-height: 35px;
    color: #ff961c;
}
	.product_con li a .con {
    padding-top: 15px;
    height: 100px;
    overflow: hidden;
    margin: 0 10px;
    text-align: center;
    align-items: center;
    transition: all .3s;
}
	.product_con li a .con h4 {
    font-size: 16px;
    color: #ff961c;
		text-align: center;
		letter-spacing: 2px;
    font-weight: bold;
    transition: all .3s;
}
	.product_con li a .con p {
    font-size: 12px;
    padding-top: 10px;
		line-height: 18px;
    color: #222;
}
	 
	.page_newsList .info h4{font-size: 17px;}
	.page_newsList .info {
    background: #fff;
    padding-left: 20px;
    padding-top: 0px;
    height: 110px;
    transition: all .3s ease-out 0s;
}
.ind_tit h2 {
    font-size: 20px;
    line-height: 1.5;
    color: #1a3970;
    font-weight: bold;
	letter-spacing: 5px;}
   .button_wrap{
       margin-top: 20px;
	   margin-left: 25px;
	   font-size: 12px;
   }
	.prolist .col-md-4 {
    margin-top: 20px;
    display: ineblock;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 0 0px;
    line-height: 50px;
     
    text-align: center;
}
	.prolist .col-md-5 {
    margin-top: 0px;
    display: ineblock;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 0 7px;
    line-height: 50px;
     
    text-align: center;
}
   .about_con{
       padding: 20px 0;
   }
   .about_con .con{
       margin:0 auto;
      max-height: 320px;
	   line-height: 20px;
	   padding-top: 20px;
	   padding-left: 0px;
	   font-size: 14px;
	   width: 95%;
   }
   .about_img1{
       display: block;
   }
   .about_con .tit h4{
       padding: 0;
       font-size:20px;
	   text-align: center;
       padding: 0px 0;
	   letter-spacing: 1px;
	   margin-bottom: 10px;
   }
	 .about_con .tit p{
       padding: 0;
       font-size:20px;
       padding: 0px 0;
   }
   .about_con .tit h4:after{
       display: none;
   }
	.prj {
    position: absolute;
    padding-left: 20px;
	 padding-top: 10px;
}
	.prj1 {
    padding-top: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    margin: 0 auto;
}
	.prj2 {
    position: absolute;
    width: 100%;
    padding-top: 80px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 0px auto;
}
	.prj2 a{  
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-left: 50px;
    padding-top: 50px;}
	
	.prj-detail{width:128px;background-color:#ff961c;height:38px;margin:0 5px;position:absolute;bottom:28%;color:#fff;left:38%;color:#fff;border-radius:25px}
   .bg2{
       height: 120px;
   }
   .panel1_con{
       height: 120px;
   }
   .panel1_con ul li{
       margin:0 6px;
   }
   .panel1_con ul li img{
       max-width: 30%;
   }
   .panel1_con ul li p{
       font-size:14px;
       line-height: 1.3;
       text-align: center;
   }
   .solution_con li p{
       display: none;
   }
   .solution_con li{
       border-top:5px solid transparent;
       border-bottom: none!important;
       padding: 30px 15px;
       border-image: linear-gradient(to right,#014f3a,#87c123) 5 0 0 0;
   }
   .solution_con li:nth-child(2n){
       border-top:5px solid transparent;
       border-bottom: none!important;
   }
   .solution_con li:nth-child(3){
       background:#fff;
   }
   .solution_con li:nth-child(4){
       background:#eee;
   }
   .solution_con li img{
       max-width: 30%;
   }
   .solution_con li h4{
       margin:15px 0;
   }
   .solution_con li a{
       margin-top: 0;
   }
	
	.prj-bg2 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    opacity: 1;
    padding: 0 10px;
    background: rgba(0,0,0,.2);
}
	.prj-bg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .2s;
    opacity: 0;
    background: rgba(21,37,71,.8);
    padding: 0 10px;
		margin: 0px;}
   .product_con{
       padding: 20px 0;
   }
   .product_con li{
       margin-bottom:20px;
	   padding: 0 10px ;
   }
   .news_con{
       padding: 10px 15px 20px;
   }
   .news_con .tit{
       margin:15px 0;
   }
   .news_con .tit h4{
       font-size:18px;
   }
   .news_con dl .con{
       padding: 17px 0;
   }
   .partner_con .owl-buttons .owl-prev{
       left: 0;
   }
   .partner_con .owl-buttons .owl-next{
       right: 0;
   }
	 
   .footer{
       padding:0 0 50px;
   }
   .footer .tit{
       padding-top: 30px;
   }
   .copyright .flex{
       display: block;
       font-size:12px;
   }
   /*inner*/
   .ibanner{
       background-repeat: no-repeat;
       background-size: cover;
       background-position: center;
       height:auto;
   }
	.ptb80mb30 {
    padding-top: 0px;
    padding-bottom: 20px;
}
    
   .ibanner .con h4{
       font-size:22px;
       margin-bottom: 4px;
   }
   .ibanner .con p{
       font-size:16px;
       line-height: 16px;
       height: 16px;
   }
   .ibanner .con p:before, .ibanner .con p:after{
       width: 40px;
       margin:0 10px;
   }
   .inner_menu{
       height: 60px;
   }
   .inner_menu>.container{
       padding: 0;
   }
   .inner_menu ul{
       display: flex;
   }
   .inner_menu ul li{
       flex:1;
   }
   .inner_menu ul li a{
       padding: 0;
       line-height: 60px;
       font-size:13px;
   }
   .panel2_honor .item{
       padding: 0 6px;
   }
   .about_develop_wrap{
       padding: 0 0 50px;
   }
   .panel2_honor .owl-buttons>div span{
       font-size:18px;
   }
   .panel2_honor .item h4{
       margin:10px 0;
   }
   .about_develop_wrap ul{
       padding:30px 0 0;
       height: auto;
   }
   .about_develop_wrap ul .con{
       padding: 0;
   }
   .about_develop{
       padding: 34px 40px 0;
   }
   .about_develop .owl-buttons>div{
       width: 30px;
       height: 40px;
       line-height: 40px;
   }
   .about_develop .owl-buttons>div span{
       font-size:18px;
   }
   .page_about_serviceindex .panel3 ul{
       margin:25px 0;
   }
   .page_about_serviceindex .panel3 ul li{
       flex:1;
       width: auto;
       height: auto;
       margin:0 5px;
   }
   .page_about_serviceindex .panel4 li{
       margin-bottom: 12px;
   }
   .page_about_dutyindex .con{
       padding:20px 10px;
       height: auto!important;
       font-size:14px;
   }
   .page_about_dutyindex .con3{
       height: auto!important;
   }
   .page_about_dutyindex .con3 p{
       margin-bottom: 20px;
   }
   .page_solution_customerindex ul{
       padding: 20px 10px;
       height: auto;
   }
   .page_solution_transportindex .con{
       padding: 20px 30px;
   }
   .solution_operate_map .marks .mark1 {
        right: -38px;
        top: 103px;
    }
    .solution_operate_map .marks .mark2 {
        right: 85px;
        top: 108px;
    }
    .solution_operate_map .marks .mark3 {
        right: -28px;
        top: 115px;
    }
    .solution_operate_map .marks .mark4 {
        right: -60px;
        top: 156px;
    }
    .solution_operate_map .marks .mark5 {
        right: -66px;
        top: 167px;
    }
    .solution_operate_map .marks .mark6 {
        right: 63px;
        top: 163px;
    }
    .solution_operate_map .marks .mark7 {
        right: 97px;
        top: 175px;
    }
    .solution_operate_map .marks .mark8 {
        right: 125px;
        top: 188px;
    }
   .solution_operate_map .marks .mark9{
       right: -16px;
       bottom: 42px;
   }
   .solution_operate_map .marks .mark10{
       right: -16px;
       bottom: 30px;
   }
   .solution_operate_txt{
       padding: 40px 0 0;
   }
   .solution_operate_txt h4{
       font-size:20px;
   }
   .page_solution_operateindex .tit{
       font-size:30px;
       letter-spacing: 1px;
   }
   .page_solution_operateindex .slogan{
       font-size:18px;
   }
   .page_serviceindex .panel1 .con{
       position: static;
       padding: 15px 0;
       width: auto!important;
   }
   .page_serviceindex .panel1 .img{
       padding: 20px 0 0;
   }
   .page_picList li img{
       height: 130px;
   }
   .page_aboutindex .panel1 h4{
       padding:0;
       font-size:22px;
   }
   .page_aboutindex .panel1 h4:after{
       height: 3px;
       margin-top: 20px;
   }
   .page_aboutindex .panel1 .con{
       padding: 20px 0 0;
   }
   .page_index{
       padding: 15px 10px;
	   margin-top:0px;
   }
	.page_index .col-md-3 {
    padding: 0px 10px 10px;
}
	 
   .page_newsList dl{
       padding: 0px 20px 20px;
	   margin: 0 18px;
	       border-bottom: 0px solid #ddd;
	 
   }
	.page_newsList dl h4{    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #ff961c;
    padding-left: 0px;}
	.page_newsList dl p{height:20px;}
	.page_newsList .col-md-10 p {
    height:100%;
		line-height: 1.76;
    overflow: hidden;
}
   .page_newsList dl em{
       margin-top: 20px;
   }
   .page_newsList{
       margin:0 0 30px;
   }
	.breaker {
    padding :10px 20px 10px;
     
}
   .page_newsList li{
       padding: 15px 0px;
       position: relative;
	   margin: 15px 18px;
	   display: block;
	  border: 1px solid #ddd;
	   box-shadow: 0 0 20px rgba(0,0,0,.0);
   }
   .page_newsList .info{
       position: absolute;
       z-index: 3;
       left: 6px;
       top: 1px;
   }
   .page_newsList li:hover{
       padding: 20px 5px;
   }
   .page_newsList li h4{
         padding: 20px 0 0;
    text-align: center;
    font-size: 16px;
   }
	.page_newsList li a{background: none}
	.page_newsList .info p {
    margin: 10px 10px 0px 0;
    color: 444;
    max-height: 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}
	.page_newsList li .img {
    min-height: 100px;
    height: 100%;
    width: 100%;
    text-align: center;
}
	.page_newsList .info em {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #333;
    font-style: normal;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-top: 10px;
    transition: all .3s;
}
	.page_newsList1 .info  {display: none;}
   .page_newshow .info span{
       margin:0 5px;
   }
   .page_serviceList{
       padding:0 0 50px;
   }
   .page_serviceList_tit{
       padding: 30px 0 20px;
   }
   .page_serviceList_tit h4{
       font-size:24px;
   }
   .page_serviceList_tit h4 span{
       font-size:30px;
   }
   .page_serviceList_tit h4 i{
       font-size:36px;
   }
   .page_serviceList_tit p{
       font-size:14px;
   }
   .page_serviceList .con{
       padding: 20px 10px;
   }
   .page_serviceList .con h4:after{
       margin:10px 0 15px;
   }
   .page_contactindex ul{
       margin:10px 0;
       flex-flow: wrap;
	   padding: 0 18px;
	   box-shadow: 0 0 20px rgba(0,0,0,.0);
   }
	.page_contactindex .tit h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000022;
    margin: 0 0 15px;
		line-height: 1.1;
		text-align: center;
}
	.page_index .col-xs-3 {
    padding: 10px 10px 10px;
}
	.page_index .col-md-6 {
    padding-top: 8px;
    color: #444;
}
	.tit_box3 h4 {
   font-size: 17px;
    width: 100%;
    margin: 0 auto;
    color: #222;
 font-weight:normal;
    line-height: 1.76;
    position: relative;
    text-align: center; 
    padding:10px 15px;
}
	.tit_box3 p {
    font-size: 12px;
    width: 95%;
    text-align: center;
    margin: 0 auto;
    line-height:2;
    color: #666;
}
	.page_index h5 {
    background: url(../images/lh.jpg) no-repeat;
    margin-top: 0px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    padding-left: 60px;
}
	.page_contactindex li h5 {
    font-size: 18px;
    font-weight: bold;
	 text-align: left;
    color: #213969;
}
	.page_contactindex li span{
    font-size: 14px;
		font-weight: bold;
    line-height: 36px;
     
		 text-align: left;
    color: #444;
}
	.page_contactindex li p {
    font-size: 14px;
    padding-top: 0px;
    text-align: left;
    color: #444;
    line-height: 1.76;
}
   .page_contactindex li{
       margin:0 0px 12px;
       width: auto;
       height: auto;
       flex-basis: 100%;
       flex-grow: 1;
       padding: 20px 15px;
       text-align: center;
   }
	.page_contactindex li h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
		text-align: left;
}
   .page_contactindex li h4{
       margin-top: 10px;
   }
   .page_contactindex li i{
       font-size:24px;
   }
   .page_contactindex .map{
       overflow: hidden;
       margin:0 18px 30px;
	   
   }
	.page_contactindex li h6 {
    font-size: 18px;
		text-align: left;
    color: #fff;
}
	.page_contactindex li h7 {
    font-size: 22px;
    color: #fff;
}
   .page_aboutindex .panel2 .con p{
       margin-top:10px;
   }
   .page_aboutindex .panel1 img{
       margin-top: 20px;
   }
   .page_aboutindex .panel3 .con{
       padding: 10px;
       display: flex;
       justify-content: center;
       align-items: center;
   }
   .page_aboutindex .panel3 .con p{
       display: none;
   }
   .page_aboutindex .panel4 li{
       margin-top: 15px;
   }
   .page_aboutindex .panel4 li:last-child{
       display: none;
   }
   .page_solution_leaseindex .hd li{
       font-size:22px;
       margin:0 10px;
   }
   .page_solution_leaseindex .hd ul{
       margin-bottom: 20px;
   }
   .page_solution_leaseindex .hd li.cur{
       border-bottom:2px solid #88c122;
   }
   .page_solution_leaseindex .hd li.cur:after{
       bottom:-8px;
   }
   .solution_lease_dt .panel3 .con{
       padding: 10px;
   }
   .solution_lease_dt .panel1 .img img{
       margin-right: 0;
   }
   .solution_lease_dt .panel4 li{
       margin-top: 12px;
   }
   .picShow_box{
       height: 300px;
   }
   .picShow_item_w{
       height: 300px;
       padding: 15px;
   }
   .picShow_item{
       height: 270px;
   }
   .picShow_tit h3{
       padding-bottom: 15px;
   }
   .picShow_tit .btns a{
       margin:0 10px 20px;
   }
   .related_tit{
       height: 36px;
	   padding: 0 ;
   }
   .related_tit h4{
       line-height: 50px;
       font-size:16px;
   }
	.tit_box22 h3 {
    padding-top:15px;
		padding-bottom: 8px;
		width: 100%;
}
	.tit_box22 p {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
		padding: 0px;
    line-height: 1.76;
    color: #444;
    text-align: center;
    position: relative;
}
	.tit_box2 {
    padding-top: 20px;
}
	.panel2  {
    padding: 0px 15px;
    margin: 0px;
}
	.prolist .imgarea:hover img{ transform: scale(1);overflow: hidden; }
	.newsList .col-md-8 {
    padding: 0px 10px 0;
}
	.newsList li h4 {
    color: #000;
    border-top: 0px solid #eee;
    transition: all .3s ease-out 0s;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0 0;
    line-height: 40px;
		height: 40px;overflow: hidden;
}
	.newsList em {
    display: block;
    
    width: 80px;height: 25px;
    text-align: center;
    font-size: 12px;
		line-height: 25px;
    color:  #ff961c;
    font-style: normal;
    border-radius: 14px;
    border: 1px solid #ff961c;
    margin-top: 5px;
    transition: all .3s;
}
	.newsList p {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    max-height: 36px;
		overflow: hidden;
		    padding-top: 0px;
}
   .page_newshow{
       padding:0;
   }
   .page_newshow h3{
       font-size:24px;
   }
   .page_newshow .con{
       padding: 15px 0;
   }
   .return_page{
       height: 30px;
       line-height: 30px;
   }
   .return_page p span{
       line-height: 30px;
       height: 30px;
   }
   .return_page p i{
       width: 70px;
       height: 30px;
       font-size:14px;
       line-height: 30px;
   }
   .related_products{
       padding: 15px;
       margin-top: 20px;
   }
   .related_products h4{
       margin:0 0 12px;
   }
   .related_products li{
       margin-bottom: 12px;
   }
   .page_service_faqindex ul li h4{
       padding:0 0 0 20px;
   }
   .page_service_faqindex ul li h4 a{
       padding: 0 0 0 20px;
   }
   .page_service_faqindex ul li p{
       padding: 0 20px;
   }
   .page_service_faqindex ul li.on{
       height: 200px;
   }
   .page_service_faqindex ul li.on p{
       height: 142px;
   }
}
@media screen and ( max-width: 768px){
   
}
