* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  font-size: 100px;
}

body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  font-size: 100px;
  width: 100%;
  overflow-x: hidden;
}

*:before,
*:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges; 
}



input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
  font-size: 0.14rem;
}

p,
span,
i,
u,
a,
img,
ul,
li,
div,
br,
b,
strong,
font,
br,
input,
button {
  font-size: 0.14rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.clear {
  clear: both;
}



.page_container {
  max-width: 15rem;
  margin: 0 auto;
  width: 94%;

}

.pagecontainer {
  max-width: 15rem;
  margin: 0 auto;
  width: 94%;

}



@media (max-width: 1024px) {
  .page_container {
      width: 92%;

  }
  .pagecontainer {
      width: 92%;

  }

  .pagecontainer1 {
    width: 92%;

}

}



.animated-element {
will-change: transform, opacity; 
transform: translateZ(0); 
}


.text-optimize {
transform: translate3d(0, 0, 0); 
will-change: transform; 
}


.will-change-usage {
will-change: unset; 
}


@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.ttf") format("woff");
  font-display: swap;
}


@font-face {
  font-family: "HarmonyOS";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf") format("woff");
  font-display: swap;
}


@font-face {
  font-family: "PangMenZhengDao";
  src: url("../fonts/PangMenZhengDao.ttf") format("woff");
  font-display: swap;
}


@font-face {
  font-family: "BarlowCondensed";
  src: url("../fonts/BarlowCondensed.otf") format("woff");
  font-display: swap;
}

/*top*/



.header{
width: 100%;
margin: 0 auto;
position: relative;
z-index: 9;
height: 1.15rem;
background: #fff ;
}


.header .top_con{
margin: 0 auto;
position: relative;
align-items: center;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
height: 100%;

}

.header .top_con .logo{
  position: relative;
  width: 21.5%;
  max-width: 4.06rem;
  margin-left: 2.5%;


}

.header .top_con .logo a{
display: block;
}


.header .top_con .logo img{
display: block;
width: 100%;
height: auto;
object-fit: contain;

}

.header .top_con .top_r{
  width: 72%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 3%;
}

.header .top_con .top_r .tel{
  background: url(../images/tel.png) no-repeat left center;
  background-size: 0.54rem 0.54rem;
  padding-left: 0.75rem;
  font-size: 0.26rem;
  color: #333333;
  font-family: "Barlow";
  line-height: 0.54rem;
}

.header .top_con .top_r .en{
  font-size: 0.18rem;
  color: #333333;
  padding-left: 0.1rem;
  margin-right: 3%;
}


.header .top_con .top_r .en a{
  font-size: 0.18rem;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}


/*nav*/

.nav_bg{
margin: 0px ;
position: relative;
width: 68%;
margin-right: 2%;

}


.nav_bg .t_nav{
margin: 0 auto;

}

.nav_bg .t_nav>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav_bg .t_nav>ul>li{
line-height: 1.15rem;
text-align: center;
position: relative;
z-index: 5;
padding: 0 0.1rem;

}


.nav_bg .t_nav>ul>li>a{
display: block;
}

.nav_bg .t_nav>ul>li>a>span{
display: block;
font-size: 0.18rem;
color: #333333;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
box-sizing: content-box;
position: relative;
z-index: 5;
}

.nav_bg .t_nav>ul>li::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 5px;
  background: #cc2422;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nav_bg .t_nav>ul>li:hover>a>span{
  color: #cc2422;
  font-weight: bold;
}

.nav_bg .t_nav>ul>li:hover::after{
  width: 100%;
}


.nav_bg .t_nav>ul>li.active>a>span{
  color: #cc2422;
  font-weight: bold;
}

.nav_bg .t_nav>ul>li.active::after{
  width: 100%;
}


  .nav_bg .t_nav>ul>li.another>a>span{
    color: #cc2422;
    font-weight: bold;
  }

  .nav_bg .t_nav>ul>li.another::after{
    width: 100%;
  }


.t_nav ul li .submenu {

display: block;

position: absolute;

top: 100%;

left: 50%;
transform: translateX(-50%);

background: #cc2422;

width: 200%;

z-index: 999;
overflow: hidden;
opacity: 0;
height: 0;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}



.t_nav ul li .submenu li {

padding: 0;

background: none;

height: 45px;

line-height: 45px;

border-bottom: 1px solid rgba(255, 255, 255, 0.5);

}



.t_nav ul li .submenu>li>a {

float: none;

text-align: center;

font-size: 14px;

height: 45px;

line-height: 45px;

background: none;

color: #fff;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;

width: 96%;

font-weight: normal;

display: block;

overflow: hidden;

text-overflow: ellipsis;

white-space: nowrap;
padding: 0 2%;
box-sizing: content-box;
    position: relative;
    z-index: 99;
}


.t_nav ul li .submenu li a:hover {

background: #e34730;

text-decoration: none;

}


.t_nav ul li:hover .submenu{
opacity: 1 !important; 
height: auto !important;
}

.fixedNav {
margin: 0 auto;
position: fixed !important;
top: 0px;
left: 0px;
width: 100%;
z-index: 100000;
_position: absolute;
_top: expression(eval(document.documentElement.scrollTop));
box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}






/* phone_header*/

.phone_header{
width: 100%;
margin: 0 auto;
display: none;
background: #fff;
}

.headerTop {
position: relative;
z-index: 9;
width: 100%;
height: 0.9rem;
}
.headerTop .headerTel {
float: left;
margin-top: 0.15rem;
margin-left: 0.2rem;
}
.headerTop .headerTel a {
display: block;
}
.headerTop .headerTel a img {
width: auto;
height: 0.6rem;
float: left;
display: block;
}


.headerTop .headerTel a span{
  display: block;
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
    float: left;
    line-height: 0.5rem;
}

.headerTop .headerTel {
float: left;
margin-top: 0.15rem;
margin-left: 0.2rem;
}



.headerTop .headerMenu {
position: relative;
width: 0.34rem;
height: 0.29rem;
top: 0.3rem;
right: 0.2rem;
float: right;
}
.headerTop .headerMenu span {
width: 0.34rem;
height: 0.29rem;
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: 999999;
left: 0;
background: #cc2422;
display: none;
overflow-x: hidden;

}
.Nav .navBox .close {
height: 0.45rem;
width: 0.45rem;
position: absolute;
top: 2%;
right: 2%;
}
.Nav .navBox .close img {
width: 100%;
}
.Nav .navBox h4 {
text-align: center;
color: #fff;
font-size: 0.36rem;
margin-top: 0.8rem;
font-weight: bold;
}

.Nav .navBox .en a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  margin-top: 0.35rem;
}

.Nav .navBox ul {
width: 80%;
padding: 0 10%;
margin-top: 18%;
box-sizing: content-box;
}

.Nav .navBox ul li a{
text-align: center;
line-height: 3.5;
color: #fff;
font-size: 0.28rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}




@media (max-width: 1440px){


}



@media (max-width: 1024px){


.header{
    display: none;
}


.phone_header{
    display: block;
}

}






/*footer*/


.footerbg{
width: 100%;
margin: 0 auto;
background: url(../images/footerbg.jpg) repeat center;
background-size: cover;
overflow: hidden;

}

.footerbg .footer{
position: relative;
margin: 0 auto;
padding: 0.9rem 0 0.8rem 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.footerbg .footer .f_l{
  width: 58%;

}

.footerbg .footer .f_l .flogo{

}

.footerbg .footer .f_l .flogo img{
  height: auto;
  width: 100%;
  max-width: 4.04rem;
}


.footerbg .footer .f_l .links{
  margin: 0.37rem 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 3.9rem;
  height: 0.47rem;
  background: #ffffff;
  border-radius: 0.1rem;
}

.footerbg .footer .f_l .links .links_t{
  width: 0.85rem;
  line-height: 0.47rem;
  background: #cc2422;
  border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: capitalize;

}

.footerbg .footer .f_l .links .yq{
  width: calc((100% - 0.85rem));
  position: relative;

}

.footerbg .footer .f_l .links .yq::after{
  position: absolute;
  content: "";
  z-index: 9;
  top: 0.18rem;
  right: 0.2rem;
  width: 0.11rem;
  height: 0.11rem;
  background: url(../images/links.png) no-repeat right center;
  background-size: 100% 100%;
}

.footerbg .footer .f_l .links .yq ul{
  background: #fff;
  border-radius: 0 0.1rem 0.1rem 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.47rem;
  padding: 0 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  box-sizing: border-box;
}

.footerbg .footer .f_l .links .yq ul li{
  line-height: 0.47rem;
  font-size: 0.18rem;
  color: #000000;

}

.footerbg .footer .f_l .links .yq ul li a{
  font-size: 0.18rem;
  color: #000000;
  width: 90%;

}

.footerbg .footer .f_l .links:hover .yq ul{
  height: 2.35rem;
}

.footerbg .footer .f_l .f_cont{
  margin: 0.42rem 0 0 0;

}

.footerbg .footer .f_l .f_cont ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerbg .footer .f_l .f_cont ul li{
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 0.32rem;
  margin-bottom: 0.17rem;
}

.footerbg .footer .f_l .f_cont ul li img{
  width: 0.32rem;
  height: 0.32rem;

}

.footerbg .footer .f_l .f_cont ul li p{
  width: calc((100% - 0.45rem));
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
}

.footerbg .footer .f_l .f_cont ul li p i{
  font-size: 0.28rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.8);
}

.footerbg .footer .f_l .ewm{
  margin-top: 0.18rem;

}


.footerbg .footer .f_l .ewm ul li{
  display: inline-block;
  margin-right: 0.12rem;
  width: 1.5rem;
  border-radius: 0.1rem;
  padding: 0.1rem;
  background: #fff;
}

.footerbg .footer .f_l .ewm ul li img{
  width: 1.3rem;
  height: 1.3rem;


}



.footerbg .footer .message{
  width: 28%;
  margin-top: 0.3rem;
  
}

.footerbg .footer .message .message_t{
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.footerbg .footer .message .message_box{
  margin-top: 0.3rem;
}

.footerbg .footer .message .message_box .m_nr{
  margin-bottom: 0.13rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerbg .footer .message .message_box .form-group1{
  width: 48%;
}

.footerbg .footer .message .message_box .username{
  width: 100%;
  height: 0.45rem;
  background: #fff;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  color: #333333;
  text-indent: 0.2rem;

}

.footerbg .footer .message .message_box .form-group2{
  width: 48%;
}

.footerbg .footer .message .message_box .usertel{
  width: 100%;
  height: 0.45rem;
  background: #fff;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  color: #333333;
  text-indent: 0.2rem;
}

.footerbg .footer .message .message_box .form-group3{
  width: 100%;
  margin-bottom: 0.13rem;
}

.footerbg .footer .message .message_box .email{
  width: 100%;
  height: 0.45rem;
  background: #fff;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  color: #333333;
  text-indent: 0.2rem;
}


.footerbg .footer .message .message_box .form-group4{
  width: 100%;
  margin-bottom: 0.13rem;
}

.footerbg .footer .message .message_box .xqcontent{
  width: 100%;
  height: 1.3rem;
  background: #fff;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  color: #333333;
  text-indent: 0.2rem;
  padding-top: 0.1rem;
}

.footerbg .footer .message .message_box .form-group5{
  width: 100%;
  margin-bottom: 0.13rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.footerbg .footer .message .message_box .imgcode{
  width: 1.2rem;
  height: 0.45rem;

}

.footerbg .footer .message .message_box .codeText{
  width: 65%;
  height: 0.45rem;
  background: #fff;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  color: #333333;
  text-indent: 0.2rem;
  
}

.footerbg .footer .message .message_box .submit-btn{
  margin-top: 0.17rem;
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 45px;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  background: #cc2422;
  border: none;
  cursor: pointer;
}




.endbg{
  width: 100%;
  margin: 0 auto;
  padding: 0.15rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.endbg .end{
  margin: 0 auto;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
}

.endbg .end a{
  font-size: 0.16rem;
  color: #fff;

}



/*end*/
.m_end_bg {
width: 100%;
height: 56px;
background: #fff;
padding: 9px 0;
position: fixed;
bottom: 0;
left: 0;
z-index: 99999;
box-sizing: border-box;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
display: none;
}
.m_end_bg ul li {
float: left;
width: 25%;
text-align: center;
}
.m_end_bg ul li span img {
display: block;
width: 20px;
height: 19px;
object-fit: contain;
margin: 0 auto 3px auto;
}
.m_end_bg ul li a {
display: block;
font-size: 13px;
color: #333;
}





@media (max-width: 1440px){




}



@media (max-width: 1024px){


  .footerbg {
    margin-bottom: 56px;
  }
    .footerbg .footer{
    padding: 0.5rem 0 0.4rem 0;

    }
    
    .footerbg .footer .f_l{
      width: 100%;
    
    }
    
    
    .footerbg .footer .f_l .flogo img{
      display: block;
      max-width: 4.8rem;
      margin: 0 auto;
    }
    
    
    .footerbg .footer .f_l .links{
      margin: 0.37rem 0 0 0;
      width: 100%;
      height: 0.8rem;
    }
    
    .footerbg .footer .f_l .links .links_t{
      width: 1.4rem;
      line-height: 0.8rem;
      font-size: 0.3rem;
    
    }
    
    .footerbg .footer .f_l .links .yq{
      width: calc((100% - 1.4rem));
    
    }
    
    .footerbg .footer .f_l .links .yq::after{

      top: 0.3rem;
      width: 0.22rem;
      height: 0.22rem;
 
    }
    
    .footerbg .footer .f_l .links .yq ul{

      height: 0.8rem;
    }
    
    .footerbg .footer .f_l .links .yq ul li{
      line-height: 0.8rem;
      font-size: 0.28rem;
    
    }
    
    .footerbg .footer .f_l .links .yq ul li a{
      font-size: 0.28rem;
    
    }
    
    .footerbg .footer .f_l .links:hover .yq ul{
      height: 3.2rem;
    }
    
    .footerbg .footer .f_l .f_cont{
      margin: 0.42rem 0 0 0;
    
    }
    
 
    
    .footerbg .footer .f_l .f_cont ul li{
      width: 100%;
      line-height: 0.42rem;
      margin-bottom: 0.17rem;
    }
    
    .footerbg .footer .f_l .f_cont ul li img{
      width: 0.42rem;
      height: 0.42rem;
    
    }
    
    .footerbg .footer .f_l .f_cont ul li p{
      width: calc((100% - 0.55rem));
      font-size: 0.3rem;
    }
    
    .footerbg .footer .f_l .f_cont ul li p i{
      font-size: 0.36rem;
    }
    
    .footerbg .footer .f_l .ewm{
      margin: 0.2rem auto 0 auto;
      text-align: center;
    
    }
    
    
    .footerbg .footer .f_l .ewm ul li{
      margin-right: 0.2rem;
      width: 1.88rem;
    }
    
    .footerbg .footer .f_l .ewm ul li img{
      width: 1.68rem;
      height: 1.68rem;
    
    }
    
    
    
    .footerbg .footer .message{
      width: 100%;
      margin-top: 0.3rem;
      
    }
    
    .footerbg .footer .message .message_t{
      font-size: 0.32rem;
    }
    

    
    .footerbg .footer .message .message_box .username{
      height: 0.65rem;
      font-size: 0.3rem;
    
    }
    
    
    .footerbg .footer .message .message_box .usertel{
      height: 0.65rem;
      font-size: 0.3rem;
    }
    
    
    .footerbg .footer .message .message_box .email{
      height: 0.65rem;
      font-size: 0.3rem;
    }

  
    
    .footerbg .footer .message .message_box .xqcontent{
      height: 1.3rem;
      font-size: 0.3rem;
      padding-top: 0.2rem;
    }
    
    
    .footerbg .footer .message .message_box .imgcode{
      height: 0.65rem;
    
    }
    
    .footerbg .footer .message .message_box .codeText{
      height: 0.65rem;
      font-size: 0.3rem;
      
    }
    
    .footerbg .footer .message .message_box .submit-btn{
      width: 2.5rem;
      height: 0.8rem;
      font-size: 0.3rem;

    }
    
  
    
    .endbg{
      padding: 0.3rem 0;

    }
    
    .endbg .end{
      line-height: 0.46rem;
      font-size: 0.28rem;
    }
    
    .endbg .end a{
      font-size: 0.28rem;

    
    }




.m_end_bg{
  display: block;
}

}