@charset "utf-8";
/* CSS Document */
.sub_ban{
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sub_wz{
	line-height: 56px;
	overflow: hidden;
	background: #f5f5f5;
}
.sub_wz .s_name{
	font-size: 16px;
	color: #666666;
	display: none;
}
.sub_wz .s_nav{
	font-size: 0;
}
.sub_wz .s_nav li{
	display: inline-block;
	vertical-align: top;
}
.sub_wz .s_nav li a{
	display:block;
	font-size: 16px;
	color: #666666;
	padding: 0 35px;
}
.sub_wz .s_nav li a:hover,.sub_wz .s_nav li a.on{
	background: #eb3d00;
	color: #fff;
}
.sub_wz .s_wz{
	color: #8a8a8a;
	padding-left: 32px;
	background: url(../images/s_wz.png) no-repeat left center;
}

/* 关于 */
.commm{
	padding: 30px 0 60px;
	overflow: hidden;
	line-height: 1.9;
	min-height: 250px;
}
.commm img{
	max-width: 100% !important;
	height: auto !important;
}
.s_about{
	padding-top: 40px;
}

.ry_com{
	position: relative;
	margin-bottom: 80px;
}
.ab_ry{
	overflow: hidden;
	position: relative;
}
.ab_ry .swiper-slide a{
	display: block;
	border: 1px solid #dcdcdc;
	height: 375px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ab_ry .swiper-slide p{
	font-size: 15px;
	padding-top: 12px;
	line-height: 1.4;
	text-align: center;
}
.ab_ry .swiper-slide img{
	max-width: 95%;
	max-width: 95%;
	object-fit: cover;
}
.ry_com .ry-prev,.ry_com .ry-next{
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	top: 186px;
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
}
.ry_com .ry-prev{
	background-image: url(../images/s_ry_l.png);
	left: -50px;
}
.ry_com .ry-next{
	background-image: url(../images/s_ry_r.png);
	right: -50px;
}
.ry_com .ry-prev:hover,.ry_com .ry-next:hover{
	background-color: rgba(0,0,0,0.2);
}

/* 发展历程 */
.fzlc_warp{
	background: url(../images/lc_bg.jpg) no-repeat center bottom;
	min-height: 830px;
	background-size: cover;
}
.fzlc_warp .fzlc_tt{
	padding-top: 50px;
	color: #161616;
	font-size: 26px;
	text-align: center;
}
.fzlc_warp .fzlc_com{
	padding-top: 45px;
	overflow: hidden;
}
.fzlc_warp .fzlc_com img{
	max-width: 100%;
}

/* 企业文化 */
.qywh_a{
	padding-top:45px;
}
.qywh_tt{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.qywh_alist{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 40px;
}
.qywh_alist li{
	float: left;
	width: 20%;
	padding: 14px 0;
}
.qywh_alist li .padd{
	height: 290px;
	border-right: 1px solid #e7e7e7;
	box-sizing: border-box;
	padding: 40px 20px;
	text-align: center;
}
.qywh_alist li:nth-child(5n) .padd{
	border-right: 0;
}
.qywh_alist li .ico{
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 50%;
	background-color: #f5f5f5;
	vertical-align: top;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.qywh_alist li .ico img{
	display: block;
	width: 100%;
}
.qywh_alist li .h3{
	font-size: 18px;
	font-weight: bold;
	padding: 22px 0 18px;
}
.qywh_alist li:hover .padd{
	background:#eb3d00;
	color: #fff;
}
.qywh_alist li:hover .ico{
	background: #fff;
	transform:rotate(360deg);
}
.qywh_b{
	width: 100%;
	height: 802px;
	background: url(../images/wh_img.jpg) no-repeat center center;
}


/* 服务 */
.s_tit{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 45px;
}

.ind_fuwu{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.ind_fuwu li{
	width: 322px;
	float: left;
	padding-right: 20px;
}
.ind_fuwu li:last-child{
	padding-right: 0;
}
.ind_fuwu li .img{
	position: relative;
	overflow: hidden;
	display: block;
}
.ind_fuwu li .img img{
	display: block;
	width: 100%;
	height: 446px;
	object-fit: cover;
}
.ind_fuwu li .hv{
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	bottom: 0;
	height: 66px;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.ind_fuwu li .hv .p{
	padding:0px 15px 5px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ind_fuwu li .hv .h3{
	line-height: 66px;
	font-size: 22px;
}
.ind_fuwu li a:hover .hv{
	height: 185px;
	background: #fff;
	color: #666;
}
.ind_fuwu li a:hover .hv .h3{
	color: #212121;
}
.ind_fuwu li a:hover .hv span{
	color: #ec0002;
}

.fw_tit{
	text-align: center;
	padding-bottom: 35px;
}
.fw_tit .h3{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}
.fw_tit .h3::after{
	width: 46px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -23px;
	bottom: 0;
	content: '';
	background: #eb3d00;
}
.fw_tit .p{
	font-size: 15px;
	line-height: 1.9;
	padding: 16px 30px 0;
}
.fw_list{
	overflow: hidden;
}
.fw_list li{
	float: left;
	width: 315px;
	padding-right: 30px;
	text-align: center;
}
.fw_list li .img{
	width: 100%;
	height: 238px;
	overflow: hidden;
}
.fw_list li .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.fw_list li:last-child{
	padding-right: 0;
}
.fw_list li .h3{
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}
.fw_list li .p{
	padding: 10px 20px 0;
}

.fuwu_a{
	padding: 50px 0;
}
.fuwu_b{
	background: #f7f7f7;
	padding: 45px 0 65px;
}
.fuwu_blist{
	overflow: hidden;
}
.fuwu_blist li{
	width: 430px;
}
.fuwu_c{
	padding: 40px 0 50px;
}
.fuwu_clist li{
	width: 430px;
}

/* 新闻 */

.new_com{
	padding-top: 10px;
	padding-bottom: 50px;
}
.new_a{
	padding: 35px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}
.new_a .new_aimg{
	width: 476px;
	overflow: hidden;
	display: block;
}
.new_a .new_aimg img{
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}
.new_a .new_ar{
	width: 810px;
}
.new_a .new_ar .h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.new_a .new_ar .p{
	padding: 28px 0;
	color: #666666;
	line-height: 1.9;
}
.new_a .new_ar .m{
	width: 125px;
	line-height: 38px;
	display: block;
	background: #eb3d00;
	text-align: center;
	color: #fff;
}
.new_a .new_ar .m:hover{
	width: 150px;
}
.new_list{
	overflow: hidden;
	padding-bottom: 40px;
}
.new_list li{
	padding: 35px 0;
	border-bottom: 1px solid #dcdcdc;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.new_list li .new_l{
	float: left;
	width: 1042px;
	overflow: hidden;
}
.new_list li .new_l .h3{
	font-size: 20px;
	padding-bottom: 5px;
	line-height: 1.4;
}
.new_list li .new_l .span{
	color: #666;
}
.new_list li .new_l .p{
	color: #666666;
	line-height: 1.9;
	padding-top: 20px;
}
.new_list li .new_r{
	display: block;
	width: 200px;
	float: right;
}
.new_list li .new_r img{
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.new_list li:hover{
	padding-left: 30px;
	padding-right: 30px;
	background: #f5f5f5;
}
.new_list li:hover .h3 a{
	color:#eb3d00;
}

/* 案例 */
.anli_pad{
	padding-bottom: 45px;
}
.anli_list{
	padding: 40px 0 10px;
	overflow: hidden;
}
.anli_list li{
	float: left;
	width: 425px;
	padding-right: 35px;
	padding-bottom: 35px;
}
.anli_list li:nth-child(3n){
	padding-right: 0;
}
.anli_list li .img{
	overflow: hidden;
}
.anli_list li .img img{
	height: 300px;
	object-fit: cover;
	display: block;
	width: 100%;
}
.anli_list li .p{
	line-height: 65px;
	background: #f6f6f6;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.anli_list li:hover .p{
	background: #eb3d00;
	color: #fff;
}

/* 新闻详情 */
.art_newcom{
	padding: 50px 0 60px;
}
.art_newl{
	float: left;
	width: 922px;
}
.art_newr{
	float: right;
	width: 336px;
}
.art_ntt{
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	border-bottom: 1px dashed #999;
	padding-bottom: 15px;
}
.art_ntm{
	color: #666666;
	padding: 15px 0 12px;
}
.art_nbody{
	overflow: hidden;
	padding: 10px 0;
	line-height: 1.9;
}
.art_nbody img{
	max-width: 100% !important;
	height: auto !important;
}
.tj_new{
	overflow: hidden;
}
.tj_new .img{
	display: block;
	overflow: hidden;
	position: relative;
	height: 252px;
	width: 100%;
}
.tj_new .img img{
	width: 100%;
	display: block;
	height: 252px;
	object-fit: cover;
}
.tj_new .img p{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	box-sizing: border-box;
	line-height: 30px;
	padding: 8px 12px;
	color: #fff;
}
.xg_tt{
	line-height: 1.4;
	padding-top: 30px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	font-size: 18px;
}
.xg_tt span{
	font-weight: lighter;
	color: #999999;
	font-size: 32px;
}
.xg_list{
	padding-bottom: 10px;
}
.xg_list li{
	padding: 15px 0;
	border-bottom: 1px dashed #aaa;
}
.xg_list li h3{
	font-size: 16px;
}
.xg_list li p{
	color: #666;
	padding-top: 5px;
}
.xg_list li:last-child{
	border-bottom: 0;
}
.art_pn{
	padding-top: 20px;
	border-top: 1px solid #dedede;
	color: #ec0002;
}
.art_pn p{
	padding: 6px 0;
}
.art_pn p a{
	font-weight: normal;
	color: #666;
}
.art_pn p a:hover{
	color:#eb3d00;
}
.art_fh{
	padding-top: 6%;
}
.art_fh a{
	line-height: 38px;
	padding: 0 50px;
	border-radius: 30px;
	color: #fff;
	background: #d02525;
	display: inline-block;
}
.art_fh a:hover{
	padding: 0 70px;
}
/* 招聘 */
.job_pad{
	padding-bottom: 60px;
}
.job_com{
	min-height: 30px;
	padding: 40px 0;
}
.job_list{
	padding-bottom: 20px;
}
.job_list .job_li{
	padding-bottom: 20px;
}
.job_list .job_li .job_tt{
	line-height: 56px;
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	background: #f5f5f5;
	cursor: pointer;
}
.job_list .job_li .job_tt .h3{
	font-size: 18px;
}
.job_list .job_li .job_tt .job_tr{
	position: relative;
	padding-right: 56px;
}
.job_list .job_li .job_tt .job_tr .i{
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50px;
	background: url(../images/job_ico.png) no-repeat center center #eb3d00;
	right: 0;
	top: 50%;
	margin-top: -13px;
}
.job_list .job_li .job_tt.on{
	background: #eb3d00;
	color: #fff;
}
.job_list .job_li .job_tt.on .job_tr .i{
	background-color: #fff;
	background-image: url(../images/job_ico_hv.png);
}
.job_list .job_li .job_down{
	padding: 30px 0;
	display: none;
}
.job_list .job_li .job_bd{
	line-height: 1.9;
	padding-bottom: 20px;
}
.job_list .job_li .job_cont{
	padding-bottom: 20px;
	line-height: 2.2;
}
.job_list .job_li .job_sq .a{
	line-height: 32px;
	display: inline-block;
	padding: 0 30px;
	background: #eb3d00;
	color: #fff;
}
.job_list .job_li .job_sq .a:hover{
	padding: 0 40px;
}

/* 联系 */
.cont_com{
	padding: 50px 0;
}
.cont_com .cont_w{
	float: left;
	width: 640px;
	line-height: 1.9;
	overflow: hidden;
}
.cont_com .cont_w img{
	max-width: 100% !important;
	height: auto !important;
}
.cont_com .cont_map{
	width: 645px;
	float: right;
	height: 386px;
}



/* 分页 */
.pages{
	text-align: center;
}
.pages ul{
	font-size: 0;
}
.pages ul li{
	font-size: 12px;
	padding: 0 4px;
	display: inline-block;
	vertical-align: top;
}
.pages ul li a{
	display: block;
	line-height: 24px;
	border: 1px solid #cccccc;
	padding: 0 7px;
	cursor: pointer;
}
.pages ul li a.on{
	background: #fb1616;
	color: #fff;
	border-color: #fb1616;
}
.pages ul li a:hover{
	border-color: #fb1616;
}