@charset "utf-8";
/* CSS Document */
/*body{
	background:url(images/index_bg.jpg) no-repeat fixed 50% 20%;
}*/

body{
	padding:0;
	margin:0;
	border:0;
	min-height:200px;
}
body *{
	font-family:"微软雅黑";
}

.title{
	background:#FFFFFF;
	overflow:hidden;
}
.title .title_layout{
	max-width:1200px;
	margin:auto;
	min-width:640px;
	overflow:hidden;
}
.title .title_layout .logo_img{
	float:left;
	padding-left:15px;
}
.title .title_layout .logo_img img{
	height:60px;
	margin-top:10px;
}
.title .title_layout .title_button_layout{
	float:right;
	overflow:hidden;
	text-align:center;
}
.title .title_layout .title_button_layout a{
	float:left;
	margin-top:25px;
	margin-bottom:15px;
	margin-right:10px;
	display:block;
	font-size:16px;
	line-height:40px;
	width:118px;
	text-align:center;
	overflow:hidden;
	color:#686868;
	font-family:"微软雅黑";
	text-decoration:none;
}

	.title .title_layout .title_button_layout .no_hover:hover{
		background: #FFFFFF;
		background-size:contain;
		cursor:pointer;
		color:#FFF;
	}
	.title .title_layout .title_button_layout .no_hover_change:hover{
		background: #FFFFFF;
		background-size:contain;
		color:#666;
	}
.title .title_layout .title_button_layout a:hover{
	background: url(../images/button_bg.png) no-repeat 0px 6px;
	background-size:contain;
	cursor:pointer;
	color:#FFF;
}
.title .title_layout .title_button_layout .select{
	background: url(../images/button_bg.png) no-repeat 0px 6px;
	background-size:contain;
	color:#FFF;
}


.foot{
	width:100%;
	text-align:center;
	color:#333;
}
.copyright{
	margin:auto;
	padding:30px;
	padding-left:0;
	padding-right:0;
	color:#333;
	overflow:hidden;
}
.copyright a{
	color:#333;
}
.copyright a:hover{
	color:#333;
}


.contain_phone{
	overflow:hidden;
	text-align:center;
	margin:auto;
}
.contain_phone div{
	display:inline-block;
	width:102px;
	height:37px;
	margin:auto;
	background:url(../images/none_selected.png);
}
.contain_phone .now_selected{
	background:url(../images/now_selected.png);
}

.email_layout{
	margin-bottom:10px;
	float:right; 
	width:50%;
	overflow:hidden;
}
.email_layout .left_text,.email_layout .right_input{
	float:left;
}
.email_layout .left_text{
	margin-right:20px;
}
.email_layout .right_input{
	min-width:400px;
}
#userEmail{
	background:url(../images/email_input.png);
	background-size:cover;
	 line-height:50px;
	 width:456px;
	 height:50px;
	 margin:0;
	 padding:0;
	 border:0; 
	 color:#fff;  
	 font-size:20px; 
	 padding-left:20px; 
	 vertical-align:middle;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}
#saveEmail{
	background:url(../images/send_email_button11.png);
	background-size:cover;
	margin:0; 
	padding:0; 
	border:0;
	margin-left:-105px;
	width:105px;
	height:50px; 
	vertical-align:middle;
	 color:#FFF;
	 font-size:20px;
	 font-weight:bold;
}
.email_layout .left_text span{
	 font-size:16px; 
	 line-height:50px; 
	 vertical-align:middle; 
}
.other_icon{
	clear:both;
	display:block;
	position:absolute;
	top:40%;
	left:50%;
	width:80%;
	margin-left:-40%;
}
.other_icon img{
	 width:80px; 
	 margin:20px 60px 10px 60px;
	cursor:pointer;
}
.copyright_text{
	position:absolute;
	top:80%;
	 width:50%; 
	 left:50%;
	 margin-left:-25%;
	 color:#666;
	 line-height:40px; 
	 font-size:16px; 
}
.copyright_text a{
	text-decoration:none;
	color:#666;
}

.layer_img .layer_img_title{
	color:#686868; 
	text-align:center; 
	font-size:40px;
}
.layer_img .layer_img_sub_title{
	color:#929292; 
	font-size:24px; 
	max-width:1000px; 
	margin:auto;
	margin-top:40px;
}
.layer_img .layer_img_sub_title .layer_img_sub_title_big{
	color:#686868; 
	font-size:36px; 
	margin-right:30px;
}
.layer_img .layer_img_content{
	color:#929292; 
	font-size:20px; 
	max-width:1000px; 
	margin:auto; 
	margin-top:30px; 
}
@media screen and (max-width:1200px){
	.about_contain .about_us .about_us_contain .about_us_contain_text{
		display:block;
		position:absolute;
		right:25%;
		top:0%;
		width:50%;
		text-align:right;
		color:#FFFFFF;
		font-size:14px;
		text-indent:32px;
	}
	.about_contain .about_us .about_us_contain .about_us_contain_text p{
		text-align:left;
	}
	.email_layout{
		float:none;
		width:600px;
		margin:auto;
		overflow:hidden;
		margin-bottom:10px;
	}
	.email_layout .left_text,.email_layout .right_input{
		float:none;
	}
	.email_layout .left_text{
		margin-right:20px;
	}
	.email_layout .right_input{
		min-width:400px;
	}
	#userEmail{
		background:url(../images/email_input.png);
		background-size:cover;
		 line-height:25px;
		 width:228px;
		 height:25px;
		 margin:0;
		 padding:0;
		 border:0; 
		 color:#fff;  
		 font-size:12px; 
		 padding-left:20px; 
		 vertical-align:middle;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #fff;  
	}
	
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #fff;
	}
	
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: #fff;
	}
	
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: #fff;
	}
	#saveEmail{
		background:url(../images/send_email_button11.png);
		background-size:cover;
		margin:0; 
		padding:0; 
		border:0;
		margin-left:-53px;
		width:53px;
		height:25px; 
		vertical-align:middle;
		 color:#FFF;
		 font-size:12px;
		 font-weight:bold;
	}
	.email_layout .left_text span{
		 font-size:16px; 
		 line-height:50px; 
		 vertical-align:middle; 
	}
	.other_icon{
		clear:both;
	}
	.other_icon img{
		 width:40px; 
		 margin:20px 20px 10px 20px;
	}
	.copyright_text{
		position:absolute;
		top:80%;
		 width:50%;
		 left:50%;
		 margin-left:-25%;
		 line-height:20px; 
		 font-size:12px;
		 color:#666; 
	}
	.about_contain .content_us div{
		top:10%;
		width:40%;
		font-size:14px;
	}
	.layer_img .layer_img_title{
		font-size:32px;
	}
	.layer_img .layer_img_sub_title{
		color:#929292; 
		font-size:16px; 
		max-width:1000px; 
		margin:auto;
		margin-top:40px;
	}
	.layer_img .layer_img_sub_title .layer_img_sub_title_big{
		color:#686868; 
		font-size:26px; 
		margin-right:30px;
	}
	.layer_img .layer_img_content{
		color:#929292; 
		font-size:16px; 
		max-width:1000px; 
		margin:auto; 
		margin-top:30px; 
	}
}

@media screen and (max-width:1060px){
	.title{
		background:#ffffff;
		overflow:hidden;
	}
	.title .title_layout{
		max-width:1200px;
		margin:auto;
		min-width:640px;
		overflow:hidden;
		position:relative;
	}
	.title .title_layout .logo_img{
		float:none;
		padding-left:0;
		margin:auto;
		width:150px;
		height:90px;
		padding-top:10px;
	}
	.title .title_layout .logo_img img{
		height:60px;
		margin-top:10px;
	}
	.title .title_layout .title_button_layout{
		position:absolute;
		right:10%;
		top:50%;
		margin-top:-18px;
		overflow:hidden;
		text-align:center;
		background-image:url(../images/nav_button_42_37.png);
		width:42px;
		height:36px;
	}
	.title .title_layout .title_button_layout a{
		display:none;
	}
	.title .title_layout .title_button_layout a:hover{
		background: url(../images/button_bg.png) no-repeat;
		background-size:contain;
		cursor:pointer;
		color:#000;
	}
	.title .title_layout .title_button_layout .select{
		background: url(../images/button_bg.png) no-repeat;
		background-size:contain;
		color:#000;
	}
	.about_contain{
		display:none;
	}
	.contain_phone{
		display:block;
	}
}