
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-scale {
  0%, 85%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes o-opacity {
  0%, 30%, 60%, 100% {
    opacity: 0;
  }
  15%, 45% {
    opacity: 1;
  }
}
@keyframes o-scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes p-ani-2 {
  from, to {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 12px, 0);
  }
}
@keyframes p-ani-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-width {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  60% {
    width: 100%;
    left: 0;
    right: auto;
  }
  61% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@keyframes p-ani-4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  70%, 100% {
    opacity: 0;
    transform: translateX(1vw);
  }
}
@keyframes p-ani-5 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
  .dom-loaded .header .nav li .subnav {
    transition: all 0.3s ease;
  }
  .dom-loaded .header .ope .hide {
    transition: all 0.3s ease;
  }
  .dom-loaded .fixed-search .bg {
    transition: all 0.3s ease;
  }
  .dom-loaded .fixed-search form {
    transition: transform 0.3s ease;
  }
}
.wrapper {
  width: 80vw;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

/* header */
.mHeader {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 135px;
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  transition: all 0.5s ease;
}
.header.changeHeader {
  background: #fff;
  height: 80px;
  border-bottom: 1px #e6e6e6 solid;
}
.header.changeHeader .control .social .annulus .item {
  background: #ebedf1;
}
.header.changeHeader .control .social .annulus .item:hover.item {
  background: #259f3d;
}
.header.changeHeader .control .social .annulus .item:hover.item .icon-svg {
  fill: #fff;
}
.header.changeHeader .control .social .annulus .item:hover.item-tao {
  background: rgb(252, 136, 72);
}
.header.changeHeader .control .social .annulus .item:hover.item-tao .icon-svg {
  fill: #fff;
}
.header .logo a {
  display: block;
}
.header .logo .img-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header .logo img {
  display: block;
  height: 50px;
  transition: all 0.3s ease;
}
.header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header.changeHeader .logo img.show{
  opacity: 0;
}
.header.changeHeader .logo img.hide{
  opacity: 1;
}
.header .control {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .control .nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .control .nav li {
  height: 100%;
  position: relative;
  margin-right: 3vw;
}
.header .control .nav li a {
  height: 100%;
  color: #000;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .control .nav li a:hover {
  color: #259f3d;
}
.header .control .nav li:after {
  position: absolute;
  bottom: -1px;
  left: -10%;
  width: 0;
  height: 3px;
  content: "";
  background: #259f3d;
  transition: all 0.3s ease;
  transform-origin: center center;
  opacity: 0;
}
.header .control .nav li.on a {
  color: #259f3d;
}
.header .control .nav li.on:after {
  opacity: 1;
  width: 120%;
}
.header .control .social {
  display: flex;
  align-items: center;
}
.header .control .social a.tel {
  display: flex;
  align-items: center;
}
.header .control .social a.tel .icon-svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  display: flex;
}
.header .control .social a.tel span {
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.header .control .social .annulus {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.header .control .social .annulus .item {
  position: relative;
  margin-left: 10px;
  width: 33px;
  height: 33px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header .control .social .annulus .item:hover {
  background: #fff;
}
.header .control .social .annulus .item:hover .icon-svg.qr {
  fill: #018a42;
}
.header .control .social .annulus .item:hover .icon-svg.tao {
  fill: rgb(252, 136, 72);
}
.header .control .social .annulus .item:hover .fd {
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: inherit;
}
.header .control .social .annulus .item .icon-svg {
  width: 18px;
  height: 18px;
  display: flex;
}
.header .control .social .annulus .item .fd {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease;
  transform: scale(1) translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.header .control .social .annulus .item .fd .triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(249, 249, 249);
}
.header .control .social .annulus .item .fd .primary {
  width: 103px;
  height: 112px;
  background: rgb(249, 249, 249);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .control .social .annulus .item .fd .primary .pic {
  display: block;
  width: 74px;
  height: 74px;
}
.header .control .social .annulus .item .fd .primary .pic img {
  width: 100%;
}
.header .control .social .annulus .item .fd .primary span {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1;
  color: #666;
  
}
.header .search {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/"icon-2.png");
  transition: all 0.3s ease;
}
.header.down .nav li a.single,
.header.down .nav li a.tel {
  line-height: 70px;
}
.header.down .search {
  width: 70px;
  height: 70px;
}
.header.hover {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.header.hover .logo img.show {
  opacity: 0;
}
.header.hover .logo img.hide {
  opacity: 1;
}
.header.hover .logo .txt-box:before {
  background-color: #d6d6d6;
}
.header.hover .logo .txt-box h3,
.header.hover .logo .txt-box span {
  color: #333;
}
.header.hover .nav li a.single {
  color: #000;
}
.header.hover .nav li a.single:after {
  background-color: #c9171d;
}
.header.hover .nav li a.tel {
  color: #555555;
}
.header.hover .nav li a.tel:before {
  background-image: url(../images/"icon-3-2.png");
}
.header.hover .search {
  background-color: #c9171d;
}

.navMobileWrap {
  position: fixed;
  top: 56px;
  left: 0px;
  z-index: 998;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: calc(100vh - 56px);
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  justify-content: space-between;
}
.navMobileWrap .navMobileBox {
  display: none;
  overflow: hidden;
  height: calc(100vh - 56px);
}
.navMobileWrap .navMobileBox .navMoblie {
  height: calc(100vh - 121px);
  overflow: scroll;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl {
  display: none;
  padding: 15px 15px 30px;
  margin-top: -1px;
  background: rgb(247, 248, 250);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl {
  margin: 0px;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dt {
  font-size: 16px;
  line-height: 1;
  color: rgb(0, 0, 0);
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dt a {
  display: block;
  padding: 15px;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dt.active {
  color: rgb(0, 0, 0);
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dd {
  display: none;
  padding: 0px 15px;
  margin-left: 10px;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dd a {
  font-size: 14px;
  color: rgb(0, 79, 193);
  display: block;
  line-height: 2;
}
.navMobileWrap .navMobileBox .navMoblie li > a {
  margin: 0px 15px;
  border-bottom: 1px solid rgb(222, 222, 222);
  display: flex;
  padding: 15px 0px;
  align-items: center;
  justify-content: space-between;
}
.navMobileWrap .navMobileBox .navMoblie li > a span {
  font: 18px/1 MR;
  transition: all 0.3s ease 0s;
}
.navMobileWrap .navMobileBox .navMoblie li > a .icon-svg {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  fill: #000;
  transition: all 0.3s ease 0s;
}
.navMobileWrap .navMobileBox .navMoblie li > a.active span {
  opacity: 1;
}
.navMobileWrap .navMobileBox .navMoblie li > a.active .icon-svg {
  transform: rotate(90deg);
  opacity: 1;
}
.navMobileWrap .navMobileBox .language {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
}
.navMobileWrap .navMobileBox .language a {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  justify-content: center;
}
.navMobileWrap .navMobileBox .language a .icon-svg {
  width: 24px;
  height: 24px;
  opacity: 0.8;
  fill: #000;
}
.navMobileWrap .navMobileBox .language a span {
  margin-left: 4px;
  color: #000;
  font: 16px/1 MR;
  opacity: 0.8;
}

.searchTcMask {
  position: fixed;
  width: 100%;
  opacity: 0;
  z-index: 99;
  display: none;
  height: 100%;
  background: var(--mws-gray-8);
  transition: all 1.4s ease 0s;
  inset: 0px;
}
.searchTcMask.open_TcMask {
  display: block;
  opacity: 1;
}

.searchTcWrap {
  position: fixed;
  width: 100%;
  opacity: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  overflow: hidden;
  padding: 0px 60px;
  height: 690px;
  background: rgb(255, 255, 255);
  transition: all 1s ease 0s;
  transform: translateY(-692px);
  z-index: -1;
  box-sizing: border-box;
}
.searchTcWrap.open_search {
  display: block;
  opacity: 1;
  transform: translateY(0px);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
  z-index: 1000;
}

/* search */
.searchOnly {
  margin: 60px 0px 100px 150px;
}
.searchOnly .hint {
  display: block;
  margin-bottom: 40px;
  color: #000;
  font: 24px/1 MR;
}
.searchOnly .title {
  margin-left: -0.1em;
  color: #000;
  font: 120px/1 MR;
}
.searchOnly .con {
  display: flex;
  margin: 40px 0px 50px;
  padding: 25px 0px;
  width: 960px;
  border-bottom: 1px solid rgb(230, 230, 230);
  transition: all 0.3s ease 0s;
  justify-content: space-between;
  align-items: center;
}
.searchOnly .con:hover {
  border-bottom-color: #0d9f53;
}
.searchOnly .con input {
  width: 100%;
  height: 20px;
  border: 0px;
  color: #000;
  font: 18px/20px MR;
}
.searchOnly .con input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.searchOnly .con button {
  border: 0px;
  background: 0px 0px;
}
.searchOnly .con .icon-svg {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.searchOnly .con .icon-svg:hover {
  fill: #0d9f53;
}
.searchOnly .text {
  display: block;
  margin-bottom: 24px;
  color: #000;
  font: 18px/1 MR;
  opacity: 0.5;
}

.searchOnly .con .icon-svg,
.searchOnly .con button {
  width: 23px;
  height: 23px;
}

.searchHot {
  display: flex;
  margin-left: -5px;
  flex-wrap: wrap;
}
.searchHot li {
  margin: 5px;
}
.searchHot li a {
  display: block;
  padding: 0px 2em;
  height: 40px;
  border-radius: 20px;
  background: rgb(242, 242, 242);
  color: #000;
  font: 18px/40px MR;
  transition: all 0.3s ease 0s;
}
.searchHot li a:hover {
  background: #0d9f53;
  color: rgb(255, 255, 255);
}

@media (max-width: 1379px) {
  .searchOnly {
    margin: 160px 0px 100px;
  }
}
@media (max-width: 1299px) {
  .searchOnly .con {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .searchOnly .hint {
    margin-bottom: 20px;
  }
  .searchOnly .title {
    font-size: 50px;
  }
  .searchOnly .con {
    margin: 20px 0px 30px;
  }
}
@media (max-width: 767px) {
  .searchTcWrap {
    overflow: hidden;
    padding: 0px 20px;
    height: 100vh;
    transform: translateY(-100vh);
  }
  .searchHead {
    height: 80px;
  }
  .searchHead .logo {
    width: 120px;
  }
  .searchOnly {
    margin: 130px 0px 0px;
  }
  .searchOnly .con {
    padding: 15px 0px;
  }
  .searchOnly .text {
    margin-bottom: 14px;
  }
  .searchHot li a,
  .searchOnly .con input,
  .searchOnly .text {
    font-size: 14px;
  }
  .searchOnly .con .icon-svg,
  .searchOnly .con button {
    width: 20px;
    height: 20px;
  }
  .searchHot li a {
    padding: 0px 1.5em;
    height: 36px;
    line-height: 36px;
  }
}
/* media */
@media screen and (max-width: 1600px) {
  .header .control .nav li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1550px) {
  .header .logo img {
    height: 46px;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 1482px) {
  .header .logo img {
    height: 40px;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1418px) {
  .header .logo img {
    height:38px;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1366px) {
  .header .control .nav li {
    margin-right: 2vw;
  }
  .header .control .nav li a {
    font-size: 16px;
  }
  .header .control .social a.tel span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    height: 100px;
  }
  .header .control .nav li {
    margin-right: 2vw;
  }
  .header .logo img {
    height: 34px;
  }
  .header .control .nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    display: none;
  }
  .mHeader {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px 20px;
    width: 100%;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px 2px;
    box-sizing: border-box;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mHeader .logo {
    display: block;
    width: 280px;
    overflow: hidden;
    opacity: 1;
  }
  .mHeader .logo img {
    width: 100%;
  }
  .mHeader .info {
    display: flex;
    align-items: center;
  }
  .mHeader .mOpenSearch,
  .mHeader .mOpenMenu {
    position: relative;
    display: flex;
    margin-left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .mHeader .mOpenSearch .box {
    width: 26px;
  }
  .mHeader .mOpenSearch i {
    transition: all 0.3s ease-out 0s;
  }
  .mHeader .mOpenSearch i:nth-child(1) {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #0d9f53;
    border-radius: 50%;
  }
  .mHeader .mOpenSearch i:nth-child(2) {
    position: absolute;
    bottom: 4px;
    right: 2px;
    width: 8px;
    height: 2px;
    background: #0d9f53;
    transform: rotate(45deg);
  }
  .mHeader .mOpenSearch.active i:nth-child(1) {
    top: 0px;
    width: 25px;
    height: 2px;
    border: 0px;
    border-radius: 0px;
    background: #0d9f53;
    transform: rotate(-45deg);
  }
  .mHeader .mOpenSearch.active i:nth-child(2) {
    bottom: 12px;
    width: 25px;
    height: 2px;
    transform: rotate(45deg);
  }
  .mHeader .mOpenMenu .box {
    position: absolute;
    height: 2px;
    width: 26px;
  }
  .mHeader .mOpenMenu i {
    position: absolute;
    height: 2px;
    left: 0px;
    display: block;
    margin-bottom: 4px;
    width: 30px;
    background: #0d9f53;
    transition: all 0.3s ease-out 0s;
  }
  .mHeader .mOpenMenu i:first-child {
    top: -7px;
    width: 25px;
  }
  .mHeader .mOpenMenu i:nth-child(2) {
    top: 0px;
    width: 20px;
  }
  .mHeader .mOpenMenu i:nth-child(3) {
    top: 7px;
    width: 25px;
  }
  .mHeader .mOpenMenu.active i:nth-child(3) {
    top: 0px;
    transform: rotate(-45deg);
  }
  .mHeader .mOpenMenu.active i:first-child {
    top: 0px;
    transform: rotate(45deg);
  }
  .mHeader .mOpenMenu.active i:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}
/* bottom-connection */
.bottom-connection {
  background: url(../images/bottom-connection-bg.jpg) no-repeat;
  height: 269px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  overflow: hidden;
}
.bottom-connection > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-connection > div .info {
  width: 100%;
}
.bottom-connection > div .info h4 {
  margin-bottom: 14px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  
}
.bottom-connection > div .info p {
  font-size: 20px;
  color: #fff;
  
}
.bottom-connection > div .info p a {
  color: #fff;
}
.bottom-connection > div .btns {
  flex: 1;
  width: 142px;
  height: 49px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  
  color: #005bab;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.bottom-connection > div .btns:hover {
  transform: translateY(-4px);
}

@media screen and (max-width: 1600px) {
  .bottom-connection > div .info h4 {
    font-size: 34px;
  }
  .bottom-connection > div .info p {
    font-size: 18px;
  }
  .bottom-connection > div .btns {
    font-size: 14px;
    width: 132px;
    height: 39px;
  }
}
@media screen and (max-width: 1366px) {
  .bottom-connection > div .info h4 {
    font-size: 28px;
  }
  .bottom-connection > div .info p {
    font-size: 16px;
  }
  .bottom-connection > div .btns {
    font-size: 14px;
    width: 120px;
    height: 39px;
  }
}
@media screen and (max-width: 1199px) {
  .bottom-connection > div .info h4 {
    font-size: 24px;
  }
  .bottom-connection > div .info p {
    font-size: 14px;
  }
  .bottom-connection > div .btns {
    font-size: 12px;
    width: 100px;
    height: 39px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-connection {
    height: 190px;
    background: url(../images/bottom-connection-bg2.jpg) no-repeat;
    background-size: cover;
  }
  .bottom-connection > div .info h4 {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }
  .bottom-connection > div .info p {
    margin-bottom: 20px;
    text-align: center;
  }
  .bottom-connection > div {
    flex-direction: column;
    justify-content: center;
  }
}
/* footer */
.mFooter {
  display: none;
}

.footer {
  position: relative;
  font-size: 0;
  background-color: #000000;
  z-index: 20;
}
.footer .footer-box {
  padding: 80px 0;
  margin: 0 auto;
  background: #3c4550;
  background-size: cover;
  overflow: hidden;
}
.footer .footer-box > div {
  display: flex;
  justify-content: space-between;
}
.footer .footer-box > div .boxes:nth-child(1) {
  width: 100%;
}
.footer .footer-box > div .boxes .sitemap {
  display: flex;
}
.footer .footer-box > div .boxes .sitemap dl {
  margin-right: 102px;
  line-height: 2;
  white-space: pre;
}
.footer .footer-box > div .boxes .sitemap dl dt {
  position: relative;
}
.footer .footer-box > div .boxes .sitemap dl dt a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  
  font-size: 24px;
  color: #fff;
}
.footer .footer-box > div .boxes .sitemap dl dt::after {
  background: #259f3d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 3px;
  content: "";
  display: block;
}
.footer .footer-box > div .boxes .sitemap dl dd a {
  
  font-size: 16px;
  color: #b7b7b7;
  transition: all 0.3s ease;
}
.footer .footer-box > div .boxes .sitemap dl dd a:hover {
  color: #fff;
}
.footer .footer-box > div .boxes .qrcode {
  flex: 1;
  display: flex;
}
.footer .footer-box > div .boxes .qrcode .item {
  margin-left: 28px;
}
.footer .footer-box > div .boxes .qrcode .item .pic {
  margin-bottom: 30px;
  width: 126px;
  height: 126px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-box > div .boxes .qrcode .item .pic img {
  width: 114px;
  height: 114px;
}
.footer .footer-box > div .boxes .qrcode .item span {
  text-align: center;
  display: block;
  
  color: #8f8f8f;
  line-height: 2;
  font-size: 14px;
}
.footer .footer-copyright {
  background: #3a424a;
  border-top: 1px #3c4550 solid;
  padding: 20px 0;
}
.footer .footer-copyright > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-copyright > div .copyright {
  width: 100%;
}
.footer .footer-copyright > div .copyright > div {
  display: flex;
  align-items: center;
}
.footer .footer-copyright > div .copyright > div p {
  margin-right: 10px;
  
  color: #b7b7b7;
  line-height: 1;
  font-size: 14px;
}
.footer .footer-copyright > div .copyright > div p:nth-child(2) a {
  display: flex;
  align-items: center;
}
.footer .footer-copyright > div .copyright > div p:nth-child(2) a span {
  margin-left: 5px;
}
.footer .footer-copyright > div .copyright > div p a {
  margin-left: 10px;
  color: #b7b7b7;
  transition: all 0.5s ease;
}
.footer .footer-copyright > div .copyright > div p a:hover {
  color: #fff;
  opacity: 0.8;
}
.footer .footer-copyright > div .attention {
  display: flex;
  align-items: center;
}
.footer .footer-copyright > div .attention p {
  margin-right: 10px;
  white-space: pre;
  
  color: #b7b7b7;
  line-height: 1;
  font-size: 16px;
}
.footer .footer-copyright > div .attention .item {
  margin-left: 10px;
  width: 33px;
  height: 33px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer .footer-copyright > div .attention .item .icon-svg {
  width: 18px;
  height: 18px;
  fill: #a7aaae;
}

@media screen and (max-width: 1752px) {
  .footer .footer-box > div .boxes .sitemap dl {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1600px) {
  .footer .footer-box > div .boxes .sitemap dl {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1500px) {
  .footer .footer-box > div .boxes .sitemap dl {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .footer .footer-box {
    height: 420px;
  }
  .footer .footer-box > div .boxes {
    margin-top: 80px;
  }
  .footer .footer-box > div .boxes .sitemap dl {
    margin-right: 30px;
  }
  .footer .footer-box > div .boxes .sitemap dl dt a {
    font-size: 20px;
  }
  .footer .footer-box > div .boxes .sitemap dl dd a {
    font-size: 14px;
  }
  .footer .footer-copyright > div .copyright > div p {
    font-size: 14px;
  }
  .footer .footer-copyright > div .attention p {
    font-size: 14px;
  }
  .footer .footer-box > div .boxes .qrcode .item {
    margin-left: 18px;
  }
  .footer .footer-box > div .boxes .qrcode .item .pic {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .footer .footer-box > div .boxes .qrcode .item .pic img {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    display: none;
  }
  .mFooter {
    display: block;
    position: relative;
    padding: 20px;
    background: rgb(35, 43, 52);
  }
  .mFooter .phoneBox {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
  }
  .mFooter .phoneBox .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: rgb(31, 39, 47);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mFooter .phoneBox .icon-svg {
    width: 14px;
    height: 14px;
    fill: rgb(255, 255, 255);
  }
  .mFooter .phoneBox .phone {
    margin-left: 10px;
  }
  .mFooter .phoneBox .phone a {
    color: rgb(255, 255, 255);
    font: 16px/1.6 MM;
  }
  .mFooter p {
    color: rgb(255, 255, 255);
    font: 12px/1.8 MR;
    opacity: 0.6;
  }
  .mFooter a {
    color: rgb(255, 255, 255);
  }
  .mFooter .line {
    margin: 15px 0px;
    height: 1px;
    width: 100%;
    background: rgb(255, 255, 255);
    opacity: 0.6;
  }
  .mFooterSocialMod {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .mFooterSocialMod .icon-svg {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    fill: rgb(255, 255, 255);
    opacity: 0.6;
  }
}
.subnav-desktop {
  height: 360px;
  background: #fff;
  overflow: hidden auto;
  display: none;
  align-items: center;
  position: fixed;
  z-index: -1;
  width: 100%;
  top: 80px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out 0s;
}
.subnav-desktop.active {
  opacity: 1;
  z-index: 201;
  pointer-events: all;
}
.subnav-desktop > div {
  height: 100%;
  display: flex;
}
.subnav-desktop .boxes {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}
.subnav-desktop .boxes:nth-child(1) {
  padding-right: 0;
  border-right: 1px solid rgb(216, 220, 229);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.subnav-desktop .boxes:nth-child(3) {
  flex: 1 1 0%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.subnav-desktop .groupinfo {
  margin-top: 42px;
  overflow: hidden;
  padding-right: 90px;
  border-right: 4px #259f3d solid;
}
.subnav-desktop .groupinfo .tit {
  text-align: right;
  color: #333;
  font: 30px/1.2 MR;
}
.subnav-desktop .groupinfo .summarize {
  text-align: right;
  margin-top: 16px;
}
.subnav-desktop .groupinfo .summarize p {
  color: #333;
  font: 13px/1.3 ML;
}
.subnav-desktop .sublist {
  margin: 42px 50px 0;
  width: 100%;
}
.subnav-desktop .sublist li {
  overflow: hidden;
}
.subnav-desktop .sublist li a {
  position: relative;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
  overflow: hidden;
}
.subnav-desktop .sublist li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(45deg, #1baf62, #019146);
  display: flex;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
  width: 0;
  transform-origin: left center;
}
.subnav-desktop .sublist li a span {
  position: relative;
  margin-left: 30px;
  font: 16px/1.4 MR;
  z-index: 2;
  transition: all 0.2s ease-out;
}
.subnav-desktop .sublist li a i {
  position: relative;
  margin-right: 20px;
  opacity: 0;
  transition: all 0.8s ease 0s;
  transform: translateX(18px);
  z-index: 2;
}
.subnav-desktop .subimg {
  margin-top: 40px;
  width: 480px;
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
}
.subnav-desktop .subimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease 0s;
}
.subnav-desktop .subimg:hover img {
  transform: scale(1.15);
}

.subnav-desktop .boxes:nth-child(1) > div,
.subnav-desktop .boxes:nth-child(1) > ul {
  transition-delay: 0s;
}

.subnav-desktop .boxes:nth-child(2) > div,
.subnav-desktop .boxes:nth-child(2) > ul {
  transition-delay: 0.07s;
}

.subnav-desktop .boxes:nth-child(3) > div,
.subnav-desktop .boxes:nth-child(3) > ul {
  transition-delay: 0.14s;
}

.subnav-desktop .boxes > div,
.subnav-desktop .boxes > ul {
  transition: all 1s ease 0s;
  transform: translateY(-30px);
  opacity: 0;
}

.subnav-desktop.active .boxes > div,
.subnav-desktop.active .boxes > ul {
  transform: translateY(0px);
  opacity: 1;
}

.subnav-desktop .sublist li:hover a,
.subnav-desktop .sublist li.on a {
  color: rgb(255, 255, 255);
}
.subnav-desktop .sublist li:hover a:after,
.subnav-desktop .sublist li.on a:after {
  width: 100%;
  opacity: 1;
}

.subnav-desktop .sublist li:hover a i,
.subnav-desktop .sublist li.on a i {
  opacity: 1;
  transform: translateX(0px);
}

.subnavWrap {
  position: relative;
  z-index: 102;
}

.changeHeader ~ .headerEmpty {
  height: 80px;
}
.changeHeader.change {
  transform: translateY(-80px);
}

.learmMore {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learmMore .icon-svg {
  position: relative;
  left: 2px;
  width: 30px;
  height: 30px;
  fill: #fff;
  transform: rotate(180deg);
}

@media (max-width: 1670px) {
  .subnav-desktop {
    height: 400px;
  }
  .subnav-desktop .sublist {
    margin: 70px 30px 0;
  }
  .subnav-desktop .sublist li a span {
    font-size: 16px;
  }
  .subnav-desktop .subimg {
    width: 400px;
    height: 220px;
    overflow: hidden;
  }
  .subnav-desktop .groupinfo .tit {
    font-size: 22px;
  }
  .subnav-desktop .groupinfo .summarize p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .learmMore {
    width: 26px;
    height: 26px;
  }
  .subnav-desktop {
    height: 390px;
  }
  .subnav-desktop .sublist {
    margin: 70px 20px 0;
  }
  .subnav-desktop .sublist li a span {
    font-size: 16px;
  }
  .subnav-desktop .subimg {
    width: 360px;
    height: 220px;
    overflow: hidden;
  }
  .subnav-desktop .groupinfo .tit {
    font-size: 20px;
  }
  .subnav-desktop .groupinfo .summarize p {
    font-size: 16px;
  }
}
@media (max-width: 1360px) {
  .subnav-desktop {
    height: 320px;
  }
  .subnav-desktop .sublist {
    margin: 60px 10px 0;
  }
  .subnav-desktop .sublist li a span {
    font-size: 16px;
    margin-left: 20px;
  }
  .subnav-desktop .subimg {
    width: 280px;
    height: 180px;
    overflow: hidden;
  }
  .subnav-desktop .groupinfo .tit {
    font-size: 20px;
  }
  .subnav-desktop .groupinfo .summarize p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .learmMore {
    width: 24px;
    height: 24px;
  }
  .learmMore .icon-svg {
    left: 2px;
    width: 5vw;
    height: 5vw;
  }
}
@media (max-width: 768px) {
  .learmMore {
    width: 20px;
    height: 20px;
  }
  .learmMore .icon-svg {
    left: 2px;
  }
}
.subnavWrap {
  display: block;
}

@media (max-width: 1199px) {
  .subnavWrap {
    display: none;
  }
}
.changeSd {
  min-height: 90vh;
  background: #fff;
  padding: 0 40px;
}
.changeSd .product-nav {
  display: flex;
  flex-wrap: wrap;
}
.changeSd .product-nav .item {
  padding: 60px 20px 25px;
  width: 33.33%;
  border-bottom: 1px #f1f1f1 solid;
}
.changeSd .product-nav .item .tit {
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 20px;
  color: #000;
}
.changeSd .product-nav .item .hint {
  font-size: 16px;
  color: #666666;
}
.changeSd .product-nav .item .pic-box {
  margin: 36px 0 30px;
  position: relative;
  padding: 20px 50px;
  border: 1px #e3e3e3 solid;
  background: #f5f5f5;
  overflow: hidden;
  transition: all 0.3s ease;
}
.changeSd .product-nav .item .pic-box:hover {
  background: #f8f8f8;
}
.changeSd .product-nav .item .pic-box .pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.changeSd .product-nav .item .pic-box .pic .img {
  padding: 30px;
}
.changeSd .product-nav .item .pic-box .pic .img img {
  width: 100%;
}
.changeSd .product-nav .item .pic-box .pic .text {
  display: block;
  color: #5a6470;
  font-size: 18px;
}
.changeSd .product-nav .item .pic-box .pic.on {
  opacity: 1;
  position: relative;
}
.changeSd .product-nav .item ul li {
  display: flex;
  align-items: center;
}
.changeSd .product-nav .item ul li a {
  display: flex;
  align-items: center;
}
.changeSd .product-nav .item ul li .icon {
  width: 40px;
  height: 40px;
}
.changeSd .product-nav .item ul li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.changeSd .product-nav .item ul li .text {
  margin-left: 4px;
  font-size: 18px;
  color: #5a6470;
  transition: all 0.3s ease;
}
.changeSd .product-nav .item ul li:hover .text, .changeSd .product-nav .item ul li.on .text {
  color: #259f3d;
}

.styleNav {
  min-height: 320px;
}
.styleNav .product-nav-list {
  background: #fff;
}
.styleNav .product-nav-list .change {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.styleNav .product-nav-list .change .item {
  width: 100%;
}
.styleNav .product-nav-list .change .item + .item {
  margin-left: 34px;
}
.styleNav .product-nav-list .change .item dl dd {
  margin-bottom: 10px;
  position: relative;
  padding: 18px 0;
  border-bottom: 1px #e6e6e6 solid;
}
.styleNav .product-nav-list .change .item dl dd a {
  font-size: 14px; font-weight: bold;
  color: #000;
}
.styleNav .product-nav-list .change .item dl dd:after {
  position: absolute;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background: #259f3d;
  display: block;
  content: "";
}
.styleNav .product-nav-list .change .item dl dt a {
  line-height: 2.4;
  font-size: 13px;
  transition: all 0.3s ease;
  white-space: pre;
}
.styleNav .product-nav-list .change .item dl dt a:hover {
  color: #000;
}

.searchWrap {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 22;
}
.searchWrap.show {
  transform: translateY(400px);
  opacity: 1;
  visibility: visible;
}

.searchmod {
  position: fixed;
  left: 0;
  top: -400px;
  background: linear-gradient(46deg, #259f3d, #058cea);
  height: 480px;
  width: 100%;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.searchmod .tit {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 30px;
}
.searchmod .tit span {
  display: block;
  font-size: 36px;
  color: #fff;
}
.searchmod .input {
  background: #fff;
  padding: 0 40px;
  width: 880px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.searchmod .input input {
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
}
.searchmod .input .btn {
  background: 0 0;
  border: 0;
}
.searchmod .input .icon-svg {
  width: 28px;
  height: 28px;
  margin-left: 20px;
  cursor: pointer;
}
.searchmod .keywordSearch {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.searchmod .keywordSearch .item {
  margin: 0 5px;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  border: 1px #fff solid;
  height: 34px;
  border-radius: 20px;
  padding: 0 28px;
  transition: all 0.3s ease 0s;
}

.bomPhone {
  display: none;
}

.bomTools {
  display: none;
}

@media (max-width: 768px) {
  .mFooter {
    padding-bottom: 4rem;
  }
  .bomPhone {
    position: fixed;
    bottom: 20vh;
    right: 5px;
    z-index: 100;
    width: 3rem;
    height: 3rem;
    background-color: #cd1111;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bomPhone .icon-svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #fff;
  }
  .bomPhone .text {
    color: #fff;
    font-size: 0.64rem;
    line-height: 1.4;
  }
  .bomTools {
    height: 3rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 27;
    box-shadow: 0 -0.03rem 0.06rem rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bomTools a {
    display: block;
    width: 50%;
    text-align: center;
  }
  .bomTools .line {
    height: 80%;
    background: #e9e9e9;
    width: 1px;
  }
}
.fixed-right {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1111;
  display: none;
}
.fixed-right .block {
  padding: 6px;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 11px;
}
.fixed-right .box:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
}
.fixed-right .box a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  transition: all 0.3s ease;
}
.fixed-right .box .hide {
  position: absolute;
  right: 100%;
  top: 50%;
  padding-right: 26px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.fixed-right .box .hide.pic {
  transform: none;
  top: auto;
  bottom: 0;
}
.fixed-right .box .h {
  position: relative;
  width: 240px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box .h:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
}
.fixed-right .box .h h3 {
  font-size: 14px;
  color: #0d9f53;
}
.fixed-right .box .h p {
  font-size: 12px;
  line-height: 20px;
  color: #2c2c2c;
  margin-top: 10px;
}
.fixed-right .box .ewm-box {
  position: relative;
  width: 160px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box .ewm-box:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 100%;
  bottom: 14px;
}
.fixed-right .box .ewm-box img {
  display: block;
  width: 100%;
}
.fixed-right .box .ewm-box p {
  font-size: 14px;
  color: #0d9f53;
  text-align: center;
  margin-top: 10px;
}
.fixed-right .box.obtain a {
  background-image: url("fixed-1.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .box.obtain:hover a {
    background-image: url("fixed-1-on.svg");
  }
}
.fixed-right .box.tel a {
  background-image: url("fixed-2.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .box.tel:hover a {
    background-image: url("fixed-2-on.svg");
  }
}
.fixed-right .box.form a {
  background-image: url("fixed-3.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .box.form:hover a {
    background-image: url("fixed-3-on.svg");
  }
}
.fixed-right .box.ewm {
  margin-bottom: 0;
}
.fixed-right .box.ewm:after {
  display: none;
}
.fixed-right .box.ewm a {
  background-image: url("fixed-4.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .box.ewm:hover a {
    background-image: url("fixed-4-on.svg");
  }
}
@media screen and (min-width: 1025px) {
  .fixed-right .box:hover a {
    background-color: #0d9f53;
  }
  .fixed-right .box:hover .hide {
    opacity: 1;
    visibility: visible;
  }
}
.fixed-right .totop {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("top.svg");
  background-size: auto 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media (max-width: 768px) {
  .fixed-right {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */