@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family: "PingFangSC-Regular,Microsoft YaHei"
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

@font-face {
  font-family: "DINAlternate-Bold";
  src: url('../fonts/din alternate bold.ttf');
}

.container {
  background: #f5f5f5;
  min-height: 100%;
  box-sizing: border-box;
}
.content{
  height: auto!important;
  padding-bottom:1rem;
}
@media screen and (max-width: 1023px){
  
.content{
  padding-bottom:0;
}
}

header {
  width: 100%;
  height: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 0.5rem;
  background: #f5f5f5;
  z-index: 100;
}

.header_box {
  width: 16rem;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background: #fff;
  padding: 0 0.5rem;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 0.12rem 0.12rem 0 0;
}

.header>img {
  width: 0.18rem;
  height: 0.16rem;
  display: none;
}

.header a {
  display: flex;
}

.header a>img {
 /* width: 0.89rem;*/
  height: 0.5rem;
}

.header .operationLogo img {
  width: 1.55rem;
  height: 0.55rem;
}

.nav a {
  font-size: 0.18rem;
  color: #666666;
}

.nav a:hover {
  color: #000
}

.nav a img {
  display: none;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 7.17rem;
}

.app {
  display: none;
}

.nav .router-link-active {
  color: #000000 !important;
}

@media screen and (max-width: 1600px) {
  .header_box {
    width: 14rem
  }
}

@media screen and (max-width: 1400px) {
  .header_box {
    width: 12rem
  }
}

@media screen and (max-width: 1200px) {
  .header_box {
    width: 10rem
  }
}

@media screen and (max-width: 1023px) {
  .container {
    background: unset;
    height: auto !important;
  }

  header {
    width: 100%;
    height: 0.6rem;
    padding: 0;
  }

  .header_box {
    width: 100%;
    height: 0.6rem;
    border-radius: 0;
    top: 0;
    left: 0;
    display: block;
    padding: 0;
    box-sizing: border-box;
  }

  .header {
    width: 100%;
    height: 0.6rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .header>img {
    display: block;
  }

  .header a>img {
   /* width: 0.53rem;*/
    height: 0.4rem;
  }

  .header .operationLogo img {
    width: 0.93rem;
    height: 0.3rem;
  }

  .nav {
    display: none;
    background: #fff;
    width:100%
  }

  .appNav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    display: none;
    z-index: 99;
    padding-top: 0.6rem;
    overflow: scroll;
    box-sizing: border-box;
  }

  .nav a {
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 90%;
    height: 0.6rem;
    margin: 0 auto;
    font-size: 0.16rem;
    color: #333333;
  }

  .nav a img {
    display: block;
    width: 0.065rem;
    height: 0.125rem;
    margin-right: 0.08rem;
  }

  .app {
    display: block;
  }
}



.title {
  margin-top: 0.6rem;
}

.title h1 {
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #000000;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.12rem;
}

.title p {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.32rem;
  text-align: center;
}

.content {
  box-shadow: 0 0.24rem 0.24rem 0 rgb(0 0 0 / 5%);
}

.other_title {
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #000000;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 1200px) {
  .title {
    width: 10rem;
    margin: 0.6rem auto 0;
  }
}

@media screen and (max-width: 1023px) {

  
  .title {
    width: 100%;
    padding: 0 0.48rem;
    box-sizing: border-box;
  }

  .title h1 {
    margin-bottom: 0.2rem;
  }

  .title span {
    display: block;
    /* font-size: 0.24rem;
    line-height: 0.4rem; */
  }

  .title .app_none {
    display: none;
  }

  .other_title {
    font-weight: 600;
  }

  .content {
    box-shadow: none;
  }
}

@media screen and (max-width:668px) {
  .title {
    padding: 0.16rem;
    margin-top: 0.1rem;
  }

  .title h1 {
    font-size: .35rem;
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
  }

  .title span {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
}


footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 16rem;
  margin: 0.7rem auto 0.6rem;
}

.footer_tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 0.2rem;
  margin-bottom: 0.42rem;
}

.footer_tel img {
  width: 0.1934rem;
  height: 0.2023rem;
  margin-right: 0.1566rem;
}

.footer_tel .tel {
  padding-left: 0.15rem;
  font-size: 0.4rem;
  font-weight: 700;
}

footer p {
  margin: 0 0.07rem;
  font-family: PingFangSC-Regular;
  color: #000000;
}

footer .tel {
  font-family: "DINAlternate-Bold";
  font-size: 0.15rem;
  color: #000
}

.footer_link {
  color: #999999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 0.16rem;
  margin-bottom: 0.11rem
}

.footer_link a {
  color: #999999;
  margin: 0 0.1rem;
  cursor: pointer;
}

.footer_link a:first-child {
  margin-left: 0
}

.copyright {
  font-family: ArialMT;
  font-size: 0.16rem;
  color: #999999;
}

.copyright span {
  font-family: PingFangSC-Regular;
}

.footer_right {
  width: 1.38rem;
}

.footer_right img {
  width: 100%
}

.wxApp {
  display: none;
}

@media screen and (max-width: 1600px) {
  footer {
    width: 14rem
  }
}

@media screen and (max-width: 1400px) {
  footer {
    width: 12rem
  }
}

@media screen and (max-width: 1200px) {
  footer {
    width: 10rem
  }
}

@media screen and (max-width: 1023px) {
  footer {
    width: 100%;
    margin-top: 1rem;
    display: block;
    margin-bottom: 0;
    margin-bottom: 1.4rem;
    z-index: 1;
    position: relative;
  }

  .footer_tel {
    display: block;
    text-align: center;
    line-height: 0.33rem;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }

  .footer_tel img {
    display: none;
  }

  .footer_link {
    display: none;
  }

  .footer_tel .tel {
    font-size: 0.64rem;
    line-height: 0.74rem;
    padding: 0
  }

  .wxApp {
    display: block;
    width: 1.38rem;
    margin: 0 auto
  }

  .copyright {
    text-align: center;
    margin: 0.2rem 0 0.04rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: rgba(0, 0, 0, 0.6);
  }

  .copyright .app_none {
    display: none;
  }

  .footer_right {
    display: none;
  }
}

@media screen and (max-width: 668px) {
  footer {
    margin-bottom: .9rem;
  }

  .footer_tel .tel {
    font-size: 0.48rem;
  }

  .copyright {
    font-size: 0.12rem;
  }
}



.dialog_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.dialog_all {
  width: 6.85rem;
  height: 4.34rem;
  background: #fff;
  border-radius: 0.12rem;
  padding: 0.6rem 0.4rem 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.dialog_left {
  width: 2.1rem;
}

.dialog_left h1 {
  font-family: PingFangSC-Light;
  font-size: 0.42rem;
  line-height: 0.59rem;
  font-weight: 300;
  margin-bottom: 0.06rem;
}

.dialog_left>p {
  font-family: PingFangSC-Ultralight;
  font-size: 0.24rem;
  line-height: 0.33rem;
  font-weight: 100;
  color: #999999;
}

.dialog_left>p.eng {
  font-size: 0.34rem;
  line-height: 0.34rem;
  height: 0.96rem;
  margin-bottom: 0.58rem;
}

.dialog_left div {
  color: #000;
  display: flex;
  flex-direction: column;
}

.dialog_left div p {
  font-size: 0.16rem;
  line-height: 0.22rem;
}

.dialog_left div a {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #000
}

.form {
  width: 3.26rem;
  display: flex;
  flex-direction: column;
}

.dialog_box .input {
  width: 3.26rem;
  height: 0.5rem;
  position: relative;
  margin-bottom: 0.1rem;
  display: flex;
}

.dialog_box .input input {
  width: 3.26rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.dialog_box .input span {
  position: absolute;
  width: 6.52rem;
  height: 1rem;
  border: 1px solid #d8d8d8;
  transform: scale(0.5);
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 0.08rem;
}

/* .dialog_box .input span.active {
  border-color: #000;
} */
.dialog_box .textarea {
  width: 3.26rem;
  height: 0.7rem;
  position: relative;
  margin-bottom: 0.1rem;
  display: flex;
}

.dialog_box .textarea span {
  position: absolute;
  width: 6.52rem;
  height: 1.4rem;
  border: 1px solid #d8d8d8;
  transform: scale(0.5);
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 0.08rem;
}

.dialog_box .textarea textarea {
  width: 3.26rem;
  height: 0.7rem;
  line-height: 0.3rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.dialog_box .textarea span.active {
  border-color: #000;
}

.dialog_box input,
.dialog_box textarea {
  border: 0;
  background: transparent;
}

.dialog_box input:focus,
.dialog_box textarea:focus {
  outline: transparent;
  background: transparent;
}

.dialog_box button {
  width: 3.26rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #000000;
  background: #25cacc;
  border-radius: 0.04rem;
  border: none;
  outline: none;
  cursor: pointer;
}

.dialog_box button:hover {
/*  background: #ffe74c;*/
}

.dialog_box img {
  position: absolute;
  top: 0.18rem;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
}
.appTitle{
  display: none;
}
@media screen and (max-width:1023px) {
  .dialog_all{
    width:3.6rem;
    height: 4rem;
    padding: 0.6rem 0.2rem 0;
  }
  .dialog_left{
    display: none;
  }
  
.form,.dialog_box .input,.dialog_box .input input,.dialog_box .textarea textarea{
  width:100%
}
.dialog_box .input span,.dialog_box .textarea span{
  width:200%
}
  .appTitle{
    display: block;
    position: absolute;
    font-size: 24px;
    top: 20px;
    line-height: 40px;
  }
}
.fixedFooter {
  display: none;
}

@media screen and (max-width: 1023px) {

  .fixedFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.4rem;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .fixedFooter a {
    width: 3rem;
    height: 0.88rem;
    background: rgba(255, 255, 255, .3);
    border: 1px solid rgba(51, 51, 51, .3);
    border-radius: 8px;
    margin: 0 0.12rem;
    font-size: .36rem;
    line-height: 0.88rem;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fixedFooter img {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.18rem;
  }

  .fixedFooter .tel {
    background: #25cacc;
    border-color: #25cacc;
  }
}

@media screen and (max-width: 668px) {
  .fixedFooter {
    height: 0.8rem
  }

  .fixedFooter a {
    height: 0.5rem;
    font-size: 0.24rem;
  }

  .fixedFooter img {
    width: 0.24rem;
    height: auto;
  }
}

.active {
color:#000!important;
 
}

.copyright a{
  color: #999999;
}



 @media (max-width: 767px) {
 
.copyright a{
 color: rgba(0, 0, 0, 0.6);
}

.copyright {
  	font-size:13px;
	line-height:26px;
}
 
}


#pagination a.page-num-current {
    	background-color:#000;
	color: #fff;
}

#pagination a {
 
	margin-bottom: 5px;
}

#pagination span {
  
	margin-bottom: 5px;
}

#pagination a:hover {
    	background-color:#000;
	color: #fff;
}

#pagination span:hover {
    	background-color:#000;
	color: #fff;
}

#pagination .next:hover{
   
   color: #fff!important;
}

#pagination .prev:hover{

   color: #fff!important;
}

#pagination {

    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {

.footer_right {
    display: none!important;
}

}


.tab_box {

    border: 0.02rem solid #000000!important;
}

.tab_item.active {
    background: unset!important;
}

.tab_item {
    background: unset!important;
}


.tab_item.active .tab_box_bottom {
    background: #000000!important;
}

