.container{
	padding:0;
}
/* 首页 start */
/* 轮播 start */
/* 轮播点 start */
.carousel-indicators li{
   width:18px ;
   height: 18px;
   border-radius: 50%;
   border: 1px solid rgba(0,0,0,0);
   position: relative;
   margin: 0 10px;
}
.carousel-indicators li span{
    display:inline-block;
    width: 7px;
    height: 7px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.carousel-indicators .active{
    border: 1px solid #d71518;
    width:19px ;
    height: 19px;
    border-radius: 50%;
    background: rgba(215,21,24,0);
    margin: 0;
}
.carousel-indicators .active span{
	background-color:#d71518;
}
/* 轮播点 end */
/* 轮播 end */
.home_pro{
	background:url(../images/home-bg1.jpg) center center no-repeat;
	background-size:cover;
}
.home_title{
	text-align:center;
	text-transform:uppercase;
}
.title_p1{
	font-size:60px;
	color:#dadada;
}
.title_xian{
	width:40px;
	height:2px;
	display:inline-block;
	background-color:#d71518;
	margin:-5px 0 5px;
}
.title_p2{
	font-size:30px;
	color:#333;
}
.pre_left{
	padding:0;
}
.pro_right{
	overflow:hidden;
	padding:0;
}
.pro_txt{
	padding:40px 27px 30px;
	background:#e32225 url(../images/home-bg3.png) right bottom no-repeat;
	position:relative;
}
.txt_icon{
	position:absolute;
	top:-8px;
	left:0;
	right:0;
	margin:auto;
}
.pro_tit{
	color:#fff;
	font-size:24px;
	text-align:center;
	white-space:nowrap; 
 	text-overflow:ellipsis; 
 	-o-text-overflow:ellipsis; 
 	overflow: hidden; 
}
.tit_xian{
	display:block;
	width:35px;
	height:3px;
	background-color:#fff;
	margin:15px auto;
}
.pro_list{
	font-size:16px;
	color:#fff;
	margin:33px 0;
	overflow : hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp:3;
 	-webkit-box-orient: vertical;
}
.pro_list i{
	margin-right:5px;
}
.pro_cp{
	position:relative;
	background-color: #ffffff;
	text-align: center;
}
.txt_lj{
	text-align:center;
}
.txt_lj a{
	display:inline-block;
	padding:8px 20px;
	background-color:#fff;
	font-size:18px;
	color:#e50e1d;
	border:1px solid #d71518;
}
.txt_lj a:hover{
	border:1px solid #fff;
	background:none;
	color:#fff;
}
.pro_con{
	overflow:hidden;
}
.pro_lists li:nth-of-type(1),.pro_lists li:nth-of-type(2){
	margin-top:0;
}
.pro_lists li{
	text-align:center;
	margin-top:15px;
}
.pro_lists li a{
	display:block;
	background-color:#fff;
	padding-bottom:20px;
}
.pro_lists li a i{
	display:block;
	position:relative;
}
.pro_lists li:hover .pro_span2{
	background-color:#d71518;
	color:#fff;
}
.pro_span1{
	padding:0 10px;
	color:#333;
	font-size:18px;
	display:block;
	font-weight:bold;
	margin:15px 0;
	width:100%;
	white-space:nowrap; 
 	text-overflow:ellipsis; 
 	-o-text-overflow:ellipsis; 
 	overflow: hidden; 
}
.pro_span2{
	display:inline-block;
	padding:8px 15px;
	background-color:#ebebeb;
	color:#333;
	font-size:16px;
}
.home_more{
	text-align:center;
	margin-top:60px;
}
.home_more a{
	display:inline-block;
	padding:10px 15px;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	background-color:#d71518;
	border:1px solid #fff;
}
.home_more a:hover{
	background:#fff;
	border:1px solid #d71518;
	color:#d71518;
}
.pro_lists li a i img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

/* 首页关于我们 */
.home_about{
	background:url(../images/home-bg2.jpg) left center no-repeat;
	background-size:cover;
}
.habout_l{
	padding-left:0;
	padding-right:35px;
}
.habout_t{
	font-size:60px;
	color:rgba(255,255,255,0.2);
	text-transform:uppercase;
}
.habout_t:after{
	content:'';
	width:35px;
	height:2px;
	display:block;
	background-color:#d71518;
	margin-bottom:15px;
}
.habout_p1{
	color:#fff;
	font-size:30px;
}
.habout_txt{
	color:rgba(255,255,255,0.8);
	font-size:16px;
	margin:20px 0;
	line-height:25px;
	overflow : hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp:4;
 	-webkit-box-orient: vertical;
}
.habout_a1{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	font-size:16px;
	border:1px solid #d71518;
	background-color:#d71518;
	text-transform:uppercase;
}
.habout_a1:hover{
	color:#d71518;
	border:1px solid #d71518;
	color:#d71518;
	background:none;
}
.home_case{
	background:url(../images/home-bg5.jpg) left center no-repeat;
	background-size:cover;
}
.hcase_bt{
	font-size:22px;
	color:#333;
	margin-bottom:10px;
	white-space:nowrap; 
 	text-overflow:ellipsis; 
 	-o-text-overflow:ellipsis; 
 	overflow: hidden; 
}
.hcase_div{
	color:#666;
	font-size:16px;
	overflow : hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
}
.hcase_div1{
	padding:15px;
	background-color:#eaeaea;
}
.hcase_pic{
	text-align:center;
	position:relative;
}
.hcase_txt{
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	padding-top:22%;
	display:none;
}
.hcase_tit{
	color:#fff;
	font-size:22px;
	padding:0 10px;
	white-space:nowrap; 
 	text-overflow:ellipsis; 
 	-o-text-overflow:ellipsis; 
 	overflow: hidden; 
}
.hcase_tit:after{
	content:'';
	display:block;
	width:35px;
	height:2px;
	background-color:#fff;
	margin:15px auto;
}
.hcase_more{
	font-size:16px;
	display:inline-block;
	padding:5px 20px;
	background-color:#d71518;
	color:#fff;
	text-transform:uppercase;
}
.hcase_list li:hover{
	box-shadow:0 0 10px #e5e5e5; 
}
.hcase_list li:hover .hcase_bt{
	color:#d71518;
}
.hcase_list li:hover .hcase_txt{
	display:block;
}
.hcase_more:hover{
	background:none;
	color:#d71518;
	border:1px solid #d71518;
}
.hnew_l,.hnew_r,.hnew_pic{padding:0;}
.hnew_pic{text-align:center;}

/*.hnew_l{*/

	/*padding-right:15px;*/
/*}*/
.hnew_l a{
	background-color:#f7f7f7;
}
.hnew_ll{
	display:block;
	overflow:hidden;
}
.hnew_txt{
	padding:30px 25px;
}
.hnew_tit{
	color:#333;
	font-size:26px;
}
.hnew_tit i{
	font-style:normal;
}
.hnew_tit span{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:3px;
	margin-left:10px;
	background-color:#cecece;
	font-size:22px;
	color:#fff;
	padding:0px 10px;
	border-radius:20px;
}
.hnew_p1{
	color:#333;
	font-size:20px;
	margin-top:35px;
	font-weight:bold;
	overflow : hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
}
.hnew_span{
	width:25px;
	height:2px;
	display:block;
	background-color:#d71518;
	margin:25px 0;
}
.hnew_p2{
	font-size:18px;
	color:#999;
	overflow : hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp:3;
 	-webkit-box-orient: vertical;
}
.hnew_list li{
	overflow:hidden;
	background-color:#f4f4f4;
}
.hnew_time{width:20%;
	/*float:left;*/
	vertical-align:middle;
	display:inline-block;
	color:#333;text-align:center;}
.hnew_new{width:78%;
	/*float:left;*/
	vertical-align:middle;
	display:inline-block;
}
.hnew_ps1{
	color:#333;
	font-size:20px;
	white-space:nowrap; 
 	text-overflow:ellipsis; 
 	-o-text-overflow:ellipsis; 
 	overflow: hidden; 
}
.hnew_ps2{
	color:#999;
	font-size:16px;
	margin-top:10px;
	overflow : hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
}
.hnew_time span{
	display:block;
	text-align:center;
}
.hnew_new{
	padding:0 20px;
	/*border-left:1px solid #dddddd;*/
}
.hnew_line{
	width:1px;
	height:35px;
	background-color:#ddd;
	display: inline-block;
	vertical-align:middle;
}
.hnew_list li:hover{
	background-color:#d71518;
}
.hnew_list li:hover .hnew_time{
	color:#fff;
}
.hnew_list li:hover .hnew_ps1{
	color:rgba(255,255,255,0.9);
}
.hnew_list li:hover .hnew_ps2{
	color:rgba(255,255,255,0.6);
}
.hnew_ll:hover .hnew_p1{
	color:#d71518;
}
.hnew_ll:hover .hnew_tit span{
	background-color:#d71518;
}
.hnew_time b{
	font-size:40px;
	font-weight:normal;
}
@media (min-width:200px) and (max-width:767px){
	.carousel-indicators{bottom:-8px;}
	.carousel-indicators .active{width:15px;height:15px;}
	.carousel-indicators li{margin:0;}
	.home_pro,.home_about,.home_case,.home_news{padding:20px 0;}
	.hnew_pic img{width:280px;}
	.title_p1{font-size:26px;}
	.title_p2{font-size:18px;}
	.pro_con,.hcase_list,.hnew_con{margin-top:20px;}
	.pro_lists li a i{width:100%;height:121.59px;}
	.pro_lists li:nth-of-type(odd){
		padding-left:10px;
		padding-right:5px;
	}
	.pro_lists li:nth-of-type(even){
		padding-left:5px;
		padding-right:10px;
	}
	.pro_txt{padding:15px;}
	.pro_list{margin:20px 0;}
	.txt_lj a{padding:5px 20px;font-size:16px;}
	.pro_lists li a{padding-bottom:15px;}
	.pro_span1{font-size:16px;}
	.pro_span1{margin:5px 0 10px;}
	.pro_span2{padding:5px 15px;}
	.home_more{margin-top:20px;}
	.home_more a{font-size:16px;}
	.pro_list{font-size:14px;}
	.pro_tit{font-size:22px;}
	.habout_l{padding:0 15px 15px;}
	.habout_txt{font-size:14px;margin:15px 0;line-height:20px;}
	.habout_t{font-size:44px;}
	.habout_p1{font-size:22px;}
	.habout_a1{padding:7px 15px;}
	.hcase_list li{margin-bottom:15px;}
	.hcase_div{font-size:14px;}
	.hcase_bt{font-size:20px;margin-bottom:5px;}
	.hcase_div1{padding:10px;}
	.hnew_list li{padding:10px 0;}
	.hnew_time b{font-size:28px;}
	.hnew_time span{font-size:16px;}
	.hnew_tit span{font-size:16px;}
	.hnew_txt{padding:15px;}
	.hnew_p1{margin-top:10px;font-size:18px;}
	.hnew_span{margin:10px 0;}
	.hnew_p2{font-size:16px;}
	.hnew_ps1{font-size:18px;}
	.hnew_ps2{font-size:14px;margin-top:5px;}
	.home_more a{padding:7px 15px;}
}
@media (min-width: 768px) {
	.home_pro,.home_about,.home_case,.home_news{padding:30px 0;}
	.pro_con,.hcase_list,.hnew_con{margin-top:40px;}
	.pro_lists li{padding-right:0;}
	.pro_cp{width:375px;height:192.25px;background-color: #ffffff}
	.pro_cp img{
		position: absolute;
 		top: 0;
 		left: 0;
 		right: 0;
 		bottom: 0;
 		margin: auto;
 		max-width: 100%;
 		max-height: 100%;
	}
	.pro_lists li a i{width:172.5px;height:109.25px;}
	.habout_pic{padding:0;}
	.habout_a1{padding:7px 15px;}
	.hcase_list li{padding:0;width:31.333333%;margin-right:25px;}
	.hcase_list li:nth-of-type(3n){margin-right:0;}
	.hcase_pic i{display:block;width:235px;height:163.47px;position:relative;}
	.hcase_pic i img,.hnew_pic img{
		position: absolute;
 		top: 0;
 		left: 0;
 		right: 0;
 		bottom: 0;
 		margin: auto;
 		max-width: 100%;
 		max-height: 100%;
	}
	/*.hnew_l{padding-right:30px;}*/
	.hnew_pic{position:relative;width:187.5px;height:225px;}
	
	.hnew_list{padding-left:25px;}
	.hnew_time b{font-size:32px;}
	.hnew_time span{font-size:20px;}
	.hnew_list{padding-left:25px;}
}
@media (min-width: 768px) and (max-width:991px){
	.title_p1{font-size:52px;}
	.title_p2{font-size:28px;}
	.home_more{margin-top:30px;}
	.pro_list{margin:29px 0;min-height:63px;}
	.pro_txt{padding:25px 27px 25px;}
	.habout_txt{font-size:14px;margin:15px 0;}
	.habout_t{font-size:44px;}
	.habout_p1{font-size:22px;}
	.hcase_list li{margin-right:22px;}
	.hcase_div{font-size:14px;}
	.hcase_bt{font-size:20px;margin-bottom:5px;}
	.hcase_div1{padding:10px;}
	.hcase_txt{padding-top:15%;}
	.hcase_tit{font-size:20px;}
	.hnew_ps1{font-size:16px;}
	.hnew_ps2{margin-top:3px;font-size:14px;}
	.hnew_time span{font-size:16px;}
	.hnew_txt{padding:10px 15px;}
	.hnew_tit{font-size:20px;}
	.hnew_tit span{font-size:14px;margin-left:0;}
	.hnew_span{margin:15px 0;}
	.hnew_p1{margin-top:15px;font-size:16px;}
	.hnew_p2{font-size:14px;}
	.hnew_list li{padding:5.5px 0;}
	.hnew_time b{font-size:30px;}
	.hnew_new{width:77%;}
}
@media (min-width: 992px) {
	.pro_cp{width:485px;height:248.64px;}
	.pro_lists li a i{width:227.5px;height:144.08px;}
	.hcase_pic i{width:303.92px;height:211.42px;}
	.hnew_pic{width:242.5px;height:291px;}
}
@media (min-width: 992px) and (max-width:1199px){
	.pro_list{margin:26px 0;min-height:63px;}
	.home_more{margin-top:30px;}
	.habout_t{font-size:50px;}
	.habout_p1{font-size:24px;}
	.habout_txt{font-size:14px;margin:15px 0;}
	.hcase_div{font-size:14px;}
	.hcase_bt{font-size:20px;}
	.hnew_ps1{font-size:18px;}
	.hnew_ps2{margin-top:5px;font-size:14px;}
	.hnew_p1{margin-top:21px;font-size:18px;}
	.hnew_p2{font-size:16px;}
	.hnew_list li{padding:12px 0;}
	.hnew_tit{font-size:24px;}
	.hnew_txt{padding:25px 20px;}
}
@media (min-width: 1200px) {
	.home_pro,.home_about,.home_case,.home_news{padding:60px 0;}
	.pro_con,.hcase_list,.hnew_con{margin-top:60px;}
	.pro_cp{width:100%;height:299.91px;}
	.pro_list{
		min-height:68px;
		margin:30px 0;
	}
	.pro_lists li a i{width:277.5px;height:175.75px;}
	.habout_a1{padding:10px 20px;}
	.hcase_pic i{width:366.59px;height:255.02px;}
	.hnew_pic{width:292.5px;height:351px;}
	.hnew_time b{font-size:38px;}
	.hnew_time span{font-size:20px;}
	.hnew_list li{padding:17.5px 0;}
	/*.hnew_ps2{min-height:40px;}*/
	.hcase_pic i{width:100%;height:320px;}
	.hnew_line{height:82px;}
}
@media (min-width: 1500px){
	.home_news .container,.home_pro .container,.home_case .container,.home_about .container,footer .container{
		width:1440px;
	}
	.hnew_pic{
		width:350px;
		height:420px;
	}
	.hnew_p1{
		line-height:33px;
	}
	.hnew_l{padding-left:15px;}
	.hnew_span{height:3px;}
	.hnew_p2{line-height:28px;}
	.pro_list{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		line-height: 30px;
	}
	.hnew_list li{padding:29px 0;}
	.hnew_ps2{margin-top:13px;
		/*min-height:40px*/
	}
	.pro_list{
		min-height:121px;
	}
	.pro_cp{height:360px;}
	.pro_lists li a i{height:232.5px;width:100%;}

}


/* 成功案例  start*/
.bread{background-color:#fff;}
.case_list{
	background-color:#f7f7f7;
}
.case_list .container{
	background-color:#fff;
}
.case_liss{
	margin-top:0px;
}
.pages{margin-bottom:40px;}
/* 关于我们 start */
.about_con{background-color:#fff;}
.about_gs{overflow:hidden;}
.gs_pic{text-align:center;}
.qyzz_list{overflow:hidden;}
.about_qyzz{
	background-color:#f7f7f7;
}
.qyzz_pic{
	position:relative;
}
.qyzz_pic i{
	display:block;
	position:relative;
	/*width:330px;*/
	height:420px;
}
.qyzz_pic i > img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	max-height:100%;
	max-width:100%;
}
.qyzz_div{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	/*padding-top:15%;*/
	background-color:rgba(0,0,0,.4);
	display:none;
}
.qyzz_spans{
	display:block;
	text-align:center;
	font-size:18px;
	color:#666;
	padding:15px 10px;
	white-space:nowrap; 
 	text-overflow:ellipsis; 
 	-o-text-overflow:ellipsis; 
 	overflow: hidden; 
}
.qyzz_list li{
	margin-bottom:10px;
}
.qyzz_list li:hover .qyzz_div,
.qyzz_list li.on .qyzz_div{
	padding-top:35%;
	transition:2s;
	display:block;
}
.qyzz_list li:hover .qyzz_spans,
.qyzz_list li.on .qyzz_spans{
	margin-top:-70%;
	color:#fff;
	position:relative;
	transition:1s;
}
.ck_tc{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	z-index:100;
	display:none;
}
.about_banner{
	background-color:#fff;
	border-radius:7px;
	overflow:hidden;
	width:35%;
	position:absolute;
	top:15%;
	left:0;
	right:0;
	margin:auto;
}
.about_close{
	display:block;
	text-align:right;
	padding:15px;
	cursor:pointer;
}
.tc_js{
	margin-top:25px;
	padding:20px;
	background-color:#f7f7f7;
}
.tc_span{
	display:inline-block;
	color:#333;
	font-size:26px;
	width:80%;
	white-space:nowrap; 
 	text-overflow:ellipsis; 
 	-o-text-overflow:ellipsis; 
 	overflow: hidden; 
}
.lb_index{
	display:inline-block;
	font-size:32px;
	float:right;
	margin-top:-10px;
	color:#666;
}
.lb_index b{
	font-weight:normal;
	font-size:40px;
	color:#333;
}
/* 关于我们 end */
@media (min-width: 200px) and (max-width:767px) {
   	.case_list{padding:20px 0;}
   	.pages{margin:25px 0;}
   	.about_gs{padding-bottom:20px;}
   	.gs_r{font-size:14px;margin-top:15px;}
   	.qyzz_spans{font-size:14px;padding:10px;}
   	.qyzz_list li:nth-of-type(odd){padding-right:5px;}
   	.qyzz_list li:nth-of-type(even){padding-left:5px;}
   	.tc_span{width:75%;}
	.qyzz_pic i{height:245.67px;}
}
@media (min-width: 200px) and (max-width:500px) {
	.qyzz_list li:hover .qyzz_spans{margin-top:-65%;}
	.qyzz_div img{width:45px;}
}
@media (min-width: 768px) {
	.case_list .container{padding-left:20px;padding-right:20px;}
 	.case_list{padding:40px 0;}
 	.case_pics i{width:222.45px;height:154.41px;}
 	.about_gs{padding-bottom:40px;}
 	.gs_pic{padding-left:0;}
 	.gs_r{font-size:14px;padding-right:0;}
 	/*.qyzz_pic{max-height:280px;}*/
 	.qyzz_list li{height:335px;}
 	.tc_span{width:70%;}
}
@media (min-width: 768px) and (max-width:991px) {
 	.pages{margin:25px 0;}
 	.hcase_list li{margin-right:20px;}
 	.gs_r{margin-top:20px;}
 	.qyzz_spans{font-size:14px;}
	.qyzz_pic i{height:300.28px;}
 	
}
@media (min-width: 992px) {
 	.case_pics i{width:291.39px;height:202.27px;}
 	/*.qyzz_pic{max-height:270.45px;}*/
 	.qyzz_list li{height:325.44px;}
	.qyzz_pic i{height:290px;}
}
@media (min-width: 1200px) {
  	.case_list .container{padding-left:30px;padding-right:30px;}
  	.case_pics i{width:347.8px;height:241.42px;}
  	.gs_r{font-size:16px;}
  	.qyzz_pic{
		/*max-height:334.08px;*/
		/*height:334.08px;*/
	}
  	.qyzz_list li{height:389.08px;}
  	.tc_span{width:80%;}
	.qyzz_pic i{height:360px}
}
@media (min-width: 1500px){
	.qyzz_pic i{height:420px}
}
/* 成功案例 end */

.bigTit{margin:0}