* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #333;
  min-height: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-size: 1.4rem;
  color: black;
}
a {
  text-decoration: none;
  outline: 0;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
}
ol,
ul,
li {
  list-style: none;
}
img {
  border: 0 solid #ccc;
  max-width: 100%;
}
table,
embed,
video {
  max-width: 100%;
}
input,
textarea {
  border: 0;
  background: 0;
  font-family: inherit;
}
input[type="submit"],
textarea[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"],
textarea[type="checkbox"] {
  cursor: pointer;
}
input[type="radio"],
textarea[type="radio"] {
  cursor: pointer;
}
input:focus,
textarea:focus {
  outline: 0;
}
input[type="search"]::-ms-clear {
  display: none;
}
input[type="text"]::-ms-clear {
  display: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
textarea {
  resize: none;
}
button {
  border: 0;
  background: 0;
  cursor: pointer;
}
em,
i {
  font-style: normal;
}
button,
input,
select {
  border: 0;
}
button:focus,
input:focus,
select:focus {
  outline: 0;
}
select option {
  border: 0;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.c-nomr {
  margin-right: 0 !important;
}
.c-noml {
  margin-left: 0 !important;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.vcb {
  display: inline-block;
  vertical-align: middle;
}
.vtb {
  display: inline-block;
  vertical-align: top;
}
.vbb {
  display: inline-block;
  vertical-align: bottom;
}
.mgr5 {
  margin-right: 5px;
}
.mgr10 {
  margin-right: 10px;
}
.mgr15 {
  margin-right: 15px;
}
.mgr20 {
  margin-right: 20px;
}
.mgt5 {
  margin-top: 5px;
}
.mgt10 {
  margin-top: 10px;
}
.mgt15 {
  margin-top: 15px;
}
.mgt20 {
  margin-top: 20px;
}
.mgb5 {
  margin-bottom: 5px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb15 {
  margin-bottom: 15px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgl5 {
  margin-left: 5px;
}
.mgl10 {
  margin-left: 10px;
}
.mgl15 {
  margin-left: 15px;
}
.mgl20 {
  margin-left: 20px;
}
.color-333 {
  color: #333;
}
.color-666 {
  color: #666;
}
.color-999 {
  color: #999;
}
.color-dcdcdc {
  color: #dcdcdc;
}
.color-AAA {
  color: #aaa;
}
.color-fff {
  color: #fff;
}
.color-hover {
  color: #c29b6a;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.self-ellipsis-1 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.self-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.self-ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.self-ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.self-ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.f-box {
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}
@media screen and (max-width: 1419px) {
  .f-box {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .f-box {
    padding: 0 15px;
  }
}
#header_top {
  min-height: 40px;
  padding: 10px 0 0;
  background-color: #f5f5f5;
}
#header_top .fl {
  margin-bottom: 10px;
  line-height: 20px;
  color: #666;
  font-size: 14px;
}
#header_top .fl a {
  line-height: 20px;
  color: #666;
  font-size: 14px;
}
#header_top .fl a:hover {
  color: #91c36a;
}
#header_top .share-box {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
#header_top .share-box a {
  color: unset;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: 8px;
}
#header_top .share-box a:nth-child(1) {
  color: #1a1815;
}
#header_top .share-box a:nth-child(2) {
  color: #619bb9;
}
#header_top .share-box a:nth-child(3) {
  color: #de111d;
}
#header_top .share-box a:nth-child(4) {
  color: #414f7c;
}
#header_top .share-box a:nth-child(5) {
  color: #306f95;
}
#header_top .share-box a:nth-child(6) {
  color: #c92020;
}
#header_top .share-box a:nth-child(7) {
  color: #4d76a1;
}
#header_top .login-box {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}
#header_top .login-box span {
  line-height: 20px;
  color: #666;
  font-size: 14px;
}
#header_top .login-box i {
  margin-top: -2px;
  color: #91c36a;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
#header_top .login-box .name a.contact:hover {
  color: #8bc34a;
}
.footer {
  padding: 30px;
  background-color: #f4f6f8;
  margin-top: 40px;
}
.footer .title {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer .left {
  float: left;
  width: 33.3333%;
}
.footer .left li a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.footer .left li a:hover {
  color: #91c36a;
}
.footer .center {
  float: left;
  width: 23.3333%;
  margin: 0 5%;
}
.footer .center li {
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.footer .center li a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.footer .center li a:hover {
  color: #91c36a;
}
.footer .center li a.contact:hover {
  color: #8bc34a;
}
.footer .center li img {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  max-width: unset;
  max-height: unset;
  z-index: 999;
}
.footer .center li:hover > img {
  display: block;
}
.footer .center > li {
  margin-bottom: 5px;
}
.footer .center > li p {
  color: #000;
}
.footer .right-form {
  float: left;
  width: 23.3333%;
  margin-left: 10%;
}
.footer .right-form .item {
  margin-bottom: 13px !important;
  width: 100% !important;
}
.footer .right-form .item.fl {
  width: 48% !important;
}
.footer .right-form .item.fr {
  width: 48% !important;
}
.footer .right-form .item input {
  width: 100%;
  border-radius: 2px;
  padding: 5px 10px;
  line-height: 20px;
  background-color: #fff;
}
.footer .right-form .item textarea {
  width: 100%;
  height: 78px;
  border-radius: 2px;
  padding: 5px 10px;
  line-height: 20px;
  background-color: #fff;
}
.footer .right-form .item.fl.code {
  width: calc(96% - 100px);
}
.footer .right-form .item.fr.img {
  width: 100px;
  height: 30px;
}
.footer .right-form .item.fr.img img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.footer .right-form .item button {
  font-weight: bold;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #8bc34a;
}
.footer .right-form .item button:hover {
  opacity: 0.8;
  filter: Alpha(opacity=0.8);
}
.footer .line {
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.footer .bottom {
  padding-top: 15px;
}
.footer .share {
  line-height: 26px;
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.footer .share a {
  color: #666;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 10px 0;
}
.footer .share a:hover {
  color: #9c968d;
}
.footer .copyright {
  line-height: 26px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  text-align: center;
  color: #333;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  font-weight: bold;
}
.footer .copyright * {
  vertical-align: middle;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .copyright a {
  color: #333;
}
.footer .copyright a:hover {
  color: #9c968d;
}
.footer .copyright a img {
  display: inline-block;
  vertical-align: middle;
}
.footer .copyright .reanod {
  margin-top: -2px;
  margin-right: 6px;
}
.footer .link {
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
}
.footer .link a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.footer .link a:hover {
  color: #9c968d;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
 ;
  background-size: 60px 60px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {

  background-size: 60px 60px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
}
.swiper-pagination-bullet {
  background-color: transparent !important;
  width: 12px !important;
  height: 12px !important;
  border: 2px solid #fff !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 12px !important;
  height: 12px !important;
  border: 2px solid #fff !important;
}
.crumbs {
  margin: 20px 0 40px 0;
  font-size: 0;
}
.crumbs i {
  display: inline-block;
  margin: 0 8px;
  position: relative;
  top: -2px;
  font-size: 14px;
}
.crumbs i.last-i {
  top: 0;
  margin: 0;
}
.crumbs a {
  color: #666;
  transition: all 0.4s;
  max-height: 17px;
  font-size: 14px;
}
.crumbs a:hover {
  color: #8bc34a;
}
.crumbs a.active {
  color: #8bc34a;
}
.page {
  text-align: center;
}
.page a {
  margin: 0 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  border-radius: 100%;
  border: 1px solid #999;
  transition: all 0.4s;
}
.page a:hover {
  background-color: #8bc34a;
  color: #fff;
  border: 1px solid #8bc34a;
  color: #fff;
}
.page a.active {
  background-color: #8bc34a;
  color: #fff;
  border: 1px solid #8bc34a;
  color: #fff;
}
.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn {
  width: 120px;
  height: 40px;
  border: 1px solid #8bc34a;
  color: #8bc34a;
  border-radius: 18px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.btn:hover {
  background-color: #8bc34a;
  color: #fff;
}
.btn.big-btn {
  width: auto;
  padding: 0 15px;
  background-color: #8bc34a;
  color: #fff;
}
.scrollbarBox::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  scrollbar-arrow-color: red;
}
.scrollbarBox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #c1c1c1;
  box-shadow: inset 0 0 5px #c1c1c1;
  background: #c1c1c1;
  scrollbar-arrow-color: red;
}
.scrollbarBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(193, 193, 193, 0.1);
  box-shadow: inset 0 0 5px rgba(193, 193, 193, 0.1);
  border-radius: 0;
  background: rgba(193, 193, 193, 0.1);
}
body {
  --mag: 80px;
  --fons: 16px;
}
.titleAll {
  text-align: center;
  font-size: 24px;
  position: relative;
}
.titleAll span {
  z-index: 99;
  display: inline-block;
  width: 266px;
}
.titleAll i {
  display: inline-block;
  height: 2px;
  width: calc(50% - 133px);
  background-color: #dcdcdc;
  position: relative;
  top: 18px;
}
.check-box-div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  width: 30px;
  top: 5px;
}
.check-box-div .icon {
  font-size: 24px;
  color: #bbb;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.check-box-div .icon.icon-yf-fuxuankuangxuanzhong {
  color: #8bc34a !important;
}
.check-box-div .checkbox-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.left .tit {
  font-size: 26px;
  margin-top: 60px;
  margin-bottom: 40px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.footer .productCss .title {
  border-bottom: unset;
}
@media screen and (max-width: 1419px) {
  .footer .left {
    float: left;
    width: 33.3333%;
  }
  .footer .center {
    float: left;
    width: 27.3333%;
    margin: 0 3%;
  }
  .footer .right-form {
    float: left;
    width: 25.3333%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 1219px) {
  .footer .left {
    float: left;
    width: 33.3333%;
  }
  .footer .center {
    float: left;
    width: 31.3333%;
    margin: 0 1%;
  }
  .footer .right-form {
    float: left;
    width: 30.3333%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 991px) {
  .footer .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .left {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .footer .center {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .footer .right-form {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .footer .left {
    float: left;
    width: 98%;
    margin: 0 1% 30px;
  }
  .footer .center {
    float: left;
    width: 98%;
    margin: 0 1% 30px;
  }
  .footer .right-form {
    float: left;
    width: 98%;
    margin: 0 1%;
  }
}
.positive-title {
  font-size: 38px;
  color: #333;
  text-align: center;
}
.title-line {
  color: #333;
  text-align: center;
  line-height: 8px;
  font-weight: bold;
}
@media screen and (max-width: 1419px) {
  .positive-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1219px) {
  .positive-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .positive-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .positive-title {
    font-size: 22px;
  }
}
.positive-title {
  font-size: 38px;
  color: #333;
  text-align: center;
}
.title-line {
  color: #333;
  text-align: center;
  line-height: 8px;
  font-weight: bold;
}
@media screen and (max-width: 1419px) {
  .positive-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1219px) {
  .positive-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .positive-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .positive-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .positive-title {
    font-size: 22px;
  }
}
.layer-look-pic-dialog {
  width: auto !important;
  height: auto !important;
  max-width: 95% !important;
  max-height: 95% !important;
}
.layer-look-pic-dialog .layui-layer-content {
  height: 100%;
}
.layer-look-pic-dialog .layui-layer-close2 {

  background-size: contain !important;
}
.layer-look-pic-dialog .layui-layer-close2:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
}
.look-pic-dialog {
  width: 100%;
  height: 100%;
}
.look-pic-dialog .box {
  text-align: center;
  padding: 10px;
}
.look-pic-dialog .box img {
  max-width: 100%;
  max-height: 100%;
}
.layer-play-video-dialog {
  width: 1100px !important;
  height: 690px !important;
  max-width: 90% !important;
  max-height: 90% !important;
}
.layer-play-video-dialog .layui-layer-content {
  height: 100%;
}
.layer-play-video-dialog .layui-layer-close2 {

  background-size: contain !important;
}
.layer-play-video-dialog .layui-layer-close2:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
}
.wrap-video-dialog {
  overflow: hidden;
  background-color: #333;
  line-height: 0;
  font-size: 0;
  min-height: 100%;
}
.wrap-video-dialog .video-box {
  height: calc(100% - 40px);
  overflow: hidden;
  text-align: center;
}
.wrap-video-dialog .title {
  line-height: 50px;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  background-color: #333;
}
.wrap-video-dialog video {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.news-letter-box {
  padding: 37px 0;
  background-color: #8bc34a;
  overflow: hidden;
  margin-top: 60px;
}
.news-letter-box .left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 85px;
}
.news-letter-box .title {
  font-size: 38px;
  color: #fff;
  text-align: left;
}
.news-letter-box .title a {
  font-size: 38px;
  color: #fff;
  text-align: left;
}
.news-letter-box .line {
  color: #fff;
  text-align: left;
  line-height: 8px;
  font-weight: bold;
}
.news-letter-box form {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.news-letter-box form .item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.news-letter-box form .item input {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 26px;
  padding: 10px 10px;
  border-radius: 3px;
  background-color: #fff;
}
.news-letter-box form .item .email {
  width: 510px;
}
.news-letter-box form .item .code {
  width: 195px;
}
.news-letter-box form .item.img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 126px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
}
.news-letter-box form .item.img img {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.news-letter-box form .item .btn {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 180px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background-color: #6ea133;
}
@media screen and (max-width: 1419px) {
  .news-letter-box form .item .email {
    width: 310px;
  }
}
@media screen and (max-width: 1219px) {
  .news-letter-box form .item .email {
    width: 180px;
  }
  .news-letter-box form .item .code {
    width: 125px;
  }
  .news-letter-box .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .news-letter-box .left {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
  }
}
.header-nav {
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
  z-index: 9999;
  width: 100%;
}
.index .header-nav {
  padding-top: 36px;
  padding-bottom: 36px;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.header-nav .f-box {
  overflow: visible;
}
.header-nav .logo {
  margin-top: 2px;
  margin-right: 120px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.header-nav .logo img {
  width: 253px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.header-nav .nav-list {
  margin-top: 5px;
  width: 60%;
}
.header-nav .nav-list li {
  float: left;
  margin: 0 1.8%;
}
.header-nav .nav-list li a {
  display: block;
  color: #aaa;
  font-size: 16px;
  line-height: 30px;
}
.header-nav .nav-list li a:hover {
  color: #8bc34a;
}
.header-nav .nav-list li.active > a {
  color: #8bc34a;
}
.header-nav .search-form {
  margin-top: 2px;
  position: relative;
  width: 13%;
  text-align: right;
}
.header-nav .search-btn {
  cursor: pointer;
  margin-right: 20px;
  font-size: 32px;
  color: #a0a0a0;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.header-nav .search-box {
  padding: 13px 20px;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 400px;
  background-color: #fff;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}
.header-nav .search-box .icon {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 24px;
  color: #a0a0a0;
}
.header-nav .search-box .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  color: #a0a0a0;
}
.header-nav .search-box input {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 30px;
}
.header-nav .search-box.active {
  display: block;
}
.header-nav .select {
  width: 105px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  vertical-align: middle;
}
.header-nav .select select {
  width: 100%;
  line-height: 20px;
  padding: 5px 10px;
  background: transparent;
}
@media screen and (max-width: 1419px) {
  .header-nav .logo {
    margin-right: 50px;
  }
  .header-nav .nav-list li {
    margin: 0 1.2%;
  }
  .header-nav .search-form {
    width: 14.2%;
  }
}
@media screen and (max-width: 1219px) {
  .header-nav .logo img {
    width: 163px;
  }
  .header-nav .logo {
    margin-right: 10px;
    margin-top: 8px;
  }
  .header-nav .nav-list {
    margin-top: 5px;
    width: 65%;
  }
  .header-nav .search-form {
    margin-top: 3px;
    width: 16.2%;
  }
  .header-nav .nav-list li a {
    font-size: 14px;
  }
  .header-nav .search-btn {
    margin-right: 5px;
  }
  .header-nav {
    padding: 30px 0;
  }
  .news-letter-box {
    margin-top: 40px;
  }
  .header-nav {
    position: relative;
    background-color: #fff;
  }
}
.header-nav .nav-list-small {
  display: none;
  margin-top: 20px;
}
.header-nav .nav-list-small {
  padding: 8px;
  background-color: #8bc34a;
  width: 100%;
}
.header-nav .nav-list-small li {
  text-align: center;
  width: 25%;
  margin: 0 !important;
  float: left;
}
.header-nav .nav-list-small li a {
  color: #fff;
  padding: 3px 8px;
}
.header-nav .nav-list-small li:hover a {
  background-color: #fff;
  border-radius: 3px;
  color: #8bc34a;
}
.header-nav .nav-list-small li.active a {
  background-color: #fff;
  border-radius: 3px;
  color: #8bc34a;
}
@media screen and (max-width: 1024px) {
  .crumbs {
    margin: 20px 0 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .header-nav .search-form {
    width: 160px;
  }
  .header-nav .search-btn {
    font-size: 28px;
  }
  .header-nav .nav-list {
    display: none;
  }
  .header-nav .nav-list-small {
    display: block;
  }
  .news-letter-box {
    margin-top: 20px;
  }
  .page a {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
   
    background-size: 20px 20px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
  
    background-size: 20px 20px;
  }
}
.header-nav .nav-list .ul {
  padding: 10px 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  width: auto;
}
.header-nav .nav-list ul {
  display: block;
  padding: 10px 0;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 999999999;
  position: relative;
}
.header-nav .nav-list .ul .ul {
  left: 100%;
  top: -6px;
  padding-left: 10px;
}
.header-nav .nav-list ul li {
  white-space: normal;
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  line-height: 36px;
}
.header-nav .nav-list ul li a {
  line-height: 36px;
  white-space: normal;
}
.header-nav .nav-list li {
  position: relative;
}
.header-nav .nav-list ul li:hover {
  background-color: #f4f6f8;
}
.header-nav .nav-list li:hover > .ul {
  display: block;
}
.wap-nav {
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999999999999999;
  cursor: pointer;
  position: fixed;
  top: -5px;
  right: 0;
  display: block;
}
.wap-nav .nav {
  overflow: hidden;
  width: 300px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: auto;
  overflow: scroll;
}
.wap-nav .nav form {
  margin: 15px auto;
  width: 258px;
  height: 26px;
  border: 1px solid #fff;
}
.wap-nav .nav form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
}
.wap-nav .nav form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  
}
.wap-nav .nav > ul {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  overflow: scroll;
  padding-top: 45px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wap-nav .nav ul li {
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: 20px;
  position: relative;
}
.wap-nav .nav > ul > li .addition {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url("../images/shizi.png") no-repeat center center;
}
.wap-nav .nav > ul > li .addition.show {
  background: url("../images/yizi.png") no-repeat center center;
}
.wap-nav .nav > ul > li .addition.fa:before {
  margin-right: 5px;
  color: #fff;
  text-indent: 0;
}
.wap-nav .nav > ul li a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wap-nav .nav > ul li a span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.wap-nav .nav > ul > li .c-show {
  display: none;
  width: 100%;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 {
  position: relative;
  padding-left: 15px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
  position: relative;
  margin-right: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
  position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
  position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
  margin-right: 40px;
  text-indent: 35px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
  position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
  margin-right: 40px;
  text-indent: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.wap-nav .nav > ul ul {
  display: none;
  width: 100%;
  padding-left: 20px;
}
.wap-nav .nav > ul > dl {
  padding: 20px;
}
.wap-nav .nav > ul > dl dd {
  float: left;
  margin: 0 2px;
}
.wap-nav .menubtn {
  width: 23px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}
.wap-nav .menubtn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #333;
}
@media screen and (min-width: 960px) {
  .wap-nav,
  .menubtn {
    display: none;
  }
}
.about-us-top-banner {
  margin-top: 0 !important;
  position: relative;
  min-height: 215px;
  background-color: #f5f5f5;
}
.about-us-top-banner .contact {
  padding: 20px 0;
  position: relative;
  min-height: 215px;
  overflow: visible;
  background-color: #f5f5f5 !important;
}
.about-us-top-banner .contact .f-box {
  overflow: visible;
  background-color: #f5f5f5 !important;
}
.about-us-top-banner .house {
  z-index: 999999;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 60px;
  border-radius: 50%;
  background-color: #8bc34a;
  color: #fff;
}
.m-kf1 {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 9999999999;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.m-kf1 .kf-item {
  border-radius: 50px;
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 0;
  font-size: 0;
  margin-bottom: 2px;
}
.m-kf1 .kf-item:last-of-type {
  margin-bottom: 0;
}
.m-kf1 .kf-item .icon {
  color: #c29b6a;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-kf1 .kf-item .list-box {
  padding: 0 25px;
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  right: 100%;
  top: 0;
}
.m-kf1 .kf-item .list-box > ul {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 12px 0;
  background-color: #c29b6a;
  color: #fff;
}
.m-kf1 .kf-item .list-box > ul:after {
  border-left: 12px solid #c29b6a;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
  position: absolute;
  left: 100%;
  top: 12px;
}
.m-kf1 .kf-item .list-box > ul > li {
  min-width: 100px;
  text-align: right;
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 20px;
  white-space: nowrap;
}
.m-kf1 .kf-item .list-box > ul > li > img {
  margin-bottom: 6px;
}
.m-kf1 .kf-item .list-box > ul > li > .wechat-text {
  display: none;
  padding: 0 25px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.m-kf1 .kf-item .list-box > ul > li > .wechat-text span {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 30px;
  padding: 3px 15px;
  background-color: #c29b6a;
  color: #fff;
}
.m-kf1 .kf-item .list-box > ul > li > .wechat-text span:after {
  border-left: 12px solid #c29b6a;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.m-kf1 .kf-item .list-box > ul > li > a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  white-space: nowrap;
}
.m-kf1 .kf-item .list-box > ul > li > a:hover {
  font-weight: bold;
}
.m-kf1 .kf-item .list-box > ul > li:hover > .wechat-text {
  display: block;
}
.m-kf1 .kf-item:hover {
  background-color: #c29b6a;
}
.m-kf1 .kf-item:hover .list-box {
  display: block;
}
.m-kf1 .kf-item:hover .icon {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m-kf1 {
    transform: unset;
    height: auto;
    border-radius: 0;
    box-shadow: unset;
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
  }
  .m-kf1 .kf-item {
    width: 12.66666%;
    margin: 0 2% 0;
    text-align: center;
    background-color: unset;
    box-shadow: none;
    float: left;
  }
  .m-kf1 .kf-item .list-box {
    padding: 0 0 25px;
    right: unset;
    top: unset;
    left: 0;
    bottom: 100%;
    width: auto;
    height: auto;
  }
  .m-kf1 .kf-item .list-box > ul:after {
    left: 12px;
    top: 100%;
    border-top: 12px solid #c29b6a;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}
@media screen and (max-width: 520px) {
  .m-kf1 .kf-item {
    margin: 0;
  }
}
.m-kf2 {
  position: fixed;
  z-index: 9999999999;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.m-kf2 .kf-item {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 0;
  display: block;
  line-height: 0;
  font-size: 0;
  margin-bottom: 2px;
  background-color: #f0f0f0;
}
.m-kf2 .kf-item .icon {
  color: #c29b6a;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-kf2 .kf-item .list-box {
  padding: 0 10px;
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  right: 100%;
  top: 0;
}
.m-kf2 .kf-item .list-box > ul {
  padding: 12px 0;
  background-color: #c29b6a;
  color: #fff;
}
.m-kf2 .kf-item .list-box > ul > li {
  min-width: 100px;
  text-align: right;
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 20px;
  white-space: nowrap;
}
.m-kf2 .kf-item .list-box > ul > li > img {
  margin-bottom: 6px;
}
.m-kf2 .kf-item .list-box > ul > li > .wechat-text {
  display: none;
  padding: 0 10px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.m-kf2 .kf-item .list-box > ul > li > .wechat-text span {
  display: inline-block;
  white-space: nowrap;
  line-height: 30px;
  padding: 3px 15px;
  background-color: #c29b6a;
  color: #fff;
}
.m-kf2 .kf-item .list-box > ul > li > a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  white-space: nowrap;
  text-align: right;
}
.m-kf2 .kf-item .list-box > ul > li > a:hover {
  font-weight: bold;
}
.m-kf2 .kf-item .list-box > ul > li:hover > .wechat-text {
  display: block;
}
.m-kf2 .kf-item:hover {
  background-color: #c29b6a;
}
.m-kf2 .kf-item:hover .list-box {
  display: block;
}
.m-kf2 .kf-item:hover .icon {
  color: #fff;
}
.m-kf2.radius .kf-item {
  border-radius: 5px;
}
.m-kf2.radius .kf-item .list-box ul {
  border-radius: 5px;
}
.m-kf2.radius .kf-item .list-box > ul > li > .wechat-text span {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .m-kf2 {
    transform: unset;
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
  }
  .m-kf2 .kf-item {
    width: 12.66666%;
    margin: 0 2% 0;
    text-align: center;
    background-color: unset;
    box-shadow: none;
    float: left;
  }
  .m-kf2 .kf-item .list-box {
    padding: 0 0 10px;
    right: unset;
    top: unset;
    left: 0;
    bottom: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .m-kf2 .kf-item {
    margin: 0;
  }
}
.m-kf3 {
  position: fixed;
  z-index: 9999999999;
  background-color: #fff;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.m-kf3 .kf-item {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  line-height: 0;
  font-size: 0;
}
.m-kf3 .kf-item .icon {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-kf3 .kf-item .icon.whatsapp {
  color: #3ac34c;
}
.m-kf3 .kf-item .icon.skype {
  color: #1296db;
}
.m-kf3 .kf-item .icon.email {
  color: #fbc93b;
}
.m-kf3 .kf-item .icon.qq {
  width: 100%;
  height: 100%;
}
.m-kf3 .kf-item .icon.qq .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.m-kf3 .kf-item .icon.wechat {
  color: #09bb07;
}
.m-kf3 .kf-item .icon.trademanager {
  color: #1896eb;
}
.m-kf3 .kf-item .list-box {
  padding: 0 25px;
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  right: 100%;
  top: 0;
}
.m-kf3 .kf-item .list-box > ul {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 12px 0;
  background-color: #fff;
  color: #333;
}
.m-kf3 .kf-item .list-box > ul:after {
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
  position: absolute;
  left: 100%;
  top: 12px;
}
.m-kf3 .kf-item .list-box > ul > li {
  min-width: 100px;
  text-align: right;
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 0 20px;
  white-space: nowrap;
}
.m-kf3 .kf-item .list-box > ul > li > img {
  margin-bottom: 6px;
}
.m-kf3 .kf-item .list-box > ul > li > .wechat-text {
  display: none;
  padding: 0 25px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.m-kf3 .kf-item .list-box > ul > li > .wechat-text span {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 30px;
  padding: 3px 15px;
  background-color: #fff;
  color: #333;
}
.m-kf3 .kf-item .list-box > ul > li > .wechat-text span:after {
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.m-kf3 .kf-item .list-box > ul > li > a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  white-space: nowrap;
}
.m-kf3 .kf-item .list-box > ul > li > a:hover {
  font-weight: bold;
}
.m-kf3 .kf-item .list-box > ul > li:hover > .wechat-text {
  display: block;
}
.m-kf3 .kf-item:hover .list-box {
  display: block;
}
@media screen and (max-width: 767px) {
  .m-kf3 {
    transform: unset;
    height: auto;
    border-radius: 0;
    box-shadow: unset;
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
  }
  .m-kf3 .kf-item {
    width: 12.66666%;
    margin: 0 2% 0;
    text-align: center;
    background-color: unset;
    box-shadow: none;
    float: left;
  }
  .m-kf3 .kf-item .list-box {
    padding: 0 0 25px;
    right: unset;
    top: unset;
    left: 0;
    bottom: 100%;
    width: auto;
    height: auto;
  }
  .m-kf3 .kf-item .list-box > ul:after {
    left: 12px;
    top: 100%;
    border-top: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  .kf-item:last-of-type .list-box {
    left: unset !important;
    right: 0 !important;
  }
  .kf-item:last-of-type .list-box > ul:after {
    left: unset !important;
    right: 12px !important;
  }
}
@media screen and (max-width: 520px) {
  .m-kf3 .kf-item {
    margin: 0;
  }
}
.m-kf4 {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  z-index: 9999999999;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.m-kf4 .kf-item {
  position: relative;
  height: 80px;
  text-align: center;
  display: block;
  line-height: 0;
  font-size: 0;
  margin-bottom: 2px;
}
.m-kf4 .kf-item:last-of-type {
  margin-bottom: 0;
}
.m-kf4 .kf-item .ibox {
  padding: 15px 10px 15px;
  height: 100%;
  position: relative;
}
.m-kf4 .kf-item .ibox > a {
  display: block;
  width: 100%;
  height: 25px;
  text-align: center;
}
.m-kf4 .kf-item .ibox .text {
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.m-kf4 .kf-item .ibox .icon {
  color: #3fb1e1;
  font-size: 24px;
  line-height: 25px;
}
.m-kf4 .kf-item:last-of-type .ibox:after {
  display: none;
}
.m-kf4 .kf-item .ibox i {
  display: inline-block;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 1px;
  background-color: #dcdcdc;
}
.m-kf4 .kf-item .list-box .qq {
  min-width: 150px;
}
.m-kf4 .kf-item .list-box {
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  right: 100%;
  top: 0;
}
.m-kf4 .kf-item .list-box > ul {
  padding: 10px 0;
  background-color: #3fb1e1;
  color: #fff;
  min-height: 80px;
}
.m-kf4 .kf-item .list-box > ul > li {
  min-width: 100px;
  text-align: right;
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  white-space: nowrap;
}
.m-kf4 .kf-item .list-box > ul > li.wechat {
  width: 80px;
}
.m-kf4 .kf-item .list-box > ul > li > img {
  margin-bottom: 6px;
}
.m-kf4 .kf-item .list-box > ul > li.wechat:last-of-type > img {
  margin-bottom: 0;
}
.m-kf4 .kf-item .list-box > ul > li > .wechat-text {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.m-kf4 .kf-item .list-box > ul > li > .wechat-text span {
  display: inline-block;
  white-space: nowrap;
  line-height: 30px;
  padding: 3px 15px;
  background-color: #3fb1e1;
  color: #fff;
}
.m-kf4 .kf-item .list-box > ul > li > a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  white-space: nowrap;
}
.m-kf4 .kf-item .list-box > ul > li > a:hover {
  font-weight: bold;
}
.m-kf4 .kf-item .list-box > ul > li:hover > .wechat-text {
  display: block;
}
.m-kf4 .kf-item:hover {
  background-color: #3fb1e1;
}
.m-kf4 .kf-item:hover .list-box {
  display: block;
}
.m-kf4 .kf-item:hover .icon {
  color: #fff;
}
.m-kf4 .kf-item:hover .text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m-kf4 {
    transform: unset;
    box-shadow: unset;
    height: auto;
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
  }
  .m-kf4 .kf-item {
    height: 50px;
    width: 12.66666%;
    margin: 0 2% 0;
    text-align: center;
    background-color: unset;
    box-shadow: none;
    float: left;
  }
  .m-kf4 .kf-item .ibox {
    border: 0;
    padding: 0;
  }
  .m-kf4 .kf-item .ibox .icon {
    margin-top: 12px;
  }
  .m-kf4 .kf-item .ibox .text {
    display: none;
  }
  .m-kf4 .kf-item .list-box {
    right: unset;
    top: unset;
    left: 0;
    bottom: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .m-kf4 .kf-item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .kf-item:last-of-type .list-box{left: unset !important;
    right: 0 !important;}
}
.returntop {
  background-color: #8bc34a;
  display: none;
  position: fixed;
  right: 0;
  bottom: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.returntop .icon {
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.returntop:hover {
  opacity: 0.8;
  filter: Alpha(opacity=0.8);
}
.fs26 {
  font-size: 26px !important;
}
.fs20 {
  font-size: 20px !important;
}
.news-details .news-content .news-content-title2 p span {
  display: flex;
  align-items: center;
}
