a{
    text-decoration: none;
    margin:0;
    padding: 0;  
}
a:hover{
    color: #fe0001;
}
/* top */
/* .topbox{
    border-bottom: 1px solid #bababa;
}
.top1{
    width:1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 30px;
}
.top1 p,.top1 ol,.top1 ol li,.top1 ul li{
    float: left;
}
.top1 p span{
    color: #2d59a8;
}
.top1 ol li a{
    display: block;
    float: left;
    margin-left: 10px;
    color: #232323;
}
.top1 ol li a span{
    color: #f26d1c;
}
.top1 ul{
    float: right;
}
.top1 ul li a{
    float: left;
    display: block;
    color: #707070;
    margin: 0 12px;
    position: relative;
    padding-right: 20px;
}
.top1 ul li a::after{
    content: "";
    position: absolute;
    top:12px;
    right: 0;
    width:12px ;
    height: 6px;
    background: url(../images/topsx.png) no-repeat right center;
}
.top1 ul li span{
    display: inline;
    float: left;
}
.top1 ul li a:hover{
    color: #023067;
} */

/* logo */
.topbig{
    width: 100%;
    padding: 20px 0;
}
.logobig{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    display: block;
    float: left;
    width:280px;
    height:46px;
}
.logo img{
    width: 100%;
    height: 100%;
}
.searchbox {
    position: relative;
    z-index: 1;
    margin:8px 80px 4px 100px;
    width: 440px;
    height: 34px;
    border: 2px solid #fe0001;
    float: left;
    border-radius: 20px;
  } 
  .searchbox .import {
    width: 360px;
    height: 32px;
    text-indent: 10px;
    border: none;
    outline: none;
    border-radius: 20px;
  }
  .searchbox .btn-search {
    position: absolute;
    color: white;
    right: 0;
    width: 38px;
    height:34px;
    background:url(../images/search.png) no-repeat center center;
    background-size: 38px 34px;
    border: none;
  }
  .topphone{
      float:right;
      margin-top: 6px;
      display: flex;
  }
  .topphone h1{
    color: #fe0001;
    width: 18%;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 5px;
  }
  .topphone img{
    width:30px ;
    height: 30px;
    margin-top: 6px;
  }
 .topphone p{
    color: #fe0001;
    font-size: 24px;
    font-weight: bold;
    margin-top: 6px;
    margin-left: 10px;
 }

  /* nav */
.navbox{
    width:100%;
    height:40px;
}
.navbox ul{
    width: 1200px;
    background-color: #a1a1a1;
    margin: 0 auto;
    overflow: hidden;   
    border-bottom: 2px solid #535353; 
}
.navbox ul li{
    float: left;
    margin-right: 14px;   
    position: relative;
}
.navbox ul li a{
    display: block;
    color: white;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
}
.fltop{
    width: 220px; 
    background:#535353;
    margin-right: 30px !important;
}
.fltop a{
    display: block;
    color: white!important;
    font-size: 16px !important;
    text-indent: 30px;
    background: url(../images/flicon.png) no-repeat 40px center;
}
.navbox ul li a:hover{
    text-decoration: underline;
}
/* foot */
.footbig{
    background-color: #aaaaaa;
    margin-top: 20px;
    
}
.footbox{
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
}
.footbox .footnav{
    display: flex;
    justify-content: center;
    width: 980px;
    margin:0 auto 20px;
    overflow: hidden;
}
.footbox .footnav li a{
    display: block;
    float: left;
    font-size: 16px;
    padding-right: 10px;
    margin-left: 10px;
    color: white;
}
.footbox p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: white;
}
.footbox p a{
    font-size: 16px;
    color: white;
}
/* ������ */
.common-top form{
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background-size: 100% 100%;
    background: #fff;
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
}
.common-top form input[type="text"]{
    text-indent: 0.3em;
    width: 60%;
    padding: 0!important;
    display: block;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border-right: none;
    color: #393939;
    background: none;
    /* border-radius: 5px; */
}
.common-top form input[type="text"]::placeholder{
    color: #393939;
}
.common-top form button{
    width: 21%;
    padding: 0!important;
    border: none;
    /* background: linear-gradient(to top,#0d5286,#0d5286); */
    background: #a1a1a1;
    display: flex;
    justify-content: center;
    height: 38px;
    align-items: center;
    color: #fff;
}
.common-top form button span{
    font-size: 16px;
}
.common-top form button img{
    width: 25px;
    height: 25px;
    margin: 5px auto;
}
.top_input div{
    width: 20%;
    height: 38px;
    line-height: 38px;
    /* background-color: #5eb200; */
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.top_input div span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
#input_option{
    position: relative;
}
#input_option.hk-a::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 10px)/2);
    transform: rotateX(180deg);
}
#input_option::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 10px)/2);
}
.top_input .option-ul{
    display: none;
   top: 51px;
   background: rgba(161,161,161,0.6)!important;
   height: auto;
   width: 20%;
   position: absolute;
   z-index: 8;
   flex-wrap: wrap;
   border-radius: 20px;
}
.top_input .option-ul span{
    display: block;
    width: 100%;
    color: #fff;
}