*{
	padding:0;
	margin:0;
	font-family:微软雅黑;
	border:none;
	}
img,a{
	border:none;
	}

@font-face
{
font-family: myFirstFont;
src: url('../font/Museo100-Regular.otf')
}
@font-face
{
font-family: newfont;
src: url('../font/Helvetica Condensed.ttf')
}
	

.work_list { width:100%; overflow:hidden; margin-bottom:20px;}	
.work_list .service { width:25%; float:left; box-sizing: border-box; margin-bottom:20px;} 
.work_list ul {padding-left:20px; }
.work_list h3 { color:#e50012; margin-bottom:20px;}
.work_list li { line-height:28px;} 

.content .list .pic_cc .red { color:#e50012; display:inline-block; font-size:15px}
.content .zp_content .zp_title .red { color:#e50012; display:inline-block;font-size:15px}



.line { border-bottom:1px dotted #333333; padding-bottom:20px;}
.header{
	background:#F8F8F8;
	padding:0px 40px 30px;
/*	min-width:1200px;*/
	}
/*导航*/	
.he_na{
	overflow:hidden;
	float:right;
	margin-top:45px;
	margin-right:53px;

	}
.he_na ul{
	list-style:none;
	}
.he_na ul li{
	float:left;
	margin-right:22px;
	font-size:14px; text-align:center;
	height:20px; overflow:hidden
	}
.he_na ul li a{ display:block;line-height: 20px;    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;}
.he_na ul li a:hover { color:#e50012} 
/*导航*/
	
.hide{
	display:none;
	}
.head_nav{
	position:fixed;
	background:#e50012;
	width:160px;
	padding:30px;
	height:100%;
	top:0;
	right:-220px;
	z-index:1;
	}
.head_nav ul li{
	list-style:none;
	border-bottom:1px solid #000;
	text-align:center;
	}
.head_nav ul li.last{
	border-bottom:none;
	}
.head_nav ul li a{
	color:#000;
	line-height:30px;
	font-size:14px;
	display:block;
	}
.head_nav ul li:hover a{
	color:white;
	}
.head_nav ul li.active a{
	color:white;
	}
.header_main{
	overflow:hidden;
	}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	color:black;
	}
.float_le{
	float:left;
	}
.float_ri{
	float:right;
	}
.header_left{
	float:left;
	width:920px;
	padding-top:20px;
	}
.header_top{
	height:100px;
	position:relative;
	overflow:hidden;
	}
.header_top h3{
	font-size:35px;
	color:#000000;
	font-family:-webkit-pictograph;
	display:inline;
	line-height:100px;
	float:left;
	margin-top:30px;
	}
.header_top h3 span{
	margin:0 5px;
	}
.header_top i{
	display:inline-block;
	width:22px;
	height:18px;
	background:url(../images/san.png) no-repeat;
	float:right;
	margin-top:45px;
	cursor:pointer;
	right:0;
	}
.header_top .close{
	position: fixed;
	right:0;
	z-index:9999;
	}
.header_top .close a{
	display:block;
	height:100%;
	}	

.header_left a{
	font-size:18px;
	color:#B3B3B3;
	line-height:24px;
	font-family:myFirstFont;
	display:block;
	}
.header_left a.more{
	font-size:12px;
	color:#676B73;
	float:left;
	display:inline;
	margin-left:20px;
	}
.header_left .tempWrap{
	float:left;
	display:inline-block;
	}

.he_new{
	color:#676B73;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
	line-height:24px;
	height:24px;
	}
.he_new .news{
	float:left;
	margin-right:20px;
	}
.he_new ul{
	display:inline-block;
	float:left;
	list-style:none;
	width:360px;
	}
.he_new ul li a{
	font-size:15px;
	display:block;
	overflow:hidden;
	}
.he_new ul li span{
	float:left;
	}
.he_new ul li small{
	float:right;
	font-size:14px;
	}
.header_left strong{
	font-size:18px;
	font-family:'宋体', Arial, Helvetica, sans-serif;
	color:#333;
	}
.header_right{
	float:right;
	text-align:right;
	}
.header_right img{
	display:block;
	margin-bottom:5px;

	}
.header_right a{
	font-size:12px;
	color:#CECECE;
	float:right;
	}
.header_right p{
	font-size:20px;
	color:#727272;
	clear:both;
	font-family:微软雅黑;
	
	}
.header_right p i{
	display:inline-block;
	width:36px;
	height:36px;
	background:url(../images/tel.png) no-repeat;
	margin-right:5px;
	vertical-align:middle;
	}
.main{
	/*min-width:1200px;*/
	}
.main_nav{
	text-align:center;
	overflow:hidden;
	}
.main .nav{
	list-style:none;
	overflow:hidden;
	margin:30px auto;
	display:inline-block;
	text-align:center;
	width:auto;
	}
.main .nav li{
	
	height:31px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:5px;
	text-align:center;
	float:left;
	}
.main .nav li a{
	height:29px;
	padding:0 40px;
	line-height:31px;
	border:1px solid #D3D3D3;
	color:#8e8e8e;
	display:block;
	font-size:13px;  -webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;transition:all 0.3s ease-in;
	}
.main .nav li.active a,.main .nav li:hover a{
    background:#e50012;
	color:#FFF;
	border:1px solid #e50012;
	}
.content{
/*	min-width:1200px;*/
	overflow:hidden;
	}
.content .list{
	width:20%;
	float:left;
	 background:url(../images/aa.jpg) no-repeat left top;
	  background-size:100% 100%;
/*	height:274px;*/
	overflow:hidden;
	float:left;
	}
.content .list.bg2{
	background:#F2F2F2;
	}
.content .list:hover{
	background:white;
	}
.content .list .pic_img{
	/*min-height:171px;
	height:171px;*/
	overflow:hidden;
	}
.content .list img{
	width:100%;
/*	height:171px;*/
	}
.content .list .pic_cc{
	padding:15px;
	min-height:73px;
	}
.content .list .pic_cc span{
	font-size:12px;
	color:#9A9A9A;
	line-height:20px;
	
	}
.content .list .pic_cc p{
	font-size:13px;
	color:#6B6B6B;
	line-height:18px;
	font-weight:bold;
	line-height:20px;
	height:40px;
	}
.content .list .pic_cc small{
	font-size:12px;
	line-height:20px;
	color:#C8C8C8;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	
	}
	
.footer{
	height:64px;
	line-height:64px;
	padding:0 15px;
	margin-top:70px;
	}
.footer_main{
	border-top:1px solid #E3E3E3;
	font-size:12px;
	color:#666;
	text-align:center;
	}
.footer_main small{
	float:right;
}
	.footer_main a {color:#666;}
	
	
	
	/*service*/
	
	
.main_nav .servic_nav{
		border:none;
		}

.main_nav .servic_nav li{
        border:none;
		width:104px;
	 }	
.main_nav .servic_nav li a{
	    font-size:17px;
		line-height:20px;
	}
.main_nav .servic_nav li.line a{
	   color:#929292;
	}
.main_nav .servic_nav li.se_nav_r a{
	padding-right:10px;
	}
.main_nav .servic_nav li.se_nav_r a{
       border-right:2px solid #A1A1A1;
	}
.main_nav .servic_nav li:hover a{
	background:white;
	color:#D3D3D3;
	}
	
.fw_list{
	overflow:hidden;
	background:#F6F6F6;
	}
.fw_c{
	width:50%;
	}
.fw_c img{
	width:100%;
	display:block;
	}

.fw_js{
	width:44%;
	height:100%;
	padding-right:3%;
	padding-left:3%;
	}
.fw_js h1{
	font-size:50px;
	font-weight:100;
	line-height:130px;
	font-family:myFirstFont;
	}	
.fw_js h4{
	font-size:20px;
	font-weight:100;
	line-height:60px;
	color:#CECECE;
	border-bottom:1px solid #CECECE;
	margin-top:20px;
	margin-bottom:10px;
	}
.fw_js p{
	font-size:16px;
	color:#000;
	line-height:30px;
	}
.fw_js .kj{
	margin-top:50px;}
	
	/*service*/
	
	
	/*服务内容*/
	.fw_C{
		overflow:hidden;
		background:#F6F6F6;
		}
	.fw_C_le{
		width:50%;
		min-height:668px;
		}
	.fw_C_le img{
		width:100%;
		}	
	.fw_C_ri{
		width:44%;
		padding-left:3%;
		padding-right:3%;
		}
	.fw_C_ri h2{
		font-size:52px;
		color:#B3B3B3;
		font-weight:100;
		line-height:130px;
		font-family:myFirstFont;
		margin-bottom:50px;
		}
	.fw_C_ri h5{
		font-size:17px;
		color:#CFCFCF;
		line-height:35px;
		font-weight:100;
		}
	.fw_C_ri .dream{
		font-size:19px;
		color:#D3D3D3;
		line-height:20px;
		font-weight:100;
		font-family:myFirstFont;
		}
		.fw_C_ri .dream_main{
			margin-top:20px;
			}
		.fw_c_xize{
			font-family:微软雅黑;
			margin-top:55px;
			}
.fw_c_xize h3{
	font-size:20px;
	color:#BDBDBD;
	font-weight:100;
	line-height:50px;
	border-bottom:1px solid #BDBDBD;
	margin-bottom:20px;
	

	}
.fw_c_xize p{
	font-size:12px;
	color:#666;
	line-height:23px;
	}
	
	
	
	
	
	/*服务内容*/
	
	
	/*CONTACT*/
	
	.main_nav strong{
		line-height:80px;
		font-size:25px;
		color:#e50012
		}
		.contact .fw_js h1{
			margin-top:40px;
			line-height:66px;
			}
			.contact .fw_js h4{
				font-size:18px;}
				.contact .fw_js span{
					font-size:14px;
					color:#000;
					}
					.contact .fw_js p{
						line-height:30px;}
.co_qq{
	position:relative;}
.co_qq .qq_jt{
	position:absolute;
	overflow:hidden;
	display:block;
	right:0;
	top:30px;
	}
.co_qq img{
	width:77px;
	height:22px;
	}
.contact .contact_center{
	text-align:center;}
.contact .contact_center h1{
	font-size:28px;
	margin-top:20px;
	}
.contact .contact_center p{
	line-height:28px;
	}
.contact .contact_center ul{
	overflow:hidden;
	border:1px solid #787878;
	display:inline-block;
	list-style:none;
	margin-top:15px;
	}
.contact .contact_center ul li{
	float:left;
	padding:0 12px;
	height:30px;
	line-height:30px;
	}
.contact .contact_center ul li a{
	border-right:1px solid #787878;
	padding-right:24px;
	color:#979797;}
.contact .contact_center ul li.nor a{
	border-right:none;}
.contact .tb {
	margin-top:20px;}
.contact .tb a {
	margin-right:5px;}
.contact .tb a img{
	width:30px;
	height:30px;
	}
	/*CONTACT*/
	
	
	
	
/*作品详情*/
.zp_header{
	background:white;}
.zp_header .header_top i{
	background:url(../images/ca.png) no-repeat;
	width:51px;
	height:51px;
	}
.header_top .tip{
	float:right;
	display:ininline-block;
	margin-top:45px;
	font-size:14px;
	margin-right:10px;
	}
.zp_content{
	min-width:750px;
	width:750px;
	margin:0 auto;
	}
.zp_c{
	position:relative;
	}
.zp_c a{
	display:block;
	height:47px;
	}
.zp_c .prev{
	display:block;
	width:34px;
	height:47px;
	background:url(../images/prev.png) no-repeat;
	position:fixed;;
	left:40px;
	top:313px;
	cursor:pointer;
	}
.zp_c .next{
	display:block;
	width:34px;
	height:47px;
	background:url(../images/next.png) no-repeat;
	position:fixed;
	right:40px;
	top:313px;
	cursor:pointer;
	}
.zp_title{
	overflow:hidden;
	}
.zp_titile_left{
	width:340px;
	float:left;
	}
.zp_titile_left p{
	font-size:12px;}
.zp_titile_left h5{
	font-size:25px;
	line-height:40px;
	}
.zp_titile_right{
	width:400px;
	float:right;
	}
.zp_titile_right p{
	margin-bottom:20px;
	font-size:12px;
	}
.zp_main{
	margin-top:40px;
	position:relative;
	min-height:400px;
	padding-bottom:80px;
	}
.zp_main a{
	display:inline;
	height:auto;
	}
.zp_main img{
	width:100%;
	margin-bottom:20px;
	}
.zp_main .scroll_top{
	display:block;
	width:47px;
	height:34px;
	background:url(../images/top.png) no-repeat;
	margin:30px auto;
	cursor:pointer;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-23px;
	}
.zp_list{
	overflow:hidden;
	}
.zp_list .list a{
	height:inherit;
	}
.zp_contact{
	padding-top:50px;
	text-align:center;
	}
.zp_contact h3{
	font-size:23px;
	
	}
.zp_contact .arey{
	font-size:24px;
	color:#363636;
	margin-bottom:25px;
	
	}
.zp_contact span{
	display:block;
	color:#898989;
	font-size:19px;
	
	}
/*作品详情*/

/*about*/
.bannerbox{
	position:relative;
	overflow:hidden;
	width:100%;
	}
	.banner img{
		width:100%;
		}
.about{
	width:1200px;
	margin:30px auto;
	}
.about p{
	font-size:16px;
	color:#333;
	line-height:28px;
	margin-bottom:30px;
	}
.dream p {}	
.mode p {}	
.mode .red { display:inline-block; padding-right:10px;}	
.img img{ width:100%; display:block;}
.about h2{ color:#d61518; font-weight:normal; margin-bottom:30px; line-height:1.5; padding:0 20px}
.about .hd h4 {color:#fff; font-size:16px; margin-bottom:30px; font-weight:normal}
.about .hd h3 {color:#fff; font-size:24px; margin-bottom:0px; font-weight:normal}
.plan .hd h4 { float:right;font-size:24px;margin-bottom:0px;}
.plan .hd h3 { float:left;font-size:24px;margin-bottom:0px;}
/*about*/
.box_top { font-style:italic; font-size:18px; line-height:1.5; margin-bottom:10px;}
.font_normal .box_top{ font-style: normal}
.core1 {background:url(../images/core-01.png) no-repeat 120px  center; background-size:contain;}
.core2 {background:url(../images/core-02.png) no-repeat 120px  center; background-size:contain;}
.core3 {background:url(../images/core-03.png) no-repeat 120px  center; background-size:contain;}
.text_box{ font-style: normal}

.text_box .hd { width:100%; box-sizing:border-box; overflow:hidden; background-color:#d61518; padding:10px 20px; margin-bottom:30px; }

.text_box .shenqing{ width: auto; display:inline-block; border-radius:10px;}
.shenqing a { color:#FFF}
.sq_btn img { width:200px;}
.red { display:block; color:#d61518;}
.plan .red { display:inline-block}
/*misk*/
.misk{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	position:fixed;
	top:0;
	left:0;
	display:none;
	}
/*misk*/
.pc_img{ display:block}
.wap_img{ display: none}

.teamlist { padding-top:50px;}
.teamlist .team_img { margin-bottom:30px;}
.teamlist .team_img img { width:300px;}
.team_line { border-bottom:1px dashed #999999; padding-bottom:20px;margin-bottom:20px;}
.team_name { color:#d61518; font-size:20px; font-weight:bold; margin-bottom:30px;}
.team_name span{ font-size:18px; font-weight:normal}
.teamlist p { margin-bottom:0;}
.team_ft { width:100%;height:40px; margin-top:50px;background:url(../images/team_line.jpg) no-repeat left center; }
@media only screen and (min-width: 1200px) {
	.content .list .pic_img{
		min-height:188px;
		}
	}




@media only screen and (max-width: 1200px) {
	.header_left{
		width:60%;
		}
	.fw_js h1{
		font-size:40px;
		}
	 .fw_js h1{
		 line-height:90px;}
	  .fw_js h4{
		  font-size:16px;
		  line-height:35px;
		  }
	  .fw_list{
		  min-height:inherit;
		  max-height:inherit;
		  }
		  .content .list .pic_img{
			  min-height:150px;
			  }
		  
		  /*联系*/
		  .contact .fw_js h1{
			  margin-top:15px;
			  }
			 .contact .fw_js h4{
				 font-size:14px;
				 line-height:26px;
				 }
			  
			/*联系*/
			
			/*服务内容*/
			.fw_C_ri h2{
				margin-bottom:0;
				font-size:38px;
				line-height:80px;
				}
			.fw_C_ri h5{
				font-size:15px;
				line-height:23px;
				}
			.fw_C_ri .dream_main{
				margin-top:5px;
				}
				.fw_C_ri .dream{
					font-size:16px;
					}
				.fw_c_xize{
					margin-top:10px;
					}
				.fw_C_le{
					min-height:inherit;
					}
			
			
			/*服务内容*/
			
			/*关于我们*/
			
				.about{
					width:inherit;
					padding:0 15px;
					}
			
			/*关于我们*/
			
			.content .list .pic_img{
				min-height:inherit;
				/*height:135px;*/
				}
			
     
	
	}

@media only screen and (max-width: 1150px) {
	.fw_js h1{
		margin-top:15px;
		line-height:50px;
		}
	.fw_js h4{
		margin-top:15px;
		}
	.fw_js p{
		line-height:21px;
		}
		.content .list .pic_img{
			min-height:144px;
			}
	}
@media only screen and (max-width: 1100px) {
     .fw_C_le{
		 float:none;
		 width:inherit;
		 }	
		.float_ri{
			float:none;
			width:inherit;
			}
		.fw_c_xize{
			padding-bottom:10px;
			}
		
	
}
	
	
@media only screen and (max-width: 960px) {
	.header_top img { }
	.work_list .service { width:100%;} 

	  .content .list{
		  width:25%;
		  }
	  .fw_c{
		  width:auto;
		  float:none;
		  margin-bottom:20px;
		  }
		 .fw_js .kj{
			 margin-top:17px;
			 }
			 .footer_main small{
			float:none;
			}
	
		.footer_main{
			padding-top:5px;
			text-align:center;
			line-height:25px;
			}
		.footer{
			line-height:18px;
			margin-top:33px;
			}
			
			 /*关于我们*/
		
			 
			  /*关于我们*/
			  
			  /*作品详情*/
			  .zp_content{
				  width:inherit;
				  min-width:inherit;
				  }
				 .zp_title{
					 padding:0 15px;
					 }
					 .zp_titile_left{
						 float:none;
						 width:inherit;
						 }
						 .zp_titile_right{ 
						 float:none;
						 width:inherit;
						 margin-top:20px;
						 }
			  
			   /*作品详情*/ 
			   
			   .he_new ul{
				   width:330px;
				   }
				  .header_left a.more{
					  margin-left:0;
					  }
					  .content .list .pic_img{
		min-height:103px;
		}
			.content .list .pic_cc span{
		text-overflow:ellipsis; display:block;
		white-space:nowrap;
		overflow:hidden;
		}   
			  
		.box_25  { display:none}
     
	
	}
	
	
@media only screen and (max-width: 640px) {
	.text_box .hd  { width:100%; box-sizing:border-box; display:block}
	.pc_img{ display: none}
.wap_img{ display:block}

	.main .nav li a { padding:0}
	.content .list .pic_img{
		min-height:103px;
		}
	.content .list .pic_cc span{
		text-overflow:ellipsis; display:block;
		white-space:nowrap;
		overflow:hidden;
		}
	  .content .list{
		  width:50%;
		  }
		.content .list .pic_cc{
			padding:10px;
			}
		.header{
			padding:0px 15px 30px;
			}
		.header_left{
			padding-top:0;
			width:inherit;
			}
		.header_left a{
			font-size:15px;
			}
		.header_left strong{
			font-size:13px;
			}
		.header_right{
			float:left;
			margin-top:18px;
			}
	
		.main .nav{
			width:100%;
			}
		.main .nav li{
			width:30%;
			margin-left:1%;
			margin-right:1%;
			margin-bottom:5px;
			}
			.header_right p{
				font-size:15px;
				}
			.fw_js h1{
				font-size:24px;
				}
			.fw_js h4{
				margin-top:0;
				}
			.header_top h3{
				display: inline-block;
				line-height:40px;
				margin-top:20px;
				float:none;
				}
			
			/*联系我们*/
			
			.contact .contact_center ul li a{
				font-size:12px;
				padding-right:13px;
				}
			.contact .contact_center h1{
				font-size:21px;
				}
				.about p{
					line-height:26px;
					font-size:15px;
					}
				
			
			/*联系我们*/
			
			/*服务内容*/
			.fw_C_ri h2{
				font-size:30px;
				line-height:56px;
				}
			.fw_c_xize h3{
				font-size:16px;
				line-height:40px;
				}
			.main_nav .servic_nav{
				width:inherit;}
			.main_nav .servic_nav li{
				width:inherit;
				margin-left:6px;
				margin-right:inherit;
				}
			/*服务内容*/
			
			/*作品详情*/
			.zp_contact h3{
				font-size:18px;
				}
			.zp_contact .arey{
				font-size:20px;
				line-height:28px;
				}
			.zp_contact span{
				font-size:14px;
				line-height:22px;
				}
			/*作品详情*/
			
		.he_new ul{
			width:inherit;
			}
		.he_new ul li a{
			font-size:13px;
			}
		.he_new ul li small{
			margin-left:13px;
			}
		.header_left a.more{
			float:right;
			}
			
			.content .list .pic_cc p{
				font-size:0.7rem;
				height:3.5rem;
				}
			
		.footer_main span { display:block;}	
.core1 {background:url(../images/core-01.png) no-repeat center right; background-size:contain;}
.core2 {background:url(../images/core-02.png) no-repeat center right; background-size:contain;}
.core3 {background:url(../images/core-03.png) no-repeat center right; background-size:contain;}
.about .hd h4 { font-size:14px; margin-bottom:20px;}
.about .hd h3 { font-size:18px;}

.plan .hd h3,.plan .hd h4 {font-size:18px;margin-bottom:0px;}
.teamlist .team_img img { width:50%;}
.sq_btn img { width:170px;}
.teamlist { padding-top:30px;}
.team_ft {margin-top:30px;background: url(../images/team_line.jpg) no-repeat  left center; background-size:contain}
	}	
	
	
	
	
	
	
	
	
	
	
	
