.maincolor {
  color: #888;
  /*文字*/
  color: #494949;
  /*重文字*/
  color: #222
    /*特重文字*/
    color：#e8340c
    /*主色调*/
    color：#DDD;
  /*边框*/
  color: #F4F4F4;
  /*背景*/
}

/*KV*/

.column_kv {
  position: relative;
}

.column_kv .kv_con {
  position: relative;
  height: 100vh;
  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-weight: bold; */
  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: 30px;
}

.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;
}
.link{ height: 63px; background-color: #e8340c; min-width:1200px;}
.link dt{ float: left; color: #fff; font-size: 16px; margin:8px 0 0 40px}
.link dd{ float: left;}
.link select {
    width: 235px;
    height: 40px;
    margin: 0 0 0 10px;
    padding-left: 10px;
    background: #ffffff;
    font-size: 16px;
    border:1px solid #e2e0e0;
    color: #e8340c;}
.link_in{ padding-top: 11px!important;}
@media screen and (max-width: 1024px) {
  .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%;
  }

  .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(../images/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(../images/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(../images/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:5px;
}

.column_indexnews .hotnews .swiper-slide {
  position: relative;
}

.column_indexnews .swiper-wrapper,
.column_indexnews .swiper-slide {
  height: auto !important;
}

.column_indexnews .img_container {
  height: 20.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(../images/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: 5.5em;
    padding: 0 7em 0 1em;
    background: #000;
  }

  .column_indexnews .swiper-container-horizontal>.swiper-pagination-bullets,
  .column_indexnews .swiper-pagination {
    width: 100%;
    bottom: .25em;
   text-align: center;
  }

  .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 39.33%;
    border-bottom: 5.5em solid #000;
  }

  .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: 250px;
  height: 178px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  cursor: pointer;
  text-align:center;
   background-color: #f5f5f5;
   display:flex;
  justify-content: center;/*水平居中*/

}

	

.column_investment .column_investment_swiper .active::after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: " ";
  left: 0;
  bottom: -20px;
  background: #e8340c;
}

.column_investment .column_investment_swiper .arrow-left {
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 30px;
  margin-top: -50px;
  background-image: url(../images/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(../images/arrow-right-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 300;
}

.column_investment .tabs-content {
  padding-top: 5px;
  padding-bottom:4%;
}

.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: 26px;
  font-family: PingFang SC;
  /* font-weight: 500; */
  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(../images/arrow-right-1.png);
}
.boxbb {
    display: none;
    z-index: 20;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bbc01{
	display:block;
}
@media screen and (max-width: 1440px) {
  .column_investment .column_investment_swiper .thumb {
    width: 250px;
    height:178px;
  }
}
@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{
    /* margin-top: -40px; */
    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(../images/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: 67%;
	float: left;
	overflow: hidden;
	padding-top:20px;
}
.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:7px;
}
.column_investment .indent_content{
background:#fff; z-index:2; margin-top:-140px; position:relative;
padding:0px 60px 60px;
border-radius:6px;
}

@media screen and (max-width: 1000px) {

.column_indexnews .txt_container h4{
width: 130%;
}
	.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:530px;
}
.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;
}

	.link dt{
		display:none;
	}
	.link{
		min-width:100%;
		height:120px;
	}
	.link  dd{
		width:48%;
		margin:1%;
	}
	.link  dd select{
		width:100%;
		margin:0px;
	}
.link{ height: 113px; background-color: #e8340c; min-width:100%;}
.newslist .img_container img{
	width:100%!important;
	height:200px!important;
}

.newslist .img_container+.txt_container{
	width:100%!important;
}	
}
