.dh2{
     position: relative;
    width: 1226px;
    margin: 0 auto;
    top: 2px;
}

.dh2 li{
    list-style:none;
	float: left;
    margin: 5px 5px;/*左右上下间距*/
}
.dh2 li a{
  padding: 10px 30px;/*左右上下填充*/
  border: 1px;  
	color: #333;
	 top: 40px;/*高度间距*/
	 font-size: 16px;/*字体大小*/
	     margin-left: -20px;/*左右移动*/
}
.dh2 li a:hover{
    background: #FE6602;/*鼠标移动背景颜色*/
	color: #FFFFFF;/*鼠标移动字体颜色*/
}
.dh{
    float: left;
    margin-left: 10px;
}

.dh li{
	float: left;
    margin-left: 30px;
	color: #333;
}
.dh li a{
	color: #333;
	
}
.dh li a:hover{
	color: #FE6603;
}
.hotlineText {
    font-size: 22px;
    font-weight:bold;
  color: #ca4300;
}
.home_top_intro {
  font-size: 14px;
  color: #AFAFAF;
  text-align: right;
}
.navSearchBox {
    /*width: auto;*/
    height: 46px;
    /* width: 45%; */
    float: right;
    margin-top: 27px;
    position: relative;
    width: 400px;
	    margin-top: 18px !important;
}

.navSearchBox .hotKeyword {
    position: absolute;
    right: 50px !important;
    top: 8px !important;
	    line-height: 19px;
		        max-width: 150px;
    height: 20px;
    overflow: hidden;

}

.navSearchBox .hotKeyword span {
    background: #fff;
    color: #fff;
    padding: 0 5px;
    font-size: 12px !important;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
    height: 20px;
    line-height: 20px !important;
}

.navSearchBox .hotKeyword span:hover {
    background: rgb(254,102,2);
}

.navSearchBox .linkageWord {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid rgb(254,102,2);
    width: 398px;
    z-index: 2;
    background: #fff;
    display: none;
}

.navSearchBox .linkageWord ul {
    padding: 5px 0;
    margin: 0;
}

.navSearchBox .linkageWord li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    list-style: none;
    padding-left: 15px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 370px;
}

.navSearchBox .linkageWord li:hover {
    background: #f5f5f5;
}

.navSearchBox form {
    width: 100%;
    height: 100%;
}

.navSearch {
    width: 342px;
    height: 30px;
    border: none;
    outline: none;
    border: 1px solid rgb(254, 102, 2);
    float: right;
    padding: 2px 0 2px 10px;
    font-size: 16px;
    line-height: 40px !important;
}

.navSearchIcon {
    width: 46px;
    height: 36px;
    background: rgb(254, 102, 2);
    /*background: url(../images/1-3.jpg) no-repeat 50% 50%;*/
    /*background-size: contain;*/
    float: right;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.navSearchIconIcon {
    width: 20px;
    height: 20px;
    background: url(../images/search.png) no-repeat 50% 50%;
    /*background-size: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
