@charset "utf-8";
/* CSS Document */

/*媒体查询——公共类别*/
.nav_bg{ background:#fff; margin-top:0px;}
.nav{ margin:0 auto; overflow:hidden; background:#fff; font-size:0;}
.nav div{ float:left; margin-top:10px;}
.nav .mun_pc{ float:left; font-size:16px;}
.nav .mun_pc li{ float:left; padding-top:30px; text-align:center; margin-top:0; height:46px;}
.nav .mun_pc .Activation{ border-bottom:2px solid #1f9cd6; background-color:#eaeaea;}
.nav .mun_pc .Activation a{ color:#1f9cd6;}
.nav .mun_pc li a:hover{ color:#1f9cd6}
.nav .mun_yd{ display:none;}

/* 粤icp超链接样式 */
.f_bootom a{
	color: #333;
}
.f_bootom a:hover{
	color: #333 !important;
}
/*banner*/
.swipe{width:100%;height:100%;overflow:hidden;position:relative;}
.swipe ul{
		-webkit-transition:left 800ms ease-in 0;
		-moz-transition:left 800ms ease-in 0;
		-o-transition:left 800ms ease-in 0;
		-ms-transition:left 800ms ease-in 0;
		transition:left 800ms ease-in 0;	}
.swipe #pagenavi{position:absolute;left:0;bottom:10px;text-align:center;width:100%;}
.swipe #pagenavi a{width:14px;height:14px;line-height:99em;background:#999;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 4px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.swipe #pagenavi a.active{background:#e9e9e9;}
	
/*公司新闻-图片新闻*/
.index_content{ margin:20px auto 0; overflow:hidden;}	
	
/*bottom*/	
	.f_bootom_bg{ background:#8a8a8a;}
	.f_bootom_bg .f_bootom{color:#cacaca; margin:0 auto; padding:5px 0; overflow:hidden;}
	.f_bootom_bg .f_bootom .logo{ width:120px; float:left; }
	.f_bootom_bg .f_bootom .icp{ float:left; font-size:12px; margin-left:20px; line-height:19px;}
	
	
/*图片切换*/		
	/*
 * Swiper 2.7.0

 * www.sucaijiayuan.com
*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}


/********************************************************************************默认样式***********************************************************************/
/*导航内容*/
	.nav{ width:1200px;}
	.nav div{width:350px; }
	.nav .mun_pc{ display:block; width:850px;}
	.nav .mun_pc li{ width:88px; margin-left:13px; margin-right:14px;}
	.nav .mun_yd{ display:none;}
	


	
	
	/*foot*/
	.foot_bg .foot{ width:1200px; overflow:hidden; }
	.foot_bg .foot .map{ width:730px;}
	.foot_bg .foot .map dl{ width:145px; }
	.foot_bg .foot .map dl img{ display:block; margin-bottom:20px;}
	.foot_bg .foot .Contact{ width:425px;  padding-left:40px; }
	.foot_bg .foot .Contact .sys{ width:200px; }
	.foot_bg .foot .Contact .phone{ width:220px;}
	
	/*bottom*/
	.f_bootom_bg .f_bootom{ width:1200px;}	



/******************************************************************1000px宽度************************************************************************/

    .box_top{height:24px; font-size:0; background-color:#1f9cd6;}
	.box_top .to_content{ width:1000px; margin:0 auto; color:#fff;}	
	.box_top .to_content .left{ width:300px; float:left;}
	.box_top .to_content .left ul li{ float:left; margin-right:10px;}
	.box_top .to_content .right{ width:185px; text-align:right; float:right; font-size:14px; line-height:24px; background:url(../images/index_cz_004.gif) no-repeat; padding-left:24px;}
	.top_nav_2,.top_nav_3{position:relative; left:0; top:0}
    .top_nav_ma{ background:#fff; padding:2px; border:1px #ccc solid; position:absolute; left:0; top:24px; z-index:999; display:none}
	.top_nav_E{ background:#fff; padding:5px 10px 10px; border:1px #ccc solid; width:150px; position:absolute; left:0; top:24px; z-index:999; display:none; color:#333; font-size:14px;}
	/*导航内容*/
	.nav{ width:1000px;}
	.nav div{width:250px; }
	.nav .mun_pc{ display:block; width:750px;}
	.nav .mun_pc li{ width:80px; margin-left:13px; margin-right:14px;}
	.nav .mun_yd{ display:none;}
	

		.index_content{ width:1000px; margin:19px auto 0;}
		.index_content .cont_newstu{ width:238px; float:left;}
		.index_content .cont_newstu h2{ background:url(../images/index_cz_010.gif) no-repeat; height:22px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
		.index_content .cont_newstu img{ margin-top:15px; width:240px; height:110px;}
		.index_content .cont_newstit{ width:360px; float:left; margin:37px 0 0 20px;}
		.index_content .cont_newstit h3{ font-size:14px; font-weight:normal; color:#1f9cd6; padding-bottom:16px; margin-bottom:10px;}
		.index_content .cont_newstit h3 a{color:#1f9cd6; display:block; float:left; width:285px; font-weight:bold;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
		.index_content .cont_newstit h3 span{ float:right;  color:#c7c7c7;}
		.index_content .cont_newstit p{ line-height:24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; color:#9f9f9f;}
	    .index_content .cont_newslie{ width:360px; float:right; margin-top:37px;}
		.index_content .cont_newslie ul{ list-style:none; padding:0;}
		.index_content .cont_newslie ul li{ background:url(../images/index_cz_011.gif) no-repeat 0 center; padding-left:20px; line-height:29px; height:29px;  overflow:hidden; }
		.index_content .cont_newslie ul li a{display:block; font-size:12px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#8a8a8a;  padding-right:75px;}
		.index_content .cont_newslie ul li span{ display:block; float:right; font-size:12px; margin-top:-28px;  color:#c7c7c7;}
	    .index_content .cont_newslie ul li a:hover{ color:#1f9cd6;}
	
	
	#inner{position:relative;overflow:hidden;margin:26px auto 0; width:1200px; display:none;}
	.swiper-container{ height:204px;}
	   .index_jiejue{ width:1000px; margin:26px auto 18px; background:url(../images/index_cz_010.gif) no-repeat; height:22px; margin-bottom:10px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
	   .wrap{ width:1000px; margin:0 auto; position:relative;}
	   .wrap .tabs{ position:absolute; bottom:0; left:45%; z-index:999;}
	   .wrap .tabs a{  float:left; width:12px; height:12px; display:block; margin-left:10px; border-radius:100%; background-color:#c1c1c1;   text-align:center;text-decoration:none;}
       
       .wrap .tabs a.active{ background-color:#1f9cd6;}
       .content-slide{ width:100%; margin:auto; }
        .content-slide ul{ overflow:hidden; margin-left:-16px;}
		.content-slide ul li{ width:238px; height:168px; float:left; margin-left:16px; position:relative;}
		.content-slide ul li .zhezhao{ width:238px; height:38px; line-height:38px; background-color:#dbdbdb; color:#1f9cd6; margin-left:0; font-size:16px; text-align:center; cursor:pointer; position:absolute; left:0; bottom:0;}
        .content-slide ul li .zhezhao a{ display:block;}
		.content-slide ul li .zhezhao a:hover{ height:38px; background-color:#1f9cd6; color:#fff; font-size:16px;}
		.idx-focus{margin:10px auto 0 auto; display:none;}

	    /* 行业动态 */
	   .index_doing{ width:1000px; margin:0 auto 0;}
	   .index_doing .title{  background:url(../images/index_cz_010.gif) no-repeat; height:22px; margin-bottom:18px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
       .index_doing .doing_content{ width:998px; margin:0 auto; border:1px solid #d9d9d9; background-color:#fff; overflow:hidden;}
	   .index_doing .doing_content .left{ width:290px; float:left; margin:9px 0;}
	   .index_doing .doing_content .left h2{ color:#1f9cd6; font-weight:normal; padding:11px 0 10px 20px; font-size:12px;}
	   .index_doing .doing_content .left h2 a{ color:#1f9cd6; font-weight:bold;}
	   .index_doing .doing_content .left p{ padding-left:20px; padding-right:18px; color:#8a8a8a; line-height:24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
	   .index_doing .doing_content .left p a{ color:#1f9cd6;}
	   .index_doing .doing_content .middle{ width:326px; float:left; margin:9px 0; border-left:1px dashed #d9d9d9;}
	   .index_doing .doing_content .middle ul{ list-style:none; padding:0; margin-left:23px;}
	   .index_doing .doing_content .middle ul li{ background:url(../images/index_cz_011.gif) no-repeat 0 center; padding-left:20px; line-height:29px; height:29px;  overflow:hidden; }
	 
	   .index_doing .doing_content .middle ul li a{display:block; font-size:12px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#8a8a8a;  padding-right:15px;}
	   .index_doing .doing_content .middle ul li a:hover{ color:#1f9cd6;}
	   .index_doing .doing_content .middle ul .on{ color:#1f9cd6;}
	   .index_doing .doing_content .middle1{ width:380px; float:right; margin:9px 0; border-left:1px dashed #d9d9d9;}

	


	
	/*foot*/
	.foot_bg .foot{ width:1000px; overflow:hidden; }
	.foot_bg .foot .map{ width:630px;}
	.foot_bg .foot .map dl{ width:125px; }
	.foot_bg .foot .Contact{ width:320px; margin-left:0;  }
	.foot_bg .foot .Contact .sys{ width:120px; float:left; line-height:30px; text-align:center; color:#484848 }
	.foot_bg .foot .Contact .phone{ width:190px; float:left; margin-top:30px; line-height:24px; color:#dadada; margin-left:10px;}
	
	/*bottom*/
	.f_bootom_bg .f_bootom{ width:1000px;}	
	

/******************************************************************1200px宽度************************************************************************/
	@media(min-width: 1580px) {
	.box_top{ background-color:#1f9cd6; }
	.box_top .to_content{ width:1200px; margin:0 auto; color:#fff;}	
	.box_top .to_content .left{ width:300px; float:left;}
	.box_top .to_content .left ul li{ float:left; margin-right:10px;}
	.box_top .to_content .right{  float:right; font-size:14px; line-height:24px; background:url(../images/index_cz_004.gif) no-repeat; padding-left:24px;}
		
	/*导航内容*/
	.nav{ width:1200px;}
	.nav div{width:350px; }
	.nav .mun_pc{ display:block; width:850px;}
	.nav .mun_pc li{ width:88px; margin-left:13px; margin-right:14px;}
	.nav .mun_yd{ display:none;}
	

		
		.index_content{ width:1200px; margin:19px auto 0;}
		.index_content .cont_newstu{ width:238px; float:left;}
		.index_content .cont_newstu h2{ background:url(../images/index_cz_010.gif) no-repeat; height:22px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
		.index_content .cont_newstu img{ margin-top:15px;}
		.index_content .cont_newstit{ width:460px; float:left; margin:37px 0 0 20px;}
		.index_content .cont_newstit h3{ font-size:14px; font-weight:normal; color:#1f9cd6; padding-bottom:16px;}
		.index_content .cont_newstit h3 span{ float:right;  color:#c7c7c7;}
		.index_content .cont_newstit p{ line-height:24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; color:#9f9f9f;}
	    .index_content .cont_newslie{ width:460px; float:right; margin-top:37px;}
		.index_content .cont_newslie ul{ list-style:none; padding:0;}
		.index_content .cont_newslie ul li{ background:url(../images/index_cz_011.gif) no-repeat 0 center; padding-left:20px; line-height:29px; height:29px;  overflow:hidden; }
		.index_content .cont_newslie ul li a{display:block; font-size:12px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#333;  padding-right:75px;}
		.index_content .cont_newslie ul li span{ display:block; float:right; font-size:12px; margin-top:-28px;  color:#c7c7c7;}
	    .index_content .cont_newslie ul li a:hover{ color:#1f9cd6;}
	
	
	    #inner{position:relative;overflow:hidden;margin:26px auto 0; width:1400px; display:none;}
	   .swiper-container{ height:235px;}
	   .index_jiejue{ width:1200px; margin:26px auto 18px; background:url(../images/index_cz_010.gif) no-repeat; height:22px; margin-bottom:18px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
	   .wrap{ width:1200px; margin:0 auto; position:relative;}
	   .wrap .tabs{  position:absolute; bottom:0; left:45%; z-index:999;}
	   .wrap .tabs a{  float:left; width:12px; height:12px; display:block; margin-left:10px; border-radius:100%; background-color:#c1c1c1;   text-align:center;text-decoration:none;}
       
       .wrap .tabs a.active{ background-color:#1f9cd6;}
       .content-slide{ width:100%; margin:auto; overflow:hidden;}
       .content-slide ul{ overflow:hidden; margin-left:-16px;}
	   .content-slide ul li{ width:288px; height:205px; float:left;  position:relative;}
	   .content-slide ul li .zhezhao{ width:288px; height:38px; line-height:38px; background-color:#dbdbdb; color:#1f9cd6; margin-left:0; font-size:16px; text-align:center; cursor:pointer; position:absolute; left:0; bottom:0;}
	   .content-slide ul li .zhezhao:hover{ height:38px; background-color:#1f9cd6; color:#fff; font-size:16px;}
        
		.idx-focus{margin:10px auto 0 auto; display:none;}
	
	    /* 行业动态 */
	   .index_doing{ width:1200px; margin:0 auto 0;}
	   .index_doing .title{  background:url(../images/index_cz_010.gif) no-repeat; height:22px; margin-bottom:18px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
       .index_doing .doing_content{ width:1198px; margin:0 auto; border:1px solid #d9d9d9; background-color:#fff; overflow:hidden;}
	   .index_doing .doing_content .left{ width:350px; float:left; margin:9px 0;}
	   .index_doing .doing_content .left h2{ color:#1f9cd6; font-weight:normal; padding:11px 0 16px 28px; font-size:12px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;}
	   .index_doing .doing_content .left h2 a{color:#1f9cd6; }
	   .index_doing .doing_content .left p{ padding-left:20px; padding-right:18px; color:#c1c1c1; line-height:22px; overflow:hidden; font-size:12px; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
	   .index_doing .doing_content .left p a{ color:#1f9cd6;}
	   .index_doing .doing_content .middle{ width:386px; float:left; margin:9px 0; border-left:1px dashed #d9d9d9;}
	   .index_doing .doing_content .middle ul{ list-style:none; padding:0; margin-left:23px;}
	   .index_doing .doing_content .middle ul li{ background:url(../images/index_cz_011.gif) no-repeat 0 center; padding-left:20px; line-height:29px; height:29px;  overflow:hidden; }
	 
	   .index_doing .doing_content .middle ul li a{display:block; font-size:12px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#8a8a8a;  padding-right:15px;}
	   .index_doing .doing_content .middle ul li a:hover{ color:#1f9cd6;}
	   .index_doing .doing_content .middle ul .on{ color:#1f9cd6;}
	   .index_doing .doing_content .middle1{ width:460px; float:right; margin:9px 0; border-left:1px dashed #d9d9d9;}



	/*foot*/
	.foot_bg .foot{ width:1200px; overflow:hidden; }
	.foot_bg .foot .map{ width:730px;}
	.foot_bg .foot .map dl{ width:145px; }
	.foot_bg .foot .Contact{ width:425px;  padding-left:40px; }
	.foot_bg .foot .Contact .sys{ width:160px;}
	.foot_bg .foot .Contact .phone{ width:220px;}
	
	/*bottom*/
	.f_bootom_bg .f_bootom{ width:1200px;}	
	
	

		

}
	






/******************************************************************320px宽度************************************************************************/
	@media (min-width:641px) and (max-width:999px) {
	body{ margin:0 10px;}
	.box_top{ background-color:#1f9cd6;}
	.box_top .to_content{  margin:0 auto; color:#fff; width:100%;}	
	.box_top .to_content .left{ width:300px; float:left; display:none}
	.box_top .to_content .left ul li{ float:left; margin-right:10px;}
	.box_top .to_content .right{ float:right; font-size:14px; line-height:24px; background:url(../images/index_cz_004.gif) no-repeat; padding-left:24px;padding-right:10px;}
		
	/*导航内容*/
	.nav{ width:100%; height:60px;}
	.nav div{width:150px; }
	.nav div img{ width:150px;}
	.nav .mun_pc{ display:none;}
	.nav .mun_yd{ display:block; width:25px; height:25px; float:right; margin:20px 10px 0 0;}
	.nav .mun_yd #mun_yd_main{ width:25px; height:25px;}
	.nav .mun_yd #mun_yd_sub{ width:100%; position:absolute; top:80px; left:0; z-index:999; display:none; background:#fff; line-height:28px; padding:0 10px; }
	.nav .mun_yd #mun_yd_sub li{ padding-left:10px; text-align:center; font-size:14px;}
	.nav .mun_yd #mun_yd_sub li a{ display:block;}

		
		.index_content{ width:100%; margin:19px auto 0;}
		.index_content .cont_newstu{ width:100%; display:none;}
		.index_content .cont_newstu h2{ background:url(../images/index_cz_010.gif) no-repeat; height:22px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
		.index_content .cont_newstu img{ margin-top:15px; width:100%; height:auto;}
		.index_content .cont_newstit{ width:100%; margin:16px 0 0 0;}
		.index_content .cont_newstit h3{ font-size:14px; font-weight:normal; color:#1f9cd6; padding-bottom:16px;}
		.index_content .cont_newstit h3 span{ float:right;  color:#c7c7c7;}
		.index_content .cont_newstit p{ line-height:24px; overflow:hidden; font-style:12px; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; color:#9f9f9f;}
	    .index_content .cont_newslie{ width:100%; margin-top:16px;}
		.index_content .cont_newslie ul{ list-style:none; padding:0;}
		.index_content .cont_newslie ul li{ background:url(../images/index_cz_011.gif) no-repeat 0 center; padding-left:20px; line-height:29px; height:29px;  overflow:hidden; }
		.index_content .cont_newslie ul li a{display:block; font-size:12px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#8a8a8a;  padding-right:75px;}
		.index_content .cont_newslie ul li span{ display:block; float:right; font-size:12px; margin-top:-28px;  color:#c7c7c7;}
	    .index_content .cont_newslie ul li a:hover{ color:#1f9cd6;}
	
	
	    /* 图片轮播inner */
       #inner{position:relative;overflow:hidden;margin:26px auto 0; width:100%; display:block;}
       #carousel{ width:640px; margin:0 auto}
	   #carousel div{width:238px;height:169px;float:left; position:relative; margin-right:16px;}
       #carousel div .zhezhao{ height:38px; line-height:38px; background-color:#dbdbdb; color:#1f9cd6; margin-left:0; font-size:16px; text-align:center; cursor:pointer; position:absolute; left:0; bottom:0;}
	   #carousel div .zhezhao a{ display:block;}
	   #carousel div .zhezhao a:hover{ color:#fff;}
	   #carousel div .zhezhao:hover{ height:38px; background-color:#1f9cd6; color:#fff; font-size:16px;}
       #pager{text-align:center;margin-top:20px;color:#666;}
     
       #pager a.selected{background-color:#333;color:#ccc;}
       #prev, #next{display:block;width:50px;height:80px;margin-top:-40px; position:absolute;top:50%;z-index:2;}
       #prev{background:url( ../images/ui-prev.png ) no-repeat;left:50%; top:104px; margin-left:-276px; background-size:25px;}
       #next{background:url( ../images/ui-next.png ) no-repeat;right:50%;top:104px; margin-right:-331px; background-size:25px;}
	   
	   .idx-focus{margin:10px auto 0 auto; display:none;}
	   
	   .index_jiejue{ width:100%;  margin:26px auto 18px; background:url(../images/index_cz_010.gif) no-repeat; height:22px; margin-bottom:18px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
	   .wrap{ width:640px; margin:0 auto; position:relative; display:none;}
	


         
	    /* 行业动态 */
	   .index_doing{ width:100%; margin:30px auto 0;}
	   .index_doing .title{  background:url(../images/index_cz_010.gif) no-repeat; height:22px; margin-bottom:18px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
       .index_doing .doing_content{  margin:0 auto; border:1px solid #d9d9d9; background-color:#fff; overflow:hidden; width:100%;}
	   .index_doing .doing_content .left{ width:100%; margin:9px 0;}
	   .index_doing .doing_content .left h2{ color:#1f9cd6; font-weight:normal; padding:11px 0 10px 20px; font-size:12px;}
	   .index_doing .doing_content .left p{ padding-left:20px; padding-right:18px; color:#c1c1c1; line-height:24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
	   .index_doing .doing_content .left p a{ color:#1f9cd6;}
	   .index_doing .doing_content .middle{ width:100%; margin:9px 0; border:none; }
	   .index_doing .doing_content .middle ul{ list-style:none; padding:0; margin-left:23px;}
	   .index_doing .doing_content .middle ul li{ background:url(../images/index_cz_011.gif) no-repeat 0 center; padding-left:20px; line-height:29px; height:29px;  overflow:hidden; }
	 
	   .index_doing .doing_content .middle ul li a{display:block; font-size:12px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#8a8a8a;  padding-right:15px;}
	   .index_doing .doing_content .middle ul li a:hover{ color:#1f9cd6;}
	   .index_doing .doing_content .middle ul .on{ color:#1f9cd6;}
	   .index_doing .doing_content .middle1{ width:380px; float:right; margin:9px 0; border-left:1px dashed #d9d9d9; display:none;}

	
		

@media (min-width:640px) {
	.index_scheme ul li{ width:50%;}
	.index_scheme ul li:nth-child(3){ display: block;}
	.index_scheme ul li:nth-child(4){ display: block;}
}


	/*foot*/
	.foot_bg .foot{ width:100%; overflow:hidden; }
	.foot_bg .foot .Contact{ margin-top:10px;}
	.foot_bg .foot .map{ width:0; display:none;}
	.foot_bg .foot .Contact{ width:100%; margin-left:10px;  }
	.foot_bg .foot .Contact .sys{ width:120px; float:left; line-height:30px; text-align:center;}
	.foot_bg .foot .Contact .phone{ width:190px; float:left; margin-top:30px; line-height:24px; color:#dadada; margin-left:10px;}
	
	/*bottom*/
	.f_bootom_bg .f_bootom{ width:100%;}	
	.f_bootom_bg .f_bootom .logo img{ display:none}
	

}


@media (min-width:320px) and (max-width:640px) {
	body{ margin:0 10px;}
	.box_top{ background-color:#1f9cd6;}
	.box_top .to_content{  margin:0 auto; color:#fff; width:100%;}	
	.box_top .to_content .left{ width:300px; float:left; display:none;}
	.box_top .to_content .left ul li{ float:left; margin-right:10px;}
	.box_top .to_content .right{  float:right; font-size:14px; line-height:24px; background:url(../images/index_cz_004.gif) no-repeat; padding-left:24px; padding-right:10px;}
		
	/*导航内容*/
	.nav{ width:100%; height:60px;}
	.nav div{width:150px; }
	.nav div img{ width:150px;}
	.nav .mun_pc{ display:none;}
	.nav .mun_yd{ display:block; width:25px; height:25px; float:right; margin:20px 10px 0 0;}
	.nav .mun_yd #mun_yd_main{ width:25px; height:25px;}
	.nav .mun_yd #mun_yd_sub{ width:100%; position:absolute; top:80px; left:0; z-index:999; display:none; background:#fff; line-height:28px; padding:0 10px; }
	.nav .mun_yd #mun_yd_sub li{ padding-left:10px; text-align:center; font-size:14px;}
	.nav .mun_yd #mun_yd_sub li a{ display:block;}
	
		
		.index_content{ width:100%; margin:19px auto 0;}
		.index_content .cont_newstu{ width:100%; display:none;}
		.index_content .cont_newstu h2{ background:url(../images/index_cz_010.gif) no-repeat; height:22px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
		.index_content .cont_newstu img{ margin-top:15px; width:100%; height:auto;}
		.index_content .cont_newstit{ width:100%; margin:10px 0 0 0;}
		.index_content .cont_newstit h3{ font-size:14px; font-weight:normal; color:#1f9cd6; padding-bottom:16px;}
		.index_content .cont_newstit h3 span{ float:right;  color:#c7c7c7;}
		.index_content .cont_newstit p{ line-height:24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; color:#9f9f9f;}
	    .index_content .cont_newslie{ width:100%; margin-top:16px;}
		.index_content .cont_newslie ul{ list-style:none; padding:0;}
		.index_content .cont_newslie ul li{ background:url(../images/index_cz_011.gif) no-repeat 0 center; padding-left:20px; line-height:29px; height:29px;  overflow:hidden; }
		.index_content .cont_newslie ul li a{display:block; font-size:12px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#8a8a8a;  padding-right:75px;}
		.index_content .cont_newslie ul li span{ display:block; float:right; font-size:12px; margin-top:-28px;  color:#c7c7c7;}
	    .index_content .cont_newslie ul li a:hover{ color:#1f9cd6;}
	
	
	    /* 图片轮播inner */
       #inner{position:relative;overflow:hidden;margin:26px auto 0; width:100%; display:none;}

	   	/* 焦点图 */
	.idx-focus{margin:10px auto 0 auto; display:block;}
	.idx-focus,.focus-pic li{width:288px;height:205px;position:relative;overflow:hidden;}
	.idx-foc-tmp{ height:205px;}
	.focus-pic li{float:left; width:288px; position:relative;}
	.focus-pic li img{width:288px;height:205px;}
    .focus-pic .zhezhao{ width:288px; height:38px; line-height:38px; background-color:#dbdbdb; color:#1f9cd6; margin-left:0; font-size:16px; text-align:center; cursor:pointer; position:absolute; left:0; bottom:0;}
	.focus-pic .zhezhao a{ display:block;}
	.focus-pic .zhezhao a:hover{ color:#fff;}
	.focus-pic .zhezhao:hover{ height:38px; background-color:#1f9cd6; color:#fff; font-size:16px;}

	   .index_jiejue{ width:100%;  margin:26px auto 18px; background:url(../images/index_cz_010.gif) no-repeat; height:22px; margin-bottom:18px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
	   .wrap{ width:640px; margin:0 auto; position:relative; display:none;}
	  



         
	    /* 行业动态 */
	   .index_doing{ width:100%; margin:30px auto 0;}
	   .index_doing .title{  background:url(../images/index_cz_010.gif) no-repeat; height:22px; margin-bottom:18px; line-height:22px; padding-left:10px; font-size:20px; font-weight:normal; color:#1f9cd6;}
       .index_doing .doing_content{ margin:0 auto; border:1px solid #d9d9d9; background-color:#fff; overflow:hidden; width:100%;}
	   .index_doing .doing_content .left{ width:100%; margin:9px 0;}
	   .index_doing .doing_content .left h2{ color:#1f9cd6; font-weight:normal; padding:11px 0 16px 20px; font-size:12px;}
	   .index_doing .doing_content .left p{ padding-left:20px; padding-right:18px; color:#c1c1c1; line-height:22px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
	   .index_doing .doing_content .left p a{ color:#1f9cd6;}
	   .index_doing .doing_content .middle{ width:100%; margin:9px 0; }
	   .index_doing .doing_content .middle ul{ list-style:none; padding:0; margin-left:23px;}
	   .index_doing .doing_content .middle ul li{ background:url(../images/index_cz_011.gif) no-repeat 0 center; padding-left:20px; line-height:29px; height:29px;  overflow:hidden; }
	 
	   .index_doing .doing_content .middle ul li a{display:block; font-size:12px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color:#8a8a8a;  padding-right:15px;}
	   .index_doing .doing_content .middle ul li a:hover{ color:#1f9cd6;}
	   .index_doing .doing_content .middle ul .on{ color:#1f9cd6;}
	   .index_doing .doing_content .middle1{ width:380px; float:right; margin:9px 0; border-left:1px dashed #d9d9d9; display:none;}


	.foot_bg .foot{ width:100%; overflow:hidden; }
	.foot_bg .foot .Contact{}
	.foot_bg .foot .map{ width:0; display:none;}
	.foot_bg .foot .Contact{ width:100%; margin-left:0; padding-left:0;  }
	.foot_bg .foot .Contact .sys{ float:left; line-height:30px; text-align:center; margin-left:10px;}
	.foot_bg .foot .Contact .phone{ float:left; margin-top:5px; line-height:24px; color:#dadada; margin-left:10px; color:#484848; margin-top:25px;}
	
	/*bottom*/
	.f_bootom_bg .f_bootom{ width:100%;}	
	.f_bootom_bg .f_bootom .logo img{ display:none}
		
	
}
	@media (max-width:360px) {
	.foot_bg .foot .Contact{ width:100%; margin-left:0;  }
	.foot_bg .foot .Contact .sys{ width:100%; text-align:center;margin-left:0px;}	
	.foot_bg .foot .Contact .phone{ width:100%; text-align:center; margin-left:0; margin-top:10px;}	
	.f_bootom_bg .f_bootom .icp{ margin-left:0; text-align:center; width:100%;}
	.f_bootom_bg .f_bootom .icp span{ display:none;}
	

}
