
* {
	padding: 0;
	margin: 0;
}

html {
	min-width: 1200px;
}
body {
	font-size: 12px;
	color: #666;
	background: #fff;
	line-height: 24px;
}

a {
	color: #333333;
	cursor: pointer;
}

a:hover {
	color: #E80100;
	text-decoration: none;
}

p {
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
}

.container {
	width: 1200px;
	margin: auto;
}

.main_logo {
	height: 42px;
	width: auto;
	display: block;
}

#header {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

#navbody ul li {
	float: left;
	font-size: 16px;
	line-height: 18px;
	margin: 0 25px;
}

#navbody ul li a {
	display: block;
	padding: 30px 0;
}

#navbody ul li.active>a,
#navbody ul li:hover>a {
	color: #E80100;
	border-bottom: 2px solid #E80100;
}
#navbody ul li.active>a {
	font-family: bold;
}

#child_menu {
	position: relative;
}


/* 当下拉内容显示后修改下拉按钮的字体颜色 */

#child_menu:hover>a {
	color: #E80100;
}

#dropdown_menu {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999999;
	background-color: #fff;
}

#dropdown_menu .menu_item a {
	padding: 10px 0;
}

#dropdown_menu .menu_item {
	border-top: 1px solid #EFEFEF;
}


/* 在鼠标移上去后显示下拉菜单 */

#child_menu:hover #dropdown_menu {
	display: block;
}


/* 鼠标移上去后修改下拉菜单链接颜色 */

#dropdown_menu .menu_item:hover {
	background-color: #E80100;
	color: #fff;
}

#dropdown_menu .menu_item:hover a {
	color: #fff;
}

footer {
	background-color: #333333;
}

footer img {
	width: auto;
}

footer p {
	margin: 10px 0;
	color: #999999;
}
footer p a {
	color: inherit;
}

#footer_top ul{
	display: flex;
	justify-content: space-between;
}

#footer_top {
	padding: 60px 0;
}
#footer_top li:nth-child(even) {
	height: 152px;
	width: 1px;
	background: #666666;
	margin: 0 60px;
}

#footer_top li:nth-child(3) {
	text-align: center;
}

#footer_top li strong {
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	display: block;
	margin-bottom: 20px;
}

#footer_top li a {
	display: block;
}

#footer_top li p {
	line-height: 16px;
}

#footer_top li:first-child p {
	font-size: 20px;
}

#footer_top li:last-child p {
	color: #fff;
	text-align: center;
}

#footer_bottom {
	background-color: #262626;
	text-align: center;
}
#footer_bottom>div>div{}
#footer_bottom>div>div *{display: inline;}
/*#footer_bottom li.line{    padding: 1px;
    background: #999999;
    margin: 14px 6px;}*/
#footer_bottom p{
	font-size: 14px;
}

menu {
	background-color: #F2F2F2;
}

menu>div {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

menu ul {
	overflow: hidden;
}

menu li {
	color: #333333;
	font-size: 14px;
	float: left;
	line-height: 20px;
}

menu li a {
	display: block;
	padding: 24px 0;
}

#menu li {
	font-size: 18px;
	margin: 0 27px;
}

#menu li.active a,#menu li:hover a {
	border-bottom: 2px solid #E80100;
	color: #E80100;
}
#menu li.active a{
	font-family: bold;
}


/*集团概况*/

.font_red {
	color: #E80100;
}

#about_content {
	padding: 60px 27px;
	line-height: 1.6;
	text-align: center;
}

#about_content>div:first-child h2 {
	font-size: 32px;
	text-align: center;
	font-family: bold;
}

#about_content>div:first-child span {
	font-size: 38px;
	display: block;
	padding: 28px 0;
}

#about_content .content {
	line-height: 30px;
	text-align: justify;
	font-size: 14px;
	letter-spacing: 1px;
}

#data {
	overflow: hidden;
	background: #fff url(../../img/main/about_data.png) repeat-x;
}

#data .item {
	padding: 70px 0;
	box-sizing: border-box;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 24px;
}

#data .item .font_red {
	/*font-family: bold;*/
	font-size: 22px;
}

#data .item .font_red span {
	font-size: 44px;
	padding: 10px;
}


/*人物介绍*/

#profile,
#zhaopai {
	padding: 60px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	font-size: 16px;
}

#profile>div:first-child,
#zhaopai>div:first-child {
	flex: 1;
	margin: 30px;
    align-self: flex-start;
}

#profile #jieshao {
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
	height: 120px;
	overflow-y: auto;
	margin: 20px 0;
}

#jieshao::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

#jieshao::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

#jieshao::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: #ededed;
}

#profile strong {
	font-size: 32px;
	font-family: bold;
}

#profile strong+p {
	margin: 16px 0;
}

#honorbanner {
	padding: 0 14px;
	position: relative;
	    margin: 80px 0;
}

#honorbanner ul {
	overflow: hidden;
	height: 250px;
}

#honorbanner li {
	float: left;
	width: 25%;
	height: 250px;
	text-align: center;
}

#honorbanner li>div {
	background: #F5F5F5;
	padding: 20px;
	margin: 0 6px;
	height: 100%;
	overflow: hidden;
}

#honorbanner li>div div {
	height: 188px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#honorbanner div img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
    margin: 0 auto;
}

#honorbanner p {
	font-size: 14px;
	 word-break:keep-all;
	  white-space:nowrap;
	  overflow:hidden;
	  text-overflow:ellipsis; 
}

#honorbanner .left_btn,
#honorbanner .right_btn {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
    transform: translate(0,-50%);
}

#zhaopai strong {
	display: block;
	font-size: 36px;
	line-height: 40px;
	margin-top: 60px;
}

#zhaopai span {
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #f5f5f5;
	margin: 38px 0;
}

#profile span+div,
#zhaopai span+div {
	margin-right: 60px;
	text-align: justify;
}


/*历史进程*/

#develop {
	padding-top: 36px;
	color: #fff;
}

#develop .title {
	color: #fff;
	text-align: center;
}

#develop .title strong {
	font-size: 40px;
	line-height: 40px;
	display: block;
}

#develop span {
	display: block;
	background: #fff;
	width: 90px;
	height: 5px;
	margin: 24px auto;
	/*padding: 24px 0;*/
}

#history_box {
	margin-top: 70px;
}

#history_box>div {
	position: relative;
}

#history_box .item .info {
	background: #fff;
	color: #666666;
	width: 54%;
	right: 0;
	position: absolute;
	top: 38px;
	bottom: 38px;
	padding: 42px;
	font-size: 20px;
	line-height: 34px;
}

#history_box .item .info strong {
	color: #333;
	font-size: 38px;
}


/*时间轴*/

#history_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
	position: relative;
	margin: 52px 0;
}

.parHd .tempWrap {
	margin: 0 auto;
	position: relative;
}

.parHd .tempWrap:after {
	content: '';
	width: 85%;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 8%;
	top: 35%;
	z-index: 10;
}

#history_box ul {
	padding-top: 25px;
	overflow: hidden;
}

#history_box li {
	float: left;
	cursor: pointer;
	padding-top: 30px;
	font-size: 16px;
	position: relative;
	margin: 0 30px;
}

#history_box li.active i span {
	width: 14px;
	height: 14px;
}

#history_box li i {
	display: block;
	overflow: hidden;
	border: 1px solid;
	border-radius: 50%;
	margin: 1px;
	position: absolute;
	top: -10px;
	left: 28px;
	z-index: 21;
}

#history_box li i span {
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	margin: 6px;
}

.sPrev,
.sNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 13px;
}


/*集团风采*/

#honor_content,
#scene_content {
	overflow: hidden;
}

#honor_content {
	margin: 50px auto 50px auto;
}
#honor_content li{width: 25%;float: left;}

#honor_content li>div{
	background-color: #F4F1EC;
	box-sizing: border-box;
	margin: 10px;
}

#honor_content li>div>div {
	width: 100%;
	height: 222px;
	padding: 14px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	overflow: hidden;
}
#honor_content img {
	width: auto;
	height: auto;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
#honor_content li p {
	width: 100%;
	padding: 14px;
	font-size: 14px;
	
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
	opacity: 1;
	text-align: center;
}

#honor_content li>div:hover>p {
	color: red;
}


#scene_list {
	overflow: hidden;
}

#scene_list>.item {
	width: 33%;
	padding: 2%;
	float: left;
	margin: auto;
	overflow: hidden;
}

#scene_list>.item>.center {
	width: 100%;
	height: 60%;
	box-sizing: border-box;
	overflow: hidden;
}

#scene_list>.item:hover>.item_p {
	background-color: red;
}

#scene_list>.item>.item_p {
	width: 100%;
	padding: 25px 20px 25px 20px;
	text-align: center;
}

#scene_list>.item:hover>.item_p>p {
	color: white;
}

#honor_content .item {
	background-color: #F4F1EC;
	width: 20%;
}

#culture_content {
	display: flex;
}

#culture_content>div:first-child {
	width: 25%;
	padding: 0 22px;
}

#culture_content div:first-child img {
	height: auto;
}

#culture_content .content {
	flex: 1;
	padding: 0 30px;
	font-size: 16px;
}


/*新闻资讯*/

#news_content {
	padding: 50px 0;
}

#news_cate {
	display: flex;
	justify-content: center;
	margin: 20px;
}

#news_cate ul li {
	float: left;
	padding: 0 30px;
	border-right: 1px solid #CCCCCC;
	
}

#news_cate ul li:last-child {
	border: 0;
}

#news_cate ul li.active a:before,
#news_cate ul li:hover a:before {
	/*border-bottom: 2px solid #E80100;*/
	content: '';
	position: absolute;
	width: 70px;
	border-top: 2px solid #E80100;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#news_cate ul li a {
	padding: 14px;
	position: relative;
	font-size: 28px;
}

#news_cate ul li.active a,
#news_cate ul li:hover a {
	color: #E80100;
}

#news_list {
	margin: 50px auto;
}

#news_list ul li {
	border-bottom: 1px solid #EEEEEE;
}

#news_list li>div {
	display: flex;
	padding: 20px 10px 20px 0;
}

#news_list .media {
	width: 28.6%;
	height: 200px;
}

#news_list .media-body {
	flex: 1;
	padding: 0 10px 0 30px;
	color: #999999;
	display: flex;
	flex-direction: column;
}

#news_list .media-body strong {
	color: #333333;
	font-family: bold;
	font-size: 26px;
}

#news_list li:hover strong {
	color: #C90100;
}

#news_list p {
	color: #999999;
}

#news_list .media-body strong+p {
	flex: 1;
	line-height: 20px;
	margin: 26px 0;
	line-height: 28px;
}

#news_list li:hover {
	background-color: rgba(205, 153, 81, .1);
}

#news_more {
	margin: 20px;
	padding: 30px;
	text-align: center;
}

#news_more a {
	font-size: 16px;
	padding: 10px 30px;
	border: 1px solid #C5C5C5;
}

#news_title {
	padding: 20px 0;
	text-align: center;
}

#news_title .title {
	font-size: 32px;
	line-height: 62px;
	font-family: bold;
	color: #333333;
}

#news_content .news_content {
	font-size: 16px;
	line-height: 1.6;
	padding: 20px 0;
}

#news_page {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

#page {
	padding: 50px 0;
	font-size: 16px;
}

#page>div {
	display: flex;
	justify-content: center;
	align-items: center;
}

#page>div>div {
	padding: 10px;
}

.pagination .page-item {
	float: left;
	margin: 0 10px;
}

.pagination .page-item a {
	display: block;
	background-color: #EFEFEF;
	border-radius: 4px;
	padding: 5px 10px;
}


/*分页*/

.pagelett {
	float: left;
	padding: 0px 15px 0px 15px;
}

.pageinScene {
	width: 1200px;
	height: 60px;
	padding: 100px auto;
	margin-top: 120px;
	margin-bottom: 120px;
}

.pageinScene>div {
	width: 70%;
	height: 100%;
	margin: 0px auto;
}

.pageinScene>div>div {
	float: left;
	padding: 15px;
}

.pageinScene>div>.pageBot {
	padding: 15px 30px;
	background-color: #EFEFEF;
	border-radius: 4px;
	float: left;
	margin-left: 20px;
	text-align: center;
}

.pageinScene>.pageDtae {
	padding: 15px;
	display: inline;
	float: left;
}


/*联系我们*/

#contact_title {
	margin: 30px 24px;
}

#contact_title strong {
	font-family: bold;
	text-align: center;
	font-size: 32px;
	display: block;
	padding: 35px 0;
	line-height: 54px;
	letter-spacing: 7px;
}

#allmap {
	height: 450px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#contact_content {
	padding: 20px 0 90px;
}

#contact_content ul {
	overflow: hidden;
}

#contact_content ul li {
	float: left;
	width: calc(100% / 3);
}

#contact_content .card {
	margin: 24px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#contact_content .card:hover .card-head {
	background: #E80100;
}

#contact_content .card-body {
	padding: 10px;
}

#contact_content .card-body img {
	width: 12px;
	height: 12px;
	margin: 10px;
}

#contact_content p {
	color: #666666;
	margin: 10px;
}

#contact_content .card-head {
	background-color: #64768C;
	color: #fff;
	padding: 10px 20px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	line-height: 41px;
	/*letter-spacing:14px;*/
}