﻿/* 20200320 */
@charset "utf-8";

.fr {
  float: right;
}

.fl {
  float: left;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt45 {
  margin-top: 45px;
}

.mt35 {
  margin-top: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr36 {
  margin-right: 30px;
}

.main,
.header {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sy-head {
  height: 151px;
  background: url("/images/tcj_0120191107.png") no-repeat top center;
}

.sy-head .container {
  height: 151px;
  background: url("/images/tcj_0120191107.png") no-repeat top center;
}

.sy-title {
  height: 151px;
}

.sy-title .fhsy {
  height: 64px;
  display: inline-block;
  margin-top: 43px;
}

.b-right {
  width: 495px;
  height: 151px;
}

.b-right .search-div {
  display: inline-block;
  height: 151px;
  margin-right: 50px;
}

.b-right .sdzc {
  display: inline-block;
  margin-top: 30px;
  margin-left: 14px;
}

.wu-za {
  display: inline-block;
  margin-top: 16px;
}

.wu-za ul li {
  width: 70px;
  text-align: center;
  font: normal 14px/26px "微软雅黑";
}

.wu-za ul li a {
  color: #bd1a2d;
}

#form1 {
  margin-top: 47px;
}

.Search {
  width: 200px;
  height: 35px;
  padding-left: 10px;
  border-right: 0;
  background: #fff;
  border: 1px solid #bd1a2d;
}

.Search-btn {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 35px;
  background-color: #bd1a2d;
  border: 0;
  color: #fff;
  margin-left: -4px;
  background-image: url("/images/sprit.png");
  background-repeat: no-repeat;
  background-position: -60px -70px;
}

.radio {
  margin-top: 10px;
  display: inline-block;
}

.radio>input {
  display: none;
}

.radio>label {
  position: relative;
  margin-right: 25px;
  font-size: 14px;
}

.radio>label::before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #bd1a2d;
  margin-right: 6px;
  vertical-align: bottom;
  background: #fff;
}

.radio>input:checked+label::before {
  width: 9px;
  height: 9px;
  background-color: #bd1a2d;
}

.banner {
  width: 100%;
  height: 464px;
  background: url("/images/tcj_02-20191107.png") no-repeat top center;
}

.banner .container {
  background: url("/images/tcj_02-20191107.png") no-repeat top center;
  position: relative;
  height: 100%;
}

.video-po {
  float: right;
  margin-right: 40px;
  margin-top: 77px;
  /* position: relative; */
}

.video-po li {
  position: relative;
}

#pic {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -34px;
  cursor: pointer;
}

.tab {
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.tab ul {
  font-size: 0;
}

.tab ul li {
  display: inline-block;
  height: 64px;
  width: 151px;
  font: normal 24px/64px "微软雅黑";
  text-align: center;
}

.tab ul li:hover {
  background: #dbbc83;
}

.tab ul li a {
  color: #f6f6f6;
}

.tzbj {
  margin-top: 122px;
}

.first {
  background: #f6f6f6;
  padding: 34px 0 22px 0;
}

.slideBox1 {
  width: 450px;
  height: 253px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBox1 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox1 .bd li {
  zoom: 1;
  vertical-align: middle;
  background: url("/images/stop.png") no-repeat center center;
}

.slideBox1 .bd .img {
  width: 450px;
  height: 253px;
  display: block;
}

/* 本例子css */
.slideBox {
  width: 586px;
  height: 380px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 586px;
  height: 380px;
  display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(/images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

/* 本例子css */
.slideTxtBox {
  width: 600px;
  text-align: left;
}

.slideTxtBox .hd {
  height: 62px;
  line-height: 62px;
  position: relative;
  background: url("/images/tcj_03.png") no-repeat top left;
  font-size: 24px;
  color: #fff;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  top: -1px;
  height: 62px;
}

.slideTxtBox .hd ul li {
  float: left;
  width: 196px;
  cursor: pointer;
  text-align: center;
}

.slideTxtBox .hd ul li.on {
  height: 62px;
  font-weight: bold;
}

.slideTxtBox .bd>div {
  background: #fff;
}

.slideTxtBox .bd .more {
  display: block;
  font: bold 16px "微软雅黑";
  color: #bd1a2d;
  text-align: right;
  margin-right: 20px;
  padding-bottom: 20px;
  margin-top: 16px;
}

.slideTxtBox .bd ul {
  padding: 15px;
  zoom: 1;
  padding-bottom: 0;
}

.slideTxtBox .bd li {
  height: 35px;
  line-height: 24px;
}

.slideTxtBox .bd li:hover a {
  color: #bd1a2d;
}

.slideTxtBox .bd li span {
  float: left;
  width: 4px;
  height: 4px;
  background: #bd1a2d;
  margin-top: 14px;
}

.slideTxtBox .bd li a {
  font: normal 16px/32px "微软雅黑";
  color: #333;
}

.slideTxtBox .bd li a {
  float: left;
  margin-left: 10px;
}

.bg-title {
  margin-top: 40px;
  height: 54px;
  width: auto;
  border-bottom: 4px solid #bd1a2d;
  font: bold 24px/40px "微软雅黑";
  color: #bd1a2d;
  display: inline-block;
  padding-right: 35px;
  position: relative;
}

.bg-title span {
  display: inline-block;
  float: left;
  width: 50px;
  height: 54px;
  background: url("/images/qt-icons-20191118.png") no-repeat 4px 0;
}

.bg-title .zt {
  background: url("/images/zt-icon-20191118.png") no-repeat 4px 6px;
}

.bg-title .hd-icon {
  background: url("/images/hdjl-icon-20191118.png") no-repeat 4px 2px;
}

.zhuanti {
  margin-top: 20px;
}

.zhuanti ul li {
  display: inline-block;
  margin-right: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.zhuanti ul li:hover {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transform: translateY(-5px);
}

.zhuanti ul li img {
  width: 380px;
  height: 150px;
}

.zhuanti ul li:last-child {
  margin: 0;
}

.more-zt {
  position: absolute;
  right: 0;
  top: 65px;
  font: bold 16px "微软雅黑";
  color: #bd1a2d;
  text-align: right;
}

.more-zt a {
  color: #bd1a2d;
}

.z-left {
  width: 791px;
}

.zl-left {
  width: 190px;
  height: 170px;
  background: #bd1a2d;
  font: normal 18px/82px "微软雅黑";
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.zl-left:hover {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transform: translateY(-3px);
}

.zl-left a {
  color: #fff;
  display: block;
}

.zl-left span {
  display: block;
  height: 88px;
  background: url("/images/tcj_24-20191107.png") no-repeat bottom center;
}

.zl-right ul {
  width: 590px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zl-right ul li {
  width: 190px;
  height: 80px;
  text-align: center;
  font: normal 18px/80px "微软雅黑";
  border: 1px solid #bd1a2d;
  margin-bottom: 10px;
}

.zl-right ul li a {
  color: #bd1a2d;
  display: block;
}

.zl-right ul li:hover {
  background: #bd1a2d;
}

.zl-right ul li:hover a {
  color: #fff;
}

.z-right {
  width: 380px;
}

.z-right ul {
  margin-top: 20px;
}

.z-right ul li {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
}

.z-right ul li:hover {
  transform: translateY(-2px);
}

.z-right ul li a {
  display: block;
}

.z-right ul .jl_1 {
  width: 130px;
  height: 90px;
}
.z-right ul .jl_1 img,.z-right ul .jl_2 img{
width:100%;
height:90px;
}
.z-right ul .jl_3 img,.z-right ul .jl_4 img{
width:100%;
height:72px;
}

.z-right ul .jl_2 {
  width: 240px;
  height: 90px;
}

.z-right ul .jl_3 {
  width: 252px;
  height: 72px;
}

.z-right ul .jl_4{
  width: 118px;
  height: 72px;
}

.jl_1,.jl_3 {
  margin-right: 5px;
}

.jl_1,.jl_2 {
  margin-bottom: 8px;
}

.t-left {
  width: 100%;
  margin-top: 20px;
}

.t-left ul {
  font-size: 0;
}

.t-left ul li {
  width: 380px;
  height: 120px;
  display: inline-block;
  margin-right: 30px;
  font: normal 18px "微软雅黑";
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.t-left ul li:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.t-left ul li a {
  color: #fff;
}

.t-left ul span {
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}

.t-left .t1 {
  background: -webkit-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -moz-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -webkit-gradient(linear, top, bottom, from(#ffb0ba), to(#f26e7e));
  background: linear-gradient(top, #ffb0ba, #f26e7e);
  background: -ms-linear-gradient(top, #ffb0ba, #f26e7e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffb0ba, endColorstr=#f26e7e);
}

.t-left .t1 span {
  background: url("/images/tcj_27-20191107.png") no-repeat bottom center;
}

.t-left .t2 {
  background: -webkit-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -moz-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -webkit-gradient(linear, top, bottom, from(#ffb0ba), to(#f26e7e));
  background: linear-gradient(top, #ffb0ba, #f26e7e);
  background: -ms-linear-gradient(top, #ffb0ba, #f26e7e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffb0ba, endColorstr=#f26e7e);
}

.t-left .t2 span {
  background: url("/images/tcj_29-20191107.png") no-repeat bottom center;
}

.t-left .t3 {
  background: -webkit-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -moz-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -webkit-gradient(linear, top, bottom, from(#ffb0ba), to(#f26e7e));
  background: linear-gradient(top, #ffb0ba, #f26e7e);
  background: -ms-linear-gradient(top, #ffb0ba, #f26e7e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffb0ba, endColorstr=#f26e7e);
  margin: 0;
}

.t-left .t3 span {
  background: url("/images/tcj_31-20191107.png") no-repeat bottom center;
}

.last {
  margin-bottom: 30px;
}

.last>ul li {
  float: left;
  width: 380px;
  margin-right: 30px;
}

.last .none-mr {
  margin-right: 0;
}

.list {
  height: 290px;
  background: #f5f5f5;
  margin-top: 20px;
}

.list img {
  width: 380px;
  height: 144px;
}

.list>ul li {
  font: normal 18px/48px "微软雅黑";
}

.list>ul li:hover a {
  color: #bd1a2d;
}

.list>ul li a {
  color: #333;
}

.list span {
  float: left;
  width: 4px;
  height: 4px;
  background: #bd1a2d;
  margin: 22px 8px 0 10px;
}

.yqlj {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #851220;
  background: #bd1a2d;
}

.yqlj .container {
  background: #bd1a2d;
  height: 52px;
  border-bottom: 1px solid #851220;
}

select {
  background: #bd1a2d;
  border: 0;
  color: #fff;
  margin-right: 50px;
  padding: 10px 0 10px 20px;
}

option {
  background: #fff;
  color: #000;
  border: 0;
}

/* 投资北京*/
.title-erji {
  height: 53px;
  background: #bd1a2d;
}

.title-erji .container {
  background: #bd1a2d;
}

.title-erji ul {
  font-size: 0;
}

.title-erji ul li {
  width: 20%;
  text-align: center;
  display: inline-block;
  font: normal 24px/53px "微软雅黑";
}

.title-erji ul li:hover {
  background: #bd1a2d;
}

.title-erji ul li a {
  color: #fff;
}

.active {
  background: #dbbc83;
}

.crumbs {
  height: 40px;
  font: normal 14px/40px "微软雅黑";
  border-bottom: 1px solid #e4e4e4;
}

.crumbs a {
  color: #666;
}

.tzbj-title,
.tzbj-title1 {
  height: 42px;
  width: 260px;
  margin: 38px auto 0;
  font: bold 30px/36px "微软雅黑";
  color: #bd1a2d;
  text-align: center;
  border-bottom: 2px solid #bd1a2d;
}

.tzbj-title span,
.tzbj-title1 span {
  display: inline-block;
  width: 35px;
  height: 38px;
  float: left;
  background: url("/images/tzbj-icon6.png") no-repeat 0 0;
}

.tzbj-title1 {
  width: 175px;
}

.w790 {
  width: 790px;
}

.w380 {
  width: 380px;
}

.mc-lanmu {
  margin-top: 10px;
}

.mc-lanmu span {
  height: 28px;
  width: 4px;
  background: #bd1a2d;
  float: left;
  margin-top: 9px;
}

.mc-lanmu h5 {
  height: 40px;
  font: normal 24px/40px "微软雅黑";
  color: #bd1a2d;
  border-bottom: 1px solid #e4e4e4;
  margin-left: 20px;
}

.switch-tz {
  width: 790px;
  text-align: center;
  margin-top: 20px;
}

.tab-hd {
  height: 50px;
  position: relative;
}

.tab-hd ul {
  float: left;
  position: absolute;
  height: 50px;
  width: 790px;
}

.tab-hd ul li {
  float: left;
  cursor: pointer;
  width: 20%;
  height: 50px;
  display: inline-block;
  border: 1px solid #e4e4e4;
  background: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
  background: -moz-linear-gradient(top, #fefefe, #f1f1f1);
  background: -webkit-gradient(linear, top, bottom, from(#fefefe), to(#f1f1f1));
  background: linear-gradient(top, #fefefe, #f1f1f1);
  background: -ms-linear-gradient(top, #fefefe, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#f1f1f1);
  border-left: 0;
  font: normal 20px/50px "微软雅黑";
  color: #333;
}

.tab-hd ul li a {
  color: #333;
}

.tab-hd ul li:first-child {
  border-left: 1px solid #e4e4e4;
}

.tab-hd ul li span {
  display: block;
}

.tab-hd ul .on {
  height: 50px;
  background: #f8f8f8;
  border-top: 2px solid #bd1a2d;
  border-bottom: 0;
  color: #bd1a2d;
}

.tz-ul ul {
  width: 790px;
  padding: 10px 25px;
  zoom: 1;
  text-align: left;
  border: 1px solid #e4e4e4;
  border-top: 0;
}

.tz-ul ul li {
  height: 38px;
  font: normal 16px/38px "微软雅黑";
  padding-left: 14px;
  background: url("/images/tzbj-jiantou-20191111.png") no-repeat left center;
}

.tz-ul ul li:hover a {
  color: #bd1a2d;
}

.tz-ul ul li a {
  color: #333;
}

.tz-ul ul span {
  font: normal 14px/38px "微软雅黑";
  color: #333;
  float: right;
}

.tz-ul .more {
  width: 100%;
  text-align: right;
  height: 38px;
  font: normal 16px/38px "微软雅黑";
}

.tz-ul .more a {
  color: #333;
}

.tz-ul .more a:hover {
  color: #bd1a2d;
}

.slideTxtBox-tzbj2 .tab-hd ul li {
  width: 25%;
}

.gk {
  margin-top: 50px;
}

.gk ul li {
  width: 380px;
  height: 120px;
  font: normal 18px/34px "微软雅黑";
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gk ul li:hover {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transform: translateY(-5px);
}

.gk ul li a {
  color: #fff;
  display: block;
}

.gk ul li span {
  display: inline-block;
  height: 60px;
  width: 100%;
  background: url("/images/tcj_27-20191107.png") no-repeat bottom center;
}

.gk .t1 {
  background: -webkit-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -moz-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -webkit-gradient(linear, top, bottom, from(#ffb0ba), to(#f26e7e));
  background: linear-gradient(top, #ffb0ba, #f26e7e);
  background: -ms-linear-gradient(top, #ffb0ba, #f26e7e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffb0ba, endColorstr=#f26e7e);
}

.gk .t1 span {
  background: url("/images/tcj_27-20191107.png") no-repeat bottom center;
}

.gk .t2 {
  background: -webkit-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -moz-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -webkit-gradient(linear, top, bottom, from(#ffb0ba), to(#f26e7e));
  background: linear-gradient(top, #ffb0ba, #f26e7e);
  background: -ms-linear-gradient(top, #ffb0ba, #f26e7e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffb0ba, endColorstr=#f26e7e);
}

.gk .t2 span {
  background: url("/images/tcj_29-20191107.png") no-repeat bottom center;
}

.gk .t3 {
  background: -webkit-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -moz-linear-gradient(top, #ffb0ba, #f26e7e);
  background: -webkit-gradient(linear, top, bottom, from(#ffb0ba), to(#f26e7e));
  background: linear-gradient(top, #ffb0ba, #f26e7e);
  background: -ms-linear-gradient(top, #ffb0ba, #f26e7e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffb0ba, endColorstr=#f26e7e);
}

.gk .t3 span {
  background: url("/images/tcj_31-20191107.png") no-repeat bottom center;
}

.gqzz,
.slgs {
  width: 100%;
  font-size: 0;
  margin-top: 20px;
}

.gqzz ul li,
.slgs ul li {
  display: inline-block;
  width: 25%;
  margin-bottom: 10px;
  font: normal 16px/34px "微软雅黑";
}

.gqzz ul li:hover a,
.slgs ul li:hover a {
  color: #bd1a2d;
}

.gqzz ul li a,
.slgs ul li a {
  color: #333;
}

.gqzz span,
.slgs span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #bd1a2d;
  margin-right: 6px;
  margin-bottom: 4px;
}

.slgs span {
  margin-right: 0;
}

.slideTxtBox-tzbj4 .tz-ul ul {
  border-top: 1px solid #e4e4e4;
}

.xiangmu {
  margin-top: 20px;
}

.xiangmu ul li {
  width: 100%;
  height: 100px;
  border: 2px solid #bd1a2d;
  font: normal 18px/100px "微软雅黑";
  background: #fff;
}

.xiangmu ul li:hover {
  background: #bd1a2d;
}

.xiangmu ul li:hover a {
  color: #fff;
}

.xiangmu ul li a {
  display: block;
  color: #bd1a2d;
}

.xiangmu ul li span {
  display: inline-block;
  width: 45px;
  height: 100px;
  float: left;
  margin: 0 20px 0 96px;
}

.xiangmu .xmfb {
  margin-bottom: 25px;
}

.xiangmu .xmfb span {
  background: url("/images/tzbj-icon6.png") no-repeat -160px 29px;
}

.xiangmu .xmfb:hover span {
  background: url("/images/tzbj-icon6.png") no-repeat -210px 29px;
}

.xiangmu .xmk span {
  background: url("/images/tzbj-icon6.png") no-repeat -260px 29px;
}

.xiangmu .xmk:hover span {
  background: url("/images/tzbj-icon6.png") no-repeat -310px 29px;
}

.slideTxtBox-tzbj5 .tab-hd ul li,
.slideTxtBox-tzbj3 .tab-hd ul li {
  width: 263px;
}

.slideTxtBox-tzbj5 .tab-hd ul li:first-child,
.slideTxtBox-tzbj3 .tab-hd ul li:first-child {
  width: 264px;
}

.slgs {
  margin-top: 10px;
}

.slgs ul li {
  width: 50%;
  margin-bottom: 0;
}

.slgs ul li a {
  color: #333;
}

.slgs-ul {
  margin-top: 10px;
}

.slgs-ul ul li {
  width: 100%;
  height: 68px;
  font: normal 18px/68px "微软雅黑";
  background: #f4f4f4;
  margin-bottom: 14px;
}

.slgs-ul ul li.sl3 {
  font: normal 18px/30px "微软雅黑";
}

.slgs-ul ul li:hover {
  background: #bd1a2d;
}

.slgs-ul ul li:hover a {
  color: #fff;
}

.slgs-ul ul li a {
  display: block;
  color: #bd1a2d;
}

.slgs-ul ul li span {
  display: inline-block;
  width: 53px;
  height: 68px;
  float: left;
  margin: 0 16px;
}

.slgs-ul .sl1 span {
  background: url("/images/tzbj-icon6.png") no-repeat -356px 10px;
}

.slgs-ul .sl1:hover span {
  background: url("/images/tzbj-icon6.png") no-repeat -416px 10px;
}

.slgs-ul .sl2 span {
  background: url("/images/tzbj-icon6.png") no-repeat -480px 10px;
}

.slgs-ul .sl2:hover span {
  background: url("/images/tzbj-icon6.png") no-repeat -540px 10px;
}

.slgs-ul .sl3 span {
  background: url("/images/tzbj-icon6.png") no-repeat -596px 10px;
}

.slgs-ul .sl3:hover span {
  background: url("/images/tzbj-icon6.png") no-repeat -656px 10px;
}

.tzfw {
  margin-bottom: 30px;
}

/* 投资北京*/
/*通用概览*/
.mc-lanmu.mt30 {
  margin-top: 30px;
}

.gl {
  margin-bottom: 60px;
}

.gl ul {
  width: 100%;
  padding-top: 25px;
  zoom: 1;
  text-align: left;
  border-top: 0;
}

.gl ul li {
  height: 38px;
  font: normal 16px/38px "微软雅黑";
  padding-left: 18px;
  background: url("/images/tzbj-jiantou-20191111.png") no-repeat left center;
}

.gl ul li:hover a {
  color: #bd1a2d;
}

.gl ul li a {
  color: #333;
}

.gl ul span {
  font: normal 14px/38px "微软雅黑";
  color: #333;
  float: right;
}

.page {
  padding: 6px 0;
  color: #333;
  font: 400 14px/20px "微软雅黑";
  float: right;
  margin-top: 20px;
}

.page a,
.page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border: 1px solid #d9d9d9;
  color: #333;
  margin-right: 20px;
}

.page .xz-on {
  margin: 0 5px;
  border-bottom: 4px solid #bd1a2d;
  margin-right: 20px;
}

.page .updown {
  width: 80px;
  color: #fff;
  background: #bd1a2d;
  margin-right: 20px;
}

.page .fast {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  text-align: center;
}

.page font {
  color: #333;
}

.page .btu {
  outline: 0;
  height: 40px;
  line-height: 40px;
  border: 0;
  cursor: pointer;
  width: 80px;
  color: #fff;
  background: #bd1a2d;
}

/*通用概览*/
/*通用细栏*/
.title-wz {
  font-family: '微软雅黑';
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1.5px;
  color: #333333;
}

.details_page {
  margin-bottom: 22px;
  margin-top: 25px;
}

.details_page h2 {
  display: block;
  overflow: hidden;
  text-align: center;
  font: 400 24px/36px "Microsoft YaHei";
  padding: 22px 0;
}

.details_page .article-info {
  height: 40px;
  border-bottom: 1px #d9d9d9 solid;
  font: 400 12px/24px "微软雅黑";
  display: block;
  color: #999;
}

#div_zhengwen {
  padding: 30px 90px;
  font-size: 16px;
  line-height: 200% !important;
  font-family: "微软雅黑";
  color: #404040;
}

#div_zhengwen p,
#div_zhengwen span {
  line-height: 200% !important;
  font-family: "微软雅黑" !important;
}

.details_page .article-info {
  height: 40px;
  border-bottom: 1px #d9d9d9 solid;
  font: 400 12px/24px "微软雅黑";
  display: block;
  color: #999;
}

.details_page .article-info .bdsharebuttonbox {
  float: right;
  margin-top: -4px;
}

.details_page .article-info .auxiliary {
  float: right;
  margin-right: 40px;
  color: #999;
  height: 24px;
}

.details_page .article-info .auxiliary img {
  vertical-align: middle;
  margin: 0 4px 4px 0;
}

.details_page .article-info .auxiliary .size_box {
  display: inline-block;
  width: 110px;
  text-align: center;
  font: 400 12px/24px "微软雅黑";
}

.details_page .article-info .auxiliary a {
  color: #999;
  vertical-align: baseline;
}

/*通用细栏*/
/*左侧边栏局领导*/
.overview-left {
  width: 246px;
  border: 1px solid #e4e4e4;
  background: #ffeaed;
  margin-bottom: 40px;
}

.accordion {
  width: 100%;
  max-width: 246px;
  background: #FFF;
}

.accordion .link {
  cursor: pointer;
  display: block;
  height: 60px;
  color: #333;
  font: normal 20px/60px "微软雅黑";
  border-bottom: 1px solid #d6d7dc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f4f4f4;
}

.accordion .link a {
  color: #333;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li {
  cursor: pointer;
}

.accordion li .link span {
  display: inline-block;
  float: left;
  width: 24px;
  height: 28px;
  margin: 17px 10px 15px 10px;
}

.noneicon li .link span {
  margin: 17px 0 0 0;
}

.zfxxgg {
  background: url("/images/zuoce-icons.png") no-repeat 0 -30px;
}
.accordion li.owner .zfxxgg {
  background: url("/images/zuoce-icons.png") no-repeat -30px -30px;
}
.zqxx {
  background: url("/images/zuoce-icons.png") no-repeat -60px -30px;
}
.accordion li.owner .zqxx  {
  background: url("/images/zuoce-icons.png") no-repeat -90px -30px;
}

.tzcjdt {
  background: url("/images/zuoce-icons.png") no-repeat -122px -30px;
}

.accordion li.owner .tzcjdt  {
  background: url("/images/zuoce-icons.png") no-repeat -152px -30px;
}

.tzgg {
  background: url("/images/zuoce-icons.png") no-repeat -180px -30px;
}
.accordion li.owner .tzgg {
  background: url("/images/zuoce-icons.png") no-repeat -210px -30px;
}

.ghjh {
  background: url("/images/zuoce-icons.png") no-repeat -297px -27px;
}
.accordion li.owner .ghjh {
  background: url("/images/zuoce-icons.png") no-repeat -327px -30px;
}
.fwsx {
  background: url("/images/zuoce-icons.png") no-repeat -238px -28px;
}
.accordion li.owner .fwsx{
  background: url("/images/zuoce-icons.png") no-repeat -268px -28px;
}
.zwxx {
  background: url("/images/zuoce-icons.png") no-repeat 0 3px;
}
.accordion li.owner .zwxx {
  background: url("/images/zuoce-icons.png") no-repeat -30px 3px;
}
.lxxd {
  background: url("/images/lxxd-20191209.png") no-repeat center center;
}
.accordion li.owner .lxxd {
  background: url("/images/lxxd-20200227.png") no-repeat center center;
}
.xfjb {
  background: url("/images/zuoce-icons.png") no-repeat -60px 0;
}
.accordion li.owner .xfjb {
  background: url("/images/zuoce-icons.png") no-repeat -90px 0;
}
.lxtj {
  background: url("/images/zuoce-icons.png") no-repeat -120px 1px;
}
.accordion li.owner .lxtj{
  background: url("/images/zuoce-icons.png") no-repeat -150px 1px;
}
.myzj {
  background: url("/images/zuoce-icons.png") no-repeat -180px 0;
}
.accordion li.owner .myzj{
  background: url("/images/zuoce-icons.png") no-repeat -210px 0;
}
.cjwtjd {
  background: url("/images/zuoce-icons.png") no-repeat -240px 0;
}
.accordion li.owner .cjwtjd{
  background: url("/images/zuoce-icons.png") no-repeat -270px 0;
}
.accordion li a {
  display: block;
}

.accordion li i {
  display: inline-block;
  float: right;
  width: 24px;
  height: 28px;
  margin: 17px 10px 15px 14px;
  background: url("/images/top-jt.png") no-repeat center center;
}
.accordion li.owner i{
  background:url("/images/top_bai.png") no-repeat center center; ;
}
.accordion li.owner .link {
  border-left: 0;
  background:#bd1a2d;
  color:#fff;
}
.accordion li.owner .link a{
  color: #fff;
}

.accordion li.nonebl .link {
  border-left: 0;
}

.accordion li.open i {
  background: url("/images/bottom-jt.png") no-repeat center center;
}
.accordion li.owner i {
  background: url("/images/bottom-bjt.png") no-repeat center center;
}

.accordion li.open i.top-i {
  background: url("/images/top-jt.png") no-repeat center center;
}

.submenu {
  display: none;
  background: #f9f9f9;
  font: normal 18px/50px "微软雅黑";
}

.submenu li {
  border-bottom: 1px solid #d6d7dc;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a b {
  display: inline-block;
  float: left;
  width: 10px;
  height: 20px;
  margin: 15px 10px 15px 10px;
  background: url("/images/zuoce-icons.png") no-repeat -368px -27px;
}

.submenu a:hover,
.submenu li.current a {
  color: #bd1a2d;
}

.submenu a:hover b,
.submenu li.current a b {
  background: url("/images/zuoce-icons.png") no-repeat -358px -27px;
}

.db {
  display: block;
}

.dn {
  display: none;
}

.overview-right {
  width: 915px;
  margin-bottom: 40px;
}

.overview-right .mc-lanmu {
  margin: 0;
}

.overview-right .gl {
  margin-bottom: 40px;
}

.overview-right .details_page h2 {
  padding-top: 0;
  padding-bottom: 45px;
}

.overview-right #div_zhengwen {
  padding-top: 30px;
  padding-bottom: 0;
  color: #333;
}

.ldjs ul li {
  display: block;
  width: 100%;
  height: 208px;
  border-bottom: 1px solid #e4e4e4;
}

.ldjs .img-ld {
  width: 134px;
  height: 164px;
  border: 1px solid #e4e4e4;
  margin-top: 22px;
}

.ldjs .img-ld img {
  width: 120px;
  height: 151px;
  margin: 6px;
}

.ldjs .j-jie {
  margin-top: 22px;
  width: 756px;
  color: #333;
}

.ldjs .xingming {
  font: bold 20px/38px "微软雅黑";
  color: #333;
}

.ldjs .zhiwu {
  font: normal 18px/34px "微软雅黑";
}

.ldjs .fengong {
  font: normal 16px/34px "微软雅黑";
}

/*左侧边栏局领导*/