.main{
    width: 1400px;
    margin: 0 auto;
}
/* header */
.header{
    height: 42px;
    background-color: #f5f5f5;
}
.header a{
    line-height: 42px;
    font-size: 12px;
    color: #666;
}
.header a:hover{
    color: #f60;
}
.header span{
    float: left;
}
.header span a{
    margin-right: 25px;
}
.header span a:last-child{
    margin-right: 0;
}
.header p{
    float: right;
    font-size: 12px;
    color: #e4dde4;
}
.header p a{
    margin: 0 10px;
    position: relative;
}
.header p a img.hbapp{
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    top: 26px;
    left: -15px;
    display: none;
    z-index: 999;
}
.moblie:hover .hbapp{
    display: block;
}
.header p a:first-child{
    margin-left: 0;
}
.header p a:last-child{
    margin-right: 0;
}
/* search */
#search{
    overflow: hidden;
    background-color: #fff;
    padding:40px 0;
}
#search p{
    text-align: center;
}
#search p a{
    display: inline-block;
}
#search p a img{
 width: 375px;
}
#search p b{
    display: inline-block;
margin-left: 48px;
}

#search form{
    width: 750px;
    margin: 40px auto 0;
    overflow: hidden;
    margin-top: 40px;
}
#search form input{
    float: left;
    width: 633px;
    height: 46px;
    border: 2px solid #c4c4c4;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 15px;
    font-size: 16px;
    color: #999;
}
#search form input::placeholder{
    font-size: 16px;
    color: #999;
}
#search form button{
    float: left;
    height: 50px;
    width: 100px;
    line-height: 50px;
    border: 0;
    background-color: #ff9900;
    color: #fff;
    font-size: 18px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}
#search form button i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background:url(https://www.hbzhan.com/images/Product/version/2021/search_icon.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    margin-top: 16px;
    margin-right: 3px;
}
/* classifyBox */
#classify{
    background-color: #f2f2f2;
}
.classify_title{
    height: 112px;
    line-height: 112px;
    text-align: center;
}
.classify_title h1{
    display: inline-block;
    margin: 0 40px;
    font-size: 32px;
}
.classify_title img{
    vertical-align: top;
    margin-top: 43px;
}
.classifyBox{
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}
.classifyBox:last-child{
    margin-bottom: 0;
}
.classifyBox .classifyBox_title{
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border-bottom: 1px solid #f2f2f2;
}
.classifyBox .classifyBox_title i{
    display: inline-block;
    width: 22px;
    height: 15px;
    background:url(/images/Product/version/2021/title_icon2.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    margin-top: 15px;
    margin-right: 10px;
}
.classifyBox .classifyBox_title h2{
    display: inline-block;
    font-size: 19px;
}
.classifyBox .classifyBox_title h2 a{
    color: #000;
}
.classifyBox .classifyBox_title h2 a:hover{
    color: #f60;
}
.titleBox{
    display: none;
    position: absolute;
    top: 52px;
    left: 46px;
    max-width: 1200px;
    border: 1px solid #ff9900;
    z-index: 9;
    background-color: #fff;
    padding: 5px;
}
.titleBox li{
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin: 5px 10px;
}
.titleBox li:hover{
    color: #f60;
}
/* .classifyBox .classifyBox_title h2:hover .titleBox{
    display: block;
} */
.classifyBox .classifyBox_content{
    padding: 8px 5px 5px;
    overflow: hidden;
}
.classifyBox .classifyBox_content a{
    float: left;
    margin: 0 12px 5px;
    font-size: 15px;
    color: #666;
}
.classifyBox .classifyBox_content a:hover{
    color: #f60;
}
p.bottom_border{
    height: 40px;
    background-color: #f2f2f2;
}
/* footer */
#footer{ width: 100%; font:normal 12px/20px "Tahoma"; color: #666666; text-align: center; padding-bottom:10px; margin: 18px auto 0; }
#footer p{ font:normal 14px/50px "\5b8b\4f53"; color: #666666; }
#footer p a{ color: #666666; margin: 0 8px; text-decoration:none;}
#footer p a:hover{ color: #ff6600; text-decoration:underline; }

/* 20220222 */
.rightBar {
	position: fixed;
	right: calc((100% - 1620px)/2);
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	box-shadow: 0 2px 5px #eee;
	width: 94px;
	font-size: 0;
	background-color: #fff;
	padding: 4px;
}
.rightBar .main {
    margin: 0;
    width: auto;
}
.rightBar a {
    padding: 4px 2px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #999;
    position: relative;
    text-decoration: none;
    float: left;
    width: 47%;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    margin-right: 3%;
    overflow: hidden;
}
.rightBar a:nth-child(2n){
    margin-right: 0;
    margin-left: 3%;
}
.rightBar a:nth-child(1),.rightBar a:nth-child(2){
    border: 0
}
.rightBar a:hover, .rightBar a.focus {
	background-color: #ff9900;
    border-color: #ff9900;
	color: #fff;
}
.Tophead {
	position: relative;
	margin: 0 auto;
	z-index: 9999;
}
.Tophead .right {
	float: right;
	line-height: 42px;
    font-size: 12px;
    color: #e4dde4;
	position: absolute;
	right: 0px;
	top: -44px;
}
.Tophead .right a img {
	display: none;
	position: absolute;
	max-width: none;
	max-height: none;
	top: 25px;
	border: 1px solid #eee;
    left: -39px;
}
.Tophead .right a:hover img{
    display: block;
}
.Tophead .right a {
	margin: 0 10px;
    color: #666;
	position: relative;
}
.Tophead .right a:first-child {
	margin-left: 0;
}
.Tophead .right a:hover{
    color: #ff9900;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .main {
		width: 1400px;
    }
    .rightBar {
        right: calc((100% - 1580px)/2);
        width: 80px;
    }
    .rightBar a {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .main {
		width: 1260px;
    }
    .rightBar {
        right: calc((100% - 1422px)/2);
        width: 76px;
        padding: 2px;
    }
    .rightBar a {
        padding: 3px 1px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .main {
		width: 1186px;
    }
    .classifyBox .classifyBox_content a {
        font-size: 14px;
    }
    .classifyBox .classifyBox_title h2 {
        font-size: 17px;
    }
    .classifyBox .classifyBox_title {
        height: 40px;
        line-height: 40px;
    }
    .classify_title {
        height: 90px;
        line-height: 90px;
    }
    .classify_title h1 {
        font-size: 28px;
    }
    .classify_title img {
        margin-top: 31px;
    }
    #search {
        padding: 30px 0;
    }
    #search p a img {
        width: 275px;
    }
    #search form {
        margin-top: 30px;
    }
    #search form input {
        height: 36px;
        font-size: 14px;
    }
    #search form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #search form button i {
        width: 16px;
        height: 16px;
        margin-top: 13px;
        margin-right: 5px;
    }
    .rightBar {
        right: calc((100% - 1324px)/2);
        width: 62px;
        padding: 2px;
    }
    .rightBar a {
        padding: 3px 1px;
        line-height: 18px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .main {
		width: 1100px;
    }

    .classifyBox .classifyBox_content a {
        font-size: 12px;
    }
    .classify_title {
        height: 80px;
        line-height: 80px;
    }
    .classify_title h1 {
        font-size: 26px;
    }
    .classify_title img {
        margin-top: 25px;
    }
    .classifyBox .classifyBox_title h2 {
        font-size: 17px;
    }
    #search {
        padding: 25px 0;
    }
    #search p a img {
        width: 275px;
    }
    #search form {
        margin-top: 30px;
    }
    #search form input {
        height: 36px;
        font-size: 14px;
    }
    #search form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #search form button i {
        width: 16px;
        height: 16px;
        margin-top: 13px;
        margin-right: 5px;
    }
    .rightBar a {
        font-size: 12px;
        padding: 2px 0;
        line-height: 16px;
    }
    .rightBar {
        right: calc((100% - 1240px)/2);
        width: 60px;
        padding: 2px;
    }
}
@media screen and (max-width: 1279px) {
    .main {
		width: 1100px;
    }
    .classifyBox .classifyBox_content a {
        font-size: 12px;
    }
    .classify_title {
        height: 80px;
        line-height: 80px;
    }
    .classify_title h1 {
        font-size: 26px;
    }
    .classify_title img {
        margin-top: 25px;
    }
    .classifyBox .classifyBox_title h2 {
        font-size: 17px;
    }
    #search {
        padding: 25px 0;
    }
    #search p a img {
        width: 275px;
    }
    #search form {
        margin-top: 30px;
    }
    #search form input {
        height: 36px;
        font-size: 14px;
    }
    #search form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #search form button i {
        width: 16px;
        height: 16px;
        margin-top: 13px;
        margin-right: 5px;
    }
    .rightBar a {
        font-size: 12px;
        padding: 0;
        line-height: 16px;
    }
    .rightBar {
        right: calc((100% - 1185px)/2);
        width: 52px;
        padding: 1px;
    }
}
