

/*公共宽度*/

.w_1200{

  width: 1200px;

  margin:0 auto;

}

.clear {

  clear: both;

}

/*头部*/

.indextop{

  width: 100%;

  background: #fff;

  padding: 24px 0 0;

}

.indextop .leftImg{

  width: 380px;

  float: left;

  letter-spacing: -5px;

}

.indextop .leftImg .logo{

  width: 134px;

  display: inline-block;

  padding-right: 20px;

  border-right: 2px solid #ededed;

}

.indextop .leftImg .logo_right{

  display: inline-block;

  width: 204px;

  margin-left: 20px;

  vertical-align: middle;

}

.indextop .search{

  background: #cd0d0d;

  width: 390px;

  height: 36px;

  float: left;

  margin-left: 155px;

  padding-bottom: 0;

  padding-top: 0;

}

.indextop .search .select{

  width: 78px;

  background: #fff;

  height: 32px;

  margin: 2px 2px;

  float: left;

  /*overflow: hidden;*/

  z-index: 9;

  position: relative;



}

.indextop .search .select .listy{

  position: absolute;

  left: 0;

  top: 32px;

  background: #fff;

  width: 100%;

  box-shadow: 0 0 5px rgba(0,0,0,.3);

  display: none;



}

.indextop .search .select .listy.on{

  display: block;

}

.indextop .search .select .listy span{

  display: block;

  text-align: center;

  cursor: pointer;

  line-height: 26px;

  font-size: 12px;

  color: #242424;

}

.indextop .search .select .listy span:hover{

  background: #cd0d0d;

  color: #fff;

}

.indextop .search .select span.topAcco{

  height: 32px;

  line-height: 32px;

  display: block;

  font-size: 12px;

  color: #242424;

  text-align: center;

  cursor: pointer;

  user-select: none;

}

.indextop .search .select span.topAcco i{

  vertical-align: middle;

  font-size: 14px;

}

.indextop .search .input{

  width: 230px;

  float: left;

  height: 32px;

  line-height: 32px;

  color: #666;

  border:none;

  outline: none;

  margin: 2px 0px;

  text-indent:10px; 

  font-size: 12px;

}

.indextop .search .input {
  width: 230px;
  float: left;
  height: 32px;
  line-height: 32px;
  color: #666;
  border: none;
  outline: none;
  margin: 2px 0px;
  text-indent: 10px;
  font-size: 12px;
}

.indextop .search .searchBtn{

  height: 36px;

  line-height: 36px;

  color: #fff;

  float: left;

  width: 78px;

  text-align: center;

  cursor: pointer;

}

.indextop .tel{

  float: right;

}

.indextop .tel i{

  display: inline-block;

  font-size: 34px;

  color: #cd0d0d;

}

.indextop .tel .hotline{

  display: inline-block;

}

.indextop .tel .hotline span{

  display: block;

  font-size: 14px;

  line-height: 18px;

  color: #242424;

}

.indextop .tel .hotline span:last-child {

  color: #cd0d0d;

  font-size: 18px;

  font-weight: bold;

}



/*头部样式*/

.logoSearch {

  width: 1200px;

  overflow: hidden;

  margin: 15px auto;

}

.logoSearch .logo {

  float: left;

  width: 49%;

}

.logoSearch .logo img {

  width: 180px;

  display: inline-block;

  vertical-align: middle;

}

.logoSearch .logo span {

  display: inline-block;

  vertical-align: middle;

  border-left: 1px solid #ccc;

  padding-left: 18px;

  margin-left: 25px;

  font-size: 20px;

  font-weight: bold;

  color: #656565;

}

.logoSearch .searcha {

  float: right;

  display: flex;

  background-color: #1295f8;

  padding: 3px;

}

.logoSearch .searcha .menu {

  width: 115px;

  height: 48px;

  line-height: 48px;

  text-indent: 18px;

  font-size: 14px;

  color: #999;

  outline: none;

  border: none;

  background: #fff;

  letter-spacing: 1px;

  appearance:none;

  -moz-appearance:none;

  -webkit-appearance:none;

  background: url("../image/arrow.png") no-repeat scroll 92% center #fff;

  padding-right: 14px;

}

.logoSearch .searcha .menu::-ms-expand { display: none; }

.logoSearch .searcha .inputSearch {

  width: 360px;

  outline: none;

  font-size: 14px;

  color: #999;

  border: none;

  border-left: 1px solid #1295f8;

  text-indent: 15px;

  height: 48px;

  line-height: 46px;

}

.logoSearch .searcha .searchBtn {

  width: 115px;

  color: #fff;

  font-size: 20px;

  border: none;

  background: #1295f8;

  outline: none;

  cursor: pointer;

}

.logoSearch .searcha .searchBtn:active {

  background: #1295f8;

}