* {
  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: 'Microsoft YaHei',  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: 94%;
    margin: 0 auto;
    max-width: 14.4rem;

}

.pagecontainer {
  width: 94%;
    margin: 0 auto;
    max-width: 14.4rem;

}

.pagecontainer1 {
  width: 94%;
    margin: 0 auto;
    max-width: 14.6rem;

}


@media (max-width: 980px) {
    .page_container {
        width: 92%;

    }
    .pagecontainer {
        width: 92%;

    }

}



/* top */


.header{
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: absolute;
  z-index: 10;
}

.top_bg{
  width: 100%;
  margin: 0 auto 0.33rem auto;
  height: 0.9rem;
  background: url(../images/top_xt.png) no-repeat bottom center;
  background-size: 100%;
}


.top_bg .top_con{
  margin: 0 auto;
  width: 87%;
  max-width: 1660px;
}

.top_bg .top_con .logo{
  float: left;
  margin-top: 0.3rem;
  width: 23.7%;
  max-width: 3.93rem;
}

.top_bg .top_con .logo img{
  display: block;
  width: 100%;
  height: auto;
}

.top_bg .top_con .top_r{
  float: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

.top_bg .top_con .top_r .yuyan{
  display: inline-block;
  width: 0.85rem;
  height: 0.35rem;
  line-height: 0.35rem;
  background: #007779;
  border-radius: 45px;
  text-align: center;
}

.top_bg .top_con .top_r .yuyan a{
  display: inline-block;
  text-align: center;
  padding-left: 0.25rem;
  font-size: 0.18rem;
  color: #ffffff;
  text-transform: uppercase;
  background: url(../images/enico.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
}

.top_bg .top_con .top_r .search{
  display: inline-block;
  margin-left: 0.15rem;
  width: 1.9rem;
  height: 0.35rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 45px;
}

.top_bg .top_con .top_r .search .searchInp{
  float: left;
  width: 1.2rem;
  height: 0.35rem;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.top_bg .top_con .top_r .search .searchInp::placeholder{
  font-size: 0.16rem;
  color: #fff;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.top_bg .top_con .top_r .search .submitBtn{
  float: right;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/sou.png) no-repeat  center;
  background-size:100%;
  margin: 0.08rem 0.18rem 0 0;
} 


/* nav */

.nav_bg{
  width: 100%;
  height: 0.5rem;
  margin: 0 auto;
  
}

.nav_bg .t_nav{
  margin: 0 auto;
  width: 87%;
  max-width: 1660px;
}

.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.8rem;
  position: relative;
  z-index: 5;
  text-align: center;
}

.nav_bg .t_nav>ul>li>a{
  display: block;
  font-size: 0.2rem;
  color: #FFFFFF;
  transition: .5s;
}


.nav_bg .t_nav ul li .sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  padding-top: 0.1rem;
  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: #007779;

}

.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: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: #007779;
}


.fixedNav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(0,0,0,.08);
  padding: 0.1rem 0;
    height: 1rem;
}

.fixedNav .t_nav>ul>li>a{
  color: #c7272b;
}
.fixedNav .t_nav>ul>li>a>span{
  font-weight:bold;
  font-size:.2rem;
}
/* phone_header*/

.phone_header {
  width: 100%;
  margin: 0 auto;
  display: none;
  padding-bottom: 1rem;
  position: relative;
  z-index: 99;
  background: #007779;
}


.headerTop {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 1rem;
  background: #007779;
}

.headerTop .headerTel {
  float: left;
  margin-top: 0.15rem;
  margin-left: 0.2rem;
  max-width: 65%;
}

.headerTop .headerTel a {
  display: block;
}

.headerTop .headerTel a img {
  width: auto;
  height: 0.7rem;
  float: left;
  display: block;
  object-fit: contain;
}

.headerTop .yuyan{
  float: right;
  width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #016b6d;
  border-radius: 45px;
  text-align: center;
  margin: 0.25rem 0.45rem 0 0;
} 

.headerTop .yuyan a{
  display: inline-block;
  text-align: center;
  padding-left: 0.25rem;
  font-size: 0.18rem;
  color: #ffffff;
  text-transform: uppercase;
  background: url(../images/enico.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
}

.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;
}


.phone_header .logon{
  text-align: center;
  margin: 1.7rem auto 0 auto;
  width: 90%;
}

.phone_header .logon a{
  display: inline-block;
  font-size: 0.32rem;
  color: #fff;
  background: url(../images/xt.png) no-repeat right center;
  padding-right: 0.3rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  line-height: 0.6rem;
  width: 40%;
}

.phone_header .logon a i{
  display: inline-block;
  background: url(../images/ico.png) no-repeat  center;
  background-size: 100%;
  width: 0.28rem;
  height: 0.28rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  position: relative;
  top: -2px;
}

.phone_header .logon a:nth-child(2n){
  background: none;
}


.Nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  background: rgba(0, 119, 121, 0.9);
  display: none;
  overflow-x: hidden;
  padding-bottom: 0.6rem;
}

.Nav .navBox .close {
  height: auto;
  width: 0.8rem;
  position: absolute;
  top: 3%;
  right: 3%;
}

.Nav .navBox .close img {
  width: 100%;
}

.Nav .search {
  margin: 1rem 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-size: 0.26rem;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 0.15rem;
  border-top-left-radius: 45px;
  border-bottom-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 .yuyan{
  margin: 1.2rem 0 0.2rem 0;
  text-align: center;
}

.Nav .yuyan a{
  width: 35%;
  color: #fff;
  font-size: 0.32rem;
  padding: 0 0.2rem;
  background: url(../images/topxt.png) no-repeat right center;
  margin: 0rem auto 0.2rem auto;
  display: inline-block;
}

.Nav .yuyan a:nth-child(2n){
  background: none;
}


.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.4rem;
}

.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  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;
}

.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.56rem;
  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;
}




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: #077b7d url(../images/footerbg.jpg) no-repeat top center;
  background-size: 100% ;
}

.footerbg .links{
  margin: 0 auto;
  overflow: hidden;
}

.footerbg .links .links_l{
  float: left;
  width: 34%;
  min-height: 2.57rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);

}

.footerbg .links .links_l .links_t{
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.5rem;
  line-height: 0.4rem;
  background: url(../images/links.png) no-repeat left center;
  background-size: 0.4rem 0.4rem ;
  margin-top: 0.45rem;
}

.footerbg .links .links_l .links_nr{
  margin-top: 0.15rem;
  display: flex;
  justify-content: left; 
  flex-wrap: wrap;
}

.footerbg .links .links_l .links_nr a{
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.4rem;
width:33%;
}


.footerbg .links .links_r{
  float: right;
  width: 61%;
}

.footerbg .links .links_r .links_t{
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.5rem;
  line-height: 0.4rem;
  background: url(../images/links.png) no-repeat left center;
  background-size: 0.4rem 0.4rem ;
  margin-top: 0.45rem;
}

.footerbg .links .links_r .links_nr{
  margin-top: 0.15rem;
  display: flex;
  justify-content: left; 
  flex-wrap: wrap;
}

.footerbg .links .links_r .links_nr a{
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.3rem;
  width:25%;margin:5px 0;
}


.footerbg .footer{
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.42rem;

}

.footerbg .footer .f_cont{
  position: relative;
  z-index: 5;
}

.footerbg .footer .f_cont::after{
  position: absolute;
  right: 22%;
  top: -0.18rem;
  content: "";
  z-index: -1;
  background: url(../images/ftxt.png) no-repeat  center;
  background-size: 100%;
  width: 6.32rem;
  height: 0.8rem;
}

.footerbg .footer .f_cont_nr{
 position: relative;
 z-index: 5;
 display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.footerbg .footer .f_cont_nr .flogo{
  float: left;
  width: 27.5%;
  max-width: 3.93rem;
}

.footerbg .footer .f_cont_nr .flogo img{
  display: block;
  width: 100%;
  height: auto;
}

.footerbg .footer .f_cont_nr .f_r{
  float: right;
} 

.footerbg .footer .f_cont_nr .f_r ul li{
  position: relative;
  float: left;
  margin-left: 0.2rem;
}

.footerbg .footer .f_cont_nr .f_r ul li span{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #20888a;
}

.footerbg .footer .f_cont_nr .f_r ul li span img{
  display: block;
  width: 100%;
  height: 100%;

}

.footerbg .footer .f_cont_nr .f_r ul li i{
  position: absolute;
  bottom: 100%;
  left: -50%;
  transform: translateX(-10%);
  display: block;
  width: 1.5rem;
  background: #fff;
  padding: 0.1rem;
  box-shadow: 0px 4px 15px  rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
}

.footerbg .footer .f_cont_nr .f_r ul li i img{
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  margin: 0 auto;

}


.footerbg .footer .f_cont_nr .f_r ul li:hover i{
  opacity: 1;
}


.footerbg .footer .f_lianxi{
  margin: 0.5rem auto 0.45rem auto;

} 

.footerbg .footer .f_lianxi ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerbg .footer .f_lianxi ul li{
  line-height: 0.3rem;
  align-items: center;
  display: flex;
  max-width: 25%;
}

.footerbg .footer .f_lianxi ul li em{
  display: inline-block;
  width: 0.2rem;
  margin-right: 0.15rem;
}

.footerbg .footer .f_lianxi ul li em img{
  display: block;
  width: 0.2rem;
  height: 0.2rem;


}

.footerbg .footer .f_lianxi ul li span{
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  width: 90%;
}





.footerbg .endbg{
  width: 100%;
  background: #016b6d;


}

.footerbg .endbg .end{
  margin: 0 auto;
  padding: 0.19rem 0;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.footerbg .endbg .end a{
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1024px){
  .footerbg .links .links_l .links_nr a:hover{
    color: rgba(255, 255, 255, 0.6);
  }

  .footerbg .links .links_r .links_nr a:hover{
    color: rgba(255, 255, 255, 0.6);
  }

}



@media (max-width: 980px){


  .header{
    display: none;
  }


  .phone_header {
    display: block;
  }


  .footerbg {
    background-size: 100% 100%;
}

  
  .footerbg .links{
    padding-bottom: 0.25rem;

  }
  
  .footerbg .links .links_l{
    float: none;
    width: 100%;
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.2rem;
  }
  
  .footerbg .links .links_l .links_t{
    font-size: 0.28rem;
    padding-left: 0.6rem;
    line-height: 0.5rem;
    margin-top: 0.4rem;
  }
  
  .footerbg .links .links_l .links_nr{
    margin-top: 0.15rem;

  }
  
  .footerbg .links .links_l .links_nr a{
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-right: 0;
    width: 33%;
    text-align: center;
  }
  
  
  .footerbg .links .links_r{
    float: none;
    width: 100%;
  }
  
  .footerbg .links .links_r .links_t{
    font-size: 0.28rem;
    padding-left: 0.6rem;
    line-height: 0.5rem;
    margin-top: 0.3rem;
  }
  
  .footerbg .links .links_r .links_nr{
    margin-top: 0.15rem;
  }
  
  .footerbg .links .links_r .links_nr a{
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-right: 0;
    width: 50%;
    text-align: center;
  }
  
  
  .footerbg .footer{
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.4rem;
  
  }
  
  .footerbg .footer .f_cont{
    position: relative;
    z-index: 5;
  }
  
  .footerbg .footer .f_cont::after{
    position: absolute;
    right: 22%;
    top: -0.18rem;
    content: "";
    z-index: -1;
    background: url(../images/ftxt.png) no-repeat  center;
    background-size: 100%;
    width: 6.32rem;
    height: auto;
  }
  
  
  .footerbg .footer .f_cont_nr .flogo{
    float: none;
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
  }
  
  .footerbg .footer .f_cont_nr .flogo img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
  }
  
  .footerbg .footer .f_cont_nr .f_r{
    float: none;
    width: 100%;
    margin: 0.35rem auto 0 auto;
    text-align: center;
  } 
  
  .footerbg .footer .f_cont_nr .f_r ul li{
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 0.2rem;
  }
  
  .footerbg .footer .f_cont_nr .f_r ul li span{
    display: block;
    width: 0.7rem;
    height: 0.7rem;
  }
  
  
  .footerbg .footer .f_cont_nr .f_r ul li i{

    transform: translateX(-10%);
    width: 1.7rem;
    padding: 0.1rem;
    font-size: 0.24rem;

  }
  
  .footerbg .footer .f_cont_nr .f_r ul li i img{
    width: 1.5rem;
    height: 1.5rem;
  
  }

  .footerbg .footer .f_cont_nr .f_r ul li:last-child i{
    width: 2.3rem;
  }
  
  .footerbg .footer .f_lianxi{
    margin: 0.4rem auto 0.45rem auto;
  
  } 
  
  
  .footerbg .footer .f_lianxi ul li{
    line-height: 0.5rem;
    align-items: center;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  
  .footerbg .footer .f_lianxi ul li em{
    display: inline-block;
    width: 0.3rem;
    margin-right: 0.25rem;
  }
  
  .footerbg .footer .f_lianxi ul li em img{
    width: 0.3rem;
    height: 0.3rem;
  
  
  }
  
  .footerbg .footer .f_lianxi ul li span{
    font-size: 0.24rem;
    width: 90%;
  }
  
  
  
  .footerbg .endbg .end{
    padding: 0.15rem 0;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
  
  


}