html, body, * {
	font-family: "Microsoft YaHei"; 
}
body{
	overflow-x:hidden;
	background:#f6f7fb;
}
.clear:after{
	content:"";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
	clear:both;
}
*{
	margin:0;
	padding:0;
	letter-spacing:0.1rem;
}
.official_accounts{
	margin-top:5px;
}
img{
	width:100%;
}
ul,li{
	list-style:none;
}
html{font-size:62.5%; /* 10÷16=62.5% */}
 
/*body{font-size:14px;font-size:1.4rem ; /* 12÷10=1.2 }*/
 
p{font-size:14px;font-size:1.4rem;}
/*******************************登录|注册*********************************/
.register_top{
	background-color:#f6f7fb;
	width:100%;
	margin:0 auto;
}
.online_customer_service,.welcome_to_login{
	width:100%;
}
.online_customer_service div a,.welcome_to_login div a{
	font-size:1.4rem;
	color:#333333;
}
.online_customer_service div{
	float:left;
	margin:1% 2% 1% 0%;
}
.welcome_to_login div{
	float:right;
	margin:1% 0% 1% 2%;
}
.customer_service{
	background:url(/static/image/iconall2.png);
	width:29px;
	height:24px;
	display:inline-block;
	margin-right:-1.5rem;
}
.phone{
	background:url(/static/image/iconall2.png) -130px 0px;
	width:20px;
	height:24px;
	display:inline-block;
	margin-right:-1.5rem;
}
.chat{
	background:url(/static/image/iconall2.png) -240px 0px;
	width:27px;
	height:24px;
	display:inline-block;
	margin-right:-1.5rem;
}
/*********************************LOGO*****************************/
.fuel_gas li a{
	font-size:1.8rem;
	color:#000;
}
.navbar-default .navbar-nav>li:hover a{
	color:#3cb309;
}

.fuel_gas li{
	margin-top:2.5%;
}
.search{
	margin-top:15px !important;
}
/*******************************banner************************/
.banner img{
	width:100%;
}
/**************************************footer******************************/
.footer{
	margin:0 auto;
	width:100%;
	background-color:#555;
}
.footer_centent{
	margin:0% 10%;
	width:80%;
	background-color:#555;
}
.one_fuel_gas{
	width:60%;
	float:left;
}
.first_row_gas{
	width:50%;
}
.one_fuel_gas>div>ul,.one_fuel_gas>div{
	float:left;
}
.border_right_gas{
	border-right:1px solid #fff;
}
.first_row_gas li a{
	font-size:1.5rem;
	color:#fff;
}
/***********************************版权*******************************/
.copyright>div>a{
	color:#fff;
	font-size:1.5rem;	
}
.copyright>div{
	text-align:center;
}
.copyright{
	margin:0% 3% 0% 3%;
}
.icp{

}
/*********************************二维码*****************************/
.qr_code{
	width:40%;
	float:right;
}
.official_accounts a{
	color:#fff;
	font-size:1.5rem;
}
.qr_code>div{
	float:left;
	text-align:center;
}
/***********************addClass********************************/
.f_s_color a{
	color:#3cb309 !important;
}
.background_f_color a{
	color:#3cb309 !important;
}
.triangle_img{
	background-image:url(/static/image/title10.png);
	width:11px;
	height:22px;
	display:inline-block;
}
.triangle_imgs{
	background-color:red;
	width:20px;
	height:20px;
}
.cv{
	color:#3cb309;
}


	.banner #box{
		
			width: 100%;
			position: relative;
			
		}
		.banner #con{
			width: 100%;

			overflow: hidden;
		}
		.banner #sta{
			width: 500%;
			overflow: hidden;
		}
		.banner #sta .img-box{
			float: left;
			width: 20%;
			font-size: 0;
			position: relative;
		}
		.banner #sta img{
			width: 100%;
		}
		.banner .img-box .text{
			position: absolute;
			top: 0;
			left: 15%;
			color: #FFFFFF;
			font-size: 1.5rem;
			width: 70%;
			margin: auto;
		}
		.text h2{
			margin-top: 7%;
			font-size: 40px;
		}
		.text p{
			margin-top: 2.5%;
			font-size: 18px;
			line-height: 30px;
		}
		.text a{
			width: 130px;
			height: 40px;
			display: inline-block;
			background: #3CB309;
			color: #FFFFFF;
			font-size: 18px;
			margin-top: 4%;
			line-height: 40px;
			text-align: center;
			text-decoration: none;
		}
		
		
		.banner .text2{
			text-align: center;
		}
		
		
		#lt,#rt{
			width: 47px;
			height: 84px;
			text-align: center;
			position: absolute;
			top: 50%;
			font-size: 80px;
			margin-top: -42px;
			font-weight: bolder;
			color: #fff;
			cursor: pointer;
		}
		.banner #lt{
			left: 30px;
			background: url(/static/image/left_30.png) center center no-repeat;
			background-size: contain;
		}
		.banner #lt:hover{
			background: url(/static/image/left_100.png) center center no-repeat;
		}
		.banner #rt{
			right: 30px;
			background: url(/static/image/right_30.png) center center no-repeat;
			background-size: contain;
		}
		.banner #rt:hover{
			background: url(/static/image/right_100.png) center center no-repeat;
		}
		.banner ul{
			overflow: hidden;
			position: absolute;
			bottom: 10px;
			left: 50%;
			margin-left: -33px;
		}
		.banner li{
			width: 12px;
			height: 12px;
			margin: 5px;
			line-height: 20px;
			text-align: center;
			border-radius: 50%;
			background: rgba(255,255,255,.5);
			float: left;
			cursor: pointer;

		}
		.banner .ss{
			background: rgba(255,255,255,1);
		}
		@media (max-width: 768px) {
			.text h2{
				margin-top: 2%;
				font-size: 25px;
			}
			.text p{
				margin-top: 1%;
				font-size: 12px;
				line-height: 20px;
			}
		}
		@media (min-width:768px ) {
			.text h2{
				margin-top: 2%;
				font-size: 30px;
			}
			.text p{
				margin-top: 1%;
				font-size: 16px;
				line-height: 20px;
			}
		}
		@media (min-width:1200px ) {
			.text h2{
				margin-top: 7%;
				font-size: 40px;
			}
			.text p{
			margin-top: 2.5%;
			font-size: 18px;
			line-height: 30px;
		}
		}
	
	.footer .first_row_gas.clear li{
		line-height: 36px;
	}
	 .loading-con{
 	position:fixed;
 	top:0;
 	left:0;
 	width:100%;
 	height:100%;
 	background:rgba(0,0,0,.5);
 	//display:none;
 }
 .loading-con img{
 	position:absolute;
 	top:50%;
 	left:50%;
 	width:120px;
 	height:120px;
 	margin-top:-60px;
 	margin-left:-60px;
 	
 }
 .welcome_to_login .has-login:hover .user-center{
 	display:block;
 	visibility: visible;
 	opacity:1;
 }
.navbar{
	background:#fff;
	margin-bottom:0;
	padding:16px 0;
}
.navbar-nav li:last-child a{
	padding-right:0 !important;
}
.mask .changeAccount{
	position:relative;
}
.mask .alert-close{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(/static/image/btn.png) center center no-repeat;
    background-size: contain;
	
}
/*网点分布*/
.map{
	margin:20px 0;
	padding:32px;
	background:#fff;
}
.map-title{
	font-size:22px;
	color:#3cb309;
	text-align:center;

}
.map-title1{
	margin:28px 0 18px;
	cursor:pointer;
}
.map-title1 .icon{
	display:inline-block;
	width:30px;
	vertical-align: top;
	margin-right:20px;
}
.map-title1 .text{
	vertical-align:top;
	font-size:18px;
	color:#333;
	line-height:28px;
}
.map-con{
	border-bottom:solid 1px #ddd;
}
.map-title2{
	font-size:16px;
	color:#555;
	line-height:30px;
	cursor:pointer;
}

.address-con{
	padding:36px 54px 0;
	
}
.map-box{
	background:#f6f7fb;
	padding-bottom:20px;
	display:none;
}
.map-con2{
	display:none;
}
.map-con2 .map-item{
	line-height:45px;
	font-size:16px;
	color:#888;
}
.map-con2 .map-item .icon{
	display:inline-block;
	width:22px;
	margin-right:20px;
}
.map-con2 .map-item .item-name{
	color:#3cb309;
	padding-right:10px;
}
.map-con2 .map-item .item-ope{
	cursor:pointer;
	color:#f48f48;
}
.map-bg{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.5);	
}
.map-bg .map-con{
	width:800px;
	height:500px;
	overflow:hidden;
	margin:5% auto;
	background:#fff;
	position:relative;
}
.map-bg .map-container{
	margin:60px 20px;
	height:400px;
}
.map-bg #allmap{
	width:100%;
	height:100%;
}
/*液化气申请*/
.liquefied-apply{
	background:#fff;
	margin:20px 0;
	padding:2% 6%;
}
.liquefied-apply h5{
	font-size:22px;
	color:#333;
	line-height:45px;
}
.liquefied-apply .item{
	font-size:16px;
	color:#555;
	padding:10px 0;
}
.liquefied-apply .item-name{
	display:inline-block;
	
	margin-right:15px;
}
.liquefied-apply .item-con{
	
	padding:2px 10px;
	display:inline-block;
	border-bottom:solid 1px #ddd;
}
.liquefied-apply .item textarea{
	width:100%;
	margin:16px 0;
	padding:15px;
	height:220px
}
.liquefied-apply.inquiry .order-item{
	overflow:hidden;
	line-height:40px;
	padding:0 30px 0 15px;
	font-size:14px;
}
.liquefied-apply.inquiry .order-con{
	border-bottom:solid 1px #ddd;
	margin:30px 0 60px;
}
.liquefied-apply.inquiry .order-item:nth-child(2n+1){
	background:#f6f7fb;
}
.liquefied-apply.inquiry .left{
	float:left;
	
}
.liquefied-apply.inquiry .right{
	float:right;
}
.green{
	color:#3cb309;
}
.liquefied-apply.inquiry .total span{
	font-size:18px;
}
.current_position_right div a{
	cursor:default;
}
.container-footer{
	text-align:center;
	
}
.container-footer .text{
	display:inline-block;
	text-align:center;
	width:50%;
	color:#fff;
	vertical-align:top;
	padding-top:70px;
	font-size:14px;
	line-height:20px;
}
.container-footer .code{
	width:40%;
	display:inline-block;
	text-align:center;
	overflow:hidden;
	color:#fff;
	vertical-align:top;
}

.container-footer .code-con{
	display:inline-block;
	width:90px;
	margin:35px 2%;
	font-size:12px;
	
}
.container-footer .code-con div{
	padding-top:4px;
	line-height:16px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}
.company_introduction_all>div>a:hover{
	color:#3cb309;
}
.mask .changeAccount .title{
	
	padding:10px 20px;
	border-bottom: solid 1px #ddd;
}
.repair-con .linkman input{
	border:none;
	border-bottom:solid 1px #cdcdcd;
	outline:none;
}
#amountInput{
	border:solid 2px #999;
	width:160px;
	height:40px;
	font-size:20px;
	padding:0 10px;
	color:#3cb309;
}
.amountSpan{
	font-size:16px;
	color:#666;
	vertical-align:bottom;
}
.footer-con-add-icon div{
	padding:0px 0 !important;
}
.footer-con-add-icon a img{
		float:none !important;
		display:inline-block !important;
		width:auto;
	}
.footer-con-add-icon a{
		width:100%;
		margin:0;
		padding:0;
		color:#fff;
		background:#555;
		text-align:center;
		font-size:12px;
	}
	.footer-con-add-icon a p{
		color:#fff;
		float:none !important;
		display:inline-block !important;
		font-size:14px !important;
		color:#fff !important;
	}
