* {
  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",'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";
  font-weight: 700;
  src: url("../fonts/AlibabaPuHuiTi-2-55-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("../fonts/AlibabaPuHuiTi-2-65-Medium.woff") format("woff");
  font-display: swap;
}

.PuHuiTi {
  font-family: "Alibaba PuHuiTi 2.0";
}


/*top*/

.top_bg{
    position: fixed;
    width: 100%;
    height: 1.15rem;
    z-index: 999;
    padding: 0.2rem 0;
}

.top_bg .top_con{
    margin: 0 auto;
    width: 94%;
    max-width: 1800px;
}

.top_bg .top_con .logo{
    float: left;
    margin: 0;
    width: 31.8%;
    margin-top: 0.15rem;
}

.top_bg .top_con .logo img{
    display: block;
    width: 100%;
    height: auto;
}

.top_bg .top_con .top_r{
    float: right;
    width: 60%;
    position: relative;
} 

.top_bg .top_con .top_r .search{
    height: 0.34rem;
    overflow: hidden;
}


.top_bg .top_con .top_r .sou{
  display: inline-block;
  width: 22%;
  height: 0.34rem;
  background: #fff;
  float: right;
}

.top_bg .top_con .top_r .sou .searchInp{
  float: left;
  width: 70%;
  height: 0.3rem;
  background: none;
  font-size: 0.14rem;
  color: #333;
  text-indent: 0.1rem;


}

.top_bg .top_con .top_r .sou .searchInp::placeholder{
  font-size: 0.14rem;
  color: #333;
}

.top_bg .top_con .top_r .sou .search_box  .submitBtn{
  float: right;
  width: 0.21rem;
  height: 0.2rem;
  background: url(../images/sou.png) no-repeat  center;
  background-size: 100%;
  margin: 0.07rem 0.1rem 0 0;
  cursor: pointer;
}


.top_bg .top_con .top_r .yuyan{
  margin-right: 0.15rem;
  display: inline-block;
  float: right;
  line-height: 0.34rem;

}

.top_bg .top_con .top_r .yuyan a{
  display: inline-block;
  background: url(../images/xt.png) no-repeat right center;
  padding: 0 0.15rem;
}

.top_bg .top_con .top_r .yuyan a:last-child{
  background: none;
}

.top_bg .top_con .top_r .yuyan a i{
  display: inline-block;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
}

.top_bg .top_con .top_r .yuyan a  img{
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;

}



/*nav*/

.nav_bg{
    width: 103%;
    margin: 0rem auto 0 auto;
    height: 0.5rem;
    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%;
}

.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 1.2%;
}



.nav_bg .t_nav>ul>li>a{
    display: block;
}

.nav_bg .t_nav>ul>li>a>span{
    display: inline-block;
    font-size: 0.2rem;
    line-height: 0.5rem;
    color: #fff;
    text-transform: capitalize;
    -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: #f49900;
    
}


.nav_bg .t_nav>ul>li.another>a>span{
    color: #f49900;
}


.t_nav ul li .submenu {

    display: none;

    position: absolute;

    top: 0.5rem;

    left: -32px;

    background: #1a3366;

    width: 150px;

    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: #f49900;
    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);
}



/* 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: #1c51a3;
}

.headerTop .headerTel {
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    max-width: 85%;
}

.headerTop .headerTel a {
    display: block;
}

.headerTop .headerTel a img {
    width: auto;
    height: 0.6rem;
    float: left;
    display: block;
    object-fit: contain;
}


.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(28, 81, 163, 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/sou1.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::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%;
  }


  .phone_header .yuyan{
    text-align: center;
    margin: 2rem auto 0 auto;
  }

  .phone_header .yuyan a{
    display: inline-block;
    margin: 0 0.1rem;
    background: url(../images/xt.png) no-repeat  right center;
    padding-right: 0.4rem;
  }

  .phone_header .yuyan a img {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.2rem;
    position: relative;
    top: -0rem;
    vertical-align: inherit;
  }


  .phone_header .yuyan a:last-child{
    background: none;
  }

  .phone_header .yuyan a i{
    font-size: 0.4rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
  }


  @media (max-width: 1600px){

  .nav_bg .t_nav>ul>li{
    padding: 0 1%;
}

  }

  @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 top center;
    background-size: cover;
    overflow: hidden;
  }
  
  .footerbg .footer{
    margin: 0 auto;
    padding-top: 0.42rem;
  }


  .footerbg .footer .links{
    height: 0.95rem;
    border-bottom: 1px solid rgba(216, 216, 216, 0.1);
    display: flex;
    flex-wrap: wrap;
  }


  .footerbg .footer .links dl{
    width: 23.5%;
    height: 0.56rem;
    margin-right: 2%;
    position: relative;
  }

  .footerbg .footer .links dl:last-child{
    margin-right: 0;
  }

  .footerbg .footer .links dl .links_t{
    width: 99%;
    height: 0.54rem;
    line-height: 0.54rem;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 0 6%;
    align-items: center;
    justify-content: space-between;
    display: flex;
  flex-wrap: wrap;
  }

  .footerbg .footer .links dl .links_t span{
    display: block;
    float: left;
    font-size: 0.18rem;
    color: #FFFFFF;

  }

  .footerbg .footer .links dl .links_t img{
    display: block;
    float: right;
    width: 0.13rem;
    height: 0.075rem;
  }

  .footerbg .footer .links dl .links_on {
    background: #f8f8f8;
    height: 2rem;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    padding: .15rem 0rem;
    z-index: 50000;
    top: 100%;
    display: none;
    overflow-y: auto;
  }

  .footerbg .footer .links dl .links_on li {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #333;
    transition: 0.5s;
    padding: 0 .15rem;
  }

  .footerbg .footer .links dl .links_on li:hover {
    background: #2556A5;
 
  }

  .footerbg .footer .links dl .links_on li:hover a{
    color: #fff;
  }


  .footerbg .footer .f_cont{
    margin: 0 auto;
    padding: 0.45rem 0 0.3rem 0;
    overflow: hidden;

  }


  .footerbg .footer .f_cont .flogo{
    float: left;
    width: 39.6%;
    margin-top: 0.2rem;
    
  }

  .footerbg .footer .f_cont .flogo img{
    width: 100%;
    height: auto;
  }

  .footerbg .footer .f_cont .f_fl{
    float: left;
    margin-left: 21%;
    width: 28%;
    
  }

  .footerbg .footer .f_cont .f_fl ul li{
    overflow: hidden;
    line-height: 0.36rem;

  }

  .footerbg .footer .f_cont .f_fl ul li img{
    display: block;
    float: left;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0.1rem 0.15rem 0 0;
  }

  .footerbg .footer .f_cont .f_fl ul li p{
    float: left;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.9);
    width: 90%;
  }

  .footerbg .footer .f_cont  .ewm{
    float: right;
    width: 1rem;
  }

  .footerbg .footer .f_cont .ewm img{
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    margin: 0 auto;
  }

  .footerbg .footer .f_cont  .ewm p{
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    margin: 0.12rem auto 0 auto;
  }

  .footerbg .footer .end{
    padding: 0.4rem 0 0.3rem 0;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.9);
  }

  .footerbg .footer .end a{
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 0.34rem;


  }




  @media (max-width: 980px){

    .footerbg{

    }
    
    .footerbg .footer{
      margin: 0 auto;
      padding-top: 0.5rem;
    }
  
  
    .footerbg .footer .links{
      height: auto;
      border-bottom: 1px solid rgba(216, 216, 216, 0.1);
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 0.2rem;
    }
  
  
    .footerbg .footer .links dl{
      width: 48%;
      height: 0.6rem;
      margin-right: 4%;
      margin-bottom: 0.3rem;
      position: relative;
    }
  
    .footerbg .footer .links dl:last-child{
      margin-right: 0;
    }

    .footerbg .footer .links dl:nth-child(2n){
      margin-right: 0;
    }
  
    .footerbg .footer .links dl .links_t{
      width: 99%;
      height: 0.6rem;
      line-height: 0.6rem;
    }
  
    .footerbg .footer .links dl .links_t span{
      display: block;
      float: left;
      font-size: 0.26rem;
      color: #FFFFFF;
  
    }
  
    .footerbg .footer .links dl .links_t img{
      display: block;
      float: right;
      width: 0.18rem;
      height: 0.08rem;
    }
  
    .footerbg .footer .links dl .links_on {
      background: #f8f8f8;
      height: 3rem;
      padding: .15rem 0rem;

    }
  
    .footerbg .footer .links dl .links_on li {
      font-size: 0.26rem;
      line-height: 0.55rem;
    }

  
    .footerbg .footer .f_cont{
      margin: 0 auto;
      padding: 0.25rem 0 0.25rem 0;
      overflow: hidden;
  
    }
  
  
    .footerbg .footer .f_cont .flogo{
      float: none;
      width: 100%;
      text-align: center;
      margin: 0rem auto 0 auto;
      
    }
  
    .footerbg .footer .f_cont .flogo img{
      width: 86%;
      height: auto;
      margin: 0 auto;
    }
  
    .footerbg .footer .f_cont .f_fl{
      float: none;
      margin: 0.4rem auto 0 auto;
      width: 100%;
      
    }
  
    .footerbg .footer .f_cont .f_fl ul li{
      overflow: hidden;
      line-height: 0.46rem;
  
    }
  
    .footerbg .footer .f_cont .f_fl ul li img{
      display: block;
      float: left;
      width: 0.26rem;
      height: 0.26rem;
      margin: 0.1rem 0.15rem 0 0;
    }
  
    .footerbg .footer .f_cont .f_fl ul li p{
      float: left;
      font-size: 0.26rem;
      color: rgba(255, 255, 255, 0.9);
      width: 90%;
    }
  
    .footerbg .footer .f_cont  .ewm{
      float: none;
      width: 1.3rem;
      margin: 0.1rem auto 0 auto;
    }
  
    .footerbg .footer .f_cont .ewm img{
      width: 1.3rem;
      height: 1.3rem;
      display: block;
      margin: 0 auto;
    }
  
    .footerbg .footer .f_cont  .ewm p{
      font-size: 0.24rem;
      color: #fff;
      text-align: center;
      margin: 0.12rem auto 0 auto;
    }
  
    .footerbg .footer .end{
      padding: 0.2rem 0 0.3rem 0;
      font-size: 0.26rem;
      line-height: 0.4rem;
    }
  
    .footerbg .footer .end a{
      font-size: 0.26rem;
     
  
  
    }
  

  }