@charset "utf-8";


header{
	position: relative;
	width: 100%;
	height:50px;
	overflow: hidden;
	background:#ff9900;
}

.logo{
	float: left;
	position: absolute;
	top: 9px;
	left: 10px;
}
.logo img{
	height: 32px;
}
.l_show{
	float: right;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 9px;
	right: 10px;
}
.l_show img{
	max-width: 100%;
}
/*头部样式结束*/


#i_service{
	position: relative;
	max-width: 640px;
	padding: 10px 10px;
	margin-top: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#i_service ul li{
	float: left;
	width: 49.5%;
	text-align: center;
	padding: 2px 0 4px 0;
	border-bottom: 1px solid #f3f4f6;
}
#i_service ul li:nth-of-type(odd){
	border-right: 1px solid #f3f4f6;
}
#i_service ul li:nth-child(3),#i_service ul li:nth-child(4){
	border-bottom:none;
}
#i_service ul li a{
	display: block;
	width: 100%;
}
#i_service ul li a .icon_img{
	width: 100%;
	float: left;
}
#i_service ul li a img{
	
	width: 100%;
}
#i_service ul li a .icon_wen{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 0px;
}
#i_service ul li a .icon_wen h1{
	font-size:16px;
	font-weight: normal;
	color: #333;
}
#i_service ul li a .icon_wen p{
	font-size: 12px;
    color: #858585;
	text-align: left;
	margin-left: 0px;
	height: 50px;
}

/*服务项目结束*/

.f_footer {
	background: #f3f4f6;
	padding: 10px 5%;
	text-align: center;
	width: 90%;

}

.f_footer p {
	font-size: 14px;
}

@-webkit-keyframes play {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@-moz-keyframes play {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes play {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
/*页脚结束*/

.fixed {
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #dedede;
}

.fixed img {
	max-width: 100%;
}

.fixed .f_box {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	left: 0;
	bottom: 0px;
}
.fixed .f_box ul li {
	position: relative;
	z-index: 99999999;
	/*width: 33%;*/
	height: 40px;
	padding: 2px 0;
	float: left;
	cursor: pointer;
}

.fixed .f_box ul li a {
	font-size: 12px;
	width: 100%;
	height: 100%;
	display: block;
	color: #999999;
}
.fixed .f_box ul li a img{
	width: 28px;
}

.fixed .f_box ul li.load{
	position: relative;
	z-index: 999999;
	top: -12px;
	width: 20%;
}
.fixed .f_box ul li.load a{
	display: block;
	width: 100%;
}
.fixed .f_box ul li.load a img{
	position: relative;
	width: 78px;
}
/*固定底部结束*/

.back_top {
	display: none;
	position: fixed;
	z-index: 99999;
	right: 10px;
	bottom: 80px;
	text-align: center;
	background-color: rgba(148, 149, 148, .8);
	width: 40px;
	height: 40px;
	border-radius: 7px;
}

.back_top a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.back_top img {
	max-width: 70%;
}
/*回顶部结束*/
.l_return{
	width: 100%;
    line-height: 50px;
    position: absolute;
    left: 0px;
}
.l_return a{
	color: #fff;
	font-size: 18px;
    padding-left: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.l_return h2{
	text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.message {
	width: 100%;
	margin-top:0px;
	position: relative;
	text-align:center;
}
.message p{
	padding-top: 20px;
	color: #b2b2b2;
	font-size: 14px;
	line-height: 24px;	
}

.table {
	width: 50%;
	height: 300px;
	margin: 0 auto;
	border: none;
	font-size: 14px;
	border-collapse: collapse;
}
.table input {
	width: 100%;
	height: 35px;
	outline: none;
	border:1px #ccc solid;
	position: relative;
	top: 12px;
	border-color:none;
	text-indent: 10px;
	margin: 10px 0;
	font-family: "微软雅黑";
}

.table input[type="checkbox"] {
	width: 20px;
	height: 20px;
	outline: none;
	border:1px #ccc solid;
	position: relative;
	top: 4px;
	border-color:none;
	text-indent: 0px;
	margin: 0px 0;
	font-family: "微软雅黑";
}

.table input[type="radio"] {
	width: 20px;
	height: 20px;
	outline: none;
	border:1px #ccc solid;
	position: relative;
	top: 0px;
	border-color:none;
	text-indent: 0px;
	margin: 0px 0;
	font-family: "微软雅黑";
}

.table select {
	width: 100%;
	height: 35px;
	outline: none;
	border:1px #ccc solid;
	position: relative;
	top: 12px;
	border-color:none;
	text-indent: 10px;
	margin: 10px 0;
	font-family: "微软雅黑";
}

.table textarea {
	text-indent: 10px;
	width: 100%;
	height: 100px;
	resize: none;
	position: relative;
	top: 10px;
	padding-top: 10px;
	border:1px #ccc solid;
	font-family: "微软雅黑";
}


.message .button {
	width: 30%;
	height: 40px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	margin-left: 5%;
	margin-bottom: 20px;
	border: none;
	background-color: #ff9900;
	color: white;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	border-radius: 10px;
}

@media (max-width: 768px) {
  .message {
		width: 100%;
		margin-top:0px;
		position: relative;	
	}
  
  .table {
		width: 100%;
		height: 300px;
		margin: 0 auto;
		border: none;
		font-size: 14px;
		border-collapse: collapse;
	}

	.message .button {
		width: 90%;
		height: 40px;
		line-height: 30px;
		text-align: center;
		margin-top: 20px;
		margin-left: 5%;
		margin-bottom: 20px;
		border: none;
		background-color: #ff9900;
		color: white;
		font-size: 16px;
		font-weight: bold;
		cursor: pointer;
		outline: none;
		border-radius: 10px;
	}
}


/*在线留言结束*/
.h_content{
	padding:10px 10px 0 10px;

	overflow: hidden;
}
.h_title{
	padding:10px 0 10px 0;
}
.h_title h2{
	line-height: 35px;
	font-size:18px;
	font-weight:normal;
	color: #ff9900;
}
.h_title p{
	font-size: 16px;
	color: #ff9900;
	display: inline-block;
    text-transform: uppercase;
}

.h_title1 h2{
	color: #4C4C4C;
	text-align: center;
	padding: 4px 0;
	font-weight: bolder;
	font-size: 20px;
}
.h_wen p{
	font-size: 14px;
	color: #4c4c4c;
	display: inline-block;
    text-transform: uppercase;
}

.h_team{
	padding: 0;
}
.h_title1{
	padding: 10px 10px;
	background:url(../images/r_fenge.png) no-repeat center;
	
}
.h_img{
	width: 100%;
	text-align: center;
}
.h_img img{
	max-width: 100%;
}


.h_contact{
	padding: 0 10px;
	overflow: hidden;
}
.h_contact_con{
	width: 100%;
	overflow: hidden;
}
.h_contact_con .first{
	width: 100%;
}
.first .h_left{
	float: left;
	width: 65%;
}
.first .h_left ul li{
	padding: 12px 0;
}
.first .h_left ul li img{
	float: left;
	width: 20px;

}
.first .h_left ul li:first-child a{
	padding: 10px 0;
}
.first .h_left ul li:first-child img{
	position: relative;
	top: 45px;
}
.first .h_left ul li a{
	display: block;
	text-align: left;
    margin-left: 32px;
    line-height: 18px;
    padding-bottom: 2px
}
.first .h_right{
	float: left;
	width: 35%;
	color: #808080;
	text-align: center;
}
.first .h_right img{
	max-width: 100%;
}

.h_contact_con .bbt{
	width: 100%;
	overflow: hidden;
}
.h_contact_con .bbt ul li{
	margin: 20px 0;
}
.h_contact_con .bbt ul li img{
	float: left;
   width: 20px;
}
.h_contact_con .bbt ul li a{
	margin-left: 12px;
}
/*联系我们结束*/
