body {
  color: #333;
  font-family: "Microsoft Yahei", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

html {
  font-size: 100px;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #00aa65;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 82%;
  margin: 0 auto;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  transform: perspective(1px);
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.18rem;
  padding: 0 1.2rem;
  top: 0;
}
.header .logo img {
  width: 1.15rem;
}
.header .flex {
  justify-content: space-between;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  padding: 0 0.28rem;
}
.header .nav > li > a {
  display: block;
  line-height: 0.88rem;
  position: relative;
  color: #a7a7a7;
}
.header .nav > li.on > a,
.header .nav > li:hover > a {
  color: #fff;
}
.header .nav > li.on > a::after,
.header .nav > li:hover > a::after {
  content: "";
  border-bottom: 3px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.header .side {
  display: flex;
  align-items: center;
}
.header .side .tel {
  background: url(../images/tel.png) center no-repeat;
  height: 0.24rem;
  background-size: 100% 100%;
  margin-right: 0.4rem;
  width: 0.24rem;
}
.header.on {
  background: none;
}
.m_nav {
  width: 0.25rem;
  cursor: pointer;
  z-index: 99;
}
.m_nav i {
  display: block;
  height: 2px;
  background: #a7a7a7;
}
.m_nav i + i {
  margin-top: 0.05rem;
}
.m_nav i:last-child {
  width: 0.15rem;
}
.cross i:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.cross i:nth-of-type(2) {
  opacity: 0;
}
.cross i:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  width: 0.25rem;
}
.header .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
  background: #fff;
}
.header .nav > li:hover .dropdown {
  display: block;
}
.header .dropdown .flex .side {
  background: #f2f3f7;
  width: 36%;
  margin-right: 1rem;
  text-transform: uppercase;
  font-size: 0.26rem;
  padding: 0.75rem 0 0.75rem 1.2rem;
}
.header .dropdown .flex .side dd {
  font-size: 0.58rem;
  font-family: DIN;
  font-weight: bold;
}
.header .dropdown .flex ol {
  display: flex;
  flex-wrap: wrap;
  line-height: 0.6rem;
  max-width: 70%;
}
.header .dropdown .flex ol li {
  width: 33.333%;
}
.header .dropdown .flex ol li a {
  display: block;
  text-align: center;
  border-radius: 0.1rem;
}
.header .dropdown .flex ol li a:hover {
  color: #fff;
  background: #00aa65;
}
/**/
.footer {
  font-size: 0.15rem;
  background: url(../images/footer_02.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  border-top: 3px solid #00aa65;
}
.footer a,
.footer .bd ul {
  color: #999999;
}
.footer a:hover {
  color: #00aa65;
}
.footer .bd {
  display: flex;
  padding: 0.7rem 0;
  justify-content: space-between;
}
.footer .bd ul {
  line-height: 0.31rem;
  font-size: 0.14rem;
}
.footer .bd .title {
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.15rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #525657;
}
.footer .bd .title::after {
  content: "";
  border-top: 1px solid #00aa65;
  width: 0.34rem;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.footer .bd .flex {
  align-items: stretch;
}
.footer .bd .flex .code {
  margin-left: 0.3rem;
  text-align: center;
  width: 1.3rem;
}
.footer .bd .flex li {
  margin-bottom: 0.1rem;
}
.footer .bd .flex .code p {
  margin-top: 0.1rem;
}
.footer .ft {
  text-align: center;
  padding: 0.15rem 0;
  background: #1b1b1b;
}
/**/
.banner_info {
  position: relative;
}
.banner_info img {
  height: 4.07rem;
}
.banner_info .bd {
  position: absolute;
  width: 100%;
  padding-top: 0.7rem;
  color: #fff;
  font-size: 0.26rem;
  left: 0;
  text-transform: uppercase;
  top: 50%;
  transform: translate(0, -50%);
}
.banner_info .bd p {
  font-size: 0.56rem;
  color: #00aa65;
  font-weight: bold;
  margin-top: 0.15rem;
}
/**/
.title_common {
  text-align: center;
  font-size: 0.28rem;
}
.title_common span {
  font-size: 0.34rem;
  color: #a2a2a2;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0.1rem;
  display: block;
  opacity: 0.5;
}
.title_common h2::after {
  content: "";
  display: block;
  width: 0.54rem;
  height: 0.04rem;
  margin: 0.2rem auto 0;
  background: #00aa65;
}
/**/
.bread {
  font-size: 0.15rem;
  color: #666666;
  border-bottom: 1px solid #ddd;
}
.bread ul {
  display: flex;
  height: 0.68rem;
  align-items: center;
}
.bread ul li a,
.bread ul li {
  display: flex;
  align-items: center;
}
.bread ul li i {
  width: 0.17rem;
  height: 0.2rem;
  background: url(../images/projectitem_04.png) center no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-right: 0.1rem;
}
.bread ul li + li::before {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  margin: 0 0.1rem;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
/**/

/**/

/**/

.pages {
  display: flex;
  justify-content: center;
  font-size: 0.16rem;
  font-family: Inter;
}
.pages a {
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #ddd;
  margin: 0 0.05rem;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages a.on,
.pages a:hover {
  color: #fff;
  background: #00408b;
  border-color: #00408b;
}

/*分页样式*/
.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a,.pglist span{color: #999;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 30px;background: #fff;border: 1px solid #f2f2f2;}
.pglist a:hover,.pglist span{display:inline-block;color: #fff;background: #0078c5;border-color: #0078c5;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pglist a.page-num-current{display:inline-block;color: #fff;background: #0078c5;border-color: #0078c5;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}

/**/
.rightside {
  font-size: 0.17rem;
  position: fixed;
  z-index: 99;
  right: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.98rem;
  border-radius: 0.1rem;
  overflow: hidden;
  text-align: center;
  background: #f4f5f8;
}
.rightside a {
  display: block;
  padding: 0.15rem 0;
  color: #b4b7c7;
}
.rightside a img {
  width: 0.4rem;
  margin-bottom: 0.05rem;
}
.rightside li + li {
  border-top: 1px solid #ddd;
}
.rightside a:hover {
  color: #fff;
  background: #00af4f;
}
.rightside a:hover img {
  filter: brightness(100);
}
/**/
.pcmenu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 98;
  background: url(../images/menu.jpg) center no-repeat;
  background-size: cover;
  font-size: 0.16rem;
  padding: 2rem 1.2rem 0;
  display: none;
  transition: all 0.3s;
}
.pcmenu.on {
  display: block;
}
.pcmenu a {
  color: #a3aac2;
}
.pcmenu a:hover {
  color: #fff;
}
.pcmenu .tab {
  font-size: 0.28rem;
  margin-bottom: 0.5rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.pcmenu .tab li {
  flex: 1;
}
.pcmenu .tab li a {
  display: block;
  position: relative;
  padding-bottom: 0.35rem;
}
.pcmenu .tab li.on a {
  font-weight: bold;
  color: #fff;
}
.pcmenu .tab li.on a:after {
  content: "";
  height: 0.05rem;
  width: 70%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pcmenu .tabbox ul {
  display: flex;
  flex-wrap: wrap;
}
.pcmenu .tabbox ul li {
  padding: 0 0.5rem 0.3rem 0;
}
.m_tab {
  font-size: 0.14rem;
  line-height: 0.36rem;
}
.m_tab a {
  color: #fff;
}
.m_tab ol {
  display: none;
}
.m_tab ol li {
  font-size: 0.13rem;
}
.m_tab ol li:last-child {
  border: none;
}
.m_tab li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.m_tab > li {
  position: relative;
}
.m_tab > li i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 0.36rem;
}
.m_tab > li i::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.05rem;
}
.m_tab > li i.on::after {
  border-width: 0 1px 1px 0;
}
