@charset "utf-8";
/* CSS Document */

*{ border-box; box-sizing: border-box; }
/* fullSlide */
@media (min-width:1367px) {
.banner13{ display:none;}
.fullSlide{width:100%;position:relative;height:580px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:580px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:580px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:5px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#E5003D;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:48px;height:48px;background:url(/style/images/arrrleft.png) no-repeat;cursor:pointer;}
.fullSlide .next{left:auto;right:5%;background:url(/style/images/arrright.png) no-repeat;}
}


@media (max-width:1366px) {
.banner{ display:none;}
.fullSlide{width:100%;position:relative;height:400px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:400px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:400px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#E5003D;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:40px;height:60px;background:url(/style/images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:5%;background-position:-6px -137px;}
}


.index-text{width:1200px; margin:0 auto; margin-top:100px;}
.index-h1{font-size:38px; color:#232222; text-align:center;}
.index-h2{font-size:24px;color:#232222; margin-top:55px; line-height:40px; text-align:center;}

/*首页案例欣赏*/
.index-case{ width:100%; margin:0 auto; height:1600px; background:#F6F6F6; overflow:hidden; padding-top:20px; overflow:hidden;}
.index-case-content{ width:1180px; padding:10px; margin:0 auto; margin-top:5px; background:#FFF; padding-top:10px;}
.index-case-item{ width:560px; height:320px; float:left; margin-top:30px; margin-left:40px; cursor:pointer; }
.index-case-item img{width:560px; height:254px;}
.index-case-item p{ font-size:14px; color:#6C6869; margin-top:15px;}
.index-case-item h1{ font-size:24px; color:#2B2524; margin-top:10px;}
.index-case-item span{ display:block; margin-top:5px;}



.index-case-cow{ width:1160px;margin:0 auto; height:30px; margin-top:60px;}
.index-case-cow a{ font-size:18px; color:#4C4D4F; float:right; margin-left:20px; }
.index-case-cow a:hover{ font-size:18px; color:#E5003D; float:right; margin-left:20px; }

.case-more{ width:1200px; height:110px; margin:0 auto; overflow:hidden; margin-top:30px;}
.case-more a{ display:block; width:200px; height:60px; line-height:60px; border:1px solid #908C8A; margin:0 auto; text-align:center; margin-top:30px; font-size:16px;}

/*首页行业分类*/
.index-ins{
		background:#ffffff;
		width:100%;
		padding-top:0px;
		padding-bottom:0px;
		height:auto;
		margin-top:30px;
}
.index-ins-list{
		width:1200px;
		margin:0 auto;	
}
.index-ins-item{
		width:190px;
		height:450px;
		padding-top:30px;
		float:left;
		margin-left:15px;
		cursor:pointer;
}
.index-ins-item:hover p{ color:#EA094B;}
.index-ins-item h1{ font-size:22px; color:#392a24; text-align:left;}
.index-ins-item span{ font-size:14px; color:#ea094b; text-align:left; display:block; margin-top:5px;}
.index-ins-item p{ text-align:left; color:#7e7e7e; font-size:14px; line-height:35px; margin-top:20px;}
	
/*首页新闻*/
.index-news{ width:1200px; margin:0 auto; margin-top:60px; margin-bottom:60px;}
.index-news-item{ float:left; width:300px; margin-left:130px;}
.index-news-item p{ font-size:18px; color:#000; margin-bottom:20px;}
.index-news-item a{ display:block; height:40px; font-size:12px;}
.index-news-item a.news-more{ color:#E7123E;}


