﻿.detail-head .header-L img {
  width: 100%;
  max-width: 100%;
}

.detail-head .header-R .showContent h2 {
  margin: 0;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}

.detail-head .header-R .showContent h2 small {
  font-size: 14px;
  color: #a9a9a9;
}

.detail-head .header-R .showContent p {
  margin: 20px 0;
  color: #ff6e0b;
  font-size: 14px;
}

.detail-head .header-R .showContent p span {
  font-size: 14px;
  display: inline-block;
  width: 85px;
  color: #666;
}

.detail-head .header-R .showContent p i {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
}

.detail-head .header-R .showContent p b {
  font-weight: normal;
  color: #666;
  border: 1px solid #ddd;
  padding: 5px 30px;
}

.detail-head .header-R .showContent p b.b2 {
  border: 0;
  padding: 0;
}

.detail-head .header-R .showContent p.serverArea {
  position: relative;
  padding-left: 85px;
  line-height: 40px;
}

.detail-head .header-R .showContent p.serverArea .area {
  position: absolute;
  left: 0;
}

.detail-head .header-R .showContent p.serverArea a {
  border: 1px solid #ddd;
  padding: 5px 30px;
  white-space: nowrap;
  color: #666;
}

.detail-head .header-R .showContent p.serverArea a.active {
  color: #ff6e0b;
  border: 1px solid #ff6e0b;
}

.detail-head .header-R .showContent p.serverArea a:hover {
  color: #ff6e0b;
  border: 1px solid #ff6e0b;
}

.detail-head .header-R .showContent .btnArea button,
.detail-head .header-R .showContent .btnArea a {
  border-radius: 0;
  padding: 10px 50px;
  font-size: 20px;
}

.detail-head .header-R .showContent .btnArea button:first-child,
.detail-head .header-R .showContent .btnArea a:first-child {
  background: #fff7f1;
  border: 1px solid #ff6e0b;
  color: #ff6e0b;
}

.detail-head .header-R .showContent .btnArea button:last-child,
.detail-head .header-R .showContent .btnArea a:last-child {
  background: #ff6e0b;
  border: 1px solid #ff6e0b;
  color: #fff;
}

.detail-content {
  margin-top: 45px;
}

.detail-content>div {
  border: 1px solid #ddd;
}

.detail-content>div ul.h2 {
  margin: 0;
}
.detail-content>div{border-top: 0; }
.detail-content>div ul.h2 li{border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.detail-content>div ul.h2 li a {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  border-bottom: 0; 
}
.nav > li > a:hover, .nav > li > a:focus{background: none;}

.detail-content>div ul.h2 li:not(:last-child) {
  border-right: 1px solid #ddd;
}


.detail-content>div ul.h2 li:first-child{
  border-bottom: 0;
}
.detail-content>div ul.h2 li:hover{border-top: 1px solid #115ebc;box-sizing: border-box;border-bottom: 0; }

.detail-content>div .detail-body {
  padding: 30px;
}

.detail-content>div .detail-body h4 {
  border-bottom: 1px solid #d6d6d6;
  font-size: 22px;
  margin: 0;
  padding-bottom: 20px;
  color: #000;
  position: relative;
}

.detail-content>div .detail-body h4 span {
  position: absolute;
  width: 0;
  height: 0;
  top: -100px;
}

.detail-content>div .detail-body h4 small {
  font-size: 14px;
  padding-left: 50px;
}

.detail-content>div .detail-body .info {
  padding: 40px 0;
  display:block !important;
}
 

.detail-content>div .detail-body .info .autolink{
	display: inline-block !important;
 
}
.detail-content>div .detail-body .info ul li {
  font-size: 14px;
  color: #000;
  line-height: 30px;
}

.detail-content>div .detail-body .info ul li span {
  color: #145fbc;
}

.detail-content>div .detail-body .info ul li.fx {
  margin-bottom: 20px;
}

.detail-content>div .detail-body .info .img {
  margin-top: 25px;
  text-align: right;
}

.detail-content>div .detail-body .info .img img {
  width: 80%;
}

.detail-content>div .detail-body .intro {
  padding: 35px 0 50px;
}

.detail-content>div .detail-body .intro .introContent {
  width: 555px;
  height: 380px;
  border: 1px solid #145fbc;
  padding: 50px 45px;
  background: #fff;
}

.detail-content>div .detail-body .intro .introContent h3 {
  font-size: 22px;
  color: #145fbc;
  font-weight: bold;
  text-align: center;
}

.detail-content>div .detail-body .intro .introContent p {
  color: #a9a9a9;
  line-height: 28px;
}

.detail-content>div .detail-body .intro .intro-list {
  padding-left: 65px;
  counter-reset: cList;
}

.detail-content>div .detail-body .intro .intro-list li {
  margin: 25px 0;
}

.detail-content>div .detail-body .intro .intro-list li h3 {
  margin-bottom: 40px;
}

.detail-content>div .detail-body .intro .intro-list li:not(:first-child) {
  counter-increment: cList;
}

.detail-content>div .detail-body .intro .intro-list li:not(:first-child):before {
  content: counter(cList);
  display: inline-block;
  margin-right: 10px;
  background: url("/App/Tpl/Home/tianshang/Public/static/picture/title_ico.png");
  width: 24px;
  height: 22px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.detail-content>div .detail-body .intro .intro-hidden-border {
  border: 1px solid #145fbc;
  position: absolute;
  width: 555px;
  height: 380px;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.detail-content>div .detail-body .analyse {
  padding-bottom: 30px;
}

.detail-content>div .detail-body .analyse h3 {
  font-size: 16px;
  color: #000;
}

.detail-content>div .detail-body .analyse p {
  font-size: 16px;
  color: #a9a9a9;
  margin-top: 30px;
}

.detail-content>div .detail-body .analyse .analyse-list {
  counter-reset: cList;
}

.detail-content>div .detail-body .analyse .analyse-list li {
  margin: 25px 0;
  counter-increment: cList;
}

.detail-content>div .detail-body .analyse .analyse-list li:before {
  content: counter(cList);
  display: inline-block;
  margin-right: 10px;
  background: url("/App/Tpl/Home/tianshang/Public/static/picture/title_ico.png");
  width: 24px;
  height: 22px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.detail-content>div .detail-body .analyse .analyse-list2 {
  counter-reset: cList 4;
}

.detail-content>div .detail-body .neetThing {
  padding-top: 30px;
}

.detail-content>div .detail-body .neetThing li {
  color: #a9a9a9;
}

.detail-content>div .detail-body .advantage {
  padding: 40px 0;
}

.detail-content>div .detail-body .advantage>div {
  text-align: center;
  margin-top:0;
  height: 175px;
}

.detail-content>div .detail-body .advantage>div .adv-con {
  text-align: center;
  width: 112px;
  height: 112px;
  display: inline-block;
  border: 1px solid #145bfc;
  border-radius: 100%;
  line-height: 112px;
}

.detail-content>div .detail-body .advantage>div p {
  margin-top: 20px;
  color: #000;
}

.detail-content>div .detail-body .promise {
  padding: 40px 0;
}

.detail-content>div .detail-body .promise>div {
  padding: 0 15px;
  text-align: center;
  height: 210px;
}

.detail-content>div .detail-body .promise>div .num {
  display: inline-block;
  background: #145fbc;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 24px;
  color: #fff;
  border-radius: 100%;
}

.detail-content>div .detail-body .promise>div h5 {
  font-size: 16px;
  color: #000;
  margin: 20px 0;
}

.detail-content>div .detail-body .promise>div p {
  color: #a9a9a9;
}

.detail-content>div .detail-body .you-hui {
  padding: 20px 0;
}

.detail-content>div .detail-body .you-hui h3 {
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  color: #145fbc;
}

.detail-content>div .detail-body .you-hui h3 span {
  padding-right: 150px;
}

.detail-content>div .detail-body .you-hui p {
  margin: 20px 0;
  color: #000;
}

.detail-content>div .detail-body .you-hui>div {
  text-align: center;
}

.detail-content>div .detail-body .you-hui>div .yh-con {
  margin: 50px 0;
  display: inline-block;
  width: 280px;
  height: 120px;
  background-color: #e8a84c;
  border-radius: 10px;
}

.detail-content>div .detail-body .you-hui>div .yh-con h5 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.detail-content>div .detail-body .you-hui>div .yh-con p {
  color: #fff;
  font-size: 22px;
}

.detail-content>div .detail-body .you-hui>div .yh-con.yh-con2 {
  background-color: #3c9eec;
}

.detail-content>div .detail-body .you-hui>div .yh-con.yh-con3 {
  background-color: #ec5b5b;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .detail-content>div ul.h2 li a {
    font-size: 12px;
  }

  .detail-content>div .detail-body .intro .introContent {
    width: 470px;
    padding: 20px;
  }

  .detail-content>div .detail-body .intro .intro-hidden-border {
    width: 470px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .detail-content>div ul.h2 li a {
    font-size: 12px;
    padding: 10px 0;
  }

  .detail-content>div .detail-body .intro .introContent {
    width: 390px;
    padding: 20px;
  }

  .detail-content>div .detail-body .intro .intro-hidden-border {
    width: 390px;
  }

  .detail-content>div .detail-body .you-hui>div {
    text-align: center;
  }

  .detail-content>div .detail-body .you-hui>div .yh-con {
    margin: 30px 0;
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .detail-content {
    padding: 2%;
  }

  .detail-content>div ul.h2 {
    display: none;
  }

  .detail-content>div .detail-body {
    padding: 2%;
  }

  .detail-content>div .detail-body h4 small {
    display: block;
    padding: 0;
    margin-top: 10px;
  }

  .detail-content>div .detail-body .info .img {
    text-align: center;
    width: 100%;
  }

  .detail-content>div .detail-body .intro .introContent {
    width: 95%;
    padding: 5px;
  }

  .detail-content>div .detail-body .intro .intro-hidden-border {
    width: 95%;
  }

  .detail-content>div .detail-body .intro .intro-list {
    padding: 0;
  }

  .detail-content>div .detail-body .intro .intro-list li {
    font-size: 12px;
  }

  .detail-content>div .detail-body .you-hui h3 span {
    display: block;
    padding-right: 0;
  }

  .detail-content>div .detail-body .you-hui>div .yh-con {
    margin: 10px 0;
  }
}

.tskj_con2 {
  padding: 20px 0 100px;
}

.tskj_con2>h2 {
  text-align: center;
  color: #555;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
}

.tskj_con2 a {
  color: #303133;
  font-weight: normal;
}

.tskj_con2 a:hover {
  color: #ff6e0b;
}

.tskj_con2 .con2_title,
.tskj_con2 .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.tskj_con2 .con2_title {
  margin-bottom: 50px;
}

.tskj_con2 .con2_title h2 {
  color: #303133;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.tskj_con2 .con2_title h2 span {
  text-align: center;
  font-size: 18px;
}

.tskj_con2 .con2_title h2 span i {
  display: inline-block;
  padding: 5px 20px;
  font-style: normal;
}

.tskj_con2 .con2_title h2 span i:hover {
  border: 1px solid #ff6e0b;
  padding: 4px 19px;
  cursor: default;
}

.tskj_con2 .con2_title h2 span i.hover {
  color: #fff;
  background: #ff6e0b;
  border: 1px solid #ff6e0b;
  padding: 4px 19px;
}

.tskj_con2 .con2_title h2 span:nth-child(1) {
  text-align: right;
  padding-right: 20px;
}

.tskj_con2 .con2_title h2 span:nth-child(2) {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.tskj_con2 .con2_title h2 span:nth-child(3) {
  text-align: left;
  padding-left: 20px;
}

.tskj_con2>.content {
  box-sizing: border-box;
  display: none;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.tskj_con2>.content.hover {
  display: block;
}

.tskj_con2>.content .col-l,
.tskj_con2>.content .col-m,
.tskj_con2>.content .col-r {
  box-sizing: border-box;
  width: 390px;
  height: 510px;
  float: left;
  padding: 15px;
}

.tskj_con2>.content .col-l {
  width: 535px;
}

.tskj_con2>.content .col-l .content {
  display: block;
  height: 190px;
  overflow: hidden;
  width: 535px;
  position: relative;
}

.tskj_con2>.content .col-l .content .cl {
  width: 250px;
  float: left;
  overflow: hidden;
}

.tskj_con2>.content .col-l .content .cl a {
  width: 250px;
}

.tskj_con2>.content .col-l .content .cl a img {
  width: 100%;
  height: auto;
  transition: all 0.5s linear;
}

.tskj_con2>.content .col-l .content .cr {
  width: 250px;
  float: right;
}

.tskj_con2>.content .col-l .content .cr h3 {
  font-size: 14px;
}

.tskj_con2>.content .col-l .content .cr h3 a {
  font-weight: bold;
  color: #6b6b6b;
}

.tskj_con2>.content .col-l .content .cr p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #a8a8a8;
  margin: 8px 0;
}

.tskj_con2>.content .col-l .content .cr p img {
  border: 0;
  vertical-align: -1px;
}

.tskj_con2>.content .col-l .content .cr p a {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #858585;
}

.tskj_con2>.content .col-l .content .cr>a {
  display: none;
  position: absolute;
  bottom: 0;
  left: 54%;
}

.tskj_con2>.content .col-l .content:not(:first-child) {
  margin-top: 60px;
}

.tskj_con2>.content .col-l .content:hover .cl {
  overflow: hidden;
}

.tskj_con2>.content .col-l .content:hover .cl img {
  display: block;
  margin-left: -5%;
  margin-top: -5%;
  width: 110%;
}

.tskj_con2>.content .col-l .content:hover .cr h3 a {
  color: #ff6e0b;
}

.tskj_con2>.content .col-l .content:hover .cr>a {
  display: block;
  color: #ff6e0b;
}

.tskj_con2>.content .col-m {
  width: 535px;
  margin: 0 0 0 100px;
}

.tskj_con2>.content .col-m h4 {
  font-weight: normal;
  margin-bottom: 15px;
}

.tskj_con2>.content .col-m>div {
  box-sizing: border-box;
  margin-bottom: 28px;
}

.tskj_con2>.content .col-m>div .dvImg {
  box-sizing: border-box;
  float: left;
  width: 100px;
}

.tskj_con2>.content .col-m>div .dvImg a {
  font-size: 14px;
  color: #858585;
}

.tskj_con2>.content .col-m>div .dvCon {
  box-sizing: border-box;
  float: right;
  width: 400px;
}

.tskj_con2>.content .col-m>div .dvCon p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tskj_con2>.content .col-m>div .dvCon p a {
  color: #858585;
  font-size: 14px;
}

.tskj_con2>.content .col-m>div:hover .dvImg a {
  color: #ff6e0b;
}

.tskj_con2>.content .col-m>div:hover .dvCon p a {
  color: #ff6e0b;
}

.tskj_con2>.content .col-r h4 {
  font-weight: normal;
  margin-bottom: 15px;
}

.tskj_con2>.content .col-r>div {
  box-sizing: border-box;
  margin-bottom: 10px;
}

.tskj_con2>.content .col-r>div .dvImg {
  box-sizing: border-box;
  float: left;
  width: 120px;
  height: 90px;
}

.tskj_con2>.content .col-r>div .dvImg img {
  height: 90px;
  border: 0;
}

.tskj_con2>.content .col-r>div .dvCon {
  box-sizing: border-box;
  float: right;
  width: 226px;
  height: 90px;
}

.tskj_con2>.content .col-r>div .dvCon h3 {
  margin: 5px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.tskj_con2>.content .col-r>div .dvCon p a {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tskj_con2>.content>ul li {
  list-style: square;
  width: 300px;
  float: left;
  color: #858585;
  margin-bottom: 20px;
  font-size: 8px;
}

.tskj_con2>.content>ul li a {
  font-size: 14px;
  color: #858585;
}

.tskj_con2>.content>ul li:hover {
  color: #ff6e0b;
}

.tskj_con2>.content>ul li:hover a {
  color: #ff6e0b;
}

.tskj_con2>.content>a {
  position: absolute;
  left: 50%;
  bottom: -70px;
  background: #ff6e0b;
  color: #fff;
  padding: 10px 60px;
  display: inline-block;
  transform: translate(-50%);
  transition: all 0.3s linear;
}

.tskj_con2>.content>a:hover {
  background: #212121;
}

@media screen and (max-width: 768px) {
  .tskj_con2 {
    display: none;
  }
}

.regList {
  margin-top: 50px;
}

.regList .reg-con {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.regList .reg-con .reg-left {
  position: relative;
  padding: 50px 0 0 30px;
  width: 300px;
  height: 300px;
}

.regList .reg-con .reg-left>img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.regList .reg-con .reg-left h2 {
  margin: 0;
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}

.regList .reg-con .reg-left p {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.regList .reg-con .reg-middle {
  padding-left: 40px;
}

.regList .reg-con .reg-middle h3 {
  color: #21211f;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 36px;
}

.regList .reg-con .reg-middle ul li {
  color: #939393;
  margin-bottom: 16px;
}

.regList .reg-con .reg-middle ul li:before {
  content: url("../img/reg_Tag.png");
  vertical-align: -3px;
  padding-right: 10px;
}

.regList .reg-con .reg-middle ol li {
  color: #939393;
  margin-bottom: 16px;
}

.regList .reg-con .reg-right {
  height: 300px;
  padding: 70px;
}

.regList .reg-con .reg-right a {
  width: 100%;
  height: 48px;
  color: #145fbc;
  font-size: 16px;
  border: 1px solid #145fbc;
  border-radius: 0;
  line-height: 34px;
}

.regList .reg-con .reg-right a:first-child {
  margin-bottom: 66px;
}

.regList .reg-con .reg-right a:hover {
  background: #145fbc;
  color: #fff;
  border: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .regList .reg-con .reg-left {
    width: 248px;
    height: 248px;
    padding: 30px 0 0 20px;
  }

  .regList .reg-con .reg-left>img {
    width: 100%;
  }

  .regList .reg-con .reg-middle {
    padding-left: 20px;
  }

  .regList .reg-con .reg-middle h3 {
    margin: 10px 0 20px;
  }

  .regList .reg-con .reg-right {
    height: 248px;
    padding: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .regList .reg-con .reg-left {
    width: 192px;
    height: 192px;
    padding: 30px 0 0 20px;
  }

  .regList .reg-con .reg-left>img {
    width: 100%;
  }

  .regList .reg-con .reg-left h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .regList .reg-con .reg-left p {
    margin-top: 18px;
  }

  .regList .reg-con .reg-middle {
    padding-left: 20px;
  }

  .regList .reg-con .reg-middle h3 {
    margin: 10px 0 16px;
    font-size: 18px;
  }

  .regList .reg-con .reg-middle ul li,
  .regList .reg-con .reg-middle ol li {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .regList .reg-con .reg-right {
    height: 192px;
    padding: 30px;
  }

  .regList .reg-con .reg-right a:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .regList {
    padding: 0 5px;
  }

  .regList .reg-con {
    padding: 0 10px;
  }

  .regList .reg-con .col-sm-3:first-child {
    display: none;
  }

  .regList .reg-con .reg-middle {
    padding-left: 0;
  }

  .regList .reg-con .reg-middle h3 {
    margin: 10px 0 16px;
    font-size: 18px;
  }

  .regList .reg-con .reg-middle ul li,
  .regList .reg-con .reg-middle ol li {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .regList .reg-con .reg-middle ul li {
    padding-right: 5px;
  }

  .regList .reg-con .reg-middle ol li {
    padding-left: 5px;
  }

  .regList .reg-con .reg-right {
    height: 60px;
    padding: 0 30px;
  }

  .regList .reg-con .reg-right a {
    width: 49%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
  }

  .regList .reg-con .reg-right a:first-child {
    margin-bottom: 0;
  }
}

.news-list .container,
.article .container {
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
}

.news-list .container .list-con .tags,
.article .container .list-con .tags {
  padding: 20px 0;
}

.news-list .container .list-con .tags a,
.article .container .list-con .tags a {
  font-size: 16px;
  color: #4f4f4f;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid transparent;
  display: inline-block;
}

.news-list .container .list-con .tags a:hover,
.article .container .list-con .tags a:hover {
  color: #ff6e0b;
  border: 1px solid #ff6e0b;
  border-radius: 100px;
}

.news-list .container .list-con .tags a.active,
.article .container .list-con .tags a.active {
  color: #ff6e0b;
  border: 1px solid #ff6e0b;
  border-radius: 100px;
}

.news-list .container .list-con .tags a:nth-child(n+5),
.article .container .list-con .tags a:nth-child(n+5) {
  display: none;
}

.news-list .container .list-con ul li,
.article .container .list-con ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
}

.news-list .container .list-con ul li .media .media-left a img,
.article .container .list-con ul li .media .media-left a img {
  width: 240px;
  height: 135px;
}

.news-list .container .list-con ul li .media .media-body a:hover,
.article .container .list-con ul li .media .media-body a:hover {
  color: #ff6e0b;
}

.news-list .container .list-con ul li .media .media-body h4,
.article .container .list-con ul li .media .media-body h4 {
  margin: 5px 0 18px;
}

.news-list .container .list-con ul li .media .media-body h4 a,
.article .container .list-con ul li .media .media-body h4 a {
  display: block;
  width: 410px;
  font-size: 18px;
  font-weight: bold;
  color: #4f4f4f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list .container .list-con ul li .media .media-body p a,
.article .container .list-con ul li .media .media-body p a {
  display: inline-block;
  color: #868686;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 60px;
}

.news-list .container .list-con ul li .media .media-body p.time,
.article .container .list-con ul li .media .media-body p.time {
  margin-bottom: 0;
  color: #868686;
}

.news-list .container .list-con .more-page,
.article .container .list-con .more-page {
  position: relative;
  height: 200px;
}

.news-list .container .list-con .more-page .newsPage,
.article .container .list-con .more-page .newsPage {
  position: absolute;
  width: 630px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news-list .container .list-con .more-page .newsPage li,
.article .container .list-con .more-page .newsPage li {
  padding: 0 !important;
  margin: 0 3px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border: 1px solid #f0f0f0;
}

.news-list .container .list-con .more-page .newsPage li:first-child,
.article .container .list-con .more-page .newsPage li:first-child,
.news-list .container .list-con .more-page .newsPage li:last-child,
.article .container .list-con .more-page .newsPage li:last-child {
  width: 72px;
}

.news-list .container .list-con .more-page .newsPage li:first-child a,
.article .container .list-con .more-page .newsPage li:first-child a,
.news-list .container .list-con .more-page .newsPage li:last-child a,
.article .container .list-con .more-page .newsPage li:last-child a {
  width: 72px;
}

.news-list .container .list-con .more-page .newsPage li span,
.article .container .list-con .more-page .newsPage li span {
  display: none;
  font-size: 20px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  top: -25px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
}

.news-list .container .list-con .more-page .newsPage li span.pageinfo,
.article .container .list-con .more-page .newsPage li span.pageinfo {
  display: block;
  transform: none;
  opacity: 1;
  font-size: 14px;
  width: 150px;
  top: auto;
  left: auto;
  font-weight: normal;
}

.news-list .container .list-con .more-page .newsPage li a,
.article .container .list-con .more-page .newsPage li a {
  font-weight: normal;
  color: #333;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}

.news-list .container .list-con .more-page .newsPage li.thisclass,
.article .container .list-con .more-page .newsPage li.thisclass {
  border: 0;
}

.news-list .container .list-con .more-page .newsPage li.thisclass span,
.article .container .list-con .more-page .newsPage li.thisclass span {
  transform: rotate(0deg) translateX(-50%);
  opacity: 1;
}

.news-list .container .list-con .more-page .newsPage li.thisclass:hover,
.article .container .list-con .more-page .newsPage li.thisclass:hover {
  background: transparent;
  border: 0;
}

.news-list .container .list-con .more-page .newsPage li:hover,
.article .container .list-con .more-page .newsPage li:hover {
  background: rgba(255, 110, 11, 0.1);
  border: 1px solid #ff6e0b;
}

.news-list .container .list-con .more-page ul.newsPage,
.article .container .list-con .more-page ul.newsPage {
  display: none;
}

.news-list .container .list-other,
.article .container .list-other {
  padding-left: 100px;
}

.news-list .container .list-other a:hover,
.article .container .list-other a:hover {
  color: #ff6e0b;
}

.news-list .container .list-other h3,
.article .container .list-other h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.news-list .container .list-other .adv a img,
.article .container .list-other .adv a img {
  max-width: 100%;
}

.news-list .container .list-other ul,
.article .container .list-other ul {
  margin-top: 30px;
}

.news-list .container .list-other ul li,
.article .container .list-other ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
}

.news-list .container .list-other ul li a,
.article .container .list-other ul li a {
  color: #868686;
  font-size: 16px;
}

.news-list .container .list-other ul li a:before,
.article .container .list-other ul li a:before {
  content: '';
  text-align: center;
  line-height: 25px;
  display: inline-block;
  border: 1px solid #c7dfef;
  width: 25px;
  height: 25px;
  border-radius: 30px;
  margin-right: 20px;
  vertical-align: middle;
}

.news-list .container .list-other ul li a:hover,
.article .container .list-other ul li a:hover {
  border-color: #ff6e0b;
}

.news-list .container .list-other ul li:first-child,
.article .container .list-other ul li:first-child {
  border-top: 1px solid #f0f0f0;
}

.news-list .container .list-other .que,
.article .container .list-other .que {
  margin-bottom: 10px;
  margin-top: 30px;
}

.news-list .container .list-other ol li,
.article .container .list-other ol li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}

.news-list .container .list-other ol li a,
.article .container .list-other ol li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #868686;
}

.news-list .container .list-other h4,
.article .container .list-other h4 {
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 15px;
}

.news-list .container .list-other p a,
.article .container .list-other p a {
  display: inline-block;
  width: 46%;
  color: #868686;
  border-radius: 100px;
  border: 1px solid #f0f0f0;
  padding: 10px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 1%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .news-list .container .list-con .tags a,
  .article .container .list-con .tags a {
    font-size: 12px;
    width: 120px;
  }

  .news-list .container .list-con ul li .media .media-left a img,
  .article .container .list-con ul li .media .media-left a img {
    width: 180px;
  }

  .news-list .container .list-con ul li .media .media-body h4,
  .article .container .list-con ul li .media .media-body h4 {
    margin: 2px 0 12px;
  }

  .news-list .container .list-con ul li .media .media-body h4 a,
  .article .container .list-con ul li .media .media-body h4 a {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
    width: 280px;
  }

  .news-list .container .list-con ul li .media .media-body p a,
  .article .container .list-con ul li .media .media-body p a {
    display: inline-block;
    color: #868686;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
  }

  .news-list .container .list-con ul li .media .media-body p.time,
  .article .container .list-con ul li .media .media-body p.time {
    margin-bottom: 0;
    color: #868686;
  }

  .news-list .container .list-other,
  .article .container .list-other {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {

  .news-list .container,
  .article .container {
    padding: 0 5px;
  }

  .news-list .container .list-con .tags a,
  .article .container .list-con .tags a {
    font-size: 12px;
    width: 24%;
    border: 1px solid #ff6e0b;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
  }

  .news-list .container .list-con ul li .media .media-left a img,
  .article .container .list-con ul li .media .media-left a img {
    width: 120px;
  }

  .news-list .container .list-con ul li .media .media-body h4,
  .article .container .list-con ul li .media .media-body h4 {
    margin: 2px 0 12px;
  }

  .news-list .container .list-con ul li .media .media-body h4 a,
  .article .container .list-con ul li .media .media-body h4 a {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
    width: 60%;
  }

  .news-list .container .list-con ul li .media .media-body p a,
  .article .container .list-con ul li .media .media-body p a {
    display: inline-block;
    color: #868686;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    width: 60%;
  }

  .news-list .container .list-con ul li .media .media-body p.time,
  .article .container .list-con ul li .media .media-body p.time {
    margin-bottom: 0;
    color: #868686;
  }

  .news-list .container .list-con ul li:first-child .media,
  .article .container .list-con ul li:first-child .media {
    position: relative;
    padding-top: 30px;
  }

  .news-list .container .list-con ul li:first-child .media .media-left,
  .article .container .list-con ul li:first-child .media .media-left {
    padding: 5px;
    display: block;
    text-align: center;
  }

  .news-list .container .list-con ul li:first-child .media .media-left a,
  .article .container .list-con ul li:first-child .media .media-left a {
    display: block;
  }

  .news-list .container .list-con ul li:first-child .media .media-left a img,
  .article .container .list-con ul li:first-child .media .media-left a img {
    width: 100%;
  }

  .news-list .container .list-con ul li:first-child .media .media-body,
  .article .container .list-con ul li:first-child .media .media-body {
    padding: 0 5px;
    display: block;
    width: 100%;
  }

  .news-list .container .list-con ul li:first-child .media .media-body h4,
  .article .container .list-con ul li:first-child .media .media-body h4 {
    position: absolute;
    left: 10px;
    top: 0;
  }

  .news-list .container .list-con ul li:first-child .media .media-body h4 a,
  .article .container .list-con ul li:first-child .media .media-body h4 a {
    display: block;
    width: 90%;
    font-size: 18px;
  }

  .news-list .container .list-con ul li:first-child .media .media-body p a,
  .article .container .list-con ul li:first-child .media .media-body p a {
    width: 100%;
  }

  .news-list .container .list-con .more-page,
  .article .container .list-con .more-page {
    height: 60px;
  }

  .news-list .container .list-con .more-page .newsPage,
  .article .container .list-con .more-page .newsPage {
    display: none;
  }

  .news-list .container .list-con .more-page ul.newsPage,
  .article .container .list-con .more-page ul.newsPage {
    display: block;
    width: 280px;
  }

  .news-list .container .list-con .more-page ul.newsPage li,
  .article .container .list-con .more-page ul.newsPage li {
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
  }

  .news-list .container .list-con .more-page ul.newsPage li:first-child,
  .article .container .list-con .more-page ul.newsPage li:first-child,
  .news-list .container .list-con .more-page ul.newsPage li:last-child,
  .article .container .list-con .more-page ul.newsPage li:last-child {
    width: 50px;
  }

  .news-list .container .list-con .more-page ul.newsPage li:first-child a,
  .article .container .list-con .more-page ul.newsPage li:first-child a,
  .news-list .container .list-con .more-page ul.newsPage li:last-child a,
  .article .container .list-con .more-page ul.newsPage li:last-child a {
    width: 50px;
  }

  .news-list .container .list-con .more-page ul.newsPage li a,
  .article .container .list-con .more-page ul.newsPage li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .news-list .container .list-other,
  .article .container .list-other {
    display: none;
  }
}

.article .article-header h1 {
  font-size: 28px;
  color: #444;
  text-align: center;
  font-weight: bold;
}

.article .article-header>div {
  color: #999;
  font-size: 17px;
}

.article .article-header>div span,
.article .article-header>div a {
  display: inline-block;
}

.article .article-header>div span {
  margin-right: 40px;
}

.article .article-header>div a {
  color: #999;
  width: 17px;
  height: 17px;
}

.article .article-body {
  padding: 20px 60px 20px 0;
  overflow: hidden;
}

.article .article-body img {
  max-width: 100%;
}

.article .article-body p,
.article .article-body div,
.article .article-body a {
  font-size: 16px !important;
  color: #868686;
}

.article .web-tags h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
  color: #868686;
  padding: 10px 0;
}

.article .web-tags>div a {
  display: inline-block;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  width: 130px;
  text-align: center;
  color: #666;
  border-radius: 16px;
  padding: 5px 20px;
  white-space: nowrap;
  margin: 0 8px 10px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article .web-tags>div a:hover {
  color: #ff6e0b;
  border-color: #ff6e0b;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .article .web-tags>div a {
    width: 105px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .article .web-tags h3 {
    font-size: 14px;
  }

  .article .web-tags>div a {
    width: 77px;
    font-size: 12px;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .article .article-header h1 {
    font-size: 18px;
  }

  .article .article-header>div {
    display: none;
    color: #999;
    font-size: 12px;
  }

  .article .article-header>div span,
  .article .article-header>div a {
    display: inline-block;
  }

  .article .article-header>div span {
    margin-right: 20px;
  }

  .article .article-header>div a {
    color: #999;
    width: 17px;
    height: 17px;
  }

  .article .article-body {
    padding: 20px 5px;
  }

  .article .web-tags {
    display: none;
  }
}

.aboutUs_content>.container {
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
  padding-top: 40px;
}

.aboutUs_content h2 {
  text-align: left;
  font-size: 36px;
  color: #4f4f4f;
  font-weight: bold;
  border-left: 3px solid #4f4f4f;
  padding-left: 20px;
}

.aboutUs_content .aboutUs_body {
  padding: 40px 0 20px;
}

.aboutUs_content .aboutUs_body .cl img {
  width: 87%;
}

.aboutUs_content .aboutUs_body .cr p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 40px;
  color: #2b2b2b;
}

.aboutUs_content .aboutUs_body .cr p span {
  color: #0c4991;
  font-weight: bold;
}

.aboutUs_content .out-advantage {
  padding: 40px 0 20px;
}

.aboutUs_content .out-advantage>div .advantage {
  width: 90%;
  background: #cb3628;
  height: 195px;
}

.aboutUs_content .out-advantage>div .advantage .adv-cl {
  padding: 35px;
}

.aboutUs_content .out-advantage>div .advantage .adv-cr {
  padding: 35px 0;
  color: #fff;
}

.aboutUs_content .out-advantage>div .advantage .adv-cr h4 {
  margin: 0;
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.aboutUs_content .out-advantage>div .advantage .adv-cr h4 span {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.aboutUs_content .out-advantage>div .advantage .adv-cr p {
  font-size: 18px;
  color: #fff;
  padding-right: 30px;
}

.aboutUs_content .out-advantage>div:nth-child(2) .advantage {
  margin-left: 5%;
}

.aboutUs_content .out-advantage>div:nth-child(3) .advantage {
  margin-left: 10%;
}

.aboutUs_content .out-advantage.m_out-advantage {
  display: none;
}

.aboutUs_content .culture {
  padding: 40px 0 20px;
}

.aboutUs_content .culture h4 {
  font-size: 26px;
  margin: 25px 0 20px;
  color: #cb3628;
  font-weight: bold;
}

.aboutUs_content .culture p {
  font-size: 18px;
  color: #2b2b2b;
  padding-right: 60px;
  line-height: 32px;
}

.aboutUs_content .contackUs {
  padding: 40px 0 80px;
}

.aboutUs_content .contackUs .areaAddress {
  position: relative;
}

.aboutUs_content .contackUs .areaAddress>img {
  position: absolute;
}

.aboutUs_content .contackUs .areaAddress .ver {
  height: 1px;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 9999;
}

.aboutUs_content .contackUs .areaAddress .hor1 {
  width: 1px;
  height: 100%;
  left: 33.33%;
}

.aboutUs_content .contackUs .areaAddress .hor2 {
  width: 1px;
  height: 100%;
  left: 66.66%;
}

.aboutUs_content .contackUs .areaAddress .address-content {
  height: 170px;
}

.aboutUs_content .contackUs .areaAddress .address-content .content {
  width: 75%;
  height: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.aboutUs_content .contackUs .areaAddress .address-content .content h3 {
  color: #cb3628;
  font-size: 20px;
  margin-bottom: 26px;
  font-weight: bold;
}

.aboutUs_content .contackUs .areaAddress .address-content .content p {
  color: #666666;
  line-height: 23px;
}

.aboutUs_content .contackUs .areaAddress .address-content:nth-child(2) .content,
.aboutUs_content .contackUs .areaAddress .address-content:nth-child(5) .content {
  left: 50%;
  transform: translate(-50%, -50%);
}

.aboutUs_content .contackUs .areaAddress .address-content:nth-child(3) .content,
.aboutUs_content .contackUs .areaAddress .address-content:nth-child(6) .content {
  right: 0;
}

.aboutUs_content .contackUs #contact_map {
  width: 100%;
  height: 500px;
  margin-top: 40px;
}

.aboutUs_content .contackUs #contact_map .pop .center {
  width: 322px !important;
}

.aboutUs_content .contackUs #contact_map .pop .bottom {
  height: 25px !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutUs_content h2 {
    font-size: 30px;
  }

  .aboutUs_content .aboutUs_body .cr p {
    margin-top: 0;
    font-size: 18px;
    line-height: 32px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cl {
    padding: 25px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr {
    padding: 25px 0;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr h4 {
    font-size: 24px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr p {
    font-size: 16px;
  }

  .aboutUs_content .culture p {
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .aboutUs_content h2 {
    font-size: 24px;
  }

  .aboutUs_content .aboutUs_body .cr p {
    margin-top: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cl {
    padding: 20px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr {
    padding: 20px 0;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr h4 {
    font-size: 20px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr p {
    font-size: 14px;
  }

  .aboutUs_content .culture p {
    padding-right: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
.detail-content>div {
    border: 1px solid #ddd;
}

  .aboutUs_content {
    padding-bottom: 40px;
  }

  .aboutUs_content h2 {
    font-size: 20px;
    width: 96%;
    margin-left: 2%;
    margin-top: 0;
  }

}

/*
  .aboutUs_content .aboutUs_body {
    padding: 0 8px;
  }

  .aboutUs_content .aboutUs_body .cl {
    display: none;
  }

  .aboutUs_content .aboutUs_body .cr p {
    margin-top: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .aboutUs_content .out-advantage {
    display: none;
    padding: 5px 2% 15px;
  }

  .aboutUs_content .out-advantage>div .advantage {
    width: 97%;
    height: auto;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cl {
    padding: 5px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cl a img {
    width: 20px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr {
    padding: 0;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr h4 {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr h4 span {
    padding-bottom: 5px;
  }

  .aboutUs_content .out-advantage>div .advantage .adv-cr p {
    font-size: 12px;
    padding-right: 5px;
  }

  .aboutUs_content .out-advantage>div:nth-child(2) .advantage {
    margin-left: 2%;
  }

  .aboutUs_content .out-advantage>div:nth-child(3) .advantage {
    margin-left: 4%;
  }

  .aboutUs_content .out-advantage.m_out-advantage {
    display: block;
  }

  .aboutUs_content .out-advantage.m_out-advantage .advantage {
    text-align: center;
    padding: 20px 0;
    color: #fff;
  }

  .aboutUs_content .out-advantage.m_out-advantage .advantage img {
    height: 46px;
  }

  .aboutUs_content .out-advantage.m_out-advantage .advantage p {
    font-size: 10px;
  }

  .aboutUs_content .culture {
    padding: 20px 2%;
  }

  .aboutUs_content .culture>div {
    height: 170px;
  }

  .aboutUs_content .culture h4 {
    font-size: 20px;
    margin: 15px 0 10px;
  }

  .aboutUs_content .culture p {
    padding-right: 10px;
    font-size: 12px;
  }

  .aboutUs_content .contackUs {
    padding: 0 2%;
  }

  .aboutUs_content .contackUs .areaAddress {
    position: relative;
  }

  .aboutUs_content .contackUs .areaAddress>img {
    display: none;
  }

  .aboutUs_content .contackUs .areaAddress .address-content {
    height: 120px;
  }

  .aboutUs_content .contackUs .areaAddress .address-content .content {
    width: 100%;
    height: auto;
  }

  .aboutUs_content .contackUs .areaAddress .address-content .content h3 {
    margin-bottom: 10px;
  }

  .aboutUs_content .contackUs .areaAddress .address-content:nth-child(2) .content,
  .aboutUs_content .contackUs .areaAddress .address-content:nth-child(5) .content {
    left: 0;
    transform: translate(0%, -50%);
  }

  .aboutUs_content .contackUs .areaAddress .address-content:nth-child(3) .content,
  .aboutUs_content .contackUs .areaAddress .address-content:nth-child(6) .content {
    left: 0;
  }
}
*/

/*# sourceMappingURL=subPage.css.map */