.gbhg-title-left{
    text-align: left;
}
.gbhg-title-center{
    text-align: center;
}
.gbhg-title-right {
    text-align: right;
}
.gbhg-title-s{
    font-family: Arial;
    font-size: 26px;
    line-height: 50px;
    font-weight: bolder;
    color: #fc6;
}
.gbhg-title-ss {
    font-size: 18px;
    line-height: 30px;
    font-family: "微软雅黑";
    color: #999;
}

.gbhg-product{
    padding: 80px 0;
}
.product-body{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.products{
    width: 300px;
    padding: 20px 20px 0;
}
.products:hover {
    box-shadow: 0 0 16px 0 rgba(7, 17, 27, .1);
}
.products:hover .product-img img{
    transform:scale(1.2);
}
.product-img{
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.product-img img {
    transition-duration: 0.5s;
    width: 100%;
    height: 100%;
}
.product-title{
    width: 100%;
    line-height: 40px;
    text-align: center;
}
.products a:link{color: #666;}
.products a:active{color: #666;}
.products a:hover{color: #fc6;}
.products a:visited{color: #666;}


.gbhg-about{
    padding: 40px 0;
}
.gbhg-about .center{
    display: flex;
    justify-content: space-between;
}
.about-left{
    width: 650px;
}
.about-left img{
    width: 100%;
}
.about-right{
    width: 650px;
    padding: 60px 0;
}
.about-body{
    margin-top: 60px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    color: #666;
}

.gbhg-e0{
    padding:60px 0;
    background-color: #f8f8f8;
}
.gbhg-e0 .title-ch{ color:#666;}
.e0-top{
    display: flex;
    justify-content: space-between;
}
.e0-left{
    width: 700px;
}
.e0-body{
    margin-top: 80px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
}
.e0-fg{
    margin-top: 60px;
}
.e0-button{
    margin-top:50px;
    display: flex;
    justify-content: space-between;
}
.e0-img{
    width: 330px;
    height: 300px;
    margin: 0 20px;
}
.e0-img img{
    width: 300px;
    height:240px;
	padding: 15px;
    border: 1px #ddd solid;
	
}
.e0-img p{
   text-align: center;
   font-size: 18px;
   line-height: 36px;
   color: #555;
}
.e1-button{
    padding:50px 0;
    display: flex;
    justify-content: space-between;
}
.e1-img{
    width: 430px;
    margin: 0 20px;
}
.e1-img img{
    width: 400px;
	padding: 15px;
    border: 1px #ddd solid;
	
}
.e1-img p{
   text-align: center;
   font-size: 18px;
   line-height: 36px;
   color: #555;
}


.gbhg-case{
    padding: 80px 0;
}
.case-body{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.cases{
    width: 300px;
    padding: 20px 20px 0;
}
.cases:hover {
    box-shadow: 0 0 16px 0 rgba(7, 17, 27, .1);
}
.cases:hover .case-img img{
    transform:scale(1.2);
}
.case-img{
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.case-img img {
    transition-duration: 0.5s;
    width: 100%;
    height: 100%;
}
.case-title{
    width: 100%;
    line-height: 40px;
    text-align: center;
}
.cases a:link{color: #666;}
.cases a:active{color: #666;}
.cases a:hover{color: #fc6;}
.cases a:visited{color: #666;}
