/* CSS Document */


.content {
	margin:auto;
	padding:0px 200px 0px 200px;
	max-width:1400px;
	min-width:800px;
	/*text-align:center;*/
	overflow:hidden;
}


.detail {
	margin:auto;
	padding:0px 200px 0px 200px;
	padding-top:20px;
	padding-bottom:20px;
	max-width:1400px;
	min-width:800px;
	overflow:hidden;
}

.content img , .detail img {
	max-width:100%;
}

.main_back {
	background-image:url(../images/line.png);
	background-position:center top;
	background-repeat:no-repeat;
}






.index_title_main {
	margin-top:80px;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:28px;
	text-align:center;
	overflow:hidden;
}

.index_title_main img {
	width:24px;
	height:24px;
}

.index_title_slave {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#AAA;
	font-size:18px;
	overflow:hidden;
	text-transform: uppercase;
}

.index_title_explain {
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:22px;
	overflow:hidden;
}


.index_explain {
	margin-top:25px;
	width:100%;
	text-align:center;
	overflow:hidden;
}

.index_explain dt {
	display:inline-block;
	margin-top:20px;
	padding-top:80px;
	width:230px;
	height:112px;
	line-height:24px;
	border-left:1px solid #CCC;
	color:#999;
	font-size:18px;
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
}

.index_explain dt:first-child {
	border-left:0px;
}

.index_explain dt span {
	line-height:40px;
	font-size:22px;
}

.index_explain a {
	color:#999;
}

.index_explain_1 {
	background-image:url(../images/explain_service.png);
}

.index_explain_2 {
	background-image:url(../images/explain_plan.png);
}

.index_explain_3 {
	background-image:url(../images/explain_customer.png);
}


#index_service {
	margin:auto;
	margin-top:50px;
	max-width:1400px;
	min-width:800px;
}

#index_service td {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

#index_service td img {
	width:100%;
	opacity:0;
	transition-duration:0.5s;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;
}

#index_service td img:hover {
	opacity:1;
	transition-duration:0.5s;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;
}

.index_service_left {
	width:54.58%;
	overflow:hidden;
}

.index_service_right {
	width:45.42%;
	overflow:hidden;
}


#index_place {
	margin:auto;
	max-width:1400px;
	min-width:800px;
}

#index_place td {
	width:33%;
}

#index_place td div {
	width:100%;
	overflow:hidden;
}

#index_place td img {
	width:100%;
}

#index_place span {
	display:block;
	text-align:center;
	overflow:hidden;
}

.index_place_title {
	margin-top:30px;
	font-size:24px;
	height:40px;
	line-height:40px;
}

.index_place_title_e {
	font-size:16px;
	line-height:28px;
	color:#886F54;
}

.index_place_title_explain {
	margin-top:4px;
	font-size:18px;
	line-height:28px;
	color:#886F54;
	overflow:hidden;
}


#index_city {
	margin:auto;
	margin-top:50px;
	width:100%;
	max-width:1200px;
	min-width:800px;
	overflow:hidden;
}

#index_city td {
	padding:0px;
}

#index_city td img {
	width:100%;
}




#index_join_back {
	margin-top:-30px;
	margin-bottom:50px;
	background-image:url(../images/chunxuanmao.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}

#index_join {
	margin:auto;
	width:100%;
	max-width:1200px;
	min-width:800px;
	overflow:hidden;
}

#index_join td {
	width:25%;
}

.index_join_block {
	margin:auto;
	padding-top:152px;
	width:100%;
	height:104px;
	background-position:center 50px;
	background-repeat:no-repeat;
	background-color:#FFF;
	box-shadow: 0 0 10px #AAA;
	-webkit-box-shadow: 0 0 10px #AAA;
	-moz-box-shadow: 0 0 10px #AAA;
}

.index_join_block_title_main {
	width:100%;
	height:24px;
	line-height:24px;
	font-size:20px;
	text-align:center;
	overflow:hidden;
}

.index_join_block_title_slave {
	width:100%;
	height:24px;
	line-height:24px;
	color:#999;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	text-transform: uppercase;
}

.index_join_block_number {
	margin-top:20px;
	width:100%;
	height:100px;
	line-height:100px;
	text-align:center;
	overflow:hidden;
}


.ico_1 {
	background-image:url(../images/ico_join_1.png);
}

.ico_2 {
	background-image:url(../images/ico_join_2.png);
}

.ico_3 {
	background-image:url(../images/ico_join_3.png);
}

.ico_4 {
	background-image:url(../images/ico_join_4.png);
}






.l {
	float:left;
}

.r {
	float:right;
}

.t_l {
	text-align:left;
}
.t_r {
	text-align:right;
}





.list_text {
	margin:auto;
	margin-bottom:6px;
	max-width:1200px;
	min-width:800px;
	border-bottom:1px dotted #CCC;
	font-size:18px;
	overflow:hidden;
}

.list_text_title {
	width:60%;
	height:50px;
	line-height:50px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.list_text_date {
	width:120px;
	height:50px;
	line-height:50px;
	color:#999;
	text-align:right;
	overflow:hidden;
}



.list_imagetext {
	display:block;
	margin:auto;
	margin-bottom:20px;
	max-width:1200px;
	min-width:800px;
	overflow:hidden;
}

.list_imagetext_image {
	width:40%;
	overflow:hidden;
}

.list_imagetext_image img {
	width:100%;
}

.list_imagetext_info {
	margin-left:30px;
	width:50%;
	overflow:hidden;
}

.list_imagetext_info_title_main {
	height:50px;
	font-size:34px;
	overflow:hidden;
}

.list_imagetext_info_title_slave {
	margin-left:15px;
	height:60px;
	line-height:60px;
	font-size:24px;
	overflow:hidden;
}

.list_imagetext_info_title_explain {
	margin-left:15px;
	line-height:30px;
	font-size:18px;
	overflow:hidden;
}

.list_imagetext_info_title_date {
	margin-left:15px;
	height:40px;
	line-height:40px;
	color:#999;
	font-size:18px;
	overflow:hidden;
}












.life_active_block {
	display:block;
	margin:auto;
	margin-bottom:40px;
	max-width:1200px;
	min-width:800px;
	overflow:hidden;
}

.life_active_block_image {
	width:40%;
	overflow:hidden;
}

.life_active_block_image img {
	width:100%;
}

.life_active_block_info {
	margin-top:105px;
	width:40%;
	overflow:hidden;
}

.life_active_block_info_title_main {
	height:80px;
	line-height:80px;
	font-size:34px;
	overflow:hidden;
}

.life_active_block_info_title_slave {
	line-height:40px;
	font-size:24px;
	overflow:hidden;
}

.life_active_block_info_title_date {
	height:40px;
	line-height:40px;
	color:#999;
	font-size:24px;
	overflow:hidden;
}

.life_more {
	width:100%;
	height:140px;
	line-height:140px;
	text-align:center;
	font-size:18px;
	background-color:#FFF;
	overflow:hidden;
}

.life_more a {
	padding:10px 20px 10px 20px;
	border:1px solid #864204;
	border-radius:5px;
}

.life_more a:hover {
	border:1px solid #FD7C00;
}


.life_place_title {
	margin:auto;
	width:100%;
	height:36px;
	font-size:30px;
	text-align:center;
	overflow:hidden;
}

.life_place_title_e {
	margin:auto;
	width:100%;
	height:20px;;
	color:#999;
	font-size:16px;
	text-align:center;
	overflow:hidden;
}

.life_place_image {
	margin:auto;
	max-width:1200px;
	min-width:800px;
}

.life_place_image td img {
	width:100%;
}

.life_place_image td dt {
	position:relative;
	margin-top:-60px;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:left;
	overflow:hidden;
}

.life_place_image td dt span {
	margin-left:20px;
	color:#FFF;
	font-size:18px;
}

#life_place_image_1 td {
	width:380px;
}

#life_place_image_2 td {
	width:580px;
}

#life_place_image_3 td {
	width:1180px;
}




#column_place_block {
	margin:auto;
	width:1200px;
}
	




.place_home_block {
	margin:auto;
	max-width:1100px;
	min-width:800px;
	overflow:hidden;
}

.place_home_title_box {
	margin:10px;
	overflow:hidden;
}

.place_home_title {
	width:30.7%;
	height:60px;
	line-height:60px;
	text-align:left;
	background-image:url(../images/place_title_back.png);
	background-position:right center;
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
}

.place_home_title span {
	margin-left:20px;
	color:#FFF;
	font-size:20px;
}

.place_home_list {
	width:100%;
	overflow:hidden;
}

.place_home_list_image {
	margin:10px;
	float:left;
	width:30%;
	max-height:214px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}

.place_home_list_image img {
	width:100%;
	opacity:0;
	transition-duration:0.5s;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;
}

.place_home_list_image:hover img {
	opacity:1;
	transition-duration:0.5s;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;
}

.place_home_list_image dd {
	position:relative;
	margin-top:-60px;
	width:100%;
	height:60px;
	line-height:60px;
	overflow:hidden;
	transition-duration:0.5s;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;
}

.place_home_list_image:hover dd {
	opacity:0;
	transition-duration:0.5s;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;
}

.place_home_list_image dd span {
	display:block;
	float:left;
	margin-top:10px;
	margin-left:20px;
	padding:10px 30px 10px 30px;
	height:20px;
	line-height:20px;
	border-radius:5px;
	color:#864204;
	font-size:18px;
	background-color:#FFF;
	opacity:0.8;
}






#column_history {
	margin:auto;
	max-width:1200px;
	min-width:800px;
}

.history_year {
	width:240px;
	height:88px;
	color:#FCEBDF;
	font-size:68px;
	font-weight:bold;
	text-align:right;
}

.history_line {
	width:960px;
	background-image:url(../images/line_1.jpg);
	background-position:left center;
}

.history_content {
	background-image:url(../images/line_2.jpg);
}

.history_date {
	margin-top:10px;
	margin-left:100px;
	height:50px;
	line-height:50px;
	font-size:26px;
	overflow:hidden;
}

.history_text {
	margin-bottom:10px;
	margin-left:100px;
	line-height:30px;
	color:#65615D;
	font-size:18px;
	overflow:hidden;
}







#column_team {
	margin:auto;
	max-width:1200px;
	min-width:800px;
}

#column_team td {
	vertical-align:top;
}

.team_photo {
	width:33.33333333%;
	border:1px dotted #CCC;
}

.team_photo img {
	width:100%;
}

.team_line {
	width:80px;
	height:4px;
	background-color:#F90;
}

.team_name {
	height:80px;
	line-height:80px;
	font-size:36px;
	text-align:left;
	overflow:hidden;
}

.team_explain {
	line-height:30px;
	font-size:18px;
	text-align:left;
	overflow:hidden;
}





.video_1 {
	margin:auto;
	width:800px;
	overflow:hidden;
}

.video_1 img {
	width:100%;
}

.video_title {
	margin:auto;
	margin-top:60px;
	margin-bottom:30px;
	width:800px;
	height:30px;
	line-height:30px;
	font-size:30px;
	text-align:left;
	overflow:hidden;
}

.video {
	margin:auto;
	width:800px;
	overflow:hidden;
}

.video div {
	float:left;
}

.video_2 {
	margin-right:6px;
	width:240px;
	overflow:hidden;
}

.video_2 dl {
	position:relative;
	margin:auto;
	top:-160px;
	width:48px;
	height:48px;
	text-align:center;
	overflow:hidden;
}

.video_2 dt {
	width:100%;
	height:40px;
	line-height:40px;
	font-size:18px;
	overflow:hidden;
}

.video_2 img {
	width:100%;
}

.video_3 {
	margin-bottom:6px;
	width:300px;
	overflow:hidden;
}

.video_3 a {
	display:block;
	float:left;
	width:94px;
	height:91px;
	overflow:hidden;
}

.video_3 a dl {
	position:relative;
	margin:auto;
	top:-64px;
	width:36px;
	text-align:center;
	overflow:hidden;
}

.video_3 dt {
	float:left;
	margin-top:20px;
	margin-left:10px;
	width:196px;
	font-size:16px;
	text-align:left;
	overflow:hidden;
}

.video_3 img {
	width:100%;
}







#form {
	margin:auto;
	width:900px;
}

#form td {
	height:40px;
}

.form_label {
	width:320px;
	font-size:18px;
	text-align:right;
}

.form_content {
	width:580px;
}

input[type=text] {
	padding:5px;
	width:300px;
	height:34px;
	line-height:34px;
	border:1px solid #999;
	font-size:18px;
}

select {
	width:310px;
	height:46px;
	line-height:46px;
	border:1px solid #999;
	font-size:18px;
}

textarea {
	padding:5px;
	width:300px;
	height:150px;
	border:1px solid #999;
	font-size:18px;
}

#btn_submit {
	margin-right:10px;
	width:100px;
	height:36px;
	border:0px;
	border-radius:5px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	background-color:#F90;
	cursor:pointer;
}

#btn_submit:hover {
	background-color:#F60;
}

#btn_reset {
	width:100px;
	height:36px;
	border:0px;
	border-radius:5px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	background-color:#CCC;
	cursor:pointer;
}

#btn_reset:hover {
	background-color:#BBB;
}





.customer_block {
	margin:auto;
	width:800px;
	overflow:hidden;
}

.ico_customer {
	float:left;
	width:200px;
	height:150px;
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
}

.ico_phone {
	background-image:url(../images/ico_customer_phone.png);
}

.ico_email {
	background-image:url(../images/ico_customer_email.png);
}

.customer_content {
	float:left;
	max-width:750px;
	min-width:550px;
	font-size:34px;
	overflow:hidden;
}

.customer_content span {
	line-height:60px;
	color:#F90;
	font-size:34px;
}

.customer_line {
	padding-bottom:60px;
	border-bottom:1px solid #CCC;
}

.form_box {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.customer_input_width {
	width:200px;
}

.customer_textarea_width {
	width:95%;
	height:300px;
}







.question_list {
	margin:auto;
	width:800px;
	overflow:hidden;
}

.question_question , .questioin_answer {
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}

.ico_question {
	float:left;
	width:80px;
	height:80px;
	background-image:url(../images/ico_question.png);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
}

.ico_answer {
	float:left;
	width:80px;
	height:80px;
	background-image:url(../images/ico_answer.png);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
}

.question_text {
	float:right;
	width:700px;
	line-height:70px;
	font-size:22px;
	overflow:hidden;
}

.answer_text {
	float:right;
	padding-bottom:50px;
	width:700px;
	line-height:30px;
	border-bottom:1px solid #CCC;
	font-size:20px;
	overflow:hidden;
}







.column_title_main {
	margin:auto;
	width:100%;
	height:60px;
	line-height:60px;
	font-size:28px;
	text-align:center;
	overflow:hidden;
}

.column_title_main_e {
	margin:auto;
	width:100%;
	height:22px;
	line-height:22px;
	color:#999;
	font-size:20px;
	text-align:center;
	overflow:hidden;
}

.column_title_slave {
	margin:auto;
	width:100%;
	height:80px;
	line-height:80px;
	font-size:24px;
	text-align:center;
	overflow:hidden;
}

.column_explain {
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
	width:100%;
	font-size:22px;
	text-align:center;
	overflow:hidden;
}
	





.detail_title {
	margin:auto;
	width:100%;
	line-height:60px;
	font-size:26px;
	text-align:center;
	overflow:hidden;
}

.detail_date {
	margin:auto;
	width:100%;
	line-height:30px;
	color:#999;
	font-size:18px;
	text-align:center;
	overflow:hidden;
}





.place_image_normal {
	display:inline;
}
.place_image_replace {
	display:none;
}




#mapi {
	float:left;
	margin-right:20px;
	width:200px;
	height:360px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#mapi a {
	display:block;
	margin-bottom:5px;
	width:90%;
	height:40px;
	line-height:40px;
	border:1px solid #864204;
}

#mapi a:hover {
	border:1px solid #F90;
}

#mapi a.current {
	color:#FFF;
	border:1px solid #F90;
	background-color:#F90;
}




.recommend {
	width:100%;
	overflow:hidden;
}

.recommend_title {
	width:100%;
	height:50px;
	line-height:50px;
	color:#333;
	font-size:30px;
	text-align:left;
	overflow:hidden;
}



.slider {width:100%; overflow:hidden;}
.slider .bd {width:100%; min-width:1200px; overflow:hidden;}
.slider .bd ul {width:100%; overflow:hidden;}
.slider .bd ul a {display:block; width:100%; font-size:0px; overflow:hidden; background-size:100% 100%;}
.slider .bd ul li a img {width:100%;}
.slider .hd{ position:absolute; width:100%; min-width:1200px; margin-top:-80px; overflow:hidden;}
.slider .hd ul{ text-align:center; overflow:hidden; zoom:1;}
.slider .hd ul li{ display:inline-block; margin:5px; border-radius:50px; width:80px; height:10px; background-color:#FFF; opacity:0.7;}
.slider .hd ul li.on{background-color:#F90; opacity:1;}





.scale_hover_call {
	animation:scale_hover 0.5s;
	-moz-animation:scale_hover 0.5s;
	-webkit-animation:scale_hover 0.5s;
	-o-animation:scale_hover 0.5s;
	
	animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	-o-animation-iteration-count:1;
	
	animation-fill-mode :forwards;
	-moz-animation-fill-mode :forwards;
	-webkit-animation-fill-mode :forwards;
	-o-animation-fill-mode :forwards;
}

.scale_normal_call {
	animation:scale_normal 0.5s;
	-moz-animation:scale_normal 0.5s;
	-webkit-animation:scale_normal 0.5s;
	-o-animation:scale_normal 0.5s;
	
	animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	-o-animation-iteration-count:1;
	
	animation-fill-mode :forwards;
	-moz-animation-fill-mode :forwards;
	-webkit-animation-fill-mode :forwards;
	-o-animation-fill-mode :forwards;
}

@keyframes scale_normal {
	0%		{transform:scale(1.1,1.1);}
	100%	{transform:scale(1,1);}
}

@-moz-keyframes scale_normal {
	0%		{-moz-transform:scale(1.1,1.1);}
	100%	{-moz-transform:scale(1,1);}
}

@-webkit-keyframes scale_normal {
	0%		{-webkit-transform:scale(1.1,1.1);}
	100%	{-webkit-transform:scale(1,1);}
}

@-o-keyframes scale_normal {
	0%		{-o-transform:scale(1.1,1.1);}
	100%	{-o-transform:scale(1,1);}
}


@keyframes scale_hover {
	0%		{transform:scale(1,1);}
	100%	{transform:scale(1.1,1.1);}
}

@-moz-keyframes scale_hover {
	0%		{-moz-transform:scale(1,1);}
	100%	{-moz-transform:scale(1.1,1.1);}
}

@-webkit-keyframes scale_hover {
	0%		{-webkit-transform:scale(1,1);}
	100%	{-webkit-transform:scale(1.1,1.1);}
}

@-o-keyframes scale_hover {
	0%		{-o-transform:scale(1,1);}
	100%	{-o-transform:scale(1.1,1.1);}
}



.space_6 {
	width:100%;
	height:6px;
}

.space_50 {
	width:10%;
	height:70px;
}

.space_20 {
	width:10%;
	height:20px;
}
