/*
======================
======================
*/
/*发展历程*/
#history{}
.history-title{
	width:110px;
	height:110px;
	display:block;
	border:5px solid rgba(0,0,0,0.19);
	border-radius:50%;
	cursor:pointer;
	margin-left:15%;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	margin-bottom:5px;
}
.history-logo{
	display:block;
}

.history-h2{
	display:block;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.history-title h2{
	margin-top:15px;
	line-height:40px;
	line-height:40px;
	font-size:22px;
	color:#295da3;
	width:100%;
	text-align:center;
	font-weight:600;
}
.history-title h6{
	line-height:25px;
	height:25px;
	width:100%;
	text-align:center;
	color:#666;
}
.history-title:hover .history-h2{
	display:none
}
.history-title:hover{
	border:5px solid #295da3;
	
}
.history-title:hover .history-logo{
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
	display:block;
	background:#FFF url(../images/h_logo.png) no-repeat center scroll;
	width:100%;
	height:100%;
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
.history-body li{
	list-style:none;
	line-height:100px;
	height:100px;
	overflow:hidden;
	margin-top:-5px;
	min-width:280px;
}
.history-body li .history-left{
	width:15%;
	height:100%;
	float:left;
	text-align:right;
}
.history-body li .history-left p{
	line-height:100px;
	height:100%;
	font-size:16px;
	color:#333;
}
.history-body li .history-right p{
	line-height:30px;
	margin-top:20px;
	font-size:15px;
	color:#666;
	height:100%;
	padding-bottom:15px;
	border-bottom:1px dotted #dadada;
}
.history-body li:hover .history-right p{
	font-size:18px;
	color:#008000;
}
.history-body li .point{
	width:60px;
	height:100%;
	float:left;
	margin-left:10px;
	text-align:center;
	background:url(../images/point_bg.png) repeat-y;
}
.history-body li .point b{
	display:block;
	line-height:100px;
	margin:40px auto;
	width:20px;
	height:20px;
	background:#FFF;
	border:3px solid rgba(0,54,108,0.49);
	border-radius:50%;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.history-body li .history-right{
	width:60%;
	float:left;
}
.history-body li:hover .point b{
	margin:37px auto;
	width:25px;
	height:25px;
	border:3px solid rgba(0,54,108,1);
}
/*圣菲服务*/
.service-page1 h4{
	text-align:center;
	color:#F60;
}
.service-page1 p{
	padding:10px;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.29);
	border-radius:0;
	text-indent:2em;
}

/*联系我们*/
.contact-us img{
	width:100%;
	max-width:100%;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.29);
	border-radius:0;
}
.contact-us ul{
	list-style-type:square;
	margin-left:15px;
}
.contact-us ul li{
	color:#295da3;
	font-size:16px;
}
.contact-us ul li span{
	color:#666;
	font-family:'宋体',Verdana, Geneva, sans-serif；
}
/*留言板*/
.message-board .inp1 input,.message-board .inp1 textarea{
	display:block;
	width:99%;
	max-width:100%;
	border:1px solid #dadada;
	padding:10px 5px;
	margin-bottom:15px;
	color:#999;
}
.message-board input{
	border:1px solid #dadada;
	padding:10px 5px;
	margin-bottom:15px;
	color:#999;
}
.message-board input:focus,.message-board textarea:focus{
	border:1px solid #295da3;
}
.message-board .submit-box{
	text-align:center;
}
.message-board .submit-box input{
	border:none;
	width:150px;
	padding:10px 0;
	font-size:18px;
	cursor:pointer;
}
.message-board .submit-box input[type="submit"]{
	background-color:#295da3;
	color:#FFF;
	margin-right:15px;
	transition:all 0.5s;
}
.message-board .submit-box input[type="reset"]{
	background-color:#CCC;
	color:#666;
	transition:all 0.5s;
}
.message-board .submit-box input[type="submit"]:hover{
	background-color:#008000;
}
.message-board .submit-box input[type="reset"]:hover{
	background-color:#F60;
	color:#FFF;
}
#dituContent{
	width:100%;
	max-width:100%;
	min-height:418px;
	height:auto;
	border:1px solid #295da3;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/*加盟招聘*/
.join-title{
	width:100%;
	text-align:center;
}
.join-title p{
	font-size:20px;
	color:#333;
	font-weight:500;
	margin-bottom:25px;
	font-family:'宋体';
}
.join-title p span{
	border:2px solid rgba(0,0,0,0.1);
	padding:10px 15px 10px;
}
.join-title p span b{
	color:#F60;
}
.join-title1 p{
	color:#F60;
	font-weight:600;
}
.jion-box1 img{
	width:100%;
	max-width:100%;
	border-radius:30px;
	box-shadow:0px 2px 3px rgba(0,0,0,0.29)
}
.jion-box1 p{
	font-size:18px;
	text-indent:2em;
	color:#666;
	padding:15px 10px 0;
}
.jion-box{
	padding:10px;
	text-align:center;
	cursor:pointer;
	margin-top:20px;
	border:1px solid #eaeaea;
	box-shadow:0 2px 2px rgba(0,0,0,0.19);
	transition:all 0.5s linear;
}
.jion-box h1{
	width:80px;
	height:80px;
	line-height:80px;
	background-color:#295da3;
	color:#FFF;
	border:none;
	border-radius:50%;
	padding:0;
	margin:0 auto 10px;
	transition:all 0.5s linear;
}
.jion-box p{
	line-height:24px;
	height:48px;
	font-size:16px;
	color:#666;
}
.jion-box:hover h1{
	transform:rotate(360deg);
	background-color:#F60;
	
}
.jion-box:hover{
	border:1px solid #dadada;
	box-shadow:0 2px 2px rgba(0,0,0,0.49);
}
.join-message p{
	line-height:30px;
	font-size:20px;
	color:#FFF;
}
/*产品详情*/
.product-box{}
.pro-top{
	overflow:hidden
}
.pro-left{
	float:left;
	width:54%;
	margin:0 2%;
}
.pro-right{
	float:right;
	width:40%;
}
.product-pic-big{
	padding:10px;
	border:3px solid rgba(0,0,0,0.1)
}
.product-pic-big img{
	width:100%;
	max-width:100%;
}
.product-pic-small{
	margin:10px 0;
}
.product-pic-small li{
	display:inline-block;
	width:60px;
	height:45px;
	margin-right:5px;
}
.product-pic-small li img{
	width:100%;
	max-width:100%;
	height:100%;
	max-height:100%;	
	border:1px solid #dadada;
	cursor:pointer;
	
}

.product-pic-small li:hover img,.product-pic-small li:visited img,.product-pic-small li:link img{
	border:1px solid #F00;
}

.pro-right h1{
	color:#295da3;
	font-size:22px;
	font-family:'宋体';
}
.pro-right p{
	line-height:30px;
	font-size:16px;
	color:#666;
}
.pro-right p span{
	color:#F03;
	display:inline-block;
	margin:0 5px;
}
.pro-right p.zxzx a{
	display:inline-block;
	background-color:#295da3;
	padding:0 10px;
	margin:10px 0 0 10px;
	border-radius:15px;
	color:#FFF;
	transition:all 0.3s;
}
.pro-right p.zxzx a:hover{
	background-color:#F60;
	padding:0 15px;
}
.pro-bottom{
	color:#666;
	margin:15px auto;
}
.pro-bottom h2{
	line-height:35px;
	height:35px;
	border-bottom:2px solid #dadada;
	margin-bottom:10px;
}
.pro-bottom h2 span{
	background-color:#295da3;
	display:inline-block;
	padding:0 15px;
	color:#FFF;
	font-size:20px;
}
.pro-bottom img{
	max-width:100%;
}
/*服务范围*/
.range-box{
	text-align:center;
	position:relative;
	width:273px;
	margin:0 auto 20px;
	height:207px;
	overflow:hidden;
	cursor:pointer;
}
.range-box .range-box1{
	height:30px;
	position:absolute;
	bottom:0;
	width:100%;
	background-color:rgba(0,0,0,0.49);
	color:#FFF;
	transition:all 0.5s linear;
	font-family:'宋体';
}
.range-box .range-box1 h4{
	line-height:30px;
	height:30px;
	margin-bottom:0;
	font-size:22px;
	
}
.range-box .range-box1 p{
	padding:10px;
	font-size:14px;
	text-align:left;
}
.range-box:hover .range-box1{
	height:207px;
	background-color:#295da3;
}
.range-box:hover .range-box1 h4{
	margin-top:10px;
}
 @media screen and (max-width:1441px){
	 
 }
  @media screen and (max-width:1280px){
	 
 }
  @media screen and (max-width:1024px){
	 
 }
  @media screen and (max-width:991px){
	.history-body li .history-left p{
		font-size:14px;
	}
	.history-body li .history-right p{
		line-height:24px;
		margin-top:15px;
		font-size:15px;
	}
	.history-body li:hover .history-right p{
		font-size:18px;
		color:#008000;
	} 
 }
  @media screen and (max-width:768px){
	 
 }
  @media screen and (max-width:640px){
	.history-body li .history-right p{
		font-size:13px;
		padding-bottom:0px;
	}
	.history-body li:hover .history-right p{
		font-size:15px;
	} 
	.history-body li .history-left p{
		font-size:12px;
	}
 }
  @media screen and (max-width:480px){
	  .history-body li .history-right{
		width:58%;
	}
	.history-body li .history-left p{
		line-height:30px;
		margin-top:20px;
		font-size:15px;
	}
	.history-body li .history-right p{
		line-height:18px;
		margin-top:0px;
		font-size:14px;
	}
	.history-body li:hover .history-right p{
		font-size:14px;
	} 
	.message-board .submit-box input[type="submit"]{
		margin-right:0;
	}
	.join-title p{
		font-size:13px;
	}
	.pro-left{
		float:none;
		width:95%;
	}
	.pro-right{
		float:none;
		width:95%;
		padding-left:15px;
	}
	.product-pic-small li{
		width:50px;
		height:37px;
		margin-right:5px;
	}
 }
  @media screen and (max-width:320px){
	#dituContent{
		min-height:220px;
	}
	
 }