
*{margin: 0;padding: 0;}
ul,a{
  list-style: none;
  text-decoration: none;
}
*{font-family:”Microsoft YaHei Regular”}
img {  
 max-width: 100%; /*图片自适应宽度*/  
} 
.view {  
 word-break: break-all;  
}  
.vote_area {  
 display: block;  
}  
.vote_iframe {  
 background-color: transparent;  
 border: 0 none;  
 height: 100%;  
}  
.banner{
  width: 100%;
  /*height:13rem;*/
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.about .container{
  background-color: #d4ebfb;
  border-radius: 4px;
  /*width: 80%;*/
  padding-left: 2%;
  padding-top: 2rem;
}
.about .container .left{
   /*box-shadow: 1px 1px 2px #afb3b6;*/
   box-shadow: 2px 0px 0px #edf7fd;
   margin-bottom: 40px;
   background-color: #e2f0fb;
   border-radius: 10px;
}
.about .container .left .shang{
  height: 90px;
}
.about .container .left h4{
  width: 90%;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcb9b9;
}
.about .container .left span{
   color: blue;
}
.about .container .left span img{
  width: 1.3rem;height:1.3rem;
}
.about .container .left .zi{
   padding-left: 2%;
   color: #444;
}
.about .container .left form #name{
   width: 65%;
   float: left;
   height: 30px;
}
.about .container .left form #search{
   width: 100%;
   float: left;
   height: 30px;
}
.about .container .left form label{
  width: 22%;
  background-color:#eee;
  float: left;
  margin-left: 3%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #444;
  border-radius: 5px;
}
.about .container .left .us{
  margin-top: 20px;
}
.about .container .left .xia{
  width: 100%;
  height: 400px;
}
.about .container .left .xia p{
  font-size: 16px;
  color: #333;
}
.you{
   position: relative;
   display: inline-block;
}
.you .tu2{
  position: absolute;
  left:102%;
  top: 0%;
  border: 1px solid #1893f0;
  color: #1893f0;
line-height: 1.5rem;
    font-size: 0.8rem;
    height: 1.5rem;
background-color: #fff;
font-weight: 600;
    z-index: 55;
    padding-left: 2%;
    display: none;
    width: 55%;
}

.wei{
  position: relative;
  font-style: normal;
  display: inline-block;
    margin-bottom: 10px;
}
.wei a{
  color: #333;
}
.tu2{
  position: absolute;
  left: 14%;
  top: 108%;
  width: 6rem;
  height: 7.6rem;
  border: 1px solid #1893f0;
  display: none;
}
.tu2 img{
  width: 5.9rem;
  height: 5.9rem;
  margin: 0 auto;
  pointer-events: none;vertical-align: sub;
}
.tu2 span{
  color: #1893f0;
  display: inline-block;
  line-height: 1.5rem;
    font-size: 0.8rem;
    height: 1.5rem;
    background-color: #fff;
    font-weight: 600;
    width: 100%;
}
.wei:hover .tu2{
    display: block;
}
.about .container .left .xia .ju{
   padding-left: 12%;
}
.about .container .right{
  background-color: #d4ebfb;
  border-radius:10px;
  /*box-shadow: 0px 0px 3px #afb3b6;*/
}
.about .container .right .tup{margin: 0 auto;
    /*margin-left: 22%;*/}
.about .container .right .tutu{
  width: 100%;
  padding-bottom: 20px;
}
.about .container .right h4{
  width: 90%;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcb9b9;
}
.about .container .right h3{text-align: center;}
.about .container .right span{
   color: blue;
}
.about .container .right span img{
  width: 1.3rem;height: 1.3rem;
}
.about .container .right .clearfix span{
  color: #333;
}
.about .container .right .zi{
   padding-left: 1%;
   color: #444;
   font-size: 0.7rem;
   font-weight: 600;
}
.carousel-indicators .active{
  margin-top: -0.25rem!important;
}
.carousel-indicators li{
  margin-top: -0.3rem!important;
}

.about input[type="submit"]{
  width: 5rem;
  background-color: #e2f0fb;
  border: none;
  outline: none;
  width: 18%;
    background-color: #eee;
    float: left;
    margin-left: 3%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #444;
    border-radius: 5px;
}
table {margin: 0 auto!important;}
/*tbody tr {display: inline-block; vertical-align: top;}
tbody td, tbody th {display: block;}*/
@media (min-width: 992px){
.col-md-3 {
    width: 22%!important;
  }
}
@media(max-width: 414px){
  nav form{display: none;}
  .navbar-right{width: 100%;
   background: rgba(0,0,0,0.6);
   position: absolute;
   z-index: 22222;
    padding-left: 0;
    left: 0;
  }
.col-md-2 img{display: none;}
table{width: 100%!important;}
tbody{width: 100%!important;}
tr{width: 100%!important;}
table {display: block; width: 100%; clear: both;}
 
thead {float:left; display: block;}
thead tr, thead td, thead th {display: block;}
 
tbody {display: block; display: -webkit-box; width:auto; white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
}