html{
	background-color: #e0e0e0;
}

body{
	overflow: visible;

}
#content{
	overflow: visible;
}
.page1{
	background-color: #323232;
     height: auto;
}
.bottom {
    position: static;
    height: 380px;
}
.page1 .banner {
    height: 14.159292035398230088495575221239%;
    min-height: 240px;
    width: 100%;
    background-image: url(//img.ejiayou.com/home/image/news/Erefuel_news_banner.jpg);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}

.page1 ul {
	overflow: hidden;
    width: 46.875%;
    min-width: 900px;
    margin: 40px auto 0;
}

.page1 ul li {
    width: 33.3%;
    float: left;
    height: 200px;
}
.page1 ul li a{
	display: block;
	width: 90%;
	height: 95%;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
.page1 ul li a div{
	position: absolute;
	transition: all 1s;
}
.page1 ul li img {
    width: 240px;
    height: 90px;
    display: block;
    margin: 1px auto;
}
.page1 ul li p {
    width: 240px;
    margin: 0 auto;
}

.page1 .p1 {
    color: #e2e2e2;
    padding-top: 8px;
    font-weight: 600;
    font-size: 14px;
}

.page1 .p2 {
    color: #e2e2e2;
    font-size: 12px;
}

.page1 .p3 {
    color: #bbb;
    font-size: 12px;
}

.page1 .paging {
    width: 100px;
    clear: both;
    margin: 0 auto;
    margin-top: 20px;
}

.page1 .paging .left {
    float: left;
    width: 0;
    border: 8px solid #323232;
    border-right: 8px solid #929292;
    cursor: pointer;
    margin-top: 16px;
}

.page1 .paging p {
    display: block;
    float: left;
    margin: 16px;
}

.page1 .paging .right {
    margin-top: 16px;
    float: left;
    width: 0;
    border: 8px solid #323232;
    border-left: 8px solid #929292;
    cursor: pointer;
}
.top .content>div:nth-child(4) a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.top {
    height: 60px;
    position: fixed;
    background-color: #202020;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 33;
}
.mobile-number{
	height: 60px;		
	font-size: 16px;
	color: #999999;
	line-height: 60px ;
	text-align: center;
	position: absolute;
	z-index: 1;
	right: 40px;
	top: 0;
}
.bottom .contact>p {
    padding-right: 180px;
}
.first{
    display: flex;
	flex-flow: wrap;
}
.info{
	display: flex;
	flex-flow: wrap;
}
.info_item{
	width: 124px;
	margin-top: 50px;
}
.info_item_top{
	display: flex;
	flex-flow: wrap;
	margin-top: 12px;
}
.wechat_icon{
	width: 28px;
	height: 28px;
	background-image: url(//img.ejiayou.com/upload/2020/11/0846ab98-8840-4570-9383-4bec4b8e8e4e-1605666144263.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 4px;
	margin-bottom: 12px;
}
.wechat_title{
	width: 100%;
	height: 28px;
	font-size: 13px;
	font-weight: 400;
	color: #ddd;
	line-height: 28px;
	text-align: center;
}
.info_item_bottom{
	width: 124px;
	height: 124px;
}
.info_item_bottom img{
	width: 124px;
	height: 124px;
	display: block;
}
.fixed{
	width: 48px;
	height: 148px;
	position: fixed;
	z-index: 33;
	right:20px;  
	top:50%;
	transform:translate(-50%,-50%);
}
.fixed_call{
	width: 48px;
	height: 48px;
	background-image: url(//img.ejiayou.com/upload/2020/11/fa698edb-6b63-45b3-a265-76d46737104e-1605679106300.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 20px;
	position: relative;
}
.fixed_wechat{
	width: 48px;
	height: 48px;
	background-image: url(//img.ejiayou.com/upload/2020/11/bc8614e3-8288-4532-9677-be227ef0e10e-1605679139586.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 20px;
	position: relative;
}
.fixed_qq{
	width: 48px;
	height: 48px;
	background-image: url(//img.ejiayou.com/upload/2020/11/ff6c1de1-fe84-4630-850a-10f8935bc6b6-1605679173535.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
.fixed_call_info{
	width: 184px;
	height: 48px;
	background: #FFA400;
	border-radius: 24px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	opacity: 0;
	display: flex;
	align-items: center;
}
.fixed_call_info:hover{
	opacity: 1;
}
.fixed_call_info_icon{
	width: 48px;
	height: 48px;
	background-image: url(//img.ejiayou.com/upload/2020/11/527aae13-80da-4a6a-9f92-2927a93c628f-1605681132424.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fixed_call_info_title{
	line-height: 48px;
	font-size: 16px;		
	font-weight: 400;
	color: #FFFFFF;
}