/* CSS Document */
.relative{ position:relative}
.absolute{ position:absolute;}
.content_box{ margin:0 auto; width:1200px;}


@-webkit-keyframes orangeOut{
		0%{
			-webkit-transform:scale(1);
			opacity:1;
			filter:alpha(opacity:100);	
			}
		100%{
			-webkit-transform:scale(0.8);
			opacity:0;
			filter:alpha(opacity:0);
		}
	}
@keyframes orangeOut{
		0%{
			transform:scale(1);
			opacity:1;
			filter:alpha(opacity:100);	
			}
		100%{
			transform:scale(0.8);
			opacity:0;
			filter:alpha(opacity:0);
		}
	}

@-webkit-keyframes orangeIn {  0% {
 -webkit-transform:scale(0.8);
 opacity:0;
 filter:alpha(opacity:0);
}
100% {
 -webkit-transform:scale(1);
 opacity:1;
 filter:alpha(opacity:100);
}
}
 @keyframes orangeIn {  0% {
 transform:scale(0.8);
 opacity:0;
 filter:alpha(opacity:0);
}
100% {
 transform:scale(1);
 opacity:1;
 filter:alpha(opacity:100);
}
}

/*标题*/
.home_tit{
	text-align: center;
	padding: 45px 0 60px;
}
.home_tit span{
	font-size: 20px;
	color: #919191;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.home_tit h1{
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 5px;
	color: white;
	font-weight: bold;
	padding-bottom: 18px;
	-webkit-text-shadow:0px 2px 6px #ccc;
	-moz-text-shadow:0px 2px 6px #ccc;
	/*text-shadow:0px 2px 6px #ccc;*/
}
.home_tit i{
	font-size: 20px;
	padding: 5px 15px;
	color: #fff;
	font-style: normal;
	background: #00a0f3;
}

/*新闻资讯*/
.home_box01{
	height: 710px;
	background: url(../image/bg_02.jpg) bottom no-repeat #fff;
}
.news_con{
	width: 698px;
}
.news_box ul li{
	float: left;
	text-align: center;
	color: #666;
	background: #f6f6f6;
}
.news_box ul li:hover{
	box-shadow:0 3px 3px #e8e6e6; /*底边阴影*/  
	background: #f9f9f9;
}
.news_box ul li p{
	font-size: 18px;
	padding: 46px 0 5px ;
}
.news_box ul li .btn_con{
	padding: 42px 0;
}
.news_box ul li .btn_con a{
	padding: 5px 25px;
	font-size: 18px;
	color: #fff;
	border-radius: 50px;
	background: #ff118b;
}
.news_box ul li:hover .btn_con a{ 
	background: #00a0f3;
}
.vide_con{
	width: 480px;
	padding: 20px 20px 10px ;
	text-align: center;
	background: #f6f6f6;
}
.vide_con h3{
	font-size: 26px;
	text-align: left;
	color: #00a0f3;
	padding: 10px 0 15px;
}
.vide_con h3 span{
	color: #ccc;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
/*新闻资讯 结束*/

/*项目展示 */
.home_box02{
	height: 1100px;
	background: url(../images1/bg_03.jpg) center no-repeat;
}
.home_tit02 span{
	color: #fff;
}
.home_tit h1{
	display:block;
}
.home_tit02 h1{
	color: #fff;
	-webkit-text-shadow:0px 2px 6px #666;
	-moz-text-shadow:0px 2px 6px #666;
	text-shadow:0px 2px 6px #666;
}
.home_tit02 i{
	color: #000;
	background: #f1e414;
}
/*
.project_box ul li{
	width: 285px;
	height: 195px;
	float: left;
	margin: 0 6px;
	position: relative;
	border: 5px solid #fff;
}
.project_list{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	margin-top: -77px;
	margin-left: -115px;
	text-align: center;
	width: 230px;
	height: 155px;
	color: #fff;
	padding: 30px 22px;
	background:rgba(21, 90, 208, .9);
}
.project_list h4{
	font-size: 24px;
	padding-bottom: 15px;
	font-weight: normal;
}
.project_list p{
	font-size: 16px;
	line-height: 28px;
}
.project_box ul li:hover .project_list{
    display: block;
}
*/
/*项目展示 结束*/


/*合作加盟*/
.home_box03{
	height: 783px;
	background: url(../image/bg_04.jpg) center no-repeat;
}
.home_tit03 span{
	color: #000;
}
.home_tit03 h1{
	color: #00a0f3;
	letter-spacing: 5px;
	-webkit-text-shadow:0px 2px 6px #666;
	-moz-text-shadow:0px 2px 6px #666;
	/*text-shadow:0px 2px 6px #666;*/
}
.Join_con_left{
	width: 600px;
	padding-left: 25px;
	padding-top: 90px;
}
.Join_con_left h2{
	font-size: 30px;
	padding:40px 0 20px;
}
.Join_con_left p{
	font-size: 20px;
	line-height: 36px;
	text-align: justify;
}
.Join_con_left a{
	margin-top: 50px;
	display: inline-block;
	font-size: 22px;
	padding: 10px 50px;
	line-height: 30px;
	color: #00a0f3;
	border: 1px solid #00a0f3;
	border-radius: 35px;
}
.Join_con_left a:hover{
	color: #00a0f3;
	background: #fff;
}
.Join_con_right{
	width: 440px;
	padding-top: 40px;
}
.Join_con_right img{
	padding: 10px 0;
}
/*合作加盟 结束*/


/*案例展示*/
.home_box04{
	height: 752px;
	background: url(../images1/bg_05.jpg) center no-repeat;
}
.home_tit04{
	padding-bottom: 30px;
}
.case_box ul li{
	width: 290px;
	height: 245px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	margin: 5px;	
}
.enlarge ul li a img{
	-webkit-text-transition: all 0.6s;
	-moz-text-transition: all 0.6s;
	transition: all 0.6s;
}
.enlarge ul li a:hover img{
	-webkit-text-transform: scale(1.1);
	-moz-text-transform: scale(1.1);
	transform: scale(1.1);
}
/*案例展示 结束*/



/*合作伙伴*/
.home_box05{
	height: 685px;
	background: url(../image/bg_06.jpg);
}
.home_tit05 i{
	color: #000;
	background: #fff;
}
.casePar_conbox .shows{
    width: 1200px;
    margin: 0 auto;
}
.Par_con .shows ul li{
	width: 100%;

}
.Par_con .shows ul li a{
	display: inline-block;
	margin: 10px;
	cursor: pointer;
	overflow: hidden;
}
.Par_con .shows li a:hover {
	box-shadow: 0 0 15px #bcbcbc
}
#Par_con .parHd li {
    width: 12px;
    height: 12px;
    -moz-border-radius: 100%; 
    -webkit-border-radius: 100%; 
    border-radius: 100%;  
    background:#e98d8d;  
    margin: 15px  10px 0; 
    display: inline-block; 
    text-indent: 99px; 
    overflow: hidden; 
    cursor:pointer; 
}
#Par_con .parHd li.on{
    background: #000;  
}
#Par_con .parHd {
    text-align:center; 
    margin:0 auto; 
}
/*合作伙伴 结束*/


/*开业指导*/
.home_box06{
	height: 202px;
	background: url(../images1/bg_09.jpg) center;
}
.Practice_box ul{
	padding-left: 65px;
}
.Practice_box ul li{
	float: left;
	width: 104px;
	cursor: pointer;
	text-align: center;
	margin: 26px 55px 0 ;
}
.Practice_box ul li span{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
}
.Practice_box ul li div{
	width: 100%;
	height: 120px;
	background-image: url(../images1/icon02.png);
    background-repeat: no-repeat;	
}
.Practice_box ul li.one div{
	background-position: 0px 0;
}
.Practice_box ul li.two div{
	background-position: -104px 0px;
}
.Practice_box ul li.three div{
	background-position: -208px 0px;
}
.Practice_box ul li.four div{
	background-position: -312px 0px;
}
.Practice_box ul li.five div{
	background-position: -416px 0px;
}

.Practice_box ul li.one:hover div{
	background-position: 0px -121px;
}
.Practice_box ul li.two:hover div{
	background-position: -104px -121px;
}
.Practice_box ul li.three:hover div{
	background-position: -208px -121px;
}
.Practice_box ul li.four:hover div{
	background-position: -312px -121px;
}
.Practice_box ul li.five:hover div{
	background-position: -416px -121px;
}
/*开业指导 结束*/
