@charset "UTF-8";
/* ========== 吉成产业新增 start ========== */
.jccyBox{
	padding: 65px 0 86px;
}
.jccyBox .wrap{width: 1200px;}
.jccyTitle{
	font-size: 30px;
	color: #333333;
	text-align: center;
	line-height: 40px;
}
.jccyCon{
	padding: 40px 0 5.5208%;
}
.jccyCon .info{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.jccyCon .info .pic::before{
	padding-top:56.5089% ;
}

.jccyCon .info img{
	max-width: 100%;
}
.jccyTitle2{
	padding: 15px 0;
	border-bottom: 1px solid rgba(51, 51, 51,0.1);
	margin-bottom: 30px;
}
.jccyTitle2 .title{
	line-height: 30px;
	font-size: 16px;
	color: #333333;
}
.jccySlick {position: relative;padding: 0 0 58px;}
.jccySlick .slick-dots {position: absolute;bottom: 0px;left: 0;width: 100%;font-size: 0;}
.jccySlick .slick-dots li {display: inline-block;width: 10px;height: 10px;border-radius: 100%;margin: 0 4px;vertical-align: middle;cursor: pointer;background: #c61b1e;}
.jccySlick .slick-dots li.slick-active {width: 45px;border-radius: 5px;}
.jccySlick .bd {overflow: hidden;margin:-10px;}
.jccySlick .slick-list {overflow: visible;}
.jccySlick .myslide {float: left;display: inline;}
.jccySlick .slickCon {display: block;margin:10px;transition: all 0.4s;-webkit-transition: all 0.4s;}
.jccySlick .slickCon .pic::before{
	padding-top: 56.4103%;
}
.jccySlick .slickCon .textC{
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 3;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
	overflow: hidden;
}
.jccySlick .slickCon .textC .more{
	display: inline-block;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	border: 1px solid rgb(244, 244, 244);
	background: url(../images/djzt/more2h.png) no-repeat center center;
	background-size: 24px 8px;
}
.jccySlick .slickCon:hover .textC{
	height: 100%;
}
.jccySlick .slickCon .text{
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/djzt/textBg.png) no-repeat;
	background-size: cover;
	z-index: 3;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	overflow: hidden;
}

.jccySlick .slickCon:hover .text{
	bottom: -100%;
}
.jccySlick .slickCon .text .title{
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.jccyViewBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 21;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.jccyViewBox.show{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.jccyViewBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
.jccyViewCon{
	width: 800px;
	background: #FFFFFF;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 55px 10px 55px 50px;
	overflow: hidden;
}
.jccyViewCon .close{
	width: 30px;
	height: 30px;
	border: 1px solid rgb(102, 102, 102);
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top:25px;
}
.jccyViewCon .close span{
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	margin: 0;
	
}
.jccyViewCon .close span::before,
.jccyViewCon .close span::after {
	content: "";
	position: absolute;
	/*方便进行定位*/
	height: 18px;
	width: 1px;
	top: 6px;
	right: 3px;
	/*设置top和right使图像在20*20框中居中*/
	background: rgb(102, 102, 102);
}

.jccyViewCon .close span::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.jccyViewCon .close span::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.jccyViewCon .title{
	line-height: 30px;
	font-size: 24px;
	color: #333333;
	padding: 0 40px 0 0;
	text-align: center;
	margin-bottom: 20px;
}
.jccyViewCon .content{
	padding: 0 10px 0 0;
	overflow-y: auto;
	height: 640px;
}
.jccyViewCon ::-webkit-scrollbar {width:3px;background:#f2f2f2;}
.jccyViewCon ::-webkit-scrollbar-thumb {width:3px;background:#999999;}
.jccyViewCon .content .info{
	line-height: 30px;
	padding-right: 40px;
	font-size: 16px;
	color: #333333;
}
.jccyViewCon .content .info img{
	max-width: 100%;
}
/* ========== 吉成产业新增 end ==========
/* ========== 党建专题新增 start ========== */
/* ————— 公共部分 start ————— */
.jcdjztTitle{
	overflow: hidden;
}
.jcdjztTitle .title{
	float: left;
	padding-left: 38px;
	font-size: 26px;
	color: #333333;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	background: url(../images/djzt/zjztTitleIcn.png)  no-repeat center left;
	background-size: 25px 27px;
}
.titleMore {
	float: right;
	width: 176px;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.titleMore:hover{
	opacity: 0.9;
}
.titleMore::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #c61b1e;
	background-image: -moz-linear-gradient(0deg, rgb(237, 38, 42) 39%, rgb(233, 122, 14) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(237, 38, 42) 39%, rgb(233, 122, 14) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(237, 38, 42) 39%, rgb(233, 122, 14) 100%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	position: absolute;
	top: 0;
	left: 0;
}
.titleMore a {
	height: 46px;
	line-height: 46px;
	display: inline-block;
	padding-right: 26px;
	background: url(../images/img/more1h.png) no-repeat center right;
	background-size: 20px 6px;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	z-index: 3;
}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 吉成集团党委简介 start ————— */
.jcdjztC1{
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6.9792% 0;
}
.jcdjztC1Con{
	overflow: hidden;
}
.jcdjztC1Con ::-webkit-scrollbar {width:3px;background:#f2f2f2;}
.jcdjztC1Con ::-webkit-scrollbar-thumb {width:3px;background:#c61b1e;}
.jcdjztC1Con .picBox{
	float: right;
	width: 680px;
	overflow: hidden;
	margin-left: 30px;
}
.jcdjztC1Con .pic::before{
	padding-top: 56.3235%;
}
.jcdjztC1Con .text{
	overflow: hidden;
	padding: 14px 0 50px;
	position: relative;
}
.jcdjztC1Con .text::before{
	display: block;
	content: '';
	background-color: rgb(215, 30, 6);
	width: 80px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.jcdjztC1Con .text .info{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	height: 180px;
	overflow-y: auto;
	padding: 45px 30px 0 0;
}
/* ————— 第1通栏 吉成集团党委简介 end ————— */
/* ————— 第2通栏 党建新闻 start ————— */
.jcdjztC2{
	padding: 4% 0 3.125%;
	overflow: hidden;
}
.jcdjztC2Con{
	padding: 2.5% 0 0;
}
.jcdjztC2Dl{
	overflow: hidden;
	margin-right: -30px;
}
.jcdjztC2Dl dd{
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
.jcdjztC2Dl dd .con{
	margin-right: 30px;
	border: 1px solid rgb(242, 242, 242);
}
.jcdjztC2Dl dd .pic::before{
	padding-top: 56.1922%;
}
.jcdjztC2Dl dd .text{
	padding: 0 30px;
}
.jcdjztC2Dl dd .tetxC{
	padding: 20px 0 28px;
}
.jcdjztC2Dl dd .title{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	max-width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.jcdjztC2Dl dd .con:hover .title{
	color: #c61b1e;
}
.jcdjztC2Dl dd .time{
	font-size: 14px;
	color: #777777;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.jcdjztC2Dl dd .more{
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #777777;
	padding-right: 30px;
	background: url(../images/djzt/more.png)no-repeat center right;
	background-size: 24px 8px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-top: 1px solid rgb(242, 242, 242);
}
.jcdjztC2Dl dd .con:hover .more{
	background: url(../images/djzt/moreh.png)no-repeat center right;
	background-size: 24px 8px;
	color: #c61b1e;
}
/* ————— 第2通栏 党建新闻 end ————— */
/* ========== 党建专题新增 end ========== */
/* ========== 发展历程 start ========== */
.developmentBox {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 194px;
}

.development {
	width: 100%;
	height: 716px;
	position: relative;
	padding-top: 90px;
}

.evenLine {
	width: 100%;
	padding-top: 21.8579%;
	background: url(../images/img/evenLine.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}

.development .evenTitle {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	margin-bottom: 60px;
}

.deveTitleBox {
	position: absolute;
	left: 0;
	top: 106px;
}

.deveTitleBox .title {
	margin-bottom: 10px;
	font-size: 48px;
	color: #eb6b14;
	background-image:-webkit-linear-gradient(left,#ed2829,#ec451f,#eb5a19,#e97510); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent;
	font-weight: bold;
}

.deveTitleBox .title img {
	height: 46px;
}

.deveTitleBox .info {
	font-size: 16px;
	color: #eb6b14;
	line-height: 30px;
}

.evenBtnBox {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.evenBtnBox .prev {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/img/prev2.png) no-repeat center center;
	background-size: 35px 35px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-right: 25px;
}

.evenBtnBox .prev:hover {
	background: url(../images/img/prev2h.png) no-repeat center center;
	background-size: 35px 35px;
}

.evenBtnBox .next {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/img/next2.png) no-repeat center center;
	background-size: 35px 35px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.evenBtnBox .next:hover {
	background: url(../images/img/next2h.png) no-repeat center center;
	background-size: 35px 35px;
}

.eventSlick {
	position: relative;
	height: 544px;
	z-index: 5;
}

.eventSlick .bd {
	overflow: hidden;
	height: 100%;
}

.eventSlick .slick-list {
	overflow: visible;
	height: 100%;
}

.eventSlick .slick-track {
	height: 100%;
}

.eventSlick .myslide {
	float: left;
	display: inline;
	height: 544px;
	position: relative;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s ease-in;
	outline: none;
}

.eventSlick .myslide.slick-active {
	visibility: visible;
	opacity: 1;
}
.eventSlick .slickCon {
	display: block;
	width: 200px;
	padding-left: 44px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s ease;
}

.eventSlick .slickCon::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d9d9d9;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all 0.4;
	-webkit-transition: all 0.4;
}

.eventSlick .slickCon:hover::before {
	background: #c61b1e;
	background-image: -moz-linear-gradient(0deg, rgb(237, 38, 42) 0%, rgb(233, 122, 14) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(237, 38, 42) 0%, rgb(233, 122, 14) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(237, 38, 42) 0%, rgb(233, 122, 14) 100%);
}

.eventSlick .slickCon::after {
	content: '';
	display: block;
	width: 1px;
	height: 120%;
	border-radius: 50%;
	background: #d9d9d9;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 7px;
}

.eventSlick .myslide.slide1 .slickCon::after {
	height: 326px;
}

.eventSlick .myslide.slide2 .slickCon::after {
	height: 324px;
}

.eventSlick .myslide.slide3 .slickCon::after {
	height: 340px;
}

.eventSlick .myslide.slide4 .slickCon::after {
	height: 372px;
}

.eventSlick .myslide.slide1 .slickCon {
	top: 210px;
	left: 16.1905%;
}

.eventSlick .myslide.slide2 .slickCon {
	top: 116px;
	left: 4.7619%;
}

.eventSlick .myslide.slide3 .slickCon {
	top: 34px;
	left: -7.1429%;
}

.eventSlick .myslide.slide4 .slickCon {
	top: 0;
	left: -13.0952%;
}

.eventSlick .slickCon .text {
	padding: 0 0 26px;
}

.eventSlick .slickCon .year {
	font-size: 24px;
	color: #c61b1e;
	height: 32px;
	font-weight: bold;
}

.eventSlick .slickCon .title {
	font-weight: bold;
	line-height: 28px;
}

.eventSlick .slickCon .title a {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.eventSlick .slickCon:hover .title a {
	color: #c61b1e;
}

.eventSlick .slickCon .info {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.eventSlick .slickCon .pic {
	border-radius: 6px;
	overflow: hidden;
}

/* ========== 发展历程 end ========== */
/* ========== 集团文化 start ========== */
.cultureBox {
	padding: 0 7.14286%;
}

.imgText2Dl dd .con {
	overflow: hidden;
}

.imgText2Dl dd .con .pic {
	float: left;
	display: inline;
	width: 635px;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}

.imgText2Dl dd:nth-child(odd) .con .pic {
	margin-right: 80px;
}

.imgText2Dl dd:nth-child(even) .con .pic {
	float: right;
	margin-left: 80px;
}

.imgText2Dl dd .con .pic::before {
	padding-top: 56.2205%;
}

.imgText2Dl dd .con .text {
	overflow: hidden;
}

.imgText2Dl dd .cultureNub {
	height: 192px;
	position: relative;
}

.imgText2Dl dd .cultureNub .number {
	display: inline-block;
	font-size: 142px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Cambria";
	font-style: normal;
	text-stroke: 1px rgb(229, 229, 229);
	-webkit-text-stroke: 1px rgb(229, 229, 229);
}

.imgText2Dl dd:nth-child(odd) .cultureNub {
	padding-right: 19.4048%;
	text-align: right;
}

.imgText2Dl dd:nth-child(even) .cultureNub {
	padding-left: 11.9048%;
}

.imgText2Dl dd .con .titleBox {
	overflow: hidden;
	margin-bottom: 40px;
}

.imgText2Dl dd .con .enTitle {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 14px;
}

.imgText2Dl dd .con .cnTitle {
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.imgText2Dl dd .con .item {
	padding-left: 24px;
	position: relative;
	line-height: 30px;
	font-size: 18px;
	color: #999999;
}

.imgText2Dl dd .con .item::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e6e6e6;
	position: absolute;
	left: 0;
	top: 12px;
}

/* ========== 集团文化 end ========== */
/* ========== 招聘表单 start ========== */
.formBtn {
	font-size: 0;
}

.formBtn a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 64px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.formBtn a.submit {
	background: #c61b1e;
}

.formBtn a.reset {
	background: #cccccc;
	margin-left: 20px;
}

.formBtn a:hover {
	border-radius: 10px;
}

.allFormDl {
	margin-right: -30px;
}

.allFormDl .allFormDd {
	width: 50%;
	min-height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.allFormDl .allFormDd.w100 {
	width: 100%;
}

.allFormDl .allFormDd.w30 {
	width: 30%;
}

.allFormDl .allFormDd.w40 {
	width: 40%;
}

.allFormDl .allFormDd.mt1 {
	margin-top: -155px;
}

.allFormDl .allFormDd.mt2 {
	margin-top: -81px;
}

.allFormDl .allFormDd.mt3 {
	margin-top: -155px;
}

.allFormDl .allFormDd .allFormCon {
	margin-right: 30px;
	background: #f7f7f7;
	padding-left: 10px;
	padding-right: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
}

.allFormCon .title {
	font-size: 14px;
	color: #999999;
	float: left;
	display: inline;
	width: 80px;
}

.must {
	font-size: 14px;
	color: #ff0000;
	float: right;
	display: inline;
}

.allFormDiv {
	margin-left: 80px;
}

.allFormDiv>div {
	float: left;
	display: inline;
}

.allFormDiv .allFormWidth {
	width: 97%;
}

.allFormDiv .allFormWidth .formInput {
	width: 100%;
	min-height: 50px;
	outline: none;
	border: none;
	resize: none;
	background: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 10px;
	font-size: 14px;
	color: #000000;
}

.allFormDiv .allFormWidth textarea.formInput {
	height: 180px;
	padding: 15px 10px;
	padding-left: 0;
}

.yzmFormCon .title {
	font-size: 14px;
	color: #999999;
	float: left;
	display: inline;
	width: 86px;
	background: #f7f7f7;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px 0 0 4px;
}

.yzmFormCon .allFormDiv .allFormWidth {
	width: 20%;
	background: #f7f7f7;
	margin-right: 20px;
	border-radius: 0 4px 4px 0;
}

.yzmFormCon .allFormDiv .imgBox {
	width: 110px;
	height: 50px;
	background: #fff;
	overflow: hidden;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 4px;
}

.yzmFormCon .allFormDiv .imgBox img {
	width: 100%;
	height: 100%;
}

.yzmFormCon .allFormDiv .formText {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
}

/* 性别 start */
.radioBox {
	line-height: 50px;
	font-size: 0
}

.radioBox .radioCon {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
	vertical-align: middle;
}

.radioBox .radioCon:last-child {
	margin-right: 0;
}

.radioBox .radioCon label {
	line-height: 50px;
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	color: #333333;
}

.radioBox .radioCon label:first-child {
	padding-left: 0;
}

.radioBox .radioCon input {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.radioBox .radioCon input[type="radio"]+label span {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
}

.radioBox .radioCon input[type="radio"]+label span::before {
	display: none;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #c61b1e;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
}

.radioBox .radioCon input[type="radio"]:checked+label span::before {
	display: block;
}

/* 性别 end */
/* 下拉 start */
.zpformSel {
	height: 50px;
	position: relative;
}

.zpformSel .seljg {
	line-height: 50px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}

.zpformSel i {
	cursor: pointer;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #000;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.zpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 150px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 50px;
	background: #FFF;
	display: none;
	z-index: 100000;
}

.zpformSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	font-size: 14px;
	color: #000000;
	margin-bottom: 1px;
}

.zpformSel .selTj a:hover,
.zpformSel .selTj a.hover {
	background: #c61b1e;
	color: #FFF;
}

/* 下拉 end */
/* ========== 招聘表单 end ========== */
/* ========== 招聘列表 start ========== */
.recruitListBox {
	overflow: hidden;
}

.recruitTitle {
	height: 60px;
	line-height: 60px;
	background: #ffffff;
	margin-bottom: 20px;
}

.recruitTitle .text {
	color: #444444;
	font-size: 0;
	font-weight: bold;
	overflow: hidden;
}

.recruitTitle .text span {
	width: 14.2857%;
	display: inline-block;
	padding-left: 60px;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitTitle .text span.xq {
	float: right;
	display: inline;
	text-align: right;
	padding-right: 60px;
}

.recruitListDl {
	overflow: hidden;
}

.recruitListDl dd {
	overflow: hidden;
	margin-bottom: 20px;
}

.recruitListDl dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitListDl dd .recruitT .text {
	background: #f5f5f5;
	font-size: 0;
	color: #666666;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}

.recruitListDl dd .recruitT .text span.recruitIcon {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: url(../images/img/right.png)no-repeat center right 60px;
	background-size: 8px 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.recruitListDl dd:hover .recruitT .text span.recruitIcon {
	background: url(../images/img/righth.png)no-repeat center right 60px;
	background-size: 8px 14px;
}

.recruitListDl dd.active .recruitT .text span.recruitIcon {
	background: url(../images/img/xia.png)no-repeat center right 60px;
	background-size: 14px 8px;
}

.recruitListDl dd .recruitT .text span.xq {
	float: right;
	display: inline;
	text-align: right;
	padding-right: 60px;
}

.recruitListDl dd .recruitT .text span {
	width: 50%;
	display: inline-block;
	height: 60px;
	overflow: hidden;
	padding-left: 60px;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitListDl dd .recruitT .text span.money {
	color: #e89214;
}

.recruitListDl dd.active .recruitT .text span.money {
	color: #fff;
}

.recruitListDl dd .recruitT .btn {
	float: right;
	display: inline;
	width: 60px;
	height: 60px;
	background: url(../images/zpShow.png) no-repeat center center;
}

.recruitListDl dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	display: none;
	background: #f5f5f5;
}

.recruitText {
	overflow: hidden;
	margin: 20px 60px 0;
	border-bottom: 1px solid #f5f5f5;
}

.recruitText .rectitle {
	font-size: 16px;
	color: #555555;
	line-height: 50px;
}

.recruitText .rectext {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.recruitBtn {
	overflow: hidden;
	padding: 60px;
}

.recruitBtn a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	padding: 0 48px;
	background: #c61b1e;
	font-size: 16px;
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
	font-weight: bold;
}

.recruitBtn a:hover {
	border-radius: 10px;
}

.recruitListDl dd:hover .recruitT .text,
.recruitListDl dd.active .recruitT .text,
.recruitListDl dd:hover .recruitT .text span.money {
	background: #c61b1e;
	color: #FFF;
}

.recruitTitleUl {
	overflow: hidden;
	padding: 30px 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d9ebe2;
}

.recruitTitleUl li {
	width: 20%;
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.recruitTitleUl li .title {
	font-size: 16px;
	color: #555555;
	margin-right: 20px;
	font-weight: bold;
}

.recruitTitleUl li .info {
	font-size: 16px;
	color: #999999;
}

/* ========== 招聘列表 end ========== */
/* ========== 联系我们 start ========== */
.BMapLabel {
	display: none !important;
}

.anchorBL {
	display: none;
}

.BMap_omCtrl {
	display: none;
}

.contactUsBox {
	position: relative;
}

.contactUs {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-translateX(-50%);
	height: 306px;
	background: #FFFFFF;
	z-index: 5;
	overflow: hidden;
}

.contactTitle {
	width: 511px;
	height: 100%;
	float: left;
	display: inline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 0 0 74px;
	background: url(../images/img/contactBg.png) no-repeat;
	background-size: cover;
}

.contactTitle .icn {
	background: url(../images/img/titleIcn.png)no-repeat left top;
	background-size: 60px 60px;
	height: 60px;
	padding-bottom: 24px;
	position: relative;
	margin-bottom: 15px;
}

.contactTitle .icn::before {
	content: '';
	display: block;
	background: rgba(255, 255, 255, 0.9);
	width: 30px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contactTitle .subTitle {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
}

.contactTitle .title {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
	overflow: hidden;
}

.contactDlBox {
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 6.5476%;
}

.contactDl {
	overflow: hidden;
}

.contactDl dd {
	width: 50%;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 26px 0;
}

.contactDl dd .icn {
	float: left;
	display: inline;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

.contactDl dd.tel .icn {
	background-color: #4bc089;
	background-image: url(../images/img/tel.png);
}

.contactDl dd.fax .icn {
	background-color: #53b2f4;
	background-image: url(../images/img/fax.png);
}

.contactDl dd.email .icn {
	background-color: #00d6d9;
	background-image: url(../images/img/email.png);
	background-size: 22px 17px;
}

.contactDl dd.add .icn {
	background-color: #ff8661;
	background-image: url(../images/img/add.png);
	background-size: 18px 22px;
}

.contactDl dd .content {
	overflow: hidden;
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

/* ========== 联系我们 end ========== */
/* ========== 吉成产业 start ========== */
.imgText1Dl dd .con {
	overflow: hidden;
	background: #FAFAFA;
}

.imgText1Dl dd .con .pic {
	width: 50%;
	float: left;
	display: inline;
}

.imgText1Dl dd:nth-child(even) .con .pic {
	float: right;
}

.imgText1Dl dd .con .pic::before {
	padding-top: 54.6875%;
}

.imgText1Dl dd .con .text {
	overflow: hidden;
	padding: 0 6%;
	background: #FFFFFF;
}

.imgText1Dl dd .con .cnTitle {
	font-size: 30px;
	color: #333333;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgText1Dl dd .con .enTitle {
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.imgText1Dl dd .con .info {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 50px;
}
.imgText1Dl dd .con .more  {
	display: inline-block;
	width: 176px;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid rgb(217, 217, 217);
}
.imgText1Dl dd .con .more:hover{
	border: 1px solid transparent;
}
.imgText1Dl dd .con .more::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #c61b1e;
	background-image: -moz-linear-gradient(0deg, rgb(237, 38, 42) 39%, rgb(233, 122, 14) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(237, 38, 42) 39%, rgb(233, 122, 14) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(237, 38, 42) 39%, rgb(233, 122, 14) 100%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.imgText1Dl dd .con .more:hover::before{
	visibility: visible;
	opacity: 1;
}
.imgText1Dl dd .con .more  a {
	height: 46px;
	line-height: 46px;
	display: inline-block;
	padding-right: 26px;
	background: url(../images/img/more1.png) no-repeat center right;
	background-size: 20px 6px;
	font-size: 16px;
	color: #333333;
	position: relative;
	z-index: 3;
}
.imgText1Dl dd .con .more:hover a {
	color: #FFFFFF;
	background: url(../images/img/more1h.png) no-repeat center right;
	background-size: 20px 6px;
}
/* ========== 吉成产业 end ========== */
/* ========== 集团要闻 start ========== */
.imgList1Dl {
	overflow: hidden;
	margin-right: -50px;
}

.imgList1Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

.imgList1Dl dd .con {
	margin-right: 50px;
	overflow: hidden;
	display: block;
}

.imgList1Dl dd .con .pic {
	overflow: hidden;
	border-radius: 20px 0 20px 0;
}

.imgList1Dl dd .con .pic::before {
	padding-top: 60.076%;
}

.imgList1Dl dd .con .text {
	position: relative;
	padding: 20px 0 30px;
}

.imgList1Dl dd .con .text .more {
	position: absolute;
	top: 34px;
	right: 0;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	opacity: 0;
	visibility: hidden;
}

.imgList1Dl dd .con:hover .text .more {
	opacity: 1;
	visibility: visible;
}

.imgList1Dl dd .con .text .more a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/img/jiantou.png) no-repeat center center;
	background-size: cover;
}

.imgList1Dl dd .con .text::before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: 0;
}

.imgList1Dl dd .con .text::after {
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #c61b1e;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgList1Dl dd .con .text .time {
	font-size: 16px;
	color: #aaaaaa;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.imgList1Dl dd .con .text .title {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
}

.imgList1Dl dd .con .text .title a {
	font-size: 18px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgList1Dl dd .con:hover .text .title a {
	color: #c61b1e;
}

.imgList1Dl dd .con:hover .text::after {
	width: 100%;
}

/* ========== 集团要闻 end ========== */
/* ========== 荣誉认证 start ========== */
.honorListDl {
	overflow: hidden;
	margin: -15px;
}

.honorListDl dd {
	width: 25%;
	float: left;
	display: inline;
}

.honorListDl dd a {
	display: block;
	margin: 15px;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.honorListDl dd a .picBox {
	padding: 50px 53px;
}

.honorListDl dd a .picBox .pic::before {
	padding-top: 133.4559%;
}

.honorListDl dd a .picBox .pic img {
	object-fit: contain;
}

.honorListDl dd a .text {
	box-sizing: border-box;
	webkit-box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
}

.honorListDl dd a .text .title {
	font-size: 16px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	width: 100%;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.honorListDl dd a:hover .text .title {
	color: #c61b1e;
}

.viewer-number span,
.viewer-number i {
	font-style: normal;
}

/* ========== 荣誉认证 end ========== */
/* ========== 公司动态 start ========== */
.textList1Dl {
	overflow: hidden;
}

.textList1Dl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.textList1Dl dd .con {
	background: #fafafa;
	margin-right: 50px;
	padding: 20px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 6px;
}

.textList1Dl dd .text .time {
	font-size: 16px;
	color: #999999;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.textList1Dl dd .text .title {
	height: 40px;
	line-height: 40px;
}

.textList1Dl dd .text .title a {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.textList1Dl dd .con:hover .text .title a {
	color: #c61b1e;
	letter-spacing: 1px;
}

.textList1Dl dd .text .info {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
}

/* ========== 公司动态 end ========== */
/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	padding: 44px 7.1429% 40px;
	overflow: hidden;
}

.articleTitle {
	clear: both;
	line-height: 46px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	margin-bottom: 16px;
}

.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #c61b1e;
}

.articlePage a.hover {
	color: #fff;
	background: #c61b1e;
}

.articleBox {
	line-height: 32px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/* 文章阅读页-内容上部大图 */
#play {
	width: 860px;
	height: 450px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #c61b1e;
	background: #c61b1e;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 30px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.pageUp {
	display: block;
	line-height: 34px;
	padding: 18px 0 0;
	color: #999999;
	font-size: 16px;
	border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.pageUp a {
	font-size: 16px;
	color: #999999;
}

.pageUp .articlePageBox:hover,
.pageUp .articlePageBox:hover a,
.pageUp a:hover {
	color: #c61b1e;
}

/* ========== 单篇+文章页 end ========== */
