* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

h4,
h5,
h6 {
  font-weight: normal;
}

:focus {
  outline: 0
}

a {
  text-decoration: none;
  color: #333333;
}


button {
  user-select: none;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

body {
  color: #333;
  position: relative;
  overflow-x: hidden;
  font-size: .16rem;
  font-family: "Alibaba PuHuiTi 2.0","sys",'Microsoft YaHei', "PingFang SC", Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}

select::-ms-expand {
  display: none;
}


a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

i,
em {
  font-style: normal;
}

input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

select::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

::-webkit-input-placeholder {
  color: #999;
  font-size: inherit
}

input:-ms-input-placeholder {
  color: #999;
  font-size: inherit
}

::-webkit-scrollbar {
  width: 10px;
  height: 4px
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.clear {
    clear: both;
}



.page_container {
    width: 76%;
    margin: 0 auto;
    max-width: 1440px;

}

.pagecontainer {
    width: 76%;
    margin: 0 auto;
    max-width: 1440px;

}


@media (max-width: 980px) {
    .page_container {
        width: 92%;

    }
    .pagecontainer {
        width: 92%;

    }

}


@font-face {
  font-family: "Alibaba PuHuiTi 2.0";
  
  src: url("../fonts/AlibabaPuHuiTi-2-65-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("../fonts/AlibabaPuHuiTi-2-75-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PuHuiTi";
  src: url("../fonts/AlibabaPuHuiTi-2-55-Regular.woff") format("woff");
  font-display: swap;
}


@font-face {
  font-family: "sys";
  src: url("../fonts/SourceHanSerifCN-Bold.woff") format("woff");
  font-display: swap;
}

.PuHuiTi {
  font-family: "Alibaba PuHuiTi 2.0";
}

.sys{
  font-family: "sys";
}





/* banner */

.banner{
  width: 100%;
  min-height: 2.8rem;
  margin: 0 auto;
  position: relative;
  background: url(../images/bannerbg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.banner .bannerimg{
     display: flex; 
     justify-content: center; 
    align-items: center; 
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.banner .bannerimg img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.banner .top{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.banner .top .topnr{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.banner .top .zhuye{
  position: relative;
  z-index: 5;
  top: 0.27rem;
  font-size: 0.18rem;
  color: #FFFFFF;
  padding-right: 0.17rem;
  margin-right: 0.178rem;
}

.banner .top .zhuye::after{
  position: absolute;
  right: 0;
  top: 0.05rem;
  width: 1px;
  height: 0.16rem;
  content: "";
  background: #D8D8D8;
}

.banner .top .zhuye a{
  font-size: 0.18rem;
  color: #FFFFFF;
  display: inline-block;
  line-height: 0.24rem;
}

.banner .top .zhuye a img{
  display: inline-block;
  margin-right: 0.12rem;
  width: 0.18rem;
  height: 0.16rem;
  position: relative;
  top: -2px;
}

.banner .top .sou{
  display: inline-block;
  position: relative;
  z-index: 5;
  top: 0.3rem;
  margin-right: 0.1rem;
}

.banner .top .sou img{
  display: block;
  width: 0.21rem;
  height: 0.2rem;

}

.search-dialog-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 0px;
  background: #1160CA;
  transition: all 0.6s ease 0s;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.9;
}

.search-dialog-box.on::before {
  height: 100%;
  display: none;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  margin: 0px;
  background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: all 0.6s ease 0s;
}

.search-dialog {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 0.44rem;
  line-height: 0.56rem;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0px;
}

.search-dialog .search-input {
  width: 8rem;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
  float: left;
  height: 0.7rem;
  width: calc(100% - 1rem);
  background-color: rgb(255, 255, 255);
  font-size: 0.2rem;
  line-height: 0.08rem;
  color: #666;
  transition: all 0.3s ease 0s;
  padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 0.7rem;
  width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
  background-color: #C20B0B;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.4rem;
  background-image: url("../images/search-btn.svg");
  font-size: .2rem;
  color: #fff;
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/close-btn.svg");
  background-size: 0.56rem;
  border-radius: 100%;
  margin-right: 0.16rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
  font-size: 0px;
  width: 0.49rem;
  margin: 0.096rem auto 0px;
  box-sizing: border-box;
  padding: 0px 0.096rem;
  overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
  font-size: 0.06rem;
  line-height: 0.08rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding-left: 0.096rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.08rem;
}

.search-dialog .hot-link {
  margin-left: 0.16rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  zoom: 1;
  font-size: 0.06rem;
  line-height: 0.08rem;
  margin-right: 0.12rem;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  position: relative;
}

.search-dialog .hot-link a::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0px;
  bottom: 5.1%;
  width: 100%;
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: rgb(255, 255, 255);
  font-family: gilroy-regular;
  margin-top: 0.5rem;
  overflow: hidden;
}


.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0px);
}

.pub-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 10;
  right: 0.24rem;
  top: 0.216rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #C20B0B;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s ease 0s;
}

.pub-close i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background: rgba(0, 0, 0, .8) url("../images/close-btn.svg") no-repeat center center/.18rem auto;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  0% {
    transform: rotate(-1turn);
  }
}



/* nav */

.nav_bg{
  width: 100%;
  height: 0.75rem;
  margin: 0 auto;
  background: #C20B0B;
  border-top: 1px solid rgba(243, 152, 0, 0.3);
  
}

.nav_bg .t_nav{
  margin: 0 auto;
}

.nav_bg .t_nav>ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav_bg .t_nav>ul>li{
  line-height: 0.75rem;
  position: relative;
  z-index: 5;
  text-align: center;
  width: 8%;
}

.nav_bg .t_nav>ul>li>a{
  display: block;
  font-size: 0.22rem;
  color: #FFFFFF;
  font-family: "PuHuiTi";
  transition: .5s;
}


.nav_bg .t_nav ul li .sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  padding-top: 0rem;
  min-width: 1.5rem;
  transform: scaleY(0) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform-origin: top center;
}

.nav_bg .t_nav ul li .sub-nav .sub-nav-h {
  position: relative;
  background: #fff;
  padding: .1rem 0;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.nav_bg .t_nav ul li .sub-nav .sub-nav-h a {
  display: block;
  font-size: .16rem;
  color: #333333;
  padding: 0 .1rem;
  white-space: nowrap;
  line-height: .4rem;
  text-align: center;
  transition: .3s;
}


.nav_bg .t_nav ul li .sub-nav .sub-nav-h::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #C20B0B;

}

.nav_bg .t_nav ul li::after{
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 207, 31, 0.1);
  transition: .5s;
  z-index: -2;
}

.nav_bg .t_nav ul li::before{
  content: '';
  height: 2px;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFCF1F;
  transition: .5s;
  z-index: -1;
}

.nav_bg .t_nav ul li:hover::after{
  width: 100%;

}

.nav_bg .t_nav ul li:hover::before{
  width: 100%;
}

.nav_bg .t_nav ul li:hover a{
  color: #FFCF1F;

}

.nav_bg .t_nav ul li.on::after{
  width: 100%;

}

.nav_bg .t_nav ul li.on::before{
  width: 100%;
}

.nav_bg .t_nav ul li.on a{
  color: #FFCF1F;

}

.nav_bg .t_nav ul li:hover .sub-nav {
  opacity: 1;
  visibility: inherit;
  transform: scaleY(1) translateX(-50%);
}

.nav_bg .t_nav ul li .sub-nav .sub-nav-h a:hover {
  color: #fff;
  background: #C20B0B;
}


.fixedNav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}



/* phone_header*/

.phone_header {
  width: 100%;
  margin: 0 auto;
  display: none;
  padding-bottom: 0.9rem;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(243, 152, 0, 0.3);
}


.headerTop {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 0.9rem;
  background: #c20b0b;
}

.headerTop .headerTel {
  float: left;
  margin-top: 0.26rem;
  margin-left: 0.2rem;
  max-width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerTop .headerTel a {
  display: block;
  font-size: 0.28rem;
  color: #fff;
  display: flex;
}

.headerTop .headerTel a img {
  width: auto;
  height: auto;
  display: inline-block;
  object-fit: contain;
  margin-right: 0.1rem;
}


.headerTop .headerTel a span {
  display: block;
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
  float: left;
  line-height: 0.4rem;
}

.headerTop .headerTel .search_btn{
  display: inline-block;
  padding-left: 0.2rem;
  margin-left: 0.15rem;
  position: relative;
}

.headerTop .headerTel .search_btn img{
  width: 0.26rem;
  height: 0.25rem;

}

.headerTop .headerTel .search_btn::after {
  position: absolute;
  left: 0;
  top: 0rem;
  width: 1px;
  height: 100%;
  content: "";
  background: #D8D8D8;
}


.headerTop .headerMenu {
  position: relative;
  width: 0.47rem;
  height: 0.43rem;
  top: 0.25rem;
  right: 0.2rem;
  float: right;
}

.headerTop .headerMenu span {
  width: 0.5rem;
  height: 0.46rem;
  background: url(../images/menu.png) no-repeat center;
  display: block;
  background-size: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.Nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  background: rgba(194, 11, 11, 0.9);
  display: none;
  overflow-x: hidden;
}

.Nav .navBox .close {
  height: auto;
  width: 0.8rem;
  position: absolute;
  top: 3%;
  right: 3%;
}

.Nav .navBox .close img {
  width: 100%;
}

.Nav .search {
  margin: 0.5rem auto 0 auto;
  width: 70%;
  height: 0.65rem;
  border-radius: 45px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.33);
}

.Nav .search .searchInp {
  float: left;
  width: 70%;
  height: 0.65rem;
  background: none;
  font-family: "Source Han Sans CN CN";
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.51);
  padding-left: 0.15rem;
}

.Nav .search .searchInp::placeholder {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.51);
}

.Nav .search .submitBtn {
  float: right;
  background: url(../images/sou.png) no-repeat center;
  width: 0.32rem;
  height: 0.32rem;
  background-size: 100%;
  margin: 0.15rem 0.2rem 0 0;
  display: block;
}


.Nav .navBox h4 a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  margin-top: 0.5rem;
  font-weight: bold;
}

.navBox ul {
  padding-top: 1.5rem;
}

.navBox ul li {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  position: relative;
}

.navBox ul li a.navTop {
  line-height: 1rem;
  height: 1rem;
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.32rem;
}

.navBox ul li a.navTop:hover{
  color: #fff !important;
}

.navBox ul li .navCenter {
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
  color: #fff;
  padding-bottom: 0.1rem;
  padding-top: 0;
  display: none;
}

.navBox ul li .navCenter p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 0.52rem;
  width: 90%;
  margin: 0 auto;
}

.navBox ul li .navCenter p a {
  line-height: 0.5rem;
  display: block;
  text-align: left;
  font-size: 0.28rem;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.1rem;
}


.navBox ul li .navCenter p a:hover{
  color: #fff !important;
}

.navBox ul li i{
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 0;
}

.navBox ul li i::after {
  content: ">";
  position: absolute;
  top: 0;
  line-height: 1rem;
  font-size: 0.36rem;
  right: 0rem;
  color: #fff;
}


body.navShow .top_bg .top_con .top_r .search{
  display: none;
}

body.navShow .top_bg .top_con .top_r .yuyan{
  transform: translateY(0.5rem);
}

.navShow .top_bg .top_con .top_r .top_ico .navbtns {
  width: 0.41rem;
  height: 0.2rem;
  margin: 0.04rem -0.9rem 0 0rem;
  background: url(../images/close.png) no-repeat center;
  background-size: 100%;
}






/* footer */


.footerbg{
  width: 100%;
  margin: 0 auto;
  background: #ab1115;
  position: relative;
  z-index: 5;
}

.footerbg::after{
  width: 100%;
  height: 4.15rem;
  position: absolute;
  left: 0rem;
  top: -2.35rem;
  content: "";
  z-index: -1;
  background: url(../images/footerbg.png) no-repeat top center;
  background-size: 100% 100%;
  pointer-events: none;
}

.footerbg .footer{
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0.5rem;

}

.footerbg .footer .f_cont{
  float: left;
  width: 68%;
  margin-top: 0.45rem;
}

.footerbg .footer .f_cont p{
  float: left;
  width: 48%;
  margin-right: 2%;
  line-height: 0.34rem;
  font-family: "PuHuiTi";
}

.footerbg .footer .f_cont p em{
  display: block;
  font-size: 0.18rem;
  color: #f4eee0 ;
  font-family: "PuHuiTi";
}


.footerbg .footer .ewm{
  float: right;
} 

.footerbg .footer .ewm ul li{
  float: left;
  margin-left: 0.1rem;
  width: 1rem;
}

.footerbg .footer .ewm ul li img{
  display: block;
  margin: 0 auto;
  width: 0.9rem;
  height: 0.9rem;
}

.footerbg .footer .ewm ul li i{
  display: block;
  text-align: center;
  font-size: 0.18rem;
  color: #fff ;
  font-family: "PuHuiTi";
  margin: 0.12rem auto 0 auto;
}

.footerbg .endbg{
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);

} 

.footerbg .endbg .end{
  margin: 0 auto;
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.18rem;
  color: #fff ;
  font-family: "PuHuiTi";
  line-height: 0.28rem;
}




@media (max-width: 980px){



  .pub-close i{
    top: 20px;
  }

  .nav_bg{
    display: none;
  }


  .phone_header {
    display: block;
  }

  .banner .top .topnr{
    display: none;
  }
  
  .footerbg::after{
    height: 3rem;
    top: -1.85rem;
  }
  
  .footerbg .footer{
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0.5rem;
  
  }
  
  .footerbg .footer .f_cont{
    float: none;
    width: 100%;
    margin-top: 0.3rem;
  }
  
  .footerbg .footer .f_cont p{
    float: none;
    width: 100%;
    margin: 0%;
    line-height: 0.4rem;
  }
  
  .footerbg .footer .f_cont p em{
    font-size: 0.26rem;
  }
  
  
  .footerbg .footer .ewm{
    float: none;
    margin: 0.3rem auto 0 auto;
    text-align: center;
  } 
  
  .footerbg .footer .ewm ul li{
    display: inline-block;
    float: none;
    margin: 0 0.2rem;
    width: 1.5rem;
  }
  
  .footerbg .footer .ewm ul li img{
    display: block;
    margin: 0 auto;
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .footerbg .footer .ewm ul li i{
    font-size: 0.26rem;
    margin: 0.12rem auto 0 auto;
  }
  
  
  .footerbg .endbg .end{
    font-size: 0.26rem;
    line-height: 0.32rem;
  }

}