
/*--如果你的网站已经安装了reset.css请去掉上面的代码段--*/
/*.nav {
  background: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav .mobNav {
  display: none;
}
.nav .dropdown {
  width: 1200px;
}
.nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav .menu li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav .menu li:last-child a {
  border-right: none;
}
.nav .menu a {
  color: #fff;
  border-right: 1px solid #000;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
}
.nav .menu a:hover {
  background: red;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}*/
@media screen and (min-width: 750px) {
	.dropdown2{ display: none;}
	}
@media screen and (max-width: 750px) {
	.dropdown2{ display:block;}
/*  .nav {
    background: #f2f2f2;
    position: relative;
    padding: 2vw;
  }

 .toolBar {
   
  }*/ 
   .mobNav {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; position:relative; background:#fefefe;
  }
    .toolBar { clear:both; width:100%;
    overflow: hidden;}
	.btn{ float:right;}
.menuBtn { float:right;
    padding: 0;
    margin: 2vw;
    height: 8vw;
    width: 8vw;
    background: url(../mimages/bar.png) center center no-repeat;
    background-size: 7vw 7vw;
    border: none;
    outline: none;
    border-radius: 1px;
  }
  .menuBtn:active {
    opacity: 0.8;
  }
  .menuBtn.close {
    background: url(../mimages/close.png) center center no-repeat;
    background-size: 5vw 5vw;
  }
/*  .mobNav a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
  .mobNav a img {
    height: 100%;
    width: auto;
  }*/
  .mobNav span {
    width: 8vw;
    height: 8vw;
  }
  .dropdown{
    position: absolute;
    left: 0;
    top: 12vw;
    width: 100vw; 
    background: rgba(255, 255, 255, 1);
    z-index: 999;
    display: none; box-shadow:0px 5px 10px rgba(0,0,0,0.3);  
	border-bottom-left-radius:20px;border-bottom-right-radius:20px;
  }
.dropdown .menu_app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; padding:5vw; font-size:16px; line-height:1.8;
  }
.dropdown .menu_app li {
   padding:2% 0;
  }
.dropdown .menu_app li:last-child {
    border-bottom: 0; 
  }
.dropdown .menu_app li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: none;
    text-indent: 2vw;color:#fff;
    border-bottom: 1px solid #eee;
  }
.dropdown.show {
    display: block;
  }
.dropdown .menu_app2{ padding-top:2%; overflow:hidden; clear:both;}
.dropdown .menu_app2 a{ display:block; float:left; width:44%; margin-left:3%;}
}
 
.a_sear{ 
    background: #81aeef;
    background-image: linear-gradient(135deg,rgba(255,255,255,0.4) 0,rgba(255,255,255,0) 100%);
    border-radius: 5px;
    width:96%; padding:2% 2% 1% 2%;
    box-sizing: border-box;
  }
.a_sear td{ height:30px; overflow:hidden; vertical-align:top;}
.a_sear1{ background: url(../images/sear.jpg) center center no-repeat #FFF; border:none; border-radius:5px; width:50px; line-height:30px;height:30px; padding:0; margin:0;}
.a_sear2{ background: #FFF; border:none; border-radius:5px; width:96%; line-height:29px;height:29px; padding:0 2%; margin:0;}
