
*{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration: none;
    }
  h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  margin: 0;
  }
  em,strong {
  font-style:normal;
  font-weight:normal;
  color:#777;
  }
  i{
          font-style: normal;
  }
  body{
      font-family:'Microsoft Yahei';
      /* background:#ebf2fa; */
      background:#fff;
  }
  html,body{
      width:100%;
      height:100%;
      overflow: hidden;
  }
  .body{
      /* background-image: url("../../common/img/bg.png");
      background-size: 100% 100%; */
  }
  .body2{
      background-image: url("../../common/img/bg2.png");
      background-size: 100% 100%;
  }
  .nav{
      width:100%;
      background:rgba(255,255,255,1);
      padding:10px 20px;
      height: auto;
  }
  .navcontainer{
      width:1400px;
      margin:0 auto;
      height: auto;
      position: relative;
  }
  .navcontainer .img{
      padding:20px
  }
  .nav .title{
      color: #1665C1;
      font-size: 24px;
      font-weight: bold;
      height:100%;
      position: absolute;
      display: inline-block;
      line-height: 50px;
  }
  
  .nav .right{
      margin-right: 0px;
      right: 0px;
      position: absolute;
      color:#333;
  }
  .nav .right span{
      color:#1665C1;
      line-height: 50px;
      text-decoration: none;
      cursor: pointer;
  }
  .nav .right img{
      margin-left:10px;
      margin-right:10px;
  }
  .nav .right .kuang{
      /* width:100px; */
      height:auto;
      background:rgba(255,255,255,1);
      border-radius:4px;
      border:1px solid #E0E0E0;
      position: absolute;
      right: 0px;
      z-index: 99;
      top: 40px;
      display: none;
  }
  .nav .right .kuang li{
      text-align: center;
      padding: 12px;
      cursor: pointer;
  }
  .nav .right .kuang li:hover{
      color:#1665C1;
  }
  .nav .right .kuang .tow{
      width:auto;
      height:auto;
      background:rgba(238,238,238,1);
      padding: 0px;
      display: none;
  }
  .nav .right .kuang .tow a{
      display: inline-block;
      color: #333;
      padding: 12px;
      width: 76%;
  }
  .nav .right .kuang .tow a:hover{
      background:rgba(22,101,193,1);
      color:#fff;
  }
  .nav .shu{
      width:1px;
      height:22px;
      display: inline-block;
      background:rgba(22,101,193,1);
      opacity:0.15;
      margin:0 28px;
      
  }
  
  .search{
      width:100%;
      height:auto;
      padding:15px 20px;
      background:rgba(255,255,255,1);
  }
  .search span{
      margin:0 9px 0 0;
      font-size:14px;
      font-family:MicrosoftYaHei;
      color:rgba(119,119,119,1);
  }
  .search a{
      font-size:14px;
      font-family:MicrosoftYaHei;
      color:rgba(22,101,193,1);
  }
  .search i{
      margin:0 6px;
      font-size:14px;
      font-family:MicrosoftYaHei;
      color:rgba(119,119,119,1);
  }
  .backfn{
      float:right;
      cursor:pointer;
  }
  .container{
      /* width:1200px; */
      width:100%;
      margin:0 auto;
      height: 82%;
      position: relative;
      overflow-y:auto;
      background-image: url("../../common/img/bg_xin.png");
      background-size: 100% 100%;
  }
.container_content{
width:1200px;
   margin:0 auto;
      height: 100%;
      position: relative;
      overflow-y:auto;
}
  .main{
      width:1200px;
      margin:0 auto;
      height: 79%;
      position: relative;
  }
  .tishi{
      padding: 3px 5px;
      font-size: 10px;
      position: absolute;
      color: #FFC821;
      display: none;
      white-space: nowrap;
  }
  
  .foot{
      width:100%;
      /* background:rgba(255,255,255,1); */
      padding:10px;
      height: auto;
      text-align: center;
      color: #777;
      position: absolute;
      bottom: 0%;
      margin-top:20px;
  }
  .submit{
      width:100%;
      padding:15px;
      background:url(../../common/img/btnbg.png);
      color:#fff;
      cursor: pointer;
  }
  #page{
      background: rgba(255,255,255,0);
  }