@charset "UTF-8";
body {
  background-color: #fafafa;
}

/* 面包屑*/
.com-crumbs {
  font-size: 14px;
  color: #fff;
  padding: 20px 0 20px;
}

.com-crumbs a {
  margin: 0 5px;
  color: inherit;
}

.com-crumbs a:hover {
  color: #ff693d;
}

.com-crumbs em {
  color: inherit;
  font-family: Simsun;
}

/* 分页 */
.page {
  margin-top: 30px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.page a,
.page input {
  margin-right: 8px;
  padding: 5px 10px;
  width: 52px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #ddd;
  color: #333;
  background: #fff;
}

.page span {
  margin-right: 8px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  vertical-align: middle;
  line-height: 22px;
  background: #fff;
}

.page .thispage {
  color: #fff;
  background-color: #1988fa;
  border: 1px solid #1988fa;
}

.page button {
  margin-left: 10px;
  width: 85px;
  height: 35px;
  outline: 0;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page button:hover {
  background-color: #1988fa;
  color: #fff;
}

/*头底  开始*/
.shortcut {
    background: #243d6b;
    height: 40px;
}

.shortcut a {
  color: #fff;
}

.shortcut a:hover {
  color: #eee;
}

.shortcut a em {
  font-family: "Simsun";
}

.head-wrap {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 29px;
  opacity: 0.85;
  z-index: 10000;
}

.head-wrap .logo {
  width: 60px;
  height: 60px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain !important;
}

.head-wrap .nav {
  width: 830px;
  text-align: right;
}

.head-wrap .nav li {
  display: inline-block;
  position: relative;
  margin: 0 12px;
  height: 50px;
}

.head-wrap .nav li:last-child {
  margin-right: 0;
}

.head-wrap .nav li a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  height: 50px;
}

.head-wrap .nav li a span {
  display: inline-block;
  height: 50px;
}

.head-wrap .nav li:hover span {
  color: #215bb2;
}

.head-wrap .nav li:hover span::after {
  content: " ";
  position: absolute;
  top: 30px;
  left: -2px;
  height: 3px;
  border-bottom: 2px #215bb2 solid;
  animation-name: lineIn;
  animation-iteration-count: 1;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.head-wrap .nav li.on span {
  color: #215bb2;
}

.head-wrap .nav li.on span::after {
  content: " ";
  position: absolute;
  top: 30px;
  left: -2px;
  height: 3px;
  border-bottom: 2px #215bb2 solid;
  animation-name: lineIn;
  animation-iteration-count: 1;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.head-wrap .head-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 60px;
  color: #000;
}

@keyframes lineIn {
  0% {
    transform: translateX(-5px);
    width: 0;
  }

  100% {
    transform: translateY(0);
    width: 105%;
  }
}

.head-wrap .subnav {
  display: none;
  position: absolute;
  top: 50px;
  left: -16px;
}

.head-wrap .nav li:hover .subnav {
  display: block;
  animation-name: upMove;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes upMove {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.head-wrap .subnav ul {
  display: inline-block;
  width: 116px;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 4px 2px 8px #c5ccd3;
}

.head-wrap .subnav li {
  width: 100%;
  margin: 0;
  text-align: center;
  height: 36px;
  line-height: 36px;
}

.head-wrap .subnav li a {
  font-size: 16px;
}

.head-wrap .subnav li a:hover {
  border: none;
  color: #215bb2;
}

.icon-sj {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/site/icon-sj.png) no-repeat;
  width: 16px;
  height: 20px;
  background-position: 8px 6px;
}

.footer-wrap {
  margin-top: auto;
  background: #000 url(../images/site/footer-bg.jpg) no-repeat;
}

.footer-cont {
  padding: 12px 0;
  text-align: center;
  color: #8f8f97;
}

.friendship {
  padding: 15px 5px;
  color: #fff;
  border-bottom: 1px #505063 solid;
}

.friendship a {
  padding: 0 10px;
  color: #c7c7c7;
}

.friendship a:hover {
  color: #0090f4;
  text-decoration: underline;
}

/*头底  结束*/
.icon-zzxy {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-zzxy.png) no-repeat;
}

.icon-zzxy.icon-mobile {
  height: 14px;
  width: 10px;
  background-position: 0 0;
}

.icon-zzxy.icon-people {
  height: 13px;
  width: 13px;
  background-position: 0 -14px;
}

.icon-zzxy.icon-place {
  height: 17px;
  width: 13px;
  background-position: 0 -27px;
}

.icon-zzxy.icon-time {
  height: 14px;
  width: 14px;
  background-position: 0 -44px;
}

.icon-zzxy.icon-zan {
  height: 14px;
  width: 14px;
  background-position: 0 -58px;
}

.icon-zzxy.icon-tag {
  height: 15px;
  width: 15px;
  background-position: 0 -72px;
}

.icon-zzxy.icon-hf {
  height: 12px;
  width: 16px;
  background-position: 0 -87px;
}

.icon-zzxy.icon-share {
  height: 17px;
  width: 16px;
  background-position: 0 -99px;
}

.icon-zzxy.icon-look {
  height: 13px;
  width: 17px;
  background-position: 0 -116px;
}

.icon-zzxy.icon-download {
  height: 18px;
  width: 21px;
  background-position: 0 -129px;
}

.icon-zzxy.icon-talk {
  height: 20px;
  width: 21px;
  background-position: 0 -147px;
}

.icon-zzxy.icon-hot {
  height: 34px;
  width: 29px;
  background-position: 0 -167px;
}

.icon-zzxy.icon-tj {
  height: 29px;
  width: 30px;
  background-position: 0 -201px;
}

.icon-zzxy.icon-nocity {
  height: 25px;
  width: 38px;
  background-position: 0 -230px;
}

.icon-zzxy.icon-LIVE {
  height: 24px;
  width: 60px;
  background-position: 0 -255px;
}

/* 活动工具 三个列表  开始 */
.kyzzw-zzhd .category-box {
  padding: 20px 40px;
  background-color: #fff;
  height: 172px;
}

.category-box-a a {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #b3bfd0;
  color: #135a92;
  cursor: pointer;
}

.category-box-a .on {
  background-color: #3787ff;
  color: #fff;
}

.search input {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  border: solid 1px #dcdcdc;
  height: 44px;
  width: 330px;
}

.search a {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #3787ff;
  border-radius: 0px 3px 3px 0px;
  color: #fff;
}

.kyzzw-zzhd .category-box .category-box-b i {
  color: #135a92;
}

.kyzzw-zzhd .category-box .category-box-b span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  line-height: 44px;
  cursor: pointer;
}

.kyzzw-zzhd .category-box .category-box-b .on {
  color: #2687ff;
}

.kyzzw-zzhd-list {
  background-color: #fff;
  padding: 40px;
}

.activity-ul li {
  position: relative;
  float: left;
  margin: 0 15px 50px;
  width: 284px;
  height: 275px;
  box-shadow: 0px 1px 20px 0px rgba(18, 66, 121, 0.1);
  border: solid 10px #ffffff;
}

.activity-ul li:hover {
  background-color: #f1f9ff;
}

.activity-ul li a {
  width: 100%;
  height: 100%;
}

.activity-ul li:hover img {
  transform: scale(1.1);
}

.activity-ul li:hover h3 {
  color: #f60;
}

.activity-ul li .img {
  width: 259px;
  height: 134px;
  overflow: hidden;
  text-align: center;
}

.activity-ul li .state {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  padding: 0 10px;
  color: #fff;
}

.activity-ul li .state1 {
  background-color: #10d1af;
}

.activity-ul li .state2 {
  background-color: #ff4c1a;
}

.activity-ul li .state3 {
  background-color: #878787;
}

.activity-ul li .state4 {
  background-color: #00bbb0;
}

.activity-ul li .state5 {
  background-color: #ffa200;
}

.activity-ul li h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.activity-ul li p {
  font-size: 14px;
  line-height: 30px;
  color: #858585;
}

.activity-ul li .baoming {
  font-size: 12px;
  line-height: 25px;
}

.activity-ul li p span {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #ffeee1;
  border-radius: 11px;
  color: #ff7200;
}

.activity-ul li .detail {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 71px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #0072ff;
  color: #0072ff;
  font-size: 12px;
}

/* 活动工具 三个列表  结束 */
/*活动工具 三个详细 开始 */
.c-8585 {
  color: #858585;
}

.c-4646 {
  color: #464646;
}

.c-0072ff {
  color: #0072ff;
}

.zz-market__live-detail--cont .offline-sect__titl {
  position: relative;
  padding: 14px 30px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
}

.zz-market__live-detail--cont .offline-sect__titl:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 20px;
  background-color: #378cff;
  border-radius: 2px;
}

.zz-market__live-detail {
  padding-top: 80px;
  background: url(../images/bg-activity-detail1.jpg) no-repeat;
  min-height: 320px;
}

.zz-market__live-detail-2 {
  padding-top: 80px;
  background: url(../images/bg-detail-live1.jpg) no-repeat;
  min-height: 320px;
}

.zz-market__live-detail--pannel {
  padding: 26px;
  background: #fff;
}

.zz-market__live-detail--pannel .live-btn {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 208px;
  left: 277px;
  width: 148px;
  height: 129px;
  z-index: 999;
}

.zz-market__live-detail--pannel__cover {
  float: left;
  width: 500px;
  height: 334px;
  position: relative;
}

.zz-market__live-detail--pannel__cont {
  float: left;
  margin-left: 44px;
  width: 580px;
  line-height: 48px;
}

.zz-market__live-detail--pannel__cont h3 {
  margin: 0 0 10px;
}

.zz-market__live-detail--pannel__cont i {
  margin-right: 10px;
}

.zz-market__live-detail--pannel__cont .item span {
  max-width: 540px;
}

.zz-market__live-detail--pannel__cont a {
  width: 136px;
  height: 44px;
  line-height: 44px;
  background-color: #3787ff;
  border-radius: 4px;
}

.zz-market__live-detail--pannel__cont .zixun {
  background-color: #fff;
  border: 1px #0072ff solid;
  color: #0072ff;
}

.zz-market__live-detail--pannel__cont .zixun:hover {
  background-color: #0072ff;
  color: #fff;
}

.zz-market__live-detail--pannel__cont .shoucang {
  height: 30px;
  line-height: 26px;
}

.zz-market__live-detail--cont__left {
  background-color: #fff;
  padding: 0 26px;
}

.zz-market__live-detail--cont__tabs span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-size: 18px;
  line-height: 46px;
  color: #2a3553;
  cursor: pointer;
}

.zz-market__live-detail--cont__tabs span i {
  color: #ff6216;
}

.zz-market__live-detail--cont__tabs span:hover {
  border-bottom: 2px solid #ff0000;
}

.zz-market__live-detail--cont__tabs span.on {
  border-bottom: 2px solid #ff0000;
}

.zz-market__live-detail--cont__intro {
  padding: 30px 0;
}

.zz-market__live-detail--cont__intro p {
  font-size: 16px;
  color: #2a3553;
  line-height: 32px;
}

.zz-market__live-detail--cont__intro h6,
.zz-market__live-detail--cont__download h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0px;
  color: #2a3553;
}

.zz-market__live-detail--cont__download li .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.zz-market__live-detail--cont__download .xiazai {
  width: 60px;
  height: 24px;
  font-size: 14px;
  color: #0099ff;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #00a0e9;
}

.zz-market__live-detail--cont__download .xiazai:hover {
  opacity: 0.8;
}

.zz-market__live-detail--cont__talk {
  margin: 0 auto;
  min-height: 160px;
}

.zz-market__live-detail--cont__talk .validate-normal .error {
  text-align: left;
}

.zz-market__live-detail--cont__talk h5 {
  margin-top: 20px;
  line-height: 40px;
  color: #2a2a2a;
  font-size: 20px;
}

.zz-market__live-detail--cont__talk .comment-list {
  margin-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #eee;
}

.zz-market__live-detail--cont__talk .comment-list.showmore .comment-item {
  display: block;
}

.zz-market__live-detail--cont__talk .comment-item {
  display: none;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.zz-market__live-detail--cont__talk .comment-item .name {
  color: #379be9;
}

.zz-market__live-detail--cont__talk .comment-item .num em {
  color: #fb2020;
}

.zz-market__live-detail--cont__talk .comment-item:nth-child(1),
.zz-market__live-detail--cont__talk .comment-item:nth-child(2),
.zz-market__live-detail--cont__talk .comment-item:nth-child(3) {
  display: block;
}

.zz-market__live-detail--cont__talk .comment-item__cover {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.zz-market__live-detail--cont__talk .comment-item__right {
  margin-left: 16px;
  width: 640px;
}

.zz-market__live-detail--cont__talk .comment-item__right .comment-item__cont {
  word-wrap: break-word;
  word-break: break-all;
}

.zz-market__live-detail--cont__talk .comment-item__right .admin {
  width: 54px;
  height: 20px;
  text-align: center;
  color: #fff;
  background-color: #f39800;
  border-radius: 3px;
}

.zz-market__live-detail--cont__talk .comment-item__del {
  margin-right: 30px;
  width: 66px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  background-color: #1e9fff;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.zz-market__live-detail--cont__talk .comment-item__del:hover {
  opacity: 0.8;
  color: red;
}

.zz-market__live-detail--cont__right {
  float: right;
  border: solid 1px #e5e5e5;
}

.zz-market__live-detail--cont__right .big-titl {
  padding: 0 20px;
  width: 300px;
  height: 69px;
  line-height: 69px;
  /* background-color: #378cff; */
}

.zz-market__live-detail--cont__right .big-titl,
.zz-market__live-detail--cont__right .big-titl a {
  color: #fff;
}

.zz-market__live-detail--cont__right .big-titl a:hover {
  color: #999;
}

.zz-market__live-detail--cont__right .recommend-list {
  padding: 0 14px;
}

.zz-market__live-detail--cont__right .recommend-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.zz-market__live-detail--cont__right .recommend-item .titl {
  padding: 10px 0;
  text-align: center;
  color: #434343;
}

.zz-market__live-detail--cont__right .recommend-item .img {
  width: 270px;
  height: 200px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
}

.zz-market__live-detail--cont .offline-sect .text {
  padding: 20px 0;
}

.zz-market__live-detail--cont .offline-sect__imgs {
  margin-right: -25px;
}

.zz-market__live-detail--cont .offline-sect__imgs li {
  float: left;
  margin: 0 18px 18px 0;
  padding: 13px;
  width: 265px;
  height: 185px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(102, 102, 102, 0.1);
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  overflow: hidden;
}

.zz-market__live-detail--cont .offline-sect__imgs li .img {
  width: 240px;
  height: 160px;
}

.zz-market__help,
.zz-market__demand-detail {
  min-height: 300px;
  background: url(../images/zzrc/bg-bzzx.jpg) center top no-repeat;
}

.zz-market__live-detail--pannel__cont p {
  color: #a1a6b3;
}

.zz-market__live-detail--pannel__cont p span {
  font-size: 16px;
  color: #ff0000;
}

.kyzzw-jiangtan-detail .zz-market__live-detail--pannel__cont .num-p {
  border-bottom: 1px #b5b5b5 dashed;
  margin-right: 35px;
}

.kyzzw-jiangtan-detail .zz-market__live-detail--pannel__cont .c-f60 {
  font-size: 24px;
  color: #ff7800;
  line-height: 30px;
}

.kyzzw-jiangtan-detail .djs span {
  font-size: 18px;
  color: #464646;
}

.kyzzw-jiangtan-detail .djs i {
  font-size: 18px;
  color: #ff6216;
}

.kyzzw-jiangtan-detail .djs .money {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #ff6216;
}

.kyzzw-jiangtan-detail .zz-market__live-detail--pannel .sharebox {
  width: 100%;
}

.kyzzw-jiangtan-right .title {
  width: 277px;
  height: 58px;
  line-height: 58px;
  border-bottom: solid 1px #e2e2e2;
}

.kyzzw-jiangtan-right .hot-ul li img {
  width: 248px;
  height: 140px;
}

.kyzzw-jiangtan-right .hot-ul li .tit {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.kyzzw-jiangtan-right .hot-ul .time-box p {
  color: #9f9f9f;
  font-size: 12px;
}

.kyzzw-jiangtan-right .hot-ul .time-box p span {
  color: #e60010;
}

.kyzzw-jiangtan-right .hot-ul .time-box p em {
  color: #5fb41b;
}

.kyzzw-jiangtan-right .hot-ul li {
  position: relative;
}

.kyzzw-jiangtan-right .hot-ul li .green-tag {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 20px;
  background-color: #00d0a6;
  width: 49px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
}

.kyzzw-jiangtan-right .hot-ul li .live-btn {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 38px;
  right: 95px;
  background-size: 100% 100%;
  width: 64px;
  height: 64px;
  opacity: 0.5;
  z-index: 999;
}

.kyzzw-jiangtan-right .hot-ul li .baoming {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 277px;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  background-color: #0072ff;
}

.kyzzw-jiangtan-right .hot-ul li .baoming:hover {
  color: #fff;
}

/*活动工具 三个详细 结束 */
/* 技术专家 开始*/
.cg-jszj {
  background: #fafafa url(../images/list/list-bg.jpg) no-repeat;
  padding-top: 80px;
  min-height: 865px;
}

.bg-cfff {
  background-color: #fff;
}

.bg-cfafafa {
  background-color: #fafafa;
}

/* .cg-list-search{
    padding: 36px 0 0 36px;
} */
.cg-list-search input {
  margin-top: 1px;
  padding-left: 12px;
  width: 679px;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
}

.cg-list-search a {
  display: inline-block;
  width: 72px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #3787ff;
  font-size: 16px;
  color: #ffffff;
}

.cg-jszj-list .list-item {
  padding: 0 25px;
}

.cg-jszj-list .list-item a {
  float: left;
  display: inline-block;
  margin: 33px 7px 0px;
  padding: 19px 17px 40px 30px;
  width: 560px;
  height: 150px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}

.cg-jszj-list .list-item a:hover {
  box-shadow: 0px 1px 10px 2px rgba(175, 182, 190, 0.8);
  color: #f60;
}

.cg-jszj-list .list-item a:hover h2 {
  color: #f60;
}

.cg-jszj-list .list-item a h2 {
  font-size: 16px;
  color: #2a3553;
}

.cg-jszj-list .list-item a h2 span {
  font-size: 14px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}

.cg-jszj-list .list-item a h2 .sp1 {
  width: 85px;
  border-radius: 3px;
  border: solid 1px #9cbbe8;
  color: #53a3f4;
}

.cg-jszj-list .list-item a h2 .sp2 {
  /*width: 55px;*/
  max-width: 150px;
  padding: 0px 5px;
  border-radius: 3px;
  border: solid 1px #e8bb9c;
  color: #f48c53;
}

.cg-jszj-list .list-item a p {
  font-size: 14px;
  color: #2a3553;
}

.cg-jszj-list .list-item a p span {
  color: #a1a6b3;
}

.cg-jszj-list .list-item a p .xueli {
  display: inline-block;
  width: 200px;
}

.cg-jszj-detail .head {
  padding: 40px 45px;
}

.cg-jszj-detail .head .left-box {
  width: 700px;
}

.cg-jszj-detail .head .left-box h2 {
  font-size: 28px;
  color: #2a3553;
}

.cg-jszj-detail .head .left-box h2 span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  border-radius: 3px;
  border: solid 1px #e8bb9c;
  color: #f48c53;
  font-size: 14px;
}

.cg-jszj-detail .head .left-box .post {
  font-size: 14px;
  color: #a1a6b3;
}

.cg-jszj-detail .head .left-box .yjfx .yjfx-a {
  width: 78px;
  height: 30px;
  line-height: 30px;
  background-color: #86b1d5;
  color: #fff;
  text-align: center;
}

.cg-jszj-detail .head .left-box .yjfx p {
  width: 540px;
  font-size: 14px;
  line-height: 45px;
  color: #2a3553;
}

.cg-jszj-detail .head .right-box .zhishu {
  font-size: 14px;
  color: #2a3553;
}

.cg-jszj-detail .head .right-box .zhishu span {
  display: inline-block;
  text-align: center;
  line-height: 18px;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.cg-jszj-detail .head .right-box .zhishu span:nth-child(1) {
  background-color: #3d8cf9;
}

.cg-jszj-detail .head .right-box .zhishu span:nth-child(2) {
  background-color: #f9953d;
}

.cg-jszj-detail .head .right-box .tag-bg {
  width: 340px;
  height: 126px;
  background: url(../images/bg-detail-cg-head.jpg) no-repeat;
}

.cg-jszj .cg-jszj-detail-qh span {
  display: inline-block;
  margin-right: 15px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  background-color: #8b929c;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.cg-jszj .cg-jszj-detail-qh span:hover {
  background-color: #1b5fbc;
}

.cg-jszj .cg-jszj-detail-qh .on {
  background-color: #1b5fbc;
}

.cg-jszj-detail-b .b2 span {
  display: inline-block;
  padding: 15px 0 15px 5px;
  margin: 0 30px;
  font-size: 14px;
  color: #284aa7;
  cursor: pointer;
}

.cg-jszj-detail-b .b2 span:hover {
  color: #e21f1f;
  border-bottom: 3px #e21f1f solid;
}

.cg-jszj-detail-b .b2 .on {
  color: #e21f1f;
  border-bottom: 3px #e21f1f solid;
}

.cg-jszj-detail-b .b3 {
  background-color: #fbfcfc;
}

.cg-jszj-detail-b .b3 p {
  margin-left: 35px;
  font-size: 14px;
  line-height: 44px;
  color: #2a3553;
}

.cg-lxwm .cg-lxwm-content {
  display: flex;
  height: 616px;
}

.cg-lxwm .cg-lxwm-content .lxwm-content-left {
  width: 590px;
  height: 440px;
}

.cg-lxwm .cg-lxwm-content .lxwm-content-left #map {
  width: 100%;
  height: 100%;
}

.cg-lxwm .cg-lxwm-content .lxwm-content-right {
  margin: 40px 0 0 40px;
  font-size: 18px;
  line-height: 48px;
  color: #272727;
}

/* 技术专家 结束*/
/* 科技成果 */
.navbar-box-list {
  width: 1178px;
  margin: 0 auto 35px;
  /* box-shadow: 0px 0px 8px 0px rgba(204, 204, 204, 0.7); */
}

.navbar-box {
  /* width: 1178px;*/
  /* border: solid 1px #e5e5e5; */
  border-bottom: none;
  margin: auto;
  font-size: 14px;
  color: #666666;
  /* background-color: #fafafa; */
}

.navbar-box .navbar-cont {
  width: 1050px;
  padding: 10px 12px;
  height: 54px;
  /* border-left: solid 1px #e5e5e5; */
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.navbar-box .navbar-label {
  padding: 17.5px 30px;
  width: 120px;
  text-align: justify;
  text-align-last: justify;
  color: #000000;
}

.navbar-box .navbar-cont .navbar-btn {
  position: absolute;
  right: 15px;
  top: 17.5px;
  font-family: "新宋体";
  font-size: 15px;
  color: #ffffff;
  padding: 0px 5.5px;
  text-align: center;
  background-color: #378cff;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: all 0.5s;
  overflow: hidden;
}

.navbar-box .navbar-cont .navbar-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.navbar-box .navbar-cont.on .navbar-btn {
  transform: rotate(-90deg);
}

.navbar-box .navbar-cont .navbar-item {
  float: left;
  color: #2a3553;
  padding: 7.5px 10px;
}

.navbar-box .navbar-cont .navbar-item:hover {
  cursor: pointer;
  color: rgba(55, 140, 255, 0.7);
}

.navbar-box .navbar-cont .navbar-item.on {
  color: #378cff;
}

.hangyediv {
  padding-top: 5px;
}

.hangyediv span {
  float: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 10px;
  width: 80px;
}

.hangyediv span a {
  float: left;
  height: 30px;
  line-height: 30px;
  padding-right: 12px;
  color: #2a3553;
}

.hangyediv span em {
  float: left;
  padding-left: 12px;
}

.hangyediv span.on {
  background: #fff;
  background: url(../images/common/list_4.png) bottom repeat-x;
}

.hangyediv span.on em {
  position: relative;
  z-index: 100;
  background: url(../images/common/list_1.png) no-repeat top left #fff;
}

.hangyediv span.on a {
  position: relative;
  z-index: 100;
  color: #378cff;
  background: url(../images/common/list_1.png) no-repeat top right #fff;
}

.hangyediv span#s_ {
  background: none !important;
}

.hangyediv span#s_ em {
  background: none !important;
}

.hangyediv span#s_ a {
  background: none !important;
}

.hangyediv .dw {
  width: 97%;
  border: 1px #eee solid;
  margin: -1px 3px 0 0;
  padding: 10px;
  background: #fff;
  white-space: nowrap;
  box-shadow: 0px 5px 5px #eee;
}

.hangyediv .dw1 {
  top: 25px;
}

.hangyediv .dw2 {
  top: 51px;
}

.hangyediv .dw3 {
  top: 77px;
}

.hangyediv .dw span {
  width: auto;
  padding: 0 12px;
  border: 1px #eee solid;
  background: #fafafa;
  margin: 0 6px 10px;
  display: block;
  white-space: nowrap;
  overflow: visible;
}

.hangyediv .dw span a {
  padding: 0;
}

.hangyediv .dw span.on {
  background: #f62;
  border: 1px #f62 solid;
  color: #fff;
}

.hangyediv .dw span.on a {
  color: #fff;
  background: none;
}

.cg-kjcg-list .fenlei .a1 {
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 34px;
  line-height: 34px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #b3bfd0;
  color: #135a92;
  cursor: pointer;
}

.cg-kjcg-list .fenlei .a1:hover {
  background-color: #3787ff;
  color: #fff;
}

.cg-kjcg-list .fenlei .on {
  background-color: #3787ff;
  color: #fff;
}

.cg-kjcg-list .fenlei .need {
  display: inline-block;
  width: 110px;
  height: 34px;
  line-height: 34px;
  background-color: #1b5fbc;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.cg-kjcg-list .fenlei a:hover {
  color: #f60;
  opacity: 0.8;
}

.cg-kjcg-list-box {
  padding-bottom: 20px;
}

.cg-kjcg-list-box a {
  display: inline-block;
  margin: 20px 8px 0;
  width: 580px;
  height: 180px;
  background-color: #fefefe;
  border: 1px solid #fefefe;
}

.cg-kjcg-list-box a:hover {
  color: #f60;
  border: 1px solid #f60;
}

.cg-kjcg-list-box h2 {
  font-size: 16px;
  line-height: 40px;
  color: #2a3553;
}

.cg-kjcg-list-box p {
  line-height: 35px;
  font-size: 14px;
  color: #2a3553;
}

.cg-kjcg-list-box p span {
  color: #a1a6b3;
}

.cg-kjcg-list-box p i {
  display: inline-block;
  padding: 0 8px;
  line-height: 25px;
  background-color: #ffffff;
  border: solid 1px #c4cee5;
  color: #96a7d5;
  font-size: 12px;
}

.cg-kjcg-detail-head {
  position: relative;
  padding: 36px 50px;
}

.cg-kjcg-detail-head h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2a3553;
}

.cg-kjcg-detail-head span {
  display: inline-block;
  min-width: 350px;
  font-size: 14px;
  line-height: 54px;
  color: #2a3553;
}

.cg-kjcg-detail-content .qh span {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #8b929c;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}

.cg-kjcg-detail-content .qh span:hover {
  background-color: #1b5fbc;
}

.cg-kjcg-detail-content .qh .on {
  background-color: #1b5fbc;
}

.cg-kjcg-detail-content .con .img {
  margin: 0 auto;
  width: 564px;
  height: 306px;
}

.cg-kjcg-detail-content .con h5,
.cg-kjcg-detail-content .con p {
  line-height: 45px;
  font-size: 16px;
  color: #2a3553;
}

.cg-kjcg-detail-content .con h5 {
  font-weight: bold;
}

.cg-kjcg-detail-content .con p {
  text-indent: 2em;
}

.cg-kjcg-detail-content .tuijian h2 i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 18px;
  background-color: #1b5fbc;
  border-radius: 2px;
}

.cg-kjcg-detail-content .tuijian h2 span {
  margin-right: 20px;
  font-size: 14px;
  color: #1d76e5;
}
.cg-kjcg-zhuanti-list .zt-ul {
  padding: 0 20px;
}

.cg-kjcg-zhuanti-list .zt-ul li {
  float: left;
  margin: 0 12px 15px;
  width: 264px;
  height: 275px;
  box-shadow: 0px 1px 20px 0px rgba(18, 66, 121, 0.1);
  border: solid 10px #ffffff;
}

.cg-kjcg-zhuanti-list .zt-ul li a {
  width: 100%;
  height: 100%;
}

.cg-kjcg-zhuanti-list .zt-ul li:hover {
  background-color: #eef7ff;
}

.cg-kjcg-zhuanti-list .zt-ul li:hover img {
  transform: scale(1.1);
}

.cg-kjcg-zhuanti-list .zt-ul li .img {
  margin: 0 auto;
  width: 240px;
  height: 160px;
  overflow: hidden;
  background-color: #fafafa;
}

.cg-kjcg-zhuanti-list .zt-ul li h2 {
  font-size: 16px;
  line-height: 40px;
  color: #2a3553;
}

.cg-kjcg-zhuanti-list .zt-ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #a1a6b3;
}
.cg-zhuanti-detail .icons-zt-detail {
  background: url(../images/icons-zt-detail.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.cg-zhuanti-detail .icon-dw {
  height: 18px;
  width: 16px;
  background-position: 0 0;
}

.cg-zhuanti-detail .iocn-dh {
  height: 19px;
  width: 17px;
  background-position: 0 -18px;
}

.cg-zhuanti-detail .icon-yx {
  height: 13px;
  width: 18px;
  background-position: 0 -37px;
}

.cg-zhuanti-detail .icon-cz {
  height: 18px;
  width: 18px;
  background-position: 0 -50px;
}

.cg-zhuanti-detail .icon-dw-w {
  height: 65px;
  width: 57px;
  background-position: 0 -68px;
}

.cg-zhuanti-detail .detail-a,
.cg-zhuanti-detail .detail-b,
.cg-zhuanti-detail .detail-c,
.cg-zhuanti-detail .detail-d {
  min-width: 1200px;
}

.cg-zhuanti-detail .detail-a {
  position: relative;
  background: url(../images/bg-ztdetail-a1.jpg) no-repeat center;
  min-height: 1080px;
}

.cg-zhuanti-detail .detail-a h2 {
  font-size: 30px;
  color: #ffffff;
}

.cg-zhuanti-detail .detail-a h2 i {
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 62px;
  background: url(../images/bg-ztdetail-logo.png) no-repeat;
}

.cg-zhuanti-detail .detail-a .jianjie {
  margin: 178px auto 0;
  width: 960px;
  height: 424px;
}

.cg-zhuanti-detail .detail-a .jianjie .tit {
  font-size: 72px;
  color: #ffffff;
}

.cg-zhuanti-detail .detail-a .jianjie .tit i {
  display: inline-block;
  vertical-align: middle;
  width: 79px;
  height: 75px;
  background: url(../images/bg-ztdetail-a2.png) no-repeat;
}

.cg-zhuanti-detail .detail-a .jianjie .line {
  width: 100%;
  height: 2px;
  background: url(../images/bg-ztdetail-a3.png) no-repeat right;
}

.cg-zhuanti-detail .detail-a .jianjie .con {
  padding: 60px 50px;
  width: 960px;
  height: 299px;
  background-color: rgba(247, 245, 245, 0.08);
  font-size: 18px;
  line-height: 44px;
  color: #ffffff;
}

.cg-zhuanti-detail .detail-b {
  position: relative;
  min-height: 1080px;
  background: url(../images/bg-ztdetail-b1.jpg) no-repeat center;
}

.cg-zhuanti-detail .detail-b h2 {
  font-size: 48px;
  color: #000000;
}

.cg-zhuanti-detail .detail-b .line {
  margin: 0 auto;
  width: 47px;
  height: 5px;
  background-color: #3787ff;
}

.cg-zhuanti-detail .detail-b-list {
  margin: 0 auto;
  padding: 25px;
  /*min-width: 1100px;*/
  width: 1100px;
  border: solid 1px rgba(55, 135, 255, 0.5);
  background: rgba(207, 217, 239, 0.5);
}

.cg-zhuanti-detail .detail-b-list .list-con {
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 590px;
}

.cg-zhuanti-detail .detail-b-list .list-con .search-box span {
  display: inline-block;
  font-size: 14px;
  line-height: 44px;
  color: #000000;
}

.cg-zhuanti-detail .detail-b-list .list-con .search-box select {
  width: 150px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #d2d2d2;
  color: #cacaca;
}

.cg-zhuanti-detail .detail-b-list .list-con .search-box input {
  width: 200px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #d2d2d2;
}

.cg-zhuanti-detail .detail-b-list .list-con .search-box a {
  display: inline-block;
  width: 72px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #3787ff;
  border-radius: 3px;
  color: #ffffff;
}

.cg-zhuanti-detail .detail-b-list .list-con .search-box .line {
  margin: 20px auto;
  width: 1014px;
  height: 1px;
  opacity: 0.6;
  background-color: #cad4df;
}

.cg-zhuanti-detail .detail-b-list .list-con ul a {
  display: block;
  width: 100%;
  height: 100%;
}

.cg-zhuanti-detail .detail-b-list .list-con ul li {
  margin: 0 15px 15px;
  padding: 20px 30px;
  width: 493px;
  height: 110px;
  background-color: #4391e9;
  border-radius: 6px;
}

.cg-zhuanti-detail .detail-b-list .list-con ul li h2 {
  font-size: 16px;
  color: #ffffff;
}

.cg-zhuanti-detail .detail-b-list .list-con ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
  width: 200px;
}

.cg-zhuanti-detail .detail-c {
  position: relative;
  min-height: 1080px;
  background: url(../images/bg-ztdetail-c1.jpg) no-repeat center;
}

.cg-zhuanti-detail .detail-c h2 {
  color: #fff;
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con .search-box {
  padding: 22px 20px;
  /*width: 1046px;*/
  height: 80px;
  border: solid 1px #ffffff;
  /*background-color: rgba(221, 229, 247, 0.5);*/
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con .search-box input {
  width: 450px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 2px;
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con ul li {
  padding: 15px 25px;
  height: 120px;
  background-color: #f5f6fc;
  border: solid 1px #e5e5e5;
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con ul li h2 {
  font-size: 16px;
  color: #2a3553;
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con ul li h2 span {
  padding: 0px 14px;
  width: auto;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  border: solid 1px #e8bb9c;
  font-size: 14px;
  color: #f48c53;
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con ul li h2 .span-r {
  color: #53a3f4;
  border: solid 1px #9cbbe8;
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con ul li p {
  font-size: 14px;
  line-height: 32px;
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con ul li p i {
  display: inline-block;
  vertical-align: middle;
  color: #2a3553;
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con ul li p span {
  width: 170px;
  color: #a1a6b3;
}

.cg-zhuanti-detail .detail-c .detail-b-list .list-con ul li .subject span {
  width: 365px;
}

.cg-zhuanti-detail .detail-d {
  position: relative;
  min-width: 1200px;
  min-height: 1080px;
  padding: 50px;
  /* background: url(../images/bg-ztdetail-d1.jpg) no-repeat center; */
}

.cg-zhuanti-detail .detail-d .lxwm-content-left {
  min-width: 1200px;
  height: 980px;
}

.cg-zhuanti-detail .detail-d .lxwm-content-left #map {
  /*width: 100%;*/
  height: 100%;
}

.cg-zhuanti-detail .detail-d .lianxi {
  position: absolute;
  left: 58%;
  padding: 160px 20px 0 100px;
  width: 40%;
  height: 980px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.cg-zhuanti-detail .detail-d .lianxi h2 {
  font-size: 48px;
  color: #000000;
}

.cg-zhuanti-detail .detail-d .lianxi h2 span {
  font-size: 20px;
  color: #000000;
  opacity: 0.5;
}

.cg-zhuanti-detail .detail-d .lianxi .line {
  width: 47px;
  height: 5px;
  background-color: #3787ff;
}

.cg-zhuanti-detail .detail-d .lianxi .lianxi-con {
  /* position: absolute;
  left: 100px;*/
  min-width: 500px;
  height: 400px;
  background-color: #0162d0;
  border-radius: 8px;
}

.cg-zhuanti-detail .detail-d .lianxi .lianxi-con p {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  opacity: 0.9;
}

.cg-zhuanti-detail .detail-d .lianxi .lianxi-con .p-dh {
  padding-left: 103px;
}

.submitneed {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 35px 0px rgba(33, 75, 255, 0.28);
  border-radius: 6px;
  color: #1467ff;
  font-size: 20px;
  z-index: 999;
}

.submitneed i {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  background: url(../images/bg-ztdetail-d2.png) no-repeat center;
}

.cg-zhuanti-detail .detail-d .dingwei {
  position: absolute;
  top: 322px;
  left: 50%;
  margin-left: -325px;
}

.cg-zhuanti-detail .detail-e {
  position: relative;
  min-height: 1080px;
  background: url(../images/bg-ztdetail-e1.jpg) no-repeat center;
}

.cg-zhuanti-detail .detail-e h2 {
  text-align: center;
  font-size: 48px;
  line-height: 44px;
  color: #ffffff;
}

.cg-zhuanti-detail .detail-e .line {
  margin: 0 auto;
  width: 47px;
  height: 5px;
  background-color: #3787ff;
}

.cg-zhuanti-detail .detail-e .lianxi {
  margin-left: -200px;
  padding: 15px;
  width: 671px;
  height: 430px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.12);
}

.cg-zhuanti-detail .detail-e .lianxi a {
  width: 280px;
  height: 60px;
  background-color: #ff860f;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}

.cg-zhuanti-detail .down {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url(../images/bg-ztdetail-down.png) no-repeat;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -30px;
}

.cg-zhuanti-detail .next-down {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url(../images/bg-ztdetail-down.png) no-repeat;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -30px;
}

.cg-zhuanti-detail .right-box {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -100px;
}

.cg-zhuanti-detail .right-box a {
  display: block;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}

.cg-zhuanti-detail .right-box .on {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  border: solid 4px #37bbff;
  background-color: transparent;
}

.cg-zhuanti-detail .right-box-d a {
  background-color: #e1e1e1;
}

.cg-dzhb-list-search span {
  color: #2a3553;
}

.cg-dzhb-list-search input {
  width: 150px;
  height: 38px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
}

.cg-dzhb-list-search a {
  display: inline-block;
  width: 72px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #3787ff;
  border-radius: 3px;
}

.cg-dzhb-list-dzhb-ul li {
  float: left;
  margin: 50px 35px;
  padding: 15px 0;
  width: 228px;
  height: 301px;
}

.cg-dzhb-list-dzhb-ul li .img {
  position: relative;
  margin: auto;
  width: 197px;
  height: 267px;
  background-color: #ebf1f6;
  box-shadow: 3px 4px 5px 0px rgba(52, 69, 158, 0.3);
  border-radius: 4px;
  box-sizing: border-box;
}

.cg-dzhb-list-dzhb-ul li .img .text {
  position: absolute;
  bottom: 38px;
  left: 30px;
}

.cg-dzhb-list-dzhb-ul li .img .header {
  position: absolute;
  top: 20px;
  left: 20px;
  /* width: 37px; */
  height: 14px;
  background-color: #000000;
  text-align: center;
  line-height: 14px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0 2px;
}

.cg-dzhb-list-dzhb-ul li .img .text .text1 {
  color: #181818;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
}

.cg-dzhb-list-dzhb-ul li:hover {
  background: url(../images/bg-dzhb-list.png) no-repeat;
}

.cg-dzhb-fengmian {
  padding-top: 180px;
  width: 100%;
  height: 1080px;
  background: url(../images/bg-dzhb-fm1.jpg) no-repeat center;
}

.cg-dzhb-fengmian .div1 {
  margin: 0 auto;
  width: 507px;
  height: 718px;
}

.cg-dzhb-fengmian .div2 {
  margin: 0 auto;
  width: 1014px;
  height: 718px;
}

.cg-dzhb-fengmian .hd {
  left: 50%;
  margin-left: -175px;
  transform: translateX(-50%);
  top: 55px;
  position: absolute;
}

.cg-dzhb-fengmian .hd li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  width: 100px;
  height: 40px;
  border-radius: 3px;
}

.cg-dzhb-fengmian .bd li {
  position: relative;
}

.cg-dzhb-fengmian .arrow {
  position: absolute;
  top: 100px;
  left: 100px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.cg-dzhb-fengmian .next {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.cg-dzhb-fengmian .prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #00e5fa;
}

.cg-dzhb-fengmian .gohome {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -350px;
  width: 40px;
  height: 40px;
}

.cg-dzhb-mulu .img {
  margin: 0 auto;
  width: 1014px;
  height: 718px;
}

.cg-kyjg-list .jglist-ul {
  padding: 30px 10px 0;
}

.cg-kyjg-list .jglist-ul li {
  float: left;
  margin: 0 10px 30px;
  padding: 25px;
  width: 560px;
  height: 150px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}

.cg-kyjg-list .jglist-ul li:hover {
  box-shadow: 0px 1px 10px 2px rgba(175, 182, 190, 0.8);
}

.cg-kyjg-list .jglist-ul li:hover h2 {
  color: #f60;
}

.cg-kyjg-list .jglist-ul li h2 {
  font-size: 16px;
  color: #2a3553;
}

.cg-kyjg-list .jglist-ul li h2 em {
  display: inline-block;
  width: 430px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cg-kyjg-list .jglist-ul li h2 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 3px;
}

.cg-kyjg-list .jglist-ul li h2 .gj-sp {
  color: #f48c53;
  background-color: #fffbed;
  border: solid 1px #e8bb9c;
}

.cg-kyjg-list .jglist-ul li h2 .sheng-sp {
  color: #72a4d2;
  background-color: #f3f9fe;
  border: solid 1px #acd7e7;
}

.cg-kyjg-list .jglist-ul li p em {
  font-size: 14px;
  color: #2a3553;
}

.cg-kyjg-list .jglist-ul li p span {
  display: inline-block;
  vertical-align: middle;
  min-width: 170px;
  max-width: 430px;
  font-size: 14px;
  color: #a1a6b3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cg-kyjg-detail {
  padding-top: 80px;
  background: url(../images/bg-jg-detail1.jpg) no-repeat;
  min-height: 370px;
}

.cg-kyjg-detail .submitneed {
  position: absolute;
  top: 15px;
  right: 40px;
  z-index: 999999;
}

.cg-kyjg-detail .icons-jg-detail {
  background: url(../images/icons-jg-detail.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.cg-kyjg-detail .bg-jgdet-2 {
  height: 15px;
  width: 15px;
  background-position: 0 0;
}

.cg-kyjg-detail .bg-jgdet-3 {
  height: 30px;
  width: 119px;
  background-position: 0 -15px;
}

.cg-kyjg-detail .bg-jgdet-1 {
  height: 30px;
  width: 119px;
  background-position: 0 -45px;
}

.cg-kyjg-detail .bg-jgdet-title {
  height: 53px;
  width: 1196px;
  background-position: 0 -75px;
}

.cg-kyjg-detail-content {
  /* background: url(../images/bg-jg-detail2.jpg) no-repeat center;
  min-height: 1460px;
  border-radius: 10px; */
  /*position: absolute;*/
  /*top: -3px;*/
  /*left: 0;*/
}

.cg-kyjg-detail-content .content-a {
  position: relative;
}

.cg-kyjg-detail-content .content-a h2 {
  margin: 0 auto;
  width: 750px;
  text-align: center;
  font-size: 26px;
  line-height: 54px;
  color: #ffffff;
}

.cg-kyjg-detail-content .content-a .num {
  position: absolute;
  top: 80px;
  right: 40px;
  font-size: 14px;
  color: #42a4ff;
}

.cg-kyjg-detail-content .content-a .leftbox {
  padding: 15px 0 20px 25px;
  width: 318px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(-20deg, #2d77ff 0%, #00e4ff 100%);
  border-image-slice: 1;
}

.cg-kyjg-detail-content .content-a .leftbox span {
  display: block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #e2951b;
  border-radius: 3px;
  color: #fff;
}

.cg-kyjg-detail-content .content-a .leftbox p {
  color: #7098ff;
}

.cg-kyjg-detail-content .content-a .centerbox {
  width: 400px;
}

.cg-kyjg-detail-content .content-a .centerbox h6 {
  color: #fff;
}

.cg-kyjg-detail-content .content-a .centerbox span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px;
  /*height: 28px;*/
  line-height: 28px;
  background-color: rgba(34, 185, 255, 0.3);
  color: #9fb9ff;
}

.cg-kyjg-detail-content .content-a .rightbox {
  padding-bottom: 20px;
  width: 336px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(-20deg, #2d77ff 0%, #00e4ff 100%);
  border-image-slice: 1;
}

.cg-kyjg-detail-content .content-a .rightbox p,
.cg-kyjg-detail-content .content-a .rightbox span {
  color: #9fb9ff;
}

.cg-kyjg-detail-content .content-a .rightbox span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 10px;
}

.cg-kyjg-detail-content .content-a .xinxi {
  position: relative;
}

.cg-kyjg-detail-content .content-a .xinxi .con {
  padding-bottom: 60px;
  width: 320px;
  height: 410px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(-20deg, #2d77ff 0%, #00e4ff 100%);
  border-image-slice: 1;
}

.cg-kyjg-detail-content .content-a .xinxi .con h3 {
  margin-left: 18px;
  color: #b6c6ff;
}

.cg-kyjg-detail-content .content-a .xinxi .con h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 15px;
  background-color: #00e5fa;
}

.cg-kyjg-detail-content .content-a .xinxi .con p {
  line-height: 24px;
  color: #dbdef6;
}

.cg-kyjg-detail-content .content-a .xinxi .con .jianjie-p {
  height: 221px;
  overflow: hidden;
}

.cg-kyjg-detail-content .content-a .xinxi .more {
  position: absolute;
  bottom: 20px;
  right: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #1c58d1;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
}

.cg-kyjg-detail-content .content-a .on .con .jianjie-p {
  overflow-y: auto;
  scrollbar-width: thin;
}

.cg-kyjg-detail-content .content-a .on .con .jianjie-p::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

.cg-kyjg-detail-content
  .content-a
  .on
  .con
  .jianjie-p::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fff;
}

.cg-kyjg-detail-content
  .content-a
  .on
  .con
  .jianjie-p::-webkit-scrollbar-track-piece {
  background-color: #ccc;
  border-radius: 6px;
}

.cg-kyjg-detail-content .content-a .xinxi .more .simsun.on {
  transform: rotate(-90deg);
}

.cg-kyjg-detail-content .content-a .xinxi .more .simsun {
  display: inline-block;
  vertical-align: middle;
  transform-origin: center center;
  transform: rotate(90deg);
}

.cg-kyjg-detail-content .content-a .xinxi .more:hover .simsun {
  transform: rotate(-90deg);
}

.cg-kyjg-detail-content .content-a .lingyu .con {
  width: 320px;
  height: 410px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(-20deg, #2d77ff 0%, #00e4ff 100%);
  border-image-slice: 1;
  overflow: auto;
}

.cg-kyjg-detail-content .content-a .lingyu .con::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

.cg-kyjg-detail-content .content-a .lingyu .con::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fff;
}

.cg-kyjg-detail-content .content-a .lingyu .con::-webkit-scrollbar-track-piece {
  background-color: #ccc;
  border-radius: 6px;
}

.cg-kyjg-detail-content .content-a .lingyu .con p {
  line-height: 24px;
  color: #dbdef6;
}

.cg-kyjg-detail-content .content-b {
  margin: 0 auto;
  padding: 38px 0 0;
  background: url(../images/bg-jg-detail4.jpg) no-repeat left top;
  width: 1132px;
  /*height: 397px;*/
}

.cg-kyjg-detail-content .content-b .qh {
  margin-left: 30px;
}

.cg-kyjg-detail-content .content-b .qh span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 3px;
  color: #00c0ff;
  cursor: pointer;
}

.cg-kyjg-detail-content .content-b .qh span:hover {
  background-color: #3d81eb;
  color: #ffffff;
}

.cg-kyjg-detail-content .content-b .qh .on {
  background-color: #3d81eb;
  color: #ffffff;
}

.cg-kyjg-detail-content .content-b-ul-box {
  padding: 20px 0;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(-20deg, #2d77ff 0%, #00e4ff 100%);
  border-image-slice: 1;
  border-top: 0;
}

.cg-kyjg-detail-content .content-b ul {
  margin: 0 auto;
  padding: 0 50px 20px;
  width: 1108px;
  height: 273px;
  background: rgba(251, 252, 252, 0.1);
  overflow-y: hidden;
}

.cg-kyjg-detail-content .content-b ul.on,
.cg-kyjg-detail-content .content-c ul.on {
  height: auto;
}

.cg-kyjg-detail-content .content-b .kycg-more .simsun.on,
.cg-kyjg-detail-content .content-c .hzqk-more .simsun.on {
  transform: rotate(-90deg);
}

.cg-kyjg-detail-content .content-b .kycg-more,
.cg-kyjg-detail-content .content-c .hzqk-more {
  display: block;
  margin: 0 auto;
  width: 60px;
  /*text-align: center;*/
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.cg-kyjg-detail-content .content-b .kycg-more .simsun,
.cg-kyjg-detail-content .content-c .hzqk-more .simsun {
  display: inline-block;
  vertical-align: middle;
  transform-origin: center center;
  transform: rotate(90deg);
}

.cg-kyjg-detail-content .content-b .kycg-more:hover .simsun,
.cg-kyjg-detail-content .content-c .hzqk-more:hover .simsun {
  opacity: 0.8;
}

.cg-kyjg-detail-content .content-b ul li a {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}

.cg-kyjg-detail-content .content-c {
  margin: 0 auto;
  padding: 38px 0 20px;
  background: url(../images/bg-jg-detail5.png) no-repeat left top;
  width: 1132px;
  /*height: 270px;*/
}

.cg-kyjg-detail-content .content-c h3 {
  margin-left: 30px;
  font-size: 14px;
  line-height: 36px;
  color: #438dff;
}

.content-c-ul-box {
  padding: 20px 0;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(-20deg, #2d77ff 0%, #00e4ff 100%);
  border-image-slice: 1;
}

.cg-kyjg-detail-content .content-c ul {
  margin: 0 auto;
  width: 1085px;
  background-color: #1a2cc9;
  border: solid 1px #0c63bc;
  border-bottom: 0;
  /*overflow-y: auto;*/
  height: 155px;
}

.cg-kyjg-detail-content .content-c ul li {
  padding: 0 30px;
  font-size: 14px;
  line-height: 50px;
  border-bottom: solid 1px #0c63bc;
}

.cg-kyjg-detail-content .content-c ul li a {
  color: #ffffff;
}

.cg-kyjg-detail-content .content-c ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}

.cg-list-con {
  background: #fafafa url(../images/list/list-bg.jpg) no-repeat;
  padding-top: 80px;
}

.crumbs {
  padding: 20px 0;
  color: #fff;
}

.crumbs span,
.crumbs a {
  color: #fff;
  padding: 0 5px;
}

.crumbs a:hover {
  text-decoration: underline;
}

.cg-list .c-rattan {
  color: #115183;
}

.cg-list .c-gray {
  color: #a1a6b3;
}

.cg-list a:hover .c-rattan {
  color: #0d6db9;
}

.cg-list a:hover .c-gray {
  color: #666;
}

.cg-list .img-sca img {
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

.cg-list .img-sca:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}

/*需求表单 开始*/
.sect-require {
  background: #fff url(../images/list/sect-require-bg2.jpg) no-repeat right
    bottom;
  min-height: 700px;
  overflow: hidden;
}

.sect-require-t {
  position: relative;
  z-index: 999;
  text-align: center;
  padding: 16px 0;
  box-shadow: 0px 6px 8px rgba(210, 210, 210, 0.1);
}

.sect-require-t h3 {
  position: relative;
  display: inline-block;
  height: 40px;
}

.sect-require-t span {
  display: inline-block;
  font-size: 22px;
  color: #2d77e5;
}

.sect-require-t span::after {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #2d77e5;
}

.sect-require-form {
  margin: 0 auto;
  padding: 40px 240px;
  background: url(../images/list/sect-require-bg1.jpg) no-repeat right top;
}

.ico-required {
  display: inline-block;
  width: 14px;
  height: 20px;
  color: #f00;
}

/*layui*/
.sect-require-form .layui-form-label {
  width: 130px;
  text-align: left;
  font-size: 16px;
}

.sect-require-form .layui-input-block {
  margin-left: 140px;
}

.sect-require-form input::-webkit-input-placeholder,
.sect-require-form textarea::-webkit-input-placeholder {
  color: #aaa;
}

.sect-require-form .layui-form-radio {
  margin-right: 20px;
}

.sect-require-form .layui-form-radio * {
  font-size: 16px;
  color: #545454;
}

.layui-form-radioed,
.layui-form-radioed > i,
.layui-form-radio:hover * {
  color: #3787ff !important;
}

.layui-form-select dl dd.layui-this {
  background: #2d77e5;
}

/*需求表单 结束*/
/*资讯 开始*/
.sect-news-list {
  background: #fff;
  text-align: center;
  padding: 20px 0 30px;
}

.sect-news-list li {
  display: inline-block;
  width: 96%;
  text-align: left;
  border-bottom: 1px #eee solid;
}

.sect-news-list li a {
  display: inline-block;
  position: relative;
  padding: 20px;
  width: 100%;
  background: #fff;
  border: 1px #fff solid;
}

.sect-news-list li a:hover {
  z-index: 999;
  background: #fcfdff;
  border: 1px #c0cfe5 solid;
  box-shadow: 0px 0px 10px #eef4fd;
}

.sect-news-list .img {
  margin-right: 25px;
  width: 180px;
  height: 120px;
  overflow: hidden;
}

.sect-news-list .text {
  width: 890px;
  line-height: 1.6;
}

/*资讯 结束*/
/*首页 开始*/
.icon {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/site/icon.png) no-repeat;
}

.icon-zb {
  width: 20px;
  height: 20px;
  background-position: 1px -2px;
}

.icon-kjcg {
  width: 36px;
  height: 36px;
  background-position: -23px -2px;
}

.icon-jszj {
  width: 36px;
  height: 36px;
  background-position: -61px -1px;
}

.icon-kyjg {
  width: 40px;
  height: 36px;
  background-position: -102px -2px;
}

.icon-guojia {
  width: 40px;
  height: 36px;
  background-position: -142px -2px;
}

.icon-sheng {
  width: 40px;
  height: 36px;
  background-position: -180px -2px;
}

.icon-shi {
  width: 40px;
  height: 36px;
  background-position: -217px -2px;
}

.icon-xiao {
  width: 40px;
  height: 36px;
  background-position: -256px -2px;
}

.cg-home {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  min-width: 1300px;
}

    .cg-home .head-wrap {
        position: absolute;
        top: 40px;
        opacity: 0.85;
        z-index: 10000;
    }

.cg-home .ban-slider a {
  display: block;
  height: 460px;
}

.cg-home .focus-slider {
  position: relative;
}

.cg-home .focus-slider ul,
.cg-home .focus-slider li{
  width: 100% !important;
}

.cg-home .zb-slider {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cg-home .zb-slider-cont {
  background: rgba(0, 0, 0, 0.5);
  border: 1px #636f81 solid;
  border-radius: 4px 4px 0 0;
  padding: 2px 10px;
}

.cg-home .zb-slider-cont .bd {
  height: 36px;
  overflow: hidden;
}

.cg-home .zb-slider-cont li {
  height: 36px;
  line-height: 36px;
}

.cg-home .zb-slider-cont a {
  color: #fff;
}

.cg-home .zb-slider-cont .name {
  width: 480px;
  margin-right: 20px;
}

.cg-home .zb-slider-cont .time {
  width: 230px;
  margin-right: 20px;
}

.cg-home .zb-slider-cont .company {
  width: 260px;
  margin-right: 20px;
}

.cg-home .zb-slider-h {
  color: #58caff;
  margin: 1px 5px 0 10px;
}

.cg-home .sect-a {
  min-height: 400px;
  background: #fafafa url(../images/site/sect-a-bg.jpg) no-repeat center bottom;
}

.cg-home .sect-a-data {
  text-align: center;
  margin: 0 -30px;
}

.cg-home .sect-a-data li {
  display: inline-block;
  width: 100px;
  margin: 0 50px;
}

.cg-home .sect-a-data .num {
  font-size: 28px;
  padding-right: 5px;
  color: #215bb2;
  font-family: Arial;
}

.cg-home .sect-a-news {
  width: 585px;
}

.cg-home .sect-a-news-cont ul {
  margin-right: -20px;
  margin-left: -3px;
}

.cg-home .sect-a-news-cont li {
  display: inline-block;
  width: 278px;
  margin: 0 18px 0 0;
}

.cg-home .sect-a-news-cont a {
  display: inline-block;
  padding: 8px 8px 12px 8px;
  border-radius: 3px;
}

.cg-home .sect-a-news-cont p {
  padding: 0 3px;
}

.cg-home .sect-a-news-cont a:hover {
  background: #fff;
}

.cg-home .sect-a-news-cont .img {
  width: 270px;
  height: 180px;
  background: #ddd;
  overflow: hidden;
}

.cg-home .sect-a-notice {
  width: 560px;
}

.cg-home .sect-a-notice li {
  padding: 20px 0;
  border-bottom: 1px #e6e6e6 solid;
}

.cg-home .sect-a-notice .date {
  position: relative;
  background: #fff;
  width: 80px;
  height: 100px;
  text-align: center;
  border-radius: 6px;
  font-family: Arial;
}

.cg-home .sect-a-notice a:hover .date {
  box-shadow: 0px 0px 8px #cae2f5;
}

.cg-home .sect-a-notice .day {
  display: inline-block;
  margin: 16px 0 18px;
  width: 100%;
  color: #3787ff;
}

.cg-home .sect-a-notice .day::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -9px;
  height: 1px;
  width: 18px;
  background: #dadada;
}

.cg-home .sect-a-notice .word {
  width: 445px;
  margin-right: 10px;
  line-height: 1.5;
}

.cg-home .sect-b {
  padding: 40px 0 70px;
  background: #fff url(../images/site/sect-b-bg.jpg) no-repeat right bottom;
  margin: 0 !important;
}

.cg-home .sect-b .more a {
  background: #f6f6f6;
}

.cg-home .sect-b-l {
  width: 585px;
}

.cg-home .sect-b-r {
  width: 560px;
}

.cg-home .sect-b-zt-cont li {
  display: inline-block;
  width: 285px;
}

.cg-home .sect-b-zt-cont li .img {
  width: 285px;
  height: 180px;
  overflow: hidden;
  background: #ccc;
}

.cg-home .img-sca img {
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

.cg-home .img-sca:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}

.cg-home .sect-b-ebook-cont ul {
  margin-right: -40px;
}

.cg-home .sect-b-ebook-cont li {
  display: inline-block;
  width: 165px;
  margin-right: 40px;
  height: 200px;
  background: url(../images/site/book-bg.png) no-repeat;
}

.cg-home .sect-b-ebook-cont .img {
  position: relative;
  margin: 1px 0 0 21px;
  width: 131px;
  height: 183px;
}

.cg-home .sect-b-ebook-cont img {
  transform: rotateY(0);
  transition: all 0.3s ease-in-out;
}

.cg-home .sect-b-ebook-cont a:hover img {
  box-shadow: 4px 4px 8px #ccc;
}

.cg-home .sect-b-new-cont a {
  display: inline-block;
  padding: 20px 10px;
  width: 100%;
  border-bottom: 1px #e6e6e6 solid;
}

.cg-home .sect-b-new-cont a:hover {
  display: inline-block;
  background-color: rgba(235, 235, 235, 0.1);
}

.cg-home .sect-b-new-cont span {
  display: inline-block;
  width: 45%;
}

.cg-home .sect-c {
  min-height: 370px;
  background: #6d88b0 url(../images/site/sect-c-bg.jpg) no-repeat center top;
}

.cg-home .sect-c-cont ul {
  display: flex;
  margin-right: -38px;
}

.cg-home .sect-c-cont li {
  width: 580px;
  margin-right: 35px;
}

.cg-home .sect-c-cont li a {
  display: inline-block;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px #fff solid;
}

.cg-home .sect-c-cont li a:hover {
  border: 1px #3787ff solid;
  box-shadow: 0px 0px 10px #609eea;
}

.cg-home .sect-c-cont .img {
  margin-right: 15px;
  width: 138px;
  height: 138px;
  overflow: hidden;
}

.cg-home .sect-c-cont .text {
  width: 370px;
  line-height: 1.6;
}

.cg-home .sect-d {
  background: url(../images/site/sect-d-bg.jpg) no-repeat right center;
}

.cg-home .sect-d-l {
  width: 330px;
}

.cg-home .sect-d-r {
  width: 825px;
}

.cg-home .sect-d li {
  display: inline-block;
  text-align: center;
  width: 140px;
  padding: 0 25px;
}

.cg-home .sect-d .num {
  font-size: 28px;
  padding-right: 5px;
  color: #215bb2;
  font-family: Arial;
}

.cg-home .sect-d-l ul {
  margin-right: -15px;
}

.cg-home .sect-d-l li {
  width: 165px;
  border-right: 1px #eaeaea solid;
}

.cg-home .sect-d-l li:last-child {
  border: none;
}

.cg-home .sect-d-l .ico {
  display: inline-block;
  background: #4587ff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  text-align: center;
  padding-top: 15px;
}

.cg-home .sect-d-l .num {
  color: #ff5501;
}

.cg-home .sect-d-r .num {
  color: #215bb2;
}

.cg-home .sect-d-r ul {
  background: #fbfbfb;
  padding-top: 20px;
  height: 140px;
  text-align: center;
  border-radius: 70px;
}

.cg-home .c-rattan {
  color: #115183;
}

.cg-home .c-gray {
  color: #a1a6b3;
}

.cg-home a:hover .c-rattan {
  color: #0d6db9;
}

.cg-home a:hover .c-gray {
  color: #666;
}

.com-title-normal {
  border-bottom: 1px #e1e1e1 solid;
}

.com-title-normal h2 {
  display: inline-block;
  padding: 0 12px 12px;
  border-bottom: 2px #115183 solid;
  color: #135a92;
}

.com-title-normal .more a {
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-family: "Simsun";
}

.com-title-normal .more a:hover {
  background: #215bb2;
  color: #fff;
}

.com-title-lg {
  text-align: center;
  background: url(../images/site/tit-bg.png) no-repeat center;
}

.com-title-lg h2 {
  display: inline-block;
  color: #000;
}

.com-title-en {
  color: #fff;
}

.com-title-en .subtit {
  display: block;
  font-size: 12px;
  font-family: Arial;
  text-transform: uppercase;
}

.com-title-en .more a {
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-family: "Simsun";
}

.com-title-en .more a:hover {
  background: #215bb2;
  color: #fff;
}

/*首页 结束*/
/* 宣传页开始 */
.cg-publicity .cg-publicity-banner {
  padding: 160px 0 50px 0;
  background: url(../images/bg-pub-banner.jpg) no-repeat top center;
}

.cg-publicity .cg-publicity-banner h1 {
  font-size: 48px;
  color: #ffffff;
}

.cg-publicity .cg-publicity-banner h2 {
  font-size: 24px;
  color: #ffffff;
}

.cg-publicity .cg-publicity-banner p {
  width: 640px;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  border-left: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.cg-publicity .cg-publicity-banner a {
  width: 181px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: solid 2px #ffffff;
  color: #ffff00;
}

.cg-publicity .cg-publicity-banner a:hover {
  color: red;
}

.cg-publicity .server-chage {
  height: 59px;
  background-color: #313131;
}

.cg-publicity .server-chage a {
  margin: 0 50px 0 15px;
  line-height: 59px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.cg-publicity-sect .tit h3 {
  font-size: 24px;
  color: #333333;
}

.cg-publicity-sect .tit h4 {
  font-size: 16px;
  color: #333333;
  opacity: 0.5;
}

.cg-publicity-sect-contet {
  background: url(../images/bg-pub-b.png) no-repeat center;
}

.cg-publicity-sect-contet .sect-contet-a .contet-a1 {
  padding: 50px 45px 0;
  width: 297px;
  height: 600px;
  background: url(../images/bg-pub-a1.jpg) no-repeat;
}

.cg-publicity-sect-contet .sect-contet-a {
  margin: 0 auto;
  width: 1190px;
  height: 601px;
  background: url(../images/bg-pub-a1.jpg) no-repeat;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(125, 124, 124, 0.2);
  border-radius: 0px 3px 3px 0px;
}

.cg-publicity-sect-contet .sect-contet-b {
  margin: 0 auto;
  width: 1190px;
  height: 568px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(125, 124, 124, 0.2);
  border-radius: 0px 3px 3px 0px;
}

.cg-publicity-sect-contet .sect-contet-b .b1 {
  width: 297px;
  height: 568px;
  background: url(../images/bg-pub-b1.jpg) no-repeat;
}

.cg-publicity-sect-contet .sect-contet-b .b2 {
  margin: 30px 0 0 35px;
}

.sect-contet-b .b2 .tit span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333333;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.sect-contet-b .b2 .tit span:hover {
  border-bottom: 4px solid #397dd7;
}

.sect-contet-b .b2 .tit .on {
  border-bottom: 4px solid #397dd7;
}

.cg-publicity-sect-contet .sect-contet-c {
  height: 590px;
  background: url(../images/bg-pub-c1.jpg) no-repeat;
}

.sect-contet-c .c1 {
  margin-left: 30px;
  width: 227px;
}

.sect-contet-c .c1 h2 {
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.sect-contet-c .c1 p {
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
}

.sect-contet-c .lunbo {
  position: relative;
  width: 882px;
  height: 456px;
}

.sect-contet-c .lunbo li {
  width: 294px;
}

.sect-contet-c .lunbo img {
  margin-right: 20px;
  width: 274px;
  height: 456px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(125, 124, 124, 0.2);
  border-radius: 0px 3px 3px 0px;
}

.cg-publicity-sect-jiazhi .jiazhi {
  width: 259px;
  height: 350px;
  cursor: pointer;
}

.cg-publicity-sect-jiazhi .jiazhi-a {
  background: url(../images/bg-pub-jiazhi1.png) no-repeat center;
  overflow: hidden;
}

.cg-publicity-sect-jiazhi .jiazhi-b {
  background: url(../images/bg-pub-jiazhi2.png) no-repeat center;
  overflow: hidden;
}

.cg-publicity-sect-jiazhi .jiazhi-c {
  background: url(../images/bg-pub-jiazhi3.png) no-repeat center;
  overflow: hidden;
}

.cg-publicity-sect-jiazhi .jiazhi-d {
  background: url(../images/bg-pub-jiazhi4.png) no-repeat center;
  overflow: hidden;
}

.cg-publicity-sect-jiazhi .jiazhi:hover .bg-box {
  transform: rotateY(360deg);
  transition: all 0.7s;
  opacity: 1;
}

.cg-publicity-sect-jiazhi .jiazhi .bg-box {
  width: 259px;
  height: 350px;
  background-color: #2589ff;
  box-shadow: 0px 10px 29px 3px rgba(152, 56, 76, 0.2);
  transform: rotateY(180deg);
  opacity: 0;
}

.cg-publicity-sect-jiazhi .jiazhi .bg-box h6 {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}

.cg-publicity-sect-jiazhi .jiazhi .bg-box p {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
}

.cg-publicity-sect-pattern {
  height: 531px;
  background: url(../images/bg-pub-pattern1.jpg) no-repeat center #587da1;
}

.cg-publicity-sect-pattern .item {
  margin: 0 auto;
  width: 1249px;
  height: 526px;
  background: url(../images/bg-pub-pattern.png) no-repeat center;
}

.cg-publicity .hd {
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  position: absolute;
}

.cg-publicity .hd li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #ddd;
  color: transparent;
}

.cg-publicity .hd li.on {
  width: 15px;
  height: 5px;
  background-color: #156bff;
}

#book-main #features .home-page {
  position: relative;
}

#book-main #features .home-page .header {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 30px;
  background-color: #000000;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  font-size: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0 5px;
}

#book-main #features .home-page .text {
  position: absolute;
  top: 500px;
  left: 50px;
  color: #181818;
  font-size: 37px;
  line-height: 48px;
  font-weight: bold;
  width:370px;
  text-align:justify;
}

#book-main #features .dwjj-left {
    background: url("../../images/assemble/bg-dwjj-left.jpg") no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 72px 0 95px 53px;
}

#book-main #features .dwjj-left .content {
  box-sizing: border-box;
  width: 454px;
  height: 551px;
  background-color: #20424d;
  opacity: 0.8;
  padding: 43px 35px 0 35px;
}

#book-main #features .dwjj-left .content .header {
  /*margin-bottom: 41px;*/
}

#book-main #features .dwjj-left .content .header .left {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  margin-right: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#book-main #features .dwjj-left .content .header .right {
  font-size: 12px;
  line-height: 1px;
  position: relative;
  bottom: -3px;
}

#book-main #features .dwjj-left .content .content-text,
#book-main #features .dwjj-right .content .content-text {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
}

#book-main #features .dwjj-right {
    background: url("../../images/assemble/bg-dwjj-right.jpg") no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
    padding: 72px 60px 95px 0;
}

#book-main #features .dwjj-right .icon-kjdx {
  position: absolute;
  top: 20px;
  right: 41px;
  height: 21px;
}

#book-main #features .dwjj-right .icon-kjdx img {
  height: 21px;
  width: 21px;
}

#book-main #features .dwjj-right .icon-kjdx text {
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}

#book-main #features .dwjj-right .content {
  box-sizing: border-box;
  padding: 35px 39px 0 24px;
  width: 447px;
  height: 551px;
  background-color: #246545;
  opacity: 0.78;
}

#book-main #features .dwjj-right .content .header {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  /*margin-bottom: 32px;*/
  width: 391px;
  height: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#book-main #features .dwjj-right .content .header .left {
  margin-right: 15px;
}

#book-main #features .dwjj-right .content .header .right {
  font-size: 12px;
  line-height: 1px;
  position: relative;
  bottom: -3px;
}

#book-main #features .ml .content .content-text {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
}

#book-main #features .ml .content .content-text .bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  width: 385px;
  padding-left: 7px;
}

#book-main #features .wowbook-right .ml {
  background: url("../../images/assemble/bg-dwjj-right.jpg") no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  padding: 72px 60px 95px 0;
}

#book-main #features .wowbook-left .ml {
  background: url("../../images/book/AA2.jpg") no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  padding: 72px 0px 95px 60px;
}

#book-main #features .wowbook-left .ml .icon-kjdx {
  display: none;
}

#book-main #features .wowbook-right .ml .icon-kjdx {
  position: absolute;
  top: 20px;
  right: 41px;
  height: 21px;
}

#book-main #features .ml .icon-kjdx img {
  height: 21px;
  width: 21px;
}

#book-main #features .ml .icon-kjdx text {
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}

#book-main #features .ml .content {
  box-sizing: border-box;
  padding: 35px 39px 0 0px;
  width: 447px;
  height: 551px;
  /* background-color: #0d5b87; */
  /* opacity: 0.78; */
}
#book-main #features .ml_cont_icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

#book-main #features .ml .content .header {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  width: 391px;
  height: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#book-main #features .ml .content .header .left {
  margin-right: 15px;
}

#book-main #features .ml .content .header .right {
  font-size: 12px;
  line-height: 1px;
  position: relative;
  bottom: -3px;
}

#book-main #features .ml .content .header_img {
  width: 381px;
  height: 52px;
}

#book-main #features .ml .content .content-text .ml-three .ml-three-header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 7px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

#book-main #features .ml .content .content-text > .bottom-border {
  line-height: 40px;
  height: 40px;
}

#book-main #features .ml .content .content-text .ml-three {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#book-main
  #features
  .ml
  .content
  .content-text
  > .bottom-border
  text:first-child {
  margin-right: 17px;
}

#book-main #features .ml .content .content-text .ml-three .ml-three-content {
  /* padding-left: 71px; */
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #2a2a2a;
  opacity: 1;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type {
  /*border-size: border-box;*/
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 289px;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type
  .left {
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type
  .right {
  opacity: 0.7 !important;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-header
  .ml-three-header-left
  text:first-child {
  margin-right: 17px;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .bottom-border {
  border-size: border-box;
  padding-left: 13px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 309px;
  color: #2a2a2a;
  /* opacity: 0.7; */
}

#book-main #features .cml-left .content .content-text {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
}

#book-main #features .cml-left .content .content-text .bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  width: 385px;
  padding-left: 7px;
}

#book-main #features .cml-left {
  background: url("../../images/assemble/bg-ml-left.png") no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  padding: 72px 60px 95px 0;
}

#book-main #features .cml-left .content {
  box-sizing: border-box;
  padding: 35px 39px 0 24px;
  width: 447px;
  height: 551px;
  background-color: #0d5b87;
  opacity: 0.78;
}

#book-main #features .cml-left .content .header {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  width: 391px;
  height: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#book-main #features .cml-left .content .header .left {
  margin-right: 15px;
}

#book-main #features .cml-left .content .header .right {
  font-size: 12px;
  line-height: 1px;
  position: relative;
  bottom: -3px;
}

#book-main
  #features
  .cml-left
  .content
  .content-text
  .ml-three
  .ml-three-header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 7px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

#book-main #features .cml-left .content .content-text > .bottom-border {
  line-height: 40px;
  height: 40px;
}

#book-main #features .cml-left .content .content-text .ml-three {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#book-main
  #features
  .cml-left
  .content
  .content-text
  > .bottom-border
  text:first-child {
  margin-right: 17px;
}

#book-main
  #features
  .cml-left
  .content
  .content-text
  .ml-three
  .ml-three-content {
  padding-left: 71px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.7;
}

#book-main
  #features
  .cml-left
  .content
  .content-text
  .ml-three
  .ml-three-header
  .ml-three-header-left
  text:first-child {
  margin-right: 17px;
}

#book-main
  #features
  .cml-left
  .content
  .content-text
  .ml-three
  .ml-three-content
  .bottom-border {
  border-size: border-box;
  padding-left: 13px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 309px;
}

#book-main #features .cml-right .content .content-text {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
}

#book-main #features .cml-right .content .content-text .bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  width: 385px;
  padding-left: 7px;
}

#book-main #features .cml-right {
    background: url("../../images/book/BB1.jpg") no-repeat;
    background-size: cover;
    position: relative;
    color: #2A2A2A;
    padding: 72px 60px 95px 0;
}

#book-main #features .cml-right .icon-kjdx {
  position: absolute;
  top: 20px;
  right: 41px;
  height: 21px;
}

#book-main #features .cml-right .icon-kjdx img {
  height: 21px;
  width: 21px;
}

#book-main #features .cml-right .icon-kjdx text {
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}

#book-main #features .cml-right .content {
  box-sizing: border-box;
  padding: 35px 39px 0 24px;
  width: 447px;
  height: 551px;
  /* background-color: #0d5b87; */
}

#book-main #features .cml-right .content .header {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  width: 391px;
  height: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#book-main #features .cml-right .content .header .left {
  margin-right: 15px;
}

#book-main #features .cml-right .content .header .right {
  font-size: 12px;
  line-height: 1px;
  position: relative;
  bottom: -3px;
}

#book-main
  #features
  .cml-right
  .content
  .content-text
  .ml-three
  .ml-three-header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 7px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

#book-main #features .cml-right .content .content-text > .bottom-border {
  line-height: 40px;
  height: 40px;
}

#book-main #features .cml-right .content .content-text .ml-three {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type {
  /*border-size: border-box;*/
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 289px;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type
  .left {
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type
  .right {
  opacity: 0.7 !important;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type {
  /*border-size: border-box;*/
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid #c2cdee;
  width: 395px;
  position: relative;
}
#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type::before {
  content: '';
  position: absolute;
  width: 5px;
	height: 16px;
	background-color: #56669b;
	border-radius: 2px;
  left: 0;
  top: 8px;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type
  .left {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
	color: #000000;
}

#book-main
  #features
  .ml
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type
  .right {
  opacity: 0.7 !important;
}

#book-main
  #features
  .cml-right
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type {
  /*border-size: border-box;*/
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid #c2cdee;
  width: 395px;
  position: relative;
}

#book-main
  #features
  .cml-right
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type::before {
  /*border-size: border-box;*/
  content: '';
  position: absolute;
  width: 5px;
	height: 16px;
	background-color: #56669b;
	border-radius: 2px;
  left: 0;
  top: 8px;
}

#book-main
  #features
  .cml-right
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type
  .left {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #000000;
  opacity: 1 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#book-main
  #features
  .cml-right
  .content
  .content-text
  .ml-three
  .ml-three-content
  .type
  .right {
  opacity: 0.7 !important;
}

#book-main
  #features
  .cml-right
  .content
  .content-text
  > .bottom-border
  text:first-child {
  margin-right: 17px;
}

#book-main
  #features
  .cml-right
  .content
  .content-text
  .ml-three
  .ml-three-content {
  padding-left: 71px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #2A2A2A;
}

#book-main
  #features
  .cml-right
  .content
  .content-text
  .ml-three
  .ml-three-header
  .ml-three-header-left
  text:first-child {
  margin-right: 17px;
}

#book-main
  #features
  .cml-right
  .content
  .content-text
  .ml-three
  .ml-three-content
  .bottom-border {
  border-size: border-box;
  padding-left: 13px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 309px;
}

#book-main #features .detail-left {
    background: url("../../images/assemble/bg-ml-left.jpg") no-repeat;
    background-size: cover;
    position: relative;
    color: #2a2a2a;
    padding: 64px 53px 61px 51px;
}

#book-main #features .detail-left .icon-kjdx_right {
  width: 82%;
  position: absolute;
  top: 20px;
  right: 41px;
  font-size: 14px;
  line-height: 24px;
  color: #004697;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
  padding-left: 10px;
}

#book-main #features .detail-left .header {
  width: 405px;
  height: 62px;
  line-height: 62px;
  font-size: 32px;
  line-height: 61px;
  letter-spacing: 0px;
  color: #000000;
  /* border-bottom: 2px solid rgba(0, 0, 0, 0.4); */
  margin-bottom: 10px;
}

#book-main #features .detail-left .content {
}

#book-main #features .detail-left .content .content-header {
  width: 335px;
  display: flex;
  justify-content: space-between;
  height: 14px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bolder;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 38px;
}

#book-main #features .detail-left .content .content-item {

}

#book-main #features .detail-left .content .content-item .content-item_titile {
	font-size: 14px;
	font-weight: bold;
	color: #5c6b9d;
}

#book-main #features .detail-left .content .content-item .tablse_box {
  font-size: 12px;
	line-height: 34px;
	color: #2a2a2a;
  border: 1px solid #becfd9;
}

#book-main #features .detail-left .content .content-item .tablse_box .lse_tr {
  display: flex;
  font-weight: normal !important;
  border-bottom: solid 1px #becfd9;
}
#book-main #features .detail-left .content .content-item .tablse_box .lse_tr:last-child {
  border-bottom: none;
}

#book-main #features .detail-left .content .content-item .tablse_box .lse_tr .tilt_bg {
  width: 98px;
  height: 34px;
  color: #fff;
  background-color: #6f7fb5;
  padding-left: 8px;
}
#book-main #features .detail-left .content .content-item .tablse_box .lse_tr .wiasfw {
  width: 88px;
}
#book-main #features .detail-left .content .content-item .tablse_box .lse_tr .tl_content {
  width: 116px;
  padding-left: 8px;
}
#book-main #features .detail-left .content .content-item .tablse_box .lse_tr:nth-child(2n) .tl_content {
  background-color: #eff1f8;
}

#book-main #features .detail-left .content .content-item .tablse_box .lse_tr .tl_content2 {
  width: 134px;
  padding-left: 8px;
}

#book-main #features .detail-left .content .content-item .tablse_box .lse_tr:nth-child(2n) .tl_content2 {
  background-color: #eff1f8;
}

#book-main #features .detail-left .content .content-item .tablse_box .lse_tr .tl_content_long {
  width: 310px;
  padding-left: 8px;
}

#book-main #features .detail-left .content .content-item .content-item_titile .tips_iscw_img {
  width: 20px;
  height: 20px;
}

#book-main #features .detail-left .content .content-item .content-item-header {
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bolder;
  margin-bottom: 5px;
}

#book-main #features .detail-left .content .content-item .content-item-header .tips_icose_img {
  width: 15px;
  height: 10px;
}

#book-main #features .detail-left .content .content-item .content-item-header .tips_icose_img {
  width: 15px;
  height: 10px;
}

#book-main #features .detail-right {
  background: url("../../images/assemble/bg_right_foot.jpg") no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  padding: 72px 48px 61px 53px;
}

#book-main #features .detail-right .icon-kjdx {
  position: absolute;
  top: 20px;
  right: 41px;
  height: 21px;
}

#book-main #features .detail-right .icon-kjdx_right {
  width: 82%;
  position: absolute;
  top: 20px;
  right: 41px;
  font-size: 14px;
  line-height: 24px;
  color: #004697;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
  padding-left: 10px;
}

#book-main #features .detail-right .icon-kjdx img {
  height: 21px;
  width: 21px;
}

#book-main #features .detail-right .icon-kjdx text {
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}

#book-main #features .detail-right .content-item-text p.my-desc-p {
  text-align: center;
  text-align-last: justify;
  white-space: nowrap;
  font-size: 14px;
	line-height: 24px;
	color: #2a2a2a;
}
#book-main #features .detail-right .content-item-text .fu_text_img {
  width: 174px;
	height: 117px;
}

#book-main #features .detail-right {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

#book-main #features .detail-right .tablse_box {
  font-size: 12px;
	line-height: 34px;
	color: #2a2a2a;
  border: 1px solid #becfd9;
}

#book-main #features .detail-right .content-item_titile {
  font-size: 14px;
  font-weight: bold;
  color: #5c6b9d;
  line-height: 36px;
}

#book-main #features .detail-right .content-item_titile .tips_iscw_img {
  width: 20px;
  height: 20px;
}

#book-main #features .detail-right .tablse_box .lse_tr {
  display: flex;
  font-weight: normal !important;
  border-bottom: solid 1px #becfd9;
}
#book-main #features .detail-right .tablse_box .lse_tr:last-child {
  border-bottom: none;
}

#book-main #features .detail-right .tablse_box .lse_tr .tilt_bg {
  width: 98px;
  height: 34px;
  color: #fff;
  background-color: #6f7fb5;
  padding-left: 8px;
}
#book-main #features .detail-right .tablse_box .lse_tr .wiasfw {
  width: 89px;
}
#book-main #features .detail-right .tablse_box .lse_tr .tl_content {
  width: 116px;
  padding-left: 8px;
}
#book-main #features .detail-right .tablse_box .lse_tr:nth-child(2n) .tl_content {
  background-color: #eff1f8;
}

#book-main #features .detail-right .tablse_box .lse_tr .tl_content2 {
  width: 133px;
  padding-left: 8px;
}

#book-main #features .detail-right .tablse_box .lse_tr:nth-child(2n) .tl_content2 {
  background-color: #eff1f8;
}

#book-main #features .detail-right .tablse_box .lse_tr .tl_content_long {
  width: 310px;
  padding-left: 8px;
}

#book-main #features .detail-right  .content-item-header .tips_icose_img {
  width: 15px;
  height: 10px;
}

#book-main #features .detail-right  .content-item-header {
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bolder;
  margin-bottom: 5px;
}

#book-main #features .detail-right .content .technology,
#book-main #features .detail-right .content .apply {
  font-size: 14px;
  color: #000000;
}

#book-main #features .detail-right .content .technology div:nth-child(2) {
  font-size: 14px;
  line-height: 44px;
  opacity: 0.7;
  margin-bottom: 17px;
}

#book-main #features .detail-right .content .apply div:nth-child(2) {
  font-size: 14px;
  line-height: 44px;
  opacity: 0.7;
  margin-bottom: 17px;
}

#book-main #features .detail-right .content .bottom {
  display: flex;
  justify-content: space-between;
}

#book-main #features .detail-right .content .bottom img {
  width: 193px;
  height: 145px;
}

/* 新增 */
.filter-wrap .content {
  background: #fff;
}

.filter-wrap .content .item {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.filter-wrap .content ul {
  height: 40px;
  overflow: hidden;
}

.filter-wrap .content ul.more {
  height: auto !important;
}

.filter-wrap .content .item2 ul {
  height: 80px;
}

.filter-wrap .content .item2 .list li {
  margin: 0 10px;
}

.filter-wrap .content .item + .item {
  border-top: 0;
}

.filter-wrap .content .label {
  display: table-cell;
  padding: 0 25px 0 28px;
  width: 130px;
  text-align: center;
  background-color: #fff;
  color: #000;
}

.filter-wrap .content .list {
  position: relative;
  padding: 0 100px 0 0;
  display: table-cell;
}

.filter-wrap .content .list a.seemore {
  position: absolute;
  top: 10px;
  right: 65px;
  font-family: "新宋体";
  font-size: 15px;
  color: #ffffff;
  padding: 0px 5.5px;
  text-align: center;
  background-color: #378cff;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: all 0.5s;
  overflow: hidden;
}

.filter-wrap .content .list a.on {
  transform: rotate(-90deg);
}

.filter-wrap .content .list li {
  position: relative;
  display: inline-block;
  /*padding: 10px 15px;*/
  padding: 7.5px 10px;
}

.filter-wrap .content .list li:hover {
  border-radius: 3px;
  opacity: 0.5;
}

.filter-wrap .content .list li.on {
  border-radius: 3px;
  opacity: 1;
}

.filter-wrap .content .list li:hover a,
.filter-wrap .content .list li.on a {
  color: #0084ff;
}

.filter-wrap .content .list li a {
  color: #2a3553;
}

.filter-wrap .selected {
  display: none;
  margin: 20px 0 10px;
  line-height: 28px;
}

.filter-wrap .selected span {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 4px 0 0;
}

.filter-wrap .selected .value {
  display: none;
  position: relative;
  padding: 0 40px 0 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.filter-wrap .selected .value:hover {
  border: 1px solid #bdbdbd;
}

.filter-wrap .selected .value i {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  cursor: pointer;
  background: url(../../images/assemble/icon_x.png) center no-repeat;
}

.filter-wrap .selected .value i:hover {
  opacity: 0.6;
}

    .filter-wrap .selected .del-all {
        padding: 0 35px 0 15px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        background: #e6e6e6 url(../../images/assemble/icon_del.png) 50px 6px no-repeat;
        transition: all 0.3s ease-in-out;
    }

.filter-wrap .selected .del-all:hover {
  color: #e00;
  background-position: 50px -27px;
}

.cg-kjcg-detail-head .submitneed {
  position: absolute;
  top: 20px;
  right: 20px;
}

.submitneed-detail {
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.cg-dwfw-list .cg-list-search {
  padding-left: 13px;
}

.cg-dwfw .dwfw-list {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  /*padding-left: 13px;*/
  /*margin-bottom: 239px;*/
  margin: 13px;
}

.cg-dwfw .dwfw-list a {
  margin: 3px;
}

.cg-dwfw .dwfw-list a:hover .dwfw-list-item {
  border: 1px solid #f60;
}

.cg-dwfw .dwfw-list a:hover .dwfw-list-item .dwfw-list-item-right p {
  color: #f60;
}

.cg-dwfw .dwfw-list .dwfw-list-item {
  display: flex;
  justify-content: space-between;
  width: 385px;
  height: 128px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}

.cg-dwfw .dwfw-list .dwfw-list-item .dwfw-list-item-left {
  margin-right: 14px;
}

.cg-dwfw .dwfw-list .dwfw-list-item .dwfw-list-item-left img {
  width: 170px;
  height: 113px;
}

.cg-dwfw .dwfw-list .dwfw-list-item .dwfw-list-item-right p {
  font-size: 18px;
  line-height: 33px;
  color: #2a3553;
  width: 168px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cg-dwfw .dwfw-list .dwfw-list-item .dwfw-list-item-right text {
  font-size: 14px;
  line-height: 20px;
  color: #a1a6b3;
  width: 168px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.demand-form-box {
  padding: 40px 140px !important;
}

/* 通行证 */
.icons-txz {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons-txz.png) no-repeat;
}

.icon-txz-mobile {
  height: 18px;
  width: 12px;
  background-position: 0 0;
}

.icon-dl-password {
  height: 15px;
  width: 12px;
  background-position: 0 -18px;
}

.icon-dl-wjmm {
  height: 13px;
  width: 12px;
  background-position: 0 -33px;
}

.icon-txz-unit {
  height: 16px;
  width: 13px;
  background-position: 0 -46px;
}

.icon-dl-number {
  height: 14px;
  width: 13px;
  background-position: 0 -62px;
}

.icon-txz-yzm {
  height: 13px;
  width: 14px;
  background-position: 0 -76px;
}

/* 登录开始 */
.login {
  width: 100%;
  height: 1080px;
  background: url(../images/bg-dljm.png) no-repeat center;
  background-size: cover;
  padding: 237px 405px 0 0;
}

.login .tgxt {
  float: right;
}

.login .tgxt .header {
  height: 40px;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 33px;
}

.login .tgxt .sjksdl-content {
  position: relative;
  width: 460px;
  background-color: rgba(79, 104, 179, 0.55);
  border-radius: 6px;
  padding: 27px 15px 42px 15px;
}

.login .tgxt .sjksdl-content .header-box {
  margin-bottom: 20px;
  padding: 0 0 0 57px;
  border-bottom: 1px solid #4b6595;
}

.login .tgxt .sjksdl-content .header-box span {
  display: inline-block;
  font-size: 20px;
  height: 41px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  color: #9da5bf;
}

.login .tgxt .sjksdl-content .header-box .on {
  border-bottom: 3px solid #2e60bd;
  color: #ffffff;
}

.login .tgxt .sjksdl-content .header-box .phone {
  margin-right: 83px;
}

.login * {
  box-sizing: border-box;
}

.login .left-img {
  position: absolute;
  top: 70px;
  right: 360px;
  width: 905px;
  height: 600px;
  background: url("../images/bg-login1.png") center no-repeat;
}

.login .sjksdl-content .login-txt {
  font-size: 18px;
  color: #959da6;
}

.login .sjksdl-content .login-input {
  font-size: 14px;
  color: #333;
  width: 320px;
  height: 42px;
  padding: 0px 14px;
  background-color: rgba(255, 255, 255, 0.1);
}

.login .sjksdl-content .login-input::placeholder {
  color: #7c8189;
}

.login .sjksdl-content .layui-btn {
  width: 100%;
  height: 42px;
  background-image: linear-gradient(0deg, #6717cd 0%, #2871fa 100%),
    linear-gradient(#242730, #242730);
  background-blend-mode: normal, normal;
  border-radius: 4px;
  font-size: 16px;
}

.login .sjksdl-content .layui-form {
  padding: 25px 25px;
  background-color: rgba(39, 53, 94, 0.8);
  border: solid 1px #4b61a5;
}

.login .sjksdl-content .layui-form-item {
  position: relative;
}

.login .sjksdl-content .layui-form-item .number {
  padding: 0 0 0 18px;
  height: 42px;
  border-radius: 4px;
  background-color: #fff;
}

.login .sjksdl-content .layui-form-item .wjmm {
  display: flex;
  padding-left: 9px;
  margin-bottom: 25px;
}

.login .sjksdl-content .layui-form-item .wjmm .wjmm-icon {
  width: 24px;
  height: 24px;
  border: solid 1px #656a7c;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
}

.login .sjksdl-content .layui-form-item .wjmm .wjmm-icon img {
  width: 12px;
  height: 13px;
}

.login .sjksdl-content .layui-form-item .wjmm a {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.login .sjksdl-content .layui-form-item .yzm-input-box {
  margin-right: 10px;
  width: 240px;
}

.login .sjksdl-content .layui-form-item .yzm-input-box input {
  width: 200px;
}

.login .sjksdl-content .layui-form-item .getcaptchabtn {
  width: 120px;
  background: #2871fa;
}

.login .sjksdl-content .regist-btn {
  position: absolute;
  bottom: 13px;
  right: 30px;
  color: #e4b04c;
}

.layui-form .help-link {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 10px 30px;
  color: #fff;
  font-size: 14px;
  height: auto;
}

.layui-form .help-link a {
  color: #5a9af2;
}

.layui-form .help-link a:hover {
  color: #ff7200;
}

/* 验证 */
.validate-normal .layui-form-item {
  margin-bottom: 25px;
}

.validate-normal input.error {
  border-color: #ff7200 !important;
}

.validate-normal input.valid {
  border-color: #5da559 !important;
}

.validate-normal .validate-success,
.validate-normal .validate-error {
  position: relative;
  text-align: center;
  padding: 5px;
}

.validate-normal .validate-success label,
.validate-normal .validate-error label {
  right: 0;
}

.validate-normal label.error {
  display: block;
  /* position: absolute; */
  color: #ff7200;
  /* top: -20px; */
  font-size: 12px;
  /* left: 0; */
  line-height: 30px;
}

.validate-normal label.error:before {
  display: inline-block;
  vertical-align: -5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon_tip.png) 0 center no-repeat;
}

/* .validate-normal .validate-success label.error {
  color: #5da559;
}

.validate-normal .validate-success label.error:before {
  background: url(../images/icon_success.png) 0 center no-repeat;
} */
/* 登录结束 */
/* 注册 */
.registr {
  width: 100%;
  height: 968px;
  background: url(../images/bg-regist.jpg) no-repeat center;
  background-size: cover;
  padding: 237px 0 0;
}

.registr .content {
}

.registr .content .header-title {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
}

.reg-form-box {
  margin: 30px auto 0;
  padding: 15px;
  width: 460px;
  background-color: rgba(79, 104, 179, 0.55);
  border-radius: 6px;
}

.reg-form-box .layui-form {
  padding: 25px 25px;
  background-color: rgba(39, 53, 94, 0.8);
  border: solid 1px #4b61a5;
}

.layui-form .layui-form-item .item {
  padding: 0 0 0 18px;
  height: 42px;
  border-radius: 4px;
  background-color: #fff;
}

.layui-form .layui-form-item .item input {
  padding: 0 14px;
  width: 320px;
  height: 42px;
}

.layui-form .layui-form-item-yzm .item {
  margin-right: 20px;
  padding-right: 5px;
}

.layui-form .layui-form-item-yzm .item input {
  width: 195px;
}

.layui-form .layui-form-item-yzm .getcaptchabtn {
  width: 120px;
  background-color: #2871fa;
  border-radius: 4px;
}

.layui-form .register-btn {
  width: 100%;
  height: 42px;
  background-image: linear-gradient(0deg, #6717cd 0%, #2871fa 100%),
    linear-gradient(#242730, #242730);
  background-blend-mode: normal, normal;
  border-radius: 4px;
  font-size: 16px;
}

.gotologin-btn-box {
  margin: 17px 0 0;
  text-align: right;
  color: #ffffff;
}

.gotologin-btn-box a {
  color: #e4b04c;
}

/* 忘记密码 */
.forget .reg-form-box {
  width: 700px;
}

.forget .reg-form-box .layui-form .form-tit {
  margin: 0 auto;
  width: 550px;
  height: 50px;
}

.forget .reg-form-box .layui-form .step1 {
  background: url(../images/forget-step1.png) no-repeat;
}

.forget .reg-form-box .layui-form .step2 {
  background: url(../images/forget-step2.png) no-repeat;
}

.forget .reg-form-box .layui-form .step3 {
  background: url(../images/forget-step3.png) no-repeat;
}

.forget .reg-form-box .layui-form .item-box {
  margin: 0 auto;
  padding: 0 0 60px;
  width: 380px;
}

.forget-bg {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -313px;
  width: 627px;
  height: 98px;
  background: url(../images/bg-forget.png) no-repeat;
}

/* 显示隐藏密码开始 */
.forget .layui-form .password {
  position: relative;
}

.forget .layui-form .password .icon {
  position: absolute;
  width: 46px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 1px;
  right: 1px;
  cursor: pointer;
}

.forget .layui-form .password .ico:hover {
  background-color: #f8f8f8;
}

.forget .layui-form .password .icon-eye {
  background-image: url(../images/icon_eye2.png);
}

.forget .layui-form .password .icon-eye-active {
  background-image: url(../images/icon_eye.png);
}

/* 显示隐藏密码结束 */
.forget .layui-form .item-box .psw-span {
  position: absolute;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}

.forget .layui-form .item-box .newpassword {
  top: 10px;
  left: -15px;
}

.forget .layui-form .item-box .querenpsw {
  top: 75px;
  left: -30px;
}

.forget .layui-form-step2 .layui-form-item {
  margin-left: 40px;
  width: 340px;
}

.forget .layui-form-step2 .layui-form-item .item input {
  width: 280px;
}

/* .forget .layui-form .layui-form-item-yzm .item input{
  width: 155px;
} */
.forget .layui-form-step3 {
  text-align: center;
}

.forget .layui-form-step3 h3 {
  margin: 0 0 70px;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}

.forget .layui-form-step3 p {
  margin: 0 0 40px;
  color: #cccccc;
}

.forget .layui-form-step3 p span {
  margin-right: 5px;
  color: #66ccff;
}

.forget .layui-form-step3 .register-btn {
  margin: 0 auto 35px;
  width: 380px;
}

/* 新闻详细 */
.sect-news-detail {
  padding: 40px;
}

.sect-news-detail h2 {
  margin: 0 0 20px;
  padding: 0 0 35px;
  font-size: 28px;
  color: #2a3553;
  border-bottom: 1px solid #dcdcdc;
}

.sect-news-detail .xinxi {
  margin: 0 0 50px;
  text-align: center;
  color: #a1a6b3;
}

.sect-news-detail p {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 32px;
  color: #545454;
  text-indent: 2em;
  text-align: left;
}

.sect-news-detail .img {
  margin: 0 0 45px;
  width: auto;
  height: auto;
}



.cg-tgxcy-banner{
  background: url(../images/tgxc/cg-tg-banner.jpg) no-repeat center;
}
.cg-tgxcy-banner .left{
  margin-right: 95px;
  width: 565px;
}
.cg-tgxcy-banner .left .xmld{
  width: 508px;
  height: 134px;
  background: url(../images/tgxc/cg-tg-xmld.png) no-repeat center;
}
.cg-tgxcy-banner .left .quike a{
  display: inline-block;
  vertical-align: middle;
  width: 106px;
  height: 30px;
  line-height: 30px;
  background-image: linear-gradient(0deg,
  #135486 0%,
  #103b5c 34%,
  #247abc 100%),
  linear-gradient(
          #245098,
          #245098);
  background-blend-mode: normal,
  normal;
  font-size: 14px;
  color: #ffffff;
  box-shadow: 0px 1px 1px 0px
  rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  text-align: center;
}
.cg-tgxcy-banner .left .quike a:hover{
  color: #f60;
}
.cg-tgxcy-banner .right{
  padding: 30px 30px 15px;
  width: 423px;
  height: 288px;
  background-color: #e3e5e8;
  /*opacity: 0.88;*/
  overflow: hidden;
}

.cg-tgxcy-banner .right .jsxq{
  margin-right: 0 !important;
  /*width: 200px;*/
}
.cg-tgxcy-banner .right .jsxq .jsxq-more{
  display: none;
  position: absolute;
  right: -40px;
  top: 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #333;
}
.cg-tgxcy-banner .right .jsxq .jsxq-more:hover{
  color: #f60;
}
.cg-tgxcy-banner .right .jsxq.on .jsxq-more{
  display: block;
}
.cg-tgxcy-content-zyjjfw .jjtd-more{
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.cg-tgxcy-banner .right .need-chage span{
  display: inline-block;
  vertical-align: middle;
  margin-right: 100px;
  padding-bottom: 8px;
  font-size: 18px;
  color: #0c0c0c;
  border-bottom: 3px solid transparent;
  font-weight: bold;
  cursor: pointer;
}
.cg-tgxcy-banner .right .need-chage span.on{
  color: #4293f4;
  border-bottom: 3px solid #4293f4;
}
.cg-tgxcy-banner .right .need-tab li{
  padding: 10px 0 10px;
  height: 70px !important;
  border-bottom: 1px dotted #b3b2b2;
}
.cg-tgxcy-banner .right .need-tab li:hover h2{
  color: #f60;
}
.cg-tgxcy-banner .right .need-tab h2{
  font-size: 16px;
  /*line-height: 48px;*/
  color: #0c0c0c;
}
.cg-tgxcy-banner .right .need-tab h2 i{
  margin-right: 5px;
  width: 5px;
  height: 5px;
  background-color: #0c0c0c;
  border-radius: 50%;
}
.cg-tgxcy-banner .bottom{
  height: 53px;
  line-height: 52px;
  background-color: rgba(16,72,122,0.3);
}
.cg-tgxcy-banner .bottom-fwdt{
  overflow: hidden;
}
.cg-tgxcy-banner .bottom span{
  color: #ffff00;
}
.cg-tgxcy .chage-box{
  height: 147px;
  background-color: #f1f2f3;
}
.cg-tgxcy .chage-box .chage-item{
  padding: 30px;
  width: 242px;
  height: 148px;
}
.cg-tgxcy .chage-box .chage-item h6{
  margin-bottom: 10px;
  font-size: 16px;
  color: #0c6cdb;
}
.cg-tgxcy .chage-box .chage-item p{
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.cg-tgxcy .chage-box .chage-item.on{
  background-color: #0c6cdb;
}
.cg-tgxcy .chage-box .chage-item.on h6,
.cg-tgxcy .chage-box .chage-item.on p {
  color: #fff;
}
.cg-tgxcy .chage-box .item{
  cursor: pointer;
}
.cg-tgxcy-tab-title{
  padding: 50px 0;
  background: url(../images/tgxc/cg-tg-title.png) no-repeat center;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}


.cg-tgxcy-zhandian .zd-item{
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 25px 0;
  width: 278px;
  height: 276px;
  background-color: #ffffff;
  box-shadow: 0px 7px 27px 0px
  rgba(191, 192, 194, 0.53);
  transition: .3s ease-in-out;
}
.cg-tgxcy-zhandian .zd-item:hover{
  transform: translate3d(0,-4px,0);
}
.cg-tgxcy-zhandian .zd-item:nth-of-type(4n){
  margin-right: 0;
}




.cg-tgxcy-fwal .left{
  position: relative;
  margin-right: 20px;
  width: 403px;
  height: 290px;
}
.cg-tgxcy-fwal .left p{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  width: 403px;
  height: 45px;
  background-color: #030000;
  opacity: 0.46;
  font-size: 14px;
  line-height: 45px;
  color: #ffffff;
}
.cg-tgxcy-fwal .right a{
  width: 777px;
  height: 132px;
}
.cg-tgxcy-fwal .right a:hover h2{
  color: #f60;
}
.cg-tgxcy-fwal .right .img{
  margin-right: 18px;
  width: 241px;
  height: 132px;
}
.cg-tgxcy-fwal .right h2{
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
}
.cg-tgxcy-fwal .right p{
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.cg-tgxcy-fwal .anli-b{
  background: url(../images/tgxc/bg-cg-tg-anli.jpg) no-repeat center;
}
.cg-tgxcy-fwal .anli-b li{
  margin: 0 14px 24px 0;
  width: 289px;
  height: 158px;
}
.cg-tgxcy-fwal .anli-b li a{
  display: block;
}
.cg-tgxcy-fwal .anli-b li:nth-of-type(4n){
  margin-right: 0;
}
.cg-tgxcy-fwal .anli-b li p{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  width: 289px;
  height: 30px;
  background-color: rgba(0,0,0,0.3);
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.cg-tgxcy-fwms .img{
  position: relative;
  margin: 0 auto;
  width: 1209px;
  height: 1330px;
}
.cg-tgxcy-fwms .img a{
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 50px;
}
.cg-tgxcy-fwms .img .ljsy{
  position: absolute;
  top: 50px;
  right: 273px;
}
.cg-tgxcy-fwms .img .sqkt{
  position: absolute;
  top: 59px;
  right: 140px;
}
.cg-tgxcy-fwms .img .zxlj{
  position: absolute;
  top: 59px;
  right: 10px;
}
.cg-tgxcy-content .left{
  margin-right: 10px;
  width: 449px;
  height: 445px;
  background-color: #ffffff;
  box-shadow: 0px 7px 24px 1px
  rgba(87, 107, 128, 0.17);
  border-radius: 10px;
}
.cg-tgxcy-content .right{
  padding: 25px;
  width: 741px;
  height: 446px;
  /*background-color: #fcfdfe;*/
  box-shadow: 0px 7px 24px 1px
  rgba(87, 107, 128, 0.17);
  border-radius: 10px;
  background: url(../images/tgxc/cg-tg-content2.jpg) no-repeat center #fcfdfe;
}
.cg-tgxcy-content .right h2{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2f64dc;
}
.cg-tgxcy-content .right h2 span{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
}
.cg-tgxcy-content .right h3{
  font-size: 16px;
  font-weight: bold;
  color: #2569b8;
}
.cg-tgxcy-content .right .item span{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  width: 161px;
  height: 42px;
  background-color: #fff;
  font-size: 14px;
  line-height: 42px;
  color: #333333;
  text-align: center;
}
.cg-tgxcy-content .right .item a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  width: 161px;
  height: 42px;
  background-color: #fff;
  font-size: 14px;
  line-height: 42px;
  color: #333333;
  text-align: center;
}
.cg-tgxcy-content .right .item a:hover{
  color: #f60;
}
.cg-tgxcy-content .right .item span:nth-of-type(4n){
  margin-right: 0;
}
.cg-tgxcy-content .right h6{
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #2569b8;
}
.cg-tgxcy-content .right h6 i{
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background-color: #4293f4;

}
.cg-tgxcy-tab-title2{
  padding: 0 50px;
  width: 442px;
  height: 36px;
  border-style: solid;
  border-width: 1px;
  border-image-slice: 1;
  font-size: 16px;
  line-height: 36px;
  color: #0c6cdb;
  border-radius: 20px;
}
.cg-tgxcy-tab-title2 span{
  display: inline-block;
  /*vertical-align: middle;*/
  width: 64px;
  font-size: 16px;
  color: #0c6cdb;
}
.cg-tgxcy-content-xqjzpz{
  margin: 0 auto;
  width: 1253px;
  height: 502px;
  border-radius: 10px;
}
.cg-tgxcy-content-zyjjfw{
  background: url(../images/tgxc/bg-cg-tg-zyjjfw.jpg) no-repeat center bottom;
}
.cg-tgxcy-content-zyjjfw .cg-tgxcy-tab-title{
  color: #fff;
}
.cg-tgxcy-content-zyjjfw .cg-tgxcy-tab-title2{
  width: 588px;
  border-radius: 18px;
  border: solid 1px #fff;
  color: #fff;
}
.cg-tgxcy-content-zyjjfw .cg-tgxcy-tab-title2 span{
  color: #fff;
}
.cg-tgxcy-content-zyjjfw .zyjjfw-tit{
  font-size: 24px;
  color: #000000;
  background: url(../images/tgxc/cg-tg-zyjjfw-tit.png) no-repeat left center;
}
.cg-tgxcy-content-zyjjfw .zyjjfw-tit span{
  color: #ffffff;
}
.cg-tgxcy-content-zyjjfw .zyjjfw-tit span b{
  font-size: 48px;
  font-weight: bold;
  color: #ffba00;
}
.cg-tgxcy-content-zyjjfw .zyjjfw-a{
  margin: 0 auto;
  width: 1410px;
  height: 317px;
}
.cg-tgxcy-content-zyjjfw .jjtd-ul li{
  position: relative;
  margin: 0 30px 25px 0;
  width: 275px;
  height: 251px;
  background-color: #ffffff;
}
.cg-tgxcy-content-zyjjfw .jjtd-ul li:nth-of-type(4n){
  margin-right: 0;
}
.cg-tgxcy-content-zyjjfw .jjtd-ul .no-hover{
  padding: 20px 0;
  text-align: center;
  width: 275px;
  height: 251px;
}
.cg-tgxcy-content-zyjjfw .jjtd-ul .no-hover .img{
  margin: 0 auto;
  width: 113px;
  height: 113px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px
  rgba(182, 182, 182, 0.31);
  border-radius: 50%;
}
.cg-tgxcy-content-zyjjfw .jjtd-ul .no-hover .zs{
  margin-top: 10px;
  height: 45px;
  line-height: 44px;
  background-color: rgba(0,0,0,0.2);
  font-size: 14px;
  color: #3787ff;
}
.cg-tgxcy-content-zyjjfw .jjtd-ul .hover-box{
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px 0;
  width: 275px;
  height: 251px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #335cba;
  opacity: 0;
}
.cg-tgxcy-content-zyjjfw .jjtd-ul .hover-box .name{
  font-size: 22px;
  color: #ffffff;
}
.cg-tgxcy-content-zyjjfw .jjtd-ul li:hover .hover-box{
  transform: rotateY(360deg);
  transition: all 1s;
  opacity: 1;
}
.cg-tgxcy-content-zyjjfw .jjtd-ul li:hover .no-hover{
  opacity: 0;
}
.header{
  height: 80px;
  line-height: 80px;
}
.header-left span{
  display: block;
  margin-left: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #0c182c;
}
.header-right a{
  padding: 0 20px;
  font-size: 14px;
  color: #0c182c;
  border-right: 1px solid #0c182c;
}
.header-right a:hover{
  opacity: 0.8;
}
.header-right a:last-of-type{
  /*padding-right: 0;*/
  border: 0;
}
.assemble-desc-1 p.my-desc-p {
    text-align-last: justify;
}

.assemble-desc-2 p.my-desc-p {
    text-align-last: justify;
}
.assemble-desc-1 {
    height: 410px;
    overflow: hidden;
    text-align:justify;
}
.assemble-desc-2 {
    height: 460px;
    overflow: hidden;
    text-align: justify;
}


.cg-fwxt {
    background: url(../images/bg-cg-fwxt.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.cg-fwxt-main {
    margin: 0 auto;
    width: 1129px;
    text-align: center;
}

    .cg-fwxt-main h2 {
        font-size: 70px;
        font-weight: bold;
        /*line-height: 20px;*/
        color: #eeeeee;
    }

    .cg-fwxt-main .a1,
    .cg-fwxt-main .a2 {
        display: inline-block;
        vertical-align: middle;
        margin-top: 150px;
        padding-top: 18px;
        width: 40%;
        height: 140px;
        box-shadow: 0px 3px 8px 0px rgba(30, 72, 111, 0.35);
        border-radius: 75px;
        border: solid 2px #ffffff;
        font-size: 36px;
        color: #ffffff;
    }

    .cg-fwxt-main .a1 {
        margin-right: 100px;
    }

    .cg-fwxt-main .a3 {
        display: inline-block;
        vertical-align: middle;
        margin-top: 100px;
        width: 414px;
        height: 56px;
        line-height: 56px;
        background-color: rgba(255,255,255,0.9);
        border-radius: 8px;
        font-size: 24px;
        color: #1c5ea8;
    }

    .cg-fwxt-main a:hover {
        color: #f60;
    }

.cg-fwxt-detail {
    background: url(../images/bg-cg-fwxt-gx.jpg) no-repeat;
    width: 100%;
}

.cg-fwxt-detail-main {
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    width: 1200px;
}

    .cg-fwxt-detail-main .back-btn {
        /*position: absolute;*/
        /*top: 0;*/
        /*left: -100px;*/
        display: inline-block;
        vertical-align: middle;
        width: 125px;
        height: 50px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 25px;
        font-size: 20px;
        line-height: 50px;
        color: #ffffff;
        text-align: center;
    }

    .cg-fwxt-detail-main h1 {
        margin: 30px auto 0;
        font-size: 60px;
        font-weight: bold;
        color: #eeeeee;
        text-align: center;
        width:1200px;
    }

    .cg-fwxt-detail-main h6 {
        width:900px;
        margin: 30px auto 0;
        font-size: 18px;
        line-height: 2;
        color: #eeeeee;
        text-align: center;
    }

    .cg-fwxt-detail-main li {
        margin-right: 28px;
        margin-bottom: 22px;
        padding: 35px;
        width: 586px;
        min-height: 447px;
        background: url(../images/bg-cg-fwxt-gx-item.jpg) no-repeat;
        box-shadow: 0px 3px 8px 0px rgba(30, 72, 111, 0.35);
        border-radius: 5px;
        border: solid 2px #ffffff;
    }
    .line-hegiht-2{
        line-height: 2;
    }
    .pl-16{
        padding-left: 16px;
    }
    .font-blue{
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        color: #0068b7;
        line-height: 2;
        font-weight:700;
    }
    .cg-fwxt-detail .close, .cg-fwxt-detail-zf .close{
        margin: 30px auto;
        display: inline-block;
        background-color: #0068b7;
        color: #fff;
        height: 40px;
        line-height: 40px;
        width: 280px;
        border-radius: 5px;
    }
        .cg-fwxt-detail-main li:nth-of-type(2n) {
            margin-right: 0;
        }

        .cg-fwxt-detail-main li h2 {
            font-size: 22px;
            line-height: 39px;
            color: #0068b7;
            font-weight: 700;
        }

        .cg-fwxt-detail-main li p {
            font-size: 16px;
            line-height: 39px;
            color: #333333;
        }

        .cg-fwxt-detail-main li .p1 {
            margin-right: 30px;
            /* width: 280px; */
        }
          
        .cg-fwxt-detail-main li p span,
        .cg-fwxt-detail-main li p a,
        .cg-fwxt-detail-main .for_terrace {
            display: inline-block;
            /*vertical-align: middle;*/
            margin-left: 10px;
            padding: 0 10px;
            height: 22px;
            background-color: #0068b7;
            border-radius: 11px;
            font-size: 14px;
            line-height: 22px;
            color: #ffffff;
        }
        .cg-fwxt-detail-main li p i {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            width: 10px;
            height: 10px;
            margin-bottom: 2px;
            background-color: #0068b7;
            border-radius: 50%;
        }
        .cg-fwxt-detail-main li .cg-fwxt-detail_item i {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            width: 10px;
            height: 10px;
            margin-bottom: 2px;
            background-color: #0068b7;
            border-radius: 50%;
        }
        .cg-fwxt-detail-main .cg-fwxt-detail_item{
            border: 1px solid #C7D1E7;
            border-radius: 1000px;
            padding: 0 16px;
            background-color: rgba(0, 104, 183, 0.102);
            font-size: 16px;
            line-height: 43px;
            color: #333333;
            width: 240px;
            height: 45px;
            margin-bottom: 12px;
            cursor: pointer;
        }

.cg-fwxt-detail-zf {
    background: url(../images/bg-cg-fwxt-zf.jpg) no-repeat;
    width: 100%;
}

.cg-fwxt-detail-main-zf li {
    background: url(../images/bg-cg-fwxt-zf-item.jpg) no-repeat;
}

.cg-fwxt-detail-main-bg {
    width: auto;
}

.cg-fwxt-detail-main-zskj {
    background: url(../images/bg-cg-fwxt-zskj.jpg) no-repeat bottom right;
    margin: 44px auto 0;
    padding: 20px;
    width: 1200px;
    box-shadow: 0px 3px 8px 0px rgba(30, 72, 111, 0.35);
    border-radius: 5px;
    border: solid 2px #ffffff;
}

    .cg-fwxt-detail-main-zskj table td {
        font-size: 16px;
        color: #333;
        border: solid 1px #a0a0a0;
        line-height: 30px;
    }

    .cg-fwxt-detail-main-zskj table span {
        display: inline-block;
        padding: 30px;
    }

    .cg-fwxt-detail-main-zskj table thead tr th {
        background: #dce9ef;
        height: 90px;
        text-align: center;
        border: solid 1px #a0a0a0;
        color: #333;
        font-size: 22px;
    }

/*翻书样式调整 start*/
#book-main #features .detail-left .content .content-item .content-item-text p.my-desc-p {
  text-align: center;
    text-align-last: justify;
    white-space: nowrap;
}
#book-main #features .detail-left .content .content-item .content-item-text p .fu_text_img {
  
  width: 174px;
	height: 117px;
}
 
#book-main #features .detail-left .content .content-item .content-item-text {
    width: 406px;
    height: 424px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}
#book-main #features .detail-right .header p.my-desc-p {
    white-space: nowrap;
    text-align-last: justify;
}

#book-main #features .detail-right .header {
    width: 406px;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/
    word-break: break-all;
    height: 235px;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    text-align: justify;
}
#book-main #features .detail-right .swdgh_r {
  text-align: center;
}

#book-main #features .detail-right .swdgh_r .fu_text_img {
  width: 174px;
  height: 117px;
}

#book-main #features .detail-right .xgtp_box {

}

#book-main #features .detail-right .xgtp_box .xgtp_title .tips_icose_img {
  width: 20px;
  height: 20px;
}

#book-main #features .detail-right .xgtp_box .xgtp_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #5c6b9d;
}

#book-main #features .detail-right .xgtp_box .xgtp_ul {

}
#book-main #features .detail-right .xgtp_box .xgtp_ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
#book-main #features .detail-right .xgtp_box .xgtp_ul li:nth-child(2n) {
  margin-right: 0;
}

#book-main #features .detail-right .xgtp_box .xgtp_ul li .xgtp_li_img{
  width: 180px;
  height: 122px;
  border-radius: 8px;
}

#book-main #features .ml .content .content-text .ml-three .ml-three-content .bottom-border {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#book-main #features .cml-right .content .content-text .ml-three .ml-three-content .bottom-border {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#book-main #features .ml .content .content-text > .bottom-border {
    line-height: 33px;
    height: 33px;
}
#book-main #features .ml .content .content-text .ml-first {
    background: url(../../images/book/bg_first1.png) no-repeat;
    background-size: cover;
    width: 395px;
}
#book-main #features .ml .content .content-text .ml-two {
    background: url(../../images/book/bg_first2.png) no-repeat;
    background-size: cover;
    width: 395px;
}

#book-main #features .ml .content .content-text .ml-three .ml-three-header {
    line-height: 33px;
    height: 33px;
    background: url(../../images/book/bg_first3.png) no-repeat;
    background-size: cover;
    width: 395px;
}

#book-main #features .detail-left .content .content-item .content-item-text {
    overflow: hidden;
    /*height: 430px;*/
    /*word-break: break-all;*/
    text-align: justify;
}

#book-main #features .detail-left .header {
    font-size: 16px;
    width: 100%;
    height: 45px;
    line-height: 24px;
    font-weight: bold;
}


#book-main #features .detail-right .content .apply div:nth-child(2) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#book-main #features .detail-left .content .content-header {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
}

#book-main #features .detail-left .content .content-header .left .kysu_img {
  width: 141px;
	height: 95px;
}

#book-main #features .detail-left .content .content-header .right .roydc_text {
  align-items: unset;
  line-height: 24px;
  font-size: 14px;
	font-weight: normal;
	color: #2a2a2a;
}

/* #book-main #features .detail-left .content .content-header .right .roydc_text:nth-child(3) {
  height: 48px;
} */

#book-main #features .detail-left .content .content-div {
  padding: 15px;
	background-color: #eff1f8;
	border-radius: 6px;
}

#book-main #features .detail-left .content .content-div .div_top {
  font-size: 14px;
	line-height: 24px;
	color: #2a2a2a;
  position: relative;
}

/* #book-main #features .detail-left .content .content-div .div_top::before {
  content: "";
  width: 108%;
  height: 1px;
  background-color: #d7d8df;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 59px;
} */

#book-main #features .detail-left .content .content-div .div_top  a {
  display: inline-block;
  background-image: linear-gradient(90deg, 
		#02a1f9 0%, 
		#42abb8 100%), 
	linear-gradient(
		#137ffe, 
		#137ffe);
	background-blend-mode: normal, 
		normal;
	border-radius: 3px;
  padding: 0px 10px;
  color: #fff;
}

#book-main #features .detail-left .content .content-div .div_bottom {
  font-size: 14px;
	line-height: 22px;
	color: #2a2a2a;
}

#book-main #features .detail-left .content .content-div_zl {
  padding: 15px;
	background-color: #eff1f8;
	border-radius: 6px;
}

#book-main #features .detail-left .content .content-div_zl .div_top {
  font-size: 14px;
	line-height: 22px;
	color: #2a2a2a;
  position: relative;
}

/* #book-main #features .detail-left .content .content-div_zl .div_top::before {
  content: "";
  width: 108%;
  height: 1px;
  background-color: #d7d8df;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 92px;
} */

#book-main #features .detail-left .content .content-div_zl .div_top  a {
  display: inline-block;
  background-image: linear-gradient(90deg, 
		#02a1f9 0%, 
		#42abb8 100%), 
	linear-gradient(
		#137ffe, 
		#137ffe);
	background-blend-mode: normal, 
		normal;
	border-radius: 3px;
  padding: 0px 10px;
  color: #fff;
}

#book-main #features .detail-left .content .content-div_zl .div_top .tils {
  color: #6a6a6a;
}


#book-main #features .detail-left .content .content-div_zl .div_bottom {
  font-size: 14px;
	line-height: 20px;
	color: #2a2a2a;
}

/*翻书样式调整 end*/

/* 弹窗遮罩层 start*/
.modal-show{
    overflow: hidden;
}
.modal-bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.modal-bg.show{
    background: rgba(0, 0, 0, 0.7);
    
}
.modal{
    display: none;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1001;
    line-height: 2;
    background: url(../images/bg-cg-fwxt-gx-modal.jpg) center no-repeat;
}
.modal-title{
    height: 36px;
    font-size: 22px;
    color: #0068b7;
    line-height: 36px;
}
.modal .blue-ball{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    margin-bottom: 2px;
    background-color: #0068b7;
    border-radius: 50%;
}
/* 弹窗遮罩层 end*/

/* 2023-6-2 新增样式 start */
.cg-kjcg-list-box h2 {
    margin-bottom: 5px;
    line-height: 20px;
}

.cg-kjcg-detail-head span {
    min-width: 295px;
    line-height: 40px;
}

.cg-kjcg-list-box a .img {
    margin-right: 20px;
    width: 93px;
    height: 92px;
    border-radius: 2px;
    overflow: hidden;
}

.cg-kjcg-list-box a .cont {
    width: 395px;
}

.cg-kjcg-list-box a .biaoqian {
    overflow: hidden;
}

    .cg-kjcg-list-box a .biaoqian span {
        font-size: 14px;
        color: #2a3553;
    }

    .cg-kjcg-list-box a .biaoqian i {
        max-width: 330px;
    }

.cg-kjcg-detail-head-slide {
    position: relative;
    margin-right: 35px;
    width: 171px;
    height: 190px;
    overflow: hidden;
}

    .cg-kjcg-detail-head-slide .bd li {
        width: 171px;
        height: 170px;
        border-radius: 2px;
        overflow: hidden;
    }

.cg-jszj-list .list-item a .postion span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    font-size: 14px;
}

.cg-jszj-list .list-item a .postion .postion-a {
    border: solid 1px #e8bb9c;
    color: #f48c53;
}

.cg-jszj-list .list-item a .postion .postion-b {
    border: solid 1px #9cbbe8;
    color: #53a3f4;
}

.cg-jszj-list .list-item a .img {
    margin-right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.cg-jszj-list .list-item a .cont {
    width: 400px;
    overflow: hidden;
}


.cg-kjcg-detail-head-slide .hd {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    position: absolute;
}

    .cg-kjcg-detail-head-slide .hd li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px;
        width: 7px;
        height: 7px;
        border-radius: 3px;
        background: #ddd;
    }

        .cg-kjcg-detail-head-slide .hd li.on {
            /*width: 23px;*/
            /*height: 8px;*/
            background-color: #156bff;
        }
/* 2023-6-2 新增样式 end */
.bg-cfff.mt-10.pt-30{
    width: 100%;
}
.wowbook-page-content .xgtp_box .man-head{
    border-radius: 100%;
    width: 25px;
    height: 25px;
    vertical-align:middle;
    margin-right: 10px;
}
.wowbook-page-content .team-par{
    color:#000!important;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5ECF0;
}
.wowbook-page-content .team-mem{
    color:#000!important;
    margin-top: 15px;
}
.wowbook-page-content .xgtp_box .team-mem-img{
    width: 171px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.empty-box{
    background: #fafafb;
    padding: 16px 24px;
    color: #666666;
    font-size: 14px;
}
.empty-box img{
    width: 100px;
}