﻿.maincolor {
	color: #888;
	
	color: #494949;
	
	color: #222     
    color：#e8340c     
    color：#DDD;
	
	color: #F4F4F4;
}

.slog{
	font-size:53px;
	position:absolute;
	width:100%;
	padding:0px 5%;
	box-sizing:border-box;
	color:#fff;
	font-weight:bold;
	z-index:6;
	line-height:80px;
	height:100%;
}
.menubgts{
	width:100%;
	height:60px;
	background:#e8340c;
}
.flexnew{
	display: flex;
	align-items: center;
	justify-content: center;
		height:100%;
}
.column_kv {
	position: relative;
}
.column_kv .kv_con {
	position: relative;
	height: 345px;
	overflow: hidden;
}
.column_kv .bg_container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.column_kv .kvtxt {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60%;
	text-align: center;
	color: #FFF;
	transform: translate(-50%, -50%);
}
.column_kv .kvtxt h3 {
	
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	font-size: 4em;
	line-height: 2em;
}
.column_kv .kvtxt h4 {
	font-size: 1.5em;
	line-height: 2em;
	font-family: PingFang SC;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	line-height: 48px;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.column_kv .kvtxt p {
	font-size: 1.25em;
}
.column_kv .kvtxt br {
	display: none;
}
.column_kv .more {
	display: inline-block;
	background: #e8340c;
	color: #FFF;
	padding: .5em 2em;
	margin-top: 1.875em;
}
.column_kv .swiper-container-horizontal>.swiper-pagination-bullets, .column_kv .swiper-pagination {
	position: absolute;
	left: auto;
	bottom: 10px;
}
.column_kv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .column_kv .swiper-pagination-switch {
	background: none;
	width: 19px;
	height: 19px;
	margin: 2px 0;
	opacity: 1;
	position: relative;
	border: 1px solid transparent;
	outline: none !important;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}
.column_kv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:after, .column_kv .swiper-pagination-switch:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	left: 4px;
	top: 4px;
	border-radius: 50%;
	background: #e8340c;
}
.column_kv .arrow {
	display: none;
}
.column_kv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active, .column_kv .swiper-active-switch {
	border: 1px solid #e8340c;
}
.btitle {
	font-size: 36px;
	height: 80px;
	line-height: 80px;
	color: #333;
	text-align: center;
}
.business-list {
	margin-top: 80px;
	width: 102%;
	margin-left: -1%;
	margin-bottom:90px;
}
.business-list .business-item {
	float: left;
	width:23%;
	margin: 0 1%;
	position: relative;
}
.business-list .business-item:hover .business-effect {
	background: #e8340c;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.business-list .business-item:hover .business-effect .e-img-l {
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.business-list .business-item:hover .business-effect .e-img-r {
	right: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.business-list .business-item:hover .business-txt p {
	height: 144px;
}
.business-list .business-item:hover .business-txt a {
	opacity: 1;
}
.business-list .business-item:nth-child(even) {
	top: -60px;
}
.business-list .business-item > img {
	display: block;
	width: 100%;
}
.business-list .business-item .business-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}
.business-list .business-item .business-effect .e-img-l {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.business-list .business-item .business-effect .e-img-l img {
	display: block;
	width: 100%;
}
.business-list .business-item .business-effect .e-img-r {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.business-list .business-item .business-effect .e-img-r img {
	display: block;
	width: 100%;
}
.business-list .business-item .business-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 5%;
	text-align: center;
	z-index: 3;
}
.business-list .business-item .business-txt .business-txt-table {
	width: 100%;
	height: 100%;
	display: table;
}
.business-list .business-item .business-txt .business-txt-table .business-txt-cell {
	display: table-cell;
	vertical-align: middle;
}
.business-list .business-item .business-txt img {
	display: block;
	margin: 20% auto 0;
}
.business-list .business-item .business-txt h4 {
	font-size: 24px;
	color: #fff;
	margin-top: 15px;
}
.business-list .business-item .business-txt span {
	display: block;
	width: 50px;
	height: 3px;
	margin: 10% auto;
	background: #fff;
}
.business-list .business-item .business-txt p {
	height: 93px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	padding: 0 10%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.business-list .business-item .business-txt a {
	opacity: 0;
	display: block;
	font-size: 16px;
	color: #fff;
	width: 118px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	margin: 5% auto 19%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
 @media screen and (max-width: 1024px) {
	 .business-list .business-item .business-txt a{
		 opacity: 1;
	 }
	 .business-list .business-item .business-txt p{
		 display:none;
	 }
	 .business-list{
		 margin-top:0px;
	 }
	 .business-list .business-item:nth-child(even){
		 top:0px;
	 }
	 	 .business-list .business-item:nth-child(3){
			 margin-top:10px;

	 }
	  .business-list .business-item:nth-child(4){
			 margin-top:10px;

	 }

	 .business-list .business-item{
		 width:48%;
	 }
	 .btitle{
		 font-size:22px;
	 }
	 .column_title h2{
		 font-size:22px;
	 }
	 .business-list .business-item .business-txt h4{
		 font-size:18px;
		 font-weight:bold;
	 }
	 .business-list .business-item .business-txt img{
		 width:45px;
	 }
.column_kv .kv_con {
	height: 180px;
}
.column_kv .swiper-container-horizontal>.swiper-pagination-bullets, .column_kv .swiper-pagination {
	position: absolute;
	left: auto;
	bottom: 10px;
}
}
 @media screen and (max-width: 767px) {
.column_kv .kvtxt {
	width: 88%;
	top: 40%;
}
.slog {
    font-size: 22px;
  
}
.column_kv .kvtxt h3 {
	font-size: 2.5em;
}
.column_kv .kvtxt h4 {
	font-size: 1.25em;
}
.column_kv .kvtxt p {
	font-size: 1em;
}
.column_kv .kvtxt br {
	display: block;
}
.column_kv .arrow {
	display: block;
	position: absolute;
	left: 45.5%;
	bottom: 0;
	z-index: 10;
	width: 9%;
	height: 0;
	padding: 9% 0 0;
	overflow: hidden;
	cursor: pointer;
	background: url(../image/arrow.png) no-repeat center center;
	background-size: 100%;
	animation: btn_sx 2s linear infinite;
	margin-bottom: 2.5em;
}
}
 @keyframes btn_sx {
 0% {
 bottom: 0;
 opacity: 1;
}
 50% {
 bottom: 1em;
 opacity: .3;
}
 100% {
 bottom: 0;
 opacity: 1;
}
}

.column_business {
	padding: 0 0 2em;
	background: #F4F4F4;
}
.column_business .business {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 -1em;
}
.column_business .business.current {
	height: auto;
}
.column_business .business_con {
	position: relative;
	margin: 0 1em;
}
.column_business .business_con .bg_container {
	height: 0;
	overflow: hidden;
	padding: 0 0 calc(309% / 4.46);
}
.column_business .business_con .txt_container h3 {
	padding: 1em 0;
	color: #494949;
}
.column_business .swiper-button-prev, .column_business .swiper-button-next {
	left: 1em;
	top: 50%;
	width: 3.5em;
	height: 3.5em;
	background: url(../image/btn_prev.png) no-repeat center center;
	background-size: 100%;
	outline: none;
	position: absolute;
	margin-top: -1.75EM;
}
.column_business .swiper-button-prev:after, .column_business .swiper-button-next:after {
	display: none;
}
.column_business .swiper-button-next {
	left: auto;
	right: 1em;
	background-image: url(../image/btn_next.png);
}
.column_business .swiper-button-disabled {
	display: none;
}

.column_indexnews {
	position: relative;
	padding: 0 0 2%;
	overflow: hidden;
}
.column_indexnews .hotnews {
	float: left;
	width: 50%;
	position: relative;
	margin-bottom: 2em;
	padding-top: 23px;
}
.column_indexnews .hotnews .swiper-slide {
	position: relative;
}
.column_indexnews .swiper-wrapper, .column_indexnews .swiper-slide {
	height: auto !important;
}
.column_indexnews .img_container {
	height: 30.5em;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.column_indexnews .bg_container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: transform .5s linear;
}
.column_indexnews .txt_container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 5em 0 1em;
	height: 3.5em;
	background: rgba(0, 0, 0, .7);
}
.column_indexnews .txt_container h4 {
	width: 100%;
	font-size: 1.167em;
	line-height: 3em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFF;
	transition: background .5s linear;
}
.column_indexnews .txt_container .time {
	position: absolute;
	white-space: nowrap;
	right: 14em;
	line-height: 3.5em;
	bottom: 0;
	color: #FFF;
}
.column_indexnews a:hover .bg_container {
	transform: scale(1.05);
}
.column_indexnews a:hover .txt_container {
	background: rgba(232, 52, 12, .8);
}
.column_indexnews .swiper-container-horizontal>.swiper-pagination-bullets, .column_indexnews .swiper-pagination {
	left: auto;
	right: 0;
	width: 12em;
	position: absolute;
	bottom: .5em;
	text-align: right;
}
.column_indexnews .swiper-pagination-bullet, .column_indexnews .swiper-pagination-switch {
	display: inline-block;
	width: .75em;
	height: .75em;
	margin: .25em .2em !important;
	border-radius: 50%;
	background-color: #FFF;
	opacity: 1;
	outline: none;
}
.column_indexnews .swiper-pagination-bullet-active, .column_indexnews .swiper-active-switch {
	background-color: #e8340c;
}
.column_indexnews .medianews {
	float: right;
	width: 48%;
}
.column_indexnews .sdicnews {
	float: left;
	width: 100%;
	padding-top: 15px;
}
.column_indexnews .companynews {
	float: left;
	width: 30%;
}
.content h3 a {
	display: block;
	font-weight: bold;
	font-size: 22px;
	line-height: 2.6em;
	color: #333;
	border-bottom: 1px solid #DDD;
	position: relative;
	margin-bottom: .5em;
}
.content h3 a:hover {
}
.content h3 a:before, .content h3 a:before {
	position: absolute;
	color: #e8340c;
	content: " ";
	right: 2px;
	top: 69%;
	line-height: 1.5em;
	margin-top: -.75em;
	font-weight: lighter;
	display: block;
	width: 12px;
	height: 20px;
	background: url(../image/icon01.png) no-repeat;
}
.content h3 a:after {
	position: absolute;
	content: "";
	width: 93px;
	height: 3px;
	bottom: -1px;
	left: 0;
	background: #e8340c;
}
.column_indexnews .indexnewslist ul {
	list-style-type: none;
}
.column_indexnews .indexnewslist li {
	line-height: 3em;
	padding: 0 4.5em 0 0;
	position: relative;
}
.column_indexnews .indexnewslist a h4 {
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}
.column_indexnews .indexnewslist a:hover h4 {
	color: #e8340c;
}
.column_indexnews .indexnewslist a .time {
	position: absolute;
	right: 0;
	top: 0;
	color: #8A8A8A;
	font-size: .75em;
}
 @media screen and (max-width: 1440px) {
.column_indexnews .indexnewslist a h4 {
	font-size: 16px;
}
}
 @media screen and (max-width: 1024px) {
.column_indexnews .bg_container {
	bottom: 5.5em
}
.column_indexnews .txt_container {
	height: 2.8em;
	padding: 0 7em 0 1em;
	background: #000;
}
.column_indexnews .txt_container h4{
	line-height:2.5em;
}
.column_indexnews .swiper-container-horizontal>.swiper-pagination-bullets,  .column_indexnews .swiper-pagination {
	width: 100%;
	bottom: .25em;
}
.column_indexnews .txt_container .time {
	right: 1em;
	bottom: 2em
}
}
 @media screen and (max-width: 767px) {
.column_indexnews .hotnews {
	float: none;
	width: 100%;
}
.column_indexnews .img_container {
	height: 0;
	padding: 0 0 69.33%;
}
.column_indexnews .bg_container {
	bottom: 0
}
.column_indexnews .medianews {
	float: none;
	width: 100%;
	margin-bottom: 2em;
}
.column_indexnews .sdicnews {
	float: none;
	width: 100%;
	margin: 0 0 2em;
}
.column_indexnews .companynews {
	float: none;
	width: 100%;
}
}

.column_team {
	position: relative;
 padding: 0 55% calc((25% - 2em) / 264 * 370 + 3.5em) 0;
	height: 0;
}
.column_team .swiper-container {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
.column_team .team_con {
	margin: .5em 1em 1em;
	position: relative;
	display: block;
}
.column_team .team_con:hover {
	background: #F4F4F4;
	box-shadow: 0 .25em .5em rgba(0, 0, 0, .2);
}
.column_team .team_con .bg_container {
	height: 0;
	padding: 0 0 calc(370% / 2.64);
	overflow: hidden;
	background-position: center top;
}
.column_team .team_con .txt_container {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5em;
	background: #e8340c;
	color: #FFF;
	width: 100%;
	opacity: 0;
}
.column_team .team_con:hover .txt_container {
	opacity: 1;
}
.column_team .team_con .txt_container p {
	opacity: .75;
}
.column_team .team_con .txt_container:after {
	content: "→";
	position: absolute;
	right: 1.5em;
	top: 50%;
}
.column_team .swiper-button-prev, .column_team .swiper-button-next {
	position: absolute;
	left: 0%;
	bottom: 2em;
	top: auto;
	margin: 0;
	right: auto;
	align-items: normal;
	width: 1.5em;
	height: 1.5em;
	display: block;
	color: #888;
	text-align: center;
	line-height: 1.5em;
	outline: none;
}
.column_team .swiper-button-prev:after {
	content: "<";
	font-size: 1em;
	line-height: 1.5em;
	transform: scale(1, 2);
	display: inline-block;
}
.column_team .swiper-button-next:after {
	content: ">";
	font-size: 1em;
	line-height: 1.5em;
	transform: scale(1, 2);
	display: inline-block;
}
.column_team:after {
	content: "";
	position: absolute;
	left: 0%;
	margin-left: 1.75em;
	bottom: 2.175em;
	width: 1px;
	height: 1em;
	background: #888;
	opacity: .5;
}
.column_team .swiper-button-next {
	margin-left: 2em;
}
 @media screen and (max-width: 767px) {
.column_team {
	position: relative;
	padding: 0 0 4em;
	height: auto;
}
.column_team .swiper-container {
	position: relative;
	width: 100%;
	margin-top: 2em;
}
.column_team .team_con .txt_container {
	padding: .5em;
	opacity: 1;
	white-space: nowrap;
}
.column_team .team_con .txt_container p {
	font-size: .875em;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
}
.column_team .team_con .txt_container:after {
	display: none;
}
.column_team .swiper-button-prev,  .column_team .swiper-button-next {
	left: calc(50% - 1.75em);
}
.column_team:after {
	left: 50%;
	margin: 0;
}
}

.column_investment {
	padding-top: 1%;
	padding-bottom: 5%;
	background: #f5f5f5;
}
.column_investment .column_title {
	text-align: center;
}
.column_investment .column_investment_swiper {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.column_investment .column_investment_swiper .swiper-slide {
	position: relative;
}
.column_investment .column_investment_swiper .thumb {
	width: 129px;
	height: 129px;
	margin: 0 auto 30px auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.column_investment .column_investment_swiper .thumb img {
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	opacity: .8;
	width: 100%;
	opacity: 0!important;
}
.column_investment .column_investment_swiper .thumb:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.column_investment .column_investment_swiper .active img {
	opacity: 1;
}
.column_investment .column_investment_swiper .active::after {
	position: absolute;
	width: 100%;
	height: 1px;
	content: " ";
	left: 0;
	bottom: -20px;
	background: #0770ae;
}
.column_investment .column_investment_swiper .arrow-left {
	position: absolute;
	left: 0;
	top: 50%;
	width: 17px;
	height: 30px;
	margin-top: -50px;
	background-image: url(../image/arrow-left-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 300;
}
.column_investment .column_investment_swiper .arrow-right {
	position: absolute;
	right: 0;
	top: 50%;
	width: 17px;
	height: 30px;
	margin-top: -50px;
	background-image: url(../image/arrow-right-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 300;
}
.column_investment .tabs-content {
	padding-top: 2.5%;
}
.column_investment .tabs-content .tab-panel {
	display: none;
}
.column_investment .tabs-content .tab-panel.active {
	display: block;
}
.column_investment .tabs-content .name {
	text-align: center;
	font-size: 30px;
	font-family: PingFang SC;
	
	color: rgba(73, 73, 73, 1);
	margin-bottom: 25px;
}
.content a.more {
	color: #333333;
	display: inline-block;
	margin-top: 20px;
	vertical-align: middle;
}
.content a.more:hover {
	color: #e8340c;
}
.content a.more::after {
	content: " ";
	display: inline-block;
	width: 7px;
	height: 12px;
	margin-left: 7px;
	background-size: cover;
	background-image: url(../image/arrow-right-1.png);
}
 @media screen and (max-width: 1440px) {
.column_investment .column_investment_swiper .thumb {
	width: 100px;
	height: 100px;
}
}
@media screen and (max-width: 960px) {
.column_investment .column_investment_swiper .thumb {
	width: 90px;
	height: 90px;
}
}
@media screen and (max-width: 768px) {
.column_investment .column_investment_swiper .thumb {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.column_investment .column_investment_swiper .arrow-right, .column_investment .column_investment_swiper .arrow-left {
	
	top: 70px;
	width: 12px;
	height: 21px;
}
}

.column_about {
	padding: calc(210% / 19.2) 0 2em;
	position: relative;
}
.column_about>.bg_container {
	position: absolute;
	height: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	top: 0;
	padding: 0 0 calc(375% / 19.2);
}
.column_about .columns_container {
	position: relative;
	background: #FFF;
	box-shadow: 0 .5em 1em rgba(0, 0, 0, .1);
	padding: 0 32% 0 0;
}
.column_about .aboutus .column_content {
	padding: 0 2em 2em;
	text-align: justify;
	font-size: 16px;
}
.column_about .aboutus .column_content .btn_more {
	border: 1px solid #DDD;
	display: inline-block;
	margin-top: 1.5em;
	padding: 0 1.5em;
	line-height: 2em;
	height: 2em;
	border-radius: 1em;
}
.column_about .aboutus .column_content .btn_more:hover {
	border-color: #e8340c;
}
.column_about .joinus {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 28%;
}
.column_about .joinus .bg_container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: right center;
}
.column_about .columns_container .column_title {
	padding: 2em;
	position: relative;
}
.column_about .joinus .column_title h2, .column_about .joinus .column_title h3 {
	color: #FFF;
}
.column_about .joinus .column_content {
	padding: 0 2em;
	border-top: 1px solid rgba(255, 255, 255, .3);
	overflow: hidden;
	width: 100%;
	bottom: 0;
	line-height: 6em;
	height: 6em;
	text-align: right;
	left: 0;
	position: absolute;
	background: url(../image/icon_joinus.png) no-repeat 2em 50%/3em;
}
.column_about .joinus .btn_more {
	color: #FFF;
}
 @media screen and (max-width: 767px) {
.column_about>.bg_container {
	padding: 0;
	height: auto;
	bottom: 30%;
}
.column_about .columns_container {
	padding: 0;
}
.column_about .joinus {
	position: relative;
	height: 16em;
	width: auto;
}
}

.management_contemt {
	position: relative;
	padding-bottom: 2em;
}
.management_contemt ul {
	margin: 0 -1em;
	list-style-type: none;
	overflow: hidden;
}
.management_contemt li {
	float: left;
	width: 25%;
	padding: 0 1em 2em;
}
.management_contemt li:nth-child(4n) {
	margin-right: -1em;
}
.management_contemt li a {
	display: block;
	padding: 1.5em 1.5em 2.5em;
	position: relative;
	transition: box-shadow .5s linear;
}
.management_contemt .img_container {
	height: 0;
	overflow: hidden;
	padding: 0 0 135.29%;
}
.management_contemt .img_container img {
	width: 100%;
}
.management_contemt .txt_container h3 {
	text-align: center;
	color: #494949;
	padding-top: 1em;
	font-weight: bold;
}
.management_contemt .txt_container:after {
	content: "查看更多 >";
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: -1.25em;
	height: 2.5em;
	line-height: 2.5em;
	display: inline-block;
	padding: 0 1.5em;
	border-radius: 1.25em;
	color: #FFF;
	background: #888;
	transform: translateX(-50%);
	transition: background .5s linear;
}
.management_contemt li a:hover {
	box-shadow: 0 .5em 1em rgba(0, 0, 0, .1);
}
.management_contemt li a:hover .txt_container:after {
	background: #e8340c;
}
 @media screen and (max-width: 767px) {
.management_contemt li {
	width: 50%;
}
.management_contemt li:nth-child(2n) {
	margin-right: -1em;
}
}
.aboutgx {
	height: 430px;
}
.aboutgx_l {
	width: 48%;
	float: left;
}
.lunbo {
	width: 40%;
	float: left;
	overflow: hidden;
	padding-top: 20px;
}
.lunbo img {
	width: 100%;
}
.gx_intro {
	padding-top: 30px;
}
.gx_intro a {
	color: #555;
}
.tabs {
	width: 55%;
	float: right;
	overflow: hidden;
}
.frbb {
	float: right;
}
.news_l {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-top: 10px;
}
.news_r {
	width: 30%;
	float: right;
	overflow: hidden;
	padding-top: 20px;
}
.office_menu {
	display: block;
	font-weight: bold;
	font-size: 22px;
	height: 56px;
	line-height: 52px;
	color: #333;
	margin-bottom: 0.5em;
	overflow: hidden;
	margin-top: 12px;
	position: relative;
}
.office_menu:before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	content: "";
	background: #DDD;
	height: 1px;
}
.office_menu li {
	color: #666;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 36px;
	padding: 0px 4px;
	text-align: center;
	position: relative;
}
.office_menu li.on {
	font-weight: bold;
	border-bottom: 3px solid #e8340c;
	color: #333;
	height: 56px;
	z-index: 6;
}
.offi_content {
	clear: both;
	padding-top: 0px;
}
.column_investment .indent_content {
	background: #fff;
	z-index: 2;
	margin-top: -140px;
	position: relative;
	padding: 0px 60px 60px;
	border-radius: 6px;
}
a.morepp{
	position:absolute;
	right:0px;
	font-size:16px;
	top:0px;
}
.elli {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_data {
	width: 100%;
	clear: both;
	border-bottom: 1px dashed #e8e8e8;
	padding-bottom: 10px;
	padding-top:0px;
	text-align: left;
	overflow: hidden;
}
.news_datatitle {
	font-size: 16px;
	font-weight: bold;
	padding: 11px 0px 3px;
}
.news_dataintro {
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.column_indexnews .indexnewslist .office_menu li{
	padding:0px;
	line-height:2.5em;
}

@media screen and (max-width: 1000px) {
	.menubgts{
		height: 0;
	}
	.office_menu li{
		margin-right:10px;
	}
	.slog{
		font-size:22px;
		line-height:36px;
	}
.news_l {
	width: 100%;
	padding-top: 5px;
}
.news_r {
	width: 100%;
	float: right;
	padding-top: 5px;
}
.aboutgx_l {
	width: 100%;
}
.column_indexnews .hotnews {
	margin-bottom: 10px;
}
.column_indexnews .medianews {
	margin-bottom: 0px;
}
.column_investment .indent_content {
	background: #fff;
	z-index: 2;
	width: 93%;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
	padding: 0px 20px 20px;
	border-radius: 6px;
}
.aboutgx {
	height: 700px;
}
.content h3 a {
	font-size: 18px;
}
.office_menu {
	font-size: 18px;
}
.gx_intro {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	padding-bottom: 0px;
}
.frbb {
	padding-top: 20px;
}