.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: #945d56;
    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(https://www.gkzhan.com/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 #945d56;
    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{
    position: relative;
    border-top: 1px solid #e8e8e8;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}
.footer::after{
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
}
.footer .main{
    padding: 12px 0;
}
.footer p {
    text-align: center;
    line-height: 46px;
    color: #b2b2b2;
}
.footer p a {
    color: #666666;
    margin: 0 6px;
}
.footer a:hover{
    color: #b31717;
    text-decoration: underline;
}
.footer p.copyright{
    color: #666666;
}
.footer p.copyright i {
    font-style: normal;
    color: #b31717!important;
    margin: 0 5px;
}
.footer p.copyright a{
    color: blue;
}
.footer span {
    font-size: 14px;
    color: #000;
    display: block;
}
.bottom {
    display: inline-block;
    margin: 20px 30px 0 30px;
    line-height: 26px;
    color: #666666;
    vertical-align: middle;
}
.bottom img {
    vertical-align: top;
    margin-top: 3px;
}
.bottom a{
    color: #666;
}
.bottom .qq{
	position: relative;
	cursor: pointer;
}
.bottom .qq .QQhover {
	 position: absolute;
	 left: 0px;
	 bottom: 21px;
	 border: 1px solid #666;
	 border-radius: 4px;
	line-height: 20px;
   color: #333;
	background: rgba(255,255,255,.9);
	 display: none;
	 cursor: auto;
	font-weight: 500;
	height: 20px;
	 width: 100px;
	 text-align: center;
	 resize: none;
	 cursor: pointer;
     overflow: hidden;
   resize: none;
   font-family: "Microsoft Yahei";
	}
	.bottom .qq .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
	}
	.bottom .qq:hover .QQhover{
	 display: inline-block;
	}
.bottom b {
    display: block;
    line-height: 26px;
    height: 26px;
    font-weight: normal;
    text-align: left;
}
.bottom.bg1 {
    padding: 0 0 0 31px;
    background: url("https://www.hbzhan.com/images/index/index2016.png") no-repeat -81px -651px;
}
.bottom.bg2 {
    padding: 0 0 0 31px;
    /* background: url("https://www.hbzhan.com/images/index/index2016.png") no-repeat -81px -743px; */
}
.footer .medi {
    font-weight: normal;
    background: url("https://www.hbzhan.com/images/index/medi.png") no-repeat 0 0;
    display: inline-block;
    padding-left: 27px;
    margin-left: -30px;
}
.botoom_ghs{
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}
.botoom_ghs a{
    width: 300px;
    margin: 0 auto;
    display:block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}
.botoom_ghs img{float: left;}
.botoom_ghs span{
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 5px;
    color: #939393;
}
/* 20220222 */
.rightBar {
	position: fixed;
	right: calc((100% - 1640px)/2);
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	box-shadow: 0 2px 5px #eee;
	/* width: 96px; */
	font-size: 0;
	background-color: #fff;
}
.rightBar .child {
	display: none;
}
.rightBar .main {
    margin: 0;
    width: auto;
}
.rightBar a {
	display: block;
	width: 95px;
	padding: 8px 0;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	color: #999;
	position: relative;
	text-decoration: none;
	/* margin: 8px auto; */
	cursor: pointer;
}
.rightBar a:hover, .rightBar a.focus {
	background-color: #945d56;
    border-color: #945d56;
	color: #fff;
}
.rightBar .goTop{
    display: none;
}
.rightBar .goTop a {
	padding-top: 22px;
	background: url(/images/public/rightBar2.png) no-repeat center -115px #945d56;
	color: #fff !important;
	font-size: 12px;
	background-size: 36px auto;
	padding-bottom: 2px;
}
.rightBar .bar-box {
    position: relative;
}
.rightBar .bar-box .child {
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .main {
		width: 1400px;
    }
    .rightBar {
    	right: calc((100% - 1578px)/2);
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .main {
		width: 1260px;
    }
    .rightBar {
        right: calc((100% - 1420px)/2);
    }
    .rightBar a {
    	font-size: 13px;
    	margin: 0;
    	padding: 6px 0;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .main {
		width: 1186px;
    }
    .rightBar {
    	right: calc((100% - 1341px)/2);
    }
    .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 a {
    	font-size: 13px;
    	margin: 0;
    	padding: 6px 0;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .main {
		width: 1100px;
    }
    .rightBar {
        right: calc((100% - 1260px)/2);
    }
    .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: 8px 0;
        margin: 0;
    }
}
@media screen and (max-width: 1279px) {
    .main {
		width: 1100px;
    }
    .rightBar {
        right: calc((100% - 1259px)/2);
    }
    .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: 8px 0;
        margin: 0;
    }
}
