/**
* 滚动条 start
*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #bbb;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/**
* 滚动条 end
*/

table {
max-width:100%;
}

input {
outline: unset;
background: none;
border: none;
margin: 0;
padding: 0;
}

a:hover {
text-decoration: none;
}

p {
margin-bottom: 0;
}

video{
max-width:100%;
}

ul {
margin-bottom: 0;
}

ul{
list-style: none;
}

.postmeta {text-align:center;border-bottom:1px dashed #dfdfdf;padding-bottom:1.4%;margin-bottom:4%;font-size:0;line-height:normal;}
.postmeta span {margin:0 15px;font-size:14px;color:#999;display:inline-block;}

.characteristic {
margin-top: 20px;
padding: 20px;
background-color: #ffffff;
box-shadow: 0px 2px 10px 0px #d2d2d2;
border-radius: 4px;
}

.stage-title-box {
border-bottom: 1px solid #dc6c4e;
}

.stage-title-box .more {
font-size: 14px;
color: #858585;

}

.stage-title {
width: 131px;
height: 35px;
padding-left: 25px;
line-height: 35px;
color: #fff;
background: url(../images/title-bg.png) no-repeat;
}

.new-list {
display: none;
padding-left: 20px;
list-style-image: url(../images/ul-icon.png);
}

.new-list.active {
display: block;
}

.new-list-item {
margin-top: 20px;
line-height: 21px;
}

.new-list-item a {
font-size: 18px;
color: #262626;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.new-list-item a:hover {
color: #bf0202;
}


.container {
width: 1340px;
max-width: 1340px;
padding: 0;
margin: 0 auto;
}

.flex {
display: flex;
}

.column {
flex-direction: column;
}

.flex-items-center {
align-items: center;
}

.justify-between {
justify-content: space-between;
}

.more {
font-size: 14px;
color: #858585;
}



.header {
width: 100%;
height: 300px;
background: url(/images/header-bg.png) center center no-repeat;
/* background-position: -10px 40px;
 background-size: 100% 100%; */
position: relative;
}

.header-top {
position: relative;
z-index: 5;
padding: 9px 0;
width: 100%;
color: #fff;
font-size: 14px;
line-height: 16px;
background-color: #9a0e0e;
}

.search {
display: inline-block;
margin-right: 10px;
}

.search .text {
color: #333;
max-width: 120px;
background-color: #fff;
padding: 3px 6px;
box-sizing: unset;
}

.search .button {
margin-left: 10px;
color: #fff;
cursor: pointer;
}

.header-top .line {
display: inline-block;
width: 1px;
height: 17px;
background: rgba(255, 255, 255, .42);
vertical-align: middle;
}

.language {
display: inline-block;
margin-left: 10px;
background: url(../images/wza.png) no-repeat left center;
background-size: 18px;
padding-left: 27px;
}

.h5-header {
display: none;
}

.header-swiper {
position: relative;
}

.swiper-img {
width: 455px;
height: 190px;
}


.swiper-img img {
width: 100%;
height: 100%;
}


.swiper-text img {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}


.menu {
margin-top: -1px;
padding: 0 75px;
font-size: 22px;
}

.menu-item {
position: relative;
display: block;
width: calc(100% / 8);
text-align: center;
cursor: pointer;
color: #fff;
}

.menu-item a {
display: block;
color: #fff;
line-height: 68px;
}

.menu-item.active {
background: url(/images/menu-bg.png) no-repeat;
background-position: 0 2px;
background-size: 100% 100%;
}

.menu-item.active a{
color: #fce160;
text-shadow: 0 1px 5px rgba(121, 1, 1, .5);
font-weight: bold;
}

.menu-item:hover {
color: #fce160;
text-shadow: 0 1px 5px rgba(121, 1, 1, .5);
background: url(/images/menu-bg.png) no-repeat;
background-position: 0 2px;
background-size: 100% 100%;
}

.menu-item:hover a{
color: #fce160;
text-shadow: 0 1px 5px rgba(121, 1, 1, .5);
}

.menu-item:hover .submenu-item {
opacity: 1;
visibility: visible;
-webkit-transform: perspective(100px) rotateX(0deg);
-ms-transform: perspective(100px) rotateX(0deg);
transform: perspective(100px) rotateX(0deg);
}

.menu-item:hover a {
font-weight: bold;
}

.menu-item:hover .submenu {
visibility: visible;
}

.submenu {
position: absolute;
z-index: 999;
width: 100%;
font-size: 16px;
visibility: hidden;
}

.submenu-item {
display: block;
color: #fff;
background: rgba(210, 0, 0, 0.8);
transition: 0.3s ease;
-webkit-transform: perspective(100px) rotateX(-90deg);
-ms-transform: perspective(100px) rotateX(-90deg);
transform: perspective(100px) rotateX(-90deg);
-webkit-transform-origin: center top 0;
-ms-transform-origin: center top 0;
transform-origin: center top 0;
transition-delay: 0s;
visibility: hidden;
}

.submenu-item:hover {
background: #f70000;
}

.submenu-item a {
line-height: 1.5;
padding: 10px;
}

/* 页尾 */
.footer {
margin-top: 30px;
}

.wave-box {
position: relative;
height: 100px;
padding-top: 40px;
}

.wave-list-box {
float: left;
margin-top: 40px;
}

.wave-list-box ul {
padding-left: 0;
float: left;
height: 60px;
overflow: hidden;
zoom: 1
}

.wave-list-box ul li {
height: 60px;
width: 100%;
float: left;
line-height: 30px;
list-style: none
}

.wave-item-box {
overflow: hidden;
width: 100%;
position: absolute;
left: 0;
top: 0
}

.wave-item {
width: 8000%;
height: 60px
}

.footer-content {
padding-top: 10px;
background-color: #a50000;
}

.footer-menu {
flex: 1;
margin-left: 50px;
color: #fff;
}

.footer-menu-item {
font-size: 20px;
color: #fff;
}

.footer-menu-item:hover {
color: #fff;
}

.footer-logo {
width: 500px;
}

.footer-logo img {
width: 100%;
}

.related {
margin-top: 20px;
}

.related-link-box {
width: 55%;
}

.related-link-tab {
font-size: 22px;
color: #fff;
cursor: pointer;
}

.related-link-tab.active,.related-link-item a:hover {
position: relative;
color: #f7dc5b;
font-weight: bold;
}

.related-link-tab.active::after {
position: absolute;
bottom: -5px;
content: '';
display: block;
width: 100%;
height: 2px;
background-color: #f7dc5b;
}

.related-link-tab+.related-link-tab {
margin-left: 60px;
}

.related-link-list {
margin-top: 24px;
}

.related-link-item {
height: 130px;
overflow-y:auto;
display: none;
white-space: wrap;
}

.related-link-item.active {
display: block;
}

.related-link-item a {
margin: 0 3px;
margin-right: 10px;
display: inline-block;
font-size: 18px;
color: #fff;
}

.code-tips {
font-size: 14px;
color: #fff;
text-align: center;
}

.footer .line {
margin-top: 15px;
width: 100%;
height: 1px;
background-color: #e5e5e5;
opacity: 0.25;
}

.footer-other-info {
padding: 10px 0;
text-align: center;
color: #fff;
}

.filings {
margin-top: 5px;
}
.filings a{
color:#fff
}  


.inner {
width: 1300px;
margin: 0 auto;
}

/* 友情链接 */
  .footer-link {
    margin-top: 20px;
    color: #fff;
    /* font-size: 14px; */
  }

  .footer-link a {
    margin-right: 52px;
    display: inline-block;
    color: #fff;
  }

  .footer-link a:hover {
    color: #fceb60;
  }

  .friendship-link {
    margin-right: 10px;
    /* width: 20px; */
    white-space: nowrap;
    color: #fceb60;
  }

  .footer-line {
    margin: 0 10px;
    width: 2px;
    height: 58px;
    background-color: #fceb60;
  }

  .footer-other-link {
    width: 95%;
    height: 25px;
    overflow: hidden;
  }

  .footer-other-link.active{
    height: auto;
    overflow: unset;
  }

  .link-more {
    cursor: pointer;
    white-space: nowrap;
  }


  .link-more span{
    display: inline-block;
    transform: rotate(90deg);
  }

  
  .link-more.active span{
    transform: rotate(-90deg);
  }

  .footer-other {
    margin-top: 10px;
  }

/* 友情链接end */

.return {
	/*position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;*/
	cursor: pointer;
	z-index: 99;
}

.return__icon {
	width: 55px;
	height: 55px;
}
.return__title {
	margin-top: 10px;
	color: #a6a6a6;
}

.to-top {
    display:none;
    position: fixed;
    right: 30px;
    bottom: 150px;
    z-index: 5;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.to-top  img{
  width:100%;
}

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

.inner {
  width: 93.75%;
}


.container {
  width: 97%;
  max-width: 97%;
}

.header {
  background: #d80d0b;
  height: 150px;
}

.h5-header {
  position: relative;
  margin-top: 10px;
  display: block;
}

.nav-btn {
  width: 25px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.nav-btn span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
}

.nav-btn span:before,
.nav-btn span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all .3s;
}

.nav-btn span:before {
  bottom: -8px;
}

.nav-btn span:after {
  top: -8px;
}

.nav-btn.open span {
  height: 0;
}

.nav-btn.open span:before {
  transform: rotate(45deg);
  bottom: -2px;
}

.nav-btn.open span:after {
  transform: rotate(-45deg);
  top: 0;
}

.nav {
  position: fixed;
  top: 0;
  left: -201px;
  background-color: rgba(154, 14, 14, .8);
  height: 100%;
  width: 200px;
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: left .3s;
  z-index: 8;
  border-left: 1px solid #9a0e0e;
}

.nav.open {
  left: 0;
}

.nav ul {
  padding:  0;
}

.nav li {
  position: relative;
  float: none;
  width: auto;
  line-height: normal;
  text-align: left;
}

.nav li a {
  padding: 12px 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  display: block;
}

.nav li.cur>a {
  color: #fff;
}

.nav li em {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 45px;
  z-index: 9;
  display: block;
  cursor: pointer;
}

.nav li em:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6.5px 0 0 -6.5px;
  transition: all .3s;
}

.nav li em.open:after {
  transform: rotate(-135deg);
  margin-top: 0;
}

.nav li ul {
  background-color: transparent;
  width: auto;
  position: static;
  left: auto;
  top: auto;
  border: none;
  display: none;
}

.nav li li a {
  padding: 12px 2em 12px 3em;
}

.nav li.cur>a,
.nav li.on>a {
  color: #9a0e0e;
}

.nav li.cur>a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: #9a0e0e;
}

.nav li:hover>a::after {
  display: none;
}

.h5-header img {
  width: 80%;
}

.header-top>div {
  flex-wrap: wrap;
}

.header-top>div>div+div {
  margin-top: 10px;
}

.menu {
  display: none;
}

.header-swiper {
  display: none;
}


.footer-top {
  flex-wrap: wrap;
}

.footer-menu {
  margin-left: 0;
  flex-wrap: wrap;
  white-space: nowrap;
  justify-content: flex-start;
}

.footer-menu-item {
  margin-right: 10px;
  font-size: 17px;
}

.related {
  flex-wrap: wrap;
}

.related-link-box {
  width: 100%;
}

.code-box {
  width: 100%;
  text-align: center;
}

.related-link-tab {
  font-size: 14px;
}

.related-link-item {
  min-height: 216px;
}

.related-link-item a {
  font-size: 12px;
}

.footer-other-info {
  font-size: 14px;
}

.related-link-tab+.related-link-tab {
  margin-left: 5px;
}

.other-info-top {
  flex-wrap: wrap;
}


}































