
/*华美网站已有的css无需复制*/
*{
  padding: 0;
  margin: 0;
}
li{
  list-style:none;
}
img{
  margin:0;
  padding:0;
  border:0;
}
.r {
    width: 745px;
    overflow: hidden;
}
.subcont{
  padding: 10px;
  background: #FFF;
  min-height: 400px;
}
.banner{
  width:770px;
  overflow:hidden;
}
.r .banner img {
  display:block;
}
.r .bread {
    background-position: 0px 100%;
    color: #333;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}
.r .bread {
    background-image: url(images/xt.jpg);
}


/*以下为抗体促销页面所需的css*/
.freetitle, .freetitle2{
  font-weight:bold;
  color:#FF5F00;
  padding:15px 0 20px 0;
  text-align:center;
  font-size:20px;
  border-bottom:1px dotted #FF5F00;
  font-family:Microsoft YaHei;
}
.freetitle2{
  text-align:left;
  padding-top:26px;
  margin-left:18px;
  float:left;
  border:none;
}
.freetxt, .freetxt2{
  font-size:14px;
  margin:20px 0 10px 0;
  line-height:26px;
  font-family:Microsoft YaHei;
  color:#212121;
}
.freetxt2{
  margin-top:0;
  font-size:13px;
  padding-bottom:20px;
  width:100%;
  float:right;
}
.steptxt{
  font-size:13px;
  color:#212121;
  width:89%;
  float:right;
  margin:1px 0 10px 0;
  font-family:Microsoft YaHei;
}
.steptxt > a{
  color:red;
}
.floatleft{
  float:left;
}
.floatleft:before,
.floatleft:after{
 clear: both;
}
.floatleft:after{
  display: table;
  content: " ";
}

.clearfix:before,.clearfix:after{
  content:"";
  display:table;
}
.clearfix:after{clear:both;}
.clearfix{
  *zoom:1;/*IE/7/6*/
}

.freelist{
  color:red;
  font-weight:bold;
  background-color:yellow;
  text-decoration:none;
}
.bluetxt{
  color:#5C2300;
}
.boldtxt{
  font-weight:bold;
}
.nubg{
  float:left;
  background-color:#FF9E00;
  color:#fff;
  font-size:13px;
  text-align:center;
  border-radius:100px;
  display:block;
  padding:0 7px 2px 7px;
  line-height:20px;
  width:65px;
  box-shadow: 0px -2px 0px #FF7E00 inset;
  font-family:Microsoft YaHei;
}
.notetxt, .notetxt2{
  font-weight:bold;
  font-size:14px;
  color:#2E2E2E;
  font-family:Microsoft YaHei;
}
.notetxt{
  margin-top:25px;
  padding-top:25px;
  border-top:1px dotted #989898;
}
.notetxt2{
  padding-left:70px;
  padding-bottom:20px;
  line-height:24px;
  border-bottom:1px dotted #989898;
}
.codebox{
  border-top:1px dotted #939393;
  padding-top:15px;
}
.codebox p{
  float:left;
  width:60%;
  margin:10px 0 5px 10px;
  font-size:13px;
  font-family:Microsoft YaHei;
}


.bigbox{   
   overflow: hidden;
}
.applycontent{
  padding: 10px;
  background:#FFF;
  min-height: 400px;
  width:780px;
  margin:0 auto;
  margin-top:3px;
  margin-bottom:6px;
  box-shadow:0px 5px 5px #7E7E7E;
}
.applybox{
  margin:30px 0;
  font-family:Microsoft YaHei;
  font-size:14px;
}
.applybox > ul{
  margin-left:25px;
}
.applybox > ul > li{
  margin-bottom:25px;
}
.applybox > ul > li > span,.applybox > ul > li > p{
  width:18%;
  line-height:26px;
  display:block;
  float:left;
}
.applybox .applytitle{
  float:none;
  display:block;
  width:100%;
}
.applybox > ul  > li > input{
  min-width:350px;
  padding:2px 0;
  margin-left:15px;
  height:20px;
}
.applybox input:focus, .applybox textarea:focus{
  outline:none;
}
.applybox .applybtn{
  width:120px;
  height:34px;
  border-radius:5px;
  border:none;
  margin:30px 0 0 176px;  
  background-color:#2E7EC9;
  color:#fff;
  cursor:pointer;
  font-size:16px;
}
.applybox .applybtn:hover{
  background-color:#00ABFF;
}
.applybox .applybtn:focus{
  border:none;
}
.applybox .applytxt{
  color:#ACACAC;
  font-size:13px;
  width:100%;
  margin-left:20%;
}

.applycheck {
    margin-left: 0%;
    margin-right:4%;
    margin-top: 10px;
    float:left;
}
.applycheck > label{
  color:#555;
}

/*freelist*/
.downloadml{
  float:right;
  margin-right:28px;
  margin-bottom:10px;
  }
.error {
    color: #e33;
}
.text-red{
 color:#e33;
}

/*20151202 search css*/
.select_box {
  width: auto;
  float:left;
  position: relative;
  border: 1px solid #006DA4;
  border-right: none;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
  line-height: 32px;
  cursor:pointer;
  padding:0 5px 0 10px;
}
.select_txt{
  color:#626262;
}
.option {
  position: absolute;
  left: 0;
  top: 33px;
  width:200px;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  background: #ebebeb;
  z-index: 99999;
  padding:0;
}
.option li {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding-left:15px;
}
.searchBtn{
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}
.hover {
  background:#C1C1C1;
}

.search-input{
  overflow:hidden;
  border-top:1px solid #006DA4 ;
  border-bottom:1px solid #006DA4 ;
  border-left:1px solid #006DA4 ;
}

.search-input > input{
  border: 0;
  padding:0 8px;
  display: inline-block;
  float:left;
  height:32px;
  line-height:32px;
  width:100%;
}