@charset "utf-8";
/* CSS Document */
html {
  background: #fff;
  font-size: 62.5%; /* 10÷16=62.5% */
}
body {
  font-size: 16px;
  font-size: 1.6rem; /* 14÷10=1.4 */
  background: #ffffff;
  color: #333;
  font-family: "Microsoft YaHei", SimSun, SimHei, "STHeiti Light", STHeiti,
    "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0px;
  padding: 0px;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* fieldset,
img {
  border: 0;
} */
/* img,
object {
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  object-fit: contain;
} */
a {
  outline: none;
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
input[type="button"] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

ul,
ol,
li {
  list-style: none outside none;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea,
select {
  font-weight: inherit;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}

/*头部样式*/

.wraq_header {
  width: 100%;
  background: #0a855b;
}

.header {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 300px;
  min-height: 170px;
  z-index: 9999;
  position: relative;
  display: flex;
  align-items: center;
}
.logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 1003;
  margin: 18px;
}

.btn_ser {
  display: inline-block;
  width: 34px;
  height: 31px;
  cursor: pointer;
}
.btn_ser img {
  vertical-align: middle;
}
/*二维码*/
.codeWrap {
  width: 168px;
  position: absolute;
  top: 17px;
  right: 230px;
  font-size: 12px;
  display: none;
}
.code {
  width: 80px;
  height: 116px;
  float: left;
  margin-right: 6px;
  background-color: #fff;
}
.code02 {
  margin-right: 0;
}
.code_img {
  display: block;
  width: 100%;
  height: 80px;
  margin: 0;
}
.code_title {
  display: block;
  height: 32px;
  text-align: center;
  line-height: 16px;
  color: #4f5050;
  margin: 0;
  padding: 0 5px;
}
.code02 .code_title {
  padding: 0 1px;
}
.ser {
  display: none;
  width: 210px;
  height: 35px;
  right: 158px;
  top: 82px;
  line-height: 30px;
  background-color: #fff;
  z-index: 9999994;
}
.top_box {
  font-size: 14px;
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 10px;
  font-size: 14px;
  max-width: 1200px;
  margin: 0 auto;
}
/* .top_box a,
.top_box span{
  color: #fff;
} */
.nav_box {
  width: 100%;
  background-color: #f0f7f6;
  display: none;
}
.nav {
  height: 40px;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 300px;
}
.nav > ul {
  height: 40px;
  width: 100%;
}
.nav ul li {
  float: left;
  line-height: 40px;
  position: relative;
  border-right: 1px #fff solid;
}
.nav ul > li {
  width: 11%;
}
.nav ul > li:first-child {
  width: 8%;
}
.nav ul li a {
  padding: 0;
  text-align: center;
}
.nav ul li > a {
  color: #007072;
  display: block;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.7rem;
}
.nav ul li > a:hover,
.nav ul li.on > a {
  background-color: #fff;
}
.nav .minfoWrap {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9993;
  overflow: hidden;
}
.nav .minfoWrap_inner {
  margin: 0 auto;
  width: auto;
}
.nav .nav01 {
  background: #fff none repeat scroll 0 0;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.nav ul .nav01 li {
  float: left;
  height: auto;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
.nav .minfoWrap a {
  border-right: medium none;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.nav .minfoWrap_inner .fr {
  color: #007072;
  float: left;
  line-height: 30px;
  margin-right: 45px;
  padding-top: 18px;
  text-align: left;
  width: 270px;
}
.nav .minfoWrap_inner a:hover,
.nav .minfoWrap_inner a.hover {
  background: #0a855b;
  color: #fff;
  text-decoration: none;
}
.nav .minfoWrap_inner a {
  border-left: medium none;
  padding: 5px 10px;
}

/*footer*/

.goTop {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 99;
  color: #0a855b;
  text-align: center;
  font-size: 16px;
  transition: none;
}
.goTop i {
  color: #0a855b;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.goTop:hover {
  color: #0a855b;
}
.goTop:hover i {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}
@keyframes rotate {
  from {
    transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }
  to {
    transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }
  to {
    -moz-transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }
  to {
    -webkit-transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}
/*手机端导航*/
.snav {
  z-index: 1002;
  width: 100%;
  display: none;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.navm {
  width: 100%;
  z-index: 9999;
  line-height: 30px;
  background-color: #0a855b;
  overflow: hidden;
  text-align: left;
  display: none;
  position: absolute;
}
.navm ul {
}
.navm li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #0a855b;
}
.navm li a {
  font-size: 15px;
  font-size: 1.5rem;
  width: 120px;
  float: left;
  line-height: 18px;
  padding: 10px 0px;
  color: #fff;
  padding-left: 13px;
  display: block;
}
.navm li a:hover {
  color: #fff;
}
.navm li span {
  padding: 10px 10px 0 0;
  float: right;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
}
.navm dl {
  background-color: #fff;
  color: #004489;
  padding-left: 20px;
}
.navm dl dd {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}
.navm li.on dl dd a {
  display: block;
  font-size: 14px;
  color: #282828;
  line-height: 30px;
  height: 30px;
  width: 100%;
}
.navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  display: block;
  border: none;
  padding: 0px;
}
.navm li dl dd a:hover {
  color: #ee931d;
}
.subNavs {
  width: 100%;
  overflow: hidden;
  display: none;
}
.nlinks {
  width: 100%;
  overflow: hidden;
}
.nlinks span {
  float: left;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
}
.nlinks span a {
  color: #fff;
}

/*footer*/
.footerWrap {
  width: 100%;
  background: #0a855b;
  margin: 30px auto 0;
  overflow: hidden;
  min-height: 230px;
  display: inline-block;
}
.friendCon {
  width: 100%;
}
.friendLink {
  width: 1200px;
  margin: 0 auto;
}
.footer {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.footer_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  margin: 20px 0;
}
.footer_right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0;
  gap: 20px;
}
.copyRight {
  text-align: left;
  margin-left: 110px;
}
.copyRight a ,
.copyRight div {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}
.copyRight a:hover{
  color: #0056b3;
}
.link03 span {
  margin: 0 4px;
  color: #fff;
}
.link03 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 30px;
}

@media screen and (max-width: 1280px) {
  .snav {
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    width: auto;
    padding: 0 8px;
  }
  .headerCur01,
  .minfoWrap_inner .fl,
  .Links01 li {
    width: 33.333%;
  }
  .goTop {
    right: 10px;
  }
  .Banner {
    width: 100%;
  }
  .footer_icon01 {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 35px;
  }
  .friendLink {
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .BannerList h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
  }
  .BannerList p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .BannerList p span {
    display: block;
    margin: 0 auto;
  }
  .BannerList p strong {
    display: none;
  }

  .footer_icon01 {
    top: 0px;
  }
  .footer_left {
    justify-content: center;
  }
  .footer_right {
    align-items: center;
  }
  .copyRight{
    margin-left: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background-size: cover;
    background-position: bottom center;
  }
  #divselect2,
  #divselect4,
  #divselect6 {
    float: right;
    margin-right: 0;
  }
  .friendLink form {
    margin-top: 10px;
  }
  .link03 {
    margin-top: 20px;
  }
  .select03,
  .select04,
  .select05,
  .select06 {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .footer_icon01 {
    top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .footer_icon01 {
    left: 8px;
  }
}
