﻿* {
  padding: 0;
  margin: 0;
  font-family: "HarmonyOSSansSC",'Microsoft YaHei';
}

body {
  font: 14px/1.231 'Microsoft YaHei';
  color: #333;
  margin: 0;
  line-height: 1;
  width: 100%;
  overflow-x: hidden;
}

.html{
font-size: 100px;
}

*: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;
}

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: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.clear {
  clear: both;
}



.page_container {
  width: 84%;
  margin: 0 auto;
  max-width: 1600px;

}

.pagecontainer {
  width: 84%;
  margin: 0 auto;
  max-width: 1600px;

}


@media (max-width: 980px) {
  .page_container {
      width: 92%;

  }
  .pagecontainer {
      width: 92%;

  }

}


@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Harmony";
  src: url("../fonts/HarmonyOS_Sans_SC_Thin.ttf") format("woff");
  font-display: swap;
}

.Harmony {
  font-family: "HarmonyOSSansSC";
}





/*top*/

.top_bg{
  position: fixed;
  width: 100%;
  height: 0.87rem;
  z-index: 999;
  padding: 0.3rem 0;
}

.top_bg .top_con{
  margin: 0 auto;
}

.top_bg .top_con .logo{
  float: left;
  margin: 0;
  width: 12.2%;
}

.top_bg .top_con .logo img{
  display: block;
  width: 100%;
  height: auto;
}

.top_bg .top_con .top_r{
  float: left;
  margin-left: 5%;
  width: 72%;
} 

.top_bg .top_con .top_r .name{
  height: 0.3rem;
  font-size: 0.16rem;
  color: #fff;
}



/*nav*/

.nav_bg{
  width: 100%;
  margin: 0rem auto 0 auto;
  height: 0.5rem;
  background: #fff;
  border-radius: 45px;
  position: relative;
  z-index: 9;
}



.nav_bg .t_nav{
  margin: 0 auto;
  width: 100%;

}

.navShow .nav_bg .t_nav{
  opacity: 0;
}

.nav_bg .t_nav>ul{
  width: 100%;
  text-align: center;
}

.nav_bg .t_nav>ul>li{
  display: inline-block;
  height: 0.5rem;
  text-align: center;
  position: relative;
  z-index: 5;
  box-sizing: content-box;
  padding: 0 2%;
}



.nav_bg .t_nav>ul>li>a{
  display: block;
}

.nav_bg .t_nav>ul>li>a>span{
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #0076cb;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-sizing: content-box;
}


.nav_bg .t_nav>ul>li:hover>a>span{
  color: #f39800;
  
}


.nav_bg .t_nav>ul>li.another>a>span{
  color: #f39800;
}


.t_nav ul li .submenu {

display: none;
position: absolute;
top: 0.5rem;
left: -70px;
background: #0076cb;
width: 280px;
z-index: 999;
overflow: hidden;

}



.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: 5;

}


.t_nav ul li .submenu>li>a:hover {

  background: #f39800;
  color: #fff !important;
  text-decoration: none;

}



.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent);
}

.top_bg_page{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 99;
background: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent);
}

.sou{
  float: right;
  width: 10%;
  height: 0.48rem;
  border-radius: 45px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}

.sou .searchInp{
  float: left;
  width: 60%;
  height: 0.48rem;
  background: none;
  font-size: 0.16rem;
  color: #333;
  padding-left: 10%;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;

}


.sou .search_box  .submitBtn{
  float: right;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/sou.png) no-repeat  center;
  background-size: 100%;
  margin: 0.12rem 10% 0 0;
  cursor: pointer;
}





/* phone_header*/

.phone_header {
  width: 100%;
  margin: 0 auto;
  display: none;
  padding-bottom: 1rem;
  position: relative;
  z-index: 20;
}

.headerTop {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 1rem;
  background: #0076cb;
}

.headerTop .headerTel {
  float: left;
  margin-top: 0.2rem;
  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.4rem;
}


.headerTop .headerMenu {
  position: relative;
  width: 0.47rem;
  height: 0.43rem;
  top: 0.3rem;
  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(11, 108, 184, 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: 1.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;
  border-bottom-left-radius: 45px;
  border-top-left-radius: 45px;
}

.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: 0.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{
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1rem;
}

.navBox ul li  i::after {
  content: ">";
  position: absolute;
  top: 0;
  line-height: 1rem;
  font-size: 0.36rem;
  right: 0.2rem;
  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%;
}


@media (max-width: 1440px){

}

@media (max-width: 980px){

  .top_bg{
      display: none;
  }
  .phone_header{
      display: block;
  }

}




/* footer */

.footerbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/footerbg.jpg) no-repeat  center;
  background-size: cover;
  overflow: hidden;
}

.footerbg .footer{
  margin: 0 auto;
}

.footerbg .footer .footer_t{
  position: relative;
  padding: 0.42rem 0 0.28rem 0;
  height: auto;
  overflow: hidden;
}

.footerbg .footer .footer_t::after{
  position: absolute;
  right: -50%;
  bottom: 0px;
  content: "";
  width: 150%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.footerbg .footer .footer_t .flogo{
  float: left;
}

.footerbg .footer .footer_t .flogo img{
  display: block;
  width: 100%;
  height: auto;
}

.footerbg .footer .footer_t .ftel{
  float: right;
  margin-top: 0.2rem;
  padding-left: 0.35rem;
  font-size: 0.3rem;
  color: #fff;
  background: url(../images/ftel.png) no-repeat left center;
  background-size: contain;
}

.footerbg .footer .footer_con{
  margin: 0 auto;
  padding-top: 0.4rem;
  padding-bottom: 0.05rem;
  overflow: hidden;
  position: relative;
}


.footerbg .footer .footer_con .footer_l{
  float: left;
  width: 52%;
}

.footerbg .footer .footer_con .footer_l dl{
  float: left;
  width: 31%;
  margin: 0 1% 0.05rem 0;
  height: 1.5rem;
}

.footerbg .footer .footer_con .footer_l dl dt{
  font-size: 0.2rem;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0.15rem;
}


.footerbg .footer .footer_con .footer_l dl dd a{
  display: block;
  font-size: 0.16rem;
  color: #e5e5e5;
  font-family: "Harmony";
  line-height: 0.28rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footerbg .footer .footer_con .footer_l dl dd:hover a{
  text-decoration: underline;
  color: #fff;
  font-weight: bold;

}


.footerbg .footer .footer_con .footer_r{
  float: right;
  width: 45%;
}

.footerbg .footer .footer_con .footer_r dl dt{
  font-size: 0.2rem;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0.1rem;
}

.footerbg .footer .footer_con .footer_r dl dd{
  line-height: 0.35rem;
  height: 0.35rem;
  margin-bottom: 0.05rem;
  margin-right: 1%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 49%;
}

.footerbg .footer .footer_con .footer_r dl dd:nth-child(2n){
  margin-right: 0;
}

.footerbg .footer .footer_con .footer_r dl dd a{
  padding-left: 0.15rem;
  font-size: 0.16rem;
  color: #e6e6e6;
  font-family: "Harmony";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
}

.footerbg .footer .footer_con .footer_r dl dd a i{
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}

.footerbg .footer .footer_con .footer_r dl dd:hover{
  background: #fff;
  border-radius: 45px;
}

.footerbg .footer .footer_con .footer_r dl dd:hover a{
  color: #1682f7;
  font-weight: bold;
}

.footerbg .footer .footer_con .footer_r dl dd:hover a i{
  border: 2px solid #1682f7;
  width: 3px;
  height: 3px;

}


.footerbg .footer .end{
  margin: 0 auto;
  padding: 0.2rem 0 0.4rem 0;
  line-height: 0.25rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  position: relative;
}


.footerbg .footer .end a{
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
 
}

.footerbg .footer .end::after{
  position: absolute;
  right: -50%;
  top: 0px;
  content: "";
  width: 150%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}



@media (min-width: 980px) {
  .footerbg .footer .footer_con .footer_r dl dd:hover{
      background: #fff;
      border-radius: 45px;
    }
    
    .footerbg .footer .footer_con .footer_r dl dd:hover a{
      color: #1682f7;
      font-weight: bold;
    }
    
    .footerbg .footer .footer_con .footer_r dl dd:hover a i{
      border: 2px solid #1682f7;
      width: 3px;
      height: 3px;
    
    }
}


@media (max-width: 980px){
    
    
    .footerbg .footer .footer_t{
      position: relative;
      padding: 0.42rem 0 0.3rem 0;
      height: auto;
      text-align: center;
    }
    
    .footerbg .footer .footer_t::after{
      position: absolute;
      right: -0%;
      bottom: 0px;
      content: "";
      width: 100%;
      height: 1px;
    }
    
    .footerbg .footer .footer_t .flogo{
      float: none;
    }
    
    .footerbg .footer .footer_t .flogo img{
      display: block;
      width: 80%;
      height: auto;
      margin: 0 auto;
    }
    
    .footerbg .footer .footer_t .ftel{
      float: none;
      margin-top: 0.2rem;
      padding-left: 0.35rem;
      font-size: 0.3rem;
      color: #fff;
      background: url(../images/ftel.png) no-repeat left center;
      background-size: contain;
      text-align: center;
      display: inline-block;
    }
    
    .footerbg .footer .footer_con{
      padding-top: 0.4rem;
      padding-bottom: 0.25rem;
    }
    
    
    .footerbg .footer .footer_con .footer_l{
      float: none;
      width: 100%;
      overflow: hidden;
      display: none;
    }
    
    .footerbg .footer .footer_con .footer_l dl {
      float: left;
      width: 48%;
      height: 2rem;
  }

    .footerbg .footer .footer_con .footer_l dl dt{
      font-size: 0.3rem;
      color: #fff;
      text-transform: capitalize;
      margin-bottom: 0.15rem;
    }
    
    
    .footerbg .footer .footer_con .footer_l dl dd a{
      display: block;
      font-size: 0.28rem;
      line-height: 0.38rem;

    }
    
    .footerbg .footer .footer_con .footer_l dl dd:hover a{
      text-decoration: underline;
      color: #fff;
      font-weight: bold;
    
    }
    
    
    .footerbg .footer .footer_con .footer_r{
      float: none;
      width: 100%;
    }
    
    .footerbg .footer .footer_con .footer_r dl dt{
      font-size: 0.3rem;
    }
    
    .footerbg .footer .footer_con .footer_r dl dd{
      line-height: 0.4rem;
      margin-bottom: 0.05rem;
      width: 100%;
      height: auto;
    }
    
    .footerbg .footer .footer_con .footer_r dl dd a{
      padding-left: 0.15rem;
      font-size: 0.28rem;
    }
    
    .footerbg .footer .footer_con .footer_r dl dd a i{
      top: -2px;
    }
    

    
    
    .footerbg .footer .end{
      margin: 0 auto;
      padding: 0.2rem 0 0.4rem 0;
      line-height: 0.35rem;
      font-size: 0.28rem;
    }
    
    
    .footerbg .footer .end a{
      font-size: 0.28rem;
     
    }
    
    .footerbg .footer .end::after{
      position: absolute;
      right: -0%;
      top: 0px;
      content: "";
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.3);
    }
}
