html{
	font-size: 16px !important;
}
h1, .h1, h2, .h2, h3, .h3,h4{
	margin:0 !important;
}
dl{
margin-bottom:0 !important;

}
dd{
	line-height:1.9rem !important;
}
input[type=checkbox]{
	
	margin:0 0 0;
}
label{
	font-weight: normal !important;
	margin-bottom: 0;
}
img {
  /* display: block; */
  width: 100%;
  height: 100%;
 
}
em,
i {
  font-weight: normal;
}
p {
  text-align: justify;
  line-height: 1;
  margin:0;
}
a {
  color:#000;
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: rgba(0,0,0,0);
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1;
  font-weight: normal;
  font-style: normal;
}
nav,
ul li,
ol li {
  list-style: none;
}
body {
  width: 100%;  
  font-family: Microsoft YaHei, "PingFang SC", Droidsansfallback !important;
  line-height: 170%; 
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
input,
textarea,
button,
select {
  background: none;
  border-radius: 0;
  border: none;
  outline: none; 
  -webkit-user-select: text;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
dd{
	
	margin-bottom:0 !important;
}
.detials-left .report-content .news-list dl dd{
	width:100% !important;
}
hr{
	margin:0 !important;
}
 ul{
	
	margin-bottom:0 !important;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
  outline: none;
}
.hide{
	display:none;
}


@-webkit-keyframes sidle {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes sidle {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
[class^="page"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
body {
  background: #f2f3f4;
}
header { 
  background: #fff;
  width: 100%;
  min-width: 77.5rem;
}
header.fixed {
  -webkit-animation: sidle 0.3s linear alternate forwards;
          animation: sidle 0.3s linear alternate forwards;
  -webkit-transition: none;
  transition: none;
  position: fixed;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  height: 5.1563rem;
  z-index: 9;
  -webkit-box-shadow: 0 0.0625rem 0.3125rem rgba(198,198,198,0.2);
          box-shadow: 0 0.0625rem 0.3125rem rgba(198,198,198,0.2);
  background: rgba(255,255,255,0.98);
  top:0;
  left:0;
}
header.fixed .nav-select {
  bottom: -0.3rem !important;
}
header.fixed .header-content {
  height: 5.1563rem;
}
header.fixed .header-menu {
  display: none;
}
header.fixed .header-alert {
  top: 5.1563rem !important;
}
header.fixed hr.line {
  display: none;
}
header .header-content {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 77.5rem;
  height: 7rem;
  margin: 0 auto;
}
header .header-content .header-logo {
  width: 13rem;
}
header .header-content .header-alert {
  z-index: 9;
  position: absolute;
  background: rgba(255,255,255,0.98);
  -webkit-box-shadow: 0 0 0.625rem rgba(198,198,198,0.3);
          box-shadow: 0 0 0.625rem rgba(198,198,198,0.3);
  top: 6.875rem;
  left:0;
  height: 13.9688rem;
  width: 77.5rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 56.8% -10%;
          transform-origin: 56.8% -10%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
header .header-content .header-Finds{
	width:15rem;
	height:4.625rem;
	top:0;
	left:31rem;
}
header.fixed .header-content .header-Finds{
	top:0.2rem !important;
}
header .header-content .header-Finds em.arr{
	top:0.4rem;
	left:6.5rem !important;	
}
header .header-content .header-Finds ul{
	z-index:100;
	position: relative;
	padding:0.5rem !important;
	flex-wrap: wrap;
}
header .header-content .header-Finds ul li{
	width: 90px;	
	text-align: center;
}
header .header-content .header-Finds ul li font{
	font-size: 30px;
    line-height: 20px;
    display: block;
    float: left;
    margin-right: 0.2rem;
    color: #1a1a1a;
}
header .header-content .header-Finds ul li:nth-child(odd){
	margin:0 0.1rem;
	
}
header .header-content .header-alert.show {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header .header-content .header-alert ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.125rem;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
header .header-content .header-alert ul li {
  cursor: pointer;
}
header .header-content .header-alert ul li span {
  font-size: 3.4375rem;
  color: #fc6722;
}

header .header-content .header-alert ul li p {
  font-size: 0.8125rem;
  margin-top: 0.9375rem;
  text-align: center;
}
header .header-content .header-eq {
  height: 43.9375rem;
  -webkit-transform-origin: 88.5% -2%;
          transform-origin: 88.5% -2%;
}
header .header-content .header-eq em.arr {
  left: 88.5%;
}
header .header-content .header-eq ul {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 1.875rem;
}
header .header-content .header-eq ul li {
  width: 20%;
  height: 50%;
  margin: 0 1rem;
  text-align: center;
}

header .header-content .header-eq ul li h6,
header .header-content .header-eq ul li p {
  font-size: 0.75rem;
  padding: 0 1.25rem;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}
header .header-content .header-eq ul li h6 {
  font-weight: bold;
}
header .header-content .header-eq ul li img {
  width: 13.25rem;
  height: 13.25rem;
  margin: 0 auto;
}
header .header-content nav {
  position: relative;
  margin-left: 1rem;
  height: 100%;
}
header .header-content nav ul li.mode-active,#menu-sub li.mode-active{	
 	font-weight: bold;
	
}
header .header-content nav .nav-select {
  position: relative;
  display: block;
  width: 1.75rem;
  height: 0.1875rem;
  bottom:-0.3rem; 
  background: #fc6722;
  pointer-events: none;
  margin: 0 auto;
}
#menu-sub .nav-select {
  position: relative;
  display: block;
  width: 1.75rem;
  height: 0.1875rem;
  bottom: -0.3rem; 
  background: #fc6722;
  pointer-events: none;
  margin: 0 auto;
}
header .header-content nav ul {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}
header .header-content nav ul li {
  height: 100%;
  margin-right:2rem;
}
header .header-content nav ul li:hover {
  font-weight: bold;  
}
header .header-content nav ul li:hover a:hover {
  color: #1a1a1a;
}

header .header-content nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.7rem;
  width:auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-content .header-search {
  position: relative;
  margin-top: 1.0938rem;
  width: 14.375rem;
}
header .header-content .header-search em {
  cursor: pointer;
  color: #fc6722;
  text-decoration: underline;
}
header .header-content .header-search span {
  position: absolute;
  cursor: pointer;
  font-size: 0.875rem;
  right: 0.9375rem;
  top: 0.4375rem;
  color: #9a9a9a;
}
header .header-content .header-search input {
  padding: 0 2.5rem 0 0.9375rem;
  width: 14.375rem;
  height: 1.75rem;
  border-radius: 1.75rem;
  background: #ebebeb;
  color: 0.5rem;
}
header .header-content .header-search input::-webkit-input-placeholder {
  color: #9a9a9a;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
header .header-content .header-search p {
  white-space: nowrap;
  font-size:0.7rem;
  margin: 0.5rem 0 0 0.2rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
header .header-content .header-search p a {
  margin-right: 0.5rem;
}
header .header-content .header-search p a:hover {
  text-decoration: underline;
}
header .header-content .header-search p,
header .header-content .header-search p a {
  font-size: 0.85rem;
  color: #9a9a9a;
}
header .header-content .header-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .header-content .header-login li {
  cursor: pointer;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 2.8125rem;
  margin-left: 0.8125rem;
  color: #9a9a9a;
  border: 1px solid #9a9a9a;
}
header .header-content .header-login li:nth-child(1),
header .header-content .header-login li:nth-child(2) {
  font-size: 1.4375rem;
}
header .header-content .header-login li:hover {
  color: #fc6722 !important;
  border-color: #fc6722;
}
header .header-menu {
  width: 77.5rem;
  height: 2.5313rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-menu ul li a:hover{
	color:#1a1a1a;	
	font-size: 0.9375rem;
}
header .header-menu ul li.active{
	font-weight: bold !important;
}
header .header-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15.2rem;
}
header .header-menu ul li {
  font-size: 0.9375rem;
  padding: 0 1.4063rem;
  line-height: 0.9375rem;
  border-right: 1px solid #fc6722;
}
header .header-menu ul li:last-child {
  border: none;
}
hr.line {
  border-bottom: 1px solid #dedede;
  width: 100%;
  min-width: 77.5rem;
  border-top: 0;
  margin: 0 auto;
}
a:link {
  color: #1a1a1a;
}
a:hover {
  color: #fc6722;
}
hr {
  border: none;
}
hr.hr10 {
  width: 100%;
  height: 0.3125rem;
}
hr.hr20 {
  width: 100%;
  height: 0.625rem;
}
hr.hr25 {
  width: 100%;
  height: 0.7813rem;
  display: flex;
  border: none;
}


hr.b-line {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  margin-top: -1px;
}
.title {
  height: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ececec;
}
.title h2 {
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 1rem;
  text-align:left;
}
.title a.more {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fc6722;
  border: 1px solid #fc6722;
  height: 1.125rem;
  width: 2.8125rem;
  text-align: center;
  line-height: 0.875rem;
  font-size: 0.625rem;
  border-radius: 0.1875rem;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.title a.link {
  width: 10.5625rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  text-align: center;
  color: #fc6722;
  border: 1px solid #fc6722;
  border-radius: 0.3125rem;
}
.title span {
  color: #5383af;
  margin-left: 0.625rem;
}
.list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  font-size: 0.8125rem;
  line-height: 2rem;
  border-bottom: 1px solid #f3f3f3;
 align-items: center;
}
.list li:last-child {
  border: none;
}
.list li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list li span {
  font-size: 0.75rem;
  color: #9a9a9a;
}
.title-list {
  font-size: 0.8125rem;
  line-height: 1.5625rem; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #abaaaa;
}
.title-list-postion{
	justify-content: space-between;
}
.title-list-postion  li{
	    margin: inherit !important;
}
.title-list-think{
	font-size: 0.8125rem;
    line-height: 1.5625rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #abaaaa;
}
.title-list-think li {
    margin-right: 1.25rem;
    cursor: pointer;
}
.title-list-think li.active {
  color: #1a1a1a;
  border-bottom: 0.125rem solid #fc6722;
}

.title-list li.active {
  color: #1a1a1a;
  border-bottom: 0.19rem solid #fc6722;
}
.content-about {
  min-width: 77.5rem;
  background: #dbdbdb;
  height: 12.7rem;
}
.content-about .about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77.5rem;
  margin: 0 auto;
}


.content-about .pro-list h2 {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  color:#1a1a1a;
}


.content-link {
  min-width: 77.5rem;
  height: 6.5rem;
  background: #303030;
}
.content-link .link-list {
 
  padding: 1rem 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 77.5rem;
  margin: 0 auto;
}
.content-link .link-list h5,
.content-link .link-list a {
  color: #bab8b8;
  font-size: 0.8125rem;
}
.content-link .link-list h5 {
  text-align: center;
}
.content-link .link-list a {
  margin-left: 0.625rem;
  line-height: 1.5;
}
.content-link .link-list a:hover {
  color: #bab8b8;
  text-decoration: underline;
}
.content-link .link-list a:last-child {
  display: inline-block;
  color: #737373;
  border: 1px solid #737373;
  width: 3.125rem;
  border-radius: 0.1563rem;
  text-align: center;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.content-link .link-list p {
  text-align: center;
  color: #737373;
  font-size: 0.8125rem;
}
[data-href] {
  cursor: pointer;
}

.details-aside {
  position: fixed;
  z-index: 999;
  width: 3.125rem;
  top: calc(50% - 4.6875rem);
  left: calc((100% - 84.375rem) / 2);
}
.details-aside li {
  height: 4.0625rem;
  text-align: center;
}
.details-aside li:nth-child(2) {
  padding-top: 0.3125rem;
}
.details-aside li:nth-child(2) span {
  font-size: 1.5625rem;
}
.details-aside li:nth-child(3) span {
  font-size: 1.7188rem;
}
.details-aside span {
  font-size: 1.875rem;
}
.details-aside p {
  font-size: 0.6875rem;
  margin-top: 0.3125rem;
  text-align: center;
}
.swiper-content {
  overflow: hidden;
}
.plat-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.plat-star span {
  font-size: 0.9375rem;
  margin: 0 0.0625rem;
}
.plat-star span.icon-star {
  color: #fc6722;
}
.content {
  width: 77.5rem;
  margin: 0 auto;
  padding:0 !important;
}

.button {
  font-size: 0.9375rem;
  color: #fc6722;
  line-height: 2.1875rem;
  height: 2.5rem;
  border: 1px solid #fc6722;
  text-align: center;
  width: 100%;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
}
.number li {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fc6722;
}
.number li.active {
  background-color: #fc6722;
  color: #fff;
}
.number li span {
  color: #c6c6c6;
}
.number li:nth-child(1) span {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.details-press a{
	color: #000 !important;
}
.details-press {
  font-size: 0.75rem;
}
.details-press a:hover{
	color: #777 !important;
}
.details-press a:link{
	color: #777 !important;
}
.details-content {
  width: 77.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detials-left {
  width: 57.9375rem;
}
.details-article {
  padding: 1.25rem;
  background-color: #fff;
  width: 57.9375rem;
  color: #535353;
}
.details-article hgroup {
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ececec;
}
.details-article hgroup h1 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.875rem;
  text-indent: 2em;
}
.details-article hgroup h3 {
  color: #a5a5a5;
  font-size: 0.8125rem;
  margin: 1.25rem 0 !important;
}
.details-article hgroup h3 span {
  padding: 0 1.875rem;
}
.details-article hgroup h3 span:nth-child(1):before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: inline-block;
}
.details-article hgroup h3 span:before {
  margin-right: 0.625rem;
}
.details-article hgroup h5 {
  color: #a5a5a5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.details-article hgroup h5 section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.details-article hgroup h5 p:nth-child(1) {
  margin-right: 1.25rem;
}
.details-article hgroup h5 p a {
  color: #a5a5a5;
  border: 1px solid #a5a5a5;
  padding: 0.1563rem 0.3125rem;
  border-radius: 0.3125rem;
  margin-right: 0.3125rem;
}
.details-article .detailed {
  margin: 1.25rem 0;
  border: 1px dashed #1a1a1a;
  border-radius: 0.3125rem;
  padding: 1.25rem;
  font-size: 0.75rem;
  background-color: #f3f4f4;
}
.details-article .details-info-cont {
  text-align: left;
 /*  white-space: pre-wrap; */
  white-space: normal;
  line-height: 1.5rem;
}
.details-article .details-info-cont p {
  font-size: 0.8125rem;
  color: #535353;
  line-height: 1.5;
}
.details-article .details-info-cont h3 {
  line-height: 1.5;
  text-align: left;
}
.details-article .details-info-cont img {
  max-width: 100% !important;
  width:auto; 
  height: auto;
  margin: 1rem auto; 
  object-fit: contain !important;
  
}
.promotion-content-bottom img{
	margin-top:0 !important;
	
}
.details-article .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ececec;
}
.details-article .control-w p{
	width:25rem;
	height:1.5rem;
	line-height:1.5rem;	
	overflow:hidden;
	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
}
.details-article .control p span {
  color: #5383af;
  margin-right: 0.3125rem;
}
.details-about {
  height: 7.8125rem;
  background-color: #fff;
  padding: 0 1.25rem;
  display: flex;
  flex-flow: column;
}
.details-about-list {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.details-about-list li {
  width: 50%;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.details-about-list li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.details-about-list li:before {
  content: '\B7';
  font-size: 1.875rem;
  margin-right: 0.625rem;
}
.details-other {
  width: 18.8125rem;
}
.other-choice {
  height: auto !important;
  background-color: #fff;
  padding: 0 1.25rem;
}
.other-choice-author{
	 height: auto;
	 padding-bottom:0.1rem;
}
.other-choice-author .show_owner_info{
	padding-bottom:0.5rem !important;
}
.other-choice-author .personal-set{
	margin-top:0.5rem !important;
}
.other-choice-author .personal-set a:hover, .other-choice-author .personal-set .btn:hover{
	border-color:#fc6722 !important;
	background-color:#fc6722 !important;
}
.other-choice .details-list li {
  height: auto;
  line-height: 1.25rem;
  padding: 0.7rem 0;
}
.other-choice .details-list li span a{
	color:#abaaaa;
}
ul.dropdown-menu li{
	padding:0 !important;
}

.author-copyright{
	margin-top:1rem;
}
.other-choice .details-list li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height:2.5rem;
}
.other-special {
  height: auto;
  background-color: #fff; 
  padding-bottom:0.5rem;
}
.other-special .title {
  border: none;
  padding: 0 1.25rem;
}
.other-special .other-content {
    padding-bottom: 0.625rem;
}
.other-special .other-content img {
  height: 11.2813rem;
  width: 18.8125rem;
}
.other-special .other-content h2 {
  padding: 1.0938rem 1.125rem 0.7813rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.25rem;
}
.other-special .other-content h2 span {
  color: #5383af;
}

.content-v7 .other-special .other-content h2 {
    padding: 1.125rem;
    font-size: 1.3125rem;
    color: #fc6722;
}

.content-v7 .other-special .other-content ul,.other-special .other-content time,.other-special .other-content ul{
	 padding: 0 1.125rem;
}
.content-v7 .other-special .other-content li:nth-child(1) {
    font-weight: bold;
    font-size: 0.8125rem;
    white-space: normal;
    height: 3rem;
    overflow: hidden;
}
.other-special .other-content li {
  font-size: 0.75rem;
  line-height: 1.4063rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ohter-rank {
  height: auto !important; 
  min-height:340px;
  background-color: #fff;
  padding: 0 1.25rem;
  padding-bottom: 0.5rem !important;
}
.ohter-rank .ranks-c-list {
  padding-top: 0.3125rem;
}
.ohter-rank .ranks-c-list li {
  height: 3.2rem;
 line-height: 1rem !important;
  padding: 0.3125rem 0;
}
.ohter-rank .ranks-c-list li:nth-child(1):before {
  content: '1';
}
.ohter-rank .ranks-c-list li:nth-child(2):before {
  content: '2';
}
.ohter-rank .ranks-c-list li:nth-child(3):before {
  content: '3';
}
.ohter-rank .ranks-c-list li:nth-child(4):before {
  content: '4';
}
.ohter-rank .ranks-c-list li:nth-child(5):before {
  content: '5';
}
.ohter-rank .ranks-c-list li:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5625rem;
  margin: 0.4rem 0.625rem 0 0.2188rem;
  margin-right: 0.3125rem;
}
.ohter-rank .ranks-c-list li:nth-child(1):before,
.ohter-rank .ranks-c-list li:nth-child(2):before,
.ohter-rank .ranks-c-list li:nth-child(3):before {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.625rem 0.625rem 0 0.2188rem;
  background: #fc6722;
  color: #fff;
}
.ohter-rank .ranks-c-list li a {
  max-height:32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-top:0.7rem;
}
.detials-commnet {
  height: auto;
  background-color: #fff;
  padding: 0 1.25rem;
}
.detials-commnet .comment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.detials-commnet .comment-list dt {
  width: 4.0625rem;
  margin-right: 1.25rem;
  padding-top: 1.875rem;
}
.detials-commnet .comment-list dt p {
	width:100%;
  text-align: center;
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  float:left;
}
.detials-commnet .comment-list dt img {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto;
  border-radius: 50%;
}
.detials-commnet .comment-list dd {
  padding: 0.9375rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detials-commnet .comment-list dd p {
  text-align: right;
  float:right;
  padding-top: 0.3rem;
}
.detials-commnet .comment-list dd textarea {
  background-color: #eaeaeb;
  min-width: 100%;
  max-width: 100%;
  min-height: 7.5rem;
  border-radius: 0.3125rem;
  resize: none;
  padding: 0.9375rem;
}
.detials-commnet .comment-list dd a {
  font-size: 0.75rem;
  color: #a5a5a5;
  margin-right: 1.25rem;
}

.detials-commnet .comment-list dd button {
  font-size: 1.125rem;
  border: 1px solid #fc6722;
  color: #fc6722;
  padding: 0.425rem 1.875rem;
  font-weight: bold;
  border-radius: 0.3125rem;
}
.detials-commnet .com-text dd {
  position: relative;
}
.detials-commnet .com-text dd:before {
  content: '';
  border: 0.625rem solid transparent;
  font-size: 0;
  border-right: 1.4063rem solid #eaeaeb;
  position: absolute;
  left: -1.5625rem;
  top: 2.8125rem;
}
.detials-commnet .com-list {
  padding: 0.625rem 0 0.9375rem 0;
  border-bottom: 1px solid #ececec;
}
.detials-commnet .com-list:last-child {
  border: none;
}
.detials-commnet .com-list dt {
  padding-top: 1.25rem;
}
.detials-commnet .com-list dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  line-height: 1rem !important;
}
.detials-commnet .com-list dd > p {
  font-size: 0.8125rem;
  padding: 0;
  text-align: left;
  line-height: 1.5;
  color: #535353;
  min-height: 4.0625rem;
}
.detials-commnet .com-list dd h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detials-commnet .com-list dd h5 p {
  padding: 0;
}
.detials-commnet .com-list dd h5 time {
  font-size: 0.75rem;
  color: #a5a5a5;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.detials-commnet .com-list dd h5 span {
  margin-right: 1.5625rem;
}
.detials-commnet .com-list dd h5 span:before {
  margin-right: 0.625rem;
  position: relative;
  top: 0.0938rem;
}
.detials-commnet .com-list dd h5 span.icon-hand:before {
  top: 0;
}
.detials-commnet .com-list dd h5 a {
  margin: 0;
}
.detials-commnet .com-list dd .message-reply {
  background-color: #eaeaeb;
  margin-top: 0.9375rem;
  position: relative;
  padding: 0.625rem;
}
.detials-commnet .com-list dd .message-reply a {
  color: #1a1a1a;
  margin: 0;
}
.detials-commnet .com-list dd .message-reply span {
  color: #535353;
}
.detials-commnet .com-list dd .message-reply p {
  padding: 0;
  text-align: left;
  font-size: 0.75rem;
  line-height: 2;
}
.detials-commnet .com-list dd .message-reply:before {
  content: '';
  border: 0.625rem solid transparent;
  border-bottom: 0.9375rem solid #eaeaeb;
  font-size: 0;
  position: absolute;
  top: -1.25rem;
  left: 0.625rem;
}


p {
  text-align: justify;
  line-height: 1;
}
a {
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: rgba(0,0,0,0);
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1;
  font-weight: normal;
  font-style: normal;
}
nav,
ul li,
ol li {
  list-style: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@font-face {
  font-family: '01fonts';
  src: url(./static/fonts/01fonts.eot);
  src: url(./static/fonts/01fonts.2f80953.eot) format('embedded-opentype'), url(./static/fonts/01fonts.ttf) format('truetype'), url(./static/fonts/01fonts.woff) format('woff'), url(./static/images/01fonts.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: '01fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-v:before {
  content: "\E91B";
}
.icon-refresh:before {
  content: "\E91A";
}
.icon-back:before {
  content: "\E919";
}
.icon-share:before {
  content: "\E918";
}
.icon-right:before {
  content: "\E915";
}
.icon-star-empty:before {
  content: "\E916";
}
.icon-star:before {
  content: "\E917";
}
.icon-face:before {
  content: "\E90F";
}
.icon-home:before {
  content: "\E910";
}
.icon-top:before {
  content: "\E911";
}
.icon-message:before {
  content: "\E912";
}
.icon-hand:before {
  content: "\E913";
}
.icon-info:before {
  content: "\E914";
}
.icon-time:before {
  content: "\E90E";
}
.icon-arr:before {
  content: "\E903";
}
.icon-pro04:before {
  content: "\E904";
}
.icon-pro05:before {
  content: "\E905";
}
.icon-pro06:before {
  content: "\E906";
}
.icon-pro07:before {
  content: "\E907";
}
.icon-pro08:before {
  content: "\E908";
}
.icon-pro09:before {
  content: "\E909";
}
.icon-pro10:before {
  content: "\E90A";
}
.icon-pro03:before {
  content: "\E90B";
}
.icon-pro02:before {
  content: "\E90C";
}
.icon-pro01:before {
  content: "\E90D";
}
.icon-wechat:before {
  content: "\E900";
}
.icon-search:before {
  content: "\E901";
}
.icon-iphone:before {
  content: "\E902";
}
.icon-query021:before {
  content: "\E91E";
}
.icon-business01:before {
  content: "\E92E";
}
.icon-business02:before {
  content: "\e936";
}
.icon-business04:before {
  content: "\e92f";
}
.icon-business05:before {
  content: "\e930";
}
.icon-business06:before {
  content: "\e931";
}
.icon-business07:before {
  content: "\e932";
}
.icon-business08:before {
  content: "\e933";
}
.icon-business09:before {
  content: "\e934";
}
.icon-business10:before {
  content: "\e935";
}
.icon-business03:before {
  content: "\e937";
}
.icon-financing03:before {
  content: "\e93b";
}
.icon-financing01:before {
  content: "\e939";
}
.icon-financing02:before {
  content: "\e93a";
}
.icon-financing04:before {
  content: "\e93c";
}
.icon-financing04:before {
  content: "\e93c";
}
.icon-think:before {
  content: "\e93d";
}
.icon-think:before {
  content: "\e93d";
}
.icon-research:before {
  content: "\e940";
}
.icon-data:before {
  content: "\e93f";
}
.icon-media:before {
  content: "\e93e";
}
.icon-search03:before {
  content: "\e943";
}
.icon-search07:before {
  content: "\e945";
}
.icon-search08:before {
  content: "\e949";
}
.icon-query17:before {
  content: "\e94a";
}
.icon-query18:before {
  content: "\e941";
}
.icon-tag:before {
  content: "\e947";
  color: #f63;  
}
.icon-arrowRight:before {
  content: "\e948";
}
.icon-arrowLeft:before {
  content: "\e94b";
}
.icon-meeting01 .path1:before {
  content: "\e94c";
  color: #ff9064;
}
.icon-meeting01 .path2:before {
  content: "\e94d";
  color: #000;
  margin-left: -1em;
}
.icon-meeting02 .path1:before {
  content: "\e94e";
  color: #fff;
}
.icon-meeting02 .path2:before {
  content: "\e94f";
  color: #7d9fff;
  margin-left: -1em;
}
.icon-meeting02 .path3:before {
  content: "\e950";
  color: #000;
  margin-left: -1em;
}
.icon-meeting03 .path1:before {
  content: "\e953";
  color: #ff73c6;
}
.icon-meeting03 .path2:before {
  content: "\e954";
  color: #000;
  margin-left: -1em;
}
.icon-meeting04 .path1:before {
  content: "\e951";
  color: #7bffb0;
}
.icon-meeting04 .path2:before {
  content: "\e952";
  color: #000;
  margin-left: -1em;
}
.icon-meeting06:before {
  content: "\e956";
}
.icon-meeting05:before {
  content: "\e955";
}
@-webkit-keyframes sidle {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes sidle {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
[class^="page"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
header .header-content {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 77.5rem;
  height: 7rem;
  margin: 0 auto;
}


header .header-content .header-eq {
  height: 43.9375rem;
  -webkit-transform-origin: 88.5% -2%;
          transform-origin: 88.5% -2%;
}

header .header-content .header-eq ul {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 1.875rem;
}

header .header-content .header-eq ul li h6,
header .header-content .header-eq ul li p {
  font-size: 0.75rem;
  padding: 0 1.25rem;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}
header .header-content .header-eq ul li h6 {
  font-weight: bold;
}
header .header-content .header-eq ul li img {
  width: 13.25rem;
  height: 13.25rem;
  margin: 0 auto;
}



header .header-content nav ul li {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
header .header-content nav ul li:hover {
  font-weight: bold;
}
header .header-content nav ul li:hover a:hover {
  color: #1a1a1a;
}


header .header-content .header-search {
  position: relative;
  margin-top: 1.0938rem;
  width: 14.375rem;
}
header .header-content .header-search em {
  cursor: pointer;
  color: #fc6722;
  text-decoration: underline;
}
header .header-content .header-search span {
  position: absolute;
  cursor: pointer;
  font-size: 0.875rem;
  right: 0.9375rem;
  top: 0.4375rem;
  color: #9a9a9a;
}
header .header-content .header-search input {
  padding: 0 2.5rem 0 0.9375rem;
  width: 14.375rem;
  height: 1.75rem;
  border-radius: 1.75rem;
  background: #ebebeb;
  color: 0.5rem;
}
header .header-content .header-search input::-webkit-input-placeholder {
  color: #9a9a9a;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}


header .header-content .header-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .header-content .header-login li {
  cursor: pointer;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 2.8125rem;
  margin-left: 0.8125rem;
  color: #9a9a9a;
  border: 1px solid #9a9a9a;
}
header .header-content .header-login li:nth-child(1),
header .header-content .header-login li:nth-child(2) {
  font-size: 1.4375rem;
}
header .header-content .header-login li:hover {
  color: #fc6722 !important;
  border-color: #fc6722;
}

header .header-login li a{
	color: #9a9a9a;
}
header .header-login li a:hover{
	color: #fc6722 !important;
}


a:link {
  color: #1a1a1a;
}
a:hover {
  color: #fc6722;
}
hr {
  border: none;
}
hr.hr10 {
  width: 100%;
  height: 0.3125rem;
}
hr.hr20 {
  width: 100%;
  height: 0.625rem;
}

em.arr {
  position: absolute;
  display: block;
  left: 38.5rem;
  top: -0.4062rem;
  height: 1.5625rem;
  width: 2.1875rem;
  -webkit-transform: rotate(65deg) skewX(40deg);
          transform: rotate(65deg) skewX(40deg);
  background: #fff;
  -webkit-box-shadow: 0 0 0.625rem rgba(198,198,198,0.4);
          box-shadow: 0 0 0.625rem rgba(198,198,198,0.4);
  border-radius: 0.3125rem;
}
em.arr::before {
  content: '';
  -webkit-transform: rotate(12.5deg) skewX(-40deg);
          transform: rotate(12.5deg) skewX(-40deg);
  position: absolute;
  width: 3.4375rem;
  top: -0.3125rem;
  left: 0.3125rem;
  height: 3.4375rem;
  background: #fff;
}
hr.b-line {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  margin-top: -1px;
}

.title h2 {
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 1rem;
}

.title a.link {
  width: 10.5625rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  text-align: center;
  color: #fc6722;
  border: 1px solid #fc6722;
  border-radius: 0.3125rem;
}
.title span {
  color: #5383af;
  margin-left: 0.625rem;
}


.list li span a{
	color: #9a9a9a;
}
.list li span a:hover{
	color:#333;
}
.list li span {
  font-size: 0.75rem;
  color: #9a9a9a;
}

.title-list02{
	justify-content: flex-end;
}
.title-list02 li{
	margin-left:1.25rem !important;
	margin-right: 0 !important;
}


.content-about .about-list dl {
  margin-top: 2.5rem;
  padding: 0 2.5rem;
  text-align: center;
  line-height: 1.875rem;
  border-right: 1px solid #bdbaba;
}
.content-about .about-list dl:first-child{
	 padding-left: 0;
}
.content-about .about-list dl dt {
  font-size: 0.95rem !important;
  font-weight: bold;
  color:#1a1a1a;
}

.content-about .pro-list h2 {
  font-size: 1rem;
  font-weight: bold;
}
.content-about .pro-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.98rem;
}



.details-aside {
  position: fixed;
  z-index: 999;
  width: 3.125rem;
  top: calc(50% - 4.6875rem);
  left: calc((100% - 84.375rem) / 2);
}
.details-aside li {
  height: 4.0625rem;
  text-align: center;
}
.details-aside li:nth-child(2) {
  padding-top: 0.3125rem;
}
.details-aside li:nth-child(2) span {
  font-size: 1.5625rem;
}
.details-aside li:nth-child(3) span {
  font-size: 1.7188rem;
}
.details-aside span {
  font-size: 1.875rem;
}
.details-aside p {
  font-size: 0.6875rem;
  margin-top: 0.3125rem;
  text-align: center;
}
.swiper-content {
  overflow: hidden;
}
.plat-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.plat-star span {
  font-size: 0.9375rem;
  margin: 0 0.0625rem;
}
.plat-star span.icon-star {
  color: #fc6722;
}

.button {
  font-size: 0.9375rem;
  color: #fc6722;
  line-height: 2.1875rem;
  height: 2.5rem;
  border: 1px solid #fc6722;
  text-align: center;
  width: 100%;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
}
.number li {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fc6722;
}
.number li.active {
  background-color: #fc6722;
  color: #fff;
}
.number li span {
  color: #c6c6c6;
}
.number li:nth-child(1) span {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


p {
  text-align: justify;
  line-height: 1;
}
a {
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: rgba(0,0,0,0);
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1;
  font-weight: normal;
  font-style: normal;
}
nav,
ul li,
ol li {
  list-style: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: '01fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-v:before {
  content: "\E91B";
}
.icon-refresh:before {
  content: "\E91A";
}
.icon-back:before {
  content: "\E919";
}
.icon-share:before {
  content: "\E918";
}
.icon-right:before {
  content: "\E915";
}
.icon-star-empty:before {
  content: "\E916";
}
.icon-star:before {
  content: "\E917";
}
.icon-face:before {
  content: "\E90F";
}
.icon-home:before {
  content: "\E910";
}
.icon-top:before {
  content: "\E911";
}
.icon-message:before {
  content: "\E912";
}
.icon-hand:before {
  content: "\E913";
}
.icon-info:before {
  content: "\E914";
}
.icon-time:before {
  content: "\E90E";
}
.icon-arr:before {
  content: "\E903";
}
.icon-pro04:before {
  content: "\E904";
}
.icon-pro05:before {
  content: "\E905";
}
.icon-pro06:before {
  content: "\E906";
}
.icon-pro07:before {
  content: "\E907";
}
.icon-pro08:before {
  content: "\E908";
}
.icon-pro09:before {
  content: "\E909";
}
.icon-pro10:before {
  content: "\E90A";
}
.icon-pro03:before {
  content: "\E90B";
}
.icon-pro02:before {
  content: "\E90C";
}
.icon-pro01:before {
  content: "\E90D";
}
.icon-wechat:before {
  content: "\E900";
}
.icon-search:before {
  content: "\E901";
}
.icon-iphone:before {
  content: "\E902";
}
.icon-query09:before {
  content: "\E91D";
}
.icon-business11:before {
  content: "\e938";
}
.icon-hot:before {
  content: "\e942";
  color: #fc6722;
}
.icon-pay:before {
  content: "\e944";
  color: #fc6722;
}
.icon-king:before {
  content: "\e946";
  color: #fc6621;
}
@-webkit-keyframes sidle {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes sidle {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
[class^="page"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}



header .header-content {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 77.5rem;
  height: 7rem;
  margin: 0 auto;
}



header .header-content .header-eq {
  height: 43.9375rem;
  -webkit-transform-origin: 88.5% -2%;
          transform-origin: 88.5% -2%;
}

header .header-content .header-eq ul {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 1.875rem;
}

header .header-content .header-eq ul li h6,
header .header-content .header-eq ul li p {
  font-size: 0.75rem;
  padding: 0 1.25rem;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}
header .header-content .header-eq ul li h6 {
  font-weight: bold;
}
header .header-content .header-eq ul li img {
  width: 13.25rem;
  height: 13.25rem;
  margin: 0 auto;
}



header .header-content nav ul li {
  height: 100%;
}
header .header-content nav ul li:hover {
  font-weight: bold;
}
header .header-content nav ul li:hover a:hover {
  color: #1a1a1a;
}


header .header-content .header-search {
  position: relative;
  margin-top: 1.0938rem;
  width: 14.375rem;
}
header .header-content .header-search em {
  cursor: pointer;
  color: #fc6722;
  text-decoration: underline;
}
header .header-content .header-search span {
  position: absolute;
  cursor: pointer;
  font-size: 0.875rem;
  right: 0.9375rem;
  top: 0.4375rem;
  color: #9a9a9a;
}
header .header-content .header-search input {
  padding: 0 2.5rem 0 0.9375rem;
  width: 14.375rem;
  height: 1.75rem;
  border-radius: 1.75rem;
  background: #ebebeb;
  color: 0.5rem;
}
header .header-content .header-search input::-webkit-input-placeholder {
  color: #9a9a9a;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}




header .header-content .header-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .header-content .header-login li {
  cursor: pointer;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 2.8125rem;
  margin-left: 0.8125rem;
  color: #9a9a9a;
  border: 1px solid #9a9a9a;
}
header .header-content .header-login li:nth-child(1),
header .header-content .header-login li:nth-child(2) {
  font-size: 1.4375rem;
}
header .header-content .header-login li:hover {
  color: #fc6722;
  border-color: #fc6722;
}

a:link {
  color: #1a1a1a;
}
a:hover {
  color: #fc6722;
}
hr {
  border: none;
}
hr.hr10 {
  width: 100%;
  height: 0.3125rem;
}
hr.hr20 {
  width: 100%;
  height: 0.625rem;
}


hr.b-line {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  margin-top: -1px;
}

.title h2 {
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 1rem;
}

.title a.link {
  width: 10.5625rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  text-align: center;
  color: #fc6722;
  border: 1px solid #fc6722;
  border-radius: 0.3125rem;
}
.title span {
  color: #5383af;
  margin-left: 0.625rem;
}


.list li span {
  font-size: 0.75rem;
  color: #9a9a9a;
}

.title-list li {
  margin-right: 1.25rem;
  cursor: pointer;
}

.content-about .about-list dl dt {
  font-size: 0.97rem;
  font-weight: bold;
}
.content-about .about-list dl dd {
  font-size: 0.8125rem;
  cursor: pointer;
}
.content-about .about-list dl dd:hover {
  text-decoration: underline;
}
.content-about .pro-list {
  margin-top: 2.7rem;
  padding-left: 2.5rem;
}
.content-about .pro-list h2 {
  font-size: 1rem;
  font-weight: bold;
}

.content-about .pro-list ul li {
  cursor: pointer;
  margin-right: 2.44rem;
}
.content-about .pro-list ul li:last-child {
  margin: 0;
}
.content-about .pro-list ul li span {
  font-size: 3rem;
  color: #a0a0a0;
}
.content-about .pro-list ul li p {
  color:#7f7f7f;
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 1.25rem;
}
.content-about .pro-list ul li p:hover {
  text-decoration: underline;
}


.banner-gg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5.3125rem;
  width:1240px;
}
.banner-gg a:first-child {
  width: 57.9375rem;
}
.banner-gg a:last-child {
  width: 18.8125rem;
}
.details-aside {
  position: fixed;
  z-index: 999;
  width: 3.125rem;
  top: calc(50% - 4.6875rem);
  left: calc((100% - 84.375rem) / 2);
}
.details-aside li {
  height: 4.0625rem;
  text-align: center;
}
.details-aside li:nth-child(2) {
  padding-top: 0.3125rem;
}
.details-aside li:nth-child(2) span {
  font-size: 1.5625rem;
}
.details-aside li:nth-child(3) span {
  font-size: 1.7188rem;
}
.details-aside span {
  font-size: 1.875rem;
}
.details-aside p {
  font-size: 0.6875rem;
  margin-top: 0.3125rem;
  text-align: center;
}
.swiper-content {
  overflow: hidden;
}
.plat-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.plat-star span {
  font-size: 0.9375rem;
  margin: 0 0.0625rem;
}
.plat-star span.icon-star {
  color: #fc6722;
}

.button {
  font-size: 0.9375rem;
  color: #fc6722;
  line-height: 2.1875rem;
  height: 2.5rem;
  border: 1px solid #fc6722;
  text-align: center;
  width: 100%;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
}
.number li {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fc6722;
}
.number li.active {
  background-color: #fc6722;
  color: #fff;
}
.number li span {
  color: #c6c6c6;
}
.number li:nth-child(1) span {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header hgroup {
  width: 68.75rem;
  height: 7.0313rem;
  position: relative;
  display: -webkit-box;
/*   display: -webkit-flex; */
  display: -ms-flexbox;
 /*  display: flex;  */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
header hgroup img {
  margin: auto;
  width: 16.4rem;
  height: 3.2rem;
}
header hgroup span {
  font-size: 1.0938rem;
  font-weight: bold;
  position: absolute;
  left: 0;
}
header hgroup span:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding-right: 0.7813rem;
  margin-right: 0.625rem;
  font-size: 1.875rem;
  display: inline-block;
}
.login-box {
  width: 50rem;
  padding: 1.5625rem 5.1875rem;
  margin: 0 auto;
  background-color: #fff;
}
.login-box ul {
  margin-top: 1.25rem;
  display: none;
}
.login-box ul li {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.login-box ul li section {
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  color: #737373;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.3125rem;
}
.login-box ul li span.code {
  position: absolute;
  height: 2.875rem;
  width: 10.625rem;
  border: 2px solid #fc6722;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fc6722;
  text-align: center;
  line-height: 2.75rem;
  right: 1.25rem;
  top: 1.0625rem;
  cursor: pointer;
}
.login-box ul li h2 {
  font-size: 1.125rem;
  padding-bottom: 0.625rem;
  width: 100%;
  text-align: center;
}
.login-box ul li h2.register-title {
  color: #a5a5a5;
}
.login-box ul li h2.register-title span {
  cursor: pointer;
  padding-bottom: 0.3125rem;
  margin: 0 0.625rem;
}
.login-box ul li h2.register-title span.active {
  color: #1a1a1a;
  border-bottom: 2px solid #fc6722;
}
.login-box ul li input {
  height: 5rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.3125rem;
  padding: 1.25rem;
  width: 100%;
  font-size: 1.125rem;
}
.login-box ul li input[type="checkbox"] {
  border: none;
  height: auto;
  width: auto;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  margin-right: 0.3125rem;
}
.login-box ul li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.8125rem;
  color: #737373;
}
.login-box ul li a {
  font-size: 0.75rem;
  color: #fc6722;
}
.login-box ul li .button-login,
.login-box ul li .button-register {
  line-height: 5rem;
  width: 100%;
  font-size: 1.375rem;
  color: #fff;
  background-color: #fc6722;
  border-radius: 0.3125rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.login-box ul li .button-register {
  background-color: transparent;
  border: 1px solid #fc6722;
  color: #fc6722;
}
.login-box ul li h3 {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  margin-top: 1.5625rem;
}
.login-box ul li h3 a {
  font-size: 1.125rem;
}
.login-box ul li h3 p {
  text-align: center;
  margin-bottom: 1.5625rem;
}
.login-box ul li h3 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto;
  font-size: 1.875rem;
  padding: 0.625rem;
  color: #56cf56;
  border: 1px solid #56cf56;
  border-radius: 50%;
}
footer {
  font-size: 0.8125rem;
  color: #7f7f7f;
  text-align: center;
}
.error{
	/* border:1px solid red !important; */
}
.error_msg{
	display:flex;
	color:red;
	margin-bottom:1rem;
}
.loading{
	width:100%;
	text-align:center;
	display: block;
}
.loading img{
	width:1rem;
	height:1rem;
	margin:0 auto;
	
}
#login img{
	border-radius: 50% !important;
	height:45px !important;
	width:45px !important;
}
#login-menu{
	border:none !important;
	margin-left:0;
}
b.colorfc {
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: -17px;    
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,0%);
    display: block;
    background: #fc7921;
}
i.upbtni {
    width: 14px;
    height: 10px; 
    top: 0;  
    cursor: pointer;
    font-size: 12px;
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.login-menu-down{
	
}
.loginlist {
    min-width: 98px!important;
    height: 180px;
    position: absolute;
    top: 82px;
    right: 0;
    background: #fff;
    z-index: 999;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 2px solid rgba(222,236,246,0.8);
    display:none;
    
}
.loginlist a.loginli {
    min-width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666 !important;
    padding-left: 16px !important;
    padding-right: 0px !important;
    display: block;
}
.bianhao {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #fed0bc;
    background: #fc7921;
    margin: 7px;
    text-align: center;
    float: left;
    border-radius:50%;
}
.bhaodiv {
    width: auto;
    height: 30px;
    line-height: 25px;
    font-size: 12px;
    color: #666 !important;
    float:left;
}
#div_validate{
	width:634px !important;
}
.icon-hand,.icon-message{
	cursor: pointer;
}
.comment-reply-btn{
	color:#fff !important;
}
.comment-cancel-btn{
	color:#000 !important;
}
.comment-v{
	float:right !important;
	margin-top:-2px;
}
.comment-title{
	float:left;
}
.comment-author{
	/* margin-top:2px; */
}
.comment-reply{
	float:left;
	margin-right:5px;
}
hr.bottom-hr{	
    width: 100%;
	margin: 20px 0 !important;
	display:block;
	unicode-bidi:isolate;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:auto;
	margin-inline-end:auto;
	overflow:hidden;
	border-style:inset;
	border-width:1px;
	float: left;
}
.promotion-content-bottom{
	white-space: normal;
	text-align: left;
}
.article-top-img{
	margin:0 auto !important;	
	margin-bottom:1rem !important;
	text-align: center;
}
.article-top-img img{
	margin-top:0 !important;
}
.show_popover_layer{
	color: #fc6722 !important;
}
.banner-gg img{
	object-fit:fill !important;
}
/*杞挱*/
 .detials-left .swiper-wrapper,.details-other .swiper-wrapper{
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
}
.detials-left .swiper-wrapper .swiper-slide,.details-other .swiper-wrapper .swiper-slide{
	    min-width: 100%;
}
.detials-left .swiper-container-horizontal,.details-other .swiper-container-horizontal{	
	    overflow: hidden;
} 
.details-other-fast{
	width: 18.8125rem;
}

#add_more_list{
	width:100%;
	margin-bottom: 1.5rem;
}
.loading-over{
	color:#b0b0b0;
    text-align: center !important;
    margin: 20px;
}

/* 鑱旀兂杈撳叆*/
.result_view {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  width: calc(100% + 220px);
  z-index: 20;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
  box-shadow: 0 2px 4px #ddd;
}

.result_title {
  margin: 0 10px !important;
  line-height: 30px;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
  color: #8590a6;
}

.result_view .result_list:first-child .result_title {
  padding-top: 10px;
}

.result_item {
  padding: 10px 12px;
  font-size: 12px;
  cursor: pointer;
}

.result_item:hover {
  background-color: rgba(236, 242, 249, 0.7);
}

.result_item a:hover {
  color: inherit;
}

.result_org_img {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 40px;
  border: 1px solid #ddd;
}

.result_org_name {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 14px;
}
/* 鍒嗛〉 */
.page{
	display: flex !important;
    position: relative !important; 
    height: 5rem !important;
    flex-flow: row !important;
}
.page ul {
	display: flex !important;
	 flex-flow: row !important;
	 justify-content: center;
}
.pagination>.active>a{
	background-color:#fc6722 !important;
	border-color: #fc6722 !important;
	color:#fff !important;
}
.pagination>li>a{
	color: #333 !important;
}
.detials-w100{
	width:100% !important;
}
/* 浼氳璇︽儏 */
.banner {
 
    position: relative;
}
.nav0list {
    width: 100%;
    height: 40px;
    background: rgba(102,102,102,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}
.nav0list li {  
	text-align: center;
    height: 40px;
    float: left;
}
.nav0list li:hover{
	background: #fc6722;
}
.nav3list li {
    width: 16.66% !important;
}
.nav0list li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.nav0list li.bg {
    background: #fc6722;
}
.tran {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.summary {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    margin-top: 30px;
    background: #fff;
    padding-top: 1px;
}
.sumtit {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ddd;
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
span.tit0 {
    width: 120px;
    height: 41px;
    line-height: 41px;
    border-bottom: 2px solid #fc6722;
    text-align: center;
    display: block;
    color: #fc6722;
    font-size: 16px;
}
.sumcont {
    width: auto;
    height: auto;
    margin: 20px;
    overflow: hidden;
}
.sumleft {
    width: 675px;
    height: auto;
    overflow: hidden;
}
.sumright, .sumright img {
    width: 430px;
    height: 255px;
    overflow: hidden;
}
.sumleft p, .sumleft span {
    width: 675px;   
    color: #666;
    overflow: hidden;
    margin: 0;
    display: block;
}
.activity-txt {
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    word-break: break-all;
}
.activity-txt p{
	line-height: 20px;
}
.sumcont1 {
    width: auto;
    height: auto;
    margin: 30px 20px;
    overflow: hidden;
}
.rchlist {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-left: 50px;
    position: relative;
    margin-bottom: 0;
}
.rchlist li {
    min-height: 44px;
}
.timebox {
    width: 125px;
    height: 52px;
}
.timebox p {
    width: 125px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: url(../../images/v5/niding.png) no-repeat;
    margin: 5px 0;
}
.timecont {
    width: 882px;
    height: auto;
    line-height: 42px;
    border: 1px solid #e5e5e5;
    padding-left: 40px;
    font-size: 14px;
    color: #666;   
    margin-left: 20px;
    margin-bottom: 5px;
}
.bmleft {
    width: 530px;
    height: auto;
    margin-bottom: 0;
}
.bmleft li {
    width: 530px;
    height: auto;
    float:left;
    padding: 10px 0 15px;
}	
.bmp {
    width: 100px;
    height: 42px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: url(../../images/bmbg.png) no-repeat;
    margin-bottom: 0;
}
.bmspan {
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #48525e;
    margin-left: 20px;
}
.bmright {
    width: 570px;
    height: 310px;
    overflow: hidden;
}
.zuzhbox {
    width: auto;
    height: auto;
}
.zuzhright {
    width: auto;
    height: auto;
    margin-left: 20px;
}
.xueshu, .shouxi, .meiti {
    width: auto;
    height: auto;
    overflow: hidden;
}
.radius20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.zuzhcont {
    width: auto;
    height: auto;
    padding: 20px 0 30px;
}
.zuzhcont .activity-txt img{
	width:auto !important;
}
.activity-txt {
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    word-break: break-all;
}
.xueshu, .shouxi, .meiti {
    width: auto;
    height: auto;
    overflow: hidden;
}
.zuzhtit {
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fc6722;
    font-size: 14px;
    border: 1px solid #fc6722;
    text-align: center;
    overflow: hidden;
}
.shangwu {
    width: 422px;
    height: auto;
    margin: 0 72px 30px 66px;
}
.shwu {
    width: auto;
    height: auto;
    margin-top: 20px;
}
.shwubg {
    width: 312px;
    height: 100px;
    background: url(../../images/v5/hezuo.png) no-repeat;
}
.shwubg p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}
.shwubg span {
    font-size: 14px;
    color: #666;
}
.shwubg p, .shwubg span {
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    margin-left: 20px;
    display: block;
}
.ewmbox {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.ewmbox img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.pastlist {
    width: auto;
    height: auto;
    overflow: hidden;
}
.pastlist li {
    width: 267px;
    height: auto;
    overflow: hidden;
    margin: 0 35px 20px 0;
    float: left;
}
.pastlist li a {
    width: 267px;
    height: 306px;
    overflow: hidden;
}
.pastbox {
    width: auto;
    height: auto;
    border: 3px solid #ffd7c4;
    border-top: 0;
    padding: 10px;
   
}
p.pastp {
    width: auto;   
    line-height: 20px;
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    margin-top: 5px;
}
.timediv {
    width: auto;   
    line-height: 24px;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}
.timediv span {
    width: auto;
    height: 24px;
    margin-right: 20px;
}
.pastimg img {
    width: 267px;
    height: 158px;
    max-height: 214px;
    overflow: hidden;
    object-fit: initial;
}

.rchlist-title {
    text-align: center; 
    color: #666;
    background-color: #fff;
    float: left;
    height:50px;
    margin-top: -8px;
    width: 100%; 
    line-height:50px;
    position: relative;
    z-index:1;
}
.timeline {
    width: 2px;
    height: 50px;
    background: #fc6722;
    display: block;
    position: absolute;   
    left: 145px;
    }
.marbot{
	float:left;
}
.icon-share{
	cursor: pointer;
}
.guestlist {
    width: auto;
    height: auto;
    overflow: hidden;
}
.guestlist li {
    width: 267px;
    height: 180px;
    overflow: hidden;
    margin: 0 35px 37px 0;
    float: left;
    position: relative;
}
.guestlist li img {
    width: 267px;
    height: 180px;
    overflow: hidden;
}
.guestname {
    width: 267px;
    height: 35px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
}
.guestname p {
    font-size: 16px;
}
.guestname p, .guestname span {
    width: auto;
    line-height: 35px;
    color: #fff;
}
.guestname span {
    width: 160px;
    font-size: 12px;
    padding-left: 10px;
    overflow: hidden;
}
.sumcont0 {
    width: auto;
    height: auto;
    margin: 20px 0 0 30px;
    overflow: hidden;
}
a.opaca {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.opacdiv p {
    height: 24px;
    font-size: 16px;
    margin-top: 56px;
}
.opacdiv span {
    font-size: 14px;
}
.opacdiv p, .opacdiv span {
    width: auto;
    line-height: 24px;
    color: #fff;
    display: block;
    text-align: center;
}
.opacdiv {
    width: 247px;
    height: 160px;
    border: 1px solid #fff;
    margin: 10px;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.details-content .detials-left select::-ms-expand {
	display: none;  
}

/* 棣栭〉杞挱骞垮憡鏍峰紡 */
.left-top {
	width: 927px;
	height: 85px;
	overflow: hidden;
}

.left-top-box {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.left-top a {
	display: block;
}

#username-error{
	display:block;
	margin-top:-5px;
	padding-right: 3rem;
}
#password-error{
	display:block;
	margin-top:-5px;
	padding-right: 3rem;
}

.content .content-special .content-wapper .special-swiper > ul > li li span,.other-content .other-c li span,.other-special .other-content li span{
  width: 2.6rem !important;
  line-height: 1.1rem !important;
  text-align: center; 
  padding: 0 0.2rem;
  border: 1px solid #727272;
  margin-right: 0.1563rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.detials-left .news-list dl dd h2 {
  font-size: 1rem !important;   
  padding-bottom: 0.625rem;
  line-height: 1.25rem;
}
.detials-left .news-list dl dd h3 a {
  font-size: 0.75rem;
  float: left;
  border: 1px solid #737373;
  border-radius: 0.1563rem;
  padding: 0.1rem 0.4688rem;
  margin-top: 0.2rem;
  margin-right: 0.625rem;
  color: #737373;
}

.detials-left .news-list dl dd h3 a:hover {
  border: 1px solid #fc6722;
   color: #fc6722;
}

.attention_pop_btn_color{
	color:#fc6722 !important;
}
.attention_pop_btn:hover{
	 border: 1px solid #fc6722 !important;
	background-color:#fc6722 !important;
}
.platform-info-img{
	width: 9.375rem !important;
    height: 5.5938rem !important;
}
/* 缃戝弸鍗拌薄 */
.edit_impression{
	width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}
.labels-warp {
    width: 100%;
}
.labels-warp span.label {
    position: relative;
    padding: 6px 8px 6px 22px;
    margin: 0 4px 4px 0;
    float: left;
    color: #444;
    font-size: 14px;
}
.labels-warp input[type="checkbox"] {
    position: absolute;
    z-index: 12;
    left: 5px;
    top: 7px;
    top: 6px\9;
    cursor: pointer;
    float: left;
}
.labels-warp span.label {
    position: relative;
    padding: 6px 8px 6px 22px;
    margin: 0 4px 4px 0;
    float: left;
    color: #444;
    font-size: 14px;
}
.labels-warp .system {
    background: #D9EDF7;
}
.labels-warp .label {
    cursor: pointer;
}
.add_custom_label {
    float: left;
    position: relative;
    width: 150px;
    height: 24px;
    font-size: 12px;
}
.add_custom_label .fore1 {
    padding: 6px 8px;
    margin: 0 4px 4px 0;
    background: #5CB85C;
    color: #fff;
    font-size: 75%;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    line-height: 1;
    display: inline-block;
    float: left;
    font-size: 14px;
    cursor: pointer;
}
.add_custom_label .fore2 {
    position: absolute;
    display: none;
    width: 155px;
}
.labels-warp .custom.active {
    background: #5CB85C;
    color: #fff;
}
.labels-warp .custom.active {
    background: #5CB85C;
    color: #fff;
}
input[type="text"].custom_input {
    width: 80px;
    height: 26px;
    border:1px solid #eaeaea;
}
.add_custom_label .fore2 a {
    padding: 3px 4px;
    background: #eee;
}
.labels-warp .label span{
	font-size: 12px !important;
}
.tooltip .content{
	width:auto !important;
}
.yx1 {
    color: #48525e !important;
    border: 1px solid #48525e !important;
}
.yx2 {
    color: #147abe !important;
    border: 1px solid #147abe !important;
}
.yx3 {
    color: #fd7923 !important;
    border: 1px solid #fd7923 !important;
}
.yx4 {
    color: #b7c506 !important;
    border: 1px solid #b7c506 !important;
}
.details-list-fr{
	float:right;
}
.tagSingle-style{
	cursor: pointer;
}
.comment-code-text{
	background: #eaeaeb !important;
	border-radius: 0.3125rem;
	padding:0 0.9375rem;
	margin-right: 0.2rem;
	height: 2rem;
	margin-top: 0.2rem;
}
.comment-code-img{
	position:inherit !important;
}
.platform-error-email{
	width:100%;
	display: block;
	text-align:center;
	line-height: 0.5rem;
}
.platform-error-email span{
	color:#fc6722;
}
.empty{
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 1rem;
}
.search-empty{
	display: inline;
}
.abutton{
	color:blue !important;
}
.flash_tips{
	border: 1px solid #ccc;
    background: #f1f1f1;
    font-size: 14px;
    padding-left: 10px;
    line-height: 35px;
}
.dx_captcha_basic_two-step{
	z-index:11003 !important;
}
.dx_captcha_basic_overlay{
	z-index:11002 !important;
}

.tank-r-bottom ul li img{	
	width:126px !important;
	height:160px !important;
}
header.fixed .new-icon img{
	top:35px !important;
}
.imgTag{
	width:auto;
	height:21px;
	position: absolute;
	top:0;
	left:0;
	z-index:6;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-align: center;
	line-height: 19px;
	background-color:#000;
	padding: 0 0.5rem;	
}
.imgTag-bg-style{	
	color:#fff !important;
	position: relative;
	background-color:#fc6722;
	margin-right:0.5rem;
	padding: 0.16rem 0.5rem;
	padding-top: 0.15rem;
}

.flex{display:flex;justify-content: space-between;width: 100%;}
.flex-column{display:flex; flex-flow: column; justify-content: space-between;width: 100%;}
/* 澶撮儴 瀵艰埅寮€濮?/
.top {position:relative;z-index:9;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:2.5rem;margin:0 auto;background-color:#303030;}
header.fixed {height:8.1563rem !important;}
.topGroup {width:77.5rem;margin:0 auto;height:2.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;}
.top-left,.top-left a,.top-right,.top-right ul li a {color:#fff;}
.top-right ul li {margin:0 1rem;}
.top-right ul li:last-child{margin-right:0;}
header .header-content .header-login li {font-size:0.75rem !important;}
.top-report-syle {margin-right:5rem !important;}
.top-data-style {margin-right:7rem !important;}
header .header-content #headerEq {top:0.875rem !important;}
header .header-content .header-eq em.arr {left:79% !important;}
header .header-content #headerAlert {top:7rem !important;}
header .header-content nav {flex:1;}
header .header-content .header-search {margin-right:1rem;}
header .header-content nav {margin-left:3rem !important;}
/* 澶撮儴瀵艰埅缁撴潫 */