/***********************************************************************************************************************************************************/
/*========================================================================== 二级页面样式 ==================================================================*/
/***********************************************************************************************************************************************************/


/************************************************************集团概况内容************************************************************/
/**** 第一行 *****/
.about-line-1 {
	width: 100%;
	height: 300px;
}

/**** 第一行左侧 *****/
.about-line-l {
	width: 66%;
	margin-right: 3%;
}

.about-menu {
	width: 100%;
	height: 45px;
	background: #e1e1e1;
}

.about-menu > span {
	background-color: #1B9AF7;
	padding: 10px 20px;
	font-size: 17px;
	color: #FFFFFF;
	position: relative;
	height: 45px;
}

.about-menu > span > p {
	position: absolute;
	width: 6px;
	height: 12px;
	right: -6px;
	top: 50%;
	margin-top: -6px;
	background-image: url(../img/bluearrow2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.about-menu > a {
	line-height: 45px;
	margin-right: 40px;
	position: relative;
	font-size: 15px;
	color: #5a5a5a;
}

.about-menu a:hover:after {
	content: ">>";
	position: absolute;
	top: 0;
	transition: all .3s ease-out 0s;
}

.about-intro {
	margin-top: 20px;
	width: 100%;
	height: 230px;
}

.about-intro .about-intro-img {
	width: 47%;
	margin-right: 3%;
	height: 100%;
}

.about-intro-img img {
	width: 100%;
	height: 100%;
}

.about-intro .about-intro-detail {
	width: 50%;
	height: 230px;
	line-height: 23px;
	font-size: 14px;
	color: #666;
	text-align: justify;
	text-indent: 28px;
	overflow: hidden;
}


/**** 第一行右侧 *****/
.about-line-r {
	width: 31%;

}

.about-video {
	width: 100%;
	height: 230px;
	margin-top: 20px;
}

.about-video video {
	width: 100%;
	height: 100%;
}


/**** 第二行 *****/
.about-line-2 {
	margin-top: 20px;
	width: 100%;
	height: 220px;
}

.about-honor {
	width: 47%;
	margin-right: 3%;
	height: 150px;
}

.about-honor ul {
	height: 100%;
}

.about-honor ul li {
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.about-honor ul li a {
	padding-left: 10px;
	font-size: 14px;
	color: #666;
}

.about-honor ul li a:hover {
	color: #000;
}


.about-newsp {
	width: 50%;
	height: 220px;
	overflow: hidden;
}

.about-newsp img {
	width: 100%;
	height: 100%;
	transition: all 0.8s ease-in-out;

}

.about-newsp a:hover img{
	transform: scale(1.1, 1.1);
}

.about-line-r .right-block {
	width: 100%;
	height: 100px;
	line-height: 100px;
	/* background: #088be8; */
	background: #1B9AF7;
	text-align: center;
}

.about-line-r .right-block:not(:first-child) {
	margin-top: 20px;
}

.about-line-r .right-block a {
	color: #FFFFFF;
	font-size: 20px;
	display: block;
}

.about-line-r .right-block:hover {
	background: #073b8a;
}


/**********************************************************新闻中心内容start*********************************************************/
/**** 第一行 *****/
.news-line-1 {
	width: 100%;
	background-color: #FFFFFF;
	height: 460px;
	padding: 30px 0;
}

.news-line-1-content {
	width: 100%;
	margin-top: 20px;
}

.news-carousel {
	width: 44%;
}

.news-carousel > .owl-carousel .item {
	position: relative;
}

.news-carousel > .owl-carousel .item img {
	height: 335px;
}

.news-carousel > .owl-carousel .item div {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgb(0, 0, 0, 0.5);
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
}

.news-carousel > .owl-carousel .item div a {
	color: #FFFFFF;
	font-size: 14px;
}

.news-carousel .owl-controls {
	position: absolute;
	z-index: 3;
	right: 10px;
	bottom: 0;
	margin: 0!important;
}

.news-carousel .owl-dots {
	height: 46px;
}

.news-carousel .owl-dots .owl-dot {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	zoom: 0.8;
}

.news-carousel .owl-dots .owl-dot span {
	margin: 5px 5px !important;
}

.news-list-r {
	width: 51.7%;
	margin-left: 4.3%;
}

.news-list-r .new-r {
	width: 100%;
}

.news-list-r .new-r:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.news-list-r .new-r:nth-child(1){
	padding-bottom: 25px;
	height: 100px;
}

.news-list-r .new-r:nth-child(2){
	padding: 25px 0;
	height: 125px;
}

.news-list-r .new-r:nth-child(3){
	padding-top: 25px;
	height: 100px;
}

.new-date {
	width: 75px;
	height: 75px;
	color: #1B9AF7;
	margin-right: 5%;
	background-color: #ededed;
	text-align: center;
}

.new-date:hover {
	color: #ededed;
	margin-right: 5%;
	background-color: #1B9AF7;
}

.new-date .p1 {
	font-size: 28px;
	height: 46px;
	line-height: 53px;
}

.new-date .p2 {
	font-size: 12px;
}

.new-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 17px;
}

.new-title a {
	color: #000;
}

.new-title a:hover {
	color: #1B9AF7;
}

.new-detail {
	margin-top: 5px;
	font-size: 13px;
	height: 48px;
	line-height: 24px;
	color: #8c8c8c;
	overflow: hidden;
}


/**** 第二行 *****/
.news-line-2 {
	width: 100%;
	height: 400px;
	padding: 30px 0;
}

/**** 第二行左侧 *****/
.news-line-2-l {
	width: 69%;
}

/**** 第二行右侧 *****/
.news-line-2-r {
	width: 29%;
	margin-left: 2%;
}

.line-2-content {
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	height: 295px;
}


.new-recommend{
	width: 100%;
}

.new-recommend img {
	width: 15.5%;
	margin-right: 3%;
	height: 78.8px;
}

.recommend-title {
	width: 81.5%;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
}

.recommend-title a {
	color: #000000;
}

.recommend-title a:hover {
	color: #1B9AF7;
}

.recommend-detail {
	width: 81.5%;
	font-size: 12px;
	color: #8c8c8c;
	overflow: hidden;
	margin-top: 15px;
	height: 44px;
	line-height: 22px;
}

.line-2-content .new-list {
	margin-top: 15px;
	font-size: 13px;
}

.line-2-content .new-list:not(:last-child) {
	width: 48%;
}

.line-2-content .new-list:last-child {
	height: 146px;
	border-left: 1px solid #cacaca;
	width: 52%;
	padding-left: 4%;
}

.line-2-content > .new-list ul {
	padding-right: 10px;
}

.line-2-content > .new-list ul li {
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 68px;
	font-size: 13px;
	position: relative;
}

.line-2-content > .new-list ul li a:hover {
	color: #1B9AF7;
}

.line-2-content > .new-list ul li a {
	padding-left: 10px;
	color: #000000;
}

.line-2-content > .new-list ul li span {
	position: absolute;
	top: 0;
	right: 0;
}

.line-2-content .new-list-r {
	width: 100%;
	font-size: 13px;
}

.line-2-content > .new-list-r ul {
	margin-top: 4px;
}

.line-2-content > .new-list-r ul li {
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 68px;
	font-size: 13px;
	position: relative;
}

.line-2-content > .new-list-r ul li a {
	color: #000000;
}

.line-2-content > .new-list-r ul li a:hover {
	color: #1B9AF7;
}

.line-2-content > .new-list-r ul li span {
	position: absolute;
	top: 0;
	right: 0;
}
/***********************************************************新闻中心内容end**********************************************************/


/**********************************************************产业布局内容start*********************************************************/
.industry-content {
	padding: 58px 0;
}

.industry-content .industry-img {
	width: 32%;
	position: relative;
	font-size:0;
	overflow: hidden;
	height: 247.66px;
}

.industry-content .industry-img img {
	width: 100%;
	transition: all .8s;
	height: 100%;
}

.industry-content .industry-img:nth-child(1){
	/* height: 247.66px; */
	text-align: center;
	padding-top: 50px;
	background-color: #205D9E;
}

.industry-content .industry-img:nth-child(2){
	margin-left: 2%;
}

.industry-content .industry-img:nth-child(3){
	margin-left: 2%;
}

.industry-content .industry-img:nth-child(4){
	margin-top: 30px;
}

.industry-content .industry-img:nth-child(5){
	height: 247.66px;
	margin-top: 30px;
	margin-left: 2%;
	/*background-color: #98B2CB;*/
}

.industry-content .industry-img:nth-child(6){
	margin-top: 30px;
	margin-left: 2%;
	background-color: #98B2CB;
}

.industry-content .industry-img > span {
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 23px;
	color: #FFFFFF;
	cursor: default;
	font-weight: bold;
	display: block;
}

.industry-content .industry-img > .buju {
	border: 1px solid #ffffff59;
	padding: 1px 27px 1px 27px;
	display: inline-block;
	font-size: 15px;
	margin-top: 30px;
	font-size: 17px;
	color: #FFFFFF;
}

.industry-content .industry-img > a:hover {
	background-color: #FFFFFF;
	color: #205D9E;
}

.industry-content .industry-img p {
	position: absolute;
	left: 8%;
	bottom: 8%;
	transition: all .3s;
}

.industry-content .industry-img a {
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}

.industry-content .industry-img:hover img{
	transform: scale(1.1 ,1.1);
}

.industry-content .industry-img p a:hover {
	color: #205D9E;
}

/***********************************************************产业布局内容end**********************************************************/


/************************************************************移动版样式************************************************************/
@media screen and (max-width: 900px) {
	/************************************************************集团概况内容**********************************************************/
	.about-line-1 {
		height: auto;
	}

	.about-line-l {
		width: 100%;
	}

	.about-line-r {
		width: 100%;
		margin-top: 20px;
	}

	.about-line-2 {
		height: auto;
	}

	.about-intro {
		height: auto;
	}

	.about-intro .about-intro-img {
		width: 100%;
		height: auto;
	}

	.about-intro .about-intro-detail {
		margin-top: 10px;
		width: 100%;
		height: auto;
	}

	.about-video {
		height: auto;
	}

	.about-honor {
		width: 100%;
		height: auto;
	}

	.about-honor ul {
		height: auto;
	}

	.about-newsp {
		width: 100%;
		margin-top: 15px;
	}

	.about-line-r .right-block {
		width: 48%;
		float: left;
	}

	.about-line-r .right-block:not(:first-child) {
		margin-top: 0px;
		margin-left: 4%;
	}

	.about-line-r .right-block a {
		font-size: 15px;
	}

	/************************************************************产业布局内容**********************************************************/

	.industry-content {
		padding: 20px 0 50px 0;
	}

	.industry-content .industry-img:nth-child(odd) {
		width: 49%;
		margin:15px 2% 0 0 !important;
	}

	.industry-content .industry-img:nth-child(even) {
		width: 49%;
		margin: 15px 0 0 0 !important;
	}



	.content-back {
		height: 250px;
	}
}

/************************************************************移动版768样式************************************************************/
@media screen and (max-width: 768px) {
	/************************************************************新闻中心内容**********************************************************/
	.news-line-1 {
		height: auto;
	}

	.news-carousel {
		width: 100%;
	}

	.news-list-r {
		width: 100%;
		margin: 25px 0 0 0;
	}

	.news-line-2 {
		height: auto;
	}

	.news-line-2-l {
		width: 100%;
	}

	.line-2-content {
		height: auto;
	}

	.line-2-content .new-list:not(:last-child) {
		width: 100%;
	}

	.line-2-content .new-list:last-child{
		width: 100%;
		border: 0;
		padding-left: 0;
		margin-top: 0;
		height: auto;
	}

	.news-line-2-r {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}

	/************************************************************产业布局内容**********************************************************/

	.industry-content {
		padding: 20px 0 50px 0;
	}

	.industry-content .industry-img:nth-child(odd) {
		width: 100% !important;
		margin: 15px 0 0 0 !important;
		height: auto;
	}

	.industry-content .industry-img:nth-child(even) {
		width: 100% !important;
		margin: 15px 0 0 0 !important;
		height: auto;
	}

	.industry-content .industry-img:nth-child(1) {
		height: 247px;
	}

	.industry-content .industry-img:nth-child(1) {
		height: 247px;
	}

	.industry-content .industry-img:nth-child(6) {
		height: 247px;
	}

	.industry-content .industry-img:nth-child(5) {
		/*display: none;*/
	}


	/************************************************************产业布局内容**********************************************************/

	.humman_recruit_img {
		width: 100%;
	}

	.humman_recruit_list {
		width: 100%;
	}

	.human_div {
		height: auto!important;
	}

	.humman_recruit_list h5 {
		position: unset;
		text-align: center;
	}

	.human_yueda div h5 {
		position: unset;
		text-align: center;
	}

	.human_yueda > a > div {
		padding:  30px 0;
	}

	.yd-content .row {
		float: left;
	}

	.humman_recruit_list .news li > div {
		width: 80%;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/************************************************************上市公司内容**********************************************************/

	.row:not(:first-child) {
		margin: 30px 0;
	}

	.row .col-lg-6 img{
		margin: 15px 0;
	}

	/************************************************************党群工作内容**********************************************************/

	.party_hot_time {
		width: 100%;
		margin-bottom: 15px;
	}

	.party_hot_time > div {
		margin: 0 auto;
	}

	.child::before {
		/*display: unset;*/
	}

	.party_hot_time div div:nth-child(2) {
		height: auto;
		line-height: unset;
	}

	.party_hot_describe {
		width: 100%;
	}

	.content-back {
		height: 150px;
	}

}